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 |
|---|---|---|---|---|
body {
color: rgb(46, 91, 240);
font-family: 'Montserrat', serif;
font-size: 14px;
margin: 0;
}
@media (max-width: 650px) {
body {
font-size: 8px;
}
}
nav#first{
z-index:2;
display:flex;
justify-content: space-between;
align-items: center;
height: 75px;
background-color: white;
}
@media(max-width:650px){
nav#first{
width:100%;
height: 40px;
}
}
nav#second{
display:none;
}
.showmenu div {
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin: 5px 0;
}
.showmenu {
display: none;
}
@media (max-width: 650px) {
#links {
display: none;
}
.noscroll{
overflow:hidden;
}
.showmenu {
display: block;
margin-right:1vw;
}
nav#second.scrolling{
display: flex;
flex-direction: column;
position: fixed;
top: 40px;
left: 0;
bottom: 0;
width: 100%;
height:100%;
justify-content: flex-start;
align-items:flex-start;
margin: 0;
padding: 0;
background-color: rgb(204, 216, 255);
z-index:2;
transition: 1s
}
nav#second.scrolling a{
margin-top: 1vh;
}
}
#logo{
padding-left: 2px;
font-size: 1.5em;
height: 100%;
display:flex;
justify-content: flex-start;
align-items: center;
}
#logo img{
width: 60px;
margin-right: 2px;
height: 90%;
}
@media(max-width:650px){
#logo{
font-size:1em;
}
#logo img{
width: 30px;
}
}
#links a{
font-size: 1.2em;
margin: 20px;
font-weight: bold;
color: rgba(33, 105, 240, 0.932);
}
@media (max-width: 850px){
#links a {
font-size: 1em;
margin: 4px;
color: rgba(33, 105, 240, 0.932);
}
}
#second a{
font-size: 2em;
margin: 10px;
font-weight: bold;
color: rgba(33, 105, 240, 0.932);
}
a {
color: rgba(33, 105, 240, 0.932);
text-decoration: none;
cursor:pointer;
}
#links a:hover{
border-bottom:2px solid rgba(33, 105, 240, 0.932);
}
#riepilogo{
display:flex;
justify-content: space-between;
}
#riepilogo div{
display:flex;
align-items:center;
}
#main{
background-color:rgb(3, 4, 77);
color:white;
text-align: center;
padding: 2vh 0;
}
/*button{
height: 20%;
}*/
.aprimenu div[data-index='1']{
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin-top: -2px;
transform: rotate(-45deg);
}
.aprimenu div[data-index='2']{
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin-top: -3px;
transform: rotate(45deg);
}
#mainprenotazione{
display:flex;
justify-content: space-between;
align-items: center;
}
#mainprenotazione img{
width: 500px;
height: 250px;
margin-right: 10vw;
}
@media(max-width:650px){
#mainprenotazione{
flex-direction: column;
}
#mainprenotazione img{
width:80%;
height:40%;
margin-right:0;
}
}
.buttonred{
color: rgb(214, 8, 8);
cursor: pointer;
font-weight: bold;
}
section h1, #prenotazione{
text-align:center;
font-size:2em;
text-transform: uppercase;
cursor:pointer;
}
#prenotazione{
text-transform: none;
}
section{
margin-left: 2vw;
}
main h2{
margin-top:0;
}
header {
height: 450px;
background-image: url('img2.png');
background-size:100% 100%;
background-position:center;
position: relative;
}
@media(max-width:850px){
header{
height: 380px;
}
}
@media(max-width:650px){
header{
height: 200px;
}
}
#overlay{
position: absolute;
width:100%;
top:0;
bottom:0;
background-color: rgb(0,0,0,.3);
text-align: center;
}
article h1{
text-align: center;
font-size: 3.5em;
margin-top:2vh;
margin-bottom:2vh;
text-transform: uppercase;
}
article p{
font-size:2em;
}
p.hide, p[data-id=canc]{
font-weight: bold;
}section .hide{
color:rgba(33, 105, 240, 0.932);
font-size:2em;
margin-bottom:1vh;
}
section p{
font-size:1.2em;
color:black;
}
section .mail{
text-align: center;
color:rgba(33, 105, 240, 0.932);
font-size:1.5em;
}
.msg{
font-size:2em;
color:red;
text-align:center;
font-weight: bold;
}section .mail .conf p{
margin:2vh 5vw;
color:rgba(33, 105, 240, 0.932);
}
section .mail .conf div{
display:flex;
justify-content: center;
}
section .mail .conf div p{
cursor:pointer;
margin-bottom:3vh;
}
section .mail .conf div p:hover{
border-bottom:2px solid rgba(33, 105, 240, 0.932);
margin-bottom:2.5vh;
}
p[data-id='cancella']{
display:inline;
color:red;
/*padding:5px;
border:2px solid red;
border-radius:20px;*/
font-weight: bold;
}
p[data-id='cancella']:hover{
cursor:pointer;
border-bottom:2px solid red;
}
footer{
margin-top: 5vh;
background-color: rgb(48, 51, 53);
padding:25px;
text-align: center;
}
footer h2{
text-transform: uppercase;
}
footer p, footer h2{
color: white;
font-weight: bold;
}
#mainprenotazione.hidden{
display:none;
}
.hidden{
display:none;
}
@media(min-width:650px){
div.aprimenu{
display:none;
}
}
@media(min-width:650px){
nav#first{
justify-content: space-between;
}
#menu{
display: none;
}
} | public/css/prenotazione.css | body {
color: rgb(46, 91, 240);
font-family: 'Montserrat', serif;
font-size: 14px;
margin: 0;
}
@media (max-width: 650px) {
body {
font-size: 8px;
}
}
nav#first{
z-index:2;
display:flex;
justify-content: space-between;
align-items: center;
height: 75px;
background-color: white;
}
@media(max-width:650px){
nav#first{
width:100%;
height: 40px;
}
}
nav#second{
display:none;
}
.showmenu div {
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin: 5px 0;
}
.showmenu {
display: none;
}
@media (max-width: 650px) {
#links {
display: none;
}
.noscroll{
overflow:hidden;
}
.showmenu {
display: block;
margin-right:1vw;
}
nav#second.scrolling{
display: flex;
flex-direction: column;
position: fixed;
top: 40px;
left: 0;
bottom: 0;
width: 100%;
height:100%;
justify-content: flex-start;
align-items:flex-start;
margin: 0;
padding: 0;
background-color: rgb(204, 216, 255);
z-index:2;
transition: 1s
}
nav#second.scrolling a{
margin-top: 1vh;
}
}
#logo{
padding-left: 2px;
font-size: 1.5em;
height: 100%;
display:flex;
justify-content: flex-start;
align-items: center;
}
#logo img{
width: 60px;
margin-right: 2px;
height: 90%;
}
@media(max-width:650px){
#logo{
font-size:1em;
}
#logo img{
width: 30px;
}
}
#links a{
font-size: 1.2em;
margin: 20px;
font-weight: bold;
color: rgba(33, 105, 240, 0.932);
}
@media (max-width: 850px){
#links a {
font-size: 1em;
margin: 4px;
color: rgba(33, 105, 240, 0.932);
}
}
#second a{
font-size: 2em;
margin: 10px;
font-weight: bold;
color: rgba(33, 105, 240, 0.932);
}
a {
color: rgba(33, 105, 240, 0.932);
text-decoration: none;
cursor:pointer;
}
#links a:hover{
border-bottom:2px solid rgba(33, 105, 240, 0.932);
}
#riepilogo{
display:flex;
justify-content: space-between;
}
#riepilogo div{
display:flex;
align-items:center;
}
#main{
background-color:rgb(3, 4, 77);
color:white;
text-align: center;
padding: 2vh 0;
}
/*button{
height: 20%;
}*/
.aprimenu div[data-index='1']{
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin-top: -2px;
transform: rotate(-45deg);
}
.aprimenu div[data-index='2']{
width: 25px;
height: 3px;
background-color: rgb(46, 91, 240);
margin-top: -3px;
transform: rotate(45deg);
}
#mainprenotazione{
display:flex;
justify-content: space-between;
align-items: center;
}
#mainprenotazione img{
width: 500px;
height: 250px;
margin-right: 10vw;
}
@media(max-width:650px){
#mainprenotazione{
flex-direction: column;
}
#mainprenotazione img{
width:80%;
height:40%;
margin-right:0;
}
}
.buttonred{
color: rgb(214, 8, 8);
cursor: pointer;
font-weight: bold;
}
section h1, #prenotazione{
text-align:center;
font-size:2em;
text-transform: uppercase;
cursor:pointer;
}
#prenotazione{
text-transform: none;
}
section{
margin-left: 2vw;
}
main h2{
margin-top:0;
}
header {
height: 450px;
background-image: url('img2.png');
background-size:100% 100%;
background-position:center;
position: relative;
}
@media(max-width:850px){
header{
height: 380px;
}
}
@media(max-width:650px){
header{
height: 200px;
}
}
#overlay{
position: absolute;
width:100%;
top:0;
bottom:0;
background-color: rgb(0,0,0,.3);
text-align: center;
}
article h1{
text-align: center;
font-size: 3.5em;
margin-top:2vh;
margin-bottom:2vh;
text-transform: uppercase;
}
article p{
font-size:2em;
}
p.hide, p[data-id=canc]{
font-weight: bold;
}section .hide{
color:rgba(33, 105, 240, 0.932);
font-size:2em;
margin-bottom:1vh;
}
section p{
font-size:1.2em;
color:black;
}
section .mail{
text-align: center;
color:rgba(33, 105, 240, 0.932);
font-size:1.5em;
}
.msg{
font-size:2em;
color:red;
text-align:center;
font-weight: bold;
}section .mail .conf p{
margin:2vh 5vw;
color:rgba(33, 105, 240, 0.932);
}
section .mail .conf div{
display:flex;
justify-content: center;
}
section .mail .conf div p{
cursor:pointer;
margin-bottom:3vh;
}
section .mail .conf div p:hover{
border-bottom:2px solid rgba(33, 105, 240, 0.932);
margin-bottom:2.5vh;
}
p[data-id='cancella']{
display:inline;
color:red;
/*padding:5px;
border:2px solid red;
border-radius:20px;*/
font-weight: bold;
}
p[data-id='cancella']:hover{
cursor:pointer;
border-bottom:2px solid red;
}
footer{
margin-top: 5vh;
background-color: rgb(48, 51, 53);
padding:25px;
text-align: center;
}
footer h2{
text-transform: uppercase;
}
footer p, footer h2{
color: white;
font-weight: bold;
}
#mainprenotazione.hidden{
display:none;
}
.hidden{
display:none;
}
@media(min-width:650px){
div.aprimenu{
display:none;
}
}
@media(min-width:650px){
nav#first{
justify-content: space-between;
}
#menu{
display: none;
}
} | 0.223886 | 0.083666 |
min-height: 1.5rem;
}
#progress-text:empty {
background-color: white !important;
}
#table-search {
margin-bottom: 3rem;
}
.group-name {
max-width: 13rem;
}
.kupit {
background-color: #004aad;
border: none;
border-radius: 10px;
color: white;
cursor: pointer;
display: block;
font: inherit;
margin: 1em 1em 0;
padding: 5px 10px;
width: -webkit-fill-available;
}
.lh-m {
line-height: 1.2rem;
}
.lh-md {
line-height: 1rem;
}
.lh-sm {
line-height: 0.75rem;
}
.popular {
transform: scale(1.1);
}
.popular .kupit {
background-color: #ee3ec9;
transform: scale(1.1);
}
.popular .price {
font-weight: 600;
margin-top: 0.3em;
transform: scale(1.1);
}
.popular .tarif-bottom {
margin-bottom: 0;
}
.popular .tarif-name {
margin: 2em 0 0;
transform: scale(1.1);
}
.popular-label {
background-color: #004aad;
border-radius: 10px;
color: white;
padding: 3px 15px;
position: absolute;
top: -10px;
}
.price {
color: #004aad;
font-size: 28px;
margin-bottom: 0.5em;
}
.service {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.table td, .table th, .table thead th {
vertical-align: middle;
}
.tar_text {
max-width: 70%;
}
.tarif {
background-color: #edf3fc;
border-radius: 10px;
margin: 3em 1em;
min-height: 425px;
position: relative;
width: 180px;
}
.tarif li {
margin-bottom: 0.5em;
padding: 0;
}
.tarif.post {
background-color: #939daf;
}
.tarif ul {
padding-left: 1em;
}
.tarif-bottom {
bottom: 0;
margin-bottom: 0.5em;
position: absolute;
width: 100%;
}
.tarif-name {
color: #004aad;
font-size: 18px;
font-weight: bold;
line-height: 0.7;
margin: 1em 0 0;
min-height: 25px;
}
.tarif-text {
font-size: 12px;
padding: 1em 0.7em;
text-align: left;
}
.vk-top-bg {
background-color: #004aad;
}
.vk-top-color {
color: #004aad;
}
img.ava-group {
max-height: 40px;
max-width: 40px;
}
td.ava-group {
height: 43px;
padding: 0;
position: relative;
}
input.check_cut {
display: none;
}
.hider_dublikat, label.check_cut, label.check_trash, label.check_flag {
cursor: pointer;
}
input:checked + label.check_cut {
color: #77ffba;
}
.block-text_help_words, .block-text {
display: none;
}
.icon {
min-width: 1rem;
}
.modal-body h6 {
margin-bottom: 0;
margin-top: 0.5rem;
}
.border-3 {
border-width:3px !important;
}
.pagination .page-link {
color: #004aad;
}
.pagination .page-item.active .page-link {
background-color: #004aad;
border-color: #004aad;
}
input:checked + label.check_flag {
color: gold;
}
input:checked + label.check_trash {
color: red;
}
.cursor-pointer {
cursor: pointer;
}
.pagination {
flex-wrap: wrap;
}
.vk-name {
color: #2a5885;
}
.photos img{
min-width: 30%;
max-width: 200px;
}
#filters ~ .filter-form {
visibility: hidden;
height: 0;
opacity: 0;
transition: all .6s;
}
#filters:checked + label {
background-color: #6c757d;
color: white;
}
#filters:checked ~ .filter-form {
height: auto;
visibility: visible;
opacity: 1;
}
.popover {
will-change: unset !important;
box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 50%);
}
.no-outline:focus {
box-shadow: none;
}
table.dataTable thead th, table.dataTable thead td {
padding-left: 0.3rem !important;
}
#controls-checkbox .icon {
transition: all 0.3s ease-in-out;
}
.activnost:hover ~ #controls-checkbox .icon {
transform: scale(1.5);
}
.filter-panel {
color: #68ed86;
font-weight: bold;
}
.filter-panel i, .filter-panel span {
text-shadow: 0 0 2px green, 0 0 1em #41ff00;
}
.page-link:focus, .ajax-post:focus {
box-shadow: none;
}
.like :empty, .comment :empty, .repost :empty, .view :empty {
display: none;
}
.table .thead-dark th {
color: #fff;
border-top: none;
border-bottom: none;
background-color: #004aad;
border-color: white;
}
.text-pink {
color: #ee3ec9;
} | public/css/app.css | min-height: 1.5rem;
}
#progress-text:empty {
background-color: white !important;
}
#table-search {
margin-bottom: 3rem;
}
.group-name {
max-width: 13rem;
}
.kupit {
background-color: #004aad;
border: none;
border-radius: 10px;
color: white;
cursor: pointer;
display: block;
font: inherit;
margin: 1em 1em 0;
padding: 5px 10px;
width: -webkit-fill-available;
}
.lh-m {
line-height: 1.2rem;
}
.lh-md {
line-height: 1rem;
}
.lh-sm {
line-height: 0.75rem;
}
.popular {
transform: scale(1.1);
}
.popular .kupit {
background-color: #ee3ec9;
transform: scale(1.1);
}
.popular .price {
font-weight: 600;
margin-top: 0.3em;
transform: scale(1.1);
}
.popular .tarif-bottom {
margin-bottom: 0;
}
.popular .tarif-name {
margin: 2em 0 0;
transform: scale(1.1);
}
.popular-label {
background-color: #004aad;
border-radius: 10px;
color: white;
padding: 3px 15px;
position: absolute;
top: -10px;
}
.price {
color: #004aad;
font-size: 28px;
margin-bottom: 0.5em;
}
.service {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
}
.table td, .table th, .table thead th {
vertical-align: middle;
}
.tar_text {
max-width: 70%;
}
.tarif {
background-color: #edf3fc;
border-radius: 10px;
margin: 3em 1em;
min-height: 425px;
position: relative;
width: 180px;
}
.tarif li {
margin-bottom: 0.5em;
padding: 0;
}
.tarif.post {
background-color: #939daf;
}
.tarif ul {
padding-left: 1em;
}
.tarif-bottom {
bottom: 0;
margin-bottom: 0.5em;
position: absolute;
width: 100%;
}
.tarif-name {
color: #004aad;
font-size: 18px;
font-weight: bold;
line-height: 0.7;
margin: 1em 0 0;
min-height: 25px;
}
.tarif-text {
font-size: 12px;
padding: 1em 0.7em;
text-align: left;
}
.vk-top-bg {
background-color: #004aad;
}
.vk-top-color {
color: #004aad;
}
img.ava-group {
max-height: 40px;
max-width: 40px;
}
td.ava-group {
height: 43px;
padding: 0;
position: relative;
}
input.check_cut {
display: none;
}
.hider_dublikat, label.check_cut, label.check_trash, label.check_flag {
cursor: pointer;
}
input:checked + label.check_cut {
color: #77ffba;
}
.block-text_help_words, .block-text {
display: none;
}
.icon {
min-width: 1rem;
}
.modal-body h6 {
margin-bottom: 0;
margin-top: 0.5rem;
}
.border-3 {
border-width:3px !important;
}
.pagination .page-link {
color: #004aad;
}
.pagination .page-item.active .page-link {
background-color: #004aad;
border-color: #004aad;
}
input:checked + label.check_flag {
color: gold;
}
input:checked + label.check_trash {
color: red;
}
.cursor-pointer {
cursor: pointer;
}
.pagination {
flex-wrap: wrap;
}
.vk-name {
color: #2a5885;
}
.photos img{
min-width: 30%;
max-width: 200px;
}
#filters ~ .filter-form {
visibility: hidden;
height: 0;
opacity: 0;
transition: all .6s;
}
#filters:checked + label {
background-color: #6c757d;
color: white;
}
#filters:checked ~ .filter-form {
height: auto;
visibility: visible;
opacity: 1;
}
.popover {
will-change: unset !important;
box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 50%);
}
.no-outline:focus {
box-shadow: none;
}
table.dataTable thead th, table.dataTable thead td {
padding-left: 0.3rem !important;
}
#controls-checkbox .icon {
transition: all 0.3s ease-in-out;
}
.activnost:hover ~ #controls-checkbox .icon {
transform: scale(1.5);
}
.filter-panel {
color: #68ed86;
font-weight: bold;
}
.filter-panel i, .filter-panel span {
text-shadow: 0 0 2px green, 0 0 1em #41ff00;
}
.page-link:focus, .ajax-post:focus {
box-shadow: none;
}
.like :empty, .comment :empty, .repost :empty, .view :empty {
display: none;
}
.table .thead-dark th {
color: #fff;
border-top: none;
border-bottom: none;
background-color: #004aad;
border-color: white;
}
.text-pink {
color: #ee3ec9;
} | 0.246352 | 0.075517 |
body {
background-color: #222;
color: #eee;
}
hr {
color: #5793cd;
background-color: #5793cd;
}
a {
color: #8ec3eb;
}
pre {
border-left: 3px solid #000;
background-color: #111;
color: #eee;
}
#top {
background-color: #111;
color: #eee;
}
#prelude a:hover, #prelude a:focus {
border-bottom: 2px solid #eee;
}
#body a {
color: #279AC4;
}
#body a:hover {
color: #279AC4;
}
#main {
background-color: #222;
}
#content {
background-color: #333;
}
#sidebar {
background-color: #333;
}
#footer p {
background: #111;
color: #8eb6dc;
}
#footer p a {
color: #8ec3eb;
}
/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 {
color: #8eb6dc;
}
#sidebar h3 {
color: #8ec3eb;
}
#sidebar ul {
border-top: 1px solid #5793cd;
}
#sidebar li {
border-bottom: 1px solid #5793cd;
}
#sidebar li a {
color: #ccc;
}
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
color: #8eb6dc;
}
#q {
border: 1px solid #555;
color: #ccc;
}
#search .submit {
border: 1px solid #333;
color: #ccc;
}
#search .submit:hover {
background: #8eb6dc;
color: #333;
}
#topnav ul {
border-bottom: 1px solid #5793cd;
}
/* Main content styles
-------------------------------------------------------- */
#subcategories {
background: #444;
border-color: #555;
}
.day-date {
color: #8ec3eb;
}
.post-title {
color:#8eb6dc;
}
.post-title a {
color:#8eb6dc;
}
.post-info-co {
border-color: #555;
background: #444;
}
.post-info-co a {
color: #eee;
}
/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
background: #333333;
}
.post-content blockquote, .post-excerpt blockquote, #comments blockquote {
border-left: 4px solid #555;
}
#comments blockquote {
color: #777;
}
/* Comments and trackbacks
-------------------------------------------------------- */
#comments h3, #comment-form h3, #pings h3 {
border-color: #555;
background: #444;
}
#comments dd {
color:#101010;
background-color: #cde0eb;
}
#comments dd.me {
background-color:#a5d1eb;
color:#101010;
}
.error {
background: #ffcccc;
}
.message {
background: #ccccff;
}
/* Forms
-------------------------------------------------------- */
#comment-form input, #comment-form textarea {
color: #8ec3eb;
border: 1px solid #cdcdcd;
}
#comment-form input.preview, #comment-form input.submit {
color: #8ec3eb;
background: #333;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
background: #5793CD;
color: #333;
border: 1px solid #8eb6dc;
} | static/css/style-dark.css |
body {
background-color: #222;
color: #eee;
}
hr {
color: #5793cd;
background-color: #5793cd;
}
a {
color: #8ec3eb;
}
pre {
border-left: 3px solid #000;
background-color: #111;
color: #eee;
}
#top {
background-color: #111;
color: #eee;
}
#prelude a:hover, #prelude a:focus {
border-bottom: 2px solid #eee;
}
#body a {
color: #279AC4;
}
#body a:hover {
color: #279AC4;
}
#main {
background-color: #222;
}
#content {
background-color: #333;
}
#sidebar {
background-color: #333;
}
#footer p {
background: #111;
color: #8eb6dc;
}
#footer p a {
color: #8ec3eb;
}
/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 {
color: #8eb6dc;
}
#sidebar h3 {
color: #8ec3eb;
}
#sidebar ul {
border-top: 1px solid #5793cd;
}
#sidebar li {
border-bottom: 1px solid #5793cd;
}
#sidebar li a {
color: #ccc;
}
#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
color: #8eb6dc;
}
#q {
border: 1px solid #555;
color: #ccc;
}
#search .submit {
border: 1px solid #333;
color: #ccc;
}
#search .submit:hover {
background: #8eb6dc;
color: #333;
}
#topnav ul {
border-bottom: 1px solid #5793cd;
}
/* Main content styles
-------------------------------------------------------- */
#subcategories {
background: #444;
border-color: #555;
}
.day-date {
color: #8ec3eb;
}
.post-title {
color:#8eb6dc;
}
.post-title a {
color:#8eb6dc;
}
.post-info-co {
border-color: #555;
background: #444;
}
.post-info-co a {
color: #eee;
}
/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
background: #333333;
}
.post-content blockquote, .post-excerpt blockquote, #comments blockquote {
border-left: 4px solid #555;
}
#comments blockquote {
color: #777;
}
/* Comments and trackbacks
-------------------------------------------------------- */
#comments h3, #comment-form h3, #pings h3 {
border-color: #555;
background: #444;
}
#comments dd {
color:#101010;
background-color: #cde0eb;
}
#comments dd.me {
background-color:#a5d1eb;
color:#101010;
}
.error {
background: #ffcccc;
}
.message {
background: #ccccff;
}
/* Forms
-------------------------------------------------------- */
#comment-form input, #comment-form textarea {
color: #8ec3eb;
border: 1px solid #cdcdcd;
}
#comment-form input.preview, #comment-form input.submit {
color: #8ec3eb;
background: #333;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
background: #5793CD;
color: #333;
border: 1px solid #8eb6dc;
} | 0.234231 | 0.069258 |
flex: 0 1 20%;
border: 1px solid black;
width: 15vw;
height: 10em;
min-height: 5em;
}
.editable ::placeholder{
color: gray;
opacity: 50%;
}
#carousel .add-new-photo input {
display: none;
}
#carousel.owner-view .fa-trash {
padding: 0.3em 0.3em 0 0;
color: var(--reserved);
font-size: 1.3em;
text-align: right;
margin: 0;
display: none;
width: 100%;
cursor: pointer;
}
.editable #carousel.owner-view .fa-trash {
display: block;
}
#carousel .add-new-photo label {
height: 100%;
display: flex;
background-color: #dddddd;
cursor: pointer;
justify-content: center;
align-items: center;
}
#carousel .add-new-photo label i {
margin: auto;
display: block;
text-align: center;
height: 100%;
line-height: 5em;
color: black;
}
#carousel > div.owner-photos > div {
width: 100%;
height: 100%;
background-size: cover;
}
#carousel.owner-view {
flex-wrap: wrap;
justify-content: flex-start;
}
#calendars {
flex-basis: 100%;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
#calendars > div {
display: flex;
justify-content: space-between;
}
.fas.hidden {
color: var(--reserved);
}
#house-information > aside > div select {
font-size: 1em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
color: var(--reserved);
background-image: none;
background: white;
}
#house-information > aside > div select::-ms-expand {
display: none;
}
.select {
position: relative;
display: flex;
width: 20em;
height: 3em;
background-color: white;
overflow: hidden;
border-radius: 0.25em;
}
#house-information > aside > div > div select {
flex: 1;
padding: 0 0.5em;
color: var(--reserved);
cursor: pointer;
}
#house-description h1::before,
#house-description h1::after{
content: "\"";
}
#house-description h1{
color: var(--primary-color);
letter-spacing: 2px;
font-size: 1.6em;
flex-basis: 100%;
margin-bottom: 0;
}
#house-description h3{
color: var(--accent-color);
font-size: 1em;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
}
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
padding: 0 1em;
background-color: white;
color: var(--reserved);
cursor: pointer;
pointer-events: none;
-webkit-transition: 0.25s all ease;
-o-transition: 0.25s all ease;
transition: 0.25s all ease;
}
.select:hover::after {
color: var(--primary-color);
}
#house-information #submit.button {
margin: 1em auto 2em auto;
}
#house-information > aside > div > div > i {
color: var(--reserved);
display: none;
}
.editable #house-information > aside > div > div > i {
display: inline-block;
}
.editable input {
border: none;
font-size: 1em;
color: var(--primary-color);
appearance: none;
}
.editable #description textarea {
border-style: none;
border-color: transparent;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#description > div > input {
width: 6em;
margin: 0 0.5em;
text-align: right;
}
.editable #description > div {
color: var(--primary-color);
font-weight: bold;
display: flex;
align-items: baseline;
}
#house-information > aside > div > div > i:nth-child(2) {
margin-left: 1em;
cursor: pointer;
}
#house-information > aside > div span i {
margin-right: 0.5em;
}
#google-maps{
flex-basis: 100%;
height: 30em;
overflow: auto;
}
#add-review {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#add-review textarea {
flex-basis: 100%;
border: 0.8px solid black;
resize: none;
}
#add-review span,
#add-review input{
flex-basis: 15%;
margin: 0;
}
#add-review i.fa-star {
font-size: 1.5em;
width: auto;
}
#photos-carousel{
width: 45vw;
display: flex;
flex-wrap: wrap;
align-items: center;
}
#photos-carousel > div{
display: flex;
justify-content: center;
flex-wrap: nowrap;
width: 45vw;
order: 2;
}
#photos-carousel div div.selected {
opacity: 60%;
}
#photos-carousel div div img{
width: 100%;
height: 100%;
}
#photos-carousel div div {
flex-basis: 25%;
}
#photos-carousel div div.selected {
opacity: 40%;
}
#photos-carousel img.active{
order: 1;
height: 30vw;
width: 100%;
box-sizing: border-box;
}
#carousel {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
margin: 0 0 4em 4em;
}
#carousel i {
margin: 0 1em;
}
#house-description {
display: flex;
align-items: center;
margin-left: 2vw;
width: 100%;
flex-wrap: wrap;
}
#house-title{
display: flex;
justify-content: space-between;
margin: 2.5em 1em 2em 1em;
}
#house-title aside {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 5vw;
}
#house-title aside span {
margin: auto;
color: var(--accent-color);
font-weight: lighter;
}
.fas.fa-map-marker-alt {
font-size: 1.2em;
width: 2vw;
margin: 0 0.2em;
}
#houses article div div span {
flex-basis: 50%;
display: inline-block;
padding: 0.7em 0;
color: var(--primary-color);
}
#houses article div div span span {
margin: 0 0.5em;
}
#houses article div div span:nth-child(even){
text-align: end;
}
#house-page{
padding: 0 10vh;
}
#house-information{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: space-between;
}
#house-information article{
margin: 0em 2em 2em 2em;
}
#house-information .title {
padding: 0 0 0.7em 0;
font-weight: bold;
}
#house-description input {
color: var(--primary-color);
letter-spacing: 2px;
font-size: 1.6em;
width: 100%;
font-weight: bold;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#description{
font-size: 1.1em;
margin-top: 0;
flex: 1 0 40em;
max-width: 55%;
overflow-wrap: break-word;
}
#description textarea{
width: 100%;
height: 10em;
font-size: inherit;
}
#house-information aside{
flex-grow: 1;
border-left: 1px solid var(--accent-color);
padding-left: 3em;
margin-bottom: 2em;
}
#house-information aside > div{
display: flex;
flex-direction: column;
padding-left: 1em;
}
#house-information aside > div > *{
flex-basis: 100%;
margin: 0.7em 0;
font-size: 1em;
color: var(--primary-color);
}
#house-information aside > div > span > span {
display: inline-block;
padding: 0 0.6em;
}
#google-maps {
border: 2px solid var(--primary-color);
border-radius: 0.5em;
}
#reviews{
flex-basis: 100%;
}
#reviews .title {
padding: 0;
padding-left: 0.5em;
margin: auto 0;
}
#reviews div{
font-size: 0.9em;
}
#reviews > span{
display: flex;
justify-content: space-between;
margin: 1em auto 1.5em auto;
border-bottom: 2px solid var(--accent-color);
}
#reviews > span > span{
display: flex;
justify-content: space-between;
padding: 0.7em 0;
font-size: 0.9em;
}
#reviews > span > span > span{
margin: 0.5em;
padding-right: 1em;
color: var(--primary-color);
}
#reviews > span > span > span:first-child{
border-right: 1px solid var(--accent-color);
}
#reviews > div > article {
margin: 0 0 2.5em 2em;
}
#reviews > div > article > div {
display: flex;
align-items: center;
}
#reviews > div h4{
font-size: 1.2em;
font-weight: normal;
display: inline-block;
margin: 0;
padding-left: 1em;
color: var(--primary-color);
}
#reviews > div p{
font-size: 0.9em;
font-weight: bold;
padding-top: 0.5em;
padding-left: 1em;
}
#reserve{
flex-grow: 1;
border: 2px solid var(--primary-color);
max-width: 35vw;
}
#reserve h3 {
color: black;
text-align: center;
margin-top: 0;
font-size: 1.5em;
font-weight: normal;
}
#reserve h3 strong {
color: var(--primary-color);
}
#reserve div#no_display {
display: none;
}
#reserve div:nth-child(4){
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0;
}
#reserve div:nth-child(4) > p {
color: var(--accent-color);
margin: 0.5em 0;
}
#reserve div:nth-child(4) > p > strong{
color: var(--primary-color);
font-weight: normal;
}
#reserve div:nth-child(4) > p > strong::after{
content: "€";
}
#reserve div:nth-child(5) {
margin-bottom: 0;
}
#reserve div:nth-child(5) input{
background-color: var(--primary-color);
color: white;
padding: 1.5em;
border-radius: 0.3em;
text-align: center;
font-weight: bold;
font-size: 1em;
margin-bottom: 0;
cursor: pointer;
}
#house-page .fa-trash:before{
font-size: 0.8em;
margin: 0.3em 0.5em;
color: grey;
} | styles/house_page.css | flex: 0 1 20%;
border: 1px solid black;
width: 15vw;
height: 10em;
min-height: 5em;
}
.editable ::placeholder{
color: gray;
opacity: 50%;
}
#carousel .add-new-photo input {
display: none;
}
#carousel.owner-view .fa-trash {
padding: 0.3em 0.3em 0 0;
color: var(--reserved);
font-size: 1.3em;
text-align: right;
margin: 0;
display: none;
width: 100%;
cursor: pointer;
}
.editable #carousel.owner-view .fa-trash {
display: block;
}
#carousel .add-new-photo label {
height: 100%;
display: flex;
background-color: #dddddd;
cursor: pointer;
justify-content: center;
align-items: center;
}
#carousel .add-new-photo label i {
margin: auto;
display: block;
text-align: center;
height: 100%;
line-height: 5em;
color: black;
}
#carousel > div.owner-photos > div {
width: 100%;
height: 100%;
background-size: cover;
}
#carousel.owner-view {
flex-wrap: wrap;
justify-content: flex-start;
}
#calendars {
flex-basis: 100%;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
}
#calendars > div {
display: flex;
justify-content: space-between;
}
.fas.hidden {
color: var(--reserved);
}
#house-information > aside > div select {
font-size: 1em;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
outline: 0;
box-shadow: none;
border: 0 !important;
color: var(--reserved);
background-image: none;
background: white;
}
#house-information > aside > div select::-ms-expand {
display: none;
}
.select {
position: relative;
display: flex;
width: 20em;
height: 3em;
background-color: white;
overflow: hidden;
border-radius: 0.25em;
}
#house-information > aside > div > div select {
flex: 1;
padding: 0 0.5em;
color: var(--reserved);
cursor: pointer;
}
#house-description h1::before,
#house-description h1::after{
content: "\"";
}
#house-description h1{
color: var(--primary-color);
letter-spacing: 2px;
font-size: 1.6em;
flex-basis: 100%;
margin-bottom: 0;
}
#house-description h3{
color: var(--accent-color);
font-size: 1em;
font-weight: normal;
letter-spacing: 1px;
margin: 0;
}
.select::after {
content: '\25BC';
position: absolute;
top: 0;
right: 0;
padding: 0 1em;
background-color: white;
color: var(--reserved);
cursor: pointer;
pointer-events: none;
-webkit-transition: 0.25s all ease;
-o-transition: 0.25s all ease;
transition: 0.25s all ease;
}
.select:hover::after {
color: var(--primary-color);
}
#house-information #submit.button {
margin: 1em auto 2em auto;
}
#house-information > aside > div > div > i {
color: var(--reserved);
display: none;
}
.editable #house-information > aside > div > div > i {
display: inline-block;
}
.editable input {
border: none;
font-size: 1em;
color: var(--primary-color);
appearance: none;
}
.editable #description textarea {
border-style: none;
border-color: transparent;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#description > div > input {
width: 6em;
margin: 0 0.5em;
text-align: right;
}
.editable #description > div {
color: var(--primary-color);
font-weight: bold;
display: flex;
align-items: baseline;
}
#house-information > aside > div > div > i:nth-child(2) {
margin-left: 1em;
cursor: pointer;
}
#house-information > aside > div span i {
margin-right: 0.5em;
}
#google-maps{
flex-basis: 100%;
height: 30em;
overflow: auto;
}
#add-review {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#add-review textarea {
flex-basis: 100%;
border: 0.8px solid black;
resize: none;
}
#add-review span,
#add-review input{
flex-basis: 15%;
margin: 0;
}
#add-review i.fa-star {
font-size: 1.5em;
width: auto;
}
#photos-carousel{
width: 45vw;
display: flex;
flex-wrap: wrap;
align-items: center;
}
#photos-carousel > div{
display: flex;
justify-content: center;
flex-wrap: nowrap;
width: 45vw;
order: 2;
}
#photos-carousel div div.selected {
opacity: 60%;
}
#photos-carousel div div img{
width: 100%;
height: 100%;
}
#photos-carousel div div {
flex-basis: 25%;
}
#photos-carousel div div.selected {
opacity: 40%;
}
#photos-carousel img.active{
order: 1;
height: 30vw;
width: 100%;
box-sizing: border-box;
}
#carousel {
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
margin: 0 0 4em 4em;
}
#carousel i {
margin: 0 1em;
}
#house-description {
display: flex;
align-items: center;
margin-left: 2vw;
width: 100%;
flex-wrap: wrap;
}
#house-title{
display: flex;
justify-content: space-between;
margin: 2.5em 1em 2em 1em;
}
#house-title aside {
display: flex;
flex-direction: column;
align-items: center;
margin-right: 5vw;
}
#house-title aside span {
margin: auto;
color: var(--accent-color);
font-weight: lighter;
}
.fas.fa-map-marker-alt {
font-size: 1.2em;
width: 2vw;
margin: 0 0.2em;
}
#houses article div div span {
flex-basis: 50%;
display: inline-block;
padding: 0.7em 0;
color: var(--primary-color);
}
#houses article div div span span {
margin: 0 0.5em;
}
#houses article div div span:nth-child(even){
text-align: end;
}
#house-page{
padding: 0 10vh;
}
#house-information{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: space-between;
}
#house-information article{
margin: 0em 2em 2em 2em;
}
#house-information .title {
padding: 0 0 0.7em 0;
font-weight: bold;
}
#house-description input {
color: var(--primary-color);
letter-spacing: 2px;
font-size: 1.6em;
width: 100%;
font-weight: bold;
font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#description{
font-size: 1.1em;
margin-top: 0;
flex: 1 0 40em;
max-width: 55%;
overflow-wrap: break-word;
}
#description textarea{
width: 100%;
height: 10em;
font-size: inherit;
}
#house-information aside{
flex-grow: 1;
border-left: 1px solid var(--accent-color);
padding-left: 3em;
margin-bottom: 2em;
}
#house-information aside > div{
display: flex;
flex-direction: column;
padding-left: 1em;
}
#house-information aside > div > *{
flex-basis: 100%;
margin: 0.7em 0;
font-size: 1em;
color: var(--primary-color);
}
#house-information aside > div > span > span {
display: inline-block;
padding: 0 0.6em;
}
#google-maps {
border: 2px solid var(--primary-color);
border-radius: 0.5em;
}
#reviews{
flex-basis: 100%;
}
#reviews .title {
padding: 0;
padding-left: 0.5em;
margin: auto 0;
}
#reviews div{
font-size: 0.9em;
}
#reviews > span{
display: flex;
justify-content: space-between;
margin: 1em auto 1.5em auto;
border-bottom: 2px solid var(--accent-color);
}
#reviews > span > span{
display: flex;
justify-content: space-between;
padding: 0.7em 0;
font-size: 0.9em;
}
#reviews > span > span > span{
margin: 0.5em;
padding-right: 1em;
color: var(--primary-color);
}
#reviews > span > span > span:first-child{
border-right: 1px solid var(--accent-color);
}
#reviews > div > article {
margin: 0 0 2.5em 2em;
}
#reviews > div > article > div {
display: flex;
align-items: center;
}
#reviews > div h4{
font-size: 1.2em;
font-weight: normal;
display: inline-block;
margin: 0;
padding-left: 1em;
color: var(--primary-color);
}
#reviews > div p{
font-size: 0.9em;
font-weight: bold;
padding-top: 0.5em;
padding-left: 1em;
}
#reserve{
flex-grow: 1;
border: 2px solid var(--primary-color);
max-width: 35vw;
}
#reserve h3 {
color: black;
text-align: center;
margin-top: 0;
font-size: 1.5em;
font-weight: normal;
}
#reserve h3 strong {
color: var(--primary-color);
}
#reserve div#no_display {
display: none;
}
#reserve div:nth-child(4){
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0;
}
#reserve div:nth-child(4) > p {
color: var(--accent-color);
margin: 0.5em 0;
}
#reserve div:nth-child(4) > p > strong{
color: var(--primary-color);
font-weight: normal;
}
#reserve div:nth-child(4) > p > strong::after{
content: "€";
}
#reserve div:nth-child(5) {
margin-bottom: 0;
}
#reserve div:nth-child(5) input{
background-color: var(--primary-color);
color: white;
padding: 1.5em;
border-radius: 0.3em;
text-align: center;
font-weight: bold;
font-size: 1em;
margin-bottom: 0;
cursor: pointer;
}
#house-page .fa-trash:before{
font-size: 0.8em;
margin: 0.3em 0.5em;
color: grey;
} | 0.426799 | 0.055643 |
.uppercase {
text-transform: uppercase; }
.bold {
font-weight: bold; }
.active-li-slide {
border-bottom: 1px solid #fff;
width: 50px; }
textarea:focus, button:focus, input:focus, input[type]:focus, .uneditable-input:focus {
border-color: rgba(229, 103, 23, 0.8);
box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
outline: 0 none; }
.move {
position: fixed;
bottom: 10px;
right: 8px;
display: block;
cursor: pointer;
width: 50px;
opacity: 0.7;
z-index: 990; }
@media (max-width: 1200px) {
.move {
right: 8px; } }
@media (max-width: 999px) {
.move {
right: 0px; } }
.move .small-dot {
height: 27px;
widtH: 27px;
background: #ccc;
margin: 20px auto;
display: block;
border-radius: 50%;
opacity: 1;
position: relative;
transition: all 0.2s ease-in-out; }
@media (max-width: 1200px) {
.move .small-dot {
height: 24px;
widtH: 24px;
margin: 21px auto; } }
@media (max-width: 999px) {
.move .small-dot {
height: 18px;
widtH: 18px; } }
.move .small-dot .dot {
position: absolute;
height: 7px;
widtH: 7px;
background: #ff6600;
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 1200px) {
.move .small-dot .dot {
height: 8px;
widtH: 8px; } }
@media (max-width: 999px) {
.move .small-dot .dot {
height: 7px;
widtH: 7px; } }
.move .active-dot {
height: 40px;
widtH: 40px;
background: #ccc;
margin: 20px auto;
display: block;
border-radius: 50%;
opacity: 1;
position: relative; }
@media (max-width: 1200px) {
.move .active-dot {
height: 36px;
widtH: 36px; } }
@media (max-width: 999px) {
.move .active-dot {
height: 30px;
widtH: 30px; } }
.move .active-dot .dot {
position: absolute;
height: 25px;
widtH: 25px;
background: #fff;
border: 5px solid #ff6600;
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 1200px) {
.move .active-dot .dot {
height: 25px;
widtH: 25px; } }
@media (max-width: 999px) {
.move .active-dot .dot {
height: 18px;
widtH: 18px; } }
.padding {
padding: 70px 0; }
@media (max-width: 999px) {
.padding-sm {
padding: 20px 0; } }
.underline:after {
content: "";
display: block;
background: #ff6600;
color: #ff6600;
height: 2.5px;
width: 110px;
margin: 0 auto;
margin-top: 11px; }
.active-li {
color: #ff6600 !important; }
/*--------Loading Screen-------*/
.loading {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background: #ff6600;
overflow: hidden; }
.loading .spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background-color: #fff;
margin: 0 auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotateplane {
0% {
-webkit-transform: perspective(120px); }
50% {
-webkit-transform: perspective(120px) rotateY(180deg); }
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*---------------------*/
.nav {
width: 100%;
background: #F9F9F9;
color: #5b5b5b; }
.nav .left-nav {
width: 30%;
float: left; }
@media (max-width: 1200px) {
.nav .left-nav {
width: 35%; } }
@media (max-width: 999px) {
.nav .left-nav {
display: none; } }
.nav .left-nav ul li {
display: inline-block;
margin: 0 20px;
margin-top: 45px; }
@media (max-width: 1200px) {
.nav .left-nav ul li {
margin: 0 15px;
margin-top: 40px; } }
.nav .left-nav ul li a {
font-size: 20px;
color: #5b5b5b;
text-decoration: none;
font-family: "Open Sans", sans-serif;
transition: color 0.3s ease-in-out; }
.nav .left-nav ul li a:hover {
color: #ff6600; }
.nav .logo {
text-align: center;
width: 40%;
float: left;
font-size: 80px;
font-weight: bold;
font-family: "Montserrat Alternates", sans-serif; }
@media (max-width: 1200px) {
.nav .logo {
width: 30%;
font-size: 70px; } }
@media (max-width: 999px) {
.nav .logo {
width: 94%;
font-size: 50px;
text-align: left; } }
.nav .logo span {
margin: 0;
padding: 0; }
.nav .logo span .ie {
color: #ff6600; }
.nav .right-nav {
width: 30%;
float: left; }
@media (max-width: 1200px) {
.nav .right-nav {
width: 35%; } }
@media (max-width: 999px) {
.nav .right-nav {
display: none; } }
.nav .right-nav ul li {
display: inline-block;
margin: 0 20px;
margin-top: 45px; }
@media (max-width: 1200px) {
.nav .right-nav ul li {
margin: 0 15px;
margin-top: 40px; } }
@media (max-width: 999px) {
.nav .right-nav ul li {
display: none; } }
.nav .right-nav ul li a {
font-size: 20px;
color: #5b5b5b;
text-decoration: none;
font-family: "Open Sans", sans-serif;
transition: color 0.3s ease-in-out; }
.nav .right-nav ul li a:hover {
color: #ff6600; }
.nav .burger {
width: 6%;
float: left;
margin-top: 25px;
display: none; }
@media (max-width: 999px) {
.nav .burger {
display: block; } }
.nav .burger a {
color: #5b5b5b;
margin-top: 40px;
transition: color 0.3s ease-in-out; }
.nav .burger a:hover {
color: #ff6600; }
.nav .slide-menu {
height: 100vh;
widtH: 0px;
background: #FF6600;
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 99999;
opacity: 0.95;
overflow: hidden;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.nav .slide-menu .btn-close {
color: #fff;
float: left;
font-size: 40px;
margin-left: 20px;
margin-top: 7px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.nav .slide-menu .btn-close:hover {
transform: scale(1.1, 1.1);
text-decoration: none; }
.nav .slide-menu .slide-nav {
margin-top: 30px; }
.nav .slide-menu .slide-nav ul .list-one {
transform: translateX(200px);
transition: all 0.7s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-two {
transform: translateX(200px);
transition: all 0.9s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-three {
transform: translateX(200px);
transition: all 1s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-four {
transform: translateX(200px);
transition: all 1.1s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-five {
transform: translateX(200px);
transition: all 1.3s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-six {
transform: translateX(200px);
transition: all 1.5s ease-in-out; }
.nav .slide-menu .slide-nav ul li {
margin: 35px auto; }
.nav .slide-menu .slide-nav ul li a {
color: #fff;
font-size: 18px;
font-family: "Open Sans", sans-serif; }
.nav .slide-menu .slide-nav ul li a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
width: 50px; }
.active-li-slide {
border-bottom: 1px solid #fff;
width: 100px; }
.cart {
font-family: arial; }
.cart h4 {
color: #ff6600;
font-weight: 600; }
.cart h3 {
margin-top: 40px;
margin-bottom: 60px;
color: #606060; }
.cart a {
text-decoration: none; }
.cart a button {
background: #ff6600;
color: #fff;
font-size: 25px;
padding: 6px 50px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.cart a button:hover {
color: #fff;
transform: scale(1.03, 1.03);
-webkit-scale: 1.03 1.03;
-moz-scale: 1.03 1.03;
-o-scale: 1.03 1.03;
scale: 1.03 1.03; }
footer a {
color: #ff6600;
text-decoration: none; }
footer a:hover {
text-decoration: none;
color: #ff6600; }
footer span {
color: #ff6600; }
/*# sourceMappingURL=empty-cart.css.map */ | public/style/empty-cart.css | .uppercase {
text-transform: uppercase; }
.bold {
font-weight: bold; }
.active-li-slide {
border-bottom: 1px solid #fff;
width: 50px; }
textarea:focus, button:focus, input:focus, input[type]:focus, .uneditable-input:focus {
border-color: rgba(229, 103, 23, 0.8);
box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
outline: 0 none; }
.move {
position: fixed;
bottom: 10px;
right: 8px;
display: block;
cursor: pointer;
width: 50px;
opacity: 0.7;
z-index: 990; }
@media (max-width: 1200px) {
.move {
right: 8px; } }
@media (max-width: 999px) {
.move {
right: 0px; } }
.move .small-dot {
height: 27px;
widtH: 27px;
background: #ccc;
margin: 20px auto;
display: block;
border-radius: 50%;
opacity: 1;
position: relative;
transition: all 0.2s ease-in-out; }
@media (max-width: 1200px) {
.move .small-dot {
height: 24px;
widtH: 24px;
margin: 21px auto; } }
@media (max-width: 999px) {
.move .small-dot {
height: 18px;
widtH: 18px; } }
.move .small-dot .dot {
position: absolute;
height: 7px;
widtH: 7px;
background: #ff6600;
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 1200px) {
.move .small-dot .dot {
height: 8px;
widtH: 8px; } }
@media (max-width: 999px) {
.move .small-dot .dot {
height: 7px;
widtH: 7px; } }
.move .active-dot {
height: 40px;
widtH: 40px;
background: #ccc;
margin: 20px auto;
display: block;
border-radius: 50%;
opacity: 1;
position: relative; }
@media (max-width: 1200px) {
.move .active-dot {
height: 36px;
widtH: 36px; } }
@media (max-width: 999px) {
.move .active-dot {
height: 30px;
widtH: 30px; } }
.move .active-dot .dot {
position: absolute;
height: 25px;
widtH: 25px;
background: #fff;
border: 5px solid #ff6600;
display: block;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 1200px) {
.move .active-dot .dot {
height: 25px;
widtH: 25px; } }
@media (max-width: 999px) {
.move .active-dot .dot {
height: 18px;
widtH: 18px; } }
.padding {
padding: 70px 0; }
@media (max-width: 999px) {
.padding-sm {
padding: 20px 0; } }
.underline:after {
content: "";
display: block;
background: #ff6600;
color: #ff6600;
height: 2.5px;
width: 110px;
margin: 0 auto;
margin-top: 11px; }
.active-li {
color: #ff6600 !important; }
/*--------Loading Screen-------*/
.loading {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9999;
background: #ff6600;
overflow: hidden; }
.loading .spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
background-color: #fff;
margin: 0 auto;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out; }
@-webkit-keyframes sk-rotateplane {
0% {
-webkit-transform: perspective(120px); }
50% {
-webkit-transform: perspective(120px) rotateY(180deg); }
100% {
-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/*---------------------*/
.nav {
width: 100%;
background: #F9F9F9;
color: #5b5b5b; }
.nav .left-nav {
width: 30%;
float: left; }
@media (max-width: 1200px) {
.nav .left-nav {
width: 35%; } }
@media (max-width: 999px) {
.nav .left-nav {
display: none; } }
.nav .left-nav ul li {
display: inline-block;
margin: 0 20px;
margin-top: 45px; }
@media (max-width: 1200px) {
.nav .left-nav ul li {
margin: 0 15px;
margin-top: 40px; } }
.nav .left-nav ul li a {
font-size: 20px;
color: #5b5b5b;
text-decoration: none;
font-family: "Open Sans", sans-serif;
transition: color 0.3s ease-in-out; }
.nav .left-nav ul li a:hover {
color: #ff6600; }
.nav .logo {
text-align: center;
width: 40%;
float: left;
font-size: 80px;
font-weight: bold;
font-family: "Montserrat Alternates", sans-serif; }
@media (max-width: 1200px) {
.nav .logo {
width: 30%;
font-size: 70px; } }
@media (max-width: 999px) {
.nav .logo {
width: 94%;
font-size: 50px;
text-align: left; } }
.nav .logo span {
margin: 0;
padding: 0; }
.nav .logo span .ie {
color: #ff6600; }
.nav .right-nav {
width: 30%;
float: left; }
@media (max-width: 1200px) {
.nav .right-nav {
width: 35%; } }
@media (max-width: 999px) {
.nav .right-nav {
display: none; } }
.nav .right-nav ul li {
display: inline-block;
margin: 0 20px;
margin-top: 45px; }
@media (max-width: 1200px) {
.nav .right-nav ul li {
margin: 0 15px;
margin-top: 40px; } }
@media (max-width: 999px) {
.nav .right-nav ul li {
display: none; } }
.nav .right-nav ul li a {
font-size: 20px;
color: #5b5b5b;
text-decoration: none;
font-family: "Open Sans", sans-serif;
transition: color 0.3s ease-in-out; }
.nav .right-nav ul li a:hover {
color: #ff6600; }
.nav .burger {
width: 6%;
float: left;
margin-top: 25px;
display: none; }
@media (max-width: 999px) {
.nav .burger {
display: block; } }
.nav .burger a {
color: #5b5b5b;
margin-top: 40px;
transition: color 0.3s ease-in-out; }
.nav .burger a:hover {
color: #ff6600; }
.nav .slide-menu {
height: 100vh;
widtH: 0px;
background: #FF6600;
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 99999;
opacity: 0.95;
overflow: hidden;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out; }
.nav .slide-menu .btn-close {
color: #fff;
float: left;
font-size: 40px;
margin-left: 20px;
margin-top: 7px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.nav .slide-menu .btn-close:hover {
transform: scale(1.1, 1.1);
text-decoration: none; }
.nav .slide-menu .slide-nav {
margin-top: 30px; }
.nav .slide-menu .slide-nav ul .list-one {
transform: translateX(200px);
transition: all 0.7s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-two {
transform: translateX(200px);
transition: all 0.9s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-three {
transform: translateX(200px);
transition: all 1s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-four {
transform: translateX(200px);
transition: all 1.1s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-five {
transform: translateX(200px);
transition: all 1.3s ease-in-out; }
.nav .slide-menu .slide-nav ul .list-six {
transform: translateX(200px);
transition: all 1.5s ease-in-out; }
.nav .slide-menu .slide-nav ul li {
margin: 35px auto; }
.nav .slide-menu .slide-nav ul li a {
color: #fff;
font-size: 18px;
font-family: "Open Sans", sans-serif; }
.nav .slide-menu .slide-nav ul li a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
width: 50px; }
.active-li-slide {
border-bottom: 1px solid #fff;
width: 100px; }
.cart {
font-family: arial; }
.cart h4 {
color: #ff6600;
font-weight: 600; }
.cart h3 {
margin-top: 40px;
margin-bottom: 60px;
color: #606060; }
.cart a {
text-decoration: none; }
.cart a button {
background: #ff6600;
color: #fff;
font-size: 25px;
padding: 6px 50px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; }
.cart a button:hover {
color: #fff;
transform: scale(1.03, 1.03);
-webkit-scale: 1.03 1.03;
-moz-scale: 1.03 1.03;
-o-scale: 1.03 1.03;
scale: 1.03 1.03; }
footer a {
color: #ff6600;
text-decoration: none; }
footer a:hover {
text-decoration: none;
color: #ff6600; }
footer span {
color: #ff6600; }
/*# sourceMappingURL=empty-cart.css.map */ | 0.475605 | 0.101189 |
@media screen and (min-width: 768px) and (max-width: 1059px) {
#section1 {
height: 334px;
}
#section1 > h1 {
margin-top: 102px;
font-size: 24px;
}
#section1 > h2 {
margin-top: 20px;
font-size: 21px;
}
#section1 > a {
margin-top: 35px;
font-size: 16px;
padding: 8px 35px;
}
#section2 {
}
#section2 #section2-icon {
width: 55px;
height: 57px;
margin-top: 46px;
margin-bottom: 43px;
}
#section2 #section2-icon > p {
font-size: 21px;
padding-top: 13px;
}
#section2 > img {
margin-top: -8px;
width: 301px;
}
#section2 > p {
font-size: 16px;
margin-bottom: 54px;
}
#section3 {
}
#section3 > h1 {
font-size: 33px;
margin-top: 50px;
margin-bottom: 30px;
}
#section3 .inline-button {
margin-bottom: 30px;
}
#section3 .inline-button > div {
display: block;
width: 260px;
height: 53px;
margin-top: 10px;
}
#section3 .inline-button > div > .icon {
margin-top: 12.5px;
}
#section3 .inline-button > div > p {
font-size: 16px;
margin-top: 18.5px;
margin-bottom: 18.5px;
}
#section3 .inline-button #item1 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 .inline-button #item2 {
margin-left: 0;
margin-right: 0;
}
#section3 .inline-button #item2 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 .inline-button #item3 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 #content {
font-size: 12px;
}
#section3 #content > p {
height: 54px;
line-height: 1.5;
}
#section3 #content > a.button {
font-size: 16px;
width: 4em;
padding: 12.54px 35px 12.54px 35px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
#section3 .img-box {
display: block;
margin: 33px 0;
}
#section3 .img-box #picture {
width: 400px;
}
#section4 {
}
#section4 > h1 {
font-size: 33px;
margin-top: 50px;
margin-bottom: 30px;
}
#section4 .inline-button {
margin-bottom: 30px;
}
#section4 .inline-button > div {
display: block;
width: 308px;
height: 53px;
margin-top: 10px;
}
#section4 .inline-button > div:nth-child(1) {
width: 308px;
height: 53px;
}
#section4 .inline-button > div > .icon {
margin-top: 12px;
}
#section4 .inline-button > div > p {
font-size: 16px;
margin-top: 18.5px;
margin-bottom: 18.5px;
}
#section4 .inline-button #item1 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 .inline-button #item2 {
margin-left: 0;
margin-right: 0;
}
#section4 .inline-button #item2 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 .inline-button #item3 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 > p {
font-size: 12px;
width: 33em;
height: 36px;
line-height: 1.5;
}
#section4 .img-box {
width: 678px;
height: 355px;
margin-top: 30px;
margin-bottom: 60px;
}
#section4 .img-box #picture {
width: 618px;
margin-top: 35px;
}
#section5 {
}
#section5 > h1 {
font-size: 33px;
margin-top: 40px;
margin-bottom: 52px;
}
#section5 #links {
width: 763px;
height: 160px;
margin-bottom: 92px;
}
#section5 #links .link-line > a {
display: inline-block;
color: #fff;
font-size: 17px;
width: 5em;
}
#section5 #links .link-line:nth-child(1) > a {
margin-top: 28.5px;
margin-bottom: 28.5px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(1) {
margin-left: 44px;
margin-right: 44px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(2) {
margin-left: 61px;
margin-right: 61px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(3) {
margin-left: 70px;
margin-right: 70px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(4) {
margin-left: 34px;
margin-right: 34px;
}
#section5 #links .link-line:nth-child(2) > a {
margin-top: 34.5px;
margin-bottom: 34.5px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(1) {
margin-left: 44px;
margin-right: 44px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(2) {
margin-left: 61px;
margin-right: 61px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(3) {
margin-left: 70px;
margin-right: 70px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(4) {
margin-left: 34px;
margin-right: 34px;
}
#section6 {
}
#section6 > h2 {
font-size: 24px;
margin-top: 56px;
margin-bottom: 16px;
}
#section6 > a.button {
font-size: 24px;
padding: 8px 35px;
margin-bottom: 56px;
}
} | k2/css/linkchain-sm.css | @media screen and (min-width: 768px) and (max-width: 1059px) {
#section1 {
height: 334px;
}
#section1 > h1 {
margin-top: 102px;
font-size: 24px;
}
#section1 > h2 {
margin-top: 20px;
font-size: 21px;
}
#section1 > a {
margin-top: 35px;
font-size: 16px;
padding: 8px 35px;
}
#section2 {
}
#section2 #section2-icon {
width: 55px;
height: 57px;
margin-top: 46px;
margin-bottom: 43px;
}
#section2 #section2-icon > p {
font-size: 21px;
padding-top: 13px;
}
#section2 > img {
margin-top: -8px;
width: 301px;
}
#section2 > p {
font-size: 16px;
margin-bottom: 54px;
}
#section3 {
}
#section3 > h1 {
font-size: 33px;
margin-top: 50px;
margin-bottom: 30px;
}
#section3 .inline-button {
margin-bottom: 30px;
}
#section3 .inline-button > div {
display: block;
width: 260px;
height: 53px;
margin-top: 10px;
}
#section3 .inline-button > div > .icon {
margin-top: 12.5px;
}
#section3 .inline-button > div > p {
font-size: 16px;
margin-top: 18.5px;
margin-bottom: 18.5px;
}
#section3 .inline-button #item1 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 .inline-button #item2 {
margin-left: 0;
margin-right: 0;
}
#section3 .inline-button #item2 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 .inline-button #item3 .icon {
width: 33.66px;
height: 28.38px;
}
#section3 #content {
font-size: 12px;
}
#section3 #content > p {
height: 54px;
line-height: 1.5;
}
#section3 #content > a.button {
font-size: 16px;
width: 4em;
padding: 12.54px 35px 12.54px 35px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}
#section3 .img-box {
display: block;
margin: 33px 0;
}
#section3 .img-box #picture {
width: 400px;
}
#section4 {
}
#section4 > h1 {
font-size: 33px;
margin-top: 50px;
margin-bottom: 30px;
}
#section4 .inline-button {
margin-bottom: 30px;
}
#section4 .inline-button > div {
display: block;
width: 308px;
height: 53px;
margin-top: 10px;
}
#section4 .inline-button > div:nth-child(1) {
width: 308px;
height: 53px;
}
#section4 .inline-button > div > .icon {
margin-top: 12px;
}
#section4 .inline-button > div > p {
font-size: 16px;
margin-top: 18.5px;
margin-bottom: 18.5px;
}
#section4 .inline-button #item1 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 .inline-button #item2 {
margin-left: 0;
margin-right: 0;
}
#section4 .inline-button #item2 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 .inline-button #item3 .icon {
width: 33.66px;
height: 28.38px;
}
#section4 > p {
font-size: 12px;
width: 33em;
height: 36px;
line-height: 1.5;
}
#section4 .img-box {
width: 678px;
height: 355px;
margin-top: 30px;
margin-bottom: 60px;
}
#section4 .img-box #picture {
width: 618px;
margin-top: 35px;
}
#section5 {
}
#section5 > h1 {
font-size: 33px;
margin-top: 40px;
margin-bottom: 52px;
}
#section5 #links {
width: 763px;
height: 160px;
margin-bottom: 92px;
}
#section5 #links .link-line > a {
display: inline-block;
color: #fff;
font-size: 17px;
width: 5em;
}
#section5 #links .link-line:nth-child(1) > a {
margin-top: 28.5px;
margin-bottom: 28.5px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(1) {
margin-left: 44px;
margin-right: 44px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(2) {
margin-left: 61px;
margin-right: 61px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(3) {
margin-left: 70px;
margin-right: 70px;
}
#section5 #links .link-line:nth-child(1) > a:nth-child(4) {
margin-left: 34px;
margin-right: 34px;
}
#section5 #links .link-line:nth-child(2) > a {
margin-top: 34.5px;
margin-bottom: 34.5px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(1) {
margin-left: 44px;
margin-right: 44px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(2) {
margin-left: 61px;
margin-right: 61px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(3) {
margin-left: 70px;
margin-right: 70px;
}
#section5 #links .link-line:nth-child(2) > a:nth-child(4) {
margin-left: 34px;
margin-right: 34px;
}
#section6 {
}
#section6 > h2 {
font-size: 24px;
margin-top: 56px;
margin-bottom: 16px;
}
#section6 > a.button {
font-size: 24px;
padding: 8px 35px;
margin-bottom: 56px;
}
} | 0.219756 | 0.086131 |
.OrgEdge {
padding: 5px 5px 5px 5px;
clear: left;
float: left;
text-align: center;
position: absolute;
font-size: 12px;
font-family: arial,helvetica;
width: 60px;
height: 50px;
cursor: default;
border: 2px solid #b5d9ea;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#edf7ff), to(#cde7ee));
background: -moz-linear-gradient(top, #edf7ff, #cde7ee);
background: -ms-linear-gradient(top, #edf7ff, #cde7ee);
background: -o-linear-gradient(top, #edf7ff, #cde7ee);
background: linear-gradient(to bottom, #edf7ff, #cde7ee);
background-color: #edf7ff;
-moz-border-radius: 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
.OrgEdge_Hight {
padding: 5px 5px 5px 5px;
clear: left;
float: left;
text-align: center;
position: absolute;
font-size: 12px;
font-family: arial,helvetica;
width: 60px;
height: 50px;
cursor: default;
border: 2px solid #808080;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#B8B8B8), to(#F0F0F0));
background: -moz-linear-gradient(top, #B8B8B8, #F0F0F0);
background: -ms-linear-gradient(top, #B8B8B8, #F0F0F0);
background: -o-linear-gradient(top, #B8B8B8, #F0F0F0);
background: linear-gradient(to bottom, #B8B8B8, #F0F0F0);
background-color: #B8B8B8;
-moz-border-radius: 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
.OrgEdge:link { background-color: #6699FF; }
.OrgEdge:visited { background-color: #3366FF; }
.OrgEdge:hover {
border: 2px solid #e3ca4b;
background-color: #fff7ae;
background: -webkit-gradient(linear, left top, left bottom, from(#fff7ae), to(#eee79e));
background: -moz-linear-gradient(top, #fff7ae, #eee79e);
background: -ms-linear-gradient(top, #fff7ae, #eee79e);
background: -o-linear-gradient(top, #fff7ae, #eee79e);
background: linear-gradient(to bottom, #fff7ae, #eee79e);
}
.OrgEdge:active { background-color: #3366FF; }
.OrgEdge div {
color: #F62217;
font-size: 0.8em !important;
font-style: italic;
}
.OrgEdge_Hight div {
color: #F62217;
font-size: 0.8em !important;
font-style: italic;
} | js-orgchart.css | .OrgEdge {
padding: 5px 5px 5px 5px;
clear: left;
float: left;
text-align: center;
position: absolute;
font-size: 12px;
font-family: arial,helvetica;
width: 60px;
height: 50px;
cursor: default;
border: 2px solid #b5d9ea;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#edf7ff), to(#cde7ee));
background: -moz-linear-gradient(top, #edf7ff, #cde7ee);
background: -ms-linear-gradient(top, #edf7ff, #cde7ee);
background: -o-linear-gradient(top, #edf7ff, #cde7ee);
background: linear-gradient(to bottom, #edf7ff, #cde7ee);
background-color: #edf7ff;
-moz-border-radius: 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
.OrgEdge_Hight {
padding: 5px 5px 5px 5px;
clear: left;
float: left;
text-align: center;
position: absolute;
font-size: 12px;
font-family: arial,helvetica;
width: 60px;
height: 50px;
cursor: default;
border: 2px solid #808080;
border-radius: 5px;
background: -webkit-gradient(linear, left top, left bottom, from(#B8B8B8), to(#F0F0F0));
background: -moz-linear-gradient(top, #B8B8B8, #F0F0F0);
background: -ms-linear-gradient(top, #B8B8B8, #F0F0F0);
background: -o-linear-gradient(top, #B8B8B8, #F0F0F0);
background: linear-gradient(to bottom, #B8B8B8, #F0F0F0);
background-color: #B8B8B8;
-moz-border-radius: 5px;
-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
-webkit-border-radius: 5px;
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
.OrgEdge:link { background-color: #6699FF; }
.OrgEdge:visited { background-color: #3366FF; }
.OrgEdge:hover {
border: 2px solid #e3ca4b;
background-color: #fff7ae;
background: -webkit-gradient(linear, left top, left bottom, from(#fff7ae), to(#eee79e));
background: -moz-linear-gradient(top, #fff7ae, #eee79e);
background: -ms-linear-gradient(top, #fff7ae, #eee79e);
background: -o-linear-gradient(top, #fff7ae, #eee79e);
background: linear-gradient(to bottom, #fff7ae, #eee79e);
}
.OrgEdge:active { background-color: #3366FF; }
.OrgEdge div {
color: #F62217;
font-size: 0.8em !important;
font-style: italic;
}
.OrgEdge_Hight div {
color: #F62217;
font-size: 0.8em !important;
font-style: italic;
} | 0.378115 | 0.204938 |
HTML SCSSResult Skip Results Iframe
EDIT ON
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,700,500,400italic,500italic,700italic,300italic);
body{
background: #2C3940;
overflow:hidden;
font-family: 'Fira Sans', sans-serif;
a{
color:white;
padding-top:20px;
font-size:10px;
opacity:0.6;
position:relative;
top:10px;
transition:all .3s;
font-weight:100;
text-decoration:none;
&:hover{
opacity:1;
}
i.l{
margin-right:3px;
}
}
}
input{
display:none;
}
input:checked + label{
.button_inner{
background:transparent;
transform:rotate(90deg);
width:100px;
border-radius:100px;
box-shadow:0px 0px 0px 440px rgba(0,0,0,0);
animation: finalbox .4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards;
span.t{
opacity:0;
top:20px;
}
}
i.l{
left:14px;
opacity:1;
top:11px;
animation:down 1s .25s infinite,final .2s 4s forwards;
}
.tick{
position: absolute;
left: 2px;
right: 0;
transform:scale(0) rotate(-90deg);
color: #00C1FC;
top: 11px;
margin: auto;
font-size: 22px;
animation: tick .3s 4.7s forwards;
}
.button_spots{
opacity:1;
@for $i from 0 through 60{
&:nth-of-type(#{$i}){
top:(16px - random(10)) - 0 !important;
left:-34px !important;
opacity:0;
padding:random(20)/4 + 2 + px !important;
animation:spew 1s .3s forwards,rotate 4s + random(4)/10 .25s + random(12)/10 linear infinite ,final .2s 4s forwards,spot-#{$i} .7s .4/random(10) + random(10)/10 + 10s linear infinite !important;
}
}
}
}
.tick{
position:absolute;
left:-40;
right:0;
transform:scale(0);
margin:auto;
font-size:22px;
}
.button{
position:absolute;
top:50%;
left:0;
right:0;
margin:auto;
text-align:Center;
height:360px;
width:200px;
transform:translateY(-50%);
h1{
font-weight:100;
color:White;
font-size:24px;
margin:0;
text-transform:uppercase;
}
h2{
font-weight:100;
color:#00C4FF;
opacity:1;
font-size:14px;
margin:4px 0px 0px 0px;
}
.b_l_quad .button_spots{
@for $i from 1 through 20{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -25 + ($i * 12) + px;
top: 50 + px;
}
}
@for $i from 20 through 40{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -255 + ($i * 12) + px;
top: -12 + px;
}
}
@for $i from 40 through 46{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: 204px;
top: -488 + ($i * 12) + px;
}
}
@for $i from 46 through 52{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -10px;
top: -568 + ($i * 12) + px;
}
}
}
.button_spots{
position:absolute;
border-radius:100px;
background:green;
opacity:0;
animation:opacity 1s;
@for $i from 1 through 52{
&:nth-of-type(#{$i}){
transform-origin:90px - random(10) 20px - random(10);
background:hsla(350 + random(399) ,57% - random(10) ,65%,1);
box-shadow:0px 0px 10px rgba(255,255,255,0.12);
transition:all 1s + random(10)/10;
}
}
}
&_inner{
//overflow:hidden;
border-radius:2px;
position:absolute;
width:200px;
height:50px;
left:0;
right:0;
top:50%;
margin:auto;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
font-weight: 100;
font-size: 12px;
cursor:pointer;
border: 2px solid #FFFFFF;
color: white;
text-align: Center;
transition:all .3s,box-shadow .2s,transform .2s .2s;
span.t{
position:relative;
top:6px;
opacity:1;
left:-10px;
transition:left .4s .1s;
}
i.l{
position: relative;
left: -19px;
top: 20px;
color: #00C4FF;
font-size: 25px;
opacity: 0;
transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
}
&:hover{
color:#2C3940;
background: white;
box-shadow: 0px 17px 18px -14px rgba(0, 0, 0, 0.08);
span.t{
left:16px;
transition:left .4s;
}
i.l{
top:12px;
opacity:1;
transition: left .3s 0s,top .3s .1s,opacity .3s .1s;
}
}
&:hover .button_spots{
@for $i from 1 through 19{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 20 through 40{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 40 through 46{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 46 through 54{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
}
}
}
@for $i from 1 through 20{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(30px) translatex(-20px + $i*2);opacity:.6;}
}
}
@for $i from 20 through 40{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-30px) translatex(-50px + $i*2);opacity:.6;}
}
}
@for $i from 40 through 45{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-86px + $i*2) translatex(40px);opacity:.6;}
}
}
@for $i from 46 through 54{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-99px + $i*2) translatex(-40px);opacity:.6;}
}
}
@keyframes opacity{
from{}
to{opacity:0;}
}
@keyframes rotate{
from{opacity:.8}
to{transform:rotate(360deg);opacity:.8}
}
@keyframes down{
from{left:10px;}
to{left:57px;}
}
@keyframes spew{
from{opacity:0;}
to{opacity:0.8;}
}
@keyframes final{
from{opacity:1;}
to{opacity:0;}
}
@keyframes finalbox{
from{}
to{width:50px;}
}
@keyframes tick{
from{}
to{transform:scale(1) rotate(-90deg)}
}
View Compiled
Resources1× 0.5× 0.25×Rerun | public/rifat.css | HTML SCSSResult Skip Results Iframe
EDIT ON
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,700,500,400italic,500italic,700italic,300italic);
body{
background: #2C3940;
overflow:hidden;
font-family: 'Fira Sans', sans-serif;
a{
color:white;
padding-top:20px;
font-size:10px;
opacity:0.6;
position:relative;
top:10px;
transition:all .3s;
font-weight:100;
text-decoration:none;
&:hover{
opacity:1;
}
i.l{
margin-right:3px;
}
}
}
input{
display:none;
}
input:checked + label{
.button_inner{
background:transparent;
transform:rotate(90deg);
width:100px;
border-radius:100px;
box-shadow:0px 0px 0px 440px rgba(0,0,0,0);
animation: finalbox .4s 4.42s cubic-bezier(0.39, 2.01, 0.27, 0.75) forwards;
span.t{
opacity:0;
top:20px;
}
}
i.l{
left:14px;
opacity:1;
top:11px;
animation:down 1s .25s infinite,final .2s 4s forwards;
}
.tick{
position: absolute;
left: 2px;
right: 0;
transform:scale(0) rotate(-90deg);
color: #00C1FC;
top: 11px;
margin: auto;
font-size: 22px;
animation: tick .3s 4.7s forwards;
}
.button_spots{
opacity:1;
@for $i from 0 through 60{
&:nth-of-type(#{$i}){
top:(16px - random(10)) - 0 !important;
left:-34px !important;
opacity:0;
padding:random(20)/4 + 2 + px !important;
animation:spew 1s .3s forwards,rotate 4s + random(4)/10 .25s + random(12)/10 linear infinite ,final .2s 4s forwards,spot-#{$i} .7s .4/random(10) + random(10)/10 + 10s linear infinite !important;
}
}
}
}
.tick{
position:absolute;
left:-40;
right:0;
transform:scale(0);
margin:auto;
font-size:22px;
}
.button{
position:absolute;
top:50%;
left:0;
right:0;
margin:auto;
text-align:Center;
height:360px;
width:200px;
transform:translateY(-50%);
h1{
font-weight:100;
color:White;
font-size:24px;
margin:0;
text-transform:uppercase;
}
h2{
font-weight:100;
color:#00C4FF;
opacity:1;
font-size:14px;
margin:4px 0px 0px 0px;
}
.b_l_quad .button_spots{
@for $i from 1 through 20{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -25 + ($i * 12) + px;
top: 50 + px;
}
}
@for $i from 20 through 40{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -255 + ($i * 12) + px;
top: -12 + px;
}
}
@for $i from 40 through 46{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: 204px;
top: -488 + ($i * 12) + px;
}
}
@for $i from 46 through 52{
&:nth-child(#{$i}){
padding:random(3) + 2 + px;
left: -10px;
top: -568 + ($i * 12) + px;
}
}
}
.button_spots{
position:absolute;
border-radius:100px;
background:green;
opacity:0;
animation:opacity 1s;
@for $i from 1 through 52{
&:nth-of-type(#{$i}){
transform-origin:90px - random(10) 20px - random(10);
background:hsla(350 + random(399) ,57% - random(10) ,65%,1);
box-shadow:0px 0px 10px rgba(255,255,255,0.12);
transition:all 1s + random(10)/10;
}
}
}
&_inner{
//overflow:hidden;
border-radius:2px;
position:absolute;
width:200px;
height:50px;
left:0;
right:0;
top:50%;
margin:auto;
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04);
font-weight: 100;
font-size: 12px;
cursor:pointer;
border: 2px solid #FFFFFF;
color: white;
text-align: Center;
transition:all .3s,box-shadow .2s,transform .2s .2s;
span.t{
position:relative;
top:6px;
opacity:1;
left:-10px;
transition:left .4s .1s;
}
i.l{
position: relative;
left: -19px;
top: 20px;
color: #00C4FF;
font-size: 25px;
opacity: 0;
transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
}
&:hover{
color:#2C3940;
background: white;
box-shadow: 0px 17px 18px -14px rgba(0, 0, 0, 0.08);
span.t{
left:16px;
transition:left .4s;
}
i.l{
top:12px;
opacity:1;
transition: left .3s 0s,top .3s .1s,opacity .3s .1s;
}
}
&:hover .button_spots{
@for $i from 1 through 19{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 20 through 40{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 40 through 46{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
@for $i from 46 through 54{
&:nth-of-type(#{$i}){
animation: spot-#{$i} .7s .4/random(10) + random(10)/10 + s linear infinite;
}
}
}
}
}
@for $i from 1 through 20{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(30px) translatex(-20px + $i*2);opacity:.6;}
}
}
@for $i from 20 through 40{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-30px) translatex(-50px + $i*2);opacity:.6;}
}
}
@for $i from 40 through 45{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-86px + $i*2) translatex(40px);opacity:.6;}
}
}
@for $i from 46 through 54{
@keyframes spot-#{$i}{
from{opacity:0;}
to{transform:translateY(-99px + $i*2) translatex(-40px);opacity:.6;}
}
}
@keyframes opacity{
from{}
to{opacity:0;}
}
@keyframes rotate{
from{opacity:.8}
to{transform:rotate(360deg);opacity:.8}
}
@keyframes down{
from{left:10px;}
to{left:57px;}
}
@keyframes spew{
from{opacity:0;}
to{opacity:0.8;}
}
@keyframes final{
from{opacity:1;}
to{opacity:0;}
}
@keyframes finalbox{
from{}
to{width:50px;}
}
@keyframes tick{
from{}
to{transform:scale(1) rotate(-90deg)}
}
View Compiled
Resources1× 0.5× 0.25×Rerun | 0.326486 | 0.096578 |
*{
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: %200;
}
body{
margin: 0;
}
/* From https://www.w3schools.com/howto/howto_js_rangeslider.asp */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 80%; /* Full-width */
height: 25px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
border-radius: 100px;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-moz-range-thumb, .slider::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none; /* Override default look */
width: 60px; /* Set a specific slider handle width */
height: 60px; /* Slider handle height */
background: #04AA6D; /* Green background */
cursor: pointer; /* Cursor on hover */
border-radius: 100px;
}
/* END */
.up, .down{
width: 98%;
position: absolute;
left: 0;
}
.up{
top: 0;
}
.down{
bottom: 0;
}
.hide{
display: none;
}
#radio{
width: 90%;
}
#yt, #start{
position: absolute;
left: 0;
background: rgb(0, 0, 0);
z-index: -1;
}
.hide{
display: none !important;
}
#start{
z-index: 1000;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
}
#start span{
font-size: 1000%;
}
#yt *, #yt{
height: 100%;
width: 100%;
pointer-events: none;
}
.novideo #ytp {
display: none;
}
.novideo #thumbnail {
display: block;
}
.video #ytp {
display: block;
}
.video #thumbnail {
display: none;
}
.up, .down{
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
border-radius: 1000px;
margin: 1%;
}
#up, #down{
height: 50%;
}
#radio{
margin-left: 5%;
}
body, html{
overflow: hidden;
}
#control{
background: #000;
border: none;
padding: 0.8% 1%;
font-size: 200%;
border-radius: 1000px;
box-shadow: 0 0 10px rgba(255,255,255,0.5);
transition: .3s background;
cursor: pointer;
}
#control:hover{
color: #000;
background: #fff;
} | player.css | *{
font-family: 'Roboto', sans-serif;
color: #fff;
font-size: %200;
}
body{
margin: 0;
}
/* From https://www.w3schools.com/howto/howto_js_rangeslider.asp */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
width: 80%; /* Full-width */
height: 25px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
border-radius: 100px;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-moz-range-thumb, .slider::-webkit-slider-thumb {
appearance: none;
-webkit-appearance: none; /* Override default look */
width: 60px; /* Set a specific slider handle width */
height: 60px; /* Slider handle height */
background: #04AA6D; /* Green background */
cursor: pointer; /* Cursor on hover */
border-radius: 100px;
}
/* END */
.up, .down{
width: 98%;
position: absolute;
left: 0;
}
.up{
top: 0;
}
.down{
bottom: 0;
}
.hide{
display: none;
}
#radio{
width: 90%;
}
#yt, #start{
position: absolute;
left: 0;
background: rgb(0, 0, 0);
z-index: -1;
}
.hide{
display: none !important;
}
#start{
z-index: 1000;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
}
#start span{
font-size: 1000%;
}
#yt *, #yt{
height: 100%;
width: 100%;
pointer-events: none;
}
.novideo #ytp {
display: none;
}
.novideo #thumbnail {
display: block;
}
.video #ytp {
display: block;
}
.video #thumbnail {
display: none;
}
.up, .down{
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
border-radius: 1000px;
margin: 1%;
}
#up, #down{
height: 50%;
}
#radio{
margin-left: 5%;
}
body, html{
overflow: hidden;
}
#control{
background: #000;
border: none;
padding: 0.8% 1%;
font-size: 200%;
border-radius: 1000px;
box-shadow: 0 0 10px rgba(255,255,255,0.5);
transition: .3s background;
cursor: pointer;
}
#control:hover{
color: #000;
background: #fff;
} | 0.405566 | 0.053601 |
/*
wui
*/
.awe-lookup-field, .awe-multilookup-field, .awe-datepicker-field,
.awe-ajaxradiolist-field, .awe-ajaxcheckboxlist-field, .awe-ajaxdropdown-field,
.awe-ajaxradiolist-field > ul, .awe-ajaxcheckboxlist-field > ul,
.awe-multilookup-field .awe-display,
.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display,
.awe-btn, .awe-il, .awe-ce-ico, .awe-loading, .awe-loading span,
.awe-grid .awe-pager, .awe-grid .awe-relbox,
.awe-groupbar .awe-col,
.awe-sord, .awe-rem, .awe-reload-ico, .awe-display, .awe-field {
display: inline-block;
*display: inline;
zoom: 1;
box-sizing: border-box;
vertical-align: middle;
position: relative;
}
.awe-timepicker-field select {
width: auto;
}
.awe-multilookup-field, .awe-lookup-field, .awe-datepicker-field {
padding-right: 2em;
position: relative;
min-width: 13em;
line-height: normal;
}
.awe-inl {
padding-right: 0;
}
.awe-display {
width: 100%;
}
.awe-display .awe-label {
font-weight: normal;
}
.awe-chk-field .awe-display {
width: auto;
margin: 0;
}
.awe-chk-field.awe-field {
min-width: initial;
vertical-align: baseline;
}
.awe-display input[type="radio"], .awe-display input[type="checkbox"] {
margin: 0;
margin-right: 3px;
vertical-align: middle;
margin-bottom: 1px;
margin-left: 3px;
}
.awe-caption {
padding: 0.2em 0.7em;
}
.awe-multilookup-field .awe-display, .awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
vertical-align: middle;
background: white;
min-height: 1.9em;
border-radius: 3px 0 0 3px;
}
.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
width: 100%;
overflow: hidden;
margin: 0;
font-size: inherit;
}
.awe-datepicker-field input[type="text"].awe-display {
padding: 0.2em 0.7em;
border-radius: 3px 0 0 3px;
}
.awe-datepicker-field input::-ms-clear {
display: none;
}
.awe-lookup-field .awe-display {
border: 1px solid gainsboro;
}
.awe-multilookup-field .awe-display {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
border: solid 1px gainsboro;
}
.awe-multilookup-field .awe-display li {
padding: 0.2em 0.7em;
line-height: 1.2em;
}
.awe-ajaxradiolist-field input, .awe-ajaxradiolist-field label, .awe-ajaxcheckboxlist-field label, .awe-ajaxcheckboxlist-field input {
cursor: pointer;
}
.awe-ajaxradiolist-field ul, .awe-ajaxcheckboxlist-field ul {
padding: 0;
margin: 0;
list-style: none;
}
/* ajaxlist */
table.awe-ajaxlist {
border-spacing: 0;
border-collapse: separate;
table-layout: fixed;
}
table.awe-ajaxlist th:first-child {
border-radius: 2px 0 0 0;
}
table.awe-ajaxlist th:last-child {
border-radius: 0 2px 0 0;
}
table.awe-ajaxlist tr:last-child td:last-child {
border-radius: 0 0 2px 0;
}
table.awe-ajaxlist tr:last-child td:first-child {
border-radius: 0 0 0 2px;
}
.awe-ajaxlist {
border: 1px solid #ccc;
padding: 0;
width: 100%;
*width: 99%;
border-radius: 2px;
}
.awe-ajaxlist.awe-lookup-list {
border: none;
}
.awe-ajaxlist li.awe-li {
padding: 5px;
overflow: hidden;
}
li.awe-li.awe-morecont, tr.awe-li.awe-morecont {
padding: 1px;
background: #FFF;
border-radius: 2px;
}
.awe-ajaxlist th, .awe-ajaxlist td, .awe-list td, .awe-list th {
padding: 7px 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.awe-morecont td {
padding: 2px;
}
.awe-ajaxlist th, .awe-ajaxlist td {
border-bottom: 1px solid #eee;
}
.awe-ajaxlist thead, .awe-list thead {
color: #555;
background-color: #fafafa;
}
.awe-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.awe-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.awe-srlcont, .awe-selcont {
margin-top: .5em;
}
tr.awe-li {
border-top: 1px solid #E5E5E5;
}
.awe-li:not(.awe-morecont) {
border-bottom: 1px solid #E5E5E5;
line-height: 1.7em;
background-color: white;
margin: 1px;
vertical-align: middle !important;
}
/* lookup multilookup */
.awe-multilookup-popup .awe-list, .awe-lookup-popup .awe-list {
border-radius: 3px;
border: gainsboro solid 1px;
overflow-y: scroll !important;
}
.awe-lookup-popup .awe-li, .awe-multilookup-popup .awe-li {
padding: 5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.awe-multilookup-popup .awe-ajaxlist li.awe-li, .awe-drag.awe-li {
padding: 3px 5px;
}
tr.awe-drag td {
padding-right: 10px;
}
.awe-selectable li.awe-li:not(.awe-morecont):hover {
outline: 1px solid gold;
}
.awe-selectable tr.awe-li:not(.awe-morecont):hover {
outline: 1px solid gold;
outline-offset: -1px;
}
/* buttons */
.awe-btn, .ui-button.ui-state-default, .ui-widget-header .ui-state-default, .awe-morebtn, .awe-spincont {
cursor: pointer;
border: 1px solid #D3D3D3;
background-image: none;
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
background-color: #F8F8F8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 2px;
color: #333;
padding: 2px 3px;
text-align: center;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
margin: 0;
font: inherit;
}
.awe-btn::-moz-focus-inner {
border: 0;
padding: 0;
}
.awe-btn:hover, .ui-button.ui-state-hover, .awe-morebtn:hover {
background-color: #eee;
background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);
border-color: #C5C5C5;
color: #333;
}
.awe-btn:active, .ui-button.ui-state-active, .awe-morebtn:active, .awe-btn.awe-selected {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
border-color: #C5C5C5;
background-color: #E9E9E9;
background-image: none;
}
.awe-btn.awe-selected.awe-spinbtn {
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25), 0 1px 0 white;
}
.awe-btn.awe-disabled, .awe-btn[disabled] {
color: gray;
border: 1px solid #D3D3D3;
background-image: none;
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
background-color: #F8F8F8;
box-shadow: none;
}
.awe-openbtn, .awe-dpbtn, .awe-clearbtn {
border-radius: 0 2px 2px 0;
padding: 0;
height: 1.9em;
position: absolute;
top: 0;
right: 0;
width: 2em;
border-left-style: none;
}
.awe-clearbtn {
display: none;
border: none;
background: none;
right: 2em;
opacity: 0.5;
width: 1.8em;
}
.awe-hasval .awe-clearbtn {
display: inherit;
}
.awe-inl .awe-clearbtn {
right: 0;
}
.awe-clearbtn:hover {
background: none;
}
.awe-clearbtn:active {
box-shadow: none;
}
.awe-clearbtn:focus {
outline: thin dotted;
outline-offset: -3px;
}
.awe-morebtn {
font-weight: bold;
text-align: center;
padding: 7px 9px;
margin: 3px;
border-radius: 2px;
}
.awe-movebtn {
padding: 0;
margin: 1px 5px;
vertical-align: middle;
height: 30px;
width: 36px;
position: relative;
}
/* icons */
.awe-icon {
display: block;
height: 18px;
width: 19px;
overflow: hidden;
background-repeat: no-repeat;
background-image: url(awe_icons.png);
position: absolute;
top: 50%;
left: 50%;
margin-left: -9.5px;
margin-top: -9px;
}
.awe-icon-datepicker {
background-position: -8px -50px;
}
.awe-icon-x {
background-position: -35px -28px;
}
.awe-icon-win {
background-position: -9px -28px;
}
.awe-movebtn .awe-icon {
background-position: -8px -5px;
}
.awe-sel .awe-movebtn .awe-icon {
background-position: -35px -5px;
}
/* pager */
.awe-pager .awe-btn {
height: inherit;
padding: 7px 12px;
text-decoration: none;
margin-right: 0.2em;
}
/* grid */
.awe-grid {
border: 1px solid gainsboro;
border-radius: 2px;
background: #fafafa;
transform: translate(0, 0);
}
.awe-mcontent {
position: relative;
}
.awe-tablc {
background: #fafafa;
}
.awe-gfc {
display: none;
}
.awe-gfc .awe-tablc {
overflow-x: scroll;
}
.awe-tablw {
position: relative;
}
.awe-hcon {
overflow: hidden;
}
.awe-tablc {
overflow-x: auto;
}
.awe-grid table {
table-layout: fixed;
width: 99.99%;
border-collapse: collapse;
}
.awe-resh {
position: absolute;
background-color: transparent;
width: 10px;
height: 10px;
cursor: col-resize;
z-index: 11001;
}
.awe-reh {
position: absolute;
width: 10px;
z-index: 11001;
}
.awe-reh .awe-spindown-ico {
top: -5px;
}
.awe-reh .awe-spinup-ico {
top: auto;
bottom: -5px;
}
.awe-drag {
position: absolute;
border: 1px solid gainsboro;
border-radius: 3px;
line-height: 20px !important;
z-index: 11002;
list-style: none;
opacity: 0.95;
cursor: default;
}
.awe-grid .awe-groupbar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid gainsboro;
color: #777;
line-height: 30px;
padding: 5px 5px;
}
.awe-nest {
background: #f5f5f5;
}
.awe-nestcell {
padding: 0;
background: #fff;
}
.awe-nestcell > .awe-ldgcnt .awe-loading {
position: static;
padding: .5em;
}
.awe-row, .awe-ghead, .awe-gfoot, .awe-hrow {
line-height: 1.7em;
}
.awe-row, .awe-ghead, .awe-gfoot {
background: #fff;
}
.awe-row td, .awe-ghead td, .awe-gfoot td, .awe-hrow td, .awe-nest td {
border-bottom: 1px #E5E5E5 solid;
}
.awe-hrow td {
padding: 0;
}
.awe-ghead td, .awe-row td, .awe-gfoot td {
padding: 0.4em 0.7em;
}
.awe-hrow td, .awe-row td, .awe-gfoot td {
overflow: hidden;
text-overflow: ellipsis;
}
.awe-row.awe-alt, .awe-li:nth-child(even):not(.awe-morecont) {
background: #FAFAFA;
}
.awe-grid .awe-header {
border-bottom: 1px solid #ccc;
}
.awe-grid .awe-footer {
border-top: 1px solid #ccc;
padding: 0 0.3em;
line-height: 2.2em;
overflow: auto;
}
.awe-relbox {
width: 5em;
}
.awe-relbox .awe-ldgcnt {
margin: 0 7px;
}
.awe-grid .awe-pager, .awe-grid .awe-relbox {
vertical-align: middle;
}
.awe-reload {
margin-right: 0.1em;
}
.awe-grid .awe-footer .awe-btn {
line-height: 2.2em;
text-decoration: none;
padding: 0 .7em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 2.5em;
margin-bottom: .2em;
margin-top: .2em;
height: 2.3em;
position: relative;
}
.awe-idn {
width: 16px;
}
.awe-header td, .awe-header, .awe-hrow .awe-idn, .awe-drag {
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #F8F8F8;
color: #333;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.awe-col {
padding: 0.3em;
color: #333;
line-height: 26px;
font-weight: 600;
}
.awe-groupbar .awe-col {
margin-right: 2px;
border-radius: 2px;
padding: 1px 3px 1px 5px;
border: 1px solid #cecece;
}
.awe-remb {
padding: 0 5px 0 7px;
cursor: pointer;
}
.awe-sortable, .awe-groupable {
cursor: pointer;
}
.awe-sord, .awe-rem, .awe-reload-ico {
width: 16px;
height: 16px;
vertical-align: middle;
}
.awe-desc .awe-sord, .awe-asc .awe-sord, .awe-rem, .awe-reload-ico {
background-image: url('awe_icons.png');
cursor: pointer;
}
.awe-ce-ico {
background-image: url(pm.png);
background-position: -21px 19px;
height: 20px;
width: 20px;
vertical-align: middle;
}
td.awe-lf {
padding-left: .97em;
}
.awe-ceb {
cursor: pointer;
}
.awe-collapsed .awe-ce-ico {
background-position: -1px 19px;
}
.awe-reload-ico {
width: 11px;
background-position: -12px 23px;
}
.awe-rem {
background-position: -37px -30px;
}
.awe-asc .awe-sord {
background-position: -37px -76px;
}
.awe-desc .awe-sord {
background-position: -37px -52px;
}
.awe-selectable.awe-row:hover {
outline: 1px solid gold;
outline-offset: -1px;
}
/* misc */
.awe-searchtxt {
margin-right: 2px !important;
}
.awe-lookup-popup .awe-li.awe-selected, .awe-row.awe-selected {
background-color: #fff0bf;
/*background-color: #ffeebf;*/
}
.awe-highlight {
background-color: #f7faf9 !important;
color: gray !important;
}
.awe-changing, .awe-highlight, .awe-changing.awe-display, .awe-changing.awe-row {
background: #f8da4e;
color: #915608;
}
.awe-uidialog {
position: fixed !important;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.awe-ldgcnt {
position: relative;
}
.awe-loading {
position: absolute;
z-index: 1;
}
.awe-loading span {
background-image: url('loading.gif');
width: 16px;
height: 11px;
margin: 0;
padding: 0;
background-repeat: no-repeat;
}
.awe-field .awe-loading, .awe-list .awe-loading {
margin: 3px 0 0 10px;
}
.awe-loadcont {
list-style: none;
}
.awe-load {
color: #ccc;
}
.awe-morecont .awe-loading {
position: static;
height: 3em;
}
/* textbox */
.awe-txt-field.awe-field {
min-width: 13em;
}
input.awe-display.awe-txt {
width: 100%;
}
input[type="text"].awe-txt, .awe-searchtxt {
font: inherit;
border-radius: 3px;
margin: 0;
padding: 4px 8px 4px;
color: #333;
border: 1px solid #D5D5D5;
border-top-color: #B5B5B5;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
height: inherit;
}
input.awe-txt.awe-hasSpinners {
padding-right: 2em;
}
.awe-spincont {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 2.05em;
border-radius: 0 3px 3px 0;
border: 1px solid gainsboro;
border-top-color: #B5B5B5;
padding: 0;
box-sizing: border-box;
}
.awe-btn.awe-spinbtn {
width: 100%;
height: 50%;
border-radius: 0 2px 0 0;
display: block;
border: none;
outline: none;
background: none;
}
.awe-spindown.awe-spinbtn {
border-radius: 0 0 2px 0;
}
.awe-spinup-ico {
display: inline-block;
width: 0;
height: 0;
margin-left: -4px;
vertical-align: middle;
border-bottom: 4px solid;
border-right: 4px solid gray;
border-right: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid gray;
border-left: 4px solid rgba(0, 0, 0, 0);
position: absolute;
top: 50%;
left: 50%;
margin-top: -2px;
}
.awe-spindown-ico {
display: inline-block;
width: 0;
height: 0;
margin-left: -4px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid #000;
border-right: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid #000;
border-left: 4px solid rgba(0, 0, 0, 0);
position: absolute;
top: 50%;
left: 50%;
margin-top: -2px;
}
/* tabs */
.awe-tab-btn {
background: #f7f7f7;
padding: 5px;
border: 1px solid #DCDCDC;
border-bottom: none;
border-radius: 7px 7px 0 0;
}
.awe-tab-btn.awe-active {
background: #fff;
border: 1px solid #DCDCDC;
margin-bottom: -2px;
border-bottom: 1px solid #FFF;
outline: none;
}
.awe-tab-btn:focus {
outline: thin dotted;
outline-offset: -3px;
}
.awe-tabscontent {
overflow: auto;
border: 1px solid gainsboro;
}
/* end tabs */
/* rtl */
.awe-rtl .awe-collapsed .awe-ce-ico {
transform: scaleX(-1);
}
.awe-rtl .awe-collapsed .awe-ce-ico {
transform: scaleX(-1);
}
.awe-rtl.awe-multilookup-field, .awe-rtl.awe-lookup-field, .awe-rtl.awe-datepicker-field {
padding-left: 2em;
padding-right: inherit;
}
.awe-rtl.awe-multilookup-field .awe-display, .awe-rtl.awe-lookup-field .awe-display, .awe-rtl.awe-datepicker-field .awe-display {
border-radius: 0 3px 3px 0;
}
.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn, .awe-rtl .awe-clearbtn {
left: 0;
right: auto;
}
.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn {
border-radius: 2px 0 0 2px;
border-left-style: solid;
border-right-style: none;
}
.awe-rtl.awe-datepicker-field input[type="text"].awe-display {
border-radius: 0 3px 3px 0;
}
.awe-rtl .awe-spincont {
left: 0;
right: auto;
border-radius: 3px 0 0 3px;
}
.awe-rtl .awe-clearbtn {
right: auto;
left: 2em;
}
.awe-rtl .awe-spinbtn {
border-radius: 2px 0 0 0;
}
.awe-rtl .awe-spindown.awe-spinbtn {
border-radius: 0 0 0 2px;
}
.awe-rtl input.awe-txt.awe-hasSpinners {
padding-right: 8px;
padding-left: 2em;
}
/* grid rtl ltr*/
.awe-rtl .awe-relbox .awe-loading {
right: 0;
}
.awe-rtl .awe-relbox .awe-ldgcnt {
margin: 0 9px;
}
.awe-ltr .awe-hrow td, .awe-ltr .awe-row td, .awe-ltr .awe-gfoot td, .awe-ltr .awe-ghead td {
border-right: 1px solid gainsboro;
}
.awe-rtl .awe-hrow td, .awe-rtl .awe-row td, .awe-rtl .awe-gfoot td, .awe-rtl .awe-ghead td {
border-left: 1px solid gainsboro;
}
.awe-ltr.awe-nh .awe-hrow td:last-child, .awe-ltr.awe-nh .awe-row td:last-child, .awe-ltr.awe-nh .awe-gfoot td:last-child, .awe-ltr.awe-nh .awe-ghead td:last-child {
border-right: none;
}
.awe-rtl.awe-nh .awe-hrow td:last-child, .awe-rtl.awe-nh .awe-row td:last-child, .awe-rtl.awe-nh .awe-gfoot td:last-child, .awe-rtl.awe-nh .awe-ghead td:last-child {
border-left: none;
}
.awe-ltr .awe-hrow td {
text-align: left;
}
.awe-rtl .awe-hrow td {
text-align: right;
}
.awe-ltr .awe-idn {
border-right: none !important;
}
.awe-rtl .awe-idn {
border-left: none !important;
}
.awe-rtl .awe-col {
padding-right: 0.7em;
}
.awe-ltr .awe-col {
padding-left: 0.7em;
}
.awe-rtl td.awe-lf {
padding-right: .97em;
}
/* jquery ui style override, there is more overrides ^ */
.ui-dialog {
overflow: visible;
}
.ui-dialog-titlebar {
font-size: 15px !important;
border-bottom: 1px solid #eee !important;
text-rendering: optimizelegibility;
font-family: "Segoe UI", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-weight: 500;
color: #555;
}
.ui-dialog .ui-dialog-title {
width: auto;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0.7em 1em;
}
.ui-dialog .ui-dialog-buttonpane {
padding: 7px;
margin-bottom: 0;
text-align: right;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
margin-top: 0;
}
.ui-widget-content {
padding: 0;
}
.ui-widget-header {
border: none;
background: none;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 40px;
margin: -10px 0 0 0;
outline: none;
}
.ui-datepicker-calendar .ui-state-default {
background-image: none !important;
border: none;
background-color: #fafafa;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
border: 1px solid #dcdcdc;
background: #fafafa;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
background: #f0f0f0;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
color: #000;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
border-color: #C5C5C5;
background-color: #DADADA;
border-radius: 2px;
} | AdminLteMvc/AdminLteMvc/Content/themes/wui/AwesomeMvc.css | /*
wui
*/
.awe-lookup-field, .awe-multilookup-field, .awe-datepicker-field,
.awe-ajaxradiolist-field, .awe-ajaxcheckboxlist-field, .awe-ajaxdropdown-field,
.awe-ajaxradiolist-field > ul, .awe-ajaxcheckboxlist-field > ul,
.awe-multilookup-field .awe-display,
.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display,
.awe-btn, .awe-il, .awe-ce-ico, .awe-loading, .awe-loading span,
.awe-grid .awe-pager, .awe-grid .awe-relbox,
.awe-groupbar .awe-col,
.awe-sord, .awe-rem, .awe-reload-ico, .awe-display, .awe-field {
display: inline-block;
*display: inline;
zoom: 1;
box-sizing: border-box;
vertical-align: middle;
position: relative;
}
.awe-timepicker-field select {
width: auto;
}
.awe-multilookup-field, .awe-lookup-field, .awe-datepicker-field {
padding-right: 2em;
position: relative;
min-width: 13em;
line-height: normal;
}
.awe-inl {
padding-right: 0;
}
.awe-display {
width: 100%;
}
.awe-display .awe-label {
font-weight: normal;
}
.awe-chk-field .awe-display {
width: auto;
margin: 0;
}
.awe-chk-field.awe-field {
min-width: initial;
vertical-align: baseline;
}
.awe-display input[type="radio"], .awe-display input[type="checkbox"] {
margin: 0;
margin-right: 3px;
vertical-align: middle;
margin-bottom: 1px;
margin-left: 3px;
}
.awe-caption {
padding: 0.2em 0.7em;
}
.awe-multilookup-field .awe-display, .awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
vertical-align: middle;
background: white;
min-height: 1.9em;
border-radius: 3px 0 0 3px;
}
.awe-lookup-field .awe-display, .awe-datepicker-field .awe-display {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
width: 100%;
overflow: hidden;
margin: 0;
font-size: inherit;
}
.awe-datepicker-field input[type="text"].awe-display {
padding: 0.2em 0.7em;
border-radius: 3px 0 0 3px;
}
.awe-datepicker-field input::-ms-clear {
display: none;
}
.awe-lookup-field .awe-display {
border: 1px solid gainsboro;
}
.awe-multilookup-field .awe-display {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0;
border: solid 1px gainsboro;
}
.awe-multilookup-field .awe-display li {
padding: 0.2em 0.7em;
line-height: 1.2em;
}
.awe-ajaxradiolist-field input, .awe-ajaxradiolist-field label, .awe-ajaxcheckboxlist-field label, .awe-ajaxcheckboxlist-field input {
cursor: pointer;
}
.awe-ajaxradiolist-field ul, .awe-ajaxcheckboxlist-field ul {
padding: 0;
margin: 0;
list-style: none;
}
/* ajaxlist */
table.awe-ajaxlist {
border-spacing: 0;
border-collapse: separate;
table-layout: fixed;
}
table.awe-ajaxlist th:first-child {
border-radius: 2px 0 0 0;
}
table.awe-ajaxlist th:last-child {
border-radius: 0 2px 0 0;
}
table.awe-ajaxlist tr:last-child td:last-child {
border-radius: 0 0 2px 0;
}
table.awe-ajaxlist tr:last-child td:first-child {
border-radius: 0 0 0 2px;
}
.awe-ajaxlist {
border: 1px solid #ccc;
padding: 0;
width: 100%;
*width: 99%;
border-radius: 2px;
}
.awe-ajaxlist.awe-lookup-list {
border: none;
}
.awe-ajaxlist li.awe-li {
padding: 5px;
overflow: hidden;
}
li.awe-li.awe-morecont, tr.awe-li.awe-morecont {
padding: 1px;
background: #FFF;
border-radius: 2px;
}
.awe-ajaxlist th, .awe-ajaxlist td, .awe-list td, .awe-list th {
padding: 7px 5px;
overflow: hidden;
text-overflow: ellipsis;
}
.awe-morecont td {
padding: 2px;
}
.awe-ajaxlist th, .awe-ajaxlist td {
border-bottom: 1px solid #eee;
}
.awe-ajaxlist thead, .awe-list thead {
color: #555;
background-color: #fafafa;
}
.awe-list table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.awe-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.awe-srlcont, .awe-selcont {
margin-top: .5em;
}
tr.awe-li {
border-top: 1px solid #E5E5E5;
}
.awe-li:not(.awe-morecont) {
border-bottom: 1px solid #E5E5E5;
line-height: 1.7em;
background-color: white;
margin: 1px;
vertical-align: middle !important;
}
/* lookup multilookup */
.awe-multilookup-popup .awe-list, .awe-lookup-popup .awe-list {
border-radius: 3px;
border: gainsboro solid 1px;
overflow-y: scroll !important;
}
.awe-lookup-popup .awe-li, .awe-multilookup-popup .awe-li {
padding: 5px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.awe-multilookup-popup .awe-ajaxlist li.awe-li, .awe-drag.awe-li {
padding: 3px 5px;
}
tr.awe-drag td {
padding-right: 10px;
}
.awe-selectable li.awe-li:not(.awe-morecont):hover {
outline: 1px solid gold;
}
.awe-selectable tr.awe-li:not(.awe-morecont):hover {
outline: 1px solid gold;
outline-offset: -1px;
}
/* buttons */
.awe-btn, .ui-button.ui-state-default, .ui-widget-header .ui-state-default, .awe-morebtn, .awe-spincont {
cursor: pointer;
border: 1px solid #D3D3D3;
background-image: none;
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
background-color: #F8F8F8;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
border-radius: 2px;
color: #333;
padding: 2px 3px;
text-align: center;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
margin: 0;
font: inherit;
}
.awe-btn::-moz-focus-inner {
border: 0;
padding: 0;
}
.awe-btn:hover, .ui-button.ui-state-hover, .awe-morebtn:hover {
background-color: #eee;
background-image: linear-gradient(to bottom, #f8f8f8 0, #eee 100%);
border-color: #C5C5C5;
color: #333;
}
.awe-btn:active, .ui-button.ui-state-active, .awe-morebtn:active, .awe-btn.awe-selected {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
border-color: #C5C5C5;
background-color: #E9E9E9;
background-image: none;
}
.awe-btn.awe-selected.awe-spinbtn {
box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.25), 0 1px 0 white;
}
.awe-btn.awe-disabled, .awe-btn[disabled] {
color: gray;
border: 1px solid #D3D3D3;
background-image: none;
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
background-color: #F8F8F8;
box-shadow: none;
}
.awe-openbtn, .awe-dpbtn, .awe-clearbtn {
border-radius: 0 2px 2px 0;
padding: 0;
height: 1.9em;
position: absolute;
top: 0;
right: 0;
width: 2em;
border-left-style: none;
}
.awe-clearbtn {
display: none;
border: none;
background: none;
right: 2em;
opacity: 0.5;
width: 1.8em;
}
.awe-hasval .awe-clearbtn {
display: inherit;
}
.awe-inl .awe-clearbtn {
right: 0;
}
.awe-clearbtn:hover {
background: none;
}
.awe-clearbtn:active {
box-shadow: none;
}
.awe-clearbtn:focus {
outline: thin dotted;
outline-offset: -3px;
}
.awe-morebtn {
font-weight: bold;
text-align: center;
padding: 7px 9px;
margin: 3px;
border-radius: 2px;
}
.awe-movebtn {
padding: 0;
margin: 1px 5px;
vertical-align: middle;
height: 30px;
width: 36px;
position: relative;
}
/* icons */
.awe-icon {
display: block;
height: 18px;
width: 19px;
overflow: hidden;
background-repeat: no-repeat;
background-image: url(awe_icons.png);
position: absolute;
top: 50%;
left: 50%;
margin-left: -9.5px;
margin-top: -9px;
}
.awe-icon-datepicker {
background-position: -8px -50px;
}
.awe-icon-x {
background-position: -35px -28px;
}
.awe-icon-win {
background-position: -9px -28px;
}
.awe-movebtn .awe-icon {
background-position: -8px -5px;
}
.awe-sel .awe-movebtn .awe-icon {
background-position: -35px -5px;
}
/* pager */
.awe-pager .awe-btn {
height: inherit;
padding: 7px 12px;
text-decoration: none;
margin-right: 0.2em;
}
/* grid */
.awe-grid {
border: 1px solid gainsboro;
border-radius: 2px;
background: #fafafa;
transform: translate(0, 0);
}
.awe-mcontent {
position: relative;
}
.awe-tablc {
background: #fafafa;
}
.awe-gfc {
display: none;
}
.awe-gfc .awe-tablc {
overflow-x: scroll;
}
.awe-tablw {
position: relative;
}
.awe-hcon {
overflow: hidden;
}
.awe-tablc {
overflow-x: auto;
}
.awe-grid table {
table-layout: fixed;
width: 99.99%;
border-collapse: collapse;
}
.awe-resh {
position: absolute;
background-color: transparent;
width: 10px;
height: 10px;
cursor: col-resize;
z-index: 11001;
}
.awe-reh {
position: absolute;
width: 10px;
z-index: 11001;
}
.awe-reh .awe-spindown-ico {
top: -5px;
}
.awe-reh .awe-spinup-ico {
top: auto;
bottom: -5px;
}
.awe-drag {
position: absolute;
border: 1px solid gainsboro;
border-radius: 3px;
line-height: 20px !important;
z-index: 11002;
list-style: none;
opacity: 0.95;
cursor: default;
}
.awe-grid .awe-groupbar {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 1px solid gainsboro;
color: #777;
line-height: 30px;
padding: 5px 5px;
}
.awe-nest {
background: #f5f5f5;
}
.awe-nestcell {
padding: 0;
background: #fff;
}
.awe-nestcell > .awe-ldgcnt .awe-loading {
position: static;
padding: .5em;
}
.awe-row, .awe-ghead, .awe-gfoot, .awe-hrow {
line-height: 1.7em;
}
.awe-row, .awe-ghead, .awe-gfoot {
background: #fff;
}
.awe-row td, .awe-ghead td, .awe-gfoot td, .awe-hrow td, .awe-nest td {
border-bottom: 1px #E5E5E5 solid;
}
.awe-hrow td {
padding: 0;
}
.awe-ghead td, .awe-row td, .awe-gfoot td {
padding: 0.4em 0.7em;
}
.awe-hrow td, .awe-row td, .awe-gfoot td {
overflow: hidden;
text-overflow: ellipsis;
}
.awe-row.awe-alt, .awe-li:nth-child(even):not(.awe-morecont) {
background: #FAFAFA;
}
.awe-grid .awe-header {
border-bottom: 1px solid #ccc;
}
.awe-grid .awe-footer {
border-top: 1px solid #ccc;
padding: 0 0.3em;
line-height: 2.2em;
overflow: auto;
}
.awe-relbox {
width: 5em;
}
.awe-relbox .awe-ldgcnt {
margin: 0 7px;
}
.awe-grid .awe-pager, .awe-grid .awe-relbox {
vertical-align: middle;
}
.awe-reload {
margin-right: 0.1em;
}
.awe-grid .awe-footer .awe-btn {
line-height: 2.2em;
text-decoration: none;
padding: 0 .7em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: 2.5em;
margin-bottom: .2em;
margin-top: .2em;
height: 2.3em;
position: relative;
}
.awe-idn {
width: 16px;
}
.awe-header td, .awe-header, .awe-hrow .awe-idn, .awe-drag {
background-image: linear-gradient(to bottom, #FCFCFC 0, #F8F8F8 100%);
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #F8F8F8;
color: #333;
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.awe-col {
padding: 0.3em;
color: #333;
line-height: 26px;
font-weight: 600;
}
.awe-groupbar .awe-col {
margin-right: 2px;
border-radius: 2px;
padding: 1px 3px 1px 5px;
border: 1px solid #cecece;
}
.awe-remb {
padding: 0 5px 0 7px;
cursor: pointer;
}
.awe-sortable, .awe-groupable {
cursor: pointer;
}
.awe-sord, .awe-rem, .awe-reload-ico {
width: 16px;
height: 16px;
vertical-align: middle;
}
.awe-desc .awe-sord, .awe-asc .awe-sord, .awe-rem, .awe-reload-ico {
background-image: url('awe_icons.png');
cursor: pointer;
}
.awe-ce-ico {
background-image: url(pm.png);
background-position: -21px 19px;
height: 20px;
width: 20px;
vertical-align: middle;
}
td.awe-lf {
padding-left: .97em;
}
.awe-ceb {
cursor: pointer;
}
.awe-collapsed .awe-ce-ico {
background-position: -1px 19px;
}
.awe-reload-ico {
width: 11px;
background-position: -12px 23px;
}
.awe-rem {
background-position: -37px -30px;
}
.awe-asc .awe-sord {
background-position: -37px -76px;
}
.awe-desc .awe-sord {
background-position: -37px -52px;
}
.awe-selectable.awe-row:hover {
outline: 1px solid gold;
outline-offset: -1px;
}
/* misc */
.awe-searchtxt {
margin-right: 2px !important;
}
.awe-lookup-popup .awe-li.awe-selected, .awe-row.awe-selected {
background-color: #fff0bf;
/*background-color: #ffeebf;*/
}
.awe-highlight {
background-color: #f7faf9 !important;
color: gray !important;
}
.awe-changing, .awe-highlight, .awe-changing.awe-display, .awe-changing.awe-row {
background: #f8da4e;
color: #915608;
}
.awe-uidialog {
position: fixed !important;
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.awe-ldgcnt {
position: relative;
}
.awe-loading {
position: absolute;
z-index: 1;
}
.awe-loading span {
background-image: url('loading.gif');
width: 16px;
height: 11px;
margin: 0;
padding: 0;
background-repeat: no-repeat;
}
.awe-field .awe-loading, .awe-list .awe-loading {
margin: 3px 0 0 10px;
}
.awe-loadcont {
list-style: none;
}
.awe-load {
color: #ccc;
}
.awe-morecont .awe-loading {
position: static;
height: 3em;
}
/* textbox */
.awe-txt-field.awe-field {
min-width: 13em;
}
input.awe-display.awe-txt {
width: 100%;
}
input[type="text"].awe-txt, .awe-searchtxt {
font: inherit;
border-radius: 3px;
margin: 0;
padding: 4px 8px 4px;
color: #333;
border: 1px solid #D5D5D5;
border-top-color: #B5B5B5;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
height: inherit;
}
input.awe-txt.awe-hasSpinners {
padding-right: 2em;
}
.awe-spincont {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 2.05em;
border-radius: 0 3px 3px 0;
border: 1px solid gainsboro;
border-top-color: #B5B5B5;
padding: 0;
box-sizing: border-box;
}
.awe-btn.awe-spinbtn {
width: 100%;
height: 50%;
border-radius: 0 2px 0 0;
display: block;
border: none;
outline: none;
background: none;
}
.awe-spindown.awe-spinbtn {
border-radius: 0 0 2px 0;
}
.awe-spinup-ico {
display: inline-block;
width: 0;
height: 0;
margin-left: -4px;
vertical-align: middle;
border-bottom: 4px solid;
border-right: 4px solid gray;
border-right: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid gray;
border-left: 4px solid rgba(0, 0, 0, 0);
position: absolute;
top: 50%;
left: 50%;
margin-top: -2px;
}
.awe-spindown-ico {
display: inline-block;
width: 0;
height: 0;
margin-left: -4px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid #000;
border-right: 4px solid rgba(0, 0, 0, 0);
border-left: 4px solid #000;
border-left: 4px solid rgba(0, 0, 0, 0);
position: absolute;
top: 50%;
left: 50%;
margin-top: -2px;
}
/* tabs */
.awe-tab-btn {
background: #f7f7f7;
padding: 5px;
border: 1px solid #DCDCDC;
border-bottom: none;
border-radius: 7px 7px 0 0;
}
.awe-tab-btn.awe-active {
background: #fff;
border: 1px solid #DCDCDC;
margin-bottom: -2px;
border-bottom: 1px solid #FFF;
outline: none;
}
.awe-tab-btn:focus {
outline: thin dotted;
outline-offset: -3px;
}
.awe-tabscontent {
overflow: auto;
border: 1px solid gainsboro;
}
/* end tabs */
/* rtl */
.awe-rtl .awe-collapsed .awe-ce-ico {
transform: scaleX(-1);
}
.awe-rtl .awe-collapsed .awe-ce-ico {
transform: scaleX(-1);
}
.awe-rtl.awe-multilookup-field, .awe-rtl.awe-lookup-field, .awe-rtl.awe-datepicker-field {
padding-left: 2em;
padding-right: inherit;
}
.awe-rtl.awe-multilookup-field .awe-display, .awe-rtl.awe-lookup-field .awe-display, .awe-rtl.awe-datepicker-field .awe-display {
border-radius: 0 3px 3px 0;
}
.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn, .awe-rtl .awe-clearbtn {
left: 0;
right: auto;
}
.awe-rtl .awe-openbtn, .awe-rtl .awe-dpbtn {
border-radius: 2px 0 0 2px;
border-left-style: solid;
border-right-style: none;
}
.awe-rtl.awe-datepicker-field input[type="text"].awe-display {
border-radius: 0 3px 3px 0;
}
.awe-rtl .awe-spincont {
left: 0;
right: auto;
border-radius: 3px 0 0 3px;
}
.awe-rtl .awe-clearbtn {
right: auto;
left: 2em;
}
.awe-rtl .awe-spinbtn {
border-radius: 2px 0 0 0;
}
.awe-rtl .awe-spindown.awe-spinbtn {
border-radius: 0 0 0 2px;
}
.awe-rtl input.awe-txt.awe-hasSpinners {
padding-right: 8px;
padding-left: 2em;
}
/* grid rtl ltr*/
.awe-rtl .awe-relbox .awe-loading {
right: 0;
}
.awe-rtl .awe-relbox .awe-ldgcnt {
margin: 0 9px;
}
.awe-ltr .awe-hrow td, .awe-ltr .awe-row td, .awe-ltr .awe-gfoot td, .awe-ltr .awe-ghead td {
border-right: 1px solid gainsboro;
}
.awe-rtl .awe-hrow td, .awe-rtl .awe-row td, .awe-rtl .awe-gfoot td, .awe-rtl .awe-ghead td {
border-left: 1px solid gainsboro;
}
.awe-ltr.awe-nh .awe-hrow td:last-child, .awe-ltr.awe-nh .awe-row td:last-child, .awe-ltr.awe-nh .awe-gfoot td:last-child, .awe-ltr.awe-nh .awe-ghead td:last-child {
border-right: none;
}
.awe-rtl.awe-nh .awe-hrow td:last-child, .awe-rtl.awe-nh .awe-row td:last-child, .awe-rtl.awe-nh .awe-gfoot td:last-child, .awe-rtl.awe-nh .awe-ghead td:last-child {
border-left: none;
}
.awe-ltr .awe-hrow td {
text-align: left;
}
.awe-rtl .awe-hrow td {
text-align: right;
}
.awe-ltr .awe-idn {
border-right: none !important;
}
.awe-rtl .awe-idn {
border-left: none !important;
}
.awe-rtl .awe-col {
padding-right: 0.7em;
}
.awe-ltr .awe-col {
padding-left: 0.7em;
}
.awe-rtl td.awe-lf {
padding-right: .97em;
}
/* jquery ui style override, there is more overrides ^ */
.ui-dialog {
overflow: visible;
}
.ui-dialog-titlebar {
font-size: 15px !important;
border-bottom: 1px solid #eee !important;
text-rendering: optimizelegibility;
font-family: "Segoe UI", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
font-weight: 500;
color: #555;
}
.ui-dialog .ui-dialog-title {
width: auto;
}
.ui-dialog .ui-dialog-titlebar {
padding: 0.7em 1em;
}
.ui-dialog .ui-dialog-buttonpane {
padding: 7px;
margin-bottom: 0;
text-align: right;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
margin-top: 0;
}
.ui-widget-content {
padding: 0;
}
.ui-widget-header {
border: none;
background: none;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
border: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
width: 40px;
margin: -10px 0 0 0;
outline: none;
}
.ui-datepicker-calendar .ui-state-default {
background-image: none !important;
border: none;
background-color: #fafafa;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-highlight {
border: 1px solid #dcdcdc;
background: #fafafa;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-hover {
background: #f0f0f0;
color: #333;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
color: #000;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
border-color: #C5C5C5;
background-color: #DADADA;
border-radius: 2px;
} | 0.298901 | 0.0464 |
* {
word-wrap: break-word!important;/*自动wrap长词*/
/*zoom: 1;*/
}
div[data-id=definition] + div[xmlns\:mwref] {
color: red;
line-height: 1.3em;
font-size: 100%;
}
div[data-id=definition] + div[xmlns\:mwref] em {
color: green;
margin-left: .3em;
margin-right: .3em;
}
body {margin:12px; padding: 0; word-wrap: break-word!important; font-family: Bookerly, Optima, Playfair Display, Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;line-height:1em;font-size: 100%;}
.wrapper{
background-color: #E7F5F5;}
.hdword {
font-family: Arial,Georgia;
display:inline;
color:#C7254E;
font-size: 20px;
color: #CA0403;
vertical-align:middle;
line-height:28px;
margin-left:.5em;
/*词头属性*/
}
.hdword sup {
position: relative;
top: 0.2em;
margin-right: .2em;
font-size: 10px;
font-weight: bold;
}
.fl {
margin:0 8px 0 10px;padding:0;
display:inline;
font-size:14px;
font-style:italic;
vertical-align:middle;
line-height:22px;
color: #8f0610;
font-family: Bookerly, Optima,Playfair Display,Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;
}
.fl-xtra {
margin:0 8px 0 0;padding:0;
display:inline;
font-size:14px;
font-style: italic;
vertical-align:middle;
line-height:22px;
font-family:Bookerly, Optima, Playfair Display,Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;
}
.pron {
margin:0 12px 0 5px;padding:0;
display:inline;
font-size:14px;
color:#666666;
vertical-align:middle;
line-height:29px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
html body div .audio {
margin:0 12px 6px 0;padding:0;
display:inline-block;
vertical-align:middle;
}
.audio img {
margin:0;padding:0;
}
.img-label {
margin:0 8px 7px 0;padding:0;
display:inline-block;
vertical-align:bottom;
}
.wrapper.wrapper-advsearch .img-label
{ margin:0 8px 4px 0;
}
.img-label img {
margin:0;padding:0;
}
.inf-forms .in{
line-height: 1.3em;
/*词头曲折变化*/
}
.inf-forms .in em, .inf-forms .in-more em{
color: #009900;
font-style: italic;
margin-left: .2;
margin-right: .2;
}
.inf-forms .in strong, .inf-forms .in-more strong{
color: #032952;
font-weight: bold;
margin-left: .3em;
margin-right: .2em;
font-size: 100%;
}
.inf-forms .in .pr{
color: #717274;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: 1em;
margin-right: 1em;
}
a.button-pronounce {
display: none;
}
/* audio button will be added later
.icon-pronounce {
display: block;
background: url('../../img/mw/mwunabridged.png') -9px -61px no-repeat;
width: 19px;
height: 18px;
}*/
.d .sblk .snum, .scnt .ssens strong{
color: #2160eb;
font-weight: bold;
margin-left: .2em;
margin-right: .2em;
/*数字释义项*/
}
.scnt a, .sr a{
font-weight: normal;
margin-left: .2em;
text-decoration:none;
border-bottom: 1px #0099CC dotted
/*
词条释义部分 also: - comapare 跳转词属性;
Related to... 部分See Synonym Discussion at...跳转词属性*/
}
.sblk div{display: inline;}
.ssens .sn, .ssens .ssn{
/*position:relative;
left: 10px;*/
color: #2160eb;
/*font-weight: bold;*/
/*margin-left: .5em;*/
font-style: normal;
/*释义小写字母项属性*/
}
.ssens {
/*display:block;/**/
font-size: 100%;
line-height: 1.3em;
/*margin-left:.5em;
/*调整小写字母义项子义项左边距无效;
数字和字母子义项属性*/
/*数字及转小写字母义项释义部分内容属性*/
}
.ssens:after{
content: "";
display: block;
height: .5em;
clear: both;
/*释义及子义项之后的空间*/
}
.ssens a{
color: #1122cc;
margin: .2em .2em .2em .2em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
}
.vi{
display:block;
margin-left: 1em;
color: #336699;
font-size: px;
line-height: 1.3em;
/*例句属性*/
}
.vi em{
font-style: italic;
margin-right: .2em;
color: #0066cc;
font-weight: normal;
/*例句中词头及出处属性*/
}
.break{
display:block;
}
.content-body h2 {
margin:1em 0 1em 0;
clear:both;
color::#666666;
font-size:1.2em;
width:100%;
/*
Origin of ...
Related to...
First Known Use of...
*/
}
.content-body h2 span,
.content-body h2 span.text {margin:0;padding:0 5px 0 0;background-color:#ffffff;}
.etymology .sub-well{
background-color: #FFFFE7;
font-size:100%;
line-height: 20px;
/*词源 “Origin of *” 内容属性,如背景色*/
}
.etymology .sub-well a,
.etymology .sub-well a:hover,
.etymology .sub-well a:link,
.etymology .sub-well a:visited
{ color:#1122CC;
font-weight: normal;
font-variant: small-caps;
text-decoration: none;
font-size: 100%;
/*词源部分相互参考cf 跳转词*/
}
.etymology .sub-well p em, .etymology .sub-well sup{
color: #d04449;
font-style: italic;
margin-left: .2em;
margin-right: .2em;
/*词源溯源词属性*/
}
.etymology .sub-well p a{
margin-left: .2em;
}
.d .vt{
color: #8f0610;
font-style: italic;
font-weight: bold;
line-height: 2em;
/*
及物动词&不及物动词标识属性*/
}
dl dt{
padding: 0 .35em 0 .5em;
margin-left:1.45em;
border-radius: .4em;
letter-spacing: .08em;
color: #3563eb;
font-weight: 700;
font-size: 90%;
line-height: 2em;
background-color:#e2f4fd;
/*
Related to...子项目 Synonyms: Antonyms:Related Words:Near Antonyms:属性*/
}
dd a{
margin-left: .3em;
font-size: 95%;
line-height: 1.5em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
/*
Related to...子项目 Synonyms: Antonyms:Related Words:Near Antonyms:内容属性*/
}
.variants em{
margin-right: .2em;
color: #808080;
}
.variants strong{
color: #032952;
margin-left: .2em;
margin-right: .2em;
}
.variants .pr, .inf-forms .pr{
color: #717274;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: .3em;
margin-right: .5em;
}
.vl{
line-height: 3em;
/*短语搭配词头*/
}
.syn{
background-color: #FCF1E4;
/*Synonym Discussion 区域属性*/
}
.syn strong{
font-weight: bold;
color: #0b5bc4;
font-size: 110%;
margin-right: .3em;
/*“Synonym Discussion:”属性*/
}
.syn .sc{
color: #0066cc;
font-weight: bold;
margin-left: .2em;
margin-right: .2em;
line-height: 1.5em;
/*近义词属性*/
}
.syn:after{
content: "";
display: block;
height: .6em;
clear: both;
/*近义词辨析之后的空白区域属性*/
}
.dr strong{
margin-left: .2em;
color: #032952;
font-size: 115%;
line-height: 1.5em;
/*headword搭配,动词短语,介词短语*/
}
.dl strong {
color:goldenrod;
font-weight:bold;
/*自加内容不生效*/
}
.d em{
color: #102099;
margin: 0 .2em 0 .5em;
/*释义内headword、语域、惯用搭配次小品词、plural、informal、例句中的搭配,(不规则)屈折变化*/
}
.in .ix{
color: #808080;
font-style: italic;
}
a.play_pron img{
margin-right: 0.5em;
font-size: 14px;
font-weight: normal;
height: 1em;
cursor: pointer;
margin-bottom: -3px;
font-family: Lucida Sans Unicode, Lucida Grande;
}
.tab li a{
font-weight: 500;
font-size: 105%;
color: #2160eb;
line-height: 1.5em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
}
.tab li a span sup{
font-size: 70%;
text-decoration:none;
/*
词头导航,跳转
CSS下划线效果:无下划线*/
}
.container ul{
/*list-style: none*/
color: #2160eb;
background-color: #FFFFE7;
/*
词头导航区域属性
*/
}
/* 2020.08.13 */
/* audio-icon, aback, take */
.play_pron {}
.play_pron img {}
.audio .play_pron {}
.audio .play_pron img{}
/* toggle-more */
.accordion-heading {
display: none;
}
/* plus-icon */
.toggle-icon{
display: none;
}
/* nav with single headword*/
.tab {
display: none;
}
/* nav with multi headwords */
.tab.multi {
display: block;
}
/* phrase container, take a bath */
.container.phrase {}
/* picture */
.art .art-image img{}
.arg .art-caption {} | ui/public/static/en_en_webser_unabridged.css | * {
word-wrap: break-word!important;/*自动wrap长词*/
/*zoom: 1;*/
}
div[data-id=definition] + div[xmlns\:mwref] {
color: red;
line-height: 1.3em;
font-size: 100%;
}
div[data-id=definition] + div[xmlns\:mwref] em {
color: green;
margin-left: .3em;
margin-right: .3em;
}
body {margin:12px; padding: 0; word-wrap: break-word!important; font-family: Bookerly, Optima, Playfair Display, Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;line-height:1em;font-size: 100%;}
.wrapper{
background-color: #E7F5F5;}
.hdword {
font-family: Arial,Georgia;
display:inline;
color:#C7254E;
font-size: 20px;
color: #CA0403;
vertical-align:middle;
line-height:28px;
margin-left:.5em;
/*词头属性*/
}
.hdword sup {
position: relative;
top: 0.2em;
margin-right: .2em;
font-size: 10px;
font-weight: bold;
}
.fl {
margin:0 8px 0 10px;padding:0;
display:inline;
font-size:14px;
font-style:italic;
vertical-align:middle;
line-height:22px;
color: #8f0610;
font-family: Bookerly, Optima,Playfair Display,Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;
}
.fl-xtra {
margin:0 8px 0 0;padding:0;
display:inline;
font-size:14px;
font-style: italic;
vertical-align:middle;
line-height:22px;
font-family:Bookerly, Optima, Playfair Display,Georgia, Arial, Verdana, "Microsoft YaHei","Microsoft JhengHei", sans-serif;
}
.pron {
margin:0 12px 0 5px;padding:0;
display:inline;
font-size:14px;
color:#666666;
vertical-align:middle;
line-height:29px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
html body div .audio {
margin:0 12px 6px 0;padding:0;
display:inline-block;
vertical-align:middle;
}
.audio img {
margin:0;padding:0;
}
.img-label {
margin:0 8px 7px 0;padding:0;
display:inline-block;
vertical-align:bottom;
}
.wrapper.wrapper-advsearch .img-label
{ margin:0 8px 4px 0;
}
.img-label img {
margin:0;padding:0;
}
.inf-forms .in{
line-height: 1.3em;
/*词头曲折变化*/
}
.inf-forms .in em, .inf-forms .in-more em{
color: #009900;
font-style: italic;
margin-left: .2;
margin-right: .2;
}
.inf-forms .in strong, .inf-forms .in-more strong{
color: #032952;
font-weight: bold;
margin-left: .3em;
margin-right: .2em;
font-size: 100%;
}
.inf-forms .in .pr{
color: #717274;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: 1em;
margin-right: 1em;
}
a.button-pronounce {
display: none;
}
/* audio button will be added later
.icon-pronounce {
display: block;
background: url('../../img/mw/mwunabridged.png') -9px -61px no-repeat;
width: 19px;
height: 18px;
}*/
.d .sblk .snum, .scnt .ssens strong{
color: #2160eb;
font-weight: bold;
margin-left: .2em;
margin-right: .2em;
/*数字释义项*/
}
.scnt a, .sr a{
font-weight: normal;
margin-left: .2em;
text-decoration:none;
border-bottom: 1px #0099CC dotted
/*
词条释义部分 also: - comapare 跳转词属性;
Related to... 部分See Synonym Discussion at...跳转词属性*/
}
.sblk div{display: inline;}
.ssens .sn, .ssens .ssn{
/*position:relative;
left: 10px;*/
color: #2160eb;
/*font-weight: bold;*/
/*margin-left: .5em;*/
font-style: normal;
/*释义小写字母项属性*/
}
.ssens {
/*display:block;/**/
font-size: 100%;
line-height: 1.3em;
/*margin-left:.5em;
/*调整小写字母义项子义项左边距无效;
数字和字母子义项属性*/
/*数字及转小写字母义项释义部分内容属性*/
}
.ssens:after{
content: "";
display: block;
height: .5em;
clear: both;
/*释义及子义项之后的空间*/
}
.ssens a{
color: #1122cc;
margin: .2em .2em .2em .2em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
}
.vi{
display:block;
margin-left: 1em;
color: #336699;
font-size: px;
line-height: 1.3em;
/*例句属性*/
}
.vi em{
font-style: italic;
margin-right: .2em;
color: #0066cc;
font-weight: normal;
/*例句中词头及出处属性*/
}
.break{
display:block;
}
.content-body h2 {
margin:1em 0 1em 0;
clear:both;
color::#666666;
font-size:1.2em;
width:100%;
/*
Origin of ...
Related to...
First Known Use of...
*/
}
.content-body h2 span,
.content-body h2 span.text {margin:0;padding:0 5px 0 0;background-color:#ffffff;}
.etymology .sub-well{
background-color: #FFFFE7;
font-size:100%;
line-height: 20px;
/*词源 “Origin of *” 内容属性,如背景色*/
}
.etymology .sub-well a,
.etymology .sub-well a:hover,
.etymology .sub-well a:link,
.etymology .sub-well a:visited
{ color:#1122CC;
font-weight: normal;
font-variant: small-caps;
text-decoration: none;
font-size: 100%;
/*词源部分相互参考cf 跳转词*/
}
.etymology .sub-well p em, .etymology .sub-well sup{
color: #d04449;
font-style: italic;
margin-left: .2em;
margin-right: .2em;
/*词源溯源词属性*/
}
.etymology .sub-well p a{
margin-left: .2em;
}
.d .vt{
color: #8f0610;
font-style: italic;
font-weight: bold;
line-height: 2em;
/*
及物动词&不及物动词标识属性*/
}
dl dt{
padding: 0 .35em 0 .5em;
margin-left:1.45em;
border-radius: .4em;
letter-spacing: .08em;
color: #3563eb;
font-weight: 700;
font-size: 90%;
line-height: 2em;
background-color:#e2f4fd;
/*
Related to...子项目 Synonyms: Antonyms:Related Words:Near Antonyms:属性*/
}
dd a{
margin-left: .3em;
font-size: 95%;
line-height: 1.5em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
/*
Related to...子项目 Synonyms: Antonyms:Related Words:Near Antonyms:内容属性*/
}
.variants em{
margin-right: .2em;
color: #808080;
}
.variants strong{
color: #032952;
margin-left: .2em;
margin-right: .2em;
}
.variants .pr, .inf-forms .pr{
color: #717274;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-weight: normal;
margin-left: .3em;
margin-right: .5em;
}
.vl{
line-height: 3em;
/*短语搭配词头*/
}
.syn{
background-color: #FCF1E4;
/*Synonym Discussion 区域属性*/
}
.syn strong{
font-weight: bold;
color: #0b5bc4;
font-size: 110%;
margin-right: .3em;
/*“Synonym Discussion:”属性*/
}
.syn .sc{
color: #0066cc;
font-weight: bold;
margin-left: .2em;
margin-right: .2em;
line-height: 1.5em;
/*近义词属性*/
}
.syn:after{
content: "";
display: block;
height: .6em;
clear: both;
/*近义词辨析之后的空白区域属性*/
}
.dr strong{
margin-left: .2em;
color: #032952;
font-size: 115%;
line-height: 1.5em;
/*headword搭配,动词短语,介词短语*/
}
.dl strong {
color:goldenrod;
font-weight:bold;
/*自加内容不生效*/
}
.d em{
color: #102099;
margin: 0 .2em 0 .5em;
/*释义内headword、语域、惯用搭配次小品词、plural、informal、例句中的搭配,(不规则)屈折变化*/
}
.in .ix{
color: #808080;
font-style: italic;
}
a.play_pron img{
margin-right: 0.5em;
font-size: 14px;
font-weight: normal;
height: 1em;
cursor: pointer;
margin-bottom: -3px;
font-family: Lucida Sans Unicode, Lucida Grande;
}
.tab li a{
font-weight: 500;
font-size: 105%;
color: #2160eb;
line-height: 1.5em;
text-decoration:none; /*CSS下划线效果:无下划线*/
border-bottom: 1px #0099CC dotted /*CSS加一个只有下边的框 边框为虚线*/
}
.tab li a span sup{
font-size: 70%;
text-decoration:none;
/*
词头导航,跳转
CSS下划线效果:无下划线*/
}
.container ul{
/*list-style: none*/
color: #2160eb;
background-color: #FFFFE7;
/*
词头导航区域属性
*/
}
/* 2020.08.13 */
/* audio-icon, aback, take */
.play_pron {}
.play_pron img {}
.audio .play_pron {}
.audio .play_pron img{}
/* toggle-more */
.accordion-heading {
display: none;
}
/* plus-icon */
.toggle-icon{
display: none;
}
/* nav with single headword*/
.tab {
display: none;
}
/* nav with multi headwords */
.tab.multi {
display: block;
}
/* phrase container, take a bath */
.container.phrase {}
/* picture */
.art .art-image img{}
.arg .art-caption {} | 0.231701 | 0.077413 |
.exhibit-ui-protection div {
margin: 0;
padding: 0;
}
.exhibit-ui-protection table {
font-size: 100%;
}
.exhibit-ui-protection tr {
vertical-align: top;
}
a img {
border: none;
}
a.exhibit-action,
a.exhibit-action:link,
a.exhibit-action:active,
a.exhibit-action:visited {
text-decoration: none;
border-bottom: 1px dotted;
cursor: pointer;
}
a.exhibit-action:hover {
border-bottom: 1px solid;
cursor: pointer;
}
a.exhibit-action-disabled,
a.exhibit-action-disabled:link,
a.exhibit-action-disabled:active,
a.exhibit-action-disabled:visited {
text-decoration: none;
border-bottom: 1px dotted;
cursor: pointer;
opacity: 0.5;
}
a.exhibit-action-disabled:hover {
border-bottom: 1px solid;
cursor: pointer;
}
a.exhibit-item,
a.exhibit-item:link,
a.exhibit-item:active,
a.exhibit-item:visited {
text-decoration: none;
border-bottom: 1px dotted red;
cursor: pointer;
}
a.exhibit-item:hover {
border-bottom: 1px solid;
cursor: pointer;
}
span.exhibit-value {
}
/*
* Menu Popup
*/
div.exhibit-menu-popup {
position: absolute;
width: 15em;
z-index: 1000;
background: #FFFFE0;
border: 1px solid #aaa;
}
a.exhibit-menu-item {
text-decoration: none;
}
a.exhibit-menu-item > div {
padding: 2px 2px 2px 20px;
text-indent: -18px;
}
a:hover.exhibit-menu-item > div {
background: #DFDFC8;
}
a.exhibit-menu-item div img {
vertical-align: middle;
margin-right: 2px;
}
div.exhibit-menu-section {
padding: 2px;
font-weight: bold;
}
/*
* Copy Button and Dialog Box
*/
button.exhibit-copyButton, button.exhibit-button {
border: 1px dashed;
cursor: pointer;
margin: 2px;
}
button:hover.exhibit-copyButton, button.exhibit-button:hover {
background: white;
border: 1px dashed blue;
color: blue;
cursor: pointer;
}
div.exhibit-copyDialog {
position: absolute;
z-index: 1000;
background: #B2E8FF;
border: 1px solid #aaa;
padding: 2em;
left: 25%;
right: 25%;
}
div.exhibit-copyDialog textarea {
width: 100%;
font-size: 90%;
color: #888;
}
div.exhibit-copyDialog button {
float: right;
}
/*
* Focus Dialog Box
*/
div.exhibit-focusDialog {
position: absolute;
z-index: 1000;
background: #B2E8FF;
border: 1px solid #aaa;
padding: 2em;
left: 25%;
right: 25%;
}
div.exhibit-focusDialog-lensContainer {
}
div.exhibit-focusDialog-controls {
margin: 1em;
text-align: center;
}
/*
* Busy indicator
*/
.exhibit-busyIndicator {
position: absolute;
left: 35%;
width: 30%;
z-index: 1000;
}
.exhibit-busyIndicator-content {
font-size: 120%;
font-weight: bold;
text-align: center;
}
.exhibit-busyIndicator-content img {
vertical-align: middle;
} | vendor/assets/javascripts/exhibit/styles/exhibit.css | .exhibit-ui-protection div {
margin: 0;
padding: 0;
}
.exhibit-ui-protection table {
font-size: 100%;
}
.exhibit-ui-protection tr {
vertical-align: top;
}
a img {
border: none;
}
a.exhibit-action,
a.exhibit-action:link,
a.exhibit-action:active,
a.exhibit-action:visited {
text-decoration: none;
border-bottom: 1px dotted;
cursor: pointer;
}
a.exhibit-action:hover {
border-bottom: 1px solid;
cursor: pointer;
}
a.exhibit-action-disabled,
a.exhibit-action-disabled:link,
a.exhibit-action-disabled:active,
a.exhibit-action-disabled:visited {
text-decoration: none;
border-bottom: 1px dotted;
cursor: pointer;
opacity: 0.5;
}
a.exhibit-action-disabled:hover {
border-bottom: 1px solid;
cursor: pointer;
}
a.exhibit-item,
a.exhibit-item:link,
a.exhibit-item:active,
a.exhibit-item:visited {
text-decoration: none;
border-bottom: 1px dotted red;
cursor: pointer;
}
a.exhibit-item:hover {
border-bottom: 1px solid;
cursor: pointer;
}
span.exhibit-value {
}
/*
* Menu Popup
*/
div.exhibit-menu-popup {
position: absolute;
width: 15em;
z-index: 1000;
background: #FFFFE0;
border: 1px solid #aaa;
}
a.exhibit-menu-item {
text-decoration: none;
}
a.exhibit-menu-item > div {
padding: 2px 2px 2px 20px;
text-indent: -18px;
}
a:hover.exhibit-menu-item > div {
background: #DFDFC8;
}
a.exhibit-menu-item div img {
vertical-align: middle;
margin-right: 2px;
}
div.exhibit-menu-section {
padding: 2px;
font-weight: bold;
}
/*
* Copy Button and Dialog Box
*/
button.exhibit-copyButton, button.exhibit-button {
border: 1px dashed;
cursor: pointer;
margin: 2px;
}
button:hover.exhibit-copyButton, button.exhibit-button:hover {
background: white;
border: 1px dashed blue;
color: blue;
cursor: pointer;
}
div.exhibit-copyDialog {
position: absolute;
z-index: 1000;
background: #B2E8FF;
border: 1px solid #aaa;
padding: 2em;
left: 25%;
right: 25%;
}
div.exhibit-copyDialog textarea {
width: 100%;
font-size: 90%;
color: #888;
}
div.exhibit-copyDialog button {
float: right;
}
/*
* Focus Dialog Box
*/
div.exhibit-focusDialog {
position: absolute;
z-index: 1000;
background: #B2E8FF;
border: 1px solid #aaa;
padding: 2em;
left: 25%;
right: 25%;
}
div.exhibit-focusDialog-lensContainer {
}
div.exhibit-focusDialog-controls {
margin: 1em;
text-align: center;
}
/*
* Busy indicator
*/
.exhibit-busyIndicator {
position: absolute;
left: 35%;
width: 30%;
z-index: 1000;
}
.exhibit-busyIndicator-content {
font-size: 120%;
font-weight: bold;
text-align: center;
}
.exhibit-busyIndicator-content img {
vertical-align: middle;
} | 0.320928 | 0.066357 |
.cloud_service_card {
cursor: pointer;
}
.ribbon {
width: 150px;
height: 150px;
overflow: hidden;
position: absolute;
}
.ribbon::before,
.ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
border: 5px solid dodgerblue;
}
.ribbon span {
position: absolute;
display: block;
width: 225px;
padding: 15px 0;
background-color: dodgerblue;
box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
color: #fff;
font: 700 18px/1 'Lato', sans-serif;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-transform: uppercase;
text-align: center;
}
/* bottom right*/
.ribbon-bottom-right {
bottom: -10px;
right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
border-bottom-color: transparent;
border-right-color: transparent;
}
.ribbon-bottom-right::before {
bottom: 0;
left: 0;
}
.ribbon-bottom-right::after {
top: 0;
right: 0;
}
.ribbon-bottom-right span {
left: -25px;
bottom: 30px;
font-size: 16px;
/*transform: rotate(-225deg);*/
transform: rotate(-45deg);
}
#nextButton {
position: fixed;
right: 20px;
height: 70%;
top: 70px;
background-color: transparent;
border-color: transparent;
color: #212121;
transition: 0.1s;
border-radius: 0px;
z-index: 9999;
}
#previousButton {
position: fixed;
left: 20px;
height: 70%;
top: 70px;
background-color: transparent;
border-color: transparent;
color: #212121;
transition: 0.1s;
border-radius: 0px;
z-index: 9999;
}
#nextButton:hover, #previousButton:hover {
color: #fff !important;
background-color: #428bca;
border-color: #357ebd;
}
body {
margin-top: 10px;
font-size: 15px;
overflow: hidden;
overflow-y: hidden;
}
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
-webkit-appearance: button-bevel !important;
}
/* Loading */
#dropboxImage {
transition: 1s;
opacity: 0.6;
}
.loading_container {
justify-content: center;
align-items: center;
}
#loading_elements1 {
text-align: center;
opacity: 0.8;
display: flex;
flex-direction: row;
margin-top: -100px;
margin-right: -100px;
text-align: right;
float: right;
}
.loading_elements2 {
float:left;
text-align: left;
opacity: 0.8;
display: flex;
flex-direction: row;
}
.elements .el {
width: 10px;
height: 40px;
background: #212121;
margin: 5px;
animation-name: hover;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-direction: alternate;
animation-timing-function: ease-out;
transform: translate3d(0, 20%, 0);
}
.elements .el:nth-of-type(2) {
animation-delay: 0.2s;
}
.elements .el:nth-of-type(3) {
animation-delay: 0.4s;
}
.elements .el:nth-of-type(4) {
animation-delay: 0.6s;
}
@keyframes hover {
0% {
transform: translate3d(0, 20%, 0);
opacity: 0.5;
}
100% {
transform: translate3d(0, -20%, 0);
opacity: 0.9;
}
}
.blink_me {
transition: 0.1s;
animation: blinker 1s linear infinite;
}
@keyframes blinker {
0% {
color: black;
}
50% {
color: green;
}
}
.btn.disabled {
pointer-events: auto;
}
ol {
margin: 0 0 1.5em;
padding: 0;
counter-reset: item;
}
ol > li {
margin: 0;
padding: 0 0 0 2em;
text-indent: -2em;
list-style-type: none;
counter-increment: item;
}
ol > li:before {
display: inline-block;
width: 1em;
padding-right: 0.5em;
font-weight: bold;
text-align: right;
content: counter(item) ".";
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
left: -1.5em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
right: -1.5em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.container {
padding-right: 60px;
padding-left: 60px;
}
/*.btn-default {
color: white;
background-color: rgba(0, 0, 0, 0.2);
}*/
ol li {
margin-bottom: 10px;
}
.scroller {
height: 200px;
overflow-y: auto;
}
.cloud_service_card .card-body img {
/*width:100%;*/
max-width: 100%;
max-height: 100px;
}
.cloud_service_card .card-body {
height: 250px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */
}
.card-selected {
border: 2px solid blue;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.progress {
width: 150px;
height: 150px;
background: none;
position: relative;
}
.progress::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress .progress-left {
left: 0;
}
.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
}
.progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
right: 0;
}
.progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
position: absolute;
top: 0;
left: 0;
} | AssistantComputerControl/WebFiles/assets/css/getting_started_main.css | .cloud_service_card {
cursor: pointer;
}
.ribbon {
width: 150px;
height: 150px;
overflow: hidden;
position: absolute;
}
.ribbon::before,
.ribbon::after {
position: absolute;
z-index: -1;
content: '';
display: block;
border: 5px solid dodgerblue;
}
.ribbon span {
position: absolute;
display: block;
width: 225px;
padding: 15px 0;
background-color: dodgerblue;
box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
color: #fff;
font: 700 18px/1 'Lato', sans-serif;
text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
text-transform: uppercase;
text-align: center;
}
/* bottom right*/
.ribbon-bottom-right {
bottom: -10px;
right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
border-bottom-color: transparent;
border-right-color: transparent;
}
.ribbon-bottom-right::before {
bottom: 0;
left: 0;
}
.ribbon-bottom-right::after {
top: 0;
right: 0;
}
.ribbon-bottom-right span {
left: -25px;
bottom: 30px;
font-size: 16px;
/*transform: rotate(-225deg);*/
transform: rotate(-45deg);
}
#nextButton {
position: fixed;
right: 20px;
height: 70%;
top: 70px;
background-color: transparent;
border-color: transparent;
color: #212121;
transition: 0.1s;
border-radius: 0px;
z-index: 9999;
}
#previousButton {
position: fixed;
left: 20px;
height: 70%;
top: 70px;
background-color: transparent;
border-color: transparent;
color: #212121;
transition: 0.1s;
border-radius: 0px;
z-index: 9999;
}
#nextButton:hover, #previousButton:hover {
color: #fff !important;
background-color: #428bca;
border-color: #357ebd;
}
body {
margin-top: 10px;
font-size: 15px;
overflow: hidden;
overflow-y: hidden;
}
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
-webkit-appearance: button-bevel !important;
}
/* Loading */
#dropboxImage {
transition: 1s;
opacity: 0.6;
}
.loading_container {
justify-content: center;
align-items: center;
}
#loading_elements1 {
text-align: center;
opacity: 0.8;
display: flex;
flex-direction: row;
margin-top: -100px;
margin-right: -100px;
text-align: right;
float: right;
}
.loading_elements2 {
float:left;
text-align: left;
opacity: 0.8;
display: flex;
flex-direction: row;
}
.elements .el {
width: 10px;
height: 40px;
background: #212121;
margin: 5px;
animation-name: hover;
animation-duration: 0.5s;
animation-iteration-count: infinite;
animation-fill-mode: forwards;
animation-direction: alternate;
animation-timing-function: ease-out;
transform: translate3d(0, 20%, 0);
}
.elements .el:nth-of-type(2) {
animation-delay: 0.2s;
}
.elements .el:nth-of-type(3) {
animation-delay: 0.4s;
}
.elements .el:nth-of-type(4) {
animation-delay: 0.6s;
}
@keyframes hover {
0% {
transform: translate3d(0, 20%, 0);
opacity: 0.5;
}
100% {
transform: translate3d(0, -20%, 0);
opacity: 0.9;
}
}
.blink_me {
transition: 0.1s;
animation: blinker 1s linear infinite;
}
@keyframes blinker {
0% {
color: black;
}
50% {
color: green;
}
}
.btn.disabled {
pointer-events: auto;
}
ol {
margin: 0 0 1.5em;
padding: 0;
counter-reset: item;
}
ol > li {
margin: 0;
padding: 0 0 0 2em;
text-indent: -2em;
list-style-type: none;
counter-increment: item;
}
ol > li:before {
display: inline-block;
width: 1em;
padding-right: 0.5em;
font-weight: bold;
text-align: right;
content: counter(item) ".";
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
left: -1.5em;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
right: -1.5em;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.container {
padding-right: 60px;
padding-left: 60px;
}
/*.btn-default {
color: white;
background-color: rgba(0, 0, 0, 0.2);
}*/
ol li {
margin-bottom: 10px;
}
.scroller {
height: 200px;
overflow-y: auto;
}
.cloud_service_card .card-body img {
/*width:100%;*/
max-width: 100%;
max-height: 100px;
}
.cloud_service_card .card-body {
height: 250px;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently
supported by Chrome and Opera */
}
.card-selected {
border: 2px solid blue;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.progress {
width: 150px;
height: 150px;
background: none;
position: relative;
}
.progress::after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 6px solid #eee;
position: absolute;
top: 0;
left: 0;
}
.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}
.progress .progress-left {
left: 0;
}
.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 6px;
border-style: solid;
position: absolute;
top: 0;
}
.progress .progress-left .progress-bar {
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}
.progress .progress-right {
right: 0;
}
.progress .progress-right .progress-bar {
left: -100%;
border-top-left-radius: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
}
.progress .progress-value {
position: absolute;
top: 0;
left: 0;
} | 0.493409 | 0.100879 |
@font-face {
font-family: 'Poppins', sans-serif;
src:url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans', sans-serif;
src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
html,body{
background:#fff;
font-size: 100%;
font-family: 'Poppins', sans-serif;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
ul{
padding: 0;
margin: 0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p {
margin:0;
}
/*-- header --*/
header {
padding:10px 0;
background: #ffef1b;
}
/*-- menu --*/
.menu {
float: left;
}
/*-- //menu --*/
/*-- nav --*/
.navbar {
margin-bottom: 0;
}
.navbar-nav > li > a {
color: #000;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
background-color: #00c4da;
color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #00c4da;
}
/*-- //nav --*/
/*-- //header --*/
/*----*/
.logo {
margin-top: 35px;
position:relative;
float: left;
}
.logo a {
color: #fff;
font-size: 40px;
letter-spacing: 3px;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
}
.cd-logo {
z-index: 99999;
}
/* logo-effect */
.link--takiri {
-webkit-transition: color 0.5s;
transition: color 0.5s;
}
.link--takiri:hover {
color: #FFFFFF;
}
.link--takiri::before {
content: '';
position: absolute;
height: 25px;
width: 76%;
top: 82%;
margin-top: -18px;
left: 9%;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
z-index: 0;
}
.link--takiri:hover::before {
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-moz-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-o-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-ms-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.link--takiri span {
font-size: 35%;
font-weight: 600;
position: absolute;
right: -75px;
color: #00c4da;
bottom: -18px;
opacity: 0;
-webkit-transform: translate3d(-10px,-10px,0);
transform: translate3d(-10px,-10px,0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.link--takiri:hover span {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.link {
outline: none;
text-decoration: none;
font-size: 8em;
line-height: 1;
color: #9e9ba4;
display: inline-block;
}
a.link {
text-decoration:none;
z-index: 999;
}
/* //logo-effect */
/*-- sign in-form --*/
.modal-dialog {
width: 500px;
margin: 30px auto;
}
.modal-title {
text-transform: uppercase;
color: #ff4747;
font-size: 25px;
text-align: center;
}
.login-w3ls form {
padding: 0 2em;
}
.login-w3ls input[type="text"], .login-w3ls input[type="password"] {
outline: none;
font-size: 15px;
color: #000;
padding: 10px;
margin: 0;
width: 100%;
-webkit-appearance: none;
background: #fffefe;
border: 1px solid #d2d2d2;
}
.login-w3ls label {
font-size: 14px;
color: #000;
margin: 20px 0px 6px 0px;
display: block;
font-weight: 400;
letter-spacing: 1px;
}
.signin-agileits-bottom {
float: right;
width: 41%;
}
.login-w3ls input[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
width: 50%;
margin: 0em auto 2.55em;
text-align: center;
display: inherit;
outline: none;
padding: 11px 30px 8px;
letter-spacing: 1px;
font-size: 13px;
color: #fff;
border: none;
background: #00c4da;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.login-w3ls input[type="submit"]:hover {
background: #ec3434;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.w3ls-loginr {
margin:30px 0;
}
.w3ls-loginr a {
float: right;
color: red;
font-size: 16px;
}
/*-- //sign in-form --*/
/*-- sign in-bottom --*/
.signin-agileits-bottom p {
text-align: center;
margin: 1.8em 0;
}
.signin-agileits-bottom p a {
color: #000;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.signin-agileits-bottom p a:hover {
color: #2DCC70;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.social-icons ul li {
background-color: #3b5998;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
display: inline-block;
width: 48%;
float: left;
}
.social-icons ul li a {
display:block;
}
.social-icons ul li a span {
vertical-align: middle;
color: #fff;
float: left;
font-size: .9em;
}
.social-icons ul li a span.text {
padding: .8em 0;
text-align: center;
width: 78%;
}
.social-icons ul li span.icons {
background: #2E4A84;
width: 22%;
height: 40px;
display: inline-block;
border-right: 1px solid #3b5998;
}
.social-icons ul li.twt {
background-color: #55acee;
float: right;
}
.social-icons ul li.twt span.icons {
background: #4D9CD8;
border-color: #67b0e8;
}
.social-icons ul li:hover {
background:#2E4A84;
}
.social-icons ul li.twt:hover{
background:#4D9CD8;
}
.icons i {
display: inherit;
padding-top: 15px;
padding-left: 15px;
}
/*-- //sign in-bottom --*/
i.fa.fa-heart {
color: red;
margin-right:5px;
}
.agileits-register {
width: 40%;
float: right;
background: rgb(245, 248, 249);
padding: 20px;
margin-top: 2%;
}
.agileits-register h3 {
margin: 5px 0 20px 0;
color: #fff6f6;
border-bottom: 1px solid #d2d2d2;
padding: 12px 20px;
background: #ec3434;
}
/*-- sign-up --*/
.w3_modal_body_grid span{
float: left;
width: 30%;
text-align: left;
color: #000;
text-transform: uppercase;
font-weight: 600;
padding-top: 10px;
font-size: 12px;
}
#w3_country,.w3_modal_body_grid input[type="text"],.w3_modal_body_grid input[type="email"],#w3_country1,.w3_modal_body_grid input[type="password"]{
width: 70% !important;
font-size: 14px;
outline: none;
border: 1px solid #bbb;
padding: 6px;
color: #000;
background: #ffffff;
}
.w3_modal_body_grid select {
width: 25%;
font-size: 13px;
padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
font-size: 14px;
outline: none;
border: 1px solid #bbb;
padding: 6px;
color: #000;
background: #ffffff;
width: 100%;
}
select#w3_country option ,select#w3_country1 option {
color:#000;
}
.w3_modal_body_grid1{
margin: 12px 0;
}
.colr {
float: left;
margin-right: 1em;
}
label.radio {
font-size: 14px;
font-weight: 500;
color: #797777;
padding-left: 18px;
margin: 0;
}
.checkbox input, .radio input {
position: absolute;
left: -9999px;
}
.radio i {
position: absolute;
top: 4px;
left: 0;
display: block;
width: 10px;
height: 10px;
outline: none;
background: #ec3434;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.radio input + i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
opacity: 1;
}
.radio input + i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.checkbox input + i:after, .radio input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.w3_gender {
float: right;
width: 70%;
margin: 0.6em 0 0;
}
.agileits-register input[type="submit"] {
outline: none;
padding: 11px 30px 8px;
letter-spacing: 1px;
font-size: 13px;
color: #fff;
border: none;
background: #00c4da;
margin: 20px 0 0;
text-transform: uppercase;
float:right;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
-o-transition:0.5s all;
}
.w3-agree {
margin:15px 0 0 0;
}
label.agileits-agree {
margin-left: 4px;
letter-spacing:1px;
font-size: 13px;
vertical-align: middle;
font-weight: normal;
margin-bottom: 0;
}
.agileits-register input[type="submit"]:hover {
background:#ec3434;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
-o-transition:0.5s all;
}
p.w3ls-login {
text-align: center;
margin-top: 15px;
}
p.w3ls-login a:hover {
text-decoration:underline;
color: #ec3434;
}
/*-- //sign-up --*/
/*-- banner-bottom --*/
.banner-bottom-login{
padding: 12px 15px;
background: #ffffff;
}
.banner-bottom{
padding:4em 2em;
}
.agileinfo_banner_bottom{
width:70%;
background:#f5f5f5;
padding:2em;
text-align:center;
margin:0 auto 3em;
}
.agileinfo_banner_bottom span{
padding:1em;
border:1px solid #212121;
font-size:1em;
color:#212121;
}
.agileinfo_banner_bottom h3{
font-size: 1.5em;
color: #24AB00;
text-transform: capitalize;
line-height: 1.5em;
margin: 1em 0;
}
.agileinfo_banner_bottom p{
color:#999;
line-height:2em;
}
.w3agile_banner_btom_login_left{
}
.w3agile_banner_btom_login_left1{
}
.w3agile_banner_btom_login_left2{
}
.w3agile__text h4, .w3agile__text span {
font-size: 14px;
color: #fff;
margin-top: 18px;
color: #000;
}
.dropdown-menu {
min-width: 240px;
}
.navbar-nav > li > .dropdown-menu {
padding-top: 0;
}
#country, #country1, #country2, #country3 {
outline: none;
padding: 10px;
background: #fff;
color: #212121;
font-size: 13px;
width: 100%;
margin: 10px 0 0;
border: none;
padding: 5px;
border: 1px solid #adadad;
}
#country1,#country2{
width: 38%;
}
.w3agile__text span {
margin: 0 10px 0;
}
.w3agile__text.col-sm-7.w3agile_banner_btom_login_left1 select {
width: 38%;
}
.w3agile_banner_btom_login_left3 {
float: right;
margin: 20px 0 0 0;
}
.w3agile_banner_btom_login_left3 input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.w3agile_banner_btom_login_left3 input[type="submit"]:hover{
background: #00c4da;
color: #ffffff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-- //banner-bottom --*/
.w3layouts-banner {
background:url("../images/couple4.jpg") no-repeat 0px 0px;
background-size: cover;
min-height:720px;
}
.w3l_find-soulmate h3 {
font-size: 40px;
color: #fff;
margin-bottom: 35px;
}
.w3l_find-soulmate {
padding: 60px 0;
background-color: rgb(0, 196, 218);
}
.w3_soulgrid h3 {
font-size: 25px;
color: #ec3434;
margin: 30px 0 0px 0;
text-transform: uppercase;
}
.w3_soulgrid p {
color: #000000;
font-size: 15px;
line-height: 25px;
margin-top: 15px;
letter-spacing: 1px;
font-weight: bold;
}
.w3_soulgrid {
border: 1px solid #eee;
padding: 30px 15px;
width:23%;
margin:0 1%;
background-color: #FFF;
}
.w3_soulgrid i {
font-size: 40px;
color: #00c4da;
border: 1px solid #eaeaea;
padding: 28px 0;
border-radius: 60px;
width: 95px;
height: 95px;
text-align: center;
box-shadow: 1px 1px 1px #00c4da;
}
/*-- browse profiles --*/
.w3layouts-browse {
padding:60px 0;
}
.w3layouts-browse h3 {
font-size: 30px;
letter-spacing:1px;
color: #000;
margin-bottom: 45px;
}
.w3-browse-grid h4 {
color: #00c4da;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
font-size: 20px;
}
.w3-browse-grid ul li {
display: inline-block;
margin: 12px 5px;
border-right: 1px solid #a5a5a5;
padding-right: 10px;
line-height: 13px;
}
.w3-browse-grid ul li.more {
border-right:none;
}
.w3-browse-grid ul li a {
color:#797979;
font-size:14px;
}
.w3-browse-grid ul li a:hover {
color:#000;
}
.w3-browse-grid ul li.more a {
color:red;
}
/*-- //browse profiles --*/
/*-- Service --*/
.agile-assisted-service {
background: url(../images/servicebg.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 400px;
background-attachment: fixed;
padding-top: 65px;
}
.agile-assisted-service h4 {
font-size: 35px;
color: #fff;
margin-bottom: 35px;
letter-spacing:1px;
}
.agile-assisted-service p {
font-size: 20px;
color: #e0e0e0;
letter-spacing: 1px;
font-weight: 300;
margin: 0 auto 50px;
width: 45%;
line-height: 40px;
}
.agile-assisted-service a {
font-size: 14px;
color: #e0e0e0;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
background: rgba(236, 52, 52, 0.81);
padding: 10px 25px;
}
/*-- //Service --*/
/*-- Location --*/
.location {
padding: 100px 0;
}
.location h3 {
text-align: left;
font-size: 40px;
margin-bottom: 30px;
color: #1dc8d9;
margin-top: 50px;
}
.location h5 {
font-size: 25px;
margin-bottom: 30px;
font-style: italic;
color: #000000;
letter-spacing: 1px;
}
.location p {
line-height: 34px;
color: #d81a23;
font-size: 20px;
width:80%;
}
/*-- //Location --*/
/*-- get started --*/
.w3layous-story {
background: #00c4da;
padding: 40px 0;
}
.w3layous-story h4 {
color:#fff;
font-size:23px;
letter-spacing:1px
}
.w3layous-story h4 a {
color: #ff0200;
padding: 10px 25px;
background: rgba(0, 0, 0, 0.62);
border-radius: 3px;
font-size: 15px;
vertical-align: middle;
margin-left: 15px;
border: 1px solid rgba(0, 0, 0, 0.64);
}
.w3layous-story h4 a:hover {
background:#000;
color:#fff;
}
/*-- //get started --*/
/*-- gallery --*
.agileits-gallery {
background:#00d0ff;
padding: 70px 0;
}
#thumbGrid{
width: 72%;
margin: auto;
margin-top: 25px;
}
label{
color: white;
}
#customize {
display: inline-block;
margin-top: -30px;
position: absolute;
color: white
}
#customize input, #customize select {
font-size: 17px;
margin: 3px;
padding: 4px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 0;
color:#fff;
background-color: rgba(0, 0, 0, 0.2)
}
#customize select {
margin: 0;
background-image: url(css/thumbgrid-font/font/downArrow.svg);
background-repeat: no-repeat;
background-position: right center;
padding-right: 25px;
outline: none;
overflow: hidden;
text-indent: 0.01px;
text-overflow: '';
vertical-align: middle;
}
#customize label {
font-size: 16px;
margin: 3px 0;
padding: 3px 0;
width: 150px;
display: inline-block;
}
/*--//gallery--*/
/*-- List of brides and grooms --*/
.w3ls-list {
padding: 50px 0;
background: #efefef;
}
.w3ls-aside {
background: #fff;
}
.w3ls-list h2 {
font-size: 30px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align:center;
}
h3.w3_special {
font-size: 30px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
.profile-details {
border: 1px solid #eee;
margin: 15px 0;
}
.profile-details h5 {
background: #ff2929;
padding: 10px;
color: #fff;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
img.prf-img {
float: left;
width: 48%;
margin-right:2%;
}
.w3-prfr {
float:right;
width:50%
}
.w3-prfr p {
font-size: 12px;
line-height: 25px;
color: #000;
margin-top: 15px;
margin-right: 15px;
}
.w3-prfr h4 {
font-size: 14px;
text-transform: uppercase;
margin: 12px 0 10px;
color: #00c4da;
}
.w3-prfr a {
font-size: 12px;
letter-spacing: 1px;
border: 1px solid #eee;
color: #ff2929;
padding: 4px 12px;
}
.w3-prfr span {
text-transform:uppercase;
font-weight:bold;
color:#000;
margin:0 5px;
font-size:10px;
}
.w3-prfr a:hover{
background:#00c4da;
color:#fff;
}
p.light {
font-size: 13px;
color: #8c8c8c;
line-height: 24px;
padding: 10px;
}
p.light a {
color: red;
}
.w3ls-aside h4 {
color: #000;
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
background: #fff;
padding: 25px 15px 10px;
border-bottom: 1px solid #a2a2a2;
}
.fltr-w3ls {
margin:25px 0;
}
.fltr-w3ls h5 {
font-size: 19px;
color: #00c4da;
margin-bottom:15px;
}
.fltr-w3ls ul li {
display:inline-block;
margin:3px 0;
color:#fff;
}
.fltr-w3ls ul li a {
background:#696969;
padding:9px 17px 7px;
font-size:13px;
color:#fff;
display:block;
text-decoration:none;
}
.fltr-w3ls ul li a:hover {
background:#000;
}
/*-- /List of brides and grooms --*/
/*-- breadcrumbs --*/
.w3layouts-breadcrumbs {
background:#ffffff;
padding:14px 0;
text-align:left;
}
span.agile-breadcrumbs {
color: #000;
font-size: 15px;
}
span.agile-breadcrumbs a {
color:#0ac5da;
margin:0 5px;
}
span.agile-breadcrumbs a:hover {
text-decoration:underline;
}
span.agile-breadcrumbs a i {
color: #d0eaf7;
font-size: 16px;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
span.agile-breadcrumbs a i:hover {
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
/*-- //breadcrumbs --*/
/*-- featured profiles --*/
/*--flexisel--*/
.profile-image {
position: relative;
margin: 10px 0px;
}
.agile-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.93);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.agile-overlay ul {
padding:20px 15px 15px;
}
.agile-overlay h4 {
margin-top: 15px;
color: #00c4da;
text-align: left;
margin-left: 15px;
font-weight: normal;
font-size: 18px;
}
.biseller-column:hover .agile-overlay {
height: 100%;
}
.agile-overlay ul li span {
width: 115px;
display: inline-block;
color: #ffffff;
font-weight: 400;
text-align: left;
}
.agile-overlay ul li {
list-style: none;
display: block;
margin-bottom: 10px;
color: #ffffff;
font-size: 11px;
letter-spacing: 0px;
line-height: 23px;
font-weight:300;
}
.w3layouts_featured-profiles {
padding: 70px 0px;
}
.flex-slider{
background:#242a2c;
padding:100px 0;
}
#flexiselDemo1 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0px auto;
}
.nbs-flexisel-item {
float: left;
margin: 0;
padding: 0px;
cursor: pointer;
position: relative;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width:20px;
height:40px;
position: absolute;
cursor: pointer;
z-index: 100;
}
.nbs-flexisel-nav-left {
left: -45px;
top: 45% !important;
background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
right: -45px;
top: 45% !important;
background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right {
width:26px;
height:44px;
position: absolute;
cursor: pointer;
z-index: 100;
display:none;
}
.biseller-column img {
width: 100%;
position: relative;
border: 1px solid #d6d6d6;
box-shadow: 0 0 10px #F9F9F9;
-webkit-box-shadow: 0 0 10px #F9F9F9;
-moz-box-shadow: 0 0 10px #F9F9F9;
box-shadow: 0 0 10px #F9F9F9;
padding: 2px;
}
.agile_featured-profiles h2 {
font-size: 35px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
/*--//flexisel--*/
/*-- //featured profiles --*/
/*-- mobile app --*/
.wthree-mobilaapp.main-grid-border {
background: #efefef;
}
.app {
padding: 70px 0px 0 0;
}
.app-image img {
width:80%;
}
.w3ls_app-left h3 {
font-size: 26px;
line-height: 38px;
margin: 70px 0 0px 0;
color: #ec3434;
letter-spacing: 1px;
}
.w3ls_app-left p {
margin: 20px 0 0px 0;
color: #000;
font-size: 14px;
font-weight: 300;
line-height: 28px;
letter-spacing: 1px;
}
.agileits_app-devices {
width: 75%;
margin: 30px 0 0 0;
}
.agileits_app-devices a {
float: left;
width: 46%;
margin-right:4%;
}
.agileits_app-devices a img {
width: 100%;
}
.agileits_app-devices h5 {
margin-bottom: 12px;
letter-spacing: 0.5px;
font-size: 20px;
color: #00c4da;
}
/*-- //mobile app --*/
/*-- footer --*/
.footer {
padding-top: 80px;
}
.footer-logo.header-logo {
float: none;
text-align: center;
}
.address-left {
background: #c1f0f5;
padding: 2em;
z-index: 9;
}
.address-right{
position:relative;
}
.footer-logo.header-logo h6 {
text-transform: uppercase;
font-size: 20px;
letter-spacing: 1px;
color: #ec3434;
}
.address-left ul li {
display: block;
margin: 20px 0;
font-size: 14px;
color: #4c4c4c;
border-top: 1px solid #ffffff;
padding-top: 20px;
text-align: center;
}
.address-left ul li a{
color: #000;
}
.address-left ul li a:hover {
color: #3c9de8;
}
.address-left ul li i.fa {
margin-right: 5px;
font-size: 1.3em;
}
.footer h3 {
font-size: 18px;
color: #c01314;
letter-spacing: 1px;
margin-bottom: 25px;
text-transform: uppercase;
}
.footer-grids {
text-align: center;
}
.footer-grids ul li {
display: block;
font-size: 13px;
margin: 15px 0 0;
color: #000000;
}
.footer-grids ul li i.fa {
margin-right: 7px;
}
.footer-grids ul li a{
color:#656565;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
.footer-grids ul li a:hover {
color: #000;
}
.copy-right {
text-align: center;
padding: 15px 0;
background: #222;
}
.copy-right p {
font-size: 1em;
color: #fff;
font-weight: 300;
line-height:1.8em;
}
.copy-right p a{
color: #fff;
}
.copy-right p a:hover{
color: #f44336;
}/*-- social-icons --*/
.social_icons {
text-align: center;
}
.social{
position:relative;
margin: 10px auto 3px;
}
.social a{
position: relative;
display: inline-block;
width:34px;
height:34px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
text-align: center;
}
.social .fb{
background: #6788ce;
}
.social .fb:before,
.social .fb:after{
border-color:#6788ce;
}
.social .tw{
background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
border-color: #00ACEE;
}
.social .gp{
background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
border-color: #DD4B39;
}
.social .pin{
background: #fe4445;
}
.social .pin:before,
.social .pin:after
{
border-color: #fe4445;
}
.social .db{
background: #f85993;
}
.social .db:before,
.social .db:after
{
border-color: #f85993;
}
.social .rss{
background: #ff9845;
}
.social .rss:before,
.social .rss:after
{
border-color: #ff9845;
}
.social .lin{
background: #3a9bdc;
}
.social .lin:before,
.social .lin:after
{
border-color: #3a9bdc;
}
.social a:before,
.social a:after{
content: "";
display: block;
position: absolute;
background: transparent;
top: 0; bottom: 0; left: 0; right: 0;
border-radius: 50%;
transition: .3s all;
border: 3px solid;
}
.social a:hover:after{
-webkit-transform: scale(1.5);
}
.social a:hover:before{
-webkit-transform: scale(1);
transition: .3s all;
opacity: 0;
}
.social ul li a i {
color: #fff;
line-height: 34px;
font-size: 1em;
width: 34px;
height: 34px;
border-radius: 50%;
}
section.social ul li {
}
a.icon.gp {
margin: 0;
}
/*-- //Social-Icons --*/
/*-- //footer --*/
/*-- app-page --*/
.w3layouts-inner-banner {
background: url(../images/inner-banner.jpg) no-repeat center center;
min-height: 350px;
padding: 5px 0 35px 0;
background-attachment: fixed;
background-size: cover;
}
/*-- Header Part Starts Here --*/
/* Shutter Out Vertical */
a.hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #ff339a;
color: #fff;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
a.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #f2d80f;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-shutter-out-vertical:hover,a.hvr-shutter-out-vertical:focus,a.hvr-shutter-out-vertical:active {
color: white;
}
a.hvr-shutter-out-vertical:hover:before,a.hvr-shutter-out-vertical:focus:before,a.hvr-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
ul.navig li a:hover ul.navig li a:after{
display: block;
}
ul.navig li a:after{
width:15px;
height:15px;
background:red;
display: none;
content:"";
position:absolute;
top:0;
}
.head_grid{
text-align:center;
width: 26.3%;
}
.head_grid_center{
margin: 0 7em;
}
.grid_ba{
width:100%;
background:#dfdfdf;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius:50%;
-o-border-radius:50%;
text-align:center;
padding: 5em 1em;
margin:0 auto;
}
.grid_ba p{
margin:1em 0 0 0;
font-size:1em;
font-weight:600;
color: #4c4a5a;
}
.stars {
margin: 7em 0 2em 0;
text-align: center;
position: relative;
}
.stars:before {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
left: 9%;
}
.stars:after {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
right: 9%;
}
@media (max-width: 768px){
span.menu:before {
content: url(../images/nav-icon.html);
cursor: pointer;
height:32px;
}
ul.navig {
width: 11%;
float: right;
margin:0;
}
.header {
margin: 0 auto;
position: absolute;
width: 100%;
left:0;
}
ul.navig{
display:none;
}
ul.navig li {
font-size: 12px;
display:inline-block;
width: 100%;
margin:0;
}
ul.navig li a {
padding: 7px;
font-size: 15px;
width: 100%;
font-weight: 600;
display: block;
background: #fff;
color: #333333;
margin: 3px 0px;
}
ul.navig li a:hover{
color:#ffffff;
}
span.menu{
display:block;
float:right;
margin: 20px 15px 0 0;
}
ul.navig {
margin: 0;
z-index: 999;
position: absolute;
width: 96%;
text-align: center;
top: 100%;
left: 2%;
background: rgba(255, 255, 255, 0.97);
}
.navigation {
height: 60px;
padding: 0px 16px 0em;
margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
background: #0fa7ff;
padding: 4em 0px 3.5em 0px;
}
.banner-left img {
width: 100%;
}
.banner-left{
text-align:center;
}
.banner-right {
margin-top: 9.5%;
}
.banner-right h2{
color: #fff;
font-size: 2.3em;
font-weight: 300;
margin: 0;
}
.banner-right h2 span{
font-weight:700;
}
.banner-right h3 {
font-size: 1.95em;
font-weight: 400;
color: #fff;
margin-top: 1.8%;
}
.banner-right p {
color: #fff;
font-size: 22px;
line-height: 39px;
margin-top: 11%;
font-weight: 600;
}
.bnr-btn{
margin-top:10%;
}
.bnr-btn a {
padding: 13px 35px;
color: #fff;
font-weight: 400;
font-size: 20px;
background: #ff0030;
border-bottom: 4px solid #B6A416;
}
.banner-right ul{
padding:0;
margin-top: 8.5%;
}
.banner-right ul li{
list-style:none;
display:inline-block;
}
.banner-right ul li:nth-child(1){
margin-right:17px;
}
.banner-right ul li span{
background:url(../images/bn-sprit.html) no-repeat;
width:42px;
height:48px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
background-position:0px 0px;
}
.banner-right ul li span.rbt{
background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: #f2d80f;
color: #fff;
}
a.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
color:#000;
background: #d0a822;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
padding: 9em 0px 0 0;
}
.get-top h3,.support-top h3,.demo-top h3{
color: #fff;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top p{
color: #969696;
width: 100%;
margin-top: 16px;
line-height: 28px;
font-size: 17px;
font-weight: 300;
}
.feature-main{
background:url(../images/ftr-bnr.png) no-repeat;
width:906px;
height:856px;
display:block;
margin-top:6%;
position:relative;
}
.ftr-left {
position: absolute;
top: 7.5%;
left: 28.5%;
}
.ftr-left-one {
position: absolute;
top: 23%;
left: 27.8%;
}
.ftr-left-two {
position: absolute;
top: 39%;
left: 27.8%;
}
.ftr-left-tre {
position: absolute;
top: 54%;
left: 27.8%;
}
.ftr-left-fvr {
position: absolute;
top: 70%;
left: 27.8%;
}
.ftr-right {
position: absolute;
top: 4%;
left: 41%;
}
.ftr-right-one {
position: absolute;
top: 20%;
left: 41%;
}
.ftr-right-two {
position: absolute;
top: 37%;
left: 41%;
}
.ftr-right-tre {
position: absolute;
top: 54%;
left: 41%;
}
.ftr-right-fvr {
position: absolute;
top: 72%;
left: 41%;
}
.ftr-right-one h4 {
transform: rotate(1.5deg);
}
.ftr-right-two h4 {
transform: rotate(3deg);
}
.ftr-right-tre h4 {
transform: rotate(6deg);
}
.ftr-right-fvr h4 {
transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
color: #000;
font-size: 18px;
font-weight: 400;
margin-top: 30px;
padding-right: 16%;
line-height: 30px;
}
.ftr-right p{
transform: rotate(0.1deg);
}
.ftr-right-one p {
transform: rotate(2.1deg);
}
.ftr-right-two p {
transform: rotate(4deg);
}
.ftr-right-tre p {
transform: rotate(5.9deg);
}
.ftr-right-fvr p {
transform: rotate(9.5deg);
}
.feature-right {
text-align: left;
width: 38%;
float: right;
}
.feature-left{
width:62%;
float:left;
}
.feature-top {
margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
background:url(../images/est-banner.png) no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
margin-top: -8%;
min-height: 735px;
}
.est-bottom p span {
display: block;
}
.est-top {
margin-top: 20%;
}
.est-left{
float:left;
}
.est-left img {
border-radius: 50%;
}
.est-right {
float: left;
text-align: left;
margin: 3% 0 0 4%;
}
.est-right ul{
padding:0;
margin-top:1%;
}
.est-right ul li{
list-style:none;
display:inline-block;
}
.est-right h3{
font-size:1.8em;
font-weight:700;
color:#000;
margin:0;
}
.est-right p {
color: #000;
font-size: 18px;
font-weight: 400;
width: 70%;
margin-top: 3%;
line-height: 1.3em;
}
.est-bottom {
margin-top: 10%;
}
.est-bottom p {
color: #fff;
font-weight: 300;
font-size: 2.2em;
font-style: italic;
width: 100%;
text-align: center;
}
.est-bottom p sup {
top: -1.5em;
}
.est-bottom p sub {
bottom: -0.25em;
margin-left: 80%;
display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
width:100%;
border:4px solid #0fa7ff;
}
.awe-left:hover {
transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
z-index: 1;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.awe{
padding:6em 0px;
background: #fff;
}
.awe-top{
text-align:center;
}
.awe-bottom{
margin-top:10%;
}
.awe-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.awe-top p{
color: #000;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
padding:70px 0;
background: #0fa7ff;
}
.demo-top p{
color: #fff;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
.demo-top{
text-align:center;
}
.demo-bottom{
margin-top:6%;
text-align: center;
}
.demo-bottom iframe {
width: 78%;
height: 550px;
border: 10px solid #fff;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
background: url(../images/get-bnr.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 1040px;
margin-top:-19%;
}
.get-top {
margin-top: 40%;
}
.get-top p,.support-top p{
color: #fff;
margin-top: 45px;
line-height: 30px;
font-size: 18px;
font-weight: 400;
width: 58%;
}
.get-top ul{
padding:0;
margin-top:7%;
}
.get-top ul li{
list-style:none;
display:block;
}
.get-top ul li:nth-child(2){
margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
position: absolute;
right: 13.5%;
top: -45.4%;
}
.support{
padding:6em 0px;
background:#0fa7ff;
position: relative;
}
.support-bottom{
margin-top:5%;
}
.support-left input[type="text"] {
width: 90%;
color: #6d6d6b;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.49);
padding: 20px 1.3em;
margin-bottom: 1em;
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
resize: none;
width: 90%;
color: #6d6d6b;
font-size: 18px;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
padding: 20px 1.3em;
border: none;
min-height: 15em;
border: 1px solid rgba(0, 0, 0, 0.49);
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but input[type="submit"] {
border: none;
outline: none;
color: #fff;
background: #f2d80f;
padding: 6px 55px;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight: 400;
-webkit-appearance: none;
border-bottom: 4px solid #B6A416;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.contact-but input[type="submit"]:hover {
background: #cf032a;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.contact-but {
text-align: right;
margin: 7.5% 9.2% 0 0;
}
.support-left {
padding: 0;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 35px;
color: #0fa7ff;
}
.sup-left {
width: 16%;
float: left;
text-align: center;
}
.sup-left i {
color: #fff;
font-size: 25px;
vertical-align:middle;
}
.sup-right {
width: 84%;
float: right;
}
.sup-right p {
color: #f5f5f5;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.sup-right p a {
color: #f5f5f5;
text-decoration:underline;
}
.support-one{
margin-top:3em;
}
.support-right {
margin-top: 11%;
}
/*--support-Part-Ends-Here--*/
/*-- //app-page --*/
/*-- about-page --*/
.w3l_about {
padding: 50px 0;
background: #f7f7f7;
}
.w3l_about h3 {
color: #000;
font-size: 22px;
}
.w3l_about p {
color: #525151;
font-size: 14px;
letter-spacing: 1px;
margin: 20px 0;
line-height: 30px;
}
.w3_success-stories {
padding:60px 0;
}
.w3_success-stories h4 {
font-size: 28px;
text-align: center;
margin-bottom: 10px;
color: #00c4da;
}
.success_w3_story p {
color: #808080;
font-size: 14px;
line-height: 25px;
margin: 25px 0 5px 0;
}
.w3l_about_left {
position: relative;
margin-top: 6%;
}
.w3l_about_left_pos {
position: absolute;
left: 0;
bottom: 26%;
}
.w3l_about_left_pos1 {
position: absolute;
left: 33%;
bottom: 11%;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.5em;
color: #fff;
padding: .3em .5em;
background: #212121;
}
.w3l_about_left_pos h3 span, .w3l_about_left_pos1 h3 span {
color: #ec3434;
}
.w3l_about_left img {
margin: 0 auto;
}
/*--services--*/
.agileits_services {
background: url(../images/couple4.jpg) no-repeat 0px 0px;
padding: 70px 0 0 0;
border-top: 4px solid #00c4da;
background-size: cover;
min-height: 430px;
}
.agileits_services h2 {
text-align: center;
color: #fff;
font-size: 40px;
font-weight: 200;
margin-bottom: 50px;
}
.agileits_services h2 span {
font-weight:600;
}
.w3ls_services-grids {
background: #fff;
padding: 1em 3em;
width: 47%;
margin-right: 34px;
}
ul.w3_servicesgrid_info {
list-style: none;
margin: 0;
padding: 0;
}
ul.w3_servicesgrid_info li {
margin: 10px 0;
}
li.tick {
background: url(../images/tick.png)no-repeat 0px 0px;
padding: 0 0 0 28px;
}
.wthree_services-bottom {
background: #00c4da;
padding: 1em 0;
}
.wthree_services-bottom p {
color: #fff;
text-align: center;
font-size: 28px;
font-weight: 200;
}
.wthree_services-bottom span {
font-weight:600;
margin: 7px;
}
/*--/services--*/
/*-- //about-page --*/
/*-- assisted_Services-page --*/
.w3ls-assisted_Services {
padding: 50px 0 0 0;
background: #f7f7f7;
}
.assisted_agile_advantages {
padding: 60px 0;
background: url(../images/servicebg.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 400px;
background-attachment: fixed;
padding-top: 65px;
}
.assisted_Services-agileits {
padding-bottom: 50px;
width: 70%;
margin: 0 auto;
}
.assisted_Services-agileits h2 {
color: #000000;
font-size: 26px;
margin-bottom: 40px;
letter-spacing: 1px;
text-align:center;
}
.assisted_Services-agileits h4 {
color: #000000;
font-size: 18px;
margin-bottom: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}
.assisted_Services-agileits p {
color: #00c4da;
font-size: 14px;
margin-bottom: 20px;
letter-spacing: 1px;
font-style: italic;
}
.assisted_Services-agileits form label {
display: block;
font-size: 14px;
letter-spacing: 1px;
font-weight: 500;
color: #000;
margin-top: 20px;
}
.assisted_Services-agileits form input[type="text"],
.assisted_Services-agileits form input[type="email"],
.assisted_Services-agileits form input[type="tel"] {
width: 100%;
padding: 12px;
border: 1px solid #eee;
background: #fff;
color: #000;
font-size: 15px;
letter-spacing: 1px;
}
.assisted_Services-agileits form select {
width: 100%;
border: 1px solid #eee;
background: #fff;
color: #000;
font-size: 15px;
letter-spacing: 1px;
margin-bottom:25px;
}
.assisted_Services-agileits form input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.assisted_Services-agileits form input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.assisted_agile_advantages h4 {
font-size: 32px;
color: #ffffff;
margin-bottom: 45px;
}
.ser-left h5 {
font-size: 1.4em;
margin: 1em 0 0;
color: #fff;
}
.ser-left p {
font-size: 13px;
line-height: 26px;
color: rgba(255, 255, 255, 0.59);
margin: 16px 0;
letter-spacing: 0.5px;
}
.ser-left i {
font-size: 35px;
color: #00c4da;
padding: 20px;
border: 1px solid #fff;
margin: 25px 0 5px 0;
}
.happy-clients-grid {
background: #fff;
padding: 25px 20px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
width: 47%;
margin: 2% 3% 0 0;
}
.client {
float: left;
width: 25%;
margin-right: 6%;
}
.client img {
width: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.client-info {
float: left;
width: 69%;
}
.w3layouts_happy_asstd_marriages {
padding:70px 0;
}
.happy-clients-grid p {
color: #7b7b7b;
font-size: 13px;
letter-spacing: 0.5px;
font-weight: 400;
line-height: 28px;
margin-bottom: 15px;
}
.w3layouts_happy_asstd_marriages h4 {
text-align: center;
font-size: 30px;
margin-bottom: 20px;
color: #00c4da;
letter-spacing: 1px;
}
.happy-clients-grid h5 {
color: #f6772c;
font-size: 1em;
font-weight: 400;
text-transform: uppercase;
}
i.open {
margin: 0 6px 9px 0px;
}
i.closeq {
margin: 6px 0px 0px 11px;
}
/*-- //assisted_Services-page --*/
/*-- privacy policy page --*/
section.privacy_policy_section {
padding: 50px 0;
background: #f7f7f7;
}
h2.last-updated {
font-size: 26px;
letter-spacing: 0.5px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
.panel-title:hover {
cursor: pointer;
}
.panel-title {
font-size: 18px;
color: #000;
}
.panel-body p {
margin-left: 17px;
padding: 0px 15px 15px;
line-height: 28px;
font-size: 14.5px;
color: #252525;
font-weight: 300;
}
.panel-default>.panel-heading {
color: #222;
background-color: #FFFFFF;
border-color: #FFF;
text-transform: capitalize;
}
.panel-group .panel {
margin-bottom: 20px;
}
/*-- //privacy policy page --*/
/*-- terms-section-starts --*/
section.terms-of-use {
padding: 50px 0;
background: #f7f7f7;
}
.terms h2 {
font-size: 30px;
color: #000000;
letter-spacing: 3px;
}
.terms h5 {
margin-top: 10px;
font-size: 15px;
letter-spacing: 1px;
color: #ff5a5a;
}
.terms h6 {
font-size: 20px;
color: #5a5a5a;
margin: 35px 0 18px 0;
letter-spacing: 2px;
}
.terms p {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 28px;
margin-top: 15px;
padding-left: 40px;
}
.terms ol li {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 26px;
margin-top: 15px;
}
.terms {
}
.terms span {
color: #000;
font-weight: 600;
font-size: 1.3em;
}
.terms-bottom {
margin-top: 3em;
}
/*-- //terms-section-ends --*/
/*-- Write to us page --*/
.write-agileits h2 {
color: #000;
font-size: 28px;
letter-spacing: 1px;
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #eee;
}
.write-agileits form {
padding: 0px 70px;
}
.write-agileits {
padding: 50px 0;
background: #f7f7f7;
}
.w3_writetoustextarea label {
width: 12.5%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
vertical-align: top;
}
.w3_writetoustextarea textarea {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
height: 200px;
}
#filedrag
{
display: none;
font-weight: 600;
text-align: center;
padding: 25px 0;
margin: 25px 0;
color: #0099e5;
border: 2px dashed #0099e5;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
cursor: default;
font-size: 20px;
}
#filedrag.hover
{
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}
img
{
max-width: 100%;
}
pre
{
width: 95%;
height: 8em;
font-family: monospace;
font-size: 0.9em;
padding: 1px 2px;
margin: 0 0 1em auto;
border: 1px inset #666;
background-color: #eee;
overflow: auto;
}
#messages {
padding: 15px 10px;
margin: 15px 0;
border: 1px solid #ff4c4c;
}
#messages p
{
color: #555;
font-size:14px;
}
#progress p
{
display: block;
width: 240px;
padding: 2px 5px;
margin: 2px 0;
border: 1px inset #446;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #eee url("progress.html") 100% 0 repeat-y;
}
#progress p.success
{
background: #0c0 none 0 0 no-repeat;
}
#progress p.failed
{
background: #c00 none 0 0 no-repeat;
}
.photos-upload-view {
width: 60%;
margin-top: 10px;
display: inline-block;
}
.upload-ad-photos {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 20px 0;
margin: 20px 0;
}
.w3_attachments label{
vertical-align:top;
margin-top: 12px;
}
/*-- //Write to us page --*/
/*-- safety tips page --*/
.agile_tips h2 {
font-size: 30px;
color: #000000;
letter-spacing: 3px;
}
.agile_tips h5 {
margin-top: 10px;
font-size: 15px;
letter-spacing: 1px;
color: #ff5a5a;
}
.agile_tips h6 {
font-size: 22px;
color: #ff0606;
margin: 40px 0 18px 0;
letter-spacing: 2px;
}
.agile_tips p {
color: #444;
font-size: 15px;
font-weight: 300;
line-height: 30px;
margin: 15px;
}
.agile_tips ol li {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 26px;
margin-top: 15px;
}
.agile_tips span {
color: #000;
font-weight: 600;
font-size: 1.3em;
}
/*-- //safety tips page --*/
/*--typography--*/
h3.w3-head {
color: #00a59c;
font-size: 32px;
margin: 0 0 35px 0;
font-weight: 400;
}
.shortcodes {
padding: 50px 0;
background: #f7f7f7;
}
.mb-60 {
padding-left: 0;
}
.mb-60 h4 {
margin: 36px 0 38px;
font-size: 24px;
}
.tab-content {
padding: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
border-top: none;
}
.nav-tabs {
border: none;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
background: #f8f8f8;
margin-right: 3px;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-size: 14px;
color: #555;
padding: 8px 16px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
margin-right: 10px;
}
.nav-tabs > li.active > a{
border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff;
background-color: #FF7900;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
color: #fff;
background-color: #FF7900;
}
.nav-tabs > li > a i {
font-size: 32px;
margin-right: 20px;
vertical-align: middle;
}
.tab-content p {
line-height: 2.2em;
font-size: 14px;
}
.grid_4{
background:#fff;
padding:0em 0em 0em 0em;
}
.grid_3 {
margin-bottom: 2em;
}
.grid_3 {
background-color: #fff;
padding: 1.8em;
margin-bottom: 1em;
border: 1px solid #ebeff6;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.grid_5{
background:#fff;
padding:1em 0 2em 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 13px;
color: #232323;
letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
font-weight: 300 !important;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
}
h4.typ1{
margin-bottom:15px;
}
h5.typ1{
margin-bottom:15px;
}
.progress {
height: 8px;
box-shadow: none;
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #eeeeee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-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-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #03a9f4;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-bar {
box-shadow: none;
}
.progress-bar-primary {
background-color: #03a9f4;
}
.progress-bar-info {
background-color: #00bcd4;
}
.progress-bar-success {
background-color: #8bc34a;
}
.progress-bar-warning {
background-color: #ffc107;
}
.progress-bar-danger {
background-color: #e51c23;
}
.progress-bar-inverse {
background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color:#5bb2fc !important;
border-color:#5bb2fc !important;
}
.grid_3 p,.page-header p {
color: #000;
font-size: 14px;
line-height: 2em;
margin: 1em 0 2em;
letter-spacing: 1px;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.breadcrumb li{
font-size:0.85em;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
-webkit-border-radius: 0 2px 2px 2px;
-moz-border-radius: 0 2px 2px 2px;
-ms-border-radius: 0 2px 2px 2px;
-o-border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.nav-tabs {
margin-bottom: 1em;
}
.alert {
font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
.bars {
margin-bottom: 0.8em;
color: #039c95;
}
li.list-group-item1 {
line-height: 2.5em;
}
ol {
margin-bottom: 44px;
}
.list-group {
margin-bottom: 48px;
}
.input-group {
margin-bottom: 20px;
}
.list_1 h3 {
color: #039c95;
font-size: 27px;
margin: 50px 0 20px 0;
}
.column_grid p {
font-size: 14.5px;
line-height: 28px;
color: #A2A1A2;
font-weight: 300;
margin: 0px 0 20px;
}
/*--//typography--*/
/*-- icons --*/
.icons.w3layouts-content {
padding: 50px 0;
background: #f7f7f7;
}
.codes a {
color: #999;
}
.icon-box {
padding: 8px 0px;
background: rgba(0, 153, 229, 0.09);
margin: 1em 0 1em 0;
border: 5px solid #ffffff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #000;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff;
}
.icon-box:hover a.agile-icon {
color:#fff;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 24px;
color: #039c95!important;
font-weight: 300;
margin: 30px 0 15px;
}
h2.agileits-icons-title {
text-align: center;
font-size: 30px;
color: #000;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px;
font-size: 20px;
color: #282a2b;
}
.icons .bs-glyphicons li {
display: inline-block;
width: 22%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background: #e8f6fd;
margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.icons .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.icons .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
/*-- //icons --*/
/*-- sitemap page --*/
.w3ls_sitemap {
padding: 50px 0;
background: #f7f7f7;
}
.w3ls_sitemap h2 {
font-size: 28px;
letter-spacing: 1px;
color: #000;
}
.agileits_sitemap_list {
margin-top:30px;
}
.agileits_sitemap_list h5 {
color: #ff3737;
font-size: 18px;
margin-bottom: 12px;
letter-spacing: 1px;
}
.agileits_sitemap_list ul li {
display:inline-block;
margin:0 10px;
}
.agileits_sitemap_list ul li a {
color:#000;
font-size:15px;
}
.agileits_sitemap_list ul li a:hover {
color:#0ac5da;
text-decoration:underline;
}
/*-- //sitemap page --*/
/*-- search page --*/
.w3_regular_search {
padding: 20px;
}
.form_but1 {
margin-bottom: 20px;
}
.form_radios {
color: #000;
font-size: 0.85em;
}
.control-label1 {
padding-left: 0;
font-size: 14px;
color: #000;
margin-top: 6px;
font-weight: 600;
letter-spacing: 1px;
}
.w3_details {
margin-top: 6px;
font-size: 14px;
letter-spacing: 1px;
color: #656565;
}
.search_left{
padding-left:0;
}
.select-block1 select, .input-group1 input[type="text"]{
box-shadow: none;
border: 1px solid #ccc;
border-radius: 0;
outline: 0;
background: #ffffff;
height: 35px;
line-height: 25px;
padding: 5px 15px;
width: 100%;
color:#999;
}
.input-group1 input[type="text"]{
border: 1px solid #e2e2e3;
font-size: 0.85em;
}
.col-md-5.input-group1 {
padding-left: 0;
}
.w3_regular_search input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_regular_search input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits_advanced_Search h5 {
color: #ff5252;
font-size: 22px;
margin: 45px 0px 30px 0;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
}
.w3ls-aside form input.text {
font-size: 14px;
color: #000;
width: 100%;
border: none;
padding: 12px 10px;
border-bottom: solid 1px #0099e5;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
background-position: -800px 0;
background-size: 100%;
background-repeat: no-repeat;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text:focus {
box-shadow: none;
outline: none;
background-position: 0 0;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text:focus::-webkit-input-placeholder {
color: #1abc9c;
font-size: .9em;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
visibility: visible !important;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text::-webkit-input-placeholder {
color: #000;
}
.text:-moz-placeholder { /* Firefox 18- */
color: #000;
}
.text::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
.text:-ms-input-placeholder {
color: #000;
}
.w3ls-aside h3 {
font-size: 17px;
color: #ff4c4c;
margin: 15px 0 15px 0;
text-align:left;
}
.w3ls-aside form input[type="submit"] {
font-size: 13px;
color: #fff;
background: #ff4c4c;
outline: none;
border: none;
cursor: pointer;
padding: 10px 25px;
-webkit-appearance: none;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
float:right;
margin-top:10px;
margin-bottom:50px;
}
.w3ls-aside form input[type="submit"]:hover {
background: #00c4da;
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
/*-- //search page --*/
/*-- feedback page --*/
.feedback {
padding: 50px 0;
background: #f7f7f7;
}
.feedback h2 {
color:#000;
font-size:22px;
}
.feedback p {
color: #525151;
font-size: 14px;
letter-spacing: 1px;
margin: 20px 0;
}
.agileits label {
width:20%;
display:inline-block;
font-weight:600;
}
.agileits label {
width: 25%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
}
.agileits label span {
margin:0 5px;
}
.feedback form {
padding:30px;
border:1px solid #c1c1c1;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"] {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
}
.agileits select {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
}
.w3_submit input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_submit input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 16px;
padding: 10px 35px;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_submit {
margin-top:20px;
text-align:center;
}
.agileits {
margin-bottom: 25px;
}
.w3_feedbacktextmessage label {
width:12.5%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
vertical-align: top;
}
.w3_feedbacktextmessage label span {
margin:0 5px;
}
.w3_feedbacktextmessage textarea {
font-size: 16px;
padding: 10px 14px;
width: 80%;
border: 1px solid #dedede;
height:250px;
}
/*-- //feedback page --*/
/*--help--*/
.wthree-help {
width: 80%;
margin: 65px auto 55px;
text-align:Center;
}
.wthree-help h3 {
color: #191e21;
font-size: 38px;
text-align:center;
}
.wthree-help textarea {
font-size: 16px;
color: #000;
width: 70%;
border: none;
padding: 16px;
border-bottom: solid 1px #0099e5;
height:150px;
margin:50px 0 0 0;
outline:none;
}
.wthree-help form input[type="submit"] {
font-size: 1em;
color: #fff;
background: #ff4c4c;
outline: none;
border: none;
cursor: pointer;
padding: 12px 25px;
-webkit-appearance: none;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
width:30%;
margin-top:20px;
}
.wthree-help form input[type="submit"]:hover {
background: #0099e5;
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.wthree-help h5 {
font-size:25px;
color:#000;
margin:30px 0;
}
.wthree-help a {
color:#fff;
padding:10px 20px;
background:#0099e5;
font-size:16px;
margin-bottom:50px;
}
/*--//help--*/
/*-- view profiles page --*/
.single_w3_profile {
background: #fff;
padding: 20px;
}
.view_profile h3 {
font-size: 20px;
color: #000;
margin-bottom: 25px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 5px;
}
ul.profile_item {
padding: 0;
margin: 0 0 1.5em 0;
list-style: none;
}
ul.profile_item li.profile_item-img {
width: 30%;
float: left;
margin-right: 5%;
}
ul.profile_item li.profile_item-desc {
overflow: hidden;
}
ul.profile_item li.profile_item-desc h6, ul.profile_item li.profile_item-desc h5 {
color: #ff4c4c;
font-size: 0.85em;
}
ul.profile_item li.profile_item-desc p {
color: #555;
font-size: 12px;
line-height: 22px;
margin: 11px 0;
}
.agileits_profile_image {
float: left;
width: 33%;
margin-right:2%;
}
.agileits_profile_image img {
border: 1px solid #eee;
padding: 10px 0;
margin-right: 10px;
}
.w3layouts_details {
float: left;
width: 60%;
}
.w3layouts_details h4 {
font-weight: 100;
color: #ff4c4c;
padding-bottom: 6px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 22px;
}
.w3layouts_details span {
color: #afafaf;
font-size: 12px;
letter-spacing: 1px;
}
.w3layouts_details p {
font-size: 14px;
line-height: 28px;
color: #000;
margin: 16px 0;
letter-spacing: 2px;
}
.w3layouts_details a {
display: inline-block;
font-size: 14px;
letter-spacing: 1px;
border: 1px solid #eee;
color: #ff2929;
padding: 6px 12px;
margin: 10px 10px;
width: 45%;
text-align: center;
}
.w3layouts_details a:hover {
background: #00c4da;
color: #fff;
}
.profile_w3layouts_details {
background: #fff;
padding: 15px;
margin: 15px 0;
}
.agileits_aboutme h4 {
font-size: 30px;
letter-spacing: 1px;
color: #ce57b5;
margin-bottom: 30px;
text-align: center;
margin-top: 20px;
text-transform: uppercase;
}
.agileits_aboutme h5 {
font-size: 22px;
letter-spacing: 1px;
color: #ff4c4c;
margin-bottom: 25px;
margin-top: 40px;
font-weight: 100;
}
.agileits_aboutme p {
margin: 15px 0;
font-size: 14px;
line-height: 27px;
color: #8a8a8a;
}
/*--// view profiles page --*/
/*-- faq --*/
h2.w3-head {
color: rgb(0, 153, 229);
font-size: 32px;
margin: 35px 0px;
}
.faq {
padding-bottom:40px;
background: #f7f7f7;
}
.faq-list dd {
position: relative;
}
.faq-list_h {
position: relative;
margin: 0 0 20px;
padding: 0 0 0 28px;
background: none;
font-weight: normal;
}
.faq-list .marker {
position: absolute;
top: 0;
left: 0;
display: block;
font-weight: 600;
margin: 0;
}
p.m_13 {
padding-left: 30px;
font-size: 13.5px;
line-height: 30px;
color: #9C9C9C;
margin-bottom: 50px;
}
.faq-list .marker1 {
position: absolute;
top: 4px;
left: 0;
display: block;
font-weight: 600;
margin: 0;
}
h5.marker_head{
color:#000;
font-size: 18px;
}
p.last_2{
margin-bottom:0;
}
/*-- //faq --*/
/*-- contact section --*/
.w3ls_contact_section {
padding: 50px 0;
background: #efefef;
}
.w3_C_headquarters {
background: #fff;
padding: 30px 0;
}
.w3_C_headquarters h4 {
margin: 0 30px 20px;
padding: 0 0 20px;
border-bottom: 1px solid #e4e4e4;
color: #0094a5;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
}
.agile_address i {
font-size: 30px;
color: #000000;
margin: 20px;
display: block;
}
.agile_address p {
font-size: 15px;
letter-spacing: 0.5px;
color: #565656;
}
.agile_address a {
font-size: 15px;
letter-spacing: 0.5px;
color: #f33c3c;
}
.agile_address a:hover {
text-decoration:underline;
}
.w3_locations {
background: #ffffff;
padding: 35px;
margin-top: 40px;
}
.w3_locations h2 {
margin: 0 0 25px;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 24px;
}
section.w3_g_address {
padding: 10px 30px;
}
section.w3_g_address ul {
margin-top:10px;
margin-bottom:25px;
}
section.w3_g_address ul li{
list-style-type:none;
line-height:35px;
}
section.w3_g_address ul li span {
width: 28%;
display: inline-block;
font-weight: 500;
}
section.w3_g_address h3 {
font-size: 20px;
margin: 5px 0 20px 0;
color: #f45252;
}
section.w3_g_address iframe {
width:100%;
border:none;
min-height:300px;
}
/*-- //contact section --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url("../images/to-top2.png") no-repeat 0px 0px;
z-index: 9999;
}
/*--responsive design--*/
@media(max-width:1440px){
.agileits-register {
padding: 15px;
}
.w3layouts-banner {
min-height: 710px;
}
header {
padding: 8px 0;
}
.agile-assisted-service p {
width: 55%;
line-height: 38px;
}
.agile-assisted-service {
min-height: 380px;
}
.location {
padding: 80px 0;
}
.footer {
padding-top: 70px;
}
.w3layouts-inner-banner {
min-height: 300px;
}
.agileits_services {
padding: 60px 0 0 0;
min-height: 400px;
}
.w3_soulgrid p {
letter-spacing: 0.5px;
}
.wthree-help h3 {
font-size: 35px;
}
h2.w3-head {
font-size: 30px;
}
h3.w3-head {
font-size: 30px;
margin: 0 0 30px 0;
}
.w3ls-list h2 {
font-size: 28px;
}
.agile_featured-profiles h2 {
font-size: 35px;
}
.feature-main {
width: 880px;
height: 832px;
background-size: 100%;
}
}
@media(max-width:1366px){
.w3l_find-soulmate h3 {
font-size: 38px;
}
.w3l_find-soulmate {
padding: 55px 0;
}
.w3_soulgrid h3 {
font-size: 22px;
}
.location h3 {
font-size: 38px;
}
.w3layous-story {
padding: 35px 0;
}
.app {
padding: 60px 0px 0 0;
}
.agileits_services h2 {
font-size: 38px;
}
.wthree_services-bottom p {
font-size: 26px;
}
.w3layouts-browse h3 {
font-size: 28px;
margin-bottom: 40px;
}
.w3_C_headquarters {
padding: 25px 0;
}
.w3_C_headquarters h4 {
margin: 0 30px 10px;
}
h2.last-updated {
font-size: 25px;
}
.wthree-help h3 {
font-size: 33px;
}
h2.w3-head {
font-size: 28px;
}
.wthree-help {
width: 85%;
margin: 55px auto 65px;
}
.w3layouts-inner-banner {
min-height: 280px;
}
.w3layouts_details h4 {
font-size: 20px;
}
.feature-main {
width: 827px;
height: 782px;
}
.feature {
padding: 7em 0px 0 0;
}
.est-bottom p {
font-size: 2em;
}
.est-top {
margin-top: 18%;
}
.banner-bottom {
padding: 2em 2em;
}
.feature-right img {
width: 81%;
}
}
@media(max-width:1280px){
.location {
padding: 70px 0;
}
.w3l_find-soulmate {
padding: 50px 0;
}
.w3layouts_featured-profiles {
padding: 60px 0px;
}
.agile_featured-profiles h2 {
margin-bottom: 30px;
}
.w3layouts-inner-banner {
min-height: 250px;
}
.w3l_about_left img {
width: 80%;
}
.agileits-register {
margin-top: -2%;
}
.w3layouts-banner {
min-height: 660px;
}
.w3ls_app-left h3 {
font-size: 25px;
}
.agileits_app-devices a img {
width: 90%;
}
.w3layouts-browse {
padding: 50px 0;
}
.agile-assisted-service p {
line-height: 35px;
font-size: 18px;
}
.agile-assisted-service h4 {
font-size: 32px;
}
.agile-assisted-service {
min-height: 360px;
}
.wthree-help h3 {
font-size: 30px;
}
.wthree-help textarea {
margin: 35px 0 0 0;
}
.wthree-help h5 {
font-size: 20px;
}
.agile_tips h2,.terms h2 {
font-size: 28px;
}
.agile_tips h5,.terms h5 {
font-size: 14px;
}
.panel-title {
font-size: 17px;
}
.panel-heading {
padding: 15px 15px;
}
.get {
min-height: 988px;
margin-top: -22%;
}
.establish {
margin-top: -11%;
min-height: 678px;
}
.feature-main {
width: 779px;
height: 773px;
}
}
@media(max-width:1080px){
.w3layouts-banner {
position: relative;
min-height: 520px;
}
.agileits-register {
width: 42%;
position: absolute;
right: 10px;
bottom: -110px;
}
.w3l_find-soulmate {
padding: 140px 0 50px 0;
}
.w3_soulgrid {
width: 24%;
margin: 0 0.5%;
}
.w3_soulgrid p {
font-size: 14px;
}
.w3_soulgrid i {
font-size: 35px;
width: 90px;
height: 90px;
}
.col-md-3.biseller-column {
padding: 0 5px;
}
.agile-overlay ul {
padding: 20px 6px 15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav {
margin-top: 6px;
}
header {
padding: 6px 0;
}
.w3ls_app-left p {
font-size: 13px;
}
.agile-assisted-service p {
width: 65%;
line-height: 30px;
font-size: 17px;
}
.agile-assisted-service h4 {
font-size: 30px;
margin-bottom: 25px;
}
.agile-assisted-service {
min-height: 320px;
padding-top: 60px;
}
.location h3 {
font-size: 36px;
margin-top: 40px;
}
.location h5 {
font-size: 23px;
margin-bottom: 25px;
}
.location p {
font-size: 18px;
}
.location {
padding: 60px 0;
}
.w3layous-story {
padding: 30px 0;
}
.address-left {
padding: 2em 1em;
}
.footer {
padding-top: 60px;
}
.w3l_about p {
font-size: 13px;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.2em;
}
.w3ls_services-grids {
padding: 1em 1em;
width: 48%;
margin-right: 16px;
}
.agileits_services h2 {
font-size: 35px;
}
.agileits_services {
padding: 50px 0 0 0;
min-height: 370px;
}
.wthree_services-bottom p {
font-size: 24px;
}
.wthree_services-bottom {
padding: 0.8em 0;
}
.w3layous-story h4 {
font-size: 22px;
}
.footer h3 {
font-size: 17px;
}
.w3-browse-grid h4 {
margin-bottom: 8px;
padding-bottom: 8px;
font-size: 19px;
}
.w3-browse-grid ul li {
margin: 10px 3px;
}
.w3-browse-grid ul li a {
font-size: 13px;
}
.agileits label {
width: 30%;
font-size: 15px;
}
.w3_feedbacktextmessage label {
width: 14.5%;
font-size: 15px;
}
.icon-box {
height: 68px;
}
.agile_tips h2, .terms h2 {
font-size: 26px;
}
.agile_tips h5, .terms h5 {
font-size: 13px;
}
.w3layouts-browse h3 {
font-size: 26px;
}
.write-agileits h2 {
font-size: 26px;
padding-bottom: 15px;
margin-bottom: 15px;
}
h2.w3-head {
font-size: 26px;
}
.w3ls-list h2 {
font-size: 27px;
margin-bottom: 35px;
}
.w3-prfr a {
padding: 4px 6px;
}
.w3-prfr p {
margin-top: 10px;
margin-right: 10px;
}
.col-md-6.one-w3-profile {
padding: 0px 5px;
}
.w3ls-aside h4 {
padding: 25px 5px 10px;
}
img.prf-img {
margin-top: 2%;
}
.w3layouts_details p {
letter-spacing: 0px;
}
.w3layouts_details a {
width: 44%;
}
.ser-left h5 {
font-size: 1.2em;
}
.w3layouts_happy_asstd_marriages {
padding: 60px 0;
}
.assisted_agile_advantages {
padding: 50px 0;
}
.w3_regular_search {
padding: 10px;
}
.col-sm-7.form_radios input.radio_1 {
margin-left: 15px;
}
.agile_featured-profiles h2 {
margin-bottom: 25px;
font-size: 33px;
}
.feature-main {
width: 621px;
height: 590px;
}
.feature-right img {
width: 80.5%;
margin-left: 8%;
}
.establish {
margin-top: -1%;
min-height: 650px;
}
.banner-right h2 {
font-size: 2em;
}
.banner-right h3 {
font-size: 1.5em;
line-height: 35px;
margin-top: 15px;
}
.banner-right p {
font-size: 20px;
margin-top: 10%;
}
.feature-top h3 {
font-size: 2em;
}
.feature-top p {
margin-top: 12px;
font-size: 16px;
}
.feature-main {
width: 660px;
height: 636px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 17px;
margin-top: 20px;
}
.est-bottom p {
font-size: 1.8em;
}
.feature {
padding: 5em 0px 0 0;
}
.get-top h3, .support-top h3, .demo-top h3 {
font-size: 2em;
}
.get-top p, .support-top p {
margin-top: 30px;
font-size: 17px;
}
.support {
padding: 9em 0px 5em;
}
.feature-right img {
margin-top: 15%;
}
}
@media(max-width:1050px){
.nbs-flexisel-nav-right {
right: -30px;
}
.nbs-flexisel-nav-left {
left: -30px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 28px;
margin-bottom: 15px;
}
.happy-clients-grid h5 {
font-size: 0.95em;
}
.feedback form {
padding: 30px 0px;
}
.agileits label,.w3_feedbacktextmessage label {
font-size: 14px;
letter-spacing: 1px;
}
h2.w3-head {
font-size: 25px;
}
.wthree-help h3 {
font-size: 28px;
}
.w3layouts-inner-banner {
min-height: 230px;
}
.agile_tips p {
font-size: 14px;
}
h2.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 22px;
}
.agile_tips h6 {
font-size: 20px;
margin: 40px 0 12px 0;
}
}
@media(max-width:1024px){
.w3l_find-soulmate h3 {
font-size: 36px;
margin-bottom: 30px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom:0;
}
.w3l_find-soulmate {
padding: 150px 0 50px 0;
}
.assisted_Services-agileits h4 {
font-size: 16px;
margin-bottom: 8px;
}
.happy-clients-grid p {
font-size: 12.5px;
line-height: 26px;
}
.ser-left p {
line-height: 24px;
}
.agileits_services h2 {
font-size: 33px;
}
ul.w3_servicesgrid_info li {
font-size: 15px;
}
.wthree_services-bottom p {
font-size: 23px;
}
}
@media(max-width:991px){
h3.icon-subheading {
font-size: 26px;
}
.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
.nav > li > a {
padding: 10px 10px;
}
.navbar-nav > li {
font-size: 15px;
}
label.agileits-agree {
letter-spacing: 0px;
}
.agileits-register h3 {
font-size: 22px;
}
.w3_soulgrid {
width: 47%;
margin: 3% 1.5% 0 1.5%;
float: left;
}
.w3_soulgrid p {
height: 50px;
}
.w3l_find-soulmate h3 {
margin-bottom: 15px;
}
.w3_soulgrid h3 {
margin-bottom: 0;
}
.col-md-3.biseller-column {
width: 33.333%;
float: left;
}
.col-md-6.w3ls_app-left.mpl {
float: left;
width: 50%;
}
.col-md-offset-1.col-md-5.app-image {
float: right;
width: 50%;
}
p.w3ls-login {
font-size: 14px;
}
.w3ls_app-left h3 {
font-size: 22px;
margin: 50px 0 0px 0;
line-height: 35px;
}
.app-image img {
width: 90%;
}
.w3ls_app-left p {
font-size: 12.5px;
}
.agileits_app-devices a img {
width: 100%;
}
.agileits_app-devices {
width: 85%;
}
.col-md-4.w3-browse-grid {
margin-top: 50px;
}
.agile-assisted-service p {
font-size: 16px;
}
.agile-assisted-service a {
padding: 8px 25px;
}
.agile-assisted-service {
min-height: 300px;
padding-top: 50px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
padding: 0;
}
.location h3 {
font-size: 30px;
margin-top: 25px;
}
.location h5 {
font-size: 20px;
margin-bottom: 15px;
}
.location p {
font-size: 16px;
line-height: 28px;
}
.location {
padding: 50px 0;
}
.w3layous-story h4 {
font-size: 20px;
}
.w3layous-story h4 a {
padding: 8px 23px;
}
.footer h3 {
margin-bottom: 20px;
margin-top: 50px;
}
.footer {
padding-top: 55px;
padding-bottom: 55px;
}
.w3layouts-inner-banner {
min-height: 220px;
}
.w3l_about p {
font-size: 12.5px;
margin: 20px 0 0 0;
}
.w3l_about {
padding: 40px 0;
}
.w3l_about_left {
width: 50%;
float: left;
}
.w3_success-stories {
padding: 50px 0;
}
.w3ls_services-grids {
padding: 0.8em 0.8em;
margin-right: 14px;
float: left;
}
ul.w3_servicesgrid_info li {
font-size: 13.5px;
line-height: 25px;
}
li.tick {
background: url(../images/tick.png)no-repeat 0px 3px;
padding: 0 0 0 24px;
}
.agileits_services h2 {
font-size: 32px;
margin-bottom: 45px;
}
.wthree_services-bottom p {
font-size: 22px;
}
.copy-right p {
font-size: 0.9em;
letter-spacing: 1px;
}
.col-md-9.profiles-list-agileits {
padding: 0;
}
.w3ls-aside {
padding: 20px 15px;
margin-top: 30px;
width: 45%;
}
.col-sm-7.form_radios input.radio_1 {
margin-left: 0px;
}
section.w3_g_address {
padding: 10px 20px;
}
.w3_locations {
padding: 25px 15px;
}
section.w3_g_address ul li {
font-size: 14px;
}
.write-agileits form {
padding: 0px 20px;
}
.agile_address i {
margin: 25px 0 8px 0;
}
.agileits label span {
margin: 0 5px 0 0;
}
.feedback p {
line-height: 26px;
}
.w3_feedbacktextmessage label span {
margin: 0 5px 0 0;
}
.w3_feedbacktextmessage label {
width: 30%;
}
.w3_feedbacktextmessage textarea {
width: 60%;
}
.wthree-help textarea {
width: 90%;
}
.wthree-help form input[type="submit"] {
padding: 10px 30px;
width: 27%;
}
.wthree-help a {
padding: 8px 25px;
font-size: 15px;
margin-bottom: 50px;
}
.wthree-help h3 {
font-size: 26px;
}
.wthree-help textarea {
margin: 30px 0 0 0;
}
.wthree-help {
width: 95%;
margin: 50px auto 65px;
}
h5.marker_head {
line-height: 26px;
}
.faq-list .marker {
top: 4px;
}
.faq-list_h {
margin: 0 0 12px;
}
.agile_tips h2, .terms h2 {
font-size: 25px;
}
.agile_tips h5, .terms h5 {
font-size: 12px;
}
.agile_tips p {
font-size: 13.5px;
}
.panel-heading {
padding: 13px 13px;
}
.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
padding: 40px 0;
}
h3.icon-subheading {
font-size: 24px;
}
h2.agileits-icons-title {
font-size: 26px;
}
.terms h6 {
font-size: 19px;
margin: 35px 0 16px 0;
letter-spacing: 1px;
}
h2.last-updated {
font-size: 24px;
margin-bottom: 40px;
}
.happy-clients-grid {
width: 100%;
margin: 5% 0% 0 0;
}
.assisted_Services-agileits {
width: 80%;
}
.ser-left h5 {
margin: 0.8em 0 0;
}
.ser-left p {
margin: 10px 0 16px 0;
}
.assisted_agile_advantages h4 {
font-size: 30px;
margin-bottom: 35px;
}
.w3ls_sitemap h2 {
font-size: 26px;
}
.agileits_sitemap_list ul li a {
font-size: 14px;
}
.col-md-6.one-w3-profile {
width: 50%;
float: left;
}
label.col-sm-3.control-label1 {
width: 40%;
float: left;
}
.w3_details {
width: 50%;
float: left;
}
.feature-main {
width: 613px;
height: 592px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 15px;
}
.est-bottom p {
font-size: 1.5em;
}
.demo-top p {
width: 84%;
font-size: 18px;
line-height: 30px;
}
.demo-bottom iframe {
width: 90%;
height: 415px;
}
.get-top {
margin-top: 45%;
}
.sup {
right: 5.5%;
}
.support {
padding: 5em 0px 5em;
}
}
@media(max-width:900px){
.w3layouts-banner {
min-height: 500px;
}
.w3layouts-banner {
min-height: 500px;
}
.logo a {
font-size: 38px;
}
.link--takiri span {
font-size: 32%;
bottom: -15px;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"],
.w3_feedbacktextmessage textarea,.agileits select,.w3_writetoustextarea textarea,.photos-upload-view {
width: 66%;
}
h5.marker_head {
font-size: 17px;
}
.w3ls-aside {
width: 50%;
}
.feature-right {
width: 60%;
margin-right: 15%;
}
.feature-left {
width: 100%;
}
.feature-main {
width: 96%;
height: 828px;
}
}
@media(max-width:800px){
.w3layouts-banner {
min-height: 450px;
}
.agileits-register {
width: 62%;
right: 19%;
bottom: -137%;
}
.w3l_find-soulmate {
padding: 660px 0 50px 0;
}
.nbs-flexisel-nav-right {
right: -20px;
}
.nbs-flexisel-nav-left {
left: -20px;
}
.w3layouts-browse h3 {
margin-bottom: 30px;
}
.agile-assisted-service p {
font-size: 15px;
line-height: 26px;
margin: 0 auto 40px;
}
.agile-assisted-service {
min-height: 280px;
padding-top: 45px;
}
.w3l_about_left img {
width: 90%;
}
.agileits_services h2 {
font-size: 30px;
margin-bottom: 40px;
}
.agileits_services {
padding: 40px 0 0 0;
min-height: 340px;
border-top: 3px solid #00c4da;
}
.wthree_services-bottom p {
font-size: 20px;
}
.wthree_services-bottom {
padding: 0.7em 0;
}
.w3layouts-browse {
padding: 40px 0;
}
.col-md-4.w3-browse-grid {
margin-top: 40px;
}
.feedback,section.terms-of-use,.w3ls-list {
padding: 40px 0;
}
.wthree-help {
margin: 40px auto 65px;
}
.agile_tips h6 {
font-size: 19px;
margin: 40px 0 10px 0;
}
h3.w3-head {
font-size: 28px;
margin: 0 0 20px 0;
}
.list_1 h3 {
font-size: 24px;
margin: 40px 0 15px 0;
}
.w3layous-story {
padding: 28px 0;
}
.w3ls-list h2 {
font-size: 25px;
margin-bottom: 30px;
}
.agileits_aboutme h5 {
font-size: 20px;
margin-bottom: 15px;
}
.w3layouts_details a {
margin: 8px 8px;
}
.w3ls_sitemap h2 {
font-size: 25px;
}
.agileits_sitemap_list h5 {
font-size: 17px;
letter-spacing: 0.5px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 26px;
}
.agile_featured-profiles h2 {
margin-bottom: 20px;
font-size: 30px;
}
h3.w3_special {
font-size: 28px;
margin-bottom: 35px;
}
.agileits_aboutme h4 {
font-size: 28px;
margin-bottom: 25px;
margin-top: 15px;
}
.write-agileits h2 {
font-size: 24px;
padding-bottom: 12px;
margin-bottom: 12px;
}
.feature-main {
height: 730px;
}
.support-one {
margin-top: 2em;
}
}
@media(max-width:768px){
.w3l_find-soulmate h3 {
margin-bottom: 5px;
font-size: 34px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.agile_featured-profiles {
width: 90%;
margin: 0 auto;
}
.agile-overlay ul li {
line-height: 18px;
}
.agile-overlay ul li span {
width: 98px;
}
.dropdown-menu {
right: 0;
left: -100%;
}
.w3layouts-banner {
min-height: 430px;
}
.agileits-register {
bottom: -145%;
}
.w3l_find-soulmate {
padding: 675px 0 50px 0;
}
.w3ls_app-left h3 {
font-size: 20px;
margin: 40px 0 0px 0;
line-height: 32px;
}
.w3ls_app-left p {
margin: 15px 0 0px 0;
}
.w3layouts_featured-profiles {
padding: 50px 0px;
}
.agile-assisted-service p {
width: 75%;
}
.w3l_about p {
letter-spacing: 0.5px;
}
.w3l_about_left img {
width: 100%;
}
.copy-right {
padding: 12px 0;
}
.feedback p {
line-height: 28px;
}
.wthree-help h3 {
font-size: 25px;
}
.wthree-help a {
padding: 7px 25px;
}
h3.w3-head {
font-size: 26px;
}
h2.agileits-icons-title {
font-size: 25px;
}
h3.icon-subheading {
font-size: 22px;
}
.w3layouts-inner-banner {
min-height: 200px;
}
.agile_tips h2, .terms h2 {
font-size: 24px;
letter-spacing: 2px;
}
.terms ol li {
font-size: 14px;
line-height: 28px;
}
.terms h6 {
font-size: 18px;
margin: 35px 0 14px 0;
}
.w3_locations h2 {
margin: 0 0 15px;
font-size: 22px;
}
.feature-main {
height: 683px;
}
.feature {
padding: 4em 0px 0 0;
}
}
@media(max-width:767px){
.navbar-toggle {
margin-bottom: 0px;
margin-top: -45px;
}
.navbar-nav {
margin: 7.5px 0px;
text-align: center;
}
button.navbar-toggle.navbar-toggle1.collapsed {
height: 40px;
}
.pull-right {
width: 100%;
}
.navbar {
min-height: 0;
}
header {
padding: 4px 0;
}
}
@media(max-width:736px){
.navbar-toggle {
margin-bottom: 0px;
margin-top: -45px;
}
.navbar-nav {
margin: 7.5px 0px;
text-align: center;
}
button.navbar-toggle.navbar-toggle1.collapsed {
height: 40px;
}
.pull-right {
width: 100%;
}
.navbar {
min-height: 0;
}
header {
padding: 4px 0;
}
.w3l_find-soulmate h3 {
font-size: 32px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.col-md-3.biseller-column {
width: 48%;
margin: 1% 1%;
}
.agile-overlay ul li {
font-size: 12px;
letter-spacing: 0.5px;
line-height: 23px;
}
.agile-overlay ul li span {
width: 125px;
}
.agile-overlay ul {
padding: 20px 15px 15px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
margin: 10% auto 0;
width: 75%;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-1 {
text-align: center;
}
.location h3 {
font-size: 28px;
margin-top: 15px;
text-align: center;
margin-bottom: 20px;
}
.location p {
width: 100%;
}
.location h5 {
margin-bottom: 5px;
}
.assisted_agile_advantages h4 {
font-size: 28px;
margin-bottom: 30px;
}
.w3ls_services-grids {
float: none;
width: 65%;
margin: 0 auto 15px;
}
.agileits_services h2 {
margin-bottom: 30px;
}
.agileits_services {
min-height: 440px;
border-top: 2px solid #00c4da;
}
.wthree_services-bottom p {
font-size: 18px;
}
.w3layouts-browse h3 {
font-size: 24px;
}
.w3ls-assisted_Services {
padding: 40px 0 0 0;
}
.assisted_Services-agileits h2 {
margin-bottom: 30px;
}
.feedback h2 {
font-size: 20px;
}
.feedback p {
line-height: 26px;
margin: 10px 0 20px 0;
font-size:13px;
}
h5.marker_head {
font-size: 16px;
}
h2.w3-head {
font-size: 24px;
margin: 35px 0px 25px;
}
p.m_13 {
line-height: 28px;
}
.write-agileits {
padding: 40px 0;
}
.est-bottom p {
font-size: 1.3em;
}
}
@media(max-width:667px){
.logo a {
font-size: 36px;
}
.agileits-register {
width: 70%;
right: 15%;
bottom: -155%;
}
.agile-overlay ul li {
font-size: 11px;
}
.agile_featured-profiles {
width: 95%;
}
.w3ls_app-left h3 {
font-size: 18px;
margin: 20px 0 0px 0;
line-height: 30px;
}
.w3ls_app-left p {
margin: 10px 0 0px 0;
line-height: 26px;
font-size: 12px;
}
.agileits_app-devices {
width: 95%;
}
.agile-assisted-service p {
width: 85%;
}
.agile-assisted-service {
min-height: 260px;
padding-top: 40px;
}
.assisted_agile_advantages {
padding: 40px 0;
}
.w3layouts-banner {
min-height: 400px;
}
.w3layouts_happy_asstd_marriages {
padding: 50px 0;
}
.w3_feedbacktextmessage textarea {
height: 200px;
}
h2.last-updated {
font-size: 22px;
margin-bottom: 30px;
}
.w3ls-aside {
width: 60%;
}
.banner-bottom {
padding: 0em 2em;
}
.feature-main {
height: 590px;
}
.est-right p {
font-size: 16px;
line-height: 1.5em;
}
.demo {
padding: 50px 0;
}
}
@media(max-width:600px){
.w3layouts-banner {
min-height: 370px;
}
header {
padding: 0px 0;
}
.agileits-register {
width: 80%;
right: 10%;
bottom: -170%;
}
.logo a {
font-size: 34px;
}
.agile-overlay ul li span {
width: 106px;
}
.w3ls_app-left h3 {
font-size: 17px;
margin: 10px 0 0px 0;
line-height: 26px;
}
.agileits_app-devices {
width: 100%;
margin: 25px 0 0 0;
}
.agileits_app-devices h5 {
margin-bottom: 10px;
font-size: 18px;
}
.app {
padding: 40px 0px 0 0;
}
.w3layouts-browse h3 {
font-size: 22px;
margin-bottom: 25px;
}
.col-md-4.w3-browse-grid {
margin-top: 35px;
}
.w3-browse-grid ul li {
margin: 10px 1px;
}
.agile-assisted-service h4 {
font-size: 28px;
margin-bottom: 24px;
}
.agile-assisted-service p {
width: 95%;
}
.agile-assisted-service a {
padding: 7px 25px;
}
.w3layous-story h4 a {
font-size: 14px;
margin-left: 10px;
}
.w3ls_services-grids {
width: 75%;
}
.wthree_services-bottom p {
font-size: 16px;
}
.footer {
padding-top: 45px;
padding-bottom: 45px;
}
.footer h3 {
margin-bottom: 15px;
margin-top: 45px;
}
.col-md-6.one-w3-profile {
width: 75%;
float: none;
margin: 0 auto;
}
.w3layouts_details p {
font-size: 13px;
}
.banner-right h2 {
font-size: 1.8em;
}
.banner-right h3 {
font-size: 1.3em;
margin-top: 15px;
}
.banner-right p {
font-size: 18px;
margin-top: 8%;
line-height: 32px;
}
.feature-main {
height: 532px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 14px;
padding-right: 6%;
line-height: 28px;
}
.support {
padding: 14em 0px 5em;
}
.sup {
right: 0.5%;
top: -31.4%;
}
}
@media(max-width:568px){
.logo {
margin-top: 25px;
}
.w3layouts-banner {
min-height: 350px;
}
.agileits-register {
bottom: -180%;
}
.col-md-3.biseller-column {
width: 50%;
margin: 0% 0%;
}
.agile-overlay ul {
padding: 20px 12px 15px;
}
.app-image img {
width: 100%;
}
.agile_tips h6 {
font-size: 18px;
margin: 35px 0 10px 0;
}
.list_1 h3 {
font-size: 22px;
margin: 25px 0 15px 0;
}
.terms p {
padding-left: 20px;
}
.w3ls-aside {
width: 65%;
}
.w3layous-story h4 {
letter-spacing: 0px;
}
.wthree_services-bottom p {
padding: 0 15px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 24px;
}
.panel-body p {
padding: 0px 5px 15px;
}
.w3layouts_details a {
width: 65%;
}
.agileits_profile_image {
width: 45%;
margin-right:3%;
}
.w3layouts_details {
width: 52%;
}
.feature-top {
margin-left: 5%;
}
.feature-top h3 {
font-size: 1.8em;
}
.feature-main {
height: 503px;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 30px;
}
.feature-right img {
margin-top: 10%;
width: 90%;
margin-left: 5%;
}
.establish {
min-height: 600px;
}
.get-top h3, .support-top h3, .demo-top h3 {
font-size: 1.8em;
}
.demo-top p {
width: 100%;
font-size: 16px;
line-height: 28px;
}
.get {
min-height: 1020px;
margin-top: -32%;
}
.get-top p, .support-top p {
width: 100%;
}
.sup {
top: -35.4%;
}
}
@media(max-width:480px){
h3.icon-subheading {
font-size: 20px;
}
.navbar-toggle {
margin-top: -41px;
}
.w3layouts-banner {
min-height: 320px;
}
.agileits-register {
bottom: -195%;
width: 86%;
right: 7%;
}
.w3l_find-soulmate h3 {
font-size: 30px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.w3_soulgrid p {
height: 48px;
font-size: 13px;
}
.agileits-register h3 {
font-size: 20px;
padding: 10px 15px;
}
.col-md-3.biseller-column {
width: 70%;
margin: 0% 15%;
}
.agile-overlay ul li span {
width: 130px;
}
.nbs-flexisel-nav-right {
right: 0px;
}
.nbs-flexisel-nav-left {
left: 0px;
}
.col-md-6.w3ls_app-left.mpl {
width: 100%;
}
.col-md-offset-1.col-md-5.app-image {
width: 70%;
margin-top: 10%;
}
.agileits_app-devices {
width: 75%;
}
.w3ls_app-left h3 {
font-size: 20px;
}
.agile-assisted-service h4 {
font-size: 25px;
margin-bottom: 22px;
}
.agile-assisted-service p {
font-size: 14px;
line-height: 25px;
margin: 0 auto 35px;
}
.agile-assisted-service a {
font-size: 12px;
}
.agile-assisted-service {
min-height: 240px;
padding-top: 35px;
}
.w3layous-story h4 {
font-size: 18px;
}
.w3layous-story h4 a {
padding: 6px 20px;
}
.copy-right p {
font-size: 0.8em;
letter-spacing: 0.5px;
}
.w3l_about_left {
width: 100%;
}
.w3ls_services-grids {
width: 95%;
}
.wthree_services-bottom p {
font-size: 18px;
}
.modal-dialog {
width: 420px;
}
.wthree-help h3 {
font-size: 23px;
}
.assisted_Services-agileits {
width: 95%;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 22px;
}
.assisted_agile_advantages h4 {
font-size: 26px;
margin-bottom: 26px;
}
.w3layouts-inner-banner {
min-height: 180px;
}
.agile_tips h2, .terms h2 {
font-size: 22px;
letter-spacing: 1px;
}
h2.last-updated {
font-size: 20px;
margin-bottom: 28px;
}
.panel-title {
font-size: 16px;
}
section.w3_g_address {
padding: 10px 0px;
}
.photos-upload-view {
width: 90%;
}
.agileits_sitemap_list ul li {
margin: 5px 10px;
}
.w3ls-aside {
width: 75%;
}
.col-md-6.one-w3-profile {
width: 90%;
}
.w3layouts_details {
width: 100%;
}
.w3layouts_details a {
width: 45%;
}
.agileits_profile_image {
width: 65%;
margin-right: 0;
margin-bottom: 4%;
}
.agileits_aboutme h4 {
font-size: 25px;
margin-bottom: 20px;
margin-top: 12px;
}
.banner-bottom {
padding: 0em 0em;
}
.feature-main {
height: 423px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 13px;
padding-right: 2%;
line-height: 18px;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 25px;
}
.est-right p {
width: 100%;
}
.est-bottom p {
font-size: 1.2em;
}
.banner {
background: #0fa7ff;
padding: 3em 0px 2.5em 0px;
}
.contact-but input[type="submit"] {
padding: 5px 45px;
font-size: 24px;
}
.banner-right p {
font-size: 16px;
margin-top: 4%;
line-height: 30px;
}
}
@media(max-width:414px){
.icons i {
padding-left: 10px;
}
.w3layouts-banner {
min-height: 290px;
}
label.agileits-agree {
font-size: 12px;
}
.agileits-register {
bottom: -212%;
width: 90%;
right: 5%;
}
.w3ls-aside {
width: 85%;
}
.w3_soulgrid {
width: 90%;
margin: 3% 0% 3% 5%;
}
.col-md-3.biseller-column {
width: 80%;
margin: 0% 10%;
}
.w3layouts-browse h3 {
font-size: 20px;
margin-bottom: 20px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
width: 85%;
}
.w3layous-story h4 a {
padding: 10px 20px;
display: block;
width: 40%;
margin: 15px auto 0;
}
.w3layous-story h4 {
font-size: 20px;
letter-spacing: 1px;
}
.location h3 {
margin-top: 0px;
}
.address-left {
padding: 2em 1em 1em;
}
.agileits_services h2 {
margin-bottom: 28px;
font-size: 28px;
}
.w3ls_services-grids {
width: 100%;
}
.w3ls-aside {
width: 100%;
}
.agileits label, .w3_feedbacktextmessage label {
width: 100%;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"], .w3_feedbacktextmessage textarea, .agileits select, .w3_writetoustextarea textarea, .photos-upload-view {
width: 100%;
}
.wthree-help form input[type="submit"] {
width: 42%;
}
.wthree-help textarea {
width: 100%;
}
h2.w3-head {
font-size: 22px;
}
h5.marker_head {
font-size: 15px;
}
.agile_tips h5, .terms h5 {
line-height: 25px;
}
.panel-title {
font-size: 14px;
}
h2.last-updated {
font-size: 20px;
margin-bottom: 26px;
letter-spacing: 0px;
}
section.privacy_policy_section {
padding: 40px 0;
}
.w3ls_contact_section {
padding: 40px 0;
}
section.w3_g_address ul li span {
width: 100%;
}
.w3ls-list h2 {
font-size: 22px;
margin-bottom: 25px;
line-height: 30px;
}
.col-md-6.one-w3-profile {
width: 100%;
}
.w3layouts_details a {
width: 44%;
}
label.col-sm-3.control-label1 {
width: 100%;
}
.w3_details {
width: 100%;
}
.agile_featured-profiles h2 {
margin-bottom: 20px;
font-size: 30px;
}
h3.w3_special {
font-size: 22px;
margin-bottom: 30px;
}
.modal-dialog {
width: 400px;
}
.get {
min-height: 850px;
}
.sup {
top: -28.4%;
}
.support {
padding: 14em 0px 3em;
}
.feature-right {
width: 70%;
}
.feature-main {
height: 360px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 12px;
line-height: 18px;
margin-top: 12px;
}
}
@media(max-width:384px){
.w3layouts-banner {
min-height: 270px;
}
.agileits-register {
bottom: -224%;
width: 95%;
right: 2.5%;
}
.w3l_find-soulmate {
padding: 650px 0 50px 0;
}
.col-md-3.biseller-column {
width: 90%;
margin: 0% 5%;
}
.nbs-flexisel-nav-right {
right: -10px;
}
.nbs-flexisel-nav-left {
left: -10px;
}
.agileits_app-devices {
width: 100%;
}
.w3layouts-browse h3 {
letter-spacing: 0px;
}
.col-md-4.w3-browse-grid {
padding: 0;
}
.agile-assisted-service p {
font-size: 13px;
}
#toTop {
right: -20px;
}
.modal-dialog {
width: 360px;
}
.assisted_Services-agileits h2 {
margin-bottom: 25px;
font-size: 24px;
}
.w3layous-story h4 {
letter-spacing: 0.4px;
}
.w3_success-stories h4 {
font-size: 26px;
}
.w3_success-stories {
padding: 40px 0;
}
.agileits_services {
min-height: 480px;
}
.feedback p {
line-height: 25px;
font-size: 13px;
letter-spacing: 0.5px;
}
.wthree-help form input[type="submit"] {
width: 50%;
}
.wthree-help textarea {
margin: 25px 0 0 0;
}
.wthree-help {
margin: 40px auto 55px;
}
.icon-box {
height: 50px;
width: 100%;
margin: 0.5em 0 0.5em 0;
}
.icons .bs-glyphicons li {
width: 98%;
height: 95px;
}
.panel-heading {
padding: 13px 5px;
}
.photos-upload-view input#fileselect {
width: 100%;
}
.write-agileits form {
padding: 0px 10px;
}
.agileits_sitemap_list ul li {
margin: 5px 7px;
}
.login-w3ls form {
padding: 0 0em;
}
.w3layouts_details a {
width: 94%;
}
.banner-left {
padding: 0;
}
.support {
padding: 11em 0px 3em;
}
.ftr-right {
top: 2%;
left: 40%;
}
.ftr-right-one {
top: 19%;
left: 40%;
}
.ftr-right-two {
top: 36%;
left: 40%;
}
.ftr-right-tre {
top: 53%;
left: 40%;
}
.ftr-right-fvr {
top: 71%;
left: 40%;
}
}
@media(max-width:375px){
.w3layouts-banner {
min-height: 250px;
}
.icon-box {
height: 50px;
width: 100%;
margin: 0.5em 0 0.5em 0;
}
.col-md-6.w3ls_app-left.mpl {
padding: 0;
}
.col-md-offset-1.col-md-5.app-image {
width: 85%;
margin-top: 15%;
}
.agileits-register {
padding: 10px;
}
.agileits-register {
bottom: -237%;
}
.w3l_find-soulmate h3 {
font-size: 28px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.modal-dialog {
width: 350px;
}
.agile_tips p {
margin: 5px;
}
h2.agileits-icons-title {
font-size: 22px;
}
h3.w3-head {
font-size: 24px;
}
h3.icon-subheading {
font-size: 18px;
}
.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
padding: 30px 0;
}
.wthree-help {
margin: 30px auto 55px;
}
.w3_success-stories {
padding: 30px 0;
}
section.w3_g_address {
padding: 10px 10px;
}
.feedback, section.terms-of-use, .w3ls-list {
padding: 30px 0;
}
.agileits_profile_image {
width: 85%;
}
.agileits_aboutme h5 {
margin-bottom: 10px;
margin-top: 30px;
}
.agileits_aboutme p {
margin: 10px 0;
}
.feature-main {
height: 355px;
}
}
@media(max-width:320px){
.icons i {
padding-left: 8px;
}
.logo a {
font-size: 32px;
}
.navbar-toggle {
padding: 9px 0 10px;
}
.w3layouts-banner {
min-height: 240px;
}
.w3_modal_body_grid span {
width: 100%;
}
#w3_country, .w3_modal_body_grid input[type="text"], .w3_modal_body_grid input[type="email"], #w3_country1, .w3_modal_body_grid input[type="password"] {
width: 100% !important;
}
.w3_modal_body_grid1 {
margin: 6px 0;
}
.w3_gender {
width: 100%;
margin: 0.2em 0 0;
}
label.agileits-agree {
float: right;
width: 93%;
}
input[type="checkbox"] {
margin: 0px 0 0;
}
.modal-title {
font-size: 22px;
}
.modal-dialog {
width: 300px;
}
.login-w3ls label {
margin: 15px 0px 6px 0px;
}
.w3_soulgrid {
width: 100%;
margin: 3% 0% 3% 0%;
}
.agileits-register {
bottom: -320%;
}
.w3l_find-soulmate {
padding: 810px 0 50px 0;
}
.col-md-3.biseller-column {
width: 99%;
margin: 0% 0%;
}
.agile-overlay ul li span {
width: 115px;
}
.nbs-flexisel-nav-right {
right: -18px;
}
.nbs-flexisel-nav-left {
left: -18px;
}
.col-md-offset-1.col-md-5.app-image {
width: 95%;
}
.agile-assisted-service p {
font-size: 12px;
line-height: 23px;
margin: 0 auto 30px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
width: 100%;
}
.w3layous-story h4 a {
width: 50%;
}
.address-left {
padding: 2em 0em 1em;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.1em;
}
.w3_success-stories h4 {
font-size: 22px;
}
.agileits_services h2 {
margin-bottom: 25px;
font-size: 26px;
}
.feedback h2 {
font-size: 19px;
}
h2.w3-head {
font-size: 19px;
}
.icons a {
font-size: 11px;
}
h2.agileits-icons-title {
font-size: 20px;
}
.grid_3 {
padding: 1em;
}
.write-agileits h2 {
font-size: 22px;
}
.write-agileits {
padding: 30px 0;
}
.agile_featured-profiles h2 {
margin-bottom: 15px;
font-size: 27px;
}
.w3-prfr a {
letter-spacing: 0px;
}
span.agile-breadcrumbs {
font-size: 13px;
}
span.agile-breadcrumbs a {
margin: 0 2px;
}
.w3ls-loginr a, .w3ls-loginr span {
font-size: 13px;
}
.banner-right h2 {
font-size: 1.5em;
}
.banner-right h3 {
font-size: 1.1em;
margin-top: 10px;
line-height: 28px;
}
.banner-right p {
font-size: 15px;
margin-top: 6%;
line-height: 28px;
}
.feature-top h3 {
font-size: 1.5em;
}
.feature-main {
min-height: 396px;
background-size: cover;
}
.feature-right {
width: 80%;
margin-right: 10%;
}
.demo-bottom iframe {
width: 100%;
height: 280px;
}
.support {
padding: 7em 0px 3em;
}
} | resources/css/style.css | @font-face {
font-family: 'Poppins', sans-serif;
src:url(../fonts/Poppins-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans', sans-serif;
src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
html,body{
background:#fff;
font-size: 100%;
font-family: 'Poppins', sans-serif;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
ul{
padding: 0;
margin: 0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p {
margin:0;
}
/*-- header --*/
header {
padding:10px 0;
background: #ffef1b;
}
/*-- menu --*/
.menu {
float: left;
}
/*-- //menu --*/
/*-- nav --*/
.navbar {
margin-bottom: 0;
}
.navbar-nav > li > a {
color: #000;
}
.nav > li > a:hover, .nav > li > a:focus, .nav > li.active a {
background-color: #00c4da;
color: #fff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #00c4da;
}
/*-- //nav --*/
/*-- //header --*/
/*----*/
.logo {
margin-top: 35px;
position:relative;
float: left;
}
.logo a {
color: #fff;
font-size: 40px;
letter-spacing: 3px;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
}
.cd-logo {
z-index: 99999;
}
/* logo-effect */
.link--takiri {
-webkit-transition: color 0.5s;
transition: color 0.5s;
}
.link--takiri:hover {
color: #FFFFFF;
}
.link--takiri::before {
content: '';
position: absolute;
height: 25px;
width: 76%;
top: 82%;
margin-top: -18px;
left: 9%;
z-index: -1;
background: rgba(0, 0, 0, 0.08);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(0,1,1);
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
z-index: 0;
}
.link--takiri:hover::before {
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-moz-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-o-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
-ms-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.link--takiri span {
font-size: 35%;
font-weight: 600;
position: absolute;
right: -75px;
color: #00c4da;
bottom: -18px;
opacity: 0;
-webkit-transform: translate3d(-10px,-10px,0);
transform: translate3d(-10px,-10px,0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
transition: transform 0.5s, opacity 0.5s;
}
.link--takiri:hover span {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.link {
outline: none;
text-decoration: none;
font-size: 8em;
line-height: 1;
color: #9e9ba4;
display: inline-block;
}
a.link {
text-decoration:none;
z-index: 999;
}
/* //logo-effect */
/*-- sign in-form --*/
.modal-dialog {
width: 500px;
margin: 30px auto;
}
.modal-title {
text-transform: uppercase;
color: #ff4747;
font-size: 25px;
text-align: center;
}
.login-w3ls form {
padding: 0 2em;
}
.login-w3ls input[type="text"], .login-w3ls input[type="password"] {
outline: none;
font-size: 15px;
color: #000;
padding: 10px;
margin: 0;
width: 100%;
-webkit-appearance: none;
background: #fffefe;
border: 1px solid #d2d2d2;
}
.login-w3ls label {
font-size: 14px;
color: #000;
margin: 20px 0px 6px 0px;
display: block;
font-weight: 400;
letter-spacing: 1px;
}
.signin-agileits-bottom {
float: right;
width: 41%;
}
.login-w3ls input[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
width: 50%;
margin: 0em auto 2.55em;
text-align: center;
display: inherit;
outline: none;
padding: 11px 30px 8px;
letter-spacing: 1px;
font-size: 13px;
color: #fff;
border: none;
background: #00c4da;
text-transform: uppercase;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.login-w3ls input[type="submit"]:hover {
background: #ec3434;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
-o-transition: 0.5s all;
}
.w3ls-loginr {
margin:30px 0;
}
.w3ls-loginr a {
float: right;
color: red;
font-size: 16px;
}
/*-- //sign in-form --*/
/*-- sign in-bottom --*/
.signin-agileits-bottom p {
text-align: center;
margin: 1.8em 0;
}
.signin-agileits-bottom p a {
color: #000;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.signin-agileits-bottom p a:hover {
color: #2DCC70;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.social-icons ul li {
background-color: #3b5998;
-webkit-transition: .5s all;
-moz-transition: .5s all;
-o-transition: .5s all;
-ms-transition: .5s all;
transition: .5s all;
display: inline-block;
width: 48%;
float: left;
}
.social-icons ul li a {
display:block;
}
.social-icons ul li a span {
vertical-align: middle;
color: #fff;
float: left;
font-size: .9em;
}
.social-icons ul li a span.text {
padding: .8em 0;
text-align: center;
width: 78%;
}
.social-icons ul li span.icons {
background: #2E4A84;
width: 22%;
height: 40px;
display: inline-block;
border-right: 1px solid #3b5998;
}
.social-icons ul li.twt {
background-color: #55acee;
float: right;
}
.social-icons ul li.twt span.icons {
background: #4D9CD8;
border-color: #67b0e8;
}
.social-icons ul li:hover {
background:#2E4A84;
}
.social-icons ul li.twt:hover{
background:#4D9CD8;
}
.icons i {
display: inherit;
padding-top: 15px;
padding-left: 15px;
}
/*-- //sign in-bottom --*/
i.fa.fa-heart {
color: red;
margin-right:5px;
}
.agileits-register {
width: 40%;
float: right;
background: rgb(245, 248, 249);
padding: 20px;
margin-top: 2%;
}
.agileits-register h3 {
margin: 5px 0 20px 0;
color: #fff6f6;
border-bottom: 1px solid #d2d2d2;
padding: 12px 20px;
background: #ec3434;
}
/*-- sign-up --*/
.w3_modal_body_grid span{
float: left;
width: 30%;
text-align: left;
color: #000;
text-transform: uppercase;
font-weight: 600;
padding-top: 10px;
font-size: 12px;
}
#w3_country,.w3_modal_body_grid input[type="text"],.w3_modal_body_grid input[type="email"],#w3_country1,.w3_modal_body_grid input[type="password"]{
width: 70% !important;
font-size: 14px;
outline: none;
border: 1px solid #bbb;
padding: 6px;
color: #000;
background: #ffffff;
}
.w3_modal_body_grid select {
width: 25%;
font-size: 13px;
padding: 5px;
}
.w3_modal_body_grid input[type="tel"] {
font-size: 14px;
outline: none;
border: 1px solid #bbb;
padding: 6px;
color: #000;
background: #ffffff;
width: 100%;
}
select#w3_country option ,select#w3_country1 option {
color:#000;
}
.w3_modal_body_grid1{
margin: 12px 0;
}
.colr {
float: left;
margin-right: 1em;
}
label.radio {
font-size: 14px;
font-weight: 500;
color: #797777;
padding-left: 18px;
margin: 0;
}
.checkbox input, .radio input {
position: absolute;
left: -9999px;
}
.radio i {
position: absolute;
top: 4px;
left: 0;
display: block;
width: 10px;
height: 10px;
outline: none;
background: #ec3434;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.radio input + i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.checkbox input:checked + i:after, .radio input:checked + i:after {
opacity: 1;
}
.radio input + i:after {
content: '';
top: 2px;
left: 2px;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff !important;
}
.checkbox input + i:after, .radio input + i:after {
position: absolute;
opacity: 0;
transition: opacity 0.1s;
-o-transition: opacity 0.1s;
-ms-transition: opacity 0.1s;
-moz-transition: opacity 0.1s;
-webkit-transition: opacity 0.1s;
}
.w3_gender {
float: right;
width: 70%;
margin: 0.6em 0 0;
}
.agileits-register input[type="submit"] {
outline: none;
padding: 11px 30px 8px;
letter-spacing: 1px;
font-size: 13px;
color: #fff;
border: none;
background: #00c4da;
margin: 20px 0 0;
text-transform: uppercase;
float:right;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
-o-transition:0.5s all;
}
.w3-agree {
margin:15px 0 0 0;
}
label.agileits-agree {
margin-left: 4px;
letter-spacing:1px;
font-size: 13px;
vertical-align: middle;
font-weight: normal;
margin-bottom: 0;
}
.agileits-register input[type="submit"]:hover {
background:#ec3434;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
-o-transition:0.5s all;
}
p.w3ls-login {
text-align: center;
margin-top: 15px;
}
p.w3ls-login a:hover {
text-decoration:underline;
color: #ec3434;
}
/*-- //sign-up --*/
/*-- banner-bottom --*/
.banner-bottom-login{
padding: 12px 15px;
background: #ffffff;
}
.banner-bottom{
padding:4em 2em;
}
.agileinfo_banner_bottom{
width:70%;
background:#f5f5f5;
padding:2em;
text-align:center;
margin:0 auto 3em;
}
.agileinfo_banner_bottom span{
padding:1em;
border:1px solid #212121;
font-size:1em;
color:#212121;
}
.agileinfo_banner_bottom h3{
font-size: 1.5em;
color: #24AB00;
text-transform: capitalize;
line-height: 1.5em;
margin: 1em 0;
}
.agileinfo_banner_bottom p{
color:#999;
line-height:2em;
}
.w3agile_banner_btom_login_left{
}
.w3agile_banner_btom_login_left1{
}
.w3agile_banner_btom_login_left2{
}
.w3agile__text h4, .w3agile__text span {
font-size: 14px;
color: #fff;
margin-top: 18px;
color: #000;
}
.dropdown-menu {
min-width: 240px;
}
.navbar-nav > li > .dropdown-menu {
padding-top: 0;
}
#country, #country1, #country2, #country3 {
outline: none;
padding: 10px;
background: #fff;
color: #212121;
font-size: 13px;
width: 100%;
margin: 10px 0 0;
border: none;
padding: 5px;
border: 1px solid #adadad;
}
#country1,#country2{
width: 38%;
}
.w3agile__text span {
margin: 0 10px 0;
}
.w3agile__text.col-sm-7.w3agile_banner_btom_login_left1 select {
width: 38%;
}
.w3agile_banner_btom_login_left3 {
float: right;
margin: 20px 0 0 0;
}
.w3agile_banner_btom_login_left3 input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.w3agile_banner_btom_login_left3 input[type="submit"]:hover{
background: #00c4da;
color: #ffffff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
/*-- //banner-bottom --*/
.w3layouts-banner {
background:url("../images/couple4.jpg") no-repeat 0px 0px;
background-size: cover;
min-height:720px;
}
.w3l_find-soulmate h3 {
font-size: 40px;
color: #fff;
margin-bottom: 35px;
}
.w3l_find-soulmate {
padding: 60px 0;
background-color: rgb(0, 196, 218);
}
.w3_soulgrid h3 {
font-size: 25px;
color: #ec3434;
margin: 30px 0 0px 0;
text-transform: uppercase;
}
.w3_soulgrid p {
color: #000000;
font-size: 15px;
line-height: 25px;
margin-top: 15px;
letter-spacing: 1px;
font-weight: bold;
}
.w3_soulgrid {
border: 1px solid #eee;
padding: 30px 15px;
width:23%;
margin:0 1%;
background-color: #FFF;
}
.w3_soulgrid i {
font-size: 40px;
color: #00c4da;
border: 1px solid #eaeaea;
padding: 28px 0;
border-radius: 60px;
width: 95px;
height: 95px;
text-align: center;
box-shadow: 1px 1px 1px #00c4da;
}
/*-- browse profiles --*/
.w3layouts-browse {
padding:60px 0;
}
.w3layouts-browse h3 {
font-size: 30px;
letter-spacing:1px;
color: #000;
margin-bottom: 45px;
}
.w3-browse-grid h4 {
color: #00c4da;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #dedede;
font-size: 20px;
}
.w3-browse-grid ul li {
display: inline-block;
margin: 12px 5px;
border-right: 1px solid #a5a5a5;
padding-right: 10px;
line-height: 13px;
}
.w3-browse-grid ul li.more {
border-right:none;
}
.w3-browse-grid ul li a {
color:#797979;
font-size:14px;
}
.w3-browse-grid ul li a:hover {
color:#000;
}
.w3-browse-grid ul li.more a {
color:red;
}
/*-- //browse profiles --*/
/*-- Service --*/
.agile-assisted-service {
background: url(../images/servicebg.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 400px;
background-attachment: fixed;
padding-top: 65px;
}
.agile-assisted-service h4 {
font-size: 35px;
color: #fff;
margin-bottom: 35px;
letter-spacing:1px;
}
.agile-assisted-service p {
font-size: 20px;
color: #e0e0e0;
letter-spacing: 1px;
font-weight: 300;
margin: 0 auto 50px;
width: 45%;
line-height: 40px;
}
.agile-assisted-service a {
font-size: 14px;
color: #e0e0e0;
text-transform: uppercase;
letter-spacing: 1px;
text-decoration: none;
background: rgba(236, 52, 52, 0.81);
padding: 10px 25px;
}
/*-- //Service --*/
/*-- Location --*/
.location {
padding: 100px 0;
}
.location h3 {
text-align: left;
font-size: 40px;
margin-bottom: 30px;
color: #1dc8d9;
margin-top: 50px;
}
.location h5 {
font-size: 25px;
margin-bottom: 30px;
font-style: italic;
color: #000000;
letter-spacing: 1px;
}
.location p {
line-height: 34px;
color: #d81a23;
font-size: 20px;
width:80%;
}
/*-- //Location --*/
/*-- get started --*/
.w3layous-story {
background: #00c4da;
padding: 40px 0;
}
.w3layous-story h4 {
color:#fff;
font-size:23px;
letter-spacing:1px
}
.w3layous-story h4 a {
color: #ff0200;
padding: 10px 25px;
background: rgba(0, 0, 0, 0.62);
border-radius: 3px;
font-size: 15px;
vertical-align: middle;
margin-left: 15px;
border: 1px solid rgba(0, 0, 0, 0.64);
}
.w3layous-story h4 a:hover {
background:#000;
color:#fff;
}
/*-- //get started --*/
/*-- gallery --*
.agileits-gallery {
background:#00d0ff;
padding: 70px 0;
}
#thumbGrid{
width: 72%;
margin: auto;
margin-top: 25px;
}
label{
color: white;
}
#customize {
display: inline-block;
margin-top: -30px;
position: absolute;
color: white
}
#customize input, #customize select {
font-size: 17px;
margin: 3px;
padding: 4px;
border: 1px solid rgba(255, 255, 255, 0.5);
border-radius: 0;
color:#fff;
background-color: rgba(0, 0, 0, 0.2)
}
#customize select {
margin: 0;
background-image: url(css/thumbgrid-font/font/downArrow.svg);
background-repeat: no-repeat;
background-position: right center;
padding-right: 25px;
outline: none;
overflow: hidden;
text-indent: 0.01px;
text-overflow: '';
vertical-align: middle;
}
#customize label {
font-size: 16px;
margin: 3px 0;
padding: 3px 0;
width: 150px;
display: inline-block;
}
/*--//gallery--*/
/*-- List of brides and grooms --*/
.w3ls-list {
padding: 50px 0;
background: #efefef;
}
.w3ls-aside {
background: #fff;
}
.w3ls-list h2 {
font-size: 30px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align:center;
}
h3.w3_special {
font-size: 30px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
.profile-details {
border: 1px solid #eee;
margin: 15px 0;
}
.profile-details h5 {
background: #ff2929;
padding: 10px;
color: #fff;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase;
}
img.prf-img {
float: left;
width: 48%;
margin-right:2%;
}
.w3-prfr {
float:right;
width:50%
}
.w3-prfr p {
font-size: 12px;
line-height: 25px;
color: #000;
margin-top: 15px;
margin-right: 15px;
}
.w3-prfr h4 {
font-size: 14px;
text-transform: uppercase;
margin: 12px 0 10px;
color: #00c4da;
}
.w3-prfr a {
font-size: 12px;
letter-spacing: 1px;
border: 1px solid #eee;
color: #ff2929;
padding: 4px 12px;
}
.w3-prfr span {
text-transform:uppercase;
font-weight:bold;
color:#000;
margin:0 5px;
font-size:10px;
}
.w3-prfr a:hover{
background:#00c4da;
color:#fff;
}
p.light {
font-size: 13px;
color: #8c8c8c;
line-height: 24px;
padding: 10px;
}
p.light a {
color: red;
}
.w3ls-aside h4 {
color: #000;
font-size: 20px;
font-weight: 500;
letter-spacing: 1px;
background: #fff;
padding: 25px 15px 10px;
border-bottom: 1px solid #a2a2a2;
}
.fltr-w3ls {
margin:25px 0;
}
.fltr-w3ls h5 {
font-size: 19px;
color: #00c4da;
margin-bottom:15px;
}
.fltr-w3ls ul li {
display:inline-block;
margin:3px 0;
color:#fff;
}
.fltr-w3ls ul li a {
background:#696969;
padding:9px 17px 7px;
font-size:13px;
color:#fff;
display:block;
text-decoration:none;
}
.fltr-w3ls ul li a:hover {
background:#000;
}
/*-- /List of brides and grooms --*/
/*-- breadcrumbs --*/
.w3layouts-breadcrumbs {
background:#ffffff;
padding:14px 0;
text-align:left;
}
span.agile-breadcrumbs {
color: #000;
font-size: 15px;
}
span.agile-breadcrumbs a {
color:#0ac5da;
margin:0 5px;
}
span.agile-breadcrumbs a:hover {
text-decoration:underline;
}
span.agile-breadcrumbs a i {
color: #d0eaf7;
font-size: 16px;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
span.agile-breadcrumbs a i:hover {
color: #fff;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
/*-- //breadcrumbs --*/
/*-- featured profiles --*/
/*--flexisel--*/
.profile-image {
position: relative;
margin: 10px 0px;
}
.agile-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.93);
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.agile-overlay ul {
padding:20px 15px 15px;
}
.agile-overlay h4 {
margin-top: 15px;
color: #00c4da;
text-align: left;
margin-left: 15px;
font-weight: normal;
font-size: 18px;
}
.biseller-column:hover .agile-overlay {
height: 100%;
}
.agile-overlay ul li span {
width: 115px;
display: inline-block;
color: #ffffff;
font-weight: 400;
text-align: left;
}
.agile-overlay ul li {
list-style: none;
display: block;
margin-bottom: 10px;
color: #ffffff;
font-size: 11px;
letter-spacing: 0px;
line-height: 23px;
font-weight:300;
}
.w3layouts_featured-profiles {
padding: 70px 0px;
}
.flex-slider{
background:#242a2c;
padding:100px 0;
}
#flexiselDemo1 {
display: none;
}
.nbs-flexisel-container {
position: relative;
max-width: 100%;
}
.nbs-flexisel-ul {
position: relative;
width: 9999px;
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
.nbs-flexisel-inner {
overflow: hidden;
margin: 0px auto;
}
.nbs-flexisel-item {
float: left;
margin: 0;
padding: 0px;
cursor: pointer;
position: relative;
}
.nbs-flexisel-item > img {
cursor: pointer;
position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
width:20px;
height:40px;
position: absolute;
cursor: pointer;
z-index: 100;
}
.nbs-flexisel-nav-left {
left: -45px;
top: 45% !important;
background: url(../images/themes1.png) no-repeat 1px 3px;
}
.nbs-flexisel-nav-right {
right: -45px;
top: 45% !important;
background: url(../images/themes1.png) no-repeat -23px 3px;
}
ul#flexiselDemo3.nbs-flexisel-nav-left, ul#flexiselDemo3.nbs-flexisel-nav-right {
width:26px;
height:44px;
position: absolute;
cursor: pointer;
z-index: 100;
display:none;
}
.biseller-column img {
width: 100%;
position: relative;
border: 1px solid #d6d6d6;
box-shadow: 0 0 10px #F9F9F9;
-webkit-box-shadow: 0 0 10px #F9F9F9;
-moz-box-shadow: 0 0 10px #F9F9F9;
box-shadow: 0 0 10px #F9F9F9;
padding: 2px;
}
.agile_featured-profiles h2 {
font-size: 35px;
letter-spacing: 1px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
/*--//flexisel--*/
/*-- //featured profiles --*/
/*-- mobile app --*/
.wthree-mobilaapp.main-grid-border {
background: #efefef;
}
.app {
padding: 70px 0px 0 0;
}
.app-image img {
width:80%;
}
.w3ls_app-left h3 {
font-size: 26px;
line-height: 38px;
margin: 70px 0 0px 0;
color: #ec3434;
letter-spacing: 1px;
}
.w3ls_app-left p {
margin: 20px 0 0px 0;
color: #000;
font-size: 14px;
font-weight: 300;
line-height: 28px;
letter-spacing: 1px;
}
.agileits_app-devices {
width: 75%;
margin: 30px 0 0 0;
}
.agileits_app-devices a {
float: left;
width: 46%;
margin-right:4%;
}
.agileits_app-devices a img {
width: 100%;
}
.agileits_app-devices h5 {
margin-bottom: 12px;
letter-spacing: 0.5px;
font-size: 20px;
color: #00c4da;
}
/*-- //mobile app --*/
/*-- footer --*/
.footer {
padding-top: 80px;
}
.footer-logo.header-logo {
float: none;
text-align: center;
}
.address-left {
background: #c1f0f5;
padding: 2em;
z-index: 9;
}
.address-right{
position:relative;
}
.footer-logo.header-logo h6 {
text-transform: uppercase;
font-size: 20px;
letter-spacing: 1px;
color: #ec3434;
}
.address-left ul li {
display: block;
margin: 20px 0;
font-size: 14px;
color: #4c4c4c;
border-top: 1px solid #ffffff;
padding-top: 20px;
text-align: center;
}
.address-left ul li a{
color: #000;
}
.address-left ul li a:hover {
color: #3c9de8;
}
.address-left ul li i.fa {
margin-right: 5px;
font-size: 1.3em;
}
.footer h3 {
font-size: 18px;
color: #c01314;
letter-spacing: 1px;
margin-bottom: 25px;
text-transform: uppercase;
}
.footer-grids {
text-align: center;
}
.footer-grids ul li {
display: block;
font-size: 13px;
margin: 15px 0 0;
color: #000000;
}
.footer-grids ul li i.fa {
margin-right: 7px;
}
.footer-grids ul li a{
color:#656565;
-webkit-transition:.5s all;
-moz-transition:.5s all;
-o-transition:.5s all;
-ms-transition:.5s all;
transition:.5s all;
}
.footer-grids ul li a:hover {
color: #000;
}
.copy-right {
text-align: center;
padding: 15px 0;
background: #222;
}
.copy-right p {
font-size: 1em;
color: #fff;
font-weight: 300;
line-height:1.8em;
}
.copy-right p a{
color: #fff;
}
.copy-right p a:hover{
color: #f44336;
}/*-- social-icons --*/
.social_icons {
text-align: center;
}
.social{
position:relative;
margin: 10px auto 3px;
}
.social a{
position: relative;
display: inline-block;
width:34px;
height:34px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
text-align: center;
}
.social .fb{
background: #6788ce;
}
.social .fb:before,
.social .fb:after{
border-color:#6788ce;
}
.social .tw{
background: #00ACEE;
}
.social .tw:before,
.social .tw:after{
border-color: #00ACEE;
}
.social .gp{
background: #DD4B39;
}
.social .gp:before,
.social .gp:after
{
border-color: #DD4B39;
}
.social .pin{
background: #fe4445;
}
.social .pin:before,
.social .pin:after
{
border-color: #fe4445;
}
.social .db{
background: #f85993;
}
.social .db:before,
.social .db:after
{
border-color: #f85993;
}
.social .rss{
background: #ff9845;
}
.social .rss:before,
.social .rss:after
{
border-color: #ff9845;
}
.social .lin{
background: #3a9bdc;
}
.social .lin:before,
.social .lin:after
{
border-color: #3a9bdc;
}
.social a:before,
.social a:after{
content: "";
display: block;
position: absolute;
background: transparent;
top: 0; bottom: 0; left: 0; right: 0;
border-radius: 50%;
transition: .3s all;
border: 3px solid;
}
.social a:hover:after{
-webkit-transform: scale(1.5);
}
.social a:hover:before{
-webkit-transform: scale(1);
transition: .3s all;
opacity: 0;
}
.social ul li a i {
color: #fff;
line-height: 34px;
font-size: 1em;
width: 34px;
height: 34px;
border-radius: 50%;
}
section.social ul li {
}
a.icon.gp {
margin: 0;
}
/*-- //Social-Icons --*/
/*-- //footer --*/
/*-- app-page --*/
.w3layouts-inner-banner {
background: url(../images/inner-banner.jpg) no-repeat center center;
min-height: 350px;
padding: 5px 0 35px 0;
background-attachment: fixed;
background-size: cover;
}
/*-- Header Part Starts Here --*/
/* Shutter Out Vertical */
a.hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #ff339a;
color: #fff;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
a.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #f2d80f;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-shutter-out-vertical:hover,a.hvr-shutter-out-vertical:focus,a.hvr-shutter-out-vertical:active {
color: white;
}
a.hvr-shutter-out-vertical:hover:before,a.hvr-shutter-out-vertical:focus:before,a.hvr-shutter-out-vertical:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
ul.navig li a:hover ul.navig li a:after{
display: block;
}
ul.navig li a:after{
width:15px;
height:15px;
background:red;
display: none;
content:"";
position:absolute;
top:0;
}
.head_grid{
text-align:center;
width: 26.3%;
}
.head_grid_center{
margin: 0 7em;
}
.grid_ba{
width:100%;
background:#dfdfdf;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius:50%;
-o-border-radius:50%;
text-align:center;
padding: 5em 1em;
margin:0 auto;
}
.grid_ba p{
margin:1em 0 0 0;
font-size:1em;
font-weight:600;
color: #4c4a5a;
}
.stars {
margin: 7em 0 2em 0;
text-align: center;
position: relative;
}
.stars:before {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
left: 9%;
}
.stars:after {
content: "";
background: rgba(88, 86, 104, 0.33);
height: 1px;
width: 35%;
position: absolute;
top: 59%;
right: 9%;
}
@media (max-width: 768px){
span.menu:before {
content: url(../images/nav-icon.html);
cursor: pointer;
height:32px;
}
ul.navig {
width: 11%;
float: right;
margin:0;
}
.header {
margin: 0 auto;
position: absolute;
width: 100%;
left:0;
}
ul.navig{
display:none;
}
ul.navig li {
font-size: 12px;
display:inline-block;
width: 100%;
margin:0;
}
ul.navig li a {
padding: 7px;
font-size: 15px;
width: 100%;
font-weight: 600;
display: block;
background: #fff;
color: #333333;
margin: 3px 0px;
}
ul.navig li a:hover{
color:#ffffff;
}
span.menu{
display:block;
float:right;
margin: 20px 15px 0 0;
}
ul.navig {
margin: 0;
z-index: 999;
position: absolute;
width: 96%;
text-align: center;
top: 100%;
left: 2%;
background: rgba(255, 255, 255, 0.97);
}
.navigation {
height: 60px;
padding: 0px 16px 0em;
margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
background: #0fa7ff;
padding: 4em 0px 3.5em 0px;
}
.banner-left img {
width: 100%;
}
.banner-left{
text-align:center;
}
.banner-right {
margin-top: 9.5%;
}
.banner-right h2{
color: #fff;
font-size: 2.3em;
font-weight: 300;
margin: 0;
}
.banner-right h2 span{
font-weight:700;
}
.banner-right h3 {
font-size: 1.95em;
font-weight: 400;
color: #fff;
margin-top: 1.8%;
}
.banner-right p {
color: #fff;
font-size: 22px;
line-height: 39px;
margin-top: 11%;
font-weight: 600;
}
.bnr-btn{
margin-top:10%;
}
.bnr-btn a {
padding: 13px 35px;
color: #fff;
font-weight: 400;
font-size: 20px;
background: #ff0030;
border-bottom: 4px solid #B6A416;
}
.banner-right ul{
padding:0;
margin-top: 8.5%;
}
.banner-right ul li{
list-style:none;
display:inline-block;
}
.banner-right ul li:nth-child(1){
margin-right:17px;
}
.banner-right ul li span{
background:url(../images/bn-sprit.html) no-repeat;
width:42px;
height:48px;
display:block;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
background-position:0px 0px;
}
.banner-right ul li span.rbt{
background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
background: #f2d80f;
color: #fff;
}
a.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
color:#000;
background: #d0a822;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
padding: 9em 0px 0 0;
}
.get-top h3,.support-top h3,.demo-top h3{
color: #fff;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.feature-top p{
color: #969696;
width: 100%;
margin-top: 16px;
line-height: 28px;
font-size: 17px;
font-weight: 300;
}
.feature-main{
background:url(../images/ftr-bnr.png) no-repeat;
width:906px;
height:856px;
display:block;
margin-top:6%;
position:relative;
}
.ftr-left {
position: absolute;
top: 7.5%;
left: 28.5%;
}
.ftr-left-one {
position: absolute;
top: 23%;
left: 27.8%;
}
.ftr-left-two {
position: absolute;
top: 39%;
left: 27.8%;
}
.ftr-left-tre {
position: absolute;
top: 54%;
left: 27.8%;
}
.ftr-left-fvr {
position: absolute;
top: 70%;
left: 27.8%;
}
.ftr-right {
position: absolute;
top: 4%;
left: 41%;
}
.ftr-right-one {
position: absolute;
top: 20%;
left: 41%;
}
.ftr-right-two {
position: absolute;
top: 37%;
left: 41%;
}
.ftr-right-tre {
position: absolute;
top: 54%;
left: 41%;
}
.ftr-right-fvr {
position: absolute;
top: 72%;
left: 41%;
}
.ftr-right-one h4 {
transform: rotate(1.5deg);
}
.ftr-right-two h4 {
transform: rotate(3deg);
}
.ftr-right-tre h4 {
transform: rotate(6deg);
}
.ftr-right-fvr h4 {
transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
color: #000;
font-size: 18px;
font-weight: 400;
margin-top: 30px;
padding-right: 16%;
line-height: 30px;
}
.ftr-right p{
transform: rotate(0.1deg);
}
.ftr-right-one p {
transform: rotate(2.1deg);
}
.ftr-right-two p {
transform: rotate(4deg);
}
.ftr-right-tre p {
transform: rotate(5.9deg);
}
.ftr-right-fvr p {
transform: rotate(9.5deg);
}
.feature-right {
text-align: left;
width: 38%;
float: right;
}
.feature-left{
width:62%;
float:left;
}
.feature-top {
margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
background:url(../images/est-banner.png) no-repeat;
background-size:cover;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
-ms-background-size:cover;
margin-top: -8%;
min-height: 735px;
}
.est-bottom p span {
display: block;
}
.est-top {
margin-top: 20%;
}
.est-left{
float:left;
}
.est-left img {
border-radius: 50%;
}
.est-right {
float: left;
text-align: left;
margin: 3% 0 0 4%;
}
.est-right ul{
padding:0;
margin-top:1%;
}
.est-right ul li{
list-style:none;
display:inline-block;
}
.est-right h3{
font-size:1.8em;
font-weight:700;
color:#000;
margin:0;
}
.est-right p {
color: #000;
font-size: 18px;
font-weight: 400;
width: 70%;
margin-top: 3%;
line-height: 1.3em;
}
.est-bottom {
margin-top: 10%;
}
.est-bottom p {
color: #fff;
font-weight: 300;
font-size: 2.2em;
font-style: italic;
width: 100%;
text-align: center;
}
.est-bottom p sup {
top: -1.5em;
}
.est-bottom p sub {
bottom: -0.25em;
margin-left: 80%;
display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
width:100%;
border:4px solid #0fa7ff;
}
.awe-left:hover {
transform: scale(1.05,1.05);
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
z-index: 1;
border: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.awe{
padding:6em 0px;
background: #fff;
}
.awe-top{
text-align:center;
}
.awe-bottom{
margin-top:10%;
}
.awe-top h3{
color: #000;
font-size: 2.3em;
font-weight: 600;
margin: 0;
}
.awe-top p{
color: #000;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
padding:70px 0;
background: #0fa7ff;
}
.demo-top p{
color: #fff;
width: 64%;
margin: 1.5em auto 0;
line-height: 1.2em;
font-size: 18px;
font-weight: 400;
}
.demo-top{
text-align:center;
}
.demo-bottom{
margin-top:6%;
text-align: center;
}
.demo-bottom iframe {
width: 78%;
height: 550px;
border: 10px solid #fff;
border-radius: 0.3em;
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-o-border-radius: 0.3em;
-ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
background: url(../images/get-bnr.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 1040px;
margin-top:-19%;
}
.get-top {
margin-top: 40%;
}
.get-top p,.support-top p{
color: #fff;
margin-top: 45px;
line-height: 30px;
font-size: 18px;
font-weight: 400;
width: 58%;
}
.get-top ul{
padding:0;
margin-top:7%;
}
.get-top ul li{
list-style:none;
display:block;
}
.get-top ul li:nth-child(2){
margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
position: absolute;
right: 13.5%;
top: -45.4%;
}
.support{
padding:6em 0px;
background:#0fa7ff;
position: relative;
}
.support-bottom{
margin-top:5%;
}
.support-left input[type="text"] {
width: 90%;
color: #6d6d6b;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
border: 1px solid rgba(0, 0, 0, 0.49);
padding: 20px 1.3em;
margin-bottom: 1em;
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
resize: none;
width: 90%;
color: #6d6d6b;
font-size: 18px;
background: #fff;
outline: none;
font-family: 'Open Sans', sans-serif;
padding: 20px 1.3em;
border: none;
min-height: 15em;
border: 1px solid rgba(0, 0, 0, 0.49);
-webkit-appearance: none;
box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
-ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but input[type="submit"] {
border: none;
outline: none;
color: #fff;
background: #f2d80f;
padding: 6px 55px;
font-family: 'Open Sans', sans-serif;
font-size: 30px;
font-weight: 400;
-webkit-appearance: none;
border-bottom: 4px solid #B6A416;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-moz-transition:0.5s all;
-ms-transition:0.5s all;
}
.contact-but input[type="submit"]:hover {
background: #cf032a;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.contact-but {
text-align: right;
margin: 7.5% 9.2% 0 0;
}
.support-left {
padding: 0;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 35px;
color: #0fa7ff;
}
.sup-left {
width: 16%;
float: left;
text-align: center;
}
.sup-left i {
color: #fff;
font-size: 25px;
vertical-align:middle;
}
.sup-right {
width: 84%;
float: right;
}
.sup-right p {
color: #f5f5f5;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.sup-right p a {
color: #f5f5f5;
text-decoration:underline;
}
.support-one{
margin-top:3em;
}
.support-right {
margin-top: 11%;
}
/*--support-Part-Ends-Here--*/
/*-- //app-page --*/
/*-- about-page --*/
.w3l_about {
padding: 50px 0;
background: #f7f7f7;
}
.w3l_about h3 {
color: #000;
font-size: 22px;
}
.w3l_about p {
color: #525151;
font-size: 14px;
letter-spacing: 1px;
margin: 20px 0;
line-height: 30px;
}
.w3_success-stories {
padding:60px 0;
}
.w3_success-stories h4 {
font-size: 28px;
text-align: center;
margin-bottom: 10px;
color: #00c4da;
}
.success_w3_story p {
color: #808080;
font-size: 14px;
line-height: 25px;
margin: 25px 0 5px 0;
}
.w3l_about_left {
position: relative;
margin-top: 6%;
}
.w3l_about_left_pos {
position: absolute;
left: 0;
bottom: 26%;
}
.w3l_about_left_pos1 {
position: absolute;
left: 33%;
bottom: 11%;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.5em;
color: #fff;
padding: .3em .5em;
background: #212121;
}
.w3l_about_left_pos h3 span, .w3l_about_left_pos1 h3 span {
color: #ec3434;
}
.w3l_about_left img {
margin: 0 auto;
}
/*--services--*/
.agileits_services {
background: url(../images/couple4.jpg) no-repeat 0px 0px;
padding: 70px 0 0 0;
border-top: 4px solid #00c4da;
background-size: cover;
min-height: 430px;
}
.agileits_services h2 {
text-align: center;
color: #fff;
font-size: 40px;
font-weight: 200;
margin-bottom: 50px;
}
.agileits_services h2 span {
font-weight:600;
}
.w3ls_services-grids {
background: #fff;
padding: 1em 3em;
width: 47%;
margin-right: 34px;
}
ul.w3_servicesgrid_info {
list-style: none;
margin: 0;
padding: 0;
}
ul.w3_servicesgrid_info li {
margin: 10px 0;
}
li.tick {
background: url(../images/tick.png)no-repeat 0px 0px;
padding: 0 0 0 28px;
}
.wthree_services-bottom {
background: #00c4da;
padding: 1em 0;
}
.wthree_services-bottom p {
color: #fff;
text-align: center;
font-size: 28px;
font-weight: 200;
}
.wthree_services-bottom span {
font-weight:600;
margin: 7px;
}
/*--/services--*/
/*-- //about-page --*/
/*-- assisted_Services-page --*/
.w3ls-assisted_Services {
padding: 50px 0 0 0;
background: #f7f7f7;
}
.assisted_agile_advantages {
padding: 60px 0;
background: url(../images/servicebg.jpg) no-repeat 0px 0px;
background-size: cover;
min-height: 400px;
background-attachment: fixed;
padding-top: 65px;
}
.assisted_Services-agileits {
padding-bottom: 50px;
width: 70%;
margin: 0 auto;
}
.assisted_Services-agileits h2 {
color: #000000;
font-size: 26px;
margin-bottom: 40px;
letter-spacing: 1px;
text-align:center;
}
.assisted_Services-agileits h4 {
color: #000000;
font-size: 18px;
margin-bottom: 10px;
letter-spacing: 1px;
text-transform: uppercase;
}
.assisted_Services-agileits p {
color: #00c4da;
font-size: 14px;
margin-bottom: 20px;
letter-spacing: 1px;
font-style: italic;
}
.assisted_Services-agileits form label {
display: block;
font-size: 14px;
letter-spacing: 1px;
font-weight: 500;
color: #000;
margin-top: 20px;
}
.assisted_Services-agileits form input[type="text"],
.assisted_Services-agileits form input[type="email"],
.assisted_Services-agileits form input[type="tel"] {
width: 100%;
padding: 12px;
border: 1px solid #eee;
background: #fff;
color: #000;
font-size: 15px;
letter-spacing: 1px;
}
.assisted_Services-agileits form select {
width: 100%;
border: 1px solid #eee;
background: #fff;
color: #000;
font-size: 15px;
letter-spacing: 1px;
margin-bottom:25px;
}
.assisted_Services-agileits form input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.assisted_Services-agileits form input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.assisted_agile_advantages h4 {
font-size: 32px;
color: #ffffff;
margin-bottom: 45px;
}
.ser-left h5 {
font-size: 1.4em;
margin: 1em 0 0;
color: #fff;
}
.ser-left p {
font-size: 13px;
line-height: 26px;
color: rgba(255, 255, 255, 0.59);
margin: 16px 0;
letter-spacing: 0.5px;
}
.ser-left i {
font-size: 35px;
color: #00c4da;
padding: 20px;
border: 1px solid #fff;
margin: 25px 0 5px 0;
}
.happy-clients-grid {
background: #fff;
padding: 25px 20px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
width: 47%;
margin: 2% 3% 0 0;
}
.client {
float: left;
width: 25%;
margin-right: 6%;
}
.client img {
width: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.client-info {
float: left;
width: 69%;
}
.w3layouts_happy_asstd_marriages {
padding:70px 0;
}
.happy-clients-grid p {
color: #7b7b7b;
font-size: 13px;
letter-spacing: 0.5px;
font-weight: 400;
line-height: 28px;
margin-bottom: 15px;
}
.w3layouts_happy_asstd_marriages h4 {
text-align: center;
font-size: 30px;
margin-bottom: 20px;
color: #00c4da;
letter-spacing: 1px;
}
.happy-clients-grid h5 {
color: #f6772c;
font-size: 1em;
font-weight: 400;
text-transform: uppercase;
}
i.open {
margin: 0 6px 9px 0px;
}
i.closeq {
margin: 6px 0px 0px 11px;
}
/*-- //assisted_Services-page --*/
/*-- privacy policy page --*/
section.privacy_policy_section {
padding: 50px 0;
background: #f7f7f7;
}
h2.last-updated {
font-size: 26px;
letter-spacing: 0.5px;
color: #000;
margin-bottom: 45px;
text-align: center;
}
.panel-title:hover {
cursor: pointer;
}
.panel-title {
font-size: 18px;
color: #000;
}
.panel-body p {
margin-left: 17px;
padding: 0px 15px 15px;
line-height: 28px;
font-size: 14.5px;
color: #252525;
font-weight: 300;
}
.panel-default>.panel-heading {
color: #222;
background-color: #FFFFFF;
border-color: #FFF;
text-transform: capitalize;
}
.panel-group .panel {
margin-bottom: 20px;
}
/*-- //privacy policy page --*/
/*-- terms-section-starts --*/
section.terms-of-use {
padding: 50px 0;
background: #f7f7f7;
}
.terms h2 {
font-size: 30px;
color: #000000;
letter-spacing: 3px;
}
.terms h5 {
margin-top: 10px;
font-size: 15px;
letter-spacing: 1px;
color: #ff5a5a;
}
.terms h6 {
font-size: 20px;
color: #5a5a5a;
margin: 35px 0 18px 0;
letter-spacing: 2px;
}
.terms p {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 28px;
margin-top: 15px;
padding-left: 40px;
}
.terms ol li {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 26px;
margin-top: 15px;
}
.terms {
}
.terms span {
color: #000;
font-weight: 600;
font-size: 1.3em;
}
.terms-bottom {
margin-top: 3em;
}
/*-- //terms-section-ends --*/
/*-- Write to us page --*/
.write-agileits h2 {
color: #000;
font-size: 28px;
letter-spacing: 1px;
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #eee;
}
.write-agileits form {
padding: 0px 70px;
}
.write-agileits {
padding: 50px 0;
background: #f7f7f7;
}
.w3_writetoustextarea label {
width: 12.5%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
vertical-align: top;
}
.w3_writetoustextarea textarea {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
height: 200px;
}
#filedrag
{
display: none;
font-weight: 600;
text-align: center;
padding: 25px 0;
margin: 25px 0;
color: #0099e5;
border: 2px dashed #0099e5;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
cursor: default;
font-size: 20px;
}
#filedrag.hover
{
color: #f00;
border-color: #f00;
border-style: solid;
box-shadow: inset 0 3px 4px #888;
}
img
{
max-width: 100%;
}
pre
{
width: 95%;
height: 8em;
font-family: monospace;
font-size: 0.9em;
padding: 1px 2px;
margin: 0 0 1em auto;
border: 1px inset #666;
background-color: #eee;
overflow: auto;
}
#messages {
padding: 15px 10px;
margin: 15px 0;
border: 1px solid #ff4c4c;
}
#messages p
{
color: #555;
font-size:14px;
}
#progress p
{
display: block;
width: 240px;
padding: 2px 5px;
margin: 2px 0;
border: 1px inset #446;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
background: #eee url("progress.html") 100% 0 repeat-y;
}
#progress p.success
{
background: #0c0 none 0 0 no-repeat;
}
#progress p.failed
{
background: #c00 none 0 0 no-repeat;
}
.photos-upload-view {
width: 60%;
margin-top: 10px;
display: inline-block;
}
.upload-ad-photos {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 20px 0;
margin: 20px 0;
}
.w3_attachments label{
vertical-align:top;
margin-top: 12px;
}
/*-- //Write to us page --*/
/*-- safety tips page --*/
.agile_tips h2 {
font-size: 30px;
color: #000000;
letter-spacing: 3px;
}
.agile_tips h5 {
margin-top: 10px;
font-size: 15px;
letter-spacing: 1px;
color: #ff5a5a;
}
.agile_tips h6 {
font-size: 22px;
color: #ff0606;
margin: 40px 0 18px 0;
letter-spacing: 2px;
}
.agile_tips p {
color: #444;
font-size: 15px;
font-weight: 300;
line-height: 30px;
margin: 15px;
}
.agile_tips ol li {
color: #777;
font-size: 15px;
font-weight: 300;
line-height: 26px;
margin-top: 15px;
}
.agile_tips span {
color: #000;
font-weight: 600;
font-size: 1.3em;
}
/*-- //safety tips page --*/
/*--typography--*/
h3.w3-head {
color: #00a59c;
font-size: 32px;
margin: 0 0 35px 0;
font-weight: 400;
}
.shortcodes {
padding: 50px 0;
background: #f7f7f7;
}
.mb-60 {
padding-left: 0;
}
.mb-60 h4 {
margin: 36px 0 38px;
font-size: 24px;
}
.tab-content {
padding: 15px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
border-top: none;
}
.nav-tabs {
border: none;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
background: #f8f8f8;
margin-right: 3px;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-size: 14px;
color: #555;
padding: 8px 16px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
margin-right: 10px;
}
.nav-tabs > li.active > a{
border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff;
background-color: #FF7900;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
color: #fff;
background-color: #FF7900;
}
.nav-tabs > li > a i {
font-size: 32px;
margin-right: 20px;
vertical-align: middle;
}
.tab-content p {
line-height: 2.2em;
font-size: 14px;
}
.grid_4{
background:#fff;
padding:0em 0em 0em 0em;
}
.grid_3 {
margin-bottom: 2em;
}
.grid_3 {
background-color: #fff;
padding: 1.8em;
margin-bottom: 1em;
border: 1px solid #ebeff6;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.grid_5{
background:#fff;
padding:1em 0 2em 0;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
font-size: 13px;
color: #232323;
letter-spacing: 1px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
border-top: none !important;
}
.tab-content > .active {
display: block;
visibility: visible;
}
.label {
font-weight: 300 !important;
}
.label {
padding: 4px 6px;
border: none;
text-shadow: none;
}
h4.typ1{
margin-bottom:15px;
}
h5.typ1{
margin-bottom:15px;
}
.progress {
height: 8px;
box-shadow: none;
}
.progress {
overflow: hidden;
height: 20px;
margin-bottom: 20px;
background-color: #eeeeee;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
-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-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #03a9f4;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-bar {
box-shadow: none;
}
.progress-bar-primary {
background-color: #03a9f4;
}
.progress-bar-info {
background-color: #00bcd4;
}
.progress-bar-success {
background-color: #8bc34a;
}
.progress-bar-warning {
background-color: #ffc107;
}
.progress-bar-danger {
background-color: #e51c23;
}
.progress-bar-inverse {
background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
background-color:#5bb2fc !important;
border-color:#5bb2fc !important;
}
.grid_3 p,.page-header p {
color: #000;
font-size: 14px;
line-height: 2em;
margin: 1em 0 2em;
letter-spacing: 1px;
}
.bs-docs-example {
margin: 1em 0;
}
section#tables p {
margin-top: 1em;
}
.breadcrumb li{
font-size:0.85em;
}
.badge-primary {
background-color: #03a9f4;
}
.badge-success {
background-color: #8bc34a;
}
.badge-warning {
background-color: #ffc107;
}
.badge-danger {
background-color: #e51c23;
}
.tab-container .tab-content {
border-radius: 0 2px 2px 2px;
-webkit-border-radius: 0 2px 2px 2px;
-moz-border-radius: 0 2px 2px 2px;
-ms-border-radius: 0 2px 2px 2px;
-o-border-radius: 0 2px 2px 2px;
border: 1px solid #e0e0e0;
padding: 16px;
background-color: #ffffff;
}
.nav-tabs {
margin-bottom: 1em;
}
.alert {
font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
margin-top:0.5em;
margin-bottom: 0.5em;
}
.bars {
margin-bottom: 0.8em;
color: #039c95;
}
li.list-group-item1 {
line-height: 2.5em;
}
ol {
margin-bottom: 44px;
}
.list-group {
margin-bottom: 48px;
}
.input-group {
margin-bottom: 20px;
}
.list_1 h3 {
color: #039c95;
font-size: 27px;
margin: 50px 0 20px 0;
}
.column_grid p {
font-size: 14.5px;
line-height: 28px;
color: #A2A1A2;
font-weight: 300;
margin: 0px 0 20px;
}
/*--//typography--*/
/*-- icons --*/
.icons.w3layouts-content {
padding: 50px 0;
background: #f7f7f7;
}
.codes a {
color: #999;
}
.icon-box {
padding: 8px 0px;
background: rgba(0, 153, 229, 0.09);
margin: 1em 0 1em 0;
border: 5px solid #ffffff;
text-align: left;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
-moz-transition: 0.5s all;
cursor: pointer;
}
.icon-box:hover {
background: #000;
transition:0.5s all;
-webkit-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
color:#fff;
}
.icon-box:hover a.agile-icon {
color:#fff;
}
.codes .bs-glyphicons li {
float: left;
width: 12.5%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
}
.codes .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
}
.codes .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.codes .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
h3.icon-subheading {
font-size: 24px;
color: #039c95!important;
font-weight: 300;
margin: 30px 0 15px;
}
h2.agileits-icons-title {
text-align: center;
font-size: 30px;
color: #000;
}
.icons a {
color: #999;
}
.icon-box i {
margin-right: 10px;
font-size: 20px;
color: #282a2b;
}
.icons .bs-glyphicons li {
display: inline-block;
width: 22%;
height: 115px;
padding: 10px;
line-height: 1.4;
text-align: center;
font-size: 12px;
list-style-type: none;
background: #e8f6fd;
margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
margin-top: 5px;
margin-bottom: 10px;
font-size: 24px;
color: #282a2b;
}
.icons .glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #777;
}
.icons .bs-glyphicons .glyphicon-class {
display: block;
text-align: center;
word-wrap: break-word;
}
/*-- //icons --*/
/*-- sitemap page --*/
.w3ls_sitemap {
padding: 50px 0;
background: #f7f7f7;
}
.w3ls_sitemap h2 {
font-size: 28px;
letter-spacing: 1px;
color: #000;
}
.agileits_sitemap_list {
margin-top:30px;
}
.agileits_sitemap_list h5 {
color: #ff3737;
font-size: 18px;
margin-bottom: 12px;
letter-spacing: 1px;
}
.agileits_sitemap_list ul li {
display:inline-block;
margin:0 10px;
}
.agileits_sitemap_list ul li a {
color:#000;
font-size:15px;
}
.agileits_sitemap_list ul li a:hover {
color:#0ac5da;
text-decoration:underline;
}
/*-- //sitemap page --*/
/*-- search page --*/
.w3_regular_search {
padding: 20px;
}
.form_but1 {
margin-bottom: 20px;
}
.form_radios {
color: #000;
font-size: 0.85em;
}
.control-label1 {
padding-left: 0;
font-size: 14px;
color: #000;
margin-top: 6px;
font-weight: 600;
letter-spacing: 1px;
}
.w3_details {
margin-top: 6px;
font-size: 14px;
letter-spacing: 1px;
color: #656565;
}
.search_left{
padding-left:0;
}
.select-block1 select, .input-group1 input[type="text"]{
box-shadow: none;
border: 1px solid #ccc;
border-radius: 0;
outline: 0;
background: #ffffff;
height: 35px;
line-height: 25px;
padding: 5px 15px;
width: 100%;
color:#999;
}
.input-group1 input[type="text"]{
border: 1px solid #e2e2e3;
font-size: 0.85em;
}
.col-md-5.input-group1 {
padding-left: 0;
}
.w3_regular_search input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 14px;
padding: 8px 35px;
width: 100%;
display: block;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_regular_search input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.agileits_advanced_Search h5 {
color: #ff5252;
font-size: 22px;
margin: 45px 0px 30px 0;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 10px;
}
.w3ls-aside form input.text {
font-size: 14px;
color: #000;
width: 100%;
border: none;
padding: 12px 10px;
border-bottom: solid 1px #0099e5;
-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #fff 4%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #fff 4%);
background-position: -800px 0;
background-size: 100%;
background-repeat: no-repeat;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text:focus {
box-shadow: none;
outline: none;
background-position: 0 0;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text:focus::-webkit-input-placeholder {
color: #1abc9c;
font-size: .9em;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
visibility: visible !important;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
.text::-webkit-input-placeholder {
color: #000;
}
.text:-moz-placeholder { /* Firefox 18- */
color: #000;
}
.text::-moz-placeholder { /* Firefox 19+ */
color: #000;
}
.text:-ms-input-placeholder {
color: #000;
}
.w3ls-aside h3 {
font-size: 17px;
color: #ff4c4c;
margin: 15px 0 15px 0;
text-align:left;
}
.w3ls-aside form input[type="submit"] {
font-size: 13px;
color: #fff;
background: #ff4c4c;
outline: none;
border: none;
cursor: pointer;
padding: 10px 25px;
-webkit-appearance: none;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
float:right;
margin-top:10px;
margin-bottom:50px;
}
.w3ls-aside form input[type="submit"]:hover {
background: #00c4da;
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
/*-- //search page --*/
/*-- feedback page --*/
.feedback {
padding: 50px 0;
background: #f7f7f7;
}
.feedback h2 {
color:#000;
font-size:22px;
}
.feedback p {
color: #525151;
font-size: 14px;
letter-spacing: 1px;
margin: 20px 0;
}
.agileits label {
width:20%;
display:inline-block;
font-weight:600;
}
.agileits label {
width: 25%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
}
.agileits label span {
margin:0 5px;
}
.feedback form {
padding:30px;
border:1px solid #c1c1c1;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"] {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
}
.agileits select {
font-size: 16px;
padding: 10px 14px;
width: 60%;
border: 1px solid #dedede;
}
.w3_submit input[type="submit"]:hover {
background: #00c4da;
color: #ffffff;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_submit input[type="submit"] {
background: #ffef1b;
color: #212121;
font-size: 16px;
padding: 10px 35px;
text-align: center;
border: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.w3_submit {
margin-top:20px;
text-align:center;
}
.agileits {
margin-bottom: 25px;
}
.w3_feedbacktextmessage label {
width:12.5%;
display: inline-block;
font-weight: 600;
color: #000;
font-size: 16px;
vertical-align: top;
}
.w3_feedbacktextmessage label span {
margin:0 5px;
}
.w3_feedbacktextmessage textarea {
font-size: 16px;
padding: 10px 14px;
width: 80%;
border: 1px solid #dedede;
height:250px;
}
/*-- //feedback page --*/
/*--help--*/
.wthree-help {
width: 80%;
margin: 65px auto 55px;
text-align:Center;
}
.wthree-help h3 {
color: #191e21;
font-size: 38px;
text-align:center;
}
.wthree-help textarea {
font-size: 16px;
color: #000;
width: 70%;
border: none;
padding: 16px;
border-bottom: solid 1px #0099e5;
height:150px;
margin:50px 0 0 0;
outline:none;
}
.wthree-help form input[type="submit"] {
font-size: 1em;
color: #fff;
background: #ff4c4c;
outline: none;
border: none;
cursor: pointer;
padding: 12px 25px;
-webkit-appearance: none;
-webkit-transition: .5s all;
-moz-transition: .5s all;
transition: .5s all;
width:30%;
margin-top:20px;
}
.wthree-help form input[type="submit"]:hover {
background: #0099e5;
-webkit-transform: translateY(8px);
-ms-transform: translateY(8px);
-o-transform: translateY(8px);
-ms-transform: translateY(8px);
transform: translateY(8px);
}
.wthree-help h5 {
font-size:25px;
color:#000;
margin:30px 0;
}
.wthree-help a {
color:#fff;
padding:10px 20px;
background:#0099e5;
font-size:16px;
margin-bottom:50px;
}
/*--//help--*/
/*-- view profiles page --*/
.single_w3_profile {
background: #fff;
padding: 20px;
}
.view_profile h3 {
font-size: 20px;
color: #000;
margin-bottom: 25px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 5px;
}
ul.profile_item {
padding: 0;
margin: 0 0 1.5em 0;
list-style: none;
}
ul.profile_item li.profile_item-img {
width: 30%;
float: left;
margin-right: 5%;
}
ul.profile_item li.profile_item-desc {
overflow: hidden;
}
ul.profile_item li.profile_item-desc h6, ul.profile_item li.profile_item-desc h5 {
color: #ff4c4c;
font-size: 0.85em;
}
ul.profile_item li.profile_item-desc p {
color: #555;
font-size: 12px;
line-height: 22px;
margin: 11px 0;
}
.agileits_profile_image {
float: left;
width: 33%;
margin-right:2%;
}
.agileits_profile_image img {
border: 1px solid #eee;
padding: 10px 0;
margin-right: 10px;
}
.w3layouts_details {
float: left;
width: 60%;
}
.w3layouts_details h4 {
font-weight: 100;
color: #ff4c4c;
padding-bottom: 6px;
margin-bottom: 10px;
border-bottom: 1px solid #eee;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 22px;
}
.w3layouts_details span {
color: #afafaf;
font-size: 12px;
letter-spacing: 1px;
}
.w3layouts_details p {
font-size: 14px;
line-height: 28px;
color: #000;
margin: 16px 0;
letter-spacing: 2px;
}
.w3layouts_details a {
display: inline-block;
font-size: 14px;
letter-spacing: 1px;
border: 1px solid #eee;
color: #ff2929;
padding: 6px 12px;
margin: 10px 10px;
width: 45%;
text-align: center;
}
.w3layouts_details a:hover {
background: #00c4da;
color: #fff;
}
.profile_w3layouts_details {
background: #fff;
padding: 15px;
margin: 15px 0;
}
.agileits_aboutme h4 {
font-size: 30px;
letter-spacing: 1px;
color: #ce57b5;
margin-bottom: 30px;
text-align: center;
margin-top: 20px;
text-transform: uppercase;
}
.agileits_aboutme h5 {
font-size: 22px;
letter-spacing: 1px;
color: #ff4c4c;
margin-bottom: 25px;
margin-top: 40px;
font-weight: 100;
}
.agileits_aboutme p {
margin: 15px 0;
font-size: 14px;
line-height: 27px;
color: #8a8a8a;
}
/*--// view profiles page --*/
/*-- faq --*/
h2.w3-head {
color: rgb(0, 153, 229);
font-size: 32px;
margin: 35px 0px;
}
.faq {
padding-bottom:40px;
background: #f7f7f7;
}
.faq-list dd {
position: relative;
}
.faq-list_h {
position: relative;
margin: 0 0 20px;
padding: 0 0 0 28px;
background: none;
font-weight: normal;
}
.faq-list .marker {
position: absolute;
top: 0;
left: 0;
display: block;
font-weight: 600;
margin: 0;
}
p.m_13 {
padding-left: 30px;
font-size: 13.5px;
line-height: 30px;
color: #9C9C9C;
margin-bottom: 50px;
}
.faq-list .marker1 {
position: absolute;
top: 4px;
left: 0;
display: block;
font-weight: 600;
margin: 0;
}
h5.marker_head{
color:#000;
font-size: 18px;
}
p.last_2{
margin-bottom:0;
}
/*-- //faq --*/
/*-- contact section --*/
.w3ls_contact_section {
padding: 50px 0;
background: #efefef;
}
.w3_C_headquarters {
background: #fff;
padding: 30px 0;
}
.w3_C_headquarters h4 {
margin: 0 30px 20px;
padding: 0 0 20px;
border-bottom: 1px solid #e4e4e4;
color: #0094a5;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 20px;
}
.agile_address i {
font-size: 30px;
color: #000000;
margin: 20px;
display: block;
}
.agile_address p {
font-size: 15px;
letter-spacing: 0.5px;
color: #565656;
}
.agile_address a {
font-size: 15px;
letter-spacing: 0.5px;
color: #f33c3c;
}
.agile_address a:hover {
text-decoration:underline;
}
.w3_locations {
background: #ffffff;
padding: 35px;
margin-top: 40px;
}
.w3_locations h2 {
margin: 0 0 25px;
color: #000000;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 24px;
}
section.w3_g_address {
padding: 10px 30px;
}
section.w3_g_address ul {
margin-top:10px;
margin-bottom:25px;
}
section.w3_g_address ul li{
list-style-type:none;
line-height:35px;
}
section.w3_g_address ul li span {
width: 28%;
display: inline-block;
font-weight: 500;
}
section.w3_g_address h3 {
font-size: 20px;
margin: 5px 0 20px 0;
color: #f45252;
}
section.w3_g_address iframe {
width:100%;
border:none;
min-height:300px;
}
/*-- //contact section --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 10px;
right: 10px;
overflow: hidden;
width: 48px;
height: 48px;
border: none;
text-indent: 100%;
background: url("../images/to-top2.png") no-repeat 0px 0px;
z-index: 9999;
}
/*--responsive design--*/
@media(max-width:1440px){
.agileits-register {
padding: 15px;
}
.w3layouts-banner {
min-height: 710px;
}
header {
padding: 8px 0;
}
.agile-assisted-service p {
width: 55%;
line-height: 38px;
}
.agile-assisted-service {
min-height: 380px;
}
.location {
padding: 80px 0;
}
.footer {
padding-top: 70px;
}
.w3layouts-inner-banner {
min-height: 300px;
}
.agileits_services {
padding: 60px 0 0 0;
min-height: 400px;
}
.w3_soulgrid p {
letter-spacing: 0.5px;
}
.wthree-help h3 {
font-size: 35px;
}
h2.w3-head {
font-size: 30px;
}
h3.w3-head {
font-size: 30px;
margin: 0 0 30px 0;
}
.w3ls-list h2 {
font-size: 28px;
}
.agile_featured-profiles h2 {
font-size: 35px;
}
.feature-main {
width: 880px;
height: 832px;
background-size: 100%;
}
}
@media(max-width:1366px){
.w3l_find-soulmate h3 {
font-size: 38px;
}
.w3l_find-soulmate {
padding: 55px 0;
}
.w3_soulgrid h3 {
font-size: 22px;
}
.location h3 {
font-size: 38px;
}
.w3layous-story {
padding: 35px 0;
}
.app {
padding: 60px 0px 0 0;
}
.agileits_services h2 {
font-size: 38px;
}
.wthree_services-bottom p {
font-size: 26px;
}
.w3layouts-browse h3 {
font-size: 28px;
margin-bottom: 40px;
}
.w3_C_headquarters {
padding: 25px 0;
}
.w3_C_headquarters h4 {
margin: 0 30px 10px;
}
h2.last-updated {
font-size: 25px;
}
.wthree-help h3 {
font-size: 33px;
}
h2.w3-head {
font-size: 28px;
}
.wthree-help {
width: 85%;
margin: 55px auto 65px;
}
.w3layouts-inner-banner {
min-height: 280px;
}
.w3layouts_details h4 {
font-size: 20px;
}
.feature-main {
width: 827px;
height: 782px;
}
.feature {
padding: 7em 0px 0 0;
}
.est-bottom p {
font-size: 2em;
}
.est-top {
margin-top: 18%;
}
.banner-bottom {
padding: 2em 2em;
}
.feature-right img {
width: 81%;
}
}
@media(max-width:1280px){
.location {
padding: 70px 0;
}
.w3l_find-soulmate {
padding: 50px 0;
}
.w3layouts_featured-profiles {
padding: 60px 0px;
}
.agile_featured-profiles h2 {
margin-bottom: 30px;
}
.w3layouts-inner-banner {
min-height: 250px;
}
.w3l_about_left img {
width: 80%;
}
.agileits-register {
margin-top: -2%;
}
.w3layouts-banner {
min-height: 660px;
}
.w3ls_app-left h3 {
font-size: 25px;
}
.agileits_app-devices a img {
width: 90%;
}
.w3layouts-browse {
padding: 50px 0;
}
.agile-assisted-service p {
line-height: 35px;
font-size: 18px;
}
.agile-assisted-service h4 {
font-size: 32px;
}
.agile-assisted-service {
min-height: 360px;
}
.wthree-help h3 {
font-size: 30px;
}
.wthree-help textarea {
margin: 35px 0 0 0;
}
.wthree-help h5 {
font-size: 20px;
}
.agile_tips h2,.terms h2 {
font-size: 28px;
}
.agile_tips h5,.terms h5 {
font-size: 14px;
}
.panel-title {
font-size: 17px;
}
.panel-heading {
padding: 15px 15px;
}
.get {
min-height: 988px;
margin-top: -22%;
}
.establish {
margin-top: -11%;
min-height: 678px;
}
.feature-main {
width: 779px;
height: 773px;
}
}
@media(max-width:1080px){
.w3layouts-banner {
position: relative;
min-height: 520px;
}
.agileits-register {
width: 42%;
position: absolute;
right: 10px;
bottom: -110px;
}
.w3l_find-soulmate {
padding: 140px 0 50px 0;
}
.w3_soulgrid {
width: 24%;
margin: 0 0.5%;
}
.w3_soulgrid p {
font-size: 14px;
}
.w3_soulgrid i {
font-size: 35px;
width: 90px;
height: 90px;
}
.col-md-3.biseller-column {
padding: 0 5px;
}
.agile-overlay ul {
padding: 20px 6px 15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
}
.navbar-nav {
margin-top: 6px;
}
header {
padding: 6px 0;
}
.w3ls_app-left p {
font-size: 13px;
}
.agile-assisted-service p {
width: 65%;
line-height: 30px;
font-size: 17px;
}
.agile-assisted-service h4 {
font-size: 30px;
margin-bottom: 25px;
}
.agile-assisted-service {
min-height: 320px;
padding-top: 60px;
}
.location h3 {
font-size: 36px;
margin-top: 40px;
}
.location h5 {
font-size: 23px;
margin-bottom: 25px;
}
.location p {
font-size: 18px;
}
.location {
padding: 60px 0;
}
.w3layous-story {
padding: 30px 0;
}
.address-left {
padding: 2em 1em;
}
.footer {
padding-top: 60px;
}
.w3l_about p {
font-size: 13px;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.2em;
}
.w3ls_services-grids {
padding: 1em 1em;
width: 48%;
margin-right: 16px;
}
.agileits_services h2 {
font-size: 35px;
}
.agileits_services {
padding: 50px 0 0 0;
min-height: 370px;
}
.wthree_services-bottom p {
font-size: 24px;
}
.wthree_services-bottom {
padding: 0.8em 0;
}
.w3layous-story h4 {
font-size: 22px;
}
.footer h3 {
font-size: 17px;
}
.w3-browse-grid h4 {
margin-bottom: 8px;
padding-bottom: 8px;
font-size: 19px;
}
.w3-browse-grid ul li {
margin: 10px 3px;
}
.w3-browse-grid ul li a {
font-size: 13px;
}
.agileits label {
width: 30%;
font-size: 15px;
}
.w3_feedbacktextmessage label {
width: 14.5%;
font-size: 15px;
}
.icon-box {
height: 68px;
}
.agile_tips h2, .terms h2 {
font-size: 26px;
}
.agile_tips h5, .terms h5 {
font-size: 13px;
}
.w3layouts-browse h3 {
font-size: 26px;
}
.write-agileits h2 {
font-size: 26px;
padding-bottom: 15px;
margin-bottom: 15px;
}
h2.w3-head {
font-size: 26px;
}
.w3ls-list h2 {
font-size: 27px;
margin-bottom: 35px;
}
.w3-prfr a {
padding: 4px 6px;
}
.w3-prfr p {
margin-top: 10px;
margin-right: 10px;
}
.col-md-6.one-w3-profile {
padding: 0px 5px;
}
.w3ls-aside h4 {
padding: 25px 5px 10px;
}
img.prf-img {
margin-top: 2%;
}
.w3layouts_details p {
letter-spacing: 0px;
}
.w3layouts_details a {
width: 44%;
}
.ser-left h5 {
font-size: 1.2em;
}
.w3layouts_happy_asstd_marriages {
padding: 60px 0;
}
.assisted_agile_advantages {
padding: 50px 0;
}
.w3_regular_search {
padding: 10px;
}
.col-sm-7.form_radios input.radio_1 {
margin-left: 15px;
}
.agile_featured-profiles h2 {
margin-bottom: 25px;
font-size: 33px;
}
.feature-main {
width: 621px;
height: 590px;
}
.feature-right img {
width: 80.5%;
margin-left: 8%;
}
.establish {
margin-top: -1%;
min-height: 650px;
}
.banner-right h2 {
font-size: 2em;
}
.banner-right h3 {
font-size: 1.5em;
line-height: 35px;
margin-top: 15px;
}
.banner-right p {
font-size: 20px;
margin-top: 10%;
}
.feature-top h3 {
font-size: 2em;
}
.feature-top p {
margin-top: 12px;
font-size: 16px;
}
.feature-main {
width: 660px;
height: 636px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 17px;
margin-top: 20px;
}
.est-bottom p {
font-size: 1.8em;
}
.feature {
padding: 5em 0px 0 0;
}
.get-top h3, .support-top h3, .demo-top h3 {
font-size: 2em;
}
.get-top p, .support-top p {
margin-top: 30px;
font-size: 17px;
}
.support {
padding: 9em 0px 5em;
}
.feature-right img {
margin-top: 15%;
}
}
@media(max-width:1050px){
.nbs-flexisel-nav-right {
right: -30px;
}
.nbs-flexisel-nav-left {
left: -30px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 28px;
margin-bottom: 15px;
}
.happy-clients-grid h5 {
font-size: 0.95em;
}
.feedback form {
padding: 30px 0px;
}
.agileits label,.w3_feedbacktextmessage label {
font-size: 14px;
letter-spacing: 1px;
}
h2.w3-head {
font-size: 25px;
}
.wthree-help h3 {
font-size: 28px;
}
.w3layouts-inner-banner {
min-height: 230px;
}
.agile_tips p {
font-size: 14px;
}
h2.agileits-icons-title {
font-size: 28px;
}
h3.icon-subheading {
font-size: 22px;
}
.agile_tips h6 {
font-size: 20px;
margin: 40px 0 12px 0;
}
}
@media(max-width:1024px){
.w3l_find-soulmate h3 {
font-size: 36px;
margin-bottom: 30px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom:0;
}
.w3l_find-soulmate {
padding: 150px 0 50px 0;
}
.assisted_Services-agileits h4 {
font-size: 16px;
margin-bottom: 8px;
}
.happy-clients-grid p {
font-size: 12.5px;
line-height: 26px;
}
.ser-left p {
line-height: 24px;
}
.agileits_services h2 {
font-size: 33px;
}
ul.w3_servicesgrid_info li {
font-size: 15px;
}
.wthree_services-bottom p {
font-size: 23px;
}
}
@media(max-width:991px){
h3.icon-subheading {
font-size: 26px;
}
.navbar-collapse {
padding-right: 0px;
padding-left: 0px;
}
.nav > li > a {
padding: 10px 10px;
}
.navbar-nav > li {
font-size: 15px;
}
label.agileits-agree {
letter-spacing: 0px;
}
.agileits-register h3 {
font-size: 22px;
}
.w3_soulgrid {
width: 47%;
margin: 3% 1.5% 0 1.5%;
float: left;
}
.w3_soulgrid p {
height: 50px;
}
.w3l_find-soulmate h3 {
margin-bottom: 15px;
}
.w3_soulgrid h3 {
margin-bottom: 0;
}
.col-md-3.biseller-column {
width: 33.333%;
float: left;
}
.col-md-6.w3ls_app-left.mpl {
float: left;
width: 50%;
}
.col-md-offset-1.col-md-5.app-image {
float: right;
width: 50%;
}
p.w3ls-login {
font-size: 14px;
}
.w3ls_app-left h3 {
font-size: 22px;
margin: 50px 0 0px 0;
line-height: 35px;
}
.app-image img {
width: 90%;
}
.w3ls_app-left p {
font-size: 12.5px;
}
.agileits_app-devices a img {
width: 100%;
}
.agileits_app-devices {
width: 85%;
}
.col-md-4.w3-browse-grid {
margin-top: 50px;
}
.agile-assisted-service p {
font-size: 16px;
}
.agile-assisted-service a {
padding: 8px 25px;
}
.agile-assisted-service {
min-height: 300px;
padding-top: 50px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
padding: 0;
}
.location h3 {
font-size: 30px;
margin-top: 25px;
}
.location h5 {
font-size: 20px;
margin-bottom: 15px;
}
.location p {
font-size: 16px;
line-height: 28px;
}
.location {
padding: 50px 0;
}
.w3layous-story h4 {
font-size: 20px;
}
.w3layous-story h4 a {
padding: 8px 23px;
}
.footer h3 {
margin-bottom: 20px;
margin-top: 50px;
}
.footer {
padding-top: 55px;
padding-bottom: 55px;
}
.w3layouts-inner-banner {
min-height: 220px;
}
.w3l_about p {
font-size: 12.5px;
margin: 20px 0 0 0;
}
.w3l_about {
padding: 40px 0;
}
.w3l_about_left {
width: 50%;
float: left;
}
.w3_success-stories {
padding: 50px 0;
}
.w3ls_services-grids {
padding: 0.8em 0.8em;
margin-right: 14px;
float: left;
}
ul.w3_servicesgrid_info li {
font-size: 13.5px;
line-height: 25px;
}
li.tick {
background: url(../images/tick.png)no-repeat 0px 3px;
padding: 0 0 0 24px;
}
.agileits_services h2 {
font-size: 32px;
margin-bottom: 45px;
}
.wthree_services-bottom p {
font-size: 22px;
}
.copy-right p {
font-size: 0.9em;
letter-spacing: 1px;
}
.col-md-9.profiles-list-agileits {
padding: 0;
}
.w3ls-aside {
padding: 20px 15px;
margin-top: 30px;
width: 45%;
}
.col-sm-7.form_radios input.radio_1 {
margin-left: 0px;
}
section.w3_g_address {
padding: 10px 20px;
}
.w3_locations {
padding: 25px 15px;
}
section.w3_g_address ul li {
font-size: 14px;
}
.write-agileits form {
padding: 0px 20px;
}
.agile_address i {
margin: 25px 0 8px 0;
}
.agileits label span {
margin: 0 5px 0 0;
}
.feedback p {
line-height: 26px;
}
.w3_feedbacktextmessage label span {
margin: 0 5px 0 0;
}
.w3_feedbacktextmessage label {
width: 30%;
}
.w3_feedbacktextmessage textarea {
width: 60%;
}
.wthree-help textarea {
width: 90%;
}
.wthree-help form input[type="submit"] {
padding: 10px 30px;
width: 27%;
}
.wthree-help a {
padding: 8px 25px;
font-size: 15px;
margin-bottom: 50px;
}
.wthree-help h3 {
font-size: 26px;
}
.wthree-help textarea {
margin: 30px 0 0 0;
}
.wthree-help {
width: 95%;
margin: 50px auto 65px;
}
h5.marker_head {
line-height: 26px;
}
.faq-list .marker {
top: 4px;
}
.faq-list_h {
margin: 0 0 12px;
}
.agile_tips h2, .terms h2 {
font-size: 25px;
}
.agile_tips h5, .terms h5 {
font-size: 12px;
}
.agile_tips p {
font-size: 13.5px;
}
.panel-heading {
padding: 13px 13px;
}
.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
padding: 40px 0;
}
h3.icon-subheading {
font-size: 24px;
}
h2.agileits-icons-title {
font-size: 26px;
}
.terms h6 {
font-size: 19px;
margin: 35px 0 16px 0;
letter-spacing: 1px;
}
h2.last-updated {
font-size: 24px;
margin-bottom: 40px;
}
.happy-clients-grid {
width: 100%;
margin: 5% 0% 0 0;
}
.assisted_Services-agileits {
width: 80%;
}
.ser-left h5 {
margin: 0.8em 0 0;
}
.ser-left p {
margin: 10px 0 16px 0;
}
.assisted_agile_advantages h4 {
font-size: 30px;
margin-bottom: 35px;
}
.w3ls_sitemap h2 {
font-size: 26px;
}
.agileits_sitemap_list ul li a {
font-size: 14px;
}
.col-md-6.one-w3-profile {
width: 50%;
float: left;
}
label.col-sm-3.control-label1 {
width: 40%;
float: left;
}
.w3_details {
width: 50%;
float: left;
}
.feature-main {
width: 613px;
height: 592px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 15px;
}
.est-bottom p {
font-size: 1.5em;
}
.demo-top p {
width: 84%;
font-size: 18px;
line-height: 30px;
}
.demo-bottom iframe {
width: 90%;
height: 415px;
}
.get-top {
margin-top: 45%;
}
.sup {
right: 5.5%;
}
.support {
padding: 5em 0px 5em;
}
}
@media(max-width:900px){
.w3layouts-banner {
min-height: 500px;
}
.w3layouts-banner {
min-height: 500px;
}
.logo a {
font-size: 38px;
}
.link--takiri span {
font-size: 32%;
bottom: -15px;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"],
.w3_feedbacktextmessage textarea,.agileits select,.w3_writetoustextarea textarea,.photos-upload-view {
width: 66%;
}
h5.marker_head {
font-size: 17px;
}
.w3ls-aside {
width: 50%;
}
.feature-right {
width: 60%;
margin-right: 15%;
}
.feature-left {
width: 100%;
}
.feature-main {
width: 96%;
height: 828px;
}
}
@media(max-width:800px){
.w3layouts-banner {
min-height: 450px;
}
.agileits-register {
width: 62%;
right: 19%;
bottom: -137%;
}
.w3l_find-soulmate {
padding: 660px 0 50px 0;
}
.nbs-flexisel-nav-right {
right: -20px;
}
.nbs-flexisel-nav-left {
left: -20px;
}
.w3layouts-browse h3 {
margin-bottom: 30px;
}
.agile-assisted-service p {
font-size: 15px;
line-height: 26px;
margin: 0 auto 40px;
}
.agile-assisted-service {
min-height: 280px;
padding-top: 45px;
}
.w3l_about_left img {
width: 90%;
}
.agileits_services h2 {
font-size: 30px;
margin-bottom: 40px;
}
.agileits_services {
padding: 40px 0 0 0;
min-height: 340px;
border-top: 3px solid #00c4da;
}
.wthree_services-bottom p {
font-size: 20px;
}
.wthree_services-bottom {
padding: 0.7em 0;
}
.w3layouts-browse {
padding: 40px 0;
}
.col-md-4.w3-browse-grid {
margin-top: 40px;
}
.feedback,section.terms-of-use,.w3ls-list {
padding: 40px 0;
}
.wthree-help {
margin: 40px auto 65px;
}
.agile_tips h6 {
font-size: 19px;
margin: 40px 0 10px 0;
}
h3.w3-head {
font-size: 28px;
margin: 0 0 20px 0;
}
.list_1 h3 {
font-size: 24px;
margin: 40px 0 15px 0;
}
.w3layous-story {
padding: 28px 0;
}
.w3ls-list h2 {
font-size: 25px;
margin-bottom: 30px;
}
.agileits_aboutme h5 {
font-size: 20px;
margin-bottom: 15px;
}
.w3layouts_details a {
margin: 8px 8px;
}
.w3ls_sitemap h2 {
font-size: 25px;
}
.agileits_sitemap_list h5 {
font-size: 17px;
letter-spacing: 0.5px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 26px;
}
.agile_featured-profiles h2 {
margin-bottom: 20px;
font-size: 30px;
}
h3.w3_special {
font-size: 28px;
margin-bottom: 35px;
}
.agileits_aboutme h4 {
font-size: 28px;
margin-bottom: 25px;
margin-top: 15px;
}
.write-agileits h2 {
font-size: 24px;
padding-bottom: 12px;
margin-bottom: 12px;
}
.feature-main {
height: 730px;
}
.support-one {
margin-top: 2em;
}
}
@media(max-width:768px){
.w3l_find-soulmate h3 {
margin-bottom: 5px;
font-size: 34px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.agile_featured-profiles {
width: 90%;
margin: 0 auto;
}
.agile-overlay ul li {
line-height: 18px;
}
.agile-overlay ul li span {
width: 98px;
}
.dropdown-menu {
right: 0;
left: -100%;
}
.w3layouts-banner {
min-height: 430px;
}
.agileits-register {
bottom: -145%;
}
.w3l_find-soulmate {
padding: 675px 0 50px 0;
}
.w3ls_app-left h3 {
font-size: 20px;
margin: 40px 0 0px 0;
line-height: 32px;
}
.w3ls_app-left p {
margin: 15px 0 0px 0;
}
.w3layouts_featured-profiles {
padding: 50px 0px;
}
.agile-assisted-service p {
width: 75%;
}
.w3l_about p {
letter-spacing: 0.5px;
}
.w3l_about_left img {
width: 100%;
}
.copy-right {
padding: 12px 0;
}
.feedback p {
line-height: 28px;
}
.wthree-help h3 {
font-size: 25px;
}
.wthree-help a {
padding: 7px 25px;
}
h3.w3-head {
font-size: 26px;
}
h2.agileits-icons-title {
font-size: 25px;
}
h3.icon-subheading {
font-size: 22px;
}
.w3layouts-inner-banner {
min-height: 200px;
}
.agile_tips h2, .terms h2 {
font-size: 24px;
letter-spacing: 2px;
}
.terms ol li {
font-size: 14px;
line-height: 28px;
}
.terms h6 {
font-size: 18px;
margin: 35px 0 14px 0;
}
.w3_locations h2 {
margin: 0 0 15px;
font-size: 22px;
}
.feature-main {
height: 683px;
}
.feature {
padding: 4em 0px 0 0;
}
}
@media(max-width:767px){
.navbar-toggle {
margin-bottom: 0px;
margin-top: -45px;
}
.navbar-nav {
margin: 7.5px 0px;
text-align: center;
}
button.navbar-toggle.navbar-toggle1.collapsed {
height: 40px;
}
.pull-right {
width: 100%;
}
.navbar {
min-height: 0;
}
header {
padding: 4px 0;
}
}
@media(max-width:736px){
.navbar-toggle {
margin-bottom: 0px;
margin-top: -45px;
}
.navbar-nav {
margin: 7.5px 0px;
text-align: center;
}
button.navbar-toggle.navbar-toggle1.collapsed {
height: 40px;
}
.pull-right {
width: 100%;
}
.navbar {
min-height: 0;
}
header {
padding: 4px 0;
}
.w3l_find-soulmate h3 {
font-size: 32px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.col-md-3.biseller-column {
width: 48%;
margin: 1% 1%;
}
.agile-overlay ul li {
font-size: 12px;
letter-spacing: 0.5px;
line-height: 23px;
}
.agile-overlay ul li span {
width: 125px;
}
.agile-overlay ul {
padding: 20px 15px 15px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
margin: 10% auto 0;
width: 75%;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-1 {
text-align: center;
}
.location h3 {
font-size: 28px;
margin-top: 15px;
text-align: center;
margin-bottom: 20px;
}
.location p {
width: 100%;
}
.location h5 {
margin-bottom: 5px;
}
.assisted_agile_advantages h4 {
font-size: 28px;
margin-bottom: 30px;
}
.w3ls_services-grids {
float: none;
width: 65%;
margin: 0 auto 15px;
}
.agileits_services h2 {
margin-bottom: 30px;
}
.agileits_services {
min-height: 440px;
border-top: 2px solid #00c4da;
}
.wthree_services-bottom p {
font-size: 18px;
}
.w3layouts-browse h3 {
font-size: 24px;
}
.w3ls-assisted_Services {
padding: 40px 0 0 0;
}
.assisted_Services-agileits h2 {
margin-bottom: 30px;
}
.feedback h2 {
font-size: 20px;
}
.feedback p {
line-height: 26px;
margin: 10px 0 20px 0;
font-size:13px;
}
h5.marker_head {
font-size: 16px;
}
h2.w3-head {
font-size: 24px;
margin: 35px 0px 25px;
}
p.m_13 {
line-height: 28px;
}
.write-agileits {
padding: 40px 0;
}
.est-bottom p {
font-size: 1.3em;
}
}
@media(max-width:667px){
.logo a {
font-size: 36px;
}
.agileits-register {
width: 70%;
right: 15%;
bottom: -155%;
}
.agile-overlay ul li {
font-size: 11px;
}
.agile_featured-profiles {
width: 95%;
}
.w3ls_app-left h3 {
font-size: 18px;
margin: 20px 0 0px 0;
line-height: 30px;
}
.w3ls_app-left p {
margin: 10px 0 0px 0;
line-height: 26px;
font-size: 12px;
}
.agileits_app-devices {
width: 95%;
}
.agile-assisted-service p {
width: 85%;
}
.agile-assisted-service {
min-height: 260px;
padding-top: 40px;
}
.assisted_agile_advantages {
padding: 40px 0;
}
.w3layouts-banner {
min-height: 400px;
}
.w3layouts_happy_asstd_marriages {
padding: 50px 0;
}
.w3_feedbacktextmessage textarea {
height: 200px;
}
h2.last-updated {
font-size: 22px;
margin-bottom: 30px;
}
.w3ls-aside {
width: 60%;
}
.banner-bottom {
padding: 0em 2em;
}
.feature-main {
height: 590px;
}
.est-right p {
font-size: 16px;
line-height: 1.5em;
}
.demo {
padding: 50px 0;
}
}
@media(max-width:600px){
.w3layouts-banner {
min-height: 370px;
}
header {
padding: 0px 0;
}
.agileits-register {
width: 80%;
right: 10%;
bottom: -170%;
}
.logo a {
font-size: 34px;
}
.agile-overlay ul li span {
width: 106px;
}
.w3ls_app-left h3 {
font-size: 17px;
margin: 10px 0 0px 0;
line-height: 26px;
}
.agileits_app-devices {
width: 100%;
margin: 25px 0 0 0;
}
.agileits_app-devices h5 {
margin-bottom: 10px;
font-size: 18px;
}
.app {
padding: 40px 0px 0 0;
}
.w3layouts-browse h3 {
font-size: 22px;
margin-bottom: 25px;
}
.col-md-4.w3-browse-grid {
margin-top: 35px;
}
.w3-browse-grid ul li {
margin: 10px 1px;
}
.agile-assisted-service h4 {
font-size: 28px;
margin-bottom: 24px;
}
.agile-assisted-service p {
width: 95%;
}
.agile-assisted-service a {
padding: 7px 25px;
}
.w3layous-story h4 a {
font-size: 14px;
margin-left: 10px;
}
.w3ls_services-grids {
width: 75%;
}
.wthree_services-bottom p {
font-size: 16px;
}
.footer {
padding-top: 45px;
padding-bottom: 45px;
}
.footer h3 {
margin-bottom: 15px;
margin-top: 45px;
}
.col-md-6.one-w3-profile {
width: 75%;
float: none;
margin: 0 auto;
}
.w3layouts_details p {
font-size: 13px;
}
.banner-right h2 {
font-size: 1.8em;
}
.banner-right h3 {
font-size: 1.3em;
margin-top: 15px;
}
.banner-right p {
font-size: 18px;
margin-top: 8%;
line-height: 32px;
}
.feature-main {
height: 532px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 14px;
padding-right: 6%;
line-height: 28px;
}
.support {
padding: 14em 0px 5em;
}
.sup {
right: 0.5%;
top: -31.4%;
}
}
@media(max-width:568px){
.logo {
margin-top: 25px;
}
.w3layouts-banner {
min-height: 350px;
}
.agileits-register {
bottom: -180%;
}
.col-md-3.biseller-column {
width: 50%;
margin: 0% 0%;
}
.agile-overlay ul {
padding: 20px 12px 15px;
}
.app-image img {
width: 100%;
}
.agile_tips h6 {
font-size: 18px;
margin: 35px 0 10px 0;
}
.list_1 h3 {
font-size: 22px;
margin: 25px 0 15px 0;
}
.terms p {
padding-left: 20px;
}
.w3ls-aside {
width: 65%;
}
.w3layous-story h4 {
letter-spacing: 0px;
}
.wthree_services-bottom p {
padding: 0 15px;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 24px;
}
.panel-body p {
padding: 0px 5px 15px;
}
.w3layouts_details a {
width: 65%;
}
.agileits_profile_image {
width: 45%;
margin-right:3%;
}
.w3layouts_details {
width: 52%;
}
.feature-top {
margin-left: 5%;
}
.feature-top h3 {
font-size: 1.8em;
}
.feature-main {
height: 503px;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 30px;
}
.feature-right img {
margin-top: 10%;
width: 90%;
margin-left: 5%;
}
.establish {
min-height: 600px;
}
.get-top h3, .support-top h3, .demo-top h3 {
font-size: 1.8em;
}
.demo-top p {
width: 100%;
font-size: 16px;
line-height: 28px;
}
.get {
min-height: 1020px;
margin-top: -32%;
}
.get-top p, .support-top p {
width: 100%;
}
.sup {
top: -35.4%;
}
}
@media(max-width:480px){
h3.icon-subheading {
font-size: 20px;
}
.navbar-toggle {
margin-top: -41px;
}
.w3layouts-banner {
min-height: 320px;
}
.agileits-register {
bottom: -195%;
width: 86%;
right: 7%;
}
.w3l_find-soulmate h3 {
font-size: 30px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.w3_soulgrid p {
height: 48px;
font-size: 13px;
}
.agileits-register h3 {
font-size: 20px;
padding: 10px 15px;
}
.col-md-3.biseller-column {
width: 70%;
margin: 0% 15%;
}
.agile-overlay ul li span {
width: 130px;
}
.nbs-flexisel-nav-right {
right: 0px;
}
.nbs-flexisel-nav-left {
left: 0px;
}
.col-md-6.w3ls_app-left.mpl {
width: 100%;
}
.col-md-offset-1.col-md-5.app-image {
width: 70%;
margin-top: 10%;
}
.agileits_app-devices {
width: 75%;
}
.w3ls_app-left h3 {
font-size: 20px;
}
.agile-assisted-service h4 {
font-size: 25px;
margin-bottom: 22px;
}
.agile-assisted-service p {
font-size: 14px;
line-height: 25px;
margin: 0 auto 35px;
}
.agile-assisted-service a {
font-size: 12px;
}
.agile-assisted-service {
min-height: 240px;
padding-top: 35px;
}
.w3layous-story h4 {
font-size: 18px;
}
.w3layous-story h4 a {
padding: 6px 20px;
}
.copy-right p {
font-size: 0.8em;
letter-spacing: 0.5px;
}
.w3l_about_left {
width: 100%;
}
.w3ls_services-grids {
width: 95%;
}
.wthree_services-bottom p {
font-size: 18px;
}
.modal-dialog {
width: 420px;
}
.wthree-help h3 {
font-size: 23px;
}
.assisted_Services-agileits {
width: 95%;
}
.w3layouts_happy_asstd_marriages h4 {
font-size: 22px;
}
.assisted_agile_advantages h4 {
font-size: 26px;
margin-bottom: 26px;
}
.w3layouts-inner-banner {
min-height: 180px;
}
.agile_tips h2, .terms h2 {
font-size: 22px;
letter-spacing: 1px;
}
h2.last-updated {
font-size: 20px;
margin-bottom: 28px;
}
.panel-title {
font-size: 16px;
}
section.w3_g_address {
padding: 10px 0px;
}
.photos-upload-view {
width: 90%;
}
.agileits_sitemap_list ul li {
margin: 5px 10px;
}
.w3ls-aside {
width: 75%;
}
.col-md-6.one-w3-profile {
width: 90%;
}
.w3layouts_details {
width: 100%;
}
.w3layouts_details a {
width: 45%;
}
.agileits_profile_image {
width: 65%;
margin-right: 0;
margin-bottom: 4%;
}
.agileits_aboutme h4 {
font-size: 25px;
margin-bottom: 20px;
margin-top: 12px;
}
.banner-bottom {
padding: 0em 0em;
}
.feature-main {
height: 423px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 13px;
padding-right: 2%;
line-height: 18px;
}
.ftr-left i, .ftr-left-one i, .ftr-left-two i, .ftr-left-tre i, .ftr-left-fvr i {
font-size: 25px;
}
.est-right p {
width: 100%;
}
.est-bottom p {
font-size: 1.2em;
}
.banner {
background: #0fa7ff;
padding: 3em 0px 2.5em 0px;
}
.contact-but input[type="submit"] {
padding: 5px 45px;
font-size: 24px;
}
.banner-right p {
font-size: 16px;
margin-top: 4%;
line-height: 30px;
}
}
@media(max-width:414px){
.icons i {
padding-left: 10px;
}
.w3layouts-banner {
min-height: 290px;
}
label.agileits-agree {
font-size: 12px;
}
.agileits-register {
bottom: -212%;
width: 90%;
right: 5%;
}
.w3ls-aside {
width: 85%;
}
.w3_soulgrid {
width: 90%;
margin: 3% 0% 3% 5%;
}
.col-md-3.biseller-column {
width: 80%;
margin: 0% 10%;
}
.w3layouts-browse h3 {
font-size: 20px;
margin-bottom: 20px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
width: 85%;
}
.w3layous-story h4 a {
padding: 10px 20px;
display: block;
width: 40%;
margin: 15px auto 0;
}
.w3layous-story h4 {
font-size: 20px;
letter-spacing: 1px;
}
.location h3 {
margin-top: 0px;
}
.address-left {
padding: 2em 1em 1em;
}
.agileits_services h2 {
margin-bottom: 28px;
font-size: 28px;
}
.w3ls_services-grids {
width: 100%;
}
.w3ls-aside {
width: 100%;
}
.agileits label, .w3_feedbacktextmessage label {
width: 100%;
}
.agileits input[type="text"], .agileits input[type="email"], .agileits input[type="tel"], .w3_feedbacktextmessage textarea, .agileits select, .w3_writetoustextarea textarea, .photos-upload-view {
width: 100%;
}
.wthree-help form input[type="submit"] {
width: 42%;
}
.wthree-help textarea {
width: 100%;
}
h2.w3-head {
font-size: 22px;
}
h5.marker_head {
font-size: 15px;
}
.agile_tips h5, .terms h5 {
line-height: 25px;
}
.panel-title {
font-size: 14px;
}
h2.last-updated {
font-size: 20px;
margin-bottom: 26px;
letter-spacing: 0px;
}
section.privacy_policy_section {
padding: 40px 0;
}
.w3ls_contact_section {
padding: 40px 0;
}
section.w3_g_address ul li span {
width: 100%;
}
.w3ls-list h2 {
font-size: 22px;
margin-bottom: 25px;
line-height: 30px;
}
.col-md-6.one-w3-profile {
width: 100%;
}
.w3layouts_details a {
width: 44%;
}
label.col-sm-3.control-label1 {
width: 100%;
}
.w3_details {
width: 100%;
}
.agile_featured-profiles h2 {
margin-bottom: 20px;
font-size: 30px;
}
h3.w3_special {
font-size: 22px;
margin-bottom: 30px;
}
.modal-dialog {
width: 400px;
}
.get {
min-height: 850px;
}
.sup {
top: -28.4%;
}
.support {
padding: 14em 0px 3em;
}
.feature-right {
width: 70%;
}
.feature-main {
height: 360px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p, .ftr-right-fvr p {
font-size: 12px;
line-height: 18px;
margin-top: 12px;
}
}
@media(max-width:384px){
.w3layouts-banner {
min-height: 270px;
}
.agileits-register {
bottom: -224%;
width: 95%;
right: 2.5%;
}
.w3l_find-soulmate {
padding: 650px 0 50px 0;
}
.col-md-3.biseller-column {
width: 90%;
margin: 0% 5%;
}
.nbs-flexisel-nav-right {
right: -10px;
}
.nbs-flexisel-nav-left {
left: -10px;
}
.agileits_app-devices {
width: 100%;
}
.w3layouts-browse h3 {
letter-spacing: 0px;
}
.col-md-4.w3-browse-grid {
padding: 0;
}
.agile-assisted-service p {
font-size: 13px;
}
#toTop {
right: -20px;
}
.modal-dialog {
width: 360px;
}
.assisted_Services-agileits h2 {
margin-bottom: 25px;
font-size: 24px;
}
.w3layous-story h4 {
letter-spacing: 0.4px;
}
.w3_success-stories h4 {
font-size: 26px;
}
.w3_success-stories {
padding: 40px 0;
}
.agileits_services {
min-height: 480px;
}
.feedback p {
line-height: 25px;
font-size: 13px;
letter-spacing: 0.5px;
}
.wthree-help form input[type="submit"] {
width: 50%;
}
.wthree-help textarea {
margin: 25px 0 0 0;
}
.wthree-help {
margin: 40px auto 55px;
}
.icon-box {
height: 50px;
width: 100%;
margin: 0.5em 0 0.5em 0;
}
.icons .bs-glyphicons li {
width: 98%;
height: 95px;
}
.panel-heading {
padding: 13px 5px;
}
.photos-upload-view input#fileselect {
width: 100%;
}
.write-agileits form {
padding: 0px 10px;
}
.agileits_sitemap_list ul li {
margin: 5px 7px;
}
.login-w3ls form {
padding: 0 0em;
}
.w3layouts_details a {
width: 94%;
}
.banner-left {
padding: 0;
}
.support {
padding: 11em 0px 3em;
}
.ftr-right {
top: 2%;
left: 40%;
}
.ftr-right-one {
top: 19%;
left: 40%;
}
.ftr-right-two {
top: 36%;
left: 40%;
}
.ftr-right-tre {
top: 53%;
left: 40%;
}
.ftr-right-fvr {
top: 71%;
left: 40%;
}
}
@media(max-width:375px){
.w3layouts-banner {
min-height: 250px;
}
.icon-box {
height: 50px;
width: 100%;
margin: 0.5em 0 0.5em 0;
}
.col-md-6.w3ls_app-left.mpl {
padding: 0;
}
.col-md-offset-1.col-md-5.app-image {
width: 85%;
margin-top: 15%;
}
.agileits-register {
padding: 10px;
}
.agileits-register {
bottom: -237%;
}
.w3l_find-soulmate h3 {
font-size: 28px;
}
.w3_soulgrid h3 {
font-size: 22px;
margin-bottom: 0;
}
.modal-dialog {
width: 350px;
}
.agile_tips p {
margin: 5px;
}
h2.agileits-icons-title {
font-size: 22px;
}
h3.w3-head {
font-size: 24px;
}
h3.icon-subheading {
font-size: 18px;
}
.icons.w3layouts-content, .shortcodes, .w3ls_sitemap {
padding: 30px 0;
}
.wthree-help {
margin: 30px auto 55px;
}
.w3_success-stories {
padding: 30px 0;
}
section.w3_g_address {
padding: 10px 10px;
}
.feedback, section.terms-of-use, .w3ls-list {
padding: 30px 0;
}
.agileits_profile_image {
width: 85%;
}
.agileits_aboutme h5 {
margin-bottom: 10px;
margin-top: 30px;
}
.agileits_aboutme p {
margin: 10px 0;
}
.feature-main {
height: 355px;
}
}
@media(max-width:320px){
.icons i {
padding-left: 8px;
}
.logo a {
font-size: 32px;
}
.navbar-toggle {
padding: 9px 0 10px;
}
.w3layouts-banner {
min-height: 240px;
}
.w3_modal_body_grid span {
width: 100%;
}
#w3_country, .w3_modal_body_grid input[type="text"], .w3_modal_body_grid input[type="email"], #w3_country1, .w3_modal_body_grid input[type="password"] {
width: 100% !important;
}
.w3_modal_body_grid1 {
margin: 6px 0;
}
.w3_gender {
width: 100%;
margin: 0.2em 0 0;
}
label.agileits-agree {
float: right;
width: 93%;
}
input[type="checkbox"] {
margin: 0px 0 0;
}
.modal-title {
font-size: 22px;
}
.modal-dialog {
width: 300px;
}
.login-w3ls label {
margin: 15px 0px 6px 0px;
}
.w3_soulgrid {
width: 100%;
margin: 3% 0% 3% 0%;
}
.agileits-register {
bottom: -320%;
}
.w3l_find-soulmate {
padding: 810px 0 50px 0;
}
.col-md-3.biseller-column {
width: 99%;
margin: 0% 0%;
}
.agile-overlay ul li span {
width: 115px;
}
.nbs-flexisel-nav-right {
right: -18px;
}
.nbs-flexisel-nav-left {
left: -18px;
}
.col-md-offset-1.col-md-5.app-image {
width: 95%;
}
.agile-assisted-service p {
font-size: 12px;
line-height: 23px;
margin: 0 auto 30px;
}
.col-md-6.col-sm-6.w3layouts.location-grids.location-grids-2 {
width: 100%;
}
.w3layous-story h4 a {
width: 50%;
}
.address-left {
padding: 2em 0em 1em;
}
.w3l_about_left_pos h3, .w3l_about_left_pos1 h3 {
font-size: 1.1em;
}
.w3_success-stories h4 {
font-size: 22px;
}
.agileits_services h2 {
margin-bottom: 25px;
font-size: 26px;
}
.feedback h2 {
font-size: 19px;
}
h2.w3-head {
font-size: 19px;
}
.icons a {
font-size: 11px;
}
h2.agileits-icons-title {
font-size: 20px;
}
.grid_3 {
padding: 1em;
}
.write-agileits h2 {
font-size: 22px;
}
.write-agileits {
padding: 30px 0;
}
.agile_featured-profiles h2 {
margin-bottom: 15px;
font-size: 27px;
}
.w3-prfr a {
letter-spacing: 0px;
}
span.agile-breadcrumbs {
font-size: 13px;
}
span.agile-breadcrumbs a {
margin: 0 2px;
}
.w3ls-loginr a, .w3ls-loginr span {
font-size: 13px;
}
.banner-right h2 {
font-size: 1.5em;
}
.banner-right h3 {
font-size: 1.1em;
margin-top: 10px;
line-height: 28px;
}
.banner-right p {
font-size: 15px;
margin-top: 6%;
line-height: 28px;
}
.feature-top h3 {
font-size: 1.5em;
}
.feature-main {
min-height: 396px;
background-size: cover;
}
.feature-right {
width: 80%;
margin-right: 10%;
}
.demo-bottom iframe {
width: 100%;
height: 280px;
}
.support {
padding: 7em 0px 3em;
}
} | 0.235284 | 0.071009 |
.calpage
{
display: flex;
flex-direction: column;
width: 85vw;
margin-left: 15vw;
height: 100vh;
}
.toppart{
height: 100vh;
width: 85vw;
display: grid;
grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw ;
grid-column-gap:.2vh;
grid-row-gap:.5vh;
padding-bottom: 15vh ;
}
.bottompart
{
height: 9vh;
width: 85vw;
background-color:darkgoldenrod;
color: white;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
margin-top: 91vh;
}
.taskbox
{
margin:0vh;
margin-left: 1.7vh;
margin-top: 1.7vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(255,0,0,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.mediumtaskbox
{
margin:2vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(148,0,211,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.lowtaskbox
{
margin:2vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(255,255,0,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.newtaskbutton
{
border-radius: 10%;
background-color:bisque;
color: black;
width: 15vw;
display: flex;
justify-content: center;
align-items: center;
margin-left: 1vw;
margin-right: 2vw;
height: 7vh;
font-weight:bolder;
font-size: 2.3vh;
}
.prioritydesc
{
display: flex;
align-items: center;
justify-content: center;
margin-left: 3vw;
width: 20vw;
font-size: 2vh;
}
.redbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(255,0,0,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.yellowbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(148,0,211,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.violetbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(255,255,0,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.newtaskbutton:hover
{
background-color: aqua;
text-decoration: underline;
}
.crossbutton
{
width: 5.05vh;
height:5vh;
display: flex;
justify-content: center;
align-items: center;
margin-left: 42.5vw;
font-size: 2vh;
}
.crossbutton:hover
{
background-color: rgb(172, 165, 165,0.5);
}
.forhover :hover
{
color: white;
}
.toppar2
{
margin:0%;
padding: 0%;
}
.topbar
{ margin: 0%;;
}
.formarea
{
padding:0vw 0vw 0vw 1vw ;
font-weight: bolder;
display: flex;
flex-direction: column;
}
.fields {
width: 88%;
border: none;
margin-top:0.5vh;
margin-bottom:1.5vh;
padding: 0%;
border-bottom: 2px solid red;
background-color: rgba(128,128,124,0);
color:black;
text-decoration: solid;
font-size: 1.8vh;
}
.subbut {
width: 30%;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
align-self: center;
margin-left: 35%;
margin-right: 35%;
margin-top: 2%;
height: 14%;
font-size: 2.5vh;
}
.subbut:hover {
background-color: #45a049;
cursor: pointer;
}
.buthover
{
background-color: #45a049 ;
color:black;
font-weight:600;
cursor: pointer;
}
.buthover:hover
{
background-color:#3cb371
;
color:black;
} | src/CSSComponents/calendarstyle.css | .calpage
{
display: flex;
flex-direction: column;
width: 85vw;
margin-left: 15vw;
height: 100vh;
}
.toppart{
height: 100vh;
width: 85vw;
display: grid;
grid-template-columns: 14vw 14vw 14vw 14vw 14vw 14vw ;
grid-column-gap:.2vh;
grid-row-gap:.5vh;
padding-bottom: 15vh ;
}
.bottompart
{
height: 9vh;
width: 85vw;
background-color:darkgoldenrod;
color: white;
display: flex;
justify-content: center;
align-items: center;
position: fixed;
margin-top: 91vh;
}
.taskbox
{
margin:0vh;
margin-left: 1.7vh;
margin-top: 1.7vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(255,0,0,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.mediumtaskbox
{
margin:2vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(148,0,211,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.lowtaskbox
{
margin:2vh;
background-image: linear-gradient(to top left,Cornsilk, rgba(255,255,0,1));
height: 33vh;
width: 13vw;
display: flex;
flex-direction: column;
box-shadow: 5px 8px rgb(139, 139, 139,0.9);
border-radius: 5%;
/*justify-content: center;
align-items: center;*/
}
.newtaskbutton
{
border-radius: 10%;
background-color:bisque;
color: black;
width: 15vw;
display: flex;
justify-content: center;
align-items: center;
margin-left: 1vw;
margin-right: 2vw;
height: 7vh;
font-weight:bolder;
font-size: 2.3vh;
}
.prioritydesc
{
display: flex;
align-items: center;
justify-content: center;
margin-left: 3vw;
width: 20vw;
font-size: 2vh;
}
.redbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(255,0,0,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.yellowbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(148,0,211,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.violetbox
{
background-image: linear-gradient(to top left, rgba(255,255,255), rgba(255,255,0,1));
height: 3vh;
width: 3vh;
margin-right:1.5vw ;
}
.newtaskbutton:hover
{
background-color: aqua;
text-decoration: underline;
}
.crossbutton
{
width: 5.05vh;
height:5vh;
display: flex;
justify-content: center;
align-items: center;
margin-left: 42.5vw;
font-size: 2vh;
}
.crossbutton:hover
{
background-color: rgb(172, 165, 165,0.5);
}
.forhover :hover
{
color: white;
}
.toppar2
{
margin:0%;
padding: 0%;
}
.topbar
{ margin: 0%;;
}
.formarea
{
padding:0vw 0vw 0vw 1vw ;
font-weight: bolder;
display: flex;
flex-direction: column;
}
.fields {
width: 88%;
border: none;
margin-top:0.5vh;
margin-bottom:1.5vh;
padding: 0%;
border-bottom: 2px solid red;
background-color: rgba(128,128,124,0);
color:black;
text-decoration: solid;
font-size: 1.8vh;
}
.subbut {
width: 30%;
background-color: #4CAF50;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
align-self: center;
margin-left: 35%;
margin-right: 35%;
margin-top: 2%;
height: 14%;
font-size: 2.5vh;
}
.subbut:hover {
background-color: #45a049;
cursor: pointer;
}
.buthover
{
background-color: #45a049 ;
color:black;
font-weight:600;
cursor: pointer;
}
.buthover:hover
{
background-color:#3cb371
;
color:black;
} | 0.684159 | 0.102709 |
@charset "UTF-8";
/*
@media screen and (max-width: $screen-small - 1px) {
}
@media screen and (min-width: $screen-small) {
}
*/
@font-face {
font-family: "Roboto Regular";
src: url("../fonts/Roboto-Regular.ttf");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Medium";
src: url("../fonts/Roboto-Medium.ttf");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Bold";
src: url("../fonts/Roboto-Bold.ttf");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Italic";
src: url("../fonts/Roboto-Italic.ttf");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Light";
src: url("../fonts/Roboto-Light.ttf");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Thin";
src: url("../fonts/Roboto-Thin.ttf");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Black";
src: url("../fonts/Roboto-Black.ttf");
font-weight: 900;
font-style: normal;
font-display: swap;
}
body {
font-family: "Roboto Regular", sans-serif;
background-color: #f2f7f8;
}
.overlay.active {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 1;
background-color: #437f97;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
}
.overlay.active h2 {
color: #ffe400;
text-shadow: 2px 0 #000000;
font-size: 2em;
width: 250px;
margin-bottom: 1rem;
}
.overlay.active h2 span {
display: inline-block;
width: 3ch;
letter-spacing: 6px;
animation: typing 2s steps(4) infinite;
white-space: nowrap;
overflow: hidden;
position: relative;
bottom: -10px;
}
.overlay.active .thing {
display: flex;
justify-content: center;
align-items: center;
margin: 1px;
border: 10px solid transparent;
border-color: #ffe400 transparent transparent #ffe400;
border-radius: 50%;
animation: thing 5s cubic-bezier(0.35, -0.14, 0.79, 1.22) infinite;
}
.overlay.inactive {
display: none;
}
@keyframes thing {
100% {
transform: rotateZ(1turn);
}
}
@keyframes typing {
from {
width: 0;
}
to {
width: 3ch;
}
}
@keyframes rotateCircle {
from {
transform: rotateZ(0);
}
to {
transform: rotateZ(360deg);
}
}
#view-login .background-container {
display: flow-root;
min-height: 100vh;
min-width: 100vw;
background-image: url("/storage/images/login_background.png");
background-size: cover;
}
#view-login .login-form-container {
margin-top: 150px;
}
#view-login .login-form-container h1 {
font-family: "Roboto Medium", sans-serif;
text-transform: uppercase;
margin-bottom: 0;
}
#view-login .login-form-container .form-section {
margin-top: 2rem;
}
#view-login .login-form-container .form-section input {
height: 40px;
padding: 5px 5px 5px 40px;
}
#client-homepage {
overflow: hidden;
display: flow-root;
background-color: #e8ebed;
min-width: 100%;
min-height: 100%;
}
#client-homepage .title-bar {
margin-top: 2rem;
margin-bottom: 1rem;
}
#client-homepage .title-bar img {
height: 70px;
margin-left: 2rem;
}
#client-homepage .title-bar .button-container {
margin-left: auto;
display: flex;
justify-content: space-evenly;
align-items: center;
margin-right: 2rem;
}
@media screen and (max-width: 575px) {
#client-homepage .title-bar .button-container {
width: 100%;
justify-content: unset;
margin-left: 2rem;
margin-top: 1.5rem;
}
}
#client-homepage .title-bar .button-container button {
border-radius: 6px;
border: 2px solid;
color: #000000;
padding: 0.1em 0.7em;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1), opacity 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#client-homepage .title-bar .button-container button:hover, #client-homepage .title-bar .button-container button:focus {
border-color: #000000;
opacity: 0.7;
}
#client-homepage .title-bar .button-container .kycu {
background-color: #ffe400;
border-color: #ffe400;
margin-right: 1rem;
}
#client-homepage .title-bar .button-container .regjistrohu {
background-color: transparent;
border-color: #000000;
}
#client-homepage .gjurmo-form-container .z-indexed-div {
z-index: 1;
}
#client-homepage .gjurmo-form-container .colored-box {
position: absolute;
height: 10rem;
width: 50%;
z-index: -1;
}
@media screen and (max-width: 575px) {
#client-homepage .gjurmo-form-container .colored-box {
height: 5rem;
width: 50%;
}
}
#client-homepage .gjurmo-form-container .colored-box.yellow {
background-color: #fdf567;
}
#client-homepage .gjurmo-form-container .colored-box.yellow:nth-of-type(2) {
left: 0;
bottom: 2rem;
}
#client-homepage .gjurmo-form-container .colored-box.yellow:nth-of-type(4) {
right: 0;
top: 2rem;
}
#client-homepage .gjurmo-form-container .colored-box.blue {
background-color: #c5e9f0;
}
#client-homepage .gjurmo-form-container .colored-box.blue:nth-of-type(1) {
left: -2rem;
bottom: 0;
}
#client-homepage .gjurmo-form-container .colored-box.blue:nth-of-type(3) {
right: -2rem;
top: 0;
}
#client-homepage .gjurmo-form-container img {
width: 100%;
object-fit: cover;
border-radius: 50%;
z-index: 2;
}
#client-homepage .gjurmo-form-container .form-section {
z-index: 2;
}
#client-homepage .gjurmo-form-container .form-section h3 {
text-transform: uppercase;
font-family: "Roboto Bold", sans-serif;
}
#client-homepage .gjurmo-form-container .form-section #gjurmo {
height: unset;
padding: 0.2rem 0.7rem;
padding-right: 5rem;
border-radius: 16px;
}
#client-homepage .gjurmo-form-container .form-section input[type=submit] {
position: absolute;
right: 0;
bottom: 0;
height: 32.38px;
border-radius: 16px;
padding: 0.1em 0.7em;
background-color: #ffe400;
border: 2px solid #ffe400;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#client-homepage .gjurmo-form-container .form-section input[type=submit]:hover, #client-homepage .gjurmo-form-container .form-section input[type=submit]:focus {
border-color: #000000;
}
#client-homepage .title-with-shapes h2 {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#client-homepage .title-with-shapes h2:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#client-homepage .title-with-shapes h2:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#client-homepage [class*=col-].z-indexed-div {
z-index: 1;
}
#client-homepage .orange-card {
height: 300px;
width: 80%;
margin: auto;
position: relative;
background-color: #ffbb00;
display: flex;
flex-direction: column;
}
#client-homepage .orange-card.circle-top::after, #client-homepage .orange-card.circle-bottom::after {
content: "";
width: 50%;
padding-top: 50%;
background-color: #fdf567;
position: absolute;
z-index: -1;
border-radius: 50%;
}
@media screen and (max-width: 767px) {
#client-homepage .orange-card.circle-top::after, #client-homepage .orange-card.circle-bottom::after {
display: none;
}
}
#client-homepage .orange-card.circle-top::after {
left: 0;
top: 0;
transform: translate(-50%, -50%);
}
#client-homepage .orange-card.circle-bottom::after {
right: 0;
bottom: 0;
transform: translate(50%, 50%);
}
#client-homepage .orange-card img {
width: 150px;
margin: auto;
}
#client-homepage .orange-card h4 {
color: white;
margin: 0 auto 1rem auto;
text-transform: uppercase;
}
#client-homepage .z-index-children .col-12 {
z-index: 1;
}
#client-homepage .creator-circle {
background-color: #fffedb;
width: 100%;
padding-top: calc(50% - 12px);
padding-bottom: calc(50% - 12px);
border-radius: 50%;
margin-bottom: 2rem;
text-align: center;
position: relative;
font-family: "Roboto Bold", sans-serif;
}
#client-homepage .creator-circle:after {
content: "";
z-index: -1;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fdf567;
transform-origin: 49% 49%;
animation: rotateCircle 2.5s linear infinite;
}
#package-tracking-page {
overflow: hidden;
display: flow-root;
background-color: #e8ebed;
min-width: 100%;
min-height: 100%;
background-image: url("/storage/images/component7–4.png");
background-size: cover;
}
#package-tracking-page .form-section {
margin: 4rem 0;
}
#package-tracking-page .form-section #gjurmo {
height: unset;
padding: 0.2rem 0.7rem;
padding-right: 5rem;
border-radius: 16px;
}
#package-tracking-page .form-section input[type=submit] {
position: absolute;
right: 0;
bottom: 0;
height: 32.38px;
border-radius: 16px;
padding: 0.1em 0.7em;
background-color: #ffe400;
border: 2px solid #ffe400;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#package-tracking-page .form-section input[type=submit]:hover, #package-tracking-page .form-section input[type=submit]:focus {
border-color: #000000;
}
#package-tracking-page .form-section ~ h3 {
margin-bottom: 2rem;
}
#package-tracking-page .tracking-section {
padding-left: 2rem;
position: relative;
}
#package-tracking-page .tracking-section h5 {
margin-bottom: 1rem;
}
#package-tracking-page .tracking-section:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: calc(100% + 20px);
transform: translateX(-50%);
width: 8px;
border-radius: 4px;
background-color: #a8a8a8;
}
#package-tracking-page .tracking-section:last-of-type:before {
height: calc(100% + 5px);
}
#package-tracking-page .tracking-section:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 1.5rem;
height: 1.5rem;
background-color: #a8a8a8;
border-radius: 50%;
transform: translate(-50%, 0);
}
#package-tracking-page .tracking-section.active:before, #package-tracking-page .tracking-section.active:after {
background-color: #ffe400;
}
#package-tracking-page .center-aligned {
width: 100%;
}
#logistics-page .button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#logistics-page .button-logout:hover, #logistics-page .button-logout:focus {
border-color: #ffe400;
}
#logistics-page .styled-header {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#logistics-page .styled-header:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#logistics-page .styled-header:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#logistics-page .stock-image-holder {
width: 35px;
}
#logistics-page .content-info-holder {
padding-left: 1rem;
width: calc(100% - 35px);
}
#logistics-page .content-info-holder p {
margin-bottom: 0.3rem;
}
#logistics-page .priority-type {
padding: 0.1em 0.7em;
border-radius: 6px;
}
#logistics-page .priority-type.green {
border: 1px solid #11ac20;
color: #11ac20;
background-color: rgba(30, 203, 64, 0.5);
}
#logistics-page .priority-type.red {
border: 1px solid #ff0000;
color: #ff0000;
background-color: rgba(255, 43, 43, 0.5);
}
#admin-dashboard {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
/*Totali i Punonjësve në Pozicionet , dashboard */
/*Totali i Dërgesave në Prioritet , dashboard */
/*Totali i Dërgesave në Tipet , dashboard */
/*Klientët me numrin më të lartë të dërgesave , dashboard*/
/*Klientët më me Shumë Ulje , dashboard*/
/* operator input autocompletes*/
/*download pdf modal*/
}
#admin-dashboard .col-sm-3 {
margin-top: 1rem;
}
#admin-dashboard .col-sm-3:not(:last-of-type) {
margin-right: 1%;
}
#admin-dashboard .col-sm-3:first-of-type {
margin-left: 0.5%;
}
#admin-dashboard .image-input-container {
display: inline-block;
border: 2px solid #fdf567;
border-radius: 6px;
position: relative;
height: 30px;
width: 300px;
cursor: pointer;
}
#admin-dashboard .image-input-container.finished:before {
content: "Foto u vendos!";
}
#admin-dashboard .image-input-container:before {
content: "Vendosni foton!";
position: relative;
left: 10px;
}
#admin-dashboard .image-input-container input[type=file] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#admin-dashboard .rw-d {
background-color: #fff;
display: block;
border-radius: 8px;
border: 1px solid #e1e4ea;
padding: 18px 18px 18px 18px;
margin-bottom: 15px;
}
#admin-dashboard .rw-d h3 {
color: #2d4665;
font-size: 19px;
letter-spacing: 0.3px;
}
#admin-dashboard .col-sm-3 {
/*flex: 0 0 24.5%;*/
max-width: 24% !important;
}
@media screen and (max-width: 767px) {
#admin-dashboard .col-sm-3.rw-d, #admin-dashboard .col-sm-3.right-col-df {
flex: unset;
max-width: 99% !important;
}
}
#admin-dashboard .col-list-f {
display: flex;
background-color: #e4f9fc;
padding: 10px 14px 10px 14px;
margin-top: 15px;
}
#admin-dashboard .col-list-f:first-of-type {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
margin-top: 20px;
}
#admin-dashboard .col-list-f:last-of-type {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
#admin-dashboard .col-list-f p {
margin: 0;
color: #1f1f26;
letter-spacing: 0.5px;
}
#admin-dashboard img.d-icon {
display: block;
/*max-width: 20px;*/
margin: 0 auto;
/*padding-top: 4px;*/
}
#admin-dashboard .col-list-f > div:first-child {
background-color: #fff;
width: 10%;
border-radius: 8px;
max-height: 30px;
}
#admin-dashboard .col-list-f > div:nth-child(2) p {
padding-left: 20px;
}
#admin-dashboard .col-list-f > div:nth-child(2) {
width: 70%;
}
#admin-dashboard .col-list-f > div:last-child {
width: 20%;
}
#admin-dashboard .col-list-f > div:last-child {
float: right;
text-align: right;
border-left: 1px solid #bfd0e4;
}
#admin-dashboard div#employee .col.col-list-f {
background-color: #eef9f2;
}
#admin-dashboard div#priority .col.col-list-f {
background-color: #f0edfd;
}
#admin-dashboard div#order_type .col.col-list-f {
background-color: #e1e9f5;
}
#admin-dashboard div#max_orders_clients .col.col-list-f {
background-color: #dde5fc;
}
#admin-dashboard div#max_discounts .col.col-list-f {
background-color: #f1f6fb;
}
#admin-dashboard .col.col-list-f.all-end {
width: 100% !important;
}
#admin-dashboard .col.col-list-f.all-end p {
margin: auto 0 auto auto;
}
#admin-dashboard .col-sm-3.right-col-df {
padding-right: 0px;
padding-left: 0px;
}
#admin-dashboard label#instock-label {
height: 50px;
padding-left: 40px;
padding-top: 11px;
border-radius: 30px;
border: 1px solid #dee6ef;
color: #30527b;
outline: none;
box-shadow: none;
background-color: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
width: 100%;
}
#admin-dashboard div#btn-export {
color: #ffffff;
outline: none;
transition: 0.2s;
background-color: #85a1c4 !important;
}
#admin-dashboard div#btn-export:hover {
background-color: #84e0be !important;
}
#admin-dashboard .copy-tooltip {
position: relative;
display: inline-block;
cursor: pointer;
}
#admin-dashboard .copy-tooltip .copy-tooltiptext {
visibility: hidden;
width: 140px;
background-color: #606060;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
}
#admin-dashboard .copy-tooltip .copy-tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #606060 transparent transparent transparent;
}
#admin-dashboard .copy-tooltip:hover .copy-tooltiptext {
visibility: visible;
opacity: 1;
}
#admin-dashboard .easy-autocomplete div#eac-container-sender_personal_number {
overflow: auto;
max-height: 455px;
/* overflow-x: hidden; */
z-index: 999;
border: none !important;
margin: 0;
/* padding: 6px 6px 6px 6px; */
padding: 0;
list-style: none;
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0), 0 4px 13px rgba(0, 0, 0, 0.12);
}
#admin-dashboard .easy-autocomplete li {
margin: 0;
padding: 5px 0;
text-indent: 15px;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
cursor: pointer;
}
#admin-dashboard .easy-autocomplete ul {
margin-bottom: 0px;
}
#admin-dashboard #modal-printPD-f .modal {
background-color: #003e6fe3;
}
#admin-dashboard #modal-printPD-f .modal-content {
border: none;
box-shadow: none;
border-radius: 10px;
}
#admin-dashboard #modal-printPD-f h5#order-del-title {
text-align: center;
padding-top: 22px;
font-size: 27px;
}
#admin-dashboard #modal-printPD-f p.del-modal-desc {
text-align: center;
padding: 15px 40px 15px 40px;
color: #85a1c4;
}
#admin-dashboard #modal-printPD-f .modal-footer-button {
display: block;
margin: 0 auto;
}
#admin-dashboard #modal-printPD-f button.cancel-btn-pdf {
padding: 10px 49px 10px 49px;
border: 1px solid #85a1c4;
margin: 0px 20px 22px 20px;
color: #85a1c4;
border-radius: 33px;
outline: none;
transition: 0.2s;
}
#admin-dashboard #modal-printPD-f button.download-btn-pdf {
padding: 6px 40px 6px 40px;
border: 1px solid #85a1c4;
margin: 0px 20px 22px 20px;
color: #85a1c4;
border-radius: 33px;
outline: none;
transition: 0.2s;
}
#admin-dashboard #modal-printPD-f button.cancel-btn-pdf:hover {
background-color: red;
border: 1px solid red;
color: #fff;
}
#admin-dashboard #modal-printPD-f button.download-btn-pdf:hover {
background-color: red;
border: 1px solid red;
color: #fff;
}
#admin-dashboard .select-pdf-option {
display: flex;
justify-content: center;
}
#admin-dashboard .select-pdf-option .format {
width: 30%;
}
#admin-dashboard .select-pdf-option .type {
width: 30%;
}
#admin-dashboard .select-pdf-option .format label {
display: contents;
}
#admin-dashboard .select-pdf-option .type label {
display: contents;
}
#admin-dashboard .select-pdf-option .form-elt {
display: block !important;
flex-wrap: wrap;
}
#admin-dashboard input.excel-example-order {
letter-spacing: 0.3px;
display: flex;
padding: 10px 30px 10px 30px;
margin: 0px 20px 22px 20px;
color: #ffffff;
border-radius: 33px;
outline: none;
transition: 0.2s;
background-color: #84e0be;
}
#admin-dashboard input.excel-example-order:hover {
background-color: red;
}
#change-password .confirm {
padding: 0.1em 0.7em;
border-radius: 6px;
border: 1px solid #11ac20;
color: #11ac20;
}
#change-password .confirm:hover {
cursor: pointer;
}
#change-password .rrethim {
padding: 1rem;
border-radius: 20px;
background-color: white;
}
#change-password .styled-header {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#change-password .styled-header:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#change-password .styled-header:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#change-password .button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#change-password .button-logout:hover, #change-password .button-logout:focus {
border-color: #ffe400;
}
#packages-list .rrethim {
padding: 1rem;
border-radius: 20px;
background-color: white;
}
.button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
.button-logout:hover, #packages-list .button-logout:focus {
border-color: #ffe400;
}
#packages-list #package-list-table-container tr {
transition: background-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#packages-list #package-list-table-container tr:hover {
background-color: #ccc;
}
#packages-list .priority-type {
padding: 0.1em 0.7em;
border-radius: 6px;
}
#packages-list .priority-type.green {
border: 1px solid #11ac20;
color: #11ac20;
background-color: rgba(30, 203, 64, 0.5);
}
#packages-list .priority-type.red {
border: 1px solid #ff0000;
color: #ff0000;
background-color: rgba(255, 43, 43, 0.5);
}
/*# sourceMappingURL=style.css.map */ | public/css/style.css | @charset "UTF-8";
/*
@media screen and (max-width: $screen-small - 1px) {
}
@media screen and (min-width: $screen-small) {
}
*/
@font-face {
font-family: "Roboto Regular";
src: url("../fonts/Roboto-Regular.ttf");
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Medium";
src: url("../fonts/Roboto-Medium.ttf");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Bold";
src: url("../fonts/Roboto-Bold.ttf");
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Italic";
src: url("../fonts/Roboto-Italic.ttf");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Light";
src: url("../fonts/Roboto-Light.ttf");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Thin";
src: url("../fonts/Roboto-Thin.ttf");
font-weight: 100;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Roboto Black";
src: url("../fonts/Roboto-Black.ttf");
font-weight: 900;
font-style: normal;
font-display: swap;
}
body {
font-family: "Roboto Regular", sans-serif;
background-color: #f2f7f8;
}
.overlay.active {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 1;
background-color: #437f97;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1000;
}
.overlay.active h2 {
color: #ffe400;
text-shadow: 2px 0 #000000;
font-size: 2em;
width: 250px;
margin-bottom: 1rem;
}
.overlay.active h2 span {
display: inline-block;
width: 3ch;
letter-spacing: 6px;
animation: typing 2s steps(4) infinite;
white-space: nowrap;
overflow: hidden;
position: relative;
bottom: -10px;
}
.overlay.active .thing {
display: flex;
justify-content: center;
align-items: center;
margin: 1px;
border: 10px solid transparent;
border-color: #ffe400 transparent transparent #ffe400;
border-radius: 50%;
animation: thing 5s cubic-bezier(0.35, -0.14, 0.79, 1.22) infinite;
}
.overlay.inactive {
display: none;
}
@keyframes thing {
100% {
transform: rotateZ(1turn);
}
}
@keyframes typing {
from {
width: 0;
}
to {
width: 3ch;
}
}
@keyframes rotateCircle {
from {
transform: rotateZ(0);
}
to {
transform: rotateZ(360deg);
}
}
#view-login .background-container {
display: flow-root;
min-height: 100vh;
min-width: 100vw;
background-image: url("/storage/images/login_background.png");
background-size: cover;
}
#view-login .login-form-container {
margin-top: 150px;
}
#view-login .login-form-container h1 {
font-family: "Roboto Medium", sans-serif;
text-transform: uppercase;
margin-bottom: 0;
}
#view-login .login-form-container .form-section {
margin-top: 2rem;
}
#view-login .login-form-container .form-section input {
height: 40px;
padding: 5px 5px 5px 40px;
}
#client-homepage {
overflow: hidden;
display: flow-root;
background-color: #e8ebed;
min-width: 100%;
min-height: 100%;
}
#client-homepage .title-bar {
margin-top: 2rem;
margin-bottom: 1rem;
}
#client-homepage .title-bar img {
height: 70px;
margin-left: 2rem;
}
#client-homepage .title-bar .button-container {
margin-left: auto;
display: flex;
justify-content: space-evenly;
align-items: center;
margin-right: 2rem;
}
@media screen and (max-width: 575px) {
#client-homepage .title-bar .button-container {
width: 100%;
justify-content: unset;
margin-left: 2rem;
margin-top: 1.5rem;
}
}
#client-homepage .title-bar .button-container button {
border-radius: 6px;
border: 2px solid;
color: #000000;
padding: 0.1em 0.7em;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1), opacity 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#client-homepage .title-bar .button-container button:hover, #client-homepage .title-bar .button-container button:focus {
border-color: #000000;
opacity: 0.7;
}
#client-homepage .title-bar .button-container .kycu {
background-color: #ffe400;
border-color: #ffe400;
margin-right: 1rem;
}
#client-homepage .title-bar .button-container .regjistrohu {
background-color: transparent;
border-color: #000000;
}
#client-homepage .gjurmo-form-container .z-indexed-div {
z-index: 1;
}
#client-homepage .gjurmo-form-container .colored-box {
position: absolute;
height: 10rem;
width: 50%;
z-index: -1;
}
@media screen and (max-width: 575px) {
#client-homepage .gjurmo-form-container .colored-box {
height: 5rem;
width: 50%;
}
}
#client-homepage .gjurmo-form-container .colored-box.yellow {
background-color: #fdf567;
}
#client-homepage .gjurmo-form-container .colored-box.yellow:nth-of-type(2) {
left: 0;
bottom: 2rem;
}
#client-homepage .gjurmo-form-container .colored-box.yellow:nth-of-type(4) {
right: 0;
top: 2rem;
}
#client-homepage .gjurmo-form-container .colored-box.blue {
background-color: #c5e9f0;
}
#client-homepage .gjurmo-form-container .colored-box.blue:nth-of-type(1) {
left: -2rem;
bottom: 0;
}
#client-homepage .gjurmo-form-container .colored-box.blue:nth-of-type(3) {
right: -2rem;
top: 0;
}
#client-homepage .gjurmo-form-container img {
width: 100%;
object-fit: cover;
border-radius: 50%;
z-index: 2;
}
#client-homepage .gjurmo-form-container .form-section {
z-index: 2;
}
#client-homepage .gjurmo-form-container .form-section h3 {
text-transform: uppercase;
font-family: "Roboto Bold", sans-serif;
}
#client-homepage .gjurmo-form-container .form-section #gjurmo {
height: unset;
padding: 0.2rem 0.7rem;
padding-right: 5rem;
border-radius: 16px;
}
#client-homepage .gjurmo-form-container .form-section input[type=submit] {
position: absolute;
right: 0;
bottom: 0;
height: 32.38px;
border-radius: 16px;
padding: 0.1em 0.7em;
background-color: #ffe400;
border: 2px solid #ffe400;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#client-homepage .gjurmo-form-container .form-section input[type=submit]:hover, #client-homepage .gjurmo-form-container .form-section input[type=submit]:focus {
border-color: #000000;
}
#client-homepage .title-with-shapes h2 {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#client-homepage .title-with-shapes h2:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#client-homepage .title-with-shapes h2:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#client-homepage [class*=col-].z-indexed-div {
z-index: 1;
}
#client-homepage .orange-card {
height: 300px;
width: 80%;
margin: auto;
position: relative;
background-color: #ffbb00;
display: flex;
flex-direction: column;
}
#client-homepage .orange-card.circle-top::after, #client-homepage .orange-card.circle-bottom::after {
content: "";
width: 50%;
padding-top: 50%;
background-color: #fdf567;
position: absolute;
z-index: -1;
border-radius: 50%;
}
@media screen and (max-width: 767px) {
#client-homepage .orange-card.circle-top::after, #client-homepage .orange-card.circle-bottom::after {
display: none;
}
}
#client-homepage .orange-card.circle-top::after {
left: 0;
top: 0;
transform: translate(-50%, -50%);
}
#client-homepage .orange-card.circle-bottom::after {
right: 0;
bottom: 0;
transform: translate(50%, 50%);
}
#client-homepage .orange-card img {
width: 150px;
margin: auto;
}
#client-homepage .orange-card h4 {
color: white;
margin: 0 auto 1rem auto;
text-transform: uppercase;
}
#client-homepage .z-index-children .col-12 {
z-index: 1;
}
#client-homepage .creator-circle {
background-color: #fffedb;
width: 100%;
padding-top: calc(50% - 12px);
padding-bottom: calc(50% - 12px);
border-radius: 50%;
margin-bottom: 2rem;
text-align: center;
position: relative;
font-family: "Roboto Bold", sans-serif;
}
#client-homepage .creator-circle:after {
content: "";
z-index: -1;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #fdf567;
transform-origin: 49% 49%;
animation: rotateCircle 2.5s linear infinite;
}
#package-tracking-page {
overflow: hidden;
display: flow-root;
background-color: #e8ebed;
min-width: 100%;
min-height: 100%;
background-image: url("/storage/images/component7–4.png");
background-size: cover;
}
#package-tracking-page .form-section {
margin: 4rem 0;
}
#package-tracking-page .form-section #gjurmo {
height: unset;
padding: 0.2rem 0.7rem;
padding-right: 5rem;
border-radius: 16px;
}
#package-tracking-page .form-section input[type=submit] {
position: absolute;
right: 0;
bottom: 0;
height: 32.38px;
border-radius: 16px;
padding: 0.1em 0.7em;
background-color: #ffe400;
border: 2px solid #ffe400;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#package-tracking-page .form-section input[type=submit]:hover, #package-tracking-page .form-section input[type=submit]:focus {
border-color: #000000;
}
#package-tracking-page .form-section ~ h3 {
margin-bottom: 2rem;
}
#package-tracking-page .tracking-section {
padding-left: 2rem;
position: relative;
}
#package-tracking-page .tracking-section h5 {
margin-bottom: 1rem;
}
#package-tracking-page .tracking-section:before {
content: "";
position: absolute;
left: 0;
top: 0;
height: calc(100% + 20px);
transform: translateX(-50%);
width: 8px;
border-radius: 4px;
background-color: #a8a8a8;
}
#package-tracking-page .tracking-section:last-of-type:before {
height: calc(100% + 5px);
}
#package-tracking-page .tracking-section:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 1.5rem;
height: 1.5rem;
background-color: #a8a8a8;
border-radius: 50%;
transform: translate(-50%, 0);
}
#package-tracking-page .tracking-section.active:before, #package-tracking-page .tracking-section.active:after {
background-color: #ffe400;
}
#package-tracking-page .center-aligned {
width: 100%;
}
#logistics-page .button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#logistics-page .button-logout:hover, #logistics-page .button-logout:focus {
border-color: #ffe400;
}
#logistics-page .styled-header {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#logistics-page .styled-header:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#logistics-page .styled-header:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#logistics-page .stock-image-holder {
width: 35px;
}
#logistics-page .content-info-holder {
padding-left: 1rem;
width: calc(100% - 35px);
}
#logistics-page .content-info-holder p {
margin-bottom: 0.3rem;
}
#logistics-page .priority-type {
padding: 0.1em 0.7em;
border-radius: 6px;
}
#logistics-page .priority-type.green {
border: 1px solid #11ac20;
color: #11ac20;
background-color: rgba(30, 203, 64, 0.5);
}
#logistics-page .priority-type.red {
border: 1px solid #ff0000;
color: #ff0000;
background-color: rgba(255, 43, 43, 0.5);
}
#admin-dashboard {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
/*Totali i Punonjësve në Pozicionet , dashboard */
/*Totali i Dërgesave në Prioritet , dashboard */
/*Totali i Dërgesave në Tipet , dashboard */
/*Klientët me numrin më të lartë të dërgesave , dashboard*/
/*Klientët më me Shumë Ulje , dashboard*/
/* operator input autocompletes*/
/*download pdf modal*/
}
#admin-dashboard .col-sm-3 {
margin-top: 1rem;
}
#admin-dashboard .col-sm-3:not(:last-of-type) {
margin-right: 1%;
}
#admin-dashboard .col-sm-3:first-of-type {
margin-left: 0.5%;
}
#admin-dashboard .image-input-container {
display: inline-block;
border: 2px solid #fdf567;
border-radius: 6px;
position: relative;
height: 30px;
width: 300px;
cursor: pointer;
}
#admin-dashboard .image-input-container.finished:before {
content: "Foto u vendos!";
}
#admin-dashboard .image-input-container:before {
content: "Vendosni foton!";
position: relative;
left: 10px;
}
#admin-dashboard .image-input-container input[type=file] {
opacity: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
#admin-dashboard .rw-d {
background-color: #fff;
display: block;
border-radius: 8px;
border: 1px solid #e1e4ea;
padding: 18px 18px 18px 18px;
margin-bottom: 15px;
}
#admin-dashboard .rw-d h3 {
color: #2d4665;
font-size: 19px;
letter-spacing: 0.3px;
}
#admin-dashboard .col-sm-3 {
/*flex: 0 0 24.5%;*/
max-width: 24% !important;
}
@media screen and (max-width: 767px) {
#admin-dashboard .col-sm-3.rw-d, #admin-dashboard .col-sm-3.right-col-df {
flex: unset;
max-width: 99% !important;
}
}
#admin-dashboard .col-list-f {
display: flex;
background-color: #e4f9fc;
padding: 10px 14px 10px 14px;
margin-top: 15px;
}
#admin-dashboard .col-list-f:first-of-type {
border-top-left-radius: 8px !important;
border-top-right-radius: 8px !important;
margin-top: 20px;
}
#admin-dashboard .col-list-f:last-of-type {
border-bottom-left-radius: 8px !important;
border-bottom-right-radius: 8px !important;
}
#admin-dashboard .col-list-f p {
margin: 0;
color: #1f1f26;
letter-spacing: 0.5px;
}
#admin-dashboard img.d-icon {
display: block;
/*max-width: 20px;*/
margin: 0 auto;
/*padding-top: 4px;*/
}
#admin-dashboard .col-list-f > div:first-child {
background-color: #fff;
width: 10%;
border-radius: 8px;
max-height: 30px;
}
#admin-dashboard .col-list-f > div:nth-child(2) p {
padding-left: 20px;
}
#admin-dashboard .col-list-f > div:nth-child(2) {
width: 70%;
}
#admin-dashboard .col-list-f > div:last-child {
width: 20%;
}
#admin-dashboard .col-list-f > div:last-child {
float: right;
text-align: right;
border-left: 1px solid #bfd0e4;
}
#admin-dashboard div#employee .col.col-list-f {
background-color: #eef9f2;
}
#admin-dashboard div#priority .col.col-list-f {
background-color: #f0edfd;
}
#admin-dashboard div#order_type .col.col-list-f {
background-color: #e1e9f5;
}
#admin-dashboard div#max_orders_clients .col.col-list-f {
background-color: #dde5fc;
}
#admin-dashboard div#max_discounts .col.col-list-f {
background-color: #f1f6fb;
}
#admin-dashboard .col.col-list-f.all-end {
width: 100% !important;
}
#admin-dashboard .col.col-list-f.all-end p {
margin: auto 0 auto auto;
}
#admin-dashboard .col-sm-3.right-col-df {
padding-right: 0px;
padding-left: 0px;
}
#admin-dashboard label#instock-label {
height: 50px;
padding-left: 40px;
padding-top: 11px;
border-radius: 30px;
border: 1px solid #dee6ef;
color: #30527b;
outline: none;
box-shadow: none;
background-color: #ffffff;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
position: relative;
width: 100%;
}
#admin-dashboard div#btn-export {
color: #ffffff;
outline: none;
transition: 0.2s;
background-color: #85a1c4 !important;
}
#admin-dashboard div#btn-export:hover {
background-color: #84e0be !important;
}
#admin-dashboard .copy-tooltip {
position: relative;
display: inline-block;
cursor: pointer;
}
#admin-dashboard .copy-tooltip .copy-tooltiptext {
visibility: hidden;
width: 140px;
background-color: #606060;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px;
position: absolute;
z-index: 1;
bottom: 120%;
left: 50%;
margin-left: -75px;
opacity: 0;
transition: opacity 0.3s;
}
#admin-dashboard .copy-tooltip .copy-tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #606060 transparent transparent transparent;
}
#admin-dashboard .copy-tooltip:hover .copy-tooltiptext {
visibility: visible;
opacity: 1;
}
#admin-dashboard .easy-autocomplete div#eac-container-sender_personal_number {
overflow: auto;
max-height: 455px;
/* overflow-x: hidden; */
z-index: 999;
border: none !important;
margin: 0;
/* padding: 6px 6px 6px 6px; */
padding: 0;
list-style: none;
background-color: #ffffff;
border-radius: 15px;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0), 0 4px 13px rgba(0, 0, 0, 0.12);
}
#admin-dashboard .easy-autocomplete li {
margin: 0;
padding: 5px 0;
text-indent: 15px;
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
cursor: pointer;
}
#admin-dashboard .easy-autocomplete ul {
margin-bottom: 0px;
}
#admin-dashboard #modal-printPD-f .modal {
background-color: #003e6fe3;
}
#admin-dashboard #modal-printPD-f .modal-content {
border: none;
box-shadow: none;
border-radius: 10px;
}
#admin-dashboard #modal-printPD-f h5#order-del-title {
text-align: center;
padding-top: 22px;
font-size: 27px;
}
#admin-dashboard #modal-printPD-f p.del-modal-desc {
text-align: center;
padding: 15px 40px 15px 40px;
color: #85a1c4;
}
#admin-dashboard #modal-printPD-f .modal-footer-button {
display: block;
margin: 0 auto;
}
#admin-dashboard #modal-printPD-f button.cancel-btn-pdf {
padding: 10px 49px 10px 49px;
border: 1px solid #85a1c4;
margin: 0px 20px 22px 20px;
color: #85a1c4;
border-radius: 33px;
outline: none;
transition: 0.2s;
}
#admin-dashboard #modal-printPD-f button.download-btn-pdf {
padding: 6px 40px 6px 40px;
border: 1px solid #85a1c4;
margin: 0px 20px 22px 20px;
color: #85a1c4;
border-radius: 33px;
outline: none;
transition: 0.2s;
}
#admin-dashboard #modal-printPD-f button.cancel-btn-pdf:hover {
background-color: red;
border: 1px solid red;
color: #fff;
}
#admin-dashboard #modal-printPD-f button.download-btn-pdf:hover {
background-color: red;
border: 1px solid red;
color: #fff;
}
#admin-dashboard .select-pdf-option {
display: flex;
justify-content: center;
}
#admin-dashboard .select-pdf-option .format {
width: 30%;
}
#admin-dashboard .select-pdf-option .type {
width: 30%;
}
#admin-dashboard .select-pdf-option .format label {
display: contents;
}
#admin-dashboard .select-pdf-option .type label {
display: contents;
}
#admin-dashboard .select-pdf-option .form-elt {
display: block !important;
flex-wrap: wrap;
}
#admin-dashboard input.excel-example-order {
letter-spacing: 0.3px;
display: flex;
padding: 10px 30px 10px 30px;
margin: 0px 20px 22px 20px;
color: #ffffff;
border-radius: 33px;
outline: none;
transition: 0.2s;
background-color: #84e0be;
}
#admin-dashboard input.excel-example-order:hover {
background-color: red;
}
#change-password .confirm {
padding: 0.1em 0.7em;
border-radius: 6px;
border: 1px solid #11ac20;
color: #11ac20;
}
#change-password .confirm:hover {
cursor: pointer;
}
#change-password .rrethim {
padding: 1rem;
border-radius: 20px;
background-color: white;
}
#change-password .styled-header {
font-family: "Roboto Bold", sans-serif;
color: #437f97;
text-shadow: 4px 0 #000000;
text-align: center;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0 auto;
display: table;
z-index: 1;
position: relative;
}
#change-password .styled-header:before {
content: "";
height: 1.1em;
width: 1.1em;
border-radius: 50%;
background-color: #ffe400;
z-index: -1;
position: absolute;
transform: translateX(-30%);
}
#change-password .styled-header:after {
content: "";
height: 1em;
width: 2.2em;
background-color: #c5e9f0;
z-index: -1;
position: absolute;
right: 0;
transform: translateX(10%);
}
#change-password .button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#change-password .button-logout:hover, #change-password .button-logout:focus {
border-color: #ffe400;
}
#packages-list .rrethim {
padding: 1rem;
border-radius: 20px;
background-color: white;
}
.button-logout {
background-color: transparent;
background-image: url("/storage/icons/user.png");
background-size: contain;
background-repeat: no-repeat;
background-position: left center;
padding: 0.1em 0.7em;
padding-left: 2rem;
border: 2px solid #000000;
border-radius: 6px;
transition: border-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
.button-logout:hover, #packages-list .button-logout:focus {
border-color: #ffe400;
}
#packages-list #package-list-table-container tr {
transition: background-color 220ms cubic-bezier(0.63, 0, 0.37, 1);
}
#packages-list #package-list-table-container tr:hover {
background-color: #ccc;
}
#packages-list .priority-type {
padding: 0.1em 0.7em;
border-radius: 6px;
}
#packages-list .priority-type.green {
border: 1px solid #11ac20;
color: #11ac20;
background-color: rgba(30, 203, 64, 0.5);
}
#packages-list .priority-type.red {
border: 1px solid #ff0000;
color: #ff0000;
background-color: rgba(255, 43, 43, 0.5);
}
/*# sourceMappingURL=style.css.map */ | 0.368292 | 0.057467 |
body{
margin: 0;
background-color: #a71828;
}
table, th, td {
border: 1px solid #bebfbf;
border-collapse: collapse;
margin-left: 10px;
}
th {
background-color: #dfdddd;
text-align: left;
padding-left: 6px;
font-size: 0.9em;
}
td {
height: 69px;
padding-left: 6px;
width: 138.5px;
font-size: 0.9em;
}
/*Grade Calculator*/
h1 {
margin: 0;
font-family: Arial;
margin-top: 45px;
margin-bottom: 30px;
margin-left: 15px;
font-size: 1.8em;
}
/*Activities*/
h2 {
margin: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
/*Give grades to the numeric activities*/
.Para {
margin-left: 10px;
margin-bottom: 23px;
font-size: 0.9em;
}
/*Results*/
h3 {
margin: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
margin-top: 25px;
margin-bottom: 20px;
margin-left: 10px;
}
#result {
margin: 0;
margin-left: 10px;
display: inline-block;
}
.Red {
color: #b82b26;
}
.Outer-black-lines {
margin: auto;
width: 87%;
height: 80%;
padding-bottom: 35px;
padding-top: 20px;
border: 3px solid #3f3b38;
background-color: #3f3b38;
box-shadow: 0px 0px 30px -1px rgba(2, 2, 2, 0.59);
}
.White-box {
margin-left: -0.2%;
margin-right: -0.2%;
height: 80%;
border: 3px solid white;
padding: 10px;
background-color: white;
}
.Blue-box {
width: 61.2%;
height: 70%;
padding-top: 20px;
border: 1px solid #dae6ea;
border-radius: 3px;
background-color: #ebf0f3;
padding-bottom: 60px;
margin-left: 15px;
margin-bottom: 20px;
}
input {
margin: 3px;
width: 50%;
height: 38%;
border: 1px solid #bebfbf;
}
.buttons {
float: right;
}
.W_button {
background-color: #b60f12;
border: 1px solid #eef7f8;
border-radius: 3px;
text-align: center;
color: white;
width: 75px;
height: 30px;
}
.M_button {
margin: 16px;
background-color: #b60f12;
border: 1px solid #eef7f8;
border-radius: 3px;
text-align: center;
color: white;
width: 75px;
height: 30px;
}
button:hover {
background-color: #772324;
}
.divider{
width: 3px;
height:auto;
display:inline-block;
} | src/main/resources/public/calculator.css | body{
margin: 0;
background-color: #a71828;
}
table, th, td {
border: 1px solid #bebfbf;
border-collapse: collapse;
margin-left: 10px;
}
th {
background-color: #dfdddd;
text-align: left;
padding-left: 6px;
font-size: 0.9em;
}
td {
height: 69px;
padding-left: 6px;
width: 138.5px;
font-size: 0.9em;
}
/*Grade Calculator*/
h1 {
margin: 0;
font-family: Arial;
margin-top: 45px;
margin-bottom: 30px;
margin-left: 15px;
font-size: 1.8em;
}
/*Activities*/
h2 {
margin: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
/*Give grades to the numeric activities*/
.Para {
margin-left: 10px;
margin-bottom: 23px;
font-size: 0.9em;
}
/*Results*/
h3 {
margin: 0;
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
margin-top: 25px;
margin-bottom: 20px;
margin-left: 10px;
}
#result {
margin: 0;
margin-left: 10px;
display: inline-block;
}
.Red {
color: #b82b26;
}
.Outer-black-lines {
margin: auto;
width: 87%;
height: 80%;
padding-bottom: 35px;
padding-top: 20px;
border: 3px solid #3f3b38;
background-color: #3f3b38;
box-shadow: 0px 0px 30px -1px rgba(2, 2, 2, 0.59);
}
.White-box {
margin-left: -0.2%;
margin-right: -0.2%;
height: 80%;
border: 3px solid white;
padding: 10px;
background-color: white;
}
.Blue-box {
width: 61.2%;
height: 70%;
padding-top: 20px;
border: 1px solid #dae6ea;
border-radius: 3px;
background-color: #ebf0f3;
padding-bottom: 60px;
margin-left: 15px;
margin-bottom: 20px;
}
input {
margin: 3px;
width: 50%;
height: 38%;
border: 1px solid #bebfbf;
}
.buttons {
float: right;
}
.W_button {
background-color: #b60f12;
border: 1px solid #eef7f8;
border-radius: 3px;
text-align: center;
color: white;
width: 75px;
height: 30px;
}
.M_button {
margin: 16px;
background-color: #b60f12;
border: 1px solid #eef7f8;
border-radius: 3px;
text-align: center;
color: white;
width: 75px;
height: 30px;
}
button:hover {
background-color: #772324;
}
.divider{
width: 3px;
height:auto;
display:inline-block;
} | 0.493409 | 0.103612 |
.mrgn_5_top{margin-top:5px}
.mrgn_10_top{margin-top:10px}
.mrgn_15_top{margin-top:15px}
.mrgn_20_top{margin-top:20px}
.mrgn_30_top{margin-top:30px}
.mrgn_40_top{margin-top:40px;}
.mrgn_50_top{margin-top:50px}
.mrgn_60_top{margin-top:60px}
.mrgn_70_top{margin-top:70px}
.mrgn_80_top{margin-top:80px}
.mrgn_90_top{margin-top:90px}
.mrgn_100_top{margin-top:100px}
.mrgn_5_btm{margin-bottom:5px}
.mrgn_10_btm{margin-bottom:10px}
.mrgn_20_btm{margin-bottom:20px}
.mrgn_30_btm{margin-bottom:30px}
.mrgn_40_btm{margin-bottom:40px}
.mrgn_50_btm{margin-bottom:50px}
.mrgn_60_btm{margin-bottom:60px}
.mrgn_100_btm{margin-bottom:100px}
.mrgn_300_btm{margin-bottom:300px}
.mrgn_10_top_btm{margin:10px 0}
.mrgn_20_top_btm{margin:20px 0}
.mrgn_30_top_btm{margin:30px 0}
.mrgn_40_top_btm{margin:40px 0}
.mrgn_50_top_btm{margin:50px 0}
.mrgn_60_top_btm{margin:60px 0}
.mrgn_70_top_btm{margin:70px 0}
.mrgn_80_top_btm{margin:80px 0}
.mrgn_90_top_btm{margin:90px 0}
.mrgn_100_top_btm{margin:100px 0}
.mrgn_160_top_btm{margin:160px 0}
.mrgn_2_left{margin-left: 2px}
.mrgn_5_left{margin-left: 5px}
.mrgn_5_left_rgt{margin: 0px 5px;}
.mrgn_10_left_rgt{margin: 0px 10px;}
.mrgn_10_left{margin-left: 10px}
.mrgn_20_left{margin-left: 20px}
.padding_25px_left_right{padding: 0px 25px;}
.padding_50_top_bottom{
padding:50px 0;
}
.padding_10{padding: 10px;}
/*___________________________________________________________________________________
a
___________________________________________________________________________________*/
a{color:#e91e63;
text-decoration:none;}
a:hover,a:focus{color:#01bafd;
outline: 0;
text-decoration:none;}
a:focus{outline:0 ;
outline: 0;}
/*___________________________________________________________________________________
3_dots
___________________________________________________________________________________*/
.section-dash-dark{
border:0 none;
border-top:5px dotted #1c1a24;
background:none;
height:0;
width:25px;
}
/*border*/
.border_box{
border: 2px solid #ddd; }
.border_bottom{
border-bottom: 1px solid pink;
}
/*list*/
ul.vchip_categories li{
text-transform:uppercase;
letter-spacing:2px;
font-size:12px;
font-weight:600;color:#e91e63;
padding:10px 10px 7px 22px;
outline: 0;}
ul.vchip_list li{
text-transform:uppercase;
font-size:12px;
font-weight:600;
padding:5px 10px 7px 22px;
}
.btn-link{text-transform:uppercase;color:#e91e63;letter-spacing:2px;font-weight:600; font-size:16px;text-decoration:none;}
.btn-link:hover,
.btn-link:focus{text-decoration:none;color:#ac1d4e;}
/*container*/
.v_container{
padding: 50px 0px;
}
/*color*/
.v_bg_grey{
background: #eee;
}
.v_bg_darkgrey{
background: #6E7B8B;
}
.v_bg_white{
background: #fff;
}
/*heading*/
h1.v_hedling{
color:#e91e63;
letter-spacing:2px;
text-transform:uppercase;
font-size:30px;
font-weight:600;
font-weight: bold;
}
h2.v_h2_title{
color:#e91e63;
letter-spacing:3px;
text-transform:uppercase;
font-size:24px;
font-weight:600;
}
h2.v_h2_white_title{
color:#fff;
letter-spacing:3px;
text-transform:uppercase;
font-size:24px;
font-weight:600;
}
h3.v_h3_title{
letter-spacing:1px;
text-transform:uppercase;
font-size:21px;
font-weight:600;
}
h3.v_h3_white{
text-transform:uppercase;
font-size:18px;
font-weight:600;
color: #fff;
padding: 10px 0px;
background: #01bafd
}
h4.v_h4_title{
color:#01bafd;
text-transform:uppercase;
font-weight:600;
text-align: center;
font-size:17px;
}
h4.v_h4_subtitle{
color:#696969;
text-transform:uppercase;
font-weight:600;
text-align: left;
font-size:20px;
}
h5.v_h5_title{
color:#7A378B;
text-transform:uppercase;
font-weight:600;
text-align: center;
font-size:15px;
}
p.v_p_text{
letter-spacing:2px;
text-align: center;
}
p.v_p_sm{
color:#1c1a24;
font-size:16px;
}
/*img center*/
.v_img_centered{
margin: 0 auto;
}
.v_text_center{
text-align: center;
}
.btn{
border-radius: 60px;
}
.btn:focus {
outline: 0 !important;
}
.table{
color: #000;
}
.hover_img img{
border:2px solid transform;
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hover_img img:hover{
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
transition:all .4s linear;
}
@media screen and (max-width: 768px) {
.text-center{text-align: center;}
.mrgn_10_tops{margin-top:10px}
}
#download_iteam{
border: 1px solid #ddd;
width: 100px;
border-radius: 20px;
padding: 10px;
margin-top: 10px;
}
#download_iteam .fa{
font-size: 20px;
margin: 0px 5px;
}
.admin_table, .admin_div{
background-color: #afd2f1;
/*padding-top: 10px;*/
padding: 10px 10px 10px 10px;
} | public/css/v_main1.css | .mrgn_5_top{margin-top:5px}
.mrgn_10_top{margin-top:10px}
.mrgn_15_top{margin-top:15px}
.mrgn_20_top{margin-top:20px}
.mrgn_30_top{margin-top:30px}
.mrgn_40_top{margin-top:40px;}
.mrgn_50_top{margin-top:50px}
.mrgn_60_top{margin-top:60px}
.mrgn_70_top{margin-top:70px}
.mrgn_80_top{margin-top:80px}
.mrgn_90_top{margin-top:90px}
.mrgn_100_top{margin-top:100px}
.mrgn_5_btm{margin-bottom:5px}
.mrgn_10_btm{margin-bottom:10px}
.mrgn_20_btm{margin-bottom:20px}
.mrgn_30_btm{margin-bottom:30px}
.mrgn_40_btm{margin-bottom:40px}
.mrgn_50_btm{margin-bottom:50px}
.mrgn_60_btm{margin-bottom:60px}
.mrgn_100_btm{margin-bottom:100px}
.mrgn_300_btm{margin-bottom:300px}
.mrgn_10_top_btm{margin:10px 0}
.mrgn_20_top_btm{margin:20px 0}
.mrgn_30_top_btm{margin:30px 0}
.mrgn_40_top_btm{margin:40px 0}
.mrgn_50_top_btm{margin:50px 0}
.mrgn_60_top_btm{margin:60px 0}
.mrgn_70_top_btm{margin:70px 0}
.mrgn_80_top_btm{margin:80px 0}
.mrgn_90_top_btm{margin:90px 0}
.mrgn_100_top_btm{margin:100px 0}
.mrgn_160_top_btm{margin:160px 0}
.mrgn_2_left{margin-left: 2px}
.mrgn_5_left{margin-left: 5px}
.mrgn_5_left_rgt{margin: 0px 5px;}
.mrgn_10_left_rgt{margin: 0px 10px;}
.mrgn_10_left{margin-left: 10px}
.mrgn_20_left{margin-left: 20px}
.padding_25px_left_right{padding: 0px 25px;}
.padding_50_top_bottom{
padding:50px 0;
}
.padding_10{padding: 10px;}
/*___________________________________________________________________________________
a
___________________________________________________________________________________*/
a{color:#e91e63;
text-decoration:none;}
a:hover,a:focus{color:#01bafd;
outline: 0;
text-decoration:none;}
a:focus{outline:0 ;
outline: 0;}
/*___________________________________________________________________________________
3_dots
___________________________________________________________________________________*/
.section-dash-dark{
border:0 none;
border-top:5px dotted #1c1a24;
background:none;
height:0;
width:25px;
}
/*border*/
.border_box{
border: 2px solid #ddd; }
.border_bottom{
border-bottom: 1px solid pink;
}
/*list*/
ul.vchip_categories li{
text-transform:uppercase;
letter-spacing:2px;
font-size:12px;
font-weight:600;color:#e91e63;
padding:10px 10px 7px 22px;
outline: 0;}
ul.vchip_list li{
text-transform:uppercase;
font-size:12px;
font-weight:600;
padding:5px 10px 7px 22px;
}
.btn-link{text-transform:uppercase;color:#e91e63;letter-spacing:2px;font-weight:600; font-size:16px;text-decoration:none;}
.btn-link:hover,
.btn-link:focus{text-decoration:none;color:#ac1d4e;}
/*container*/
.v_container{
padding: 50px 0px;
}
/*color*/
.v_bg_grey{
background: #eee;
}
.v_bg_darkgrey{
background: #6E7B8B;
}
.v_bg_white{
background: #fff;
}
/*heading*/
h1.v_hedling{
color:#e91e63;
letter-spacing:2px;
text-transform:uppercase;
font-size:30px;
font-weight:600;
font-weight: bold;
}
h2.v_h2_title{
color:#e91e63;
letter-spacing:3px;
text-transform:uppercase;
font-size:24px;
font-weight:600;
}
h2.v_h2_white_title{
color:#fff;
letter-spacing:3px;
text-transform:uppercase;
font-size:24px;
font-weight:600;
}
h3.v_h3_title{
letter-spacing:1px;
text-transform:uppercase;
font-size:21px;
font-weight:600;
}
h3.v_h3_white{
text-transform:uppercase;
font-size:18px;
font-weight:600;
color: #fff;
padding: 10px 0px;
background: #01bafd
}
h4.v_h4_title{
color:#01bafd;
text-transform:uppercase;
font-weight:600;
text-align: center;
font-size:17px;
}
h4.v_h4_subtitle{
color:#696969;
text-transform:uppercase;
font-weight:600;
text-align: left;
font-size:20px;
}
h5.v_h5_title{
color:#7A378B;
text-transform:uppercase;
font-weight:600;
text-align: center;
font-size:15px;
}
p.v_p_text{
letter-spacing:2px;
text-align: center;
}
p.v_p_sm{
color:#1c1a24;
font-size:16px;
}
/*img center*/
.v_img_centered{
margin: 0 auto;
}
.v_text_center{
text-align: center;
}
.btn{
border-radius: 60px;
}
.btn:focus {
outline: 0 !important;
}
.table{
color: #000;
}
.hover_img img{
border:2px solid transform;
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hover_img img:hover{
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
transition:all .4s linear;
}
@media screen and (max-width: 768px) {
.text-center{text-align: center;}
.mrgn_10_tops{margin-top:10px}
}
#download_iteam{
border: 1px solid #ddd;
width: 100px;
border-radius: 20px;
padding: 10px;
margin-top: 10px;
}
#download_iteam .fa{
font-size: 20px;
margin: 0px 5px;
}
.admin_table, .admin_div{
background-color: #afd2f1;
/*padding-top: 10px;*/
padding: 10px 10px 10px 10px;
} | 0.301362 | 0.0704 |
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-left: none;
border-top: none;
}
#editor-cursor {
position: absolute;
width: 31px;
height: 31px;
margin-top: -1px;
margin-left: -1px;
background-color: #000;
background-color: rgba(0,0,0,0.9);
outline: 1px dotted #00ff00;
z-index: 2;
top: -999px;
left: -999px;
-webkit-transition: background, opacity, -webkit-transform 0.2s ease-out;
-moz-transition: background, opacity, -moz-transform 0.2s ease-out;
-o-transition: background, opacity, -o-transform 0.2s ease-out;
/*
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-o-transform: scale3d(1,1,1);
*/
}
#editor-cursor.active {
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
-o-transform: scale3d(0,0,1);
}
#editor-contents .type-0,
#editor-contents .type-1,
#editor-contents .type-2,
#editor-contents .type-3,
#editor-contents .type-4 {
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
-o-transform: scale3d(0,0,1);
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#editor-contents .animate-in {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-o-transform: scale3d(1,1,1);
}
#editor-controls {
position: fixed;
top: 32px;
left: 32px;
font-family: monaco,"Andale Mono","VT-100","Lucida Console","Courier New",monospace,courier,system,sans-serif;
font-weight: normal;
font-size: 10px;
line-height: 10px;
color: #fff;
border: 1px dotted #999;
background: #000;
background: rgba(0,0,0,0.88);
padding: 8px;
z-index: 3;
color: #ccc;
}
#editor-controls h1,
#editor-controls h2 {
color: #fff;
}
#editor-controls h1,
#editor-controls h2,
#editor-controls p {
line-height: 1.4em;
}
#editor-controls h1 {
font-size: 12px;
font-weight: bold;
}
#editor-controls h2 {
font-size: 10px;
font-weight: normal
}
#editor-controls .bd {
position: relative;
width: 224px;
}
#editor-controls a {
color: #99ccff;
text-decoration: none;
}
#editor-controls a:hover {
color: #fff;
}
#editor-controls a.cta {
padding: 3px 8px;
}
#editor-controls a.clear {
color: #ff9999;
background: #330000;
border-color: #660000;
}
#editor-controls a.clear:hover {
background: #990000;
color: #fff;
border-color: #cc3333;
}
#editor-controls p {
margin: 0.5em 0px 0px 0px;
padding: 0.5em 0.5em 1em 0px;
}
#editor-controls p:first-child,
#editor-controls p.compact {
margin-top: 0px;
}
#editor-controls p.compact {
padding-top: 0px;
}
#editor-controls .keys {
color: #999;
}
#editor-controls ul.icons {
list-style-type: none;
clear: both;
}
#editor-controls ul.icons,
#editor-controls ul.icons li {
margin: 0px;
padding: 0px;
}
#editor-controls ul.icons li {
display: inline-block;
width: 32px;
height: 36px;
}
#editor-controls ul.icons li a {
display: inline-block;
width: 32px;
height: 32px;
text-indent: -99em;
overflow: hidden;
outline: 1px dotted #666;
}
#editor-controls ul.icons li a.delete {
margin-left: 20px;
}
#editor-controls ul.icons li a.delete,
#editor-cursor.delete {
background: #222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABHElEQVR42u2TPQtBYRiGLUSIQZLND7BZDDKQyWIxSP6EwapksfpIBpNVOYNfYlBIshiESQo57uFMb26f71uG96prOvfz0XnOsWk0mr/ENM0Q3MNH1EhNjuTPMPrNEkXS8AQjQtYB5yRf/eVNGKTpSMiVSW4CHapOkbEyAXiAIlcYI62lnGIK7bBNnjdIS6mn6MELFJlBl9q/gnODCdJK4ik4LbFW/ik4K+hRuUATPsNQOTxp3fcVeRXD3XAJ32ELg7IX6NAv/jFDmcNTZNAZZuGRLFGQMdwLV2RA3cpUyPMdDP26QI80X0CnlbHDifS/AsUZyEgL2fiT76H0zXAfXJOGA1LTJfkDDH+6QJ8028MgqfHDDakb2zQaDeEOPu/+HMxYkc0AAAAASUVORK5CYII=) no-repeat 0px 0px;
background-color: rgba(0,0,0,0.75);
}
#editor-screen .block.type-1,
#editor-screen .block.type-3 {
/* special display fixes */
background-position: 0px -96px;
}
#editor-controls ul.icons li a:hover {
outline: 2px solid #fff;
}
#editor-controls .note {
color: #666;
}
#editor-controls #map-data {
display: none;
width: 100%;
height: 12em;
background-color: transparent;
color: #999;
overflow: auto;
border-color: #444;
padding: 8px;
font-family:monaco,"Andale Mono","VT-100","Lucida Console","Courier New",monospace,courier,system,sans-serif;
font-size: 6px;
}
#instructions {
position: relative;
-moz-transition: height 0.25s ease-in-out;
-webkit-transition: height 0.25s ease-in-out;
height: 0px;
overflow: hidden;
}
#instructions h2 {
font-size: 11px;
}
#instructions > div {
color: #ccc;
} | resources/views/games/survivor/css/editor.css | position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border-left: none;
border-top: none;
}
#editor-cursor {
position: absolute;
width: 31px;
height: 31px;
margin-top: -1px;
margin-left: -1px;
background-color: #000;
background-color: rgba(0,0,0,0.9);
outline: 1px dotted #00ff00;
z-index: 2;
top: -999px;
left: -999px;
-webkit-transition: background, opacity, -webkit-transform 0.2s ease-out;
-moz-transition: background, opacity, -moz-transform 0.2s ease-out;
-o-transition: background, opacity, -o-transform 0.2s ease-out;
/*
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-o-transform: scale3d(1,1,1);
*/
}
#editor-cursor.active {
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
-o-transform: scale3d(0,0,1);
}
#editor-contents .type-0,
#editor-contents .type-1,
#editor-contents .type-2,
#editor-contents .type-3,
#editor-contents .type-4 {
-webkit-transform: scale3d(0,0,1);
-moz-transform: scale3d(0,0,1);
-o-transform: scale3d(0,0,1);
-webkit-transition: -webkit-transform 0.2s ease-in-out;
-moz-transition: -moz-transform 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
#editor-contents .animate-in {
-webkit-transform: scale3d(1,1,1);
-moz-transform: scale3d(1,1,1);
-o-transform: scale3d(1,1,1);
}
#editor-controls {
position: fixed;
top: 32px;
left: 32px;
font-family: monaco,"Andale Mono","VT-100","Lucida Console","Courier New",monospace,courier,system,sans-serif;
font-weight: normal;
font-size: 10px;
line-height: 10px;
color: #fff;
border: 1px dotted #999;
background: #000;
background: rgba(0,0,0,0.88);
padding: 8px;
z-index: 3;
color: #ccc;
}
#editor-controls h1,
#editor-controls h2 {
color: #fff;
}
#editor-controls h1,
#editor-controls h2,
#editor-controls p {
line-height: 1.4em;
}
#editor-controls h1 {
font-size: 12px;
font-weight: bold;
}
#editor-controls h2 {
font-size: 10px;
font-weight: normal
}
#editor-controls .bd {
position: relative;
width: 224px;
}
#editor-controls a {
color: #99ccff;
text-decoration: none;
}
#editor-controls a:hover {
color: #fff;
}
#editor-controls a.cta {
padding: 3px 8px;
}
#editor-controls a.clear {
color: #ff9999;
background: #330000;
border-color: #660000;
}
#editor-controls a.clear:hover {
background: #990000;
color: #fff;
border-color: #cc3333;
}
#editor-controls p {
margin: 0.5em 0px 0px 0px;
padding: 0.5em 0.5em 1em 0px;
}
#editor-controls p:first-child,
#editor-controls p.compact {
margin-top: 0px;
}
#editor-controls p.compact {
padding-top: 0px;
}
#editor-controls .keys {
color: #999;
}
#editor-controls ul.icons {
list-style-type: none;
clear: both;
}
#editor-controls ul.icons,
#editor-controls ul.icons li {
margin: 0px;
padding: 0px;
}
#editor-controls ul.icons li {
display: inline-block;
width: 32px;
height: 36px;
}
#editor-controls ul.icons li a {
display: inline-block;
width: 32px;
height: 32px;
text-indent: -99em;
overflow: hidden;
outline: 1px dotted #666;
}
#editor-controls ul.icons li a.delete {
margin-left: 20px;
}
#editor-controls ul.icons li a.delete,
#editor-cursor.delete {
background: #222 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABHElEQVR42u2TPQtBYRiGLUSIQZLND7BZDDKQyWIxSP6EwapksfpIBpNVOYNfYlBIshiESQo57uFMb26f71uG96prOvfz0XnOsWk0mr/ENM0Q3MNH1EhNjuTPMPrNEkXS8AQjQtYB5yRf/eVNGKTpSMiVSW4CHapOkbEyAXiAIlcYI62lnGIK7bBNnjdIS6mn6MELFJlBl9q/gnODCdJK4ik4LbFW/ik4K+hRuUATPsNQOTxp3fcVeRXD3XAJ32ELg7IX6NAv/jFDmcNTZNAZZuGRLFGQMdwLV2RA3cpUyPMdDP26QI80X0CnlbHDifS/AsUZyEgL2fiT76H0zXAfXJOGA1LTJfkDDH+6QJ8028MgqfHDDakb2zQaDeEOPu/+HMxYkc0AAAAASUVORK5CYII=) no-repeat 0px 0px;
background-color: rgba(0,0,0,0.75);
}
#editor-screen .block.type-1,
#editor-screen .block.type-3 {
/* special display fixes */
background-position: 0px -96px;
}
#editor-controls ul.icons li a:hover {
outline: 2px solid #fff;
}
#editor-controls .note {
color: #666;
}
#editor-controls #map-data {
display: none;
width: 100%;
height: 12em;
background-color: transparent;
color: #999;
overflow: auto;
border-color: #444;
padding: 8px;
font-family:monaco,"Andale Mono","VT-100","Lucida Console","Courier New",monospace,courier,system,sans-serif;
font-size: 6px;
}
#instructions {
position: relative;
-moz-transition: height 0.25s ease-in-out;
-webkit-transition: height 0.25s ease-in-out;
height: 0px;
overflow: hidden;
}
#instructions h2 {
font-size: 11px;
}
#instructions > div {
color: #ccc;
} | 0.42919 | 0.133359 |
= HEADER =
==============================*/
body {
color: #fff;
font-family: "Montserrat", sans-serif !important; }
#wrapper {
float: left;
display: block;
width: 100%;
margin: 0;
padding: 0; }
/* background setup */
.background {
background-repeat: no-repeat;
/* custom background-position */
background-position: 50% 50%; }
.fullscreen {
width: 100%;
min-height: 100%;
position: relative;
z-index: -100;
position: absolute; }
.not-fullscreen, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
height: 100%;
overflow: hidden; }
#logo {
padding-top: 2em; }
@media only screen and (min-width:40.063em) {
#logo {
padding-top: 6.25rem; } }
#logo a {
display: inline-block; }
/*----- End of HEADER ------*/
/*============================
= MAIN =
============================*/
.brand {
display: block;
position: relative;
float: left;
width: 100%; }
.brand_title {
color: #fd3267;
font-size: 1.875rem;
text-transform: uppercase;
margin: 0;
padding-top: 1.563rem;
padding-bottom: 1.563rem; }
@media only screen and (min-width:40.063em) {
.brand_title {
font-size: 4.5rem;
padding-top: 3.125rem;
padding-bottom: 3.125rem; } }
.brand_subtitle {
color: #ffffff;
font-size: 1.75rem;
text-transform: uppercase;
margin: 0;
padding-bottom: 1.875rem; }
@media only screen and (min-width:40.063em) {
.brand_subtitle {
padding-bottom: 3.125rem; } }
#countdown-clock {
position: relative;
display: block;
width: 100%;
padding-bottom: 1.563rem;
float: left; }
@media only screen and (min-width:40.063em) {
#countdown-clock {
padding-bottom: 3.125rem; } }
#countdown-clock span.countdown-amount {
color: #ffffff;
font-size: 2.25rem; }
@media only screen and (min-width:40.063em) {
#countdown-clock span.countdown-amount {
font-size: 4.875rem; } }
#countdown-clock span.countdown-period {
color: #fd3267;
font-size: 0.813rem; }
#form {
padding-bottom: 25px; }
@media only screen and (min-width:40.063em) {
#form {
padding-bottom: 6.25rem; } }
#form input[type="text"] {
border: 1px solid #ffffff;
height: 3.188rem;
background-color: transparent;
text-transform: uppercase;
color: #ffffff;
font-size: 0.813rem; }
#form input[type="text"]:focus {
outline: none; }
#form input[type="text"]:active {
outline: none; }
#form input[type="submit"] {
border: 1px solid #fd3267;
height: 3.188rem;
text-transform: uppercase;
background-color: transparent;
color: #fd3267;
font-size: 0.813rem; }
#form input[type="submit"]:hover {
border: 1px solid #fd3267;
background-color: #fd3267;
color: #ffffff; }
/*----- End of MAIN ------*/
/*==============================
= FOOTER =
==============================*/
#social-icons {
text-align: center;
display: block;
margin: 0; }
#social-icons li {
display: inline-block;
padding-left: 1.438rem;
padding-right: 1.438rem;
margin-bottom: 1rem; }
#social-icons i {
color: #fd3267; }
#social-icons i:hover {
color: #ffffff; }
/*----- End of FOOTER ------*/ | dist/css/main.css | = HEADER =
==============================*/
body {
color: #fff;
font-family: "Montserrat", sans-serif !important; }
#wrapper {
float: left;
display: block;
width: 100%;
margin: 0;
padding: 0; }
/* background setup */
.background {
background-repeat: no-repeat;
/* custom background-position */
background-position: 50% 50%; }
.fullscreen {
width: 100%;
min-height: 100%;
position: relative;
z-index: -100;
position: absolute; }
.not-fullscreen, .fullscreen.not-overflow, .fullscreen.not-overflow .content-a {
height: 100%;
overflow: hidden; }
#logo {
padding-top: 2em; }
@media only screen and (min-width:40.063em) {
#logo {
padding-top: 6.25rem; } }
#logo a {
display: inline-block; }
/*----- End of HEADER ------*/
/*============================
= MAIN =
============================*/
.brand {
display: block;
position: relative;
float: left;
width: 100%; }
.brand_title {
color: #fd3267;
font-size: 1.875rem;
text-transform: uppercase;
margin: 0;
padding-top: 1.563rem;
padding-bottom: 1.563rem; }
@media only screen and (min-width:40.063em) {
.brand_title {
font-size: 4.5rem;
padding-top: 3.125rem;
padding-bottom: 3.125rem; } }
.brand_subtitle {
color: #ffffff;
font-size: 1.75rem;
text-transform: uppercase;
margin: 0;
padding-bottom: 1.875rem; }
@media only screen and (min-width:40.063em) {
.brand_subtitle {
padding-bottom: 3.125rem; } }
#countdown-clock {
position: relative;
display: block;
width: 100%;
padding-bottom: 1.563rem;
float: left; }
@media only screen and (min-width:40.063em) {
#countdown-clock {
padding-bottom: 3.125rem; } }
#countdown-clock span.countdown-amount {
color: #ffffff;
font-size: 2.25rem; }
@media only screen and (min-width:40.063em) {
#countdown-clock span.countdown-amount {
font-size: 4.875rem; } }
#countdown-clock span.countdown-period {
color: #fd3267;
font-size: 0.813rem; }
#form {
padding-bottom: 25px; }
@media only screen and (min-width:40.063em) {
#form {
padding-bottom: 6.25rem; } }
#form input[type="text"] {
border: 1px solid #ffffff;
height: 3.188rem;
background-color: transparent;
text-transform: uppercase;
color: #ffffff;
font-size: 0.813rem; }
#form input[type="text"]:focus {
outline: none; }
#form input[type="text"]:active {
outline: none; }
#form input[type="submit"] {
border: 1px solid #fd3267;
height: 3.188rem;
text-transform: uppercase;
background-color: transparent;
color: #fd3267;
font-size: 0.813rem; }
#form input[type="submit"]:hover {
border: 1px solid #fd3267;
background-color: #fd3267;
color: #ffffff; }
/*----- End of MAIN ------*/
/*==============================
= FOOTER =
==============================*/
#social-icons {
text-align: center;
display: block;
margin: 0; }
#social-icons li {
display: inline-block;
padding-left: 1.438rem;
padding-right: 1.438rem;
margin-bottom: 1rem; }
#social-icons i {
color: #fd3267; }
#social-icons i:hover {
color: #ffffff; }
/*----- End of FOOTER ------*/ | 0.433262 | 0.056705 |
.u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 782px;
}
.u-section-1 .u-btn-1 {
border-style: none;
margin: 28px auto 0 20px;
padding: 8px 28px 8px 27px;
}
.u-section-1 .u-icon-1 {
width: 16px;
height: 22px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 29px;
margin-bottom: 0;
min-height: 522px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 115px;
}
.u-section-1 .u-container-layout-1 {
padding: 0 20px 20px;
}
.u-section-1 .u-text-1 {
font-size: 3rem;
margin: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 407px;
}
.u-section-1 .u-container-layout-2 {
padding: 30px 20px;
}
.u-section-1 .u-text-2 {
margin: 0;
}
.u-section-1 .u-layout-cell-3 {
min-height: 407px;
}
.u-section-1 .u-container-layout-3 {
padding: 30px 52px 30px 0;
}
.u-section-1 .u-text-3 {
margin: 0;
}
.u-section-1 .u-image-1 {
min-height: 522px;
background-image: url("images/e43c08bb8b532b3d90799a29762077bb887b318c383126e8a7f4da5a8f2f4b7f66e0292790c8cda1a55bdab8ec804e778c52456de574a8e1756f5b_1280.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-container-layout-4 {
padding: 20px;
}
.u-section-1 .u-btn-2 {
background-image: none;
border-style: none;
margin: 65px 65px 50px auto;
padding: 9px 110px 10px 109px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 929px;
}
.u-section-1 .u-btn-1 {
margin-left: 0;
}
.u-section-1 .u-icon-1 {
color: rgb(0, 0, 0) !important;
}
.u-section-1 .u-layout-wrap-1 {
min-height: 268px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 95px;
}
.u-section-1 .u-text-1 {
font-size: 2.75rem;
}
.u-section-1 .u-layout-cell-2 {
min-height: 335px;
}
.u-section-1 .u-layout-cell-3 {
min-height: 335px;
}
.u-section-1 .u-image-1 {
min-height: 430px;
}
.u-section-1 .u-btn-2 {
padding-right: 59px;
padding-bottom: 11px;
padding-left: 58px;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 1500px;
}
.u-section-1 .u-layout-wrap-1 {
min-height: 30px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 0;
}
.u-section-1 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-1 .u-container-layout-3 {
padding-right: 30px;
}
.u-section-1 .u-image-1 {
min-height: 659px;
}
.u-section-1 .u-container-layout-4 {
padding: 0;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1333px;
}
.u-section-1 .u-container-layout-1 {
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-right: 10px;
}
.u-section-1 .u-container-layout-3 {
padding-top: 0;
padding-right: 10px;
}
.u-section-1 .u-image-1 {
min-height: 494px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 1036px;
}
.u-section-1 .u-text-1 {
font-size: 2.25rem;
}
.u-section-1 .u-image-1 {
min-height: 311px;
}
} | Wild/news1.css | .u-section-1 {
background-image: none;
}
.u-section-1 .u-sheet-1 {
min-height: 782px;
}
.u-section-1 .u-btn-1 {
border-style: none;
margin: 28px auto 0 20px;
padding: 8px 28px 8px 27px;
}
.u-section-1 .u-icon-1 {
width: 16px;
height: 22px;
}
.u-section-1 .u-layout-wrap-1 {
margin-top: 29px;
margin-bottom: 0;
min-height: 522px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 115px;
}
.u-section-1 .u-container-layout-1 {
padding: 0 20px 20px;
}
.u-section-1 .u-text-1 {
font-size: 3rem;
margin: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 407px;
}
.u-section-1 .u-container-layout-2 {
padding: 30px 20px;
}
.u-section-1 .u-text-2 {
margin: 0;
}
.u-section-1 .u-layout-cell-3 {
min-height: 407px;
}
.u-section-1 .u-container-layout-3 {
padding: 30px 52px 30px 0;
}
.u-section-1 .u-text-3 {
margin: 0;
}
.u-section-1 .u-image-1 {
min-height: 522px;
background-image: url("images/e43c08bb8b532b3d90799a29762077bb887b318c383126e8a7f4da5a8f2f4b7f66e0292790c8cda1a55bdab8ec804e778c52456de574a8e1756f5b_1280.jpg");
background-position: 50% 50%;
}
.u-section-1 .u-container-layout-4 {
padding: 20px;
}
.u-section-1 .u-btn-2 {
background-image: none;
border-style: none;
margin: 65px 65px 50px auto;
padding: 9px 110px 10px 109px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 929px;
}
.u-section-1 .u-btn-1 {
margin-left: 0;
}
.u-section-1 .u-icon-1 {
color: rgb(0, 0, 0) !important;
}
.u-section-1 .u-layout-wrap-1 {
min-height: 268px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 95px;
}
.u-section-1 .u-text-1 {
font-size: 2.75rem;
}
.u-section-1 .u-layout-cell-2 {
min-height: 335px;
}
.u-section-1 .u-layout-cell-3 {
min-height: 335px;
}
.u-section-1 .u-image-1 {
min-height: 430px;
}
.u-section-1 .u-btn-2 {
padding-right: 59px;
padding-bottom: 11px;
padding-left: 58px;
margin-right: 0;
}
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 1500px;
}
.u-section-1 .u-layout-wrap-1 {
min-height: 30px;
}
.u-section-1 .u-layout-cell-1 {
min-height: 100px;
}
.u-section-1 .u-container-layout-1 {
padding-left: 0;
}
.u-section-1 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 0;
}
.u-section-1 .u-layout-cell-3 {
min-height: 100px;
}
.u-section-1 .u-container-layout-3 {
padding-right: 30px;
}
.u-section-1 .u-image-1 {
min-height: 659px;
}
.u-section-1 .u-container-layout-4 {
padding: 0;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 1333px;
}
.u-section-1 .u-container-layout-1 {
padding-right: 10px;
}
.u-section-1 .u-container-layout-2 {
padding-right: 10px;
}
.u-section-1 .u-container-layout-3 {
padding-top: 0;
padding-right: 10px;
}
.u-section-1 .u-image-1 {
min-height: 494px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-sheet-1 {
min-height: 1036px;
}
.u-section-1 .u-text-1 {
font-size: 2.25rem;
}
.u-section-1 .u-image-1 {
min-height: 311px;
}
} | 0.378344 | 0.085251 |
background:#f6f6f6;
border:5px solid #FFF;
-webkit-box-shadow: 0 0 40px -20px #000;
-moz-box-shadow: 0 0 40px -20px #000;
-o-box-shadow: 0 0 40px -20px #000;
box-shadow: 0 0 40px -20px #000;
}
#slider {
width:785px; /* Make sure your images are the same size */
height:204px; /* Make sure your images are the same size */
}
/* The Nivo Slider styles */
.nivoSlider {
background:url("../images/loading.gif") no-repeat 50% 50%;
position:relative;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
}
/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
top:14%;
background:#4F5111;
border:1px solid #a5b223;
color:#fff;
opacity:0.8; /* Overridden by captionOpacity setting */
padding:15px;
width:35%;
z-index:8;
}
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
color: #FFFFFF;
display: block;
float: right;
font-size: 10px;
margin: 40px 0 0;
}
.nivo-caption .excerpt-title {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:normal;
display:block;
margin:0 0 5px;
text-transform:uppercase;
}
.nivo-html-caption {
display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
background:url("../images/arrows.png") no-repeat;
cursor:pointer;
display:block;
height:35px;
position:absolute;
text-indent:-9999px;
top:45%;
width:35px;
z-index:9;
}
a.nivo-prevNav {
left:-20px;
}
a.nivo-nextNav {
background-position: -37px 0;
right: -20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position:relative;
z-index:9;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
} | static/stylesheets/nivo-slider.css | background:#f6f6f6;
border:5px solid #FFF;
-webkit-box-shadow: 0 0 40px -20px #000;
-moz-box-shadow: 0 0 40px -20px #000;
-o-box-shadow: 0 0 40px -20px #000;
box-shadow: 0 0 40px -20px #000;
}
#slider {
width:785px; /* Make sure your images are the same size */
height:204px; /* Make sure your images are the same size */
}
/* The Nivo Slider styles */
.nivoSlider {
background:url("../images/loading.gif") no-repeat 50% 50%;
position:relative;
}
.nivoSlider img {
position:absolute;
top:0px;
left:0px;
display:none;
}
.nivoSlider a {
border:0;
display:block;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
border:0;
padding:0;
margin:0;
z-index:6;
display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
display:block;
position:absolute;
z-index:5;
height:100%;
}
.nivo-box {
display:block;
position:absolute;
z-index:5;
}
/* Caption styles */
.nivo-caption {
position:absolute;
left:0px;
top:14%;
background:#4F5111;
border:1px solid #a5b223;
color:#fff;
opacity:0.8; /* Overridden by captionOpacity setting */
padding:15px;
width:35%;
z-index:8;
}
.nivo-caption p {
padding:5px;
margin:0;
}
.nivo-caption a {
color: #FFFFFF;
display: block;
float: right;
font-size: 10px;
margin: 40px 0 0;
}
.nivo-caption .excerpt-title {
font-family: 'Oswald', Arial, Helvetica, sans-serif;
font-size:24px;
font-weight:normal;
display:block;
margin:0 0 5px;
text-transform:uppercase;
}
.nivo-html-caption {
display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
background:url("../images/arrows.png") no-repeat;
cursor:pointer;
display:block;
height:35px;
position:absolute;
text-indent:-9999px;
top:45%;
width:35px;
z-index:9;
}
a.nivo-prevNav {
left:-20px;
}
a.nivo-nextNav {
background-position: -37px 0;
right: -20px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
position:relative;
z-index:9;
cursor:pointer;
}
.nivo-controlNav a.active {
font-weight:bold;
} | 0.154185 | 0.071494 |
body{
background-image:url('bg.jpg');
color: #3f3f5a;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
blockquote {
font-weight: 100;
font-size: 2rem;
max-width: 600px;
line-height: 1.4;
position: relative;
margin: 0;
padding: .5rem;
font-family: 'Special Elite', cursive;
color:#FFA500;
}
blockquote:before,
blockquote:after {
position: absolute;
color: #f1efe6;
font-size: 8rem;
width: 4rem;
height: 4rem;
}
blockquote:before {
content: '“';
left: -5rem;
top: -2rem;
}
blockquote:after {
content: '”';
right: -5rem;
bottom: 1rem;
}
cite {
line-height: 2;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin:auto;
}
h1 {
text-align: center;
font-size: 60px;
color: #ffea00;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
0 10px 10px rgba(0,0,0,.2),
0 20px 20px rgba(0,0,0,.15);
}
.containernew{
background-color: white;
width:80%;
height: 450px;
border: 1px solid red;
/* background-color: #30373b; */
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 80px;
margin: 30px auto;
box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}
i{
font-size: 50px;
margin-bottom: 10px;
color: #2d00f7;
}
hr{
width: 60%;
/* border: 1px solid purple; */
margin: 10px 0;
}
button {
cursor: pointer;
border: none;
color: #ffe6a7;
background: rgb(0, 179, 179);
font-size: 20px;
padding: 10px;
border-radius: 4px;
box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
bottom: 5px;
font-weight: bold;
}
@media screen and (max-width:1180px) {
.containernew{
height: 600px;
width: 80%;
}
}
@media screen and (max-width:800px) {
.containernew{
height: 700px;
width: 90%;
}
} | Quote Generator/style.css | body{
background-image:url('bg.jpg');
color: #3f3f5a;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
blockquote {
font-weight: 100;
font-size: 2rem;
max-width: 600px;
line-height: 1.4;
position: relative;
margin: 0;
padding: .5rem;
font-family: 'Special Elite', cursive;
color:#FFA500;
}
blockquote:before,
blockquote:after {
position: absolute;
color: #f1efe6;
font-size: 8rem;
width: 4rem;
height: 4rem;
}
blockquote:before {
content: '“';
left: -5rem;
top: -2rem;
}
blockquote:after {
content: '”';
right: -5rem;
bottom: 1rem;
}
cite {
line-height: 2;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin:auto;
}
h1 {
text-align: center;
font-size: 60px;
color: #ffea00;
text-shadow: 0 1px 0 #ccc,
0 2px 0 #c9c9c9,
0 3px 0 #bbb,
0 4px 0 #b9b9b9,
0 5px 0 #aaa,
0 6px 1px rgba(0,0,0,.1),
0 0 5px rgba(0,0,0,.1),
0 1px 3px rgba(0,0,0,.3),
0 3px 5px rgba(0,0,0,.2),
0 5px 10px rgba(0,0,0,.25),
0 10px 10px rgba(0,0,0,.2),
0 20px 20px rgba(0,0,0,.15);
}
.containernew{
background-color: white;
width:80%;
height: 450px;
border: 1px solid red;
/* background-color: #30373b; */
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0 80px;
margin: 30px auto;
box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
}
i{
font-size: 50px;
margin-bottom: 10px;
color: #2d00f7;
}
hr{
width: 60%;
/* border: 1px solid purple; */
margin: 10px 0;
}
button {
cursor: pointer;
border: none;
color: #ffe6a7;
background: rgb(0, 179, 179);
font-size: 20px;
padding: 10px;
border-radius: 4px;
box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
bottom: 5px;
font-weight: bold;
}
@media screen and (max-width:1180px) {
.containernew{
height: 600px;
width: 80%;
}
}
@media screen and (max-width:800px) {
.containernew{
height: 700px;
width: 90%;
}
} | 0.242385 | 0.103522 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;800&display=swap");
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
min-height: 100vh;
background: linear-gradient(#4568dc, #b06ab3);
font-family: "Poppins", sans-serif;
color: rgb(255, 255, 255);
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
h1 {
margin-top: 2rem;
font-size: 24px;
font-weight: 600;
}
p {
font-size: 14px;
font-weight: 500;
}
.post {
margin-top: 1rem;
padding: 0.5rem;
display: flex;
flex-direction: column;
width: 500px;
max-height: 600px;
border-radius: 0.5rem;
border: 1px solid white;
background: rgba(255, 255, 255, 0.178);
}
.post .owner {
display: flex;
padding: 5px 10px;
border-bottom: 1px solid white;
}
.post .owner .profile-img {
height: 40px;
width: 40px;
overflow: hidden;
border-radius: 50%;
}
.post .owner .owner-details {
margin-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.post .owner .owner-details strong {
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.post .owner .owner-details small {
color: #ffffff;
}
.post .content {
position: relative;
width: 100%;
height: 450px;
padding-top: 0.5rem;
}
.post img {
position: relative;
user-select: none;
pointer-events: none;
}
.post .content .bx {
position: absolute;
pointer-events: none;
user-select: none;
animation: animate 1s linear forwards;
color: red;
z-index: 99;
}
@keyframes animate {
0% {
transform: translate(-50%, -50%);
font-size: 0px;
opacity: 1;
}
100% {
transform: translate(-50%, -50%);
font-size: 200px;
opacity: 0;
}
}
.post .post-info {
padding: 5px;
border-bottom: 1px solid white;
}
.post .action-btns {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.post .action-btns button {
font-size: 14px;
background: transparent;
padding-top: 0.5rem;
border: none;
outline: none;
color: white;
cursor: pointer;
}
.post .action-btns button .bx {
margin: 0 0.3rem;
pointer-events: none;
} | Post-liker/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;800&display=swap");
*,
*::after,
*::before {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
min-height: 100vh;
background: linear-gradient(#4568dc, #b06ab3);
font-family: "Poppins", sans-serif;
color: rgb(255, 255, 255);
}
img {
width: 100%;
height: 100%;
object-fit: cover;
}
h1 {
margin-top: 2rem;
font-size: 24px;
font-weight: 600;
}
p {
font-size: 14px;
font-weight: 500;
}
.post {
margin-top: 1rem;
padding: 0.5rem;
display: flex;
flex-direction: column;
width: 500px;
max-height: 600px;
border-radius: 0.5rem;
border: 1px solid white;
background: rgba(255, 255, 255, 0.178);
}
.post .owner {
display: flex;
padding: 5px 10px;
border-bottom: 1px solid white;
}
.post .owner .profile-img {
height: 40px;
width: 40px;
overflow: hidden;
border-radius: 50%;
}
.post .owner .owner-details {
margin-left: 10px;
display: flex;
flex-direction: column;
justify-content: center;
}
.post .owner .owner-details strong {
font-size: 18px;
font-weight: 500;
line-height: 18px;
}
.post .owner .owner-details small {
color: #ffffff;
}
.post .content {
position: relative;
width: 100%;
height: 450px;
padding-top: 0.5rem;
}
.post img {
position: relative;
user-select: none;
pointer-events: none;
}
.post .content .bx {
position: absolute;
pointer-events: none;
user-select: none;
animation: animate 1s linear forwards;
color: red;
z-index: 99;
}
@keyframes animate {
0% {
transform: translate(-50%, -50%);
font-size: 0px;
opacity: 1;
}
100% {
transform: translate(-50%, -50%);
font-size: 200px;
opacity: 0;
}
}
.post .post-info {
padding: 5px;
border-bottom: 1px solid white;
}
.post .action-btns {
display: flex;
justify-content: space-evenly;
align-items: center;
}
.post .action-btns button {
font-size: 14px;
background: transparent;
padding-top: 0.5rem;
border: none;
outline: none;
color: white;
cursor: pointer;
}
.post .action-btns button .bx {
margin: 0 0.3rem;
pointer-events: none;
} | 0.536313 | 0.077204 |
body, html { margin:0; padding:0; min-height: 100% !important; height: 100%;}
html { background: url(../images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover; }
* { font-family: 'Open Sans', sans-serif; }
#wrapper { position:fixed; left:40px; right:40px; bottom:40px; top:40px; border-radius: 4px; text-align:center; z-index: 2; }
#logo { margin:0 auto; max-height:300px; width:auto; display:block; }
#entropy { text-align:center; position:absolute; z-index:3; top:0px; right:0px; bottom:0px; left: 0px; background:rgba(255,255,255,0.8) url(../images/loading.gif) center center no-repeat;}
#entropy span { display:inline-block; margin:200px auto 0; text-align:center; }
body #entropy { display:none }
body.entropy #entropy { display:block; }
body #indicator {display:none; }
body.valid, body.error {display:block}
input.error { border-color:red; }
input.valid { border-color:green; }
.progress {height:10px; background:black; width:0%; display:block; transition: all 2s ease;}
a.expanded {font-weight:bold;}
div.toggle {display:none;}
div.toggle.expanded {display:block}
label { margin-top:15px; display:inline-block; text-transform:uppercase; font-weight:bold; color:rgba(0,0,0,0.5) }
input[type=text] { font-size: 20pt; text-align:center; background:rgba(255,255,255,0.5); border-width:0; width:90%; display:block; margin:0 auto; padding:5px 10px; }
#keyGen input[type=text] { cursor:pointer; }
/* form { margin-top:85px} */
.message { height:85px; }
body#validator-active .message { font-size: 30pt; color:white; }
body#validator-active .message span { display:none; opacity:0; }
body#validator-active.valid .message .valid { display:block;opacity:1; }
body#validator-active.error .message .invalid { display:block;opacity:1; }
a, input[type=submit], button { margin-top:15px; border:0; font-size:15pt; cursor:pointer; display:inline-block; margin-right:10px; padding:10px 15px; font-weight:bold; letter-spacing:1px; text-decoration: none; border-radius: 5px; }
a { color: black; background:rgba(248,214,155,0.7);}
a:hover { background:rgba(248,214,155,0.8) }
a.reset { color: white; background:rgba(255,0,0,0.7); position:absolute; bottom:10px; left:10px;}
a.reset:hover { color: white; background:rgba(255,0,0,0.8);}
a.regenerate, #validator input[type=submit] { position:absolute; bottom:10px; left:50%; transform: translateX(-50%); }
a.copy { color: white; background:rgba(255,0,0,0.7); position:absolute; bottom:10px; left:10px;}
a.copy:hover { color: white; background:rgba(255,0,0,0.8);}
/* #validator input[type=submit] { opacity:0; } */
#validator input[type=submit].ready { opacity:1; }
body.error {
width: 100wh;
height: 90vh;
color: #fff;
background-position: 100% 50%;
background: linear-gradient(-45deg, rgba(255,255,255,0), rgba(255,0,0,0.5));
background-size: 400% 400%;
animation: Gradient 3s normal;
}
body.valid {
width: 100wh;
height: 90vh;
color: #fff;
background-position: 100% 50%;
background: linear-gradient(-45deg, rgba(255,255,255,0), rgba(0,255,0,0.5));
background-size: 400% 400%;
animation: Gradient 3s normal;
}
@keyframes Gradient {
0% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
} | tools/keys/src/css/main.css | body, html { margin:0; padding:0; min-height: 100% !important; height: 100%;}
html { background: url(../images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover; }
* { font-family: 'Open Sans', sans-serif; }
#wrapper { position:fixed; left:40px; right:40px; bottom:40px; top:40px; border-radius: 4px; text-align:center; z-index: 2; }
#logo { margin:0 auto; max-height:300px; width:auto; display:block; }
#entropy { text-align:center; position:absolute; z-index:3; top:0px; right:0px; bottom:0px; left: 0px; background:rgba(255,255,255,0.8) url(../images/loading.gif) center center no-repeat;}
#entropy span { display:inline-block; margin:200px auto 0; text-align:center; }
body #entropy { display:none }
body.entropy #entropy { display:block; }
body #indicator {display:none; }
body.valid, body.error {display:block}
input.error { border-color:red; }
input.valid { border-color:green; }
.progress {height:10px; background:black; width:0%; display:block; transition: all 2s ease;}
a.expanded {font-weight:bold;}
div.toggle {display:none;}
div.toggle.expanded {display:block}
label { margin-top:15px; display:inline-block; text-transform:uppercase; font-weight:bold; color:rgba(0,0,0,0.5) }
input[type=text] { font-size: 20pt; text-align:center; background:rgba(255,255,255,0.5); border-width:0; width:90%; display:block; margin:0 auto; padding:5px 10px; }
#keyGen input[type=text] { cursor:pointer; }
/* form { margin-top:85px} */
.message { height:85px; }
body#validator-active .message { font-size: 30pt; color:white; }
body#validator-active .message span { display:none; opacity:0; }
body#validator-active.valid .message .valid { display:block;opacity:1; }
body#validator-active.error .message .invalid { display:block;opacity:1; }
a, input[type=submit], button { margin-top:15px; border:0; font-size:15pt; cursor:pointer; display:inline-block; margin-right:10px; padding:10px 15px; font-weight:bold; letter-spacing:1px; text-decoration: none; border-radius: 5px; }
a { color: black; background:rgba(248,214,155,0.7);}
a:hover { background:rgba(248,214,155,0.8) }
a.reset { color: white; background:rgba(255,0,0,0.7); position:absolute; bottom:10px; left:10px;}
a.reset:hover { color: white; background:rgba(255,0,0,0.8);}
a.regenerate, #validator input[type=submit] { position:absolute; bottom:10px; left:50%; transform: translateX(-50%); }
a.copy { color: white; background:rgba(255,0,0,0.7); position:absolute; bottom:10px; left:10px;}
a.copy:hover { color: white; background:rgba(255,0,0,0.8);}
/* #validator input[type=submit] { opacity:0; } */
#validator input[type=submit].ready { opacity:1; }
body.error {
width: 100wh;
height: 90vh;
color: #fff;
background-position: 100% 50%;
background: linear-gradient(-45deg, rgba(255,255,255,0), rgba(255,0,0,0.5));
background-size: 400% 400%;
animation: Gradient 3s normal;
}
body.valid {
width: 100wh;
height: 90vh;
color: #fff;
background-position: 100% 50%;
background: linear-gradient(-45deg, rgba(255,255,255,0), rgba(0,255,0,0.5));
background-size: 400% 400%;
animation: Gradient 3s normal;
}
@keyframes Gradient {
0% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
} | 0.504394 | 0.151341 |
html, body {
overflow-x: hidden;
}
body {
position: relative;
font-family: Sans-Serif;
}
#headercontainer
{
background-color: #77aa77;
width:100%;
float:top;
font-size: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
}
#headercontainer a
{
color: #f5f5f5;
}
#topcontainer
{
padding-top:20px;
background-color: #66cc66;
height:100px;
width:100%;
float:top;
}
#middlecontainer
{
height:auto;
overflow:hidden;
}
#footer
{
background-color: #cccccc;
height:5em;
float:bottom;
}
#sitebar
{
background-color: #66cc66;
height:100%;
width:18em;
float:left;
}
#topbuffer
{
min-width:200px;
width:200px;
min-height: 100%;
float:left;
}
#toolbar
{
background-color: #66cc66;
height:100%;
width:auto;
/*padding-left:200px;*/
}
#sidebar
{
text-align: center;
background-color: #ccffcc;
height:100%;
width:200px;
float:left;
}
#cursortoolbar
{
background-color: #ccffcc;
text-align: center;
padding-bottom:1em;
}
#editortoolbar
{
background-color: #ccffcc;
padding-bottom:1em;
text-align: center;
}
.cursortoolbutton
{
background-color: #4CAF50; /* Green */
color: white;
border-width: 2px;
border-style: solid;
border-color: black;
min-height: 4em;
min-width: 4em;
text-align: center;
text-decoration: none;
display: inline-block;
}
#cursordragbutton
{
background-image: url(images/icons/move-arrows.svg);
}
#activecursordragbutton
{
background-image: url(images/icons/move-arrows.svg);
border-style: inset;
border-color: white;
}
#cursorbrushbutton
{
background-image: url(images/icons/pencil.svg);
}
#activecursorbrushbutton
{
background-image: url(images/icons/pencil.svg);
border-style: inset;
border-color: white;
}
#zoomoutbutton
{
background-image: url(images/icons/zoom-out.svg);
}
#zoominbutton
{
background-image: url(images/icons/zoom-in.svg);
}
#toolbuttonbar
{
position:relative;
height:100%;
width:100%;
}
#menuoptionbar
{
position:relative;
height:100%;
width:50%;
float:left;
}
#actionoptionbar
{
position:relative;
height:100%;
width:50%;
float:right;
}
#dropcontainer
{
position:relative;
margin-top:0;
height:100%;
width:100%;
z-index: 2;
pointer-events: none;
}
.dropmenu
{
margin-left:200px;
font-size: 20px;
background-color: rgba(150, 200, 150, .8);
height:auto;
min-height: 150px;
width:100%;
position:absolute;
visibility:hidden;
overflow: hidden;
z-index: 2;
pointer-events: all;
font-size: 20px;
}
.adjustbutton
{ min-width: 60px;
min-height:40px;
margin: 5px;
color: white;
background-color: #cccccc;
background-color: #4CAF50; /* Green */
text-decoration: none;
font-size: 20px;
vertical-align:bottom
}
#colourbar
{
overflow:hidden;
}
#coloureditbar
{
height:100%;
width:auto;
float:left;
display:relative;
margin-right:200px;
margin-left: 15%;
}
#colouraddbar
{
width:10%;
position:absolute;
height:100%;
float:left;
}
.coloureditgroup
{
min-width:125px;
max-width:125px;
max-height:50px;
display: inline-block;
}
.jscolor {
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 20px;
margin: 5px;
text-decoration: none;
font-size: 0px;
vertical-align:bottom
}
.colourremovebutton
{ padding: 15px;
margin: 5px;
background-color: #cccccc;
background-image: url(images/icons/paper-bin.svg);
background-color: #4CAF50; /* Green */
text-decoration: none;
font-size: 0px;
vertical-align:bottom
}
#colouraddbutton
{
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 15px;
margin: 5px;
text-align: center;
text-decoration: none;
}
#pageWrapper
{
display: flex;
flex-flow: column;
height:100%;
}
body, html {
width: 100%;
height: 100%;
margin: 0;
padding:0;
overflow:hidden;
}
#holder {
position:relative;
overflow:hidden;
height:100%;
width:auto;
background-color: green;
background-color:#9ACD32;
}
#drawboard
{
cursor: pointer;
}
.actiontoolbarbutton {
background-color: #4CAF50; /* Green */
color: white;
width:80px;
min-width:80px;
min-height:80px;
text-align: center;
text-decoration: none;
font-size: 14px;
vertical-align:bottom
}
.toolbarbutton {
background-color: #4CAF50; /* Green */
color: white;
min-width:130px;
min-height:80px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.toolbarbuttonicon
{
width:20px;
height:20px;
}
.horizontaltoolbarbuttonicon
{
width:23px;
height:17px;
}
.verticaltoolbarbuttonicon
{
width:17px;
height:23px;
}
.brushcolourbutton {
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 1.5em;
margin: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
}
#activebrushcolourbutton {
margin: 3px;
border-width: 3px;
border-style: inset;
border-color: white;
}
@media screen and (max-width:420px) {
} | site/style.css | html, body {
overflow-x: hidden;
}
body {
position: relative;
font-family: Sans-Serif;
}
#headercontainer
{
background-color: #77aa77;
width:100%;
float:top;
font-size: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
}
#headercontainer a
{
color: #f5f5f5;
}
#topcontainer
{
padding-top:20px;
background-color: #66cc66;
height:100px;
width:100%;
float:top;
}
#middlecontainer
{
height:auto;
overflow:hidden;
}
#footer
{
background-color: #cccccc;
height:5em;
float:bottom;
}
#sitebar
{
background-color: #66cc66;
height:100%;
width:18em;
float:left;
}
#topbuffer
{
min-width:200px;
width:200px;
min-height: 100%;
float:left;
}
#toolbar
{
background-color: #66cc66;
height:100%;
width:auto;
/*padding-left:200px;*/
}
#sidebar
{
text-align: center;
background-color: #ccffcc;
height:100%;
width:200px;
float:left;
}
#cursortoolbar
{
background-color: #ccffcc;
text-align: center;
padding-bottom:1em;
}
#editortoolbar
{
background-color: #ccffcc;
padding-bottom:1em;
text-align: center;
}
.cursortoolbutton
{
background-color: #4CAF50; /* Green */
color: white;
border-width: 2px;
border-style: solid;
border-color: black;
min-height: 4em;
min-width: 4em;
text-align: center;
text-decoration: none;
display: inline-block;
}
#cursordragbutton
{
background-image: url(images/icons/move-arrows.svg);
}
#activecursordragbutton
{
background-image: url(images/icons/move-arrows.svg);
border-style: inset;
border-color: white;
}
#cursorbrushbutton
{
background-image: url(images/icons/pencil.svg);
}
#activecursorbrushbutton
{
background-image: url(images/icons/pencil.svg);
border-style: inset;
border-color: white;
}
#zoomoutbutton
{
background-image: url(images/icons/zoom-out.svg);
}
#zoominbutton
{
background-image: url(images/icons/zoom-in.svg);
}
#toolbuttonbar
{
position:relative;
height:100%;
width:100%;
}
#menuoptionbar
{
position:relative;
height:100%;
width:50%;
float:left;
}
#actionoptionbar
{
position:relative;
height:100%;
width:50%;
float:right;
}
#dropcontainer
{
position:relative;
margin-top:0;
height:100%;
width:100%;
z-index: 2;
pointer-events: none;
}
.dropmenu
{
margin-left:200px;
font-size: 20px;
background-color: rgba(150, 200, 150, .8);
height:auto;
min-height: 150px;
width:100%;
position:absolute;
visibility:hidden;
overflow: hidden;
z-index: 2;
pointer-events: all;
font-size: 20px;
}
.adjustbutton
{ min-width: 60px;
min-height:40px;
margin: 5px;
color: white;
background-color: #cccccc;
background-color: #4CAF50; /* Green */
text-decoration: none;
font-size: 20px;
vertical-align:bottom
}
#colourbar
{
overflow:hidden;
}
#coloureditbar
{
height:100%;
width:auto;
float:left;
display:relative;
margin-right:200px;
margin-left: 15%;
}
#colouraddbar
{
width:10%;
position:absolute;
height:100%;
float:left;
}
.coloureditgroup
{
min-width:125px;
max-width:125px;
max-height:50px;
display: inline-block;
}
.jscolor {
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 20px;
margin: 5px;
text-decoration: none;
font-size: 0px;
vertical-align:bottom
}
.colourremovebutton
{ padding: 15px;
margin: 5px;
background-color: #cccccc;
background-image: url(images/icons/paper-bin.svg);
background-color: #4CAF50; /* Green */
text-decoration: none;
font-size: 0px;
vertical-align:bottom
}
#colouraddbutton
{
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 15px;
margin: 5px;
text-align: center;
text-decoration: none;
}
#pageWrapper
{
display: flex;
flex-flow: column;
height:100%;
}
body, html {
width: 100%;
height: 100%;
margin: 0;
padding:0;
overflow:hidden;
}
#holder {
position:relative;
overflow:hidden;
height:100%;
width:auto;
background-color: green;
background-color:#9ACD32;
}
#drawboard
{
cursor: pointer;
}
.actiontoolbarbutton {
background-color: #4CAF50; /* Green */
color: white;
width:80px;
min-width:80px;
min-height:80px;
text-align: center;
text-decoration: none;
font-size: 14px;
vertical-align:bottom
}
.toolbarbutton {
background-color: #4CAF50; /* Green */
color: white;
min-width:130px;
min-height:80px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.toolbarbuttonicon
{
width:20px;
height:20px;
}
.horizontaltoolbarbuttonicon
{
width:23px;
height:17px;
}
.verticaltoolbarbuttonicon
{
width:17px;
height:23px;
}
.brushcolourbutton {
background-color: #4CAF50; /* Green */
color: white;
border-width: 1px;
border-style: solid;
border-color: black;
padding: 1.5em;
margin: 5px;
text-align: center;
text-decoration: none;
display: inline-block;
}
#activebrushcolourbutton {
margin: 3px;
border-width: 3px;
border-style: inset;
border-color: white;
}
@media screen and (max-width:420px) {
} | 0.270095 | 0.04531 |
@import url(https://fonts.googleapis.com/css?family=Lato:900,300);
html, body {
font-family: 'Lato';
text-align: center;
background: #FFFAE6;
color: #012744;
-webkit-transition: background .2s ease-in, color .2s ease;
transition: background .2s ease-in, color .2s ease;
}
*, *:before, *:after {
box-sizing: border-box;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50vmin;
height: 50vmin;
min-height: 220px;
min-width: 220px;
border-radius: 100%;
line-height: 50vmin;
text-decoration: none;
font-family: 'Lato';
font-weight: 900;
font-size: 35px;
color: inherit;
}
.circle:before, .circle:after {
content: '';
position: absolute;
border-radius: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: 40px 0 0 rgba(26, 34, 47, 0.5) inset, 0 40px 0 rgba(0, 142, 116, 0.5) inset, -40px 0 0 rgba(178, 224, 151, 0.5) inset, 0 -40px 0 rgba(210, 67, 53, 0.5) inset;
-webkit-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
}
.circle:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.title {
margin-top: 20px;
margin-bottom: 5px;
font-size: 48px;
text-transform: capitalize;
}
.color-overview {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.color-overview > li {
display: inline-block;
vertical-align: bottom;
width: 20%;
height: 25px;
-webkit-transition: background .3s ease-in, height .2s ease;
transition: background .3s ease-in, height .2s ease;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.color-overview > li:hover {
height: 40px;
}
.color-overview > li:nth-child(1) {
background: #1A222F;
}
.color-overview > li:nth-child(2) {
background: #008E74;
}
.color-overview > li:nth-child(3) {
background: #B2E097;
}
.color-overview > li:nth-child(4) {
background: #D24335;
}
.color-overview > li:nth-child(5) {
background: #1C3A40;
}
.color-overview:after {
content: '';
clear: both;
display: block;
}
.clipboard-info {
opacity: 0;
display: inline-block;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #1A222F;
color: #FFFAE6;
padding: 4px 8px;
border-radius: 4px 4px 0 0;
}
.checkbox input {
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
padding: 0;
margin: 0;
border: 0 none;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.checkbox input + .checkbox-box {
display: block;
width: 36px;
height: 18px;
background: #D24335;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
border-radius: 4px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
cursor: pointer;
}
.checkbox input + .checkbox-box:before {
content: '';
position: absolute;
display: block;
height: 18px;
width: 18px;
background: #1A222F;
border-radius: 4px;
-webkit-transition: right .3s ease;
transition: right .3s ease;
right: 18px;
}
.checkbox input:checked + .checkbox-box {
background: #B2E097;
}
.checkbox input:checked + .checkbox-box:before {
right: 0;
}
.checkbox > span {
position: absolute;
top: 310px;
}
.checkbox > .label:first-child {
right: 50%;
margin-right: 10px;
-webkit-transform: translate(-18px);
transform: translate(-18px);
}
.checkbox > .label:last-child {
left: 50%;
margin-left: 10px;
-webkit-transform: translate(18px);
transform: translate(18px);
} | SourcesImpirations/color-palettes/css/style.css | @import url(https://fonts.googleapis.com/css?family=Lato:900,300);
html, body {
font-family: 'Lato';
text-align: center;
background: #FFFAE6;
color: #012744;
-webkit-transition: background .2s ease-in, color .2s ease;
transition: background .2s ease-in, color .2s ease;
}
*, *:before, *:after {
box-sizing: border-box;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 50vmin;
height: 50vmin;
min-height: 220px;
min-width: 220px;
border-radius: 100%;
line-height: 50vmin;
text-decoration: none;
font-family: 'Lato';
font-weight: 900;
font-size: 35px;
color: inherit;
}
.circle:before, .circle:after {
content: '';
position: absolute;
border-radius: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
box-shadow: 40px 0 0 rgba(26, 34, 47, 0.5) inset, 0 40px 0 rgba(0, 142, 116, 0.5) inset, -40px 0 0 rgba(178, 224, 151, 0.5) inset, 0 -40px 0 rgba(210, 67, 53, 0.5) inset;
-webkit-transition: box-shadow .3s ease;
transition: box-shadow .3s ease;
}
.circle:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.title {
margin-top: 20px;
margin-bottom: 5px;
font-size: 48px;
text-transform: capitalize;
}
.color-overview {
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.color-overview > li {
display: inline-block;
vertical-align: bottom;
width: 20%;
height: 25px;
-webkit-transition: background .3s ease-in, height .2s ease;
transition: background .3s ease-in, height .2s ease;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.color-overview > li:hover {
height: 40px;
}
.color-overview > li:nth-child(1) {
background: #1A222F;
}
.color-overview > li:nth-child(2) {
background: #008E74;
}
.color-overview > li:nth-child(3) {
background: #B2E097;
}
.color-overview > li:nth-child(4) {
background: #D24335;
}
.color-overview > li:nth-child(5) {
background: #1C3A40;
}
.color-overview:after {
content: '';
clear: both;
display: block;
}
.clipboard-info {
opacity: 0;
display: inline-block;
position: absolute;
bottom: 40px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background: #1A222F;
color: #FFFAE6;
padding: 4px 8px;
border-radius: 4px 4px 0 0;
}
.checkbox input {
display: inline-block;
width: 0;
height: 0;
overflow: hidden;
padding: 0;
margin: 0;
border: 0 none;
opacity: 0.001;
z-index: 1;
vertical-align: top;
outline: none;
}
.checkbox input + .checkbox-box {
display: block;
width: 36px;
height: 18px;
background: #D24335;
position: absolute;
left: 50%;
-webkit-transform: translate(-50%);
transform: translate(-50%);
border-radius: 4px;
-webkit-transition: background .3s ease;
transition: background .3s ease;
cursor: pointer;
}
.checkbox input + .checkbox-box:before {
content: '';
position: absolute;
display: block;
height: 18px;
width: 18px;
background: #1A222F;
border-radius: 4px;
-webkit-transition: right .3s ease;
transition: right .3s ease;
right: 18px;
}
.checkbox input:checked + .checkbox-box {
background: #B2E097;
}
.checkbox input:checked + .checkbox-box:before {
right: 0;
}
.checkbox > span {
position: absolute;
top: 310px;
}
.checkbox > .label:first-child {
right: 50%;
margin-right: 10px;
-webkit-transform: translate(-18px);
transform: translate(-18px);
}
.checkbox > .label:last-child {
left: 50%;
margin-left: 10px;
-webkit-transform: translate(18px);
transform: translate(18px);
} | 0.434461 | 0.082291 |
.light-bg {
background-color: #f8f8f8;
}
.inner {
padding-top: 75px;
padding-bottom: 75px;
}
.m-t-0 {
margin-top: 0 !important;
}
.m-t-35 {
margin-top: 35px !important;
}
.semi-bold {
font-weight: 600 !important;
}
.title-color {
color: #434343 !important;
}
.content-color {
color: #747474 !important;
}
.bold {
font-weight: 700 !important;
}
.auto-width {
width: auto !important;
}
.center-block {
float: none;
}
.inner {
padding-top: 120px;
padding-bottom: 120px;
}
.inner-md {
padding-top: 100px;
padding-bottom: 100px;
}
.inner-sm {
padding-top: 80px;
padding-bottom: 80px;
}
.inner-xs {
padding-top: 40px;
padding-bottom: 40px;
}
.inner-top {
padding-top: 120px;
}
.inner-top-md {
padding-top: 100px;
}
.inner-top-sm {
padding-top: 80px;
}
.inner-top-xs {
padding-top: 40px;
}
.inner-bottom {
padding-bottom: 120px;
}
.inner-bottom-md {
padding-bottom: 100px;
}
.inner-bottom-sm {
padding-bottom: 80px;
}
.inner-bottom-xs {
padding-bottom: 40px;
}
.inner-left {
padding-left: 75px;
}
.inner-left-md {
padding-left: 60px;
}
.inner-left-sm {
padding-left: 45px;
}
.inner-left-xs {
padding-left: 30px;
}
.inner-right {
padding-right: 75px;
}
.inner-right-md {
padding-right: 60px;
}
.inner-right-sm {
padding-right: 45px;
}
.inner-right-xs {
padding-right: 30px;
}
.outer {
margin-top: 120px;
margin-bottom: 120px;
}
.outer-md {
margin-top: 100px;
margin-bottom: 100px;
}
.outer-sm {
margin-top: 80px;
margin-bottom: 80px;
}
.outer-xs {
margin-top: 40px;
margin-bottom: 40px;
}
.outer-top {
margin-top: 120px;
}
.outer-top-md {
margin-top: 100px;
}
.outer-top-sm {
margin-top: 80px;
}
.outer-top-xs {
margin-top: 40px;
}
.outer-bottom {
margin-bottom: 120px;
}
.outer-bottom-md {
margin-bottom: 100px;
}
.outer-bottom-sm {
margin-bottom: 80px;
}
.outer-bottom-xs {
margin-bottom: 40px;
}
@media (max-width: 767px) {
.inner {
padding-top: 80px;
padding-bottom: 80px;
}
.inner-md {
padding-top: 65px;
padding-bottom: 65px;
}
.inner-sm {
padding-top: 50px;
padding-bottom: 50px;
}
.inner-xs {
padding-top: 40px;
padding-bottom: 40px;
}
.inner-top {
padding-top: 80px;
}
.inner-top-md {
padding-top: 65px;
}
.inner-top-sm {
padding-top: 50px;
}
.inner-top-xs {
padding-top: 40px;
}
.inner-bottom {
padding-bottom: 80px;
}
.inner-bottom-md {
padding-bottom: 65px;
}
.inner-bottom-sm {
padding-bottom: 50px;
}
.inner-bottom-xs {
padding-bottom: 40px;
}
}
/*===================================================================================*/
/* GENERAL
/*===================================================================================*/
.fontawesome {
font-family: fontawesome;
}
.inline {
display: inline-block;
vertical-align: top;
}
.thumb-holder {
float: left;
display: inline-block;
/* background-color: #fff; */
border: 2px solid #e0e0e0;
padding: 5px;
}
.h1,
h1 {
font-size: 28px;
line-height: 52px;
font-weight: 500!important;
color: #3d3d3d;
letter-spacing: -1px;
text-transform: capitalize;
}
.h1.border,
h1.border {
border-bottom: 1px solid #e0e0e0;
line-height: 50px;
}
h2 {
font-size: 18px;
line-height: 37px;
letter-spacing: -1px;
text-transform: capitalize;
}
h2.border {
border-bottom: 1px solid #e0e0e0;
line-height: 50px;
}
.iconic-link {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.iconic-link:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.availability {
font-size: 11px;
line-height: 9px;
margin: 10px 0 15px 0;
color: #707070;
font-weight: 600;
text-transform: capitalize;
}
.availability span {
margin: 0 0 0 3px;
}
.availability .available {
color: #59B210;
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.availability .not-available {
color: red;
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
ul {
list-style: none;
}
.font-opensans {
font-family: 'lato', sans-serif;
}
img {
width: auto\9;
max-width: 100%;
}
.no-margin {
padding: 0;
margin: 0;
}
.no-padding {
padding: 0;
}
.no-padding-right {
padding-right: 0;
}
.no-padding-left {
padding-left: 0;
}
.no-margin-left {
margin-left: 0;
padding-left: 0;
}
.no-margin-right {
margin-right: 0;
padding-right: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: roboto;
}
.caroufredsel_wrapper {
margin: 0!important;
width: 100%!important;
}
.caroufredsel_wrapper ul {
padding-left: 0!important;
}
* {
font-family: 'lato', sans-serif;
}
body {
font-size: 15px;
color: #5d5d5d;
background-color: #fff;
overflow-x: hidden;
margin: 0;
padding: 0;
}
::-moz-selection {
color: #ffffff;
text-shadow: none;
-webkit-text-shadow: none;
}
::selection {
color: #ffffff;
text-shadow: none;
-webkit-text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
a {
outline: none!important;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
color:#D70D00 !important;
}
.uppercase {
text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
font-family: 'lato', sans-serif;
/*font-weight: 600!important;*/
}
.capital {
text-transform: capitalize;
}
#loading {
display: none;
}
*:focus {
outline: none;
}
.center-absolute {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.map-holder,
.map-holder #map {
width: 100%;
min-height: 460px;
height: 100%;
}
.map-holder img {
max-width: none;
}
.map-holder label {
width: auto;
display: inline;
}
.bold {
font-weight: 800;
}
label.error {
color: red;
font-size: 10px;
}
.label-discount {
padding: 0 8px;
font-weight: 600;
font-size: 11px;
line-height: 16px;
display: table-cell;
text-transform: uppercase;
background-color: #59B210;
color: #fff;
}
.label-discount.ribbon {
background-color: transparent;
}
.label-discount.ribbon:after {
border-top-color: #59B210;
}
.label-discount.clear {
height: 16px;
background-color: transparent;
}
.ribbon:nth-child(2) {
margin-top: 30px;
}
.ribbon:nth-child(3) {
margin-top: 60px;
}
.ribbon:nth-child(4) {
margin-top: 90px;
}
.ribbon span {
position: relative;
z-index: 100;
font-family: roboto;
font-size: 12px;
/*margin-right: 11px;*/
}
/*.ribbon:after {
content: "";
display: inline-block;
border-top-width: 28px;
border-top-style: solid;
border-left: 0px;
border-right: 14px solid transparent;
height: 0;
min-width: 68px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}*/
/*================code used=============================*/
.section-title {
margin: 29px 0;
font-size: 34px;
line-height: 40px;
letter-spacing: -1px;
font-weight: normal!important;
text-transform: capitalize;
}
/*.pagination {
margin: 18px 323px;
text-align: center;
}*/
.pagination li:last-child a {
padding: 0px 10px!important;
}
.pagination li:hover a, .pagination li.current a {
color: #D70D00 !important;
border-color: #D70D00;
}
i.fa.fa-arrow-right {
color: #B7B4B4;
}
i.fa.fa-arrow-left{color: #B7B4B4;}
.pagination li:hover a,
.pagination li.current a {
background-color: #fff;
}
.pagination a {
border: 1px solid #e0e0e0;
color: #3d3d3d !important;
border-radius: 0!important;
padding: 0px 11px!important;
font-size: 18px;
margin: 0 4px 0 0;
text-transform: capitalize;
}
.inline-input .placeholder {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.inline-input input {
width: 73%!important;
border-radius: 3px;
background-color: #ececec;
border: none;
color: #3d3d3d;
width: 100%;
padding: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 15px 14px;
font-size: 13px;
line-height: 20px;
border-radius: 5px 0 0 5px;
display: inline-block;
vertical-align: top;
float: left;
}
.inline-input input:focus,
.inline-input input:hover {
background-color: #e0e0e0;
}
.inline-input .le-button {
padding: 15px 14px;
width: 27%;
float: right;
border-radius: 0 5px 5px 0;
}
.block {
display: block;
}
.simple-link {
color: #3d3d3d;
text-transform: capitalize;
}
.dropdown-toggle:before,
.dropdown-toggle:after {
z-index: 100;
}
.green-text {
color: #59b210 !important;
}
.green-text:hover {
background-color: #59b210 !important;
color: #fff !important;
}
.blue-text {
color: #3498db !important;
}
img#list:hover {
opacity: 0.8;
}
.blue-text:hover {
background-color: #3498db !important;
color: #fff !important;
}
.red-text {
color: #e74c3c !important;
}
.red-text:hover {
background-color: #e74c3c !important;
color: #fff !important;
}
.orange-text {
color: #f27a24 !important;
}
.orange-text:hover {
background-color: #f27a24 !important;
color: #fff !important;
}
.navy-text {
color: #34495e !important;
}
.navy-text:hover {
background-color: #34495e !important;
color: #fff !important;
}
.dark-green-text {
color: #21b68e !important;
}
.dark-green-text:hover {
background-color: #21b68e !important;
color: #fff !important;
}
.height-xs {
height: 230px;
}
.height-sm {
height: 338px;
}
.height-md {
height: 468px;
}
.normal-weight {
font-weight: 400;
}
.semi-bold {
font-weight: 600;
}
/*.regular-bold {
font-weight: 700;
}*/
.extra-bold {
font-weight: 800;
}
.page-header {
padding: 0;
border: none;
margin: 0;
text-align: center;
margin-bottom: 60px;
}
.page-header .page-title {
font-size: 40px;
font-weight: 400;
color: #434343;
line-height: 18px;
}
.page-header .page-subtitle {
font-size: 14px;
font-weight: 400;
color: #979797;
margin: 0;
line-height: 15px;
}
img[src="assets/images/blank.gif"] {
background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
width: 100%;
}
/*===================================================================================*/
/* Top Navbar
/*===================================================================================*/
.top-bar {
background-color: #f9f9f9;
border-bottom: 1px solid #e0e0e0;
padding: 10px 0 9px;
}
.top-bar ul {
list-style: none;
}
.top-bar ul.right {
text-align: right;
}
.top-bar ul.right > li:first-child a {
padding: 0 13px;
}
.top-bar ul.right > li:last-child a {
padding: 0 0 0 12px ;
}
.top-bar ul > li {
display: inline-block;
}
.top-bar ul > li.dropdown .dropdown-menu {
top: 135%;
border-radius: 0px;
}
.top-bar ul > li.dropdown .dropdown-menu li {
text-align: left;
display: block;
}
.top-bar ul > li.dropdown .dropdown-menu li a {
display: block;
padding: 7px 13px;
margin: 0 2px;
border: none;
}
.top-bar ul > li:first-child a {
padding: 0 16px 0 0;
}
.top-bar ul > li:last-child a {
border: none;
}
.top-bar ul > li a {
padding: 0 13px;
border-right: 1px solid #e0e0e0;
color: #3d3d3d;
font-size: 13px;
line-height: 15px;
display: inline-block;
text-transform: capitalize;
}
/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
padding: 5px 0 30px 0;
border-bottom: 1px solid #e0e0e0;
}
header.ver2 {
padding-bottom: 0;
margin-bottom: 13px;
}
/*-----------------------logo shoppe---------------------------------------*/
header .logo-holder .logo {
margin: 1px 23px;
margin-left: -5px;
padding-top: 13px;
}
/*-----------------------logo shoppe---------------------------------------*/
header .top-search-holder {
margin: 0 0 0 -20px;
}
/*header .top-search-holder .contact-row {
font-size: 14px;
line-height: 20px;
}
header .top-search-holder .contact-row .phone {
margin: 0 10px 0 0;
}
header .top-search-holder .contact-row i {
vertical-align: middle;
margin: 0 8px 0 0;
font-size: 23px;
line-height: 23px;
}*/
/*-----------------------search bar shoppe---------------------------------------*/
header .top-search-holder .search-area {
border: 2px solid #D70D00;
border-radius: 7px;
margin: 36px 0 0 0;
}
a#search1:hover {
background-color: #fff !important;
}
header .top-search-holder .search-area .categories-filter {
line-height: 43px;
padding-left: 7px;
display: inline-block;
border-left: 2px solid #D70D00;
text-transform: capitalize;
}
/*-----------------------search bar end shoppe---------------------------------------*/
header .top-search-holder .search-area .categories-filter .dropdown-menu {
width: 156%;
left: -8px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle {
padding: 0 14px 0 2px;
color: #000;
font-family: roboto;
font-size: 13px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle:after {
/* content: "\f107";
font-family: fontawesome;
color: #e0e0e0;
display: inline-block;
font-size: 25px;
line-height: 25px;
vertical-align: sub;
margin: 0 0 0 8px;*/
}
header .top-search-holder .search-area .search-field,
header .top-search-holder .search-area .search-button,
header .top-search-holder .search-area .categories-filter {
display: inline-block;
}
header .top-search-holder .search-area .search-field {
border-radius: 5px 0 0 5px;
border: none;
width: 65%;
padding: 9px;
color: #000;
font-family: roboto;
font-size: 13px;
}
header .top-search-holder .search-area .search-button {
float: right;
display: inline-block;
text-align: center;
padding: 8px 15px 13px 15px;
/*margin: -3px -3px 0 0;*/
border-radius: 0 5px 5px 0;
}
header .top-search-holder .search-area .search-button:hover {
background-color: #939393;
}
header .top-search-holder .search-area .search-button:after {
content: "\f002";
font-family: fontawesome;
font-size: 25px;
line-height: 25px;
vertical-align: sub;
color: #fff;
}
header .top-cart-row {
padding: 35px 0 0 21px;
}
header .top-cart-row .wishlist-compare-holder {
line-height: 24px;
margin: 0 18px 0 0;
font-size: 13px;
text-transform: capitalize;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .wishlist-compare-holder a {
color: #3d3d3d;
}
header .top-cart-row .wishlist-compare-holder i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #c6c6c6;
margin: 0 10px 0 0px;
font-size: 14px;
}
header .top-cart-row .top-cart-holder {
position: relative;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .checkout a {
display: inline-block;
}
header .top-cart-row .top-cart-holder .dropdown-menu {
width: 332px;
left: -170px;
top: 65px;
padding: 16px 0 0 0;
}
header .top-cart-row .top-cart-holder li {
border-bottom: 1px solid #e0e0e0;
}
header .top-cart-row .top-cart-holder .basket-item {
padding: 11px 28px;
position: relative;
}
header .top-cart-row .top-cart-holder .basket-item .thumb {
border: 1px solid #e0e0e0;
text-align: center;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item .title {
font-weight: 100;
line-height: 26px;
}
header .top-cart-row .top-cart-holder .basket-item .price {
font-weight: 700 !important;
font-weight: 800;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn {
display: inline-block;
position: absolute;
right: 8%;
top: 41%;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn:after {
color: #3d3d3d;
content: "\f00d";
font-family: fontawesome;
}
header .top-cart-row .top-cart-holder .basket-item-count {
position: relative;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
position: absolute;
color: #fff;
top: 5px;
right: 12px;
border-radius: 100px;
width: 21px;
height: 21px;
line-height: 21px;
font-size: 12px;
font-weight: bold;
text-align: center;
}
header .top-cart-row .top-cart-holder .dropdown-toggle {
display: block;
padding: 0;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
font-size: 14px;
line-height: 21px;
color: #3d3d3d;
display: block;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .total-price {
font-size: 22px;
font-weight: bold;
}
header .top-cart-row .top-cart-holder .dropdown-toggle:after {
display: none;
}
header .top-cart-row .top-cart-holder .total-price-basket {
margin: 0 0 0 5px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.header-alt {
border-bottom: none;
/* background-image: url("../images/banner.png");*/
}
/*===========================shop code used========================================================*/
/* Sidemenu
/*===================================================================================*/
.sidemenu-holder {
padding: 0;
margin: 0;
width: 100%!important;
}
.sidemenu-holder .side-menu .head {
padding: 17px;
color: #fff;
text-transform: capitalize;
font-weight: bold;
font-size: 18px;
}
.sidemenu-holder .side-menu .head i {
margin: 0 6px 0 0;
}
.sidemenu-holder .side-menu nav .nav > li {
border: 1px solid #e0e0e0;
border-top: 0;
border-bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li > .mega-menu {
padding: 3px 0;
}
.sidemenu-holder .side-menu nav .nav > li > .sub-menu {
min-width: 0;
width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content {
padding: 10px 20px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li {
padding: 5px 0;
border-bottom: 1px solid #e0e0e0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:last-child {
border-bottom: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li a {
color: #636363;
line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:hover {
background-color: #f9f9f9;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder {
position: absolute;
right: -19px;
top: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder a {
display: block;
padding: 0;
width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li:last-child {
border-bottom: 1px solid #e0e0e0;
border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
border-radius: 0 0 3px 3px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a,
.sidemenu-holder .side-menu nav .nav > li:last-child a {
line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a:after,
.sidemenu-holder .side-menu nav .nav > li:last-child a:after {
line-height: 27px;
}
.sidebar .price-range-holder .filter-button a {
color: #5F615D;
}
.sidemenu-holder .side-menu nav .nav > li a {
padding: 11px 17px ;
line-height: 17px;
border-bottom: 1px solid #ACABAB;
font-size: 15px;
font-weight: normal !important;
font-family: roboto;
}
i.fa.fa-angle-right {
padding-right: 6px;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
background-color: #FFFFFF;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n) {
background-color: #FFFFFF;
}
.tab-content>.active {
display: block;
width: 900px;
float: right;
margin-top: -1%;
}
/*==============================Shopp code menu=====================================================*/
/* Megamenu
/*===================================================================================*/
/*!
* Yamm!3
* Yet another megamenu for Bootstrap 3
*
* http://geedmo.github.com/yamm3
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
.megamenu-vertical .yamm-content {
padding: 8px 19px;
}
.megamenu-vertical .yamm-content h2 {
font-size: 16px;
line-height: 24px;
margin: 0px -1px 4px;
}
.megamenu-vertical .yamm-content li {
padding: 5px 0;
border-bottom: 1px solid #e0e0e0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.megamenu-vertical .yamm-content li:last-child {
border-bottom: 0;
}
.megamenu-vertical .yamm-content li a {
color: #000;
font-family: roboto;
line-height: 26px;
font-size: 13px;
}
.megamenu-vertical .yamm-content li:hover,
.megamenu-vertical .yamm-content li:focus {
background-color: #f9f9f9;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder {
position: absolute;
right: -19px;
top: 0;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder a {
display: block;
padding: 0;
width: 100%;
}
.megamenu-horizontal .menu-item .dropdown-menu {
position: absolute;
top: 0;
left: 100%;
margin: 0;
min-width: 365%;
}
.megamenu-horizontal .nav > li {
position: relative;
width: 100%;
}
.megamenu-horizontal .nav > li > a {
color: #636363;
font-weight: 600;
}
.megamenu-horizontal .nav > li > a:focus,
.megamenu-horizontal .nav > li > a:hover {
color: #fff;
}
.megamenu-horizontal .nav > li > a:focus:after,
.megamenu-horizontal .nav > li > a:hover:after {
opacity: 1;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 0 !important;
}
.megamenu-horizontal .nav > li > .dropdown-toggle:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
content: "\f105";
line-height: 18px;
opacity: 0;
color: #fff;
float: right;
font-size: 20px;
height: 20px;
width: 20px;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
color: #fff;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:after,
.megamenu-horizontal .dropdown.open .dropdown-toggle:after,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:after {
opacity: 1;
}
#top-mega-nav {
margin: 27px 0;
}
#top-mega-nav nav {
background-color: #f9f9f9;
border-radius: 5px;
}
#top-mega-nav nav .le-dropdown {
font-size: 16px;
font-weight: 700;
}
#top-mega-nav nav .le-dropdown:first-child {
display: inline-block;
float: left;
}
#top-megamenu-nav {
margin: 10px 0 0 0;
position: relative;
}
#top-megamenu-nav .navbar {
margin: 0;
}
/*#top-megamenu-nav .navbar-nav > li {
border-right: 1px solid;
}*/
#top-megamenu-nav .navbar-nav > li > a {
text-transform: capitalize;
/*font-weight: bold;*/
font-family: roboto;
padding: 19px 48px;
}
#top-megamenu-nav .navbar-nav > li > a,
#top-megamenu-nav .navbar-nav > li > a:focus {
color: #fff;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:after {
content: none;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:before {
display: none;
left: auto;
right: 45%;
bottom: -22%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 5px;
margin-left: -5px;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li > a {
padding: 8px 16px;
border-bottom: 1px solid #e0e0e0 !important;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li:last-child > a {
border-bottom: none!important;
}
#top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
display: block;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
animation-name: slidenavAnimation;
animation-duration: 200ms;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
-webkit-animation-name: slidenavAnimation;
-webkit-animation-duration: 200ms;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
-moz-animation-name: slidenavAnimation;
-moz-animation-duration: 200ms;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease-out;
-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
from {
margin-top: -30px;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
@-webkit-keyframes slidenavAnimation {
from {
margin-top: -30px;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
/*===================================================================================*/
/* Breadcrumb
/*===================================================================================*/
.breadcrumb-nav-holder {
display: inline-block;
float: left;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item:before,
.breadcrumb-nav-holder.minimal .breadcrumb-item:after {
display: none;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
background-color: #fff;
padding: 10px 18px;
}
.breadcrumb-nav-holder .breadcrumb-item {
display: inline-block !important;
float: left;
position: relative!important;
display: table-cell;
}
.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
display: none;
}
.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
color: #3d3d3d;
}
.breadcrumb-nav-holder .breadcrumb-item:last-child a {
border-right: 0;
}
.breadcrumb-nav-holder .breadcrumb-item.open:after,
.breadcrumb-nav-holder .breadcrumb-item:focus:after,
.breadcrumb-nav-holder .breadcrumb-item:hover:after {
border-color: transparent transparent transparent #ececec !important;
}
.breadcrumb-nav-holder .breadcrumb-item.open > a,
.breadcrumb-nav-holder .breadcrumb-item:focus > a,
.breadcrumb-nav-holder .breadcrumb-item:hover > a {
background-color: #ececec;
}
.breadcrumb-nav-holder .breadcrumb-item:before,
.breadcrumb-nav-holder .breadcrumb-item:after {
content: "";
display: block;
position: absolute;
z-index: 100;
width: 0;
height: 0;
border-style: solid;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.breadcrumb-nav-holder .breadcrumb-item:before {
top: 39%;
right: -10px;
border-width: 7.5px 0 7.5px 10px;
border-color: transparent transparent transparent #e0e0e0;
}
.breadcrumb-nav-holder .breadcrumb-item:after {
top: 39%;
right: -8px;
border-width: 7.5px 0 7.5px 10px;
border-color: transparent transparent transparent #f9f9f9;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
min-width: 100%;
top: 97%!important;
left: 0!important;
right: auto!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
padding: 8px 16px;
border-bottom: 1px solid #e0e0e0 !important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
border-bottom: none!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
display: none;
}
.breadcrumb-nav-holder .breadcrumb-item > a {
letter-spacing: -1px;
display: inline-block;
background-color: #f9f9f9;
padding: 20px 18px;
color: #3d3d3d;
border-right: 1px solid #e0e0e0;
position: relative;
text-transform: capitalize;
}
.breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
content: "\f0da";
color: #3d3d3d;
font-size: 12px;
display: inline-block;
vertical-align: bottom;
margin: 0 0 0 5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#breadcrumb-alt {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 27px;
}
/*======================Shopp code is used=============================================================*/
/*===================================================================================*/
.section {
margin: 30px 0;
}
.carousel-holder .title-nav h2:before{
}
.carousel-holder .title-nav h2 {
font-size: 24px;
line-height: 25px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 276.8px;
/*min-height: 323px;*/
min-height: 290px;
}
.carousel-holder .title-nav .inverse {
color: #D70D00;
text-transform: uppercase;
font-family: roboto;
font-size: 18px;
}
/*
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder:hover{ border-bottom: none !important;
border-radius: 10px;}*/
.product-grid-holder .product-item-holder {
background-color: #fff;
min-height: 401px;
border-right: 0;
position: relative;
}
.carousel-holder .title-nav {
margin: 0 0 32px 0;
position: relative;
}
.section h2 {
color: #434343;
font-size: 28px;
line-height: 36px;
font-weight: normal !important;
padding-bottom: 14px;
margin-bottom: 12px;
}
.section p,
.section li {
color: #747474;
font-size: 16px;
line-height: 28px;
}
.hvr-shutter-out-horizontal {
display: inline-block;
background: #D70D01 !important;
padding: 8px 10px 8px;
color: #fff;
font-size: 15px;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
section#bestsellers {
border-top: none;
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(242, 224, 224, 0.26);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.product-grid-holder .product-item-holder:last-child {
border: 1px solid #ececec;
border-radius: 3px;
margin-right: 3px;
margin-left: 8px;
}
#bestsellers {
padding: 24px 0 1px 0;
}
/*
div#owl-recommended-products .owl-item {
width: 297px !important;*/
}
#bestsellers .size-medium {
/*max-width: 266px;*/
margin-left: 12px;
}
#bestsellers .product-grid-holder > .col-sm-7 {
width: 60%;
}
#bestsellers .product-grid-holder > .col-sm-5 {
width: 40%;
}
#bestsellers .single-product-gallery {
border-left-width: 0;
}
#recently-reviewd {
padding: 69px 0 32px 0;
}
#top-brands {
padding: 0px 0 4px 0;
}
#recommended-products {
margin: 7px 0 -4px 0;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
/* border-right-width: 0;*/
}
#recommended-products .title-nav {
/* margin-left: -10px;*/
}
#recommended-products .size-medium {
/*min-height: 330px;*/
min-height: 295px;
}
#recommended-products .size-medium .image {
padding: 20px 0px 25px 0;
}
.categories-products .size-medium .ribbon {
top: 0;
}
#recommended-products .size-medium .body {
min-height: 26px;
}
.product-item-holder .price-current {
color: #7b7a7a;
font-size: 16px;
text-align: left;
margin-top: -25px;
font-family: roboto;
border-radius: 5px;
font-weight: bold;
}
.product-item-holder .price-current2 {background: #d70d01 none repeat scroll 0 0; color:#fff; padding: 7px 10px;}
del {
color: #000;
margin-left: 10px;
font-family: roboto;
background: #ddd none repeat scroll 0 0;
border-radius: 5px;
padding: 9px 10px;
font-size: 16px;
}
#grid-page-banner {
margin: 18px 0 24px 0;
}
.green.ribbon:after {
border-top-color: #59B210;
min-width: 107px;
}
.ribbon:after {
content: "";
display: inline-block;
border-top-width: 28px;
border-top-style: solid;
border-left: 0px;
border-right: 14px solid transparent;
height: 0;
min-width: 75px;
/* width: 100%; */
position: absolute;
top: 0;
left: 0;
}
.photo-grid {
width: 246px;
display: inline-block;
float: none;
margin-left: 0em;
margin-top: -8px;
height: 249px;
}
div#contaner2 {
width: 100%;
}
div#hero {
}
.photo-grid li {
border: 5px solid white;
display: inline-block;
}
.body1 {
text-align: center;
margin-top: -6px;
padding: 1px;
margin-left: 8px;
margin-bottom: -18px;
margin-right: 12px;
}
.title {
margin-top: 10px;
}
.body1 .title h2 {
color: #000;
font-size: 16px;
font-style: normal;
text-transform: capitalize;
font-family: roboto;
margin-left: -50px;
}
.photo-grid img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid figure {
height: 205px;
overflow: hidden;
position: relative;
width: 237px;
padding-left: 6%;
padding-top: 14px;
}
.photo-grid figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 4px;
z-index: 100;
}
span.text-bg1 {
color: #fff;
letter-spacing: 3px;
font-size: 32px;
text-transform: uppercase;
font-family:roboto;
}
.title-nav1 {
margin: 0px 3px 21px 0!important;
padding: 15px 20px;
}
.title-nav:after
{
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 100%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
span.text-bg2 {
font-size: 71px;
letter-spacing: 15px;
color: #fff;
text-transform: uppercase;
font-weight: normal;
font-family: lato;
}
div#recommended-item-carousel {
padding-top: 0px;
}
.recommended_items {
background: #eee;
height: 448px;
}
.title-nav1 h2 {
font-weight: normal !important;
background-color: #eee;
color: #D70D00;
text-transform: uppercase;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
font-size: 28px;
line-height: 25px;
vertical-align: top;
text-transform: capitalize;
}
.small-text {
padding-top: 8%;
text-align: center;
}
.big-text {
text-align: center;
padding: 1%;
}
a.left.recommended-item-control {
position: absolute;
top: 41%;
}
i.fa.fa-angle-left {
background: none repeat scroll 0 0 #D70D01;
color: #FFFFFF;
font-size: 20px;
padding: 4px 10px;
}
.recommended-item-control i {
background: none repeat scroll 0 0 #D70D01;
color: #FFFFFF;
font-size: 20px;
padding: 4px 10px;
}
.right {
right: 0;
}
a.right.recommended-item-control {
position: absolute;
top: 41%;
}
.parrellex-bg {
position: absolute;
float: left;
width: 100%;
min-width: 100%;
z-index: 1000;
display: table-cell;
top: 23px;
background-color: rgba(8, 8, 8, 0.25);
height: 465px;
}
.new-arraivel1 {
width: 1178px;
/* margin-left: 3%;
margin-top: 2%;
padding-top: 24px;*/
margin:0px auto;
margin-bottom: -23px;
background: #fff;
}
div#new-arrivel2 {
padding: 28px;
margin-left: 8px;
}
.parrellex {
width: 100%;
}
.shop-button {
text-align: center;
padding-top: 1%;
}
span.text-bg3 a {
outline: none!important;
color: #fff;
text-transform: uppercase;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 12px 25px;
}
.photo-grid figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid li:hover figcaption {
opacity: 1;
}
.photo-grid img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: 32px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
.height-lg {
height: 500px;
}
.photo-grid li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.categories-products
{
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 10px;
margin-left: -3px;
overflow: hidden;
}
.wrapper {
border-top: 4px solid #D70D00;
}
img#imgcat2 {
height: 200px;
width: 200px;
padding: 7px 7px 7px 7px;
border-radius: 50%;
border: 2px solid #ddd;
}
img#imgcat2:hover {
border: 2px solid #d70d00;
opacity: 0.4;
filter: alpha(opacity=40);
}
img#imgcat {
height: 256px;
width: 256px;
padding: 7px 7px 7px 7px;
border: 5px solid #eee;
}
.category-filter h2 {
color: #5A5A5A;
text-transform: uppercase;
}
img#latestimg {
/* width: 230px;
height: 230px;
border: 2px solid #eee;*/
height: auto;
width: auto;
border: none;
padding: 2px;
max-height: 200px;
}
div#search-products img#imgcat {
height: auto;
width: auto;
border: none;
padding:28px;
max-height: 250px;
}
.category-filter {
height: 200px;
margin-bottom: 8%;
overflow-y: scroll;
background-color: #f3f3f3;
}
p.b-from-bottom.b-animate.b-delay03 span {
background: #D70D01;
color: #FFF;
padding: 6px 14px;
}
.nav-holder:after{
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 90%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.categories-first
{
height: 240px;
min-width: 260px;
position: relative;
background-color: #fff;
color: #F8484A;
margin-right: 60px;
}
div#title-nav:after {
z-index: 0 !important;
top: 59%;
position: absolute;
/*left: 156px;*/
left: 90px;
content: "";
height: 1px;
width: 80%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
div#title-nav2 h2 {
font-size: 18px;
line-height: 40px;
font-weight: normal !important;
background-color: #fff;
color: #D70D01;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
}
div#title-nav2 {
padding-top: 3%;
margin-bottom: 3%;
margin-left: 0%
}
div#title-nav2:after {
/*z-index: 0 !important;
top: 10%;
position: absolute;
left: 96px;
content: "";
height: 1px;
width: 79%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;*/
/* z-index: 0 !important; */
top: 10%;
position: absolute;
content: "";
height: 1px;
width: 74%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
/*.categories-first:hover{border-bottom: 2px solid #ececec!important;}*/
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 325px;
width: 100%;
left: 83%;
}
.view-products span.btn1 {
background: #D70D01;
padding: 9px 10px 8px;
color: #fff;
font-size: 15px;
}
.ribbon {
z-index: 100;
top: 0.5%;
font-size: 11px;
line-height: 20px;
padding: 4px 14px;
font-weight: 700;
text-transform: uppercase;
}
.photo-grid1 {
width: 259px;
display: inline-block;
float: none;
margin-left: 0em;
margin-top: 30px;
height: 310px;
}
.photo-grid1 li {
display: inline-block;
}
.photo-grid1 img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid1 figure {
height: 205px;
overflow: hidden;
position: relative;
width: 257px;
padding-left: 5%;
padding-top: 14px;
}
.photo-grid1 figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0px;
z-index: 100;
}
.photo-grid1 figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid1 li:hover figcaption {
opacity: 1;
}
.photo-grid1 img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid1 li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid1 figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: -4px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
#footer .link-list-row .footer-logo {
display: inline-block;
vertical-align: top;
margin: 20px 0 9px 0;
border-bottom: 1px dashed;
width: 250px;
padding-bottom:10px;
}
.photo-grid1 li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.product-item-holder .body .brand {
font-size: 13px;
line-height: 30px;
color: #7B7A7A;
text-transform: capitalize;
text-align: right;
padding-top: 6px;
font-style: normal;
font-family: roboto;
}
.product-item-holder .body .brand1 {
font-size: 16px;
line-height: 30px;
color: #7b7a7a;
text-transform: uppercase;
font-style: normal;
margin-top: 30px;
text-align: center;
}
.green {
background-color: #59B210;
color: #fff;
}
.green.ribbon {
background-color: transparent;
}
/*.green.ribbon:after {
border-top-color: #59B210;
}*/
.red {
background-color: #F8484A;
color: #fff;
}
.red.ribbon {
background-color: transparent;
}
.red.ribbon:after {
border-top-color: #DD4339;
}
.blue {
background-color: #407AC5;
color: #fff;
}
.blue.ribbon {
background-color: transparent;
}
.blue.ribbon:after {
border-top-color: #407AC5;
}
.hot-deals {
width: 100%;
border: 1px solid #e9e9e9;
height: 361px;
}
.shop-n {
margin-top: 26px;
}
.hot-title span {
padding: 7px 2px 8px 11px;
background: #D70D01;
color: #fff;
text-transform: uppercase;
font-size: 16px;
}
.content {
background-attachment: fixed;
height: 488px;
}
#content1 {
background-image: url("../images/parrallax.jpg");
}
#content2 {
background-image: url("../images/parrallax.jpg");
/* background-position: top center;
background-size: cover;
position: relative;
width: 100%*/;
background-size: 100% 100%;
padding-top: 0px;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.headphone {
text-align: left;
padding: 2px 26px;
}
.watch {
margin-bottom: 22px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #e9e9e9;
}
p#hot-content {
padding: 10px 5px;
}
.accessories {
text-align: right;
width: 42%;
float: right;
border-left: 1px solid #e9e9e9;
}
.b-animate-go .b-ccw-180 span {
padding: 7px 11px;
background-color: rgba(215, 13, 1, 1);
color: #FFF;
}
.hot-products {
width: 58%;
}
.hot-img1 {
text-align: right;
float: right;
/* margin-top: 42px;
margin-right: 9%;*/
}
span.big-text5 {
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
}
.access-img {
float: right;
/*padding-top: 14px;*/
}
.head-img {
float: right;
}
a.slider-next.btn-next.fa.fa-angle-right:hover {
color: #fff !important;
background: #D70D00;
}
a.slider-prev.btn-prev.fa.fa-angle-left:hover{
color: #fff !important;
background: #D70D00;
}
.access {
text-align: left;
padding: 17px 30px;
}
a.btn2 {
border: 1px solid #CEC9C9;
border-radius: 18px;
padding: 9px 11px 5px;
font-size: 14px;
text-transform: uppercase;
font-family: lato;
/* font-weight: bold; */
color: #929090;
}
i.fa.fa-chevron-circle-right {
font-size: 25px;
margin-left: -5px;
margin-right: 8px;
color: #4C96EB;
}
.hot-detail {
/* width: 53%; */
padding: 2px 20px;
margin-top: 7%;
}
span.small-text5 {
font-size: 17px;
text-transform: uppercase;
color: #C3BFBF;
/* margin-left: 32px; */
}
h2.hot-title {
margin-left: 24px;
margin-top: 5px;
}
.carousel-holder .title-nav h1 {
font-size: 33px;
line-height: 40px;
}
.carousel-holder .title-nav .nav-holder {
float: right;
display: inline-block;
}
.carousel-holder .title-nav .nav-holder a {
font-size: 29px;
line-height: 40px;
color: #d3d3d3 !important;
margin: 0 3px;
}
.carousel-holder .title-nav .nav-holder a {
color: #e0e0e0;
}
.brands-carousel .carousel-item {
width: 168px;
text-align: center;
margin: 0 27px 0 0 ;
}
.brands-carousel .carousel-item a {
padding: 15px 9px 15px 11px;
margin: 3px -4px 0 0;
display: block;
border: 1px solid #e0e0e0;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
}
.photo-grid2 {
width: 259px;
display: inline-block;
float: none;
margin-left: 2em;
margin-top: 1px;
height: 330px;
}
div#preic {
padding-top: 6px;
text-align: left;
}
.productinfo.text-center p {
padding-top: 6px;
}
.photo-grid2 li {
display: inline-block;
}
i.fa.fa-star {
color: rgb(243, 211, 37);
}
div#star-rating {
text-align: center;
}
.photo-grid2 img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid2 figure {
height: 205px;
overflow: hidden;
position: relative;
width: 257px;
padding-left: 0%;
padding-top: 1px;
}
.photo-grid2 figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0px;
z-index: 100;
}
.photo-grid2 figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid2 li:hover figcaption {
opacity: 1;
}
.photo-grid2 img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid1 li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid2 figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: 52px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
.photo-grid2 li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.single-products {
border: 1px solid #D70D01;
margin: 1% 6% 3% 6%;
padding: 3px 2px 6px 1px;
}
.price-current span {
border: 1px solid #D70D01;
padding: 5px 9px;
color: #fff;
font-weight: bold;
}
.top.brand1 {
margin-bottom: -8em;
overflow: hidden !important;
height: 300px;
margin-top: 23px;
}
div#offers {
height: 286px;
}
.best-sel {
float: left;
margin-right: 15px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -31px;
}
span.price2 {
/* margin-left: 25%;*/
color: #D70D00;
/*font-weight: bold;*/
}
.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: 14px;
bottom: 0;
background: rgba(193, 193, 193, 0.34);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(186, 189, 179, 0.7);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
}
div#right-sidebar {
float: right;
margin-top: 32px;
/* border: 2px solid #eee;*/
}
.navbar .navbar-toggle {
background-color: rgba(215, 13, 0, 0.78);
border-color: #A19C9C;
border-radius: 0;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 7%;
}
img.hvr-pulse-grow:hover {
opacity: 0.8;
border: 1px solid #494949;
}
ul#bx2 li img {
margin-left: -3px;
padding: 4px;
background-color: #eee;
margin-top: 2px;
}
div#bx2 {
margin-top: -13px;
margin-left: 4px;
}
div#bx2 .bx-viewport {
height: 250px !important;
border: 2px solid #eee;
width: 247px !important;
margin-left: -3px;
}
ul#bx2 li {
width: 241px !important;
margin-left: -1px;
}
.related-products h1 {
background-color: #494949;
padding: 2px 4px 1px 5px;
font-size: 19px;
text-align: center;
color: #fff;
}
.related-products {
/* display: inline-block;
margin-left: 9px;*/
border: 1px solid #e9e9e9;
}
div#spn {
background-color: #eee;
}
div#ratin1 {
float: right;
margin-top: 2%;
margin-left: 5px;
}
.sidebar .widget .product-list .price .price-current {
color: #D70D00;
}
div#ratin1 img {
width: 16px;
}
.add-compare i.fa.fa-plus {
margin-right: 7px;
color: #fff;
margin-left: -12px;
}
div#detail5 {
padding-left: 6px;
}
.border-bottom {
border-bottom: 1px solid #E0E0E0;
margin-bottom: 10px;
}
.add-compare a {
background-color: #61BAFC;
font-size: 11px;
padding: 1px 16px 2px 24px;
color: #fff !important;
}
.add-compare1 i.fa.fa-plus {
margin-right: 2px;
color: #fff;
margin-left: 3px;
}
.add-price a {
background-color: #F5613D;
font-size: 11px;
padding: 5px 11px 4px 10px;
color: #fff !important;
}
span.stButton span span {
background-size: 48px 19px;
margin-right: -6px;
}
.add-compare1 {
margin-left: 3px;
}
.social-row {
margin-left: -15px;
}
.add-compare1 a {
font-size: 11px;
background-color: #61BAFC;
padding: 5px 3px 4px 4px;
color: #fff !important;
}
.add-compare {
margin-left: 6px;
}
.related-products ul#price-list {
margin-top: 4%;
}
.related-products ul#price-list li {
background-color: rgba(226, 226, 226, 0.36);
padding: 10px 20px;
margin-bottom: 10px;
}
.related-products ul#price-list li a {
font-size: 13px;
color: #000;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 3%;
border: 1px solid #ADABAB;
}
div#single-product .title {
margin: 18px 33px 4px;
}
div#owl-single-product .owl-wrapper-outer {
height: 328px
}
.add-pr {
float: right;
display: flex;
}
a#see {
float: right;
font-size: 13px;
}
span.your-rating {
color: #4D9B0E;
font-weight: 800;
margin-left: 4%;
}
div#ratingfff {
margin-bottom: 3%;
}
.features h4 {
border-bottom: 1px dashed #B8B4B4;
color: #ED180B;
padding: 5px 2px 9px;
}
table#features1 {
border-spacing: 13px;
width: 100%;
}
/*table#features1 tr {
background-color: #eee;
}*/
table#features1 th {
background: #f2f2f2 none repeat scroll 0 0;
padding: 10px;
border: 1px solid #ddd;
color: #000;
font-size: 13px;
width: 136px;
height: 30px;
padding-left: 10px;
}
table#features1 td {
font-size: 13px;
border: 1px solid #f2f2f2;
width: 288px;
padding: 10px;
font-family: roboto;
}
img#brand-lg3 {
width: 68px;
margin-left: 6%;
padding-bottom: 20px;
padding-top: 14px;
}
tr#heading-t {
background-color:#494949;
}
td#star {
padding-left: 53px !important;
}
tr#heading-t th {
color: #fff;
font-family: roboto;
/* padding: 11px 36px 0px;*/
}
tr#border1 {
background-color: #EFEFEF;
}
tr#border2 {
background-color: #FAF9F9;
}
tr#border1 td {
padding-left: 36px;
}
tr#border2 td {
padding-left: 36px;
}
tr#heading-t h5 {
font-weight: normal !important;
padding-bottom: 9px;
}
a#addto-cart1 {
padding: 5px 6px;
background-color: #EE2015;
border-radius: 0;
margin-top:20px;
}
td h5 {
font-size: 20px;
}
i.fa.fa-check-circle {
color: #DADADA;
}
span15 {
font-size: 13px;
}
p#comp i.fa.fa-star {
color: rgb(49, 147, 219);
}
.meta-row h6 {
font-size: 12px;
background-color: #EFEFEF;
padding: 10px;
color: #807D7D;
}
span#addto-cart1 {
padding: 5px 6px;
background-color: #797979;
border-radius: 0;
}
.small-banner {
padding: 4px;
margin-top: -24px;
margin-left: 9px;
}
.top.brand3 {
margin-left: -18px;
width: 74.5%;
}
.top.brand3 div#slider1_container {
width: 88% !important;
}
span#jk3 {
top: 99.5px !important;
right: -5em!important;
float: right;
}
a#addto-cart1:hover {
background-color: #494949;
color: #fff !important;
}
a#addto-cart:hover{
background-color: #494949;
color: #fff !important;
}
ul.offers-bannner li {
border: 2px solid #BABABA;
margin-left: 12px;
}
ul.offers-bannner {
display: inline-flex;
margin-left: -11px;
}
.view-also{
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 42px;
margin-left: 0px;
overflow: hidden;
}
img#imgcat1 {
/* height: 226px;*/
width: 250px;
max-width: 100%;
padding: 11px;
/*border: 5px solid #eee;*/
}
/*.view-also1 img#imgcat1 {
height: 226px;
width: 230px;
padding: 11px;
border: 5px solid #eee;
}*/
.view-also1 .body1 {
margin-bottom: -3px;
}
.view-also1 .body .price-current {
text-align: center;
color: #EE2015;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
}
p#comp1 {
float: right;
margin-right: 8px;
}
.b-from-left span {
padding: 6px 9px;
background-color: #EE2015;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
}
.no-container {
overflow: hidden;
}
.view-also1{
height: 299px;
border: 2px solid #ececec;
/* border-radius: 4px;*/
min-width: 178px;
position: relative;
background-color: #fff;
color: #F8484A;
margin-right: 20px;
margin-top: 58px;
text-align:center;
}
.view-also h3 {
position: absolute;
background-color: #EE2015;
display: inline-block;
color: #fff;
padding: 7px 22px 10px;
width: 97%;
font-size: 22px;
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.13);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
i.fa.fa-caret-right {
margin-right: 4px;
font-size: 15px;
color: #6C6C6C;
}
section.sidebar-page {
/* margin-bottom: -5em;*/
}
/*===================================================================================*/
/* Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/
.radio-label {
display: inline-block;
font-size: 14px;
font-weight: 600;
}
.radio-label.bold {
font-weight: 700;
}
.radio-label p {
font-weight: 500;
font-size: 13px;
}
.le-radio {
opacity: 0;
margin: 0!important;
vertical-align: middle;
z-index: 100;
position: absolute;
width: 100%;
height: 15px;
}
.le-radio + .fake-box {
border-radius: 0px;
position: relative;
display: inline-block;
width: 15px;
height: 15px;
margin: 0px 6px 0 0;
vertical-align: top;
border: 1px solid #e0e0e0;
background-color: #fff;
}
.le-radio:hover,
.le-radio:focus {
cursor: pointer;
}
.le-radio:hover + .fake-box:after,
.le-radio:focus + .fake-box:after {
display: inline-block;
width: 7px;
height: 7px;
content: "";
background-color: #3d3d3d;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.le-radio:checked + .fake-box:after {
display: inline-block;
width: 7px;
height: 7px;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.le-checkbox {
margin: 7px 0 0 0!important;
vertical-align: middle;
opacity: 0;
position: absolute;
width: 100%;
height: 10px;
}
.le-checkbox.big + .fake-box {
border-radius: 0;
width: 15px;
height: 15px;
}
.le-checkbox + .fake-box {
border-radius: 2px;
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 5px 0 0;
vertical-align: middle;
border: 1px solid #e0e0e0;
background-color: #fff;
}
.le-checkbox:hover,
.le-checkbox:focus {
cursor: pointer;
}
.le-checkbox:hover + .fake-box,
.le-checkbox:focus + .fake-box {
background-color: #f9f9f9;
}
.le-select {
background-color: #fff;
border: 1px solid #ececec;
padding: 5px 16px 7px 5px;
color: #3d3d3d;
width: 100%;
font-size: 13px;
width: auto;
position: relative;
display: inline-block;
vertical-align: top;
}
.le-select .le-select-in {
width: auto;
display: inline-block;
vertical-align: top;
}
.le-select select {
position: absolute;
width: 100%!important;
bottom: 0;
height: 32px!important;
left: 0px;
}
.le-select:after {
content: "\f107";
font-family: fontawesome;
color: #3d3d3d;
font-size: 15px;
height: 13px;
position: absolute;
right: 6px;
top: 21%;
}
.le-links {
list-style: none;
}
.le-links li {
line-height: 27px;
}
.le-links li a {
font-size: 14px;
text-transform: capitalize;
}
.le-links li a:hover:before {
margin: 0 8px 0 0;
}
.le-links li a,
.le-links li a:before {
color: #3d3d3d;
}
.le-links li a:before {
font-size: 14px;
line-height: 15px;
margin: 0 5px 0 0;
content: "\f105";
font-family: fontawesome;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.accordion-widget {
margin: 0 0 38px 0;
}
.accordion-widget .accordion {
margin: 20px 0 0 0;
text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
margin: 16px 3px 21px 10px;
list-style: none;
}
.accordion-widget .accordion .accordion-inner li {
line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
font-size: 14px;
text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover:before {
margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a,
.accordion-widget .accordion .accordion-inner li a:before {
color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a:before {
font-size: 14px;
line-height: 15px;
margin: 0 5px 0 0;
content: "\f105";
font-family: fontawesome;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
font-size: 14px;
line-height: 26px;
display: block;
font-weight: 600;
}
.accordion-widget .accordion .accordion-toggle:after {
float: right;
content: "\f068";
font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed:after {
color: #636363;
content: "\f067";
}
.accordion-widget .accordion a {
color: #636363;
}
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 100%!important;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 6px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
margin-top: -5px;
}
.slider input {
display: none;
}
.slider .tooltip-inner {
white-space: nowrap;
}
.slider-track {
position: absolute;
cursor: pointer;
background-color: #939393;
width: 94%!important;
margin: 0 auto;
background-repeat: repeat-x;
}
.slider-selection {
position: absolute;
background-repeat: repeat-x;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.star-holder .star {
display: inline;
}
.le-button {
border-radius: 4px;
font-weight: bold;
padding: 10px 20px;
display: inline-block;
line-height: 20px;
border: none;
font-size: 15px;
color: #fff;
text-transform: capitalize;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-button.huge {
/*padding: 22px 20px;*/
background-color: #61BAFC;
}
.border-bottom .features {
padding: 8px 5px;
}
.border-bottom .features h4 {
padding-bottom: 20px;
}
.le-button:hover {
color: #fff;
}
.le-button.disabled {
cursor: not-allowed;
background-color: #c6c6c6;
color: #fff;
}
.le-button.inverse {
background-color: #e0e0e0;
color: #3d3d3d;
font-weight: 100;
}
.le-button.inverse:hover {
background-color: #ececec;
color: #3d3d3d;
}
.le-button.big {
padding: 15px 34px;
}
.btn-add-to-compare {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.btn-add-to-compare:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.btn-add-to-compare:before {
content: "\f0ec";
}
.btn-add-to-wishlist {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.btn-add-to-wishlist:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.btn-add-to-wishlist:before {
content: "\f004";
}
.dropdown .dropdown-toggle {
padding: 0 14px 0 5px;
}
.dropdown .dropdown-toggle:after {
content: "\f107";
font-family: fontawesome;
color: #e0e0e0;
display: inline-block;
font-size: 15px;
line-height: 15px;
vertical-align: sub;
margin: 0 0 0 3px;
}
.dropdown .dropdown-menu {
border-radius: 0;
top: 120% !important;
}
div#dropmenu {
width: 20%;
}
.le-dropdown {
position: relative;
border-radius: 5px;
font-weight: 700 !important;
font-weight: 800;
display: inline-block;
vertical-align: top;
}
.le-dropdown i {
margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
padding: 19px 17px;
display: inline-block;
}
.le-dropdown .dropdown-toggle:after {
font-size: 24px;
margin: 0 0 0 5px;
color: #fff;
}
.le-dropdown.open {
border-radius: 5px 5px 0 0!important;
}
.le-dropdown .dropdown-menu {
top: 96%!important;
right: 0!important;
left: 0!important;
padding: 0;
border: 1px solid #e0e0e0 !important;
border-radius: 0 0 5px 5px!important;
}
.le-dropdown .dropdown-menu li:first-child a,
.le-dropdown .dropdown-menu li:last-child a {
padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child,
.le-dropdown .dropdown-menu li:last-child a {
border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
font-weight: 600;
display: block;
padding: 11px 15px;
margin: 0!important;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
background-color: #fff;
}
.le-dropdown .dropdown-menu:before {
display: none;
}
.le-dropdown .dropdown-toggle {
text-transform: capitalize;
}
.le-dropdown .dropdown-toggle,
.le-dropdown .dropdown-toggle i {
color: #fff;
}
/*===================================================================================*/
/* Carousel
/*===================================================================================*/
.carousel-holder.hover {
position: relative;
}
.carousel-holder.hover.small .size-small {
max-width: 134.7pt!important;
}
.carousel-holder.hover.small .size-small:hover .hover-area {
bottom: 6px;
}
.carousel-holder .title-nav {
margin: 0px 1px 32px 0;
position: relative;
}
div#brand55 {
margin-top: -8px;
}
div#brand66 {
margin-top: -3px;
}
.carousel-holder .title-nav h1,
.carousel-holder .title-nav h2 {
font-weight: normal !important;
background-color: #fff;
color: #D70D01;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
}
.carousel-holder .title-nav h1 {
font-size: 25px;
line-height: 40px;
}
.carousel-holder .title-nav .nav-holder {
float: right;
display: inline-block;
}
div#nav1 {
margin-top: -5px;
}
.carousel-holder .title-nav .nav-holder a {
font-size: 44px;
line-height: 40px;
color: #d3d3d3 !important;
margin: 0 3px;
padding: 0px 6px 1px 6px;
background-color: #eee;
}
.carousel-holder .title-nav .nav-holder:after {
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 90%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.carousel-holder .title-nav .nav-holder a {
color: #e0e0e0;
}
li#search1:hover {
background-color: #fff !important;
}
/*--------------------used code-----------------------*/
.brands-carousel .carousel-item {
width: 168px;
text-align: center;
margin: 2px 18px 0 0;
}
/*.brands-carousel .carousel-item a {
padding: 30px 11px;
margin: 2px 0 0 0;
display: block;
border: 1px solid #e0e0e0;
}*/
.brands-carousel .carousel-item img {
vertical-align: middle;
display: inline-block;
max-width: 387px;
}
/*----------------------------------------------------------*/
/*---------------------Item slider css--- used in shopp-----------------------------*/
@import url('demo.css');
.mi-slider {
position: relative;
margin-top: -28px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/*left: 16px;*/
bottom: 128px;
overflow: hidden;
text-align: center;
pointer-events: none;
}
h1.mi-slider1 {
color: #D70D01;
text-transform: uppercase;
margin-top: 21px;
margin-left: 17px;
font-size: 25px;
font-weight: normal !important;
}
.no-js .mi-slider ul {
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.mi-slider ul.mi-current {
pointer-events: auto;
}
.mi-slider ul li {
display: inline-block;
padding: 20px;
width: 21%;
margin-bottom: 11px;
margin-right: 41px;
border: 1px solid #B1B2B3;
max-width: 300px;
-webkit-transform: translateX(600%);
transform: translateX(600%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
display: block;
margin: 0 auto;
}
.mi-slider ul li a {
outline: none;
cursor: pointer;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li h4 {
display: inline-block;
font-style: normal;
color: #000;
font-size: 16px;
padding: 20px 10px 0;
font-family: roboto;
}
.mi-slider ul li:hover {
opacity: 0.7;
}
.mi-slider nav {
position: relative;
top: 358px;
text-align: center;
max-width: 800px;
margin: 0 auto;
border-top: 5px solid #333;
}
.no-js nav {
display: none;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
padding: 40px 30px 30px 34px;
position: relative;
color: #888;
outline: none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
color: #000;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
content: '';
position: absolute;
top: -5px;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
border-color: transparent;
border-top-color: #fff;
border-width: 20px;
left: 50%;
margin-left: -20px;
}
.mi-slider nav a.mi-selected:before {
border-color: transparent;
border-top-color: #333;
border-width: 27px;
left: 50%;
margin-left: -27px;
}
/* Move classes and animations */
.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
-webkit-animation: scaleUp 350ms ease-in-out both;
animation: scaleUp 350ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
.mi-slider ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
.mi-slider ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
animation-delay: 360ms;
}
/* moveFromRight */
.mi-slider ul.mi-moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
animation: moveFromRight 350ms ease-in-out both;
}
/* moveFromLeft */
.mi-slider ul.mi-moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
animation: moveFromLeft 350ms ease-in-out both;
}
/* moveToRight */
.mi-slider ul.mi-moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
animation: moveToRight 350ms ease-in-out both;
}
/* moveToLeft */
.mi-slider ul.mi-moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
animation: moveToLeft 350ms ease-in-out both;
}
/* Animation Delays */
.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
/* Animations */
@-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); }
}
@keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveToRight {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}
@keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}
.mi-slider {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Media Queries */
/*----------item slider css end----------------------------------------------------*/
/*===================================================================================*/
/* OWL CAROUSEL
/*===================================================================================*/
.owl-carousel {
text-align: center;
cursor: default;
}
.owl-controls {
display: inline-block;
position: relative;
margin-top: 40px;
}
.panel-group .panel .owl-controls {
margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
margin-top: 40px;
}
.owl-pagination {
position: relative;
line-height: 30px;
}
.owl-buttons {
display: none;
}
.owl-prev,
.owl-next {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
width: 30px;
height: 30px;
font-size: 21px;
color: #FFF;
background-color: #d3d3d3;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: auto;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
opacity: 0;
}
.owl-prev {
left: -35px;
}
.owl-next {
right: -35px;
}
.owl-carousel:hover .owl-prev {
left: -40px;
opacity: .25;
}
.owl-carousel:hover .owl-next {
right: -40px;
opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
opacity: 1;
}
.owl-outer-nav:after {
content: "";
position: absolute;
top: 0;
left: -15%;
width: 130%;
height: 100%;
z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
z-index: 1;
}
.owl-outer-nav .owl-controls {
position: static;
}
.owl-outer-nav .owl-prev {
left: -65px;
}
.owl-outer-nav .owl-next {
right: -65px;
}
.owl-outer-nav:hover .owl-prev {
left: -80px;
}
.owl-outer-nav:hover .owl-next {
right: -80px;
}
.owl-ui-md .owl-pagination {
line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
width: 45px;
height: 45px;
font-size: 45px;
}
.owl-ui-md .owl-prev {
left: -55px;
}
.owl-ui-md .owl-next {
right: -55px;
}
.owl-ui-md:hover .owl-prev {
left: -60px;
}
.owl-ui-md:hover .owl-next {
right: -60px;
}
.owl-outer-nav.owl-ui-md:after {
left: -18%;
width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
right: -100px;
}
.owl-ui-lg .owl-pagination {
line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
width: 60px;
height: 60px;
font-size: 42px;
}
.owl-ui-lg .owl-prev {
left: -75px;
}
.owl-ui-lg .owl-next {
right: -75px;
}
.owl-ui-lg:hover .owl-prev {
left: -80px;
}
.owl-ui-lg:hover .owl-next {
right: -80px;
}
.owl-outer-nav.owl-ui-lg:after {
left: -22%;
width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
right: -120px;
}
.owl-inner-nav .owl-controls {
position: static;
}
.owl-inner-nav .owl-prev {
left: 45px;
}
.owl-inner-nav .owl-next {
right: 45px;
}
.owl-inner-nav:hover .owl-prev {
left: 30px;
}
.owl-inner-nav:hover .owl-next {
right: 30px;
}
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
bottom: 100px;
}
.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
margin-top: -40px;
top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
margin-top: -50px;
top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
margin-top: -60px;
top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
margin: auto;
top: 0;
bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
top: -75px;
}
#owl-main .item {
height: 525px;
background-color: #FFF;
/*background-position: center 55%;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#owl-main.height-md .item {
height: 457px;
}
#owl-main.height-lg .item {
height: 501px;
margin-top: 6px;
}
#owl-main .container {
display: table;
height: inherit;
}
#owl-main .caption {
display: table-cell;
}
#owl-main .caption.vertical-center {
vertical-align: middle;
padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
vertical-align: top;
padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
vertical-align: bottom;
padding-bottom: 14vh;
}
#owl-main .caption.text-center {
padding-left: 10%;
padding-right: 10%;
}
#owl-main .caption.text-left {
padding-right: 20%;
}
#owl-main .caption.text-right {
padding-left: 20%;
}
#owl-main .owl-controls {
display: block;
position: static;
margin-top: -47px;
}
#owl-main .owl-pagination {
background: #FFF;
line-height: inherit;
position: relative;
bottom: -40px;
padding: 10px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: auto;
opacity: 0;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
bottom: -25px;
opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
bottom: 0;
}
.owl-controls .owl-page {
display: inline-block;
}
.owl-pagination .owl-page span {
display: block;
width: 15px;
height: 15px;
background: #d3d3d3;
border: none;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 5px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.owl-item-gap .item {
margin: 0 15px;
}
.owl-item-gap-sm .item {
margin: 0 10px;
}
.owl-item.loading {
min-height: inherit;
background: none;
}
#owl-recently-viewed .owl-wrapper-outer,
#owl-recently-viewed-2 .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 70px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:hover .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:hover .product-item-holder {
border-right-width: 1px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
border-right-width: 0;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
margin: 0 7px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:last-child .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:last-child .product-item-holder {
border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 3px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:hover .product-item-holder {
border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
margin: 0 7px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:last-child .product-item-holder {
border-right-width: 1px;
}
/*======================code used=============================================================*/
/* Product Item, Product List, Product Grid
/*===================================================================================*/
.product-item-holder.hover {
position: relative;
}
.product-item-holder.hover.size-small .product-item .add-cart-button {
margin-bottom: 10px;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a {
padding: 5px 10px!important;
font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a:before {
font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area {
bottom: 9px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
margin: 0 8px;
font-size: 11px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
font-size: 12px!important;
margin-right: 3px;
}
.product-item-holder.hover.size-medium .product-item .wish-compare a {
margin: 0 5px!important;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button {
margin-bottom: 10px;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button a {
padding: 5px 10px!important;
font-size: 12px;
}
.product-item-holder.hover .product-item .hover-area .wish-compare a {
margin: 0 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button {
position: relative;
margin-bottom: 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button a {
padding: 13px 31px;
z-index: 10;
position: relative;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button:before {
z-index: 0;
width: 100%;
height: 1px;
background-color: #e0e0e0;
content: "";
position: absolute;
top: 50%;
left: 0;
}
/*.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
width: 100%;
position: absolute;
padding-bottom: 2%;
box-shadow: 0px 0px 5px 0px #c6c6c6;
z-index: 200;
background-color: #fff;
border-bottom:2px solid #ADADAD;
}*/
.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
display: block;
}
.product-grid-holder .row:nth-child(n+2) .product-item-holder {
border-top: 0;
}
/*.product-grid-holder .product-item-holder:last-child {
border-right: 1px solid #ececec;
}*/
.product-grid-holder .product-item-holder .image {
padding: 29px 0px 0 0;
}
.product-grid-holder .product-item-holder .prices {
margin:0 10px;
padding: 15px 0;
}
/*.product-item:hover {
border: none !important;
}*/
.product-grid-holder .product-item-holder .body {
/*margin: 0 25px ;*/
min-height: 107px;
/* border-bottom: 1px solid #ececec;*/
margin-top: 8px;
}
.product-grid-holder .product-item-holder.size-big .body {
min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
min-height: 36px;
line-height: 26px;
font-size: 20px;
margin: 10px 0 0 0;
}
.product-grid-holder .product-item-holder.size-big .prices {
padding: 11px 0 18px 0;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
font-size: 26px!important;
line-height: 55px;
}
/*.product-grid-holder .product-item-holder.size-medium {
max-width: 224.8px;
min-height: 323px;
}
*/.product-grid-holder .product-item-holder.size-medium .body {
margin: 4px 24px 20px;
}
.product-grid-holder .product-item-holder.size-medium .body .title {
min-height: 36px;
line-height: 19px;
}
.product-grid-holder .product-item-holder.size-small {
min-height: 270px;
max-width: 146.2pt!important;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
padding: 0;
}
.product-grid-holder .product-item-holder.size-small .body {
margin: 0 15px;
min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
margin: 9px 0 0 0;
line-height: 16px;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small .prices {
margin: 0 15px;
padding: 8px 0;
}
.product-item-holder {
background-color: #fff;
border: 1px solid #ececec;
position: relative;
text-transform: uppercase;
font-style: normal;
margin-left: 5px;
color: #F8484A;
height:430px;
}
.product-item-holder .ribbon {
position: absolute;
}
.product-item-holder .image {
text-align: center;
}
.product-item-holder .prices {
margin: 0 10px;
padding: 15px 0;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 14px;
color: #d3d3d3;
float: right;
/*font-weight: 700 !important;*/
font-weight: bold;
margin-top: 7px;
}
.price-current.pull-right {
float: left !important;
margin-top: 0px;
}
.product-item-holder .body .title {
margin: 7px 0 0 0;
text-align: center;
line-height: 19px;
text-transform: capitalize;
}
.product-item-holder .body .title a {
color: #858383;
font-family: roboto;
}
.product-grid-holder.medium .product-item-holder .prices {
margin: 0 20px;
}
.single-product-gallery .single-product-gallery-item {
display: inline-block;
}
.single-product-gallery .single-product-gallery-item a {
display: block;
padding: 20px;
width: 300px;
height: auto;
}
.single-product-gallery .gallery-thumbs {
position: relative;
margin: 0px 20px 0px 9%;
text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
position: absolute;
background-color: #fff;
width: 39px;
padding: 2px;
top: 11px;
height: 54%;
z-index: 50;
}
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn,
.single-product-gallery .gallery-thumbs .prev-btn {
background-color: #e0e0e0;
border-radius: 2px;
position: absolute;
z-index: 100;
height: 90%;
width: 90%;
display: inline-block;
vertical-align: top;
}
.single-product-gallery .gallery-thumbs .next-btn:after,
.single-product-gallery .gallery-thumbs .prev-btn:after {
text-align: center;
color: #fff;
font-size: 30px;
line-height: 30px;
height: 30px;
font-family: fontawesome;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.single-product-gallery .gallery-thumbs .next-btn {
right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn:after {
content: "\f105";
}
.single-product-gallery .gallery-thumbs .prev-btn {
left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn:after {
content: "\f104";
}
.single-product-gallery .gallery-thumbs .item,
.single-product-gallery .gallery-thumbs li {
display: inline-block;
float: left;
}
.single-product-gallery .gallery-thumbs .item a,
.single-product-gallery .gallery-thumbs li a {
display: inline-block;
border: 1px solid #e0e0e0;
min-height: 60px;
}
/*================code used====================*/
.grid-list-products {
margin: 0 -23px 63px 0;
}
.pagination1 {
text-align: center;
}
.pagination1>li {
display: inline;
}
.pagination1 li:hover a, .pagination1 li.current a {
background-color: #D70D00;
color: #fff !important;
border-color: #D70D00;
}
.pagination1>li>a, .pagination1>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #428bca;
background-color: #f5f5f5;
border: 1px solid #ddd;
margin-left: 6px;
font-size: 17px;
}
/*
.pagination1 {
display: inline-block;
padding-left: 0;
border-radius: 4px;
}*/
div#search-products {
width: 28.9%;
margin-right: 31px;
margin-bottom: 33px;
height: 320px;
border: 1px solid #f3f3f3;
}
div#search-products:hover {
border: none;
box-shadow: 0px 1px 8px 1px #efefef;
}
div#side-menu1 {
margin-top: 23%;
border: 2px solid #CCC;
width: 260px;
}
.sidemenu-holder .side-menu .head {
background-color: #494949;
color: #FFFFFF;
text-transform: uppercase;
font-family: roboto;
}
i#circle {
margin-right: 8px;
}
div#filter h1 {
font-size: 21px;
color: #5A5A5A;
text-transform: uppercase;
font-family: roboto;
}
i.fa.fa-angle-double-right {
color: #fff;
font-size: 22px;
}
i.fa.fa-angle-double-left {
color: #fff;
font-size: 22px;
}
.grid-list-products .result-counter {
padding: 30px 0;
font-size: 13px;
line-height: 20px;
text-align: right;
}
.grid-list-products .product-grid-holder {
margin:15px 0 0px 0;
border-bottom: 0;
border-right: 0;
}
.grid-list-products .product-grid-holder .product-item-holder {
min-height: 379px;
border: 2px solid #ececec;
/* border-top: 0; */
/* border-left: 0; */
}
.grid-list-products .product-grid-holder .product-item-holder .image {
padding: 0;
min-height: 250px;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
display: inline-block;
}
.grid-list-products .section-title {
margin: 36px 0 3px;
font-size: 20px;
text-transform: uppercase;
font-weight: bold !important;
font-family: roboto;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 13px;
margin-left: 23%;
border: 1px solid #D8D8D8;
}
/*
.filter {
float: none;
position: relative;
margin-top: 35em;
}*/
.grid-list-products .grid-list-buttons ul li a:hover i {
color: #D70D00;
}
ul.grid-view {
padding: 0px 65px;
margin-top: -3px;
}
.detail5 {
background-color: #CCC;
padding: 5px 15px;
}
.detail5 h2 {
color: #605F5F;
text-transform: uppercase;
font-size: 18px;
text-align: center;
line-height: 20px;
}
.price-current {
text-align: center;
}
span.dealof.day p {
padding:1px 7px 3px 5px;
margin-right: 13px;
color: #fff;
/* background-color: #E93838; */
border: 1px solid #E49090;
border-radius: 2px;
margin: 5px 5px 5px 5px;
text-align: center;
margin-left: 8px !important;
}
.grid-list-products .grid-list-buttons ul li.active a i {
color: #6F6E6E;
}
.grid-list-buttons h4 {
font-size: 13px;
float: left;
margin-right: 5px;
}
.grid-list-products .control-bar #popularity-sort {
width: 190px;
margin: -7px 17px 0 0;
}
div#item-count {
margin-right: 3%;
}
.grid-list-products .grid-list-buttons {
padding: 7px;
float: left;
display: inline-block;
vertical-align: top;
margin-right: 1%;
}
.grid-list-products .grid-list-buttons ul li {
min-width: 49px;
margin: 0 23px 0 0;
display: inline-block;
vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
font-weight: 700 !important;
font-weight: 800;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 13px;
color: #3d3d3d;
font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 19px;
color: #ccc;
vertical-align: bottom;
}
a#col1 {
padding: 3px 12px;
background-color: rgba(255, 0, 0, 0.59);
color: #424040;
margin-right: 4px;
}
a#col2 {
padding: 3px 2px;
background-color: rgba(255,255,0,0.7);
color: #424040;
margin-right: 4px;
}
a#col3 {
padding: 3px 10px;
background-color: rgba(0,255,0,0.7);
color: #424040;
margin-right: 4px;
}
a#col4 {
padding: 3px 10px;
background-color: rgba(249, 135, 155, 0.85);
color: #424040;
margin-right: 4px;
}
img#banner-2 {
margin-left: 0%;
width: 250px;
}
a#col5 {
padding: 3px 10px;
background-color: rgba(154, 154, 154, 0.85);
color: #424040;
margin-right: 4px;
}
a#col6 {
padding: 3px 10px;
background-color: rgba(0,0,255,0.3);;
color: #424040;
margin-right: 4px;
}
a#size {
padding: 5px 10px;
margin-right: 8px;
color: #000;
border: 1px solid #eee;
background: rgb(231, 231, 231);
font-size: 12px;
}
a#size1 {
padding: 7px 8px;
margin-right: 2px;
color: #000;
border: 1px solid #eee;
background: rgb(231, 231, 231);
font-size: 12px;
}
span.color {
margin-top: 13px !important;
border: 2px solid #eee;
padding: 0px 59px;
background-color: rgb(73, 73, 73);
}
.list-unstyled li a {
border-bottom: none !important;
}
span.color a{color:#fff;}
.sidebar .widget .category-filter ul {
padding: 0 3px;
margin: 15px 10px 13px 5px;
}
span.dealof.day {
display: flex;
background-color: #BD2E25;
border-radius: 4px;
margin-top: 10px;
}
.bx-pager-item {
display: none;
}
a.bx-next {
position: absolute;
top: 8%;
right: 12px;
z-index: 111;
}
i.fa.fa-arrow-circle-left {
font-size: 23px;
color: #7B7B7E;
}
.new-arraivel2 {
width: 1178px;
margin-left: 3%;
margin-top: 2%;
margin-bottom: -160px;
background: #fff;
}
.bx-viewport {
height: 308px !important;
border: 2px solid #eee;
}
i.fa.fa-arrow-circle-right {
font-size: 23px;
color: #7B7B7E;
}
ul.bxslider {
margin-top: 0px !important;
padding: 0px !important;
}
ul.bxslider li span p {
margin: 0;
font-size: 21px !important;
text-align: center !important;
background-color: #B5B5B5 !important;
margin-bottom: 3px;
text-transform: uppercase;
}
ul.bxslider li span h1 {
font-size: 30px !important;
background-color: rgba(138, 137, 137, 0.59);
color: #fff !important;
padding: 1px 12px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 27px;
}
.bx-controls-auto {
display: none;
}
a.bx-prev {
position: absolute;
top: 8%;
z-index: 111;
left: 14px;
}
.sidebar-product-list-item img {
width: 100%;
}
/*================Coupan code--Start==================*/
.coupan {
width: 1178px;
margin: 0px auto;
padding: 44px 20px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.load-more a:hover {
background-color: #D70D00 !important;
color: #fff !important;
}
section#coupan-dd .no-margin.carousel-item.product-item-holder.hover.size-medium:hover {
border: 2px solid #D5D5D5 !important;
border-radius: 0;
cursor: pointer;
-moz-box-shadow: 2px 2px 6px #999; -webkit-box-shadow: 2px 2px 6px #999; box-shadow: 2px 2px 6px #999;
}
section#coupan-dd .product-item-holder:last-child {
border: 2px solid #EAEAEA !important;
border-radius: 3px;
margin-right: 3px;
margin-left: 8px;
}
section#coupan-dd .owl-item {
width: 289px !important;
}
section#coupan-dd {
background-color: #f3f3f3;
/*margin-top: 100px;*/
}
.coupan a.slider-next {
position: absolute;
right: 21px;
font-size: 48px;
top: 45%;
color: #7E7C7C;
}
.coupan a.slider-prev {
position: absolute;
top: 45%;
font-size: 48px;
left: 20px;
color: #7E7C7C;
}
span9 {
color: #D70D00;
}
.coupan h2 {
color: #D70D00;
font-size: 24px;
text-transform: uppercase;
font-weight: normal !important;
margin: -4px 8px 22px;
}
.coupan-detail h3 {
font-size: 15px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.coupan-read {
margin: 23px 10px;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 255.8px;
/*min-height: 345px;
height: 368px;*/
}
.coupan div#title-nav:after {
display: none !important;
}
img#coupanimg {
width: 150px;
/* height: 150px;*/
margin-top: 14px;
}
.coupan-read a {
padding: 8px 47px;
background: #E24439;
color: #fff;
border-radius: 3px;
font-family: roboto;
}
.coupan-code span#black {
color: #6C6C6C;
padding: 8px;
}
.off {
padding: 14px;
font-size: 15px;
font-family: roboto;
}
.coupan-code span#red {
padding: 7px;
font-size: 14px;
text-transform: capitalize;
}
.hot-deals1 {
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 54px;
margin-left:21px;
overflow: hidden;
}
.hot-deals2 {
height: 307px;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 250px;
position: relative;
background-color: #fff;
color: #F8484A;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 43px;
}
.hot-deals2 .coupan-detail {
padding-top: 12px;
}
.coupan a.slider-next:hover {
background-color: #D70D00 !important;
padding: 1px 8px;
}
.coupan a.slider-prev:hover {
background-color: #D70D00 !important;
padding: 1px 8px;
}
.green.ribbon:after {
border-top-color: #FE8901;
min-width: 107px;
}
.hot-deals2:hover {
border: 2px solid #CACACA;
-moz-box-shadow: 2px 2px 6px #999; -webkit-box-shadow: 2px 2px 6px #999; box-shadow: 2px 2px 6px #999;
}
.load-more {
text-align: center;
}
.load-more a {
background-color: #E24439;
color: #fff !important;
border-radius: 5px;
text-transform: uppercase;
font-size: 17px;
padding: 8px 67px;
}
.ribbon {
z-index: 100;
/*top: 2%;*/
right: 7px;
position: absolute;
font-size: 9px;
line-height: 21px;
padding: 1px 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
/*background-color: #FDAF17 !important;*/
top: -2px;
}
strong#bl#bl {
font-size: 15px;
margin-left: 9px;
color: #4D4D4D;
}
img#imghot {
width: auto;
border-bottom: 1px solid #ECECEC !important;
padding: 30px;
border: 0px solid #eee;
height: 145px;
margin-left:50px;
}
.star-detail {
padding-left: 11px;
padding-bottom: 14px;
}
.coupan-detail p {
color: #675C5C;
padding: 7px 11px;
text-align:center;
font-family: roboto;
}
.discount {
border-top: 1px solid #EAEAEA;
display: flex;
}
.discount .clock {
padding: 10px 14px;
color: #868282;
}
.clock i.fa.fa-clock-o {
padding-right: 4px;
}
.pluse2 {
padding: 10px;
}
.pluse2 i.fa.fa-plus {
background-color: #01CB89;
padding: 2px 4px;
border-radius: 3px;
color: #fff;
}
.dic {
padding: 10px 14px;
color: #8C8888;
}
html#coupan-page div#title-nav:after {
z-index: 0 !important;
top: 57%;
position: absolute;
left: 138px;
content: "";
height: 1px;
width: 84%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
/*================Coupan code--End==================*/
/*================code used==end==================*/
.products-list {
margin: 36px 0 27px 0;
}
.products-list .product-item {
min-height: 241px;
position: relative;
border: 1px solid #e0e0e0;
border-bottom: 0;
}
.slider-handle {
position: absolute;
width: 17px;
height: 25px;
border-radius: 157;
background-color: #fff;
top: -5px;
background-repeat: repeat-x;
margin-left: -3px !important;
opacity: 1;
border: 4px solid;
border-radius: 400px;
}
.slider-selection {
background-color: #D70D00;
}
.slider-handle {
border-color: #D70D00;
}
.products-list .product-item:last-child {
border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
padding: 0;
margin: 0;
}
.products-list .product-item .row .image-holder {
width: 31%!important;
padding: 19px;
}
.products-list .product-item .row .body-holder {
width: 47%;
padding: 13px 0px;
}
.products-list .product-item .row .body-holder .body .brand {
border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row .body-holder .body .excerpt {
margin: 10px 0 16px 0;
font-size: 12px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
margin: -4px 0 6px 0;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
width: 16px;
height: 16px;
}
.products-list .product-item .row .price-area {
width: 22%;
padding: 27px;
}
.products-list .product-item .row .price-area .price-current {
font-size: 18px;
line-height: 33px;
display: inline-block;
vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 4px;
}
.products-list .product-item .row .price-area .le-button {
padding: 13px 28px;
margin: 0 0 18px 0;
}
/*=====================Shopp slider code==============================================================*/
/* Home Page
/*===================================================================================*/
#top-banner-and-menu {
margin: 27px 0 0 0;
}
#top-banner-and-menu.homepage2 {
background-color: #f6f6f6;
margin: 0;
}
.black_overlay {
display: none;
position: absolute;
top: -97%;
left: -136%;
height: 2769px;
width: 1265px;
background-color: rgba(0, 0, 0, 0.84);
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 0%;
left: 29%;
width: 660px;
height: 593px;
padding: 15px;
border: 2px solid rgb(202, 202, 202);
background-color: rgb(252, 252, 252);
z-index: 1002;
overflow: auto;
}
a.close-button {
position: absolute;
top: 3px;
right: 9px;
}
.half-cont {
float: right;
width: 60%;
}
.left-cont {
width: 39%;
float: left;
border: 1px solid #B5B0B0;
}
img#poup {
width: 262px;
}
.title5 {
float: right;
}
.title5 h2 {
color: #767373;
}
.title5 .brand {
color: #2EA8F2;
}
.price-current1 {
font-size: 20px;
float: left;
padding: 11px 7px 8px;
margin-left: 27px;
}
.prices3 {
padding: 12px 1px 8px 5px;
float: left;
}
a#add {
padding: 6px 13px;
background-color: #61BAFC;
/* float: right; */
font-size: 13px;
margin: 11px 39px 2px 4px;
}
.features-poup h4 {
font-size: 13px;
color: #525151;
}
.rating5 a#see {
font-size: 12px;
margin-left: 5px;
}
.title5 {
width: 90%;
float: left;
border-bottom: 1px dashed #909191;
padding-bottom: 9px;
}
.rating5 img {
width: 15px;
}
div#search4 {
padding-bottom: 0 !important;
}
div#social {
margin-top: 14px;
border-bottom: 1px dashed #5F5A5A;
border-top: 1px dashed #5F5A5A;
padding: 15px 6px 14px;
}
div#light-two {
left: -206%;
}
div#light-one {
left: -89%;
}
.rating5 {
float: left;
font-size: 12px;
/* margin-top: -11em; */
margin-left: -1px;
border-top: 1px dashed #5F5A5A;
padding-top: 16px;
width: 94%;
}
.rating5 span.your-rating {
color: #4D9B0E;
font-weight: 800;
margin-left: 2%;
}
.features-poup {
float: right;
margin-top: 10px;
margin-right: 17%;
border-bottom: 1px solid #525151;
}
.excerpt-poup {
margin-left: 12%;
margin-top: 37px;
}
table#poup1 th {
padding: 3px;
font-size: 12px;
width: 134px;
height: 30px;
color: #5A5959;
padding-left: 10px;
}
table#poup1 tr {
background-color: #eee;
}
table#poup1 {
border-collapse: separate;
border-spacing: 6px;
background-color: #F4F4F4;
}
table#poup1 td {
color: #717171;
font-size: 13px;
padding-left: 7px;
}
.homebanner-holder {
padding: 0;
margin: 0;
width: 78.5%!important;
padding-left: 20px;
}
.homebanner-slider {
position: relative;
}
.homebanner-slider:hover .nav-holder {
opacity: 1;
}
.homebanner-slider .nav-holder {
opacity: 0;
width: 100%;
display: block;
z-index: 100;
position: absolute;
top: 40%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.homebanner-slider .nav-holder .btn-prev,
.homebanner-slider .nav-holder .btn-next {
position: absolute;
font-size: 100px;
}
.homebanner-slider .nav-holder .btn-prev:hover,
.homebanner-slider .nav-holder .btn-next:hover {
color: #333;
}
.homebanner-slider .nav-holder .btn-prev {
left: 10px;
}
.homebanner-slider .nav-holder .btn-next {
right: 10px;
}
.homebanner {
display: inline-block;
}
.homebanner a {
display: block;
}
.homebanner a:hover {
opacity: 0.9;
}
/*======================used in shoppe==================================*/
#owl-main .caption {
letter-spacing: -3px;
color: #636363;
position: absolute;
z-index: 100;
top: 11%;
left: 5%;
}
div#owl-recommended-products {
height: 340px;
}
#owl-main .caption.right {
left: 19%;
right: 0;
top: 23%;
}
div#banner-img {
position: absolute;
padding: 15.2em 6.2em;
background: no-repeat;
left: 52%;
right: auto;
top: 18%;
width: 100%;
/* width: 500px; */
}
#owl-main .caption .big-text {
font-size: 37px;
line-height: 48px;
letter-spacing: 11px;
color: #000;
}
#owl-main .caption .big-text .big {
display: block;
font-size: 29px;
font-weight: normal;
/* line-height: 70px; */
top: 11px;
background-color: rgba(70, 68, 68, 0.87);
left: -45px;
padding: 3px;
margin-bottom: 7px;
width: 45%;
letter-spacing: 6px;
position: relative;
color: #CFCCCC;
}
/*#owl-main .caption .big-text .big .sign {
font-size: 42px;
vertical-align: super;
}*/
/*#owl-main .caption .excerpt {
text-transform: uppercase;
font-size: 28px;
letter-spacing: -1px;
margin-top: 15px;
line-height: 28px;
}*/
/*#owl-main .caption .small {
text-transform: capitalize;
margin: 11px 0;
letter-spacing: -1px;
}*/
a.big.le-button1 {
padding: 6px 12px 8px 17px;
border: 1px solid #000;
color: #F6F6F6;
background-color:rgba(66, 66, 66, 1);
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
background: #D70D00 !important;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
color: #D70D00;
}
i#fa1 {
padding-left: 12px;
border-left: 1px solid #000;
margin-left: 8px;
/* height: 20px; */
padding: 9px 11px;
}
#owl-main .caption .button-holder {
margin: 31px 0 0;
}
#owl-main .caption .button-holder a {
letter-spacing: 0px;
}
.banner > a {
display: inline-block;
position: relative;
overflow: hidden;
border: 2px solid #eee;
}
.banner img {
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.banner:hover img {
-webkit-transform: rotate(-1deg) scale(1.1);
-moz-transform: rotate(-1deg) scale(1.1);
-ms-transform: rotate(-1deg) scale(1.1);
-o-transform: rotate(-1deg) scale(1.1);
opacity: 0.7;
color:#000;
}
.banner .banner-text {
position: absolute;
color: #FFFFFF;
top: 31%;
left: 3%;
background-color: rgba(26, 26, 26, 0.8);
z-index: 200;
padding: 4px 12px;
}
.banner .banner-text.theblue h1,
.banner .banner-text.theblue .tagline {
color: #EDE6E6;
background-color: rgba(26, 26, 26, 0.47);
}
.banner .banner-text.right {
right: 4%;
left: auto;
}
.banner .banner-text h1 {
font-size: 27px;
font-weight: 800!important;
text-transform: capitalize;
line-height: 38px;
color: #EDE6E6;
}
.banner .banner-text .tagline {
text-transform: capitalize;
font-weight: 100;
font-size: 17px;
line-height: 33px;
}
.jssora03l, .jssora03r {
display: block;
position: absolute;
/* size of arrow element */
width: 55px;
height: 55px;
cursor: pointer;
background: url(a03.png) no-repeat;
overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
.jssorb03 {
position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
position: absolute;
/* size of bullet elment */
width: 21px;
height: 21px;
text-align: center;
line-height: 21px;
color: white;
font-size: 12px;
background: url(b03.png) no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }
div#slider1_container {
position: relative;
top: -14px;
left: 0px;
width: 1166px!important;
height: 208px !important;
overflow: hidden;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 2000px;
height: 250px !important;
overflow: hidden;
z-index: 0;
}
.imf {
border: 1px solid #464444;
width: 412px !important;
height: 248px !important;
top: 0px !important;
position: absolute;
overflow: hidden;
}
span.jssora03r {
top: 99.5px !important;
right: -34em!important;
float: right;
background-color: #E61C10;
color: #fff;
}
img#imj:hover {
opacity: 0.6;
}
span.jssora03l {
top: 92.5px !important;
left: -2px !important;
background-color: #E61C10;
}
/*============================================================*/
#banner-holder {
margin:15px -17px 5px;
}
#products-tab {
margin: 29px 0 20px 0;
}
#products-tab .image {
min-height: 215px;
}
.nav-tabs {
border: none;
}
.nav-tabs,
.nav-tabs li,
.nav-tabs a,
.nav-tabs ul {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-tabs.simple li a {
border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a {
font-size: 15px;
background-color: #494949 !important;
color: fff !important;
border: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a:hover {
background-color: #494949;
color: #fff;
border: 1px solid #d3d3d3;
}
.nav-tabs.simple li a:hover
{
background-color: #494949 !important;
color: #fff !important;
}
.nav-tabs li {
float: none;
/* margin: 2px 1px;*/
display: inline-block;
}
.nav-tabs li a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
font-size: 15px;
line-height: 13px;
font-weight: 600;
padding: 11px 36px;
margin: 0 3px;
text-transform: capitalize;
}
.nav-tabs li.active a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
font-size: 15px;
line-height: 13px;
font-weight: 600;
padding: 15px 30px;
margin: 0 3px;
text-transform: capitalize;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
color: #fff!important;
border: none!important;
}
.nav-tabs li.active a:hover {
cursor: pointer;
color: #fff;
border: none;
}
.btn-loadmore {
color: #575757;
display: inline-block;
text-align: center;
margin: 21px 0;
text-transform: capitalize;
}
.btn-loadmore:hover i:before {
color: #fff;
}
.btn-loadmore i {
vertical-align: middle;
display: inline-block;
background-color: #f9f9f9;
border-radius: 5px;
width: 22px;
height: 22px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-loadmore i:before {
color: #575757;
display: inline-block;
width: 10px;
height: 10px;
font-size: 10px;
line-height: 12px;
vertical-align: middle;
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.parrellex-bg {
background-size: 100% 100%;
}
/*===============================code used====================================================*/
/* Single Product Page
/*===================================================================================*/
#single-product .gallery-holder {
width: 37%;
}
#single-product .body-holder {
width: 63%;
}
/*#single-product .body-holder .body {
padding: 0 9px;
}*/
#single-product .body-holder .body .availability {
margin: 0 0 0 21px;
line-height: 20px;
display: inline-block;
vertical-align: top;
}
#single-product .title h2{
letter-spacing: -1px;
color: #3d3d3d;
font-weight: 500;
font-size: 26px;
line-height: 36px;
}
#single-product .brand {
line-height: 22px;
padding-bottom: 2px;
font-size: 13px;
color: #1BADD6;
width: 93%;
margin-bottom: 15px;
border-bottom: 1px solid #e0e0e0;
text-transform: uppercase;
margin-left: 4%;
margin-top: 3px;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
display: inline-block;
vertical-align: top;
}
#single-product .body-holder .buttons-holder {
margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
margin: 0 20px 0 0;
}
/*#single-product .body-holder .excerpt {
margin: 22px 0 ;
}*/
#single-product .body-holder .price-current {
font-size: 22px;
font-weight: 700;
color: #D70D00;
padding: 21px 8px;
display: inline-block;
text-align: left;
vertical-align: top;
}
#single-product .body-holder .price-prev {
font-size: 20px;
font-weight: 600;
color: #e0e0e0;
text-decoration: line-through;
vertical-align: bottom;
line-height: 40px;
margin: 0 0 0 16px;
display: inline-block;
vertical-align: top;
}
#single-product .body-holder .qnt-holder {
margin: 24px 0;
display: inline-block;
vertical-align: top;
}
#single-product .body-holder #addto-cart {
/*margin:8px 0 0px 13px;*/
}
#single-product .single-product-gallery-item {
padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
margin-top: -4px;
/* width: 228px;
min-height: 300px;
max-height: 309px;*/
height: auto;
width: auto;
border: none;
padding: 12px;
max-height: 295px;
max-width: 342px;
}
body.Reebok.Style.Flip.Lp.Slippers img#imgcat1 {
height: 143px;
width: 228px;
padding: 11px;
border: 5px solid #eee;
}
body.Reebok.Style.Flip.Lp.Slippers .view-also1 {
height: 253px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
/* margin-left: 7%;*/
height: 85px;
}
/*
#single-product .product-item-holder .owl-wrapper-outer {
border: 1px solid #e0e0e0;
}*/
#single-product .gallery-thumbs {
margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
}
#single-product .gallery-thumbs img {
width: auto;
height: 60px;
padding: 7%;
}
/*=============================Code==================================================*/
#owl-single-product .single-product-gallery-item > a {
/*display: inline;*/
display: block;
margin: 0 ;
}
#owl-single-product-thumbnails .owl-wrapper-outer {
width: 100.1%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
border: 1px solid #e0e0e0;
display: block;
border-right-width: 0;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
display: block;
opacity: 0.8;
}
.le-quantity {
padding: 12px;
position: relative;
border: 1px solid #e0e0e0;
display: inline-block;
vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
position: absolute;
width: 5px;
height: 100%;
padding: 3px 14px;
background-color: #f9f9f9;
top: 0;
font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
color: #3d3d3d;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 10px;
height: 10px;
font-size: 10px;
}
.le-quantity .minus {
left: 0;
border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
content: "\f068";
}
.le-quantity .plus {
border-left: 1px solid #e0e0e0;
right: 0;
}
.le-quantity .plus:after {
content: "\f067";
}
.le-quantity input {
border: none;
text-align: center;
width: 80px;
color: #3d3d3d;
font-size: 20px;
background-color: #fff;
}
.meta-row label {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.meta-row span {
color: #3d3d3d;
font-weight: 500;
text-transform: capitalize;
}
.meta-row span a {
font-weight: 600;
text-transform: capitalize;
}
.meta-row span a:hover {
color: #3d3d3d;
}
#single-product-tab {
margin: 42px 0 -35px 0;
}
#single-product-tab .tab-content {
border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
padding-left: 36px;
padding-top: 35px;
margin-bottom: 40px;
}
/*#single-product-tab .tab-pane p {
margin-bottom: 24px;
}*/
#single-product-tab .tab-pane .meta-row {
margin: 15px 0 0 0;
font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
margin: 0 20px;
}
#single-product-tab .new-review-form {
/*margin: 53px 0 0 0;*/
}
#single-product-tab .new-review-form .field-row {
margin-bottom: 22px;
}
#single-product-tab .new-review-form h2 {
font-size: 22px;
line-height: 36px;
text-transform: capitalize;
}
#single-product-tab .new-review-form form {
margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
margin: -16px 0px 0 0px;
text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
/* padding: 14px 31px;*/
}
.tabled-data.no-border {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 16px;
}
.tabled-data.no-border li {
border: none;
line-height: 16px;
}
.tabled-data.inverse-bold label {
font-weight: normal;
}
.tabled-data.inverse-bold .value {
font-weight: 700;
}
.tabled-data li {
border-bottom: 1px solid #e0e0e0;
color: #3d3d3d;
font-size: 14px;
padding: 7px 0;
}
.tabled-data li:first-child {
padding-top: 0;
}
.tabled-data li:last-child {
border-bottom: 0;
}
.tabled-data li label {
margin: 0;
min-width: 150px;
font-weight: 700;
text-transform: capitalize;
display: inline-block;
vertical-align: top;
}
.tabled-data li .value {
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.le-input {
border-radius: 3px;
background-color: #ececec;
border: none;
color: #3d3d3d;
width: 100%;
padding: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-input:focus,
.le-input:hover {
background-color: #e0e0e0;
}
.field-row label {
display: block;
font-weight: 700;
font-size: 14px;
color: #3d3d3d;
text-transform: capitalize;
}
.field-row input {
width: 100%;
}
.comment-item {
margin-bottom: 20px;
}
.comment-item .comment-body {
position: relative;
padding: 21px;
border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before,
.comment-item .comment-body:after {
content: "";
border-width: 7.5px 10px 7.5px 0;
width: 0;
height: 0;
border-style: solid;
position: absolute;
top: 20px;
}
.comment-item .comment-body:before {
left: -10px;
border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
left: -8px;
border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
font-weight: 500;
text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
font-size: 14px;
line-height: 26px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
padding: 15px;
width: 50%!important;
}
.sidebar-page .body-holder {
width: 50%!important;
/*padding: 15px 0;*/
}
/*.sidebar-page .body-holder .body {
padding: 0 19px!important;
}*/
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
}
/*===================================================================================*/
/* Shopping Cart Page
/*===================================================================================*/
#cart-page {
margin-bottom: 76px;
}
#cart-page .widget {
margin: 0 0 17px 0!important;
padding-left: 40px;
}
#cart-page .widget .body {
padding: 7px 0;
}
#cart-page .widget .buttons-holder {
text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
color: #3d3d3d;
margin: 10px 0;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
min-width: 125px;
}
#cart-page .widget #total-price {
margin: 18px 0 0 0;
padding-bottom: 24px;
border-bottom: 0;
}
#cart-page .widget #total-price .value {
font-weight: bold;
font-size: 25px;
line-height: 25px;
}
#cart-page .items-holder {
margin: 14px 0 0 0;
}
#cart-page .items-holder .close-btn {
display: inline-block;
position: absolute;
right: 1%;
top: 39%;
}
#cart-page .items-holder .close-btn:after {
color: #3d3d3d;
content: "\f00d";
font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
border-bottom: 1px solid #e0e0e0;
padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
border-bottom: 0;
}
#cart-page .items-holder .cart-item .title {
padding: 17px 0 0 0;
}
#cart-page .items-holder .cart-item .title a {
line-height: 15px;
font-size: 16px;
text-transform: capitalize;
font-weight: 700;
color: #0e53a5;
}
#cart-page .items-holder .cart-item .brand {
font-size: 10px;
line-height: 27px;
text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
margin: 11px 0 0 30px;
}
#cart-page .items-holder .cart-item .price {
font-weight: 700;
font-size: 18px;
padding: 28px 0;
text-align: center;
}
/*===================================================================================*/
/* Checkout Page
/*===================================================================================*/
#checkout-page .billing-address .le-checkbox {
display: inline-block;
vertical-align: top;
}
#checkout-page .billing-address .placeholder {
text-transform: capitalize;
}
#checkout-page .billing-address form {
margin: 23px 0 0 0;
}
#checkout-page .billing-address .le-input {
padding: 9px;
}
#checkout-page .billing-address .field-row {
margin-bottom: 25px;
}
#checkout-page #create-account {
font-size: 13px;
line-height: 24px;
}
#checkout-page #shipping-address {
margin: 66px 0 0 0;
}
#checkout-page #shipping-address form {
margin: 24px 0 0 0;
font-size: 14px;
}
#checkout-page #your-order {
margin: 58px 0 0 0;
}
#checkout-page #your-order .order-item {
border-bottom: 1px solid #e0e0e0;
padding: 24px 0 25px 0;
}
#checkout-page #your-order .order-item:first-child {
margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
font-weight: 700;
font-size: 18px;
display: block;
margin: 14px 0 0 0;
color: #3d3d3d;
}
#checkout-page #your-order .order-item .title {
font-weight: 600;
text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
line-height: 27px;
color: #3d3d3d;
}
#checkout-page #your-order .order-item .brand {
margin: 0 0 0 -42px;
font-size: 10px;
line-height: 18px;
text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
text-align: right;
font-weight: 800;
font-size: 17px;
line-height: 46px;
}
#checkout-page #subtotal-holder {
margin: 44px 0 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
width: 140px;
}
#checkout-page #total-field {
margin-top: 11px;
}
#checkout-page #total-field label {
line-height: 24px;
}
#checkout-page #total-field .value {
font-size: 21px;
line-height: 30px;
}
#checkout-page .place-order-button {
text-align: right;
margin: 23px 0 52px 0;
}
#payment-method-options {
margin: 90px 0 0 0;
}
#payment-method-options .payment-method-option {
padding: 26px 0 25px;
border-bottom: 1px solid #e0e0e0;
}
#payment-method-options .payment-method-option:first-child {
padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
vertical-align: top;
margin-top: -3px;
font-size: 16px;
text-transform: capitalize;
}
#payment-method-options .payment-method-option .fake-box {
margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
text-transform: none;
}
/*===================================================================================*/
/* About Us Page
/*===================================================================================*/
.services .service {
background-color: #FFF;
text-align: center;
padding: 55px 30px 30px 30px;
position: relative;
}
.services .service .service-icon {
height: 70px;
width: 70px;
border-radius: 4px;
font-size: 40px;
position: absolute;
margin-bottom: 20px;
top: -35px;
left: 35%;
}
.services .service .service-icon i {
padding: 15px;
}
.services .service h3 {
font-size: 21px;
font-weight: 600;
line-height: 36px;
color: #434343;
margin-bottom: 10px;
}
.services .service p {
font-size: 15px;
color: #747474;
line-height: 24px;
}
.team-members .team-member {
margin-bottom: 20px;
}
.team-members .team-member .profile-pic {
width: 100%;
}
.team-members .team-member .profile {
text-align: center;
padding: 26px 0;
background-color: #f8f8f8;
}
.team-members .team-member .profile h3 {
font-size: 24px;
color: #434343;
font-weight: 400 !important;
}
.team-members .team-member .profile h3 .designation {
font-size: 18px;
color: #afafaf;
}
.team-members .team-member .profile .social {
display: none;
}
/*===================================================================================*/
/* Contact Page
/*===================================================================================*/
#contact-us .bordered,
#authentication .bordered {
border-bottom: 1px solid #ececec;
}
.cf-style-1 .field-row {
margin-bottom: 25px;
}
.cf-style-1 label {
color: #3e3e3e;
font-size: 14px;
line-height: 22px;
font-weight: 600 !important;
}
.cf-style-1 .le-input {
background-color: #f6f6f6;
border-radius: 0;
padding: 9px;
}
.our-store {
line-height: 28px;
color: #747474;
}
.our-store address {
line-height: 28px;
}
.our-store h3 {
font-size: 16px;
color: #434343;
margin: 40px 0;
}
.get-direction {
background-color: #f6f6f6;
padding: 15px 0;
}
.get-direction .btn-lg {
padding: 13px 20px;
}
.get-direction .le-input {
background-color: #FFF;
color: #3e3e3e;
font-size: 14px;
padding: 15px 30px;
font-weight: 600 !important;
}
/*===================================================================================*/
/* Authentication Page
/*===================================================================================*/
.btn-facebook,
.btn-twitter {
background-color: #3d5c98;
color: #fff;
font-size: 14px;
line-height: 28px;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-facebook:focus,
.btn-twitter:focus,
.btn-facebook:active,
.btn-twitter:active {
background-color: #2e4674;
color: #FFF;
}
.btn-facebook i,
.btn-twitter i {
font-size: 25px;
display: inline-block;
padding-right: 15px;
}
.btn-twitter {
background-color: #22aadf;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
background-color: #1a89b4;
color: #FFF;
}
.social-auth-buttons {
padding: 15px 0 25px 0;
}
.register-form {
padding: 40px 0;
}
.list-benefits > li {
margin-bottom: 15px;
color: #747474;
font-size: 16px;
font-weight: 600;
}
/*===================================================================================*/
/* FAQ Page
/*===================================================================================*/
.panel-group-faq .panel-faq .panel-heading {
padding: 0 15px;
}
.panel-group-faq .panel-faq .panel-heading .panel-title {
font-size: 28px;
color: #434343;
font-weight: 400 !important;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a {
padding: 24px 0;
display: block;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
content: "\f106";
font-family: fontawesome;
float: right;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a.collapsed:after {
content: "\f107";
color: #e1e1e1;
}
.panel-group-faq .panel-faq .panel-body {
line-height: 28px;
font-size: 16px;
color: #747474;
border-top: 0 !important;
padding: 20px 15px 60px 15px;
}
/*===================================================================================*/
/* Blog Page
/*===================================================================================*/
.posts.sidemeta {
padding-left: 50px;
margin-left: 20px;
}
.posts.sidemeta .format-wrapper {
position: absolute;
top: 75px;
left: -75px;
font-size: 25px;
}
.posts.sidemeta .format-wrapper a {
color: #a7a7a7;
}
.posts.sidemeta .date-wrapper {
position: absolute;
top: 0;
left: -90px;
}
.posts .meta {
padding: 18px 0;
border-bottom: 1px solid #ececec;
}
.posts .meta > li {
display: inline-block;
margin: 0 6px;
}
.posts .meta > li,
.posts .meta > li a {
color: #9f9f9f;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.posts .meta > li:before {
content: "\f111";
color: #9f9f9f;
font-family: fontawesome;
font-size: 5px;
padding-right: 15px;
float: left;
margin-top: 7px;
display: inline-block;
}
.posts .meta > li:first-child {
margin-left: 0;
}
.posts .meta > li:first-child:before {
content: none;
}
.posts .post {
margin-bottom: 100px;
position: relative;
}
.posts .post .date-wrapper {
text-align: center;
display: table;
float: left;
margin-right: 20px;
}
.posts .post .date-wrapper .date {
display: table-cell;
vertical-align: middle;
border-radius: 4px;
width: 52px;
height: 71px;
background-color: #59b210;
line-height: 24px;
color: #FFF;
}
.posts .post .date-wrapper .date .month {
font-size: 15px;
text-transform: uppercase;
display: block;
}
.posts .post .date-wrapper .date .day {
font-size: 18px;
display: block;
}
.posts .post .post-media {
margin-bottom: 50px;
}
.posts .post .post-media iframe {
width: 100%;
border: 0;
}
.posts .post p {
color: #747474;
font-size: 14px;
line-height: 24px;
padding: 24px 0 ;
}
.posts .post .post-title {
font-size: 28px;
color: #434343;
line-height: 120%;
font-weight: 400 !important;
}
.posts .format-quote {
padding: 60px 80px;
background-color: #59b210;
}
.posts .format-quote:before {
background: url("../images/background-images/testimonials.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 0;
content: "";
left: 0;
opacity: 0.05;
position: absolute;
right: 0;
top: 0;
}
.posts .format-quote blockquote {
border-left: 0;
padding: 0;
position: relative;
}
.posts .format-quote blockquote:after {
content: "\f10e";
display: block;
font-family: fontawesome;
font-size: 40px;
line-height: 100%;
position: absolute;
bottom: 0;
right: 0;
color: #FFF;
}
.posts .format-quote blockquote p {
font-size: 22px;
font-style: italic;
line-height: 160%;
color: #FFF;
font-weight: 600 !important;
}
.posts .format-quote blockquote footer {
color: #FFF;
}
.posts .format-quote blockquote footer:after {
background-color: #FFF;
content: "";
display: inline-block;
height: 1px;
margin-bottom: 0.28em;
width: 20px;
margin-left: 5px;
}
.posts .format-link {
background-color: #ececec;
padding: 80px;
}
.posts .format-link .post-title {
font-size: 38px;
line-height: 46px;
font-weight: 600 !important;
margin-bottom: 20px;
}
.posts .format-link .post-title > a {
color: #434343;
}
.posts .post-entry .meta {
margin-bottom: 25px;
}
.posts .post-entry .post-title {
font-size: 28px;
color: #434343;
line-height: 120%;
font-weight: 400 !important;
}
.posts .post-entry p {
font-size: 16px !important;
line-height: 28px !important;
color: #747474;
padding: 0 !important;
margin-bottom: 40px;
}
.posts .post-entry p.highlight {
font-size: 19px !important;
font-weight: 600 !important;
}
.posts .post-entry p.highlight-light {
font-size: 19px !important;
}
.posts .post-entry .inner-left {
padding-left: 50px;
}
.posts .post-entry blockquote {
border-left: 0;
font-size: inherit;
margin: 0;
padding: 0;
}
.posts .post-entry blockquote p {
font-weight: 600;
font-size: 16px;
font-style: italic;
}
.posts .post-entry blockquote:before {
content: "\f10d";
font-family: FontAwesome;
color: #a7a7a7;
font-size: 25px;
margin-left: -38px;
float: left;
}
.blog-pagination {
text-align: center;
width: 100%;
}
.blog-pagination > li {
display: inline-block !important;
}
.blog-sidebar .widget {
margin-bottom: 55px !important;
}
.blog-sidebar .widget:first-child .body {
margin-top: 0;
padding-top: 0;
}
.blog-sidebar .widget h4 {
border-bottom: 1px solid #ececec;
font-size: 24px;
font-weight: 400 !important;
line-height: 45px;
}
.blog-sidebar .widget .body {
padding-left: 0 !important;
padding-right: 0 !important;
font-size: 14px;
line-height: 24px;
color: #868686;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.blog-sidebar .widget .body .le-links > li {
line-height: 36px;
border-bottom: 1px solid #ececec;
}
.blog-sidebar .widget .body .le-links > li > a {
color: #686868;
font-weight: 600 !important;
display: block;
}
.blog-sidebar .widget .body .le-links > li > a:before {
content: none;
}
.blog-sidebar .widget .body .le-links > li > a:after {
content: "\f105";
font-family: fontawesome;
float: right;
}
.blog-sidebar .widget .body .le-links > li:last-child {
border-bottom: none;
}
.blog-sidebar .widget .body .tagcloud a {
color: #686868;
line-height: 34px;
}
.blog-sidebar .widget .body .search-form .form-group {
float: left;
margin-bottom: 0;
margin-right: -28px;
width: 100%;
}
.blog-sidebar .widget .body .search-form .form-control {
font-size: 14px;
border: none;
height: 42px;
border-radius: 0px;
background: none repeat scroll 0 0 #f6f6f6;
box-shadow: none;
color: #1A1A1A;
padding-left: 10px;
padding-right: 10px;
}
.blog-sidebar .widget .body .search-form .form-control:focus {
box-shadow: none;
}
.blog-sidebar .widget .body .search-form button {
border: 0 none;
float: left;
font-size: 13px;
margin: 0;
padding: 10px 10px 5px 0;
margin-top: 1px;
background: rgba(0, 0, 0, 0);
}
.blog-sidebar .widget .recent-post-list h5 {
margin: 7px 0px;
font-size: 14px;
font-weight: 300 !important;
line-height: 15.58px;
text-transform: capitalize;
}
.blog-sidebar .widget .recent-post-list h5 a {
color: #434343;
}
.blog-sidebar .widget .recent-post-list .posted-date {
color: #8f8f8f;
font-size: 12px;
}
.blog-sidebar .widget .recent-post-list .sidebar-recent-post-item {
margin-bottom: 20px;
}
.blog-sidebar .widget .recent-post-list img {
height: 75px;
width: 75px;
overflow: hidden;
}
/* Owl Carousel for Blog Post with Gallery */
.owl-carousel-blog {
margin-bottom: 30px;
}
.owl-carousel-blog .item {
height: 430px !important;
}
.owl-carousel-blog .owl-prev,
.owl-carousel-blog .owl-next {
opacity: 0.8;
}
/* Blog Post Author */
.blog-post-author {
background: none repeat scroll 0 0 #F8F8F8;
padding: 16px;
margin-bottom: 60px;
margin-top: 30px;
}
.blog-post-author .media > .pull-left {
margin-right: 28px;
}
.blog-post-author .media .media-heading {
font-size: 19px;
margin: 15px 0px;
}
.blog-post-author .media .media-heading > a {
color: #747474;
}
.blog-post-author .media .media-body p {
color: #7f7f7f;
font-size: 16px;
line-height: 25px;
}
/* Blog COmments */
#comments > h3 {
font-size: 24px;
font-weight: 400 !important;
border-bottom: 1px solid #ececec;
margin-bottom: 35px;
line-height: 40px;
}
.comment-item .comment-body header {
border-bottom: none;
}
.comment-item .comment-body .author {
font-size: 15px;
font-weight: 700;
display: inline-block;
}
.comment-item .comment-body .date {
color: #8c8c8c;
margin-right: 15px;
}
.comment-item .comment-body .likes,
.comment-item .comment-body .likes-count {
margin-right: 15px;
}
.comment-item .comment-body .likes a,
.comment-item .comment-body .likes .icon {
color: #a7a7a7;
}
.comment-item .comment-body .dislikes .icon {
color: #a7a7a7;
}
.comment-item .comment-body .comment-reply {
color: #434343;
}
.comment-item .comment-body .comment-content {
margin-top: 15px;
color: #747474;
font-size: 14px;
line-height: 22px;
}
/* Reply Block */
.leave-reply h3 {
font-size: 24px;
font-weight: 400 !important;
border-bottom: 1px solid #ececec;
line-height: 40px;
}
.leave-reply p {
margin-top: 15px;
color: #747474;
}
.leave-reply .field-row {
margin-bottom: 25px;
}
.leave-reply .reply-form {
margin-top: 40px;
}
#reply-block .le-input {
padding: 9px;
}
.post-comment-button {
font-size: 16px;
margin-bottom: 70px;
}
/*===================================================================================*/
/* Sidebar
/*================================code used===================================================*/
.sidebar h1,
.sidebar h2,
.sidebar h3 {
font-weight: 500 !important;
}
.sidebar.narrow {
width: 23%;
padding: 0 6px 0 0;
}
.sidebar.wide {
width: 74%
}
.sidebar .price-filter {
margin: -14px 0 0 0;
padding: 10px 0 0 0;
}
.sidebar .price-range-holder {
padding: 18px 0px 47px 0px;
position: relative;
}
.sidebar .price-range-holder .filter-button a {
text-transform: uppercase !important;
}
.sidebar .price-range-holder .filter-button a:hover {
color: #3d3d3d;
}
.sidebar .price-range-holder .min-max,
.sidebar .price-range-holder .filter-button {
margin: 14px 0 0 0;
font-size: 13px;
font-family: roboto;
}
.sidebar .price-range-holder .price-slider {
visibility: hidden;
}
.sidebar .price-range-holder .price-range.in {
overflow: visible;
}
.sidebar .price-range-holder .slider .tooltip {
margin-top: 55px;
}
.sidebar .price-range-holder .min-max {
float: left;
}
.sidebar .price-range-holder .filter-button {
float: right;
}
.sidebar .price-range-holder .filter-button a {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.sidebar .simple-banner {
margin: 31px 0px 38px 6px;
}
.sidebar .simple-banner a {
display: block;
}
.sidebar .widget {
margin: 0 0 8px 0;
}
.sidebar .widget .row {
padding: 0;
margin: 0;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 10px;
}
.sidebar .widget .product-list {
margin: 8px 0 0 0;
padding: 0;
}
.sidebar .widget .product-list li {
margin: 0 0 15px 0;
border-bottom: 1px dashed #A6A0A0;
padding-bottom: 14px;
}
.sidebar .widget .product-list li a {
line-height: 20px;
font-size: 13px;
display: inline-block;
text-transform: capitalize;
font-weight: 600;
color: #3d3d3d;
margin-left: 5px;
}
.sidebar .widget .product-list .price {
line-height: 28px;
}
.sidebar .widget .product-list .price .price-prev {
color: #c6c6c6;
font-size: 11px;
text-decoration: line-through;
}
.sidebar .widget .product-list .price .price-current {
font-size: 15px;
font-weight: 700 !important;
font-weight: 800;
}
.sidebar .widget .product-list .price .price-prev,
.sidebar .widget .product-list .price .price-current {
display: inline-block;
vertical-align: top;
vertical-align: middle;
}
.sidebar .widget hr {
margin: 5px 0;
}
.sidebar .widget .category-filter ul li {
position: relative;
}
.sidebar .widget .category-filter ul span {
font-size: 12px;
vertical-align: bottom;
display: inline-block;
line-height: 24px;
margin: 0 8px 0 0;
}
.sidebar .widget .category-filter ul label {
font-weight: 400;
text-transform: capitalize;
font-size: 12px;
margin: 0 0 3px;
line-height: 20px;
}
/*==============================shop code used=====================================================*/
/* Footer
/*===================================================================================*/
#footer {
/* padding: 28px 0 0 0;*/
margin-top: 2em;
}
.widgets-row {
margin-bottom: 12px;
}
#footer h2 {
text-transform: capitalize;
font-size: 21px;
line-height: 32px;
letter-spacing: -1px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 11px;
}
#footer h3 {
text-transform: capitalize;
font-size: 16px;
line-height: 24px;
font-family:roboto;
padding-bottom: 11px;
}
#footer .widget .row {
padding: 0;
margin: 0;
}
#footer .widget .body {
margin: 27px 0 0 0;
}
#footer .widget .body li {
margin: 0 0 20px 0;
}
#footer .widget .body li a {
line-height: 15px;
font-size: 14px;
text-transform: capitalize;
font-weight: 700;
color: #0e53a5;
}
#footer .widget .price {
line-height: 21px;
}
#footer .widget .price .price-prev {
color: #c6c6c6;
font-size: 11px;
text-decoration: line-through;
}
.color-bg {
background-color: #FFFFFF;
border-top: 2px solid #D70D00;
}
#footer .widget .price .price-current {
font-size: 15px;
color: #3d3d3d;
}
#footer .widget .price .price-prev,
#footer .widget .price .price-current {
display: inline-block;
vertical-align: top;
vertical-align: middle;
}
#footer .widget .thumb-holder {
float: right;
display: inline-block;
background-color: #fff;
border: 1px solid #e0e0e0;
}
#footer .widget .thumb-holder img {
width: 73px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 2%;
border-top: 1px solid #C5C5C5;
width: 100%;
border-bottom: 2px solid #D70D00;
padding-bottom: 2%;
}
#footer .sub-form-row input {
border-radius: 5px;
border: 1px solid #e0e0e0;
padding: 4.3px;
color: #3d3d3d;
width: 48%;
border-radius: 1px 0 0 1px;
}
footer .sub-form-row {
position: relative;
z-index: 200;
width: 50%;
display:inline-flex;
margin-top: -4px;
}
.le-button {
background-color: #D70D00;
}
.le-button:hover {
background-color: #808080;
color:#F9F9F9;
}
ul.social li a:hover {
color: #fff !important;
opacity: 0.8;
}
.sub-form-row h3 {
font-size: 14px !important;
width: 189px;
}
form#news-letter {
width: 100%;
margin-left: -3px;
}
i.fa.fa-plus {
font-size: 12px;
font-weight: normal;
margin-right: 3px;
color: #B1B0B0;
}
#footer .sub-form-row button {
padding: 4px 12px 6px 12px;
border-radius: 1px;
}
a:hover,
a:focus,
a:active {
color: #000!important;
}
.social-icons {
list-style: none;
padding: 0;
margin: 0;
}
.social-icons {
list-style: none;
padding: 0;
margin: 0px;
float: right;
display: inline-flex;
}
.social-icons ul {
margin-left: 13px;
}
.social-icons li {
display: inline-block;
font-size: 16px;
margin-right: 10px;
}
.social-icons li a {
color: #fff;
display: inline-block;
padding: 6px;
}
a.fa.fa-facebook {
background: #3B5998;
}
a.fa.fa-twitter {
background: #5EA9DD;
}
a.fa.fa-pinterest {
background: #CC2028;
}
a.fa.fa-linkedin {
background: #0177B5;
}
.social-icons li a:before {
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
}
#footer .link-list-row .contact-info {
text-transform: capitalize;
}
#footer .link-list-row .contact-info .regular-bold {
margin: 0 0 29px 0;
}
#footer .link-list-row .contact-info .social-icons {
margin: 58px 0 0 0;
}
#footer .link-list-row .contact-info .social-icons h3 {
line-height: 27px;
}
#footer .link-list-row .link-widget {
display: inline-block;
vertical-align: top;
width: 21.5%;
margin: 0 17px 0px 15px;
}
#footer .link-list-row .link-widget h3 {
padding-bottom: 18px;
color: #D70D00;
margin-top: 17px;
}
img#brand-lg {
margin-right: 6px;
}
ul#footer-links {
margin-right: 11px;
margin-left: -3px;
}
ul#footer-links li {
border-bottom: 1px solid #C8C8C8;
}
ul#price-list li {
background-color: rgba(226, 226, 226, 0.36);
}
#footer .link-list-row .link-widget li {
margin: 0 0 7px 0;
padding: 6px 1px 10px 5px;
}
#footer .link-list-row .link-widget li a {
color: #000000;
text-transform: capitalize;
font-size: 14px;
}
#footer .copyright-bar {
background-color: #F9F9F9;
padding: 17px 0;
/*display: inline-block;*/
text-transform: capitalize;
width: 100%;
}
.payment-methods1 {
text-align: center;
margin-top: -29px;
margin-bottom: -11px;
}
#footer .payment-methods1 li {
display: inline-block;
/* width: 50px; */
border-right: 1px solid #CBC8C8;
text-align: center;
padding: 0px 9px;
margin-top: 1%;
margin-bottom: 1%;
}
#footer .payment-methods1 li a {
color: #686868;
}
#footer .copyright-bar .copyright {
line-height: 30px;
color: #8a8a8a;
margin-left: 6%;
font-family: roboto;
text-align: center;
}
div#foomenu {
width: 100%;
}
#footer .copyright-bar .copyright a {
color: #D70D00;
font-weight: 600;
}
#footer .payment-methods {
text-align: center;
}
#footer .payment-methods li {
display: inline-block;
width: 50px;
background-color: #fff;
border-radius: 2px;
text-align: center;
padding: 0px 5px;
}
.footer-logo h3 {
margin-top: -3px !important;
padding-bottom: 24px !important;
}
#footer .payment-methods li:hover {
cursor: pointer;
}
#footer .payment-methods li:hover img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}
#footer .payment-methods li img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}
/* Browser Specific Styles
/*===================================================================================*/
.gecko .dropdown > a:after {
vertical-align: middle!important;
}
.gecko .dropdown-toggle:after {
vertical-align: middle!important;
}
.gecko header .top-search-holder .search-area .search-button:after {
vertical-align: middle!important;
}
.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
bottom: -23%;
}
.ie9 .le-select select {
padding: 5px;
}
.ie9 .le-select:after {
display: none;
}
/*===================================================================================*/
/* Responsive Layout
/*===================================================================================*/
select.top-drop-menu {
margin: 10px 0 0 0;
padding: 10px;
width: 100%;
color: #000;
}
.carousel-item.size-small {
min-width: 194px;
}
.carousel-item.size-medium {
min-width: 225px;
}
.navbar-collapse {
padding: 0;
}
.navbar .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-collapse {
max-height: none;
}
@media (max-width: 400px) {
.logo {
text-align: center;
}
div#hero {
display: none;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder {
margin: -50px 0 0 -5px !important;
}
#hero .owl-wrapper-outer {
width: 100%;
}
header .top-cart-row {
padding: 16px 0 0 1px;
text-align: center;
}
div#dropmenu {
width: 100%;
}
span.price2 {
margin-left: -15%;
color: #D70D00;
font-weight: bold;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 12px;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#owl-main.height-lg .item {
height: 215px;
}
#owl-main .caption .big-text .big {
font-size: 11px;
top: -15px;
left: -45px;
width: 59%;
padding:0;
}
a.big.le-button1 {
padding: 6px 9px 8px 9px;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#owl-main .owl-pagination {
padding: 2px;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 90%;
margin-bottom: 5%;
}
.categories-products {
display: inline-block;
margin-left: 5%;
overflow: hidden;
}
.b-link-box {
width: 100% !important;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
#bestsellers .size-medium {
max-width: 298px;
margin-left: 4%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 115em;
width: 100%;
left: 21%;
}
img#imgcat {
height: 100%;
width: 100%;
}
.b-link-box .b-top-line {
position: absolute;
left: -5px !important;
top: -47px !important;
right: 3px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: -4px !important;
top: -40px!important;
width: 100% !important;
height: 100% !important;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
background: #fff;
}
div#owl-recommended-products .owl-item {
width: 334px !important;
}
.b-link-flow {
width: 100% !important;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.accessories {
text-align: right;
width: 100%;
float: left;
border-left: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 5%;
padding-bottom: 3%;
}
img#hot-img1 {
/* width: 60%;*/
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
margin-top: 20px;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
/*margin-top: 32px;*/
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 100%;
top: 21em;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.mi-slider ul {
position: relative;
bottom: auto;
}
.mi-slider nav a {
font-size: 12px;
padding: 30px 0px 30px 9px;
}
.mi-slider ul li {
/* -webkit-animation: none !important;
animation: none !important;*/
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
padding: 10px 3px;
}
.mi-slider {
position: relative;
margin-top: -137px;
height: 270px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/* left: 16px; */
bottom: 5px;
}
.top.brand1 {
margin-bottom: -6em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider nav a {
font-size: 9px;
padding: 39px 3px 28px 3px;
}
.mi-slider {
text-align: center;
margin-bottom:26%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 103px !important;
}
.top.brand1 {
height: 178px;
margin-top: 23px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 7em!important;
float: right;
}
.social-icons {
margin: 3px 26px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 76% !important;
margin-left: 2px !important;
}
#footer .sub-form-row button {
padding: 3px 3px 4px 2px;
border-radius: 1px;
margin-top: 5px;
width: 40% !important;
float: right;
margin-right: 28px;
}
form#news-letter {
width: 67%;
margin-left: -27px;
}
#footer .link-list-row .link-widget {
width: 100%;
margin: 0 15px 0px -5px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
}
/*================================Coupan code====================================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 212px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 12px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
}
/*========================Coupan Code==============*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
.b-link-box .b-wrapper {
top: -15px !important;
}
.sidebar {
width: 100%!important;
margin-left: 1%;
}
.grid-list-products .control-bar #popularity-sort {
width: 85px;
margin: -5px 14px 0px 0px;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
ul.bxslider li span h1 {
padding: 1px 61px;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
div#filter h1 {
font-size: 18px;
text-align: center;
}
.sidebar .widget .category-filter ul span {
display: none !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 51px;
margin-top: -7px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -11%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 95%;
}
div#item-count {
margin-right: -1%;
margin-left: 2%;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
.pagination {
margin: 18px 66px;
text-align: center;
}
div#search-products {
width: 71.9%;
margin-left: 37px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
margin-right: 8px;
float: right;
}
.sub-form-row h3 {
font-size: 12px !important;
}
.pagination1 {
margin: 21px 29px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
height: 385px;
margin-bottom: 0em;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
width: 449px !important;
margin-left: 55px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
div#right-sidebar {
display: none;
float: right;
margin-top: 32px;
border: 2px solid #eee;
}
#footer .payment-methods1 li{margin-left: -10px !important;}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 16px;
font-weight: bold !important;
}
#single-product .brand {
margin-left: 10%;
width: 83%;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
#single-product-tab .new-review-form {
margin: 53px 1px 3px 33px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 306px;
}
#single-product .body-holder .excerpt {
margin: 23px -4px 5px 16px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 100%!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 2px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
display: flex;
float: none;
margin-left: 24%;
margin-bottom: 10px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
display: none !important;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
}
.add-compare1 a {
font-size: 10px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
}
#single-product .body-holder #addto-cart {
margin: -2px 0 6px 7px;
padding: 4px 11px;
}
.features h4 {
font-size: 16px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
width: 100%;
margin-left: -17px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 19px;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
margin-left: 22px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 0 !important;
}
.view-also1 {
height: 100%;
width: 100%;
margin-right: -4px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 23px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: -1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 4px;
}
ul.offers-bannner li img#brand-lg1 {
width: 295px;
max-width: 295px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -20px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
}
@media (min-width: 401px) and (max-width: 415px) {
html#coupon-page section#coupan-dd .owl-item {
width: 320px !important;
margin-left: 32px;
}
html#coupon-page .hot-deals1 {
margin-left: 40px;
overflow: hidden;
}
.load-more {
text-align: center;
margin-bottom: 33px;
}
}
@media (min-width: 401px) and (max-width: 500px){
.logo {
text-align: center;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.load-more {
text-align: center;
margin-bottom: 40px;
}
.coupan h2 {
font-size: 17px;
}
#hero .owl-wrapper-outer {
width: 97%;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 43px;
position: relative;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
#footer .payment-methods1 li{margin-left: -10px !important;}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 5px;
padding: 40px 3px 30px 4px;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#owl-main.height-lg .item {
height: 215px;
background-size: 100% 100%;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
div#dropmenu {
width: 80%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 90%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: 5%;
width: 80%;
}
.parrellex-bg {
background-size: 100% 100%;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
#single-product .single-product-gallery-item img {
width: 72%;
height: 246px;
max-width: 72%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: 1%;
height: 85px;
}
.add-pr {
float: none !important;
display: flex;
margin-left: 76px !important;
}
.categories-products {
display: inline-block;
margin-left: 10%;
overflow: hidden;
}
p.b-ccw-180.b-animate.b-delay06 {
margin-top: 57% !important;
}
.b-link-box {
width: 99% !important;
margin-left: 2px;
}
#content2 {
overflow: hidden;
background-size: 99% 100% !important;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.border-bottom .features {
padding: 0px 5px;
}
div#hero {
overflow: hidden;
display: none;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 132em;
width: 100%;
left: 21%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
}
.b-link-box .b-top-line {
display: none !important;
}
.b-link-box .b-bottom-line {
display: none!important
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
overflow: hidden;
}
a.b-link-box.b-animate-go.b-opacity-30:hover {
opacity: 0.8;
}
#bestsellers .size-medium {
max-width: 69% !important;
margin-left: 6% !important;
}
div#owl-recommended-products .owl-item {
width: 442px !important;
margin-left: 40px;
}
.b-link-flow {
width: 100% !important;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.accessories {
text-align: right;
width: 100%;
float: left;
border-left: 1px solid;
border-bottom: 1px solid;
margin-bottom: 5%;
padding-bottom: 3%;
}
img#hot-img1 {
width: 60%;
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 100%;
top: 478px;
}
.mi-slider {
position: relative;
margin-top: -314px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/* left: 16px; */
bottom: -45px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 45%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 103px !important;
}
.top.brand1 {
height: 178px;
margin-top: -42px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 7em!important;
float: right;
}
.social-icons {
margin: 3px 83px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 58% !important;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px !important;
border-radius: 5px !important;
margin-top: 5px !important;
width: 38% !important;
float: right !important;
margin-top: 0px !important;
margin-left: -3px !important;
margin-right: -6px !important;
}
form#news-letter {
width: 81%;
margin-left: -19px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 100%;
margin: 0 15px 0px -5px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
}
/*8==============Coupan Page===================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 39px 39px 1px 34px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan h2 {
font-size: 17px;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width:320px !important;
margin-left: 49px;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -8px;
min-width: 249px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
padding-bottom: 13px;
margin-left: 67px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 246px;
position: relative;
background-color: #fff;
color: #F8484A;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 42px;
max-width: 285px;
}
/*=========================Coupan page*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.product-item-holder .body .title a {
font-size: 13px;
}
section#category-grid {
margin-bottom: -10em;
}
.product-item-holder .body .brand1 {
font-size: 13px;
}
del {
font-size: 12px;
}
.product-grid-holder .product-item-holder .prices {
margin: 0 55px;
padding: 14px 23px 21px;
}
.product-item-holder .price-current {
font-size: 12px;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
.sidebar {
width: 87%!important;
margin-left: 6%;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
ul.bxslider li span {
display: none !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
.bx-wrapper {
width: 82%;
margin-left: 32px;
}
a.bx-prev {
position: absolute;
top: 51%;
z-index: 111;
left: 47px;
}
a.bx-next {
position: absolute;
top: 51%;
z-index: 111;
right: 48px;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
span.dealof.day p {
margin-left: 32px !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -7%;
}
.grid-list-products .control-bar #popularity-sort {
width: 75px;
margin: -5px 17px 0 0;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 95%;
}
div#item-count {
margin-right: -2%;
margin-left: 5%;
}
.pagination {
margin: 18px 66px;
text-align: center;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
div#search-products {
width: 71.9%;
margin-left: 48px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
float: right;
}
.pagination1 {
margin: 21px 36px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
overflow: hidden;
height: 384px;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
/* width: 449px !important; */
margin-left: 81px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 15px;
font-weight: bold !important;
}
#single-product .brand {
margin-left: 10%;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 306px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 100%!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 10px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
display: flex;
float: none;
margin-left: 24%;
margin-bottom: 10px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
display: none !important;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
}
.add-compare1 a {
font-size: 10px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
padding-top: 12px;
}
#single-product .body-holder #addto-cart {
margin: 9px 12px 16px 23px;
padding: 9px 17px;
}
.features h4 {
font-size: 16px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
width: 100%;
margin-left: 1px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 17px;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
margin-left: 22px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 0 !important;
}
.view-also1 {
height: 100%;
width: 100%;
margin-right: -4px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
.view-also1 img#imgcat1 {
height: 314px;
width: 100%;
padding: 58px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: -1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 0px;
}
ul.offers-bannner li img#brand-lg1 {
width: 310px;
/* max-width: 318px; */
}
ul.offers-bannner li {
border: 2px solid #BABABA;
margin-left: 24px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -111px;
}
}
@media (min-width: 501px) and (max-width: 533px){
.coupan-code span#red {
padding: 7px;
font-size: 11px;
text-transform: capitalize;
}
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 17px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan a.slider-next {
position: absolute;
right: 8px;
}
.coupan a.slider-prev {
left: 8px;
color: #7E7C7C;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 226px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 15px;
overflow: hidden;
padding-bottom: 2px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 17px;
position: relative;
}
html#coupon-page div#title-nav:after {
top: 59%;
left: 62px;
width: 73%;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 215px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right:19px;
max-width: 217px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 534px) and (max-width: 603px){
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 246px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 241px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 24px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 18px;
max-width: 227px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 604px) and (max-width: 767px){
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 260px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 241px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 30px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 18px;
max-width: 227px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 501px) and (max-width: 766px){
.logo {
text-align: center;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 5px;
padding: 40px 22px 29px 1px;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 100% 100%;
}
.coupan h2 {
font-size: 17px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
.b-link-box .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 62px;
left: 0;
text-align: center;
color: #fff;
overflow: hidden;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.parrellex-bg {
background-size: 100% 100%;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#hero .owl-wrapper-outer {
width: 96%;
margin-left: 8px;
}
#owl-main.height-lg .item {
height: 330px;
background-size: 100% 100%;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 74% 25%;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 56px !important;
}
.add-compare1 a {
font-size: 10px;
}
.add-price a {
font-size: 10px;
}
div#dropmenu {
width: 46%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: 5%;
min-width: 199px !important;
width: 45%;
margin-right: 21px;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.categories-products {
display: inline-block;
margin-left: 3%;
overflow: hidden;
}
.b-link-box {
width: 98% !important;
margin-left: 1%;
}
#content2 {
overflow: hidden;
background-size: 100% 100%;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 49em;
width: 100%;
left: 32%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
max-width: 225px;
max-height: 298px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 90%;
text-align: center;
margin-left: 33px;
margin-right: 7px;
}
.b-link-box .b-top-line {
display: none !important;
}
.b-link-box .b-bottom-line {
display: none !important;
}
a.b-link-box.b-animate-go.b-opacity-30:hover {
opacity: 0.8;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
overflow: hidden;
}
#bestsellers .size-medium {
max-width: 63% !important;
margin-left: 2% !important;
}
div#owl-recommended-products .owl-item {
width: 303px !important;
}
.b-link-flow {
width: 100% !important;
}
.carousel-item.size-medium {
min-width: 263px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.categories-first img#imgcat {
height: 100%;
padding: 0px;
width: 100%;
max-height: 313px;
max-width: 314px;
}
.access-img {
float: right;
padding-top: 35px;
}
img#hot-img1 {
width: 65%;
}
.head-img {
float: right;
width: 52%;
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 36%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
font-size: 12px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 85%;
top: 519px;
}
.mi-slider {
position: relative;
margin-top: -314px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 45%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 115px !important;
}
.top.brand1 {
height: 189px;
margin-top: -72px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 4em!important;
float: right;
}
.imf {
border: 1px solid #464444;
width: 400px !important;
height: 215px !important;
top: 1px !important;
position: absolute;
overflow: hidden;
}
div#linkd {
width: 99% !important;
float: left;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 83px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 58% !important;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: -17px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 89%;
margin: 2px 17px 1px 28px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
text-align: left !important;
margin: 10px 1px 8px 195px !important;
}
.col-xs-12.col-md-6.top-search-holder.no-margin {
width: 62%;
}
header .top-search-holder .search-area .search-field {
padding: 7px;
}
header .top-search-holder .search-area .categories-filter {
padding-top: 0px;
padding-bottom: 2px;
}
.col-xs-12.col-md-3.top-cart-row.no-margin {
width: 35%;
}
.owl-buttons {
display: inline-block;
}
/*================================Coupan code====================================*/
/*.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 269px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 0px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 5px;
max-width: 232px;
float: left;
}*/
/*========================Coupan Code==============*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.sidebar {
width: 87%!important;
margin-left: 7%;
}
section#category-grid {
margin-bottom: -10em;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.bx-wrapper img {
margin-left: -36px;
}
ul.bxslider li span {
display: none !important;
}
ul.bxslider li span p {
font-size: 17px !important;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
.category-filter {
margin-bottom: -45px;
text-align: center;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
span.dealof.day p {
margin-left: 29px !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.sidebar .price-filter {
margin: -11px 9px -2px 93px;
padding: 10px 0 0 0;
width: 61%;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -11%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 98%;
}
div#item-count {
margin-right: -5%;
margin-left: 8%;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
.product-item-holder .body .title a {
font-size: 13px;
}
.product-item-holder .body .brand1 {
font-size: 13px;
}
del {
font-size: 12px;
}
.product-grid-holder .product-item-holder .prices {
margin: 0 -2px;
padding: 14px 23px 21px;
}
.product-item-holder .price-current {
font-size: 12px;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
div#search-products {
width: 45.9%;
margin-right: -4px;
margin-left: 13px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
float: left;
margin-left: -14px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.product-item-holder .price-prev {
font-size: 12px;
}
.product-item-holder .price-current {
font-size: 11px;
}
.pagination1 {
margin: 21px 87px;
}
.product-item-holder .body .brand1 {
font-size: 12px;
float: left;
text-align: left;
}
div#star-rating {
text-align: right;
float: right;
margin-top: 5px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
height: 381px;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
margin-left: -7px !important;
width: 252px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
a#col2 {
padding: 6px 24px;
margin-right: 18px;
}
a#col1 {
padding: 6px 29px;
margin-right: 18px;
}
a#col3 {
padding: 6px 24px;
margin-right: 18px;
}
a#col4 {
padding: 6px 28px;
margin-right: 36px;
}
a#size {
padding: 5px 10px;
margin-right: 7px;
}
a.bx-prev {
left: 85px;
}
a.bx-next {
right: 95px;
}
.category-filter {
padding: 10% !important;
margin-bottom: -71px;
}
a#size1 {
padding: 7px 8px;
margin-right: 10px;
}
a#col5 {
padding: 6px 33px;
margin-right: 22px;
margin-left: -23px;
}
a#col6 {
padding: 6px 30px;
margin-right: 22px;
margin-left: -3px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
div#last-baner {
margin-bottom: -45px;
}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 20px;
}
#single-product .brand {
margin-left: 10%;
width: 83%;
}
.b-from-left {
position: relative;
left: -100%;
top: 4px !important;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 370px;
margin-left: 20px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 72%!important;
padding: 1px;
margin-left: 61px;
}
.product-item-holder {
margin-left: -8px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
padding-top: 19px;
display: none!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 8px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
float: none !important;
display: flex;
margin-left: 103px !important;
margin-top: 9px;
margin-bottom: 9px;
}
/*.add-pr {
display: flex;
float: right;
margin-left: 0px;
margin-top: -30px;
}*/
#single-product .single-product-gallery-item {
padding-bottom: 0px;
margin-left: 59px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: 2%;
height: 85px;
}
.view-also1 img#imgcat1 {
width: 80%;
height: 315px;
padding: 67px;
margin-left: 33px;
margin-top: 19px;
}
#single-product .body-holder #addto-cart {
margin: 21px 0 14px 27px;
padding: 8px 19px;
}
.features h4 {
font-size: 17px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
max-width: 466px;
margin-left: -17px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
#single-product .single-product-gallery-item img {
width: 81% !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 22px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -111px;
}
.view-also {
position: relative;
width: 85%;
display: inline-block;
margin-left: 32px;
}
.view-also1 {
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 63px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: 0px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: flex;
margin-left: 1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 119px;
max-width: 324px;
}
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
#top-megamenu-nav .nav .dropdown {
border-right: none;
width: 100%;
}
#top-megamenu-nav .nav > li {
border-right: none;
width: 100%;
}
.b-link-box .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: -53px !important;
left: 0;
text-align: center;
color: #fff;
overflow: hidden;
}
#top-megamenu-nav .nav .dropdown-menu {
min-width: 0;
max-width: none;
width: 100%;
background-color: #FFF;
}
.top-bar > .container > div {
margin: 10px 0;
}
.top-bar ul.right,
.top-bar {
text-align: center!important;
}
.top-bar > .container > div > ul > li > a {
font-size: 11px !important;
padding: 0 9px !important;
}
.logo > a {
display: block;
margin-bottom: 20px;
}
.logo > a > svg {
display: block;
margin: 0 auto;
}
#owl-main .caption .big-text {
font-size: 30px;
line-height: 30px;
}
#owl-main .caption .big-text .bg {
font-size: 50px;
line-height: 60px;
}
header .top-search-holder {
margin: 0;
padding-left: 15px;
padding-right: 15px;
}
header .top-search-holder .contact-row {
text-align: center;
margin-bottom: 20px;
}
header .top-search-holder .contact-row > div,
header .top-search-holder .contact-row .phone,
header .top-search-holder .contact-row .contact {
margin: 0;
margin-bottom: 5px;
display: block !important;
}
header .top-search-holder .search-area .search-button {
margin: -51px -3px 0 0;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area .categories-filter {
border-top: 1px solid #e0e0e0;
border-left: none;
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
}
header .top-cart-holder .basket .dropdown-menu {
width: 300px;
left: -136px;
}
header .top-cart-holder .basket .checkout .le-button {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
#banner-holder .banner {
margin-bottom: 10px;
}
#banner-holder .banner .banner-text {
top: 25%;
}
#banner-holder .banner .banner-text h1 {
font-size: 20px;
line-height: 22px;
}
#banner-holder .banner .banner-text .tagline {
font-size: 14px;
line-height: 24px;
}
#banner-holder .banner .banner-image {
width: 100%;
}
.sidemenu-holder {
width: 100% !important;
margin-bottom: 20px;
}
.homebanner-holder {
width: 100% !important;
padding: 0;
}
.product-grid-holder .product-item-holder {
border-right: 1px solid #ececec;
margin-bottom: 10px;
}
.nav-tabs {
border-radius: 3px;
border: 1px solid #e0e0e0;
margin-bottom: 15px;
}
.nav-tabs > li.active,
.nav-tabs li {
padding: 0;
margin: 0;
display: block;
}
.nav-tabs > li.active > a,
.nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 18px 39px;
margin: 0;
border-radius: 0;
border-bottom: 1px solid #e0e0e0;
line-height: 24px;
}
.nav-tabs > li.active:last-child > a,
.nav-tabs li:last-child > a {
border-bottom: none !important;
}
#bestsellers .single-product-gallery {
border-left-width: 1px;
}
#bestsellers .single-product-gallery .single-product-gallery-item {
max-width: 100% !important;
}
#owl-recently-viewed .size-small,
#owl-recently-viewed-2 .size-small {
max-width: 100% !important;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
border-right-width: 1px;
}
.megamenu-horizontal .dropdown-menu {
left: 0 !important;
max-width: 100%;
top: 100% !important;
min-width: 0 !important;
}
.megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
position: relative !important;
}
.brands-carousel .carousel-item {
margin: 0 auto !important;
}
#single-product .gallery-holder {
width: 100%;
}
#single-product .body-holder {
width: 100%;
}
#single-product .body-holder .body {
padding: 0 15px;
}
#single-product .body-holder .qnt-holder {
display: block;
text-align: center;
}
#single-product .body-holder .qnt-holder #addto-cart {
width: 100%;
display: block;
margin: 15px 0;
text-align: center;
}
#single-product .single-product-gallery-item img {
width: 100%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
border-right-width: 1px;
}
#footer .widgets-row > div {
margin-left: 0;
padding-left: 0;
}
#footer .sub-form-row:before {
content: none;
}
#footer .sub-form-row input {
border-radius: 5px;
display: block;
margin: 0 auto;
width: 100%;
}
#footer .sub-form-row button {
margin: 0 auto;
width: 100%;
border-radius: 5px;
margin-top: 5px;
}
#footer .link-list-row {
margin-bottom: 30px;
}
#footer .link-list-row .link-widget h3 {
margin-bottom: 15px;
padding-bottom: 0;
margin-top: 30px;
}
#footer .copyright-bar .container > div {
text-align: center;
}
#footer .copyright-bar .container > div:first-child {
margin-bottom: 10px;
}
#footer .copyright-bar .container > div .payment-methods {
text-align: center;
}
#footer .copyright-bar .container > div .payment-methods > ul {
text-align: center;
}
#footer .copyright-bar .container > div .payment-methods > ul > li {
display: inline-block;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) and (max-width: 991px) {
.top-bar > .container > div {
margin: 10px 0;
}
.logo {
text-align: center;
}
.thumb-holder img {
width: 95%;
}
.ba5 {
width: 73%;
margin-left: 21%;
}
.small-banner img {
width: 99%;
}
a.bx-prev {
position: absolute;
top: 8%;
z-index: 111;
left: 14px;
}
a.bx-next {
right: 13px;
}
a.bx-next {
position: absolute;
top: 8%;
right: 12px;
z-index: 111;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 5px;
padding: 40px 46px 30px 29px;
}
.sidebar .simple-banner {
margin: 26px -6px 25px -54px;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 405px !important;
}
#owl-main.height-lg .item {
height: 389px;
background-size: 100% 100% !important;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
width: 45px;
height: 40px;
font-size: 28px;
}
div#dropmenu {
width: 46%;
}
ul.dropdown-menu {
background-color: #eee !important;
}
li#active {
background: #D70D00;
}
li.dropdown:hover {
background-color: #CAC9C9 !important;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.parrellex-bg {
background-size: 100% 100%;
}
#hero .owl-wrapper-outer {
width: 97%;
margin-left: 10px;
}
.carousel-holder .title-nav h2 {
font-size: 23px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: -3%;
min-width: 121px !important;
width: 24%;
margin-right: 1%;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.categories-products {
display: inline-block;
margin-left: 0%;
overflow: hidden;
width: 100%;
padding-bottom: 78px;
}
.b-link-box {
width: 100% !important;
margin-left: 0%;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.content {
background-attachment: fixed;
height: 321px;
}
span.text-bg1 {
font-size: 21px;
}
span.text-bg2 {
font-size: 48px;
}
span.text-bg3 a {
font-size: 14px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 19em;
width: 100%;
left: 76%;
}
img#imgcat {
min-height: 209px;
padding: 0;
width: 100%;
height: 209px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 49% !important;
/* text-align: center; */
display: inline-block;
}
.b-link-box .b-top-line {
position: absolute;
left: -16px !important;
top: -44px !important;
right: -8px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: -4px !important;
top: -48px!important;
width: 100% !important;
height: 100% !important;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: 17px;
overflow: hidden;
/*height: 426px;*/
}
#bestsellers .size-medium {
max-width: 63% !important;
margin-left: 2% !important;
}
#footer .payment-methods1 li {
padding: 0px 6px;
}
div#owl-recommended-products .owl-item {
width: 240px !important;
margin-left: 8px;
}
div#nav1 {
margin-top: 0px;
}
.b-link-flow {
width: 100% !important;
}
.carousel-item.size-medium {
min-width: 232px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.access-img {
float: right;
/* padding-top: 35px;*/
}
img#hot-img1 {
/* width: 59%;*/
}
.head-img {
float: right;
/*width: 52%;*/
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 57%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 15px;
}
span.big-text5 {
font-size: 20px;
}
p#hot-content {
padding: 1px 0px;
font-size: 14px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: 2px;
/* margin-right: 1%;*/
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 23px;
}
.mi-slider nav {
max-width: 88%;
top: 354px;
}
.mi-slider {
position: relative;
margin-top: -99px;
height: 254px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
font-size: 12px;
}
#footer {
padding: 28px 0 0 0;
/*margin-top: 13em;*/
}
#footer .link-list-row .link-widget li a {
font-size: 13px;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 22%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
/*div#slider1_container {
width: 1166px!important;
height: 115px !important;
}
.top.brand1 {
height: 189px;
margin-top: -206px;
}
.carousel-holder .title-nav h1 {
font-size: 23px;
line-height: 40px;
}*/
span.jssora03r {
top: 99.5px !important;
right: 6em!important;
float: right;
}
.imf {
border: 1px solid #464444;
width: 406px !important;
height: 248px !important;
top: 0px !important;
position: absolute;
overflow: hidden;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 93%;
height: 250px
}
div#linkd {
width: 23% !important;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 0px;
}
footer .sub-form-row {
width: 64%;
display: inline-flex;
}
#footer .sub-form-row input {
width: 62% !important;
margin-left: 5px;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: 4px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 20%;
margin: 2px 13px 4px 21px;
}
div#foo-cont {
width: 100%;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
.best-content p {
font-size: 13px;
margin: 6px;
}
.best-sel {
float: left;
margin-right: 4px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -24px;
}
.col-xs-12.col-md-6.top-search-holder.no-margin {
width: 59%;
}
header .top-search-holder .search-area .search-field {
padding: 7px;
width: 57%;
}
header .top-search-holder .search-area .categories-filter {
padding-top: 0px;
padding-bottom: 2px;
}
.col-xs-12.col-md-3.top-cart-row.no-margin {
width: 35%;
margin-top: -36px;
}
.owl-buttons {
display: inline-block;
}
.top-bar > .container > div > ul > li > a {
font-size: 12px !important;
padding: 0 9px !important;
}
.logo > a {
display: block;
margin-bottom: 20px;
}
.logo > a > svg {
display: block;
margin: 0 auto;
}
header .top-search-holder {
margin: 0;
padding-left: 15px;
padding-right: 15px;
}
header .top-search-holder .contact-row {
text-align: center;
margin-bottom: 20px;
}
header .top-search-holder .contact-row > div,
header .top-search-holder .contact-row .phone,
header .top-search-holder .contact-row .contact {
margin: 0;
margin-bottom: 5px;
display: block !important;
}
header .top-cart-holder .basket .dropdown-menu {
width: 300px;
left: -136px;
}
header .top-cart-holder .basket .checkout .le-button {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.top-cart-row-container {
text-align: center;
}
.sidemenu-holder {
width: 100.333% !important;
}
.homebanner-holder {
width: 66.6667% !important;
}
#owl-main {
background-color: #f4f4f4;
}
#owl-main .owl-item {
height: 480px !important;
}
#banner-holder .container .banner {
width: 48%;
margin-right: 15px;
}
#banner-holder .container .banner > a {
max-width: 100%;
}
#banner-holder .container .banner > a .banner-text {
top: 16%;
}
#banner-holder .container .banner > a .banner-text h1 {
font-size: 18px;
}
#banner-holder .container .banner > a .banner-text .tagline {
font-size: 12px;
}
.banner .banner-text {
padding: 2px 4px;
}
#banner-holder .container .banner:last-child {
margin-right: 0;
}
#owl-recently-viewed .owl-item .product-item-holder,
#owl-recommended-products .owl-item .product-item-holder {
max-width: none !important;
width: 100%;
}
#footer .sub-form-row input {
width: 72%;
}
#footer .link-list-row .container > div:first-child {
margin-bottom: 20px;
}
#cart-page .widget {
margin: 0 0 25px;
padding: 0;
}
.sidebar {
width: 100%!important;
}
#single-product .gallery-holder {
width: 53% !important;
margin-left: 5px;
}
#single-product .gallery-holder .single-product-gallery-item {
width: 100%;
}
#single-product .body-holder {
width: 46% !important;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 0 0 !important;
width: 100%;
text-align: center;
}
.products-list .product-item .row .body-holder {
width: 41%;
}
.products-list .product-item .row .price-area {
width: 28%;
}
.excerpt {
width: 100%;
float: left;
/* padding: 1px 41px;*/
}
.excerpt ul { color:#fff;}
.related-products ul#price-list li a {
font-size: 11px !important;
}
/*=============================Coupan===============================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 40px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 206px !important;
margin-left: 14px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 15px 8px 35px 36px;
position: relative;
}
html#coupon-page section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 290px
/*min-height: 345px;
height: 368px;*/
margin-right: 3px;
margin-left: -1px;
min-width: 207px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 44px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 14px 0px 0px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 250px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 48px;
max-width: 305px;
float: left;
}
html#coupon-page .nav-holder:after {
z-index: -1;
top: 11%;
position: absolute;
left: 135px;
content: "";
z-index: 999;
height: 1px;
width: 49%;
right: 0;
margin: 0 auto;
background-color: #D2D2D2;
}
/*========================Coupan Code==============*/
/*=====================search page=================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
div#light-one {
left: -214%;
}
div#light-two {
left: -103%;
}
.white_content {
left: -101%;
}
.sidebar {
width: 33%!important;
margin-left: -1%;
}
link-box .b-wrapper {
top: 15px !important;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
section#category-grid {
margin-bottom: -10em;
}
.bx-wrapper img {
margin-left: 25px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 15px;
}
.sidebar .widget .category-filter ul {
text-align: center;
margin: 18px -31px 15px -25px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
width: 239px !important;
margin-left: 8px !important;
}
ul.bxslider li span h1 {
padding: 1px 22px;
}
.product-item-holder .body .title a {
font-size: 14px;
}
.product-item-holder .body .brand1 {
font-size: 14px;
}
del {
font-size: 13px;
}
.product-item-holder .price-current {
font-size: 13px;
}
span.dealof.day p {
font-size: 12px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 75px;
}
/*span.dealof.day {
width: 83%;
margin-left: 8%;
}*/
.category-filter {
margin-bottom: 8%;
text-align: center;
}
ul.bxslider li span p {
font-size: 15px !important;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -12%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: 31%;
border: 1px solid #D8D8D8;
width: 68%;
}
div#item-count {
margin-right: -4%;
margin-left: 5%;
}
.detail5 {
margin-right: 0%;
margin-left: 0%;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
.grid-list-products .control-bar #popularity-sort {
width: 69px;
margin: -5px 43px 7px -2px;
}
div#search-products {
width: 44.9%;
margin-right: -4px;
margin-left: 19px;
margin-bottom: 42px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 62%;
float: left;
/* margin-left: -14px; */
}
.product-grid-holder .product-item-holder .prices {
margin: -2px 14px;
padding: 11px 0px;
}
.price-current {
font-size: 12px;
}
section#gaming {
margin-top: -34px;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 12px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.pagination1 {
margin: 21px -58px;
}
.grid-list-products .result-counter {
padding: 31px 21px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 95%;
height: 400px;
margin-left: 2%;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
margin-left: -7px !important;
width: 250px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -5px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
left: -3px !important;
top: -37px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -12px !important;
top: -32px !important;
right: -6px !important;
height: 100% !important;
}
a#size {
padding: 5px 10px;
margin-right: 2px;
}
a.bx-prev {
left: 15px;
}
a.bx-next {
right: 13px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 4%;
}
.category-filter {
padding: 0%;
}
a#size1 {
padding: 6px 12px;
margin-right: 1px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
ul#price-list li a {
font-size: 12px !important;
}
/*==================detail page================================*/
ul#bx2 li img {
margin-left: 26px;
}
div#right-sidebar {
float: right;
margin-top: 32px;
/* border: 2px solid #eee;*/
width: 35% !important;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 6px;
}
.b-from-left {
position: relative;
left: -100%;
top: -5px !important;
}
.sidebar .widget .product-list li a {
font-size: 11px;
}
div#signle-page1 {
width: 64% !important;
}
#single-product .title h2 {
font-size: 22px;
}
#single-product .brand {
width: 90%;
border-bottom: 1px solid #e0e0e0;
margin-left: 7%;
}
div#owl-single-product .owl-wrapper-outer {
height: 236px !important;
}
.single-product-gallery-thumbs .nav-holder {
display: none !important;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 0%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
margin-left: 1% !important;
height: 92px !important;
}
#single-product .body-holder .price-current {
font-size: 15px;
padding: 7px 0px;
text-align: left;
}
#single-product .body-holder #addto-cart {
margin: 1px 4px 22px 0 !important;
width: 49%;
/* text-align: center; */
padding: 5px 3px;
font-size: 12px;
}
.add-compare1 a {
font-size: 11px;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
padding: 6px 9px 5px 5px;
}
a#see {
float: none;
font-size: 12px;
}
.star-holder .star img {
width: 13px;
}
#single-product .gallery-thumbs img {
width: 100%;
height: 58px;
padding: 16%;
}
#single-product .body-holder #addto-cart {
padding: 8px 4px;
font-size: 12px;
width: 78%;
}
span.your-rating {
font-size: 11px;
}
.border-bottom {
font-size: 13px;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 40px !important;
background-size: 90% 93%;
}
#single-product .single-product-gallery-item img {
padding: 11px;
max-height: 227px;
max-width: 226px;
}
span.stMainServices.st-pinterest-counter {
width: 46px;
background-size: 89% 88%;
}
/*.features {
margin-top: 24%;
margin-left: -32px;
}*/
#single-product .body-holder .excerpt {
/* margin: 6px -13px;*/
width: 100%;
}
.features h4 {
font-size: 14px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 11px;
margin-top: 22px;
margin-left: -31px;
}
.add-pr {
margin-bottom: 25px;
margin-top: 7%;
}
div#ratingfff {
margin-bottom: 10%;
}
#single-product-tab .tab-pane {
padding: 9px;
width: 100% !important;
}
.nav-tabs li.active a {
margin-left: 0 !important;
font-size: 11px;
}
.nav-tabs.simple li.active a {
padding: 15px;
font-size: 12px;
}
.nav-tabs li a {
font-size: 12px;
padding: 11px 5px;
}
ul.nav.nav-tabs.simple {
padding-left: 5px;
}
tr#heading-t h5 {
font-size: 13px;
}
tr#heading-t th {
color: #fff;
padding: 8px 26px 0px;
}
tr#border1 td {
padding-left: 12px;
}
td#star {
padding-left: 27px !important;
}
p#comp i.fa.fa-star {
font-size: 8px;
}
tr#border2 td {
padding-left: 12px;
}
td h5 {
font-size: 14px;
}
a#addto-cart1 {
padding: 4px 4px;
font-size: 12px;
}
span15 {
font-size: 12px;
}
span#addto-cart1 {
padding: 4px 3px;
font-size: 10px;
}
div#com-form {
width: 88% !important;
margin-left: 14px;
margin-bottom: 23px;
}
#recently-reviewd {
padding: 71px 0px 30px 15px;
}
.view-also {
display: inline-block;
}
.view-also1 {
height: 304px;
float: right;
width: 191px;
margin-right: 40px;
margin-top: 57px;
}
img#imgcat1 {
height: 240px;
width: 188px;
padding: 16px;
border: 5px solid #eee;
}
ul.offers-bannner li img#brand-lg1 {
width: 142px;
}
#content2 {
background-size: auto 32%;
}
}
@media (max-width: 800px) {
#content2 {
overflow: hidden;
background-size: 100% 89% !important;
}
.add-pr {
float: left;
display: flex;
margin-left: -10%;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.coupan {
width: 96%;
margin: 0px auto;
padding: 44px 17px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
html#coupon-page section#coupan-dd .owl-item {
width: 216px !important;
}
.coupan-detail h3 {
font-size: 13px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.hot-deals1 {
padding-bottom: 34px;
}
.load-more {
text-align: center;
margin-bottom: 27px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 25px;
position: relative;
}
html#coupon-page div#title-nav:after {
top: 59%;
left: 99px;
width: 77%;
}
html#coupan-page .nav-holder:after {
z-index: 999;
top: 11%;
position: absolute;
left: 129px;
content: "";
height: 1px;
width: 66%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.hot-deals2 {
min-width: 224px;
max-width: 218px;
margin-right: 14px;
}
strong#bl#bl {
font-size: 13px;
margin-left: 6px;
}
.coupan-code span#red {
font-size: 13px;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
.coupan {
width: 100%;
margin: 0px auto;
padding: 44px 1px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
html#coupan-page section#coupan-dd .owl-item {
width: 245px !important;
margin-left: 1px;
}
.coupan-detail h3 {
font-size: 13px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.hot-deals1 {
padding-bottom: 34px;
}
.load-more {
text-align: center;
margin-bottom: 27px;
}
html#coupan-page .carousel-holder .title-nav {
margin: 13px 1px 32px 24px;
position: relative;
}
html#coupan-page div#title-nav:after {
top: 59%;
left: 51px;
width: 76%;
}
html#coupan-page .nav-holder:after {
z-index: 999;
top: 11%;
position: absolute;
left: 129px;
content: "";
height: 1px;
width: 66%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.hot-deals2 {
min-width: 224px;
max-width: 218px;
margin-right: 14px;
}
strong#bl#bl {
font-size: 13px;
margin-left: 6px;
}
.coupan-code span#red {
font-size: 13px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#single-product .gallery-holder .single-product-gallery-item {
width: 100%;
}
#footer .sub-form-row input {
width: 75% !important;
}
header .logo svg {
width: 100% !important;
}
header .top-search-holder {
margin: 0;
width: 41.6667% !important;
margin-top: 3%;
}
header .top-search-holder .search-field {
width: 50% !important;
}
header .top-cart-row {
width: 33.333%;
}
.products-list .product-item .row .body-holder {
width: 42%;
}
.products-list .product-item .row .price-area {
width: 27%;
}
.parrellex-bg {
background-size: 100% 100%;
}
h1.border {
line-height: 40px;
}
.sidebar .widget .product-list li .row > div:first-child {
margin-right: 5px !important;
}
.sidebar .widget .product-list li .row > div:last-child {
width: 63.667% !important;
}
.sidebar .widget .product-list li .row .thumb-holder {
width: 100%;
}
.logo {
text-align: center;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 5px;
padding: 40px 66px 30px 0px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 4%;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 405px !important;
}
#owl-main.height-lg .item {
height: 389px;
background-size: 100% 100%;
}
#owl-main .caption .big-text .big {
font-size: 27px;
top: -15px;
left: -45px;
width: 53%;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
width: 45px;
height: 40px;
font-size: 28px;
}
div#dropmenu {
width: 46%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -34px 0;
}
.owl-buttons {
display: inline-block;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 23px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: -3%;
min-width: 115px !important;
width: 23%;
margin-right: 1%;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.categories-products {
display: inline-block;
margin-left: 2%;
overflow: hidden;
width: 100%;
padding-bottom: 78px;
}
.b-link-box {
width: 101% !important;
margin-left: 0%;
}
#content2 {
overflow: hidden;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.content {
background-attachment: fixed;
height: 425px;
}
span.text-bg1 {
font-size: 26px;
}
span.text-bg2 {
font-size: 52px;
}
span.text-bg3 a {
font-size: 16px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 23em;
width: 100%;
left: 78%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
max-height: 298px;
padding: 0;
max-width: 225px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 50% !important;
/* text-align: center; */
display: inline-block;
}
.b-link-box .b-top-line {
position: absolute;
left: -7px !important;
top: -41px !important;
right: -7px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: 0px !important;
top: -46px!important;
width: 100% !important;
height: 101% !important;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: 17px;
overflow: hidden;
height: 426px;
}
#bestsellers .size-medium {
max-width: 60% !important;
margin-left: -2% !important;
}
#footer .payment-methods1 li {
padding: 0px 6px;
}
div#owl-recommended-products .owl-item {
width: 240px !important;
margin-left: 8px;
}
div#nav1 {
margin-top: 0px;
}
.b-link-flow {
width: 100% !important;
padding-top: 0% !important;
}
.carousel-item.size-medium {
min-width: 224px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.access-img {
float: right;
padding-top: 35px;
}
section#category-grid {
margin-bottom: -10em;
}
img#hot-img1 {
width: 59%;
}
.head-img {
float: right;
width: 52%;
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 31%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 15px;
}
span.big-text5 {
font-size: 20px;
}
p#hot-content {
padding: 1px 0px;
font-size: 14px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 96%;
height: 100%;
overflow: hidden;
margin-left: 2%;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 23px;
}
.mi-slider nav {
max-width: 64%;
top: 354px;
}
.mi-slider {
position: relative;
margin-top: -51px;
height: 254px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: 15%;
color: #D70D00;
font-weight: bold;
font-size: 13px;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
#footer .link-list-row .link-widget li a {
font-size: 14px;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
margin-top: -44px;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 22%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 108%;
height: 250px
}
span.jssora03r {
top: 99.5px !important;
right: -6em!important;
float: right;
}
div#slider1_container {
position: relative;
top: -14px;
left: 55px;
}
div#linkd {
width: 23% !important;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 0px;
}
footer .sub-form-row {
width: 64%;
display: inline-flex;
}
#footer .sub-form-row input {
width: 42% !important;
margin-left: 5px;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: 4px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
ul#price-list li a {
font-size: 12px !important;
}
#footer .link-list-row .link-widget {
width: 21%;
/*margin: 2px 17px 1px 28px;*/
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
div#foo-cont {
width: 100%;
}
.best-content p {
font-size: 14px;
margin: 6px;
}
.best-sel {
float: left;
margin-right: 4px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -24px;
}
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.sidebar {
width: 33%!important;
margin-left: -1%;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.bx-wrapper img {
margin-left: 46px;
}
ul.bxslider li span {
position: absolute;
top: 56%;
left: 107px;
}
.sidebar .widget .category-filter ul {
text-align: center;
margin: 18px -31px 15px -25px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
width: 224px !important;
margin-left: 8px !important;
}
ul.bxslider li span h1 {
padding: 1px 22px;
}
div#light-one {
left: -179%;
}
div#light-two {
left: -68%;
}
.white_content {
left: -72%;
}
span.dealof.day p {
font-size: 12px;
margin-left: 26px !important;
}
.product-item-holder .body .brand1 {
text-align: left;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
ul.bxslider li span p {
font-size: 15px !important;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -7%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: 31%;
border: 1px solid #D8D8D8;
width: 67%;
}
div#item-count {
margin-right: -2%;
margin-left: 5%;
}
img#banner-2 {
margin-left: 0%;
width: 292px;
}
.detail5 {
margin-right: 0%;
margin-left: 0%;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
div#search-products {
width: 44.9%;
margin-right: -4px;
margin-left: 35px;
margin-bottom: 42px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 62%;
float: left;
/* margin-left: -14px; */
}
.product-grid-holder .product-item-holder .prices {
margin: -2px 22px;
padding: 11px 0px;
}
.price-current {
font-size: 12px;
}
section#gaming {
margin-top: -34px;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 12px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.pagination1 {
margin: 21px -58px;
}
.grid-list-products .result-counter {
padding: 31px 21px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
width: 95%;
margin-left: 18px;
}
.new-arraivel2 {
width: 95%;
height: 400px;
margin-left: 2%;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
margin-left: -7px !important;
width: 250px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -5px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
left: -4px !important;
top: -36px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -6px !important;
top: -38px !important;
right: 2px !important;
height: 100% !important;
}
a#size {
padding: 5px 10px;
margin-right: 2px;
}
a.bx-prev {
left: 39px;
}
a.bx-next {
right: 40px;
}
.category-filter {
padding: 0%;
}
a#size1 {
padding: 6px 12px;
margin-right: 1px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
/*==================detail page================================*/
ul#bx2 li img {
margin-left: 26px;
}
div#bx2 a.bx-prev {
left: 46px;
}
div#bx2 a.bx-next {
right: 17%;
}
.related-products ul#price-list {
margin-top: 4%;
width: 319px;
}
.mbn li a {
font-size: 14px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 3%;
}
a.hvr-grow img {
width: auto\9;
width: 78%;
margin-left: 35px;
}
div#bx2 {
margin-top: -13px;
margin-left: 39px;
}
div#right-sidebar {
float: right;
margin-top: 32px;
border: 2px solid #eee;
width: 35% !important;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 6px;
}
.sidebar .widget .product-list li a {
font-size: 11px;
}
div#signle-page1 {
width: 64% !important;
}
#single-product .title h2 {
font-size: 22px;
}
#single-product .brand {
width: 90%;
border-bottom: 1px solid #e0e0e0;
margin-left: 7%;
}
div#owl-single-product .owl-wrapper-outer {
height: 262px !important;
}
.single-product-gallery-thumbs .nav-holder {
display: none !important;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 0%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
margin-left: 1% !important;
height: 92px !important;
}
#single-product .body-holder .price-current {
font-size: 15px;
}
#single-product .body-holder #addto-cart {
margin: -1px 7px 16px 6px !important;
width: 28%;
/* text-align: center; */
padding: 4px 8px;
font-size: 13px;
}
.add-compare1 a {
font-size: 14px;
padding: 7px 9px 9px 4px;
}
.add-price a {
background-color: #F5613D;
font-size: 14px;
padding: 6px 22px 8px 15px;
}
a#see {
float: right;
font-size: 13px;
}
.star-holder .star img {
width: 15px;
}
span.your-rating {
font-size: 11px;
}
.border-bottom {
font-size: 13px;
}
.features {
margin-top: 20%;
margin-left: -22px;
margin-bottom: 39px;}
#single-product .body-holder .excerpt {
margin: 9px -152px;
}
.features h4 {
font-size: 16px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 25px;
margin-top: 22px;
}
.add-pr {
margin-bottom: 25px;
float: none;
display: flex;
}
div#ratingfff {
margin-bottom: 10%;
}
#single-product-tab .tab-pane {
padding: 9px;
width: 100% !important;
margin-bottom: 34px;
}
.nav-tabs li.active a {
margin-left: 0 !important;
font-size: 14px;
}
.nav-tabs.simple li.active a {
padding:3px 17px;
}
.nav-tabs li a {
font-size: 14px;
padding: 11px 13px;
}
ul.nav.nav-tabs.simple {
padding-left: 5px;
}
tr#heading-t h5 {
font-size: 16px;
}
tr#heading-t th {
color: #fff;
padding: 8px 26px 0px;
}
tr#border1 td {
padding-left: 12px;
}
td#star {
padding-left: 27px !important;
}
p#comp i.fa.fa-star {
font-size: 13px;
}
tr#border2 td {
padding-left: 12px;
}
td h5 {
font-size: 17px;
}
a#addto-cart1 {
padding: 4px 8px;
font-size: 14px;
}
span15 {
font-size: 13px;
}
span#addto-cart1 {
padding: 4px 3px;
font-size: 10px;
}
div#com-form {
width: 88% !important;
margin-left: 14px;
margin-bottom: 44px;
}
#recently-reviewd {
padding: 71px 0px 30px 15px;
}
.view-also {
display: inline-block;
}
.view-also1 {
height: 356px;
float: right;
width: 284px;
margin-right: 18px;
margin-top: 57px;
}
#single-product .single-product-gallery-item img {
margin-top: -21px;
}
p#comp1 {
float: right;
margin-right: 56px;
}
img#imgcat1 {
height: 271px;
width: 282px;
padding: 16px;
border: 5px solid #eee;
}
.b-link-apart-horisontal .b-wrapper, .b-link-apart-vertical .b-wrapper {
top: 46px;
}
ul.offers-bannner li img#brand-lg1 {
width: 191px;
}
section.sidebar-page {
margin-bottom: -12em;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1280px) {
.owl-buttons {
display: block;
}
.social-icons {
margin: 0px 25px;
}
footer .sub-form-row {
margin-left: 5%;
}
.top.brand1 {
margin-bottom: -6em;
height: 270px;
margin-right: 0%;
}
.new-arraivel2 {
width: 1178px;
margin-left: 3%;
margin-top: 2%;
margin-bottom: 0px;
background: #fff;
height: 406px;
overflow: hidden;
}
div#brand66 .carousel-holder .title-nav {
margin: 13px 3px 31px 30px;
position: relative;
}
.grid-list-products .result-counter {
padding: 30px 47px;
font-size: 13px;
line-height: 20px;
text-align: right;
}
div#nav2 {
margin-right: 28px;
}
div#offers {
height: 265px;
}
div#slider1_container {
width: 100% !important;
}
.imf {
border: 1px solid #464444;
width: 412px !important;
height: 251px !important;
}
.b-link-flow {
width: 264px !important;
}
#owl-recommended-products .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 3px;
margin-left: -8px;
}
}
@media (min-width: 600px) and (max-width: 766px) {
.b-link-box .b-top-line {
position: absolute;
left: 4px !important;
top: -46px !important;
right: -8px !important;
height: 100% !important;
}
.col-xs-12.col-sm-9.no-margin.wide.sidebar.page-main-content {
width: 100% !important;
margin:0 !important;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 100% 100%;
}
.sidebar-page .body-holder {
width: 89%!important;
padding: 9px 0;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
.features {
text-align: center;
}
.sidebar-page .gallery-holder {
width: 72%!important;
padding: 1px;
margin-left: 86px;
}
.prices {
margin-left: 5%;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
width: 25%;
float: left;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
font-size: 12px;
padding: 5px 16px !important;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 9px 19px;
padding: 8px 18px;
}
a#see {
float: right;
font-size: 13px;
}
table#features1 {
width: 100%;
margin-left: 6px;
max-width: 100%;
}
.features h4 {
font-size: 15px;
}
table#features1 {
width: 533px;
margin-left: -17px;
}
.body-holder .prices {
margin-left: 73px;
}
.view-also1 img#imgcat1 {
height: 239px;
width: 218px;
padding: 27px;
border: 5px solid #eee;
margin-left: 11px;
margin-top: 8px;
}
ul#footer-links li {
border-bottom: none;
text-align: left !important;
margin: 10px 1px 8px 253px !important;
}
div#ratingfff {
margin-bottom: 3%;
margin-left: 18%;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 26px !important;
}
.add-pr {
display: flex;
float: none;
margin-left: 124px;
margin-bottom: 0px;
margin-top: 18px;
}
#single-product-tab .tab-content {
border: none !important;
}
.nav-tabs {
border-radius: 3px;
border: none !important;
margin-bottom: 15px;
width: 92%;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
font-size: 11px;
padding: 5px 2px !important;
width: 113px;
}
#single-product-tab .new-review-form {
margin: 8px 4px 5px 49px;
width: 80%;
}
.sidebar-page .body-holder .body {
padding: 0 17px!important;
margin-left: 8%;
}
#single-product .title h2 {
font-size: 20px;
}
#single-product .brand {
margin-left: 13%;
width: 72%;
}
div#single-product .title {
margin: 18px 86px 4px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
margin-left: 9%;
}
#single-product .body-holder .excerpt {
margin: 26px 19px;
}
table.price-com {
width: 92% !important;
margin-left: 6px;
}
.nav-tabs.simple li.active a {
padding: 5px 10px!important;
width: 113px;
font-size: 12px;
}
a.bx-next {
right: 128px;
}
a.bx-prev {
left: 122px;
}
.b-link-box .b-bottom-line {
position: absolute;
left: 6px !important;
top: -43px!important;
width: 100% !important;
height: 100% !important;
}
ul.bxslider li span p {
margin: 2px;
font-size: 17px !important;
}
ul.bxslider li span {
position: absolute;
top: 51%;
left: 16%;
}
div#last-baner {
margin-bottom: -45px;
}
.category-filter {
padding: 17% !important;
margin-top: -60px;
margin-bottom: -151px;
}
a#search4 .b-bottom-line {
left: 0px !important;
top: -40px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -4px !important;
top: -40px !important;
right: -4px !important;
height: 100% !important;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
padding-bottom: 73px;
margin-left: 22px;
overflow: hidden;
}
div#right-sidebar {
display: none;
}
.view-also1 {
height: 330px;
border: 2px solid #ececec;
border-radius: 4px;
width: 226px !important;
position: relative;
display: inline-block;
background-color: #fff;
color: #F8484A;
margin-right: 29px;
min-width: 0px !important;
margin-top: 58px;
}
.border-bottom {
border-bottom: 1px solid #E0E0E0;
margin-bottom: 10px;
padding-bottom: 7px;
}
.sidebar-page .body-holder .body .social-row {
display: none!important;
}
img#imgcat1 {
height: 239px;
width: 239px;
padding: 24px;
border: 5px solid #eee;
}
ul.offers-bannner {
display: flex;
margin-left: -12px;
}
ul.offers-bannner li img#brand-lg1 {
width: 174px;
max-width: 316px;
}
ul.offers-bannner {
display: inline-flex;
margin-left: -8px !important;
}
ul.offers-bannner li img#brand-lg1 {
width: 100%;
}
}
@media (min-width: 360px) and (max-width: 389px) {
html#coupon-page section#coupan-dd .owl-item {
width: 268px !important;
margin-left: 25px;
}
section#coupan-dd .product-item-holder.size-medium {
margin-left: 10px;
min-width: 225px;
}
.hot-deals2 {
margin-right: 23px;
}
}
@media (min-width: 241px) and (max-width: 389px) {
.view-also1 .b-link-apart-horisontal .b-top-line-up, .b-link-apart-horisontal .b-bottom-line-up {
left: 14px;
right: 0;
height: 0;
}
/*===============coupan end===================================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan h2 {
font-size: 17px;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 231px !important
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
padding-bottom: 9px;
margin-left: 12px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
}
/*===============coupan end===================================*/
div#mi {
display: none !important;
}
div#hero {
display: none;
}
header .top-search-holder .search-area .search-button {
margin: -47px -1px 0 0;
border-radius: 0 0 5px 0;
}
#bestsellers .size-medium {
max-width: 282px;
margin-left: 0%;
}
#footer .sub-form-row button {
padding: 3px 3px 4px 2px;
border-radius: 1px !IMPORTANT;
margin-top: 5px;
width: 58% !important;
float: right;
margin-right: 28px;
}
.pagination1 {
margin: 21px 26px;
}
ul.bxslider li span {
position: absolute;
top: 53%;
left: 27px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: -1%;
height: 85px;
}
.view-also1 .b-bottom-line-up {
left: 14px;
}
ul.offers-bannner li img#brand-lg1 {
width: 235px;
max-width: 295px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 15px;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 13px 35px;
padding: 8px 11px;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 100em;
width: 100%;
left: 17%;
}
#owl-main.height-lg .item {
height: 158px;
background-size: 100% 100%;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
#owl-main .caption.right {
display: none;
}
#content2 {
/*background-image: url("../images/parrallax5.jpg");*/
background-size: 106% 94%;
}
#single-product .single-product-gallery-item img {
width: 100%;
max-width: 111px;
max-height: 196px;
}
#single-product .single-product-gallery-item {
padding-bottom: 0px;
}
div#owl-single-product-thumbnails .owl-item {
width: 64px !important;
margin-left: 2px !important;
}
#single-product .gallery-thumbs img {
width: 60px;
height: 52px;
padding: 9%;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.megamenu-vertical .yamm-content li a {
color: #3d3d3d;
line-height: 26px;
font-size: 11px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 26px;
}
.add-pr {
float: none;
display: flex;
margin-left: 57px;
}
.view-also1 img#imgcat1 {
max-width: 100%;
padding: 34px;
height: 238px;
width: 200px;
margin-left: 36px;
margin-top: 16px;
}
body.Reebok.Style.Flip.Lp.Slippers img#imgcat1 {
max-width: 100%;
padding: 34px;
height: 238px;
width: 200px;
margin-left: 36px;
margin-top: 16px;
}
.b-link-apart-horisontal .b-top-line-up, .b-link-apart-horisontal .b-bottom-line-up {
left: 27px !important;
right: 0;
height: 0;
}
}
@media(max-width: 600px) {
.view-also {
position: relative;
width: 85%;
display: inline-block;
margin-left: 32px;
}
.view-also1 {
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
body.Reebok.Style.Flip.Lp.Slippers .view-also1{
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 63px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: 0px;
}
}
/*======21/08/2015=========*/
.category_border{border: 1px solid #eee;}
.category_hd{ background-color: #f7f7f7;
padding: 10px;
color: #D70D00;
font-family: roboto;
font-weight: bold;}
#cssmenu ul li {
float: none;
padding:10px;
border-top:dashed #ccc 1px;font-size: 12px;
}
#cssmenu ul a,
#cssmenu ul a:link,
#cssmenu > ul {
color: #000;
float: none;
font-family: roboto;
font-size: 13px;
}
#cssmenu ul li:hover > a {
color: #d70d00;
}
.hadding{ color: #d70d00;
font-family: roboto;
font-size: 18px;}
.pop_border{border:1px solid #ccc; margin-top:10px;}
.product_img{width:250px; height:197px; border:1px solid #ccc; margin:15px;float: left;}
.secitem {
width: 158px;
float: left;
height: 150px;
margin: 16px 14px;
text-align: center;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
}
.secitem .imgcont {
display: table-cell;
text-align: center;
vertical-align: middle;
height: 100px;
width: 152px;
}
.secitem img {
max-width: 100px;
max-height: 100px;
}
.secitem .item-title, .secitem .item-title:hover {
float: left;
width: 158px;
color: #333333;
font-family: roboto;
text-decoration: none;
font-size: 15px;
text-align: center;
margin-top: 8px;
}
.index_section {
float: left;
width: 100%;
margin-bottom: 20px;
}
.sliderFrame {
width: auto;
background-repeat: no-repeat;
background-size: cover;
}
/*======14/10/2015=========*/
.lazy-lodding-bg{background-color:#000; opacity: 0.7; height:500px; width:100%;}
#custom-search-input{
margin: 8px;
/*border: solid 1px #E4E4E4;*/
background-color: #fff;
}
#custom-search-input input, #search-field input{
border: 0;
box-shadow: none;
}
#custom-search-input button, #search-field button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0 8px 0 10px;
border-left: solid 1px #ccc;
margin-left:-30px;
}
#custom-search-input button:hover, #search-field button:hover{
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .fa-search, #search-field .fa-search{
font-size: 16px;
color:#bbbaba;
}
/*=========================== Slider======================================*/
/* Carousel Styles */
.carousel-indicators .active {
background-color: #2980b9;
}
.carousel-inner img {
width: 100%;
}
.carousel-control {
width: 0;
}
.carousel-control.left span {
opacity: 0.3;
padding: 20px;
}
.carousel-control.right span {
opacity: 0.3;
padding: 20px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
position: absolute;
top: 45%;
z-index: 5;
display: inline-block;
}
.carousel-control.left span,
.carousel-control.right span {
background-color: #000;
}
/*===========================29/10/2015 Coupan Page======================================*/
.coupan-top-brand{background-color:#fff; box-shadow: 0 -5px 4px -7px #333;}
.coupan-top-brand-logo{margin: 20px 7px 10px; }
.cuadro_intro_hover{
padding: 0px;
position: relative;
overflow: hidden;
height: 200px;
margin-bottom: 20px;
}
.cuadro_intro_hover:hover .caption{
opacity: 1;
transform: translateY(-150px);
-webkit-transform:translateY(-150px);
-moz-transform:translateY(-150px);
-ms-transform:translateY(-150px);
-o-transform:translateY(-150px);
}
.cuadro_intro_hover img{
z-index: 4;
}
.cuadro_intro_hover .caption{
position: absolute;
top:150px;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
width: 100%;
}
.cuadro_intro_hover .blur{
background-color: rgba(0,0,0,0.6);
height: 300px;
z-index: 5;
position: absolute;
width: 100%;
}
.cuadro_intro_hover .caption-text{
z-index: 10;
color: #fff;
position: absolute;
height: 300px;
text-align: center;
/*top:-20px;*/
width: 100%;
}
.coupan-top-categories-heading{font-size:15px; border-top:2px solid white; border-bottom:2px solid white; padding:15px; font-family: roboto;}
.coupan-top-categories-icon{font-size:50px; padding:30px;}
/* carousel */
.media-carousel
{
margin-bottom: 0;
padding: 0 40px 0px 40px;
margin-top: 10px;
margin-right: 20px
}
/* Previous button */
.media-carousel .carousel-control.left
{
background-image: none;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
height: 40px;
width : 40px;
}
/* Next button */
.media-carousel .carousel-control.right
{
background-image: none;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
height: 40px;
width : 40px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
background: #333333;
}
.media-carousel img
{
width: 130px;
height: 43px
}
/* End carousel */
/*===========================29/10/2015 Coupan Listing Page======================================*/
.listing-profile {
display: inline-block;
width: 160px;
height: 160px;
margin: -136px 31px 20px;
background: #f6f6f6 none repeat ;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.listing-cover {
position: relative;
margin-top:10px;
}
.listing-likebox {
bottom: 12px;
left: 201px;
position: absolute;
color:#fff;
}
.coupon-listing-panel{ border: none;
box-shadow: 0px 0px 0px 1px #efefef; border-radius: 0px;}
.coupon-listing-panel:hover{ border: none;
box-shadow: 0px 1px 8px 1px #efefef; border-radius: 0px;}
.similar-website li a{color:#5d5d5d;}
.coupon-listing-left{ height: 129px; margin: 23px; border: 1px solid #ddd;}
.coupon-listing-img{
padding-top: 5px;
}
.coupon-listing-pro-heading{ color:red; margin-top:20px; margin-bottom:10px; font-size:20px;}
.activate-deal{ margin:20px; font-size:16px;}
/*=========================== Coupan Listing Details Page======================================*/
.coupan-listing-details{background: #e5e5e5;}
.coupon-listing-detail-heading{padding:15px; font-family: Tahoma;color: #d70d00; font-size: 17px;line-height: 25px; font-family: roboto;}
.details-botton{margin-left:50px; margin-top:40px; }
.coupon-listing-detail-menu li{ float:left; margin-left:50px; margin-top:20px;}
.coupon-listing-detail-menu li a{ color:#5d5d5d;}
.well-list-detail{background: #d70d00; height:auto; margin: 25px; border-radius: 8px; color: #fff;}
.well-list-detail-heading{padding:10px; font-size:16px; padding-top: 30px;line-height: 25px;}
.subscribe{background: #D70D00; height:77px; bottom:0px; color: #fff;}
.detail-offer-img{margin-left:110px; margin-top:70px;}
/*=========================== 05/11/2015 product detail page======================================*/
.details-page-heading{font-size:20px; color:#d70d00;}
/* Makes images fully responsive */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
margin:auto;
}
.img-responsive-height{max-height: 320px;}
/* ------------------- Carousel Styling ------------------- */
.carousel-caption {
background-color: rgba(0,0,0,.5);
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
color: #fff;
text-align: left;
}
/*
.carousel-indicators {
position: absolute;
bottom: 0;
right: 0;
left: 0;
z-index: 15;
margin: 0;
padding: 0 0px 25px 0;
text-align: right;
}
*/
.carousel-control.left,
.carousel-control.right {
background-image: none;
}
/* ------------------- Section Styling - Not needed for carousel styling ------------------- */
.section-white {
background-color: #fff;
color: #555;
}
.notice {
padding: 10px;
background-color: #fafafa;
border-left: 6px solid #7f7f84;
margin-bottom: 10px;
-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-danger {
border-color: #d73814;
}
.notice-danger>strong {
color: #d73814;
}
.price-list{padding:10px;}
.product-right-ads{margin-top:20px;}
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
border: 1px solid #E1E1E1;
background: #FFF;
}
.col-item .photo img
{
max-height: auto;
margin: 0 auto;
height: 170px;
width: auto;
padding: 10px;
}
.col-item .info
{
padding: 10px;
margin-top: 1px;
/*background-color:#f3f3f3;*/
}
.col-item:hover .info {
background-color: #e3e3e3;
}
.col-item .price
{
/*width: 50%;*/
float: left;
margin-top: 5px;
}
.col-item .price h5
{
line-height: 20px;
margin: 0;
overflow: hidden;
white-space: nowrap;
font-family: roboto;
}
.price-text-color
{
color: red;
}
.col-item .info .rating
{
color: #777;
}
.col-item .rating
{
/*width: 50%;*/
float: left;
font-size: 17px;
text-align: right;
line-height: 52px;
margin-bottom: 10px;
height: 52px;
}
.col-item .separator
{
border-top: 1px solid #E1E1E1;
}
.clear-left
{
clear: left;
}
.col-item .separator p
{
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i
{
margin-right: 5px;
}
.col-item .btn-add
{
width: 50%;
float: left;
}
.col-item .btn-add
{
border-right: 1px solid #E1E1E1;
}
.col-item .btn-details
{
width: 50%;
float: left;
padding-left: 10px;
}
.controls
{
margin-top: 20px;
}
/*=======19/11/2015==========*/
.latest-product-img{height:220px;}
.latest-product-content{height:80px;}
/*=======24/11/2015==========*/
.button_example{
border:1px solid #dcdcdc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 10px 16px; text-decoration:none; display:inline-block;font-weight:bold; color: #757575;
background-color: #fff;
}
.button_example1{
border:1px solid #dcdcdc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #757575;
background-color: #fff;
}
.button_example:hover{
border:1px solid #dcdcdc;
background-color: #dcdcdc;
}
.products-details-boxs-color-code{background-color: #dcdcdc; width:15px; height:15px; border-radius: 50%;float: left;margin-top: 5px; }
.products-details-boxs-color-code:hover{border: 2px solid #000;}
.products-details-boxs-color-code1{background-color: yellow; width:15px; height:15px; border-radius: 50%;float:left; margin-left: 8px;margin-top: 5px;}
.products-details-boxs-color-code1:hover{border: 2px solid #000;}
.products-details-boxs-color-code2{background-color: red; width:15px; height:15px; border-radius: 50%;float:left;margin-left: 8px;margin-top: 5px;}
.products-details-boxs-color-code2:hover{border: 2px solid #000;}
/*.excerpt {
width: 100%;
float: left;
padding: 4%;
}*/
.mobile-description{font-size:14px;}
/*==================== Home Page Pop window 19/11/2015====================
.popup-window-header{background-color: #e4e4e4; border-radius:0px; padding:20px;}
.popup-window{background-color: #f1f1f1; border-radius:0px;}
.popup-window-title{font-size:25px; margin-top: 50px; text-align: center;}
.popup-app-icon{ margin-top:10px;}*/
/*==================== 3/12/2015====================*/
.check-icon{color:#1b926c;}
.remove-icon{color:#d70d00;}
.compare-price-color{color:#d70d00; margin-top:10px;}
/*==================== 15/12/2015 Price-listing product====================*/
.listing-heading{ color:#D70D00; margin-top:20px;}
.listing-heading1{color:#aaa; margin-top:17px; font-size: 12px;}
.grid-icons-set{ font-size: 23px; margin-top: 15px;}
.product-listing-bg{background-color: #fff;}
.nav-tabs1 {
border: none;
}
.nav-tabs1,
.nav-tabs1 li,
.nav-tabs1 a,
.nav-tabs1 ul {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-tabs1.simple li a {
border-bottom: 1px solid #e0e0e0;
}
.nav-tabs1.simple li.active a {
font-size: 15px;
background-color: #494949 !important;
color: fff !important;
border: 1px solid #e0e0e0;
}
.nav-tabs1 li {
float: none;
/* margin: 2px 1px;*/
display: inline-block;
}
.nav-tabs1 li a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
line-height: 13px;
text-transform: capitalize;
padding: 9px;
}
.nav-tabs1 li.active a,
.nav-tabs1 li.active a:focus {
color: #fff!important;
border: none!important;
}
.nav-tabs1 li.active a:hover {
cursor: pointer;
color: #fff;
border: none;
}
.tab-content1>.active {width:100%; float:left;}
.list-product-panel{border-radius: 0px; border: none;}
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointer;
font-weight: 200;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
background: #d70d00 none repeat scroll 0 0;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
background: #ccc;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
outline: 1px solid #ddd; /* focus style */
}
.checkbox-custom-font{font-size:12px;}
.product-box{border: none; max-height:420px;
box-shadow: none;
padding: 10px; margin-left:10px; margin-right:10px; margin-top:10px;border: 1px solid #ddd; border-radius: 0px;}
/*.product-box:hover{border: 1px solid #ddd; border-radius: 0px; margin-left:10px; margin-top:10px;}*/
.product-box-heading{ margin-top: 10px;
color: #d70d00;
border-bottom: 1px solid #ddd;
padding-bottom: 9px;height: 34px;overflow: hidden;}
.product-box-heading a {color: #d70d00;}
.product-box-img{ margin: 0;
max-height: 150px;
padding: 10px;
width: auto;
}
.product-box-item{max-height: 150px;}
.product-box-heading-price{ margin-top: 10px;}
.product-box-heading-price-detail{font-size:13px;color:#959595;}
.product-box-heading-price-detail1{font-size:7px; color:#959595; padding:5px; }
/*.pagination1 {
margin: 10px 180px;
text-align: center;
}*/
.img#imgcat1{ height: 200px;
padding: 7px;
width: 150px;}
.clear-all-btn{padding:12px;
border-radius: 0px;color: #9b9b9b;background: #f5f5f5;}
.price-clear-heading{ color: #d70d00;
font-family: roboto;
font-size: 17px;
margin-bottom: 19px;
margin-top: 10px;}
.price-clear-input{ margin-top:20px; margin-bottom:20px; margin-left: -17px;}
.price-clear-heading1{font-size: 14px;
font-weight: 600;margin-bottom: 10px;}
.price-list-heading-brand{
font-size: 12px;
font-weight: 100;
}
.js-fltrs-apld__lbl{ font-size: 14px;
padding: 11px;
float: left;
font-weight: 600;}
.js-fltrs-apld__item{
margin-top: 6px;
font-size: 14px;
font-family: roboto;float: left;
padding:5px; color:#9b9b9b;}
.js-fltrs-apld__item:hover{border: 1px solid #ddd; color:red; border-radius:0px; text-decoration: line-through;cursor:pointer; }
.fltr-val-wrpr .fltr-val__lbl{font-size: 12px;font-weight: 100;}
/******14-jan-16****/
.fltr__cler{display:none;float:right;cursor:pointer;}
.fltr__cler--show{display:block;}
.pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 8px;
margin: 0;
background: #fff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border-radius: 60px;
}
.pane:hover {
width: 11px;
}
.pane:hover .slider {
background: #c1c5d3;
}
.pane .slider {
position: relative;
margin: 0;
background: #dfe1e8;
display:block;
}
.nano {
position: relative;
overflow: hidden;
width: 100%;
height: 224px;
}
.nano .content::-webkit-scrollbar {
visibility: hidden;
}
.nano.has-scrollbar .content::-webkit-scrollbar {
visibility: visible;
}
.nano .content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.nano .slider { background: #D70D00; border-radius: 60px;}
.fltr-val {
position: relative;
display: block;
margin-bottom: 10px;
line-height: 18px;
cursor: pointer;
}
.fltr-val__lbl {
display: inline-block;
max-width: 160px;
vertical-align: middle;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/******14-jan-16****/
/******15-jan-16 About us****/
.about-us-heading{ padding-top: 20px;
font-family: roboto;
font-size: 18px;
font-weight: 600;}
.about-content{ font-family: roboto;
font-size: 15px;
margin-bottom: 30px;
text-align: justify;}
.comparing_websites{ border: 1px solid #ddd;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;}
..b-link-box .b-top-line{border-radius:50%; width:200px; height:200px; background: #D70D00; }
/**********Nitish*********/
.loadwaiting {
position: absolute;
z-index: 10;
top: 0;
width: 100%;
height: 100%;
margin: 0 !important;
background: rgba(255, 255, 255, 0.9);
color: #7d8393;
}
.loadwaiting .loader {
height: 20px;
width: 250px;
/* position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
margin: 270px auto auto;
}
.loadwaiting .loader--dot {
animation-name: loader;
animation-timing-function: ease-in-out;
animation-duration: 3s;
animation-iteration-count: infinite;
height: 20px;
width: 20px;
border-radius: 100%;
background-color: black;
position: absolute;
border: 2px solid white;
}
.loadwaiting .loader--dot:first-child {
background-color: #8cc759;
animation-delay: 0.5s;
}
.loadwaiting .loader--dot:nth-child(2) {
background-color: #8c6daf;
animation-delay: 0.4s;
}
.loadwaiting .loader--dot:nth-child(3) {
background-color: #ef5d74;
animation-delay: 0.3s;
}
.loadwaiting .loader--dot:nth-child(4) {
background-color: #f9a74b;
animation-delay: 0.2s;
}
.loadwaiting .loader--dot:nth-child(5) {
background-color: #60beeb;
animation-delay: 0.1s;
}
.loadwaiting .loader--dot:nth-child(6) {
background-color: #fbef5a;
animation-delay: 0s;
}
@keyframes loader {
15% {
transform: translateX(0);
}
45% {
transform: translateX(230px);
}
65% {
transform: translateX(230px);
}
95% {
transform: translateX(0);
}
}
/*---===================04/02/2016=============-*/
.input-group-box{
width: 195px;
height: 38px;
padding: 10px;
margin-left: -8px;
background: #fff none repeat scroll 0 0}
.fltr-wrpr1{
background: #f5f5f5;}
.fltr-prc__inpt{
border: 1px #ddd solid;
padding: 3px;
padding-left: 5px;
color: #9b9b9b;
width: 64px;}
.price-list-checkbox{
border: 1px #ddd solid;}
.js-fltrs-apld-wrpr1{
border-radius: 0px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
border: none;
}
.pagination1 li {background: #f5f5f5;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
background-color: #d70d00;
border-color: #d70d00;
color:#fff;}
.showing-products{
margin-top: 20px;
font-size: 17px;
color: #d70d00;}
.change-sort, .search-field{ background: #f5f5f5 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
width: 180px;}
/*---===================05/02/2016=============-*/
.fltr-srch__fld{
padding: 7px;
margin-left: -10px;
width: 200px;
}
header .top-search-holder .search-area .search-button1 {
float: right;
display: inline-block;
text-align: center;
padding: 8px 15px 5px 15px;
/*margin: -3px -3px 0 0;*/
border-radius: 0 5px 5px 0;
}
.product_list_img{
max-height: 250px;
height: auto;
width: auto;}
/*---===================016/02/2016=============-*/
.subscribe-form{
border-radius: 0px;
border: 1px solid #61BAFC;
border: none;
}
.subscribe-form:hover{
box-shadow:none;
}
.subscribe-form-submit{
border-radius: 0px;
background: #D70D00;
color:#fff;
border: none;
font-weight: 600;
}
.price-watch{
border: 1px dashed #61bafc;
padding: 20px 0px 20px;
border-radius: 5px;
background: #f2f2f2;
}
/*---===================019/02/2016=============-*/
.compare-holder {
background: #61bafc;
font-family: roboto;
position: fixed;
right: -50px;
top: 40%;
transform: rotate(-90deg);
border-radius: 4px 4px 0 0;
width: 140px;
text-align: center;
padding: 10px;
}
.product-wrapper {
border: 1px dashed #aaa;
margin-bottom: 10px;
padding: 10px;
height:125px;
}
.padding {
padding-top: 5px;
}
.compare-holder a { color: #fff }
.sideOpen .sideMenu {
right: 0;
}
.sideOpen .sideMenu:after {
-webkit-box-shadow: 0 0 60px 0 #111;
box-shadow: 0 0 60px 0 #111;
}
.sideTrigger {
float: right;
padding: 30px;
}
.closeTrigger{
border: 1px solid #ddd;
border-radius: 50%;
color: #ddd;
display: inline-block;
font-size: 31px;
font-weight: bold;
height: 30px;
line-height: 15px;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
text-decoration: none;
width: 30px;
margin-left: -15px;
}
.sideMenu:after {
content: "";
top: -10%;
left: 0;
height: 120%;
width: 150%;
z-index: -1;
position: absolute;
-webkit-box-shadow: 0 0 20px 0 #ccc;
box-shadow: 0 0 20px 0 #ccc;
}
.sideMenu {
position: fixed;
top: 0;
right: -320px;
height: 100%;
width: 260px;
background: #FFF;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
z-index: 100;
}
.compare-heading{
font-size:17px;
}
.remove-product{
border-radius: 0px;
border: none;
}
.compare-detail-heading{ background: #f2f2f2 none repeat scroll 0 0;
padding: 10px;
border: 1px solid #ddd;
color: #000;
font-size: 13px;
padding-left: 10px;
font-weight: 600;
}
.compare-detail-heading1{
color:#767676;
font-size:13px;
}
.compare-title{
margin-bottom: 10px;
overflow: hidden;
height: 31px;
margin-bottom:10px;
}
.compare-img{
max-height: 100px;
width: auto;} | assets/v1/css/main2202.css | .light-bg {
background-color: #f8f8f8;
}
.inner {
padding-top: 75px;
padding-bottom: 75px;
}
.m-t-0 {
margin-top: 0 !important;
}
.m-t-35 {
margin-top: 35px !important;
}
.semi-bold {
font-weight: 600 !important;
}
.title-color {
color: #434343 !important;
}
.content-color {
color: #747474 !important;
}
.bold {
font-weight: 700 !important;
}
.auto-width {
width: auto !important;
}
.center-block {
float: none;
}
.inner {
padding-top: 120px;
padding-bottom: 120px;
}
.inner-md {
padding-top: 100px;
padding-bottom: 100px;
}
.inner-sm {
padding-top: 80px;
padding-bottom: 80px;
}
.inner-xs {
padding-top: 40px;
padding-bottom: 40px;
}
.inner-top {
padding-top: 120px;
}
.inner-top-md {
padding-top: 100px;
}
.inner-top-sm {
padding-top: 80px;
}
.inner-top-xs {
padding-top: 40px;
}
.inner-bottom {
padding-bottom: 120px;
}
.inner-bottom-md {
padding-bottom: 100px;
}
.inner-bottom-sm {
padding-bottom: 80px;
}
.inner-bottom-xs {
padding-bottom: 40px;
}
.inner-left {
padding-left: 75px;
}
.inner-left-md {
padding-left: 60px;
}
.inner-left-sm {
padding-left: 45px;
}
.inner-left-xs {
padding-left: 30px;
}
.inner-right {
padding-right: 75px;
}
.inner-right-md {
padding-right: 60px;
}
.inner-right-sm {
padding-right: 45px;
}
.inner-right-xs {
padding-right: 30px;
}
.outer {
margin-top: 120px;
margin-bottom: 120px;
}
.outer-md {
margin-top: 100px;
margin-bottom: 100px;
}
.outer-sm {
margin-top: 80px;
margin-bottom: 80px;
}
.outer-xs {
margin-top: 40px;
margin-bottom: 40px;
}
.outer-top {
margin-top: 120px;
}
.outer-top-md {
margin-top: 100px;
}
.outer-top-sm {
margin-top: 80px;
}
.outer-top-xs {
margin-top: 40px;
}
.outer-bottom {
margin-bottom: 120px;
}
.outer-bottom-md {
margin-bottom: 100px;
}
.outer-bottom-sm {
margin-bottom: 80px;
}
.outer-bottom-xs {
margin-bottom: 40px;
}
@media (max-width: 767px) {
.inner {
padding-top: 80px;
padding-bottom: 80px;
}
.inner-md {
padding-top: 65px;
padding-bottom: 65px;
}
.inner-sm {
padding-top: 50px;
padding-bottom: 50px;
}
.inner-xs {
padding-top: 40px;
padding-bottom: 40px;
}
.inner-top {
padding-top: 80px;
}
.inner-top-md {
padding-top: 65px;
}
.inner-top-sm {
padding-top: 50px;
}
.inner-top-xs {
padding-top: 40px;
}
.inner-bottom {
padding-bottom: 80px;
}
.inner-bottom-md {
padding-bottom: 65px;
}
.inner-bottom-sm {
padding-bottom: 50px;
}
.inner-bottom-xs {
padding-bottom: 40px;
}
}
/*===================================================================================*/
/* GENERAL
/*===================================================================================*/
.fontawesome {
font-family: fontawesome;
}
.inline {
display: inline-block;
vertical-align: top;
}
.thumb-holder {
float: left;
display: inline-block;
/* background-color: #fff; */
border: 2px solid #e0e0e0;
padding: 5px;
}
.h1,
h1 {
font-size: 28px;
line-height: 52px;
font-weight: 500!important;
color: #3d3d3d;
letter-spacing: -1px;
text-transform: capitalize;
}
.h1.border,
h1.border {
border-bottom: 1px solid #e0e0e0;
line-height: 50px;
}
h2 {
font-size: 18px;
line-height: 37px;
letter-spacing: -1px;
text-transform: capitalize;
}
h2.border {
border-bottom: 1px solid #e0e0e0;
line-height: 50px;
}
.iconic-link {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.iconic-link:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.availability {
font-size: 11px;
line-height: 9px;
margin: 10px 0 15px 0;
color: #707070;
font-weight: 600;
text-transform: capitalize;
}
.availability span {
margin: 0 0 0 3px;
}
.availability .available {
color: #59B210;
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.availability .not-available {
color: red;
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
ul {
list-style: none;
}
.font-opensans {
font-family: 'lato', sans-serif;
}
img {
width: auto\9;
max-width: 100%;
}
.no-margin {
padding: 0;
margin: 0;
}
.no-padding {
padding: 0;
}
.no-padding-right {
padding-right: 0;
}
.no-padding-left {
padding-left: 0;
}
.no-margin-left {
margin-left: 0;
padding-left: 0;
}
.no-margin-right {
margin-right: 0;
padding-right: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
a {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: roboto;
}
.caroufredsel_wrapper {
margin: 0!important;
width: 100%!important;
}
.caroufredsel_wrapper ul {
padding-left: 0!important;
}
* {
font-family: 'lato', sans-serif;
}
body {
font-size: 15px;
color: #5d5d5d;
background-color: #fff;
overflow-x: hidden;
margin: 0;
padding: 0;
}
::-moz-selection {
color: #ffffff;
text-shadow: none;
-webkit-text-shadow: none;
}
::selection {
color: #ffffff;
text-shadow: none;
-webkit-text-shadow: none;
}
ul {
margin: 0;
padding: 0;
}
a {
outline: none!important;
}
a:hover,
a:active,
a:focus {
text-decoration: none;
color:#D70D00 !important;
}
.uppercase {
text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5 {
margin: 0;
font-family: 'lato', sans-serif;
/*font-weight: 600!important;*/
}
.capital {
text-transform: capitalize;
}
#loading {
display: none;
}
*:focus {
outline: none;
}
.center-absolute {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.map-holder,
.map-holder #map {
width: 100%;
min-height: 460px;
height: 100%;
}
.map-holder img {
max-width: none;
}
.map-holder label {
width: auto;
display: inline;
}
.bold {
font-weight: 800;
}
label.error {
color: red;
font-size: 10px;
}
.label-discount {
padding: 0 8px;
font-weight: 600;
font-size: 11px;
line-height: 16px;
display: table-cell;
text-transform: uppercase;
background-color: #59B210;
color: #fff;
}
.label-discount.ribbon {
background-color: transparent;
}
.label-discount.ribbon:after {
border-top-color: #59B210;
}
.label-discount.clear {
height: 16px;
background-color: transparent;
}
.ribbon:nth-child(2) {
margin-top: 30px;
}
.ribbon:nth-child(3) {
margin-top: 60px;
}
.ribbon:nth-child(4) {
margin-top: 90px;
}
.ribbon span {
position: relative;
z-index: 100;
font-family: roboto;
font-size: 12px;
/*margin-right: 11px;*/
}
/*.ribbon:after {
content: "";
display: inline-block;
border-top-width: 28px;
border-top-style: solid;
border-left: 0px;
border-right: 14px solid transparent;
height: 0;
min-width: 68px;
width: 100%;
position: absolute;
top: 0;
left: 0;
}*/
/*================code used=============================*/
.section-title {
margin: 29px 0;
font-size: 34px;
line-height: 40px;
letter-spacing: -1px;
font-weight: normal!important;
text-transform: capitalize;
}
/*.pagination {
margin: 18px 323px;
text-align: center;
}*/
.pagination li:last-child a {
padding: 0px 10px!important;
}
.pagination li:hover a, .pagination li.current a {
color: #D70D00 !important;
border-color: #D70D00;
}
i.fa.fa-arrow-right {
color: #B7B4B4;
}
i.fa.fa-arrow-left{color: #B7B4B4;}
.pagination li:hover a,
.pagination li.current a {
background-color: #fff;
}
.pagination a {
border: 1px solid #e0e0e0;
color: #3d3d3d !important;
border-radius: 0!important;
padding: 0px 11px!important;
font-size: 18px;
margin: 0 4px 0 0;
text-transform: capitalize;
}
.inline-input .placeholder {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.inline-input input {
width: 73%!important;
border-radius: 3px;
background-color: #ececec;
border: none;
color: #3d3d3d;
width: 100%;
padding: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
padding: 15px 14px;
font-size: 13px;
line-height: 20px;
border-radius: 5px 0 0 5px;
display: inline-block;
vertical-align: top;
float: left;
}
.inline-input input:focus,
.inline-input input:hover {
background-color: #e0e0e0;
}
.inline-input .le-button {
padding: 15px 14px;
width: 27%;
float: right;
border-radius: 0 5px 5px 0;
}
.block {
display: block;
}
.simple-link {
color: #3d3d3d;
text-transform: capitalize;
}
.dropdown-toggle:before,
.dropdown-toggle:after {
z-index: 100;
}
.green-text {
color: #59b210 !important;
}
.green-text:hover {
background-color: #59b210 !important;
color: #fff !important;
}
.blue-text {
color: #3498db !important;
}
img#list:hover {
opacity: 0.8;
}
.blue-text:hover {
background-color: #3498db !important;
color: #fff !important;
}
.red-text {
color: #e74c3c !important;
}
.red-text:hover {
background-color: #e74c3c !important;
color: #fff !important;
}
.orange-text {
color: #f27a24 !important;
}
.orange-text:hover {
background-color: #f27a24 !important;
color: #fff !important;
}
.navy-text {
color: #34495e !important;
}
.navy-text:hover {
background-color: #34495e !important;
color: #fff !important;
}
.dark-green-text {
color: #21b68e !important;
}
.dark-green-text:hover {
background-color: #21b68e !important;
color: #fff !important;
}
.height-xs {
height: 230px;
}
.height-sm {
height: 338px;
}
.height-md {
height: 468px;
}
.normal-weight {
font-weight: 400;
}
.semi-bold {
font-weight: 600;
}
/*.regular-bold {
font-weight: 700;
}*/
.extra-bold {
font-weight: 800;
}
.page-header {
padding: 0;
border: none;
margin: 0;
text-align: center;
margin-bottom: 60px;
}
.page-header .page-title {
font-size: 40px;
font-weight: 400;
color: #434343;
line-height: 18px;
}
.page-header .page-subtitle {
font-size: 14px;
font-weight: 400;
color: #979797;
margin: 0;
line-height: 15px;
}
img[src="assets/images/blank.gif"] {
background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
width: 100%;
}
/*===================================================================================*/
/* Top Navbar
/*===================================================================================*/
.top-bar {
background-color: #f9f9f9;
border-bottom: 1px solid #e0e0e0;
padding: 10px 0 9px;
}
.top-bar ul {
list-style: none;
}
.top-bar ul.right {
text-align: right;
}
.top-bar ul.right > li:first-child a {
padding: 0 13px;
}
.top-bar ul.right > li:last-child a {
padding: 0 0 0 12px ;
}
.top-bar ul > li {
display: inline-block;
}
.top-bar ul > li.dropdown .dropdown-menu {
top: 135%;
border-radius: 0px;
}
.top-bar ul > li.dropdown .dropdown-menu li {
text-align: left;
display: block;
}
.top-bar ul > li.dropdown .dropdown-menu li a {
display: block;
padding: 7px 13px;
margin: 0 2px;
border: none;
}
.top-bar ul > li:first-child a {
padding: 0 16px 0 0;
}
.top-bar ul > li:last-child a {
border: none;
}
.top-bar ul > li a {
padding: 0 13px;
border-right: 1px solid #e0e0e0;
color: #3d3d3d;
font-size: 13px;
line-height: 15px;
display: inline-block;
text-transform: capitalize;
}
/*===================================================================================*/
/* Header
/*===================================================================================*/
header {
padding: 5px 0 30px 0;
border-bottom: 1px solid #e0e0e0;
}
header.ver2 {
padding-bottom: 0;
margin-bottom: 13px;
}
/*-----------------------logo shoppe---------------------------------------*/
header .logo-holder .logo {
margin: 1px 23px;
margin-left: -5px;
padding-top: 13px;
}
/*-----------------------logo shoppe---------------------------------------*/
header .top-search-holder {
margin: 0 0 0 -20px;
}
/*header .top-search-holder .contact-row {
font-size: 14px;
line-height: 20px;
}
header .top-search-holder .contact-row .phone {
margin: 0 10px 0 0;
}
header .top-search-holder .contact-row i {
vertical-align: middle;
margin: 0 8px 0 0;
font-size: 23px;
line-height: 23px;
}*/
/*-----------------------search bar shoppe---------------------------------------*/
header .top-search-holder .search-area {
border: 2px solid #D70D00;
border-radius: 7px;
margin: 36px 0 0 0;
}
a#search1:hover {
background-color: #fff !important;
}
header .top-search-holder .search-area .categories-filter {
line-height: 43px;
padding-left: 7px;
display: inline-block;
border-left: 2px solid #D70D00;
text-transform: capitalize;
}
/*-----------------------search bar end shoppe---------------------------------------*/
header .top-search-holder .search-area .categories-filter .dropdown-menu {
width: 156%;
left: -8px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle {
padding: 0 14px 0 2px;
color: #000;
font-family: roboto;
font-size: 13px;
}
header .top-search-holder .search-area .categories-filter .dropdown-toggle:after {
/* content: "\f107";
font-family: fontawesome;
color: #e0e0e0;
display: inline-block;
font-size: 25px;
line-height: 25px;
vertical-align: sub;
margin: 0 0 0 8px;*/
}
header .top-search-holder .search-area .search-field,
header .top-search-holder .search-area .search-button,
header .top-search-holder .search-area .categories-filter {
display: inline-block;
}
header .top-search-holder .search-area .search-field {
border-radius: 5px 0 0 5px;
border: none;
width: 65%;
padding: 9px;
color: #000;
font-family: roboto;
font-size: 13px;
}
header .top-search-holder .search-area .search-button {
float: right;
display: inline-block;
text-align: center;
padding: 8px 15px 13px 15px;
/*margin: -3px -3px 0 0;*/
border-radius: 0 5px 5px 0;
}
header .top-search-holder .search-area .search-button:hover {
background-color: #939393;
}
header .top-search-holder .search-area .search-button:after {
content: "\f002";
font-family: fontawesome;
font-size: 25px;
line-height: 25px;
vertical-align: sub;
color: #fff;
}
header .top-cart-row {
padding: 35px 0 0 21px;
}
header .top-cart-row .wishlist-compare-holder {
line-height: 24px;
margin: 0 18px 0 0;
font-size: 13px;
text-transform: capitalize;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .wishlist-compare-holder a {
color: #3d3d3d;
}
header .top-cart-row .wishlist-compare-holder i {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #c6c6c6;
margin: 0 10px 0 0px;
font-size: 14px;
}
header .top-cart-row .top-cart-holder {
position: relative;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .checkout a {
display: inline-block;
}
header .top-cart-row .top-cart-holder .dropdown-menu {
width: 332px;
left: -170px;
top: 65px;
padding: 16px 0 0 0;
}
header .top-cart-row .top-cart-holder li {
border-bottom: 1px solid #e0e0e0;
}
header .top-cart-row .top-cart-holder .basket-item {
padding: 11px 28px;
position: relative;
}
header .top-cart-row .top-cart-holder .basket-item .thumb {
border: 1px solid #e0e0e0;
text-align: center;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item .title {
font-weight: 100;
line-height: 26px;
}
header .top-cart-row .top-cart-holder .basket-item .price {
font-weight: 700 !important;
font-weight: 800;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn {
display: inline-block;
position: absolute;
right: 8%;
top: 41%;
}
header .top-cart-row .top-cart-holder .basket-item .close-btn:after {
color: #3d3d3d;
content: "\f00d";
font-family: fontawesome;
}
header .top-cart-row .top-cart-holder .basket-item-count {
position: relative;
display: inline-block;
vertical-align: top;
}
header .top-cart-row .top-cart-holder .basket-item-count .count {
position: absolute;
color: #fff;
top: 5px;
right: 12px;
border-radius: 100px;
width: 21px;
height: 21px;
line-height: 21px;
font-size: 12px;
font-weight: bold;
text-align: center;
}
header .top-cart-row .top-cart-holder .dropdown-toggle {
display: block;
padding: 0;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .lbl {
font-size: 14px;
line-height: 21px;
color: #3d3d3d;
display: block;
}
header .top-cart-row .top-cart-holder .dropdown-toggle .total-price {
font-size: 22px;
font-weight: bold;
}
header .top-cart-row .top-cart-holder .dropdown-toggle:after {
display: none;
}
header .top-cart-row .top-cart-holder .total-price-basket {
margin: 0 0 0 5px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.header-alt {
border-bottom: none;
/* background-image: url("../images/banner.png");*/
}
/*===========================shop code used========================================================*/
/* Sidemenu
/*===================================================================================*/
.sidemenu-holder {
padding: 0;
margin: 0;
width: 100%!important;
}
.sidemenu-holder .side-menu .head {
padding: 17px;
color: #fff;
text-transform: capitalize;
font-weight: bold;
font-size: 18px;
}
.sidemenu-holder .side-menu .head i {
margin: 0 6px 0 0;
}
.sidemenu-holder .side-menu nav .nav > li {
border: 1px solid #e0e0e0;
border-top: 0;
border-bottom: 0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li > .mega-menu {
padding: 3px 0;
}
.sidemenu-holder .side-menu nav .nav > li > .sub-menu {
min-width: 0;
width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content {
padding: 10px 20px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li {
padding: 5px 0;
border-bottom: 1px solid #e0e0e0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:last-child {
border-bottom: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li a {
color: #636363;
line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content li:hover {
background-color: #f9f9f9;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder {
position: absolute;
right: -19px;
top: 0;
}
.sidemenu-holder .side-menu nav .nav > li .yamm-content .dropdown-banner-holder a {
display: block;
padding: 0;
width: 100%;
}
.sidemenu-holder .side-menu nav .nav > li:last-child {
border-bottom: 1px solid #e0e0e0;
border-radius: 0 0 5px 5px;
}
.sidemenu-holder .side-menu nav .nav > li:last-child a {
border-radius: 0 0 3px 3px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a,
.sidemenu-holder .side-menu nav .nav > li:last-child a {
line-height: 26px;
}
.sidemenu-holder .side-menu nav .nav > li:first-child a:after,
.sidemenu-holder .side-menu nav .nav > li:last-child a:after {
line-height: 27px;
}
.sidebar .price-range-holder .filter-button a {
color: #5F615D;
}
.sidemenu-holder .side-menu nav .nav > li a {
padding: 11px 17px ;
line-height: 17px;
border-bottom: 1px solid #ACABAB;
font-size: 15px;
font-weight: normal !important;
font-family: roboto;
}
i.fa.fa-angle-right {
padding-right: 6px;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n+1) {
background-color: #FFFFFF;
}
.sidemenu-holder .side-menu nav .nav > li:nth-child(2n) {
background-color: #FFFFFF;
}
.tab-content>.active {
display: block;
width: 900px;
float: right;
margin-top: -1%;
}
/*==============================Shopp code menu=====================================================*/
/* Megamenu
/*===================================================================================*/
/*!
* Yamm!3
* Yet another megamenu for Bootstrap 3
*
* http://geedmo.github.com/yamm3
*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .nav.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.yamm .yamm-content {
padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}
.megamenu-vertical .yamm-content {
padding: 8px 19px;
}
.megamenu-vertical .yamm-content h2 {
font-size: 16px;
line-height: 24px;
margin: 0px -1px 4px;
}
.megamenu-vertical .yamm-content li {
padding: 5px 0;
border-bottom: 1px solid #e0e0e0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.megamenu-vertical .yamm-content li:last-child {
border-bottom: 0;
}
.megamenu-vertical .yamm-content li a {
color: #000;
font-family: roboto;
line-height: 26px;
font-size: 13px;
}
.megamenu-vertical .yamm-content li:hover,
.megamenu-vertical .yamm-content li:focus {
background-color: #f9f9f9;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder {
position: absolute;
right: -19px;
top: 0;
}
.megamenu-vertical .yamm-content .dropdown-banner-holder a {
display: block;
padding: 0;
width: 100%;
}
.megamenu-horizontal .menu-item .dropdown-menu {
position: absolute;
top: 0;
left: 100%;
margin: 0;
min-width: 365%;
}
.megamenu-horizontal .nav > li {
position: relative;
width: 100%;
}
.megamenu-horizontal .nav > li > a {
color: #636363;
font-weight: 600;
}
.megamenu-horizontal .nav > li > a:focus,
.megamenu-horizontal .nav > li > a:hover {
color: #fff;
}
.megamenu-horizontal .nav > li > a:focus:after,
.megamenu-horizontal .nav > li > a:hover:after {
opacity: 1;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 0 !important;
}
.megamenu-horizontal .nav > li > .dropdown-toggle:after {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
content: "\f105";
line-height: 18px;
opacity: 0;
color: #fff;
float: right;
font-size: 20px;
height: 20px;
width: 20px;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:focus,
.megamenu-horizontal .dropdown.open .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:focus,
.megamenu-horizontal .dropdown:hover .dropdown-toggle,
.megamenu-horizontal .dropdown.open .dropdown-toggle,
.megamenu-horizontal .dropdown:focus .dropdown-toggle {
color: #fff;
}
.megamenu-horizontal .dropdown:hover .dropdown-toggle:after,
.megamenu-horizontal .dropdown.open .dropdown-toggle:after,
.megamenu-horizontal .dropdown:focus .dropdown-toggle:after {
opacity: 1;
}
#top-mega-nav {
margin: 27px 0;
}
#top-mega-nav nav {
background-color: #f9f9f9;
border-radius: 5px;
}
#top-mega-nav nav .le-dropdown {
font-size: 16px;
font-weight: 700;
}
#top-mega-nav nav .le-dropdown:first-child {
display: inline-block;
float: left;
}
#top-megamenu-nav {
margin: 10px 0 0 0;
position: relative;
}
#top-megamenu-nav .navbar {
margin: 0;
}
/*#top-megamenu-nav .navbar-nav > li {
border-right: 1px solid;
}*/
#top-megamenu-nav .navbar-nav > li > a {
text-transform: capitalize;
/*font-weight: bold;*/
font-family: roboto;
padding: 19px 48px;
}
#top-megamenu-nav .navbar-nav > li > a,
#top-megamenu-nav .navbar-nav > li > a:focus {
color: #fff;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:after {
content: none;
}
#top-megamenu-nav .navbar-nav > li .dropdown-toggle:before {
display: none;
left: auto;
right: 45%;
bottom: -22%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-width: 5px;
margin-left: -5px;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li > a {
padding: 8px 16px;
border-bottom: 1px solid #e0e0e0 !important;
}
#top-megamenu-nav .navbar-nav > li .dropdown-menu > li:last-child > a {
border-bottom: none!important;
}
#top-megamenu-nav .navbar-nav .dropdown.open .dropdown-toggle:before {
display: block;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
animation-name: slidenavAnimation;
animation-duration: 200ms;
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
-webkit-animation-name: slidenavAnimation;
-webkit-animation-duration: 200ms;
-webkit-animation-iteration-count: 1;
-webkit-animation-timing-function: ease-out;
-webkit-animation-fill-mode: forwards;
-moz-animation-name: slidenavAnimation;
-moz-animation-duration: 200ms;
-moz-animation-iteration-count: 1;
-moz-animation-timing-function: ease-out;
-moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
from {
margin-top: -30px;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
@-webkit-keyframes slidenavAnimation {
from {
margin-top: -30px;
opacity: 0;
}
to {
margin-top: 0;
opacity: 1;
}
}
/*===================================================================================*/
/* Breadcrumb
/*===================================================================================*/
.breadcrumb-nav-holder {
display: inline-block;
float: left;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item:before,
.breadcrumb-nav-holder.minimal .breadcrumb-item:after {
display: none;
}
.breadcrumb-nav-holder.minimal .breadcrumb-item > a {
background-color: #fff;
padding: 10px 18px;
}
.breadcrumb-nav-holder .breadcrumb-item {
display: inline-block !important;
float: left;
position: relative!important;
display: table-cell;
}
.breadcrumb-nav-holder .breadcrumb-item.current:after,
.breadcrumb-nav-holder .breadcrumb-item.current:before {
display: none;
}
.breadcrumb-nav-holder .breadcrumb-item.current.gray a {
color: #3d3d3d;
}
.breadcrumb-nav-holder .breadcrumb-item:last-child a {
border-right: 0;
}
.breadcrumb-nav-holder .breadcrumb-item.open:after,
.breadcrumb-nav-holder .breadcrumb-item:focus:after,
.breadcrumb-nav-holder .breadcrumb-item:hover:after {
border-color: transparent transparent transparent #ececec !important;
}
.breadcrumb-nav-holder .breadcrumb-item.open > a,
.breadcrumb-nav-holder .breadcrumb-item:focus > a,
.breadcrumb-nav-holder .breadcrumb-item:hover > a {
background-color: #ececec;
}
.breadcrumb-nav-holder .breadcrumb-item:before,
.breadcrumb-nav-holder .breadcrumb-item:after {
content: "";
display: block;
position: absolute;
z-index: 100;
width: 0;
height: 0;
border-style: solid;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.breadcrumb-nav-holder .breadcrumb-item:before {
top: 39%;
right: -10px;
border-width: 7.5px 0 7.5px 10px;
border-color: transparent transparent transparent #e0e0e0;
}
.breadcrumb-nav-holder .breadcrumb-item:after {
top: 39%;
right: -8px;
border-width: 7.5px 0 7.5px 10px;
border-color: transparent transparent transparent #f9f9f9;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu {
min-width: 100%;
top: 97%!important;
left: 0!important;
right: auto!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a {
padding: 8px 16px;
border-bottom: 1px solid #e0e0e0 !important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu li > a:last-child {
border-bottom: none!important;
}
.breadcrumb-nav-holder .breadcrumb-item .dropdown-menu:before {
display: none;
}
.breadcrumb-nav-holder .breadcrumb-item > a {
letter-spacing: -1px;
display: inline-block;
background-color: #f9f9f9;
padding: 20px 18px;
color: #3d3d3d;
border-right: 1px solid #e0e0e0;
position: relative;
text-transform: capitalize;
}
.breadcrumb-nav-holder .breadcrumb-item > a.dropdown-toggle:after {
content: "\f0da";
color: #3d3d3d;
font-size: 12px;
display: inline-block;
vertical-align: bottom;
margin: 0 0 0 5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
}
#breadcrumb-alt {
border-bottom: 1px solid #e0e0e0;
margin-bottom: 27px;
}
/*======================Shopp code is used=============================================================*/
/*===================================================================================*/
.section {
margin: 30px 0;
}
.carousel-holder .title-nav h2:before{
}
.carousel-holder .title-nav h2 {
font-size: 24px;
line-height: 25px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 276.8px;
/*min-height: 323px;*/
min-height: 290px;
}
.carousel-holder .title-nav .inverse {
color: #D70D00;
text-transform: uppercase;
font-family: roboto;
font-size: 18px;
}
/*
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder:hover{ border-bottom: none !important;
border-radius: 10px;}*/
.product-grid-holder .product-item-holder {
background-color: #fff;
min-height: 401px;
border-right: 0;
position: relative;
}
.carousel-holder .title-nav {
margin: 0 0 32px 0;
position: relative;
}
.section h2 {
color: #434343;
font-size: 28px;
line-height: 36px;
font-weight: normal !important;
padding-bottom: 14px;
margin-bottom: 12px;
}
.section p,
.section li {
color: #747474;
font-size: 16px;
line-height: 28px;
}
.hvr-shutter-out-horizontal {
display: inline-block;
background: #D70D01 !important;
padding: 8px 10px 8px;
color: #fff;
font-size: 15px;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
section#bestsellers {
border-top: none;
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(242, 224, 224, 0.26);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.product-grid-holder .product-item-holder:last-child {
border: 1px solid #ececec;
border-radius: 3px;
margin-right: 3px;
margin-left: 8px;
}
#bestsellers {
padding: 24px 0 1px 0;
}
/*
div#owl-recommended-products .owl-item {
width: 297px !important;*/
}
#bestsellers .size-medium {
/*max-width: 266px;*/
margin-left: 12px;
}
#bestsellers .product-grid-holder > .col-sm-7 {
width: 60%;
}
#bestsellers .product-grid-holder > .col-sm-5 {
width: 40%;
}
#bestsellers .single-product-gallery {
border-left-width: 0;
}
#recently-reviewd {
padding: 69px 0 32px 0;
}
#top-brands {
padding: 0px 0 4px 0;
}
#recommended-products {
margin: 7px 0 -4px 0;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder {
/* border-right-width: 0;*/
}
#recommended-products .title-nav {
/* margin-left: -10px;*/
}
#recommended-products .size-medium {
/*min-height: 330px;*/
min-height: 295px;
}
#recommended-products .size-medium .image {
padding: 20px 0px 25px 0;
}
.categories-products .size-medium .ribbon {
top: 0;
}
#recommended-products .size-medium .body {
min-height: 26px;
}
.product-item-holder .price-current {
color: #7b7a7a;
font-size: 16px;
text-align: left;
margin-top: -25px;
font-family: roboto;
border-radius: 5px;
font-weight: bold;
}
.product-item-holder .price-current2 {background: #d70d01 none repeat scroll 0 0; color:#fff; padding: 7px 10px;}
del {
color: #000;
margin-left: 10px;
font-family: roboto;
background: #ddd none repeat scroll 0 0;
border-radius: 5px;
padding: 9px 10px;
font-size: 16px;
}
#grid-page-banner {
margin: 18px 0 24px 0;
}
.green.ribbon:after {
border-top-color: #59B210;
min-width: 107px;
}
.ribbon:after {
content: "";
display: inline-block;
border-top-width: 28px;
border-top-style: solid;
border-left: 0px;
border-right: 14px solid transparent;
height: 0;
min-width: 75px;
/* width: 100%; */
position: absolute;
top: 0;
left: 0;
}
.photo-grid {
width: 246px;
display: inline-block;
float: none;
margin-left: 0em;
margin-top: -8px;
height: 249px;
}
div#contaner2 {
width: 100%;
}
div#hero {
}
.photo-grid li {
border: 5px solid white;
display: inline-block;
}
.body1 {
text-align: center;
margin-top: -6px;
padding: 1px;
margin-left: 8px;
margin-bottom: -18px;
margin-right: 12px;
}
.title {
margin-top: 10px;
}
.body1 .title h2 {
color: #000;
font-size: 16px;
font-style: normal;
text-transform: capitalize;
font-family: roboto;
margin-left: -50px;
}
.photo-grid img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid figure {
height: 205px;
overflow: hidden;
position: relative;
width: 237px;
padding-left: 6%;
padding-top: 14px;
}
.photo-grid figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 4px;
z-index: 100;
}
span.text-bg1 {
color: #fff;
letter-spacing: 3px;
font-size: 32px;
text-transform: uppercase;
font-family:roboto;
}
.title-nav1 {
margin: 0px 3px 21px 0!important;
padding: 15px 20px;
}
.title-nav:after
{
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 100%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
span.text-bg2 {
font-size: 71px;
letter-spacing: 15px;
color: #fff;
text-transform: uppercase;
font-weight: normal;
font-family: lato;
}
div#recommended-item-carousel {
padding-top: 0px;
}
.recommended_items {
background: #eee;
height: 448px;
}
.title-nav1 h2 {
font-weight: normal !important;
background-color: #eee;
color: #D70D00;
text-transform: uppercase;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
font-size: 28px;
line-height: 25px;
vertical-align: top;
text-transform: capitalize;
}
.small-text {
padding-top: 8%;
text-align: center;
}
.big-text {
text-align: center;
padding: 1%;
}
a.left.recommended-item-control {
position: absolute;
top: 41%;
}
i.fa.fa-angle-left {
background: none repeat scroll 0 0 #D70D01;
color: #FFFFFF;
font-size: 20px;
padding: 4px 10px;
}
.recommended-item-control i {
background: none repeat scroll 0 0 #D70D01;
color: #FFFFFF;
font-size: 20px;
padding: 4px 10px;
}
.right {
right: 0;
}
a.right.recommended-item-control {
position: absolute;
top: 41%;
}
.parrellex-bg {
position: absolute;
float: left;
width: 100%;
min-width: 100%;
z-index: 1000;
display: table-cell;
top: 23px;
background-color: rgba(8, 8, 8, 0.25);
height: 465px;
}
.new-arraivel1 {
width: 1178px;
/* margin-left: 3%;
margin-top: 2%;
padding-top: 24px;*/
margin:0px auto;
margin-bottom: -23px;
background: #fff;
}
div#new-arrivel2 {
padding: 28px;
margin-left: 8px;
}
.parrellex {
width: 100%;
}
.shop-button {
text-align: center;
padding-top: 1%;
}
span.text-bg3 a {
outline: none!important;
color: #fff;
text-transform: uppercase;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 12px 25px;
}
.photo-grid figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid li:hover figcaption {
opacity: 1;
}
.photo-grid img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: 32px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
.height-lg {
height: 500px;
}
.photo-grid li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.categories-products
{
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 10px;
margin-left: -3px;
overflow: hidden;
}
.wrapper {
border-top: 4px solid #D70D00;
}
img#imgcat2 {
height: 200px;
width: 200px;
padding: 7px 7px 7px 7px;
border-radius: 50%;
border: 2px solid #ddd;
}
img#imgcat2:hover {
border: 2px solid #d70d00;
opacity: 0.4;
filter: alpha(opacity=40);
}
img#imgcat {
height: 256px;
width: 256px;
padding: 7px 7px 7px 7px;
border: 5px solid #eee;
}
.category-filter h2 {
color: #5A5A5A;
text-transform: uppercase;
}
img#latestimg {
/* width: 230px;
height: 230px;
border: 2px solid #eee;*/
height: auto;
width: auto;
border: none;
padding: 2px;
max-height: 200px;
}
div#search-products img#imgcat {
height: auto;
width: auto;
border: none;
padding:28px;
max-height: 250px;
}
.category-filter {
height: 200px;
margin-bottom: 8%;
overflow-y: scroll;
background-color: #f3f3f3;
}
p.b-from-bottom.b-animate.b-delay03 span {
background: #D70D01;
color: #FFF;
padding: 6px 14px;
}
.nav-holder:after{
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 90%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.categories-first
{
height: 240px;
min-width: 260px;
position: relative;
background-color: #fff;
color: #F8484A;
margin-right: 60px;
}
div#title-nav:after {
z-index: 0 !important;
top: 59%;
position: absolute;
/*left: 156px;*/
left: 90px;
content: "";
height: 1px;
width: 80%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
div#title-nav2 h2 {
font-size: 18px;
line-height: 40px;
font-weight: normal !important;
background-color: #fff;
color: #D70D01;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
}
div#title-nav2 {
padding-top: 3%;
margin-bottom: 3%;
margin-left: 0%
}
div#title-nav2:after {
/*z-index: 0 !important;
top: 10%;
position: absolute;
left: 96px;
content: "";
height: 1px;
width: 79%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;*/
/* z-index: 0 !important; */
top: 10%;
position: absolute;
content: "";
height: 1px;
width: 74%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
/*.categories-first:hover{border-bottom: 2px solid #ececec!important;}*/
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 325px;
width: 100%;
left: 83%;
}
.view-products span.btn1 {
background: #D70D01;
padding: 9px 10px 8px;
color: #fff;
font-size: 15px;
}
.ribbon {
z-index: 100;
top: 0.5%;
font-size: 11px;
line-height: 20px;
padding: 4px 14px;
font-weight: 700;
text-transform: uppercase;
}
.photo-grid1 {
width: 259px;
display: inline-block;
float: none;
margin-left: 0em;
margin-top: 30px;
height: 310px;
}
.photo-grid1 li {
display: inline-block;
}
.photo-grid1 img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid1 figure {
height: 205px;
overflow: hidden;
position: relative;
width: 257px;
padding-left: 5%;
padding-top: 14px;
}
.photo-grid1 figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0px;
z-index: 100;
}
.photo-grid1 figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid1 li:hover figcaption {
opacity: 1;
}
.photo-grid1 img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid1 li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid1 figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: -4px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
#footer .link-list-row .footer-logo {
display: inline-block;
vertical-align: top;
margin: 20px 0 9px 0;
border-bottom: 1px dashed;
width: 250px;
padding-bottom:10px;
}
.photo-grid1 li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.product-item-holder .body .brand {
font-size: 13px;
line-height: 30px;
color: #7B7A7A;
text-transform: capitalize;
text-align: right;
padding-top: 6px;
font-style: normal;
font-family: roboto;
}
.product-item-holder .body .brand1 {
font-size: 16px;
line-height: 30px;
color: #7b7a7a;
text-transform: uppercase;
font-style: normal;
margin-top: 30px;
text-align: center;
}
.green {
background-color: #59B210;
color: #fff;
}
.green.ribbon {
background-color: transparent;
}
/*.green.ribbon:after {
border-top-color: #59B210;
}*/
.red {
background-color: #F8484A;
color: #fff;
}
.red.ribbon {
background-color: transparent;
}
.red.ribbon:after {
border-top-color: #DD4339;
}
.blue {
background-color: #407AC5;
color: #fff;
}
.blue.ribbon {
background-color: transparent;
}
.blue.ribbon:after {
border-top-color: #407AC5;
}
.hot-deals {
width: 100%;
border: 1px solid #e9e9e9;
height: 361px;
}
.shop-n {
margin-top: 26px;
}
.hot-title span {
padding: 7px 2px 8px 11px;
background: #D70D01;
color: #fff;
text-transform: uppercase;
font-size: 16px;
}
.content {
background-attachment: fixed;
height: 488px;
}
#content1 {
background-image: url("../images/parrallax.jpg");
}
#content2 {
background-image: url("../images/parrallax.jpg");
/* background-position: top center;
background-size: cover;
position: relative;
width: 100%*/;
background-size: 100% 100%;
padding-top: 0px;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.headphone {
text-align: left;
padding: 2px 26px;
}
.watch {
margin-bottom: 22px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid #e9e9e9;
}
p#hot-content {
padding: 10px 5px;
}
.accessories {
text-align: right;
width: 42%;
float: right;
border-left: 1px solid #e9e9e9;
}
.b-animate-go .b-ccw-180 span {
padding: 7px 11px;
background-color: rgba(215, 13, 1, 1);
color: #FFF;
}
.hot-products {
width: 58%;
}
.hot-img1 {
text-align: right;
float: right;
/* margin-top: 42px;
margin-right: 9%;*/
}
span.big-text5 {
font-size: 22px;
text-transform: uppercase;
font-weight: 700;
}
.access-img {
float: right;
/*padding-top: 14px;*/
}
.head-img {
float: right;
}
a.slider-next.btn-next.fa.fa-angle-right:hover {
color: #fff !important;
background: #D70D00;
}
a.slider-prev.btn-prev.fa.fa-angle-left:hover{
color: #fff !important;
background: #D70D00;
}
.access {
text-align: left;
padding: 17px 30px;
}
a.btn2 {
border: 1px solid #CEC9C9;
border-radius: 18px;
padding: 9px 11px 5px;
font-size: 14px;
text-transform: uppercase;
font-family: lato;
/* font-weight: bold; */
color: #929090;
}
i.fa.fa-chevron-circle-right {
font-size: 25px;
margin-left: -5px;
margin-right: 8px;
color: #4C96EB;
}
.hot-detail {
/* width: 53%; */
padding: 2px 20px;
margin-top: 7%;
}
span.small-text5 {
font-size: 17px;
text-transform: uppercase;
color: #C3BFBF;
/* margin-left: 32px; */
}
h2.hot-title {
margin-left: 24px;
margin-top: 5px;
}
.carousel-holder .title-nav h1 {
font-size: 33px;
line-height: 40px;
}
.carousel-holder .title-nav .nav-holder {
float: right;
display: inline-block;
}
.carousel-holder .title-nav .nav-holder a {
font-size: 29px;
line-height: 40px;
color: #d3d3d3 !important;
margin: 0 3px;
}
.carousel-holder .title-nav .nav-holder a {
color: #e0e0e0;
}
.brands-carousel .carousel-item {
width: 168px;
text-align: center;
margin: 0 27px 0 0 ;
}
.brands-carousel .carousel-item a {
padding: 15px 9px 15px 11px;
margin: 3px -4px 0 0;
display: block;
border: 1px solid #e0e0e0;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
}
.photo-grid2 {
width: 259px;
display: inline-block;
float: none;
margin-left: 2em;
margin-top: 1px;
height: 330px;
}
div#preic {
padding-top: 6px;
text-align: left;
}
.productinfo.text-center p {
padding-top: 6px;
}
.photo-grid2 li {
display: inline-block;
}
i.fa.fa-star {
color: rgb(243, 211, 37);
}
div#star-rating {
text-align: center;
}
.photo-grid2 img {
display: block;
height: auto;
max-width: 100%;
}
.photo-grid2 figure {
height: 205px;
overflow: hidden;
position: relative;
width: 257px;
padding-left: 0%;
padding-top: 1px;
}
.photo-grid2 figcaption {
background: rgba(6, 6, 6, 0.65);
color: white;
display: table;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0px;
z-index: 100;
}
.photo-grid2 figcaption p {
display: table-cell;
font-size: 1.5em;
position: relative;
top: -40px;
width: 289px;
vertical-align: middle;
}
.photo-grid2 li:hover figcaption {
opacity: 1;
}
.photo-grid2 img {
display: block;
height: auto;
-webkit-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
max-width: 100%;
}
.photo-grid1 li:hover img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
transform: scale(1.4);
padding-top: 27px
}
.photo-grid2 figcaption p {
display: table-cell;
font-size: 23px;
position: relative;
top: -40px;
font-family: lato;
font-weight: bold;
font-style: italic;
width: 289px;
left: 52px;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
transition: all 300ms ease-out;
vertical-align: middle;
}
.photo-grid2 li:hover figcaption p {
-moz-transform: translateY(40px);
-webkit-transform: translateY(40px);
transform: translateY(40px);
}
.single-products {
border: 1px solid #D70D01;
margin: 1% 6% 3% 6%;
padding: 3px 2px 6px 1px;
}
.price-current span {
border: 1px solid #D70D01;
padding: 5px 9px;
color: #fff;
font-weight: bold;
}
.top.brand1 {
margin-bottom: -8em;
overflow: hidden !important;
height: 300px;
margin-top: 23px;
}
div#offers {
height: 286px;
}
.best-sel {
float: left;
margin-right: 15px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -31px;
}
span.price2 {
/* margin-left: 25%;*/
color: #D70D00;
/*font-weight: bold;*/
}
.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: 14px;
bottom: 0;
background: rgba(193, 193, 193, 0.34);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
color: white;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(186, 189, 179, 0.7);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
}
div#right-sidebar {
float: right;
margin-top: 32px;
/* border: 2px solid #eee;*/
}
.navbar .navbar-toggle {
background-color: rgba(215, 13, 0, 0.78);
border-color: #A19C9C;
border-radius: 0;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 7%;
}
img.hvr-pulse-grow:hover {
opacity: 0.8;
border: 1px solid #494949;
}
ul#bx2 li img {
margin-left: -3px;
padding: 4px;
background-color: #eee;
margin-top: 2px;
}
div#bx2 {
margin-top: -13px;
margin-left: 4px;
}
div#bx2 .bx-viewport {
height: 250px !important;
border: 2px solid #eee;
width: 247px !important;
margin-left: -3px;
}
ul#bx2 li {
width: 241px !important;
margin-left: -1px;
}
.related-products h1 {
background-color: #494949;
padding: 2px 4px 1px 5px;
font-size: 19px;
text-align: center;
color: #fff;
}
.related-products {
/* display: inline-block;
margin-left: 9px;*/
border: 1px solid #e9e9e9;
}
div#spn {
background-color: #eee;
}
div#ratin1 {
float: right;
margin-top: 2%;
margin-left: 5px;
}
.sidebar .widget .product-list .price .price-current {
color: #D70D00;
}
div#ratin1 img {
width: 16px;
}
.add-compare i.fa.fa-plus {
margin-right: 7px;
color: #fff;
margin-left: -12px;
}
div#detail5 {
padding-left: 6px;
}
.border-bottom {
border-bottom: 1px solid #E0E0E0;
margin-bottom: 10px;
}
.add-compare a {
background-color: #61BAFC;
font-size: 11px;
padding: 1px 16px 2px 24px;
color: #fff !important;
}
.add-compare1 i.fa.fa-plus {
margin-right: 2px;
color: #fff;
margin-left: 3px;
}
.add-price a {
background-color: #F5613D;
font-size: 11px;
padding: 5px 11px 4px 10px;
color: #fff !important;
}
span.stButton span span {
background-size: 48px 19px;
margin-right: -6px;
}
.add-compare1 {
margin-left: 3px;
}
.social-row {
margin-left: -15px;
}
.add-compare1 a {
font-size: 11px;
background-color: #61BAFC;
padding: 5px 3px 4px 4px;
color: #fff !important;
}
.add-compare {
margin-left: 6px;
}
.related-products ul#price-list {
margin-top: 4%;
}
.related-products ul#price-list li {
background-color: rgba(226, 226, 226, 0.36);
padding: 10px 20px;
margin-bottom: 10px;
}
.related-products ul#price-list li a {
font-size: 13px;
color: #000;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 3%;
border: 1px solid #ADABAB;
}
div#single-product .title {
margin: 18px 33px 4px;
}
div#owl-single-product .owl-wrapper-outer {
height: 328px
}
.add-pr {
float: right;
display: flex;
}
a#see {
float: right;
font-size: 13px;
}
span.your-rating {
color: #4D9B0E;
font-weight: 800;
margin-left: 4%;
}
div#ratingfff {
margin-bottom: 3%;
}
.features h4 {
border-bottom: 1px dashed #B8B4B4;
color: #ED180B;
padding: 5px 2px 9px;
}
table#features1 {
border-spacing: 13px;
width: 100%;
}
/*table#features1 tr {
background-color: #eee;
}*/
table#features1 th {
background: #f2f2f2 none repeat scroll 0 0;
padding: 10px;
border: 1px solid #ddd;
color: #000;
font-size: 13px;
width: 136px;
height: 30px;
padding-left: 10px;
}
table#features1 td {
font-size: 13px;
border: 1px solid #f2f2f2;
width: 288px;
padding: 10px;
font-family: roboto;
}
img#brand-lg3 {
width: 68px;
margin-left: 6%;
padding-bottom: 20px;
padding-top: 14px;
}
tr#heading-t {
background-color:#494949;
}
td#star {
padding-left: 53px !important;
}
tr#heading-t th {
color: #fff;
font-family: roboto;
/* padding: 11px 36px 0px;*/
}
tr#border1 {
background-color: #EFEFEF;
}
tr#border2 {
background-color: #FAF9F9;
}
tr#border1 td {
padding-left: 36px;
}
tr#border2 td {
padding-left: 36px;
}
tr#heading-t h5 {
font-weight: normal !important;
padding-bottom: 9px;
}
a#addto-cart1 {
padding: 5px 6px;
background-color: #EE2015;
border-radius: 0;
margin-top:20px;
}
td h5 {
font-size: 20px;
}
i.fa.fa-check-circle {
color: #DADADA;
}
span15 {
font-size: 13px;
}
p#comp i.fa.fa-star {
color: rgb(49, 147, 219);
}
.meta-row h6 {
font-size: 12px;
background-color: #EFEFEF;
padding: 10px;
color: #807D7D;
}
span#addto-cart1 {
padding: 5px 6px;
background-color: #797979;
border-radius: 0;
}
.small-banner {
padding: 4px;
margin-top: -24px;
margin-left: 9px;
}
.top.brand3 {
margin-left: -18px;
width: 74.5%;
}
.top.brand3 div#slider1_container {
width: 88% !important;
}
span#jk3 {
top: 99.5px !important;
right: -5em!important;
float: right;
}
a#addto-cart1:hover {
background-color: #494949;
color: #fff !important;
}
a#addto-cart:hover{
background-color: #494949;
color: #fff !important;
}
ul.offers-bannner li {
border: 2px solid #BABABA;
margin-left: 12px;
}
ul.offers-bannner {
display: inline-flex;
margin-left: -11px;
}
.view-also{
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 42px;
margin-left: 0px;
overflow: hidden;
}
img#imgcat1 {
/* height: 226px;*/
width: 250px;
max-width: 100%;
padding: 11px;
/*border: 5px solid #eee;*/
}
/*.view-also1 img#imgcat1 {
height: 226px;
width: 230px;
padding: 11px;
border: 5px solid #eee;
}*/
.view-also1 .body1 {
margin-bottom: -3px;
}
.view-also1 .body .price-current {
text-align: center;
color: #EE2015;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
}
p#comp1 {
float: right;
margin-right: 8px;
}
.b-from-left span {
padding: 6px 9px;
background-color: #EE2015;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 14px;
font-style: normal;
text-transform: capitalize;
}
.no-container {
overflow: hidden;
}
.view-also1{
height: 299px;
border: 2px solid #ececec;
/* border-radius: 4px;*/
min-width: 178px;
position: relative;
background-color: #fff;
color: #F8484A;
margin-right: 20px;
margin-top: 58px;
text-align:center;
}
.view-also h3 {
position: absolute;
background-color: #EE2015;
display: inline-block;
color: #fff;
padding: 7px 22px 10px;
width: 97%;
font-size: 22px;
}
.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-radial-out:before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.13);
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
i.fa.fa-caret-right {
margin-right: 4px;
font-size: 15px;
color: #6C6C6C;
}
section.sidebar-page {
/* margin-bottom: -5em;*/
}
/*===================================================================================*/
/* Input Controls, Accordion Boxes, Price Slider, Buttons and Star Rating
/*===================================================================================*/
.radio-label {
display: inline-block;
font-size: 14px;
font-weight: 600;
}
.radio-label.bold {
font-weight: 700;
}
.radio-label p {
font-weight: 500;
font-size: 13px;
}
.le-radio {
opacity: 0;
margin: 0!important;
vertical-align: middle;
z-index: 100;
position: absolute;
width: 100%;
height: 15px;
}
.le-radio + .fake-box {
border-radius: 0px;
position: relative;
display: inline-block;
width: 15px;
height: 15px;
margin: 0px 6px 0 0;
vertical-align: top;
border: 1px solid #e0e0e0;
background-color: #fff;
}
.le-radio:hover,
.le-radio:focus {
cursor: pointer;
}
.le-radio:hover + .fake-box:after,
.le-radio:focus + .fake-box:after {
display: inline-block;
width: 7px;
height: 7px;
content: "";
background-color: #3d3d3d;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.le-radio:checked + .fake-box:after {
display: inline-block;
width: 7px;
height: 7px;
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.le-checkbox {
margin: 7px 0 0 0!important;
vertical-align: middle;
opacity: 0;
position: absolute;
width: 100%;
height: 10px;
}
.le-checkbox.big + .fake-box {
border-radius: 0;
width: 15px;
height: 15px;
}
.le-checkbox + .fake-box {
border-radius: 2px;
display: inline-block;
width: 10px;
height: 10px;
margin: 0px 5px 0 0;
vertical-align: middle;
border: 1px solid #e0e0e0;
background-color: #fff;
}
.le-checkbox:hover,
.le-checkbox:focus {
cursor: pointer;
}
.le-checkbox:hover + .fake-box,
.le-checkbox:focus + .fake-box {
background-color: #f9f9f9;
}
.le-select {
background-color: #fff;
border: 1px solid #ececec;
padding: 5px 16px 7px 5px;
color: #3d3d3d;
width: 100%;
font-size: 13px;
width: auto;
position: relative;
display: inline-block;
vertical-align: top;
}
.le-select .le-select-in {
width: auto;
display: inline-block;
vertical-align: top;
}
.le-select select {
position: absolute;
width: 100%!important;
bottom: 0;
height: 32px!important;
left: 0px;
}
.le-select:after {
content: "\f107";
font-family: fontawesome;
color: #3d3d3d;
font-size: 15px;
height: 13px;
position: absolute;
right: 6px;
top: 21%;
}
.le-links {
list-style: none;
}
.le-links li {
line-height: 27px;
}
.le-links li a {
font-size: 14px;
text-transform: capitalize;
}
.le-links li a:hover:before {
margin: 0 8px 0 0;
}
.le-links li a,
.le-links li a:before {
color: #3d3d3d;
}
.le-links li a:before {
font-size: 14px;
line-height: 15px;
margin: 0 5px 0 0;
content: "\f105";
font-family: fontawesome;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.accordion-widget {
margin: 0 0 38px 0;
}
.accordion-widget .accordion {
margin: 20px 0 0 0;
text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner {
margin: 16px 3px 21px 10px;
list-style: none;
}
.accordion-widget .accordion .accordion-inner li {
line-height: 27px;
}
.accordion-widget .accordion .accordion-inner li a {
font-size: 14px;
text-transform: capitalize;
}
.accordion-widget .accordion .accordion-inner li a:hover:before {
margin: 0 8px 0 0;
}
.accordion-widget .accordion .accordion-inner li a,
.accordion-widget .accordion .accordion-inner li a:before {
color: #3d3d3d;
}
.accordion-widget .accordion .accordion-inner li a:before {
font-size: 14px;
line-height: 15px;
margin: 0 5px 0 0;
content: "\f105";
font-family: fontawesome;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.accordion-widget .accordion .accordion-inner .accordion-body ul {
padding: 0 0 0 20px;
}
.accordion-widget .accordion .accordion-toggle {
font-size: 14px;
line-height: 26px;
display: block;
font-weight: 600;
}
.accordion-widget .accordion .accordion-toggle:after {
float: right;
content: "\f068";
font-family: fontawesome;
}
.accordion-widget .accordion .accordion-toggle.collapsed {
color: #636363;
}
.accordion-widget .accordion .accordion-toggle.collapsed:after {
color: #636363;
content: "\f067";
}
.accordion-widget .accordion a {
color: #636363;
}
.slider {
display: inline-block;
vertical-align: middle;
position: relative;
}
.slider.slider-horizontal {
width: 100%!important;
height: 20px;
}
.slider.slider-horizontal .slider-track {
height: 6px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0;
}
.slider.slider-horizontal .slider-selection {
height: 100%;
top: 0;
bottom: 0;
}
.slider.slider-horizontal .slider-handle {
margin-top: -5px;
}
.slider input {
display: none;
}
.slider .tooltip-inner {
white-space: nowrap;
}
.slider-track {
position: absolute;
cursor: pointer;
background-color: #939393;
width: 94%!important;
margin: 0 auto;
background-repeat: repeat-x;
}
.slider-selection {
position: absolute;
background-repeat: repeat-x;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.star-holder .star {
display: inline;
}
.le-button {
border-radius: 4px;
font-weight: bold;
padding: 10px 20px;
display: inline-block;
line-height: 20px;
border: none;
font-size: 15px;
color: #fff;
text-transform: capitalize;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-button.huge {
/*padding: 22px 20px;*/
background-color: #61BAFC;
}
.border-bottom .features {
padding: 8px 5px;
}
.border-bottom .features h4 {
padding-bottom: 20px;
}
.le-button:hover {
color: #fff;
}
.le-button.disabled {
cursor: not-allowed;
background-color: #c6c6c6;
color: #fff;
}
.le-button.inverse {
background-color: #e0e0e0;
color: #3d3d3d;
font-weight: 100;
}
.le-button.inverse:hover {
background-color: #ececec;
color: #3d3d3d;
}
.le-button.big {
padding: 15px 34px;
}
.btn-add-to-compare {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.btn-add-to-compare:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.btn-add-to-compare:before {
content: "\f0ec";
}
.btn-add-to-wishlist {
color: #3d3d3d;
font-size: 12px;
line-height: 24px;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.btn-add-to-wishlist:before {
margin: 0 5px 0 0;
font-size: 18px;
color: #c6c6c6;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
font-family: fontawesome;
}
.btn-add-to-wishlist:before {
content: "\f004";
}
.dropdown .dropdown-toggle {
padding: 0 14px 0 5px;
}
.dropdown .dropdown-toggle:after {
content: "\f107";
font-family: fontawesome;
color: #e0e0e0;
display: inline-block;
font-size: 15px;
line-height: 15px;
vertical-align: sub;
margin: 0 0 0 3px;
}
.dropdown .dropdown-menu {
border-radius: 0;
top: 120% !important;
}
div#dropmenu {
width: 20%;
}
.le-dropdown {
position: relative;
border-radius: 5px;
font-weight: 700 !important;
font-weight: 800;
display: inline-block;
vertical-align: top;
}
.le-dropdown i {
margin: 0 6px 0 0;
}
.le-dropdown .dropdown-toggle {
padding: 19px 17px;
display: inline-block;
}
.le-dropdown .dropdown-toggle:after {
font-size: 24px;
margin: 0 0 0 5px;
color: #fff;
}
.le-dropdown.open {
border-radius: 5px 5px 0 0!important;
}
.le-dropdown .dropdown-menu {
top: 96%!important;
right: 0!important;
left: 0!important;
padding: 0;
border: 1px solid #e0e0e0 !important;
border-radius: 0 0 5px 5px!important;
}
.le-dropdown .dropdown-menu li:first-child a,
.le-dropdown .dropdown-menu li:last-child a {
padding: 12px 15px;
}
.le-dropdown .dropdown-menu li:last-child,
.le-dropdown .dropdown-menu li:last-child a {
border-radius: 0 0 5px 5px;
}
.le-dropdown .dropdown-menu li a {
font-weight: 600;
display: block;
padding: 11px 15px;
margin: 0!important;
}
.le-dropdown .dropdown-menu li:nth-child(2n+1) {
background-color: #f9f9f9;
}
.le-dropdown .dropdown-menu li:nth-child(2n) {
background-color: #fff;
}
.le-dropdown .dropdown-menu:before {
display: none;
}
.le-dropdown .dropdown-toggle {
text-transform: capitalize;
}
.le-dropdown .dropdown-toggle,
.le-dropdown .dropdown-toggle i {
color: #fff;
}
/*===================================================================================*/
/* Carousel
/*===================================================================================*/
.carousel-holder.hover {
position: relative;
}
.carousel-holder.hover.small .size-small {
max-width: 134.7pt!important;
}
.carousel-holder.hover.small .size-small:hover .hover-area {
bottom: 6px;
}
.carousel-holder .title-nav {
margin: 0px 1px 32px 0;
position: relative;
}
div#brand55 {
margin-top: -8px;
}
div#brand66 {
margin-top: -3px;
}
.carousel-holder .title-nav h1,
.carousel-holder .title-nav h2 {
font-weight: normal !important;
background-color: #fff;
color: #D70D01;
letter-spacing: -1px;
padding: 0 23px 0 0;
display: inline-block;
vertical-align: top;
text-transform: uppercase;
}
.carousel-holder .title-nav h1 {
font-size: 25px;
line-height: 40px;
}
.carousel-holder .title-nav .nav-holder {
float: right;
display: inline-block;
}
div#nav1 {
margin-top: -5px;
}
.carousel-holder .title-nav .nav-holder a {
font-size: 44px;
line-height: 40px;
color: #d3d3d3 !important;
margin: 0 3px;
padding: 0px 6px 1px 6px;
background-color: #eee;
}
.carousel-holder .title-nav .nav-holder:after {
z-index: -1;
top: 50%;
position: absolute;
left: 0;
content: "";
height: 1px;
width: 90%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.carousel-holder .title-nav .nav-holder a {
color: #e0e0e0;
}
li#search1:hover {
background-color: #fff !important;
}
/*--------------------used code-----------------------*/
.brands-carousel .carousel-item {
width: 168px;
text-align: center;
margin: 2px 18px 0 0;
}
/*.brands-carousel .carousel-item a {
padding: 30px 11px;
margin: 2px 0 0 0;
display: block;
border: 1px solid #e0e0e0;
}*/
.brands-carousel .carousel-item img {
vertical-align: middle;
display: inline-block;
max-width: 387px;
}
/*----------------------------------------------------------*/
/*---------------------Item slider css--- used in shopp-----------------------------*/
@import url('demo.css');
.mi-slider {
position: relative;
margin-top: -28px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/*left: 16px;*/
bottom: 128px;
overflow: hidden;
text-align: center;
pointer-events: none;
}
h1.mi-slider1 {
color: #D70D01;
text-transform: uppercase;
margin-top: 21px;
margin-left: 17px;
font-size: 25px;
font-weight: normal !important;
}
.no-js .mi-slider ul {
position: relative;
left: auto;
bottom: auto;
margin: 0;
overflow: visible;
}
.mi-slider ul.mi-current {
pointer-events: auto;
}
.mi-slider ul li {
display: inline-block;
padding: 20px;
width: 21%;
margin-bottom: 11px;
margin-right: 41px;
border: 1px solid #B1B2B3;
max-width: 300px;
-webkit-transform: translateX(600%);
transform: translateX(600%);
-webkit-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.no-js .mi-slider ul li {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.mi-slider ul li a,
.mi-slider ul li img {
display: block;
margin: 0 auto;
}
.mi-slider ul li a {
outline: none;
cursor: pointer;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li h4 {
display: inline-block;
font-style: normal;
color: #000;
font-size: 16px;
padding: 20px 10px 0;
font-family: roboto;
}
.mi-slider ul li:hover {
opacity: 0.7;
}
.mi-slider nav {
position: relative;
top: 358px;
text-align: center;
max-width: 800px;
margin: 0 auto;
border-top: 5px solid #333;
}
.no-js nav {
display: none;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
letter-spacing: 5px;
padding: 40px 30px 30px 34px;
position: relative;
color: #888;
outline: none;
-webkit-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.mi-slider nav a:hover,
.mi-slider nav a.mi-selected {
color: #000;
}
.mi-slider nav a.mi-selected:after,
.mi-slider nav a.mi-selected:before {
content: '';
position: absolute;
top: -5px;
border: solid transparent;
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.mi-slider nav a.mi-selected:after {
border-color: transparent;
border-top-color: #fff;
border-width: 20px;
left: 50%;
margin-left: -20px;
}
.mi-slider nav a.mi-selected:before {
border-color: transparent;
border-top-color: #333;
border-width: 27px;
left: 50%;
margin-left: -27px;
}
/* Move classes and animations */
.mi-slider ul:first-child li,
.no-js .mi-slider ul li {
-webkit-animation: scaleUp 350ms ease-in-out both;
animation: scaleUp 350ms ease-in-out both;
}
@-webkit-keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); }
}
@keyframes scaleUp {
0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}
.mi-slider ul:first-child li:first-child {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul:first-child li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul:first-child li:nth-child(3) {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
.mi-slider ul:first-child li:nth-child(4) {
-webkit-animation-delay: 360ms;
animation-delay: 360ms;
}
/* moveFromRight */
.mi-slider ul.mi-moveFromRight li {
-webkit-animation: moveFromRight 350ms ease-in-out both;
animation: moveFromRight 350ms ease-in-out both;
}
/* moveFromLeft */
.mi-slider ul.mi-moveFromLeft li {
-webkit-animation: moveFromLeft 350ms ease-in-out both;
animation: moveFromLeft 350ms ease-in-out both;
}
/* moveToRight */
.mi-slider ul.mi-moveToRight li {
-webkit-animation: moveToRight 350ms ease-in-out both;
animation: moveToRight 350ms ease-in-out both;
}
/* moveToLeft */
.mi-slider ul.mi-moveToLeft li {
-webkit-animation: moveToLeft 350ms ease-in-out both;
animation: moveToLeft 350ms ease-in-out both;
}
/* Animation Delays */
.mi-slider ul.mi-moveToLeft li:first-child,
.mi-slider ul.mi-moveFromRight li:first-child,
.mi-slider ul.mi-moveToRight li:nth-child(4),
.mi-slider ul.mi-moveFromLeft li:nth-child(4) {
-webkit-animation-delay: 0ms;
animation-delay: 0ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(2),
.mi-slider ul.mi-moveFromRight li:nth-child(2),
.mi-slider ul.mi-moveToRight li:nth-child(3),
.mi-slider ul.mi-moveFromLeft li:nth-child(3) {
-webkit-animation-delay: 90ms;
animation-delay: 90ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(3),
.mi-slider ul.mi-moveFromRight li:nth-child(3),
.mi-slider ul.mi-moveToRight li:nth-child(2),
.mi-slider ul.mi-moveFromLeft li:nth-child(2) {
-webkit-animation-delay: 180ms;
animation-delay: 180ms;
}
.mi-slider ul.mi-moveToLeft li:nth-child(4),
.mi-slider ul.mi-moveFromRight li:nth-child(4),
.mi-slider ul.mi-moveToRight li:first-child,
.mi-slider ul.mi-moveFromLeft li:first-child {
-webkit-animation-delay: 270ms;
animation-delay: 270ms;
}
/* Animations */
@-webkit-keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); }
100% { -webkit-transform: translateX(0%); }
}
@-webkit-keyframes moveToRight {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); }
}
@-webkit-keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); }
}
@keyframes moveFromRight {
0% { -webkit-transform: translateX(600%); transform: translateX(600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveFromLeft {
0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
100% { -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes moveToRight {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(600%); transform: translateX(600%); }
}
@keyframes moveToLeft {
0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); }
}
.mi-slider {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Media Queries */
/*----------item slider css end----------------------------------------------------*/
/*===================================================================================*/
/* OWL CAROUSEL
/*===================================================================================*/
.owl-carousel {
text-align: center;
cursor: default;
}
.owl-controls {
display: inline-block;
position: relative;
margin-top: 40px;
}
.panel-group .panel .owl-controls {
margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
margin-top: 40px;
}
.owl-pagination {
position: relative;
line-height: 30px;
}
.owl-buttons {
display: none;
}
.owl-prev,
.owl-next {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
width: 30px;
height: 30px;
font-size: 21px;
color: #FFF;
background-color: #d3d3d3;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: auto;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
opacity: 0;
}
.owl-prev {
left: -35px;
}
.owl-next {
right: -35px;
}
.owl-carousel:hover .owl-prev {
left: -40px;
opacity: .25;
}
.owl-carousel:hover .owl-next {
right: -40px;
opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
opacity: 1;
}
.owl-outer-nav:after {
content: "";
position: absolute;
top: 0;
left: -15%;
width: 130%;
height: 100%;
z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
z-index: 1;
}
.owl-outer-nav .owl-controls {
position: static;
}
.owl-outer-nav .owl-prev {
left: -65px;
}
.owl-outer-nav .owl-next {
right: -65px;
}
.owl-outer-nav:hover .owl-prev {
left: -80px;
}
.owl-outer-nav:hover .owl-next {
right: -80px;
}
.owl-ui-md .owl-pagination {
line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
width: 45px;
height: 45px;
font-size: 45px;
}
.owl-ui-md .owl-prev {
left: -55px;
}
.owl-ui-md .owl-next {
right: -55px;
}
.owl-ui-md:hover .owl-prev {
left: -60px;
}
.owl-ui-md:hover .owl-next {
right: -60px;
}
.owl-outer-nav.owl-ui-md:after {
left: -18%;
width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
right: -100px;
}
.owl-ui-lg .owl-pagination {
line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
width: 60px;
height: 60px;
font-size: 42px;
}
.owl-ui-lg .owl-prev {
left: -75px;
}
.owl-ui-lg .owl-next {
right: -75px;
}
.owl-ui-lg:hover .owl-prev {
left: -80px;
}
.owl-ui-lg:hover .owl-next {
right: -80px;
}
.owl-outer-nav.owl-ui-lg:after {
left: -22%;
width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
right: -120px;
}
.owl-inner-nav .owl-controls {
position: static;
}
.owl-inner-nav .owl-prev {
left: 45px;
}
.owl-inner-nav .owl-next {
right: 45px;
}
.owl-inner-nav:hover .owl-prev {
left: 30px;
}
.owl-inner-nav:hover .owl-next {
right: 30px;
}
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
bottom: 70px;
}
.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
bottom: 85px;
}
.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
bottom: 100px;
}
.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
margin-top: -40px;
top: -60px;
}
.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
margin-top: -50px;
top: -65px;
}
.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
margin-top: -60px;
top: -75px;
}
.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
margin: auto;
top: 0;
bottom: 43px;
}
.owl-inner-pagination .owl-pagination {
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
opacity: 0;
}
.owl-inner-pagination:hover .owl-pagination {
opacity: 1;
}
.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
top: -75px;
}
#owl-main .item {
height: 525px;
background-color: #FFF;
/*background-position: center 55%;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#owl-main.height-md .item {
height: 457px;
}
#owl-main.height-lg .item {
height: 501px;
margin-top: 6px;
}
#owl-main .container {
display: table;
height: inherit;
}
#owl-main .caption {
display: table-cell;
}
#owl-main .caption.vertical-center {
vertical-align: middle;
padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
vertical-align: top;
padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
vertical-align: bottom;
padding-bottom: 14vh;
}
#owl-main .caption.text-center {
padding-left: 10%;
padding-right: 10%;
}
#owl-main .caption.text-left {
padding-right: 20%;
}
#owl-main .caption.text-right {
padding-left: 20%;
}
#owl-main .owl-controls {
display: block;
position: static;
margin-top: -47px;
}
#owl-main .owl-pagination {
background: #FFF;
line-height: inherit;
position: relative;
bottom: -40px;
padding: 10px;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin: auto;
opacity: 0;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
bottom: -25px;
opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
bottom: 0;
}
.owl-controls .owl-page {
display: inline-block;
}
.owl-pagination .owl-page span {
display: block;
width: 15px;
height: 15px;
background: #d3d3d3;
border: none;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: 0 5px;
-webkit-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
transition: all 200ms ease-out;
}
.owl-item-gap .item {
margin: 0 15px;
}
.owl-item-gap-sm .item {
margin: 0 10px;
}
.owl-item.loading {
min-height: inherit;
background: none;
}
#owl-recently-viewed .owl-wrapper-outer,
#owl-recently-viewed-2 .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 70px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:hover .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:hover .product-item-holder {
border-right-width: 1px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
border-right-width: 0;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
margin: 0 7px;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item:last-child .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item:last-child .product-item-holder {
border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 3px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:hover .product-item-holder {
border-right-width: 1px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item .product-item-holder .wish-compare a {
margin: 0 7px;
}
#owl-recommended-products .owl-wrapper-outer .owl-item:last-child .product-item-holder {
border-right-width: 1px;
}
/*======================code used=============================================================*/
/* Product Item, Product List, Product Grid
/*===================================================================================*/
.product-item-holder.hover {
position: relative;
}
.product-item-holder.hover.size-small .product-item .add-cart-button {
margin-bottom: 10px;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a {
padding: 5px 10px!important;
font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .add-cart-button a:before {
font-size: 12px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area {
bottom: 9px;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a {
margin: 0 8px;
font-size: 11px!important;
}
.product-item-holder.hover.size-small .product-item .hover-area .wish-compare a:before {
font-size: 12px!important;
margin-right: 3px;
}
.product-item-holder.hover.size-medium .product-item .wish-compare a {
margin: 0 5px!important;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button {
margin-bottom: 10px;
}
.product-item-holder.hover.size-medium .product-item .add-cart-button a {
padding: 5px 10px!important;
font-size: 12px;
}
.product-item-holder.hover .product-item .hover-area .wish-compare a {
margin: 0 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button {
position: relative;
margin-bottom: 10px;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button a {
padding: 13px 31px;
z-index: 10;
position: relative;
}
.product-item-holder.hover .product-item .hover-area .add-cart-button:before {
z-index: 0;
width: 100%;
height: 1px;
background-color: #e0e0e0;
content: "";
position: absolute;
top: 50%;
left: 0;
}
/*.product-item-holder.hover:hover .product-item,
.product-item-holder.hover.test .product-item {
width: 100%;
position: absolute;
padding-bottom: 2%;
box-shadow: 0px 0px 5px 0px #c6c6c6;
z-index: 200;
background-color: #fff;
border-bottom:2px solid #ADADAD;
}*/
.product-item-holder.hover:hover .hover-area,
.product-item-holder.hover.test .hover-area {
display: block;
}
.product-grid-holder .row:nth-child(n+2) .product-item-holder {
border-top: 0;
}
/*.product-grid-holder .product-item-holder:last-child {
border-right: 1px solid #ececec;
}*/
.product-grid-holder .product-item-holder .image {
padding: 29px 0px 0 0;
}
.product-grid-holder .product-item-holder .prices {
margin:0 10px;
padding: 15px 0;
}
/*.product-item:hover {
border: none !important;
}*/
.product-grid-holder .product-item-holder .body {
/*margin: 0 25px ;*/
min-height: 107px;
/* border-bottom: 1px solid #ececec;*/
margin-top: 8px;
}
.product-grid-holder .product-item-holder.size-big .body {
min-height: 133px;
}
.product-grid-holder .product-item-holder.size-big .body .title {
min-height: 36px;
line-height: 26px;
font-size: 20px;
margin: 10px 0 0 0;
}
.product-grid-holder .product-item-holder.size-big .prices {
padding: 11px 0 18px 0;
}
.product-grid-holder .product-item-holder.size-big .prices .le-button {
margin-left: 10px;
}
.product-grid-holder .product-item-holder.size-big .price-current {
font-size: 26px!important;
line-height: 55px;
}
/*.product-grid-holder .product-item-holder.size-medium {
max-width: 224.8px;
min-height: 323px;
}
*/.product-grid-holder .product-item-holder.size-medium .body {
margin: 4px 24px 20px;
}
.product-grid-holder .product-item-holder.size-medium .body .title {
min-height: 36px;
line-height: 19px;
}
.product-grid-holder .product-item-holder.size-small {
min-height: 270px;
max-width: 146.2pt!important;
}
.product-grid-holder .product-item-holder.size-small .ribbon {
top: 0;
}
.product-grid-holder .product-item-holder.size-small .image {
padding: 0;
}
.product-grid-holder .product-item-holder.size-small .body {
margin: 0 15px;
min-height: 71px;
}
.product-grid-holder .product-item-holder.size-small .body .title {
margin: 9px 0 0 0;
line-height: 16px;
}
.product-grid-holder .product-item-holder.size-small .body .brand {
line-height: 22px;
}
.product-grid-holder .product-item-holder.size-small .prices {
margin: 0 15px;
padding: 8px 0;
}
.product-item-holder {
background-color: #fff;
border: 1px solid #ececec;
position: relative;
text-transform: uppercase;
font-style: normal;
margin-left: 5px;
color: #F8484A;
height:430px;
}
.product-item-holder .ribbon {
position: absolute;
}
.product-item-holder .image {
text-align: center;
}
.product-item-holder .prices {
margin: 0 10px;
padding: 15px 0;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 14px;
color: #d3d3d3;
float: right;
/*font-weight: 700 !important;*/
font-weight: bold;
margin-top: 7px;
}
.price-current.pull-right {
float: left !important;
margin-top: 0px;
}
.product-item-holder .body .title {
margin: 7px 0 0 0;
text-align: center;
line-height: 19px;
text-transform: capitalize;
}
.product-item-holder .body .title a {
color: #858383;
font-family: roboto;
}
.product-grid-holder.medium .product-item-holder .prices {
margin: 0 20px;
}
.single-product-gallery .single-product-gallery-item {
display: inline-block;
}
.single-product-gallery .single-product-gallery-item a {
display: block;
padding: 20px;
width: 300px;
height: auto;
}
.single-product-gallery .gallery-thumbs {
position: relative;
margin: 0px 20px 0px 9%;
text-align: left;
}
.single-product-gallery .gallery-thumbs .nav-holder {
position: absolute;
background-color: #fff;
width: 39px;
padding: 2px;
top: 11px;
height: 54%;
z-index: 50;
}
}
.single-product-gallery .gallery-thumbs .nav-holder.right {
right: 0;
}
.single-product-gallery .gallery-thumbs .nav-holder.left {
left: 0;
}
.single-product-gallery .gallery-thumbs .next-btn,
.single-product-gallery .gallery-thumbs .prev-btn {
background-color: #e0e0e0;
border-radius: 2px;
position: absolute;
z-index: 100;
height: 90%;
width: 90%;
display: inline-block;
vertical-align: top;
}
.single-product-gallery .gallery-thumbs .next-btn:after,
.single-product-gallery .gallery-thumbs .prev-btn:after {
text-align: center;
color: #fff;
font-size: 30px;
line-height: 30px;
height: 30px;
font-family: fontawesome;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}
.single-product-gallery .gallery-thumbs .next-btn {
right: 0;
}
.single-product-gallery .gallery-thumbs .next-btn:after {
content: "\f105";
}
.single-product-gallery .gallery-thumbs .prev-btn {
left: 0;
}
.single-product-gallery .gallery-thumbs .prev-btn:after {
content: "\f104";
}
.single-product-gallery .gallery-thumbs .item,
.single-product-gallery .gallery-thumbs li {
display: inline-block;
float: left;
}
.single-product-gallery .gallery-thumbs .item a,
.single-product-gallery .gallery-thumbs li a {
display: inline-block;
border: 1px solid #e0e0e0;
min-height: 60px;
}
/*================code used====================*/
.grid-list-products {
margin: 0 -23px 63px 0;
}
.pagination1 {
text-align: center;
}
.pagination1>li {
display: inline;
}
.pagination1 li:hover a, .pagination1 li.current a {
background-color: #D70D00;
color: #fff !important;
border-color: #D70D00;
}
.pagination1>li>a, .pagination1>li>span {
position: relative;
float: left;
padding: 6px 12px;
line-height: 1.428571429;
text-decoration: none;
color: #428bca;
background-color: #f5f5f5;
border: 1px solid #ddd;
margin-left: 6px;
font-size: 17px;
}
/*
.pagination1 {
display: inline-block;
padding-left: 0;
border-radius: 4px;
}*/
div#search-products {
width: 28.9%;
margin-right: 31px;
margin-bottom: 33px;
height: 320px;
border: 1px solid #f3f3f3;
}
div#search-products:hover {
border: none;
box-shadow: 0px 1px 8px 1px #efefef;
}
div#side-menu1 {
margin-top: 23%;
border: 2px solid #CCC;
width: 260px;
}
.sidemenu-holder .side-menu .head {
background-color: #494949;
color: #FFFFFF;
text-transform: uppercase;
font-family: roboto;
}
i#circle {
margin-right: 8px;
}
div#filter h1 {
font-size: 21px;
color: #5A5A5A;
text-transform: uppercase;
font-family: roboto;
}
i.fa.fa-angle-double-right {
color: #fff;
font-size: 22px;
}
i.fa.fa-angle-double-left {
color: #fff;
font-size: 22px;
}
.grid-list-products .result-counter {
padding: 30px 0;
font-size: 13px;
line-height: 20px;
text-align: right;
}
.grid-list-products .product-grid-holder {
margin:15px 0 0px 0;
border-bottom: 0;
border-right: 0;
}
.grid-list-products .product-grid-holder .product-item-holder {
min-height: 379px;
border: 2px solid #ececec;
/* border-top: 0; */
/* border-left: 0; */
}
.grid-list-products .product-grid-holder .product-item-holder .image {
padding: 0;
min-height: 250px;
}
.grid-list-products .product-grid-holder .pagination-holder .pagination {
display: inline-block;
}
.grid-list-products .section-title {
margin: 36px 0 3px;
font-size: 20px;
text-transform: uppercase;
font-weight: bold !important;
font-family: roboto;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 13px;
margin-left: 23%;
border: 1px solid #D8D8D8;
}
/*
.filter {
float: none;
position: relative;
margin-top: 35em;
}*/
.grid-list-products .grid-list-buttons ul li a:hover i {
color: #D70D00;
}
ul.grid-view {
padding: 0px 65px;
margin-top: -3px;
}
.detail5 {
background-color: #CCC;
padding: 5px 15px;
}
.detail5 h2 {
color: #605F5F;
text-transform: uppercase;
font-size: 18px;
text-align: center;
line-height: 20px;
}
.price-current {
text-align: center;
}
span.dealof.day p {
padding:1px 7px 3px 5px;
margin-right: 13px;
color: #fff;
/* background-color: #E93838; */
border: 1px solid #E49090;
border-radius: 2px;
margin: 5px 5px 5px 5px;
text-align: center;
margin-left: 8px !important;
}
.grid-list-products .grid-list-buttons ul li.active a i {
color: #6F6E6E;
}
.grid-list-buttons h4 {
font-size: 13px;
float: left;
margin-right: 5px;
}
.grid-list-products .control-bar #popularity-sort {
width: 190px;
margin: -7px 17px 0 0;
}
div#item-count {
margin-right: 3%;
}
.grid-list-products .grid-list-buttons {
padding: 7px;
float: left;
display: inline-block;
vertical-align: top;
margin-right: 1%;
}
.grid-list-products .grid-list-buttons ul li {
min-width: 49px;
margin: 0 23px 0 0;
display: inline-block;
vertical-align: top;
}
.grid-list-products .grid-list-buttons ul li:last-child {
margin: 0;
}
.grid-list-products .grid-list-buttons ul li.active a {
font-weight: 700 !important;
font-weight: 800;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 13px;
color: #3d3d3d;
font-weight: 600;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 19px;
color: #ccc;
vertical-align: bottom;
}
a#col1 {
padding: 3px 12px;
background-color: rgba(255, 0, 0, 0.59);
color: #424040;
margin-right: 4px;
}
a#col2 {
padding: 3px 2px;
background-color: rgba(255,255,0,0.7);
color: #424040;
margin-right: 4px;
}
a#col3 {
padding: 3px 10px;
background-color: rgba(0,255,0,0.7);
color: #424040;
margin-right: 4px;
}
a#col4 {
padding: 3px 10px;
background-color: rgba(249, 135, 155, 0.85);
color: #424040;
margin-right: 4px;
}
img#banner-2 {
margin-left: 0%;
width: 250px;
}
a#col5 {
padding: 3px 10px;
background-color: rgba(154, 154, 154, 0.85);
color: #424040;
margin-right: 4px;
}
a#col6 {
padding: 3px 10px;
background-color: rgba(0,0,255,0.3);;
color: #424040;
margin-right: 4px;
}
a#size {
padding: 5px 10px;
margin-right: 8px;
color: #000;
border: 1px solid #eee;
background: rgb(231, 231, 231);
font-size: 12px;
}
a#size1 {
padding: 7px 8px;
margin-right: 2px;
color: #000;
border: 1px solid #eee;
background: rgb(231, 231, 231);
font-size: 12px;
}
span.color {
margin-top: 13px !important;
border: 2px solid #eee;
padding: 0px 59px;
background-color: rgb(73, 73, 73);
}
.list-unstyled li a {
border-bottom: none !important;
}
span.color a{color:#fff;}
.sidebar .widget .category-filter ul {
padding: 0 3px;
margin: 15px 10px 13px 5px;
}
span.dealof.day {
display: flex;
background-color: #BD2E25;
border-radius: 4px;
margin-top: 10px;
}
.bx-pager-item {
display: none;
}
a.bx-next {
position: absolute;
top: 8%;
right: 12px;
z-index: 111;
}
i.fa.fa-arrow-circle-left {
font-size: 23px;
color: #7B7B7E;
}
.new-arraivel2 {
width: 1178px;
margin-left: 3%;
margin-top: 2%;
margin-bottom: -160px;
background: #fff;
}
.bx-viewport {
height: 308px !important;
border: 2px solid #eee;
}
i.fa.fa-arrow-circle-right {
font-size: 23px;
color: #7B7B7E;
}
ul.bxslider {
margin-top: 0px !important;
padding: 0px !important;
}
ul.bxslider li span p {
margin: 0;
font-size: 21px !important;
text-align: center !important;
background-color: #B5B5B5 !important;
margin-bottom: 3px;
text-transform: uppercase;
}
ul.bxslider li span h1 {
font-size: 30px !important;
background-color: rgba(138, 137, 137, 0.59);
color: #fff !important;
padding: 1px 12px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 27px;
}
.bx-controls-auto {
display: none;
}
a.bx-prev {
position: absolute;
top: 8%;
z-index: 111;
left: 14px;
}
.sidebar-product-list-item img {
width: 100%;
}
/*================Coupan code--Start==================*/
.coupan {
width: 1178px;
margin: 0px auto;
padding: 44px 20px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.load-more a:hover {
background-color: #D70D00 !important;
color: #fff !important;
}
section#coupan-dd .no-margin.carousel-item.product-item-holder.hover.size-medium:hover {
border: 2px solid #D5D5D5 !important;
border-radius: 0;
cursor: pointer;
-moz-box-shadow: 2px 2px 6px #999; -webkit-box-shadow: 2px 2px 6px #999; box-shadow: 2px 2px 6px #999;
}
section#coupan-dd .product-item-holder:last-child {
border: 2px solid #EAEAEA !important;
border-radius: 3px;
margin-right: 3px;
margin-left: 8px;
}
section#coupan-dd .owl-item {
width: 289px !important;
}
section#coupan-dd {
background-color: #f3f3f3;
/*margin-top: 100px;*/
}
.coupan a.slider-next {
position: absolute;
right: 21px;
font-size: 48px;
top: 45%;
color: #7E7C7C;
}
.coupan a.slider-prev {
position: absolute;
top: 45%;
font-size: 48px;
left: 20px;
color: #7E7C7C;
}
span9 {
color: #D70D00;
}
.coupan h2 {
color: #D70D00;
font-size: 24px;
text-transform: uppercase;
font-weight: normal !important;
margin: -4px 8px 22px;
}
.coupan-detail h3 {
font-size: 15px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.coupan-read {
margin: 23px 10px;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 255.8px;
/*min-height: 345px;
height: 368px;*/
}
.coupan div#title-nav:after {
display: none !important;
}
img#coupanimg {
width: 150px;
/* height: 150px;*/
margin-top: 14px;
}
.coupan-read a {
padding: 8px 47px;
background: #E24439;
color: #fff;
border-radius: 3px;
font-family: roboto;
}
.coupan-code span#black {
color: #6C6C6C;
padding: 8px;
}
.off {
padding: 14px;
font-size: 15px;
font-family: roboto;
}
.coupan-code span#red {
padding: 7px;
font-size: 14px;
text-transform: capitalize;
}
.hot-deals1 {
position: relative;
width: 100%;
display: inline-flex;
padding-bottom: 54px;
margin-left:21px;
overflow: hidden;
}
.hot-deals2 {
height: 307px;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 250px;
position: relative;
background-color: #fff;
color: #F8484A;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 43px;
}
.hot-deals2 .coupan-detail {
padding-top: 12px;
}
.coupan a.slider-next:hover {
background-color: #D70D00 !important;
padding: 1px 8px;
}
.coupan a.slider-prev:hover {
background-color: #D70D00 !important;
padding: 1px 8px;
}
.green.ribbon:after {
border-top-color: #FE8901;
min-width: 107px;
}
.hot-deals2:hover {
border: 2px solid #CACACA;
-moz-box-shadow: 2px 2px 6px #999; -webkit-box-shadow: 2px 2px 6px #999; box-shadow: 2px 2px 6px #999;
}
.load-more {
text-align: center;
}
.load-more a {
background-color: #E24439;
color: #fff !important;
border-radius: 5px;
text-transform: uppercase;
font-size: 17px;
padding: 8px 67px;
}
.ribbon {
z-index: 100;
/*top: 2%;*/
right: 7px;
position: absolute;
font-size: 9px;
line-height: 21px;
padding: 1px 16px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
/*background-color: #FDAF17 !important;*/
top: -2px;
}
strong#bl#bl {
font-size: 15px;
margin-left: 9px;
color: #4D4D4D;
}
img#imghot {
width: auto;
border-bottom: 1px solid #ECECEC !important;
padding: 30px;
border: 0px solid #eee;
height: 145px;
margin-left:50px;
}
.star-detail {
padding-left: 11px;
padding-bottom: 14px;
}
.coupan-detail p {
color: #675C5C;
padding: 7px 11px;
text-align:center;
font-family: roboto;
}
.discount {
border-top: 1px solid #EAEAEA;
display: flex;
}
.discount .clock {
padding: 10px 14px;
color: #868282;
}
.clock i.fa.fa-clock-o {
padding-right: 4px;
}
.pluse2 {
padding: 10px;
}
.pluse2 i.fa.fa-plus {
background-color: #01CB89;
padding: 2px 4px;
border-radius: 3px;
color: #fff;
}
.dic {
padding: 10px 14px;
color: #8C8888;
}
html#coupan-page div#title-nav:after {
z-index: 0 !important;
top: 57%;
position: absolute;
left: 138px;
content: "";
height: 1px;
width: 84%;
right: 0;
margin: 0px auto;
background-color: #EEEEEE;
}
/*================Coupan code--End==================*/
/*================code used==end==================*/
.products-list {
margin: 36px 0 27px 0;
}
.products-list .product-item {
min-height: 241px;
position: relative;
border: 1px solid #e0e0e0;
border-bottom: 0;
}
.slider-handle {
position: absolute;
width: 17px;
height: 25px;
border-radius: 157;
background-color: #fff;
top: -5px;
background-repeat: repeat-x;
margin-left: -3px !important;
opacity: 1;
border: 4px solid;
border-radius: 400px;
}
.slider-selection {
background-color: #D70D00;
}
.slider-handle {
border-color: #D70D00;
}
.products-list .product-item:last-child {
border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row {
padding: 0;
margin: 0;
}
.products-list .product-item .row .image-holder {
width: 31%!important;
padding: 19px;
}
.products-list .product-item .row .body-holder {
width: 47%;
padding: 13px 0px;
}
.products-list .product-item .row .body-holder .body .brand {
border-bottom: 1px solid #e0e0e0;
}
.products-list .product-item .row .body-holder .body .excerpt {
margin: 10px 0 16px 0;
font-size: 12px;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder {
margin: -4px 0 6px 0;
}
.products-list .product-item .row .body-holder .body .excerpt .star-holder img {
width: 16px;
height: 16px;
}
.products-list .product-item .row .price-area {
width: 22%;
padding: 27px;
}
.products-list .product-item .row .price-area .price-current {
font-size: 18px;
line-height: 33px;
display: inline-block;
vertical-align: middle;
}
.products-list .product-item .row .price-area .price-prev {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 4px;
}
.products-list .product-item .row .price-area .le-button {
padding: 13px 28px;
margin: 0 0 18px 0;
}
/*=====================Shopp slider code==============================================================*/
/* Home Page
/*===================================================================================*/
#top-banner-and-menu {
margin: 27px 0 0 0;
}
#top-banner-and-menu.homepage2 {
background-color: #f6f6f6;
margin: 0;
}
.black_overlay {
display: none;
position: absolute;
top: -97%;
left: -136%;
height: 2769px;
width: 1265px;
background-color: rgba(0, 0, 0, 0.84);
z-index: 1001;
-moz-opacity: 0.8;
opacity: .80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 0%;
left: 29%;
width: 660px;
height: 593px;
padding: 15px;
border: 2px solid rgb(202, 202, 202);
background-color: rgb(252, 252, 252);
z-index: 1002;
overflow: auto;
}
a.close-button {
position: absolute;
top: 3px;
right: 9px;
}
.half-cont {
float: right;
width: 60%;
}
.left-cont {
width: 39%;
float: left;
border: 1px solid #B5B0B0;
}
img#poup {
width: 262px;
}
.title5 {
float: right;
}
.title5 h2 {
color: #767373;
}
.title5 .brand {
color: #2EA8F2;
}
.price-current1 {
font-size: 20px;
float: left;
padding: 11px 7px 8px;
margin-left: 27px;
}
.prices3 {
padding: 12px 1px 8px 5px;
float: left;
}
a#add {
padding: 6px 13px;
background-color: #61BAFC;
/* float: right; */
font-size: 13px;
margin: 11px 39px 2px 4px;
}
.features-poup h4 {
font-size: 13px;
color: #525151;
}
.rating5 a#see {
font-size: 12px;
margin-left: 5px;
}
.title5 {
width: 90%;
float: left;
border-bottom: 1px dashed #909191;
padding-bottom: 9px;
}
.rating5 img {
width: 15px;
}
div#search4 {
padding-bottom: 0 !important;
}
div#social {
margin-top: 14px;
border-bottom: 1px dashed #5F5A5A;
border-top: 1px dashed #5F5A5A;
padding: 15px 6px 14px;
}
div#light-two {
left: -206%;
}
div#light-one {
left: -89%;
}
.rating5 {
float: left;
font-size: 12px;
/* margin-top: -11em; */
margin-left: -1px;
border-top: 1px dashed #5F5A5A;
padding-top: 16px;
width: 94%;
}
.rating5 span.your-rating {
color: #4D9B0E;
font-weight: 800;
margin-left: 2%;
}
.features-poup {
float: right;
margin-top: 10px;
margin-right: 17%;
border-bottom: 1px solid #525151;
}
.excerpt-poup {
margin-left: 12%;
margin-top: 37px;
}
table#poup1 th {
padding: 3px;
font-size: 12px;
width: 134px;
height: 30px;
color: #5A5959;
padding-left: 10px;
}
table#poup1 tr {
background-color: #eee;
}
table#poup1 {
border-collapse: separate;
border-spacing: 6px;
background-color: #F4F4F4;
}
table#poup1 td {
color: #717171;
font-size: 13px;
padding-left: 7px;
}
.homebanner-holder {
padding: 0;
margin: 0;
width: 78.5%!important;
padding-left: 20px;
}
.homebanner-slider {
position: relative;
}
.homebanner-slider:hover .nav-holder {
opacity: 1;
}
.homebanner-slider .nav-holder {
opacity: 0;
width: 100%;
display: block;
z-index: 100;
position: absolute;
top: 40%;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.homebanner-slider .nav-holder .btn-prev,
.homebanner-slider .nav-holder .btn-next {
position: absolute;
font-size: 100px;
}
.homebanner-slider .nav-holder .btn-prev:hover,
.homebanner-slider .nav-holder .btn-next:hover {
color: #333;
}
.homebanner-slider .nav-holder .btn-prev {
left: 10px;
}
.homebanner-slider .nav-holder .btn-next {
right: 10px;
}
.homebanner {
display: inline-block;
}
.homebanner a {
display: block;
}
.homebanner a:hover {
opacity: 0.9;
}
/*======================used in shoppe==================================*/
#owl-main .caption {
letter-spacing: -3px;
color: #636363;
position: absolute;
z-index: 100;
top: 11%;
left: 5%;
}
div#owl-recommended-products {
height: 340px;
}
#owl-main .caption.right {
left: 19%;
right: 0;
top: 23%;
}
div#banner-img {
position: absolute;
padding: 15.2em 6.2em;
background: no-repeat;
left: 52%;
right: auto;
top: 18%;
width: 100%;
/* width: 500px; */
}
#owl-main .caption .big-text {
font-size: 37px;
line-height: 48px;
letter-spacing: 11px;
color: #000;
}
#owl-main .caption .big-text .big {
display: block;
font-size: 29px;
font-weight: normal;
/* line-height: 70px; */
top: 11px;
background-color: rgba(70, 68, 68, 0.87);
left: -45px;
padding: 3px;
margin-bottom: 7px;
width: 45%;
letter-spacing: 6px;
position: relative;
color: #CFCCCC;
}
/*#owl-main .caption .big-text .big .sign {
font-size: 42px;
vertical-align: super;
}*/
/*#owl-main .caption .excerpt {
text-transform: uppercase;
font-size: 28px;
letter-spacing: -1px;
margin-top: 15px;
line-height: 28px;
}*/
/*#owl-main .caption .small {
text-transform: capitalize;
margin: 11px 0;
letter-spacing: -1px;
}*/
a.big.le-button1 {
padding: 6px 12px 8px 17px;
border: 1px solid #000;
color: #F6F6F6;
background-color:rgba(66, 66, 66, 1);
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
background: #D70D00 !important;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
color: #D70D00;
}
i#fa1 {
padding-left: 12px;
border-left: 1px solid #000;
margin-left: 8px;
/* height: 20px; */
padding: 9px 11px;
}
#owl-main .caption .button-holder {
margin: 31px 0 0;
}
#owl-main .caption .button-holder a {
letter-spacing: 0px;
}
.banner > a {
display: inline-block;
position: relative;
overflow: hidden;
border: 2px solid #eee;
}
.banner img {
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.banner:hover img {
-webkit-transform: rotate(-1deg) scale(1.1);
-moz-transform: rotate(-1deg) scale(1.1);
-ms-transform: rotate(-1deg) scale(1.1);
-o-transform: rotate(-1deg) scale(1.1);
opacity: 0.7;
color:#000;
}
.banner .banner-text {
position: absolute;
color: #FFFFFF;
top: 31%;
left: 3%;
background-color: rgba(26, 26, 26, 0.8);
z-index: 200;
padding: 4px 12px;
}
.banner .banner-text.theblue h1,
.banner .banner-text.theblue .tagline {
color: #EDE6E6;
background-color: rgba(26, 26, 26, 0.47);
}
.banner .banner-text.right {
right: 4%;
left: auto;
}
.banner .banner-text h1 {
font-size: 27px;
font-weight: 800!important;
text-transform: capitalize;
line-height: 38px;
color: #EDE6E6;
}
.banner .banner-text .tagline {
text-transform: capitalize;
font-weight: 100;
font-size: 17px;
line-height: 33px;
}
.jssora03l, .jssora03r {
display: block;
position: absolute;
/* size of arrow element */
width: 55px;
height: 55px;
cursor: pointer;
background: url(a03.png) no-repeat;
overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
.jssorb03 {
position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
position: absolute;
/* size of bullet elment */
width: 21px;
height: 21px;
text-align: center;
line-height: 21px;
color: white;
font-size: 12px;
background: url(b03.png) no-repeat;
overflow: hidden;
cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }
div#slider1_container {
position: relative;
top: -14px;
left: 0px;
width: 1166px!important;
height: 208px !important;
overflow: hidden;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 2000px;
height: 250px !important;
overflow: hidden;
z-index: 0;
}
.imf {
border: 1px solid #464444;
width: 412px !important;
height: 248px !important;
top: 0px !important;
position: absolute;
overflow: hidden;
}
span.jssora03r {
top: 99.5px !important;
right: -34em!important;
float: right;
background-color: #E61C10;
color: #fff;
}
img#imj:hover {
opacity: 0.6;
}
span.jssora03l {
top: 92.5px !important;
left: -2px !important;
background-color: #E61C10;
}
/*============================================================*/
#banner-holder {
margin:15px -17px 5px;
}
#products-tab {
margin: 29px 0 20px 0;
}
#products-tab .image {
min-height: 215px;
}
.nav-tabs {
border: none;
}
.nav-tabs,
.nav-tabs li,
.nav-tabs a,
.nav-tabs ul {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-tabs.simple li a {
border-bottom: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a {
font-size: 15px;
background-color: #494949 !important;
color: fff !important;
border: 1px solid #e0e0e0;
}
.nav-tabs.simple li.active a:hover {
background-color: #494949;
color: #fff;
border: 1px solid #d3d3d3;
}
.nav-tabs.simple li a:hover
{
background-color: #494949 !important;
color: #fff !important;
}
.nav-tabs li {
float: none;
/* margin: 2px 1px;*/
display: inline-block;
}
.nav-tabs li a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
font-size: 15px;
line-height: 13px;
font-weight: 600;
padding: 11px 36px;
margin: 0 3px;
text-transform: capitalize;
}
.nav-tabs li.active a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
font-size: 15px;
line-height: 13px;
font-weight: 600;
padding: 15px 30px;
margin: 0 3px;
text-transform: capitalize;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus {
color: #fff!important;
border: none!important;
}
.nav-tabs li.active a:hover {
cursor: pointer;
color: #fff;
border: none;
}
.btn-loadmore {
color: #575757;
display: inline-block;
text-align: center;
margin: 21px 0;
text-transform: capitalize;
}
.btn-loadmore:hover i:before {
color: #fff;
}
.btn-loadmore i {
vertical-align: middle;
display: inline-block;
background-color: #f9f9f9;
border-radius: 5px;
width: 22px;
height: 22px;
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-loadmore i:before {
color: #575757;
display: inline-block;
width: 10px;
height: 10px;
font-size: 10px;
line-height: 12px;
vertical-align: middle;
text-align: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.parrellex-bg {
background-size: 100% 100%;
}
/*===============================code used====================================================*/
/* Single Product Page
/*===================================================================================*/
#single-product .gallery-holder {
width: 37%;
}
#single-product .body-holder {
width: 63%;
}
/*#single-product .body-holder .body {
padding: 0 9px;
}*/
#single-product .body-holder .body .availability {
margin: 0 0 0 21px;
line-height: 20px;
display: inline-block;
vertical-align: top;
}
#single-product .title h2{
letter-spacing: -1px;
color: #3d3d3d;
font-weight: 500;
font-size: 26px;
line-height: 36px;
}
#single-product .brand {
line-height: 22px;
padding-bottom: 2px;
font-size: 13px;
color: #1BADD6;
width: 93%;
margin-bottom: 15px;
border-bottom: 1px solid #e0e0e0;
text-transform: uppercase;
margin-left: 4%;
margin-top: 3px;
}
#single-product .body-holder .stButton .stFb,
#single-product .body-holder .stButton .stTwbutton,
#single-product .body-holder .stButton .stMainServices {
height: 23px;
}
#single-product .body-holder .social-row,
#single-product .body-holder .buttons-holder {
display: inline-block;
vertical-align: top;
}
#single-product .body-holder .buttons-holder {
margin: 0 0 0 10px;
}
#single-product .body-holder .buttons-holder .btn-add-to-wishlist {
margin: 0 20px 0 0;
}
/*#single-product .body-holder .excerpt {
margin: 22px 0 ;
}*/
#single-product .body-holder .price-current {
font-size: 22px;
font-weight: 700;
color: #D70D00;
padding: 21px 8px;
display: inline-block;
text-align: left;
vertical-align: top;
}
#single-product .body-holder .price-prev {
font-size: 20px;
font-weight: 600;
color: #e0e0e0;
text-decoration: line-through;
vertical-align: bottom;
line-height: 40px;
margin: 0 0 0 16px;
display: inline-block;
vertical-align: top;
}
#single-product .body-holder .qnt-holder {
margin: 24px 0;
display: inline-block;
vertical-align: top;
}
#single-product .body-holder #addto-cart {
/*margin:8px 0 0px 13px;*/
}
#single-product .single-product-gallery-item {
padding-bottom: 40px;
}
#single-product .single-product-gallery-item img {
margin-top: -4px;
/* width: 228px;
min-height: 300px;
max-height: 309px;*/
height: auto;
width: auto;
border: none;
padding: 12px;
max-height: 295px;
max-width: 342px;
}
body.Reebok.Style.Flip.Lp.Slippers img#imgcat1 {
height: 143px;
width: 228px;
padding: 11px;
border: 5px solid #eee;
}
body.Reebok.Style.Flip.Lp.Slippers .view-also1 {
height: 253px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
/* margin-left: 7%;*/
height: 85px;
}
/*
#single-product .product-item-holder .owl-wrapper-outer {
border: 1px solid #e0e0e0;
}*/
#single-product .gallery-thumbs {
margin: 10px 0 0 0;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
}
#single-product .gallery-thumbs img {
width: auto;
height: 60px;
padding: 7%;
}
/*=============================Code==================================================*/
#owl-single-product .single-product-gallery-item > a {
/*display: inline;*/
display: block;
margin: 0 ;
}
#owl-single-product-thumbnails .owl-wrapper-outer {
width: 100.1%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
border: 1px solid #e0e0e0;
display: block;
border-right-width: 0;
}
#owl-single-product-thumbnails .owl-item:last-child .horizontal-thumb {
border-right-width: 1px;
}
.single-product-gallery-thumbs .nav-holder {
display: none;
}
.single-product-gallery-thumbs .nav-holder:hover {
opacity: 1;
}
.single-product-gallery-thumbs:hover .nav-holder {
display: block;
opacity: 0.8;
}
.le-quantity {
padding: 12px;
position: relative;
border: 1px solid #e0e0e0;
display: inline-block;
vertical-align: top;
}
.le-quantity .minus,
.le-quantity .plus {
position: absolute;
width: 5px;
height: 100%;
padding: 3px 14px;
background-color: #f9f9f9;
top: 0;
font-family: fontawesome;
}
.le-quantity .minus:hover,
.le-quantity .plus:hover {
background-color: #f6f6f6;
}
.le-quantity .minus,
.le-quantity .plus,
.le-quantity .minus:after,
.le-quantity .plus:after {
color: #3d3d3d;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-quantity .minus:after,
.le-quantity .plus:after {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: 10px;
height: 10px;
font-size: 10px;
}
.le-quantity .minus {
left: 0;
border-right: 1px solid #e0e0e0;
}
.le-quantity .minus:after {
content: "\f068";
}
.le-quantity .plus {
border-left: 1px solid #e0e0e0;
right: 0;
}
.le-quantity .plus:after {
content: "\f067";
}
.le-quantity input {
border: none;
text-align: center;
width: 80px;
color: #3d3d3d;
font-size: 20px;
background-color: #fff;
}
.meta-row label {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.meta-row span {
color: #3d3d3d;
font-weight: 500;
text-transform: capitalize;
}
.meta-row span a {
font-weight: 600;
text-transform: capitalize;
}
.meta-row span a:hover {
color: #3d3d3d;
}
#single-product-tab {
margin: 42px 0 -35px 0;
}
#single-product-tab .tab-content {
border: 1px solid #e0e0e0;
}
#single-product-tab .tab-pane {
padding-left: 36px;
padding-top: 35px;
margin-bottom: 40px;
}
/*#single-product-tab .tab-pane p {
margin-bottom: 24px;
}*/
#single-product-tab .tab-pane .meta-row {
margin: 15px 0 0 0;
font-size: 14px;
}
#single-product-tab .tab-pane .meta-row .seperator {
margin: 0 20px;
}
#single-product-tab .new-review-form {
/*margin: 53px 0 0 0;*/
}
#single-product-tab .new-review-form .field-row {
margin-bottom: 22px;
}
#single-product-tab .new-review-form h2 {
font-size: 22px;
line-height: 36px;
text-transform: capitalize;
}
#single-product-tab .new-review-form form {
margin: 27px 0 0 0;
}
#single-product-tab .new-review-form .star-row {
margin-bottom: 27px!important;
}
#single-product-tab .new-review-form .star-row .star-holder {
padding: 9px 0 0 0;
}
#single-product-tab .new-review-form .buttons-holder {
margin: -16px 0px 0 0px;
text-align: right;
}
#single-product-tab .new-review-form .buttons-holder button {
/* padding: 14px 31px;*/
}
.tabled-data.no-border {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 16px;
}
.tabled-data.no-border li {
border: none;
line-height: 16px;
}
.tabled-data.inverse-bold label {
font-weight: normal;
}
.tabled-data.inverse-bold .value {
font-weight: 700;
}
.tabled-data li {
border-bottom: 1px solid #e0e0e0;
color: #3d3d3d;
font-size: 14px;
padding: 7px 0;
}
.tabled-data li:first-child {
padding-top: 0;
}
.tabled-data li:last-child {
border-bottom: 0;
}
.tabled-data li label {
margin: 0;
min-width: 150px;
font-weight: 700;
text-transform: capitalize;
display: inline-block;
vertical-align: top;
}
.tabled-data li .value {
display: inline-block;
vertical-align: top;
text-transform: capitalize;
}
.le-input {
border-radius: 3px;
background-color: #ececec;
border: none;
color: #3d3d3d;
width: 100%;
padding: 5px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.le-input:focus,
.le-input:hover {
background-color: #e0e0e0;
}
.field-row label {
display: block;
font-weight: 700;
font-size: 14px;
color: #3d3d3d;
text-transform: capitalize;
}
.field-row input {
width: 100%;
}
.comment-item {
margin-bottom: 20px;
}
.comment-item .comment-body {
position: relative;
padding: 21px;
border: 1px solid #e0e0e0;
}
.comment-item .comment-body:before,
.comment-item .comment-body:after {
content: "";
border-width: 7.5px 10px 7.5px 0;
width: 0;
height: 0;
border-style: solid;
position: absolute;
top: 20px;
}
.comment-item .comment-body:before {
left: -10px;
border-color: transparent #e0e0e0 transparent transparent;
}
.comment-item .comment-body:after {
left: -8px;
border-color: transparent #fff transparent transparent;
}
.comment-item .comment-body .author {
font-weight: 500;
text-transform: capitalize;
}
.comment-item .comment-body .comment-text {
margin: 16px 0 7px 0!important;
}
.comment-item .comment-body .date {
font-size: 14px;
line-height: 26px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
}
.sidebar-page .gallery-holder {
padding: 15px;
width: 50%!important;
}
.sidebar-page .body-holder {
width: 50%!important;
/*padding: 15px 0;*/
}
/*.sidebar-page .body-holder .body {
padding: 0 19px!important;
}*/
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
}
.sidebar-page .body-holder .body .buttons-holder {
margin: 0 0 0 0px!important;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
}
/*===================================================================================*/
/* Shopping Cart Page
/*===================================================================================*/
#cart-page {
margin-bottom: 76px;
}
#cart-page .widget {
margin: 0 0 17px 0!important;
padding-left: 40px;
}
#cart-page .widget .body {
padding: 7px 0;
}
#cart-page .widget .buttons-holder {
text-align: right;
}
#cart-page .widget .buttons-holder .simple-link {
color: #3d3d3d;
margin: 10px 0;
font-size: 14px;
line-height: 24px;
text-transform: capitalize;
}
#cart-page .widget .tabled-data li label {
min-width: 125px;
}
#cart-page .widget #total-price {
margin: 18px 0 0 0;
padding-bottom: 24px;
border-bottom: 0;
}
#cart-page .widget #total-price .value {
font-weight: bold;
font-size: 25px;
line-height: 25px;
}
#cart-page .items-holder {
margin: 14px 0 0 0;
}
#cart-page .items-holder .close-btn {
display: inline-block;
position: absolute;
right: 1%;
top: 39%;
}
#cart-page .items-holder .close-btn:after {
color: #3d3d3d;
content: "\f00d";
font-family: fontawesome;
}
#cart-page .items-holder .cart-item {
border-bottom: 1px solid #e0e0e0;
padding: 27px 0 24px;
}
#cart-page .items-holder .cart-item:first-child {
padding-top: 0;
}
#cart-page .items-holder .cart-item:last-child {
border-bottom: 0;
}
#cart-page .items-holder .cart-item .title {
padding: 17px 0 0 0;
}
#cart-page .items-holder .cart-item .title a {
line-height: 15px;
font-size: 16px;
text-transform: capitalize;
font-weight: 700;
color: #0e53a5;
}
#cart-page .items-holder .cart-item .brand {
font-size: 10px;
line-height: 27px;
text-transform: uppercase;
}
#cart-page .items-holder .cart-item .quantity {
margin: 11px 0 0 30px;
}
#cart-page .items-holder .cart-item .price {
font-weight: 700;
font-size: 18px;
padding: 28px 0;
text-align: center;
}
/*===================================================================================*/
/* Checkout Page
/*===================================================================================*/
#checkout-page .billing-address .le-checkbox {
display: inline-block;
vertical-align: top;
}
#checkout-page .billing-address .placeholder {
text-transform: capitalize;
}
#checkout-page .billing-address form {
margin: 23px 0 0 0;
}
#checkout-page .billing-address .le-input {
padding: 9px;
}
#checkout-page .billing-address .field-row {
margin-bottom: 25px;
}
#checkout-page #create-account {
font-size: 13px;
line-height: 24px;
}
#checkout-page #shipping-address {
margin: 66px 0 0 0;
}
#checkout-page #shipping-address form {
margin: 24px 0 0 0;
font-size: 14px;
}
#checkout-page #your-order {
margin: 58px 0 0 0;
}
#checkout-page #your-order .order-item {
border-bottom: 1px solid #e0e0e0;
padding: 24px 0 25px 0;
}
#checkout-page #your-order .order-item:first-child {
margin-top: 16px;
}
#checkout-page #your-order .order-item .qty {
font-weight: 700;
font-size: 18px;
display: block;
margin: 14px 0 0 0;
color: #3d3d3d;
}
#checkout-page #your-order .order-item .title {
font-weight: 600;
text-transform: capitalize;
}
#checkout-page #your-order .order-item .title a {
margin: 0 0 0 -42px;
}
#checkout-page #your-order .order-item .title,
#checkout-page #your-order .order-item .title a {
line-height: 27px;
color: #3d3d3d;
}
#checkout-page #your-order .order-item .brand {
margin: 0 0 0 -42px;
font-size: 10px;
line-height: 18px;
text-transform: uppercase;
}
#checkout-page #your-order .order-item .price {
text-align: right;
font-weight: 800;
font-size: 17px;
line-height: 46px;
}
#checkout-page #subtotal-holder {
margin: 44px 0 0 0;
}
#checkout-page #subtotal-holder .radio-group .radio-label {
margin-bottom: 12px;
}
#checkout-page #subtotal-holder .tabled-data li label {
min-width: 230px;
}
#checkout-page #subtotal-holder .tabled-data li .value {
width: 140px;
}
#checkout-page #total-field {
margin-top: 11px;
}
#checkout-page #total-field label {
line-height: 24px;
}
#checkout-page #total-field .value {
font-size: 21px;
line-height: 30px;
}
#checkout-page .place-order-button {
text-align: right;
margin: 23px 0 52px 0;
}
#payment-method-options {
margin: 90px 0 0 0;
}
#payment-method-options .payment-method-option {
padding: 26px 0 25px;
border-bottom: 1px solid #e0e0e0;
}
#payment-method-options .payment-method-option:first-child {
padding-top: 0;
}
#payment-method-options .payment-method-option .radio-label {
vertical-align: top;
margin-top: -3px;
font-size: 16px;
text-transform: capitalize;
}
#payment-method-options .payment-method-option .fake-box {
margin-right: 20px;
}
#payment-method-options .payment-method-option .value {
text-transform: capitalize;
}
#payment-method-options .payment-method-option .value p {
text-transform: none;
}
/*===================================================================================*/
/* About Us Page
/*===================================================================================*/
.services .service {
background-color: #FFF;
text-align: center;
padding: 55px 30px 30px 30px;
position: relative;
}
.services .service .service-icon {
height: 70px;
width: 70px;
border-radius: 4px;
font-size: 40px;
position: absolute;
margin-bottom: 20px;
top: -35px;
left: 35%;
}
.services .service .service-icon i {
padding: 15px;
}
.services .service h3 {
font-size: 21px;
font-weight: 600;
line-height: 36px;
color: #434343;
margin-bottom: 10px;
}
.services .service p {
font-size: 15px;
color: #747474;
line-height: 24px;
}
.team-members .team-member {
margin-bottom: 20px;
}
.team-members .team-member .profile-pic {
width: 100%;
}
.team-members .team-member .profile {
text-align: center;
padding: 26px 0;
background-color: #f8f8f8;
}
.team-members .team-member .profile h3 {
font-size: 24px;
color: #434343;
font-weight: 400 !important;
}
.team-members .team-member .profile h3 .designation {
font-size: 18px;
color: #afafaf;
}
.team-members .team-member .profile .social {
display: none;
}
/*===================================================================================*/
/* Contact Page
/*===================================================================================*/
#contact-us .bordered,
#authentication .bordered {
border-bottom: 1px solid #ececec;
}
.cf-style-1 .field-row {
margin-bottom: 25px;
}
.cf-style-1 label {
color: #3e3e3e;
font-size: 14px;
line-height: 22px;
font-weight: 600 !important;
}
.cf-style-1 .le-input {
background-color: #f6f6f6;
border-radius: 0;
padding: 9px;
}
.our-store {
line-height: 28px;
color: #747474;
}
.our-store address {
line-height: 28px;
}
.our-store h3 {
font-size: 16px;
color: #434343;
margin: 40px 0;
}
.get-direction {
background-color: #f6f6f6;
padding: 15px 0;
}
.get-direction .btn-lg {
padding: 13px 20px;
}
.get-direction .le-input {
background-color: #FFF;
color: #3e3e3e;
font-size: 14px;
padding: 15px 30px;
font-weight: 600 !important;
}
/*===================================================================================*/
/* Authentication Page
/*===================================================================================*/
.btn-facebook,
.btn-twitter {
background-color: #3d5c98;
color: #fff;
font-size: 14px;
line-height: 28px;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-facebook:focus,
.btn-twitter:focus,
.btn-facebook:active,
.btn-twitter:active {
background-color: #2e4674;
color: #FFF;
}
.btn-facebook i,
.btn-twitter i {
font-size: 25px;
display: inline-block;
padding-right: 15px;
}
.btn-twitter {
background-color: #22aadf;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
background-color: #1a89b4;
color: #FFF;
}
.social-auth-buttons {
padding: 15px 0 25px 0;
}
.register-form {
padding: 40px 0;
}
.list-benefits > li {
margin-bottom: 15px;
color: #747474;
font-size: 16px;
font-weight: 600;
}
/*===================================================================================*/
/* FAQ Page
/*===================================================================================*/
.panel-group-faq .panel-faq .panel-heading {
padding: 0 15px;
}
.panel-group-faq .panel-faq .panel-heading .panel-title {
font-size: 28px;
color: #434343;
font-weight: 400 !important;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a {
padding: 24px 0;
display: block;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a:after {
content: "\f106";
font-family: fontawesome;
float: right;
}
.panel-group-faq .panel-faq .panel-heading .panel-title > a.collapsed:after {
content: "\f107";
color: #e1e1e1;
}
.panel-group-faq .panel-faq .panel-body {
line-height: 28px;
font-size: 16px;
color: #747474;
border-top: 0 !important;
padding: 20px 15px 60px 15px;
}
/*===================================================================================*/
/* Blog Page
/*===================================================================================*/
.posts.sidemeta {
padding-left: 50px;
margin-left: 20px;
}
.posts.sidemeta .format-wrapper {
position: absolute;
top: 75px;
left: -75px;
font-size: 25px;
}
.posts.sidemeta .format-wrapper a {
color: #a7a7a7;
}
.posts.sidemeta .date-wrapper {
position: absolute;
top: 0;
left: -90px;
}
.posts .meta {
padding: 18px 0;
border-bottom: 1px solid #ececec;
}
.posts .meta > li {
display: inline-block;
margin: 0 6px;
}
.posts .meta > li,
.posts .meta > li a {
color: #9f9f9f;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.posts .meta > li:before {
content: "\f111";
color: #9f9f9f;
font-family: fontawesome;
font-size: 5px;
padding-right: 15px;
float: left;
margin-top: 7px;
display: inline-block;
}
.posts .meta > li:first-child {
margin-left: 0;
}
.posts .meta > li:first-child:before {
content: none;
}
.posts .post {
margin-bottom: 100px;
position: relative;
}
.posts .post .date-wrapper {
text-align: center;
display: table;
float: left;
margin-right: 20px;
}
.posts .post .date-wrapper .date {
display: table-cell;
vertical-align: middle;
border-radius: 4px;
width: 52px;
height: 71px;
background-color: #59b210;
line-height: 24px;
color: #FFF;
}
.posts .post .date-wrapper .date .month {
font-size: 15px;
text-transform: uppercase;
display: block;
}
.posts .post .date-wrapper .date .day {
font-size: 18px;
display: block;
}
.posts .post .post-media {
margin-bottom: 50px;
}
.posts .post .post-media iframe {
width: 100%;
border: 0;
}
.posts .post p {
color: #747474;
font-size: 14px;
line-height: 24px;
padding: 24px 0 ;
}
.posts .post .post-title {
font-size: 28px;
color: #434343;
line-height: 120%;
font-weight: 400 !important;
}
.posts .format-quote {
padding: 60px 80px;
background-color: #59b210;
}
.posts .format-quote:before {
background: url("../images/background-images/testimonials.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 0;
content: "";
left: 0;
opacity: 0.05;
position: absolute;
right: 0;
top: 0;
}
.posts .format-quote blockquote {
border-left: 0;
padding: 0;
position: relative;
}
.posts .format-quote blockquote:after {
content: "\f10e";
display: block;
font-family: fontawesome;
font-size: 40px;
line-height: 100%;
position: absolute;
bottom: 0;
right: 0;
color: #FFF;
}
.posts .format-quote blockquote p {
font-size: 22px;
font-style: italic;
line-height: 160%;
color: #FFF;
font-weight: 600 !important;
}
.posts .format-quote blockquote footer {
color: #FFF;
}
.posts .format-quote blockquote footer:after {
background-color: #FFF;
content: "";
display: inline-block;
height: 1px;
margin-bottom: 0.28em;
width: 20px;
margin-left: 5px;
}
.posts .format-link {
background-color: #ececec;
padding: 80px;
}
.posts .format-link .post-title {
font-size: 38px;
line-height: 46px;
font-weight: 600 !important;
margin-bottom: 20px;
}
.posts .format-link .post-title > a {
color: #434343;
}
.posts .post-entry .meta {
margin-bottom: 25px;
}
.posts .post-entry .post-title {
font-size: 28px;
color: #434343;
line-height: 120%;
font-weight: 400 !important;
}
.posts .post-entry p {
font-size: 16px !important;
line-height: 28px !important;
color: #747474;
padding: 0 !important;
margin-bottom: 40px;
}
.posts .post-entry p.highlight {
font-size: 19px !important;
font-weight: 600 !important;
}
.posts .post-entry p.highlight-light {
font-size: 19px !important;
}
.posts .post-entry .inner-left {
padding-left: 50px;
}
.posts .post-entry blockquote {
border-left: 0;
font-size: inherit;
margin: 0;
padding: 0;
}
.posts .post-entry blockquote p {
font-weight: 600;
font-size: 16px;
font-style: italic;
}
.posts .post-entry blockquote:before {
content: "\f10d";
font-family: FontAwesome;
color: #a7a7a7;
font-size: 25px;
margin-left: -38px;
float: left;
}
.blog-pagination {
text-align: center;
width: 100%;
}
.blog-pagination > li {
display: inline-block !important;
}
.blog-sidebar .widget {
margin-bottom: 55px !important;
}
.blog-sidebar .widget:first-child .body {
margin-top: 0;
padding-top: 0;
}
.blog-sidebar .widget h4 {
border-bottom: 1px solid #ececec;
font-size: 24px;
font-weight: 400 !important;
line-height: 45px;
}
.blog-sidebar .widget .body {
padding-left: 0 !important;
padding-right: 0 !important;
font-size: 14px;
line-height: 24px;
color: #868686;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.blog-sidebar .widget .body .le-links > li {
line-height: 36px;
border-bottom: 1px solid #ececec;
}
.blog-sidebar .widget .body .le-links > li > a {
color: #686868;
font-weight: 600 !important;
display: block;
}
.blog-sidebar .widget .body .le-links > li > a:before {
content: none;
}
.blog-sidebar .widget .body .le-links > li > a:after {
content: "\f105";
font-family: fontawesome;
float: right;
}
.blog-sidebar .widget .body .le-links > li:last-child {
border-bottom: none;
}
.blog-sidebar .widget .body .tagcloud a {
color: #686868;
line-height: 34px;
}
.blog-sidebar .widget .body .search-form .form-group {
float: left;
margin-bottom: 0;
margin-right: -28px;
width: 100%;
}
.blog-sidebar .widget .body .search-form .form-control {
font-size: 14px;
border: none;
height: 42px;
border-radius: 0px;
background: none repeat scroll 0 0 #f6f6f6;
box-shadow: none;
color: #1A1A1A;
padding-left: 10px;
padding-right: 10px;
}
.blog-sidebar .widget .body .search-form .form-control:focus {
box-shadow: none;
}
.blog-sidebar .widget .body .search-form button {
border: 0 none;
float: left;
font-size: 13px;
margin: 0;
padding: 10px 10px 5px 0;
margin-top: 1px;
background: rgba(0, 0, 0, 0);
}
.blog-sidebar .widget .recent-post-list h5 {
margin: 7px 0px;
font-size: 14px;
font-weight: 300 !important;
line-height: 15.58px;
text-transform: capitalize;
}
.blog-sidebar .widget .recent-post-list h5 a {
color: #434343;
}
.blog-sidebar .widget .recent-post-list .posted-date {
color: #8f8f8f;
font-size: 12px;
}
.blog-sidebar .widget .recent-post-list .sidebar-recent-post-item {
margin-bottom: 20px;
}
.blog-sidebar .widget .recent-post-list img {
height: 75px;
width: 75px;
overflow: hidden;
}
/* Owl Carousel for Blog Post with Gallery */
.owl-carousel-blog {
margin-bottom: 30px;
}
.owl-carousel-blog .item {
height: 430px !important;
}
.owl-carousel-blog .owl-prev,
.owl-carousel-blog .owl-next {
opacity: 0.8;
}
/* Blog Post Author */
.blog-post-author {
background: none repeat scroll 0 0 #F8F8F8;
padding: 16px;
margin-bottom: 60px;
margin-top: 30px;
}
.blog-post-author .media > .pull-left {
margin-right: 28px;
}
.blog-post-author .media .media-heading {
font-size: 19px;
margin: 15px 0px;
}
.blog-post-author .media .media-heading > a {
color: #747474;
}
.blog-post-author .media .media-body p {
color: #7f7f7f;
font-size: 16px;
line-height: 25px;
}
/* Blog COmments */
#comments > h3 {
font-size: 24px;
font-weight: 400 !important;
border-bottom: 1px solid #ececec;
margin-bottom: 35px;
line-height: 40px;
}
.comment-item .comment-body header {
border-bottom: none;
}
.comment-item .comment-body .author {
font-size: 15px;
font-weight: 700;
display: inline-block;
}
.comment-item .comment-body .date {
color: #8c8c8c;
margin-right: 15px;
}
.comment-item .comment-body .likes,
.comment-item .comment-body .likes-count {
margin-right: 15px;
}
.comment-item .comment-body .likes a,
.comment-item .comment-body .likes .icon {
color: #a7a7a7;
}
.comment-item .comment-body .dislikes .icon {
color: #a7a7a7;
}
.comment-item .comment-body .comment-reply {
color: #434343;
}
.comment-item .comment-body .comment-content {
margin-top: 15px;
color: #747474;
font-size: 14px;
line-height: 22px;
}
/* Reply Block */
.leave-reply h3 {
font-size: 24px;
font-weight: 400 !important;
border-bottom: 1px solid #ececec;
line-height: 40px;
}
.leave-reply p {
margin-top: 15px;
color: #747474;
}
.leave-reply .field-row {
margin-bottom: 25px;
}
.leave-reply .reply-form {
margin-top: 40px;
}
#reply-block .le-input {
padding: 9px;
}
.post-comment-button {
font-size: 16px;
margin-bottom: 70px;
}
/*===================================================================================*/
/* Sidebar
/*================================code used===================================================*/
.sidebar h1,
.sidebar h2,
.sidebar h3 {
font-weight: 500 !important;
}
.sidebar.narrow {
width: 23%;
padding: 0 6px 0 0;
}
.sidebar.wide {
width: 74%
}
.sidebar .price-filter {
margin: -14px 0 0 0;
padding: 10px 0 0 0;
}
.sidebar .price-range-holder {
padding: 18px 0px 47px 0px;
position: relative;
}
.sidebar .price-range-holder .filter-button a {
text-transform: uppercase !important;
}
.sidebar .price-range-holder .filter-button a:hover {
color: #3d3d3d;
}
.sidebar .price-range-holder .min-max,
.sidebar .price-range-holder .filter-button {
margin: 14px 0 0 0;
font-size: 13px;
font-family: roboto;
}
.sidebar .price-range-holder .price-slider {
visibility: hidden;
}
.sidebar .price-range-holder .price-range.in {
overflow: visible;
}
.sidebar .price-range-holder .slider .tooltip {
margin-top: 55px;
}
.sidebar .price-range-holder .min-max {
float: left;
}
.sidebar .price-range-holder .filter-button {
float: right;
}
.sidebar .price-range-holder .filter-button a {
font-weight: 700 !important;
font-weight: 800;
text-transform: capitalize;
}
.sidebar .simple-banner {
margin: 31px 0px 38px 6px;
}
.sidebar .simple-banner a {
display: block;
}
.sidebar .widget {
margin: 0 0 8px 0;
}
.sidebar .widget .row {
padding: 0;
margin: 0;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 10px;
}
.sidebar .widget .product-list {
margin: 8px 0 0 0;
padding: 0;
}
.sidebar .widget .product-list li {
margin: 0 0 15px 0;
border-bottom: 1px dashed #A6A0A0;
padding-bottom: 14px;
}
.sidebar .widget .product-list li a {
line-height: 20px;
font-size: 13px;
display: inline-block;
text-transform: capitalize;
font-weight: 600;
color: #3d3d3d;
margin-left: 5px;
}
.sidebar .widget .product-list .price {
line-height: 28px;
}
.sidebar .widget .product-list .price .price-prev {
color: #c6c6c6;
font-size: 11px;
text-decoration: line-through;
}
.sidebar .widget .product-list .price .price-current {
font-size: 15px;
font-weight: 700 !important;
font-weight: 800;
}
.sidebar .widget .product-list .price .price-prev,
.sidebar .widget .product-list .price .price-current {
display: inline-block;
vertical-align: top;
vertical-align: middle;
}
.sidebar .widget hr {
margin: 5px 0;
}
.sidebar .widget .category-filter ul li {
position: relative;
}
.sidebar .widget .category-filter ul span {
font-size: 12px;
vertical-align: bottom;
display: inline-block;
line-height: 24px;
margin: 0 8px 0 0;
}
.sidebar .widget .category-filter ul label {
font-weight: 400;
text-transform: capitalize;
font-size: 12px;
margin: 0 0 3px;
line-height: 20px;
}
/*==============================shop code used=====================================================*/
/* Footer
/*===================================================================================*/
#footer {
/* padding: 28px 0 0 0;*/
margin-top: 2em;
}
.widgets-row {
margin-bottom: 12px;
}
#footer h2 {
text-transform: capitalize;
font-size: 21px;
line-height: 32px;
letter-spacing: -1px;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 11px;
}
#footer h3 {
text-transform: capitalize;
font-size: 16px;
line-height: 24px;
font-family:roboto;
padding-bottom: 11px;
}
#footer .widget .row {
padding: 0;
margin: 0;
}
#footer .widget .body {
margin: 27px 0 0 0;
}
#footer .widget .body li {
margin: 0 0 20px 0;
}
#footer .widget .body li a {
line-height: 15px;
font-size: 14px;
text-transform: capitalize;
font-weight: 700;
color: #0e53a5;
}
#footer .widget .price {
line-height: 21px;
}
#footer .widget .price .price-prev {
color: #c6c6c6;
font-size: 11px;
text-decoration: line-through;
}
.color-bg {
background-color: #FFFFFF;
border-top: 2px solid #D70D00;
}
#footer .widget .price .price-current {
font-size: 15px;
color: #3d3d3d;
}
#footer .widget .price .price-prev,
#footer .widget .price .price-current {
display: inline-block;
vertical-align: top;
vertical-align: middle;
}
#footer .widget .thumb-holder {
float: right;
display: inline-block;
background-color: #fff;
border: 1px solid #e0e0e0;
}
#footer .widget .thumb-holder img {
width: 73px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 2%;
border-top: 1px solid #C5C5C5;
width: 100%;
border-bottom: 2px solid #D70D00;
padding-bottom: 2%;
}
#footer .sub-form-row input {
border-radius: 5px;
border: 1px solid #e0e0e0;
padding: 4.3px;
color: #3d3d3d;
width: 48%;
border-radius: 1px 0 0 1px;
}
footer .sub-form-row {
position: relative;
z-index: 200;
width: 50%;
display:inline-flex;
margin-top: -4px;
}
.le-button {
background-color: #D70D00;
}
.le-button:hover {
background-color: #808080;
color:#F9F9F9;
}
ul.social li a:hover {
color: #fff !important;
opacity: 0.8;
}
.sub-form-row h3 {
font-size: 14px !important;
width: 189px;
}
form#news-letter {
width: 100%;
margin-left: -3px;
}
i.fa.fa-plus {
font-size: 12px;
font-weight: normal;
margin-right: 3px;
color: #B1B0B0;
}
#footer .sub-form-row button {
padding: 4px 12px 6px 12px;
border-radius: 1px;
}
a:hover,
a:focus,
a:active {
color: #000!important;
}
.social-icons {
list-style: none;
padding: 0;
margin: 0;
}
.social-icons {
list-style: none;
padding: 0;
margin: 0px;
float: right;
display: inline-flex;
}
.social-icons ul {
margin-left: 13px;
}
.social-icons li {
display: inline-block;
font-size: 16px;
margin-right: 10px;
}
.social-icons li a {
color: #fff;
display: inline-block;
padding: 6px;
}
a.fa.fa-facebook {
background: #3B5998;
}
a.fa.fa-twitter {
background: #5EA9DD;
}
a.fa.fa-pinterest {
background: #CC2028;
}
a.fa.fa-linkedin {
background: #0177B5;
}
.social-icons li a:before {
width: 16px;
height: 16px;
display: inline-block;
text-align: center;
}
#footer .link-list-row .contact-info {
text-transform: capitalize;
}
#footer .link-list-row .contact-info .regular-bold {
margin: 0 0 29px 0;
}
#footer .link-list-row .contact-info .social-icons {
margin: 58px 0 0 0;
}
#footer .link-list-row .contact-info .social-icons h3 {
line-height: 27px;
}
#footer .link-list-row .link-widget {
display: inline-block;
vertical-align: top;
width: 21.5%;
margin: 0 17px 0px 15px;
}
#footer .link-list-row .link-widget h3 {
padding-bottom: 18px;
color: #D70D00;
margin-top: 17px;
}
img#brand-lg {
margin-right: 6px;
}
ul#footer-links {
margin-right: 11px;
margin-left: -3px;
}
ul#footer-links li {
border-bottom: 1px solid #C8C8C8;
}
ul#price-list li {
background-color: rgba(226, 226, 226, 0.36);
}
#footer .link-list-row .link-widget li {
margin: 0 0 7px 0;
padding: 6px 1px 10px 5px;
}
#footer .link-list-row .link-widget li a {
color: #000000;
text-transform: capitalize;
font-size: 14px;
}
#footer .copyright-bar {
background-color: #F9F9F9;
padding: 17px 0;
/*display: inline-block;*/
text-transform: capitalize;
width: 100%;
}
.payment-methods1 {
text-align: center;
margin-top: -29px;
margin-bottom: -11px;
}
#footer .payment-methods1 li {
display: inline-block;
/* width: 50px; */
border-right: 1px solid #CBC8C8;
text-align: center;
padding: 0px 9px;
margin-top: 1%;
margin-bottom: 1%;
}
#footer .payment-methods1 li a {
color: #686868;
}
#footer .copyright-bar .copyright {
line-height: 30px;
color: #8a8a8a;
margin-left: 6%;
font-family: roboto;
text-align: center;
}
div#foomenu {
width: 100%;
}
#footer .copyright-bar .copyright a {
color: #D70D00;
font-weight: 600;
}
#footer .payment-methods {
text-align: center;
}
#footer .payment-methods li {
display: inline-block;
width: 50px;
background-color: #fff;
border-radius: 2px;
text-align: center;
padding: 0px 5px;
}
.footer-logo h3 {
margin-top: -3px !important;
padding-bottom: 24px !important;
}
#footer .payment-methods li:hover {
cursor: pointer;
}
#footer .payment-methods li:hover img {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}
#footer .payment-methods li img {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
-ms-filter: grayscale(0%);
}
/* Browser Specific Styles
/*===================================================================================*/
.gecko .dropdown > a:after {
vertical-align: middle!important;
}
.gecko .dropdown-toggle:after {
vertical-align: middle!important;
}
.gecko header .top-search-holder .search-area .search-button:after {
vertical-align: middle!important;
}
.ie9 #top-megamenu-nav .dropdown .dropdown-toggle:before {
bottom: -23%;
}
.ie9 .le-select select {
padding: 5px;
}
.ie9 .le-select:after {
display: none;
}
/*===================================================================================*/
/* Responsive Layout
/*===================================================================================*/
select.top-drop-menu {
margin: 10px 0 0 0;
padding: 10px;
width: 100%;
color: #000;
}
.carousel-item.size-small {
min-width: 194px;
}
.carousel-item.size-medium {
min-width: 225px;
}
.navbar-collapse {
padding: 0;
}
.navbar .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-collapse {
max-height: none;
}
@media (max-width: 400px) {
.logo {
text-align: center;
}
div#hero {
display: none;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder {
margin: -50px 0 0 -5px !important;
}
#hero .owl-wrapper-outer {
width: 100%;
}
header .top-cart-row {
padding: 16px 0 0 1px;
text-align: center;
}
div#dropmenu {
width: 100%;
}
span.price2 {
margin-left: -15%;
color: #D70D00;
font-weight: bold;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 12px;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#owl-main.height-lg .item {
height: 215px;
}
#owl-main .caption .big-text .big {
font-size: 11px;
top: -15px;
left: -45px;
width: 59%;
padding:0;
}
a.big.le-button1 {
padding: 6px 9px 8px 9px;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#owl-main .owl-pagination {
padding: 2px;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 90%;
margin-bottom: 5%;
}
.categories-products {
display: inline-block;
margin-left: 5%;
overflow: hidden;
}
.b-link-box {
width: 100% !important;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
#bestsellers .size-medium {
max-width: 298px;
margin-left: 4%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 115em;
width: 100%;
left: 21%;
}
img#imgcat {
height: 100%;
width: 100%;
}
.b-link-box .b-top-line {
position: absolute;
left: -5px !important;
top: -47px !important;
right: 3px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: -4px !important;
top: -40px!important;
width: 100% !important;
height: 100% !important;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
background: #fff;
}
div#owl-recommended-products .owl-item {
width: 334px !important;
}
.b-link-flow {
width: 100% !important;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.accessories {
text-align: right;
width: 100%;
float: left;
border-left: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
margin-bottom: 5%;
padding-bottom: 3%;
}
img#hot-img1 {
/* width: 60%;*/
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
margin-top: 20px;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
/*margin-top: 32px;*/
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 100%;
top: 21em;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.mi-slider ul {
position: relative;
bottom: auto;
}
.mi-slider nav a {
font-size: 12px;
padding: 30px 0px 30px 9px;
}
.mi-slider ul li {
/* -webkit-animation: none !important;
animation: none !important;*/
-webkit-transform: translateX(0) !important;
transform: translateX(0) !important;
padding: 10px 3px;
}
.mi-slider {
position: relative;
margin-top: -137px;
height: 270px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/* left: 16px; */
bottom: 5px;
}
.top.brand1 {
margin-bottom: -6em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider nav a {
font-size: 9px;
padding: 39px 3px 28px 3px;
}
.mi-slider {
text-align: center;
margin-bottom:26%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 103px !important;
}
.top.brand1 {
height: 178px;
margin-top: 23px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 7em!important;
float: right;
}
.social-icons {
margin: 3px 26px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 76% !important;
margin-left: 2px !important;
}
#footer .sub-form-row button {
padding: 3px 3px 4px 2px;
border-radius: 1px;
margin-top: 5px;
width: 40% !important;
float: right;
margin-right: 28px;
}
form#news-letter {
width: 67%;
margin-left: -27px;
}
#footer .link-list-row .link-widget {
width: 100%;
margin: 0 15px 0px -5px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
}
/*================================Coupan code====================================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 212px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 12px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
}
/*========================Coupan Code==============*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
.b-link-box .b-wrapper {
top: -15px !important;
}
.sidebar {
width: 100%!important;
margin-left: 1%;
}
.grid-list-products .control-bar #popularity-sort {
width: 85px;
margin: -5px 14px 0px 0px;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
ul.bxslider li span h1 {
padding: 1px 61px;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
div#filter h1 {
font-size: 18px;
text-align: center;
}
.sidebar .widget .category-filter ul span {
display: none !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 51px;
margin-top: -7px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -11%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 95%;
}
div#item-count {
margin-right: -1%;
margin-left: 2%;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
.pagination {
margin: 18px 66px;
text-align: center;
}
div#search-products {
width: 71.9%;
margin-left: 37px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
margin-right: 8px;
float: right;
}
.sub-form-row h3 {
font-size: 12px !important;
}
.pagination1 {
margin: 21px 29px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
height: 385px;
margin-bottom: 0em;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
width: 449px !important;
margin-left: 55px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
div#right-sidebar {
display: none;
float: right;
margin-top: 32px;
border: 2px solid #eee;
}
#footer .payment-methods1 li{margin-left: -10px !important;}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 16px;
font-weight: bold !important;
}
#single-product .brand {
margin-left: 10%;
width: 83%;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
#single-product-tab .new-review-form {
margin: 53px 1px 3px 33px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 306px;
}
#single-product .body-holder .excerpt {
margin: 23px -4px 5px 16px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 100%!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 2px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
display: flex;
float: none;
margin-left: 24%;
margin-bottom: 10px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
display: none !important;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
}
.add-compare1 a {
font-size: 10px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
}
#single-product .body-holder #addto-cart {
margin: -2px 0 6px 7px;
padding: 4px 11px;
}
.features h4 {
font-size: 16px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
width: 100%;
margin-left: -17px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 19px;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
margin-left: 22px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 0 !important;
}
.view-also1 {
height: 100%;
width: 100%;
margin-right: -4px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 23px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: -1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 4px;
}
ul.offers-bannner li img#brand-lg1 {
width: 295px;
max-width: 295px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -20px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
}
@media (min-width: 401px) and (max-width: 415px) {
html#coupon-page section#coupan-dd .owl-item {
width: 320px !important;
margin-left: 32px;
}
html#coupon-page .hot-deals1 {
margin-left: 40px;
overflow: hidden;
}
.load-more {
text-align: center;
margin-bottom: 33px;
}
}
@media (min-width: 401px) and (max-width: 500px){
.logo {
text-align: center;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.load-more {
text-align: center;
margin-bottom: 40px;
}
.coupan h2 {
font-size: 17px;
}
#hero .owl-wrapper-outer {
width: 97%;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 43px;
position: relative;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
#footer .payment-methods1 li{margin-left: -10px !important;}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 5px;
padding: 40px 3px 30px 4px;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#owl-main.height-lg .item {
height: 215px;
background-size: 100% 100%;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
div#dropmenu {
width: 80%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 90%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: 5%;
width: 80%;
}
.parrellex-bg {
background-size: 100% 100%;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
#single-product .single-product-gallery-item img {
width: 72%;
height: 246px;
max-width: 72%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: 1%;
height: 85px;
}
.add-pr {
float: none !important;
display: flex;
margin-left: 76px !important;
}
.categories-products {
display: inline-block;
margin-left: 10%;
overflow: hidden;
}
p.b-ccw-180.b-animate.b-delay06 {
margin-top: 57% !important;
}
.b-link-box {
width: 99% !important;
margin-left: 2px;
}
#content2 {
overflow: hidden;
background-size: 99% 100% !important;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.border-bottom .features {
padding: 0px 5px;
}
div#hero {
overflow: hidden;
display: none;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 132em;
width: 100%;
left: 21%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
}
.b-link-box .b-top-line {
display: none !important;
}
.b-link-box .b-bottom-line {
display: none!important
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
overflow: hidden;
}
a.b-link-box.b-animate-go.b-opacity-30:hover {
opacity: 0.8;
}
#bestsellers .size-medium {
max-width: 69% !important;
margin-left: 6% !important;
}
div#owl-recommended-products .owl-item {
width: 442px !important;
margin-left: 40px;
}
.b-link-flow {
width: 100% !important;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.accessories {
text-align: right;
width: 100%;
float: left;
border-left: 1px solid;
border-bottom: 1px solid;
margin-bottom: 5%;
padding-bottom: 3%;
}
img#hot-img1 {
width: 60%;
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 100%;
top: 478px;
}
.mi-slider {
position: relative;
margin-top: -314px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
/* left: 16px; */
bottom: -45px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 45%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 103px !important;
}
.top.brand1 {
height: 178px;
margin-top: -42px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 7em!important;
float: right;
}
.social-icons {
margin: 3px 83px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 58% !important;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px !important;
border-radius: 5px !important;
margin-top: 5px !important;
width: 38% !important;
float: right !important;
margin-top: 0px !important;
margin-left: -3px !important;
margin-right: -6px !important;
}
form#news-letter {
width: 81%;
margin-left: -19px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 100%;
margin: 0 15px 0px -5px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
}
/*8==============Coupan Page===================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 39px 39px 1px 34px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan h2 {
font-size: 17px;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width:320px !important;
margin-left: 49px;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -8px;
min-width: 249px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
padding-bottom: 13px;
margin-left: 67px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
border: 2px solid #ececec;
border-radius: 4px;
min-width: 246px;
position: relative;
background-color: #fff;
color: #F8484A;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 42px;
max-width: 285px;
}
/*=========================Coupan page*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.product-item-holder .body .title a {
font-size: 13px;
}
section#category-grid {
margin-bottom: -10em;
}
.product-item-holder .body .brand1 {
font-size: 13px;
}
del {
font-size: 12px;
}
.product-grid-holder .product-item-holder .prices {
margin: 0 55px;
padding: 14px 23px 21px;
}
.product-item-holder .price-current {
font-size: 12px;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
.sidebar {
width: 87%!important;
margin-left: 6%;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
ul.bxslider li span {
display: none !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
.bx-wrapper {
width: 82%;
margin-left: 32px;
}
a.bx-prev {
position: absolute;
top: 51%;
z-index: 111;
left: 47px;
}
a.bx-next {
position: absolute;
top: 51%;
z-index: 111;
right: 48px;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
span.dealof.day p {
margin-left: 32px !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -7%;
}
.grid-list-products .control-bar #popularity-sort {
width: 75px;
margin: -5px 17px 0 0;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 95%;
}
div#item-count {
margin-right: -2%;
margin-left: 5%;
}
.pagination {
margin: 18px 66px;
text-align: center;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
div#search-products {
width: 71.9%;
margin-left: 48px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
float: right;
}
.pagination1 {
margin: 21px 36px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
overflow: hidden;
height: 384px;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
/* width: 449px !important; */
margin-left: 81px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 15px;
font-weight: bold !important;
}
#single-product .brand {
margin-left: 10%;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 306px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 100%!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 10px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
display: flex;
float: none;
margin-left: 24%;
margin-bottom: 10px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
display: none !important;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
}
.add-compare1 a {
font-size: 10px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
padding-top: 12px;
}
#single-product .body-holder #addto-cart {
margin: 9px 12px 16px 23px;
padding: 9px 17px;
}
.features h4 {
font-size: 16px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
width: 100%;
margin-left: 1px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 17px;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
margin-left: 22px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 0 !important;
}
.view-also1 {
height: 100%;
width: 100%;
margin-right: -4px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
.view-also1 img#imgcat1 {
height: 314px;
width: 100%;
padding: 58px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: -1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 0px;
}
ul.offers-bannner li img#brand-lg1 {
width: 310px;
/* max-width: 318px; */
}
ul.offers-bannner li {
border: 2px solid #BABABA;
margin-left: 24px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -111px;
}
}
@media (min-width: 501px) and (max-width: 533px){
.coupan-code span#red {
padding: 7px;
font-size: 11px;
text-transform: capitalize;
}
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 17px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan a.slider-next {
position: absolute;
right: 8px;
}
.coupan a.slider-prev {
left: 8px;
color: #7E7C7C;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 226px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 15px;
overflow: hidden;
padding-bottom: 2px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 17px;
position: relative;
}
html#coupon-page div#title-nav:after {
top: 59%;
left: 62px;
width: 73%;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 215px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right:19px;
max-width: 217px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 534px) and (max-width: 603px){
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 246px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 241px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 24px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 18px;
max-width: 227px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 604px) and (max-width: 767px){
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 260px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 241px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 30px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 18px;
max-width: 227px;
float: left;
}
/*========================Coupan Code==============*/
}
@media (min-width: 501px) and (max-width: 766px){
.logo {
text-align: center;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 5px;
padding: 40px 22px 29px 1px;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 100% 100%;
}
.coupan h2 {
font-size: 17px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
.b-link-box .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: 62px;
left: 0;
text-align: center;
color: #fff;
overflow: hidden;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.parrellex-bg {
background-size: 100% 100%;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 100% !important;
}
#hero .owl-wrapper-outer {
width: 96%;
margin-left: 8px;
}
#owl-main.height-lg .item {
height: 330px;
background-size: 100% 100%;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 74% 25%;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 56px !important;
}
.add-compare1 a {
font-size: 10px;
}
.add-price a {
font-size: 10px;
}
div#dropmenu {
width: 46%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 16px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: 5%;
min-width: 199px !important;
width: 45%;
margin-right: 21px;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.categories-products {
display: inline-block;
margin-left: 3%;
overflow: hidden;
}
.b-link-box {
width: 98% !important;
margin-left: 1%;
}
#content2 {
overflow: hidden;
background-size: 100% 100%;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.content {
background-attachment: fixed;
height: 280px;
}
span.text-bg1 {
font-size: 13px;
}
span.text-bg2 {
font-size: 33px;
}
span.text-bg3 a {
font-size: 12px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 49em;
width: 100%;
left: 32%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
max-width: 225px;
max-height: 298px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 90%;
text-align: center;
margin-left: 33px;
margin-right: 7px;
}
.b-link-box .b-top-line {
display: none !important;
}
.b-link-box .b-bottom-line {
display: none !important;
}
a.b-link-box.b-animate-go.b-opacity-30:hover {
opacity: 0.8;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: -75px;
overflow: hidden;
}
#bestsellers .size-medium {
max-width: 63% !important;
margin-left: 2% !important;
}
div#owl-recommended-products .owl-item {
width: 303px !important;
}
.b-link-flow {
width: 100% !important;
}
.carousel-item.size-medium {
min-width: 263px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.categories-first img#imgcat {
height: 100%;
padding: 0px;
width: 100%;
max-height: 313px;
max-width: 314px;
}
.access-img {
float: right;
padding-top: 35px;
}
img#hot-img1 {
width: 65%;
}
.head-img {
float: right;
width: 52%;
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 36%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 12px;
}
span.big-text5 {
font-size: 15px;
}
p#hot-content {
padding: 1px 0px;
font-size: 12px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 16px;
}
.mi-slider nav {
max-width: 85%;
top: 519px;
}
.mi-slider {
position: relative;
margin-top: -314px;
height: 428px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 45%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
div#slider1_container {
width: 1166px!important;
height: 115px !important;
}
.top.brand1 {
height: 189px;
margin-top: -72px;
}
.carousel-holder .title-nav h1 {
font-size: 17px;
line-height: 40px;
}
span.jssora03r {
top: 99.5px !important;
right: 4em!important;
float: right;
}
.imf {
border: 1px solid #464444;
width: 400px !important;
height: 215px !important;
top: 1px !important;
position: absolute;
overflow: hidden;
}
div#linkd {
width: 99% !important;
float: left;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 83px;
}
footer .sub-form-row {
width: 100%;
display: inline-flex;
margin-top: -4px;
margin-left: 8%;
}
#footer .sub-form-row input {
width: 58% !important;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: -17px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 89%;
margin: 2px 17px 1px 28px;
text-align: center;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
ul#footer-links li {
border-bottom: none;
text-align: left !important;
margin: 10px 1px 8px 195px !important;
}
.col-xs-12.col-md-6.top-search-holder.no-margin {
width: 62%;
}
header .top-search-holder .search-area .search-field {
padding: 7px;
}
header .top-search-holder .search-area .categories-filter {
padding-top: 0px;
padding-bottom: 2px;
}
.col-xs-12.col-md-3.top-cart-row.no-margin {
width: 35%;
}
.owl-buttons {
display: inline-block;
}
/*================================Coupan code====================================*/
/*.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 269px !important;
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 0px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 13px 0px 51px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 236px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 5px;
max-width: 232px;
float: left;
}*/
/*========================Coupan Code==============*/
/*=====================serch page responsive======================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.sidebar {
width: 87%!important;
margin-left: 7%;
}
section#category-grid {
margin-bottom: -10em;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.bx-wrapper img {
margin-left: -36px;
}
ul.bxslider li span {
display: none !important;
}
ul.bxslider li span p {
font-size: 17px !important;
}
.sidebar .widget .category-filter ul {
text-align: center;
}
.category-filter {
margin-bottom: -45px;
text-align: center;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
span.dealof.day p {
margin-left: 29px !important;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.sidebar .price-filter {
margin: -11px 9px -2px 93px;
padding: 10px 0 0 0;
width: 61%;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -11%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: -1%;
border: 1px solid #D8D8D8;
width: 98%;
}
div#item-count {
margin-right: -5%;
margin-left: 8%;
}
img#banner-2 {
margin-left: 0%;
width: 100%;
}
.product-item-holder .body .title a {
font-size: 13px;
}
.product-item-holder .body .brand1 {
font-size: 13px;
}
del {
font-size: 12px;
}
.product-grid-holder .product-item-holder .prices {
margin: 0 -2px;
padding: 14px 23px 21px;
}
.product-item-holder .price-current {
font-size: 12px;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
div#search-products {
width: 45.9%;
margin-right: -4px;
margin-left: 13px;
margin-bottom: 33px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 100%;
float: left;
margin-left: -14px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.product-item-holder .price-prev {
font-size: 12px;
}
.product-item-holder .price-current {
font-size: 11px;
}
.pagination1 {
margin: 21px 87px;
}
.product-item-holder .body .brand1 {
font-size: 12px;
float: left;
text-align: left;
}
div#star-rating {
text-align: right;
float: right;
margin-top: 5px;
}
.grid-list-products .result-counter {
padding: 0px 115px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 96%;
height: 381px;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
margin-left: -7px !important;
width: 252px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -8px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
display: none !important;
}
a#search4 .b-top-line {
display: none !important;
}
a#search4:hover {
opacity: 0.6;
}
a#col2 {
padding: 6px 24px;
margin-right: 18px;
}
a#col1 {
padding: 6px 29px;
margin-right: 18px;
}
a#col3 {
padding: 6px 24px;
margin-right: 18px;
}
a#col4 {
padding: 6px 28px;
margin-right: 36px;
}
a#size {
padding: 5px 10px;
margin-right: 7px;
}
a.bx-prev {
left: 85px;
}
a.bx-next {
right: 95px;
}
.category-filter {
padding: 10% !important;
margin-bottom: -71px;
}
a#size1 {
padding: 7px 8px;
margin-right: 10px;
}
a#col5 {
padding: 6px 33px;
margin-right: 22px;
margin-left: -23px;
}
a#col6 {
padding: 6px 30px;
margin-right: 22px;
margin-left: -3px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
div#last-baner {
margin-bottom: -45px;
}
/*======================detail page==============================*/
div#bx2 {
margin-top: -13px;
margin-left: 30px;
}
div#right-sidebar {
margin-right: 27px;
display: none;
}
#single-product .title h2 {
font-size: 20px;
}
#single-product .brand {
margin-left: 10%;
width: 83%;
}
.b-from-left {
position: relative;
left: -100%;
top: 4px !important;
}
.related-products .simple-banner {
margin: 33px 54px 38px 7px;
}
.related-products .simple-banner img.ba5 {
margin-left: 26px;
}
.related-products ul#price-list {
margin-top: 4%;
width: 370px;
margin-left: 20px;
}
div#bx2 a.bx-next {
position: absolute;
top: 7%;
right: 18%;
}
div#bx2 a.bx-prev {
position: absolute;
top: 7%;
left: 46px;
}
.sidebar-page .gallery-holder {
width: 72%!important;
padding: 1px;
margin-left: 61px;
}
.product-item-holder {
margin-left: -8px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 13px;
padding-top: 19px;
display: none!important;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 8px !important;
}
.sidebar-page .body-holder {
width: 100%!important;
padding: 9px 0;
}
.add-pr {
float: none !important;
display: flex;
margin-left: 103px !important;
margin-top: 9px;
margin-bottom: 9px;
}
/*.add-pr {
display: flex;
float: right;
margin-left: 0px;
margin-top: -30px;
}*/
#single-product .single-product-gallery-item {
padding-bottom: 0px;
margin-left: 59px;
}
a#see {
float: right;
font-size: 14px;
}
span.your-rating {
margin-left: 0%;
}
#single-product .body-holder .price-current {
font-size: 17px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: 2%;
height: 85px;
}
.view-also1 img#imgcat1 {
width: 80%;
height: 315px;
padding: 67px;
margin-left: 33px;
margin-top: 19px;
}
#single-product .body-holder #addto-cart {
margin: 21px 0 14px 27px;
padding: 8px 19px;
}
.features h4 {
font-size: 17px;
}
i.fa.fa-caret-right {
margin-right: 0px;
}
table#features1 {
max-width: 466px;
margin-left: -17px;
}
.nav-tabs.simple li.active a {
padding: 8px 28px !important;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
}
#single-product .single-product-gallery-item img {
width: 81% !important;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 5px 39px !important;
}
#single-product-tab .tab-pane {
padding: 0px !important;
}
.sh1 {
display: none;
}
th.sh1 {
display: none;
}
tr#heading-t th {
color: #fff;
padding: 8px 30px 0px;
}
tr#heading-t h5 {
font-size: 13px;
}
td h5 {
font-size: 15px;
}
a#addto-cart1 {
font-size: 12px;
}
tr#border1 td {
padding-left: 14px;
}
tr#border2 td {
padding-left: 14px;
}
span#addto-cart1 {
font-size: 11px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 22px;
}
.sidebar-page #recently-reviewd {
padding-top: 19px!important;
margin-bottom: -111px;
}
.view-also {
position: relative;
width: 85%;
display: inline-block;
margin-left: 32px;
}
.view-also1 {
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
.b-from-left {
position: relative;
left: -100%;
top: 50%;
}
.view-also1 .body1 .title h2 {
color: #8A8B8E;
font-size: 16px;
font-weight: bold;
}
p#comp1 {
float: right;
margin-right: 81px;
}
.b-animate-go:hover {
text-decoration: none;
opacity: 0.6;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 63px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: 0px;
}
ul.offers-bannner li img#brand-lg1 {
width: 114px;
}
ul.offers-bannner li {
margin-bottom: 10px;
}
ul.offers-bannner {
display: flex;
margin-left: 1px;
}
ul.offers-bannner li img#brand-lg1 {
width: 119px;
max-width: 324px;
}
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
#top-megamenu-nav .nav .dropdown {
border-right: none;
width: 100%;
}
#top-megamenu-nav .nav > li {
border-right: none;
width: 100%;
}
.b-link-box .b-wrapper {
position: absolute;
width: 100%;
height: 100%;
top: -53px !important;
left: 0;
text-align: center;
color: #fff;
overflow: hidden;
}
#top-megamenu-nav .nav .dropdown-menu {
min-width: 0;
max-width: none;
width: 100%;
background-color: #FFF;
}
.top-bar > .container > div {
margin: 10px 0;
}
.top-bar ul.right,
.top-bar {
text-align: center!important;
}
.top-bar > .container > div > ul > li > a {
font-size: 11px !important;
padding: 0 9px !important;
}
.logo > a {
display: block;
margin-bottom: 20px;
}
.logo > a > svg {
display: block;
margin: 0 auto;
}
#owl-main .caption .big-text {
font-size: 30px;
line-height: 30px;
}
#owl-main .caption .big-text .bg {
font-size: 50px;
line-height: 60px;
}
header .top-search-holder {
margin: 0;
padding-left: 15px;
padding-right: 15px;
}
header .top-search-holder .contact-row {
text-align: center;
margin-bottom: 20px;
}
header .top-search-holder .contact-row > div,
header .top-search-holder .contact-row .phone,
header .top-search-holder .contact-row .contact {
margin: 0;
margin-bottom: 5px;
display: block !important;
}
header .top-search-holder .search-area .search-button {
margin: -51px -3px 0 0;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area .categories-filter {
border-top: 1px solid #e0e0e0;
border-left: none;
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
}
header .top-cart-holder .basket .dropdown-menu {
width: 300px;
left: -136px;
}
header .top-cart-holder .basket .checkout .le-button {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
#banner-holder .banner {
margin-bottom: 10px;
}
#banner-holder .banner .banner-text {
top: 25%;
}
#banner-holder .banner .banner-text h1 {
font-size: 20px;
line-height: 22px;
}
#banner-holder .banner .banner-text .tagline {
font-size: 14px;
line-height: 24px;
}
#banner-holder .banner .banner-image {
width: 100%;
}
.sidemenu-holder {
width: 100% !important;
margin-bottom: 20px;
}
.homebanner-holder {
width: 100% !important;
padding: 0;
}
.product-grid-holder .product-item-holder {
border-right: 1px solid #ececec;
margin-bottom: 10px;
}
.nav-tabs {
border-radius: 3px;
border: 1px solid #e0e0e0;
margin-bottom: 15px;
}
.nav-tabs > li.active,
.nav-tabs li {
padding: 0;
margin: 0;
display: block;
}
.nav-tabs > li.active > a,
.nav-tabs li > a {
width: 100%;
font-size: 15px;
padding: 18px 39px;
margin: 0;
border-radius: 0;
border-bottom: 1px solid #e0e0e0;
line-height: 24px;
}
.nav-tabs > li.active:last-child > a,
.nav-tabs li:last-child > a {
border-bottom: none !important;
}
#bestsellers .single-product-gallery {
border-left-width: 1px;
}
#bestsellers .single-product-gallery .single-product-gallery-item {
max-width: 100% !important;
}
#owl-recently-viewed .size-small,
#owl-recently-viewed-2 .size-small {
max-width: 100% !important;
}
#owl-recently-viewed .owl-wrapper-outer .owl-item .product-item-holder,
#owl-recently-viewed-2 .owl-wrapper-outer .owl-item .product-item-holder {
border-right-width: 1px;
}
.megamenu-horizontal .dropdown-menu {
left: 0 !important;
max-width: 100%;
top: 100% !important;
min-width: 0 !important;
}
.megamenu-horizontal .dropdown-menu .yamm-content .dropdown-banner-holder {
position: relative !important;
}
.brands-carousel .carousel-item {
margin: 0 auto !important;
}
#single-product .gallery-holder {
width: 100%;
}
#single-product .body-holder {
width: 100%;
}
#single-product .body-holder .body {
padding: 0 15px;
}
#single-product .body-holder .qnt-holder {
display: block;
text-align: center;
}
#single-product .body-holder .qnt-holder #addto-cart {
width: 100%;
display: block;
margin: 15px 0;
text-align: center;
}
#single-product .single-product-gallery-item img {
width: 100%;
}
#owl-single-product-thumbnails .owl-item .horizontal-thumb {
border-right-width: 1px;
}
#footer .widgets-row > div {
margin-left: 0;
padding-left: 0;
}
#footer .sub-form-row:before {
content: none;
}
#footer .sub-form-row input {
border-radius: 5px;
display: block;
margin: 0 auto;
width: 100%;
}
#footer .sub-form-row button {
margin: 0 auto;
width: 100%;
border-radius: 5px;
margin-top: 5px;
}
#footer .link-list-row {
margin-bottom: 30px;
}
#footer .link-list-row .link-widget h3 {
margin-bottom: 15px;
padding-bottom: 0;
margin-top: 30px;
}
#footer .copyright-bar .container > div {
text-align: center;
}
#footer .copyright-bar .container > div:first-child {
margin-bottom: 10px;
}
#footer .copyright-bar .container > div .payment-methods {
text-align: center;
}
#footer .copyright-bar .container > div .payment-methods > ul {
text-align: center;
}
#footer .copyright-bar .container > div .payment-methods > ul > li {
display: inline-block;
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 767px) and (max-width: 991px) {
.top-bar > .container > div {
margin: 10px 0;
}
.logo {
text-align: center;
}
.thumb-holder img {
width: 95%;
}
.ba5 {
width: 73%;
margin-left: 21%;
}
.small-banner img {
width: 99%;
}
a.bx-prev {
position: absolute;
top: 8%;
z-index: 111;
left: 14px;
}
a.bx-next {
right: 13px;
}
a.bx-next {
position: absolute;
top: 8%;
right: 12px;
z-index: 111;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 5px;
padding: 40px 46px 30px 29px;
}
.sidebar .simple-banner {
margin: 26px -6px 25px -54px;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area .search-button {
margin: -46px 0px 0 0 !important;
border-radius: 0 0 5px 0;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
header .top-cart-row {
text-align: center;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 405px !important;
}
#owl-main.height-lg .item {
height: 389px;
background-size: 100% 100% !important;
}
#owl-main .caption .big-text .big {
font-size: 16px;
top: -15px;
left: -45px;
width: 53%;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
width: 45px;
height: 40px;
font-size: 28px;
}
div#dropmenu {
width: 46%;
}
ul.dropdown-menu {
background-color: #eee !important;
}
li#active {
background: #D70D00;
}
li.dropdown:hover {
background-color: #CAC9C9 !important;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -41px 0;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.parrellex-bg {
background-size: 100% 100%;
}
#hero .owl-wrapper-outer {
width: 97%;
margin-left: 10px;
}
.carousel-holder .title-nav h2 {
font-size: 23px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: -3%;
min-width: 121px !important;
width: 24%;
margin-right: 1%;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.categories-products {
display: inline-block;
margin-left: 0%;
overflow: hidden;
width: 100%;
padding-bottom: 78px;
}
.b-link-box {
width: 100% !important;
margin-left: 0%;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.content {
background-attachment: fixed;
height: 321px;
}
span.text-bg1 {
font-size: 21px;
}
span.text-bg2 {
font-size: 48px;
}
span.text-bg3 a {
font-size: 14px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 19em;
width: 100%;
left: 76%;
}
img#imgcat {
min-height: 209px;
padding: 0;
width: 100%;
height: 209px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 49% !important;
/* text-align: center; */
display: inline-block;
}
.b-link-box .b-top-line {
position: absolute;
left: -16px !important;
top: -44px !important;
right: -8px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: -4px !important;
top: -48px!important;
width: 100% !important;
height: 100% !important;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: 17px;
overflow: hidden;
/*height: 426px;*/
}
#bestsellers .size-medium {
max-width: 63% !important;
margin-left: 2% !important;
}
#footer .payment-methods1 li {
padding: 0px 6px;
}
div#owl-recommended-products .owl-item {
width: 240px !important;
margin-left: 8px;
}
div#nav1 {
margin-top: 0px;
}
.b-link-flow {
width: 100% !important;
}
.carousel-item.size-medium {
min-width: 232px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.access-img {
float: right;
/* padding-top: 35px;*/
}
img#hot-img1 {
/* width: 59%;*/
}
.head-img {
float: right;
/*width: 52%;*/
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 57%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 15px;
}
span.big-text5 {
font-size: 20px;
}
p#hot-content {
padding: 1px 0px;
font-size: 14px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 100%;
height: 100%;
overflow: hidden;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: 2px;
/* margin-right: 1%;*/
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 23px;
}
.mi-slider nav {
max-width: 88%;
top: 354px;
}
.mi-slider {
position: relative;
margin-top: -99px;
height: 254px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: -10%;
color: #D70D00;
font-weight: bold;
font-size: 12px;
}
#footer {
padding: 28px 0 0 0;
/*margin-top: 13em;*/
}
#footer .link-list-row .link-widget li a {
font-size: 13px;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 22%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
/*div#slider1_container {
width: 1166px!important;
height: 115px !important;
}
.top.brand1 {
height: 189px;
margin-top: -206px;
}
.carousel-holder .title-nav h1 {
font-size: 23px;
line-height: 40px;
}*/
span.jssora03r {
top: 99.5px !important;
right: 6em!important;
float: right;
}
.imf {
border: 1px solid #464444;
width: 406px !important;
height: 248px !important;
top: 0px !important;
position: absolute;
overflow: hidden;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 93%;
height: 250px
}
div#linkd {
width: 23% !important;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 0px;
}
footer .sub-form-row {
width: 64%;
display: inline-flex;
}
#footer .sub-form-row input {
width: 62% !important;
margin-left: 5px;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: 4px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
#footer .link-list-row .link-widget {
width: 20%;
margin: 2px 13px 4px 21px;
}
div#foo-cont {
width: 100%;
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
.best-content p {
font-size: 13px;
margin: 6px;
}
.best-sel {
float: left;
margin-right: 4px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -24px;
}
.col-xs-12.col-md-6.top-search-holder.no-margin {
width: 59%;
}
header .top-search-holder .search-area .search-field {
padding: 7px;
width: 57%;
}
header .top-search-holder .search-area .categories-filter {
padding-top: 0px;
padding-bottom: 2px;
}
.col-xs-12.col-md-3.top-cart-row.no-margin {
width: 35%;
margin-top: -36px;
}
.owl-buttons {
display: inline-block;
}
.top-bar > .container > div > ul > li > a {
font-size: 12px !important;
padding: 0 9px !important;
}
.logo > a {
display: block;
margin-bottom: 20px;
}
.logo > a > svg {
display: block;
margin: 0 auto;
}
header .top-search-holder {
margin: 0;
padding-left: 15px;
padding-right: 15px;
}
header .top-search-holder .contact-row {
text-align: center;
margin-bottom: 20px;
}
header .top-search-holder .contact-row > div,
header .top-search-holder .contact-row .phone,
header .top-search-holder .contact-row .contact {
margin: 0;
margin-bottom: 5px;
display: block !important;
}
header .top-cart-holder .basket .dropdown-menu {
width: 300px;
left: -136px;
}
header .top-cart-holder .basket .checkout .le-button {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.top-cart-row-container {
text-align: center;
}
.sidemenu-holder {
width: 100.333% !important;
}
.homebanner-holder {
width: 66.6667% !important;
}
#owl-main {
background-color: #f4f4f4;
}
#owl-main .owl-item {
height: 480px !important;
}
#banner-holder .container .banner {
width: 48%;
margin-right: 15px;
}
#banner-holder .container .banner > a {
max-width: 100%;
}
#banner-holder .container .banner > a .banner-text {
top: 16%;
}
#banner-holder .container .banner > a .banner-text h1 {
font-size: 18px;
}
#banner-holder .container .banner > a .banner-text .tagline {
font-size: 12px;
}
.banner .banner-text {
padding: 2px 4px;
}
#banner-holder .container .banner:last-child {
margin-right: 0;
}
#owl-recently-viewed .owl-item .product-item-holder,
#owl-recommended-products .owl-item .product-item-holder {
max-width: none !important;
width: 100%;
}
#footer .sub-form-row input {
width: 72%;
}
#footer .link-list-row .container > div:first-child {
margin-bottom: 20px;
}
#cart-page .widget {
margin: 0 0 25px;
padding: 0;
}
.sidebar {
width: 100%!important;
}
#single-product .gallery-holder {
width: 53% !important;
margin-left: 5px;
}
#single-product .gallery-holder .single-product-gallery-item {
width: 100%;
}
#single-product .body-holder {
width: 46% !important;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 0 0 !important;
width: 100%;
text-align: center;
}
.products-list .product-item .row .body-holder {
width: 41%;
}
.products-list .product-item .row .price-area {
width: 28%;
}
.excerpt {
width: 100%;
float: left;
/* padding: 1px 41px;*/
}
.excerpt ul { color:#fff;}
.related-products ul#price-list li a {
font-size: 11px !important;
}
/*=============================Coupan===============================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 40px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.off h4 {
font-size: 16px;
}
html#coupon-page section#coupan-dd .owl-item {
width: 206px !important;
margin-left: 14px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 15px 8px 35px 36px;
position: relative;
}
html#coupon-page section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 290px
/*min-height: 345px;
height: 368px;*/
margin-right: 3px;
margin-left: -1px;
min-width: 207px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
margin-left: 44px;
overflow: hidden;
padding-bottom: 2px;
}
.load-more {
text-align: center;
margin: 14px 0px 0px;
}
.hot-deals2 {
margin-bottom: 22px;
height: 307px;
min-width: 250px;
box-shadow: 0px 4px 3px #EFEFEF;
margin-right: 48px;
max-width: 305px;
float: left;
}
html#coupon-page .nav-holder:after {
z-index: -1;
top: 11%;
position: absolute;
left: 135px;
content: "";
z-index: 999;
height: 1px;
width: 49%;
right: 0;
margin: 0 auto;
background-color: #D2D2D2;
}
/*========================Coupan Code==============*/
/*=====================search page=================================*/
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
div#light-one {
left: -214%;
}
div#light-two {
left: -103%;
}
.white_content {
left: -101%;
}
.sidebar {
width: 33%!important;
margin-left: -1%;
}
link-box .b-wrapper {
top: 15px !important;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
section#category-grid {
margin-bottom: -10em;
}
.bx-wrapper img {
margin-left: 25px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 15px;
}
.sidebar .widget .category-filter ul {
text-align: center;
margin: 18px -31px 15px -25px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
width: 239px !important;
margin-left: 8px !important;
}
ul.bxslider li span h1 {
padding: 1px 22px;
}
.product-item-holder .body .title a {
font-size: 14px;
}
.product-item-holder .body .brand1 {
font-size: 14px;
}
del {
font-size: 13px;
}
.product-item-holder .price-current {
font-size: 13px;
}
span.dealof.day p {
font-size: 12px;
}
ul.bxslider li span {
position: absolute;
top: 59%;
left: 75px;
}
/*span.dealof.day {
width: 83%;
margin-left: 8%;
}*/
.category-filter {
margin-bottom: 8%;
text-align: center;
}
ul.bxslider li span p {
font-size: 15px !important;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -12%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: 31%;
border: 1px solid #D8D8D8;
width: 68%;
}
div#item-count {
margin-right: -4%;
margin-left: 5%;
}
.detail5 {
margin-right: 0%;
margin-left: 0%;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
.grid-list-products .control-bar #popularity-sort {
width: 69px;
margin: -5px 43px 7px -2px;
}
div#search-products {
width: 44.9%;
margin-right: -4px;
margin-left: 19px;
margin-bottom: 42px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 62%;
float: left;
/* margin-left: -14px; */
}
.product-grid-holder .product-item-holder .prices {
margin: -2px 14px;
padding: 11px 0px;
}
.price-current {
font-size: 12px;
}
section#gaming {
margin-top: -34px;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 12px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.pagination1 {
margin: 21px -58px;
}
.grid-list-products .result-counter {
padding: 31px 21px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
}
.new-arraivel2 {
width: 95%;
height: 400px;
margin-left: 2%;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
margin-left: -7px !important;
width: 250px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -5px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
left: -3px !important;
top: -37px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -12px !important;
top: -32px !important;
right: -6px !important;
height: 100% !important;
}
a#size {
padding: 5px 10px;
margin-right: 2px;
}
a.bx-prev {
left: 15px;
}
a.bx-next {
right: 13px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 4%;
}
.category-filter {
padding: 0%;
}
a#size1 {
padding: 6px 12px;
margin-right: 1px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
ul#price-list li a {
font-size: 12px !important;
}
/*==================detail page================================*/
ul#bx2 li img {
margin-left: 26px;
}
div#right-sidebar {
float: right;
margin-top: 32px;
/* border: 2px solid #eee;*/
width: 35% !important;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 6px;
}
.b-from-left {
position: relative;
left: -100%;
top: -5px !important;
}
.sidebar .widget .product-list li a {
font-size: 11px;
}
div#signle-page1 {
width: 64% !important;
}
#single-product .title h2 {
font-size: 22px;
}
#single-product .brand {
width: 90%;
border-bottom: 1px solid #e0e0e0;
margin-left: 7%;
}
div#owl-single-product .owl-wrapper-outer {
height: 236px !important;
}
.single-product-gallery-thumbs .nav-holder {
display: none !important;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 0%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
margin-left: 1% !important;
height: 92px !important;
}
#single-product .body-holder .price-current {
font-size: 15px;
padding: 7px 0px;
text-align: left;
}
#single-product .body-holder #addto-cart {
margin: 1px 4px 22px 0 !important;
width: 49%;
/* text-align: center; */
padding: 5px 3px;
font-size: 12px;
}
.add-compare1 a {
font-size: 11px;
}
.add-price a {
background-color: #F5613D;
font-size: 10px;
padding: 6px 9px 5px 5px;
}
a#see {
float: none;
font-size: 12px;
}
.star-holder .star img {
width: 13px;
}
#single-product .gallery-thumbs img {
width: 100%;
height: 58px;
padding: 16%;
}
#single-product .body-holder #addto-cart {
padding: 8px 4px;
font-size: 12px;
width: 78%;
}
span.your-rating {
font-size: 11px;
}
.border-bottom {
font-size: 13px;
}
.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 40px !important;
background-size: 90% 93%;
}
#single-product .single-product-gallery-item img {
padding: 11px;
max-height: 227px;
max-width: 226px;
}
span.stMainServices.st-pinterest-counter {
width: 46px;
background-size: 89% 88%;
}
/*.features {
margin-top: 24%;
margin-left: -32px;
}*/
#single-product .body-holder .excerpt {
/* margin: 6px -13px;*/
width: 100%;
}
.features h4 {
font-size: 14px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 11px;
margin-top: 22px;
margin-left: -31px;
}
.add-pr {
margin-bottom: 25px;
margin-top: 7%;
}
div#ratingfff {
margin-bottom: 10%;
}
#single-product-tab .tab-pane {
padding: 9px;
width: 100% !important;
}
.nav-tabs li.active a {
margin-left: 0 !important;
font-size: 11px;
}
.nav-tabs.simple li.active a {
padding: 15px;
font-size: 12px;
}
.nav-tabs li a {
font-size: 12px;
padding: 11px 5px;
}
ul.nav.nav-tabs.simple {
padding-left: 5px;
}
tr#heading-t h5 {
font-size: 13px;
}
tr#heading-t th {
color: #fff;
padding: 8px 26px 0px;
}
tr#border1 td {
padding-left: 12px;
}
td#star {
padding-left: 27px !important;
}
p#comp i.fa.fa-star {
font-size: 8px;
}
tr#border2 td {
padding-left: 12px;
}
td h5 {
font-size: 14px;
}
a#addto-cart1 {
padding: 4px 4px;
font-size: 12px;
}
span15 {
font-size: 12px;
}
span#addto-cart1 {
padding: 4px 3px;
font-size: 10px;
}
div#com-form {
width: 88% !important;
margin-left: 14px;
margin-bottom: 23px;
}
#recently-reviewd {
padding: 71px 0px 30px 15px;
}
.view-also {
display: inline-block;
}
.view-also1 {
height: 304px;
float: right;
width: 191px;
margin-right: 40px;
margin-top: 57px;
}
img#imgcat1 {
height: 240px;
width: 188px;
padding: 16px;
border: 5px solid #eee;
}
ul.offers-bannner li img#brand-lg1 {
width: 142px;
}
#content2 {
background-size: auto 32%;
}
}
@media (max-width: 800px) {
#content2 {
overflow: hidden;
background-size: 100% 89% !important;
}
.add-pr {
float: left;
display: flex;
margin-left: -10%;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
.coupan {
width: 96%;
margin: 0px auto;
padding: 44px 17px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
html#coupon-page section#coupan-dd .owl-item {
width: 216px !important;
}
.coupan-detail h3 {
font-size: 13px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.hot-deals1 {
padding-bottom: 34px;
}
.load-more {
text-align: center;
margin-bottom: 27px;
}
html#coupon-page .carousel-holder .title-nav {
margin: 13px 1px 32px 25px;
position: relative;
}
html#coupon-page div#title-nav:after {
top: 59%;
left: 99px;
width: 77%;
}
html#coupan-page .nav-holder:after {
z-index: 999;
top: 11%;
position: absolute;
left: 129px;
content: "";
height: 1px;
width: 66%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.hot-deals2 {
min-width: 224px;
max-width: 218px;
margin-right: 14px;
}
strong#bl#bl {
font-size: 13px;
margin-left: 6px;
}
.coupan-code span#red {
font-size: 13px;
}
}
@media (min-width: 1025px) and (max-width: 1199px) {
.coupan {
width: 100%;
margin: 0px auto;
padding: 44px 1px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
html#coupan-page section#coupan-dd .owl-item {
width: 245px !important;
margin-left: 1px;
}
.coupan-detail h3 {
font-size: 13px;
color: #6C6C6C;
padding: 3px 30px 15px;
border-bottom: 1px dashed #CACACA;
text-transform: capitalize;
}
.hot-deals1 {
padding-bottom: 34px;
}
.load-more {
text-align: center;
margin-bottom: 27px;
}
html#coupan-page .carousel-holder .title-nav {
margin: 13px 1px 32px 24px;
position: relative;
}
html#coupan-page div#title-nav:after {
top: 59%;
left: 51px;
width: 76%;
}
html#coupan-page .nav-holder:after {
z-index: 999;
top: 11%;
position: absolute;
left: 129px;
content: "";
height: 1px;
width: 66%;
right: 0;
margin: 0 auto;
background-color: #e0e0e0;
}
.hot-deals2 {
min-width: 224px;
max-width: 218px;
margin-right: 14px;
}
strong#bl#bl {
font-size: 13px;
margin-left: 6px;
}
.coupan-code span#red {
font-size: 13px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#single-product .gallery-holder .single-product-gallery-item {
width: 100%;
}
#footer .sub-form-row input {
width: 75% !important;
}
header .logo svg {
width: 100% !important;
}
header .top-search-holder {
margin: 0;
width: 41.6667% !important;
margin-top: 3%;
}
header .top-search-holder .search-field {
width: 50% !important;
}
header .top-cart-row {
width: 33.333%;
}
.products-list .product-item .row .body-holder {
width: 42%;
}
.products-list .product-item .row .price-area {
width: 27%;
}
.parrellex-bg {
background-size: 100% 100%;
}
h1.border {
line-height: 40px;
}
.sidebar .widget .product-list li .row > div:first-child {
margin-right: 5px !important;
}
.sidebar .widget .product-list li .row > div:last-child {
width: 63.667% !important;
}
.sidebar .widget .product-list li .row .thumb-holder {
width: 100%;
}
.logo {
text-align: center;
}
.mi-slider nav a {
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 5px;
padding: 40px 66px 30px 0px;
}
#footer .link-list-row {
float: left;
display: inline-block;
background-color: #F9F9F9;
margin-left: 4px;
margin-bottom: 4%;
}
li#search1:hover {
background-color: #fff !important;
margin-right: 55px;
}
header .top-search-holder .search-area {
margin: -1px 0 0 0;
}
.height-lg {
height: 100% !important;
}
.owl-carousel .owl-wrapper-outer {
height: 405px !important;
}
#owl-main.height-lg .item {
height: 389px;
background-size: 100% 100%;
}
#owl-main .caption .big-text .big {
font-size: 27px;
top: -15px;
left: -45px;
width: 53%;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
width: 45px;
height: 40px;
font-size: 28px;
}
div#dropmenu {
width: 46%;
}
#hero .caption {
background-color: none !important;
}
#owl-main .caption .button-holder {
margin: -12px -34px 0;
}
.owl-buttons {
display: inline-block;
}
#top-megamenu-nav .navbar-nav > li > a {
font-size: 13px;
}
.carousel-holder .title-nav h2 {
font-size: 23px;
}
#products-tab {
margin: 4px 0 20px 0;
}
.categories-first {
height: 100%;
border: 2px solid #ececec;
border-radius: 4px;
margin-bottom: -3%;
min-width: 115px !important;
width: 23%;
margin-right: 1%;
display: inline-block;
}
.body1 .title h2 {
color: #6B6969;
font-size: 13px;
}
.mi-slider {
text-align: center;
height: auto;
margin-bottom: 36%;
}
.categories-products {
display: inline-block;
margin-left: 2%;
overflow: hidden;
width: 100%;
padding-bottom: 78px;
}
.b-link-box {
width: 101% !important;
margin-left: 0%;
}
#content2 {
overflow: hidden;
}
#banner-holder {
margin: 43px -17px 5px;
overflow: hidden;
}
.content {
background-attachment: fixed;
height: 425px;
}
span.text-bg1 {
font-size: 26px;
}
span.text-bg2 {
font-size: 52px;
}
span.text-bg3 a {
font-size: 16px;
}
span.text-bg3 {
border: 1px solid #fff;
padding: 6px 6px;
}
.shop-button {
text-align: center;
padding-top: 5%;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 23em;
width: 100%;
left: 78%;
}
img#imgcat {
height: 100%;
padding: 0;
width: 100%;
max-height: 298px;
padding: 0;
max-width: 225px;
}
.col-xs-12.col-lg-6.no-margin.banner {
width: 50% !important;
/* text-align: center; */
display: inline-block;
}
.b-link-box .b-top-line {
position: absolute;
left: -7px !important;
top: -41px !important;
right: -7px !important;
height: 100% !important;
}
.b-link-box .b-bottom-line {
position: absolute;
left: 0px !important;
top: -46px!important;
width: 100% !important;
height: 101% !important;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.new-arraivel1 {
width: 100%;
margin: 0px auto;
padding-top: 0px;
margin-bottom: 17px;
overflow: hidden;
height: 426px;
}
#bestsellers .size-medium {
max-width: 60% !important;
margin-left: -2% !important;
}
#footer .payment-methods1 li {
padding: 0px 6px;
}
div#owl-recommended-products .owl-item {
width: 240px !important;
margin-left: 8px;
}
div#nav1 {
margin-top: 0px;
}
.b-link-flow {
width: 100% !important;
padding-top: 0% !important;
}
.carousel-item.size-medium {
min-width: 224px;
}
div#title-nav:after {
top: 59%;
left: 51px;
width: 43%;
}
.watch {
margin-bottom: 6px;
}
.access-img {
float: right;
padding-top: 35px;
}
section#category-grid {
margin-bottom: -10em;
}
img#hot-img1 {
width: 59%;
}
.head-img {
float: right;
width: 52%;
margin-right: -7px;
}
.hot-img1 {
margin-top: -11px;
margin-right: 5px;
width: 31%;
}
.headphone {
text-align: left;
padding: 2px 8px;
margin-bottom: 5%;
}
span.small-text5 {
font-size: 15px;
}
span.big-text5 {
font-size: 20px;
}
p#hot-content {
padding: 1px 0px;
font-size: 14px;
}
.access {
text-align: left;
padding: 9px 14px;
}
.hot-deals {
width: 96%;
height: 100%;
overflow: hidden;
margin-left: 2%;
}
a.btn2 {
padding: 5px 9px 3px;
font-size: 11px;
}
.hot-products {
width: 100%;
}
.hot-img1 {
margin-top: -11px;
margin-right: 1%;
}
.hot-detail {
/* width: 53%; */
padding: 7px 20px;
margin-top: 2%;
}
i.fa.fa-chevron-circle-right {
font-size: 18px;
}
div#title-nav2 h2 {
font-size: 23px;
}
.mi-slider nav {
max-width: 64%;
top: 354px;
}
.mi-slider {
position: relative;
margin-top: -51px;
height: 254px;
width: 100%;
}
.mi-slider ul {
list-style-type: none;
position: absolute;
width: 100%;
padding-top: 14px;
bottom: -65px;
}
span.price2 {
margin-left: 15%;
color: #D70D00;
font-weight: bold;
font-size: 13px;
}
#footer {
padding: 28px 0 0 0;
margin-top: 13em;
}
#footer .link-list-row .link-widget li a {
font-size: 14px;
}
.main {
overflow: hidden;
}
.top.brand1 {
margin-bottom: -13em;
margin-top: -44px;
}
.mi-slider ul li img {
max-width: 100%;
border: none;
}
.mi-slider ul li {
padding: 9px;
width: 22%;
margin-bottom: 7px;
margin-right: 5px;
}
.mi-slider {
text-align: center;
margin-bottom: 22%;
}
.mi-slider ul li h4 {
font-size: 12px;
}
div#offers {
height: 55%;
}
.slide2 {
cursor: move;
position: absolute;
left: 0px;
top: 0px;
width: 108%;
height: 250px
}
span.jssora03r {
top: 99.5px !important;
right: -6em!important;
float: right;
}
div#slider1_container {
position: relative;
top: -14px;
left: 55px;
}
div#linkd {
width: 23% !important;
margin: 0 15px 0px -5px !important;
display: inline-flex;
}
.social-icons {
margin: 3px 0px;
}
footer .sub-form-row {
width: 64%;
display: inline-flex;
}
#footer .sub-form-row input {
width: 42% !important;
margin-left: 5px;
}
#footer .sub-form-row button {
padding: 6px 5px 8px 4px;
border-radius: 1px;
margin-top: 5px;
width: 26% !important;
float: right;
margin-top: 0px;
margin-left: 4px;
margin-right: 28px;
}
form#news-letter {
width: 100%;
margin-left: -8px;
display: inline-flex;
}
ul#price-list li a {
font-size: 12px !important;
}
#footer .link-list-row .link-widget {
width: 21%;
/*margin: 2px 17px 1px 28px;*/
}
#footer .link-list-row .link-widget h3 {
text-align: center;
}
#footer .payment-methods1 li a {
color: #686868;
font-size: 13px;
}
div#title-nav2:after {
/* z-index: 0 !important; */
top: 6%;
}
#footer .link-list-row .link-widget li {
text-align: center;
}
div#foo-cont {
width: 100%;
}
.best-content p {
font-size: 14px;
margin: 6px;
}
.best-sel {
float: left;
margin-right: 4px;
}
p#rating {
float: right;
margin-right: 10%;
margin-top: -24px;
}
div#side-menu1 {
margin-top: 6%;
border: 2px solid #CCC;
}
.sidebar {
width: 33%!important;
margin-left: -1%;
}
.megamenu-horizontal .nav > li .dropdown-menu {
top: 50px !important;
}
.sidebar .price-range-holder {
padding: 11px 0px 41px 0px;
position: relative;
}
.bx-wrapper img {
margin-left: 46px;
}
ul.bxslider li span {
position: absolute;
top: 56%;
left: 107px;
}
.sidebar .widget .category-filter ul {
text-align: center;
margin: 18px -31px 15px -25px;
}
.new-arraivel2 div#owl-recommended-products .owl-item {
width: 224px !important;
margin-left: 8px !important;
}
ul.bxslider li span h1 {
padding: 1px 22px;
}
div#light-one {
left: -179%;
}
div#light-two {
left: -68%;
}
.white_content {
left: -72%;
}
span.dealof.day p {
font-size: 12px;
margin-left: 26px !important;
}
.product-item-holder .body .brand1 {
text-align: left;
}
.category-filter {
margin-bottom: 8%;
text-align: center;
}
ul.bxslider li span p {
font-size: 15px !important;
}
div#filter h1 {
font-size: 18px !important;
text-align: center;
}
.grid-list-products .section-title {
font-size: 20px;
}
.grid-list-products .grid-list-buttons ul li a i {
font-size: 14px;
}
.grid-list-products .grid-list-buttons ul li a {
font-size: 10px;
}
ul.grid-view {
padding: 0px 57px;
margin-top: -6px;
}
.grid-list-products .grid-list-buttons {
padding: 5px;
margin-right: -7%;
}
.grid-list-buttons h4 {
font-size: 11px;
}
.grid-list-products .control-bar {
background-color: #f9f9f9;
border-radius: 2px;
padding: 3px;
margin-left: 31%;
border: 1px solid #D8D8D8;
width: 67%;
}
div#item-count {
margin-right: -2%;
margin-left: 5%;
}
img#banner-2 {
margin-left: 0%;
width: 292px;
}
.detail5 {
margin-right: 0%;
margin-left: 0%;
}
.pagination {
margin: 18px 127px;
text-align: center;
}
div#search-products {
width: 44.9%;
margin-right: -4px;
margin-left: 35px;
margin-bottom: 42px;
display: inline-block;
}
.tab-content>.active {
display: block;
width: 62%;
float: left;
/* margin-left: -14px; */
}
.product-grid-holder .product-item-holder .prices {
margin: -2px 22px;
padding: 11px 0px;
}
.price-current {
font-size: 12px;
}
section#gaming {
margin-top: -34px;
}
.product-item-holder .price-prev {
display: inline-block;
font-size: 12px;
}
.brands-carousel .carousel-item a img {
vertical-align: middle;
display: inline-block;
max-width: 80px;
}
.brands-carousel .carousel-item {
width: 90px;
text-align: center;
margin: 2px 18px 0 0;
}
.pagination1 {
margin: 21px -58px;
}
.grid-list-products .result-counter {
padding: 31px 21px;
}
div#brand66 {
margin-top: 9px;
height: 280px !important;
margin-bottom: -8em !important;
width: 95%;
margin-left: 18px;
}
.new-arraivel2 {
width: 95%;
height: 400px;
margin-left: 2%;
overflow: hidden;
}
.carousel-item.size-medium {
min-width: 218px;
}
.product-grid-holder .product-item-holder.size-medium {
max-width: 233.8px;
}
.b-link-flow {
padding-top: 0% !important;
}
#recommended-products .size-medium {
min-height: 272px;
}
.new-arraivel2 .owl-item {
margin-left: -7px !important;
width: 250px !important;
}
a#search4 {
padding-bottom: 39px;
}
div#brand55 {
margin-top: -5px;
margin-right: -2px;
}
a#search4 .b-bottom-line {
left: -4px !important;
top: -36px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -6px !important;
top: -38px !important;
right: 2px !important;
height: 100% !important;
}
a#size {
padding: 5px 10px;
margin-right: 2px;
}
a.bx-prev {
left: 39px;
}
a.bx-next {
right: 40px;
}
.category-filter {
padding: 0%;
}
a#size1 {
padding: 6px 12px;
margin-right: 1px;
}
.hvr-rectangle-out:before {
content: "";
position: absolute;
top: 4px;
left: 1px;
right: -3px;
}
/*==================detail page================================*/
ul#bx2 li img {
margin-left: 26px;
}
div#bx2 a.bx-prev {
left: 46px;
}
div#bx2 a.bx-next {
right: 17%;
}
.related-products ul#price-list {
margin-top: 4%;
width: 319px;
}
.mbn li a {
font-size: 14px !important;
}
.b-from-left {
position: relative;
left: -100%;
top: 3%;
}
a.hvr-grow img {
width: auto\9;
width: 78%;
margin-left: 35px;
}
div#bx2 {
margin-top: -13px;
margin-left: 39px;
}
div#right-sidebar {
float: right;
margin-top: 32px;
border: 2px solid #eee;
width: 35% !important;
}
.sidebar .widget .body {
margin: 10px 0;
padding: 6px;
}
.sidebar .widget .product-list li a {
font-size: 11px;
}
div#signle-page1 {
width: 64% !important;
}
#single-product .title h2 {
font-size: 22px;
}
#single-product .brand {
width: 90%;
border-bottom: 1px solid #e0e0e0;
margin-left: 7%;
}
div#owl-single-product .owl-wrapper-outer {
height: 262px !important;
}
.single-product-gallery-thumbs .nav-holder {
display: none !important;
}
div#owl-single-product-thumbnails .owl-item {
margin-left: 0%;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
margin-left: 1% !important;
height: 92px !important;
}
#single-product .body-holder .price-current {
font-size: 15px;
}
#single-product .body-holder #addto-cart {
margin: -1px 7px 16px 6px !important;
width: 28%;
/* text-align: center; */
padding: 4px 8px;
font-size: 13px;
}
.add-compare1 a {
font-size: 14px;
padding: 7px 9px 9px 4px;
}
.add-price a {
background-color: #F5613D;
font-size: 14px;
padding: 6px 22px 8px 15px;
}
a#see {
float: right;
font-size: 13px;
}
.star-holder .star img {
width: 15px;
}
span.your-rating {
font-size: 11px;
}
.border-bottom {
font-size: 13px;
}
.features {
margin-top: 20%;
margin-left: -22px;
margin-bottom: 39px;}
#single-product .body-holder .excerpt {
margin: 9px -152px;
}
.features h4 {
font-size: 16px;
}
.sidebar-page .body-holder .body .social-row {
margin-bottom: 25px;
margin-top: 22px;
}
.add-pr {
margin-bottom: 25px;
float: none;
display: flex;
}
div#ratingfff {
margin-bottom: 10%;
}
#single-product-tab .tab-pane {
padding: 9px;
width: 100% !important;
margin-bottom: 34px;
}
.nav-tabs li.active a {
margin-left: 0 !important;
font-size: 14px;
}
.nav-tabs.simple li.active a {
padding:3px 17px;
}
.nav-tabs li a {
font-size: 14px;
padding: 11px 13px;
}
ul.nav.nav-tabs.simple {
padding-left: 5px;
}
tr#heading-t h5 {
font-size: 16px;
}
tr#heading-t th {
color: #fff;
padding: 8px 26px 0px;
}
tr#border1 td {
padding-left: 12px;
}
td#star {
padding-left: 27px !important;
}
p#comp i.fa.fa-star {
font-size: 13px;
}
tr#border2 td {
padding-left: 12px;
}
td h5 {
font-size: 17px;
}
a#addto-cart1 {
padding: 4px 8px;
font-size: 14px;
}
span15 {
font-size: 13px;
}
span#addto-cart1 {
padding: 4px 3px;
font-size: 10px;
}
div#com-form {
width: 88% !important;
margin-left: 14px;
margin-bottom: 44px;
}
#recently-reviewd {
padding: 71px 0px 30px 15px;
}
.view-also {
display: inline-block;
}
.view-also1 {
height: 356px;
float: right;
width: 284px;
margin-right: 18px;
margin-top: 57px;
}
#single-product .single-product-gallery-item img {
margin-top: -21px;
}
p#comp1 {
float: right;
margin-right: 56px;
}
img#imgcat1 {
height: 271px;
width: 282px;
padding: 16px;
border: 5px solid #eee;
}
.b-link-apart-horisontal .b-wrapper, .b-link-apart-vertical .b-wrapper {
top: 46px;
}
ul.offers-bannner li img#brand-lg1 {
width: 191px;
}
section.sidebar-page {
margin-bottom: -12em;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1280px) {
.owl-buttons {
display: block;
}
.social-icons {
margin: 0px 25px;
}
footer .sub-form-row {
margin-left: 5%;
}
.top.brand1 {
margin-bottom: -6em;
height: 270px;
margin-right: 0%;
}
.new-arraivel2 {
width: 1178px;
margin-left: 3%;
margin-top: 2%;
margin-bottom: 0px;
background: #fff;
height: 406px;
overflow: hidden;
}
div#brand66 .carousel-holder .title-nav {
margin: 13px 3px 31px 30px;
position: relative;
}
.grid-list-products .result-counter {
padding: 30px 47px;
font-size: 13px;
line-height: 20px;
text-align: right;
}
div#nav2 {
margin-right: 28px;
}
div#offers {
height: 265px;
}
div#slider1_container {
width: 100% !important;
}
.imf {
border: 1px solid #464444;
width: 412px !important;
height: 251px !important;
}
.b-link-flow {
width: 264px !important;
}
#owl-recommended-products .owl-wrapper-outer {
width: 100.1%;
padding-bottom: 3px;
margin-left: -8px;
}
}
@media (min-width: 600px) and (max-width: 766px) {
.b-link-box .b-top-line {
position: absolute;
left: 4px !important;
top: -46px !important;
right: -8px !important;
height: 100% !important;
}
.col-xs-12.col-sm-9.no-margin.wide.sidebar.page-main-content {
width: 100% !important;
margin:0 !important;
}
#content2 {
/* background-image: url("../images/parrallax5.jpg");*/
background-size: 100% 100%;
}
.sidebar-page .body-holder {
width: 89%!important;
padding: 9px 0;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
.features {
text-align: center;
}
.sidebar-page .gallery-holder {
width: 72%!important;
padding: 1px;
margin-left: 86px;
}
.prices {
margin-left: 5%;
}
.nav-tabs > li.active, .nav-tabs li {
margin-bottom: 6px !important;
width: 25%;
float: left;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
font-size: 12px;
padding: 5px 16px !important;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 9px 19px;
padding: 8px 18px;
}
a#see {
float: right;
font-size: 13px;
}
table#features1 {
width: 100%;
margin-left: 6px;
max-width: 100%;
}
.features h4 {
font-size: 15px;
}
table#features1 {
width: 533px;
margin-left: -17px;
}
.body-holder .prices {
margin-left: 73px;
}
.view-also1 img#imgcat1 {
height: 239px;
width: 218px;
padding: 27px;
border: 5px solid #eee;
margin-left: 11px;
margin-top: 8px;
}
ul#footer-links li {
border-bottom: none;
text-align: left !important;
margin: 10px 1px 8px 253px !important;
}
div#ratingfff {
margin-bottom: 3%;
margin-left: 18%;
}
div#owl-single-product-thumbnails .owl-item {
width: 70px !important;
margin-left: 26px !important;
}
.add-pr {
display: flex;
float: none;
margin-left: 124px;
margin-bottom: 0px;
margin-top: 18px;
}
#single-product-tab .tab-content {
border: none !important;
}
.nav-tabs {
border-radius: 3px;
border: none !important;
margin-bottom: 15px;
width: 92%;
}
.nav-tabs > li.active > a, .nav-tabs li > a {
font-size: 11px;
padding: 5px 2px !important;
width: 113px;
}
#single-product-tab .new-review-form {
margin: 8px 4px 5px 49px;
width: 80%;
}
.sidebar-page .body-holder .body {
padding: 0 17px!important;
margin-left: 8%;
}
#single-product .title h2 {
font-size: 20px;
}
#single-product .brand {
margin-left: 13%;
width: 72%;
}
div#single-product .title {
margin: 18px 86px 4px;
}
.sidebar-page #single-product-tab {
margin-top: 12px;
margin-bottom: 10px;
margin-left: 9%;
}
#single-product .body-holder .excerpt {
margin: 26px 19px;
}
table.price-com {
width: 92% !important;
margin-left: 6px;
}
.nav-tabs.simple li.active a {
padding: 5px 10px!important;
width: 113px;
font-size: 12px;
}
a.bx-next {
right: 128px;
}
a.bx-prev {
left: 122px;
}
.b-link-box .b-bottom-line {
position: absolute;
left: 6px !important;
top: -43px!important;
width: 100% !important;
height: 100% !important;
}
ul.bxslider li span p {
margin: 2px;
font-size: 17px !important;
}
ul.bxslider li span {
position: absolute;
top: 51%;
left: 16%;
}
div#last-baner {
margin-bottom: -45px;
}
.category-filter {
padding: 17% !important;
margin-top: -60px;
margin-bottom: -151px;
}
a#search4 .b-bottom-line {
left: 0px !important;
top: -40px!important;
width: 100% !important;
height: 100% !important;
}
a#search4 .b-top-line {
left: -4px !important;
top: -40px !important;
right: -4px !important;
height: 100% !important;
}
.view-also {
position: relative;
width: 100%;
display: inline-block;
padding-bottom: 73px;
margin-left: 22px;
overflow: hidden;
}
div#right-sidebar {
display: none;
}
.view-also1 {
height: 330px;
border: 2px solid #ececec;
border-radius: 4px;
width: 226px !important;
position: relative;
display: inline-block;
background-color: #fff;
color: #F8484A;
margin-right: 29px;
min-width: 0px !important;
margin-top: 58px;
}
.border-bottom {
border-bottom: 1px solid #E0E0E0;
margin-bottom: 10px;
padding-bottom: 7px;
}
.sidebar-page .body-holder .body .social-row {
display: none!important;
}
img#imgcat1 {
height: 239px;
width: 239px;
padding: 24px;
border: 5px solid #eee;
}
ul.offers-bannner {
display: flex;
margin-left: -12px;
}
ul.offers-bannner li img#brand-lg1 {
width: 174px;
max-width: 316px;
}
ul.offers-bannner {
display: inline-flex;
margin-left: -8px !important;
}
ul.offers-bannner li img#brand-lg1 {
width: 100%;
}
}
@media (min-width: 360px) and (max-width: 389px) {
html#coupon-page section#coupan-dd .owl-item {
width: 268px !important;
margin-left: 25px;
}
section#coupan-dd .product-item-holder.size-medium {
margin-left: 10px;
min-width: 225px;
}
.hot-deals2 {
margin-right: 23px;
}
}
@media (min-width: 241px) and (max-width: 389px) {
.view-also1 .b-link-apart-horisontal .b-top-line-up, .b-link-apart-horisontal .b-bottom-line-up {
left: 14px;
right: 0;
height: 0;
}
/*===============coupan end===================================*/
.coupan {
width: 100%;
margin: 0px auto;
padding: 42px 31px 1px;
margin-bottom: -1px;
background: #F4F4F4;
}
.coupan h2 {
font-size: 17px;
}
.off h4 {
font-size: 16px;
}
section#coupan-dd .owl-item {
width: 231px !important
}
section#coupan-dd .product-item-holder.size-medium {
max-width: 209.8px;
min-height: 345px;
height: 368px;
margin-right: 3px;
margin-left: -1px;
min-width: 213px;
}
.coupan-read a {
padding: 7px 12px;
}
.coupan-detail h3 {
font-size: 13px;
}
.hot-deals1 {
position: relative;
display: inline-block;
padding-bottom: 9px;
margin-left: 12px;
overflow: hidden;
}
.hot-deals2 {
margin-bottom: 22px;
}
/*===============coupan end===================================*/
div#mi {
display: none !important;
}
div#hero {
display: none;
}
header .top-search-holder .search-area .search-button {
margin: -47px -1px 0 0;
border-radius: 0 0 5px 0;
}
#bestsellers .size-medium {
max-width: 282px;
margin-left: 0%;
}
#footer .sub-form-row button {
padding: 3px 3px 4px 2px;
border-radius: 1px !IMPORTANT;
margin-top: 5px;
width: 58% !important;
float: right;
margin-right: 28px;
}
.pagination1 {
margin: 21px 26px;
}
ul.bxslider li span {
position: absolute;
top: 53%;
left: 27px;
}
#single-product .gallery-thumbs .owl-wrapper-outer {
border: none;
margin-left: -1%;
height: 85px;
}
.view-also1 .b-bottom-line-up {
left: 14px;
}
ul.offers-bannner li img#brand-lg1 {
width: 235px;
max-width: 295px;
}
.view-also h3 {
padding: 7px 6px 10px;
width: 104%;
font-size: 15px;
}
#single-product .body-holder #addto-cart {
margin: 15px 0 13px 35px;
padding: 8px 11px;
}
.view-products {
position: absolute;
float: left;
display: inline-block;
top: 100em;
width: 100%;
left: 17%;
}
#owl-main.height-lg .item {
height: 158px;
background-size: 100% 100%;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
#owl-main .caption.right {
display: none;
}
#content2 {
/*background-image: url("../images/parrallax5.jpg");*/
background-size: 106% 94%;
}
#single-product .single-product-gallery-item img {
width: 100%;
max-width: 111px;
max-height: 196px;
}
#single-product .single-product-gallery-item {
padding-bottom: 0px;
}
div#owl-single-product-thumbnails .owl-item {
width: 64px !important;
margin-left: 2px !important;
}
#single-product .gallery-thumbs img {
width: 60px;
height: 52px;
padding: 9%;
}
ul.cat_menu.checkboxList li {
position: relative;
display: flex;
margin-left: 33%;
}
.megamenu-vertical .yamm-content li a {
color: #3d3d3d;
line-height: 26px;
font-size: 11px;
}
ul.offers-bannner {
display: inline-block;
margin-left: 26px;
}
.add-pr {
float: none;
display: flex;
margin-left: 57px;
}
.view-also1 img#imgcat1 {
max-width: 100%;
padding: 34px;
height: 238px;
width: 200px;
margin-left: 36px;
margin-top: 16px;
}
body.Reebok.Style.Flip.Lp.Slippers img#imgcat1 {
max-width: 100%;
padding: 34px;
height: 238px;
width: 200px;
margin-left: 36px;
margin-top: 16px;
}
.b-link-apart-horisontal .b-top-line-up, .b-link-apart-horisontal .b-bottom-line-up {
left: 27px !important;
right: 0;
height: 0;
}
}
@media(max-width: 600px) {
.view-also {
position: relative;
width: 85%;
display: inline-block;
margin-left: 32px;
}
.view-also1 {
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
body.Reebok.Style.Flip.Lp.Slippers .view-also1{
height: 84%;
min-width: 69%;
margin-right: 8px;
margin-bottom: -43px;
margin-top: 58px;
}
.white_content {
display: none !important;
}
.black_overlay {
display: none !important;
}
img#imgcat1 {
height: 100%;
width: 100%;
padding: 63px;
border: 5px solid #eee;
margin-left: 0px;
margin-top: 0px;
}
}
/*======21/08/2015=========*/
.category_border{border: 1px solid #eee;}
.category_hd{ background-color: #f7f7f7;
padding: 10px;
color: #D70D00;
font-family: roboto;
font-weight: bold;}
#cssmenu ul li {
float: none;
padding:10px;
border-top:dashed #ccc 1px;font-size: 12px;
}
#cssmenu ul a,
#cssmenu ul a:link,
#cssmenu > ul {
color: #000;
float: none;
font-family: roboto;
font-size: 13px;
}
#cssmenu ul li:hover > a {
color: #d70d00;
}
.hadding{ color: #d70d00;
font-family: roboto;
font-size: 18px;}
.pop_border{border:1px solid #ccc; margin-top:10px;}
.product_img{width:250px; height:197px; border:1px solid #ccc; margin:15px;float: left;}
.secitem {
width: 158px;
float: left;
height: 150px;
margin: 16px 14px;
text-align: center;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
color: #333333;
}
.secitem .imgcont {
display: table-cell;
text-align: center;
vertical-align: middle;
height: 100px;
width: 152px;
}
.secitem img {
max-width: 100px;
max-height: 100px;
}
.secitem .item-title, .secitem .item-title:hover {
float: left;
width: 158px;
color: #333333;
font-family: roboto;
text-decoration: none;
font-size: 15px;
text-align: center;
margin-top: 8px;
}
.index_section {
float: left;
width: 100%;
margin-bottom: 20px;
}
.sliderFrame {
width: auto;
background-repeat: no-repeat;
background-size: cover;
}
/*======14/10/2015=========*/
.lazy-lodding-bg{background-color:#000; opacity: 0.7; height:500px; width:100%;}
#custom-search-input{
margin: 8px;
/*border: solid 1px #E4E4E4;*/
background-color: #fff;
}
#custom-search-input input, #search-field input{
border: 0;
box-shadow: none;
}
#custom-search-input button, #search-field button{
margin: 2px 0 0 0;
background: none;
box-shadow: none;
border: 0;
color: #666666;
padding: 0 8px 0 10px;
border-left: solid 1px #ccc;
margin-left:-30px;
}
#custom-search-input button:hover, #search-field button:hover{
border: 0;
box-shadow: none;
border-left: solid 1px #ccc;
}
#custom-search-input .fa-search, #search-field .fa-search{
font-size: 16px;
color:#bbbaba;
}
/*=========================== Slider======================================*/
/* Carousel Styles */
.carousel-indicators .active {
background-color: #2980b9;
}
.carousel-inner img {
width: 100%;
}
.carousel-control {
width: 0;
}
.carousel-control.left span {
opacity: 0.3;
padding: 20px;
}
.carousel-control.right span {
opacity: 0.3;
padding: 20px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
position: absolute;
top: 45%;
z-index: 5;
display: inline-block;
}
.carousel-control.left span,
.carousel-control.right span {
background-color: #000;
}
/*===========================29/10/2015 Coupan Page======================================*/
.coupan-top-brand{background-color:#fff; box-shadow: 0 -5px 4px -7px #333;}
.coupan-top-brand-logo{margin: 20px 7px 10px; }
.cuadro_intro_hover{
padding: 0px;
position: relative;
overflow: hidden;
height: 200px;
margin-bottom: 20px;
}
.cuadro_intro_hover:hover .caption{
opacity: 1;
transform: translateY(-150px);
-webkit-transform:translateY(-150px);
-moz-transform:translateY(-150px);
-ms-transform:translateY(-150px);
-o-transform:translateY(-150px);
}
.cuadro_intro_hover img{
z-index: 4;
}
.cuadro_intro_hover .caption{
position: absolute;
top:150px;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
-ms-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;
width: 100%;
}
.cuadro_intro_hover .blur{
background-color: rgba(0,0,0,0.6);
height: 300px;
z-index: 5;
position: absolute;
width: 100%;
}
.cuadro_intro_hover .caption-text{
z-index: 10;
color: #fff;
position: absolute;
height: 300px;
text-align: center;
/*top:-20px;*/
width: 100%;
}
.coupan-top-categories-heading{font-size:15px; border-top:2px solid white; border-bottom:2px solid white; padding:15px; font-family: roboto;}
.coupan-top-categories-icon{font-size:50px; padding:30px;}
/* carousel */
.media-carousel
{
margin-bottom: 0;
padding: 0 40px 0px 40px;
margin-top: 10px;
margin-right: 20px
}
/* Previous button */
.media-carousel .carousel-control.left
{
background-image: none;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
height: 40px;
width : 40px;
}
/* Next button */
.media-carousel .carousel-control.right
{
background-image: none;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
height: 40px;
width : 40px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
right: 50%;
top: auto;
bottom: 0px;
margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
background: #333333;
}
.media-carousel img
{
width: 130px;
height: 43px
}
/* End carousel */
/*===========================29/10/2015 Coupan Listing Page======================================*/
.listing-profile {
display: inline-block;
width: 160px;
height: 160px;
margin: -136px 31px 20px;
background: #f6f6f6 none repeat ;
border-radius: 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.listing-cover {
position: relative;
margin-top:10px;
}
.listing-likebox {
bottom: 12px;
left: 201px;
position: absolute;
color:#fff;
}
.coupon-listing-panel{ border: none;
box-shadow: 0px 0px 0px 1px #efefef; border-radius: 0px;}
.coupon-listing-panel:hover{ border: none;
box-shadow: 0px 1px 8px 1px #efefef; border-radius: 0px;}
.similar-website li a{color:#5d5d5d;}
.coupon-listing-left{ height: 129px; margin: 23px; border: 1px solid #ddd;}
.coupon-listing-img{
padding-top: 5px;
}
.coupon-listing-pro-heading{ color:red; margin-top:20px; margin-bottom:10px; font-size:20px;}
.activate-deal{ margin:20px; font-size:16px;}
/*=========================== Coupan Listing Details Page======================================*/
.coupan-listing-details{background: #e5e5e5;}
.coupon-listing-detail-heading{padding:15px; font-family: Tahoma;color: #d70d00; font-size: 17px;line-height: 25px; font-family: roboto;}
.details-botton{margin-left:50px; margin-top:40px; }
.coupon-listing-detail-menu li{ float:left; margin-left:50px; margin-top:20px;}
.coupon-listing-detail-menu li a{ color:#5d5d5d;}
.well-list-detail{background: #d70d00; height:auto; margin: 25px; border-radius: 8px; color: #fff;}
.well-list-detail-heading{padding:10px; font-size:16px; padding-top: 30px;line-height: 25px;}
.subscribe{background: #D70D00; height:77px; bottom:0px; color: #fff;}
.detail-offer-img{margin-left:110px; margin-top:70px;}
/*=========================== 05/11/2015 product detail page======================================*/
.details-page-heading{font-size:20px; color:#d70d00;}
/* Makes images fully responsive */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
margin:auto;
}
.img-responsive-height{max-height: 320px;}
/* ------------------- Carousel Styling ------------------- */
.carousel-caption {
background-color: rgba(0,0,0,.5);
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
color: #fff;
text-align: left;
}
/*
.carousel-indicators {
position: absolute;
bottom: 0;
right: 0;
left: 0;
z-index: 15;
margin: 0;
padding: 0 0px 25px 0;
text-align: right;
}
*/
.carousel-control.left,
.carousel-control.right {
background-image: none;
}
/* ------------------- Section Styling - Not needed for carousel styling ------------------- */
.section-white {
background-color: #fff;
color: #555;
}
.notice {
padding: 10px;
background-color: #fafafa;
border-left: 6px solid #7f7f84;
margin-bottom: 10px;
-webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-danger {
border-color: #d73814;
}
.notice-danger>strong {
color: #d73814;
}
.price-list{padding:10px;}
.product-right-ads{margin-top:20px;}
@import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
border: 1px solid #E1E1E1;
background: #FFF;
}
.col-item .photo img
{
max-height: auto;
margin: 0 auto;
height: 170px;
width: auto;
padding: 10px;
}
.col-item .info
{
padding: 10px;
margin-top: 1px;
/*background-color:#f3f3f3;*/
}
.col-item:hover .info {
background-color: #e3e3e3;
}
.col-item .price
{
/*width: 50%;*/
float: left;
margin-top: 5px;
}
.col-item .price h5
{
line-height: 20px;
margin: 0;
overflow: hidden;
white-space: nowrap;
font-family: roboto;
}
.price-text-color
{
color: red;
}
.col-item .info .rating
{
color: #777;
}
.col-item .rating
{
/*width: 50%;*/
float: left;
font-size: 17px;
text-align: right;
line-height: 52px;
margin-bottom: 10px;
height: 52px;
}
.col-item .separator
{
border-top: 1px solid #E1E1E1;
}
.clear-left
{
clear: left;
}
.col-item .separator p
{
line-height: 20px;
margin-bottom: 0;
margin-top: 10px;
text-align: center;
}
.col-item .separator p i
{
margin-right: 5px;
}
.col-item .btn-add
{
width: 50%;
float: left;
}
.col-item .btn-add
{
border-right: 1px solid #E1E1E1;
}
.col-item .btn-details
{
width: 50%;
float: left;
padding-left: 10px;
}
.controls
{
margin-top: 20px;
}
/*=======19/11/2015==========*/
.latest-product-img{height:220px;}
.latest-product-content{height:80px;}
/*=======24/11/2015==========*/
.button_example{
border:1px solid #dcdcdc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:15px;font-family:arial, helvetica, sans-serif; padding: 10px 16px; text-decoration:none; display:inline-block;font-weight:bold; color: #757575;
background-color: #fff;
}
.button_example1{
border:1px solid #dcdcdc; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #757575;
background-color: #fff;
}
.button_example:hover{
border:1px solid #dcdcdc;
background-color: #dcdcdc;
}
.products-details-boxs-color-code{background-color: #dcdcdc; width:15px; height:15px; border-radius: 50%;float: left;margin-top: 5px; }
.products-details-boxs-color-code:hover{border: 2px solid #000;}
.products-details-boxs-color-code1{background-color: yellow; width:15px; height:15px; border-radius: 50%;float:left; margin-left: 8px;margin-top: 5px;}
.products-details-boxs-color-code1:hover{border: 2px solid #000;}
.products-details-boxs-color-code2{background-color: red; width:15px; height:15px; border-radius: 50%;float:left;margin-left: 8px;margin-top: 5px;}
.products-details-boxs-color-code2:hover{border: 2px solid #000;}
/*.excerpt {
width: 100%;
float: left;
padding: 4%;
}*/
.mobile-description{font-size:14px;}
/*==================== Home Page Pop window 19/11/2015====================
.popup-window-header{background-color: #e4e4e4; border-radius:0px; padding:20px;}
.popup-window{background-color: #f1f1f1; border-radius:0px;}
.popup-window-title{font-size:25px; margin-top: 50px; text-align: center;}
.popup-app-icon{ margin-top:10px;}*/
/*==================== 3/12/2015====================*/
.check-icon{color:#1b926c;}
.remove-icon{color:#d70d00;}
.compare-price-color{color:#d70d00; margin-top:10px;}
/*==================== 15/12/2015 Price-listing product====================*/
.listing-heading{ color:#D70D00; margin-top:20px;}
.listing-heading1{color:#aaa; margin-top:17px; font-size: 12px;}
.grid-icons-set{ font-size: 23px; margin-top: 15px;}
.product-listing-bg{background-color: #fff;}
.nav-tabs1 {
border: none;
}
.nav-tabs1,
.nav-tabs1 li,
.nav-tabs1 a,
.nav-tabs1 ul {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.nav-tabs1.simple li a {
border-bottom: 1px solid #e0e0e0;
}
.nav-tabs1.simple li.active a {
font-size: 15px;
background-color: #494949 !important;
color: fff !important;
border: 1px solid #e0e0e0;
}
.nav-tabs1 li {
float: none;
/* margin: 2px 1px;*/
display: inline-block;
}
.nav-tabs1 li a {
border: none;
color: #FFFFFF;
background-color: #D70D00;
line-height: 13px;
text-transform: capitalize;
padding: 9px;
}
.nav-tabs1 li.active a,
.nav-tabs1 li.active a:focus {
color: #fff!important;
border: none!important;
}
.nav-tabs1 li.active a:hover {
cursor: pointer;
color: #fff;
border: none;
}
.tab-content1>.active {width:100%; float:left;}
.list-product-panel{border-radius: 0px; border: none;}
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: inline-block;
vertical-align: middle;
margin: 5px;
cursor: pointer;
font-weight: 200;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #ddd;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
background: #d70d00 none repeat scroll 0 0;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
background: #ccc;
box-shadow: inset 0px 0px 0px 4px #fff;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
outline: 1px solid #ddd; /* focus style */
}
.checkbox-custom-font{font-size:12px;}
.product-box{border: none; max-height:420px;
box-shadow: none;
padding: 10px; margin-left:10px; margin-right:10px; margin-top:10px;border: 1px solid #ddd; border-radius: 0px;}
/*.product-box:hover{border: 1px solid #ddd; border-radius: 0px; margin-left:10px; margin-top:10px;}*/
.product-box-heading{ margin-top: 10px;
color: #d70d00;
border-bottom: 1px solid #ddd;
padding-bottom: 9px;height: 34px;overflow: hidden;}
.product-box-heading a {color: #d70d00;}
.product-box-img{ margin: 0;
max-height: 150px;
padding: 10px;
width: auto;
}
.product-box-item{max-height: 150px;}
.product-box-heading-price{ margin-top: 10px;}
.product-box-heading-price-detail{font-size:13px;color:#959595;}
.product-box-heading-price-detail1{font-size:7px; color:#959595; padding:5px; }
/*.pagination1 {
margin: 10px 180px;
text-align: center;
}*/
.img#imgcat1{ height: 200px;
padding: 7px;
width: 150px;}
.clear-all-btn{padding:12px;
border-radius: 0px;color: #9b9b9b;background: #f5f5f5;}
.price-clear-heading{ color: #d70d00;
font-family: roboto;
font-size: 17px;
margin-bottom: 19px;
margin-top: 10px;}
.price-clear-input{ margin-top:20px; margin-bottom:20px; margin-left: -17px;}
.price-clear-heading1{font-size: 14px;
font-weight: 600;margin-bottom: 10px;}
.price-list-heading-brand{
font-size: 12px;
font-weight: 100;
}
.js-fltrs-apld__lbl{ font-size: 14px;
padding: 11px;
float: left;
font-weight: 600;}
.js-fltrs-apld__item{
margin-top: 6px;
font-size: 14px;
font-family: roboto;float: left;
padding:5px; color:#9b9b9b;}
.js-fltrs-apld__item:hover{border: 1px solid #ddd; color:red; border-radius:0px; text-decoration: line-through;cursor:pointer; }
.fltr-val-wrpr .fltr-val__lbl{font-size: 12px;font-weight: 100;}
/******14-jan-16****/
.fltr__cler{display:none;float:right;cursor:pointer;}
.fltr__cler--show{display:block;}
.pane {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 8px;
margin: 0;
background: #fff;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
border-radius: 60px;
}
.pane:hover {
width: 11px;
}
.pane:hover .slider {
background: #c1c5d3;
}
.pane .slider {
position: relative;
margin: 0;
background: #dfe1e8;
display:block;
}
.nano {
position: relative;
overflow: hidden;
width: 100%;
height: 224px;
}
.nano .content::-webkit-scrollbar {
visibility: hidden;
}
.nano.has-scrollbar .content::-webkit-scrollbar {
visibility: visible;
}
.nano .content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
overflow-x: hidden;
-ms-appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.nano .slider { background: #D70D00; border-radius: 60px;}
.fltr-val {
position: relative;
display: block;
margin-bottom: 10px;
line-height: 18px;
cursor: pointer;
}
.fltr-val__lbl {
display: inline-block;
max-width: 160px;
vertical-align: middle;
overflow-x: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/******14-jan-16****/
/******15-jan-16 About us****/
.about-us-heading{ padding-top: 20px;
font-family: roboto;
font-size: 18px;
font-weight: 600;}
.about-content{ font-family: roboto;
font-size: 15px;
margin-bottom: 30px;
text-align: justify;}
.comparing_websites{ border: 1px solid #ddd;
padding: 5px;
margin-bottom: 10px;
margin-top: 10px;}
..b-link-box .b-top-line{border-radius:50%; width:200px; height:200px; background: #D70D00; }
/**********Nitish*********/
.loadwaiting {
position: absolute;
z-index: 10;
top: 0;
width: 100%;
height: 100%;
margin: 0 !important;
background: rgba(255, 255, 255, 0.9);
color: #7d8393;
}
.loadwaiting .loader {
height: 20px;
width: 250px;
/* position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;*/
margin: 270px auto auto;
}
.loadwaiting .loader--dot {
animation-name: loader;
animation-timing-function: ease-in-out;
animation-duration: 3s;
animation-iteration-count: infinite;
height: 20px;
width: 20px;
border-radius: 100%;
background-color: black;
position: absolute;
border: 2px solid white;
}
.loadwaiting .loader--dot:first-child {
background-color: #8cc759;
animation-delay: 0.5s;
}
.loadwaiting .loader--dot:nth-child(2) {
background-color: #8c6daf;
animation-delay: 0.4s;
}
.loadwaiting .loader--dot:nth-child(3) {
background-color: #ef5d74;
animation-delay: 0.3s;
}
.loadwaiting .loader--dot:nth-child(4) {
background-color: #f9a74b;
animation-delay: 0.2s;
}
.loadwaiting .loader--dot:nth-child(5) {
background-color: #60beeb;
animation-delay: 0.1s;
}
.loadwaiting .loader--dot:nth-child(6) {
background-color: #fbef5a;
animation-delay: 0s;
}
@keyframes loader {
15% {
transform: translateX(0);
}
45% {
transform: translateX(230px);
}
65% {
transform: translateX(230px);
}
95% {
transform: translateX(0);
}
}
/*---===================04/02/2016=============-*/
.input-group-box{
width: 195px;
height: 38px;
padding: 10px;
margin-left: -8px;
background: #fff none repeat scroll 0 0}
.fltr-wrpr1{
background: #f5f5f5;}
.fltr-prc__inpt{
border: 1px #ddd solid;
padding: 3px;
padding-left: 5px;
color: #9b9b9b;
width: 64px;}
.price-list-checkbox{
border: 1px #ddd solid;}
.js-fltrs-apld-wrpr1{
border-radius: 0px;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.06);
border: none;
}
.pagination1 li {background: #f5f5f5;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
background-color: #d70d00;
border-color: #d70d00;
color:#fff;}
.showing-products{
margin-top: 20px;
font-size: 17px;
color: #d70d00;}
.change-sort, .search-field{ background: #f5f5f5 none repeat scroll 0 0;
border: medium none;
border-radius: 0;
width: 180px;}
/*---===================05/02/2016=============-*/
.fltr-srch__fld{
padding: 7px;
margin-left: -10px;
width: 200px;
}
header .top-search-holder .search-area .search-button1 {
float: right;
display: inline-block;
text-align: center;
padding: 8px 15px 5px 15px;
/*margin: -3px -3px 0 0;*/
border-radius: 0 5px 5px 0;
}
.product_list_img{
max-height: 250px;
height: auto;
width: auto;}
/*---===================016/02/2016=============-*/
.subscribe-form{
border-radius: 0px;
border: 1px solid #61BAFC;
border: none;
}
.subscribe-form:hover{
box-shadow:none;
}
.subscribe-form-submit{
border-radius: 0px;
background: #D70D00;
color:#fff;
border: none;
font-weight: 600;
}
.price-watch{
border: 1px dashed #61bafc;
padding: 20px 0px 20px;
border-radius: 5px;
background: #f2f2f2;
}
/*---===================019/02/2016=============-*/
.compare-holder {
background: #61bafc;
font-family: roboto;
position: fixed;
right: -50px;
top: 40%;
transform: rotate(-90deg);
border-radius: 4px 4px 0 0;
width: 140px;
text-align: center;
padding: 10px;
}
.product-wrapper {
border: 1px dashed #aaa;
margin-bottom: 10px;
padding: 10px;
height:125px;
}
.padding {
padding-top: 5px;
}
.compare-holder a { color: #fff }
.sideOpen .sideMenu {
right: 0;
}
.sideOpen .sideMenu:after {
-webkit-box-shadow: 0 0 60px 0 #111;
box-shadow: 0 0 60px 0 #111;
}
.sideTrigger {
float: right;
padding: 30px;
}
.closeTrigger{
border: 1px solid #ddd;
border-radius: 50%;
color: #ddd;
display: inline-block;
font-size: 31px;
font-weight: bold;
height: 30px;
line-height: 15px;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
text-decoration: none;
width: 30px;
margin-left: -15px;
}
.sideMenu:after {
content: "";
top: -10%;
left: 0;
height: 120%;
width: 150%;
z-index: -1;
position: absolute;
-webkit-box-shadow: 0 0 20px 0 #ccc;
box-shadow: 0 0 20px 0 #ccc;
}
.sideMenu {
position: fixed;
top: 0;
right: -320px;
height: 100%;
width: 260px;
background: #FFF;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
z-index: 100;
}
.compare-heading{
font-size:17px;
}
.remove-product{
border-radius: 0px;
border: none;
}
.compare-detail-heading{ background: #f2f2f2 none repeat scroll 0 0;
padding: 10px;
border: 1px solid #ddd;
color: #000;
font-size: 13px;
padding-left: 10px;
font-weight: 600;
}
.compare-detail-heading1{
color:#767676;
font-size:13px;
}
.compare-title{
margin-bottom: 10px;
overflow: hidden;
height: 31px;
margin-bottom:10px;
}
.compare-img{
max-height: 100px;
width: auto;} | 0.413004 | 0.072768 |
@-moz-document url-prefix("https://accounts.google"), url-prefix("https://images.google"), url-prefix("https://news.google"), url-prefix("https://blogsearch.google"), url-prefix("https://books.google"), url-prefix("https://translate.google"), url-prefix("https://maps.google"), url-prefix("https://video.google"), url-prefix("https://encrypted.google"), url-prefix("https://www.google"), url-prefix("https://plus.google.com/hangouts/") {
body,.gbmc,#hdtbSum,.action-menu-panel.ab_dropdown,#header #logo,.exydlg ,.hdtb-mn-c,#qbp,.goog-menu,.gb_r,.gb_Kb,.gb_Qb{
background: #fd5c6d url("http://i.imgur.com/po3TnIk.png")
fixed!important;
background-size: cover !important;}
*{background-color: transparent !important;}
.kno-sh,.wta,.top-shopping-title-text,#Email,#Passwd,#lc-input,#footer,.ktf.mini.exymm.exyw,.ktf.mini.exymm.exyh,.dict.vk_c.vk_bk,INPUT#prc_min,INPUT#prc_max,#qbui,#search_box,#gb a.gb_r,.lst-t, #footcnt {background:transparent!important;}
#gbx1,.google-header-bar,#footer,.hdtb-mn-c,.gb_P,.gb_R,.gb_U,.gb_X,.gb_l,#footcnt,#fbar,.commercial-unit-desktop-top,.rg_fbl,#res li.psgi,.gb_m,.cdr_sep,.sfbgg {border:transparent!important;}
#gbx3,#gbgsa,#hplink,.google-footer-bar,#pmocntr2,#gbql,.mn-dwn-arw,
#gbz,#ab_ctls,.smli,.footer.content.clearfix,.prcmg,.c.commercial-unit.commercial-unit-desktop-rhs.rhsvw,#gbqld,
.fbar,#epbar,.gb_K,.gb_L,.banner,.tagline,.gb_kb.gb_xa,#gbqfbwa .gbqfba,#tads,.gssb_g,#logo img,.gb_wb.gb_jb.gb_La{display:none!important;}
#hdtbSum {border-bottom: 0px !important;}
/*all links and other font colors*/
a:link,.w,.q:active,.q:visited,.tbotu,.kno-ecr-pt,div,A.gb_b.gb_f,A#gt-appname,LEGEND,.gsfi, .lst,INPUT#gbqfq.gbqfif ,._Mo .fl ,._Sj,._Zo .fl ,._nk ,._ep .fl {
color: #000!important;}
A.q.qs:hover{text-shadow: 0px 0px 6px rgb(0,0,0)!important;
background-color:transparent!important;}
.st{color:#000!important;}
.r a:visited,a.fl:visited{color:#a6cbcc!important;}
*:visited{color:#a6cbcc!important;}
.f.slp,i, .med ,.smli,h2{color:#000!important;}
cite,ul,#resultStats{color:#000!important;}
SPAN,.hdtb-mn-hd{text-shadow: 0px 0px 11px rgb(253,92,109)!important;
color:#000!important;}
.signin-box h2{color:#000!important;}
strong {color:#000!important;}
.product-info h1 {color:#000!important;}
.product-info p{color:#000!important;}
.mn-hd-txt{color:#000!important;}
a:link:hover{text-shadow: 0px 0px 6px rgb(0,0,0)!important;}
/*result background*/
DIV#center_col,
#rhs .kp-blk,#pplicrhs.rhsvw {
border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 1px solid !important;
border-color:#fd5c6d!important;
background: linear-gradient(to left,
#fd5c6d, rgba(253,92,109,.7) 4%, rgba(253,92,109,.7)4%, #fd5c6d)!important}
OL.dict.vk_c.vk_bk,DIV#cwmcwd.vk_c,#rhs .vk_rhsc{box-shadow: none!important;}
/*signing in card*/
.signin-card #Passwd,.signin-card #Email{ border-radius: 9px !important;
box-shadow: 0px 0px 4px rgb(225,56,0)!important;
border: 1px solid !important;
border-color:#5de8ff!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;}
.card { border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(93,232,255)!important;
border: 1px solid !important;
border-color:#444!important;
background: linear-gradient(to left,
#222, rgba(253,92,109,.7) 5%, rgba(253,92,109,.7)95%, #fd5c6d)!important}
/*search suggestion hover*/
.rg_fbl:hover,.gssb_i, .rg_fbl:hover ,.Za:hover,#doodle-site-navigation li a:hover,#ms a:hover,li.psgi:hover,.sbsb_c:hover{transform:scale(0.95,1);
box-shadow:#000!important;
background: radial-gradient(at center bottom , rgba(10,10,10,0.10) 0%,rgba(0,0,0,0) 100%) !important;}
/*search box*/
.sbibod{
border-color:#5de8ff!important;
border-radius: 50px 50px 8px 8px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;}
/*search suggestion box*/
.sbdd_b {
border-radius: 5px 5px 20px 20px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 100%,rgba(253,92,109,.7) 100%,rgba(253,92,109,.9) 100%)!important;}
/*maps*/
.cards-card, .cards-collapsed a, .cards-collapsed .cards-strong,.text-place,.text-mode ,#searchbox,.suggest-bg {
border-radius:5px!important;
background:linear-gradient( to right , rgba(253,92,109,.6),
rgba(253,92,109,.3)),linear-gradient( to left , rgba(253,92,109,.6),
rgba(253,92,109,.3))!important;}
/*selected red dash*/
#hdtb_msb .hdtb_mitem.hdtb_msel, #hdtb_msb .hdtb_mitem.hdtb_msel_pre{
border-color:#444!important;
border-radius: 6px 30px 6px 30px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.8) 0%,rgba(253,92,109,.4) 36%,rgba(253,92,109,.8) 100%)!important;}
#logo{
background-image:url(http://i.imgur.com/o9GObGR.png)!important;
height:100px !important;
width:110px !important;
position: fixed; top:10px; right: 1235px !important;
background-size: 110px 100px !important;
background-position: 0px 5px!important;}
/* Hide Holiday Logo */
IMG[src="http://i.imgur.com/o9GObGR.png"],
#hplogo-1,
#hplogo-2,
#hplogo-3,
#hplogo-4,
#hplogo-5,
#hplogo-6,
#hplogo-7,
#hplogo-8,
#hplogo-9,
#hplogo-10,
#hplogo-11,
#hplogo-12,
#hplogo-13,
#hplogo-14,
#hplogo-15,
#hplogo-16,
#hplogo-17,
/*buttons*/
.gb_z ,.gb_V,.ksb, .ab_button, input[type="reset"], input[type="button"], input[type="submit"],#sblsbb,#gb_70{
border-radius: 8px 50px 8px 50px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;
cursor: pointer;
text-align: center;
transition-property: background, border-radius;
transition-duration: .4s;
transition-timing-function: linear!important;
}
.gb_V:hover ,#sblsbb:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover,#gb_70:hover{
border: 2px solid !important;
border-color:#000!important;
border-radius: 20px 50px 20px 50px !important;
box-shadow: 2px 2px 2px rgb(0,0,0)!important;
background: linear-gradient(to bottom, rgba(253,92,109,.5) 0%,rgba(253,92,109,.5) 36%,rgba(0,0,0,.7) 100%)!important;
}
/*app popup menu and signing in dropdown menus*/
.gb_r {background:transparent!important;}
.gb_ja {border:transparent!important;}
.gb_D{border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 1px solid !important;
border-color:#ff3800!important;
background: linear-gradient(to bottom, rgba(181,189,200,.9) 0%,rgba(130,140,149,.7) 36%,rgba(40,52,59,.9) 100%)!important;}
/*dropdown menus more search tools*/
.cdr_dlg,.hdtb-mn-o{border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(222,222,222)!important;
border: 1px solid !important;
border-color:#444!important;
background: linear-gradient(to bottom, rgba(93,232,255,.9) 0%,rgba(93,232,255,.7) 36%,rgba(93,232,255,.9) 100%)!important;}
.cdr_sep,.hdtb-loc {border:transparent!important;}
#hplogo {display: none}
} | data/usercss/111200.user.css | @-moz-document url-prefix("https://accounts.google"), url-prefix("https://images.google"), url-prefix("https://news.google"), url-prefix("https://blogsearch.google"), url-prefix("https://books.google"), url-prefix("https://translate.google"), url-prefix("https://maps.google"), url-prefix("https://video.google"), url-prefix("https://encrypted.google"), url-prefix("https://www.google"), url-prefix("https://plus.google.com/hangouts/") {
body,.gbmc,#hdtbSum,.action-menu-panel.ab_dropdown,#header #logo,.exydlg ,.hdtb-mn-c,#qbp,.goog-menu,.gb_r,.gb_Kb,.gb_Qb{
background: #fd5c6d url("http://i.imgur.com/po3TnIk.png")
fixed!important;
background-size: cover !important;}
*{background-color: transparent !important;}
.kno-sh,.wta,.top-shopping-title-text,#Email,#Passwd,#lc-input,#footer,.ktf.mini.exymm.exyw,.ktf.mini.exymm.exyh,.dict.vk_c.vk_bk,INPUT#prc_min,INPUT#prc_max,#qbui,#search_box,#gb a.gb_r,.lst-t, #footcnt {background:transparent!important;}
#gbx1,.google-header-bar,#footer,.hdtb-mn-c,.gb_P,.gb_R,.gb_U,.gb_X,.gb_l,#footcnt,#fbar,.commercial-unit-desktop-top,.rg_fbl,#res li.psgi,.gb_m,.cdr_sep,.sfbgg {border:transparent!important;}
#gbx3,#gbgsa,#hplink,.google-footer-bar,#pmocntr2,#gbql,.mn-dwn-arw,
#gbz,#ab_ctls,.smli,.footer.content.clearfix,.prcmg,.c.commercial-unit.commercial-unit-desktop-rhs.rhsvw,#gbqld,
.fbar,#epbar,.gb_K,.gb_L,.banner,.tagline,.gb_kb.gb_xa,#gbqfbwa .gbqfba,#tads,.gssb_g,#logo img,.gb_wb.gb_jb.gb_La{display:none!important;}
#hdtbSum {border-bottom: 0px !important;}
/*all links and other font colors*/
a:link,.w,.q:active,.q:visited,.tbotu,.kno-ecr-pt,div,A.gb_b.gb_f,A#gt-appname,LEGEND,.gsfi, .lst,INPUT#gbqfq.gbqfif ,._Mo .fl ,._Sj,._Zo .fl ,._nk ,._ep .fl {
color: #000!important;}
A.q.qs:hover{text-shadow: 0px 0px 6px rgb(0,0,0)!important;
background-color:transparent!important;}
.st{color:#000!important;}
.r a:visited,a.fl:visited{color:#a6cbcc!important;}
*:visited{color:#a6cbcc!important;}
.f.slp,i, .med ,.smli,h2{color:#000!important;}
cite,ul,#resultStats{color:#000!important;}
SPAN,.hdtb-mn-hd{text-shadow: 0px 0px 11px rgb(253,92,109)!important;
color:#000!important;}
.signin-box h2{color:#000!important;}
strong {color:#000!important;}
.product-info h1 {color:#000!important;}
.product-info p{color:#000!important;}
.mn-hd-txt{color:#000!important;}
a:link:hover{text-shadow: 0px 0px 6px rgb(0,0,0)!important;}
/*result background*/
DIV#center_col,
#rhs .kp-blk,#pplicrhs.rhsvw {
border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 1px solid !important;
border-color:#fd5c6d!important;
background: linear-gradient(to left,
#fd5c6d, rgba(253,92,109,.7) 4%, rgba(253,92,109,.7)4%, #fd5c6d)!important}
OL.dict.vk_c.vk_bk,DIV#cwmcwd.vk_c,#rhs .vk_rhsc{box-shadow: none!important;}
/*signing in card*/
.signin-card #Passwd,.signin-card #Email{ border-radius: 9px !important;
box-shadow: 0px 0px 4px rgb(225,56,0)!important;
border: 1px solid !important;
border-color:#5de8ff!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;}
.card { border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(93,232,255)!important;
border: 1px solid !important;
border-color:#444!important;
background: linear-gradient(to left,
#222, rgba(253,92,109,.7) 5%, rgba(253,92,109,.7)95%, #fd5c6d)!important}
/*search suggestion hover*/
.rg_fbl:hover,.gssb_i, .rg_fbl:hover ,.Za:hover,#doodle-site-navigation li a:hover,#ms a:hover,li.psgi:hover,.sbsb_c:hover{transform:scale(0.95,1);
box-shadow:#000!important;
background: radial-gradient(at center bottom , rgba(10,10,10,0.10) 0%,rgba(0,0,0,0) 100%) !important;}
/*search box*/
.sbibod{
border-color:#5de8ff!important;
border-radius: 50px 50px 8px 8px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;}
/*search suggestion box*/
.sbdd_b {
border-radius: 5px 5px 20px 20px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 100%,rgba(253,92,109,.7) 100%,rgba(253,92,109,.9) 100%)!important;}
/*maps*/
.cards-card, .cards-collapsed a, .cards-collapsed .cards-strong,.text-place,.text-mode ,#searchbox,.suggest-bg {
border-radius:5px!important;
background:linear-gradient( to right , rgba(253,92,109,.6),
rgba(253,92,109,.3)),linear-gradient( to left , rgba(253,92,109,.6),
rgba(253,92,109,.3))!important;}
/*selected red dash*/
#hdtb_msb .hdtb_mitem.hdtb_msel, #hdtb_msb .hdtb_mitem.hdtb_msel_pre{
border-color:#444!important;
border-radius: 6px 30px 6px 30px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.8) 0%,rgba(253,92,109,.4) 36%,rgba(253,92,109,.8) 100%)!important;}
#logo{
background-image:url(http://i.imgur.com/o9GObGR.png)!important;
height:100px !important;
width:110px !important;
position: fixed; top:10px; right: 1235px !important;
background-size: 110px 100px !important;
background-position: 0px 5px!important;}
/* Hide Holiday Logo */
IMG[src="http://i.imgur.com/o9GObGR.png"],
#hplogo-1,
#hplogo-2,
#hplogo-3,
#hplogo-4,
#hplogo-5,
#hplogo-6,
#hplogo-7,
#hplogo-8,
#hplogo-9,
#hplogo-10,
#hplogo-11,
#hplogo-12,
#hplogo-13,
#hplogo-14,
#hplogo-15,
#hplogo-16,
#hplogo-17,
/*buttons*/
.gb_z ,.gb_V,.ksb, .ab_button, input[type="reset"], input[type="button"], input[type="submit"],#sblsbb,#gb_70{
border-radius: 8px 50px 8px 50px !important;
box-shadow: 2px 1px 3px rgb(0,0,0)!important;
border: 2px solid !important;
border-color:#000!important;
background: linear-gradient(to bottom, rgba(253,92,109,.9) 0%,rgba(253,92,109,.7) 36%,rgba(253,92,109,.9) 100%)!important;
cursor: pointer;
text-align: center;
transition-property: background, border-radius;
transition-duration: .4s;
transition-timing-function: linear!important;
}
.gb_V:hover ,#sblsbb:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover,#gb_70:hover{
border: 2px solid !important;
border-color:#000!important;
border-radius: 20px 50px 20px 50px !important;
box-shadow: 2px 2px 2px rgb(0,0,0)!important;
background: linear-gradient(to bottom, rgba(253,92,109,.5) 0%,rgba(253,92,109,.5) 36%,rgba(0,0,0,.7) 100%)!important;
}
/*app popup menu and signing in dropdown menus*/
.gb_r {background:transparent!important;}
.gb_ja {border:transparent!important;}
.gb_D{border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(253,92,109)!important;
border: 1px solid !important;
border-color:#ff3800!important;
background: linear-gradient(to bottom, rgba(181,189,200,.9) 0%,rgba(130,140,149,.7) 36%,rgba(40,52,59,.9) 100%)!important;}
/*dropdown menus more search tools*/
.cdr_dlg,.hdtb-mn-o{border-radius: 9px !important;
box-shadow: 2px 1px 3px rgb(222,222,222)!important;
border: 1px solid !important;
border-color:#444!important;
background: linear-gradient(to bottom, rgba(93,232,255,.9) 0%,rgba(93,232,255,.7) 36%,rgba(93,232,255,.9) 100%)!important;}
.cdr_sep,.hdtb-loc {border:transparent!important;}
#hplogo {display: none}
} | 0.271928 | 0.346044 |
@-moz-document url-prefix("https://liquipedia.net") {
:root {
/* nav and some police */
--primary-color: #000000;
/* "headers" */
--secondary-color: #484848;
/* background mostly ~ white */
--third-color: #1b1b1b;
/* background side */
--fourth-color: #a4a4a4;
--loss: #7f0000;
--draw: #c17900;
--win: #003d33;
--police-main-color: white;
--police-secondary-color: #707070;
}
button {
background-color: var(--secondary-color) !important;
color: var(--police-main-color) !important;
}
a {
color: var(--police-secondary-color);
text-decoration: none;
}
a:visited {
text-decoration: none;
color: var(--police-secondary-color) !important;
background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
border-bottom: 2px solid var(--secondary-color);
}
.btn-primary {
color: var(--police-main-color);
background-color: var(--secondary-color);
border-color: var(--primary-color);
}
#slide-nav,
.navbar-default .navbar-nav > li > a {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--police-main-color);
}
#slide-nav a:hover,
#slide-nav a:focus {
background-color: var(--secondary-color) !important;
border-color: var(--primary-color);
color: var(--police-main-color);
}
#wiki-nav,
#footer,
#footer .container-fluid {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
color: white;
}
#wrap,
#sidebar-toc-column,
#main-content-column {
background-color: var(--third-color);
color: white;
}
#sidebar-toc ul li > a {
color: var(--police-secondary-color);
}
#sidebar-toc ul li.active > a,
#sidebar-toc ul li.active:hover > a,
#sidebar-toc ul li.active:focus > a {
border-right: 2px solid var(--secondary-color);
background-color: var(--fourth-color);
color: var(--primary-color);
}
#sidebar-toc ul li > a:hover, #sidebar-toc ul li > a:focus {
background: var(--fourth-color);
color: var(--police-secondary-color);
text-decoration: underline;
}
/* Main page */
.portal-pills .panel-body,
.btn.btn-primary.portal-pills {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important;
}
.portal-pills .panel-body > a {
color: var(--primary-color) !important;
}
.fa,
.liquipedia-custom-icon {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
}
.divHeaderRow,
.panel .tournaments-list-heading {
background-color: var(--fourth-color) !important;
border-color: var(--third-color) !important;
}
.panel .tournaments-list-type-list {
background-color: var(--third-color) !important;
border-color: var(--secondary-color) !important;
}
/* panels */
.panel {
background-color: var(--third-color) !important;
border-color: var(--secondary-color) !important;
}
.panel-heading {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important;
}
.panel-primary {
border-color: var(--secondary-color) !important;
}
/* tabs */
.nav-tabs li {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color);
color: white !important;
}
.nav-tabs > li > a {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color);
color: white !important;
}
.nav-tabs {
border-bottom: 2px solid var(--secondary-color) !important;
}
.nav > li > a.mw-selflink.selflink,
.nav-tabs > li.active > a {
background-color: var(--third-color) !important;
border-color: var(--third-color);
color: white !important;
}
div.tabs-content {
border-color: var(--secondary-color);
}
/* Team */
.teamcard-inner {
background-color: rgb(25, 32, 35);
}
/* Cross table */
.crosstable tr td.crosstable-bgc-r0-r1,
.crosstable tr td.crosstable-bgc-r0-r2,
.crosstable tr td.crosstable-bgc-r0-r3,
.crosstable tr td.crosstable-bgc-r0-r4,
.crosstable tr td.crosstable-bgc-r0-r5,
.crosstable tr td.crosstable-bgc-r0-r6,
.crosstable tr td.crosstable-bgc-r0-r7,
.crosstable tr td.crosstable-bgc-r0-r8,
.crosstable tr td.crosstable-bgc-r0-r9,
.crosstable tr td.crosstable-bgc-r0-r10,
.crosstable tr td.crosstable-bgc-r0-r11,
.crosstable tr td.crosstable-bgc-r0-r12,
.crosstable tr td.crosstable-bgc-r0-r13,
.crosstable tr td.crosstable-bgc-r0-r14,
.crosstable tr td.crosstable-bgc-r0-r15,
.crosstable tr td.crosstable-bgc-r0-r16,
.crosstable tr td.crosstable-bgc-r1-r2,
.crosstable tr td.crosstable-bgc-r1-r3,
.crosstable tr td.crosstable-bgc-r1-r4,
.crosstable tr td.crosstable-bgc-r1-r5,
.crosstable tr td.crosstable-bgc-r1-r6,
.crosstable tr td.crosstable-bgc-r1-r7,
.crosstable tr td.crosstable-bgc-r1-r8,
.crosstable tr td.crosstable-bgc-r1-r9,
.crosstable tr td.crosstable-bgc-r1-r10,
.crosstable tr td.crosstable-bgc-r1-r11,
.crosstable tr td.crosstable-bgc-r1-r12,
.crosstable tr td.crosstable-bgc-r1-r13,
.crosstable tr td.crosstable-bgc-r1-r14,
.crosstable tr td.crosstable-bgc-r1-r15,
.crosstable tr td.crosstable-bgc-r1-r16,
.crosstable tr td.crosstable-bgc-r2-r3,
.crosstable tr td.crosstable-bgc-r2-r4,
.crosstable tr td.crosstable-bgc-r2-r5,
.crosstable tr td.crosstable-bgc-r2-r6,
.crosstable tr td.crosstable-bgc-r2-r7,
.crosstable tr td.crosstable-bgc-r2-r8,
.crosstable tr td.crosstable-bgc-r2-r9,
.crosstable tr td.crosstable-bgc-r2-r10,
.crosstable tr td.crosstable-bgc-r2-r11,
.crosstable tr td.crosstable-bgc-r2-r12,
.crosstable tr td.crosstable-bgc-r2-r13,
.crosstable tr td.crosstable-bgc-r2-r14,
.crosstable tr td.crosstable-bgc-r2-r15,
.crosstable tr td.crosstable-bgc-r2-r16,
.crosstable tr td.crosstable-bgc-r3-r4,
.crosstable tr td.crosstable-bgc-r3-r5,
.crosstable tr td.crosstable-bgc-r3-r6,
.crosstable tr td.crosstable-bgc-r3-r7,
.crosstable tr td.crosstable-bgc-r3-r8,
.crosstable tr td.crosstable-bgc-r3-r9,
.crosstable tr td.crosstable-bgc-r3-r10,
.crosstable tr td.crosstable-bgc-r3-r11,
.crosstable tr td.crosstable-bgc-r3-r12,
.crosstable tr td.crosstable-bgc-r3-r13,
.crosstable tr td.crosstable-bgc-r3-r14,
.crosstable tr td.crosstable-bgc-r3-r15,
.crosstable tr td.crosstable-bgc-r3-r16,
.crosstable tr td.crosstable-bgc-r4-r5,
.crosstable tr td.crosstable-bgc-r4-r6,
.crosstable tr td.crosstable-bgc-r4-r7,
.crosstable tr td.crosstable-bgc-r4-r8,
.crosstable tr td.crosstable-bgc-r4-r9,
.crosstable tr td.crosstable-bgc-r4-r10,
.crosstable tr td.crosstable-bgc-r4-r11,
.crosstable tr td.crosstable-bgc-r4-r12,
.crosstable tr td.crosstable-bgc-r4-r13,
.crosstable tr td.crosstable-bgc-r4-r14,
.crosstable tr td.crosstable-bgc-r4-r15,
.crosstable tr td.crosstable-bgc-r4-r16,
.crosstable tr td.crosstable-bgc-r5-r6,
.crosstable tr td.crosstable-bgc-r5-r7,
.crosstable tr td.crosstable-bgc-r5-r8,
.crosstable tr td.crosstable-bgc-r5-r9,
.crosstable tr td.crosstable-bgc-r5-r10,
.crosstable tr td.crosstable-bgc-r5-r11,
.crosstable tr td.crosstable-bgc-r5-r12,
.crosstable tr td.crosstable-bgc-r5-r13,
.crosstable tr td.crosstable-bgc-r5-r14,
.crosstable tr td.crosstable-bgc-r5-r15,
.crosstable tr td.crosstable-bgc-r5-r16,
.crosstable tr td.crosstable-bgc-r6-r7,
.crosstable tr td.crosstable-bgc-r6-r8,
.crosstable tr td.crosstable-bgc-r6-r9,
.crosstable tr td.crosstable-bgc-r6-r10,
.crosstable tr td.crosstable-bgc-r6-r11,
.crosstable tr td.crosstable-bgc-r6-r12,
.crosstable tr td.crosstable-bgc-r6-r13,
.crosstable tr td.crosstable-bgc-r6-r14,
.crosstable tr td.crosstable-bgc-r6-r15,
.crosstable tr td.crosstable-bgc-r6-r16,
.crosstable tr td.crosstable-bgc-r7-r8,
.crosstable tr td.crosstable-bgc-r7-r9,
.crosstable tr td.crosstable-bgc-r7-r10,
.crosstable tr td.crosstable-bgc-r7-r11,
.crosstable tr td.crosstable-bgc-r7-r12,
.crosstable tr td.crosstable-bgc-r7-r13,
.crosstable tr td.crosstable-bgc-r7-r14,
.crosstable tr td.crosstable-bgc-r7-r15,
.crosstable tr td.crosstable-bgc-r7-r16,
.crosstable tr td.crosstable-bgc-r8-r9,
.crosstable tr td.crosstable-bgc-r8-r10,
.crosstable tr td.crosstable-bgc-r8-r11,
.crosstable tr td.crosstable-bgc-r8-r12,
.crosstable tr td.crosstable-bgc-r8-r13,
.crosstable tr td.crosstable-bgc-r8-r14,
.crosstable tr td.crosstable-bgc-r8-r15,
.crosstable tr td.crosstable-bgc-r8-r16,
.crosstable tr td.crosstable-bgc-r9-r10,
.crosstable tr td.crosstable-bgc-r9-r11,
.crosstable tr td.crosstable-bgc-r9-r12,
.crosstable tr td.crosstable-bgc-r9-r13,
.crosstable tr td.crosstable-bgc-r9-r14,
.crosstable tr td.crosstable-bgc-r9-r15,
.crosstable tr td.crosstable-bgc-r9-r16,
.crosstable tr td.crosstable-bgc-r10-r11,
.crosstable tr td.crosstable-bgc-r10-r12,
.crosstable tr td.crosstable-bgc-r10-r13,
.crosstable tr td.crosstable-bgc-r10-r14,
.crosstable tr td.crosstable-bgc-r10-r15,
.crosstable tr td.crosstable-bgc-r10-r16,
.crosstable tr td.crosstable-bgc-r11-r12,
.crosstable tr td.crosstable-bgc-r11-r13,
.crosstable tr td.crosstable-bgc-r11-r14,
.crosstable tr td.crosstable-bgc-r11-r15,
.crosstable tr td.crosstable-bgc-r11-r16,
.crosstable tr td.crosstable-bgc-r12-r13,
.crosstable tr td.crosstable-bgc-r12-r14,
.crosstable tr td.crosstable-bgc-r12-r15,
.crosstable tr td.crosstable-bgc-r12-r16,
.crosstable tr td.crosstable-bgc-r13-r14,
.crosstable tr td.crosstable-bgc-r13-r15,
.crosstable tr td.crosstable-bgc-r13-r16,
.crosstable tr td.crosstable-bgc-r14-r15,
.crosstable tr td.crosstable-bgc-r14-r16,
.crosstable tr td.crosstable-bgc-r15-r16,
.crosstable tr td.crosstable-bgc-r15-r19,
.crosstable tr td.crosstable-bgc-r15-r21,
.crosstable tr td.crosstable-bgc-r16-r19,
.crosstable tr td.crosstable-bgc-r16-r21,
.crosstable tr td.crosstable-bgc-r17-r19,
.crosstable tr td.crosstable-bgc-r17-r21,
.crosstable tr td.crosstable-bgc-r18-r21,
.crosstable tr td.crosstable-bgc-r18-r22,
.crosstable tr td.crosstable-bgc-r19-r21,
.crosstable tr td.crosstable-bgc-r19-r22,
.crosstable tr td.crosstable-bgc-r20-r22,
.crosstable tr td.crosstable-bgc-r20-r26,
.crosstable tr td.crosstable-bgc-r21-r25,
.crosstable tr td.crosstable-bgc-r21-r26,
.crosstable tr td.crosstable-bgc-r22-r25,
.crosstable tr td.crosstable-bgc-r22-r26,
.crosstable tr td.crosstable-bgc-r23-r25,
.crosstable tr td.crosstable-bgc-r23-r26,
.crosstable tr td.crosstable-bgc-r24-r26,
.crosstable tr td.crosstable-bgc-r25-r28,
.crosstable tr td.crosstable-bgc-r27-r31,
.crosstable tr td.crosstable-bgc-r28-r31,
.crosstable tr td.crosstable-bgc-r29-r31 .crosstable tr td.crosstable-bgc-r30-r34,
.crosstable tr td.crosstable-bgc-r31-r34,
.crosstable tr td.crosstable-bgc-r32-r34 {
background-color: var(--loss) !important;
}
.crosstable tr td.crosstable-bgc-r2-r1,
.crosstable tr td.crosstable-bgc-r3-r1,
.crosstable tr td.crosstable-bgc-r3-r2,
.crosstable tr td.crosstable-bgc-r4-r1,
.crosstable tr td.crosstable-bgc-r4-r2,
.crosstable tr td.crosstable-bgc-r4-r3,
.crosstable tr td.crosstable-bgc-r5-r1,
.crosstable tr td.crosstable-bgc-r5-r2,
.crosstable tr td.crosstable-bgc-r5-r3,
.crosstable tr td.crosstable-bgc-r5-r4,
.crosstable tr td.crosstable-bgc-r6-r1,
.crosstable tr td.crosstable-bgc-r6-r2,
.crosstable tr td.crosstable-bgc-r6-r3,
.crosstable tr td.crosstable-bgc-r6-r4,
.crosstable tr td.crosstable-bgc-r6-r5,
.crosstable tr td.crosstable-bgc-r7-r1,
.crosstable tr td.crosstable-bgc-r7-r2,
.crosstable tr td.crosstable-bgc-r7-r3,
.crosstable tr td.crosstable-bgc-r7-r4,
.crosstable tr td.crosstable-bgc-r7-r5,
.crosstable tr td.crosstable-bgc-r7-r6,
.crosstable tr td.crosstable-bgc-r8-r1,
.crosstable tr td.crosstable-bgc-r8-r2,
.crosstable tr td.crosstable-bgc-r8-r3,
.crosstable tr td.crosstable-bgc-r8-r4,
.crosstable tr td.crosstable-bgc-r8-r5,
.crosstable tr td.crosstable-bgc-r8-r6,
.crosstable tr td.crosstable-bgc-r8-r7,
.crosstable tr td.crosstable-bgc-r9-r1,
.crosstable tr td.crosstable-bgc-r9-r2,
.crosstable tr td.crosstable-bgc-r9-r3,
.crosstable tr td.crosstable-bgc-r9-r4,
.crosstable tr td.crosstable-bgc-r9-r5,
.crosstable tr td.crosstable-bgc-r9-r6,
.crosstable tr td.crosstable-bgc-r9-r7,
.crosstable tr td.crosstable-bgc-r9-r8,
.crosstable tr td.crosstable-bgc-r10-r1,
.crosstable tr td.crosstable-bgc-r10-r2,
.crosstable tr td.crosstable-bgc-r10-r3,
.crosstable tr td.crosstable-bgc-r10-r4,
.crosstable tr td.crosstable-bgc-r10-r5,
.crosstable tr td.crosstable-bgc-r10-r6,
.crosstable tr td.crosstable-bgc-r10-r7,
.crosstable tr td.crosstable-bgc-r10-r8,
.crosstable tr td.crosstable-bgc-r10-r9,
.crosstable tr td.crosstable-bgc-r11-r1,
.crosstable tr td.crosstable-bgc-r11-r2,
.crosstable tr td.crosstable-bgc-r11-r3,
.crosstable tr td.crosstable-bgc-r11-r4,
.crosstable tr td.crosstable-bgc-r11-r5,
.crosstable tr td.crosstable-bgc-r11-r6,
.crosstable tr td.crosstable-bgc-r11-r7,
.crosstable tr td.crosstable-bgc-r11-r8,
.crosstable tr td.crosstable-bgc-r11-r9,
.crosstable tr td.crosstable-bgc-r11-r10,
.crosstable tr td.crosstable-bgc-r12-r1,
.crosstable tr td.crosstable-bgc-r12-r2,
.crosstable tr td.crosstable-bgc-r12-r3,
.crosstable tr td.crosstable-bgc-r12-r4,
.crosstable tr td.crosstable-bgc-r12-r5,
.crosstable tr td.crosstable-bgc-r12-r6,
.crosstable tr td.crosstable-bgc-r12-r7,
.crosstable tr td.crosstable-bgc-r12-r8,
.crosstable tr td.crosstable-bgc-r12-r9,
.crosstable tr td.crosstable-bgc-r12-r10,
.crosstable tr td.crosstable-bgc-r12-r11,
.crosstable tr td.crosstable-bgc-r13-r1,
.crosstable tr td.crosstable-bgc-r13-r2,
.crosstable tr td.crosstable-bgc-r13-r3,
.crosstable tr td.crosstable-bgc-r13-r4,
.crosstable tr td.crosstable-bgc-r13-r5,
.crosstable tr td.crosstable-bgc-r13-r6,
.crosstable tr td.crosstable-bgc-r13-r7,
.crosstable tr td.crosstable-bgc-r13-r8,
.crosstable tr td.crosstable-bgc-r13-r9,
.crosstable tr td.crosstable-bgc-r13-r10,
.crosstable tr td.crosstable-bgc-r13-r11,
.crosstable tr td.crosstable-bgc-r13-r12,
.crosstable tr td.crosstable-bgc-r14-r1,
.crosstable tr td.crosstable-bgc-r14-r2,
.crosstable tr td.crosstable-bgc-r14-r3,
.crosstable tr td.crosstable-bgc-r14-r4,
.crosstable tr td.crosstable-bgc-r14-r5,
.crosstable tr td.crosstable-bgc-r14-r6,
.crosstable tr td.crosstable-bgc-r14-r7,
.crosstable tr td.crosstable-bgc-r14-r8,
.crosstable tr td.crosstable-bgc-r14-r9,
.crosstable tr td.crosstable-bgc-r14-r10,
.crosstable tr td.crosstable-bgc-r14-r11,
.crosstable tr td.crosstable-bgc-r14-r12,
.crosstable tr td.crosstable-bgc-r14-r13,
.crosstable tr td.crosstable-bgc-r15-r1,
.crosstable tr td.crosstable-bgc-r15-r2,
.crosstable tr td.crosstable-bgc-r15-r3,
.crosstable tr td.crosstable-bgc-r15-r4,
.crosstable tr td.crosstable-bgc-r15-r5,
.crosstable tr td.crosstable-bgc-r15-r6,
.crosstable tr td.crosstable-bgc-r15-r7,
.crosstable tr td.crosstable-bgc-r15-r8,
.crosstable tr td.crosstable-bgc-r15-r9,
.crosstable tr td.crosstable-bgc-r15-r10,
.crosstable tr td.crosstable-bgc-r15-r11,
.crosstable tr td.crosstable-bgc-r15-r12,
.crosstable tr td.crosstable-bgc-r15-r13,
.crosstable tr td.crosstable-bgc-r15-r14,
.crosstable tr td.crosstable-bgc-r16-r1,
.crosstable tr td.crosstable-bgc-r16-r2,
.crosstable tr td.crosstable-bgc-r16-r3,
.crosstable tr td.crosstable-bgc-r16-r4,
.crosstable tr td.crosstable-bgc-r16-r5,
.crosstable tr td.crosstable-bgc-r16-r6,
.crosstable tr td.crosstable-bgc-r16-r7,
.crosstable tr td.crosstable-bgc-r16-r8,
.crosstable tr td.crosstable-bgc-r16-r9,
.crosstable tr td.crosstable-bgc-r16-r10,
.crosstable tr td.crosstable-bgc-r16-r11,
.crosstable tr td.crosstable-bgc-r16-r12,
.crosstable tr td.crosstable-bgc-r16-r13,
.crosstable tr td.crosstable-bgc-r16-r14,
.crosstable tr td.crosstable-bgc-r16-r15,
.crosstable tr td.crosstable-bgc-r1-r0,
.crosstable tr td.crosstable-bgc-r2-r0,
.crosstable tr td.crosstable-bgc-r3-r0,
.crosstable tr td.crosstable-bgc-r4-r0,
.crosstable tr td.crosstable-bgc-r5-r0,
.crosstable tr td.crosstable-bgc-r6-r0,
.crosstable tr td.crosstable-bgc-r7-r0,
.crosstable tr td.crosstable-bgc-r8-r0,
.crosstable tr td.crosstable-bgc-r9-r0,
.crosstable tr td.crosstable-bgc-r10-r0,
.crosstable tr td.crosstable-bgc-r11-r0,
.crosstable tr td.crosstable-bgc-r12-r0,
.crosstable tr td.crosstable-bgc-r13-r0,
.crosstable tr td.crosstable-bgc-r14-r0,
.crosstable tr td.crosstable-bgc-r15-r0,
.crosstable tr td.crosstable-bgc-r16-r0,
.crosstable tr td.crosstable-bgc-r19-r15,
.crosstable tr td.crosstable-bgc-r19-r16,
.crosstable tr td.crosstable-bgc-r19-r17,
.crosstable tr td.crosstable-bgc-r22-r18,
.crosstable tr td.crosstable-bgc-r22-r19,
.crosstable tr td.crosstable-bgc-r22-r20,
.crosstable tr td.crosstable-bgc-r25-r21,
.crosstable tr td.crosstable-bgc-r25-r22,
.crosstable tr td.crosstable-bgc-r25-r23,
.crosstable tr td.crosstable-bgc-r21-r15,
.crosstable tr td.crosstable-bgc-r21-r16,
.crosstable tr td.crosstable-bgc-r21-r17,
.crosstable tr td.crosstable-bgc-r21-r18,
.crosstable tr td.crosstable-bgc-r21-r19,
.crosstable tr td.crosstable-bgc-r26-r20,
.crosstable tr td.crosstable-bgc-r26-r21,
.crosstable tr td.crosstable-bgc-r26-r22,
.crosstable tr td.crosstable-bgc-r26-r23,
.crosstable tr td.crosstable-bgc-r26-r24,
.crosstable tr td.crosstable-bgc-r28-r24,
.crosstable tr td.crosstable-bgc-r28-r26,
.crosstable tr td.crosstable-bgc-r31-r27,
.crosstable tr td.crosstable-bgc-r31-r28,
.crosstable tr td.crosstable-bgc-r31-r29,
.crosstable tr td.crosstable-bgc-r34-r30,
.crosstable tr td.crosstable-bgc-r34-r31,
.crosstable tr td.crosstable-bgc-r34-r32 {
background-color: var(--win) !important;
}
/* Infobox */
.fo-nttax-infobox > div {
background-color: var(--fourth-color) !important;
}
.fo-nttax-infobox > div:nth-child(even) {
background-color: var(--police-secondary-color) !important;
}
.fo-nttax-infobox a {
color: var(--third-color) !important;
}
.fo-nttax-infobox .infobox-header {
background-color: var(--secondary-color) !important;
}
.nowraplinks .navbox-group {
background-color: var(--secondary-color) !important;
}
.nowraplinks .navbox-list {
background-color: var(--fourth-color) !important;
}
.wiki-bordercolor-light,
.bdc-light {
border-color: var(--secondary-color);
}
.infobox_matches_content a {
color: white !important;
}
/* Tables */
.table-striped th, .wikitable th {
background-color: var(--secondary-color) !important;
}
.table-striped tr, .wikitable tr {
background-color: var(--third-color) !important;
color: var(--police-main-color);
}
.table-striped > tbody > tr:nth-child(2n) {
background-color: var(--fourth-color) !important;
}
.teamcard-inner table {
background-color: var(--third-color) !important;
color: var(--police-main-color);
}
.crosstable-bgc-r1-r1,
.bg-draw {
background-color: var(--draw) !important;
}
.crosstable-bgc-r0-r2,
.swisstable-bgc-lose {
background-color: var(--loss) !important;
}
.crosstable-bgc-r2-r0,
.swisstable-bgc-win,
.bg-win {
background-color: var(--win) !important;
}
.crosstable-bgc-cross {
background-color: var(--fourth-color) !important;
}
.matchlistslot a {
color: var(--police-main-color) !important;
}
/* tournaments tables*/
.background-color-first-place {
background-color: #f9a825 !important;
}
.background-color-second-place {
background-color: #34515e !important;
}
.background-color-third-place {
background-color: #40241a !important;
}
.background-color-fourth-place {
background-color: #000051 !important;
}
/* Transferts */
.mainpage-transfer .mainpage-transfer-to-team {
background-color: var(--win) !important;
}
.mainpage-transfer .mainpage-transfer-from-team {
background-color: var(--loss) !important;
}
.mainpage-transfer-neutral {
background-color: var(--third-color) !important;
}
/* Spellcard */
.spellcard {
background-color: var(--fourth-color) !important;
border: 2px solid var(--secondary-color) !important;
}
.wiki-backgroundcolor-light {
background-color: var(--secondary-color) !important;
}
.spellcard > th,
.spellcard > tr,
.spellcard > td {
background-color: var(--secondary-color) !important;
}
.wiki-bordercolor-dark {
border-color: var(--primary-color) !important;
}
.valvepremier-highlighted,
.valvemajor-highlighted {
background-color: #1C2B53 !important;
}
} | data/usercss/166376.user.css | @-moz-document url-prefix("https://liquipedia.net") {
:root {
/* nav and some police */
--primary-color: #000000;
/* "headers" */
--secondary-color: #484848;
/* background mostly ~ white */
--third-color: #1b1b1b;
/* background side */
--fourth-color: #a4a4a4;
--loss: #7f0000;
--draw: #c17900;
--win: #003d33;
--police-main-color: white;
--police-secondary-color: #707070;
}
button {
background-color: var(--secondary-color) !important;
color: var(--police-main-color) !important;
}
a {
color: var(--police-secondary-color);
text-decoration: none;
}
a:visited {
text-decoration: none;
color: var(--police-secondary-color) !important;
background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: white;
border-bottom: 2px solid var(--secondary-color);
}
.btn-primary {
color: var(--police-main-color);
background-color: var(--secondary-color);
border-color: var(--primary-color);
}
#slide-nav,
.navbar-default .navbar-nav > li > a {
background-color: var(--primary-color);
border-color: var(--primary-color);
color: var(--police-main-color);
}
#slide-nav a:hover,
#slide-nav a:focus {
background-color: var(--secondary-color) !important;
border-color: var(--primary-color);
color: var(--police-main-color);
}
#wiki-nav,
#footer,
#footer .container-fluid {
background-color: var(--secondary-color);
border-color: var(--secondary-color);
color: white;
}
#wrap,
#sidebar-toc-column,
#main-content-column {
background-color: var(--third-color);
color: white;
}
#sidebar-toc ul li > a {
color: var(--police-secondary-color);
}
#sidebar-toc ul li.active > a,
#sidebar-toc ul li.active:hover > a,
#sidebar-toc ul li.active:focus > a {
border-right: 2px solid var(--secondary-color);
background-color: var(--fourth-color);
color: var(--primary-color);
}
#sidebar-toc ul li > a:hover, #sidebar-toc ul li > a:focus {
background: var(--fourth-color);
color: var(--police-secondary-color);
text-decoration: underline;
}
/* Main page */
.portal-pills .panel-body,
.btn.btn-primary.portal-pills {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important;
}
.portal-pills .panel-body > a {
color: var(--primary-color) !important;
}
.fa,
.liquipedia-custom-icon {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
}
.divHeaderRow,
.panel .tournaments-list-heading {
background-color: var(--fourth-color) !important;
border-color: var(--third-color) !important;
}
.panel .tournaments-list-type-list {
background-color: var(--third-color) !important;
border-color: var(--secondary-color) !important;
}
/* panels */
.panel {
background-color: var(--third-color) !important;
border-color: var(--secondary-color) !important;
}
.panel-heading {
color: var(--primary-color) !important;
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color) !important;
}
.panel-primary {
border-color: var(--secondary-color) !important;
}
/* tabs */
.nav-tabs li {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color);
color: white !important;
}
.nav-tabs > li > a {
background-color: var(--secondary-color) !important;
border-color: var(--secondary-color);
color: white !important;
}
.nav-tabs {
border-bottom: 2px solid var(--secondary-color) !important;
}
.nav > li > a.mw-selflink.selflink,
.nav-tabs > li.active > a {
background-color: var(--third-color) !important;
border-color: var(--third-color);
color: white !important;
}
div.tabs-content {
border-color: var(--secondary-color);
}
/* Team */
.teamcard-inner {
background-color: rgb(25, 32, 35);
}
/* Cross table */
.crosstable tr td.crosstable-bgc-r0-r1,
.crosstable tr td.crosstable-bgc-r0-r2,
.crosstable tr td.crosstable-bgc-r0-r3,
.crosstable tr td.crosstable-bgc-r0-r4,
.crosstable tr td.crosstable-bgc-r0-r5,
.crosstable tr td.crosstable-bgc-r0-r6,
.crosstable tr td.crosstable-bgc-r0-r7,
.crosstable tr td.crosstable-bgc-r0-r8,
.crosstable tr td.crosstable-bgc-r0-r9,
.crosstable tr td.crosstable-bgc-r0-r10,
.crosstable tr td.crosstable-bgc-r0-r11,
.crosstable tr td.crosstable-bgc-r0-r12,
.crosstable tr td.crosstable-bgc-r0-r13,
.crosstable tr td.crosstable-bgc-r0-r14,
.crosstable tr td.crosstable-bgc-r0-r15,
.crosstable tr td.crosstable-bgc-r0-r16,
.crosstable tr td.crosstable-bgc-r1-r2,
.crosstable tr td.crosstable-bgc-r1-r3,
.crosstable tr td.crosstable-bgc-r1-r4,
.crosstable tr td.crosstable-bgc-r1-r5,
.crosstable tr td.crosstable-bgc-r1-r6,
.crosstable tr td.crosstable-bgc-r1-r7,
.crosstable tr td.crosstable-bgc-r1-r8,
.crosstable tr td.crosstable-bgc-r1-r9,
.crosstable tr td.crosstable-bgc-r1-r10,
.crosstable tr td.crosstable-bgc-r1-r11,
.crosstable tr td.crosstable-bgc-r1-r12,
.crosstable tr td.crosstable-bgc-r1-r13,
.crosstable tr td.crosstable-bgc-r1-r14,
.crosstable tr td.crosstable-bgc-r1-r15,
.crosstable tr td.crosstable-bgc-r1-r16,
.crosstable tr td.crosstable-bgc-r2-r3,
.crosstable tr td.crosstable-bgc-r2-r4,
.crosstable tr td.crosstable-bgc-r2-r5,
.crosstable tr td.crosstable-bgc-r2-r6,
.crosstable tr td.crosstable-bgc-r2-r7,
.crosstable tr td.crosstable-bgc-r2-r8,
.crosstable tr td.crosstable-bgc-r2-r9,
.crosstable tr td.crosstable-bgc-r2-r10,
.crosstable tr td.crosstable-bgc-r2-r11,
.crosstable tr td.crosstable-bgc-r2-r12,
.crosstable tr td.crosstable-bgc-r2-r13,
.crosstable tr td.crosstable-bgc-r2-r14,
.crosstable tr td.crosstable-bgc-r2-r15,
.crosstable tr td.crosstable-bgc-r2-r16,
.crosstable tr td.crosstable-bgc-r3-r4,
.crosstable tr td.crosstable-bgc-r3-r5,
.crosstable tr td.crosstable-bgc-r3-r6,
.crosstable tr td.crosstable-bgc-r3-r7,
.crosstable tr td.crosstable-bgc-r3-r8,
.crosstable tr td.crosstable-bgc-r3-r9,
.crosstable tr td.crosstable-bgc-r3-r10,
.crosstable tr td.crosstable-bgc-r3-r11,
.crosstable tr td.crosstable-bgc-r3-r12,
.crosstable tr td.crosstable-bgc-r3-r13,
.crosstable tr td.crosstable-bgc-r3-r14,
.crosstable tr td.crosstable-bgc-r3-r15,
.crosstable tr td.crosstable-bgc-r3-r16,
.crosstable tr td.crosstable-bgc-r4-r5,
.crosstable tr td.crosstable-bgc-r4-r6,
.crosstable tr td.crosstable-bgc-r4-r7,
.crosstable tr td.crosstable-bgc-r4-r8,
.crosstable tr td.crosstable-bgc-r4-r9,
.crosstable tr td.crosstable-bgc-r4-r10,
.crosstable tr td.crosstable-bgc-r4-r11,
.crosstable tr td.crosstable-bgc-r4-r12,
.crosstable tr td.crosstable-bgc-r4-r13,
.crosstable tr td.crosstable-bgc-r4-r14,
.crosstable tr td.crosstable-bgc-r4-r15,
.crosstable tr td.crosstable-bgc-r4-r16,
.crosstable tr td.crosstable-bgc-r5-r6,
.crosstable tr td.crosstable-bgc-r5-r7,
.crosstable tr td.crosstable-bgc-r5-r8,
.crosstable tr td.crosstable-bgc-r5-r9,
.crosstable tr td.crosstable-bgc-r5-r10,
.crosstable tr td.crosstable-bgc-r5-r11,
.crosstable tr td.crosstable-bgc-r5-r12,
.crosstable tr td.crosstable-bgc-r5-r13,
.crosstable tr td.crosstable-bgc-r5-r14,
.crosstable tr td.crosstable-bgc-r5-r15,
.crosstable tr td.crosstable-bgc-r5-r16,
.crosstable tr td.crosstable-bgc-r6-r7,
.crosstable tr td.crosstable-bgc-r6-r8,
.crosstable tr td.crosstable-bgc-r6-r9,
.crosstable tr td.crosstable-bgc-r6-r10,
.crosstable tr td.crosstable-bgc-r6-r11,
.crosstable tr td.crosstable-bgc-r6-r12,
.crosstable tr td.crosstable-bgc-r6-r13,
.crosstable tr td.crosstable-bgc-r6-r14,
.crosstable tr td.crosstable-bgc-r6-r15,
.crosstable tr td.crosstable-bgc-r6-r16,
.crosstable tr td.crosstable-bgc-r7-r8,
.crosstable tr td.crosstable-bgc-r7-r9,
.crosstable tr td.crosstable-bgc-r7-r10,
.crosstable tr td.crosstable-bgc-r7-r11,
.crosstable tr td.crosstable-bgc-r7-r12,
.crosstable tr td.crosstable-bgc-r7-r13,
.crosstable tr td.crosstable-bgc-r7-r14,
.crosstable tr td.crosstable-bgc-r7-r15,
.crosstable tr td.crosstable-bgc-r7-r16,
.crosstable tr td.crosstable-bgc-r8-r9,
.crosstable tr td.crosstable-bgc-r8-r10,
.crosstable tr td.crosstable-bgc-r8-r11,
.crosstable tr td.crosstable-bgc-r8-r12,
.crosstable tr td.crosstable-bgc-r8-r13,
.crosstable tr td.crosstable-bgc-r8-r14,
.crosstable tr td.crosstable-bgc-r8-r15,
.crosstable tr td.crosstable-bgc-r8-r16,
.crosstable tr td.crosstable-bgc-r9-r10,
.crosstable tr td.crosstable-bgc-r9-r11,
.crosstable tr td.crosstable-bgc-r9-r12,
.crosstable tr td.crosstable-bgc-r9-r13,
.crosstable tr td.crosstable-bgc-r9-r14,
.crosstable tr td.crosstable-bgc-r9-r15,
.crosstable tr td.crosstable-bgc-r9-r16,
.crosstable tr td.crosstable-bgc-r10-r11,
.crosstable tr td.crosstable-bgc-r10-r12,
.crosstable tr td.crosstable-bgc-r10-r13,
.crosstable tr td.crosstable-bgc-r10-r14,
.crosstable tr td.crosstable-bgc-r10-r15,
.crosstable tr td.crosstable-bgc-r10-r16,
.crosstable tr td.crosstable-bgc-r11-r12,
.crosstable tr td.crosstable-bgc-r11-r13,
.crosstable tr td.crosstable-bgc-r11-r14,
.crosstable tr td.crosstable-bgc-r11-r15,
.crosstable tr td.crosstable-bgc-r11-r16,
.crosstable tr td.crosstable-bgc-r12-r13,
.crosstable tr td.crosstable-bgc-r12-r14,
.crosstable tr td.crosstable-bgc-r12-r15,
.crosstable tr td.crosstable-bgc-r12-r16,
.crosstable tr td.crosstable-bgc-r13-r14,
.crosstable tr td.crosstable-bgc-r13-r15,
.crosstable tr td.crosstable-bgc-r13-r16,
.crosstable tr td.crosstable-bgc-r14-r15,
.crosstable tr td.crosstable-bgc-r14-r16,
.crosstable tr td.crosstable-bgc-r15-r16,
.crosstable tr td.crosstable-bgc-r15-r19,
.crosstable tr td.crosstable-bgc-r15-r21,
.crosstable tr td.crosstable-bgc-r16-r19,
.crosstable tr td.crosstable-bgc-r16-r21,
.crosstable tr td.crosstable-bgc-r17-r19,
.crosstable tr td.crosstable-bgc-r17-r21,
.crosstable tr td.crosstable-bgc-r18-r21,
.crosstable tr td.crosstable-bgc-r18-r22,
.crosstable tr td.crosstable-bgc-r19-r21,
.crosstable tr td.crosstable-bgc-r19-r22,
.crosstable tr td.crosstable-bgc-r20-r22,
.crosstable tr td.crosstable-bgc-r20-r26,
.crosstable tr td.crosstable-bgc-r21-r25,
.crosstable tr td.crosstable-bgc-r21-r26,
.crosstable tr td.crosstable-bgc-r22-r25,
.crosstable tr td.crosstable-bgc-r22-r26,
.crosstable tr td.crosstable-bgc-r23-r25,
.crosstable tr td.crosstable-bgc-r23-r26,
.crosstable tr td.crosstable-bgc-r24-r26,
.crosstable tr td.crosstable-bgc-r25-r28,
.crosstable tr td.crosstable-bgc-r27-r31,
.crosstable tr td.crosstable-bgc-r28-r31,
.crosstable tr td.crosstable-bgc-r29-r31 .crosstable tr td.crosstable-bgc-r30-r34,
.crosstable tr td.crosstable-bgc-r31-r34,
.crosstable tr td.crosstable-bgc-r32-r34 {
background-color: var(--loss) !important;
}
.crosstable tr td.crosstable-bgc-r2-r1,
.crosstable tr td.crosstable-bgc-r3-r1,
.crosstable tr td.crosstable-bgc-r3-r2,
.crosstable tr td.crosstable-bgc-r4-r1,
.crosstable tr td.crosstable-bgc-r4-r2,
.crosstable tr td.crosstable-bgc-r4-r3,
.crosstable tr td.crosstable-bgc-r5-r1,
.crosstable tr td.crosstable-bgc-r5-r2,
.crosstable tr td.crosstable-bgc-r5-r3,
.crosstable tr td.crosstable-bgc-r5-r4,
.crosstable tr td.crosstable-bgc-r6-r1,
.crosstable tr td.crosstable-bgc-r6-r2,
.crosstable tr td.crosstable-bgc-r6-r3,
.crosstable tr td.crosstable-bgc-r6-r4,
.crosstable tr td.crosstable-bgc-r6-r5,
.crosstable tr td.crosstable-bgc-r7-r1,
.crosstable tr td.crosstable-bgc-r7-r2,
.crosstable tr td.crosstable-bgc-r7-r3,
.crosstable tr td.crosstable-bgc-r7-r4,
.crosstable tr td.crosstable-bgc-r7-r5,
.crosstable tr td.crosstable-bgc-r7-r6,
.crosstable tr td.crosstable-bgc-r8-r1,
.crosstable tr td.crosstable-bgc-r8-r2,
.crosstable tr td.crosstable-bgc-r8-r3,
.crosstable tr td.crosstable-bgc-r8-r4,
.crosstable tr td.crosstable-bgc-r8-r5,
.crosstable tr td.crosstable-bgc-r8-r6,
.crosstable tr td.crosstable-bgc-r8-r7,
.crosstable tr td.crosstable-bgc-r9-r1,
.crosstable tr td.crosstable-bgc-r9-r2,
.crosstable tr td.crosstable-bgc-r9-r3,
.crosstable tr td.crosstable-bgc-r9-r4,
.crosstable tr td.crosstable-bgc-r9-r5,
.crosstable tr td.crosstable-bgc-r9-r6,
.crosstable tr td.crosstable-bgc-r9-r7,
.crosstable tr td.crosstable-bgc-r9-r8,
.crosstable tr td.crosstable-bgc-r10-r1,
.crosstable tr td.crosstable-bgc-r10-r2,
.crosstable tr td.crosstable-bgc-r10-r3,
.crosstable tr td.crosstable-bgc-r10-r4,
.crosstable tr td.crosstable-bgc-r10-r5,
.crosstable tr td.crosstable-bgc-r10-r6,
.crosstable tr td.crosstable-bgc-r10-r7,
.crosstable tr td.crosstable-bgc-r10-r8,
.crosstable tr td.crosstable-bgc-r10-r9,
.crosstable tr td.crosstable-bgc-r11-r1,
.crosstable tr td.crosstable-bgc-r11-r2,
.crosstable tr td.crosstable-bgc-r11-r3,
.crosstable tr td.crosstable-bgc-r11-r4,
.crosstable tr td.crosstable-bgc-r11-r5,
.crosstable tr td.crosstable-bgc-r11-r6,
.crosstable tr td.crosstable-bgc-r11-r7,
.crosstable tr td.crosstable-bgc-r11-r8,
.crosstable tr td.crosstable-bgc-r11-r9,
.crosstable tr td.crosstable-bgc-r11-r10,
.crosstable tr td.crosstable-bgc-r12-r1,
.crosstable tr td.crosstable-bgc-r12-r2,
.crosstable tr td.crosstable-bgc-r12-r3,
.crosstable tr td.crosstable-bgc-r12-r4,
.crosstable tr td.crosstable-bgc-r12-r5,
.crosstable tr td.crosstable-bgc-r12-r6,
.crosstable tr td.crosstable-bgc-r12-r7,
.crosstable tr td.crosstable-bgc-r12-r8,
.crosstable tr td.crosstable-bgc-r12-r9,
.crosstable tr td.crosstable-bgc-r12-r10,
.crosstable tr td.crosstable-bgc-r12-r11,
.crosstable tr td.crosstable-bgc-r13-r1,
.crosstable tr td.crosstable-bgc-r13-r2,
.crosstable tr td.crosstable-bgc-r13-r3,
.crosstable tr td.crosstable-bgc-r13-r4,
.crosstable tr td.crosstable-bgc-r13-r5,
.crosstable tr td.crosstable-bgc-r13-r6,
.crosstable tr td.crosstable-bgc-r13-r7,
.crosstable tr td.crosstable-bgc-r13-r8,
.crosstable tr td.crosstable-bgc-r13-r9,
.crosstable tr td.crosstable-bgc-r13-r10,
.crosstable tr td.crosstable-bgc-r13-r11,
.crosstable tr td.crosstable-bgc-r13-r12,
.crosstable tr td.crosstable-bgc-r14-r1,
.crosstable tr td.crosstable-bgc-r14-r2,
.crosstable tr td.crosstable-bgc-r14-r3,
.crosstable tr td.crosstable-bgc-r14-r4,
.crosstable tr td.crosstable-bgc-r14-r5,
.crosstable tr td.crosstable-bgc-r14-r6,
.crosstable tr td.crosstable-bgc-r14-r7,
.crosstable tr td.crosstable-bgc-r14-r8,
.crosstable tr td.crosstable-bgc-r14-r9,
.crosstable tr td.crosstable-bgc-r14-r10,
.crosstable tr td.crosstable-bgc-r14-r11,
.crosstable tr td.crosstable-bgc-r14-r12,
.crosstable tr td.crosstable-bgc-r14-r13,
.crosstable tr td.crosstable-bgc-r15-r1,
.crosstable tr td.crosstable-bgc-r15-r2,
.crosstable tr td.crosstable-bgc-r15-r3,
.crosstable tr td.crosstable-bgc-r15-r4,
.crosstable tr td.crosstable-bgc-r15-r5,
.crosstable tr td.crosstable-bgc-r15-r6,
.crosstable tr td.crosstable-bgc-r15-r7,
.crosstable tr td.crosstable-bgc-r15-r8,
.crosstable tr td.crosstable-bgc-r15-r9,
.crosstable tr td.crosstable-bgc-r15-r10,
.crosstable tr td.crosstable-bgc-r15-r11,
.crosstable tr td.crosstable-bgc-r15-r12,
.crosstable tr td.crosstable-bgc-r15-r13,
.crosstable tr td.crosstable-bgc-r15-r14,
.crosstable tr td.crosstable-bgc-r16-r1,
.crosstable tr td.crosstable-bgc-r16-r2,
.crosstable tr td.crosstable-bgc-r16-r3,
.crosstable tr td.crosstable-bgc-r16-r4,
.crosstable tr td.crosstable-bgc-r16-r5,
.crosstable tr td.crosstable-bgc-r16-r6,
.crosstable tr td.crosstable-bgc-r16-r7,
.crosstable tr td.crosstable-bgc-r16-r8,
.crosstable tr td.crosstable-bgc-r16-r9,
.crosstable tr td.crosstable-bgc-r16-r10,
.crosstable tr td.crosstable-bgc-r16-r11,
.crosstable tr td.crosstable-bgc-r16-r12,
.crosstable tr td.crosstable-bgc-r16-r13,
.crosstable tr td.crosstable-bgc-r16-r14,
.crosstable tr td.crosstable-bgc-r16-r15,
.crosstable tr td.crosstable-bgc-r1-r0,
.crosstable tr td.crosstable-bgc-r2-r0,
.crosstable tr td.crosstable-bgc-r3-r0,
.crosstable tr td.crosstable-bgc-r4-r0,
.crosstable tr td.crosstable-bgc-r5-r0,
.crosstable tr td.crosstable-bgc-r6-r0,
.crosstable tr td.crosstable-bgc-r7-r0,
.crosstable tr td.crosstable-bgc-r8-r0,
.crosstable tr td.crosstable-bgc-r9-r0,
.crosstable tr td.crosstable-bgc-r10-r0,
.crosstable tr td.crosstable-bgc-r11-r0,
.crosstable tr td.crosstable-bgc-r12-r0,
.crosstable tr td.crosstable-bgc-r13-r0,
.crosstable tr td.crosstable-bgc-r14-r0,
.crosstable tr td.crosstable-bgc-r15-r0,
.crosstable tr td.crosstable-bgc-r16-r0,
.crosstable tr td.crosstable-bgc-r19-r15,
.crosstable tr td.crosstable-bgc-r19-r16,
.crosstable tr td.crosstable-bgc-r19-r17,
.crosstable tr td.crosstable-bgc-r22-r18,
.crosstable tr td.crosstable-bgc-r22-r19,
.crosstable tr td.crosstable-bgc-r22-r20,
.crosstable tr td.crosstable-bgc-r25-r21,
.crosstable tr td.crosstable-bgc-r25-r22,
.crosstable tr td.crosstable-bgc-r25-r23,
.crosstable tr td.crosstable-bgc-r21-r15,
.crosstable tr td.crosstable-bgc-r21-r16,
.crosstable tr td.crosstable-bgc-r21-r17,
.crosstable tr td.crosstable-bgc-r21-r18,
.crosstable tr td.crosstable-bgc-r21-r19,
.crosstable tr td.crosstable-bgc-r26-r20,
.crosstable tr td.crosstable-bgc-r26-r21,
.crosstable tr td.crosstable-bgc-r26-r22,
.crosstable tr td.crosstable-bgc-r26-r23,
.crosstable tr td.crosstable-bgc-r26-r24,
.crosstable tr td.crosstable-bgc-r28-r24,
.crosstable tr td.crosstable-bgc-r28-r26,
.crosstable tr td.crosstable-bgc-r31-r27,
.crosstable tr td.crosstable-bgc-r31-r28,
.crosstable tr td.crosstable-bgc-r31-r29,
.crosstable tr td.crosstable-bgc-r34-r30,
.crosstable tr td.crosstable-bgc-r34-r31,
.crosstable tr td.crosstable-bgc-r34-r32 {
background-color: var(--win) !important;
}
/* Infobox */
.fo-nttax-infobox > div {
background-color: var(--fourth-color) !important;
}
.fo-nttax-infobox > div:nth-child(even) {
background-color: var(--police-secondary-color) !important;
}
.fo-nttax-infobox a {
color: var(--third-color) !important;
}
.fo-nttax-infobox .infobox-header {
background-color: var(--secondary-color) !important;
}
.nowraplinks .navbox-group {
background-color: var(--secondary-color) !important;
}
.nowraplinks .navbox-list {
background-color: var(--fourth-color) !important;
}
.wiki-bordercolor-light,
.bdc-light {
border-color: var(--secondary-color);
}
.infobox_matches_content a {
color: white !important;
}
/* Tables */
.table-striped th, .wikitable th {
background-color: var(--secondary-color) !important;
}
.table-striped tr, .wikitable tr {
background-color: var(--third-color) !important;
color: var(--police-main-color);
}
.table-striped > tbody > tr:nth-child(2n) {
background-color: var(--fourth-color) !important;
}
.teamcard-inner table {
background-color: var(--third-color) !important;
color: var(--police-main-color);
}
.crosstable-bgc-r1-r1,
.bg-draw {
background-color: var(--draw) !important;
}
.crosstable-bgc-r0-r2,
.swisstable-bgc-lose {
background-color: var(--loss) !important;
}
.crosstable-bgc-r2-r0,
.swisstable-bgc-win,
.bg-win {
background-color: var(--win) !important;
}
.crosstable-bgc-cross {
background-color: var(--fourth-color) !important;
}
.matchlistslot a {
color: var(--police-main-color) !important;
}
/* tournaments tables*/
.background-color-first-place {
background-color: #f9a825 !important;
}
.background-color-second-place {
background-color: #34515e !important;
}
.background-color-third-place {
background-color: #40241a !important;
}
.background-color-fourth-place {
background-color: #000051 !important;
}
/* Transferts */
.mainpage-transfer .mainpage-transfer-to-team {
background-color: var(--win) !important;
}
.mainpage-transfer .mainpage-transfer-from-team {
background-color: var(--loss) !important;
}
.mainpage-transfer-neutral {
background-color: var(--third-color) !important;
}
/* Spellcard */
.spellcard {
background-color: var(--fourth-color) !important;
border: 2px solid var(--secondary-color) !important;
}
.wiki-backgroundcolor-light {
background-color: var(--secondary-color) !important;
}
.spellcard > th,
.spellcard > tr,
.spellcard > td {
background-color: var(--secondary-color) !important;
}
.wiki-bordercolor-dark {
border-color: var(--primary-color) !important;
}
.valvepremier-highlighted,
.valvemajor-highlighted {
background-color: #1C2B53 !important;
}
} | 0.254694 | 0.062217 |
@media screen {
@import url("https://fonts.googleapis.com/css?family=B612+Mono&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
}
:root {
--tng-blue: rgb(11, 0, 89);
-moz-osx-font-smoothing: grayscale;
max-width: 40em;
background-color: #fffff8;
}
html {
height: 100%;
width: 100%;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
font-family: "Noto Serif", serif;
font-size: 1.5em;
line-height: 1.5;
}
body {
padding-top: 0;
padding-bottom: 0;
padding-left: 1em;
padding-right: 1em;
margin-top: 0;
margin-bottom: 0;
min-height: 100%;
margin-left: 1em;
margin-right: 1em;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
}
h1 {
font-weight: 800;
font-size: 2.2em;
line-height: 1;
}
h2 {
font-weight: 600;
font-size: 1.7em;
line-height: 1;
}
h3 {
font-weight: 600;
font-size: 1.5em;
line-height: 1;
}
h4 {
font-weight: 600;
font-size: 1.25em;
line-height: 1;
}
h1, h2, h3, h4, h5 {
font-family: "Noto Sans", sans-serif;
color: var(--tng-blue);
}
header {
line-height: 1.0;
}
.fixed {
display: table;
width: 100%;
background-color: #fffff8;
opacity: 1;
}
.scrolled {
border-bottom: 3px solid var(--tng-blue);
}
h1 {
display: table-row;
font-size: 3.0em;
font-style: italic;
}
h1 span {
display: table-cell;
text-align: right;
vertical-align: bottom;
}
h1 .text {
text-align: left;
vertical-align: bottom;
}
h1 .logo {
text-align: right;
margin-top: 0em;
}
h1 {
margin-top: 0;
margin-bottom: 0;
}
h2 {
margin-top: 0;
margin-bottom:0;
font-style: italic;
}
code {
font-family: "B612 Mono", monospace;
}
.logo {
max-height: 52px;
vertical-align: baseline;
}
main {
}
footer {
margin-top: 4em;
margin-bottom: 1em;
padding-bottom: 0;
font-size: 0.8em;
}
footer hr {
max-width: 1in;
margin: 0;
}
a,
a:visited {
color: inherit;
}
sup a,
sup a:visited {
text-decoration: none;
}
cite {
font-style: italic;
}
.passing {
background-color: #cfffcf;
}
.failing {
background-color: #ffcfcf;
}
.pending {
background-color: #ffffcf;
}
.figure {
border-radius: 0.5em;
border: 1px solid #7f7f7f;
}
.twoup {
display: table;
border-spacing: 1em;
}
.twouprow {
display: table-row;
}
.twouprow .figure {
display: table-cell;
padding-bottom: 1em;
}
.screenshot {
width: 85%;
margin-left: auto;
margin-right: auto;
font-size: 85%;
}
.pgwide img {
display: block;
margin: auto;
max-width: 85%;
border: 2px solid #f0f0f0;
padding: 1em;
}
img.badge {
margin-left: 1em;
}
@media screen and (max-width: 1024px) {
.twoup {
display: block;
}
.twouprow {
display: block;
}
.twouprow .figure {
display: block;
}
.figure {
margin-bottom: 1em;
}
}
@media screen and (max-width: 640px) {
.logo {
max-height: 44px;
}
img.badge {
margin-left: 0.25em;
}
h1 {
font-size: 58px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 1.25em;
}
}
@media screen and (max-width: 540px) {
.logo {
display: none;
}
} | src/website/resources/css/style.css |
@media screen {
@import url("https://fonts.googleapis.com/css?family=B612+Mono&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
}
:root {
--tng-blue: rgb(11, 0, 89);
-moz-osx-font-smoothing: grayscale;
max-width: 40em;
background-color: #fffff8;
}
html {
height: 100%;
width: 100%;
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
font-family: "Noto Serif", serif;
font-size: 1.5em;
line-height: 1.5;
}
body {
padding-top: 0;
padding-bottom: 0;
padding-left: 1em;
padding-right: 1em;
margin-top: 0;
margin-bottom: 0;
min-height: 100%;
margin-left: 1em;
margin-right: 1em;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
}
h1 {
font-weight: 800;
font-size: 2.2em;
line-height: 1;
}
h2 {
font-weight: 600;
font-size: 1.7em;
line-height: 1;
}
h3 {
font-weight: 600;
font-size: 1.5em;
line-height: 1;
}
h4 {
font-weight: 600;
font-size: 1.25em;
line-height: 1;
}
h1, h2, h3, h4, h5 {
font-family: "Noto Sans", sans-serif;
color: var(--tng-blue);
}
header {
line-height: 1.0;
}
.fixed {
display: table;
width: 100%;
background-color: #fffff8;
opacity: 1;
}
.scrolled {
border-bottom: 3px solid var(--tng-blue);
}
h1 {
display: table-row;
font-size: 3.0em;
font-style: italic;
}
h1 span {
display: table-cell;
text-align: right;
vertical-align: bottom;
}
h1 .text {
text-align: left;
vertical-align: bottom;
}
h1 .logo {
text-align: right;
margin-top: 0em;
}
h1 {
margin-top: 0;
margin-bottom: 0;
}
h2 {
margin-top: 0;
margin-bottom:0;
font-style: italic;
}
code {
font-family: "B612 Mono", monospace;
}
.logo {
max-height: 52px;
vertical-align: baseline;
}
main {
}
footer {
margin-top: 4em;
margin-bottom: 1em;
padding-bottom: 0;
font-size: 0.8em;
}
footer hr {
max-width: 1in;
margin: 0;
}
a,
a:visited {
color: inherit;
}
sup a,
sup a:visited {
text-decoration: none;
}
cite {
font-style: italic;
}
.passing {
background-color: #cfffcf;
}
.failing {
background-color: #ffcfcf;
}
.pending {
background-color: #ffffcf;
}
.figure {
border-radius: 0.5em;
border: 1px solid #7f7f7f;
}
.twoup {
display: table;
border-spacing: 1em;
}
.twouprow {
display: table-row;
}
.twouprow .figure {
display: table-cell;
padding-bottom: 1em;
}
.screenshot {
width: 85%;
margin-left: auto;
margin-right: auto;
font-size: 85%;
}
.pgwide img {
display: block;
margin: auto;
max-width: 85%;
border: 2px solid #f0f0f0;
padding: 1em;
}
img.badge {
margin-left: 1em;
}
@media screen and (max-width: 1024px) {
.twoup {
display: block;
}
.twouprow {
display: block;
}
.twouprow .figure {
display: block;
}
.figure {
margin-bottom: 1em;
}
}
@media screen and (max-width: 640px) {
.logo {
max-height: 44px;
}
img.badge {
margin-left: 0.25em;
}
h1 {
font-size: 58px;
}
h2 {
font-size: 36px;
}
h3 {
font-size: 1.25em;
}
}
@media screen and (max-width: 540px) {
.logo {
display: none;
}
} | 0.549882 | 0.137648 |
*,
*:before,
*:after {
box-sizing: border-box; }
html {
height: 100%; }
body {
font-family: 'Ropa Sans', sans-serif;
font-size: 1.1rem;
/* additional */
line-height: 1.6;
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.7);
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
background-image: url("../background.gif");
background-attachment: fixed; }
a,
a:link,
a:hover,
a:visited {
color: #FFD700;
text-decoration: none;
cursor: pointer; }
h1,
h2,
h3 {
margin: 0;
font-weight: normal; }
header,
footer {
color: rgba(0, 0, 0, 0.7);
background-color: rgba(255, 255, 255, 0.7); }
body > header,
body > footer {
padding-left: 1rem;
padding-right: .1rem; }
body > header,
body > footer {
padding-top: .2rem;
padding-bottom: .2rem; }
body > header {
border-bottom: 1px solid yellow; }
main {
flex-grow: 1;
overflow: auto;
display: flex;
flex-wrap: wrap; }
body > footer {
border-top: 1px solid yellow; }
.cards > section {
width: calc(33% - 1.9rem);
margin: 1rem;
background-color: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 0, 0.7);
border-radius: 3px;
overflow: hidden;
/* additional */ }
.cards > section > header,
.cards > section > div {
padding: .5rem; }
.cards > section > header {
border-bottom: 1px solid rgba(255, 255, 0, 0.7); }
.cards > section ul .planet ul {
padding: .5rem; }
.cards > section li,
.planet li {
display: flex;
padding: .2rem; }
.cards > section .label,
.planet .label {
flex-grow: 0;
width: 60%; }
.cards > section .gender {
color: rgba(0, 0, 0, 0.5); }
.cards > section .value,
.planet .value {
color: #00FFFF; }
/**/
.modal,
.modal > .underlay,
.modal > .body {
position: absolute; }
.modal,
.modal > .underlay {
top: 0;
left: 0;
width: 100%;
height: 100%; }
.modal {
height: 0;
z-index: 10;
overflow: hidden;
transition: height 200ms linear; }
.modal.open {
height: 100%; }
.modal > .underlay {
z-index: 10;
background-color: rgba(255, 255, 255, 0.7); }
.modal > .body {
/* fill here */
width: 30%;
height: 45%;
z-index: 20;
top: 4.5em;
left: 40em;
bottom: 5em;
display: flex;
flex-direction: column; }
.modal .controls {
/* fill here */
padding: .2em .4em; }
.modal .content {
/* fill here */
flex-grow: 1;
background-color: #000;
box-shadow: inset 1px 1px 20px rgba(0, 255, 255, 0.9), inset 0.5px 0.5px 10px 0.5px rgba(0, 255, 255, 0.4);
border-radius: 3px;
overflow: auto; }
/**/
.cards {
display: flex;
flex-wrap: wrap; }
.cards button {
background-color: rgba(0, 255, 255, 0.7);
margin: .5rem;
padding: .5rem; }
.modal h1 {
padding: .5rem; }
.modal button {
width: 20%;
position: absolute;
bottom: 0;
left: 10rem; }
main nav {
margin: 0 auto; }
main nav .previous,
.next {
margin: .5rem;
padding: .5rem;
font-size: 1rem;
background-color: cyan; }
body > header h1 {
display: inline-block;
width: 40%; }
header nav ul li {
width: 30%;
list-style: none;
display: inline-block;
padding: .5rem; }
header nav ul li a {
color: rgba(0, 0, 0, 0.7);
text-shadow: 1px 1px rgba(0, 255, 255, 0.6);
font-size: 1.5rem;
font-weight: bold; } | dist/style.css | *,
*:before,
*:after {
box-sizing: border-box; }
html {
height: 100%; }
body {
font-family: 'Ropa Sans', sans-serif;
font-size: 1.1rem;
/* additional */
line-height: 1.6;
color: rgba(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.7);
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
background-image: url("../background.gif");
background-attachment: fixed; }
a,
a:link,
a:hover,
a:visited {
color: #FFD700;
text-decoration: none;
cursor: pointer; }
h1,
h2,
h3 {
margin: 0;
font-weight: normal; }
header,
footer {
color: rgba(0, 0, 0, 0.7);
background-color: rgba(255, 255, 255, 0.7); }
body > header,
body > footer {
padding-left: 1rem;
padding-right: .1rem; }
body > header,
body > footer {
padding-top: .2rem;
padding-bottom: .2rem; }
body > header {
border-bottom: 1px solid yellow; }
main {
flex-grow: 1;
overflow: auto;
display: flex;
flex-wrap: wrap; }
body > footer {
border-top: 1px solid yellow; }
.cards > section {
width: calc(33% - 1.9rem);
margin: 1rem;
background-color: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 0, 0.7);
border-radius: 3px;
overflow: hidden;
/* additional */ }
.cards > section > header,
.cards > section > div {
padding: .5rem; }
.cards > section > header {
border-bottom: 1px solid rgba(255, 255, 0, 0.7); }
.cards > section ul .planet ul {
padding: .5rem; }
.cards > section li,
.planet li {
display: flex;
padding: .2rem; }
.cards > section .label,
.planet .label {
flex-grow: 0;
width: 60%; }
.cards > section .gender {
color: rgba(0, 0, 0, 0.5); }
.cards > section .value,
.planet .value {
color: #00FFFF; }
/**/
.modal,
.modal > .underlay,
.modal > .body {
position: absolute; }
.modal,
.modal > .underlay {
top: 0;
left: 0;
width: 100%;
height: 100%; }
.modal {
height: 0;
z-index: 10;
overflow: hidden;
transition: height 200ms linear; }
.modal.open {
height: 100%; }
.modal > .underlay {
z-index: 10;
background-color: rgba(255, 255, 255, 0.7); }
.modal > .body {
/* fill here */
width: 30%;
height: 45%;
z-index: 20;
top: 4.5em;
left: 40em;
bottom: 5em;
display: flex;
flex-direction: column; }
.modal .controls {
/* fill here */
padding: .2em .4em; }
.modal .content {
/* fill here */
flex-grow: 1;
background-color: #000;
box-shadow: inset 1px 1px 20px rgba(0, 255, 255, 0.9), inset 0.5px 0.5px 10px 0.5px rgba(0, 255, 255, 0.4);
border-radius: 3px;
overflow: auto; }
/**/
.cards {
display: flex;
flex-wrap: wrap; }
.cards button {
background-color: rgba(0, 255, 255, 0.7);
margin: .5rem;
padding: .5rem; }
.modal h1 {
padding: .5rem; }
.modal button {
width: 20%;
position: absolute;
bottom: 0;
left: 10rem; }
main nav {
margin: 0 auto; }
main nav .previous,
.next {
margin: .5rem;
padding: .5rem;
font-size: 1rem;
background-color: cyan; }
body > header h1 {
display: inline-block;
width: 40%; }
header nav ul li {
width: 30%;
list-style: none;
display: inline-block;
padding: .5rem; }
header nav ul li a {
color: rgba(0, 0, 0, 0.7);
text-shadow: 1px 1px rgba(0, 255, 255, 0.6);
font-size: 1.5rem;
font-weight: bold; } | 0.536799 | 0.056185 |
@charset "utf-8";
/*reset*/
body, div, hr, ul, ol, form, input, textarea, button, select { margin: 0; padding: 0; }
body { font-size: 63%; font-family: "Microsoft YaHei", sans-serif;}
a ,a:active,a:hover{ text-decoration: none; }
li { list-style: none; }
img { border: none; vertical-align: top; }
input, textarea ,select{ outline: none;border:none;}
textarea { resize: none; }
table { border-collapse: collapse; background-color: #ffffff; }
/*public*/
.hidden{
display: none;
}
.clear {
zoom: 1;
}
.clear:after {
content: '';
display: block;
clear: both;
}
.fl {
float: left;
}
.fr {
float: right;
}
/*layout*/
/*个人信息*/
.gra{
position: relative;
width: 100%;
height: 180px;
/*background:-webkit-gradient(linear, left bottom, right top, from(#e4672d), to(#e9ad2c));*/
background: url("/home/images/constitution/bg_rank.jpg") no-repeat;
background-size: 100% 100%;
color:#ffffff;
}
.gra .avatarbox{
position: absolute;
top:20px;
left: calc((100% - 72px)/2 )
}
.gra .avatarbox .avatar{
width: 70px;
height: 70px;
-webkit-border-radius:50%;
border-radius:50%;
border:1px solid #ffffff;
display: block;
overflow: hidden;
}
.gra .avatarbox .name{
width: 70px;
text-align: center;
font-size: .14rem;
margin-top: 6px;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.gra .que{
width: 20px;
height: 20px;
position: absolute;
top:15px;
right: 15px;
}
.ranking{
width: 100%;
position: absolute;
top:130px;
}
.ranking .tradtion,.ranking .game{
width: calc(50% - 1px );
text-align: center;
font-size: .13rem;
}
.ranking .line{
width: 2px;
height: 40px;
-webkit-border-radius:1px;
border-radius:1px;
background-color: #ffffff;
}
/*个人信息2*/
.my{
position: relative;
width: 100%;
height: 60px;
line-height: 60px;
border-bottom: 4px solid #efeff4;
}
.my img{
width: 40px;
height: 40px;
-webkit-border-radius:50%;
border-radius:50%;
margin: 10px 15px auto 56px;
overflow: hidden;
}
.my .name_,.my .scores{
display: inline-block;
font-size: .13rem;
}
.name_ span{
display: block;
height: 36px;
width: 32vw;
margin-right:5vw;
line-height: 36px;
}
.my .name_ .n{
height: 12px;
line-height: 12px;
color:#999999;
}
.my .scores{
position: absolute;
top:20px;
right: 6vw;
width: 25vw;
height: 20px;
line-height: 20px;
text-align: right;
}
/*排名列表*/
@media (max-height: 568px) {
.listbox{
min-height: 328px;
}
}
@media (max-height: 480px) {
.listbox{
min-height: 240px;
}
}
.listbox{
width: 100%;
min-height: calc(100vh - 180px);
background: #ffffff;
/*padding-top: 10px;*/
/*padding-bottom: 20px;*/
}
.tabs{
width: 100%;
background: #ffffff;
}
.tabs .tab{
width: calc(50% - 40px);
height: 50px;
line-height: 50px;
font-size: .15rem;
text-align: center;
color: rgba(193, 193, 193, 0.51);
margin: auto 20px;
border-bottom: 2px solid rgba(237, 121, 25, 0.05);
}
.tabs .active {
color:#333333;
border-bottom: 2px solid #ed7919;
}
.ranklist{
background: #ffffff;
}
.list{
position: relative;
height: 60px;
line-height: 60px;
color:#333333;
border-bottom: 1px solid #efeff4;
}
.list:last-child{
border-bottom: none;
}
.list .num_ {
width: 30px;
font-size: .14rem;
margin-left: 25px;
}
.list .avatar_{
width: 40px;
height: 40px;
-webkit-border-radius:50%;
border-radius:50%;
margin: 10px 15px auto 0;
overflow: hidden;
}
.list .name_,.list .scores{
font-size: .13rem;
}
.list .name_{
width: 32vw;
margin-right:5vw;
}
.list .scores{
position: absolute;
right: 6vw;
width: 25vw;
text-align: right;
}
.list .num_,.list .name_,.list .scores{
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*排名颜色*/
.list:nth-child(1) .num_{
color: #e6d841;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(2) .num_{
color:#c4c4c4;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(3) .num_{
color: #a67e3e;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(1) .avatar_{
border:1px solid #e6d841;
}
.list:nth-child(2) .avatar_{
border:1px solid #c4c4c4;
}
.list:nth-child(3) .avatar_{
border:1px solid #a67e3e;
}
.modal-body h5{
line-height: 26px;
}
.foot{
width: 100%;
height: 55px;
position: fixed;
z-index: 5;
bottom: 0;
background: url("/home/images/game3.png");
background-size: 100% 100%;
} | public/home/css/constitution/rank.css | @charset "utf-8";
/*reset*/
body, div, hr, ul, ol, form, input, textarea, button, select { margin: 0; padding: 0; }
body { font-size: 63%; font-family: "Microsoft YaHei", sans-serif;}
a ,a:active,a:hover{ text-decoration: none; }
li { list-style: none; }
img { border: none; vertical-align: top; }
input, textarea ,select{ outline: none;border:none;}
textarea { resize: none; }
table { border-collapse: collapse; background-color: #ffffff; }
/*public*/
.hidden{
display: none;
}
.clear {
zoom: 1;
}
.clear:after {
content: '';
display: block;
clear: both;
}
.fl {
float: left;
}
.fr {
float: right;
}
/*layout*/
/*个人信息*/
.gra{
position: relative;
width: 100%;
height: 180px;
/*background:-webkit-gradient(linear, left bottom, right top, from(#e4672d), to(#e9ad2c));*/
background: url("/home/images/constitution/bg_rank.jpg") no-repeat;
background-size: 100% 100%;
color:#ffffff;
}
.gra .avatarbox{
position: absolute;
top:20px;
left: calc((100% - 72px)/2 )
}
.gra .avatarbox .avatar{
width: 70px;
height: 70px;
-webkit-border-radius:50%;
border-radius:50%;
border:1px solid #ffffff;
display: block;
overflow: hidden;
}
.gra .avatarbox .name{
width: 70px;
text-align: center;
font-size: .14rem;
margin-top: 6px;
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.gra .que{
width: 20px;
height: 20px;
position: absolute;
top:15px;
right: 15px;
}
.ranking{
width: 100%;
position: absolute;
top:130px;
}
.ranking .tradtion,.ranking .game{
width: calc(50% - 1px );
text-align: center;
font-size: .13rem;
}
.ranking .line{
width: 2px;
height: 40px;
-webkit-border-radius:1px;
border-radius:1px;
background-color: #ffffff;
}
/*个人信息2*/
.my{
position: relative;
width: 100%;
height: 60px;
line-height: 60px;
border-bottom: 4px solid #efeff4;
}
.my img{
width: 40px;
height: 40px;
-webkit-border-radius:50%;
border-radius:50%;
margin: 10px 15px auto 56px;
overflow: hidden;
}
.my .name_,.my .scores{
display: inline-block;
font-size: .13rem;
}
.name_ span{
display: block;
height: 36px;
width: 32vw;
margin-right:5vw;
line-height: 36px;
}
.my .name_ .n{
height: 12px;
line-height: 12px;
color:#999999;
}
.my .scores{
position: absolute;
top:20px;
right: 6vw;
width: 25vw;
height: 20px;
line-height: 20px;
text-align: right;
}
/*排名列表*/
@media (max-height: 568px) {
.listbox{
min-height: 328px;
}
}
@media (max-height: 480px) {
.listbox{
min-height: 240px;
}
}
.listbox{
width: 100%;
min-height: calc(100vh - 180px);
background: #ffffff;
/*padding-top: 10px;*/
/*padding-bottom: 20px;*/
}
.tabs{
width: 100%;
background: #ffffff;
}
.tabs .tab{
width: calc(50% - 40px);
height: 50px;
line-height: 50px;
font-size: .15rem;
text-align: center;
color: rgba(193, 193, 193, 0.51);
margin: auto 20px;
border-bottom: 2px solid rgba(237, 121, 25, 0.05);
}
.tabs .active {
color:#333333;
border-bottom: 2px solid #ed7919;
}
.ranklist{
background: #ffffff;
}
.list{
position: relative;
height: 60px;
line-height: 60px;
color:#333333;
border-bottom: 1px solid #efeff4;
}
.list:last-child{
border-bottom: none;
}
.list .num_ {
width: 30px;
font-size: .14rem;
margin-left: 25px;
}
.list .avatar_{
width: 40px;
height: 40px;
-webkit-border-radius:50%;
border-radius:50%;
margin: 10px 15px auto 0;
overflow: hidden;
}
.list .name_,.list .scores{
font-size: .13rem;
}
.list .name_{
width: 32vw;
margin-right:5vw;
}
.list .scores{
position: absolute;
right: 6vw;
width: 25vw;
text-align: right;
}
.list .num_,.list .name_,.list .scores{
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*排名颜色*/
.list:nth-child(1) .num_{
color: #e6d841;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(2) .num_{
color:#c4c4c4;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(3) .num_{
color: #a67e3e;
font-size: .22rem;
font-weight: bold;
}
.list:nth-child(1) .avatar_{
border:1px solid #e6d841;
}
.list:nth-child(2) .avatar_{
border:1px solid #c4c4c4;
}
.list:nth-child(3) .avatar_{
border:1px solid #a67e3e;
}
.modal-body h5{
line-height: 26px;
}
.foot{
width: 100%;
height: 55px;
position: fixed;
z-index: 5;
bottom: 0;
background: url("/home/images/game3.png");
background-size: 100% 100%;
} | 0.254602 | 0.055875 |
@charset "utf-8";
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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
display: block;
}
input,optgroup,select {
color: inherit;
font: inherit;
margin: 0;
}
form select {
text-transform: none;
width: 10em;
}
input {
line-height: normal;
}
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
body {
/*background-color: #43b2e0;*/
background-color: #f6f5f4;
color: #333;
font: 16px/1.5 Verdana, Helvetica, Arial, sans-serif;
}
h1 {
color: #472f21;
font-size: 1.5em;
line-height: 2;
font-weight: 700;
text-align: center;
margin: 0 0 1em;
}
h1 a{
background: #7d1935;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 0 0.5em;
vertical-align: middle;
}
article {
width: 41em;
padding: 1.25em;
margin: 0 auto;
}
form { overflow: hidden; }
label, input, select {
display: inline-block;
margin: 0 0 0.5em;
}
label {
color: #472f21;
font-weight: 700;
width: 10.5em;
cursor: pointer;
text-indent: 0.5em;
}
input, select { font: inherit; vertical-align: middle; }
input[type=text], select {
width: 9.625em;
padding: 0.125em;
border: 0.0625em solid #dedede;
background-color: #e6e6e6;
}
[type=submit], .button {
background-color: #4996ab;
transition: background-color 0.5s;
color: #f0f0f0;
font-weight: 700;
text-align: center;
width: 6.25em;
padding: 0.5em 0;
margin: 3.0625em 0 0;
border: medium none;
border-radius: 0.25em;
transition:background 0.25s;
float: left
}
[type=submit]:hover, .button:hover, .button:focus {
background:#4996ab
}
[disabled],[disabled]:hover,[disabled]:focus{background-color:darkgray}
.button{
width: 15em;
margin:2em 0 0;
display: inline-block;
text-decoration: none
}
optgroup {
font-weight: bold;
}
#preview{
width: 34.25em;
float: left;
margin: 1em 0 0.5em 0.5em;
}
h2{
color:#4996ab;
font-weight: bold;
margin:0 0 1em;
}
.flair {
background:#fff;
font-size:12px;
padding: 10px 10px 10px 5px;
border-radius: 2px;
border: 1px solid #E5E5E5;
color: #555;
}
.flair:before{
content:"";
display:inline-block;
background:url(http://b.thumbs.redditmedia.com/lhBvQenFTiawAEGXbzYi3MpUueazjvK1dVsKOjqNIBw.png) no-repeat content-box;
width:30px;height:30px;margin:0 5px;
vertical-align:middle
}
.flair-bulbasaur:before{background-position:-30px 0}
.flair-ivysaur:before{background-position:-60px 0}
.flair-venusaur:before{background-position:-90px 0}
.flair-venusaur-mega:before{background-position:-120px 0}
.flair-charmander:before{background-position:-150px 0}
.flair-charmeleon:before{background-position:-180px 0}
.flair-charizard:before{background-position:-210px 0}
.flair-charizard-mega-x:before{background-position:-250px 0}
.flair-charizard-mega-y:before{background-position:-290px 0}
.flair-squirtle:before{background-position:-330px 0}
.flair-wartortle:before{background-position:-360px 0}
.flair-blastoise:before{background-position:-390px 0}
.flair-blastoise-mega:before{background-position:-420px 0}
.flair-caterpie:before{background-position:-450px 0}
.flair-metapod:before{background-position:-480px 0}
.flair-butterfree:before{background-position:-510px 0}
.flair-weedle:before{background-position:-540px 0}
.flair-kakuna:before{background-position:-570px 0}
.flair-beedrill:before{background-position:-600px 0}
.flair-pidgey:before{background-position:-630px 0}
.flair-pidgeotto:before{background-position:-660px 0}
.flair-pidgeot:before{background-position:-690px 0}
.flair-rattata:before{background-position:-720px 0}
.flair-raticate:before{background-position:-750px 0}
.flair-spearow:before{background-position:-780px 0}
.flair-fearow:before{background-position:-810px 0}
.flair-ekans:before{background-position:-840px 0}
.flair-arbok:before{background-position:-870px 0}
.flair-pikachu:before{background-position:0 -30px}
.flair-raichu:before{background-position:-30px -30px}
.flair-sandshrew:before{background-position:-60px -30px}
.flair-sandslash:before{background-position:-90px -30px}
.flair-nidoran-f:before{background-position:-120px -30px}
.flair-nidorina:before{background-position:-150px -30px}
.flair-nidoqueen:before{background-position:-180px -30px}
.flair-nidoran-m:before{background-position:-210px -30px}
.flair-nidorino:before{background-position:-240px -30px}
.flair-nidoking:before{background-position:-270px -30px}
.flair-clefairy:before{background-position:-390px -30px}
.flair-clefable:before{background-position:-420px -30px}
.flair-vulpix:before{background-position:-450px -30px}
.flair-ninetales:before{background-position:-480px -30px}
.flair-jigglypuff:before{background-position:-510px -30px}
.flair-wigglytuff:before{background-position:-540px -30px}
.flair-zubat:before{background-position:-570px -30px}
.flair-golbat:before{background-position:-600px -30px}
.flair-oddish:before{background-position:-630px -30px}
.flair-gloom:before{background-position:-660px -30px}
.flair-vileplume:before{background-position:-690px -30px}
.flair-paras:before{background-position:-720px -30px}
.flair-parasect:before{background-position:-750px -30px}
.flair-venonat:before{background-position:-780px -30px}
.flair-venomoth:before{background-position:-810px -30px}
.flair-diglett:before{background-position:-840px -30px}
.flair-dugtrio:before{background-position:-870px -30px}
.flair-meowth:before{background-position:0 -60px}
.flair-persian:before{background-position:-30px -60px}
.flair-psyduck:before{background-position:-60px -60px}
.flair-golduck:before{background-position:-90px -60px}
.flair-mankey:before{background-position:-120px -60px}
.flair-primeape:before{background-position:-150px -60px}
.flair-growlithe:before{background-position:-180px -60px}
.flair-arcanine:before{background-position:-210px -60px}
.flair-poliwag:before{background-position:-240px -60px}
.flair-poliwhirl:before{background-position:-270px -60px}
.flair-poliwrath:before{background-position:-300px -60px}
.flair-abra:before{background-position:-330px -60px}
.flair-kadabra:before{background-position:-360px -60px}
.flair-alakazam:before{background-position:-310px -30px}
.flair-alakazam-mega:before{background-position:-390px -60px}
.flair-machop:before{background-position:-420px -60px}
.flair-machoke:before{background-position:-450px -60px}
.flair-machamp:before{background-position:-480px -60px}
.flair-bellsprout:before{background-position:-510px -60px}
.flair-weepinbell:before{background-position:-540px -60px}
.flair-victreebel:before{background-position:-570px -60px}
.flair-tentacool:before{background-position:-600px -60px}
.flair-tentacruel:before{background-position:-630px -60px}
.flair-geodude:before{background-position:-660px -60px}
.flair-graveler:before{background-position:-690px -60px}
.flair-golem:before{background-position:-720px -60px}
.flair-ponyta:before{background-position:-750px -60px}
.flair-rapidash:before{background-position:-780px -60px}
.flair-slowpoke:before{background-position:-810px -60px}
.flair-slowbro:before{background-position:-840px -60px}
.flair-magnemite:before{background-position:-870px -60px}
.flair-magneton:before{background-position:0 -90px}
.flair-farfetchd:before{background-position:-30px -90px}
.flair-doduo:before{background-position:-60px -90px}
.flair-dodrio:before{background-position:-90px -90px}
.flair-seel:before{background-position:-120px -90px}
.flair-dewgong:before{background-position:-150px -90px}
.flair-grimer:before{background-position:-180px -90px}
.flair-muk:before{background-position:-210px -90px}
.flair-shellder:before{background-position:-240px -90px}
.flair-cloyster:before{background-position:-270px -90px}
.flair-gastly:before{background-position:-300px -90px}
.flair-haunter:before{background-position:-330px -90px}
.flair-gengar:before{background-position:-360px -90px}
.flair-gengar-mega:before{background-position:-350px -30px}
.flair-onix:before{background-position:-390px -90px}
.flair-drowzee:before{background-position:-420px -90px}
.flair-hypno:before{background-position:-450px -90px}
.flair-krabby:before{background-position:-480px -90px}
.flair-kingler:before{background-position:-510px -90px}
.flair-voltorb:before{background-position:-540px -90px}
.flair-electrode:before{background-position:-570px -90px}
.flair-exeggcute:before{background-position:-600px -90px}
.flair-exeggutor:before{background-position:-630px -90px}
.flair-cubone:before{background-position:-660px -90px}
.flair-marowak:before{background-position:-690px -90px}
.flair-hitmonlee:before{background-position:-710px -90px}
.flair-hitmonchan:before{background-position:-750px -90px}
.flair-lickitung:before{background-position:-780px -90px}
.flair-koffing:before{background-position:-810px -90px}
.flair-weezing:before{background-position:-840px -90px}
.flair-rhyhorn:before{background-position:-870px -90px}
.flair-rhydon:before{background-position:0 -120px}
.flair-chansey:before{background-position:-30px -120px}
.flair-tangela:before{background-position:-60px -120px}
.flair-kangaskhan:before{background-position:-90px -120px}
.flair-kangaskhan-mega:before{background-position:-120px -120px}
.flair-horsea:before{background-position:-150px -120px}
.flair-seadra:before{background-position:-180px -120px}
.flair-goldeen:before{background-position:-210px -120px}
.flair-seaking:before{background-position:-240px -120px}
.flair-staryu:before{background-position:-270px -120px}
.flair-starmie:before{background-position:-300px -120px}
.flair-mr-mime:before{background-position:-330px -120px}
.flair-scyther:before{background-position:-360px -120px}
.flair-jynx:before{background-position:-390px -120px}
.flair-electabuzz:before{background-position:-420px -120px}
.flair-magmar:before{background-position:-450px -120px}
.flair-pinsir:before{background-position:-480px -120px}
.flair-pinsir-mega:before{background-position:-510px -120px}
.flair-tauros:before{background-position:-630px -120px}
.flair-magikarp:before{background-position:-660px -120px}
.flair-gyarados:before{background-position:-690px -120px}
.flair-gyarados-mega:before{background-position:-720px -120px}
.flair-lapras:before{background-position:-750px -120px}
.flair-ditto:before{background-position:-780px -120px}
.flair-eevee:before{background-position:-810px -120px}
.flair-vaporeon:before{background-position:-840px -120px}
.flair-jolteon:before{background-position:-870px -120px}
.flair-flareon:before{background-position: 0 -150px}
.flair-porygon:before{background-position:-30px -150px}
.flair-omanyte:before{background-position:-60px -150px}
.flair-omastar:before{background-position:-90px -150px}
.flair-kabuto:before{background-position:-120px -150px}
.flair-kabutops:before{background-position:-150px -150px}
.flair-aerodactyl:before{background-position:-180px -150px}
.flair-aerodactyl-mega:before{background-position:-550px -120px}
.flair-snorlax:before{background-position:-210px -150px}
.flair-articuno:before{background-position:-240px -150px}
.flair-zapdos:before{background-position:-270px -150px}
.flair-moltres:before{background-position:-300px -150px}
.flair-dratini:before{background-position:-330px -150px}
.flair-dragonair:before{background-position:-360px -150px}
.flair-dragonite:before{background-position:-390px -150px}
.flair-mewtwo:before{background-position:-420px -150px}
.flair-mewtwo-mega-x:before{background-position:-450px -150px}
.flair-mewtwo-mega-y:before{background-position:-480px -150px}
.flair-mew:before{background-position:-510px -150px}
.flair-chikorita:before{background-position:-540px -150px}
.flair-bayleef:before{background-position:-570px -150px}
.flair-meganium:before{background-position:-600px -150px}
.flair-cyndaquil:before{background-position:-630px -150px}
.flair-quilava:before{background-position:-660px -150px}
.flair-typhlosion:before{background-position:-690px -150px}
.flair-totodile:before{background-position:-720px -150px}
.flair-croconaw:before{background-position:-750px -150px}
.flair-feraligatr:before{background-position:-590px -120px}
.flair-sentret:before{background-position:-780px -150px}
.flair-furret:before{background-position:-810px -150px}
.flair-hoothoot:before{background-position:-840px -150px}
.flair-noctowl:before{background-position:-870px -150px}
.flair-ledyba:before{background-position:0 -180px}
.flair-ledian:before{background-position:-30px -180px}
.flair-spinarak:before{background-position:-60px -180px}
.flair-ariados:before{background-position:-90px -180px}
.flair-crobat:before{background-position:-120px -180px}
.flair-chinchou:before{background-position:-150px -180px}
.flair-lanturn:before{background-position:-180px -180px}
.flair-pichu:before{background-position:-210px -180px}
.flair-cleffa:before{background-position:-240px -180px}
.flair-igglybuff:before{background-position:-270px -180px}
.flair-togepi:before{background-position:-300px -180px}
.flair-togetic:before{background-position:-330px -180px}
.flair-natu:before{background-position:-360px -180px}
.flair-xatu:before{background-position:-390px -180px}
.flair-mareep:before{background-position:-420px -180px}
.flair-flaaffy:before{background-position:-450px -180px}
.flair-ampharos:before{background-position:-480px -180px}
.flair-ampharos-mega:before{background-position:-510px -180px}
.flair-bellossom:before{background-position:-540px -180px}
.flair-marill:before{background-position:-570px -180px}
.flair-azumarill:before{background-position:-600px -180px}
.flair-sudowoodo:before{background-position:-630px -180px}
.flair-politoed:before{background-position:-660px -180px}
.flair-hoppip:before{background-position:-690px -180px}
.flair-skiploom:before{background-position:-720px -180px}
.flair-jumpluff:before{background-position:-750px -180px}
.flair-aipom:before{background-position:-780px -180px}
.flair-sunkern:before{background-position:-810px -180px}
.flair-sunflora:before{background-position:-840px -180px}
.flair-yanma:before{background-position:-870px -180px}
.flair-wooper:before{background-position:0 -210px}
.flair-quagsire:before{background-position:-30px -210px}
.flair-espeon:before{background-position:-60px -210px}
.flair-umbreon:before{background-position:-90px -210px}
.flair-murkrow:before{background-position:-120px -210px}
.flair-slowking:before{background-position:-150px -210px}
.flair-misdreavus:before{background-position:-180px -210px}
.flair-unown:before{background-position:-210px -210px}
.flair-wobbuffet:before{background-position:-240px -210px}
.flair-girafarig:before{background-position:-270px -210px}
.flair-pineco:before{background-position:-300px -210px}
.flair-forretress:before{background-position:-330px -210px}
.flair-dunsparce:before{background-position:-360px -210px}
.flair-gligar:before{background-position:-390px -210px}
.flair-steelix:before{background-position:-420px -210px}
.flair-snubbull:before{background-position:-540px -210px}
.flair-granbull:before{background-position:-570px -210px}
.flair-qwilfish:before{background-position:-600px -210px}
.flair-scizor:before{background-position:-630px -210px}
.flair-scizor-mega:before{background-position:-660px -210px}
.flair-shuckle:before{background-position:-690px -210px}
.flair-heracross:before{background-position:-720px -210px}
.flair-heracross-mega:before{background-position:-460px -210px}
.flair-sneasel:before{background-position:-750px -210px}
.flair-teddiursa:before{background-position:-780px -210px}
.flair-ursaring:before{background-position:-810px -210px}
.flair-slugma:before{background-position:-840px -210px}
.flair-magcargo:before{background-position:-870px -210px}
.flair-swinub:before{background-position:0 -240px}
.flair-piloswine:before{background-position:-30px -240px}
.flair-corsola:before{background-position:-60px -240px}
.flair-remoraid:before{background-position:-90px -240px}
.flair-octillery:before{background-position:-120px -240px}
.flair-delibird:before{background-position:-150px -240px}
.flair-mantine:before{background-position:-180px -240px}
.flair-skarmory:before{background-position:-210px -240px}
.flair-houndour:before{background-position:-240px -240px}
.flair-houndoom:before{background-position:-270px -240px}
.flair-houndoom-mega:before{background-position:-300px -240px}
.flair-kingdra:before{background-position:-330px -240px}
.flair-phanpy:before{background-position:-360px -240px}
.flair-donphan:before{background-position:-390px -240px}
.flair-porygon2:before{background-position:-420px -240px}
.flair-stantler:before{background-position:-450px -240px}
.flair-smeargle:before{background-position:-480px -240px}
.flair-tyrogue:before{background-position:-510px -240px}
.flair-hitmontop:before{background-position:-540px -240px}
.flair-smoochum:before{background-position:-570px -240px}
.flair-elekid:before{background-position:-600px -240px}
.flair-magby:before{background-position:-630px -240px}
.flair-miltank:before{background-position:-660px -240px}
.flair-blissey:before{background-position:-690px -240px}
.flair-raikou:before{background-position:-720px -240px}
.flair-entei:before{background-position:-750px -240px}
.flair-suicune:before{background-position:-780px -240px}
.flair-larvitar:before{background-position:-810px -240px}
.flair-pupitar:before{background-position:-840px -240px}
.flair-tyranitar:before{background-position:-870px -240px}
.flair-tyranitar-mega:before{background-position:0 -270px}
.flair-lugia:before{background-position:-500px -210px}
.flair-ho-oh:before{background-position:-30px -270px}
.flair-celebi:before{background-position:-60px -270px}
.flair-treecko:before{background-position:-90px -270px}
.flair-grovyle:before{background-position:-120px -270px}
.flair-sceptile:before{background-position:-150px -270px}
.flair-torchic:before{background-position:-180px -270px}
.flair-combusken:before{background-position:-210px -270px}
.flair-blaziken:before{background-position:-240px -270px}
.flair-blaziken-mega:before{background-position:-270px -270px}
.flair-mudkip:before{background-position:-390px -270px}
.flair-marshtomp:before{background-position:-420px -270px}
.flair-swampert:before{background-position:-450px -270px}
.flair-poochyena:before{background-position:-480px -270px}
.flair-mightyena:before{background-position:-510px -270px}
.flair-zigzagoon:before{background-position:-540px -270px}
.flair-linoone:before{background-position:-570px -270px}
.flair-wurmple:before{background-position:-600px -270px}
.flair-silcoon:before{background-position:-630px -270px}
.flair-beautifly:before{background-position:-660px -270px}
.flair-cascoon:before{background-position:-690px -270px}
.flair-dustox:before{background-position:-720px -270px}
.flair-lotad:before{background-position:-750px -270px}
.flair-lombre:before{background-position:-780px -270px}
.flair-ludicolo:before{background-position:-810px -270px}
.flair-seedot:before{background-position:-840px -270px}
.flair-nuzleaf:before{background-position:-870px -270px}
.flair-shiftry:before{background-position:0 -300px}
.flair-taillow:before{background-position:-30px -300px}
.flair-swellow:before{background-position:-60px -300px}
.flair-wingull:before{background-position:-90px -300px}
.flair-pelipper:before{background-position:-120px -300px}
.flair-ralts:before{background-position:-150px -300px}
.flair-kirlia:before{background-position:-180px -300px}
.flair-gardevoir:before{background-position:-210px -300px}
.flair-gardevoir-mega:before{background-position:-240px -300px}
.flair-surskit:before{background-position:-270px -300px}
.flair-masquerain:before{background-position:-300px -300px}
.flair-shroomish:before{background-position:-330px -300px}
.flair-breloom:before{background-position:-360px -300px}
.flair-slakoth:before{background-position:-390px -300px}
.flair-vigoroth:before{background-position:-420px -300px}
.flair-slaking:before{background-position:-450px -300px}
.flair-nincada:before{background-position:-480px -300px}
.flair-ninjask:before{background-position:-510px -300px}
.flair-shedinja:before{background-position:-540px -300px}
.flair-whismur:before{background-position:-570px -300px}
.flair-loudred:before{background-position:-600px -300px}
.flair-exploud:before{background-position:-630px -300px}
.flair-makuhita:before{background-position:-660px -300px}
.flair-hariyama:before{background-position:-690px -300px}
.flair-azurill:before{background-position:-720px -300px}
.flair-nosepass:before{background-position:-750px -300px}
.flair-skitty:before{background-position:-780px -300px}
.flair-delcatty:before{background-position:-810px -300px}
.flair-sableye:before{background-position:-840px -300px}
.flair-mawile:before{background-position:-870px -300px}
.flair-mawile-mega:before{background-position:0 -330px}
.flair-aron:before{background-position:-30px -330px}
.flair-lairon:before{background-position:-60px -330px}
.flair-aggron:before{background-position:-90px -330px}
.flair-aggron-mega:before{background-position:-310px -270px}
.flair-meditite:before{background-position:-120px -330px}
.flair-medicham:before{background-position:-150px -330px}
.flair-medicham-mega:before{background-position:-180px -330px}
.flair-electrike:before{background-position:-210px -330px}
.flair-manectric:before{background-position:-240px -330px}
.flair-manectric-mega:before{background-position:-270px -330px}
.flair-plusle:before{background-position:-300px -330px}
.flair-minun:before{background-position:-330px -330px}
.flair-volbeat:before{background-position:-360px -330px}
.flair-illumise:before{background-position:-390px -330px}
.flair-roselia:before{background-position:-420px -330px}
.flair-gulpin:before{background-position:-450px -330px}
.flair-swalot:before{background-position:-480px -330px}
.flair-carvanha:before{background-position:-510px -330px}
.flair-sharpedo:before{background-position:-540px -330px}
.flair-wailmer:before{background-position:-570px -330px}
.flair-wailord:before{background-position:-600px -330px}
.flair-numel:before{background-position:-630px -330px}
.flair-camerupt:before{background-position:-660px -330px}
.flair-torkoal:before{background-position:-690px -330px}
.flair-spoink:before{background-position:-720px -330px}
.flair-grumpig:before{background-position:-750px -330px}
.flair-spinda:before{background-position:-780px -330px}
.flair-trapinch:before{background-position:-810px -330px}
.flair-vibrava:before{background-position:-840px -330px}
.flair-flygon:before{background-position:-870px -330px}
.flair-cacnea:before{background-position:0 -360px}
.flair-cacturne:before{background-position:-30px -360px}
.flair-swablu:before{background-position:-60px -360px}
.flair-altaria:before{background-position:-90px -360px}
.flair-zangoose:before{background-position:-120px -360px}
.flair-seviper:before{background-position:-150px -360px}
.flair-lunatone:before{background-position:-180px -360px}
.flair-solrock:before{background-position:-210px -360px}
.flair-barboach:before{background-position:-240px -360px}
.flair-whiscash:before{background-position:-270px -360px}
.flair-corphish:before{background-position:-300px -360px}
.flair-crawdaunt:before{background-position:-330px -360px}
.flair-baltoy:before{background-position:-360px -360px}
.flair-claydol:before{background-position:-390px -360px}
.flair-lileep:before{background-position:-420px -360px}
.flair-cradily:before{background-position:-450px -360px}
.flair-anorith:before{background-position:-480px -360px}
.flair-armaldo:before{background-position:-510px -360px}
.flair-feebas:before{background-position:-540px -360px}
.flair-milotic:before{background-position:-570px -360px}
.flair-castform:before{background-position:-600px -360px}
.flair-castform-sunny:before{background-position:-630px -360px}
.flair-castform-rainy:before{background-position:-660px -360px}
.flair-castform-snowy:before{background-position:-690px -360px}
.flair-kecleon:before{background-position:-720px -360px}
.flair-shuppet:before{background-position:-750px -360px}
.flair-banette:before{background-position:-780px -360px}
.flair-banette-mega:before{background-position:-810px -360px}
.flair-duskull:before{background-position:-840px -360px}
.flair-dusclops:before{background-position:-870px -360px}
.flair-tropius:before{background-position:-350px -270px}
.flair-chimecho:before{background-position:0 -390px}
.flair-absol:before{background-position:-30px -390px}
.flair-absol-mega:before{background-position:-60px -390px}
.flair-wynaut:before{background-position:-90px -390px}
.flair-snorunt:before{background-position:-120px -390px}
.flair-glalie:before{background-position:-150px -390px}
.flair-spheal:before{background-position:-180px -390px}
.flair-sealeo:before{background-position:-210px -390px}
.flair-walrein:before{background-position:-240px -390px}
.flair-clamperl:before{background-position:-270px -390px}
.flair-huntail:before{background-position:-300px -390px}
.flair-gorebyss:before{background-position:-330px -390px}
.flair-relicanth:before{background-position:-360px -390px}
.flair-luvdisc:before{background-position:-390px -390px}
.flair-bagon:before{background-position:-420px -390px}
.flair-shelgon:before{background-position:-450px -390px}
.flair-salamence:before{background-position:-480px -390px}
.flair-beldum:before{background-position:-520px -390px}
.flair-metang:before{background-position:-550px -390px}
.flair-metagross:before{background-position:-580px -390px}
.flair-regirock:before{background-position:-620px -390px}
.flair-regice:before{background-position:-650px -390px}
.flair-registeel:before{background-position:-680px -390px}
.flair-latias:before{background-position:-710px -390px}
.flair-latios:before{background-position:-740px -390px}
.flair-kyogre:before{background-position:-770px -390px}
.flair-groudon:before{background-position:0 -420px}
.flair-rayquaza:before{background-position:-40px -420px}
.flair-jirachi:before{background-position:-810px -390px}
.flair-deoxys:before{background-position:-840px -390px}
.flair-deoxys-attack:before{background-position:-870px -390px}
.flair-deoxys-defense:before{background-position:-120px -420px}
.flair-deoxys-speed:before{background-position:-150px -420px}
.flair-turtwig:before{background-position:-180px -420px}
.flair-grotle:before{background-position:-210px -420px}
.flair-torterra:before{background-position:-240px -420px}
.flair-chimchar:before{background-position:-270px -420px}
.flair-monferno:before{background-position:-300px -420px}
.flair-infernape:before{background-position:-330px -420px}
.flair-piplup:before{background-position:-360px -420px}
.flair-prinplup:before{background-position:-390px -420px}
.flair-empoleon:before{background-position:-420px -420px}
.flair-starly:before{background-position:-450px -420px}
.flair-staravia:before{background-position:-480px -420px}
.flair-staraptor:before{background-position:-510px -420px}
.flair-bidoof:before{background-position:-540px -420px}
.flair-bibarel:before{background-position:-570px -420px}
.flair-kricketot:before{background-position:-600px -420px}
.flair-kricketune:before{background-position:-630px -420px}
.flair-shinx:before{background-position:-660px -420px}
.flair-luxio:before{background-position:-690px -420px}
.flair-luxray:before{background-position:-720px -420px}
.flair-budew:before{background-position:-750px -420px}
.flair-roserade:before{background-position:-780px -420px}
.flair-cranidos:before{background-position:-810px -420px}
.flair-rampardos:before{background-position:-840px -420px}
.flair-shieldon:before{background-position:-870px -420px}
.flair-bastiodon:before{background-position:0 -450px}
.flair-burmy:before{background-position:-30px -450px}
.flair-burmy-sandy:before{background-position:-60px -450px}
.flair-burmy-trash:before{background-position:-90px -450px}
.flair-wormadam:before{background-position:-120px -450px}
.flair-wormadam-sandy:before{background-position:-150px -450px}
.flair-wormadam-trash:before{background-position:-180px -450px}
.flair-mothim:before{background-position:-210px -450px}
.flair-combee:before{background-position:-240px -450px}
.flair-vespiquen:before{background-position:-270px -450px}
.flair-pachirisu:before{background-position:-300px -450px}
.flair-buizel:before{background-position:-330px -450px}
.flair-floatzel:before{background-position:-360px -450px}
.flair-cherubi:before{background-position:-390px -450px}
.flair-cherrim:before{background-position:-420px -450px}
.flair-cherrim-sunshine:before{background-position:-450px -450px}
.flair-shellos:before{background-position:-480px -450px}
.flair-shellos-east:before{background-position:-510px -450px}
.flair-gastrodon:before{background-position:-540px -450px}
.flair-gastrodon-east:before{background-position:-570px -450px}
.flair-ambipom:before{background-position:-600px -450px}
.flair-drifloon:before{background-position:-630px -450px}
.flair-drifblim:before{background-position:-660px -450px}
.flair-buneary:before{background-position:-690px -450px}
.flair-lopunny:before{background-position:-720px -450px}
.flair-mismagius:before{background-position:-750px -450px}
.flair-honchkrow:before{background-position:-780px -450px}
.flair-glameow:before{background-position:-810px -450px}
.flair-purugly:before{background-position:-840px -450px}
.flair-chingling:before{background-position:-870px -450px}
.flair-stunky:before{background-position:0 -480px}
.flair-skuntank:before{background-position:-30px -480px}
.flair-bronzor:before{background-position:-60px -480px}
.flair-bronzong:before{background-position:-90px -480px}
.flair-bonsly:before{background-position:-120px -480px}
.flair-mime:before{background-position:-150px -480px}
.flair-happiny:before{background-position:-180px -480px}
.flair-chatot:before{background-position:-210px -480px}
.flair-spiritomb:before{background-position:-240px -480px}
.flair-gible:before{background-position:-270px -480px}
.flair-gabite:before{background-position:-300px -480px}
.flair-garchomp:before{background-position:-330px -480px}
.flair-garchomp-mega:before{background-position:-360px -480px}
.flair-munchlax:before{background-position:-390px -480px}
.flair-riolu:before{background-position:-420px -480px}
.flair-lucario:before{background-position:-450px -480px}
.flair-lucario-mega:before{background-position:-480px -480px}
.flair-hippopotas:before{background-position:-510px -480px}
.flair-hippowdon:before{background-position:-540px -480px}
.flair-skorupi:before{background-position:-570px -480px}
.flair-drapion:before{background-position:-600px -480px}
.flair-croagunk:before{background-position:-630px -480px}
.flair-toxicroak:before{background-position:-660px -480px}
.flair-carnivine:before{background-position:-690px -480px}
.flair-finneon:before{background-position:-720px -480px}
.flair-lumineon:before{background-position:-750px -480px}
.flair-mantyke:before{background-position:-780px -480px}
.flair-snover:before{background-position:-810px -480px}
.flair-abomasnow:before{background-position:-840px -480px}
.flair-abomasnow-mega:before{background-position:-870px -480px}
.flair-weavile:before{background-position:0 -510px}
.flair-magnezone:before{background-position:-30px -510px}
.flair-lickilicky:before{background-position:-60px -510px}
.flair-rhyperior:before{background-position:-90px -510px}
.flair-tangrowth:before{background-position:-120px -510px}
.flair-electivire:before{background-position:-150px -510px}
.flair-magmortar:before{background-position:-180px -510px}
.flair-togekiss:before{background-position:-210px -510px}
.flair-yanmega:before{background-position:-240px -510px}
.flair-leafeon:before{background-position:-270px -510px}
.flair-glaceon:before{background-position:-300px -510px}
.flair-gliscor:before{background-position:-80px -420px}
.flair-mamoswine:before{background-position:-330px -510px}
.flair-porygon-z:before{background-position:-360px -510px}
.flair-gallade:before{background-position:-390px -510px}
.flair-probopass:before{background-position:-420px -510px}
.flair-dusknoir:before{background-position:-450px -510px}
.flair-froslass:before{background-position:-480px -510px}
.flair-rotom:before{background-position:-510px -510px}
.flair-rotom-heat:before{background-position:-540px -510px}
.flair-rotom-wash:before{background-position:-570px -510px}
.flair-rotom-frost:before{background-position:-600px -510px}
.flair-rotom-fan:before{background-position:-630px -510px}
.flair-rotom-mow:before{background-position:-660px -510px}
.flair-uxie:before{background-position:-690px -510px}
.flair-mesprit:before{background-position:-720px -510px}
.flair-azelf:before{background-position:-750px -510px}
.flair-dialga:before{background-position:-780px -510px}
.flair-palkia:before{background-position:-810px -510px}
.flair-heatran:before{background-position:0 -540px}
.flair-regigigas:before{background-position:-40px -540px}
.flair-giratina:before{background-position:-840px -510px}
.flair-giratina-origin:before{background-position:-870px -510px}
.flair-cresselia:before{background-position:-120px -540px}
.flair-phione:before{background-position:-150px -540px}
.flair-manaphy:before{background-position:-180px -540px}
.flair-darkrai:before{background-position:-80px -540px}
.flair-shaymin:before{background-position:-210px -540px}
.flair-shaymin-sky:before{background-position:-240px -540px}
.flair-arceus:before{background-position:-270px -540px}
.flair-victini:before{background-position:-300px -540px}
.flair-snivy:before{background-position:-330px -540px}
.flair-servine:before{background-position:-360px -540px}
.flair-serperior:before{background-position:-390px -540px}
.flair-tepig:before{background-position:-420px -540px}
.flair-pignite:before{background-position:-450px -540px}
.flair-emboar:before{background-position:-480px -540px}
.flair-oshawott:before{background-position:-510px -540px}
.flair-dewott:before{background-position:-540px -540px}
.flair-samurott:before{background-position:-570px -540px}
.flair-patrat:before{background-position:-690px -540px}
.flair-watchog:before{background-position:-720px -540px}
.flair-lillipup:before{background-position:-750px -540px}
.flair-herdier:before{background-position:-780px -540px}
.flair-stoutland:before{background-position:-810px -540px}
.flair-purrloin:before{background-position:-840px -540px}
.flair-liepard:before{background-position:-870px -540px}
.flair-pansage:before{background-position:0 -570px}
.flair-simisage:before{background-position:-30px -570px}
.flair-pansear:before{background-position:-60px -570px}
.flair-simisear:before{background-position:-90px -570px}
.flair-panpour:before{background-position:-120px -570px}
.flair-simipour:before{background-position:-150px -570px}
.flair-munna:before{background-position:-180px -570px}
.flair-musharna:before{background-position:-210px -570px}
.flair-pidove:before{background-position:-240px -570px}
.flair-tranquill:before{background-position:-270px -570px}
.flair-unfezant:before{background-position:-300px -570px}
.flair-unfezant-male:before{background-position:-330px -570px}
.flair-blitzle:before{background-position:-360px -570px}
.flair-zebstrika:before{background-position:-390px -570px}
.flair-roggenrola:before{background-position:-420px -570px}
.flair-boldore:before{background-position:-450px -570px}
.flair-gigalith:before{background-position:-480px -570px}
.flair-woobat:before{background-position:-510px -570px}
.flair-swoobat:before{background-position:-540px -570px}
.flair-drilbur:before{background-position:-570px -570px}
.flair-excadrill:before{background-position:-600px -570px}
.flair-audino:before{background-position:-630px -570px}
.flair-timburr:before{background-position:-660px -570px}
.flair-gurdurr:before{background-position:-690px -570px}
.flair-conkeldurr:before{background-position:-610px -540px}
.flair-tympole:before{background-position:-720px -570px}
.flair-palpitoad:before{background-position:-750px -570px}
.flair-seismitoad:before{background-position:-780px -570px}
.flair-throh:before{background-position:-810px -570px}
.flair-sawk:before{background-position:-840px -570px}
.flair-sewaddle:before{background-position:-870px -570px}
.flair-swadloon:before{background-position:0 -600px}
.flair-leavanny:before{background-position:-30px -600px}
.flair-venipede:before{background-position:-60px -600px}
.flair-whirlipede:before{background-position:-90px -600px}
.flair-scolipede:before{background-position:-120px -600px}
.flair-cottonee:before{background-position:-150px -600px}
.flair-whimsicott:before{background-position:-180px -600px}
.flair-petilil:before{background-position:-210px -600px}
.flair-lilligant:before{background-position:-240px -600px}
.flair-basculin:before{background-position:-270px -600px}
.flair-basculin-blue-striped:before{background-position:-300px -600px}
.flair-sandile:before{background-position:-330px -600px}
.flair-krokorok:before{background-position:-360px -600px}
.flair-krookodile:before{background-position:-390px -600px}
.flair-darumaka:before{background-position:-420px -600px}
.flair-darmanitan:before{background-position:-450px -600px}
.flair-darmanitan-zen:before{background-position:-480px -600px}
.flair-maractus:before{background-position:-510px -600px}
.flair-dwebble:before{background-position:-540px -600px}
.flair-crustle:before{background-position:-570px -600px}
.flair-scraggy:before{background-position:-600px -600px}
.flair-scrafty:before{background-position:-630px -600px}
.flair-sigilyph:before{background-position:-660px -600px}
.flair-yamask:before{background-position:-670px -600px}
.flair-cofagrigus:before{background-position:-690px -600px}
.flair-tirtouga:before{background-position:-750px -600px}
.flair-carracosta:before{background-position:-780px -600px}
.flair-archen:before{background-position:-810px -600px}
.flair-archeops:before{background-position:-840px -600px}
.flair-trubbish:before{background-position:-870px -600px}
.flair-garbodor:before{background-position:0 -630px}
.flair-zorua:before{background-position:-30px -630px}
.flair-zoroark:before{background-position:-60px -630px}
.flair-minccino:before{background-position:-90px -630px}
.flair-cinccino:before{background-position:-120px -630px}
.flair-gothita:before{background-position:-150px -630px}
.flair-gothorita:before{background-position:-180px -630px}
.flair-gothitelle:before{background-position:-210px -630px}
.flair-solosis:before{background-position:-240px -630px}
.flair-duosion:before{background-position:-270px -630px}
.flair-reuniclus:before{background-position:-300px -630px}
.flair-ducklett:before{background-position:-330px -630px}
.flair-swanna:before{background-position:-360px -630px}
.flair-vanillite:before{background-position:-390px -630px}
.flair-vanillish:before{background-position:-420px -630px}
.flair-vanilluxe:before{background-position:-450px -630px}
.flair-deerling:before{background-position:-480px -630px}
.flair-deerling-summer:before{background-position:-510px -630px}
.flair-deerling-autumn:before{background-position:-540px -630px}
.flair-deerling-winter:before{background-position:-570px -630px}
.flair-sawsbuck:before{background-position:-600px -630px}
.flair-sawsbuck-summer:before{background-position:-630px -630px}
.flair-sawsbuck-autumn:before{background-position:-660px -630px}
.flair-sawsbuck-winter:before{background-position:-690px -630px}
.flair-emolga:before{background-position:-720px -630px}
.flair-karrablast:before{background-position:-750px -630px}
.flair-escavalier:before{background-position:-780px -630px}
.flair-foongus:before{background-position:-810px -630px}
.flair-amoonguss:before{background-position:-840px -630px}
.flair-frillish:before{background-position:-870px -630px}
.flair-frillish-male:before{background-position:0 -660px}
.flair-jellicent:before{background-position:-30px -660px}
.flair-jellicent-male:before{background-position:-60px -660px}
.flair-alomomola:before{background-position:-90px -660px}
.flair-joltik:before{background-position:-120px -660px}
.flair-galvantula:before{background-position:-150px -660px}
.flair-ferroseed:before{background-position:-180px -660px}
.flair-ferrothorn:before{background-position:-210px -660px}
.flair-klink:before{background-position:-240px -660px}
.flair-klang:before{background-position:-270px -660px}
.flair-klinklang:before{background-position:-300px -660px}
.flair-tynamo:before{background-position:-330px -660px}
.flair-eelektrik:before{background-position:-360px -660px}
.flair-eelektross:before{background-position:-390px -660px}
.flair-elgyem:before{background-position:-420px -660px}
.flair-beheeyem:before{background-position:-450px -660px}
.flair-litwick:before{background-position:-480px -660px}
.flair-lampent:before{background-position:-510px -660px}
.flair-chandelure:before{background-position:-540px -660px}
.flair-axew:before{background-position:-570px -660px}
.flair-fraxure:before{background-position:-600px -660px}
.flair-haxorus:before{background-position:-630px -660px}
.flair-cubchoo:before{background-position:-660px -660px}
.flair-beartic:before{background-position:-690px -660px}
.flair-cryogonal:before{background-position:-720px -660px}
.flair-shelmet:before{background-position:-750px -660px}
.flair-accelgor:before{background-position:-780px -660px}
.flair-stunfisk:before{background-position:-810px -660px}
.flair-mienfoo:before{background-position:-840px -660px}
.flair-mienshao:before{background-position:-870px -660px}
.flair-druddigon:before{background-position:0 -690px}
.flair-golett:before{background-position:-30px -690px}
.flair-golurk:before{background-position:-60px -690px}
.flair-pawniard:before{background-position:-90px -690px}
.flair-bisharp:before{background-position:-120px -690px}
.flair-bouffalant:before{background-position:-150px -690px}
.flair-rufflet:before{background-position:-180px -690px}
.flair-braviary:before{background-position:-210px -690px}
.flair-vullaby:before{background-position:-240px -690px}
.flair-mandibuzz:before{background-position:-270px -690px}
.flair-heatmor:before{background-position:-300px -690px}
.flair-durant:before{background-position:-330px -690px}
.flair-deino:before{background-position:-360px -690px}
.flair-zweilous:before{background-position:-390px -690px}
.flair-hydreigon:before{background-position:-420px -690px}
.flair-larvesta:before{background-position:-450px -690px}
.flair-volcarona:before{background-position:-480px -690px}
.flair-cobalion:before{background-position:-510px -690px}
.flair-terrakion:before{background-position:-540px -690px}
.flair-virizion:before{background-position:-570px -690px}
.flair-tornadus:before{background-position:-600px -690px}
.flair-tornadus-therian:before{background-position:-630px -690px}
.flair-thundurus:before{background-position:-650px -540px}
.flair-thundurus-therian:before{background-position:-660px -690px}
.flair-reshiram:before{background-position:-700px -690px}
.flair-zekrom:before{background-position:-740px -690px}
.flair-landorus:before{background-position:-770px -690px}
.flair-landorus-therian:before{background-position:-810px -690px}
.flair-kyurem:before{background-position:0 -720px}
.flair-kyurem-black:before{background-position:-40px -720px}
.flair-kyurem-white:before{background-position:-80px -720px}
.flair-keldeo:before{background-position:-840px -690px}
.flair-keldeo-resolute:before{background-position:-870px -690px}
.flair-meloetta:before{background-position:-120px -720px}
.flair-meloetta-pirouette:before{background-position:-150px -720px}
.flair-genesect:before{background-position:-180px -720px}
.flair-chespin:before{background-position:-210px -720px}
.flair-quilladin:before{background-position:-240px -720px}
.flair-chesnaught:before{background-position:-270px -720px}
.flair-fennekin:before{background-position:-300px -720px}
.flair-braixen:before{background-position:-330px -720px}
.flair-delphox:before{background-position:-360px -720px}
.flair-froakie:before{background-position:-390px -720px}
.flair-frogadier:before{background-position:-420px -720px}
.flair-greninja:before{background-position:-450px -720px}
.flair-bunnelby:before{background-position:-480px -720px}
.flair-diggersby:before{background-position:-510px -720px}
.flair-fletchling:before{background-position:-540px -720px}
.flair-fletchinder:before{background-position:-570px -720px}
.flair-talonflame:before{background-position:-600px -720px}
.flair-scatterbug:before{background-position:-630px -720px}
.flair-spewpa:before{background-position:-660px -720px}
.flair-vivillon:before{background-position:-690px -720px}
.flair-vivillon-archipelago:before{background-position:-720px -720px}
.flair-vivillon-continental:before{background-position:-750px -720px}
.flair-vivillon-elegant:before{background-position:-780px -720px}
.flair-vivillon-garden:before{background-position:-840px -720px}
.flair-vivillon-high-plains:before{background-position:-870px -720px}
.flair-vivillon-icy-snow:before{background-position:0 -750px}
.flair-vivillon-jungle:before{background-position:-30px -750px}
.flair-vivillon-marine:before{background-position:-60px -750px}
.flair-vivillon-modern:before{background-position:-90px -750px}
.flair-vivillon-monsoon:before{background-position:-120px -750px}
.flair-vivillon-ocean:before{background-position:-150px -750px}
.flair-vivillon-polar:before{background-position:-210px -750px}
.flair-vivillon-river:before{background-position:-240px -750px}
.flair-vivillon-sandstorm:before{background-position:-270px -750px}
.flair-vivillon-savanna:before{background-position:-300px -750px}
.flair-vivillon-sun:before{background-position:-330px -750px}
.flair-vivillon-tundra:before{background-position:-360px -750px}
.flair-vivillon-poke-ball:before{background-position:-180px -750px}
.flair-vivillon-fancy:before{background-position:-810px -720px}
.flair-litleo:before{background-position:-390px -750px}
.flair-pyroar:before{background-position:-420px -750px}
.flair-pyroar-male:before{background-position:-450px -750px}
.flair-flabebe:before{background-position:-570px -750px}
.flair-floette:before{background-position:-600px -750px}
.flair-florges:before{background-position:-630px -750px}
.flair-skiddo:before{background-position:-660px -750px}
.flair-gogoat:before{background-position:-690px -750px}
.flair-pancham:before{background-position:-720px -750px}
.flair-pangoro:before{background-position:-750px -750px}
.flair-furfrou:before{background-position:-780px -750px}
.flair-furfrou-heart:before{background-position:-810px -750px}
.flair-furfrou-diamond:before{background-position:-840px -750px}
.flair-furfrou-star:before{background-position:-870px -750px}
.flair-furfrou-pharaoh:before{background-position:0 -780px}
.flair-furfrou-kabuki:before{background-position:-30px -780px}
.flair-furfrou-la-reine:before{background-position:-60px -780px}
.flair-furfrou-matron:before{background-position:-90px -780px}
.flair-furfrou-dandy:before{background-position:-120px -780px}
.flair-furfrou-debutante:before{background-position:-150px -780px}
.flair-espurr:before{background-position:-180px -780px}
.flair-meowstic:before{background-position:-210px -780px}
.flair-meowstic-male:before{background-position:-240px -780px}
.flair-honedge:before{background-position:-270px -780px}
.flair-doublade:before{background-position:-490px -750px}
.flair-aegislash:before{background-position:-300px -780px}
.flair-aegislash-blade:before{background-position:-530px -750px}
.flair-spritzee:before{background-position:-330px -780px}
.flair-aromatisse:before{background-position:-360px -780px}
.flair-swirlix:before{background-position:-390px -780px}
.flair-slurpuff:before{background-position:-420px -780px}
.flair-inkay:before{background-position:-450px -780px}
.flair-malamar:before{background-position:-480px -780px}
.flair-binacle:before{background-position:-510px -780px}
.flair-barbaracle:before{background-position:-540px -780px}
.flair-skrelp:before{background-position:-570px -780px}
.flair-dragalge:before{background-position:-600px -780px}
.flair-clauncher:before{background-position:-640px -780px}
.flair-clawitzer:before{background-position:-670px -780px}
.flair-helioptile:before{background-position:-750px -780px}
.flair-heliolisk:before{background-position:-780px -780px}
.flair-tyrunt:before{background-position:-810px -780px}
.flair-tyrantrum:before{background-position:-840px -780px}
.flair-amaura:before{background-position:-870px -780px}
.flair-aurorus:before{background-position:0 -810px}
.flair-sylveon:before{background-position:-30px -810px}
.flair-hawlucha:before{background-position:-60px -810px}
.flair-dedenne:before{background-position:-90px -810px}
.flair-carbink:before{background-position:-120px -810px}
.flair-goomy:before{background-position:-150px -810px}
.flair-sliggoo:before{background-position:-180px -810px}
.flair-goodra:before{background-position:-210px -810px}
.flair-klefki:before{background-position:-240px -810px}
.flair-phantump:before{background-position:-270px -810px}
.flair-trevenant:before{background-position:-300px -810px}
.flair-pumpkaboo:before{background-position:-330px -810px}
.flair-gourgeist:before{background-position:-360px -810px}
.flair-bergmite:before{background-position:-390px -810px}
.flair-avalugg:before{background-position:-420px -810px}
.flair-noibat:before{background-position:-450px -810px}
.flair-noivern:before{background-position:-480px -810px}
.flair-xerneas:before{background-position:-510px -810px}
.flair-yveltal:before{background-position:-540px -810px}
.flair-zygarde:before{background-position:-570px -810px}
.flair-diancie:before{background-position:-600px -810px}
.flair-steelix-mega:before{background-position:-710px -780px}
.flair-sceptile-mega:before{background-position:-630px -810px}
.flair-swampert-mega:before{background-position:-670px -810px}
.flair-glalie-mega:before{background-position:-710px -810px}
.flair-metagross-mega:before{background-position:-740px -810px}
.flair-latias-mega:before{background-position:-780px -810px}
.flair-latios-mega:before{background-position:-820px -810px}
.flair-hoopa:before{background-position:0 -840px}
.flair-volcanion:before{background-position:-30px -840px}
.flair-beedrill-mega:before{background-position:-420px -840px}
.flair-pidgeot-mega:before{background-position:-860px -810px}
.flair-slowbro-mega:before{background-position:-450px -840px}
.flair-sableye-mega:before{background-position:-480px -840px}
.flair-sharpedo-mega:before{background-position:-510px -840px}
.flair-camerupt-mega:before{background-position:-540px -840px}
.flair-altaria-mega:before{background-position:-580px -840px}
.flair-salamence-mega:before{background-position:-610px -840px}
.flair-kyogre-primal:before{background-position:-650px -840px}
.flair-groudon-primal:before{background-position:-690px -840px}
.flair-rayquaza-mega:before{background-position:-730px -840px}
.flair-lopunny-mega:before{background-position:-770px -840px}
.flair-gallade-mega:before{background-position:-810px -840px}
.flair-audino-mega:before{background-position:-840px -840px}
.flair-diancie-mega:before{background-position:-870px -840px}
.flair-charizard:before,
.flair-charizard-mega-x:before,
.flair-charizard-mega-y:before,
.flair-nidoking:before,
.flair-alakazam:before,
.flair-gengar-mega:before,
.flair-pinsir-mega:before,
.flair-aerodactyl-mega:before,
.flair-feraligatr:before,
.flair-steelix:before,
.flair-heracross-mega:before,
.flair-lugia:before,
.flair-blaziken-mega:before,
.flair-aggron-mega:before,
.flair-tropius:before,
.flair-salamence:before,
.flair-metagross:before,
.flair-kyogre:before,
.flair-groudon:before,
.flair-rayquaza:before,
.flair-gliscor:before,
.flair-heatran:before,
.flair-regigigas:before,
.flair-darkrai:before,
.flair-samurott:before,
.flair-conkeldurr:before,
.flair-thundurus:before,
.flair-thundurus-therian:before,
.flair-reshiram:before,
.flair-landorus:before,
.flair-kyurem:before,
.flair-kyurem-black:before,
.flair-kyurem-white:before,
.flair-pyroar-male:before,
.flair-doublade:before,
.flair-aegislash-blade:before,
.flair-dragalge:before,
.flair-clawitzer:before,
.flair-sceptile-mega:before,
.flair-swampert-mega:before,
.flair-metagross-mega:before,
.flair-latias-mega:before,
.flair-latios-mega:before,
.flair-pidgeot-mega:before,
.flair-camerupt-mega:before,
.flair-salamence-mega:before,
.flair-kyogre-primal:before,
.flair-groudon-primal:before,
.flair-rayquaza-mega:before,
.flair-lopunny-mega:before{width:40px;margin:0}
.flair-charizard-mega-x:before,
.flair-charizard-mega-y:before{margin:0 4px 0 0}
footer {
font-size: 0.625em;
text-align: right;
margin: 1.6em 0 0
}
footer a {
color: #333;
text-decoration: none
}
footer a:hover, footer a:focus{
text-decoration: underline;
}
/* Mobile devices */
@media only screen
and (max-width : 42.5em) {
article {
width: 100%;
margin: 1em 0;
padding: 0;
}
h1{
word-wrap: break-word;
margin: 1em;
}
[type=submit]{
margin: 0 1em 0 0;
float: right
}
#preview{
margin:1em 0 1em 1em;
float: none;
}
}
/* Desktop */
@media only screen
and (min-width : 42.5em) {
article {
margin: 5em auto;
}
} | examples/cptflairbot3/casual/style.css | @charset "utf-8";
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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
display: block;
}
input,optgroup,select {
color: inherit;
font: inherit;
margin: 0;
}
form select {
text-transform: none;
width: 10em;
}
input {
line-height: normal;
}
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
}
body {
/*background-color: #43b2e0;*/
background-color: #f6f5f4;
color: #333;
font: 16px/1.5 Verdana, Helvetica, Arial, sans-serif;
}
h1 {
color: #472f21;
font-size: 1.5em;
line-height: 2;
font-weight: 700;
text-align: center;
margin: 0 0 1em;
}
h1 a{
background: #7d1935;
color: #fff;
text-decoration: none;
display: inline-block;
padding: 0 0.5em;
vertical-align: middle;
}
article {
width: 41em;
padding: 1.25em;
margin: 0 auto;
}
form { overflow: hidden; }
label, input, select {
display: inline-block;
margin: 0 0 0.5em;
}
label {
color: #472f21;
font-weight: 700;
width: 10.5em;
cursor: pointer;
text-indent: 0.5em;
}
input, select { font: inherit; vertical-align: middle; }
input[type=text], select {
width: 9.625em;
padding: 0.125em;
border: 0.0625em solid #dedede;
background-color: #e6e6e6;
}
[type=submit], .button {
background-color: #4996ab;
transition: background-color 0.5s;
color: #f0f0f0;
font-weight: 700;
text-align: center;
width: 6.25em;
padding: 0.5em 0;
margin: 3.0625em 0 0;
border: medium none;
border-radius: 0.25em;
transition:background 0.25s;
float: left
}
[type=submit]:hover, .button:hover, .button:focus {
background:#4996ab
}
[disabled],[disabled]:hover,[disabled]:focus{background-color:darkgray}
.button{
width: 15em;
margin:2em 0 0;
display: inline-block;
text-decoration: none
}
optgroup {
font-weight: bold;
}
#preview{
width: 34.25em;
float: left;
margin: 1em 0 0.5em 0.5em;
}
h2{
color:#4996ab;
font-weight: bold;
margin:0 0 1em;
}
.flair {
background:#fff;
font-size:12px;
padding: 10px 10px 10px 5px;
border-radius: 2px;
border: 1px solid #E5E5E5;
color: #555;
}
.flair:before{
content:"";
display:inline-block;
background:url(http://b.thumbs.redditmedia.com/lhBvQenFTiawAEGXbzYi3MpUueazjvK1dVsKOjqNIBw.png) no-repeat content-box;
width:30px;height:30px;margin:0 5px;
vertical-align:middle
}
.flair-bulbasaur:before{background-position:-30px 0}
.flair-ivysaur:before{background-position:-60px 0}
.flair-venusaur:before{background-position:-90px 0}
.flair-venusaur-mega:before{background-position:-120px 0}
.flair-charmander:before{background-position:-150px 0}
.flair-charmeleon:before{background-position:-180px 0}
.flair-charizard:before{background-position:-210px 0}
.flair-charizard-mega-x:before{background-position:-250px 0}
.flair-charizard-mega-y:before{background-position:-290px 0}
.flair-squirtle:before{background-position:-330px 0}
.flair-wartortle:before{background-position:-360px 0}
.flair-blastoise:before{background-position:-390px 0}
.flair-blastoise-mega:before{background-position:-420px 0}
.flair-caterpie:before{background-position:-450px 0}
.flair-metapod:before{background-position:-480px 0}
.flair-butterfree:before{background-position:-510px 0}
.flair-weedle:before{background-position:-540px 0}
.flair-kakuna:before{background-position:-570px 0}
.flair-beedrill:before{background-position:-600px 0}
.flair-pidgey:before{background-position:-630px 0}
.flair-pidgeotto:before{background-position:-660px 0}
.flair-pidgeot:before{background-position:-690px 0}
.flair-rattata:before{background-position:-720px 0}
.flair-raticate:before{background-position:-750px 0}
.flair-spearow:before{background-position:-780px 0}
.flair-fearow:before{background-position:-810px 0}
.flair-ekans:before{background-position:-840px 0}
.flair-arbok:before{background-position:-870px 0}
.flair-pikachu:before{background-position:0 -30px}
.flair-raichu:before{background-position:-30px -30px}
.flair-sandshrew:before{background-position:-60px -30px}
.flair-sandslash:before{background-position:-90px -30px}
.flair-nidoran-f:before{background-position:-120px -30px}
.flair-nidorina:before{background-position:-150px -30px}
.flair-nidoqueen:before{background-position:-180px -30px}
.flair-nidoran-m:before{background-position:-210px -30px}
.flair-nidorino:before{background-position:-240px -30px}
.flair-nidoking:before{background-position:-270px -30px}
.flair-clefairy:before{background-position:-390px -30px}
.flair-clefable:before{background-position:-420px -30px}
.flair-vulpix:before{background-position:-450px -30px}
.flair-ninetales:before{background-position:-480px -30px}
.flair-jigglypuff:before{background-position:-510px -30px}
.flair-wigglytuff:before{background-position:-540px -30px}
.flair-zubat:before{background-position:-570px -30px}
.flair-golbat:before{background-position:-600px -30px}
.flair-oddish:before{background-position:-630px -30px}
.flair-gloom:before{background-position:-660px -30px}
.flair-vileplume:before{background-position:-690px -30px}
.flair-paras:before{background-position:-720px -30px}
.flair-parasect:before{background-position:-750px -30px}
.flair-venonat:before{background-position:-780px -30px}
.flair-venomoth:before{background-position:-810px -30px}
.flair-diglett:before{background-position:-840px -30px}
.flair-dugtrio:before{background-position:-870px -30px}
.flair-meowth:before{background-position:0 -60px}
.flair-persian:before{background-position:-30px -60px}
.flair-psyduck:before{background-position:-60px -60px}
.flair-golduck:before{background-position:-90px -60px}
.flair-mankey:before{background-position:-120px -60px}
.flair-primeape:before{background-position:-150px -60px}
.flair-growlithe:before{background-position:-180px -60px}
.flair-arcanine:before{background-position:-210px -60px}
.flair-poliwag:before{background-position:-240px -60px}
.flair-poliwhirl:before{background-position:-270px -60px}
.flair-poliwrath:before{background-position:-300px -60px}
.flair-abra:before{background-position:-330px -60px}
.flair-kadabra:before{background-position:-360px -60px}
.flair-alakazam:before{background-position:-310px -30px}
.flair-alakazam-mega:before{background-position:-390px -60px}
.flair-machop:before{background-position:-420px -60px}
.flair-machoke:before{background-position:-450px -60px}
.flair-machamp:before{background-position:-480px -60px}
.flair-bellsprout:before{background-position:-510px -60px}
.flair-weepinbell:before{background-position:-540px -60px}
.flair-victreebel:before{background-position:-570px -60px}
.flair-tentacool:before{background-position:-600px -60px}
.flair-tentacruel:before{background-position:-630px -60px}
.flair-geodude:before{background-position:-660px -60px}
.flair-graveler:before{background-position:-690px -60px}
.flair-golem:before{background-position:-720px -60px}
.flair-ponyta:before{background-position:-750px -60px}
.flair-rapidash:before{background-position:-780px -60px}
.flair-slowpoke:before{background-position:-810px -60px}
.flair-slowbro:before{background-position:-840px -60px}
.flair-magnemite:before{background-position:-870px -60px}
.flair-magneton:before{background-position:0 -90px}
.flair-farfetchd:before{background-position:-30px -90px}
.flair-doduo:before{background-position:-60px -90px}
.flair-dodrio:before{background-position:-90px -90px}
.flair-seel:before{background-position:-120px -90px}
.flair-dewgong:before{background-position:-150px -90px}
.flair-grimer:before{background-position:-180px -90px}
.flair-muk:before{background-position:-210px -90px}
.flair-shellder:before{background-position:-240px -90px}
.flair-cloyster:before{background-position:-270px -90px}
.flair-gastly:before{background-position:-300px -90px}
.flair-haunter:before{background-position:-330px -90px}
.flair-gengar:before{background-position:-360px -90px}
.flair-gengar-mega:before{background-position:-350px -30px}
.flair-onix:before{background-position:-390px -90px}
.flair-drowzee:before{background-position:-420px -90px}
.flair-hypno:before{background-position:-450px -90px}
.flair-krabby:before{background-position:-480px -90px}
.flair-kingler:before{background-position:-510px -90px}
.flair-voltorb:before{background-position:-540px -90px}
.flair-electrode:before{background-position:-570px -90px}
.flair-exeggcute:before{background-position:-600px -90px}
.flair-exeggutor:before{background-position:-630px -90px}
.flair-cubone:before{background-position:-660px -90px}
.flair-marowak:before{background-position:-690px -90px}
.flair-hitmonlee:before{background-position:-710px -90px}
.flair-hitmonchan:before{background-position:-750px -90px}
.flair-lickitung:before{background-position:-780px -90px}
.flair-koffing:before{background-position:-810px -90px}
.flair-weezing:before{background-position:-840px -90px}
.flair-rhyhorn:before{background-position:-870px -90px}
.flair-rhydon:before{background-position:0 -120px}
.flair-chansey:before{background-position:-30px -120px}
.flair-tangela:before{background-position:-60px -120px}
.flair-kangaskhan:before{background-position:-90px -120px}
.flair-kangaskhan-mega:before{background-position:-120px -120px}
.flair-horsea:before{background-position:-150px -120px}
.flair-seadra:before{background-position:-180px -120px}
.flair-goldeen:before{background-position:-210px -120px}
.flair-seaking:before{background-position:-240px -120px}
.flair-staryu:before{background-position:-270px -120px}
.flair-starmie:before{background-position:-300px -120px}
.flair-mr-mime:before{background-position:-330px -120px}
.flair-scyther:before{background-position:-360px -120px}
.flair-jynx:before{background-position:-390px -120px}
.flair-electabuzz:before{background-position:-420px -120px}
.flair-magmar:before{background-position:-450px -120px}
.flair-pinsir:before{background-position:-480px -120px}
.flair-pinsir-mega:before{background-position:-510px -120px}
.flair-tauros:before{background-position:-630px -120px}
.flair-magikarp:before{background-position:-660px -120px}
.flair-gyarados:before{background-position:-690px -120px}
.flair-gyarados-mega:before{background-position:-720px -120px}
.flair-lapras:before{background-position:-750px -120px}
.flair-ditto:before{background-position:-780px -120px}
.flair-eevee:before{background-position:-810px -120px}
.flair-vaporeon:before{background-position:-840px -120px}
.flair-jolteon:before{background-position:-870px -120px}
.flair-flareon:before{background-position: 0 -150px}
.flair-porygon:before{background-position:-30px -150px}
.flair-omanyte:before{background-position:-60px -150px}
.flair-omastar:before{background-position:-90px -150px}
.flair-kabuto:before{background-position:-120px -150px}
.flair-kabutops:before{background-position:-150px -150px}
.flair-aerodactyl:before{background-position:-180px -150px}
.flair-aerodactyl-mega:before{background-position:-550px -120px}
.flair-snorlax:before{background-position:-210px -150px}
.flair-articuno:before{background-position:-240px -150px}
.flair-zapdos:before{background-position:-270px -150px}
.flair-moltres:before{background-position:-300px -150px}
.flair-dratini:before{background-position:-330px -150px}
.flair-dragonair:before{background-position:-360px -150px}
.flair-dragonite:before{background-position:-390px -150px}
.flair-mewtwo:before{background-position:-420px -150px}
.flair-mewtwo-mega-x:before{background-position:-450px -150px}
.flair-mewtwo-mega-y:before{background-position:-480px -150px}
.flair-mew:before{background-position:-510px -150px}
.flair-chikorita:before{background-position:-540px -150px}
.flair-bayleef:before{background-position:-570px -150px}
.flair-meganium:before{background-position:-600px -150px}
.flair-cyndaquil:before{background-position:-630px -150px}
.flair-quilava:before{background-position:-660px -150px}
.flair-typhlosion:before{background-position:-690px -150px}
.flair-totodile:before{background-position:-720px -150px}
.flair-croconaw:before{background-position:-750px -150px}
.flair-feraligatr:before{background-position:-590px -120px}
.flair-sentret:before{background-position:-780px -150px}
.flair-furret:before{background-position:-810px -150px}
.flair-hoothoot:before{background-position:-840px -150px}
.flair-noctowl:before{background-position:-870px -150px}
.flair-ledyba:before{background-position:0 -180px}
.flair-ledian:before{background-position:-30px -180px}
.flair-spinarak:before{background-position:-60px -180px}
.flair-ariados:before{background-position:-90px -180px}
.flair-crobat:before{background-position:-120px -180px}
.flair-chinchou:before{background-position:-150px -180px}
.flair-lanturn:before{background-position:-180px -180px}
.flair-pichu:before{background-position:-210px -180px}
.flair-cleffa:before{background-position:-240px -180px}
.flair-igglybuff:before{background-position:-270px -180px}
.flair-togepi:before{background-position:-300px -180px}
.flair-togetic:before{background-position:-330px -180px}
.flair-natu:before{background-position:-360px -180px}
.flair-xatu:before{background-position:-390px -180px}
.flair-mareep:before{background-position:-420px -180px}
.flair-flaaffy:before{background-position:-450px -180px}
.flair-ampharos:before{background-position:-480px -180px}
.flair-ampharos-mega:before{background-position:-510px -180px}
.flair-bellossom:before{background-position:-540px -180px}
.flair-marill:before{background-position:-570px -180px}
.flair-azumarill:before{background-position:-600px -180px}
.flair-sudowoodo:before{background-position:-630px -180px}
.flair-politoed:before{background-position:-660px -180px}
.flair-hoppip:before{background-position:-690px -180px}
.flair-skiploom:before{background-position:-720px -180px}
.flair-jumpluff:before{background-position:-750px -180px}
.flair-aipom:before{background-position:-780px -180px}
.flair-sunkern:before{background-position:-810px -180px}
.flair-sunflora:before{background-position:-840px -180px}
.flair-yanma:before{background-position:-870px -180px}
.flair-wooper:before{background-position:0 -210px}
.flair-quagsire:before{background-position:-30px -210px}
.flair-espeon:before{background-position:-60px -210px}
.flair-umbreon:before{background-position:-90px -210px}
.flair-murkrow:before{background-position:-120px -210px}
.flair-slowking:before{background-position:-150px -210px}
.flair-misdreavus:before{background-position:-180px -210px}
.flair-unown:before{background-position:-210px -210px}
.flair-wobbuffet:before{background-position:-240px -210px}
.flair-girafarig:before{background-position:-270px -210px}
.flair-pineco:before{background-position:-300px -210px}
.flair-forretress:before{background-position:-330px -210px}
.flair-dunsparce:before{background-position:-360px -210px}
.flair-gligar:before{background-position:-390px -210px}
.flair-steelix:before{background-position:-420px -210px}
.flair-snubbull:before{background-position:-540px -210px}
.flair-granbull:before{background-position:-570px -210px}
.flair-qwilfish:before{background-position:-600px -210px}
.flair-scizor:before{background-position:-630px -210px}
.flair-scizor-mega:before{background-position:-660px -210px}
.flair-shuckle:before{background-position:-690px -210px}
.flair-heracross:before{background-position:-720px -210px}
.flair-heracross-mega:before{background-position:-460px -210px}
.flair-sneasel:before{background-position:-750px -210px}
.flair-teddiursa:before{background-position:-780px -210px}
.flair-ursaring:before{background-position:-810px -210px}
.flair-slugma:before{background-position:-840px -210px}
.flair-magcargo:before{background-position:-870px -210px}
.flair-swinub:before{background-position:0 -240px}
.flair-piloswine:before{background-position:-30px -240px}
.flair-corsola:before{background-position:-60px -240px}
.flair-remoraid:before{background-position:-90px -240px}
.flair-octillery:before{background-position:-120px -240px}
.flair-delibird:before{background-position:-150px -240px}
.flair-mantine:before{background-position:-180px -240px}
.flair-skarmory:before{background-position:-210px -240px}
.flair-houndour:before{background-position:-240px -240px}
.flair-houndoom:before{background-position:-270px -240px}
.flair-houndoom-mega:before{background-position:-300px -240px}
.flair-kingdra:before{background-position:-330px -240px}
.flair-phanpy:before{background-position:-360px -240px}
.flair-donphan:before{background-position:-390px -240px}
.flair-porygon2:before{background-position:-420px -240px}
.flair-stantler:before{background-position:-450px -240px}
.flair-smeargle:before{background-position:-480px -240px}
.flair-tyrogue:before{background-position:-510px -240px}
.flair-hitmontop:before{background-position:-540px -240px}
.flair-smoochum:before{background-position:-570px -240px}
.flair-elekid:before{background-position:-600px -240px}
.flair-magby:before{background-position:-630px -240px}
.flair-miltank:before{background-position:-660px -240px}
.flair-blissey:before{background-position:-690px -240px}
.flair-raikou:before{background-position:-720px -240px}
.flair-entei:before{background-position:-750px -240px}
.flair-suicune:before{background-position:-780px -240px}
.flair-larvitar:before{background-position:-810px -240px}
.flair-pupitar:before{background-position:-840px -240px}
.flair-tyranitar:before{background-position:-870px -240px}
.flair-tyranitar-mega:before{background-position:0 -270px}
.flair-lugia:before{background-position:-500px -210px}
.flair-ho-oh:before{background-position:-30px -270px}
.flair-celebi:before{background-position:-60px -270px}
.flair-treecko:before{background-position:-90px -270px}
.flair-grovyle:before{background-position:-120px -270px}
.flair-sceptile:before{background-position:-150px -270px}
.flair-torchic:before{background-position:-180px -270px}
.flair-combusken:before{background-position:-210px -270px}
.flair-blaziken:before{background-position:-240px -270px}
.flair-blaziken-mega:before{background-position:-270px -270px}
.flair-mudkip:before{background-position:-390px -270px}
.flair-marshtomp:before{background-position:-420px -270px}
.flair-swampert:before{background-position:-450px -270px}
.flair-poochyena:before{background-position:-480px -270px}
.flair-mightyena:before{background-position:-510px -270px}
.flair-zigzagoon:before{background-position:-540px -270px}
.flair-linoone:before{background-position:-570px -270px}
.flair-wurmple:before{background-position:-600px -270px}
.flair-silcoon:before{background-position:-630px -270px}
.flair-beautifly:before{background-position:-660px -270px}
.flair-cascoon:before{background-position:-690px -270px}
.flair-dustox:before{background-position:-720px -270px}
.flair-lotad:before{background-position:-750px -270px}
.flair-lombre:before{background-position:-780px -270px}
.flair-ludicolo:before{background-position:-810px -270px}
.flair-seedot:before{background-position:-840px -270px}
.flair-nuzleaf:before{background-position:-870px -270px}
.flair-shiftry:before{background-position:0 -300px}
.flair-taillow:before{background-position:-30px -300px}
.flair-swellow:before{background-position:-60px -300px}
.flair-wingull:before{background-position:-90px -300px}
.flair-pelipper:before{background-position:-120px -300px}
.flair-ralts:before{background-position:-150px -300px}
.flair-kirlia:before{background-position:-180px -300px}
.flair-gardevoir:before{background-position:-210px -300px}
.flair-gardevoir-mega:before{background-position:-240px -300px}
.flair-surskit:before{background-position:-270px -300px}
.flair-masquerain:before{background-position:-300px -300px}
.flair-shroomish:before{background-position:-330px -300px}
.flair-breloom:before{background-position:-360px -300px}
.flair-slakoth:before{background-position:-390px -300px}
.flair-vigoroth:before{background-position:-420px -300px}
.flair-slaking:before{background-position:-450px -300px}
.flair-nincada:before{background-position:-480px -300px}
.flair-ninjask:before{background-position:-510px -300px}
.flair-shedinja:before{background-position:-540px -300px}
.flair-whismur:before{background-position:-570px -300px}
.flair-loudred:before{background-position:-600px -300px}
.flair-exploud:before{background-position:-630px -300px}
.flair-makuhita:before{background-position:-660px -300px}
.flair-hariyama:before{background-position:-690px -300px}
.flair-azurill:before{background-position:-720px -300px}
.flair-nosepass:before{background-position:-750px -300px}
.flair-skitty:before{background-position:-780px -300px}
.flair-delcatty:before{background-position:-810px -300px}
.flair-sableye:before{background-position:-840px -300px}
.flair-mawile:before{background-position:-870px -300px}
.flair-mawile-mega:before{background-position:0 -330px}
.flair-aron:before{background-position:-30px -330px}
.flair-lairon:before{background-position:-60px -330px}
.flair-aggron:before{background-position:-90px -330px}
.flair-aggron-mega:before{background-position:-310px -270px}
.flair-meditite:before{background-position:-120px -330px}
.flair-medicham:before{background-position:-150px -330px}
.flair-medicham-mega:before{background-position:-180px -330px}
.flair-electrike:before{background-position:-210px -330px}
.flair-manectric:before{background-position:-240px -330px}
.flair-manectric-mega:before{background-position:-270px -330px}
.flair-plusle:before{background-position:-300px -330px}
.flair-minun:before{background-position:-330px -330px}
.flair-volbeat:before{background-position:-360px -330px}
.flair-illumise:before{background-position:-390px -330px}
.flair-roselia:before{background-position:-420px -330px}
.flair-gulpin:before{background-position:-450px -330px}
.flair-swalot:before{background-position:-480px -330px}
.flair-carvanha:before{background-position:-510px -330px}
.flair-sharpedo:before{background-position:-540px -330px}
.flair-wailmer:before{background-position:-570px -330px}
.flair-wailord:before{background-position:-600px -330px}
.flair-numel:before{background-position:-630px -330px}
.flair-camerupt:before{background-position:-660px -330px}
.flair-torkoal:before{background-position:-690px -330px}
.flair-spoink:before{background-position:-720px -330px}
.flair-grumpig:before{background-position:-750px -330px}
.flair-spinda:before{background-position:-780px -330px}
.flair-trapinch:before{background-position:-810px -330px}
.flair-vibrava:before{background-position:-840px -330px}
.flair-flygon:before{background-position:-870px -330px}
.flair-cacnea:before{background-position:0 -360px}
.flair-cacturne:before{background-position:-30px -360px}
.flair-swablu:before{background-position:-60px -360px}
.flair-altaria:before{background-position:-90px -360px}
.flair-zangoose:before{background-position:-120px -360px}
.flair-seviper:before{background-position:-150px -360px}
.flair-lunatone:before{background-position:-180px -360px}
.flair-solrock:before{background-position:-210px -360px}
.flair-barboach:before{background-position:-240px -360px}
.flair-whiscash:before{background-position:-270px -360px}
.flair-corphish:before{background-position:-300px -360px}
.flair-crawdaunt:before{background-position:-330px -360px}
.flair-baltoy:before{background-position:-360px -360px}
.flair-claydol:before{background-position:-390px -360px}
.flair-lileep:before{background-position:-420px -360px}
.flair-cradily:before{background-position:-450px -360px}
.flair-anorith:before{background-position:-480px -360px}
.flair-armaldo:before{background-position:-510px -360px}
.flair-feebas:before{background-position:-540px -360px}
.flair-milotic:before{background-position:-570px -360px}
.flair-castform:before{background-position:-600px -360px}
.flair-castform-sunny:before{background-position:-630px -360px}
.flair-castform-rainy:before{background-position:-660px -360px}
.flair-castform-snowy:before{background-position:-690px -360px}
.flair-kecleon:before{background-position:-720px -360px}
.flair-shuppet:before{background-position:-750px -360px}
.flair-banette:before{background-position:-780px -360px}
.flair-banette-mega:before{background-position:-810px -360px}
.flair-duskull:before{background-position:-840px -360px}
.flair-dusclops:before{background-position:-870px -360px}
.flair-tropius:before{background-position:-350px -270px}
.flair-chimecho:before{background-position:0 -390px}
.flair-absol:before{background-position:-30px -390px}
.flair-absol-mega:before{background-position:-60px -390px}
.flair-wynaut:before{background-position:-90px -390px}
.flair-snorunt:before{background-position:-120px -390px}
.flair-glalie:before{background-position:-150px -390px}
.flair-spheal:before{background-position:-180px -390px}
.flair-sealeo:before{background-position:-210px -390px}
.flair-walrein:before{background-position:-240px -390px}
.flair-clamperl:before{background-position:-270px -390px}
.flair-huntail:before{background-position:-300px -390px}
.flair-gorebyss:before{background-position:-330px -390px}
.flair-relicanth:before{background-position:-360px -390px}
.flair-luvdisc:before{background-position:-390px -390px}
.flair-bagon:before{background-position:-420px -390px}
.flair-shelgon:before{background-position:-450px -390px}
.flair-salamence:before{background-position:-480px -390px}
.flair-beldum:before{background-position:-520px -390px}
.flair-metang:before{background-position:-550px -390px}
.flair-metagross:before{background-position:-580px -390px}
.flair-regirock:before{background-position:-620px -390px}
.flair-regice:before{background-position:-650px -390px}
.flair-registeel:before{background-position:-680px -390px}
.flair-latias:before{background-position:-710px -390px}
.flair-latios:before{background-position:-740px -390px}
.flair-kyogre:before{background-position:-770px -390px}
.flair-groudon:before{background-position:0 -420px}
.flair-rayquaza:before{background-position:-40px -420px}
.flair-jirachi:before{background-position:-810px -390px}
.flair-deoxys:before{background-position:-840px -390px}
.flair-deoxys-attack:before{background-position:-870px -390px}
.flair-deoxys-defense:before{background-position:-120px -420px}
.flair-deoxys-speed:before{background-position:-150px -420px}
.flair-turtwig:before{background-position:-180px -420px}
.flair-grotle:before{background-position:-210px -420px}
.flair-torterra:before{background-position:-240px -420px}
.flair-chimchar:before{background-position:-270px -420px}
.flair-monferno:before{background-position:-300px -420px}
.flair-infernape:before{background-position:-330px -420px}
.flair-piplup:before{background-position:-360px -420px}
.flair-prinplup:before{background-position:-390px -420px}
.flair-empoleon:before{background-position:-420px -420px}
.flair-starly:before{background-position:-450px -420px}
.flair-staravia:before{background-position:-480px -420px}
.flair-staraptor:before{background-position:-510px -420px}
.flair-bidoof:before{background-position:-540px -420px}
.flair-bibarel:before{background-position:-570px -420px}
.flair-kricketot:before{background-position:-600px -420px}
.flair-kricketune:before{background-position:-630px -420px}
.flair-shinx:before{background-position:-660px -420px}
.flair-luxio:before{background-position:-690px -420px}
.flair-luxray:before{background-position:-720px -420px}
.flair-budew:before{background-position:-750px -420px}
.flair-roserade:before{background-position:-780px -420px}
.flair-cranidos:before{background-position:-810px -420px}
.flair-rampardos:before{background-position:-840px -420px}
.flair-shieldon:before{background-position:-870px -420px}
.flair-bastiodon:before{background-position:0 -450px}
.flair-burmy:before{background-position:-30px -450px}
.flair-burmy-sandy:before{background-position:-60px -450px}
.flair-burmy-trash:before{background-position:-90px -450px}
.flair-wormadam:before{background-position:-120px -450px}
.flair-wormadam-sandy:before{background-position:-150px -450px}
.flair-wormadam-trash:before{background-position:-180px -450px}
.flair-mothim:before{background-position:-210px -450px}
.flair-combee:before{background-position:-240px -450px}
.flair-vespiquen:before{background-position:-270px -450px}
.flair-pachirisu:before{background-position:-300px -450px}
.flair-buizel:before{background-position:-330px -450px}
.flair-floatzel:before{background-position:-360px -450px}
.flair-cherubi:before{background-position:-390px -450px}
.flair-cherrim:before{background-position:-420px -450px}
.flair-cherrim-sunshine:before{background-position:-450px -450px}
.flair-shellos:before{background-position:-480px -450px}
.flair-shellos-east:before{background-position:-510px -450px}
.flair-gastrodon:before{background-position:-540px -450px}
.flair-gastrodon-east:before{background-position:-570px -450px}
.flair-ambipom:before{background-position:-600px -450px}
.flair-drifloon:before{background-position:-630px -450px}
.flair-drifblim:before{background-position:-660px -450px}
.flair-buneary:before{background-position:-690px -450px}
.flair-lopunny:before{background-position:-720px -450px}
.flair-mismagius:before{background-position:-750px -450px}
.flair-honchkrow:before{background-position:-780px -450px}
.flair-glameow:before{background-position:-810px -450px}
.flair-purugly:before{background-position:-840px -450px}
.flair-chingling:before{background-position:-870px -450px}
.flair-stunky:before{background-position:0 -480px}
.flair-skuntank:before{background-position:-30px -480px}
.flair-bronzor:before{background-position:-60px -480px}
.flair-bronzong:before{background-position:-90px -480px}
.flair-bonsly:before{background-position:-120px -480px}
.flair-mime:before{background-position:-150px -480px}
.flair-happiny:before{background-position:-180px -480px}
.flair-chatot:before{background-position:-210px -480px}
.flair-spiritomb:before{background-position:-240px -480px}
.flair-gible:before{background-position:-270px -480px}
.flair-gabite:before{background-position:-300px -480px}
.flair-garchomp:before{background-position:-330px -480px}
.flair-garchomp-mega:before{background-position:-360px -480px}
.flair-munchlax:before{background-position:-390px -480px}
.flair-riolu:before{background-position:-420px -480px}
.flair-lucario:before{background-position:-450px -480px}
.flair-lucario-mega:before{background-position:-480px -480px}
.flair-hippopotas:before{background-position:-510px -480px}
.flair-hippowdon:before{background-position:-540px -480px}
.flair-skorupi:before{background-position:-570px -480px}
.flair-drapion:before{background-position:-600px -480px}
.flair-croagunk:before{background-position:-630px -480px}
.flair-toxicroak:before{background-position:-660px -480px}
.flair-carnivine:before{background-position:-690px -480px}
.flair-finneon:before{background-position:-720px -480px}
.flair-lumineon:before{background-position:-750px -480px}
.flair-mantyke:before{background-position:-780px -480px}
.flair-snover:before{background-position:-810px -480px}
.flair-abomasnow:before{background-position:-840px -480px}
.flair-abomasnow-mega:before{background-position:-870px -480px}
.flair-weavile:before{background-position:0 -510px}
.flair-magnezone:before{background-position:-30px -510px}
.flair-lickilicky:before{background-position:-60px -510px}
.flair-rhyperior:before{background-position:-90px -510px}
.flair-tangrowth:before{background-position:-120px -510px}
.flair-electivire:before{background-position:-150px -510px}
.flair-magmortar:before{background-position:-180px -510px}
.flair-togekiss:before{background-position:-210px -510px}
.flair-yanmega:before{background-position:-240px -510px}
.flair-leafeon:before{background-position:-270px -510px}
.flair-glaceon:before{background-position:-300px -510px}
.flair-gliscor:before{background-position:-80px -420px}
.flair-mamoswine:before{background-position:-330px -510px}
.flair-porygon-z:before{background-position:-360px -510px}
.flair-gallade:before{background-position:-390px -510px}
.flair-probopass:before{background-position:-420px -510px}
.flair-dusknoir:before{background-position:-450px -510px}
.flair-froslass:before{background-position:-480px -510px}
.flair-rotom:before{background-position:-510px -510px}
.flair-rotom-heat:before{background-position:-540px -510px}
.flair-rotom-wash:before{background-position:-570px -510px}
.flair-rotom-frost:before{background-position:-600px -510px}
.flair-rotom-fan:before{background-position:-630px -510px}
.flair-rotom-mow:before{background-position:-660px -510px}
.flair-uxie:before{background-position:-690px -510px}
.flair-mesprit:before{background-position:-720px -510px}
.flair-azelf:before{background-position:-750px -510px}
.flair-dialga:before{background-position:-780px -510px}
.flair-palkia:before{background-position:-810px -510px}
.flair-heatran:before{background-position:0 -540px}
.flair-regigigas:before{background-position:-40px -540px}
.flair-giratina:before{background-position:-840px -510px}
.flair-giratina-origin:before{background-position:-870px -510px}
.flair-cresselia:before{background-position:-120px -540px}
.flair-phione:before{background-position:-150px -540px}
.flair-manaphy:before{background-position:-180px -540px}
.flair-darkrai:before{background-position:-80px -540px}
.flair-shaymin:before{background-position:-210px -540px}
.flair-shaymin-sky:before{background-position:-240px -540px}
.flair-arceus:before{background-position:-270px -540px}
.flair-victini:before{background-position:-300px -540px}
.flair-snivy:before{background-position:-330px -540px}
.flair-servine:before{background-position:-360px -540px}
.flair-serperior:before{background-position:-390px -540px}
.flair-tepig:before{background-position:-420px -540px}
.flair-pignite:before{background-position:-450px -540px}
.flair-emboar:before{background-position:-480px -540px}
.flair-oshawott:before{background-position:-510px -540px}
.flair-dewott:before{background-position:-540px -540px}
.flair-samurott:before{background-position:-570px -540px}
.flair-patrat:before{background-position:-690px -540px}
.flair-watchog:before{background-position:-720px -540px}
.flair-lillipup:before{background-position:-750px -540px}
.flair-herdier:before{background-position:-780px -540px}
.flair-stoutland:before{background-position:-810px -540px}
.flair-purrloin:before{background-position:-840px -540px}
.flair-liepard:before{background-position:-870px -540px}
.flair-pansage:before{background-position:0 -570px}
.flair-simisage:before{background-position:-30px -570px}
.flair-pansear:before{background-position:-60px -570px}
.flair-simisear:before{background-position:-90px -570px}
.flair-panpour:before{background-position:-120px -570px}
.flair-simipour:before{background-position:-150px -570px}
.flair-munna:before{background-position:-180px -570px}
.flair-musharna:before{background-position:-210px -570px}
.flair-pidove:before{background-position:-240px -570px}
.flair-tranquill:before{background-position:-270px -570px}
.flair-unfezant:before{background-position:-300px -570px}
.flair-unfezant-male:before{background-position:-330px -570px}
.flair-blitzle:before{background-position:-360px -570px}
.flair-zebstrika:before{background-position:-390px -570px}
.flair-roggenrola:before{background-position:-420px -570px}
.flair-boldore:before{background-position:-450px -570px}
.flair-gigalith:before{background-position:-480px -570px}
.flair-woobat:before{background-position:-510px -570px}
.flair-swoobat:before{background-position:-540px -570px}
.flair-drilbur:before{background-position:-570px -570px}
.flair-excadrill:before{background-position:-600px -570px}
.flair-audino:before{background-position:-630px -570px}
.flair-timburr:before{background-position:-660px -570px}
.flair-gurdurr:before{background-position:-690px -570px}
.flair-conkeldurr:before{background-position:-610px -540px}
.flair-tympole:before{background-position:-720px -570px}
.flair-palpitoad:before{background-position:-750px -570px}
.flair-seismitoad:before{background-position:-780px -570px}
.flair-throh:before{background-position:-810px -570px}
.flair-sawk:before{background-position:-840px -570px}
.flair-sewaddle:before{background-position:-870px -570px}
.flair-swadloon:before{background-position:0 -600px}
.flair-leavanny:before{background-position:-30px -600px}
.flair-venipede:before{background-position:-60px -600px}
.flair-whirlipede:before{background-position:-90px -600px}
.flair-scolipede:before{background-position:-120px -600px}
.flair-cottonee:before{background-position:-150px -600px}
.flair-whimsicott:before{background-position:-180px -600px}
.flair-petilil:before{background-position:-210px -600px}
.flair-lilligant:before{background-position:-240px -600px}
.flair-basculin:before{background-position:-270px -600px}
.flair-basculin-blue-striped:before{background-position:-300px -600px}
.flair-sandile:before{background-position:-330px -600px}
.flair-krokorok:before{background-position:-360px -600px}
.flair-krookodile:before{background-position:-390px -600px}
.flair-darumaka:before{background-position:-420px -600px}
.flair-darmanitan:before{background-position:-450px -600px}
.flair-darmanitan-zen:before{background-position:-480px -600px}
.flair-maractus:before{background-position:-510px -600px}
.flair-dwebble:before{background-position:-540px -600px}
.flair-crustle:before{background-position:-570px -600px}
.flair-scraggy:before{background-position:-600px -600px}
.flair-scrafty:before{background-position:-630px -600px}
.flair-sigilyph:before{background-position:-660px -600px}
.flair-yamask:before{background-position:-670px -600px}
.flair-cofagrigus:before{background-position:-690px -600px}
.flair-tirtouga:before{background-position:-750px -600px}
.flair-carracosta:before{background-position:-780px -600px}
.flair-archen:before{background-position:-810px -600px}
.flair-archeops:before{background-position:-840px -600px}
.flair-trubbish:before{background-position:-870px -600px}
.flair-garbodor:before{background-position:0 -630px}
.flair-zorua:before{background-position:-30px -630px}
.flair-zoroark:before{background-position:-60px -630px}
.flair-minccino:before{background-position:-90px -630px}
.flair-cinccino:before{background-position:-120px -630px}
.flair-gothita:before{background-position:-150px -630px}
.flair-gothorita:before{background-position:-180px -630px}
.flair-gothitelle:before{background-position:-210px -630px}
.flair-solosis:before{background-position:-240px -630px}
.flair-duosion:before{background-position:-270px -630px}
.flair-reuniclus:before{background-position:-300px -630px}
.flair-ducklett:before{background-position:-330px -630px}
.flair-swanna:before{background-position:-360px -630px}
.flair-vanillite:before{background-position:-390px -630px}
.flair-vanillish:before{background-position:-420px -630px}
.flair-vanilluxe:before{background-position:-450px -630px}
.flair-deerling:before{background-position:-480px -630px}
.flair-deerling-summer:before{background-position:-510px -630px}
.flair-deerling-autumn:before{background-position:-540px -630px}
.flair-deerling-winter:before{background-position:-570px -630px}
.flair-sawsbuck:before{background-position:-600px -630px}
.flair-sawsbuck-summer:before{background-position:-630px -630px}
.flair-sawsbuck-autumn:before{background-position:-660px -630px}
.flair-sawsbuck-winter:before{background-position:-690px -630px}
.flair-emolga:before{background-position:-720px -630px}
.flair-karrablast:before{background-position:-750px -630px}
.flair-escavalier:before{background-position:-780px -630px}
.flair-foongus:before{background-position:-810px -630px}
.flair-amoonguss:before{background-position:-840px -630px}
.flair-frillish:before{background-position:-870px -630px}
.flair-frillish-male:before{background-position:0 -660px}
.flair-jellicent:before{background-position:-30px -660px}
.flair-jellicent-male:before{background-position:-60px -660px}
.flair-alomomola:before{background-position:-90px -660px}
.flair-joltik:before{background-position:-120px -660px}
.flair-galvantula:before{background-position:-150px -660px}
.flair-ferroseed:before{background-position:-180px -660px}
.flair-ferrothorn:before{background-position:-210px -660px}
.flair-klink:before{background-position:-240px -660px}
.flair-klang:before{background-position:-270px -660px}
.flair-klinklang:before{background-position:-300px -660px}
.flair-tynamo:before{background-position:-330px -660px}
.flair-eelektrik:before{background-position:-360px -660px}
.flair-eelektross:before{background-position:-390px -660px}
.flair-elgyem:before{background-position:-420px -660px}
.flair-beheeyem:before{background-position:-450px -660px}
.flair-litwick:before{background-position:-480px -660px}
.flair-lampent:before{background-position:-510px -660px}
.flair-chandelure:before{background-position:-540px -660px}
.flair-axew:before{background-position:-570px -660px}
.flair-fraxure:before{background-position:-600px -660px}
.flair-haxorus:before{background-position:-630px -660px}
.flair-cubchoo:before{background-position:-660px -660px}
.flair-beartic:before{background-position:-690px -660px}
.flair-cryogonal:before{background-position:-720px -660px}
.flair-shelmet:before{background-position:-750px -660px}
.flair-accelgor:before{background-position:-780px -660px}
.flair-stunfisk:before{background-position:-810px -660px}
.flair-mienfoo:before{background-position:-840px -660px}
.flair-mienshao:before{background-position:-870px -660px}
.flair-druddigon:before{background-position:0 -690px}
.flair-golett:before{background-position:-30px -690px}
.flair-golurk:before{background-position:-60px -690px}
.flair-pawniard:before{background-position:-90px -690px}
.flair-bisharp:before{background-position:-120px -690px}
.flair-bouffalant:before{background-position:-150px -690px}
.flair-rufflet:before{background-position:-180px -690px}
.flair-braviary:before{background-position:-210px -690px}
.flair-vullaby:before{background-position:-240px -690px}
.flair-mandibuzz:before{background-position:-270px -690px}
.flair-heatmor:before{background-position:-300px -690px}
.flair-durant:before{background-position:-330px -690px}
.flair-deino:before{background-position:-360px -690px}
.flair-zweilous:before{background-position:-390px -690px}
.flair-hydreigon:before{background-position:-420px -690px}
.flair-larvesta:before{background-position:-450px -690px}
.flair-volcarona:before{background-position:-480px -690px}
.flair-cobalion:before{background-position:-510px -690px}
.flair-terrakion:before{background-position:-540px -690px}
.flair-virizion:before{background-position:-570px -690px}
.flair-tornadus:before{background-position:-600px -690px}
.flair-tornadus-therian:before{background-position:-630px -690px}
.flair-thundurus:before{background-position:-650px -540px}
.flair-thundurus-therian:before{background-position:-660px -690px}
.flair-reshiram:before{background-position:-700px -690px}
.flair-zekrom:before{background-position:-740px -690px}
.flair-landorus:before{background-position:-770px -690px}
.flair-landorus-therian:before{background-position:-810px -690px}
.flair-kyurem:before{background-position:0 -720px}
.flair-kyurem-black:before{background-position:-40px -720px}
.flair-kyurem-white:before{background-position:-80px -720px}
.flair-keldeo:before{background-position:-840px -690px}
.flair-keldeo-resolute:before{background-position:-870px -690px}
.flair-meloetta:before{background-position:-120px -720px}
.flair-meloetta-pirouette:before{background-position:-150px -720px}
.flair-genesect:before{background-position:-180px -720px}
.flair-chespin:before{background-position:-210px -720px}
.flair-quilladin:before{background-position:-240px -720px}
.flair-chesnaught:before{background-position:-270px -720px}
.flair-fennekin:before{background-position:-300px -720px}
.flair-braixen:before{background-position:-330px -720px}
.flair-delphox:before{background-position:-360px -720px}
.flair-froakie:before{background-position:-390px -720px}
.flair-frogadier:before{background-position:-420px -720px}
.flair-greninja:before{background-position:-450px -720px}
.flair-bunnelby:before{background-position:-480px -720px}
.flair-diggersby:before{background-position:-510px -720px}
.flair-fletchling:before{background-position:-540px -720px}
.flair-fletchinder:before{background-position:-570px -720px}
.flair-talonflame:before{background-position:-600px -720px}
.flair-scatterbug:before{background-position:-630px -720px}
.flair-spewpa:before{background-position:-660px -720px}
.flair-vivillon:before{background-position:-690px -720px}
.flair-vivillon-archipelago:before{background-position:-720px -720px}
.flair-vivillon-continental:before{background-position:-750px -720px}
.flair-vivillon-elegant:before{background-position:-780px -720px}
.flair-vivillon-garden:before{background-position:-840px -720px}
.flair-vivillon-high-plains:before{background-position:-870px -720px}
.flair-vivillon-icy-snow:before{background-position:0 -750px}
.flair-vivillon-jungle:before{background-position:-30px -750px}
.flair-vivillon-marine:before{background-position:-60px -750px}
.flair-vivillon-modern:before{background-position:-90px -750px}
.flair-vivillon-monsoon:before{background-position:-120px -750px}
.flair-vivillon-ocean:before{background-position:-150px -750px}
.flair-vivillon-polar:before{background-position:-210px -750px}
.flair-vivillon-river:before{background-position:-240px -750px}
.flair-vivillon-sandstorm:before{background-position:-270px -750px}
.flair-vivillon-savanna:before{background-position:-300px -750px}
.flair-vivillon-sun:before{background-position:-330px -750px}
.flair-vivillon-tundra:before{background-position:-360px -750px}
.flair-vivillon-poke-ball:before{background-position:-180px -750px}
.flair-vivillon-fancy:before{background-position:-810px -720px}
.flair-litleo:before{background-position:-390px -750px}
.flair-pyroar:before{background-position:-420px -750px}
.flair-pyroar-male:before{background-position:-450px -750px}
.flair-flabebe:before{background-position:-570px -750px}
.flair-floette:before{background-position:-600px -750px}
.flair-florges:before{background-position:-630px -750px}
.flair-skiddo:before{background-position:-660px -750px}
.flair-gogoat:before{background-position:-690px -750px}
.flair-pancham:before{background-position:-720px -750px}
.flair-pangoro:before{background-position:-750px -750px}
.flair-furfrou:before{background-position:-780px -750px}
.flair-furfrou-heart:before{background-position:-810px -750px}
.flair-furfrou-diamond:before{background-position:-840px -750px}
.flair-furfrou-star:before{background-position:-870px -750px}
.flair-furfrou-pharaoh:before{background-position:0 -780px}
.flair-furfrou-kabuki:before{background-position:-30px -780px}
.flair-furfrou-la-reine:before{background-position:-60px -780px}
.flair-furfrou-matron:before{background-position:-90px -780px}
.flair-furfrou-dandy:before{background-position:-120px -780px}
.flair-furfrou-debutante:before{background-position:-150px -780px}
.flair-espurr:before{background-position:-180px -780px}
.flair-meowstic:before{background-position:-210px -780px}
.flair-meowstic-male:before{background-position:-240px -780px}
.flair-honedge:before{background-position:-270px -780px}
.flair-doublade:before{background-position:-490px -750px}
.flair-aegislash:before{background-position:-300px -780px}
.flair-aegislash-blade:before{background-position:-530px -750px}
.flair-spritzee:before{background-position:-330px -780px}
.flair-aromatisse:before{background-position:-360px -780px}
.flair-swirlix:before{background-position:-390px -780px}
.flair-slurpuff:before{background-position:-420px -780px}
.flair-inkay:before{background-position:-450px -780px}
.flair-malamar:before{background-position:-480px -780px}
.flair-binacle:before{background-position:-510px -780px}
.flair-barbaracle:before{background-position:-540px -780px}
.flair-skrelp:before{background-position:-570px -780px}
.flair-dragalge:before{background-position:-600px -780px}
.flair-clauncher:before{background-position:-640px -780px}
.flair-clawitzer:before{background-position:-670px -780px}
.flair-helioptile:before{background-position:-750px -780px}
.flair-heliolisk:before{background-position:-780px -780px}
.flair-tyrunt:before{background-position:-810px -780px}
.flair-tyrantrum:before{background-position:-840px -780px}
.flair-amaura:before{background-position:-870px -780px}
.flair-aurorus:before{background-position:0 -810px}
.flair-sylveon:before{background-position:-30px -810px}
.flair-hawlucha:before{background-position:-60px -810px}
.flair-dedenne:before{background-position:-90px -810px}
.flair-carbink:before{background-position:-120px -810px}
.flair-goomy:before{background-position:-150px -810px}
.flair-sliggoo:before{background-position:-180px -810px}
.flair-goodra:before{background-position:-210px -810px}
.flair-klefki:before{background-position:-240px -810px}
.flair-phantump:before{background-position:-270px -810px}
.flair-trevenant:before{background-position:-300px -810px}
.flair-pumpkaboo:before{background-position:-330px -810px}
.flair-gourgeist:before{background-position:-360px -810px}
.flair-bergmite:before{background-position:-390px -810px}
.flair-avalugg:before{background-position:-420px -810px}
.flair-noibat:before{background-position:-450px -810px}
.flair-noivern:before{background-position:-480px -810px}
.flair-xerneas:before{background-position:-510px -810px}
.flair-yveltal:before{background-position:-540px -810px}
.flair-zygarde:before{background-position:-570px -810px}
.flair-diancie:before{background-position:-600px -810px}
.flair-steelix-mega:before{background-position:-710px -780px}
.flair-sceptile-mega:before{background-position:-630px -810px}
.flair-swampert-mega:before{background-position:-670px -810px}
.flair-glalie-mega:before{background-position:-710px -810px}
.flair-metagross-mega:before{background-position:-740px -810px}
.flair-latias-mega:before{background-position:-780px -810px}
.flair-latios-mega:before{background-position:-820px -810px}
.flair-hoopa:before{background-position:0 -840px}
.flair-volcanion:before{background-position:-30px -840px}
.flair-beedrill-mega:before{background-position:-420px -840px}
.flair-pidgeot-mega:before{background-position:-860px -810px}
.flair-slowbro-mega:before{background-position:-450px -840px}
.flair-sableye-mega:before{background-position:-480px -840px}
.flair-sharpedo-mega:before{background-position:-510px -840px}
.flair-camerupt-mega:before{background-position:-540px -840px}
.flair-altaria-mega:before{background-position:-580px -840px}
.flair-salamence-mega:before{background-position:-610px -840px}
.flair-kyogre-primal:before{background-position:-650px -840px}
.flair-groudon-primal:before{background-position:-690px -840px}
.flair-rayquaza-mega:before{background-position:-730px -840px}
.flair-lopunny-mega:before{background-position:-770px -840px}
.flair-gallade-mega:before{background-position:-810px -840px}
.flair-audino-mega:before{background-position:-840px -840px}
.flair-diancie-mega:before{background-position:-870px -840px}
.flair-charizard:before,
.flair-charizard-mega-x:before,
.flair-charizard-mega-y:before,
.flair-nidoking:before,
.flair-alakazam:before,
.flair-gengar-mega:before,
.flair-pinsir-mega:before,
.flair-aerodactyl-mega:before,
.flair-feraligatr:before,
.flair-steelix:before,
.flair-heracross-mega:before,
.flair-lugia:before,
.flair-blaziken-mega:before,
.flair-aggron-mega:before,
.flair-tropius:before,
.flair-salamence:before,
.flair-metagross:before,
.flair-kyogre:before,
.flair-groudon:before,
.flair-rayquaza:before,
.flair-gliscor:before,
.flair-heatran:before,
.flair-regigigas:before,
.flair-darkrai:before,
.flair-samurott:before,
.flair-conkeldurr:before,
.flair-thundurus:before,
.flair-thundurus-therian:before,
.flair-reshiram:before,
.flair-landorus:before,
.flair-kyurem:before,
.flair-kyurem-black:before,
.flair-kyurem-white:before,
.flair-pyroar-male:before,
.flair-doublade:before,
.flair-aegislash-blade:before,
.flair-dragalge:before,
.flair-clawitzer:before,
.flair-sceptile-mega:before,
.flair-swampert-mega:before,
.flair-metagross-mega:before,
.flair-latias-mega:before,
.flair-latios-mega:before,
.flair-pidgeot-mega:before,
.flair-camerupt-mega:before,
.flair-salamence-mega:before,
.flair-kyogre-primal:before,
.flair-groudon-primal:before,
.flair-rayquaza-mega:before,
.flair-lopunny-mega:before{width:40px;margin:0}
.flair-charizard-mega-x:before,
.flair-charizard-mega-y:before{margin:0 4px 0 0}
footer {
font-size: 0.625em;
text-align: right;
margin: 1.6em 0 0
}
footer a {
color: #333;
text-decoration: none
}
footer a:hover, footer a:focus{
text-decoration: underline;
}
/* Mobile devices */
@media only screen
and (max-width : 42.5em) {
article {
width: 100%;
margin: 1em 0;
padding: 0;
}
h1{
word-wrap: break-word;
margin: 1em;
}
[type=submit]{
margin: 0 1em 0 0;
float: right
}
#preview{
margin:1em 0 1em 1em;
float: none;
}
}
/* Desktop */
@media only screen
and (min-width : 42.5em) {
article {
margin: 5em auto;
}
} | 0.26827 | 0.063193 |
.xeogl-annotation-pin {
color: #ffffff;
line-height: 1.8;
text-align: center;
font-family: "helvetica";
font-weight: bold;
font-size: 0.8em;
position: absolute;
width: 25px;
height: 25px;
border-radius: 15px;
border: 2px solid #ffffff;
background: black;
visibility: hidden;
box-shadow: 5px 5px 15px 1px #000000;
z-index: 0;
}
.xeogl-annotation-pinClickable {
/*border: white 1px solid;*/
content: '';
position: absolute;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
/*opacity: 0;*/
z-index: 3000000;
}
.xeogl-annotation-label {
position: absolute;
max-width: 250px;
min-height: 50px;
padding: 8px;
padding-left: 12px;
padding-right: 12px;
background: black;
color: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 8px;
border: #ffffff solid 2px;
box-shadow: 5px 5px 15px 1px #000000;
z-index: 90000;
}
.xeogl-annotation-label:after {
content: '';
position: absolute;
border-style: solid;
border-width: 8px 12px 8px 0;
border-color: transparent black;
display: block;
width: 0;
z-index: 1;
margin-top: -11px;
left: -12px;
top: 20px;
}
.xeogl-annotation-label:before {
content: '';
position: absolute;
border-style: solid;
border-width: 9px 13px 9px 0;
border-color: transparent #ffffff;
display: block;
width: 0;
z-index: 0;
margin-top: -12px;
left: -15px;
top: 20px;
}
.xeogl-annotation-title {
font: normal 20px 'helvetica';
margin-bottom: 8px;
}
.xeogl-annotation-desc {
font: normal 14px 'helvetica';
}
.xeogl-story {
position: absolute;
top: 80px;
z-index: 200000;
float: left;
left: 0;
padding: 10px;
padding-left: 15px;
height: auto;
text-align: left;
font-size: 16px;
color: #ffffff;
border: 0;
max-width: 400px;
}
.xeogl-story a {
text-decoration: underline;
color: #13d3d2 !important;
}
.xeogl-story a:hover {
text-decoration: underline;
}
.xeogl-story img {
border: 1px #9c9c9c solid;
} | public/css/annotation.css | .xeogl-annotation-pin {
color: #ffffff;
line-height: 1.8;
text-align: center;
font-family: "helvetica";
font-weight: bold;
font-size: 0.8em;
position: absolute;
width: 25px;
height: 25px;
border-radius: 15px;
border: 2px solid #ffffff;
background: black;
visibility: hidden;
box-shadow: 5px 5px 15px 1px #000000;
z-index: 0;
}
.xeogl-annotation-pinClickable {
/*border: white 1px solid;*/
content: '';
position: absolute;
width: 50px;
height: 50px;
border-radius: 25px;
visibility: hidden;
/*opacity: 0;*/
z-index: 3000000;
}
.xeogl-annotation-label {
position: absolute;
max-width: 250px;
min-height: 50px;
padding: 8px;
padding-left: 12px;
padding-right: 12px;
background: black;
color: #ffffff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 8px;
border: #ffffff solid 2px;
box-shadow: 5px 5px 15px 1px #000000;
z-index: 90000;
}
.xeogl-annotation-label:after {
content: '';
position: absolute;
border-style: solid;
border-width: 8px 12px 8px 0;
border-color: transparent black;
display: block;
width: 0;
z-index: 1;
margin-top: -11px;
left: -12px;
top: 20px;
}
.xeogl-annotation-label:before {
content: '';
position: absolute;
border-style: solid;
border-width: 9px 13px 9px 0;
border-color: transparent #ffffff;
display: block;
width: 0;
z-index: 0;
margin-top: -12px;
left: -15px;
top: 20px;
}
.xeogl-annotation-title {
font: normal 20px 'helvetica';
margin-bottom: 8px;
}
.xeogl-annotation-desc {
font: normal 14px 'helvetica';
}
.xeogl-story {
position: absolute;
top: 80px;
z-index: 200000;
float: left;
left: 0;
padding: 10px;
padding-left: 15px;
height: auto;
text-align: left;
font-size: 16px;
color: #ffffff;
border: 0;
max-width: 400px;
}
.xeogl-story a {
text-decoration: underline;
color: #13d3d2 !important;
}
.xeogl-story a:hover {
text-decoration: underline;
}
.xeogl-story img {
border: 1px #9c9c9c solid;
} | 0.52683 | 0.105671 |
# Fonts
# GLobal Settings
# Header Navigation Styles
# Homes Banner
# Property Style
# How it Work
# Contact Info
# PopUp Modal
# Agency & Agents Design
# Blog Designs
# General Features
# Dashboard
# Footer Start
# Responsiveness Start
# Bottom To top Scroll
------------- List Of Table ----------*/
@import url(../css/plugins/animation.css);
@import url(../css/plugins/css/bootstrap.min.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/dropzone.css);
@import url(../css/plugins/select2.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/font-awesome.css);
@import url(../css/plugins/icofont.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/line-icon.css);
@import url(../css/plugins/themify.css);
/*------------------------------------
Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Tajawal&display=swap');
/*------------------------------------
Preloader
------------------------------------*/
.upBtn{
border: none; background:transparent;
}
.upBtn:focus,.upBtn:active {
border: none;
}
.form-group {
margin-bottom: 15px;
direction: ltr;
}
form.dropzone.dz-clickable.primary-dropzone {
background: #f9fafc;
border: 1px solid #ebedf5;
}
i.req {
color: #e41515;
}
/*------------------------------------------------------------
GLobal Settings
-------------------------------------------------------------*/
* {
outline: none; }
body {
background: #ffffff;
color:#4e5c79;
font-size:16px;
/* font-family: 'Muli', sans-serif; */
/* font-family: 'Cairo', sans-serif; */
font-family: 'Cairo', sans-serif;
margin: 0;
overflow-x: hidden !important;
font-weight: 400;
}
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }
.modal-open {
overflow: hidden !important;
}
.watermarked {
position: relative;
}
.watermarked:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-image: url("../img/watermark.png");
background-position: center;
background-repeat: no-repeat;
opacity: 0.7;
}
html {
position: relative;
min-height: 100%;
background: #ffffff; }
a {
color:#2D3954;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
text-decoration: none; }
a.link {
color:#fd5332; }
a.link:hover, a.link:focus, a:hover, a:focus {
color:#fd5332;
}
a.text-success:focus, a.text-success:hover {
color:#28a745 !important;
}
a.text-primary:focus, a.text-primary:hover {
color:#fd5332 !important;
}
a.text-warning:focus, a.text-warning:hover {
color:#ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
color:#f33066 !important;
}
a.white-link {
color: #ffffff; }
a.white-link:hover, a.white-link:focus {
color: #263238; }
.img-responsive {
width: 100%;
height: auto;
display: inline-block; }
.img-rounded {
border-radius: 4px; }
html body .mdi:before,
html body .mdi-set {
line-height: initial;
}
.editpage{
direction: ltr;
text-align: left;
}
section{
padding:40px 0 40px 0px;
}
#thank-page{
direction: ltr;
font-family: 'cairo', sans-serif;
}
.clear{
padding: 100px 0px;
}
section.min{
padding:50px 0 50px;
}
p {
line-height:1.8;
}
.gray-bg{
background:#f7f9fc url(../img/pattern.png);
background-size: cover;
background-position: center;
}
.gray{
background:#f7f9fc;
}
.gray-simple{
background:#f3f7fd;
}
.bg-title{
background:#2540a2;
}
.bg-1{
background:#f7d0cb;
}
.bg-2{
background:#dde9ed;
}
.tbl {
display: table;
}
.full-height {
height: 100%;
}
.rtl{
position:relative;
}
.mr-2 {
margin-right: 8px;
}
.mr-1{
margin-right: 4.5px;
}
.alert p {
margin: 0;
}
.table-cell {
display: table-cell;
vertical-align: middle;
}
.no-ul-list{
padding:0;
}
.no-ul-list li{
list-style:none;
}
.progress {
margin-bottom: 1.5em;
}
.full-width{
width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
margin: 0 0 10px;
}
.owl-carousel .item {
padding: 0 15px;
}
.explore-content{
text-align:left;
}
.videoAction{
direction:rtl;
}
.explore-content p {
font-size: 19px;
font-family: 'cairo', sans-serif;
/* font-style: italic; */
}
.explore-content h1, .explore-content h2{
font-family: 'Cairo', sans-serif;
font-weight: 600;
}
.clltoAct{
direction: rtl;
}
.shadow-0{
box-shadow:none !important;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
color:#2D3954;
font-weight:700;
text-transform: capitalize;
/* font-family: 'cairo', sans-serif; */
font-family: 'Cairo', sans-serif !important;
/* font-family: 'Tajawal', sans-serif !important; */
}
h5,
h6 {
color:#2D3954;
}
.font-2{
font-family: 'cairo', sans-serif;
}
h1 {
line-height: 40px;
font-size: 36px; }
h2 {
line-height: 36px;
font-size: 30px; }
h3 {
line-height: 30px;
font-size: 24px; }
h4 {
line-height: 26px;
font-size: 21px; }
h5 {
line-height: 22px;
font-size: 18px;
}
.lead{
font-size:20px !important;
}
.lead-i{
font-family: 'cairo', sans-serif;
font-size:22px !important;
font-style:italic;
}
.display-5 {
font-size: 3rem; }
.display-6 {
font-size: 36px; }
.display-7 {
font-size: 26px; }
.box {
border-radius: 4px;
padding: 10px; }
html body .dl {
display: inline-block; }
html body .db {
display: block; }
.no-wrap td,
.no-wrap th {
white-space: nowrap; }
.circle {
border-radius: 100%; }
.theme-cl{
color:#fd5332;
}
.theme-bg{
background:#fd5332;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
padding: 0;
margin: 0;
}
ul.list-style li {
margin-bottom: 1.2em;
line-height: 1.5;
list-style: none;
padding-left:30px;
position: relative;
}
ul.list-style li:before {
content: "\e64c";
position: absolute;
left: 0;
font-size: 16px;
top: 0;
color: #27b737;
font-family: 'cairo', sans-serif;
}
ul.list-style.style-2 li:before {
content: "\f152" !important;
color:#0273ff;
}
/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
height:10px;
}
.ht-20{
height:20px;
}
.ht-30{
height:30px;
}
.ht-40{
height:40px;
}
.ht-50{
height:50px;
}
.ht-60{
height:60px;
}
.ht-70{
height:70px;
}
.ht-80{
height:80px;
}
.ht-80{
height:80px;
}
.ht-100{
height:100px;
}
.ht-110{
height:110px;
}
.ht-120{
height:120px;
}
.ht-130{
height:130px;
}
.ht-140{
height:140px;
}
.ht-150{
height:150px;
}
.ht-160{
height:160px;
}
.ht-170{
height:170px;
}
.ht-180{
height:180px;
}
.ht-190{
height:190px;
}
.ht-200{
height:200px;
}
.ht-100{
height:100%;
min-height:580px;
}
.h-100{
height:100vh;
min-height:580px;
}
/*------------ Global Settings: Typography ----------------*/
.type--fade {
opacity: .5;
}
.type--uppercase {
text-transform: uppercase;
}
.type--bold {
font-weight: bold;
}
.type--italic {
font-style: italic;
}
.type--fine-print {
font-size: 0.85714286em;
}
.type--strikethrough {
text-decoration: line-through;
opacity: .5;
}
.type--underline {
text-decoration: underline;
}
.pos-vertical-center {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
blockquote {
font-size: 1.78571429em;
line-height: 1.5em;
padding: 0;
margin: 0;
border-left: 0;
}
blockquote {
font-style: italic;
}
blockquote:not(:last-child) {
margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
margin: 0;
}
.list-inline li {
padding: 0 1em;
margin-left: 0;
}
.list-inline li:first-child {
padding-left: 0;
}
.list-inline li:last-child {
padding-right: 0;
}
.list-inline.list-inline--narrow li {
padding: 0 .5em;
}
.list-inline.list-inline--wide li {
padding: 0 2em;
}
.color--white {
color: #fff !important;
}
.color--dark {
color: #252525 !important;
}
.color--success {
color: #4ebf56 !important;
}
.color--error {
color: #e23636 !important;
}
.bg--dark {
background:#1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
color: #ffffff;
}
.bg--dark .boxed:not([class*='bg-']), .imagebg:not(.image--light) .boxed:not([class*='bg-']), .bg--dark .large-features-2, .bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box, .bg--dark .large-features-box, .bg--dark .pricing-wrap {
background: none;
color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border, .imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
border-color:#2a2b31;
}
.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
color: #fff;
}
.bg--site {
background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
color: #fff;
}
.bg--primary .color--primary {
color: #fff !important;
}
.bg--light {
background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
color: #252525;
}
.bg--error {
background: #e23636;
}
.bg--success {
background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
color: #fff;
}
.color--facebook {
color: #3b5998 !important;
}
.color--twitter {
color: #00aced !important;
}
.color--googleplus {
color: #dd4b39 !important;
}
.color--instagram {
color: #125688 !important;
}
.color--pinterest {
color: #cb2027 !important;
}
.color--dribbble {
color: #ea4c89 !important;
}
.color--behance {
color: #053eff !important;
}
.color--linkedin {
color: #1685b9 !important;
}
.bg--facebook {
background: #3b5998 !important;
color: #fff !important;
}
.bg--twitter {
background: #00aced !important;
color: #fff !important;
}
.bg--googleplus {
background: #dd4b39 !important;
color: #fff !important;
}
.bg--instagram {
background: #125688 !important;
color: #fff !important;
}
.bg--pinterest {
background: #cb2027 !important;
color: #fff !important;
}
.bg--dribbble {
background: #ea4c89 !important;
color: #fff !important;
}
.bg--behance {
background: #053eff !important;
color: #fff !important;
}
.bg--linkedin {
background:#1685b9 !important;
color: #fff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
height: auto;
padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
position: absolute;
height: 100%;
top: 0;
left: 0;
background-size: cover !important;
background-position: 50% 50% !important;
z-index: 0;
transition: opacity .3s linear;
-webkit-transition: opacity .3s linear;
opacity: 0;
background: #252525;
}
.bg-img-holder:not([class*='col-']) {
width: 100%;
}
.bg-img-holder.background--bottom {
background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
background: none;
}
.bg-img-holder img {
display: none;
}
.imagebg.border--round {
overflow: hidden;
}
[data-overlay] {
position: relative;
}
[data-overlay]:before {
position: absolute;
content: '';
background: #252525;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
z-index: 2;
}
[data-overlay].image--light:before {
background: #fff;
}
[data-overlay].bg--primary:before {
background: #4a90e2;
}
[data-overlay="1"]:before {
opacity: 0.1;
}
[data-overlay="2"]:before {
opacity: 0.2;
}
[data-overlay="3"]:before {
opacity: 0.3;
}
[data-overlay="4"]:before {
opacity: 0.4;
}
[data-overlay="5"]:before {
opacity: 0.5;
}
[data-overlay="6"]:before {
opacity: 0.6;
}
[data-overlay="7"]:before {
opacity: 0.7;
}
[data-overlay="8"]:before {
opacity: 0.8;
}
[data-overlay="9"]:before {
opacity: 0.9;
}
[data-overlay="10"]:before {
opacity: 1;
}
[data-overlay="0"]:before {
opacity: 0;
}
[data-scrim-bottom] {
position: relative;
}
[data-scrim-bottom]:before {
position: absolute;
content: '';
width: 100%;
height: 80%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* IE10+ */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
bottom: 0;
left: 0;
z-index: 1;
backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
color: #a5a5a5;
color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
background: #fff;
}
[data-scrim-bottom="1"]:before {
opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
opacity: 1;
}
[data-scrim-top] {
position: relative;
}
[data-scrim-top]:before {
position: absolute;
content: '';
width: 100%;
height: 80%;
background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* IE10+ */
background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
top: 0;
left: 0;
z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
color: #e6e6e6;
}
[data-scrim-top].image--light:before {
background: #fff;
}
[data-scrim-top="1"]:before {
opacity: 0.1;
}
[data-scrim-top="2"]:before {
opacity: 0.2;
}
[data-scrim-top="3"]:before {
opacity: 0.3;
}
[data-scrim-top="4"]:before {
opacity: 0.4;
}
[data-scrim-top="5"]:before {
opacity: 0.5;
}
[data-scrim-top="6"]:before {
opacity: 0.6;
}
[data-scrim-top="7"]:before {
opacity: 0.7;
}
[data-scrim-top="8"]:before {
opacity: 0.8;
}
[data-scrim-top="9"]:before {
opacity: 0.9;
}
[data-scrim-top="10"]:before {
opacity: 1;
}
.imagebg {
position: relative;
}
.imagebg .container {
z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
color: #fff;
}
div[data-overlay] p{
color: #fff;
}
.parallax {
overflow: hidden;
}
/**! 07. Icons **/
.icon {
line-height: 1em;
font-size: 3.14285714em;
}
.icon--xs {
font-size: 1em;
}
.icon--sm {
font-size: 2.35714286em;
}
.icon--lg {
font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
color: #fff;
}
/*------------ GLobal Settings: Blockquote -------------*/
.clear {
clear: both; }
ol li {
margin: 5px 0; }
/*------------ GLobal Settings: Call To Action -------------*/
.bg-cover{
background-size: cover !important;
background-position: center !important;
}
.image-bg{
background-size: cover !important;
background-position: center !important;
}
.default-bg{
background-size:initial !important;
background-position:initial !important;
}
.image-bg-wrap {
background-size: cover !important;
background-position: center !important;
position: relative;
}
.image-bg-wrap:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #182538;
display: block;
content: "";
opacity: 0.8;
}
/*-------------- GLobal Settings: Paddings ----------------*/
html body .p-0 {
padding: 0px; }
html body .p-10 {
padding: 10px; }
html body .p-15 {
padding: 15px; }
html body .p-20 {
padding: 20px; }
html body .p-30 {
padding: 30px; }
html body .p-40 {
padding: 40px; }
html body .p-l-0 {
padding-left: 0px; }
html body .p-l-10 {
padding-left: 10px; }
html body .p-l-20 {
padding-left: 20px; }
html body .p-r-0 {
padding-right: 0px; }
html body .p-r-10 {
padding-right: 10px; }
html body .p-r-20 {
padding-right: 20px; }
html body .p-r-30 {
padding-right: 30px; }
html body .p-r-40 {
padding-right: 40px; }
html body .p-t-0 {
padding-top: 0px; }
html body .p-t-10 {
padding-top: 10px; }
html body .p-t-20 {
padding-top: 20px; }
html body .p-t-30 {
padding-top: 30px; }
html body .p-b-0 {
padding-bottom: 0px; }
html body .p-b-5 {
padding-bottom: 5px; }
html body .p-b-10 {
padding-bottom: 10px; }
html body .p-b-20 {
padding-bottom: 20px; }
html body .p-b-30 {
padding-bottom: 30px; }
html body .p-b-40 {
padding-bottom: 40px; }
/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
margin:auto; }
html body .m-0 {
margin: 0px; }
html body .m-l-5 {
margin-left: 5px; }
html body .m-l-10 {
margin-left: 10px; }
html body .m-l-15 {
margin-left: 15px; }
html body .m-l-20 {
margin-left: 20px; }
html body .m-l-30 {
margin-left: 30px; }
html body .m-l-40 {
margin-left: 40px; }
html body .m-r-5 {
margin-right: 5px; }
html body .m-r-10 {
margin-right: 10px; }
html body .m-r-15 {
margin-right: 15px; }
html body .m-r-20 {
margin-right: 20px; }
html body .m-r-30 {
margin-right: 30px; }
html body .m-r-40 {
margin-right: 40px; }
html body .m-t-0 {
margin-top: 0px; }
html body .m-t-5 {
margin-top: 5px; }
html body .m-t-10 {
margin-top: 10px; }
html body .m-t-15 {
margin-top: 15px; }
html body .m-t-20 {
margin-top: 20px; }
html body .m-t-30 {
margin-top: 30px; }
html body .m-t-40 {
margin-top: 40px; }
html body .m-b-0 {
margin-bottom: 0px; }
html body .m-b-5 {
margin-bottom: 5px; }
html body .m-b-10 {
margin-bottom: 10px; }
html body .m-b-15 {
margin-bottom: 15px; }
html body .m-b-20 {
margin-bottom: 20px; }
html body .m-b-30 {
margin-bottom: 30px; }
html body .m-b-40 {
margin-bottom: 40px; }
/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
vertical-align: top; }
html body .vm {
vertical-align: middle; }
html body .vb {
vertical-align: bottom; }
/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
opacity: 0.8; }
.op-7 {
opacity: 0.7; }
.op-5 {
opacity: 0.5; }
.op-3 {
opacity: 0.3; }
/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
font-weight: 600; }
html body .font-normal {
font-weight: normal; }
html body .font-light {
font-weight: 300; }
html body .font-medium {
font-weight: 500; }
html body .font-16 {
font-size: 16px; }
html body .font-14 {
font-size: 14px; }
html body .font-13 {
font-size: 13px; }
html body .font-10 {
font-size: 10px; }
html body .font-18 {
font-size: 18px; }
html body .font-20 {
font-size: 20px; }
/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
border: none !important; }
html body .b-r {
border-right: 1px solid #e0ecf5 !important; }
html body .b-l {
border-left: 1px solid #e0ecf5 !important; }
html body .b-b {
border-bottom: 1px solid #e0ecf5 !important; }
html body .b-t {
border-top: 1px solid #e0ecf5 !important; }
html body .b-all {
border: 1px solid #e0ecf5 !important; }
/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
height: 32px;
width: 32px; }
.thumb-md {
height: 48px;
width: 48px; }
.thumb-lg {
height: 88px;
width: 88px; }
.hide {
display: none; }
.img-circle {
border-radius: 100%; }
.radius {
border-radius: 4px; }
/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
color: #ffffff !important; }
.text-danger {
color: #f33066 !important; }
.text-muted {
color: #8d97ad !important; }
.text-warning {
color: #ff9b20 !important; }
.text-success {
color:#28a745 !important; }
.text-info {
color: #fd5332 !important; }
.text-inverse {
color: #3e4555 !important; }
html body .text-blue {
color:#1d96ff; }
html body .text-purple {
color: #7460ee; }
html body .text-primary {
color: #fd5332 !important; }
html body .text-megna {
color: #1dc8cd; }
html body .text-dark {
color: #8d97ad; }
html body .text-themecolor {
color: #fd5332; }
/*-------------- Global Settings: Alerts & Notification --------------*/
.notificationBody{
direction:ltr !important; text-align:left;
}
.alert-primary {
color: #0055ff;
background-color: #eaf1ff;
border-color: #eaf1ff;
}
.alert-success {
color: #27b737;
background-color: #e9ffeb;
border-color: #e9ffeb;
}
.alert-warning {
color: #ff9b20;
background-color: #fff5e9;
border-color: #fff5e9;
}
.alert-info {
color: #08a7c1;
background-color: #effdff;
border-color: #effdff;
}
.alert-danger {
color: #f33066;
background-color: #ffe9e9;
border-color: #ffe9e9;
}
.alert-dark {
color: #3e4758;
background-color: #eff4ff;
border-color: #eff4ff;
}
.alert-secondary {
color: #4b5d6f;
background-color: #d6dfe8;
border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
background-color: #fd5332 !important; }
.bg-success {
background-color: #27b737 !important; }
.bg-info {
background-color:#1ac790 !important; }
.bg-warning {
background-color: #ff9b20 !important; }
.bg-danger {
background-color: #f33066 !important; }
.bg-orange {
background-color: #ec2828 !important; }
.bg-yellow {
background-color: #fed700; }
.bg-facebook {
background-color: #3b5a9a; }
.bg-twitter {
background-color: #56adf2; }
html body .bg-megna {
background-color: #1dc8cd; }
html body .bg-theme {
background-color: #fd5332; }
html body .bg-inverse {
background-color:#374158; }
html body .bg-purple {
background-color: #7460ee; }
html body .bg-orange {
background-color:#fff6f5 !important; }
html body .bg-light {
background-color:#f5faff !important; }
html body .bg-light-primary {
background-color: #f1effd; }
html body .bg-light-success {
background-color: #e8fdeb; }
html body .bg-light-info {
background-color: #cfecfe; }
html body .bg-light-extra {
background-color: #ebf3f5; }
html body .bg-light-warning {
background-color: #fff8ec; }
html body .bg-light-danger {
background-color: #f9e7eb; }
html body .bg-light-inverse {
background-color: #f6f6f6; }
html body .bg-light {
background-color:#f5f7f9; }
html body .bg-white {
background-color: #ffffff; }
html body .bg-whites {
background-color: #f4f5f7; }
html body .bg-red {
background-color: #e21137; }
html body .bg-green {
background-color: #4caf50; }
html body .bg-sky {
background-color: #20b2c1; }
html body .bg-blue {
background-color: #03a9f4; }
html body .bg-dark-blue{
background-color:#192c48;
}
/*-------------- GLobal Settings: Rounds ----------------*/
.round {
line-height: 48px;
color: #ffffff;
width: 50px;
height: 50px;
display: inline-block;
font-weight: 400;
text-align: center;
border-radius: 100%;
background: #fd5332; }
.round img {
border-radius: 100%; }
.round-lg {
line-height: 65px;
width: 60px;
height: 60px;
font-size: 30px; }
.round.round-info {
background: #fd5332; }
.round.round-warning {
background: #ff9b20; }
.round.round-danger {
background: #f33066; }
.round.round-success {
background: #27b737; }
.round.round-primary {
background: #fd5332; }
/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
padding: 0;
margin: 0;
}
ul.simple-list li {
list-style: none;
padding: 10px 5px 10px 28px;
}
ul.simple-list li {
list-style: none;
padding: 10px 5px 10px 28px;
position: relative;
}
ul.simple-list li:before {
content: "\e6af";
font-family: 'Cairo', sans-serif;
position: absolute;
left: 0;
}
/*-------------- GLobal Settings: Labels ----------------*/
.label {
padding: 3px 15px;
color: #ffffff;
font-weight: 400;
border-radius: 4px;
font-size: 75%; }
.label-rounded {
border-radius: 60px; }
.label-custom {
background-color: #1dc8cd; }
.label-success {
background-color: #27b737; }
.label-info {
background-color: #fd5332; }
.label-warning {
background-color: #ff9b20; }
.label-danger {
background-color: #f33066; }
.label-megna {
background-color: #1dc8cd; }
.label-primary {
background-color: #fd5332; }
.label-purple {
background-color: #7460ee; }
.label-red {
background-color: #fb3a3a; }
.label-inverse {
background-color: #3e4555; }
.label-default {
background-color: #f4f8fa; }
.label-white {
background-color: #ffffff; }
.label-light-success {
background-color: #e8fdeb;
color: #27b737; }
.label-light-info {
background-color: #cfecfe;
color: #fd5332; }
.label-light-warning {
background-color: #fff8ec;
color: #ff9b20; }
.label-light-danger {
background-color: #f9e7eb;
color: #f33066; }
.label-light-megna {
background-color: #e0f2f4;
color: #1dc8cd; }
.label-light-primary {
background-color: #f1effd;
color: #fd5332; }
.label-light-inverse {
background-color: #f6f6f6;
color: #3e4555; }
/*------------ GLobal Settings: Table ------------*/
.table thead th {
vertical-align: bottom;
border-bottom: 1px solid transparent;
border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-top: 1px solid #f7f9fb;
}
.table tr th, .table tr td {
border-color: #eaeff5;
padding: 12px 15px;
vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
padding:20px 15px;
text-align:center;
}
table.table tr th {
font-weight: 600;
}
.table-dark {
background-color: #212529;
color: #fff;
}
.table-dark td, .table-dark th, .table-dark thead th {
border-color: #32383e !important;
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
/*------------- GLobal Settings: Badge ----------------*/
.badge {
font-weight: 400; }
.badge-xs {
font-size: 9px; }
.badge-xs,
.badge-sm {
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px); }
.badge-success {
background-color: #27b737; }
.badge-info {
background-color: #fd5332; }
.badge-primary {
background-color: #fd5332; }
.badge-warning {
background-color: #ff9b20; }
.badge-danger {
background-color: #f33066; }
.badge-purple {
background-color: #7460ee; }
.badge-red {
background-color: #fb3a3a; }
.badge-inverse {
background-color: #3e4555; }
/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
margin: 0px;
padding: 0px;
}
ul.list-style-none li {
list-style: none;
}
ul.list-style-none li a {
color: #8d97ad;
padding: 8px 0px;
display: block;
text-decoration: none;
font-size: 15.5px;
}
ul.list-style-none li a:hover {
color: #fd5332;
}
/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
padding: 4px 1rem;
color:#607394;
font-size: 15.5px;
}
/*------------- GLobal Settings: Buttons ----------------*/
.btn {
border: 2px solid transparent;
}
.btn {
color: #0F466D;
padding: 12px 25px;
cursor: pointer;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
border-radius:0.1rem;
}
a.btn-trans-video{
font-size: 1em;
padding: 0.8em 1.6em;
color: #fd5332;
}
a.btn-trans-video i {
width: 36px;
height: 36px;
line-height: 36px;
display: inline-block;
background: #fd5332;
text-align: center;
color: #ffffff;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
-webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid a.btn-trans-video{
color:#ffffff;
}
.light-vid a.btn-trans-video i {
background: #3583ff;
color: #ffffff;
box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
}
.btn:hover {
color: #ffffff;
}
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
color: #263238;
padding: 10px 15px; }
.btn-link .underline {
border-bottom: 1px solid #263238;
}
.btn-link:hover {
color: #27b737;
}
.btn-lg {
padding: 1.2em 2em;
font-size: 1em;
}
.btn-md {
padding:1em 1.5em;
font-size:1em;
}
.btn-sm {
padding: .25rem .5rem;
font-size: 12px;
}
.btn-xs {
padding: .25rem .5rem;
font-size: 10px;
}
.btn-circle {
border-radius: 100%;
width: 40px;
height: 40px;
padding: 10px;
}
.btn-circle.btn-md {
padding: 18px 0px;
width: 60px;
height: 60px;
font-size: 20px;
}
.btn-circle.btn-sm {
width: 35px;
height: 35px;
padding: 8px 10px;
font-size: 14px;
}
.btn-circle.btn-lg {
width: 70px;
height: 70px;
padding: 24px 15px;
font-size: 20px;
line-height: 23px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 14px 15px;
font-size: 24px;
}
.btn-rounded {
border-radius:50px !important;
-webkit-border-radius:50px !important;
}
.btn-arrow {
position: relative;
}
.btn-arrow span {
display: inline-block;
position: relative;
-webkit-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
will-change: transform;
}
.btn-arrow:hover span, .btn-arrow:focus span {
-webkit-transform: translate3d(-1rem, 0, 0);
transform: translate3d(-1rem, 0, 0);
}
.btn-arrow i {
position: absolute;
width: 1.1em;
right: 0px;
right: 0rem;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
will-change: left, opacity;
}
.btn-arrow:hover i, .btn-arrow:focus i {
opacity: 1;
right: -2rem;
}
.btn-theme{
background:#fd5332;
border-color:#fd5332;
color:#ffffff;
transition:all ease 0.4s;
}
.btn-theme-2{
background:#3151B7;
border-color:#3151B7;
color:#ffffff;
transition:all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus{
background:#fd5332;
border-color:#fd5332;
color:#ffffff !important;
}
.btn-outline-theme {
color: #fd5332;
background-color: transparent;
border:2px solid #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
color:#ffffff !important;
background-color:#fd5332;
border-color:#fd5332;
}
.btn-outline-theme-2 {
color:#3151B7;
background-color: transparent;
border:2px solid #3151B7;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
color:#ffffff;
background-color:#3151B7;
border-color:#3151B7;
}
.btn-secondary,
.btn-secondary.disabled {
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color:#eef0f3;
color: #8d97ad;
}
.btn-secondary:hover,
.btn-secondary.disabled:hover {
color: #ffffff !important;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
color: #ffffff !important;
background: #263238;
border-color: #263238;
}
.btn-primary,
.btn-primary.disabled {
background:#fd5332;
border: 1px solid #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary:hover,
.btn-primary.disabled:hover {
background:#2677e6;
border: 1px solid #2677e6;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
background: #345bcb;
}
.btn-themecolor,
.btn-themecolor.disabled {
background: #fd5332;
color: #ffffff;
border: 1px solid #fd5332;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #028ee1;
border: 1px solid #028ee1;
}
.btn-black{
background:#263547;
color: #ffffff;
border:1px solid #263547;
}
.btn-black:hover,
.btn-black:focus {
background:#0f7dff;
border: 1px solid #0f7dff;
}
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
.btn-info,
.btn-info.disabled {
background:#1ac790;
border: 1px solid #1ac790;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info:hover,
.btn-info.disabled:hover {
background:#1ac790;
border: 1px solid #1ac790;
color: white !important;
}
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
background: #0976ea;
}
.btn-warning,
.btn-warning.disabled {
background: #ff9b20;
color: #ffffff;
border: 1px solid #ff9b20;
}
.btn-warning:hover,
.btn-warning.disabled:hover {
background: #f1901a;
color: #ffffff;
border: 1px solid #f1901a;
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
background: #f1901a;
color: #ffffff;
}
.btn-danger,
.btn-danger.disabled {
background: #f33066;
border: 1px solid #f33066;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger:hover,
.btn-danger.disabled:hover {
background: #d73e6b;
border: 1px solid #d73e6b;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
background: #d73e6b;
}
.btn-inverse,
.btn-inverse.disabled {
background: #3e4555;
border: 1px solid #3e4555;
color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover {
background: #232a37;
color: #ffffff;
border: 1px solid #232a37;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
background: #232a37;
color: #ffffff;
}
.btn-red,
.btn-red.disabled {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover {
border: 1px solid #d61f1f;
background: #d61f1f;
}
.btn-red.active, .btn-red:active, .btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
background: #d73e6b;
}
.btn-success{
padding-left: 20px !important;
padding-right: 20px !important;
margin-left:10px !important;
}
.btn-success-gradiant {
background: #27b737;
background: -webkit-linear-gradient(legacy-direction(to right), #27b737 0%, #1fd628 100%);
background: -webkit-gradient(linear, left top, right top, from(#27b737), to(#1fd628));
background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
border: 0px;
}
.btn-success-gradiant:hover {
background: #1fd628;
background: -webkit-linear-gradient(legacy-direction(to right), #1fd628 0%, #27b737 100%);
background: -webkit-gradient(linear, left top, right top, from(#1fd628), to(#27b737));
background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}
.btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-danger-gradiant {
background: #f33066;
background: -webkit-linear-gradient(legacy-direction(to right), #f33066 0%, #ec2828 100%);
background: -webkit-gradient(linear, left top, right top, from(#f33066), to(#ec2828));
background: -webkit-linear-gradient(left, #f33066 0%, #ec2828 100%);
background: -o-linear-gradient(left, #f33066 0%, #ec2828 100%);
background: linear-gradient(to right, #f33066 0%, #ec2828 100%);
border: 0px;
}
.btn-danger-gradiant:hover {
background: #ec2828;
background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #f33066 100%);
background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#f33066));
background: -webkit-linear-gradient(left, #ec2828 0%, #f33066 100%);
background: -o-linear-gradient(left, #ec2828 0%, #f33066 100%);
background: linear-gradient(to right, #ec2828 0%, #f33066 100%);
}
.btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-warning-gradiant {
background: #ff9b20;
background: -webkit-linear-gradient(legacy-direction(to right), #ff9b20 0%, #f48624 100%);
background: -webkit-gradient(linear, left top, right top, from(#ff9b20), to(#f48624));
background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
border: 0px;
}
.btn-warning-gradiant:hover {
background: #f48624;
background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #ff9b20 100%);
background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#ff9b20));
background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}
.btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.our-btn {
background-color: #196aa2 !important; padding-left:15px; padding-right:15px;color: white;
}
.our-btn:hover {
color: white;
}
.submit-btns{
margin:auto;
padding-bottom: 20px;
}
.btn-info-gradiant, .btn-primary-gradiant {
background: #fd5332;
background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
border: 0px;
color: #ffffff;
}
.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
background: #fd5332;
background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
}
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-outline-secondary {
background-color: #ffffff;
color: #727b84;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
background: #263238;
}
.btn-outline-primary {
color: #fd5332;
background-color: #ffffff;
border-color: #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
background: #fd5332;
color: #ffffff;
border-color: #fd5332; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
background: #345bcb;
}
.btn-outline-success, a.btn-outline-success {
color: #0fca98;
background-color: transparent;
border-color: #0fca98;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
background: #0fca98;
border-color: #0fca98;
color: #ffffff;
}
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
background: #0fca98;
}
.btn-outline-info {
color:#1ac790;
background-color: transparent;
border-color:#1ac790;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
background:#1ac790;
border-color:#1ac790;
color: #ffffff;
}
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
background:#1ac790;
}
.btn-outline-warning {
color: #ff9b20;
background-color: transparent;
border-color: #ff9b20;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
background: #ff9b20;
border-color: #ff9b20;
color: #ffffff;
}
.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
background: #f1901a;
}
.btn-outline-danger {
color: #f33066;
background-color: transparent;
border-color: #f33066;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
background: #f33066;
border-color: #f33066;
color: #ffffff;
}
.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
background: #d73e6b; }
.btn-outline-red {
color: #fb3a3a;
background-color: transparent;
border-color: #fb3a3a; }
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
background: #d73e6b;
}
.btn-outline-inverse {
color: #3e4555;
background-color: transparent;
border-color: #3e4555;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
background: #3e4555;
border-color: #3e4555;
color: #ffffff;
}
.btn-outline-light:hover {
color: #263238 !important;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
background-color: #345bcb;
border: 1px solid #345bcb;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
background-color:#1ac790;
border: 1px solid #1ac790;
color: #ffffff;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
background-color: #f1901a;
border: 1px solid #f1901a;
color: #ffffff;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
background-color: #d73e6b;
border: 1px solid #d73e6b;
color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
background-color: #232a37;
border: 1px solid #232a37;
color: #ffffff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn span.btn-devider {
display: inline-block;
padding-left: 10px;
}
.btn-warning-light{
color: #ff8f00!important;
background: rgba(255,143,0,0.1);
border-color: rgba(0,0,0,0);
}
.btn-warning-light:hover, .btn-warning-light:focus{
color:#ffffff !important;
background:#ff8f00;
border-color:#ff8f00;
}
.btn-success-light{
color:#29cf8d !important;
background: rgba(41,207,141,0.1);
border-color: rgba(0,0,0,0);
}
.btn-success-light:hover, .btn-success-light:focus{
color:#ffffff !important;
background:#29cf8d;
border-color:#29cf8d;
}
.btn-primary-light{
color:white !important;
background: #2D3954 !important;
}
.btn-primary-light:hover, .btn-primary-light:focus{
color:#ffffff !important;
background:#2D3954;
}
.btn-danger-light{
color:#ed2929 !important;
background: rgba(237,41,41,0.1);
border-color: rgba(0,0,0,0);
}
.btn-danger-light:hover, .btn-danger-light:focus{
color:#ffffff !important;
background:#ed2929;
border-color:#ed2929;
}
.btn-over-light{
color:#ffffff !important;
background: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
}
.btn-over-light:hover, .btn-over-light:focus{
color:#ffffff !important;
background:#ff8f00;
border-color: rgba(255,255,255,0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
margin: 2.77em 0;
}
.video-play-icon {
width:6.42857143em;
height:6.42857143em;
border-radius: 50%;
position: relative;
z-index:2;
display: inline-block;
border: 2px solid #ffffff;
cursor: pointer;
line-height:6em;
background: #ffffff;
box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
font-size: 3em;
color:#fd5332;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
flex-wrap: wrap !important;
display: flex;
padding-left: 0;
border-radius: 4px;
margin:5rem auto 0 !important;
text-align: center;
justify-content: center;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
padding: 0;
margin: 5px;
color: #5a6f7c;
text-decoration: none;
background-color: #fff;
border-radius:2px;
width: 37px;
height: 37px;
text-align: center;
line-height: 37px;
border: 1px solid #eaeff5;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
z-index: 2;
color:#ffffff;
cursor: pointer;
background-color:#fd5332;
border-color:#fd5332;
}
.pagination li:first-child a {
background:#fd5332;
border: 1px solid #fd5332;
border-radius:2px;
color: #fff
}
.pagination li:last-child a {
background: #35434e;
border: 1px solid #35434e;
border-radius:2px;
color: #fff
}
.pagination>li {
display: inline;
}
.page-item.active .page-link {
z-index: 2;
color: #fff;
background-color: #fd5332;
border-color: #fd5332;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: flex;
align-items: center;
margin: 5px;
cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
content: "";
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius:2px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
content: "\e64c";
font-family: 'cairo', sans-serif;
background:#140c40 !important;
border-radius:2px;
box-shadow:none;
color: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 8px;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
content: "\e64c";
font-family: 'cairo', sans-serif;
width: 20px;
height: 20px;
background: #140c40 !important;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ffffff;
font-size: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
background:#140c40 !important;
border: 1px solid #140c40;
box-shadow: inset 0px 0px 0px 4px #140c40;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}
.filter_wraps [type="radio"]:checked + label:after, .filter_wraps [type="radio"]:not(:checked) + label:after {
right: 0px;
left: auto;
}
/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
position: relative;
width: 70px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 0 auto;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
border-radius: 20px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "";
padding-right: 27px;
background-color: #27b737;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 24px;
background-color: #3e4555;
color: #999999;
text-align: left;
}
.onoffswitch-switch {
display: block;
width: 23px;
margin: 6px;
background: #FFFFFF;
height: 23px;
position: absolute;
top: -1px;
bottom: 0;
right: 35px;
border-radius: 20px;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
width: 10px;
height: 10px;
background: #fd5332;
position: absolute;
top:4px;
left:4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
/*-------------- PRELOADER --------------------- */
#loader-wrapper {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000;
text-align: center;
}
#loader {
margin: auto;
display:block;
position: relative;
z-index:1001;
color: white;
}
#loader-wrapper .loader-section {
position:fixed;
top:0;
background:white;
width:51%;
height:100%;
z-index:1000;
}
#loader-wrapper .loader-section.section-left {
left:0
}
#loader-wrapper .loader-section.section-right {
right:0;
}
/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
transform: translateX(-100%);
transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
transform: translateX(100%);
transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader {
opacity: 0;
transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
visibility: hidden;
transform:translateY(-100%);
transition: all 0.3s 1s ease-out;
}
.lds-circle {
display: inline-block;
transform: translateZ(1px);
margin: auto;
}
.lds-circle > div {
margin-top: 300px;
margin-bottom: 200px;
display: inline-block;
width: 64px;
height: 64px;
border-radius: 50%;
background: #252c41;
animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
0%, 100% {
animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(1800deg);
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
100% {
transform: rotateY(3600deg);
}
}
/*-------------- PRELOADER END --------------------- */
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
.card-columns .card {
margin-bottom: 30px;
}
.invisible {
visibility: hidden !important;
}
.hidden-xs-up {
display: none !important;
}
@media (max-width: 320px){
}
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
.listing-detail-footer{
display:inline-block !important;
}
.filter-props,.col-cards-2{
padding:0 !important;
}
.single-items{
padding:0 !important;
}
.flex-block{
display: inline-block !important;
}
.listing-short-detail{
width:100% !important;
}
.hideTitle2{
display:none;
}
.container-imgs{
max-height:1550px !important; overflow:hidden;
}
.vip{
margin-top: 10px;
}
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important;
}
.nav-left-side ul.attributes {
float: none;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important;
}
}
.hidden-xl-down {
display: none !important;
}
/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
margin-bottom:2rem;
}
.sec-heading.lg {
margin-bottom:30px;
}
.sec-heading.center {
text-align:center;
}
.sec-heading h2, .sec-heading p{
margin-bottom:0px;
}
.sec-heading.light h2, .sec-heading.light p{
color:#ffffff;
}
.sec-heading p{
margin-bottom:5px;
line-height:1.7;
}
.single-items {
padding-right: 10px;
}
.property-slide, .item-slide{
margin: 0 -15px;
}
.sec-heading2 {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sec-left {
flex: 1;
}
.sec-left h3 {
font-size: 20px;
margin-bottom: 0px;
}
.sec-right a {
font-size: 14px;
font-weight: 600;
opacity: 0.7;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
height:56px;
font-size:16px;
box-shadow: none;
padding:.5rem .75rem;
border:1px solid #e0ecf5;
background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .form-submit .form-control{
background: #f9fafc;
border: 1px solid #ebedf5;
border-radius: 3px;
color: #646e77;
}
.form-row>.col, .form-row>[class*=col-] {
padding-right: 15px;
padding-left: 15px;
}
.form-control.simple {
background: #f2f3f5;
border-color: #f2f3f5;
border-radius: 4px;
}
.select2-container {
width: 100% !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border-radius: 0;
border:none;
height:57px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #626a70;
line-height:57px;
text-align: left;
padding:0 15px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height:50px;
position: absolute;
top: 1px;
right: 10px;
width: 20px;
z-index: 999;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color:#6877a5;
}
.full-search-2 .form-control::-webkit-input-placeholder{color:#6877a5;}
.full-search-2 .form-control:-ms-input-placeholder{color:#6877a5;}
.full-search-2 .form-control::placeholder{color:#6877a5;}
.select2-container--default .select2-selection--single .select2-selection__clear {
right: 14px;
top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
color:#495057 !important;
}
select.form-control:not([size]):not([multiple]) {
height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
height:62px;
}
.form-control.fc-lg {
height:62px;
}
textarea.form-control{
height:180px;
}
/*------------- Form --------------*/
.tip-topdata {
position: relative;
color: #fff;
text-decoration: none;
width: 15px;
height: 15px;
display: inline-block;
background: #394d8c;
border-radius: 50%;
text-align: center;
line-height: 19px;
margin-left: 5px;
font-size: 9px;
}
.tip-topdata:before {
content: attr(data-tip);
font-size: 11px;
font-weight: bold;
position: absolute;
z-index: 999;
white-space: nowrap;
bottom: 9999px;
left: 0;
background:#394d8c;
color: #ffffff;
padding: 7px 15px;
line-height: 25px;
border-radius: 3px;
top: -42px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
text-shadow: none;
display: inline-table;
}
.tip-topdata:hover:before {
opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
background-color: #f9fafc;
border-radius: 0;
border: none;
height: 56px;
border: 1px solid #ebedf5;
border-radius: 4px;
padding-left: 15px;
}
.form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 55px;
}
/**************************************
Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
color:#39466d;
}
.menu__list,
.nav-dropdown,
.nav-menu,
ul {
margin-top: 0px !important;
list-style: none
}
.menu__link,
.navigation,
.navigation * {
-webkit-tap-highlight-color: transparent
}
.navigation,
.navigation * {
box-sizing: border-box
}
.navigation {
width: 100%;
height: 70px;
display: table;
position: relative;
font-family: inherit;
}
.nav-toggle,
.navigation-hidden .nav-header {
display: none
}
.navigation-portrait {
height: 48px
}
.navigation-fixed {
position: fixed;
top: 0;
left: 0
}
.navigation-hidden {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important
}
.align-to-right {
float: left
}
.nav-header {
float: left;
}
.nav-header .logo{
padding: 5px 0px;
}
.nav-brand {
padding:9px 0px 0 15px;
font-size: 24px;
margin-right: 0rem;
text-decoration: none !important
}
.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
font-family: 'cairo', sans-serif !important;
text-decoration: none
}
.navigation-portrait .nav-brand {
font-size: 18px;
line-height: 48px
}
.nav-logo>img {
height: 48px;
margin: 11px auto;
padding: 0 0px;
float: left
}
.nav-logo:focus>img {
outline: initial
}
.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
outline: 0
}
.navigation-portrait .nav-logo>img {
height: 36px;
margin: 6px auto 6px 15px;
padding: 0
}
.nav-toggle {
width: 30px;
height: 30px;
padding: 6px 2px 0;
position: absolute;
top: 50%;
margin-top: -14px;
left: 15px;
cursor: pointer
}
.nav-toggle:before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #70798b;
border-radius: 10px;
box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}
.navigation-portrait .nav-toggle {
display: block
}
.navigation-portrait .nav-menus-wrapper {
width: 320px;
height: 100%;
top: 0;
left: -400px;
position: fixed;
background-color: #fff;
z-index: 20000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition-duration: .8s;
transition-timing-function: ease
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
left: auto;
right: -400px
}
.nav-menus-wrapper.nav-menus-wrapper-open {
left: 0
}
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
right: 0
}
.nav-menus-wrapper-close-button {
width: 30px;
height: 40px;
margin: 10px 7px;
display: none;
float: left;
color: #70798b;
font-size: 26px;
cursor: pointer
}
.navigation-portrait .nav-menus-wrapper-close-button {
display: block
}
.nav-menu {
margin: 0;
padding: 0;
padding-right:10px;
line-height: normal;
float: left;
text-align: left;
direction: ltr;
}
.nav-menu-social {
float: right;
text-align: left
}
.navigation-portrait .nav-menu {
width: 100%
}
.navigation-landscape .nav-menu.nav-menu-centered {
float: none;
text-align: center
}
.nav-menu>li {
display: inline-block;
float: left;
text-align: left;
padding: 0 0.5em ;
}
.navigation-portrait .nav-menu>li {
width: 100%;
position: relative;
border-top: solid 1px #f0f0f0
}
.navigation-portrait .nav-menu>li:last-child {
border-bottom: solid 1px #f0f0f0
}
.nav-menu+.nav-menu>li:first-child {
border-top: none
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
float: none
}
.nav-menu>li>a {
padding: 30px 5px;
display: inline-block;
transition: color .3s, background .3s;
font-family: 'cairo', sans-serif;
font-weight: 500;
}
.navigation-portrait .nav-menu>li>a {
height: auto;
width: 100%;
padding: 12px 15px 12px 26px
}
.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
color:#0fca98 !important;
}
.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
width: 18px;
height: 16px;
line-height: 16px;
-ms-transform: scale(1.4);
transform: scale(1.4)
}
.nav-menu>li>a>[class*=ion-] {
width: 16px;
display: inline-block;
transform: scale(1.8)
}
.navigation-portrait .nav-menu.nav-menu-social {
width: 100%;
text-align: center
}
.nav-menu.nav-menu-social>li {
text-align: center;
float: none;
border: none !important
}
.navigation-portrait .nav-menu.nav-menu-social>li {
width: auto
}
.nav-menu.nav-menu-social>li>a>[class*=ion-] {
font-size: 12px
}
.nav-menu.nav-menu-social>li>a>.fa {
font-size: 14px
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
padding: 15px
}
.submenu-indicator {
margin-left: 8px;
margin-top: 12px;
float: right;
transition: all .3s;
color: #0fca98!important;
}
.navigation-portrait .submenu-indicator {
width: 100%;
height: 44px;
margin-top: 0;
position: absolute;
text-align: center;
z-index: 20000
}
.submenu-indicator-chevron {
height: 6px;
width: 6px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transition: border .3s
}
.navigation-portrait .submenu-indicator-chevron {
position: absolute;
top: 18px;
right: 24px
}
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
border-color: transparent #0fca98 #0fca98 transparent
}
/*
.navigation-portrait .submenu-indicator.submenu-indicator-up {
-ms-transform: rotate(-180deg);
transform: rotate(-180deg)
}*/
.nav-overlay-panel {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
z-index: 19999
}
.no-scroll {
width: 100%;
height: 100%;
overflow: hidden
}
.nav-search {
height: 70px;
float: left;
z-index: 19998
}
.navigation-portrait .nav-search {
height: 48px;
padding: 0 10px;
margin-right: 52px
}
.navigation-hidden .nav-search {
display: none
}
.nav-search-button {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
cursor: pointer;
background-color: #fbfcfd
}
.nav-search-icon {
width: 14px;
height: 14px;
margin: 2px 8px 8px 4px;
display: inline-block;
vertical-align: middle;
position: relative;
color: #70798b;
text-align: left;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: color .3s
}
.nav-search-icon:after,
.nav-search-icon:before {
content: '';
pointer-events: none
}
.nav-search-icon:before {
width: 2px;
height: 11px;
top: 11px;
position: absolute;
left: 50%;
border-radius: 0 0 1px 1px;
box-shadow: inset 0 0 0 32px;
transform: translateX(-50%)
}
.nav-search-button:hover .nav-search-icon {
color: #00a94f
}
.navigation-portrait .nav-search-button {
width: 50px;
height: 48px;
line-height: 46px;
font-size: 22px
}
.nav-search>form {
width: 100%;
height: 100%;
padding: 0 auto;
display: none;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
z-index: 99
}
.nav-search-inner {
width: 70%;
height: 70px;
margin: auto;
display: table
}
.navigation-portrait .nav-search-inner {
height: 48px
}
.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
height: 70px;
width: 100%;
margin: 0;
padding: 0 12px;
font-size: 26px;
text-align: center;
color: #70798b;
outline: 0;
line-height: 70px;
border: none;
background-color: transparent;
transition: all .3s
}
.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
height: 48px;
font-size: 18px;
line-height: 48px
}
.nav-search-close-button {
width: 28px;
height: 28px;
display: block;
position: absolute;
right: 20px;
top: 20px;
line-height: normal;
color: #70798b;
font-size: 20px;
cursor: pointer;
text-align: center
}
.nav-button,
.nav-text {
display: inline-block;
font-size: 14px
}
.navigation-portrait .nav-search-close-button {
top: 10px;
right: 14px
}
.nav-button {
margin: 18px 15px 0;
padding: 8px 14px;
color: #fff;
text-align: center;
border-radius: 4px;
background-color: #00a94f;
transition: opacity .3s
}
.nav-button:focus,
.nav-button:hover {
color: #fff;
text-decoration: none;
opacity: .85
}
.navigation-portrait .nav-button {
width: calc(100% - 52px);
margin: 17px 26px
}
.nav-text {
margin: 25px 15px;
color: #70798b
}
.navigation-portrait .nav-text {
width: calc(100% - 52px);
margin: 12px 26px 0
}
.navigation-portrait .nav-text+ul {
margin-top: 15px
}
.nav-dropdown {
min-width:130px;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 98;
white-space: nowrap
}
.navigation-portrait .nav-dropdown {
width: 100%;
position: static;
right: 0
}
.nav-dropdown .nav-dropdown {
left: 100%
}
.nav-menu>li .nav-dropdown {
border: none;
padding:15px;
background:#ffffff;
box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
-webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
border-radius: 0.4rem;
}
.nav-menu>li>.nav-dropdown:before {
background-color: #ffffff;
content: "";
height: 20px;
left: 25px;
position: absolute;
top: -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 20px;
-webkit-transition: all 0.1s ease 0s;
-moz-transition: all 0.1s ease 0s;
-o-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
}
.nav-dropdown>li {
width: 100%;
float: left;
clear: both;
position: relative;
text-align: left
}
.nav-dropdown>li>a {
font-family: 'cairo', sans-serif !important;
width: 100%;
border-bottom: 1px solid #e4e8ec;
display: inline-block;
color: #5b6d90;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-family: 'cairo', sans-serif;
padding: 10px 10px !important;
}
.nav-dropdown>li:last-child>a{
border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus ,.nav-menu.nav-menu-social>li.add-listing ul li a:hover ,.nav-menu.nav-menu-social>li.add-listing ul li a:focus {
color:#0fca98;
}
.social-icon a i,
.social-icons a i {
width: 32px;
height: 32px;
display: inline-block;
border-radius: 16px
}
.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
color: #0fca98;
}
.nav-dropdown.nav-dropdown-left {
right: 0
}
.nav-dropdown>li>.nav-dropdown-left {
left: auto;
right: 100%
}
.navigation-landscape .nav-dropdown-left>li>a {
text-align: left
}
.navigation-portrait .nav-dropdown>li>a {
font-family: 'cairo', sans-serif !important;
padding: 12px 20px 12px 30px
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
padding-left: 50px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
padding-left: 70px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
padding-left: 90px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
padding-left: 110px
}
.nav-dropdown .submenu-indicator {
right: 15px;
top: 16px;
position: absolute
}
.menu__list,
.navbar,
nav a {
position: relative
}
.navigation-portrait .submenu-indicator {
right: 0;
top: 0
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
border-color: transparent #00a94f #00a94f transparent
}
.navigation-landscape .nav-dropdown-left .submenu-indicator {
left: 10px
}
.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(135deg);
transform: rotate(135deg)
}
nav a {
display: inline-block
}
.header {
background: #fff;
position: relative;
}
.header-top {
padding: 1em 0;
background: #05222A
}
.indicate {
float: left
}
.deatils {
float: left
}
.indicate a {
font-size: 1.1em;
color: #C6C7C7;
vertical-align: middle
}
.deatils ul li i,
.indicate i {
font-size: 1.2em;
color: #888f90;
vertical-align: middle
}
.indicate i {
margin-right: .5em
}
.deatils ul li {
display: inline-block;
margin: 0 5px
}
.deatils ul li i {
margin-right: .5em
}
.deatils ul li a {
font-size: 1.1em;
color: #C6C7C7;
vertical-align: middle
}
.social-icons {
float: left;
margin-top: .7em
}
.logo h1 a {
color: #fff;
font-size: 1.3em
}
.logo span {
display: block;
font-size: .32em;
letter-spacing: 4px
}
.header-bottom {
padding: 1em 0
}
.navbar-nav {
float: left;
margin: 0
}
.navbar-default {
background: #fff;
border: none !important
}
.navbar-default .navbar-nav>li>a {
color: #05222A;
font-size: 1.3em;
font-weight: 900
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #02B875;
background-color: #fff
}
.navbar {
min-height: 50px;
margin-bottom: 0;
border: 1px solid transparent
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
color: #05222A;
background-color: #fff
}
.menu__list {
-webkit-flex-wrap: inherit;
flex-wrap: inherit
}
.menu__item {
display: block;
margin: 1em 0
}
.menu__link {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none
}
.menu--francisco .menu__item {
margin: 0 1.5em
}
.menu--francisco .menu__link {
position: relative;
overflow: hidden;
height: 3em;
padding: 1em 0;
text-align: center;
color: #b5b5b5;
-webkit-transition: color .3s;
transition: color .3s
}
.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
color: #929292
}
.menu--francisco .menu__item--current .menu__link {
color: #02B875
}
.menu--francisco .menu__link::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
opacity: 0;
background: #02B875;
-webkit-transform: translate3d(0, -3em, 0);
transform: translate3d(0, -3em, 0);
-webkit-transition: -webkit-transform 0s .3s, opacity .2s;
transition: transform 0s .3s, opacity .2s
}
.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform .5s, opacity .1s;
transition: transform .5s, opacity .1s;
-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.menu--francisco .menu__helper {
display: block;
pointer-events: none
}
.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
-webkit-animation: anim-francisco .3s forwards;
animation: anim-francisco .3s forwards
}
@-webkit-keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.nav-menu.nav-menu-social>li.add-listing {
border-radius:4px;
top: 15px;
position: relative;
background:#196aa2;
height: 50px;
min-width: 100px;
}
.nav-menu.nav-menu-social>li.add-listing.green {
border-radius:4px;
top: 15px;
position: relative;
background:#28a745;
height: 50px;
}
.nav-menu.nav-menu-social>li.add-listing.purple {
background:#3d65e4;
}
.nav-menu.nav-menu-social>li.add-listing.blue {
background:#1266e3;
}
.nav-menu.nav-menu-social>li.add-listing.light {
background:#ffffff;
}
.header-fixed .nav-menu.nav-menu-social>li.add-listing.light {
background:#08184b;
}
.nav-menu.nav-menu-social>li.add-listing a {
top:0px;
padding: 25px 20px;
color:#ffffff ;
}
.nav-menu.nav-menu-social>li.add-listing ul{
padding-top: 0 !important;
}
.nav-menu.nav-menu-social>li.add-listing ul li a {
padding: 15px 15px !important;
font-family: 'cairo', sans-serif;
color: #39466d;
}
.nav-menu.nav-menu-social>li.add-listing ul li a :hover {
padding: 10px 10px !important;
font-family: 'cairo', sans-serif;
color: #39466d;
}
.nav-menu.nav-menu-social>li.add-listing.light a {
color:#08184b !important;
}
.header-fixed .nav-menu.nav-menu-social>li.add-listing.light a {
color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.dark-bg {
background: #2e3654;
}
.nav-menu.nav-menu-social>li.add-listing.bg-whit{
background:#ffffff !important;
}
.header-fixed .nav-menu.nav-menu-social .text-light {
color:#0fca98 !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
color:#333333 !important;
}
.nav-brand img {
width: 100%;
padding-right: 0 !important;
margin-right: 0 !important;
position: relative;
/* top: 2px; */
}
.nav-menu.nav-menu-social>li>a>.fas {
font-size: 15px;
-ms-transform: scale(1);
transform: scale(1);
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
position: relative;
padding: 19px 15px;
}
.account-drop .dropdown-menu a {
padding: 0.6rem 0;
font-size: 14px;
}
.account-drop .dropdown-menu {
top: 60px !important;
right: 0 !important;
background: #fff;
box-shadow: none;
border: solid 1px #ebedf3;
min-width: 200px;
left: initial !important;
padding: 0.4rem 1rem;
}
.account-drop .avater-img {
max-width: 30px;
border-radius: 50%;
margin-right: 10px;
}
.account-drop .btn.btn-order-by-filt {
box-shadow: none;
padding: 6px 0px;
font-weight: 600;
}
.top-header {
background: #2b4db9;
padding: 12px 0;
color: #fff;
}
.cn-info ul {
padding: 0;
margin: 0;
}
.cn-info ul li {
list-style: none;
display: inline-block;
margin-right: 15px;
}
.cn-info ul li:last-child {
margin-right: 0;
}
.cn-info ul li i {
margin-right: 5px;
}
.top-social {
padding: 0;
margin: 0;
float: left;
}
ul:last-child {
margin: 0;
}
.top-social li {
list-style: none;
display: inline-block;
margin-right: 15px;
}
.top-social li:last-child {
margin-right: 0;
}
.top-social li a {
color: #fff;
}
/*===================================================
Homes Banner
==================================================*/
.image-bg {
background-size: cover !important;
background-position: center !important;
}
.image-cover {
height: auto;
background-size: cover !important;
background-position: center !important;
}
.image-bottom {
background-size: auto !important;
background-position: bottom !important;
}
.hero-banner {
direction: rtl;
padding:5em 0 5em;
display: flex;
flex-wrap: wrap;
min-height: 500px !important;
justify-content: center;
align-items: center;
background-size: cover
}
.hero-search-wrap {
position: relative;
/* margin-left: auto; */
background:#ffffff;
/* max-width: 540px;*/
border-radius: 10px;
overflow: hidden;
padding:30px 40px 40px;
direction: ltr;
text-align: left;
box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
background:rgba(255,255,255,0.15);
border-radius:5px;
padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
width:100%;
max-width:100%;
}
.hero-search h1 {
text-transform: capitalize;
color: #2b4db9 !important;
font-size:35px;
}
.btn.search-btn {
padding: 17px;
border-radius:5px;
/* box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); */
color: #ffffff;
width: 100%;
font-size:1.2rem;
}
.btn.search-btn:hover, .btn.search-btn:focus{
color:#ffffff !important;
}
.btn.search-btn2 {
background: #0fca98 ;
padding: 17px;
border-radius:5px;
box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
color: #ffffff;
width: 100%;
font-size:1.2rem;
}
.btn.search-btn2:hover, .btn.search-btn2:focus{
color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text p{
color:#4d5968;
}
/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
background:#232323;
background-position:center;
background-size:cover;
padding:4em 0;
position:relative;
}
.large-banner {
padding: 5em 0 3em;
display: flex;
min-height:660px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.verticle-center{
text-align:center;
}
.hero-header{
margin: 0;
z-index: 2;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: column;
-webkit-flex-direction: column;
}
.hero-banner>*{
position:relative;
z-index:1;
}
.hero-banner h1{
font-weight:900;
line-height:1.3;
color: white;
text-align: center;
}
.hero-banner p{
font-size:18px;
}
[data-overlay] {
position: relative;
}
[data-overlay]:before {
position: absolute;
content: '';
background:#19365f;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay="1"]:before {
opacity: 0.1;
}
[data-overlay="2"]:before {
opacity: 0.2;
}
[data-overlay="3"]:before {
opacity: 0.3;
}
[data-overlay="4"]:before {
opacity: 0.4;
}
[data-overlay="5"]:before {
opacity: 0.5;
}
[data-overlay="6"]:before {
opacity: 0.6;
}
[data-overlay="7"]:before {
opacity: 0.7;
}
[data-overlay="8"]:before {
opacity: 0.8;
}
[data-overlay="9"]:before {
opacity: 0.9;
}
/*------------ Homes Banner: Banner Form ------------*/
.signup-frm{
max-width:510px;
margin-top:15px;
display:block;
position: relative;
}
.signup-frm .form-control{
width: 100%;
font-size:16px;
font-weight: 400;
background-color:#ffffff;
border:1px solid #cfd8dc;
padding:22px 20px 18px;
border-radius:2px;
height: 60px;
}
.signup-frm .btn {
bottom: 4px;
position: absolute;
right: 4px;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
padding: 18px 25px 14px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: normal;
width: auto;
border-width: 0;
color: #fff;
cursor: pointer;
border-radius: 2px;
height: 52px;
}
/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
background: #ffffff;
padding:25px 25px 10px;
border-radius: 6px;
}
.full-search-2 .hero-search h1 {
margin-bottom: 1rem;
text-align: center;
}
.btn.reset-btn-outline {
border:2px solid #bec2cc;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#000000;
}
.no-ul-list.third-row {
display: table;
width: 100%;
margin-bottom:15px;
}
.no-ul-list.third-row li {
width: 50%;
float: left;
margin-bottom:7px;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
background:#000000;
border-color:#000000;
color:#ffffff;
}
.btn.search-btn-outline {
border:2px solid #fd5332;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
background:#fd5332;
color:#ffffff;
}
#module>a, #module>a:hover, #module>a:focus{
width: 100%;
color:#2D3954;
padding:14px 10px 14px 45px;
position: relative;
display: inline-block;
}
#module a.collapsed:after {
content: 'Advanced Search';
font-size: 18px;
}
#module a:not(.collapsed):after {
content: 'Advanced Search';
font-size: 18px;
}
#module a.collapsed:before, #module a:not(.collapsed):before {
content: "\e61a";
font-family: 'cairo', sans-serif;
font-size: 14px;
width: 30px;
height: 30px;
background: #000000;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 50%;
color: #ffffff;
left: 0;
position: absolute;
top:9px;
}
#module a:not(.collapsed):before {
content:"\e622";
font-family: 'cairo', sans-serif;
font-size: 14px;
width: 30px;
height: 30px;
background: #000000;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 50%;
color: #ffffff;
left: 0;
position: absolute;
top:9px;
}
/*----------- Home Slider Banner -------------*/
.home-slider .item, .property-slider .item {
transition: all 0.6s;
border-radius: 0;
position: relative;
height: 600px;
}
.home-slider .item {
min-height: 520px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: left;
height: 100vh;
}
.home-slider .item {
background-size: cover !important;
background-position: center !important;
}
.fullwidth-home-slider div {
height: 100%;
}
.home-slider-container {
position: relative;
height: 100%;
max-width: 450px;
display: block;
padding: 2rem;
background: #ffffff;
border-radius: 0.1rem;
-webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
}
.home-slider .item:before {
content: "";
position: absolute;
background: linear-gradient(to bottom, transparent 10%, #111c52);
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
}
.home-slider-price {
display: inline-block;
margin-bottom: 10px;
border-radius: 4px;
color: #ffffff;
font-weight:600;
font-size:20px;
}
.home-slider-container .listing-price-with-compare {
position: relative;
margin: 1rem 0;
bottom: auto;
padding: 0;
}
.home-slider-container .listing-price-with-compare .lpc-right a {
background: #f4f7fb;
color: #687592;
}
.home-slider-container .modern-pro-wrap {
position: relative;
top: 0;
margin-bottom:15px;
left: auto;
}
.home-slider-container .modern-pro-wrap span {
position: relative;
padding:8px 20px;
z-index: 1;
margin-right: 10px;
font-size: 14px;
border-radius: 4px;
color: #ffffff;
box-shadow: none;
text-transform: capitalize;
}
.home-slider-container .modern-pro-wrap .property-type {
background: #323d50;
}
.home-slider-price i {
font-size: 16px;
font-weight: 400;
opacity: 0.8;
}
.home-slider-title{
display:inline-block;
margin-bottom:10px;
width:100%;
}
.home-slider-title a {
font-size:1.2rem;
}
.home-slider-title h3 {
margin-bottom: 5px;
}
.home-slider-title span i{
margin-right:5px;
}
.simple-search-wrap {
max-width: 580px;
margin:0;
}
.home-slider-desc .read-more {
display: inline-block;
padding: 10px 20px;
color: #ffffff;
background:#fd5332;
border-radius: 4px;
}
.slide-property-info {
display: block;
width: 100%;
padding: 0;
margin: 0;
}
.slide-property-info ul {
width: 100%;
padding: 0;
margin: 0;
display:flex;
flex-wrap:wrap;
}
.slide-property-info ul li{
display:inline-block;
flex:0 0 33.333333%;
width:33.3333%;
list-style:none;
}
.simple-search-wrap h1{
color:#ffffff;
}
.simple-search-wrap .pk-input-group {
background: #ffffff;
border-radius: 4px;
display: -webkit-box;
display: flex;
overflow: hidden;
position: relative;
}
.simple-search-wrap .pk-input-group .form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
border: none;
margin: 0;
height:74px;
padding-left:3rem;
}
.simple-search-wrap .pk-input-group .pk-subscribe-submit {
background: #fd5332;
border: 1px solid #fd5332;
margin: 10px;
padding: 1rem 2rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group .btn-black{
background:#1a2340 !important;
border: 1px solid #1a2340;
margin:5px;
padding: 1rem 1.4rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group .green{
background:#28a745;
border: 1px solid #28a745;
margin: 10px;
padding: 1rem 2rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group:after {
content:"\e693";
font-family: 'cairo', sans-serif;
position: absolute;
left: 0;
top:2px;
bottom: 0;
width: 3rem;
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;
color: #6c757d;
font-size: 1.25rem;
z-index: 3;
}
.large-banner{
padding: 5em 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.full-search-2 {
background: #ffffff;
padding:18px 25px 10px;
border-radius: 6px;
}
.full-search-2.italian-search .form-group {
margin-bottom: 0px;
height: 100%;
}
.full-search-2.transparent{
background:transparent;
padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
margin-bottom: 1rem;
text-align: center;
}
.btn.reset-btn-outline {
border:2px solid #bec2cc;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#000000;
}
.btn.reset-btn {
border: 2px solid #bec2cc;
background: #000000;
height: 60px;
transition: all ease 0.4s;
border-radius: 4px;
width: 100%;
color: #ffffff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.no-ul-list.first-row, .no-ul-list {
display: table;
width: 100%;
margin-bottom:15px;
}
.no-ul-list.third-row {
display: flex;
width: 100%;
margin-bottom: 15px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.no-ul-list.second-row li {
max-width: 50%;
float: left;
margin-bottom:7px;
flex: 0 0 50%;
}
.no-ul-list.third-row li {
max-width: 50%;
float: left;
margin-bottom:7px;
flex: 0 0 50%;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
background:#000000;
border-color:#000000;
color:#ffffff;
}
.btn.search-btn-outline {
border:2px solid #fd5332;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
background:#fd5332;
color:#ffffff !important;
}
h1.italian-header-capt {
font-weight: 500;
margin: 0 auto;
font-family: 'cairo', sans-serif;
font-style: italic;
font-size: 50px;
margin-bottom: 1em;
text-align: center;
}
h1.big-header-capt {
font-weight:700;
margin: 0 auto;
margin-bottom:0.4em;
text-align: center;
text-transform:capitalize;
}
.italian-search .input-with-icon .form-control,
.italian-search .input-with-shadow .form-control,
.italian-search .input-with-shadow .select2-container,
.italian-search .input-with-icon .select2-container {
border: none;
border-radius:3px;
padding-left: 45px;
height:55px;
background: #ffffff;
box-shadow:none;
-webkit-box-shadow: none;
border:1px solid #bec2cc;
}
.small-padd{
padding:0 5px !important;
}
.full-search-2.hero-search-radius {
background: #ffffff;
padding:0.6rem;
border-radius:0.3rem;
}
.full-search-2.hero-search-radius.shadow {
box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
-webkit-box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
}
.full-search-2.hero-search-radius.shadow-hard {
box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
-webkit-box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
}
.italian-search.hero-search-radius .input-with-icon .form-control,
.italian-search.hero-search-radius .input-with-shadow .form-control,
.italian-search.hero-search-radius .input-with-shadow .select2-container,
.italian-search.hero-search-radius .input-with-icon .select2-container {
border: none;
border-radius:3px;
padding-left: 45px;
height:55px;
background: #ffffff;
box-shadow:none;
-webkit-box-shadow: none;
border:none;
}
.italian-search.hero-search-radius .btn.search-btn {
border-radius: 0.2rem;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
}
.italian-search.hero-search-radius .btn.search-btn.black {
background:#1a2340 !important;
}
.full-search-2.hero-search-radius{
position:relative;
}
.full-search-2.hero-search-radius #advance-search{
position: absolute;
top: 100px;
left: 0;
right: 0;
background: #ffffff;
padding: 2rem;
border-radius: 0.5rem;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.ad-search,.ad-search:hover, .ad-search:focus {
height: 62px;
display: inline-block;
width: 80px;
margin: 0 auto;
text-align: center;
color: #9db0c3 !important;
line-height: 66px;
border-radius: 0.2rem;
font-size: 22px;
}
.italian-search.hero-search-radius #advance-search .input-with-icon .form-control, .italian-search.hero-search-radius #advance-search .input-with-shadow .form-control, .italian-search.hero-search-radius #advance-search .input-with-shadow .select2-container, .italian-search.hero-search-radius #advance-search .input-with-icon .select2-container {
border: 1px solid #dde0e6;
}
.choose-propert-type {
width: 100%;
position: relative;
height: 100%;
}
.choose-propert-type ul {
margin: 0;
padding: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.choose-propert-type ul li {
display: inline-block;
flex: 0 0 33.333333%;
font-weight: 600;
color:#39466d;
}
.choose-propert-type [type="radio"]:checked + label:before, .choose-propert-type [type="radio"]:not(:checked) + label:before {
border: 2px solid #c1cbe0;
border-radius:50%;
background: transparent !important;
}
.choose-propert-type [type="radio"]:checked + label:after, .choose-propert-type [type="radio"]:not(:checked) + label:after {
width: 10px;
height: 10px;
background:#00ba74 !important;
top: 4px;
left: 4px;
}
/*-------------Home Map ----------------*/
.map-search-box {
background: #ffffff;
padding: 2em 2em 1em;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
button.btn.adv-btn {
background: #2b4db9;
color: #ffffff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.hm-map-container {
float:left;
width:100%;
position:relative;
overflow: hidden;
}
.fw-map {
height:600px;
}
.hm-map-container.column-map {
width:50%;
position:fixed;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.hm-map-container.column-map.right-pos-map {
right:0;
}
.hm-map-container.column-map.left-pos-map {
left:0;
}
.hm-map-container #map{
position: absolute;
top:0;
left:0;
height: 100%;
width:100%;
z-index: 10;
overflow:hidden;
}
.map-popup-wrap {
max-width: 300px;
position: relative;
}
.infoBox>img {
position: absolute;
right: 15px;
top: 38px;
z-index: 2;
cursor: pointer;
}
.cluster-visible {
background: transparent !important;
color: #ffffff !important;
width: 50px !important;
height: 50px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: radial-gradient(circle, rgba(37,64,162,1) 35%, rgba(12,32,107,1) 100%) !important;
border-radius: 50%;
font-size: 16px !important;
}
/*------- Fullscreen Map Section ---------------- */
.fs-container {
height: 100% !important;
width: 100%;
position: relative;
z-index: 4;
float: left;
background: #fff;
}
.fs-left-map-box{
float: left;
}
.fs-container #map{
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 990;
margin-bottom: 0px;
}
.fs-left-map-box .hm-map-container.fw-map{
width: 40%;
height: 100%;
position: fixed;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.home-map-banner.full-wrapious {
position: relative;
top: 0;
left: 0;
height: 585px;
width: 100%;
overflow: hidden;
}
.half-map .fs-inner-container{
position: relative;
width:60%;
background: #f9f9f9;
min-height: 100vh;
z-index: 10;
float: left;
}
.hm-map-container.fw-map #map{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
overflow: hidden;
}
.fs-content {
max-height: 100%;
overflow: auto;
padding: 0;
overflow: visible;
}
.half-map .fs-content {
padding: 2em;
}
.fs-container section.search {
padding: 32px 40px 47px 40px;
}
.fs-container .fs-listings {
padding: 0 25px;
margin: 0;
}
.fs-switcher {
padding: 0 25px;
margin: 0;
}
/* Inner Containers */
.fs-inner-container {
width: 50%;
height: 100%;
float: left;
display: inline-block;
}
.img-wrap {
height:310px;
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
z-index:1;
margin: 10px 0;
border-radius:4px;
}
.img-wrap:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
content: "";
background: linear-gradient(to bottom, transparent 25%, #1e2a4c);
opacity: 0.8;
z-index:11;
transition: 0.3s ease-out;
}
.home-map-banner.full-wrapious{
position: relative;
top: 0;
left: 0;
height: 585px;
width: 100%;
overflow: hidden;
}
.home-map-banner.full-wrapious .advance-search-container {
position: absolute;
bottom: 0px;
left: 0;
z-index: +33;
transition: all 0.4s;
max-width: 1170px;
margin: 0 auto !important;
width: 100%;
right: 0;
}
.location-listing {
border: 1px solid #eaebf1;
width: 100%;
border-radius: 0.4rem;
margin-top: 25px;
}
.location-listing-thumb{
width:100%;
padding:10px 10px 0;
display:inline-block;
}
.location-listing-thumb a {
display: inline-block;
}
.location-listing-thumb img {
border-radius: 0.4rem;
}
.location-listing-caption {
text-align: center;
padding: 1rem 0;
}
.location-listing-caption h4 {
margin: 0;
font-size:16px;
}
.location-listing-caption span {
font-size:13px;
font-weight: 600;
}
/*------------------ New Search ---------------*/
.hero-header .search-form, .hero-header .search-big-form{
margin-top:2rem;
}
.search-form .form-control{
height: 60px !important;
border-radius:0px;
padding-left:40px;
box-shadow:none;
}
.search-form .btn {
height: 60px !important;
border-radius:0px;
box-shadow:none;
}
.search-form .select2-container--default .select2-selection--single {
height:60px;
border:none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:58px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:60px;
}
.search-big-form .form-control{
height:70px !important;
border-radius:0px;
padding-top:.6rem;
padding-bottom:.6rem;
padding-left:45px;
box-shadow:none;
}
.search-big-form .btn {
height:70px !important;
border-radius:0px;
padding-top:.6rem;
padding-bottom:.6rem;
box-shadow:none;
}
.search-big-form .select2-container--default .select2-selection--single {
height:70px;
border:none;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:68px;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:70px;
}
.search-form .form-group i{
position: absolute;
color: #bbc6d4;
left:15px;
top:24px;
}
.search-big-form .form-group i{
position: absolute;
color: #bbc6d4;
left:13px;
top:25px;
font-size:22px;
}
.search-big-form.no-border .form-control:hover, .search-big-form.no-border .btn:hover,.search-big-form.no-border .form-control:focus, .search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover, .search-form.no-border .btn:hover,.search-form.no-border .form-control:focus, .search-form.no-border .btn:focus{
outline:none;
border:none;
box-shadow:none;
}
.search-big-form.no-border .form-control, .search-big-form.no-border .btn,
.search-form.no-border .form-control, .search-form.no-border .btn{
transition: 0.3s;
border:none;
}
form.search-big-form.search-shadow, form.search-form.search-shadow {
padding: 15px;
background: rgba(255,255,255,0.2);
border-radius: 4px;
}
.br-all .select2-container--default .select2-selection--single{
border:1px solid #e0ecf5 !important;
}
.select2-dropdown {
border: 1px solid #e0ecf5;
z-index: +33333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #e0ecf5;
}
.search-header-banner {
background:#f6faff;
padding: 2em 0;
}
/*----------- Input With Icons ------------*/
.input-with-icon {
position: relative;
width: 100%;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container{
border: none;
border-radius:5px;
padding-right: 45px;
height:60px;
background: #ffffff;
overflow: hidden;
box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
.input-with-icon i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
font-size:18px;
color:#a2a9bf;
font-style: normal;
cursor: normal;
pointer-events: none;
}
.input-with-icon img {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
cursor: normal;
}
.hero-search-content.side-form .form-control, .hero-search-content.side-form .select2-container--default .select2-selection--single{
background: #edf1fb !important;
box-shadow: none !important;
text-align: left;
}
.hero-search-content.side-form .select2-container--default .select2-selection--single{
background: #edf1fb !important;
box-shadow: none !important;
border-radius: 5px;
padding-left:15px !important;
}
.hero-search-content.side-form label, label {
font-size: 14px;
font-weight: 600;
color: #455892;
/* font-family: 'cairo', sans-serif; */
}
.hero-search-content.side-form .form-control::-webkit-input-placeholder{color:#6877a5;}
.hero-search-content.side-form .form-control:-ms-input-placeholder{color:#6877a5;}
.hero-search-content.side-form .form-control::placeholder{color:#6877a5;}
/*----------------- Search By Location --------------*/
.location-property-wrap {
display: block;
position: relative;
width: 100%;
overflow: hidden;
border-radius: 8px;
background: #ffffff;
margin-bottom:30px;
transition:all ease 0.4s;
border: 1px solid #e2e6f1;
}
.location-property-thumb {
position: relative;
overflow: hidden;
}
.location-property-thumb img{
transition:all ease 0.4s;
height: auto;
object-fit: cover;
}
.location-property-content {
padding: 1.5rem 1rem;
display: flex;
align-items: center;
width: 100%;
flex-direction: unset;
}
.lp-content-flex {
flex: 1;
text-align: left;
}
.lp-content-flex .lp-content-title {
font-size: 17px;
margin-bottom: 0px;
text-align: left;
min-height: 8vh;
}
.lp-content-right .lp-property-view {
width: 40px;
height: 40px;
background: #0fca98;
color:#ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
transition:all ease 0.4s;
border-radius: 50%;
}
.location-property-wrap:hover .location-property-thumb img, .location-property-wrap:focus .location-property-thumb img{
transform:scale(1.5);
}
/*--------------- Sidebar Search -------------*/
.filter-sidebar {
height: 100vh;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: #fff;
overflow: hidden;
transition: 0.5s;
padding-top: 50px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.filter-sidebar .show-hide-sidebar {
padding:10px 20px;
overflow-y: scroll;
position: relative;
width: calc(100% + 17px);
min-height:300px;
display: block;
height: 100%;
}
.filter-sidebar .ur-detail-wrap {
padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
position: absolute;
top: 10px;
right: 12px;
font-size: 36px;
margin-left: 50px;
width: 30px;
height: 30px;
background:#1ac790;
text-align: center;
font-size: 11px;
padding: 0;
line-height: 32px;
color: #ffffff;
border-radius: 50%;
}
.simple-sidebar {
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
padding: 25px;
margin-bottom: 30px;
}
.simple-sidebar .input-with-icon .form-control, .simple-sidebar .input-with-shadow .form-control, .simple-sidebar .input-with-shadow .select2-container, .simple-sidebar .input-with-icon .select2-container {
box-shadow: none;
border: 1px solid #e7ebf1;
}
.search-sidebar_header {
display: none;
position: relative;
width: 100%;
height: 3rem;
padding: 0rem 0rem 0.5rem;
background-color: #fff;
border-bottom: 1px solid #dfe4ec;
margin-bottom: 1rem;
}
.search-sidebar_header .ssh_heading {
margin: 0;
flex: 1;
font-size:16px;
}
.simple-sidebar button.w3-bar-item.w3-button.w3-large {
background: #ffffff;
border: none !important;
cursor:pointer;
outline:none !important;
color: #465169;
}
@keyframes animateleft {
from {
left: -300px;
opacity: 0
}
to {
left: 0;
opacity: 1
}
}
/*---------------- Sidebar Search Style 2 --------------*/
.search-styles-2{
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
margin-bottom: 30px;
overflow:hidden;
}
.search-inner {
padding: 2rem 0 1rem;
}
.single_search_boxed {
padding: 0;
border-top: 1px solid #eef0f5;
display: inline-block;
width: 100%;
}
.search-styles-2 label {
font-size: 13px;
font-weight: 500;
color: #455892;
}
.single_search_boxed:first-child {
border-top: none;
}
.widget-boxed-header {
padding: 0;
width: 100%;
position: relative;
display: block;
}
.widget-boxed-header h4 {
font-size: 14px;
text-transform: uppercase;
font-weight:600;
margin: 0;
}
.widget-boxed-header h4 a {
height: 100%;
display: block;
color:#2D3954 !important;
position: relative;
padding: 1rem 0rem;
}
.widget-boxed-header h4 a:before {
content: "\e622";
position: absolute;
width: 25px;
height: 25px;
right: 0;
top: 52%;
transform: translate(-10%, -52%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #f4f5f7;
font-family: 'cairo', sans-serif;
font-size: 10px;
color: #445977;
}
.widget-boxed-header h4 a.collapsed:before {
content: "\e61a";
background: #f5f7fb;
color: #140c40;
}
.hm_nav {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1.5rem 20px 1.5rem;
background-color: #fff;
border-bottom: 1px solid #ecf0f7;
}
.hm_nav_title {
font-size: 17px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'cairo', sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.3;
font-weight: 800;
text-align: center;
position: absolute;
letter-spacing: 0.4px;
left: 0;
right: 0;
margin: 0;
}
span.mod-close {
font-size: 15px;
color: #1a1e2b !important;
cursor: pointer;
z-index: 1;
box-shadow:none !important;
}
span.hm_nav_clear {
font-weight: 600;
color: #140c40;
font-size: 13px;
}
.filter-search-box .form-group .form-control {
margin: 0 !important;
box-shadow: none !important;
background: rgba(174,189,219,.12);
border: 1px solid transparent;
color: #707e9c;
border-radius: 4px;
}
.filter-search-box, .form-group.filter_button{
padding: 0em;
}
.widget-boxed-header .selected {
display: block;
line-height:1.2;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
color: #72809D;
font-family: 'cairo', sans-serif;
}
.filter_wraps .radio-custom + .radio-custom-label:before {
margin-right:0px;
}
.filter_wraps [type="radio"]:checked + label, .filter_wraps [type="radio"]:not(:checked) + label {
padding-left: 0;
width:100%;
}
.filter_wraps [type="radio"]:checked + label:before, .filter_wraps [type="radio"]:not(:checked) + label:before {
right: 0;
left:auto;
}
.filter_wraps [type="radio"]:checked + label:after, .filter_wraps [type="radio"]:not(:checked) + label:after {
right:3px;
left:auto;
}
.filter-list li {
padding: 1rem 0;
border-bottom: 1px solid rgba(20,12,64,.12);
}
.filter-list li:last-child {
padding-bottom:0;
border-bottom:none;
}
.filter_wraps .checkbox-custom + .checkbox-custom-label:before {
right: 0;
margin-right:0px;
position: absolute;
}
.filter_wraps .checkbox-custom:checked + .checkbox-custom-label:before {
box-shadow:none;
}
.filter_wraps .checkbox-custom, .filter_wraps .checkbox-custom-label, .filter_wraps .radio-custom, .radio-custom-label {
width:100%;
margin:0;
}
/*------------- Advance Search ------------*/
.advance-search .form-group {
margin-bottom:0rem;
}
.advance-search .search-big-form .form-group i {
color: #fd5332;
}
.adv-search-filter {
float: left;
margin-bottom:1rem;
display: inline-block;
}
.adv-filter-box {
display: inline-block;
margin-left: 15px;
}
.btn-flit {
width: 42px;
border-radius: 2px;
border: 1px solid #d1dade;
color:#646e7b;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-flit.active {
color: #fd5332;
}
.btn.btn-order-by-filt {
background: transparent;
border: 1px solid #d1dade;
color:#646e7b;
padding:9px 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.btn.btn-order-by-filt i{
margin-left:5px;
}
.back-brow {
display: inline-block;
margin-bottom: 1rem;
}
.back-btn {
font-weight: 600;
opacity: 0.9;
}
.back-btn i {
margin-right:5px;
}
.back-btn:hover, .back-btn:focus{
opacity:1;
}
/*====================================
Property Style
======================================*/
.slick-slider .property-listing, .slick-slider .agents-grid{
margin-bottom: 10px !important;
}
.property-listing {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
border: 1px solid #e5e9ec;
}
#vip-listing{
float: left;
}
#vip-star{
text-align: center;
width: 20%;
background-color: rgba(12, 130, 166, .5);
/*background-image: linear-gradient(to left, #051937, #004770, #007c9e, #00b4b8, #12ebbc);*/
position: absolute;
z-index: 999;
right: 0;
bottom: 0;
justify-content: center;
border-radius: 10px 0px 0px 10px;
}
#vip-star p{
font-family: 'cairo', sans-serif;
color: white;
text-align: center;
vertical-align: middle;
padding-top: 0.5rem;
line-height: 20px;
}
.property-listing.property-1 .listing-img-wrapper {
overflow: hidden;
position:relative;
}
.property-listing.property-1 .listing-img-wrapper>a {
position: relative;
display: block;
width: 100%;
transition:all ease 0.4s;
}
.property-listing.property-1 .listing-img-wrapper>a:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
display: block;
bottom: 0;
}
.property-listing.property-1 .listing-img-wrapper img{
max-height:200px;
width: 100%;
}
.property-listing.property-1 .listing-detail-wrapper {
padding: 1.5rem 1rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
flex-direction: unset;
}
.listing-detail-wrapper h4{
color:#196aa2 !important;
font-weight:bold !important;
font-size:16px !important;
}
.listing-detail-wrapper h4 a
{
font-size: 16px; font-weight:bold; color:#196aa2; padding-right:5px;
}
.property-listing.property-1 .listing-short-detail{
flex:1;
text-align: center;
color:#196aa2;
min-height: 2.9rem;
}
.avater-30 {
max-width: 30px;
}
.property-listing.property-1 .listing-name {
font-size: 17px;
margin-bottom: 5px;
text-align: center;
}
.property-listing.property-1 .listing-location{
font-size:13px;
font-weight: bold;
margin-bottom: 2px;
justify-content: flex-start;
text-align: left;
}
.property-listing.property-1 .listing-location i{
}
.property-listing.property-1 .like-btn {
width: 40px;
height: 40px;
border: 1px solid #e5e9ec;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 44px;
color:#0ac1a7;
transition:ease 0.4s;
}
.property-listing.property-1 .listing-like-top{
position:absolute;
top:20px;
left:20px;
}
.property-listing.property-1 .listing-like-top i {
color: #fe3e67;
width: 38px;
height: 38px;
line-height: 40px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
margin-right: 3px;
}
.property-listing.property-1 .listing-features-info ul {
margin: 0;
display:table;
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-1 .listing-features-info ul li{
display:inline-block;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
width:33.333333%;
list-style:none;
}
.property-listing.property-1 .listing-features-info ul li:last-child{
border-right:none;
}
.property-listing.property-1 .listing-features-info ul li strong{
font-weight:600;
margin-right:5px;
}
.property-listing.property-1 .listing-footer-wrapper{
padding:0.9rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-1 .listing-footer-wrapper .listing-price{
flex:1;
color:#0ac1a7;
}
.property-listing.property-1 .listing-price .list-pr{
color:#2a4fba;
font-size:18px;
margin:0;
}
.property-listing.property-1 .listing-rating {
position: absolute;
left: 20px;
bottom: 20px;
}
.property-listing.property-1 .listing-rating i {
color: #ffffff;
margin-right: 3px;
}
.property-listing.property-1 .listing-rating i.filled {
color:#ff9800;
}
.property-listing.property-1 .property-type {
position: absolute;
right: 20px;
top: 20px;
background: #ffffff;
color: #21293a;
padding: 4px 15px;
border-radius: 50px;
font-size: 12px;
text-transform: uppercase;
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
}
.property-listing.property-1 .listing-img-wrapper>a:hover:before, .property-listing.property-1 .listing-img-wrapper>a:focus:before{
background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-1 .property-listing:hover .like-btn, .property-listing.property-1 .property-listing:focus .like-btn{
background:#ff9800;
color:#ffffff;
border-color:#ff9800;
}
/*------------ Property Style: Classic Style Real Estate -----------*/
.property_item {
background: #fff;
position: relative;
border-radius:6px;
overflow: hidden;
margin-bottom:30px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.image{
position: relative;
}
.image a{
display: block;
}
.sb-date {
position: absolute;
top: 30px;
left: 30px;
display: inline-block;
background:rgba(23, 42, 76, 0.4);
color: #ffffff;
padding: 8px 15px;
border-radius: 50px;
font-size: 14px;
}
.sb-date i {
margin-right:7px;
}
span.tag_t {
position: absolute;
right: 20px;
bottom: 20px;
display: inline-block;
padding: 7px 15px;
background: #22326b;
border-radius: 4px;
color: #ffffff;
}
.proerty_content {
position:relative;
padding: 2em 2em 1.5em;
}
.proerty_text {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
align-items: center;
}
.proerty_text .captlize {
font-size: 16px;
font-weight: 600;
flex: 1;
line-height: 1;
margin-bottom:5px;
}
.property_meta {
display: block;
margin: 2em 0 1rem;
}
.classical-list .proerty_price {
margin: 0;
font-weight:600;
color:#049869;
}
.property_add{
color:#72809D;
}
.classical-list .btn{
transition: 0.3s;
font-size: 14px;
padding:12px 18px;
}
.btn.btn-theme {
background:#fd5332;
border:1px solid #fd5332;
border-radius: 4px;
margin-right:4px;
margin-bottom:5px;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
background:#fd5332;
border:1px solid #fd5332;
color:#ffffff;
}
.btn.btn-theme-light {
color:#fd5332;
background:rgba(253, 83, 50,0.12);
border-radius: 4px;
margin-bottom:5px;
}
.btn.btn-theme-light-2:hover, .btn.btn-theme-light-2:focus, .btn.btn-theme-light-2{
background: rgba(15,202,152,0.2) !important;
border:2px solid rgba(15,202,152,0.3) !important;
padding:16px 50px;
color: #0fca98 !important;
}
.btn.btn-theme-light:hover, .btn.btn-theme-light:focus, .btn.btn-theme-light{
background: rgba(18,102,227,0.2) !important;
border:2px solid rgba(18,102,227,0.3) !important;
padding:16px 50px;
color:#1266e3 !important;
}
/*-------- Property Style: Property Style 2 ---------*/
.property-listing {
position: relative;
width: 100%;
border-radius:0.5rem;
overflow: hidden;
background: #ffffff;
margin-bottom:30px;
border:none;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.property-listing.shadow-none {
box-shadow:none;
-webkit-box-shadow:none;
}
.property-listing.property-2 .listing-img-wrapper {
overflow: hidden;
position:relative;
min-height: 200px;
max-height: 200px;
}
.list-img-slide {
overflow: hidden;
position: relative;
min-height: 210px;
max-height: 210px;
}
.property-listing.property-2 .listing-img-wrapper>a {
position: relative;
display: block;
width: 100%;
transition:all ease 0.4s;
}
.property-listing.property-2 .listing-img-wrapper>a:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
display: block;
bottom: 0;
}
.property-listing.property-2 .listing-img-wrapper img{
max-height: 200px;
min-height: 200px;
width: 100%;
background-color: #ccc;
object-fit: contain;
}
.property-listing.property-2 .listing-detail-wrapper {
padding:0.5rem 1rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-2 .listing-short-detail{
flex:1;
text-align: center;
color:#196aa2;
}
.listing-name{
direction:ltr;
}
.property-listing.property-2 .listing-name {
font-size:16px;
position: relative;
margin-bottom:0px;
font-weight: normal;
}
.property-listing.property-2 .listing-location{
font-size:14.5px;
margin-bottom: 2px;
}
.property-listing.property-2 .list-status {
position: relative;
margin-left: 10px;
top: -3px;
z-index: 2;
width: 20px;
height: 20px;
background: #0ac186ee;
text-align: center;
border-radius: 50%;
font-size: 9px;
line-height: 22px;
color: #ffffff;
box-shadow: none;
display: inline-block;
}
.property-listing.property-2 .listing-location i{
margin-right:5px;
}
.property-listing.property-2 .listing-features-info ul {
margin: 0;
display:table;
width:100%;
padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-2 .listing-features-info ul li{
display:inline-block;
width:33.333333%;
list-style:none;
}
.property-listing.property-2 .listing-features-info ul li:last-child{
border-right:none;
}
.property-listing.property-2 .listing-features-info ul li strong{
font-weight:600;
margin-right:5px;
}
.property-listing.property-2 .listing-footer-wrapper{
padding:0.5rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-2 .listing-footer-wrapper .listing-like{
flex:1;
color:#0ac1a7;
}
.property-listing.property-2 .like-btn {
background: #f3f4f7;
border: 1px solid #edeff3;
width: 36px;
height: 36px;
line-height: 38px;
text-align: center;
display: inline-block;
border-radius: 50%;
transition:all ease 0.4s;
}
.property-listing.property-2 .listing-price, .property-listing.property-2 .listing-contact-info{
position: absolute;
left: 20px;
bottom: 20px;
z-index: 1;
}
.property-listing.property-2 .listing-price .list-pr,
.property-listing.property-2 .listing-price > *,
.property-listing.property-2 .listing-contact-info > *{
color:#ffffff;
margin:0;
}
.property-listing.property-2 .listing-detail-btn .more-btn{
padding:6px 15px;
color:#ffffff;
border:1px solid #ff9800;
background:#ff9800;
border-radius:2px;
}
.rate-btn {
font-weight: 800;
color: #FF9800;
font-size: 18px;
}
.property-listing.property-2 .list-rating i {
color: #ffffff;
width: 30px;
height: 30px;
line-height: 26px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 14px;
background: #ff9800;
border: 1px solid #ff9800;
margin-right: 3px;
}
.property-listing.property-2 .list-save i {
color: #ffffff;
width: 38px;
height: 38px;
line-height: 36px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: #fe3e67;
border:1px solid #fe3e67;
margin-right: 3px;
}
.property-listing.property-2 .list-save-top{
position:absolute;
top:20px;
right:20px;
}
.property-listing.property-2 .list-save-top i {
color: #fe3e67;
width: 38px;
height: 38px;
line-height: 40px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
margin-right: 3px;
}
.property-listing.property-2 .listing-category {
position: absolute;
right: 20px;
bottom: 25px;
background: rgba(255,255,255,0.1);
color: #ffffff;
padding: 5px 15px;
border-radius: 50px;
font-size: 14px;
text-transform:capitalize;
-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.list-featured {
position: absolute;
left: 15px;
top: 15px;
background: #ffffff;
padding: 7px 20px;
border-radius: 50px;
color: #4c5871;
}
.list-featured i {
margin-right: 5px;
color: #ff9802;
}
.property-listing.property-2 .listing-post-status i {
margin-right: 7px;
position: relative;
top: 1px;
}
.property-listing.property-2 .listing-img-wrapper>a:hover:before, .property-listing.property-2 .listing-img-wrapper>a:focus:before{
background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-2:hover .like-btn, .property-listing.property-2:focus .like-btn{
background:#ff9800;
color:#ffffff;
border-color:#ff9800;
}
.price-features-wrapper {
padding: 0.1rem 0.5rem 0.1rem;
display: flex;
flex-wrap: wrap;
flex-direction: unset
}
.price-features-wrapper .listing-price-fx{
flex:1;
}
.inc-fleat {
margin-left:15px;
color:#72809D;
}
.list-fx-features {
width: 100%;
position: relative;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.listing-card-info-icon {
display: inline-block;
position: relative;
vertical-align: top;
width: 33.333333%;
flex: 0 0 33.333333%;
margin-bottom: 0rem;
margin-right:0.1rem;
font-size: 12px;
color: #196aa2;
font-weight: 600;
direction: ltr !important;
}
.property-type {
font-size: 14px;
margin: 0;
}
.listing-short-detail-wrap {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-direction: row-reverse;
color: #196aa2 !important;
}
/*.listing-short-detail-wrap:hover{
color: #00A877;
}*/
.inc-fleat-icon {
margin: 5px;
margin-left:0px !important;
width: 20px;
height: 20px;
background:#edf1f9;
border-radius: 50%;
text-align: center;
display:inline-flex;
align-items: center;
justify-content: center;
/* border: 2px solid #e0e4ef; */
}
.listing-card-info-price {
line-height: 1.8;
font-weight: bold;
position:relative;
direction: ltr !important;
text-align: center;
color:#0fca98 !important;
}
.listing-card-info-price2 {
line-height:1.8;
font-weight: bold;
position:relative;
direction: ltr !important;
text-align: left;
color:#0fca98 !important;
}
.price-prefix:before {
content: '$';
position: absolute;
left: 0;
top:0em;
font-size: 0.6em;
color: inherit;
}
.listing-price-fx .price-suffix {
font-size: 14px;
color: #72809D;
font-weight: 400;
}
.modern-pro-wrap {
position: absolute;
top:30px;
left:30px;
}
.property-listing.property-2.modern .property-type {
position:relative;
background:#323d50;
right:0;
bottom:0;
}
.property-listing.property-2.modern .modern-pro-wrap span {
position: relative;
padding: 8px 20px;
z-index: 1;
margin-right: 10px;
font-size: 14px;
border-radius: 4px;
color: #ffffff;
box-shadow:none;
text-transform:capitalize;
}
.listing-price-with-compare {
position: absolute;
left:0;
bottom: 20px;
z-index: 1;
display: flex;
align-items: center;
width: 100%;
padding: 0 25px;
flex-wrap: wrap;
}
.listing-price-with-compare h4 {
margin: 0;
flex: 1;
color: #ffffff;
font-weight: 500;
}
.listing-price-with-compare .lpc-right a {
width: 40px;
height: 36px;
margin-left: 10px;
display: inline-block;
background: rgba(0, 0, 0,0.3);
line-height: 36px;
text-align: center;
color: #ffffff;
border-radius: 0.2rem;
}
.property-listing.property-2.modern .list-img-slide {
overflow: hidden;
position: relative;
min-height: auto;
max-height: 100%;
border-radius: 0.5rem;
}
.property-listing.property-2.modern .listing-img-wrapper img {
object-fit: cover;
height: 100%;
width: 100%;
min-height: auto;
max-height: 100%;
margin-bottom:-2px;
}
.property-listing.property-2.modern .listing-img-wrapper {
padding: 10px;
padding-bottom: 0
}
.property-listing.property-2.modern .property-locations{
font-size:14px;
}
.property-listing.property-2.modern .property-locations i {
margin-right:4px;
}
.property-listing.property-2.modern .price-features-wrapper {
padding:1rem 1.5rem 0rem;
display: flex;
flex-wrap: wrap;
}
.property-listing.property-2.modern .listing-card-info-icon {
width: 30%;
flex: 0 0 33.333333%;
font-size: 11px;
}
.property-listing.property-2.modern .home-type.theme-cl {
font-size: 13px;
margin-bottom:5px;
}
.property-listing.property-2.modern .listing-name {
margin-bottom: 5px;
}
.modern-property-footer{
padding:0.5rem 1.5rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
border-top: 1px solid #f0f1f5;
}
.property-author {
flex: 1;
}
.property-author .path-img {
max-width:35px;
width:35x;
display: inline-block;
float: left;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.property-author .path-img img {
border-radius: 50%;
max-width:35px;
}
.property-author h5 {
margin: 0;
margin-top:7px;
font-size: 14px;
font-weight: 500;
}
.property-author h5 a {
color: #808fa0;
}
.modern-property-footer .property-pulish-date {
font-size: 13px;
color: #808fa0;
}
.listing-detail-footer {
padding: 0.5rem 0.5rem;
border-top: 1px solid #e4e8f3;
display: flex;
align-items: center;
width: 100%;
flex-direction: unset;
min-height: 4rem;
text-align: center;
}
.footer-first{
flex:1;
}
.property-reviews {
display: flex;
align-items: center;
position: relative;
color: #c6cce0;
font-size: 10px;
letter-spacing: 4px;
}
.property-reviews i.filled{
color:#fd9428;
}
.foot-location,.foot-location2 {
direction:rtl;
font-size: 15px;
display:flex;
justify-content: flex-end;
text-align: left;
font-weight: bold;
}
.foot-location img,.foot-location2 img{
margin-left:5px;
margin-right:5px;
/* float: left; */
}
.foot-location2{
position:absolute; bottom : 30px; right:20px
}
.footer-flex .prt-view {
padding: 4px 18px;
color:#ffffff !important;
background:#196aa2;
border-radius: 50px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 15px;
transition: 0.3s;
}
.footer-flex .prt-view:hover{
background-color: #0fca98;
color: white;
}
.author-box {
width: 75px;
height: 75px;
border-radius: 50%;
display:flex;
align-items:center;
position:relative;
justify-content:center;
padding:2px;
background: #e9eef7;
}
.author-box img{
border-radius: 50%;
}
.author-box:before {
content: "";
width: 1px;
height: 80%;
background: #d9dfef;
right:-20%;
position: absolute;
}
.listing-short-detail-flex.fl-2 {
flex: 2;
}
.property-listing.property-2 .listing-name .prt-link-detail{
position:relative;
}
.property-listing.property-2 .listing-name .prt-link-detail:before {
content: "";
position: absolute;
width: 18px;
height: 18px;
top: 2px;
left: -23px;
max-width: 100%;
background-image: url(../img/veryfy.svg);
background-size: contain;
object-fit: cover;
}
/*----------------- Download App Design ---------------*/
.content_block_2 .content-box .btn-box .download-btn.play-store {
margin-right: 30px;
}
.content_block_2 .content-box .btn-box .download-btn {
position: relative;
display: inline-block;
float: left;
font-size: 15px;
line-height: 26px;
font-weight: 600;
color: #222e64;
padding: 16px 30px 15px 80px;
border-radius:4px;
z-index: 1;
box-shadow: 0 5px 5px rgba(232, 23, 23, 0.2);
border: 1px solid #e81717;
background: #ffffff;
}
.content_block_2 .content-box .btn-box .download-btn i {
position: absolute;
color: #e81717;
left: 30px;
top: 16px;
font-size: 40px;
}
.content_block_2 .content-box .btn-box .download-btn span {
position: relative;
display: block;
font-size: 14px;
line-height: 18px;
color: #828aaf;
font-family: 'cairo', sans-serif;
font-weight: 500;
}
.content_block_2 .content-box .btn-box .download-btn h3 {
position: relative;
margin-bottom:0;
display: block;
font-size: 24px;
line-height: 26px;
color:#242f65;
font-weight: 600;
transition: all 500ms ease;
}
.content_block_2 .content-box .btn-box .download-btn.app-store h3{
color:#2798ff;
}
.content_block_2 .content-box .btn-box .download-btn.app-store i {
color:#242f65;
}
.content_block_2 .content-box .btn-box .download-btn.app-store {
box-shadow: 0 5px 5px rgba(34, 46, 100, 0.2);
border: 1px solid #242f65;
}
.form-control:focus{
box-shadow:none;
}
.caption-wrap-content h2, .caption-wrap-content p{
color:#ffffff;
}
.caption-wrap-content a:hover, .caption-wrap-content h2:focus{
color:#ffffff;
background:#08184b;
border-color:#08184b;
}
/*------------ Agent Grid ---------*/
.shadow-none{
box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.agents-grid{
position: relative;
background:#ffffff;
border-radius: 6px;
margin-bottom:30px;
border:none;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.fr-grid-thumb {
width: 100%;
border-radius: 6px;
height: 200px;
overflow: hidden;
display: table;
position: relative;
padding: 0.7em;
}
.fr-grid-thumb a {
display: inline-flex;
height: 250px;
overflow: hidden;
width: 100%;
}
.fr-grid-thumb img {
width: 100%;
border-radius: 6px;
object-fit: cover;
}
.fr-grid-deatil {
display: flex;
align-items: center;
padding: 0rem 1.5rem 1rem;
width: 100%;
}
.fr-grid-deatil-flex {
flex: 1;
}
.fr-grid-deatil-flex .fr-can-name {
margin-bottom: 0;
}
.fr-can-rating {
display: flex;
align-items: left;
text-align: left;
justify-content: flex-start;
}
.agent-property {
font-size: 14px;
}
.fr-position{
font-size:15px;
}
.fr-can-rating{
text-align: left;
}
.fr-can-rating i {
font-size:10px;
margin-right:3px;
color: #c4c8d0;
}
.fr-can-rating i.filled {
color: #ff9800;
}
.reviews_text {
margin-left:8px;
font-size: 13px;
font-weight: 600;
}
.agent-email a{
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition:all ease 0.4s;
background: rgba(226, 65, 28, 0.1);
color: #e2411c;
}
.agent-email a:hover,.agent-email a:focus{
color: #ffffff !important;
background: rgba(226, 65, 28, 1);
}
.fr-grid-info {
margin-bottom:1.5rem;
}
.fr-grid-info ul{
margin:0;
padding:0;
}
.fr-grid-info ul li{
list-style:none;
padding:0.1rem 1.5rem;
}
.fr-grid-footer {
display: flex;
align-items: center;
padding: 1rem 1.5rem;
border-top: 1px solid #e2e6f1;
}
.fr-grid-footer-flex {
flex: 1;
}
.fr-position i {
margin-right: 10px;
}
.fr-grid-footer-flex-right .prt-view {
padding: 4px 18px;
color: #ffffff !important;
background: #28a745;
border-radius: 50px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.agent-call a, .agent-call a:hover, .agent-call a:focus{
color:#19b12a;
font-size:22px;
}
span.agent-type {
display: block;
font-size: 14px;
}
ul.fr-grid-social {
padding: 0;
margin: 0 0 1.5rem;
text-align: center;
}
ul.fr-grid-social li{
padding:0 10px;
display:inline-block;
list-style:none;
}
ul.fr-grid-social li a{
font-size:14px;
}
/*---------- Slick Arrow ---------*/
.property-listing.property-2 .slick-slide a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
z-index: 1;
opacity:0.15;
}
.property-listing.property-2.modern .slick-slide a:before{
opacity:0.1;
}
.property-listing .slick-arrow.slick-next {
transform-origin: 100% 0%;
}
.property-listing .slick-arrow {
width:30px;
height:30px;
overflow: hidden;
border-radius:50%;
opacity:0;
background-color: rgba(68, 88, 144, 0.12);
transition: 0.1s;
z-index:1;
}
.slick-next:before {
/*content:"\f152"; */
font-family: 'cairo', sans-serif;
}
.slick-prev:before {
content:'←' !important;
font-family: 'cairo', sans-serif;
}
.property-listing .slick-next {
right:5px;
}
.property-listing .slick-prev {
left:5px;
}
.property-listing .slick-arrow:before {
position: absolute;
top: 0;
width: 30px;
height: 30px;
opacity: 0;
line-height: 30px;
background: rgba(255, 255, 255,0.2);
font-size: 10px;
color: #ffffff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
transition: 0.2s;
}
.property-listing .slick-arrow.slick-next:before {
text-align:center;
left: 0;
}
.property-listing .slick-arrow.slick-prev:before {
text-align:center;
right: 0;
}
.property-listing:hover .slick-arrow:before {
opacity: 1;
}
/* Search Type Buttons*/
.property-search-type {
display: table;
padding-bottom: 35px;
position: relative;
margin: 0 auto;
}
.property-search-type input[type="radio"] { display: none; }
.property-search-type label {
background-color: #fff;
color: #333;
cursor: pointer;
display: inline-block;
text-align: center;
padding: 11px 25px;
margin: 0 15px 0 0;
float: left;
transition: all 0.2s;
border-radius: 4px;
}
.property-search-type label:hover,
.property-search-type label.active {
background-color:#fd5332;
color: #fff;
}
.property-search-type-arrow {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
bottom: 0;
left: 0;
transform: translate3d(3px,0,0);
}
/*------------------------------------------------
Detail Page Style
------------------------------------------------*/
.block-wrap {
display: block;
width: 100%;
background: #ffffff;
padding: 40px;
padding-top: 15px;
border-radius:8px;
margin-bottom:30px;
}
.block-wraps {
background: #ffffff;
border-radius: 8px;
margin-bottom: 30px;
overflow:hidden;
}
.block-wrap:last-child{
margin-bottom:0px;
}
.block-wraps .block-header {
display: table;
width: 100%;
margin-bottom: 1rem;
border-bottom: 1px solid #08184b;
background: #08184b;
}
.block-header {
display: table;
width: 100%;
margin-bottom: 1rem;
border-bottom: 1px solid #e8eef7;
}
.nav-tabs .nav-link {
margin-bottom:1px;
}
.block-wraps-header .block-body {
padding: 1.5rem;
}
.block-header .block-title {
font-size: 16px;
}
.block-body {
line-height: 1.7;
display: inline-block;
width: 100%;
}
.avl-features{
margin:0;
padding:0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dw-proprty-info{
margin:0;
padding:0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.avl-features li {
display: block;
list-style: none;
position: relative;
margin: 10px 0 10px;
padding-left: 30px;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width:33.333333%;
}
.avl-features li:before {
content: "\e64c";
font-family: 'Cairo', sans-serif;
position: absolute;
color: #00ba74;
width: 20px;
height: 20px;
background: rgba(0, 186, 116,0.1);
text-align: center;
line-height: 20px;
border-radius: 50%;
left: 0;
top: 5px;
font-size: 10px;
}
.dw-proprty-info li {
display: block;
list-style: none;
position: relative;
margin:6px 0;
color:#fd5332;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width:25%;
}
.dw-proprty-info li strong{
display:block;
color:#2a3c77;
}
.nav-tabs.customize-tab {
border: none;
margin-bottom:0px;
}
.nav-tabs.customize-tab li {
border-right: 1px solid #253465;
}
.nav-tabs.customize-tab li:last-child {
border-right:none;
}
.nav-tabs .nav-item {
margin: 0;
}
.nav-tabs .nav-link {
background: #3151B7;
color: #ffffff;
border-radius: .22rem;
margin-right: 10px;
padding: .7rem 2rem;
border:none;
}
.nav-tabs.customize-tab .nav-link {
background: transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color:#ffffff;
background-color:#fd5332;
border-color: #fd5332;
}
.nav-tabs.customize-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active{
background: #2f4ba5 !important;
color:#ffffff;
border-radius:0rem;
margin-right:0px;
}
.accordion {
border:none;
}
.accordion-item .accordion-body{
text-align: left;
direction: ltr;
}
.accordion-item .form-check-label{
padding-right: 30px;
}
.accordion .card {
border: none;
}
.accordion-header{
direction: ltr;
}
.card-header {
background: #f5f8fb;
border-bottom:1px solid #e2e6ea;
}
.accordion .btn-link {
color: #5c657f;
text-decoration: none;
}
.accordion .btn-link>span {
font-size: 12px;
font-weight: 400;
margin-left: 15px;
background: #e8ecf1;
padding: 6px 15px;
border-radius: 2px;
}
.sidebar-property-slide .slick-prev, .sidebar-property-slide .slick-next {
top:-26px;
}
.sidebar-property-slide .slick-prev {
left: auto;
right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 11px;
opacity: 1;
color: #333c56;
}
.sidebar-property-slide .single-items {
padding: 0 0px;
}
.accordion .card-title {
margin-bottom: 0;
}
.mfp-ready .mfp-figure {
opacity: 1 !important;
}
/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active{
outline: none!important;
}
.single-advance-property .slick-slide img {
display: block;
max-width: 100%;
}
.single-advance-property .slider-for img{
width:100%;
min-height: 100%;
}
.single-advance-property .slider-nav{
margin: auto
}
.single-advance-property .slider-nav .item-slick{
max-width: 240px;
margin-right: 15px;
outline: none!important;
cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
max-width: 100%;
background-size: cover;
background-position: center;
}
.single-advance-property .slider-nav{
margin: auto;
}
.single-advance-property .slider-nav .item-slick{
max-width: 240px;
margin-right:0px;
outline: none!important;
cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
max-width: 100%;
background-size: cover;
background-position: center;
}
.single-advance-property .slick-arrow{
position: absolute;
top: 50%;
z-index: 50;
margin-top: -12px;
}
.single-advance-property .slick-prev{
left: 0;
}
.single-advance-property .slick-next{
right: 0;
}
.single-advance-caption {
padding: 2em;
}
.property-name-info {
margin-bottom: 2rem;
}
.property-name-info .property-name {
margin-bottom: 5px;
}
.property-price-info {
margin-bottom: 2rem;
}
.property-price-info .property-price {
margin-bottom:5px;
}
.property-statement ul {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.property-statement ul li {
display: inline-block;
width: 50%;
float: left;
vertical-align: top;
}
.property-statement ul li>i {
float: left;
font-size: 35px;
margin-right: 10px;
margin-top: 5px;
}
.ps-trep {
margin-left: 50px;
vertical-align: top;
}
.ps-trep span {
margin-bottom: 3px;
display: inline-block;
color:#2a3c77;
}
.ps-trep .ps-type {
color:#fd5332;
}
.single-advance-property .slick-next {
right: 20px;
}
/*--- Magnific ----*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{
cursor: pointer;
}
.mfp-container:hover{
cursor: default;
}
.image-source-link{
color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg{
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container{
opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg{
opacity: 0;
}
.mfp-ready .mfp-figure{
opacity: 0;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
opacity: 0;
transition: all 0.3s ease-out;
transform: scale(0.95);
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
transform: scale(0.95);
opacity: 0;
}
.mfp-iframe-scaler{
overflow: visible;
}
.mfp-zoom-out-cur{
cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
cursor: pointer;
}
.page-title {
width: 100%;
height: 200px;
text-align: left;
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
justify-content: center;
background:#2540a2;
}
.page-title .ipt-title {
color: #ffffff;
}
.ipn-subtitle {
color: #7590f3;
}
.overlio-40 {
margin-top: -40px;
}
.ipt-title {
margin-bottom: 5px;
}
.ipn-subtitle {
font-size: 20px;
font-family: initial;
font-style: italic;
}
.page-title.bb-title {
background-size:cover !important;
background-position:center !important;
}
.page-title.bb-title .ipt-title {
color:#ffffff;
}
.page-title.bb-title .ipn-subtitle {
color:#ffffff;
opacity:0.8;
}
/*------------ List Property Sidebar -----------*/
.sides_list_property {
width: 100%;
display: flex;
align-items: center;
padding: 1rem 1rem 0.8rem;
border: 1px solid #e7eaec;
border-radius: 0.4rem;
background: #ffffff;
margin-bottom:15px;
}
.sides_list_property_thumb {
width: 125px;
height: 75px;
border-radius: 4px;
overflow: hidden;
}
.sides_list_property_thumb img {
height: 100%;
width: 100%;
object-fit: cover;
}
.sides_list_property_detail {
padding-left: 0.7rem;
width: 100%;
}
.sides_list_property_detail .lists_property_status {
font-size: 13px;
}
.sides_list_property_detail h4 {
font-size: 16px;
line-height: 1;
margin: 0px 0 2px;
}
.sides_list_property_detail span {
font-size: 13px;
}
.sides_list_property_detail span i {
margin-right: 4px;
}
.lists_property_price {
display: flex;
align-items: center;
}
.lists_property_price .lists_property_types {
flex: 1;
}
.lists_property_price {
display: flex;
align-items: center;
padding: 8px 0;
}
.property_types_vlix {
display: inline-block;
padding: 4px 15px;
color: #f95d02;
background: rgba(249, 93, 2,0.1);
border-radius: 50px;
font-size: 13px;
}
.property_types_vlix.sale {
color: #03a98a;
background: rgba(3, 169, 138,0.1);
}
.property_types_vlix.buy {
color: #a871e4;
background:rgba(168, 113, 228, 0.1);
}
/*----------- Compare property ---------------*/
.compare-slide-menu {
position: fixed;
top: 0;
transition: 0.4s ease-in-out;
height: 100vh;
background-color: #fff;
right: -320px;
width: 320px;
padding: 0;
z-index:999999;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.csm-content {
overflow-y: scroll;
height: 100%;
width: 340px;
}
.compare-slide-menu.active { right: 0; }
.csm-properties {
padding: 30px 20px;
padding-bottom: 0;
}
.csm-content>h4 {
font-size: 18px;
display: block;
margin: 0 0 0 0;
padding: 30px;
position: relative;
color: #fff;
width: 100%;
background-color: #274abb;
}
/* Trigger */
.csm-trigger {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -50px;
width: 50px;
background-color:#3151b7;
color: #fff;
border-radius: 3px 0 0 3px;
text-align: center;
line-height: 50px;
height: 50px;
font-size: 24px;
cursor: pointer;
}
.csm-trigger:before {
content:"\e6ac";
font-family: 'Cairo', sans-serif;
display: inline-block;
transition: 0.3s ease-in-out;
}
.csm-buttons {
padding: 0 30px;
padding-bottom: 30px;
}
.compare-slide-menu.active .csm-trigger:before {
transform: rotate(180deg);
}
.csm-buttons a.button {
padding: 10px 20px;
font-size: 15px;
display: inline-block;
border-radius: 3px;
}
.csm-buttons a.button.btn-compare, .csm-buttons a.button.reset:hover {
background-color:#3151B7;
color:#ffffff;
}
.csm-buttons a.button.btn-reset, .csm-buttons a.button.reset:hover {
background-color: #ffe6e6;
color: #ea1e1e;
}
.property-listing:hover .remove-compare, .property-listing:focus .remove-compare{
opacity:1;
}
.compare-slide-menu .property-listing {
margin-bottom:25px;
}
.remove-compare {
position: absolute;
top: 15px;
left: 15px;
opacity: 0;
z-index: 4;
transition: all ease 0.4s;
}
.remove-compare>a {
width: 20px;
height: 20px;
display: inline-block;
background: #f32945;
color: #ffffff;
border-radius: 3px;
font-size: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
/*--------------- Compare Property ------------------*/
.comp-property {
display: block;
position: relative;
padding: 0 10px;
min-height: 260px;
}
.comp-property-blank {
display: block;
height: 259px;
}
.compare-slide-menu .property-listing.property-2 .listing-name {
font-size:13px;
}
.compare-slide-menu .listing-card-info-price {
font-size: 18px;
text-align: left;
}
span.remove-from-compare {
position: absolute;
top: 20px;
left: 20px;
background: #e22828;
color: #ffffff;
width: 25px;
height: 25px;
border-radius: 4px;
line-height: 25px;
opacity: 0;
transition: all ease 0.4s;
}
.clp-img {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
}
.clp-title {
padding: 12px 0;
}
.clp-title h4 {
font-size: 17px;
margin: 0 0 2px 0;
}
.comp-property:hover .remove-from-compare, .comp-property:focus .remove-from-compare{
opacity:1;
}
.show-mb {
display: none !important;
}
.pricing-5 {
overflow: hidden;
}
.pricing-5 div[class*='col-'] {
transition: 0.2s linear;
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
padding: 0;
}
.pricing-5 .pricing__title {
min-height: 144px;
padding: 1.625em 0;
position: relative;
}
.pricing-5 .pricing__title h6, .pricing-5 .pricing__title h5 {
margin: 0;
}
.pricing-5 .pricing__title h6 {
opacity: .5;
}
.pricing-5 .pricing__price {
margin-top: 0.8125em;
}
.pricing-5 ul {
margin: 0;
padding: 0;
}
.pricing-5 ul li {
line-height: 1.625em;
padding: 1.625em 0;
list-style:none;
}
.pricing-5 ul li:nth-child(odd) {
background: #f4f4f4;
}
.pricing-5 ul li span:not(.btn__text) {
font-style: italic;
}
.checkmark, .crossmark {
width: 1.625em;
height: 1.625em;
line-height: 1.625em;
background: #64b671;
border-radius: 50%;
display: inline-block;
position: relative;
text-align: center;
}
.crossmark {
background: #e34747;
}
.checkmark:before, .crossmark:before {
content: '\2713';
position: absolute;
color: #fff;
width: 100%;
left: 0;
opacity: 1;
font-size: 13px;
}
.crossmark:before {
content: '\2715';
}
.pricing-5 ul li span:not(:first-child) {
display: inline-block;
margin-left: 0.8125em;
position: relative;
bottom: 6px;
}
@media (min-width: 990px){
.pricing-5 ul li {
height: 4.875em;
}
}
/*------------ Property Detail Detail -------------*/
.gallery_bottom_block {
padding:1em 0;
border-bottom: 1px solid #e9ecf3;
}
.property_info_detail_wrap {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
.property_info_detail_wrap_first {
flex: 1;
}
.prt-sect-pric h3 {
margin: 0;
font-size: 30px;
}
.prt-sect-pric h3 sub {
font-size: 14px;
font-weight: 400;
opacity: 0.8;
}
.pr-price-into h2>i {
font-size: 16px;
font-weight: 400;
font-style: initial;
opacity: 0.9;
}
.pr-price-into h2 {
margin-bottom: 0;
}
.pr-price-into h2 {
margin-bottom: 0;
}
.pr-single-info {
display: inline-block;
margin-left:0.5rem;
position:relative;
}
.pr-single-info:first-child {
margin: 0;
}
span.view-pr {
margin-left: 6px;
position: relative;
top: -3px;
}
.pr-single-info>a {
color:#ffffff !important;
font-size:18px;
width:42px;
height:42px;
border-radius: 2px;
align-items: center;
display: flex;
flex-wrap: wrap;
background:#1c4c75;
justify-content: center;
}
.btn-share, .btn-share:hover, .btn-share:focus {
background:#1c4c75;
color: #ffffff;
border: none;
padding: 0;
outline: none;
cursor: pointer;
width: 42px;
height: 42px;
border-radius: 2px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.share-opt-wrap .dropdown-menu {
text-align: center;
bottom: 55px;
top: initial !important;
left:0 !important;
padding:7px 0 9px;
border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
padding: 2px 6px 0;
line-height: 1;
position: relative;
top: 3px;
display: inline-block;
border-bottom: none;
}
.dropdown-menu.show a i {
margin-right: 7px;
}
.cl-facebook i {
color: #395693 !important;
}
.cl-twitter i {
color: #1c9cea !important;
}
.cl-gplus i {
color: #d23d35 !important;
}
.cl-instagram i {
color: #c82f99 !important;
}
.property_info_detail_wrap.light {
bottom: 2rem;
color: #ffffff;
}
.prties_list {
display: block;
position: relative;
width: 100%;
}
.prties_list ul {
display: block;
width: 100%;
padding: 0;
margin:5px 0 0 0;
}
.prties_list ul li {
display: inline-block;
font-weight: 600;
font-size: 14px;
margin-right: 1rem;
position: relative;
}
.prties_list ul li:before {
content: ".";
position: absolute;
left: -9px;
top: 2px;
font-size: 25px;
line-height: 0;
border-radius: 50%;
}
.prties_list ul li:first-child:before {
display:none;
}
.prt-type {
font-size:13px;
color: #ffffff;
font-weight:500;
background:#333333;
padding: 4px 12px;
border-radius: 2px;
margin-left: 10px;
}
span.prt-type.rent {
background: #3ebd43;
color: #ffffff;
}
span.prt-type.sale {
background:#ff8000;
color: #ffffff;
}
.like_share_wrap{
background-color: #fff;
color: #707070;
border-radius: 4px;
padding:20px;
border: 1px solid #e6eaf3;
transition: 0.25s;
margin-bottom:20px;
}
ul.like_share_list {
padding: 0;
margin: 0;
display: flex;
align-items: center;
width: 100%;
}
ul.like_share_list li {
flex: 0 0 50%;
padding: 0 5px;
list-style: none;
width: 50%;
}
ul.like_share_list li a {
width: 100%;
color: #03a98a !important;
background: rgba(3, 169, 138,0.1);
border: 1px solid #03a98a;
border-radius: 0.4rem;
font-weight: 600;
font-size: 14px;
}
ul.like_share_list li:last-child a {
background: rgba(249, 93, 2,0.1);
color: #f95d02 !important;
border-color: #f95d02;
}
ul.like_share_list li a i{
margin-right:7px;
}
.btn.cop_btn {
width: 100%;
height: 56px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.downld_rport {
background: #ffffff;
border: 1px solid #e6eaf3;
border-radius: 4px;
margin-bottom:20px;
width: 100%;
}
.downld_rport ul {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.downld_rport ul li {
width: 50%;
flex: 0 0 50%;
padding: 1rem 1.5rem;
font-size: 15px;
font-weight: 600;
color: #0fca98 !important;
}
.downld_rport ul li:first-child {
border-right: 1px solid #e6eaf3;
}
.downld_rport ul li i {
font-size: 40px;
margin-right: 10px;
color:#03a98a;
display: inline-table;
float: left;
}
.downld_rport ul li span {
font-size: 13px;
color: #546cb1;
display: block;
}
.downld_rport ul li.pdf i {
color: #e62a1c;
}
/*----------------- Style 2 --------------*/
.property_block_wrap {
display: block;
width: 100%;
background: #ffffff;
padding: 0;
border-radius: 4px;
margin-bottom: 30px;
border: 1px solid #e6eaf3;
}
.property_block_wrap.style-2 {
border-radius: 6px;
border: none;
}
.property_block_wrap.style-2{
border-radius: 6px;
border: none;
}
.property_block_wrap.style-2 .block-body {
padding: 0rem 1.5rem 1rem;
}
.property_block_wrap.style-2 .property_block_wrap_header h4 {
margin: 0;
font-weight: 700;
font-size: 16px;
font-family: 'Cairo', sans-serif;
color: #140c40;
}
.property_block_wrap.style-2 .property_block_wrap_header h4:after {
font-family: "Font Awesome 5 Free";
content: "\f106";
position: relative;
float: left;
margin-right: 0px;
transition: 0.2s ease-out;
background: #f5f7fb;
width: 26px;
height: 26px;
font-weight:600;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.property_block_wrap.style-2 .property_block_wrap_header .collapsed h4:after {
transform: rotate(180deg);
}
.property_block_wrap.style-2 .property_block_wrap_header h4:before{
display:none;
}
.property_block_wrap.style-2 .property_block_wrap_header {
padding: 1rem 1.5rem;
border: none;
}
.property_block_wrap.style-2 .property_block_wrap_header.no-collapse h4:after {
display:none;
}
ul.deatil_features {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
ul.deatil_features li {
width: 33.333333%;
flex: 0 0 33.333333%;
display: inline-block;
font-size: 13px;
color: #546cb1;
margin-bottom: 1.2rem;
line-height: 1.5;
}
ul.deatil_features li strong {
color: #08184b;
display: inline-block;
font-size: 14px;
margin-right: 10px;
}
.nearby-wrap {
margin-bottom: 2rem;
}
.nearby-wrap:last-child {
margin-bottom:0rem;
}
.neary_section_list {
width: 100%;
position: relative;
display: block;
}
.neary_section {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 6px 0;
}
.neary_section:last-child{
border-bottom:none;
}
.neary_section_first {
flex: 1;
}
.neary_section_first .nearby_place_title {
font-size: 14px;
margin: 0;
color: #140c40;
font-family: 'Cairo', sans-serif;
}
.neary_section_last {
display: flex;
align-items: center;
}
.neary_section_first .nearby_place_title>small {
margin-left: 10px;
}
.neary_section_last i {
font-size: 10px;
color: #ced1e4;
}
.neary_section_last i.filled {
color: #FF9800;
}
.reviews-count {
margin-left: 5px;
}
.nearby_header {
display: flex;
width: 100%;
align-items: center;
position: relative;
margin-bottom: 1rem;
}
.nearby_header_first {
flex: 1;
}
.nearby_header_first h5 {
margin: 0;
font-size: 16px;
}
.nearby_header_last .nearby_powerd {
display: flex;
align-items: center;
}
.nearby_header_last .nearby_powerd img {
max-width: 50px;
margin-left: 10px;
}
.list-fx-features {
justify-content: center;
text-align: center;
}
.list-fx-features2 {
justify-content: center;
text-align: left;
}
.listing-card-info-icon {
width: auto;
flex: inherit;
display: inline-flex;
margin-right:0;
margin-bottom: 0.5rem;
align-items: center;
flex-direction: row-reverse;
}
.prt-price-fix {
line-height: 1.4;
color: #28a745;
}
.prt-price-fix sub {
font-size: 15px;
font-weight: 400;
color: #929fc5;
}
.featured_slick_gallery {
position: relative;
}
.btn-view-pic {
position: absolute;
bottom: 30px;
right: 50px;
background: #ffffff;
padding: 15px 26px;
border-radius: 5px;
font-weight: 600;
color: #08184b;
}
.btn-view-pic.top {
position: absolute;
top: 30px;
bottom:auto;
right: 50px;
}
/*------------ Property Detail Style 3 -------------------*/
.property_block_wrap.style-3 {
padding: 1.5rem;
display: flex;
align-items: center;
margin-top: -60px;
border: none;
}
.pbw-flex-thumb {
display: flex;
align-items: center;
justify-content: center;
background: #f0f5fd;
border-radius: 6px;
padding: 2.5rem;
}
.pbw-flex {
padding-left: 2rem;
}
/*------------ Property Detail Style 4 -------------------*/
.property_block_wrap.style-4 {
background: transparent;
border: none;
text-align: center;
color: #ffffff;
}
.property_block_wrap.style-4 .prt-types.sale {
background: #3b58c3;
color: #ffffff;
margin-bottom: 5px;
}
.property_block_wrap.style-4 .list-fx-features {
justify-content: center;
}
.property_block_wrap.style-4 .listing-card-info-icon {
color: #6a84e2;
}
.pbwts-social {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.pbwts-social ul {
padding: 0;
margin: 0;
}
.pbwts-social ul li {
display: inline-flex;
margin-right: 10px;
font-weight: 600;
}
.pbwts-social ul li a {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #3151b7;
border-radius: 50%;
font-size: 12px;
color: white;
border: 1px solid #385ac5;
transition:all ease 0.4s;
}
.pbwts-social ul li a:hover, .pbwts-social ul li a:focus{
background: #ffffff;
color: #2540a2;
border: 1px solid #ffffff;
}
.property_block_wrap.style-4 .prt-price-fix sub {
color: #6e88e8;
}
/*----------------- Vedio -----------------*/
.property_video {
position: relative;
}
.property_video .thumb {
overflow: hidden;
border-radius: 6px;
}
.bb-video-box {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.bb-video-box-inner {
width: 100px;
height: 100px;
background: rgba(255,255,255,0.5);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.bb-video-box-innerup {
width: 65px;
height: 65px;
background: rgba(255,255,255,0.9);
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
font-size: 25px;
}
.bb-video-box-innerup a {
line-height: 0;
}
ul.list-gallery-inline {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
ul.list-gallery-inline li {
width: 33.333333%;
flex: 0 0 33.33333%;
padding: 5px;
}
ul.list-gallery-inline li a {
display: block;
height: 100%;
width: 100%;
border-radius: 4px;
overflow: hidden;
}
.property_video:before {
background: #17203a;
border-radius:6px;
left: 0;
right: 0;
top: 0;
position: absolute;
content: "";
bottom: 0;
opacity: 0.5;
}
/*---------- General Features: rating ---------*/
.headingTitle2{
font-size:20px!important;
position: relative;
font-weight: 600;
color: #196aa2;
}
.headingTitle {
position: relative;
text-align: center;
font-weight: 600;
color: #196aa2;
}
.headingTitle:before, .headingTitle:after {
position: absolute;
top: 52%;
overflow: hidden;
width: 5%;
margin-left: 10px;
height: 1.5px;
content: '\a0';
background-color: #0fca98;
}
.headingTitle:before {
margin-left: -7%;
text-align: left;
}
.rating-overview {
display: flex;
margin: 35px 0 25px;
background: #fff;
padding: 30px;
padding-right: 20px;
border-radius:8px;
}
.rating-overview-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
border: #ffdead;
width: 135px;
margin-right: 20px;
text-align: center;
border-radius: 0;
border-right: 1px solid #e8e8e8;
padding-right: 27px;
}
.rating-overview-box-total {
font-size: 58px;
font-weight: 700;
line-height: 1em;
display: block;
color: #2a2f3a;
}
.rating-overview-box-percent {
font-size: 15px;
margin-bottom: 0;
display: block;
}
.rating-overview-box .star-rating {
font-size: 16px;
margin: 0;
display: block;
letter-spacing: -.5px;
}
.rating-bars {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-basis: 100%;
margin: 0;
padding: 0;
margin-top: 0;
align-items: center;
}
.rating-bars-item {
margin: 10px 15px;
width: calc(50% - 30px);
justify-content: flex-start;
align-items: flex-start;
display: flex;
flex-direction: column;
}
@media (max-width: 1366px){
.rating-bars-item {
width: calc(50% - 30px);
}
}
.rating-bars-name {
font-weight: 600;
color:#4c4f5a;
display: block;
font-size: 14px;
line-height: 22px;
}
.rating-bars-inner {
display: flex;
width: 100%;
}
.rating-bars-rating {
display: inline-block;
vertical-align: baseline;
background:#f4f5f7;
width: 100%;
height: 6px;
margin-right: 10px;
border-radius: 3px;
overflow: hidden;
background-color:#f4f5f7;
align-self: center;
}
.rating-bars-rating-inner {
height: 6px;
display: block;
background-color:#f4f5f7;
position: relative;
width: 0;
transition: width .5s;
}
.rating-bars-rating.high .rating-bars-rating-inner {
background-color:#00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
background-color:#83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
background-color:#fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
background-color:#e6453c;
}
.rating-bars-item strong {
color:#4c4f5a;
font-size: 12px;
font-weight: 600;
align-self: center;
background:#f4f5f7;
border-radius: 50px;
width: 46px;
height: 22px;
text-align: center;
line-height: 21px;
}
.rating-overview-box .star-rating i {
color:#ff9500;
}
/*------------------------------------------------------------
How it Work
-------------------------------------------------------------*/
.middle-icon-features {
display: table;
width: 100%;
text-align:center;
}
.middle-icon-features-item {
margin-top:30px;
}
.middle-icon-large-features-box {
background:#ffffff;
width: 85px;
height: 85px;
line-height: 90px;
text-align: center;
transition: .25s ease-in-out;
font-size: 30px;
border-radius: 20px;
color: #fd5332;
margin: 15px auto;
position: relative;
border:1px solid transparent;
}
.icon-features-wrap{
text-align:center;
position:relative;
}
.icon-features-wrap:before {
content:url(../img/arrow.png);
position: absolute;
width: auto;
height: auto;
background: transparent;
left: 100%;
top:40px;
transform: rotate(180deg);
}
.middle-icon-features-item.remove .icon-features-wrap:before {
display:none;
}
.middle-icon-features-content{
padding:10px 30px 0;
text-align:center;
}
.middle-icon-features-content p{
margin-bottom:0;
font-size:14px;
}
.middle-icon-features-content h4{
font-size:20px;
margin-bottom:10px;
}
.middle-icon-large-features-box:before{
content:"";
position:absolute;
border-radius:20px;
width: 85px;
height: 85px;
top: 0;
left: 0;
transform: rotate(45deg);
background:transparent;
border:1px solid transparent;
}
.middle-icon-large-features-box.f-light-warning:before {
background: rgba(255,143,0,0.1);
border-color: rgba(255,143,0,0.3);
color:#ff8f00 !important;
}
.middle-icon-large-features-box.f-light-success:before {
background:rgba(15,202,152, 0.1);
border-color:rgba(15,202,152, 0.3);
color:#29cf8d !important;
}
.middle-icon-large-features-box.f-light-blue:before {
color:#1d96ff !important;
background: rgba(29,150,255,0.1);
border-color: rgba(29,150,255,0.3);
}
.middle-icon-large-features-box.f-light-purple:before {
color:#fd5332 !important;
background:rgba(116,96,238,0.1);
border-color:rgba(116,96,238,0.3);
}
.middle-icon-large-features-box.f-light-purple:before {
color:#f33066 !important;
background:rgba(243,48,102,0.1);
border-color:rgba(243,48,102,0.3);
}
/*------------- Achievement & Partnership ------------------*/
.achievement-wrap {
position: relative;
text-align: center;
display: block;
padding:2rem 0 0;
}
.achievement-content h4 {
margin-bottom: 5px;
line-height: 1;
font-size: 28px;
color: #08184b;
}
/*------------------------------------------------------------
Contact Info
-------------------------------------------------------------*/
.contact-info{
margin-left: 1rem;
}
.cn-info-detail{
position: relative;
margin-bottom: 1.5rem;
display: flex;
justify-content: end;
align-items: center;
}
.cn-info-icon {
float: left;
display: inline-block;
width: 50px;
height: 50px;
}
.cn-info-icon i {
font-size: 35px;
color: #fd5332;
}
.cn-info-title {
font-size:15px;
margin-bottom: 2px;
}
/*------------------------------------------------------------
PopUp Modal
-------------------------------------------------------------*/
#overlay,#overlay-2,#overlay-3 {
position: fixed;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
display: none;
}
#popup,#popup-2,#popup-3 {
text-align: center;
z-index: 99999;
max-width: 600px;
width: 80%;
max-height: 300px;
height: auto;
padding: 20px;
position: relative;
background: #fff;
margin: 120px auto;
border-radius: 20px;
}
#close,#close-2,#close-3 {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
color: #000;
}
/*------------------------------------------------------------
Agency & Agents Design
-------------------------------------------------------------*/
/*------------ Agent Widgets ----------*/
.sides-widget {
background-color:#fff;
color: #707070;
border-radius:8px;
border:1px solid #ebeef5;
overflow:hidden;
transition:0.50s;
margin-bottom: 30px;
}
.sides-widget{
margin-bottom: 30px;
}
.sides-widget:last-child{
margin-bottom:0;
}
.sides-widget-header {
position: relative;
display: flex;
background: #28a745;
padding: 1.5rem 1.4rem;
color: #ffffff;
align-items: center;
}
.sides-widget-details {
padding-left: 20px;
display: block;
position: relative;
}
.sides-widget-body{
padding: 1.5rem 1.4rem;
}
.sides-widget-details h4 {
margin-bottom:2px;
color:#ffffff !important;
}
.sides-widget-details h4>a {
color:#ffffff !important;
}
.sides-widget-header .agent-photo {
float: left;
display: block;
}
.sides-widget-header .agent-photo img {
border-radius: 50%;
max-width:60px;
}
.sides-widget-details span {
color:#b8ffec;
}
.sides-widget-details span i {
font-size: 18px;
position: relative;
top: 3px;
color:#ffeb3b;
margin-right: 10px;
}
.simple-form .form-control, .modal-dialog-centered .form-control {
background: #f6f8fd;
box-shadow: none;
border: 1px solid #edf0f9;
}
/*--------------- Agency --------------*/
.agency{
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
background-color: #fff;
display: block;
border-radius:8px;
margin-bottom: 30px;
}
.agency-list {
padding: 0;
display: flex;
padding-right: 30px;
margin-bottom: 30px;
}
.agency-list .agency-avatar {
flex: 1;
padding:1rem;
}
.agency-list .agency-avatar img {
margin: 0;
border-radius: 8px;
width: 100%;
}
.agency-list .agency-content {
padding: 0 40px;
padding-top: 30px;
padding-bottom:20px;
flex: 3;
}
.agency-list .agency-name {
padding-left: 0;
margin-bottom:5px;
}
.agency-list .agency-desc{
line-height:1.7;
}
.agency-list .agency-name h4{
margin-bottom:5px;
}
.agency-list .agency-name span {
margin-top:2px;
font-size: 15px;
}
.agency-list .agency-name span i {
margin-right: 5px;
}
.prt-detio span {
padding: 5px 15px;
display: inline-block;
background: rgba(255, 87, 34, 0.1);
border-radius: 50px;
margin-bottom: 5px;
font-size: 13px;
color: #ff5722;
}
.agency-detail-info{
list-style: none;
padding: 0;
margin: 0;
color: #909090;
display: block;
padding:10px 0px;
}
.agency-detail-info li {
position: relative;
margin-left: 28px;
line-height: 24px;
padding: 3px 0;
word-break: break-all;
}
.agency-detail-info li i {
font-size: 18px;
position: relative;
top: 5px;
left: -28px;
position: absolute;
}
.agency-list .social-icons {
left: 0;
padding: 0;
margin: 7px 0 0px 0;
float: none;
}
.agency-list .social-icons li {
display: inline-block;
margin-right: 10px;
}
.agency-list .social-icons li a {
border: 1px solid #e7ebfb;
background: #f0f3ff;
height: 40px;
width: 40px;
border-radius: 50%;
top: 0 !important;
justify-content: center;
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
justify-content: center;
}
.agency-list .social-icons li a i{
height:auto;
width:auto;
}
/*--------- Change List Layout -------------*/
.fs-listings, .listings-container {
position: relative;
z-index: 9;
}
.list-layout .property-listing.property-1 .listing-detail-wrapper {
padding: 0.5rem 1rem 0.5rem;
}
.list-layout .property-listing.property-1{
display: flex;
margin: 0 0 20px 0;
flex-direction: unset
}
.list-layout .price-features-wrapper {
padding: 0.1rem 1rem 0.6rem;
text-align: left;
}
.list-layout .list-fx-features{
text-align:left !important;
}
.list-price{
padding: 0rem 1rem 0rem;
direction: ltr;
}
.list-price h6{
font-weight: bold;
position:relative;
color:#0fca98 !important;
line-height:1.8;
text-align: left;
}
.prt-types{
font-size: 12px;
font-weight: 600;
padding: 4px 12px;
margin-top: 5px;
border-radius: 50px;
background: #efefef;
display: inline-block;
}
.list-layout .listing-detail-btn .more-btn {
border-radius: 50px !important;
padding: 20px 15px !important;
}
.prt-types.sale {
background:rgba(247,68,0,0.1);
color:#f74400;
}
.prt-types.rent {
background:rgba(136,102,218,0.1);
color:#8866da;
}
.listing-locate {
direction:rtl;
flex: 1;
text-align: left;
}
.list-layout .property-listing.property-1 .listing-img-wrapper{
min-height:200px;
flex: 2.5;
overflow: hidden;
border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img{
min-height:200px;
flex: 3;
overflow: hidden;
border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper a{
min-height:200px;
}
.list-layout .property-listing.property-1 .listing-name {
font-size: 16px;
margin-bottom: 0px;
line-height: 1.8;
text-align: left;
direction: ltr;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img {
height: 200px;
object-fit: cover;
}
.list-layout .property-listing.property-1 .listing-img-wrapper>a:before {
background:transparent;
}
.list-layout .property-listing.property-1 .listing-content{
flex: 3;
height: 200px;
position:relative;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 0.5rem 0.5rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: absolute;
bottom: 0;
width: 100%;
right: 0;
left: 0;
flex-direction: unset;
}
.btn.btn-order-by-filt {
background: transparent;
box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
color: #646e7b;
padding: 9px 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
border: none;
border-radius: 4px;
}
.btn.btn-order-by-filt.light{
background:#ffffff;
}
.custom-drop .dropdown-menu {
top: 34px !important;
border: 1px solid #eceff3;
right: 0 !important;
left: initial !important;
}
.custom-drop .dropdown-menu a {
display: block;
padding: 5px 16px;
color: #6e727d;
transition: all 0.4s;
}
.filter-fl {
display: flex;
margin-bottom: 1rem;
flex-wrap: wrap;
justify-content: end;
align-items: center;
}
.filter-fl h4 {
flex: 1;
margin: 0;
}
.filter_search_opt a {
background:rgba(25, 206, 109, 0.1);
width: 100%;
display: flex;
height: 54px;
margin-bottom: 20px;
border-radius: 4px;
align-items: center;
justify-content: center;
color:#19ce6d !important;
border: 2px solid rgba(25, 206, 109, 0.2);
}
.filter_search_opt i{
margin-left:10px;
}
.item-shorting-box{
display: flex;
align-items: center;
margin-bottom:1.5rem;
width: 100%;
width: 100%;
}
.item-shorting {
flex: 1;
}
.shorting-by {
display: inline-flex;
width: 140px;
margin-right: 15px;
}
.item-shorting-box-right {
display: flex;
align-items: center;
}
.shorting-list {
display: block;
padding: 0;
margin: 0;
}
.shorting-list li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.shorting-list li:last-child {
margin-right:0px;
}
.shorting-list li a {
width: 56px;
height: 56px;
background: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 1px solid #e1e9ec;
transition:all ease 0.4s;
}
.shorting-list li a.active, .shorting-list li a:hover, .shorting-list li a.focus{
width: 56px;
height: 56px;
background:rgba(25, 206, 109, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 1px solid #19ce6d;
color:#19ce6d;
}
.shorting-by .select2-selection.select2-selection--single {
padding-left: 15px;
border-radius: 4px;
border: 1px solid #e6eaf3;
}
/*--------------------- page Sidebar ------------------------*/
.page-sidebar {
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
padding: 25px;
margin-bottom: 30px;
}
.form-group.simple .form-control {
margin: 0 !important;
box-shadow: none !important;
background: #ffffff;
border: 1px solid #e6eaf3;
color: #707e9c;
border-radius: 4px;
}
.form-group.simple span.select2-selection.select2-selection--single {
padding-left: 15px;
border-radius: 4px;
border: 1px solid #e6eaf3;
}
.irs--flat .irs-line {
top: 25px;
height: 3px;
background-color: #d9dfe8;
border-radius: 50px;
}
.irs--flat .irs-min, .irs--flat .irs-max {
display: none;
}
.irs--flat .irs-bar {
top: 25px;
height: 3px;
background-color:#00b074;
}
.irs--flat .irs-handle>i:first-child {
position: absolute;
display: block;
top: -1px;
left: 50%;
width: 12px;
height: 12px;
margin-left: -3px;
background-color: #ffffff;
border-radius: 50%;
cursor: pointer;
border: 1px solid #00b074;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
background-color: #00b074;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
border-top-color: #00b074;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
background-color: #00b074;
}
/*------------------------------------------------------------
Blog Designs
-------------------------------------------------------------*/
/*----------- Blog Grid ---------*/
.blog-wrap-grid{
width: 100%;
background: #ffffff;
border-radius: 6px;
margin-top: 25px;
position: relative;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.blog-thumb {
padding: 10px;
border-radius: 4px;
overflow: hidden;
}
.blog-thumb img {
border-radius: 4px;
}
.blog-info {
padding: 10px 20px;
}
.blog-info i {
margin-right:7px;
}
.blog-body {
padding: 5px 20px 30px;
}
.bl-title {
font-size: 19px;
margin-bottom:4px;
}
.bl-continue {
color: #fc5231;
position: relative;
font-family: 'Cairo', sans-serif;
font-style: italic;
font-size: 20px;
margin-top: 12px;
display: inline-block;
}
a.bl-continue:before {
content:"\ea4c";
position: absolute;
font-family:lineicons!important;
right: -27px;
top: 2px;
}
/*--------- Blog Detail Page -----------*/
.single-post-item {
display: block;
width: 100%;
background: #ffffff;
padding:20px;
border-radius:6px;
margin-bottom: 30px;
border: 2px solid #e5e8f3;
}
.post-featured-img {
display: block;
margin-bottom: 1.5rem;
}
.post-featured-img img {
border-radius:6px;
}
.single-post-item .post-details .meta-comment-tag {
padding: 0;
list-style: none;
}
.single-post-item .post-details .meta-comment-tag li {
display: inline-block;
margin-right: 19px;
}
.single-post-item .post-details .meta-comment-tag li a {
color: #6e7c90;
display: block;
letter-spacing: 0;
line-height: 18px;
}
.single-post-item .post-details .meta-comment-tag li a .icons {
margin-right: 10px;
}
.single-post-item .post-details .post-title {
display: block;
font-weight: 700;
font-size:30px;
line-height:1.4;
margin: 15px 0 0;
}
.single-post-item .post-details p, .single-post-item .post-details .text {
color: #6e7c90;
font-size:16px;
margin:25px 0 0;
}
.blog-page .blog-details blockquote {
background:#f7f9fc;
padding: 28px 28px 28px 100px;
margin: 50px 0;
position: relative;
}
.blog-page .blog-details blockquote .icon {
color:#fd5332;
position: absolute;
font-size: 28px;
line-height: 28px;
left:35px;
top:42%;
}
.blog-page .blog-details blockquote .name {
color: #000c35;
margin: 12px 0 0;
}
.blog-page .blog-details .post-bottom-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 43px 0 0;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.blog-page .blog-details .post-bottom-meta .post-tags .pbm-title {
font-size: 18px;
line-height: 22px;
margin: 0 0 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list {
padding: 0;
list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li {
display: inline-block;
margin-bottom: 10px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a {
border: 1px solid #e4e4e6;
letter-spacing: 0;
display: block;
padding:9px 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a:hover {
color: #ffffff;
background:#fd5332;
border-color:#fd5332;
}
.blog-page .blog-details .post-bottom-meta .post-share .list {
padding: 0;
list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li {
display: inline-block;
margin-right: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li:last-child{
margin-right:0;
}
.blog-page .blog-details .post-bottom-meta .post-share {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
text-align: left;
}
.blog-page .blog-details .post-bottom-meta .post-share .pbm-title{
font-size:18px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a {
color: #8c96b5;
display: block;
font-size: 16px;
line-height: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a:hover {
color: #ef4060;
}
.single-post-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
border-top: 1px solid #e4e4e6;
padding: 48px 0 0;
margin: 40px 0 0;
}
.single-post-pagination .prev-post {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.single-post-pagination .next-post {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
text-align: left;
}
.single-post-pagination .next-post .title,
.single-post-pagination .prev-post .title{
font-size:20px;
}
.single-post-pagination .post-pagination-center-grid {
position: absolute;
left: 50%;
top:60%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.single-post-pagination .post-pagination-center-grid a {
font-size: 2.5rem;
color: #fd5332;
}
.single-post-pagination .prev-post a {
display: block;
overflow: hidden;
}
.single-post-pagination .prev-post a .title-with-link .intro {
color: #6e7c90;
font-size: 14px;
line-height: 18px;
letter-spacing: 1;
font-weight: 500;
display: block;
text-transform: uppercase;
margin: 0 0 9px;
}
.single-post-pagination .prev-post a .title-with-link .title {
color: #000c35;
line-height: 28px;
}
/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
font-size: 26px;
line-height: 30px;
margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul {
padding: 0;
list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
overflow: hidden;
margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
float: left;
width: 100px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img{
max-width:100px;
border-radius:50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
overflow: hidden;
padding-left: 30px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
-webkit-box-flex: 1;
-ms-flex: 1 1 70%;
flex: 1 1 70%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
font-size:18px;
line-height: 28px;
margin-bottom:2px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
font-size: 12px;
color: #cacfef;
margin-left: 4px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
color: #ef4060;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
letter-spacing: 0;
font-weight: 500;
margin: 7px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
-webkit-box-flex: 1;
-ms-flex: 1 1 30%;
flex: 1 1 30%;
text-align: left;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
color: #6e7c90;
font-size: 14px;
letter-spacing: 0;
line-height: 18px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
margin-right: 8px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text {
margin: 19px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text p {
margin: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
padding-left: 40px;
list-style: none;
}
.posts-author {
text-align: center;
}
.posts-author span.img {
width: 120px;
overflow: hidden;
border-radius: 50%;
height: 120px;
border: 4px solid #e4eaf3;
display: table;
margin: 0 auto 1rem auto;
}
span.img img {
border-radius: 50%;
max-width: 120px;
}
h3.pa-name {
font-size: 18px;
margin-bottom:5px;
}
.social-links {
padding: 0;
margin: 0 0 1rem 0;
}
.social-links {
padding: 0;
margin: 0 0 1rem 0;
}
.social-links li{
display:inline-block;
padding:2px 10px;
}
.social-links li a {
color:#8c96b5;
font-size: 16px;
}
.social-links li a:hover,
.social-links li a:focus{
color:#fd5332;
}
/*-------------- Sidebar -----------*/
.single-widgets {
border:2px solid #e5e8f3;
padding: 30px 28px 35px;
background:#ffffff;
margin: 0 0 40px;
border-radius:6px;
}
.single-widgets.widget_search form {
position: relative;
}
.single-widgets.widget_search form input[type="search"] {
border-radius:4px;
border:1px solid #ebedf5;
background:#f9fafc;
font-size: 12px;
padding: 10px 70px 10px 30px;
height:60px;
width: 100%;
}
.single-widgets.widget_search form button {
position: absolute;
right: 5px;
top: 5px;
bottom: 0px;
cursor: pointer;
border-radius: 4px;
background: #fd5332;
color: #ffffff;
border: 0;
font-size: 14px;
line-height: 50px;
height: 50px;
width: 52px;
}
.single-widgets.widget_category ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_category ul li {
display: block;
border-bottom: 1px solid #eaeaea;
padding: 11px 0;
}
.single-widgets.widget_category ul li:first-child {
border-top: none;
}
.single-widgets.widget_categories ul li a {
display: block;
overflow: hidden;
letter-spacing: 0;
text-transform: capitalize;
font-size: 14px;
line-height: 24px;
}
.single-widgets.widget_category ul li a span {
float: left;
}
.single-widgets.widget_thumb_post ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_thumb_post ul li {
display: block;
overflow: hidden;
margin: 0 0 15px;
}
.single-widgets.widget_thumb_post ul li .left {
display: block;
float: left;
width: 80px;
}
.single-widgets.widget_thumb_post ul li .right {
display: block;
overflow: hidden;
}
.single-widgets.widget_thumb_post ul li .right .feed-title {
display: block;
overflow: hidden;
letter-spacing: 0;
font-weight: 700;
font-size:17px;
line-height:22px;
margin: 0 0 7px;
padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
color: #6e7c90;
display: block;
overflow: hidden;
letter-spacing: 0;
font-size: 14px;
line-height: 18px;
padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date i {
margin-right:5px;
}
.single-widgets.widget_thumb_post ul li .left img {
width: 100%;
border-radius:3px;
}
.single-widgets.widget_tags ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_tags ul li {
display: inline-block;
margin-bottom:5px;
}
.single-widgets.widget_tags ul li a {
border: 1px solid #eaeaea;
letter-spacing: 0;
font-size: 14px;
display: block;
padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover, .single-widgets.widget_tags ul li a:focus {
color: #ffffff;
background:#fd5332;
border-color:#fd5332;
}
/*------------------------------------------------------------
General Features
-------------------------------------------------------------*/
.sheen {
position: relative;
overflow: hidden;
}
.sheen:after {
animation: sheen 3s 4s forwards;
animation-iteration-count: infinite;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
transform: rotateZ(60deg) translate(-1em, 4em);
}
@keyframes sheen {
100% {
transform: rotateZ(60deg) translate(0, -4em);
}
}
a{
text-decoration: none !important;
}
/*------------ pricing Box ----------------*/
#pricing,#same-owner{
text-align: left;
direction: ltr;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
background-color: transparent;
height: 235px;
width: 100%;
border: 1px solid #f1f1f1;
perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
height: 235px;
width: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
position: absolute;
height: 235px;
width: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: transparent;
height: 235px;
width: 100%;
}
/* Style the back side */
.flip-card-back {
background-color: white;
transform: rotateY(180deg);
height: 235px;
width: 100%;
text-align: center;
padding: 10px;
font-weight:600 !important;
}
.flip-card-back p{
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
#pricing .outer-ul li{
line-height: 1.8;
list-style-type: square;
color:#2D3954 !important;
}
#pricing .sec-heading p{
line-height: 1.8;
font-weight: bold;
color:#2D3954 !important;
}
#pricing .inner-ul li{
line-height: 1.8;
color: #707070 !important;
list-style-type:circle;
}
.pricing-wrap {
text-align: center;
width: 100%;
background: #ffffff;
border-radius:0.5rem;
height: 100%;
padding:7px;
}
.pricing-header {
padding:2em 0 2em;
width: 100%;
background: #eeeeee;
border-radius: 5px;
}
.basic-bg,.basic-pr .pricing-header {
background: rgba(253, 83, 50,0.1) !important;
}
.platinum-bg,.platinum-pr .pricing-header {
background: rgba(39, 183, 55,0.1) !important;
}
.standard-bg,.standard-pr .pricing-header {
background: rgba(3, 169, 244,0.1) !important;
}
.price-title,.pricing-header .pr-title{
text-transform: uppercase;
font-size: 18px;
margin: 0 0 5px 0;
font-weight:700;
}
.basic-title,.basic-pr .pricing-header .pr-value{
color:rgba(253, 83, 50,1);
}
.platinum-title,.platinum-pr .pricing-header .pr-value{
color:rgba(39, 183, 55,1) !important;
}
.standard-title,.standard-pr .pricing-header .pr-value{
color:rgba(3, 169, 244,1) !important;
}
.pricing-header .pr-subtitle{
font-family: 'Cairo', sans-serif;
font-style: italic;
font-size: 16px;
letter-spacing: 1px;
}
.pricing-value {
position: relative;
display: table;
margin: 2rem auto;
text-align: center;
}
.pr-value {
font-size:2em;
position: relative;
line-height: 1;
margin-bottom: 0;
}
.pr-value sup {
font-size:1.5rem;
vertical-align: super;
}
.recommended-title,.recommended .pr-value {
color: #27cc8f !important;
}
.pricing-body ul {
text-align: left;
margin: 0;
padding: 0;
}
.pricing-body ul li {
list-style: none;
padding: 14px 15px;
position:relative;
border-bottom: 1px dashed #e1e4ec;
text-align: left;
}
.pricing-body ul li:last-child{
border-bottom:none;
}
.pricing-body ul li:before {
content: "\e64c";
position: absolute;
left: 20px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #e9ebf3;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: 'Cairo', sans-serif;
font-size: 7px;
top: 19px;
}
.pricing-body ul li.available:before {
background: rgba(0, 212, 202,0.2);
color: #0cbfb7;
}
.pricing-bottom {
display: table;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 0rem 0;
}
.pricing-bottom .btn-pricing {
position: relative;
display: table;
text-align: center;
margin: 0 auto;
padding: 16px 50px;
background: transparent !important;
border-radius: 4px;
color: #08184b !important;
transition: all ease 0.4s;
width: 80%;
border: 2px solid #d0d6e6 !important;
font-weight: 600;
text-decoration: none;
}
.pricing-bottom .btn-pricing:hover, .pricing-bottom .btn-pricing:focus , .recommended .pricing-bottom .btn-pricing,.recommended-pr,.recommended-bg{
background:rgba(15,202,152,0.2) !important;
border-color:rgba(15,202,152,0.3) !important;
color:#0fca98 !important;
}
/*---------- Slick Arrow -------------*/
.slick-next {
z-index: 1;
}
.slick-prev {
z-index: 1;
}
.slick-arrow:before {
top: 0;
width: 40px;
height: 40px;
display: inline-block;
line-height: 36px;
cursor: pointer;
transition: 0.2s;
}
/*====================================
Dashboard
==================================*/
.dashboard-navbar{
position: relative;
width: 100%;
padding:0;
background:#ffffff;
border-radius:10px;
}
.dashboard-navbar {
box-shadow: none;
}
.dashboard .sm-sidebar {
padding:0.6rem 0;
}
.dashboard-wraper, .submit-page {
position: relative;
width: 100%;
padding: 2em;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
border-radius:10px;
}
.d-user-avater {
text-align: center;
margin: 2em 0;
}
.d-user-avater img {
max-width: 180px;
border-radius: 50%;
margin-bottom: 8px;
}
.d-user-avater h4 {
margin: 10px 0 3px 0;
font-size: 19px;
}
.d-navigation ul {
padding: 0;
margin: 0;
}
.d-navigation ul li {
list-style: none;
padding: 10px 15px;
border-bottom: 1px solid #edf0f7;
}
.d-navigation ul li:last-child {
padding-bottom:0;
border-bottom:none;
}
.d-navigation ul li.active {
background:rgba(15,202,152,0.2) !important;
}
.d-navigation ul li.active a {
color:#0fca98 !important;
}
.d-navigation ul li a {
padding: 3px 0;
color: #455892;
font-size: 15px;
display: inline-block;
font-weight: 600;
font-family: 'Cairo', sans-serif;
}
.d-navigation ul li a i{
margin-right:10px;
}
/*---------- Bookmark Property -------*/
table.property-table-wrap {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: none;
}
table.property-table-wrap th {
border: none;
background-color: #66676b;
text-align:left;
padding:18px 20px;
color: #fff;
font-weight: 500;
font-size: 16px;
position: relative;
z-index: 9;
line-height:1;
}
table.property-table-wrap th:first-child {
width: 50%;
border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
margin-right: 3px;
font-size: 14px;
}
table.property-table-wrap th {
background:#2e3d5f;
}
table.property-table-wrap td {
padding: 35px 20px;
vertical-align: middle;
border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
display: flex;
flex-wrap: wrap;
align-items: center;
}
table.property-table-wrap td:first-child {
padding-left: 0px;
line-height: 25px;
}
table.property-table-wrap .property-container img {
width: 150px;
border-radius: 3px;
flex: 1.1;
margin-right: 26px;
}
table.property-table-wrap .property-container .title {
flex: 2;
}
table.property-table-wrap .property-container .title h4 {
margin-bottom: 0;
margin-top: 2px;
display: block;
font-size: 16px;
}
table.property-table-wrap td.action a {
display: block;
color:#677994;
line-height: 20px;
padding: 3px 0;
position: relative;
margin-left: 21px;
}
table.property-table-wrap td.action a i {
width: 30px;
height: 30px;
line-height: 30px;
background:#f1f3f7;
text-align: center;
display: inline-block;
border-radius: 3px;
}
.bkmark a.delete {
float: left;
}
table.property-table-wrap .property-container .title span {
display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
display: inline-block;
background:#f1f3f7;
color:#677994;
border-radius: 2px;
font-size: 13px;
margin-top: 9px;
padding: 2px 10px;
}
/*-------------------------------------------------
Footer Start
--------------------------------------------------*/
footer {
text-align: left;
direction: ltr;
font-family: 'Cairo', sans-serif;
width: 100%;
/*background: #196aa2;
background: -webkit-linear-gradient(59deg, #196aa2, #196aa2);
background: linear-gradient(59deg, #196aa2, #196aa2);*/
color: white;
}
.footer-bottom{
background-color:#0fca98 ;
}
footer .footer-links{
padding-top: 10%;
direction:rtl;
}
footer .footer-links li{
line-height:1.8;
display: inline;
padding: 0 10px;
}
footer a {
color: #fff;
font-size: 14px;
transition-duration: 0.2s;
}
footer a:hover {
color: #FA944B;
text-decoration: none;
}
.copy {
font-size: 12px;
padding: 10px;
border-top: 1px solid #FFFFFF;
}
.footer-middle {
padding-top: 2em;
color: white;
}
/*SOCİAL İCONS*/
/* footer social icons */
ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
/* footer social icons */
.social-network a.icoFacebook:hover {
background-color: #3B5998;
}
.social-network a.icoLinkedin:hover {
background-color: #007bb7;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
color: #fff;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
font-size: 15px;
}
.social-circle li i {
margin: 0;
line-height: 30px;
text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #595959;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.social-network a {
background-color: #F9F9F9;
}
.footer-logo-col{
text-align: right;
}
.footer-logo img{
padding-top: 25%;
min-width: 100px;
min-height: 100px;
}
/*---------- Call To Action -------------------*/
.call-to-act-wrap {
padding: 40px 0;
}
.call-to-act {
width: 100%;
display: flex;
flex-wrap: wrap;
color:#ffffff;
align-items: center;
flex-direction: unset;
}
.call-to-act-head {
flex: 1;
justify-content: flex-start;
text-align: left;
}
.call-to-act h3 {
font-family: 'Cairo', sans-serif;
margin-bottom:5px;
}
.call-to-act p {
font-family: 'Cairo', sans-serif;
color:#252c41;
}
.btn.btn-call-to-act {
background: #196aa2;
padding: 18px 40px;
border-radius: 50px;
color: #ffffff;
font-weight: 600;
box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.2);
}
.btn.btn-call-to-act:hover {
color: #ffffff !important;
}
/* adv slider image*/
.adv-slider img{
max-height: 300px;
width: 100%;
object-fit: contain;
height: 100%;
padding-bottom: 20px;
}
/*---------- Small footer -------------------*/
/* ====================== New Updated Styles ==================*/
.slick-dots li button:before {
font-family: slick;
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
content: '•';
text-align: center;
opacity: .3;
color: #26345f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%;
background-color: transparent;
}
.slick-dots li.slick-active button:before {
opacity: 1;
color: #626e80;
content: "•";
background-color: transparent;
}
/*--------- Team Styles -----------*/
.team-grid{
background: #ffffff;
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
padding: 3em 0;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.single-team{
padding:15px 10px;
}
.teamgrid-user {
max-width: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.teamgrid-content {
padding: 15px 0;
text-align: center;
}
.teamgrid-content h4 {
margin: 0;
}
.teamgrid-social ul {
text-align: center;
margin: 0;
padding: 0;
}
.teamgrid-social ul li {
display: inline-block;
list-style: none;
padding: 0 10px;
}
.f-cl {
color: #1943d0;
}
.t-cl {
color: #12b0e8;
}
.i-cl {
color: #d62ba4;
}
.l-cl {
color: #0c9a9e;
}
.g-cl {
color: #f53500;
}
.p-cl {
color: #d21818;
}
.icon-mi-left {
display: flex;
position: relative;
margin-top: 20px;
overflow: hidden;
justify-content: center;
align-items: center;
background: #ffffff;
border-radius: 6px;
padding: 1.2em 2em;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.icon-mi-left i{
font-size: 55px;
color: #333;
text-align: left;
position:relative;
top: 5px;
left: 0;
line-height: 55px;
}
.icon-mi-left .icon-mi-left-content {
padding: 10px 0 0 15px;
}
.icon-mi-left h4 {
text-align: left;
margin-bottom: 5px;
font-size:20px;
font-weight: 600;
}
.icon-mi-left p{
line-height:1.7;
}
/*--------- FAQ Design -----------*/
.faq-search form {
position: relative;
max-width: 610px;
margin: 1.5rem auto;
}
.faq-search form input {
padding-left: 30px!important;
height: 60px;
border: none;
border-radius: 4px;
padding-right: 50px!important;
}
.faq-search form button[type=submit] {
position: absolute;
top: 0;
bottom: 0;
width: 50px;
line-height: 63px;
right: 0;
color: #0050b4;
font-size: 18px;
border: 0;
cursor: pointer;
background-color: transparent;
}
.ac-para {
line-height: 1.8;
}
.contact-box{
border-radius: 10px;
overflow: hidden;
padding:2.5em 2em;
margin-bottom:30px;
text-align:center;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.contact-box i {
font-size:3em;
display:table;
margin: 0 auto 1rem auto;
}
.contact-box h4 {
font-size: 18px;
margin-bottom: 3px;
}
.contact-box p {
margin-bottom: 0.3rem;
}
.contact-box .live-chat {
background: rgba(25, 189, 88,0.1);
color: #19bd58;
border: none;
border-radius: 2px;
padding: 4px 12px;
cursor: pointer;
outline: none;
display:table;
margin:5px auto 0 auto;
}
/*----------- Checkout Design -----------*/
.pay-wrap{
border-radius: 10px;
overflow: hidden;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.pay-wrap-header {
width: 100%;
padding:12px 25px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #e7eaf1;
}
.pay-wrap-header h4 {
flex: 1;
margin: 0;
font-size: 20px;
font-weight: 500;
}
.pw-right h3 {
color: red;
margin:0;
}
.pw-right h3 sub {
font-size: 15px;
font-weight: 500;
color: #767a8a;
}
.pw-first-content {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.pw-first-content h4 {
flex: 1;
margin-bottom:0;
font-size: 18px;
font-weight: 600;
}
.pw-first-content {
padding: 10px 25px;
}
.pay-wrap button, .pay-wrap button:hover,.pay-wrap button:focus {
background: rgba(25, 189, 88,0.1);
color: #19bd58;
border: none;
border-radius: 2px;
padding: 4px 12px;
cursor: pointer;
outline: none;
}
#change-plan{
padding: 10px 25px;
position:relative;
}
.pw-content-detail {
padding: 10px 25px;
width: 100%;
position: relative;
}
.pw-content-detail ul{
position:relative;
padding:0;
margin:0;
}
.pw-content-detail ul li{
position:relative;
display:block;
margin-bottom:10px;
list-style:none;
padding-left:30px;
}
.pw-btn-wrap{
padding:10px 25px 25px;
width: 100%;
position: relative;
}
.btn.btn-payment {
background: #ffffff;
color: #19bd58;
text-align: center;
width: 100%;
border: 2px solid #19bd58;
font-size: 17px;
border-radius: 4px;
}
.pw-content-detail ul li:before {
content: "\e64c";
font-family: 'Cairo', sans-serif;
font-size:10px;
width:20px;
height:20px;
background: rgba(25, 189, 88,0.1);
display: flex;
position: absolute;
border-radius:50%;
justify-content: center;
align-items: center;
color: #19bd58;
top: 0;
left: 0;
}
.product-wrap{
border-radius: 10px;
overflow: hidden;
padding: 2em 1rem;
margin-bottom:30px;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.product-wrap ul {
padding: 0;
margin: 0;
}
.product-wrap ul li {
display: flex;
padding: 14px 0;
border-bottom: 1px dashed #dadde8;
flex-wrap: wrap;
}
.product-wrap ul li strong {
flex: 1;
}
/*---------- Update 1.2 -------------------*/
form.dropzone.dz-clickable.primary-dropzone {
background: #f9fafc;
border: 1px solid #ebedf5;
}
.alert-success {
color: #27b737;
background-color: #e9ffeb;
border-color: #e9ffeb;
}
.block-header.ags {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
padding-bottom: 1rem;
}
.block-header.ags .block-title {
flex: 1;
margin: 0;
line-height: 0;
}
.btn.btn-agent-add {
background: #00ba74;
border-radius: 4px;
color:#ffffff !important;
}
form.dropzone.profile-logo.dz-clickable {
width: 120px;
height: 120px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
min-height: 120px;
font-size: 49px;
}
.form-submit.middle-logo {
text-align: center;
display: table;
margin: 1rem auto;
}
.checkout-wrap{
padding: 2rem 0;
background: #ffffff;
border-radius: 4px;
margin-bottom:30px;
border: 1px solid #eef2f7;
}
.checkout-side{
padding: 2rem 0 0;
background: #ffffff;
border-radius: 4px;
margin-bottom: 30px;
border: 1px solid #eef2f7;
}
.invoice-vew-detail {
padding: 2rem 1rem;
background: #ffffff;
border-radius: 4px;
border: 1px solid #eef2f7;
}
.checkout-head {
padding-bottom: 2rem;
border-bottom: 1px solid #e7eaec;
}
.checkout-body {
padding: 2rem 2rem 0;
}
.checkout-head ul {
display: flex;
width: 100%;
align-items: center;
}
.checkout-head ul li {
width: 33.333333%;
flex: 0 0 33.333333%;
list-style: none;
text-align: center;
}
.checkout-head ul li span {
display: table;
background: white;
width: 30px;
height: 30px;
margin: 5px auto;
border-radius: 50%;
line-height: 30px;
color: #ff5722;
box-shadow: 0px 0px 0px 4px rgba(210, 204, 201, 0.4);
font-size: 12px;
}
.checkout-head ul li.active span {
background: #1bc193;
color: #ffffff;
box-shadow: 0px 0px 0px 4px rgba(76, 220, 173, 0.4);
}
.success-message {
text-align: center;
}
span.thumb-check {
color: #ffffff;
width: 80px;
height: 80px;
border-radius: 50%;
background: #1bc193;
display: table;
margin: 5px auto 20px;
line-height: 80px;
font-size: 28px;
box-shadow: 0px 0px 0px 4px rgba(76, 220, 173, 0.4);
}
ul.booking-detail-list {
margin: 0;
padding: 0;
}
ul.booking-detail-list li {
display: block;
margin-bottom: 13px;
width: 100%;
}
ul.booking-detail-list li span {
float: left;
}
.booking-short {
padding: 0 1rem 1rem;
}
.booking-short img {
margin-bottom: 0.5rem;
border-radius: 4px;
}
.booking-short h4 {
font-size: 15px;
margin-bottom: 0px;
}
.card-header {
background: #ffffff;
border: none;
border-top: 1px solid #e9edf3;
border-radius: 0;
}
#accordionExample {
border-radius: 0;
border: none;
}
.accordion .btn-link {
padding: 3px 0;
font-size: 13px;
color: #333c56;
font-size: 15px;
font-weight: 600;
}
.booking-bio ul {
padding: 0;
margin: 0;
}
.booking-bio ul li {
margin-bottom: 12px;
list-style: none;
}
.booking-bio ul li strong {
display: block;
}
.invoice-vew-detail h4 {
margin-bottom: 15px;
position: relative;
padding-bottom: 10px;
font-size: 16px;
}
.invoice-vew-detail h4:before {
content: "";
position: absolute;
width: 60px;
height: 2px;
background: #ff5722;
left: 0;
bottom: 0;
}
/*-------------- Dashboard -------------*/
.dashboard-stat {
display: inline-block;
padding: 0;
height: 160px;
background-color: #444;
color: #fff;
border-radius: 4px;
width: 100%;
position: relative;
margin-bottom: 20px;
overflow: hidden;
transition: .3s;
cursor: default;
}
.dashboard-stat-content {
position: absolute;
left: 32px;
top: 50%;
transform: translateY(-50%);
}
.dashboard-stat-content h4 {
font-size: 42px;
font-weight: 600;
padding: 0;
margin: 0;
color: #ffffff;
letter-spacing: 1px;
}
.dashboard-stat-content span {
font-size: 18px;
margin-top: 4px;
line-height: 24px;
font-weight: 300;
display: inline-block;
}
.dashboard-stat-icon {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-40%);
font-size: 80px;
opacity: .2;
}
.dashboard-stat-icon {
font-size: 65px;
}
.dashboard-stat.widget-1 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #1baf65;
}
.dashboard-stat.widget-2 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #f39f00;
}
.dashboard-stat.widget-3 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #002758;
}
.dashboard-stat.widget-4 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #ce024b;
}
.dashboard-stat.widget-5 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color:#a671ce;
}
.dashboard-stat.widget-6 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color:#3a9dec;
}
body #Packages {
background: #ffffff !important;
display: inline-block;
width: 100%;
padding: 5px 0px;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
border-radius: 4px;
margin: 10px 0;
}
.btn.btn-link.collapsed, .btn.btn-link:focus {
text-decoration: none !important;
}
#extraPackages {
padding:2rem 1.5rem;
border-radius: 4px;
margin-bottom:25px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.package-box {
padding: 1rem 0rem 0;
border: 1px solid #e8eaf1;
border-radius: 4px;
text-align: center;
}
ul.packages-lists-list {
padding:0 1rem 1rem;
margin: 0;
}
ul.packages-lists-list li {
list-style: none;
padding: 5px 0;
}
.buypackage {
background: #f4f5f7;
padding:1rem 1rem;
border-top: 1px solid #e3e6ec;
}
.packages-features-title {
font-size: 17px;
}
.buypackage span {
margin-top: 0.7rem;
display: block;
}
.pay-btn {
padding: 15px 20px;
border-radius: 4px;
background: #f4f5f7;
margin: 0px 13px 5px 0px;
display: inline-block;
}
.pay-btn.paypal {
background: #1468d0;
color: #ffffff !important;
}
.pay-btn.stripe {
background: #7f35e0;
color: #ffffff !important;
}
.pay-btn.wire-trans {
background: #1ca6e4;
color: #ffffff !important;
}
/*-------- My Property Design -----------*/
.singles-dashboard-list {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
border: 1px solid #eaeef3;
border-radius: 6px;
overflow: hidden;
margin-bottom:30px;
}
.sd-list-left {
flex: 1;
max-width: 240px;
height:180px;
max-height:180px;
}
.sd-list-left img {
height: 100%;
object-fit: cover;
}
.sd-list-right {
padding: 1rem 2rem;
}
.sd-list-right .listing_dashboard_title {
font-size: 16px;
margin-bottom: 5px;
}
.user_dashboard_listed {
display: block;
margin-bottom: 2px;
}
.sd-list-right .action {
margin-top: 1rem;
}
.sd-list-right .action a {
margin-right: 5px;
display: inline-block;
font-size: 12px;
width: 30px;
height: 30px;
background: #474f5f;
text-align: center;
line-height: 32px;
border-radius: 3px;
color: #ffffff !important;
}
/*--------------------------------------------------
Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
.height-10 {
height: 10vh;
}
.height-20 {
height: 20vh;
}
.height-30 {
height: 30vh;
}
.height-40 {
height: 40vh;
}
.height-50 {
height: 50vh;
}
.height-60 {
height: 60vh;
}
.height-70 {
height: 70vh;
}
.height-80 {
height: 80vh;
}
.height-90 {
height: 90vh;
}
.height-100 {
height: 100vh;
}
}
@media all and (max-width: 1199px) and (min-width: 991px) {
.list-layout .property-listing.property-1 .listing-name {
font-size: 13px;
}
.nav-menu>li>a{
padding :30px 1px;
}
.listing-detail-wrapper h4 a{
font-size:12px !important;
}
.listing-card-info-price{
font-size:0.8rem;
}
.lp-content-flex .lp-content-title{
font-size:13px;
}
.footer-flex .prt-view{
font-size:13px;
}
}
@media (max-height: 600px) {
.pos-vertical-center {
top: 0;
transform: none;
-webkit-transform: none;
}
}
@media (min-width: 768px) {
form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
margin-bottom:0;
}
.no-ul-list.third-row li {
max-width:33.333333%;
flex: 0 0 33.333333%;
}
.advance-search.advn-fixed {
position: fixed;
top: 89px;
left: 0;
right: 0;
width: 100%;
z-index: 9;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
}
@media (min-width: 992px) {
.header.header-fixed {
box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
background: #ffffff;
position: fixed;
z-index: 999;
width: 100%;
top: 0;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.filter_search_opt {
display: none;
}
.header.header-transparent {
background: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
display: inline-block;
width: 100%;
z-index: 4;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.change-logo .nav-brand.fixed-logo {
display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
display: none;
}
.header.header-transparent.header-fixed {
box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
background: #ffffff;
position: fixed;
z-index: 999;
width: 100%;
top: 0;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
color: #ffffff;
}
.header.header-transparent.dark .nav-brand, .header.header-transparent.dark .nav-brand:focus, .header.header-transparent.dark .nav-brand:hover, .header.header-transparent.dark .nav-menu>li>a {
color:#39466d;
}
.header.header-transparent .submenu-indicator-chevron {
border-color: transparent #ffffff #ffffff transparent;
}
.header.header-transparent .nav-submenu .submenu-indicator-chevron {
border-color: transparent #70798b #70798b transparent;
}
.header.header-transparent.dark .submenu-indicator-chevron {
border-color: transparent #39466d #39466d transparent;
}
.header .nav-menu>.active>a .submenu-indicator-chevron, .header .nav-menu>.focus>a .submenu-indicator-chevron, .header .nav-menu>li:hover>a .submenu-indicator-chevron {
border-color: transparent #28a745 #28a745 transparent;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
color:#647392;
}
.header.header-transparent.header-fixed .submenu-indicator-chevron {
border-color: transparent #647392 #647392 transparent;
}
.nav-menu.nav-menu-social>li.add-listing ul li a {
top: 0px;
}
.nav-menu.nav-menu-social>li.add-listing a {
top: -16px;
}
.hero-banner {
min-height: 0px;
}
.hero-search h1 {
font-size:40px;
}
h1, .h1 {
font-size:4.142em;
line-height: 1.31818182em;
}
.breadcrumbs {
margin-top: 92px;
}
.ct-header h1.big {
font-size:70px;
line-height:1;
}
.ct-u-display-tablex {
min-height:500px;
height:100vh;
}
.main-banner.image-banner, .hero-header, .hero-banner{
height:100%;
}
.hero-header.min-banner{
height:80vh;
min-height:400px;
}
.hero-banner h2, .main-banner h1 {
font-size:60px;
line-height:1.1;
}
.hero-content h1{
font-size:60px;
}
.content h1{
font-size:70px;
}
.hero-content p{
font-size:22px;
}
.jumbo-banner.software .hero-content {
margin-top:0em;
}
.jumbo-banner.software .hero-content h1{
font-size:60px;
}
.sec-heading h2{
font-size:29px;
line-height:1.2;
}
.page-title-wrap h1{
font-size:55px;
line-height:1.4;
}
.modal-dialog {
max-width: 600px;
margin: 30px auto;
}
.cta-sec h1, .cta-sec h2 {
font-size: 38px;
margin-bottom: 12px;
}
}
@media (min-width: 993px) {
.head-shadow{
box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
}
}
@media (min-width: 1200px) {
.hero-content h1 {
font-size:80px;
}
.core-nav .megamenu.open > .megamenu-content{
width:700px !important;
}
}
@media (max-width: 1199px) {
.property-listing.property-1 .listing-location {
font-size: 13px;
margin-bottom: 2px;
}
.job-new-list .btn.btn-outline-info.float-right {
float: none !important;
margin: 0;
display: table;
}
.price-features-wrapper {
padding: 0.1rem 1rem 0.6rem;
}
.listing-card-info-icon {
font-size: 12px;
}
.author-box {
width: 55px;
height: 55px;
}
.property-listing.property-2 .listing-detail-wrapper {
padding: 0.5rem 1rem;
}
.foot-location {
font-size: 13px;
display: flex;
}
.listing-short-detail-flex.fl-2 {
flex: 2.5;
}
.verticle-job-detail .jb-title {
font-size: 18px;
}
.verticle-job-thumb {
max-width: 60px;
width: 60px;
}
.verticle-job-detail {
margin-left: 65px;
}
ul li.submit-attri {
display: none;
}
.dw-proprty-info li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 1023px) {
.half-map .fs-inner-container {
width:100%;
}
.fs-left-map-box .hm-map-container.fw-map {
width:100%;
height:585px;
position: relative;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.half-map .fs-left-map-box {
float: none;
}
.fr-grid-info ul li {
font-size: 12px;
}
}
@media (max-width: 992px) {
.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
float: none;
}
.nav-menu>li .nav-dropdown {
background: transparent;
padding: 0;
box-shadow: none;
}
.nav-menu>li>.nav-dropdown:before{
display:none;
}
.navigation-portrait .nav-menu.nav-menu-social {
padding-top: 1rem;
}
.header-dark-transparent nav .menu li a {
color:#606c8e;
}
.header-dark-transparent button.toggle-bar.core-nav-toggle {
color: #ffffff;
}
.header-dark-transparent.header-fixed button.toggle-bar.core-nav-toggle {
color: #728496;
}
}
@media (max-width: 991px) {
.main-banner.image-banner, .hero-header, .hero-banner, .large-banner{
min-height:0px;
}
.pricing-body ul li {
padding: 9px 10px;
font-size: 15px;
}
.sm-sidebar {
height: 100%;
max-width: 300px;
min-width:310px;
background-color: #fff;
position: fixed!important;
top: 0;
z-index: +2000;
overflow: auto;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6;
position: relative;
animation: animateleft .4s;
left: 0;
display: none;
border-radius: 0;
}
.dashboard .search-sidebar_header {
padding: 0 1rem;
}
.change-logo .nav-brand.static-logo {
display: none;
}
.nav-menu.nav-menu-social>li.add-listing a {
top: 0px;
padding:15px 20px;
}
.search-sidebar_header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
ul.attributes {
float: left;
}
button.toggle-bar.core-nav-toggle {
color: #8594b3;
}
.nav-menu.nav-menu-social>li.add-listing {
top: 0;
}
.core-nav .dropdown > .dropdown-menu {
width: 100%;
}
.show-mb {
display:initial !important;
}
h1.italian-header-capt {
font-size:25px;
}
.pricing-body ul li {
padding: 9px 0;
font-size: 15px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper {
flex: initial;
}
.list-layout .property-listing.property-1 .listing-content {
flex: initial;
position: relative;
}
.list-layout .property-listing.property-1 {
display: block;
margin: 0 0 30px 0;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 0rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: relative;
bottom: 0;
width: 100%;
justify-content: initial;
left: 0;
}
.agency-list {
display: block;
}
.avl-features li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.slide-property-detail {
position: relative;
display: block;
}
.slide-property-first {
flex: initial;
margin-bottom: 1.5rem;
}
.single-advance-property .container-fluid.p-0 {
padding: 0 15px !important;
}
.drops-dashboard{
display:none;
}
}
@media (max-width: 767px) {
footer .footer-links{
/* padding-top: 50%; */
}
#sale-props{
padding-top: 40px !important;
}
.foot-location2{
position: static;
margin-bottom: 10px;
text-align: center;
align-items: center;
justify-content: center;
}
.footer-logo{
text-align: center !important;
}
.footer-logo img{
padding-top: 0%;
padding-bottom: 10%;
min-width: 100px;
min-height: 70px;
}
#vertical-vip{
display: none;
}
.call-to-act {
display: block;
text-align: center;
}
.hero-search h1 {
font-size: 20px;
}
.icon-features-wrap:before{
display:none;
}
.middle-icon-features-content h4 {
font-size: 16px;
margin-bottom: 2px;
}
.sec-heading h2 {
font-size: 23px;
}
.item-shorting-box {
display: block;
}
.item-shorting {
margin-bottom: 1rem;
}
.call-to-act-head {
margin-bottom: 1rem;
}
.footer-widget {
padding-bottom: 0;
}
.dropdown-submenu > .dropdown-menu.show {
display: block;
}
.full-search-2.hero-search-radius #advance-search {
top: auto;
}
.property-search-type label {
padding: 8px 16px;
margin: 0 7px 0 0;
font-size: 14px;
}
.property-search-type label:nth-child(3) {
margin-right: 0;
}
.full-search-2.hero-search-radius #advance-search {
padding: 2rem 0.5rem;
}
.full-search-2.hero-search-radius .checkbox-custom, .full-search-2.hero-search-radius .checkbox-custom-label, .full-search-2.hero-search-radius .radio-custom, .radio-custom-label {
font-size: 14px;
}
.p-0.elio {
padding: 0 6px !important;
}
.full-search-2.eclip-search.italian-search .b-r {
border-right: none !important;
}
.full-search-2.eclip-search.italian-search .b-l {
border-left: none !important;
}
.full-search-2.italian-search .form-group.borders {
margin-bottom: 10px;
height: auto;
border: 1px solid #dce3ec;
border-radius: 6px;
overflow: hidden;
}
ul.deatil_features li {
width:50%;
flex: 0 0 50%;
}
.property_block_wrap.style-3 {
display: block;
}
.pbw-flex-1 {
margin-bottom: 1rem;
}
.pbw-flex {
padding-left: 0;
}
.rating-overview {
display: block;
}
.rating-overview-box {
width: 100%;
border-right: none;
margin-bottom: 1rem;
}
.rating-bars-item {
width: calc(100% - 30px);
}
.seo-contact .p-0 {
padding: 0 15px !important;
}
.seo-contact button.btn {
width: 100%;
}
.nav-tabs .nav-item a {
padding: 0.5em 1em;
}
.boxed.boxed--lg {
padding: 2.77em 1em;
}
.icon--lg {
font-size: 3.57142857em;
}
.error-page h2 {
font-size: 100px;
}
.pos-vertical-center{
top: 0;
transform: none;
-webkit-transform: none;
}
.listing-detail-item {
display: inline-block;
margin-left: 4px;
}
.tr-list-thumb {
max-width: 75px;
height: 75px;
margin-right: 10px;
}
.tr-list-wrap {
position: relative;
bottom: 50px;
display: block;
}
a.btn.btn-list {
padding: 12px 10px;
font-size: 12px;
margin-bottom: 5px;
}
.advance-search .form-group {
margin: 0.6rem 0;
border: 1px solid #e0ecf5;
}
.advance-search .search-big-form {
padding: 10px !important;
}
.job-new-list .vc-thumb, .job-new-list .vc-content {
float: none;
margin:0.5rem 0;
display: table;
}
.mpl-0 {
padding-left: 0 !important;
}
.verticle-candidate-list .vc-content {
margin-top: 1rem;
}
.top-header .cn-info {
display: none;
}
.full-search-2.hero-search-radius {
border-radius: 10px;
}
.full-search-2.hero-search-radius .form-control{
border:none !important;
}
.dashboard-navbar {
margin-bottom: 2rem;
}
table.property-table-wrap .property-container img {
display: none;
}
table.property-table-wrap td {
padding: 35px 2px;
}
table.property-table-wrap .property-container .title h4 {
font-size: 14px;
}
table.property-table-wrap td.action a {
margin-left: 10px;
}
th.expire-date {
display: none;
}
.page-sidebar {
margin-top: 2rem;
}
li.login-attri.theme-log a {
padding: 0 22px !important;
}
.blog-page .blog-details blockquote {
padding: 20px;
margin:30px 0;
}
.blog-page .blog-details blockquote .icon {
font-size:20px;
left: 20px;
top: 15px;
}
.blog-page .blog-details .post-bottom-meta {
display: block;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
margin-bottom: 1rem;
}
.blog-page .blog-details .post-bottom-meta .post-share {
text-align: left;
}
.single-post-pagination {
display: block;
}
.single-post-pagination .next-post {
text-align: left;
}
.single-post-pagination .post-pagination-center-grid {
display: none;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
width: 55px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img {
max-width: 50px;
border-radius: 50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
overflow: hidden;
padding-left: 10px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
font-size: 14px;
line-height: 13px;
margin-bottom: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
padding-left: 30px;
list-style: none;
}
}
/* mobile */
@media (max-width: 600px) {
.pricing-wrap{
height: 300px;
}
.hero__p{
background-color: rgba(8, 81, 105, 0.9) !important;
margin-top: 10px;
}
.main-banner.image-banner, .hero-header, .hero-banner{
height:100%;
}
.list-layout .property-listing.property-1 .listing-content{
flex: 3;
height: 210px;
position:relative;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 1rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: absolute;
bottom: 0;
width: 100%;
right: 0;
left: 0;
flex-direction: unset;
}
#details-btn a{
padding: 10px;
}
#vertical-vip{
display: none;
}
.hero-header {
min-height: 400px;
}
.signup-frm .btn {
bottom: 4px;
position: relative;
right: 0;
border-width: 0;
height: 52px;
margin-top: 12px;
width: 100%;
}
ul.our-team-profile li a {
width: 34px;
height: 34px;
line-height: 33px;
}
.rt-content-box ul.our-team-profile li {
padding: 0;
margin-right: 6px;
}
.lt-img-box {
display: table;
width: 105px;
float: none;
margin: 0 auto;
}
.rt-content-box {
display: table;
margin-left: 0;
margin: 0 auto;
text-align: center;
}
.jumbo-banner .btn-trans-video, .hero-banner .btn-trans-video {
display: block;
margin-top: 10px;
margin-left: 0 !important;
}
.error-page h2 {
font-size: 50px;
}
.freelancer-thumb {
float: none;
margin-bottom: 1rem;
}
.freelancer-caption {
display: block;
margin-left: 0;
}
.hero-search-wrap {
padding: 45px 20px 30px;
}
.header.nav-left-side ul.attributes li a {
padding: 22px 8px;
font-size: 12px;
}
.avl-features li {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.agency-list .agency-content {
padding: 0 20px;
padding-top: 15px;
padding-bottom: 20px;
}
.agency-list .agency-name h4 {
font-size: 20px;
margin-bottom: 0;
}
.agency-list .social-icons li {
display: inline-block;
margin-right: 7px;
}
.btn.btn-agent-add {
display: none;
}
}
@media (max-width: 500px) {
.list-layout .property-listing.property-1 .listing-name {
font-size: 14px;
}
.fs-inner-container .property-listing.property-1 .listing-location {
font-size: 12px;
}
.list-layout .listing-detail-btn .more-btn {
border-radius: 50px !important;
padding: 5px 14px !important;
}
.prt-detail-title-desc h3 {
font-size: 18px;
line-height: 1.4;
}
ul.deatil_features li {
width:100%;
flex: 0 0 100%;
}
.author-review article .article_comments_thumb {
float: left;
width: 60px;
}
.author-review article .article_comments_thumb img {
max-width: 60px;
border-radius: 50%;
}
.author-review article .comment-details {
overflow: hidden;
padding-left: 20px;
}
.author-review article .comment-details .comment-text p {
font-size: 13px;
}
.nearby_header_first h5 {
margin: 0;
font-size: 13px;
}
.single-post-item .post-details .post-title {
font-size: 20px;
line-height: 1.3;
margin: 5px 0 0;
}
.single-post-item .post-details p, .single-post-item .post-details .text {
font-size: 15px;
margin:15px 0 0;
}
}
/*====================================
Bottom To top Scroll
=====================================*/
#back2Top {
width: 40px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
bottom: 10px;
right: 20px;
text-align: center;
font-size: 15px;
border-radius: 4px;
text-decoration: none;
background:#333c56;
color: #ffffff;
}
#back2Top:hover {
background-color:#ffffff;
color:#333c56;
}
.style-switcher{
position: fixed;
top:35%;
transition: 0.4s ease-in-out;
background-color: #fff;
left:-220px;
width:220px;
padding: 0;
z-index: 1010;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.style-switcher .css-trigger{
position: absolute;
top:37%;
transform: translateY(-50%);
right: -50px;
width: 50px;
background-color:#2d4767;
color:#fff;
border-radius: 0px 3px 3px 0px;
text-align: center;
line-height:55px;
height: 50px;
font-size: 24px;
cursor: pointer;
}
.style-switcher .css-trigger a{
color:#ffffff;
}
.style-switcher.active {
left: 0;
}
ul#themecolors {
margin: 0;
padding:15px 0;
text-align: center;
background: #334e6f;
}
ul#themecolors li {
list-style: none;
padding:5px;
display: inline-block;
}
ul#themecolors li a {
width:35px;
height:35px;
background:#f4f5f7;
display: inline-block;
border-radius: 50%;
font-size: 0;
border:3px solid rgba(255,255,255,1);
}
a.default-theme {
background:#fb7618 !important;
}
a.blue-theme {
background:#3a5bbc !important;
}
a.green-theme {
background:#28b446 !important;
}
a.red-theme {
background:#d32e2a !important;
}
a.purple-theme {
background:#9886ec !important;
}
a.yellow-theme {
background:#fbbb00 !important;
}
a.oceangreen-theme {
background:#00A877 !important;
}
a.goodred-theme {
background:#f40c43 !important;
}
a.goodgreen-theme {
background:#19b521 !important;
}
a.blue2-theme {
background:#0176ff !important;
}
@media only screen and (max-width: 767px) {
footer .footer-logo img{
margin:auto ;
}
.footer-logo-col{
background-color:#0fca98!important;
}
.singles-dashboard-list {
display: block;
width: 100%;
}
.sd-list-left {
max-width: 100%;
}
.sd-list-right {
padding: 1rem 1rem;
}
}
.hero__p {
background-color: rgba(12, 130, 166, .5);
padding: 40px;
border-radius: 15px;
text-align: center;
color: #fff;
height: 100%
}
.hero__p p {
font-size: 1.5rem;
}
/* Style the tab */
.tab {
height: 3.5rem;
width: 100%;
justify-content: center;
text-align: center;
overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab a {
color: #002758;
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab a:hover {
text-decoration: none;
list-style: none;
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab a.active {
background-color: #08a7c1;
color: white;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
.tabcontent {
animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
#img-desc{
direction: ltr;
justify-content: start;
text-align: left;
}
#img-desc p{
font-family: 'Cairo', sans-serif;
color:#2D3954;
}
#img-desc img{
min-height: 300px;
}
/*--------------------------------------------------------------
# about -us
--------------------------------------------------------------*/
#featured-services{
text-align: center;
direction: ltr;
}
#featured-services h5{
color: #252c41;
}
.featured-services .icon-box {
direction: ltr;
text-align: center;
padding: 10px 20px;
position: relative;
overflow: hidden;
background: #fff;
transition: all 0.3s ease-in-out;
border-radius: 8px;
z-index: 1;
width: 100%;
}
.featured-services .icon-box::before {
content: '';
position: absolute;
background: #cbe0fb;
right: 0;
left: 0;
bottom: 0;
top: 100%;
transition: all 0.3s;
z-index: -1;
}
.featured-services .icon-box:hover::before {
background: #2D3954;
top: 0;
border-radius: 0px;
}
.featured-services .icon {
margin-bottom: 15px;
}
.featured-services .icon i {
font-size: 48px;
line-height: 1;
color: #2D3954;
transition: all 0.3s ease-in-out;
}
.featured-services .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
font-family: 'Cairo', sans-serif;
}
.featured-services .title a {
color: #111;
}
.featured-services .description {
font-size: 15px;
line-height: 28px;
margin-bottom: 0;
font-family: 'Cairo', sans-serif;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
color: #fff;
}
.featured-services .icon-box:hover .icon i {
color: #fff;
}
/*--------------------------------------------------------------
# contact -us
--------------------------------------------------------------*/
#contact{
text-align: left;
}
#contact p{
color: #252c41;
}
.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 30px;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
#contact-us .icon-box {
text-align: center;
border: 1px solid #e2eefd;
padding: 80px 20px;
transition: all ease-in-out 0.3s;
background: #fff;
width: 100%;
}
#contact-us .icon-box .icon {
margin: 0 auto;
width: 64px;
height: 64px;
background: #f1f6fe;
border-radius: 4px;
border: 1px solid #deebfd;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box .icon i {
color: #252c41;
font-size: 28px;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box h4 {
color: #252c41;
font-weight: 700;
margin-bottom: 15px;
font-size: 24px;
}
#contact-us .icon-box h4 a {
text-decoration: none;
color: #252c41;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box p {
color: #252c41;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}
#contact-us .icon-box:hover {
box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
#contact-us .icon-box:hover h4 a, .services .icon-box:hover .icon i {
color: #106eea;
}
#contact-us .icon-box:hover .icon {
border-color: #252c41;
}
.myselect2{
width: 100%;
font-size:14px !important;
box-shadow: none;
padding:.3rem .75rem;
border:1px solid #e0ecf5;
background-clip: initial;
}
.myselect{
width: 100%;
font-size:14px !important;
box-shadow: none;
/* padding:.5rem .75rem;*/
padding:5px;
border:1px solid #e0ecf5;
background-clip: initial;
max-height: 35px !important;
min-height: 35px !important;
}
/* terms and condtions */
#terms-cond{
font-family: 'Cairo', sans-serif;
justify-content: start; text-align: start;
direction: ltr;
}
#terms-cond p{
color: #2D3954;
}
#terms-cond h3{
color: #252c41;
font-weight: 700;
}
#terms-cond h5{
color: #252c41;
font-weight: 700;
}
.title-icon::before{
content: "\25b6";
display: block;
color: #252c41;
float: left;
margin: 0px 0px 0 0;
}
.li-icon li{
list-style: square !important;
line-height: 30px;
color: #2D3954;
}
/*--------------------------------------------------------------
# articels
--------------------------------------------------------------*/
.articels{
direction:ltr;
text-align: start;
justify-content: start;
}
.searchRow{
max-width:100% !important;
justify-content: start !important;
}
.articels .card{
text-align:left;
}
.articels .card #sorting{
direction:ltr; display:inline; width:100%; padding-right:0px;border-radius:5px
}
.articels h2{
color: #252c41;
font-weight: 700;
margin-bottom: 18px;
}
.articels .box {
padding: 0px;
box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
text-align: center;
transition: 0.3s;
height: 100%;
}
.articels .box img {
width: 100%;
padding: 0;
transition: 0.5s;
transform: scale(1);
min-height: 12rem;
max-height: 12rem;
}
.articels .box h3 {
padding-top: 10px;
font-size: 24px;
color: #252c41;
font-weight: 700;
margin-bottom: 18px;
}
.articels .box:hover {
border-radius: 20px;
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.articels .box:hover img {
border-radius: 20px;
transform: scale(0.9);
}
/*--------------------------------------------------------------
# inner article Details
--------------------------------------------------------------*/
.article-inner .portfolio-info {
background-color:#fff;
direction: ltr;
text-align: left;
justify-content: start;
padding: 30px;
box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.article-inner .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.article-inner .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.article-inner .portfolio-info ul li + li {
margin-top: 10px;
}
.article-inner .portfolio-description {
direction: ltr;
text-align: left;
padding-top: 30px;
}
.article-inner .portfolio-description .comment{
padding-top: 1em;
}
.article-inner .portfolio-description .form-group{
padding-top: 1em;
}
.article-inner .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
.article-inner .portfolio-description p {
padding: 0;
}
#req-form{
direction: ltr;
text-align: left;
}
.article-inner{
direction: rtl ;
}
/* add-listing */
#add-listing{
direction:ltr;
justify-content: left; text-align: left;
}
#content > div {
border: 1px solid black;
margin: 5px;
padding: 5px;
display: inline-block;
}
.price:before {
content: 'Price: ';
}
.distance:before {
content: 'Distance: ';
}
.content {
display: none;
}
.back {
display: none;
}
.next {
margin-left: 50px;
}
.end {
display: none;
}
.hr-add{
height: 0.5px !important;
}
/* inner listing */
#inner-listing{
text-align: left;
direction: rtl;
}
#inner-listing .text-center p{
display: inline;
}
#inner-listing .details{
direction: ltr;
}
#same-owner .single-items,#same-owner .col-lg-3{
width: 100% !important;
padding: 8px;
}
#same-owner a{
font-size: bold !important;
}
#same-owner .adv img,#inner-listing .adv img{
max-height: 250px;
object-fit: cover;
}
#inner-listing h3{
text-align: left;
margin-bottom: 20px;
}
#inner-listing .card{
text-align: center;
background-color: #f5fcff;
}
#inner-listing .main-img{
object-fit: contain !important;
min-height: 290px !important;
max-height: 290px;
width: 100%;
padding: .25rem !important;
background-color: #f5fcff !important;
border: 1px solid #dee2e6 !important;
border-radius: 0.25rem !important;
}
#inner-listing .lazy .img-thumbnail{
min-height: 120px;
max-height: 120px;
width: 100%;
object-fit: cover;
}
.sticky, #inner-listing .sticky{
position: -webkit-sticky; /* Safari */
position: sticky;
top: 100px;
direction:rtl;
}
#inner-listing .adv-1{
max-height: 200px;
}
.sticky .card h4{
line-height: 1.8;
}
.sticky .card h5{
line-height:1.8;
color: #0fca98;
font-weight: bold;
font-size: 20px !important;
}
/* file upload */
#demo-upload{
background-color: white;
border-radius: 5px;
border: 2px dashed rgb(0, 135, 247);
border-image: none;
margin-bottom: 20px;
width: 100%;
text-align: center;
margin-top: 10px;
}
/* sale - rent - page & card */
.pagination{
direction:ltr;
}
#sale-props{
text-align: left;
font-family: 'Cairo', sans-serif;
direction: rtl;
}
.sortSelect{
direction:ltr;
width:50%;
border-radius:5px;
}
.col-sale{
text-align:right;
}
.col-sale select{
max-height:40px; min-height:40px;
}
.accordion-item{
direction:ltr;
}
.btnAdds{
border-top: none !important;
background-color: #f5fcff;
padding:0 0 0 0;
text-align:right;
direction: ltr;
}
.filter-props{
padding-right: 0px !important;
text-align: left;
direction: rtl;
}
.filter-props .card{
background-color:#f5fcff;
}
#btn1{
margin-left: 5px;
color:#ffffff !important;
background:#196aa2;
display: inline-flex;
align-items: center;
justify-content: center;
transition: 0.3s;
padding-right: 20px;
padding-left: 20px;
}
#btn1:hover{
background: #0fca98;
color:white;
}
.views{
z-index: 99;
margin-top:13px;
position: absolute; top: 0; left: 0;
}
.views .views-1{
padding: 10px 20px;
transition: all .2s ease;
background-color: rgba(250, 190, 88, 0.7);
font-weight:bold;
display: inline;
border-bottom-right-radius: 15px;
}
.views-3{z-index: 99;
position: absolute; top: 0; right: 0;
padding: 10px 20px;
transition: all .2s ease;
background-color: rgba(255,255,255,0.5);
font-weight:bold;
display: inline;
border-bottom-left-radius: 15px;
color:#fff;
}
.views-2 i{
font-size:12px;
}
.views .views-1{
color: #fff !important;
}
.views-2{
transition: 0.3s ease-in;
padding: 10px 20px;
position: absolute; bottom: 0; right: 0;
background-color: rgba(255, 255, 255, 0.2);
color: white !important;
}
.views-2:hover{
background-color: rgba(250, 190, 88, 0.5);
}
.accordion-item{
border: none !important;
}
.accordion-button{
padding: 0 !important;
background-color: transparent !important;
border: none;
direction: ltr;
text-decoration: none;
}
.accordion-button::after{
}
.accordion-button:focus{
border: none !important;
box-shadow: none !important;
}
.accordion-button:hover{
text-decoration: none;
}
.accordion-body ,.accordion-collapse ,.collapse {
border: none !important;
}
#sale-props .col-card-imgs .click{
background-color: rgba(0, 0, 0,0.1);
}
#agent-listing .click img , .col-card-imgs .click img{
height: 100%;
max-height: 215px;
min-height: 215px;
width: 100%;
object-fit: cover;
}
.list-rap
{
padding-bottom:10px !important;
padding-top:10px !important;
}
.col-card-imgs .slick-list{
padding: 0 !important;
}
#sale-props .col-cards .card{
border-radius: 20px;
}
.card-img{
width: 100%; max-height: 350px; min-height: 300px; object-fit: cover;
}
.col-cards-2 {
padding-right: 0px !important;
}
.col-cards-2 .vip{
min-height: 350px !important;
text-align: center;
}
.col-cards-2 .vip .card-img{
min-height: 350px !important;
max-height: 350px !important;
object-fit:cover;
}
.card-img-overlay{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background-color:rgba(0,0,0,0.5);
}
.col-cards-2 .vip .card-title{
font-weight: 700;
font-size: 14px !important;
color: #fff !important;
}
.vip .foot-location{
font-size: 13px;
color: #4e5c79;
font-weight: bold;
}
.col-cards-2 .vip .card-title,.vip .foot-location{
font-family: 'Cairo', sans-serif;
}
.vip .card-text h6{
line-height:1.8;
font-weight: bold;
color: #fff !important;
text-align: center;
direction: ltr;
}
#sale-props .col-cards .col-card-imgs .click img{
border-radius: 20px;
height: 100%;
max-height: 252px;
}
#sale-props .col-cards .col-card-imgs p{
writing-mode: vertical-rl;
text-orientation: mixed;
padding-top: 30% !important;
color: wheat;
}
#sale-props .col-cards .col-card-details{
text-align: end;
}
#sale-props .col-filters .card{
border-radius: 20px;
text-align: left;
direction: ltr;
}
#sale-props .col-filters .card .form-check{
display: flex;
justify-content:flex-start;
}
#sale-props .col-filters .card .form-check label{
padding-right: 30px;
}
#register{
text-align: left;
direction: ltr;
}
.nav-pills{
text-align: center ;
justify-content: center;
}
.nav-pills .nav-item{
margin: 20px;
}
#register label{
display: block !important;
}
#profile-info {
direction:rtl;
}
#profile-info .card{
text-align: left;
direction:ltr;
}
#profile-info i.fa {
display: inline-block;
border-radius: 60px !important;
box-shadow: 0px 0px 2px #888 !important;
padding: 0.5em 0.6em !important;
}
#profile-info .card .admin{
max-width: 200px;
max-height: 200px;
min-width: 200px;
min-height: 200px;
object-fit:contain;
}
#profile-info .card {
direction:rtl;
}
#imgDiv {
position: relative;
width: 500px;
height: 200px;
border: 4px dashed #fff;
}
#imgDiv p{
width: 100%;
height: 100%;
text-align: center;
line-height: 170px;
color: #ffffff;
font-family: Arial;
}
#imgDiv input{
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
}
#imgDiv button{
margin: 0;
color: #fff;
background: #16a085;
border: none;
width: 508px;
height: 35px;
margin-top: -20px;
margin-left: -4px;
border-radius: 4px;
border-bottom: 4px solid #117A60;
transition: all .2s ease;
outline: none;
}
#imgDiv button:hover{
background: #149174;
color: #0C5645;
}
.panel {margin: 100px auto 40px; max-width: 500px; text-align: center;}
.button_outer {background: #83ccd3; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 17px 30px 12px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#83ccd3; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 50px; height: 50px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid #fff; border-right: 6px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute; left: 17px; top: 10px;}
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;}
.uploaded_file_view {max-width: 300px; margin: 40px auto; text-align: center; position: relative; transition: .2s; opacity: 0; border: 2px solid #ddd; padding: 15px;}
.file_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
.file_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg {text-align: center; color: #f00}
button:focus{
border: none !important;
}
ul.footer-bottom-social {
margin: 0;
padding: 0;
margin-top: 20px;
}
ul.footer-bottom-social li {
list-style: none;
margin-right: 0px;
display: inline;
}
ul.footer-bottom-social li a {
color:white !important;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
color:#007bff;
text-decoration: none;
}
ul.footer-bottom-social li i {
background-color: #1b2132;
padding: 8px;
margin-left: 5px;
border-radius: 20px;
}
.pricingVip .card {
border-radius: 1rem;
transition: all 0.2s;
}
.pricingVip hr {
margin: 1rem 0;
}
.pricingVip .card-title {
margin: 0.5rem 0;
font-size: 0.9rem;
letter-spacing: .1rem;
font-weight: bold;
}
.pricingVip .card-price {
font-size: 2rem;
margin: 0;
}
.pricingVip .card-price .period {
font-size: 0.8rem;
}
.pricingVip ul li {
margin-bottom: 1rem;
}
.pricingVip .text-muted {
opacity: 0.7;
}
.pricingVip .btn {
font-size: 80%;
border-radius: 5rem;
letter-spacing: .1rem;
font-weight: bold;
padding: 1rem;
opacity: 0.7;
transition: all 0.2s;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
.pricingVip .card:hover {
margin-top: -.25rem;
margin-bottom: .25rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricingVip .card:hover .btn {
background-color: #0fca98;
border: #0fca98;
opacity: 1;
}
}
.center-name{
text-align: center !important;
}
.slick-list{
padding:5px;
}
.card-body{
padding: 0.5rem !important;
}
a, button, btn, prt-view {
transition: 0.3s ease-out;
}
.optional{
font-size: 12px !important;
}
.error-box{
background: #FFF;color: red;text-align: center; padding: 20px;
} | public/assets/css/style.css |
# Fonts
# GLobal Settings
# Header Navigation Styles
# Homes Banner
# Property Style
# How it Work
# Contact Info
# PopUp Modal
# Agency & Agents Design
# Blog Designs
# General Features
# Dashboard
# Footer Start
# Responsiveness Start
# Bottom To top Scroll
------------- List Of Table ----------*/
@import url(../css/plugins/animation.css);
@import url(../css/plugins/css/bootstrap.min.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/dropzone.css);
@import url(../css/plugins/select2.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/slick-theme.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/font-awesome.css);
@import url(../css/plugins/icofont.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/line-icon.css);
@import url(../css/plugins/themify.css);
/*------------------------------------
Fonts
------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Tajawal&display=swap');
/*------------------------------------
Preloader
------------------------------------*/
.upBtn{
border: none; background:transparent;
}
.upBtn:focus,.upBtn:active {
border: none;
}
.form-group {
margin-bottom: 15px;
direction: ltr;
}
form.dropzone.dz-clickable.primary-dropzone {
background: #f9fafc;
border: 1px solid #ebedf5;
}
i.req {
color: #e41515;
}
/*------------------------------------------------------------
GLobal Settings
-------------------------------------------------------------*/
* {
outline: none; }
body {
background: #ffffff;
color:#4e5c79;
font-size:16px;
/* font-family: 'Muli', sans-serif; */
/* font-family: 'Cairo', sans-serif; */
font-family: 'Cairo', sans-serif;
margin: 0;
overflow-x: hidden !important;
font-weight: 400;
}
.saturate { filter: saturate(3); }
.grayscale { filter: grayscale(100%); }
.contrast { filter: contrast(160%); }
.brightness { filter: brightness(0.25); }
.blur { filter: blur(3px); }
.invert { filter: invert(100%); }
.sepia { filter: sepia(100%); }
.huerotate { filter: hue-rotate(180deg); }
.rss.opacity { filter: opacity(50%); }
.modal-open {
overflow: hidden !important;
}
.watermarked {
position: relative;
}
.watermarked:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-image: url("../img/watermark.png");
background-position: center;
background-repeat: no-repeat;
opacity: 0.7;
}
html {
position: relative;
min-height: 100%;
background: #ffffff; }
a {
color:#2D3954;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover,
a:focus {
text-decoration: none; }
a.link {
color:#fd5332; }
a.link:hover, a.link:focus, a:hover, a:focus {
color:#fd5332;
}
a.text-success:focus, a.text-success:hover {
color:#28a745 !important;
}
a.text-primary:focus, a.text-primary:hover {
color:#fd5332 !important;
}
a.text-warning:focus, a.text-warning:hover {
color:#ff9b20 !important;
}
a.text-danger:focus, a.text-danger:hover {
color:#f33066 !important;
}
a.white-link {
color: #ffffff; }
a.white-link:hover, a.white-link:focus {
color: #263238; }
.img-responsive {
width: 100%;
height: auto;
display: inline-block; }
.img-rounded {
border-radius: 4px; }
html body .mdi:before,
html body .mdi-set {
line-height: initial;
}
.editpage{
direction: ltr;
text-align: left;
}
section{
padding:40px 0 40px 0px;
}
#thank-page{
direction: ltr;
font-family: 'cairo', sans-serif;
}
.clear{
padding: 100px 0px;
}
section.min{
padding:50px 0 50px;
}
p {
line-height:1.8;
}
.gray-bg{
background:#f7f9fc url(../img/pattern.png);
background-size: cover;
background-position: center;
}
.gray{
background:#f7f9fc;
}
.gray-simple{
background:#f3f7fd;
}
.bg-title{
background:#2540a2;
}
.bg-1{
background:#f7d0cb;
}
.bg-2{
background:#dde9ed;
}
.tbl {
display: table;
}
.full-height {
height: 100%;
}
.rtl{
position:relative;
}
.mr-2 {
margin-right: 8px;
}
.mr-1{
margin-right: 4.5px;
}
.alert p {
margin: 0;
}
.table-cell {
display: table-cell;
vertical-align: middle;
}
.no-ul-list{
padding:0;
}
.no-ul-list li{
list-style:none;
}
.progress {
margin-bottom: 1.5em;
}
.full-width{
width:100%;
}
p, ul, ol, dl, dt, dd, blockquote, address {
margin: 0 0 10px;
}
.owl-carousel .item {
padding: 0 15px;
}
.explore-content{
text-align:left;
}
.videoAction{
direction:rtl;
}
.explore-content p {
font-size: 19px;
font-family: 'cairo', sans-serif;
/* font-style: italic; */
}
.explore-content h1, .explore-content h2{
font-family: 'Cairo', sans-serif;
font-weight: 600;
}
.clltoAct{
direction: rtl;
}
.shadow-0{
box-shadow:none !important;
}
/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
color:#2D3954;
font-weight:700;
text-transform: capitalize;
/* font-family: 'cairo', sans-serif; */
font-family: 'Cairo', sans-serif !important;
/* font-family: 'Tajawal', sans-serif !important; */
}
h5,
h6 {
color:#2D3954;
}
.font-2{
font-family: 'cairo', sans-serif;
}
h1 {
line-height: 40px;
font-size: 36px; }
h2 {
line-height: 36px;
font-size: 30px; }
h3 {
line-height: 30px;
font-size: 24px; }
h4 {
line-height: 26px;
font-size: 21px; }
h5 {
line-height: 22px;
font-size: 18px;
}
.lead{
font-size:20px !important;
}
.lead-i{
font-family: 'cairo', sans-serif;
font-size:22px !important;
font-style:italic;
}
.display-5 {
font-size: 3rem; }
.display-6 {
font-size: 36px; }
.display-7 {
font-size: 26px; }
.box {
border-radius: 4px;
padding: 10px; }
html body .dl {
display: inline-block; }
html body .db {
display: block; }
.no-wrap td,
.no-wrap th {
white-space: nowrap; }
.circle {
border-radius: 100%; }
.theme-cl{
color:#fd5332;
}
.theme-bg{
background:#fd5332;
}
/*------------ Global Settings: Ul List Style ----------------*/
ul.list-style {
padding: 0;
margin: 0;
}
ul.list-style li {
margin-bottom: 1.2em;
line-height: 1.5;
list-style: none;
padding-left:30px;
position: relative;
}
ul.list-style li:before {
content: "\e64c";
position: absolute;
left: 0;
font-size: 16px;
top: 0;
color: #27b737;
font-family: 'cairo', sans-serif;
}
ul.list-style.style-2 li:before {
content: "\f152" !important;
color:#0273ff;
}
/*------------ Global Settings: Cutom Height ----------------*/
.ht-10{
height:10px;
}
.ht-20{
height:20px;
}
.ht-30{
height:30px;
}
.ht-40{
height:40px;
}
.ht-50{
height:50px;
}
.ht-60{
height:60px;
}
.ht-70{
height:70px;
}
.ht-80{
height:80px;
}
.ht-80{
height:80px;
}
.ht-100{
height:100px;
}
.ht-110{
height:110px;
}
.ht-120{
height:120px;
}
.ht-130{
height:130px;
}
.ht-140{
height:140px;
}
.ht-150{
height:150px;
}
.ht-160{
height:160px;
}
.ht-170{
height:170px;
}
.ht-180{
height:180px;
}
.ht-190{
height:190px;
}
.ht-200{
height:200px;
}
.ht-100{
height:100%;
min-height:580px;
}
.h-100{
height:100vh;
min-height:580px;
}
/*------------ Global Settings: Typography ----------------*/
.type--fade {
opacity: .5;
}
.type--uppercase {
text-transform: uppercase;
}
.type--bold {
font-weight: bold;
}
.type--italic {
font-style: italic;
}
.type--fine-print {
font-size: 0.85714286em;
}
.type--strikethrough {
text-decoration: line-through;
opacity: .5;
}
.type--underline {
text-decoration: underline;
}
.pos-vertical-center {
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
blockquote {
font-size: 1.78571429em;
line-height: 1.5em;
padding: 0;
margin: 0;
border-left: 0;
}
blockquote {
font-style: italic;
}
blockquote:not(:last-child) {
margin-bottom: 1.04em;
}
/*------------ Global Settings: Common & List ----------------*/
ul:last-child {
margin: 0;
}
.list-inline li {
padding: 0 1em;
margin-left: 0;
}
.list-inline li:first-child {
padding-left: 0;
}
.list-inline li:last-child {
padding-right: 0;
}
.list-inline.list-inline--narrow li {
padding: 0 .5em;
}
.list-inline.list-inline--wide li {
padding: 0 2em;
}
.color--white {
color: #fff !important;
}
.color--dark {
color: #252525 !important;
}
.color--success {
color: #4ebf56 !important;
}
.color--error {
color: #e23636 !important;
}
.bg--dark {
background:#1f2025 !important;
}
.bg--dark:not(.nav-bar):not(.bar) {
color: #ffffff;
}
.bg--dark .boxed:not([class*='bg-']), .imagebg:not(.image--light) .boxed:not([class*='bg-']), .bg--dark .large-features-2, .bg--dark .pr-table-box,
.bg--dark .veticle-large-features-box, .bg--dark .large-features-box, .bg--dark .pricing-wrap {
background: none;
color: #fff;
}
.bg--dark .boxed:not([class*='bg-']).boxed--border, .imagebg:not(.image--light) .boxed:not([class*='bg-']).boxed--border {
border-color:#2a2b31;
}
.bg--dark:not(.nav-bar):not(.bar) h1,
.bg--dark:not(.nav-bar):not(.bar) h2,
.bg--dark:not(.nav-bar):not(.bar) h3,
.bg--dark:not(.nav-bar):not(.bar) h4,
.bg--dark:not(.nav-bar):not(.bar) h5,
.bg--dark:not(.nav-bar):not(.bar) h6,
.bg--dark:not(.nav-bar):not(.bar) i,
.bg--dark:not(.nav-bar):not(.bar) span:not(.btn__text),
.bg--dark:not(.nav-bar):not(.bar) p {
color: #ffffff;
}
.bg--dark:not(.nav-bar):not(.bar) a:not(.btn) {
color: #fff;
}
.bg--site {
background: #ffffff;
}
.bg--primary p,
.bg--primary span,
.bg--primary ul,
.bg--primary a:not(.btn) {
color: #fff;
}
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6,
.bg--primary i {
color: #fff;
}
.bg--primary .color--primary {
color: #fff !important;
}
.bg--light {
background: #fff;
}
.bg--light p,
.bg--light span,
.bg--light ul,
.bg--light a:not(.btn) {
color: #666666;
}
.bg--light h1,
.bg--light h2,
.bg--light h3,
.bg--light h4,
.bg--light h5,
.bg--light h6,
.bg--light i {
color: #252525;
}
.bg--error {
background: #e23636;
}
.bg--success {
background: #4ebf56;
}
.imagebg:not(.image--light) .bg--light p,
.imagebg:not(.image--light) .bg--light span,
.imagebg:not(.image--light) .bg--light ul,
.imagebg:not(.image--light) .bg--light a:not(.btn) {
color: #666666;
}
.imagebg:not(.image--light) .bg--light h1,
.imagebg:not(.image--light) .bg--light h2,
.imagebg:not(.image--light) .bg--light h3,
.imagebg:not(.image--light) .bg--light h4,
.imagebg:not(.image--light) .bg--light h5,
.imagebg:not(.image--light) .bg--light h6,
.imagebg:not(.image--light) .bg--light i {
color: #252525;
}
.imagebg:not(.image--light) .bg--secondary {
background: rgba(250, 250, 250, 0.2);
}
.image-bg:not(.image-light) *:not(a) {
color: #fff;
}
.color--facebook {
color: #3b5998 !important;
}
.color--twitter {
color: #00aced !important;
}
.color--googleplus {
color: #dd4b39 !important;
}
.color--instagram {
color: #125688 !important;
}
.color--pinterest {
color: #cb2027 !important;
}
.color--dribbble {
color: #ea4c89 !important;
}
.color--behance {
color: #053eff !important;
}
.color--linkedin {
color: #1685b9 !important;
}
.bg--facebook {
background: #3b5998 !important;
color: #fff !important;
}
.bg--twitter {
background: #00aced !important;
color: #fff !important;
}
.bg--googleplus {
background: #dd4b39 !important;
color: #fff !important;
}
.bg--instagram {
background: #125688 !important;
color: #fff !important;
}
.bg--pinterest {
background: #cb2027 !important;
color: #fff !important;
}
.bg--dribbble {
background: #ea4c89 !important;
color: #fff !important;
}
.bg--behance {
background: #053eff !important;
color: #fff !important;
}
.bg--linkedin {
background:#1685b9 !important;
color: #fff !important;
}
.height-100, .height-90, .height-80, .height-70, .height-60, .height-50, .height-40, .height-30, .height-20, .height-10 {
height: auto;
padding: 5em 0;
}
/*------------ Global Settings: Background & Image ----------------*/
.bg-img-holder {
position: absolute;
height: 100%;
top: 0;
left: 0;
background-size: cover !important;
background-position: 50% 50% !important;
z-index: 0;
transition: opacity .3s linear;
-webkit-transition: opacity .3s linear;
opacity: 0;
background: #252525;
}
.bg-img-holder:not([class*='col-']) {
width: 100%;
}
.bg-img-holder.background--bottom {
background-position: 50% 100% !important;
}
.bg-img-holder.background--top {
background-position: 50% 0% !important;
}
.image--light .bg-img-holder {
background: none;
}
.bg-img-holder img {
display: none;
}
.imagebg.border--round {
overflow: hidden;
}
[data-overlay] {
position: relative;
}
[data-overlay]:before {
position: absolute;
content: '';
background: #252525;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay] *:not(.container):not(.bg-img-holder) {
z-index: 2;
}
[data-overlay].image--light:before {
background: #fff;
}
[data-overlay].bg--primary:before {
background: #4a90e2;
}
[data-overlay="1"]:before {
opacity: 0.1;
}
[data-overlay="2"]:before {
opacity: 0.2;
}
[data-overlay="3"]:before {
opacity: 0.3;
}
[data-overlay="4"]:before {
opacity: 0.4;
}
[data-overlay="5"]:before {
opacity: 0.5;
}
[data-overlay="6"]:before {
opacity: 0.6;
}
[data-overlay="7"]:before {
opacity: 0.7;
}
[data-overlay="8"]:before {
opacity: 0.8;
}
[data-overlay="9"]:before {
opacity: 0.9;
}
[data-overlay="10"]:before {
opacity: 1;
}
[data-overlay="0"]:before {
opacity: 0;
}
[data-scrim-bottom] {
position: relative;
}
[data-scrim-bottom]:before {
position: absolute;
content: '';
width: 100%;
height: 80%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #252525));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #252525 100%);
/* IE10+ */
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
bottom: 0;
left: 0;
z-index: 1;
backface-visibility: hidden;
}
[data-scrim-bottom]:not(.image--light) h1,
[data-scrim-bottom]:not(.image--light) h2,
[data-scrim-bottom]:not(.image--light) h3,
[data-scrim-bottom]:not(.image--light) h4,
[data-scrim-bottom]:not(.image--light) h5,
[data-scrim-bottom]:not(.image--light) h6 {
color: #a5a5a5;
color: #f1f1f1;
}
[data-scrim-bottom]:not(.image--light) p,
[data-scrim-bottom]:not(.image--light) span,
[data-scrim-bottom]:not(.image--light) ul {
color: #e6e6e6;
}
[data-scrim-bottom].image--light:before {
background: #fff;
}
[data-scrim-bottom="1"]:before {
opacity: 0.1;
}
[data-scrim-bottom="2"]:before {
opacity: 0.2;
}
[data-scrim-bottom="3"]:before {
opacity: 0.3;
}
[data-scrim-bottom="4"]:before {
opacity: 0.4;
}
[data-scrim-bottom="5"]:before {
opacity: 0.5;
}
[data-scrim-bottom="6"]:before {
opacity: 0.6;
}
[data-scrim-bottom="7"]:before {
opacity: 0.7;
}
[data-scrim-bottom="8"]:before {
opacity: 0.8;
}
[data-scrim-bottom="9"]:before {
opacity: 0.9;
}
[data-scrim-bottom="10"]:before {
opacity: 1;
}
[data-scrim-top] {
position: relative;
}
[data-scrim-top]:before {
position: absolute;
content: '';
width: 100%;
height: 80%;
background: -moz-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left bottom, left bottom, color-stop(0%, #252525), color-stop(100%, rgba(0, 0, 0, 0)));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
/* IE10+ */
background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
top: 0;
left: 0;
z-index: 1;
}
[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
color: #fff;
}
[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
color: #e6e6e6;
}
[data-scrim-top].image--light:before {
background: #fff;
}
[data-scrim-top="1"]:before {
opacity: 0.1;
}
[data-scrim-top="2"]:before {
opacity: 0.2;
}
[data-scrim-top="3"]:before {
opacity: 0.3;
}
[data-scrim-top="4"]:before {
opacity: 0.4;
}
[data-scrim-top="5"]:before {
opacity: 0.5;
}
[data-scrim-top="6"]:before {
opacity: 0.6;
}
[data-scrim-top="7"]:before {
opacity: 0.7;
}
[data-scrim-top="8"]:before {
opacity: 0.8;
}
[data-scrim-top="9"]:before {
opacity: 0.9;
}
[data-scrim-top="10"]:before {
opacity: 1;
}
.imagebg {
position: relative;
}
.imagebg .container {
z-index: 2;
}
.imagebg .container:not(.pos-absolute) {
position: relative;
}
.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
color: #fff;
}
.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
color: #252525;
}
.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
color: #666666;
}
div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
color: #fff;
}
div[data-overlay] p{
color: #fff;
}
.parallax {
overflow: hidden;
}
/**! 07. Icons **/
.icon {
line-height: 1em;
font-size: 3.14285714em;
}
.icon--xs {
font-size: 1em;
}
.icon--sm {
font-size: 2.35714286em;
}
.icon--lg {
font-size: 5.57142857em;
}
.imagebg:not(.image--light) span {
color: #fff;
}
/*------------ GLobal Settings: Blockquote -------------*/
.clear {
clear: both; }
ol li {
margin: 5px 0; }
/*------------ GLobal Settings: Call To Action -------------*/
.bg-cover{
background-size: cover !important;
background-position: center !important;
}
.image-bg{
background-size: cover !important;
background-position: center !important;
}
.default-bg{
background-size:initial !important;
background-position:initial !important;
}
.image-bg-wrap {
background-size: cover !important;
background-position: center !important;
position: relative;
}
.image-bg-wrap:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #182538;
display: block;
content: "";
opacity: 0.8;
}
/*-------------- GLobal Settings: Paddings ----------------*/
html body .p-0 {
padding: 0px; }
html body .p-10 {
padding: 10px; }
html body .p-15 {
padding: 15px; }
html body .p-20 {
padding: 20px; }
html body .p-30 {
padding: 30px; }
html body .p-40 {
padding: 40px; }
html body .p-l-0 {
padding-left: 0px; }
html body .p-l-10 {
padding-left: 10px; }
html body .p-l-20 {
padding-left: 20px; }
html body .p-r-0 {
padding-right: 0px; }
html body .p-r-10 {
padding-right: 10px; }
html body .p-r-20 {
padding-right: 20px; }
html body .p-r-30 {
padding-right: 30px; }
html body .p-r-40 {
padding-right: 40px; }
html body .p-t-0 {
padding-top: 0px; }
html body .p-t-10 {
padding-top: 10px; }
html body .p-t-20 {
padding-top: 20px; }
html body .p-t-30 {
padding-top: 30px; }
html body .p-b-0 {
padding-bottom: 0px; }
html body .p-b-5 {
padding-bottom: 5px; }
html body .p-b-10 {
padding-bottom: 10px; }
html body .p-b-20 {
padding-bottom: 20px; }
html body .p-b-30 {
padding-bottom: 30px; }
html body .p-b-40 {
padding-bottom: 40px; }
/*-------------- GLobal Settings: Margin ----------------*/
html body .mr-auto {
margin:auto; }
html body .m-0 {
margin: 0px; }
html body .m-l-5 {
margin-left: 5px; }
html body .m-l-10 {
margin-left: 10px; }
html body .m-l-15 {
margin-left: 15px; }
html body .m-l-20 {
margin-left: 20px; }
html body .m-l-30 {
margin-left: 30px; }
html body .m-l-40 {
margin-left: 40px; }
html body .m-r-5 {
margin-right: 5px; }
html body .m-r-10 {
margin-right: 10px; }
html body .m-r-15 {
margin-right: 15px; }
html body .m-r-20 {
margin-right: 20px; }
html body .m-r-30 {
margin-right: 30px; }
html body .m-r-40 {
margin-right: 40px; }
html body .m-t-0 {
margin-top: 0px; }
html body .m-t-5 {
margin-top: 5px; }
html body .m-t-10 {
margin-top: 10px; }
html body .m-t-15 {
margin-top: 15px; }
html body .m-t-20 {
margin-top: 20px; }
html body .m-t-30 {
margin-top: 30px; }
html body .m-t-40 {
margin-top: 40px; }
html body .m-b-0 {
margin-bottom: 0px; }
html body .m-b-5 {
margin-bottom: 5px; }
html body .m-b-10 {
margin-bottom: 10px; }
html body .m-b-15 {
margin-bottom: 15px; }
html body .m-b-20 {
margin-bottom: 20px; }
html body .m-b-30 {
margin-bottom: 30px; }
html body .m-b-40 {
margin-bottom: 40px; }
/*------------ GLobal Settings: vertical alignment -------------*/
html body .vt {
vertical-align: top; }
html body .vm {
vertical-align: middle; }
html body .vb {
vertical-align: bottom; }
/*-------------- GLobal Settings: Opacity ----------------*/
.op-8 {
opacity: 0.8; }
.op-7 {
opacity: 0.7; }
.op-5 {
opacity: 0.5; }
.op-3 {
opacity: 0.3; }
/*-------------- GLobal Settings: font weight ----------------*/
html body .font-bold {
font-weight: 600; }
html body .font-normal {
font-weight: normal; }
html body .font-light {
font-weight: 300; }
html body .font-medium {
font-weight: 500; }
html body .font-16 {
font-size: 16px; }
html body .font-14 {
font-size: 14px; }
html body .font-13 {
font-size: 13px; }
html body .font-10 {
font-size: 10px; }
html body .font-18 {
font-size: 18px; }
html body .font-20 {
font-size: 20px; }
/*-------------- GLobal Settings: Border ----------------*/
html body .b-0 {
border: none !important; }
html body .b-r {
border-right: 1px solid #e0ecf5 !important; }
html body .b-l {
border-left: 1px solid #e0ecf5 !important; }
html body .b-b {
border-bottom: 1px solid #e0ecf5 !important; }
html body .b-t {
border-top: 1px solid #e0ecf5 !important; }
html body .b-all {
border: 1px solid #e0ecf5 !important; }
/*-------------- GLobal Settings: Thumb size ----------------*/
.thumb-sm {
height: 32px;
width: 32px; }
.thumb-md {
height: 48px;
width: 48px; }
.thumb-lg {
height: 88px;
width: 88px; }
.hide {
display: none; }
.img-circle {
border-radius: 100%; }
.radius {
border-radius: 4px; }
/*-------------- GLobal Settings: Text Colors ----------------*/
.text-white {
color: #ffffff !important; }
.text-danger {
color: #f33066 !important; }
.text-muted {
color: #8d97ad !important; }
.text-warning {
color: #ff9b20 !important; }
.text-success {
color:#28a745 !important; }
.text-info {
color: #fd5332 !important; }
.text-inverse {
color: #3e4555 !important; }
html body .text-blue {
color:#1d96ff; }
html body .text-purple {
color: #7460ee; }
html body .text-primary {
color: #fd5332 !important; }
html body .text-megna {
color: #1dc8cd; }
html body .text-dark {
color: #8d97ad; }
html body .text-themecolor {
color: #fd5332; }
/*-------------- Global Settings: Alerts & Notification --------------*/
.notificationBody{
direction:ltr !important; text-align:left;
}
.alert-primary {
color: #0055ff;
background-color: #eaf1ff;
border-color: #eaf1ff;
}
.alert-success {
color: #27b737;
background-color: #e9ffeb;
border-color: #e9ffeb;
}
.alert-warning {
color: #ff9b20;
background-color: #fff5e9;
border-color: #fff5e9;
}
.alert-info {
color: #08a7c1;
background-color: #effdff;
border-color: #effdff;
}
.alert-danger {
color: #f33066;
background-color: #ffe9e9;
border-color: #ffe9e9;
}
.alert-dark {
color: #3e4758;
background-color: #eff4ff;
border-color: #eff4ff;
}
.alert-secondary {
color: #4b5d6f;
background-color: #d6dfe8;
border-color: #d6dfe8;
}
/*-------------- GLobal Settings: Background Colors ----------------*/
.bg-primary {
background-color: #fd5332 !important; }
.bg-success {
background-color: #27b737 !important; }
.bg-info {
background-color:#1ac790 !important; }
.bg-warning {
background-color: #ff9b20 !important; }
.bg-danger {
background-color: #f33066 !important; }
.bg-orange {
background-color: #ec2828 !important; }
.bg-yellow {
background-color: #fed700; }
.bg-facebook {
background-color: #3b5a9a; }
.bg-twitter {
background-color: #56adf2; }
html body .bg-megna {
background-color: #1dc8cd; }
html body .bg-theme {
background-color: #fd5332; }
html body .bg-inverse {
background-color:#374158; }
html body .bg-purple {
background-color: #7460ee; }
html body .bg-orange {
background-color:#fff6f5 !important; }
html body .bg-light {
background-color:#f5faff !important; }
html body .bg-light-primary {
background-color: #f1effd; }
html body .bg-light-success {
background-color: #e8fdeb; }
html body .bg-light-info {
background-color: #cfecfe; }
html body .bg-light-extra {
background-color: #ebf3f5; }
html body .bg-light-warning {
background-color: #fff8ec; }
html body .bg-light-danger {
background-color: #f9e7eb; }
html body .bg-light-inverse {
background-color: #f6f6f6; }
html body .bg-light {
background-color:#f5f7f9; }
html body .bg-white {
background-color: #ffffff; }
html body .bg-whites {
background-color: #f4f5f7; }
html body .bg-red {
background-color: #e21137; }
html body .bg-green {
background-color: #4caf50; }
html body .bg-sky {
background-color: #20b2c1; }
html body .bg-blue {
background-color: #03a9f4; }
html body .bg-dark-blue{
background-color:#192c48;
}
/*-------------- GLobal Settings: Rounds ----------------*/
.round {
line-height: 48px;
color: #ffffff;
width: 50px;
height: 50px;
display: inline-block;
font-weight: 400;
text-align: center;
border-radius: 100%;
background: #fd5332; }
.round img {
border-radius: 100%; }
.round-lg {
line-height: 65px;
width: 60px;
height: 60px;
font-size: 30px; }
.round.round-info {
background: #fd5332; }
.round.round-warning {
background: #ff9b20; }
.round.round-danger {
background: #f33066; }
.round.round-success {
background: #27b737; }
.round.round-primary {
background: #fd5332; }
/*----------- GLobal Settings: Simple List -----------*/
ul.simple-list {
padding: 0;
margin: 0;
}
ul.simple-list li {
list-style: none;
padding: 10px 5px 10px 28px;
}
ul.simple-list li {
list-style: none;
padding: 10px 5px 10px 28px;
position: relative;
}
ul.simple-list li:before {
content: "\e6af";
font-family: 'Cairo', sans-serif;
position: absolute;
left: 0;
}
/*-------------- GLobal Settings: Labels ----------------*/
.label {
padding: 3px 15px;
color: #ffffff;
font-weight: 400;
border-radius: 4px;
font-size: 75%; }
.label-rounded {
border-radius: 60px; }
.label-custom {
background-color: #1dc8cd; }
.label-success {
background-color: #27b737; }
.label-info {
background-color: #fd5332; }
.label-warning {
background-color: #ff9b20; }
.label-danger {
background-color: #f33066; }
.label-megna {
background-color: #1dc8cd; }
.label-primary {
background-color: #fd5332; }
.label-purple {
background-color: #7460ee; }
.label-red {
background-color: #fb3a3a; }
.label-inverse {
background-color: #3e4555; }
.label-default {
background-color: #f4f8fa; }
.label-white {
background-color: #ffffff; }
.label-light-success {
background-color: #e8fdeb;
color: #27b737; }
.label-light-info {
background-color: #cfecfe;
color: #fd5332; }
.label-light-warning {
background-color: #fff8ec;
color: #ff9b20; }
.label-light-danger {
background-color: #f9e7eb;
color: #f33066; }
.label-light-megna {
background-color: #e0f2f4;
color: #1dc8cd; }
.label-light-primary {
background-color: #f1effd;
color: #fd5332; }
.label-light-inverse {
background-color: #f6f6f6;
color: #3e4555; }
/*------------ GLobal Settings: Table ------------*/
.table thead th {
vertical-align: bottom;
border-bottom: 1px solid transparent;
border-top: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color:#f7f9fb;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
border-top: 1px solid #f7f9fb;
}
.table tr th, .table tr td {
border-color: #eaeff5;
padding: 12px 15px;
vertical-align: middle;
}
.table.tbl-big tr th, .table.tbl-big tr td {
padding:20px 15px;
}
.table.tbl-big.center tr th, .table.tbl-big.center tr td {
padding:20px 15px;
text-align:center;
}
table.table tr th {
font-weight: 600;
}
.table-dark {
background-color: #212529;
color: #fff;
}
.table-dark td, .table-dark th, .table-dark thead th {
border-color: #32383e !important;
}
.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e;
}
/*------------- GLobal Settings: Badge ----------------*/
.badge {
font-weight: 400; }
.badge-xs {
font-size: 9px; }
.badge-xs,
.badge-sm {
-webkit-transform: translate(0, -2px);
-ms-transform: translate(0, -2px);
-o-transform: translate(0, -2px);
transform: translate(0, -2px); }
.badge-success {
background-color: #27b737; }
.badge-info {
background-color: #fd5332; }
.badge-primary {
background-color: #fd5332; }
.badge-warning {
background-color: #ff9b20; }
.badge-danger {
background-color: #f33066; }
.badge-purple {
background-color: #7460ee; }
.badge-red {
background-color: #fb3a3a; }
.badge-inverse {
background-color: #3e4555; }
/*------------- GLobal Settings: List-style-none ----------------*/
ul.list-style-none {
margin: 0px;
padding: 0px;
}
ul.list-style-none li {
list-style: none;
}
ul.list-style-none li a {
color: #8d97ad;
padding: 8px 0px;
display: block;
text-decoration: none;
font-size: 15.5px;
}
ul.list-style-none li a:hover {
color: #fd5332;
}
/*------------- GLobal Settings: dropdown ----------------*/
.dropdown-item {
padding: 4px 1rem;
color:#607394;
font-size: 15.5px;
}
/*------------- GLobal Settings: Buttons ----------------*/
.btn {
border: 2px solid transparent;
}
.btn {
color: #0F466D;
padding: 12px 25px;
cursor: pointer;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
border-radius:0.1rem;
}
a.btn-trans-video{
font-size: 1em;
padding: 0.8em 1.6em;
color: #fd5332;
}
a.btn-trans-video i {
width: 36px;
height: 36px;
line-height: 36px;
display: inline-block;
background: #fd5332;
text-align: center;
color: #ffffff;
border-radius: 50%;
margin-right: 20px;
box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
-webkit-box-shadow: 0px 0px 0px 12px rgb(179, 220, 255);
}
.light-vid a.btn-trans-video{
color:#ffffff;
}
.light-vid a.btn-trans-video i {
background: #3583ff;
color: #ffffff;
box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 0px 0px 7px rgba(255,255,255,0.5);
}
.btn:hover {
color: #ffffff;
}
.btn:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
color: #263238;
padding: 10px 15px; }
.btn-link .underline {
border-bottom: 1px solid #263238;
}
.btn-link:hover {
color: #27b737;
}
.btn-lg {
padding: 1.2em 2em;
font-size: 1em;
}
.btn-md {
padding:1em 1.5em;
font-size:1em;
}
.btn-sm {
padding: .25rem .5rem;
font-size: 12px;
}
.btn-xs {
padding: .25rem .5rem;
font-size: 10px;
}
.btn-circle {
border-radius: 100%;
width: 40px;
height: 40px;
padding: 10px;
}
.btn-circle.btn-md {
padding: 18px 0px;
width: 60px;
height: 60px;
font-size: 20px;
}
.btn-circle.btn-sm {
width: 35px;
height: 35px;
padding: 8px 10px;
font-size: 14px;
}
.btn-circle.btn-lg {
width: 70px;
height: 70px;
padding: 24px 15px;
font-size: 20px;
line-height: 23px;
}
.btn-circle.btn-xl {
width: 70px;
height: 70px;
padding: 14px 15px;
font-size: 24px;
}
.btn-rounded {
border-radius:50px !important;
-webkit-border-radius:50px !important;
}
.btn-arrow {
position: relative;
}
.btn-arrow span {
display: inline-block;
position: relative;
-webkit-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
will-change: transform;
}
.btn-arrow:hover span, .btn-arrow:focus span {
-webkit-transform: translate3d(-1rem, 0, 0);
transform: translate3d(-1rem, 0, 0);
}
.btn-arrow i {
position: absolute;
width: 1.1em;
right: 0px;
right: 0rem;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
will-change: left, opacity;
}
.btn-arrow:hover i, .btn-arrow:focus i {
opacity: 1;
right: -2rem;
}
.btn-theme{
background:#fd5332;
border-color:#fd5332;
color:#ffffff;
transition:all ease 0.4s;
}
.btn-theme-2{
background:#3151B7;
border-color:#3151B7;
color:#ffffff;
transition:all ease 0.4s;
}
.btn-theme-2:hover, .btn-theme-2:focus{
background:#fd5332;
border-color:#fd5332;
color:#ffffff !important;
}
.btn-outline-theme {
color: #fd5332;
background-color: transparent;
border:2px solid #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-theme:hover, .btn-outline-theme:focus {
color:#ffffff !important;
background-color:#fd5332;
border-color:#fd5332;
}
.btn-outline-theme-2 {
color:#3151B7;
background-color: transparent;
border:2px solid #3151B7;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-theme-2:hover, .btn-outline-theme-2:focus {
color:#ffffff;
background-color:#3151B7;
border-color:#3151B7;
}
.btn-secondary,
.btn-secondary.disabled {
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
background-color:#eef0f3;
color: #8d97ad;
}
.btn-secondary:hover,
.btn-secondary.disabled:hover {
color: #ffffff !important;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
color: #ffffff !important;
background: #263238;
border-color: #263238;
}
.btn-primary,
.btn-primary.disabled {
background:#fd5332;
border: 1px solid #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-primary:hover,
.btn-primary.disabled:hover {
background:#2677e6;
border: 1px solid #2677e6;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
background: #345bcb;
}
.btn-themecolor,
.btn-themecolor.disabled {
background: #fd5332;
color: #ffffff;
border: 1px solid #fd5332;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
background: #028ee1;
border: 1px solid #028ee1;
}
.btn-black{
background:#263547;
color: #ffffff;
border:1px solid #263547;
}
.btn-black:hover,
.btn-black:focus {
background:#0f7dff;
border: 1px solid #0f7dff;
}
.btn-themecolor.active, .btn-themecolor:active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
background: #028ee1;
}
.btn-info,
.btn-info.disabled {
background:#1ac790;
border: 1px solid #1ac790;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-info:hover,
.btn-info.disabled:hover {
background:#1ac790;
border: 1px solid #1ac790;
color: white !important;
}
.btn-info.active, .btn-info:active, .btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
background: #0976ea;
}
.btn-warning,
.btn-warning.disabled {
background: #ff9b20;
color: #ffffff;
border: 1px solid #ff9b20;
}
.btn-warning:hover,
.btn-warning.disabled:hover {
background: #f1901a;
color: #ffffff;
border: 1px solid #f1901a;
}
.btn-warning.active, .btn-warning:active, .btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
background: #f1901a;
color: #ffffff;
}
.btn-danger,
.btn-danger.disabled {
background: #f33066;
border: 1px solid #f33066;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-danger:hover,
.btn-danger.disabled:hover {
background: #d73e6b;
border: 1px solid #d73e6b;
}
.btn-danger.active, .btn-danger:active, .btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
background: #d73e6b;
}
.btn-inverse,
.btn-inverse.disabled {
background: #3e4555;
border: 1px solid #3e4555;
color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover {
background: #232a37;
color: #ffffff;
border: 1px solid #232a37;
}
.btn-inverse.active, .btn-inverse:active, .btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
background: #232a37;
color: #ffffff;
}
.btn-red,
.btn-red.disabled {
background: #fb3a3a;
border: 1px solid #fb3a3a;
color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover {
border: 1px solid #d61f1f;
background: #d61f1f;
}
.btn-red.active, .btn-red:active, .btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
background: #d73e6b;
}
.btn-success{
padding-left: 20px !important;
padding-right: 20px !important;
margin-left:10px !important;
}
.btn-success-gradiant {
background: #27b737;
background: -webkit-linear-gradient(legacy-direction(to right), #27b737 0%, #1fd628 100%);
background: -webkit-gradient(linear, left top, right top, from(#27b737), to(#1fd628));
background: -webkit-linear-gradient(left, #27b737 0%, #1fd628 100%);
background: -o-linear-gradient(left, #27b737 0%, #1fd628 100%);
background: linear-gradient(to right, #27b737 0%, #1fd628 100%);
border: 0px;
}
.btn-success-gradiant:hover {
background: #1fd628;
background: -webkit-linear-gradient(legacy-direction(to right), #1fd628 0%, #27b737 100%);
background: -webkit-gradient(linear, left top, right top, from(#1fd628), to(#27b737));
background: -webkit-linear-gradient(left, #1fd628 0%, #27b737 100%);
background: -o-linear-gradient(left, #1fd628 0%, #27b737 100%);
background: linear-gradient(to right, #1fd628 0%, #27b737 100%);
}
.btn-success-gradiant.active, .btn-success-gradiant:active, .btn-success-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-danger-gradiant {
background: #f33066;
background: -webkit-linear-gradient(legacy-direction(to right), #f33066 0%, #ec2828 100%);
background: -webkit-gradient(linear, left top, right top, from(#f33066), to(#ec2828));
background: -webkit-linear-gradient(left, #f33066 0%, #ec2828 100%);
background: -o-linear-gradient(left, #f33066 0%, #ec2828 100%);
background: linear-gradient(to right, #f33066 0%, #ec2828 100%);
border: 0px;
}
.btn-danger-gradiant:hover {
background: #ec2828;
background: -webkit-linear-gradient(legacy-direction(to right), #ec2828 0%, #f33066 100%);
background: -webkit-gradient(linear, left top, right top, from(#ec2828), to(#f33066));
background: -webkit-linear-gradient(left, #ec2828 0%, #f33066 100%);
background: -o-linear-gradient(left, #ec2828 0%, #f33066 100%);
background: linear-gradient(to right, #ec2828 0%, #f33066 100%);
}
.btn-danger-gradiant.active, .btn-danger-gradiant:active, .btn-danger-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-warning-gradiant {
background: #ff9b20;
background: -webkit-linear-gradient(legacy-direction(to right), #ff9b20 0%, #f48624 100%);
background: -webkit-gradient(linear, left top, right top, from(#ff9b20), to(#f48624));
background: -webkit-linear-gradient(left, #ff9b20 0%, #f48624 100%);
background: -o-linear-gradient(left, #ff9b20 0%, #f48624 100%);
background: linear-gradient(to right, #ff9b20 0%, #f48624 100%);
border: 0px;
}
.btn-warning-gradiant:hover {
background: #f48624;
background: -webkit-linear-gradient(legacy-direction(to right), #f48624 0%, #ff9b20 100%);
background: -webkit-gradient(linear, left top, right top, from(#f48624), to(#ff9b20));
background: -webkit-linear-gradient(left, #f48624 0%, #ff9b20 100%);
background: -o-linear-gradient(left, #f48624 0%, #ff9b20 100%);
background: linear-gradient(to right, #f48624 0%, #ff9b20 100%);
}
.btn-warning-gradiant.active, .btn-warning-gradiant:active, .btn-warning-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.our-btn {
background-color: #196aa2 !important; padding-left:15px; padding-right:15px;color: white;
}
.our-btn:hover {
color: white;
}
.submit-btns{
margin:auto;
padding-bottom: 20px;
}
.btn-info-gradiant, .btn-primary-gradiant {
background: #fd5332;
background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
border: 0px;
color: #ffffff;
}
.btn-info-gradiant:hover, .btn-primary-gradiant:hover {
background: #fd5332;
background: -webkit-linear-gradient(legacy-direction(to right), #fd5332 0%, #fd5332 100%);
background: -webkit-gradient(linear, left top, right top, from(#fd5332), to(#fd5332));
background: -webkit-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: -o-linear-gradient(left, #fd5332 0%, #fd5332 100%);
background: linear-gradient(to right, #fd5332 0%, #fd5332 100%);
}
.btn-info-gradiant.active, .btn-info-gradiant:active, .btn-info-gradiant:focus {
-webkit-box-shadow: 0px;
box-shadow: 0px;
opacity: 1;
}
.btn-outline-secondary {
background-color: #ffffff;
color: #727b84;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary:focus {
background: #263238;
}
.btn-outline-primary {
color: #fd5332;
background-color: #ffffff;
border-color: #fd5332;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
background: #fd5332;
color: #ffffff;
border-color: #fd5332; }
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus {
background: #345bcb;
}
.btn-outline-success, a.btn-outline-success {
color: #0fca98;
background-color: transparent;
border-color: #0fca98;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success.focus, a.btn-outline-success:hover, a.btn-outline-success:focus, a.btn-outline-success.focus {
background: #0fca98;
border-color: #0fca98;
color: #ffffff;
}
.btn-outline-success.active, .btn-outline-success:active, .btn-outline-success:focus, a.btn-outline-success.active, a.btn-outline-success:active, a.btn-outline-success:focus {
background: #0fca98;
}
.btn-outline-info {
color:#1ac790;
background-color: transparent;
border-color:#1ac790;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info.focus {
background:#1ac790;
border-color:#1ac790;
color: #ffffff;
}
.btn-outline-info.active, .btn-outline-info:active, .btn-outline-info:focus {
background:#1ac790;
}
.btn-outline-warning {
color: #ff9b20;
background-color: transparent;
border-color: #ff9b20;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
background: #ff9b20;
border-color: #ff9b20;
color: #ffffff;
}
.btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning:focus {
background: #f1901a;
}
.btn-outline-danger {
color: #f33066;
background-color: transparent;
border-color: #f33066;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
background: #f33066;
border-color: #f33066;
color: #ffffff;
}
.btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger:focus {
background: #d73e6b; }
.btn-outline-red {
color: #fb3a3a;
background-color: transparent;
border-color: #fb3a3a; }
.btn-outline-red:hover, .btn-outline-red:focus, .btn-outline-red.focus {
background: #fb3a3a;
border-color: #fb3a3a;
color: #ffffff;
}
.btn-outline-red.active, .btn-outline-red:active, .btn-outline-red:focus {
background: #d73e6b;
}
.btn-outline-inverse {
color: #3e4555;
background-color: transparent;
border-color: #3e4555;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse.focus {
background: #3e4555;
border-color: #3e4555;
color: #ffffff;
}
.btn-outline-light:hover {
color: #263238 !important;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
background-color: #345bcb;
border: 1px solid #345bcb;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
background-color:#1ac790;
border: 1px solid #1ac790;
color: #ffffff;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
background-color: #f1901a;
border: 1px solid #f1901a;
color: #ffffff;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
background-color: #d73e6b;
border: 1px solid #d73e6b;
color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
background-color: #232a37;
border: 1px solid #232a37;
color: #ffffff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
background-color: #d61f1f;
border: 1px solid #d61f1f;
color: #ffffff;
}
.btn span.btn-devider {
display: inline-block;
padding-left: 10px;
}
.btn-warning-light{
color: #ff8f00!important;
background: rgba(255,143,0,0.1);
border-color: rgba(0,0,0,0);
}
.btn-warning-light:hover, .btn-warning-light:focus{
color:#ffffff !important;
background:#ff8f00;
border-color:#ff8f00;
}
.btn-success-light{
color:#29cf8d !important;
background: rgba(41,207,141,0.1);
border-color: rgba(0,0,0,0);
}
.btn-success-light:hover, .btn-success-light:focus{
color:#ffffff !important;
background:#29cf8d;
border-color:#29cf8d;
}
.btn-primary-light{
color:white !important;
background: #2D3954 !important;
}
.btn-primary-light:hover, .btn-primary-light:focus{
color:#ffffff !important;
background:#2D3954;
}
.btn-danger-light{
color:#ed2929 !important;
background: rgba(237,41,41,0.1);
border-color: rgba(0,0,0,0);
}
.btn-danger-light:hover, .btn-danger-light:focus{
color:#ffffff !important;
background:#ed2929;
border-color:#ed2929;
}
.btn-over-light{
color:#ffffff !important;
background: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.2);
}
.btn-over-light:hover, .btn-over-light:focus{
color:#ffffff !important;
background:#ff8f00;
border-color: rgba(255,255,255,0.2);
}
/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
margin: 2.77em 0;
}
.video-play-icon {
width:6.42857143em;
height:6.42857143em;
border-radius: 50%;
position: relative;
z-index:2;
display: inline-block;
border: 2px solid #ffffff;
cursor: pointer;
line-height:6em;
background: #ffffff;
box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
-webkit-box-shadow:0px 0px 0px 15px rgba(255,255,255,0.2);
}
.video-play-icon a {
font-size: 3em;
color:#fd5332;
}
/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
flex-wrap: wrap !important;
display: flex;
padding-left: 0;
border-radius: 4px;
margin:5rem auto 0 !important;
text-align: center;
justify-content: center;
}
.pagination>li>a,
.pagination>li>span {
position: relative;
padding: 0;
margin: 5px;
color: #5a6f7c;
text-decoration: none;
background-color: #fff;
border-radius:2px;
width: 37px;
height: 37px;
text-align: center;
line-height: 37px;
border: 1px solid #eaeff5;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
z-index: 2;
color:#ffffff;
cursor: pointer;
background-color:#fd5332;
border-color:#fd5332;
}
.pagination li:first-child a {
background:#fd5332;
border: 1px solid #fd5332;
border-radius:2px;
color: #fff
}
.pagination li:last-child a {
background: #35434e;
border: 1px solid #35434e;
border-radius:2px;
color: #fff
}
.pagination>li {
display: inline;
}
.page-item.active .page-link {
z-index: 2;
color: #fff;
background-color: #fd5332;
border-color: #fd5332;
}
/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom, .radio-custom {
opacity: 0;
position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
display: flex;
align-items: center;
margin: 5px;
cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
position: relative;
}
.checkbox-custom + .checkbox-custom-label:before{
content: "";
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius:2px;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.radio-custom + .radio-custom-label:before {
content: '';
background: #fff;
border: 2px solid #dae3ec;
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
border-radius: 50%;
padding: 2px;
margin-right: 10px;
text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
content: "\e64c";
font-family: 'cairo', sans-serif;
background:#140c40 !important;
border-radius:2px;
box-shadow:none;
color: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 8px;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
content: "\e64c";
font-family: 'cairo', sans-serif;
width: 20px;
height: 20px;
background: #140c40 !important;
position: absolute;
top: 0px;
left: 0px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #ffffff;
font-size: 8px;
display: flex;
align-items: center;
justify-content: center;
}
.radio-custom + .radio-custom-label:before {
border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
background:#140c40 !important;
border: 1px solid #140c40;
box-shadow: inset 0px 0px 0px 4px #140c40;
}
.company-brands label{
font-weight:normal;
color:#828f99;
font-size:15px;
}
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
outline:none /* focus style */
}
.company-brands input[type='checkbox']:focus{
outline:none;
}
.company-brands label:focus{
outline:none;
}
.filter_wraps [type="radio"]:checked + label:after, .filter_wraps [type="radio"]:not(:checked) + label:after {
right: 0px;
left: auto;
}
/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
position: relative;
width: 70px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
margin: 0 auto;
}
.onoffswitch-checkbox {
display: none;
}
.onoffswitch-label {
display: block;
overflow: hidden;
cursor: pointer;
border: 2px solid transparent;
border-radius: 20px;
}
.onoffswitch-inner {
display: block;
width: 200%;
margin-left: -100%;
-webkit-transition: margin 0.3s ease-in 0s;
-o-transition: margin 0.3s ease-in 0s;
transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
display: block;
float: left;
width: 50%;
height: 30px;
padding: 0;
line-height: 30px;
font-size: 14px;
color: white;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.onoffswitch-inner:before {
content: "";
padding-right: 27px;
background-color: #27b737;
color: #FFFFFF;
}
.onoffswitch-inner:after {
content: "";
padding-right: 24px;
background-color: #3e4555;
color: #999999;
text-align: left;
}
.onoffswitch-switch {
display: block;
width: 23px;
margin: 6px;
background: #FFFFFF;
height: 23px;
position: absolute;
top: -1px;
bottom: 0;
right: 35px;
border-radius: 20px;
-webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s;
transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
right: 0px;
}
/*----------- GLobal Settings: Custom Radio Button ------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute;
left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
position: relative;
padding-left: 28px;
cursor: pointer;
line-height: 20px;
display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
position: absolute;
left: 0;
top: 0;
width: 18px;
height: 18px;
border: 1px solid #ddd;
border-radius: 100%;
background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
width: 10px;
height: 10px;
background: #fd5332;
position: absolute;
top:4px;
left:4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
[type="radio"]:checked + label:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
/*-------------- PRELOADER --------------------- */
#loader-wrapper {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:1000;
text-align: center;
}
#loader {
margin: auto;
display:block;
position: relative;
z-index:1001;
color: white;
}
#loader-wrapper .loader-section {
position:fixed;
top:0;
background:white;
width:51%;
height:100%;
z-index:1000;
}
#loader-wrapper .loader-section.section-left {
left:0
}
#loader-wrapper .loader-section.section-right {
right:0;
}
/* Loaded Styles */
.loaded #loader-wrapper .loader-section.section-left {
transform: translateX(-100%);
transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
transform: translateX(100%);
transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded #loader {
opacity: 0;
transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
visibility: hidden;
transform:translateY(-100%);
transition: all 0.3s 1s ease-out;
}
.lds-circle {
display: inline-block;
transform: translateZ(1px);
margin: auto;
}
.lds-circle > div {
margin-top: 300px;
margin-bottom: 200px;
display: inline-block;
width: 64px;
height: 64px;
border-radius: 50%;
background: #252c41;
animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
0%, 100% {
animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
}
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(1800deg);
animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
}
100% {
transform: rotateY(3600deg);
}
}
/*-------------- PRELOADER END --------------------- */
/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
-webkit-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}
.card-columns .card {
margin-bottom: 30px;
}
.invisible {
visibility: hidden !important;
}
.hidden-xs-up {
display: none !important;
}
@media (max-width: 320px){
}
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
.listing-detail-footer{
display:inline-block !important;
}
.filter-props,.col-cards-2{
padding:0 !important;
}
.single-items{
padding:0 !important;
}
.flex-block{
display: inline-block !important;
}
.listing-short-detail{
width:100% !important;
}
.hideTitle2{
display:none;
}
.container-imgs{
max-height:1550px !important; overflow:hidden;
}
.vip{
margin-top: 10px;
}
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important;
}
.nav-left-side ul.attributes {
float: none;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important;
}
}
.hidden-xl-down {
display: none !important;
}
/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
margin-bottom:2rem;
}
.sec-heading.lg {
margin-bottom:30px;
}
.sec-heading.center {
text-align:center;
}
.sec-heading h2, .sec-heading p{
margin-bottom:0px;
}
.sec-heading.light h2, .sec-heading.light p{
color:#ffffff;
}
.sec-heading p{
margin-bottom:5px;
line-height:1.7;
}
.single-items {
padding-right: 10px;
}
.property-slide, .item-slide{
margin: 0 -15px;
}
.sec-heading2 {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.sec-left {
flex: 1;
}
.sec-left h3 {
font-size: 20px;
margin-bottom: 0px;
}
.sec-right a {
font-size: 14px;
font-weight: 600;
opacity: 0.7;
}
/*------------ GLobal Settings: All Forms Style ---------------*/
.form-control {
height:56px;
font-size:16px;
box-shadow: none;
padding:.5rem .75rem;
border:1px solid #e0ecf5;
background-clip: initial;
}
.submit-form .form-control, .submit-page .form-control, .form-submit .form-control{
background: #f9fafc;
border: 1px solid #ebedf5;
border-radius: 3px;
color: #646e77;
}
.form-row>.col, .form-row>[class*=col-] {
padding-right: 15px;
padding-left: 15px;
}
.form-control.simple {
background: #f2f3f5;
border-color: #f2f3f5;
border-radius: 4px;
}
.select2-container {
width: 100% !important;
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border-radius: 0;
border:none;
height:57px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #626a70;
line-height:57px;
text-align: left;
padding:0 15px 0 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height:50px;
position: absolute;
top: 1px;
right: 10px;
width: 20px;
z-index: 999;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color:#6877a5;
}
.full-search-2 .form-control::-webkit-input-placeholder{color:#6877a5;}
.full-search-2 .form-control:-ms-input-placeholder{color:#6877a5;}
.full-search-2 .form-control::placeholder{color:#6877a5;}
.select2-container--default .select2-selection--single .select2-selection__clear {
right: 14px;
top:1px;
}
.image-bg .form-control, .bg--dark .form-control {
color:#495057 !important;
}
select.form-control:not([size]):not([multiple]) {
height: 56px;
}
select.form-control.fc-lg:not([size]):not([multiple]) {
height:62px;
}
.form-control.fc-lg {
height:62px;
}
textarea.form-control{
height:180px;
}
/*------------- Form --------------*/
.tip-topdata {
position: relative;
color: #fff;
text-decoration: none;
width: 15px;
height: 15px;
display: inline-block;
background: #394d8c;
border-radius: 50%;
text-align: center;
line-height: 19px;
margin-left: 5px;
font-size: 9px;
}
.tip-topdata:before {
content: attr(data-tip);
font-size: 11px;
font-weight: bold;
position: absolute;
z-index: 999;
white-space: nowrap;
bottom: 9999px;
left: 0;
background:#394d8c;
color: #ffffff;
padding: 7px 15px;
line-height: 25px;
border-radius: 3px;
top: -42px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
transition: opacity 0.4s ease-out;
text-shadow: none;
display: inline-table;
}
.tip-topdata:hover:before {
opacity: 1;
}
.form-submit .select2-container--default .select2-selection--single {
background-color: #f9fafc;
border-radius: 0;
border: none;
height: 56px;
border: 1px solid #ebedf5;
border-radius: 4px;
padding-left: 15px;
}
.form-submit .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 55px;
}
/**************************************
Header Navigation Styles
***************************************/
.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
color:#39466d;
}
.menu__list,
.nav-dropdown,
.nav-menu,
ul {
margin-top: 0px !important;
list-style: none
}
.menu__link,
.navigation,
.navigation * {
-webkit-tap-highlight-color: transparent
}
.navigation,
.navigation * {
box-sizing: border-box
}
.navigation {
width: 100%;
height: 70px;
display: table;
position: relative;
font-family: inherit;
}
.nav-toggle,
.navigation-hidden .nav-header {
display: none
}
.navigation-portrait {
height: 48px
}
.navigation-fixed {
position: fixed;
top: 0;
left: 0
}
.navigation-hidden {
width: 0 !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important
}
.align-to-right {
float: left
}
.nav-header {
float: left;
}
.nav-header .logo{
padding: 5px 0px;
}
.nav-brand {
padding:9px 0px 0 15px;
font-size: 24px;
margin-right: 0rem;
text-decoration: none !important
}
.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
font-family: 'cairo', sans-serif !important;
text-decoration: none
}
.navigation-portrait .nav-brand {
font-size: 18px;
line-height: 48px
}
.nav-logo>img {
height: 48px;
margin: 11px auto;
padding: 0 0px;
float: left
}
.nav-logo:focus>img {
outline: initial
}
.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
outline: 0
}
.navigation-portrait .nav-logo>img {
height: 36px;
margin: 6px auto 6px 15px;
padding: 0
}
.nav-toggle {
width: 30px;
height: 30px;
padding: 6px 2px 0;
position: absolute;
top: 50%;
margin-top: -14px;
left: 15px;
cursor: pointer
}
.nav-toggle:before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #70798b;
border-radius: 10px;
box-shadow: 0 .5em 0 0 #70798b, 0 1em 0 0 #70798b
}
.navigation-portrait .nav-toggle {
display: block
}
.navigation-portrait .nav-menus-wrapper {
width: 320px;
height: 100%;
top: 0;
left: -400px;
position: fixed;
background-color: #fff;
z-index: 20000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
transition-duration: .8s;
transition-timing-function: ease
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
left: auto;
right: -400px
}
.nav-menus-wrapper.nav-menus-wrapper-open {
left: 0
}
.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
right: 0
}
.nav-menus-wrapper-close-button {
width: 30px;
height: 40px;
margin: 10px 7px;
display: none;
float: left;
color: #70798b;
font-size: 26px;
cursor: pointer
}
.navigation-portrait .nav-menus-wrapper-close-button {
display: block
}
.nav-menu {
margin: 0;
padding: 0;
padding-right:10px;
line-height: normal;
float: left;
text-align: left;
direction: ltr;
}
.nav-menu-social {
float: right;
text-align: left
}
.navigation-portrait .nav-menu {
width: 100%
}
.navigation-landscape .nav-menu.nav-menu-centered {
float: none;
text-align: center
}
.nav-menu>li {
display: inline-block;
float: left;
text-align: left;
padding: 0 0.5em ;
}
.navigation-portrait .nav-menu>li {
width: 100%;
position: relative;
border-top: solid 1px #f0f0f0
}
.navigation-portrait .nav-menu>li:last-child {
border-bottom: solid 1px #f0f0f0
}
.nav-menu+.nav-menu>li:first-child {
border-top: none
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
float: none
}
.nav-menu>li>a {
padding: 30px 5px;
display: inline-block;
transition: color .3s, background .3s;
font-family: 'cairo', sans-serif;
font-weight: 500;
}
.navigation-portrait .nav-menu>li>a {
height: auto;
width: 100%;
padding: 12px 15px 12px 26px
}
.nav-menu>.active>a,
.nav-menu>.focus>a,
.nav-menu>li:hover>a {
color:#0fca98 !important;
}
.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
width: 18px;
height: 16px;
line-height: 16px;
-ms-transform: scale(1.4);
transform: scale(1.4)
}
.nav-menu>li>a>[class*=ion-] {
width: 16px;
display: inline-block;
transform: scale(1.8)
}
.navigation-portrait .nav-menu.nav-menu-social {
width: 100%;
text-align: center
}
.nav-menu.nav-menu-social>li {
text-align: center;
float: none;
border: none !important
}
.navigation-portrait .nav-menu.nav-menu-social>li {
width: auto
}
.nav-menu.nav-menu-social>li>a>[class*=ion-] {
font-size: 12px
}
.nav-menu.nav-menu-social>li>a>.fa {
font-size: 14px
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
padding: 15px
}
.submenu-indicator {
margin-left: 8px;
margin-top: 12px;
float: right;
transition: all .3s;
color: #0fca98!important;
}
.navigation-portrait .submenu-indicator {
width: 100%;
height: 44px;
margin-top: 0;
position: absolute;
text-align: center;
z-index: 20000
}
.submenu-indicator-chevron {
height: 6px;
width: 6px;
display: block;
border-style: solid;
border-width: 0 1px 1px 0;
-ms-transform: rotate(45deg);
transform: rotate(45deg);
transition: border .3s
}
.navigation-portrait .submenu-indicator-chevron {
position: absolute;
top: 18px;
right: 24px
}
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
border-color: transparent #0fca98 #0fca98 transparent
}
/*
.navigation-portrait .submenu-indicator.submenu-indicator-up {
-ms-transform: rotate(-180deg);
transform: rotate(-180deg)
}*/
.nav-overlay-panel {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
z-index: 19999
}
.no-scroll {
width: 100%;
height: 100%;
overflow: hidden
}
.nav-search {
height: 70px;
float: left;
z-index: 19998
}
.navigation-portrait .nav-search {
height: 48px;
padding: 0 10px;
margin-right: 52px
}
.navigation-hidden .nav-search {
display: none
}
.nav-search-button {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
cursor: pointer;
background-color: #fbfcfd
}
.nav-search-icon {
width: 14px;
height: 14px;
margin: 2px 8px 8px 4px;
display: inline-block;
vertical-align: middle;
position: relative;
color: #70798b;
text-align: left;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: color .3s
}
.nav-search-icon:after,
.nav-search-icon:before {
content: '';
pointer-events: none
}
.nav-search-icon:before {
width: 2px;
height: 11px;
top: 11px;
position: absolute;
left: 50%;
border-radius: 0 0 1px 1px;
box-shadow: inset 0 0 0 32px;
transform: translateX(-50%)
}
.nav-search-button:hover .nav-search-icon {
color: #00a94f
}
.navigation-portrait .nav-search-button {
width: 50px;
height: 48px;
line-height: 46px;
font-size: 22px
}
.nav-search>form {
width: 100%;
height: 100%;
padding: 0 auto;
display: none;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
z-index: 99
}
.nav-search-inner {
width: 70%;
height: 70px;
margin: auto;
display: table
}
.navigation-portrait .nav-search-inner {
height: 48px
}
.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
height: 70px;
width: 100%;
margin: 0;
padding: 0 12px;
font-size: 26px;
text-align: center;
color: #70798b;
outline: 0;
line-height: 70px;
border: none;
background-color: transparent;
transition: all .3s
}
.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
height: 48px;
font-size: 18px;
line-height: 48px
}
.nav-search-close-button {
width: 28px;
height: 28px;
display: block;
position: absolute;
right: 20px;
top: 20px;
line-height: normal;
color: #70798b;
font-size: 20px;
cursor: pointer;
text-align: center
}
.nav-button,
.nav-text {
display: inline-block;
font-size: 14px
}
.navigation-portrait .nav-search-close-button {
top: 10px;
right: 14px
}
.nav-button {
margin: 18px 15px 0;
padding: 8px 14px;
color: #fff;
text-align: center;
border-radius: 4px;
background-color: #00a94f;
transition: opacity .3s
}
.nav-button:focus,
.nav-button:hover {
color: #fff;
text-decoration: none;
opacity: .85
}
.navigation-portrait .nav-button {
width: calc(100% - 52px);
margin: 17px 26px
}
.nav-text {
margin: 25px 15px;
color: #70798b
}
.navigation-portrait .nav-text {
width: calc(100% - 52px);
margin: 12px 26px 0
}
.navigation-portrait .nav-text+ul {
margin-top: 15px
}
.nav-dropdown {
min-width:130px;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 98;
white-space: nowrap
}
.navigation-portrait .nav-dropdown {
width: 100%;
position: static;
right: 0
}
.nav-dropdown .nav-dropdown {
left: 100%
}
.nav-menu>li .nav-dropdown {
border: none;
padding:15px;
background:#ffffff;
box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
-webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
border-radius: 0.4rem;
}
.nav-menu>li>.nav-dropdown:before {
background-color: #ffffff;
content: "";
height: 20px;
left: 25px;
position: absolute;
top: -10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 20px;
-webkit-transition: all 0.1s ease 0s;
-moz-transition: all 0.1s ease 0s;
-o-transition: all 0.1s ease 0s;
transition: all 0.1s ease 0s;
}
.nav-dropdown>li {
width: 100%;
float: left;
clear: both;
position: relative;
text-align: left
}
.nav-dropdown>li>a {
font-family: 'cairo', sans-serif !important;
width: 100%;
border-bottom: 1px solid #e4e8ec;
display: inline-block;
color: #5b6d90;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
font-family: 'cairo', sans-serif;
padding: 10px 10px !important;
}
.nav-dropdown>li:last-child>a{
border-bottom:none;
}
.nav-dropdown>li>a:hover, .nav-dropdown>li>a:focus ,.nav-menu.nav-menu-social>li.add-listing ul li a:hover ,.nav-menu.nav-menu-social>li.add-listing ul li a:focus {
color:#0fca98;
}
.social-icon a i,
.social-icons a i {
width: 32px;
height: 32px;
display: inline-block;
border-radius: 16px
}
.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
color: #0fca98;
}
.nav-dropdown.nav-dropdown-left {
right: 0
}
.nav-dropdown>li>.nav-dropdown-left {
left: auto;
right: 100%
}
.navigation-landscape .nav-dropdown-left>li>a {
text-align: left
}
.navigation-portrait .nav-dropdown>li>a {
font-family: 'cairo', sans-serif !important;
padding: 12px 20px 12px 30px
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
padding-left: 50px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
padding-left: 70px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
padding-left: 90px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
padding-left: 110px
}
.nav-dropdown .submenu-indicator {
right: 15px;
top: 16px;
position: absolute
}
.menu__list,
.navbar,
nav a {
position: relative
}
.navigation-portrait .submenu-indicator {
right: 0;
top: 0
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
border-color: transparent #00a94f #00a94f transparent
}
.navigation-landscape .nav-dropdown-left .submenu-indicator {
left: 10px
}
.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
-ms-transform: rotate(135deg);
transform: rotate(135deg)
}
nav a {
display: inline-block
}
.header {
background: #fff;
position: relative;
}
.header-top {
padding: 1em 0;
background: #05222A
}
.indicate {
float: left
}
.deatils {
float: left
}
.indicate a {
font-size: 1.1em;
color: #C6C7C7;
vertical-align: middle
}
.deatils ul li i,
.indicate i {
font-size: 1.2em;
color: #888f90;
vertical-align: middle
}
.indicate i {
margin-right: .5em
}
.deatils ul li {
display: inline-block;
margin: 0 5px
}
.deatils ul li i {
margin-right: .5em
}
.deatils ul li a {
font-size: 1.1em;
color: #C6C7C7;
vertical-align: middle
}
.social-icons {
float: left;
margin-top: .7em
}
.logo h1 a {
color: #fff;
font-size: 1.3em
}
.logo span {
display: block;
font-size: .32em;
letter-spacing: 4px
}
.header-bottom {
padding: 1em 0
}
.navbar-nav {
float: left;
margin: 0
}
.navbar-default {
background: #fff;
border: none !important
}
.navbar-default .navbar-nav>li>a {
color: #05222A;
font-size: 1.3em;
font-weight: 900
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #02B875;
background-color: #fff
}
.navbar {
min-height: 50px;
margin-bottom: 0;
border: 1px solid transparent
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
color: #05222A;
background-color: #fff
}
.menu__list {
-webkit-flex-wrap: inherit;
flex-wrap: inherit
}
.menu__item {
display: block;
margin: 1em 0
}
.menu__link {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none
}
.menu--francisco .menu__item {
margin: 0 1.5em
}
.menu--francisco .menu__link {
position: relative;
overflow: hidden;
height: 3em;
padding: 1em 0;
text-align: center;
color: #b5b5b5;
-webkit-transition: color .3s;
transition: color .3s
}
.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
color: #929292
}
.menu--francisco .menu__item--current .menu__link {
color: #02B875
}
.menu--francisco .menu__link::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
opacity: 0;
background: #02B875;
-webkit-transform: translate3d(0, -3em, 0);
transform: translate3d(0, -3em, 0);
-webkit-transition: -webkit-transform 0s .3s, opacity .2s;
transition: transform 0s .3s, opacity .2s
}
.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: -webkit-transform .5s, opacity .1s;
transition: transform .5s, opacity .1s;
-webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.menu--francisco .menu__helper {
display: block;
pointer-events: none
}
.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
-webkit-animation: anim-francisco .3s forwards;
animation: anim-francisco .3s forwards
}
@-webkit-keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
@keyframes anim-francisco {
50% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
51% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
}
.nav-menu.nav-menu-social>li.add-listing {
border-radius:4px;
top: 15px;
position: relative;
background:#196aa2;
height: 50px;
min-width: 100px;
}
.nav-menu.nav-menu-social>li.add-listing.green {
border-radius:4px;
top: 15px;
position: relative;
background:#28a745;
height: 50px;
}
.nav-menu.nav-menu-social>li.add-listing.purple {
background:#3d65e4;
}
.nav-menu.nav-menu-social>li.add-listing.blue {
background:#1266e3;
}
.nav-menu.nav-menu-social>li.add-listing.light {
background:#ffffff;
}
.header-fixed .nav-menu.nav-menu-social>li.add-listing.light {
background:#08184b;
}
.nav-menu.nav-menu-social>li.add-listing a {
top:0px;
padding: 25px 20px;
color:#ffffff ;
}
.nav-menu.nav-menu-social>li.add-listing ul{
padding-top: 0 !important;
}
.nav-menu.nav-menu-social>li.add-listing ul li a {
padding: 15px 15px !important;
font-family: 'cairo', sans-serif;
color: #39466d;
}
.nav-menu.nav-menu-social>li.add-listing ul li a :hover {
padding: 10px 10px !important;
font-family: 'cairo', sans-serif;
color: #39466d;
}
.nav-menu.nav-menu-social>li.add-listing.light a {
color:#08184b !important;
}
.header-fixed .nav-menu.nav-menu-social>li.add-listing.light a {
color:#ffffff !important;
}
.nav-menu.nav-menu-social>li.add-listing.dark-bg {
background: #2e3654;
}
.nav-menu.nav-menu-social>li.add-listing.bg-whit{
background:#ffffff !important;
}
.header-fixed .nav-menu.nav-menu-social .text-light {
color:#0fca98 !important;
}
.nav-menu.nav-menu-social>li.add-listing.bg-whit a{
color:#333333 !important;
}
.nav-brand img {
width: 100%;
padding-right: 0 !important;
margin-right: 0 !important;
position: relative;
/* top: 2px; */
}
.nav-menu.nav-menu-social>li>a>.fas {
font-size: 15px;
-ms-transform: scale(1);
transform: scale(1);
}
/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
position: relative;
padding: 19px 15px;
}
.account-drop .dropdown-menu a {
padding: 0.6rem 0;
font-size: 14px;
}
.account-drop .dropdown-menu {
top: 60px !important;
right: 0 !important;
background: #fff;
box-shadow: none;
border: solid 1px #ebedf3;
min-width: 200px;
left: initial !important;
padding: 0.4rem 1rem;
}
.account-drop .avater-img {
max-width: 30px;
border-radius: 50%;
margin-right: 10px;
}
.account-drop .btn.btn-order-by-filt {
box-shadow: none;
padding: 6px 0px;
font-weight: 600;
}
.top-header {
background: #2b4db9;
padding: 12px 0;
color: #fff;
}
.cn-info ul {
padding: 0;
margin: 0;
}
.cn-info ul li {
list-style: none;
display: inline-block;
margin-right: 15px;
}
.cn-info ul li:last-child {
margin-right: 0;
}
.cn-info ul li i {
margin-right: 5px;
}
.top-social {
padding: 0;
margin: 0;
float: left;
}
ul:last-child {
margin: 0;
}
.top-social li {
list-style: none;
display: inline-block;
margin-right: 15px;
}
.top-social li:last-child {
margin-right: 0;
}
.top-social li a {
color: #fff;
}
/*===================================================
Homes Banner
==================================================*/
.image-bg {
background-size: cover !important;
background-position: center !important;
}
.image-cover {
height: auto;
background-size: cover !important;
background-position: center !important;
}
.image-bottom {
background-size: auto !important;
background-position: bottom !important;
}
.hero-banner {
direction: rtl;
padding:5em 0 5em;
display: flex;
flex-wrap: wrap;
min-height: 500px !important;
justify-content: center;
align-items: center;
background-size: cover
}
.hero-search-wrap {
position: relative;
/* margin-left: auto; */
background:#ffffff;
/* max-width: 540px;*/
border-radius: 10px;
overflow: hidden;
padding:30px 40px 40px;
direction: ltr;
text-align: left;
box-shadow: 0 20px 30px rgba(0, 22, 84, 0.15);
}
.hero-search-wrap.hs-2 {
background:rgba(255,255,255,0.15);
border-radius:5px;
padding:1rem 1rem 0rem;
}
.hero-search-wrap.full-width {
width:100%;
max-width:100%;
}
.hero-search h1 {
text-transform: capitalize;
color: #2b4db9 !important;
font-size:35px;
}
.btn.search-btn {
padding: 17px;
border-radius:5px;
/* box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15); */
color: #ffffff;
width: 100%;
font-size:1.2rem;
}
.btn.search-btn:hover, .btn.search-btn:focus{
color:#ffffff !important;
}
.btn.search-btn2 {
background: #0fca98 ;
padding: 17px;
border-radius:5px;
box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
color: #ffffff;
width: 100%;
font-size:1.2rem;
}
.btn.search-btn2:hover, .btn.search-btn2:focus{
color:#ffffff !important;
}
.hero-banner.dark-text h1, .hero-banner.dark-text p, .hero-banner.dark-text h1, .hero-banner.dark-text p{
color:#4d5968;
}
/*-------------- Homes Banner: Hero Header -----------------*/
.hero-header{
background:#232323;
background-position:center;
background-size:cover;
padding:4em 0;
position:relative;
}
.large-banner {
padding: 5em 0 3em;
display: flex;
min-height:660px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.verticle-center{
text-align:center;
}
.hero-header{
margin: 0;
z-index: 2;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
flex-direction: column;
-webkit-flex-direction: column;
}
.hero-banner>*{
position:relative;
z-index:1;
}
.hero-banner h1{
font-weight:900;
line-height:1.3;
color: white;
text-align: center;
}
.hero-banner p{
font-size:18px;
}
[data-overlay] {
position: relative;
}
[data-overlay]:before {
position: absolute;
content: '';
background:#19365f;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
[data-overlay="1"]:before {
opacity: 0.1;
}
[data-overlay="2"]:before {
opacity: 0.2;
}
[data-overlay="3"]:before {
opacity: 0.3;
}
[data-overlay="4"]:before {
opacity: 0.4;
}
[data-overlay="5"]:before {
opacity: 0.5;
}
[data-overlay="6"]:before {
opacity: 0.6;
}
[data-overlay="7"]:before {
opacity: 0.7;
}
[data-overlay="8"]:before {
opacity: 0.8;
}
[data-overlay="9"]:before {
opacity: 0.9;
}
/*------------ Homes Banner: Banner Form ------------*/
.signup-frm{
max-width:510px;
margin-top:15px;
display:block;
position: relative;
}
.signup-frm .form-control{
width: 100%;
font-size:16px;
font-weight: 400;
background-color:#ffffff;
border:1px solid #cfd8dc;
padding:22px 20px 18px;
border-radius:2px;
height: 60px;
}
.signup-frm .btn {
bottom: 4px;
position: absolute;
right: 4px;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
padding: 18px 25px 14px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
white-space: normal;
width: auto;
border-width: 0;
color: #fff;
cursor: pointer;
border-radius: 2px;
height: 52px;
}
/*---- Advance Slide Search Box ---------------*/
.full-search-2 {
background: #ffffff;
padding:25px 25px 10px;
border-radius: 6px;
}
.full-search-2 .hero-search h1 {
margin-bottom: 1rem;
text-align: center;
}
.btn.reset-btn-outline {
border:2px solid #bec2cc;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#000000;
}
.no-ul-list.third-row {
display: table;
width: 100%;
margin-bottom:15px;
}
.no-ul-list.third-row li {
width: 50%;
float: left;
margin-bottom:7px;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
background:#000000;
border-color:#000000;
color:#ffffff;
}
.btn.search-btn-outline {
border:2px solid #fd5332;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
background:#fd5332;
color:#ffffff;
}
#module>a, #module>a:hover, #module>a:focus{
width: 100%;
color:#2D3954;
padding:14px 10px 14px 45px;
position: relative;
display: inline-block;
}
#module a.collapsed:after {
content: 'Advanced Search';
font-size: 18px;
}
#module a:not(.collapsed):after {
content: 'Advanced Search';
font-size: 18px;
}
#module a.collapsed:before, #module a:not(.collapsed):before {
content: "\e61a";
font-family: 'cairo', sans-serif;
font-size: 14px;
width: 30px;
height: 30px;
background: #000000;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 50%;
color: #ffffff;
left: 0;
position: absolute;
top:9px;
}
#module a:not(.collapsed):before {
content:"\e622";
font-family: 'cairo', sans-serif;
font-size: 14px;
width: 30px;
height: 30px;
background: #000000;
display: inline-block;
text-align: center;
line-height: 30px;
border-radius: 50%;
color: #ffffff;
left: 0;
position: absolute;
top:9px;
}
/*----------- Home Slider Banner -------------*/
.home-slider .item, .property-slider .item {
transition: all 0.6s;
border-radius: 0;
position: relative;
height: 600px;
}
.home-slider .item {
min-height: 520px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
text-align: left;
height: 100vh;
}
.home-slider .item {
background-size: cover !important;
background-position: center !important;
}
.fullwidth-home-slider div {
height: 100%;
}
.home-slider-container {
position: relative;
height: 100%;
max-width: 450px;
display: block;
padding: 2rem;
background: #ffffff;
border-radius: 0.1rem;
-webkit-box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.3);
}
.home-slider .item:before {
content: "";
position: absolute;
background: linear-gradient(to bottom, transparent 10%, #111c52);
left: 0;
top: 0;
right: 0;
bottom: 0;
display: block;
}
.home-slider-price {
display: inline-block;
margin-bottom: 10px;
border-radius: 4px;
color: #ffffff;
font-weight:600;
font-size:20px;
}
.home-slider-container .listing-price-with-compare {
position: relative;
margin: 1rem 0;
bottom: auto;
padding: 0;
}
.home-slider-container .listing-price-with-compare .lpc-right a {
background: #f4f7fb;
color: #687592;
}
.home-slider-container .modern-pro-wrap {
position: relative;
top: 0;
margin-bottom:15px;
left: auto;
}
.home-slider-container .modern-pro-wrap span {
position: relative;
padding:8px 20px;
z-index: 1;
margin-right: 10px;
font-size: 14px;
border-radius: 4px;
color: #ffffff;
box-shadow: none;
text-transform: capitalize;
}
.home-slider-container .modern-pro-wrap .property-type {
background: #323d50;
}
.home-slider-price i {
font-size: 16px;
font-weight: 400;
opacity: 0.8;
}
.home-slider-title{
display:inline-block;
margin-bottom:10px;
width:100%;
}
.home-slider-title a {
font-size:1.2rem;
}
.home-slider-title h3 {
margin-bottom: 5px;
}
.home-slider-title span i{
margin-right:5px;
}
.simple-search-wrap {
max-width: 580px;
margin:0;
}
.home-slider-desc .read-more {
display: inline-block;
padding: 10px 20px;
color: #ffffff;
background:#fd5332;
border-radius: 4px;
}
.slide-property-info {
display: block;
width: 100%;
padding: 0;
margin: 0;
}
.slide-property-info ul {
width: 100%;
padding: 0;
margin: 0;
display:flex;
flex-wrap:wrap;
}
.slide-property-info ul li{
display:inline-block;
flex:0 0 33.333333%;
width:33.3333%;
list-style:none;
}
.simple-search-wrap h1{
color:#ffffff;
}
.simple-search-wrap .pk-input-group {
background: #ffffff;
border-radius: 4px;
display: -webkit-box;
display: flex;
overflow: hidden;
position: relative;
}
.simple-search-wrap .pk-input-group .form-control {
position: relative;
flex: 1 1 auto;
width: 1%;
border: none;
margin: 0;
height:74px;
padding-left:3rem;
}
.simple-search-wrap .pk-input-group .pk-subscribe-submit {
background: #fd5332;
border: 1px solid #fd5332;
margin: 10px;
padding: 1rem 2rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group .btn-black{
background:#1a2340 !important;
border: 1px solid #1a2340;
margin:5px;
padding: 1rem 1.4rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group .green{
background:#28a745;
border: 1px solid #28a745;
margin: 10px;
padding: 1rem 2rem;
border-radius: 3px;
cursor: pointer;
text-transform: capitalize;
color: #ffffff;
}
.simple-search-wrap .pk-input-group:after {
content:"\e693";
font-family: 'cairo', sans-serif;
position: absolute;
left: 0;
top:2px;
bottom: 0;
width: 3rem;
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;
color: #6c757d;
font-size: 1.25rem;
z-index: 3;
}
.large-banner{
padding: 5em 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.full-search-2 {
background: #ffffff;
padding:18px 25px 10px;
border-radius: 6px;
}
.full-search-2.italian-search .form-group {
margin-bottom: 0px;
height: 100%;
}
.full-search-2.transparent{
background:transparent;
padding:15px 25px 15px;
}
.full-search-2 .hero-search h1 {
margin-bottom: 1rem;
text-align: center;
}
.btn.reset-btn-outline {
border:2px solid #bec2cc;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#000000;
}
.btn.reset-btn {
border: 2px solid #bec2cc;
background: #000000;
height: 60px;
transition: all ease 0.4s;
border-radius: 4px;
width: 100%;
color: #ffffff;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.no-ul-list.first-row, .no-ul-list {
display: table;
width: 100%;
margin-bottom:15px;
}
.no-ul-list.third-row {
display: flex;
width: 100%;
margin-bottom: 15px;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.no-ul-list.second-row li {
max-width: 50%;
float: left;
margin-bottom:7px;
flex: 0 0 50%;
}
.no-ul-list.third-row li {
max-width: 50%;
float: left;
margin-bottom:7px;
flex: 0 0 50%;
}
.btn.reset-btn-outline:hover, .btn.reset-btn-outline:focus{
background:#000000;
border-color:#000000;
color:#ffffff;
}
.btn.search-btn-outline {
border:2px solid #fd5332;
padding:14px 25px 14px 25px;
transition:all ease 0.4s;
width:100%;
color:#fd5332;
}
.btn.search-btn-outline:hover, .btn.search-btn-outline:focus{
background:#fd5332;
color:#ffffff !important;
}
h1.italian-header-capt {
font-weight: 500;
margin: 0 auto;
font-family: 'cairo', sans-serif;
font-style: italic;
font-size: 50px;
margin-bottom: 1em;
text-align: center;
}
h1.big-header-capt {
font-weight:700;
margin: 0 auto;
margin-bottom:0.4em;
text-align: center;
text-transform:capitalize;
}
.italian-search .input-with-icon .form-control,
.italian-search .input-with-shadow .form-control,
.italian-search .input-with-shadow .select2-container,
.italian-search .input-with-icon .select2-container {
border: none;
border-radius:3px;
padding-left: 45px;
height:55px;
background: #ffffff;
box-shadow:none;
-webkit-box-shadow: none;
border:1px solid #bec2cc;
}
.small-padd{
padding:0 5px !important;
}
.full-search-2.hero-search-radius {
background: #ffffff;
padding:0.6rem;
border-radius:0.3rem;
}
.full-search-2.hero-search-radius.shadow {
box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
-webkit-box-shadow:0px 0px 0px 8px rgba(255,255,255,.2);
}
.full-search-2.hero-search-radius.shadow-hard {
box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
-webkit-box-shadow:0px 10px 12px rgba(77, 60, 160, 0.1);
}
.italian-search.hero-search-radius .input-with-icon .form-control,
.italian-search.hero-search-radius .input-with-shadow .form-control,
.italian-search.hero-search-radius .input-with-shadow .select2-container,
.italian-search.hero-search-radius .input-with-icon .select2-container {
border: none;
border-radius:3px;
padding-left: 45px;
height:55px;
background: #ffffff;
box-shadow:none;
-webkit-box-shadow: none;
border:none;
}
.italian-search.hero-search-radius .btn.search-btn {
border-radius: 0.2rem;
height: 55px;
display: flex;
align-items: center;
justify-content: center;
}
.italian-search.hero-search-radius .btn.search-btn.black {
background:#1a2340 !important;
}
.full-search-2.hero-search-radius{
position:relative;
}
.full-search-2.hero-search-radius #advance-search{
position: absolute;
top: 100px;
left: 0;
right: 0;
background: #ffffff;
padding: 2rem;
border-radius: 0.5rem;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.ad-search,.ad-search:hover, .ad-search:focus {
height: 62px;
display: inline-block;
width: 80px;
margin: 0 auto;
text-align: center;
color: #9db0c3 !important;
line-height: 66px;
border-radius: 0.2rem;
font-size: 22px;
}
.italian-search.hero-search-radius #advance-search .input-with-icon .form-control, .italian-search.hero-search-radius #advance-search .input-with-shadow .form-control, .italian-search.hero-search-radius #advance-search .input-with-shadow .select2-container, .italian-search.hero-search-radius #advance-search .input-with-icon .select2-container {
border: 1px solid #dde0e6;
}
.choose-propert-type {
width: 100%;
position: relative;
height: 100%;
}
.choose-propert-type ul {
margin: 0;
padding: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
}
.choose-propert-type ul li {
display: inline-block;
flex: 0 0 33.333333%;
font-weight: 600;
color:#39466d;
}
.choose-propert-type [type="radio"]:checked + label:before, .choose-propert-type [type="radio"]:not(:checked) + label:before {
border: 2px solid #c1cbe0;
border-radius:50%;
background: transparent !important;
}
.choose-propert-type [type="radio"]:checked + label:after, .choose-propert-type [type="radio"]:not(:checked) + label:after {
width: 10px;
height: 10px;
background:#00ba74 !important;
top: 4px;
left: 4px;
}
/*-------------Home Map ----------------*/
.map-search-box {
background: #ffffff;
padding: 2em 2em 1em;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
button.btn.adv-btn {
background: #2b4db9;
color: #ffffff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.hm-map-container {
float:left;
width:100%;
position:relative;
overflow: hidden;
}
.fw-map {
height:600px;
}
.hm-map-container.column-map {
width:50%;
position:fixed;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.hm-map-container.column-map.right-pos-map {
right:0;
}
.hm-map-container.column-map.left-pos-map {
left:0;
}
.hm-map-container #map{
position: absolute;
top:0;
left:0;
height: 100%;
width:100%;
z-index: 10;
overflow:hidden;
}
.map-popup-wrap {
max-width: 300px;
position: relative;
}
.infoBox>img {
position: absolute;
right: 15px;
top: 38px;
z-index: 2;
cursor: pointer;
}
.cluster-visible {
background: transparent !important;
color: #ffffff !important;
width: 50px !important;
height: 50px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: radial-gradient(circle, rgba(37,64,162,1) 35%, rgba(12,32,107,1) 100%) !important;
border-radius: 50%;
font-size: 16px !important;
}
/*------- Fullscreen Map Section ---------------- */
.fs-container {
height: 100% !important;
width: 100%;
position: relative;
z-index: 4;
float: left;
background: #fff;
}
.fs-left-map-box{
float: left;
}
.fs-container #map{
position: relative;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 990;
margin-bottom: 0px;
}
.fs-left-map-box .hm-map-container.fw-map{
width: 40%;
height: 100%;
position: fixed;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.home-map-banner.full-wrapious {
position: relative;
top: 0;
left: 0;
height: 585px;
width: 100%;
overflow: hidden;
}
.half-map .fs-inner-container{
position: relative;
width:60%;
background: #f9f9f9;
min-height: 100vh;
z-index: 10;
float: left;
}
.hm-map-container.fw-map #map{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
overflow: hidden;
}
.fs-content {
max-height: 100%;
overflow: auto;
padding: 0;
overflow: visible;
}
.half-map .fs-content {
padding: 2em;
}
.fs-container section.search {
padding: 32px 40px 47px 40px;
}
.fs-container .fs-listings {
padding: 0 25px;
margin: 0;
}
.fs-switcher {
padding: 0 25px;
margin: 0;
}
/* Inner Containers */
.fs-inner-container {
width: 50%;
height: 100%;
float: left;
display: inline-block;
}
.img-wrap {
height:310px;
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
z-index:1;
margin: 10px 0;
border-radius:4px;
}
.img-wrap:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
content: "";
background: linear-gradient(to bottom, transparent 25%, #1e2a4c);
opacity: 0.8;
z-index:11;
transition: 0.3s ease-out;
}
.home-map-banner.full-wrapious{
position: relative;
top: 0;
left: 0;
height: 585px;
width: 100%;
overflow: hidden;
}
.home-map-banner.full-wrapious .advance-search-container {
position: absolute;
bottom: 0px;
left: 0;
z-index: +33;
transition: all 0.4s;
max-width: 1170px;
margin: 0 auto !important;
width: 100%;
right: 0;
}
.location-listing {
border: 1px solid #eaebf1;
width: 100%;
border-radius: 0.4rem;
margin-top: 25px;
}
.location-listing-thumb{
width:100%;
padding:10px 10px 0;
display:inline-block;
}
.location-listing-thumb a {
display: inline-block;
}
.location-listing-thumb img {
border-radius: 0.4rem;
}
.location-listing-caption {
text-align: center;
padding: 1rem 0;
}
.location-listing-caption h4 {
margin: 0;
font-size:16px;
}
.location-listing-caption span {
font-size:13px;
font-weight: 600;
}
/*------------------ New Search ---------------*/
.hero-header .search-form, .hero-header .search-big-form{
margin-top:2rem;
}
.search-form .form-control{
height: 60px !important;
border-radius:0px;
padding-left:40px;
box-shadow:none;
}
.search-form .btn {
height: 60px !important;
border-radius:0px;
box-shadow:none;
}
.search-form .select2-container--default .select2-selection--single {
height:60px;
border:none;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:58px;
}
.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:60px;
}
.search-big-form .form-control{
height:70px !important;
border-radius:0px;
padding-top:.6rem;
padding-bottom:.6rem;
padding-left:45px;
box-shadow:none;
}
.search-big-form .btn {
height:70px !important;
border-radius:0px;
padding-top:.6rem;
padding-bottom:.6rem;
box-shadow:none;
}
.search-big-form .select2-container--default .select2-selection--single {
height:70px;
border:none;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height:68px;
}
.search-big-form .select2-container--default .select2-selection--single .select2-selection__arrow {
height:70px;
}
.search-form .form-group i{
position: absolute;
color: #bbc6d4;
left:15px;
top:24px;
}
.search-big-form .form-group i{
position: absolute;
color: #bbc6d4;
left:13px;
top:25px;
font-size:22px;
}
.search-big-form.no-border .form-control:hover, .search-big-form.no-border .btn:hover,.search-big-form.no-border .form-control:focus, .search-big-form.no-border .btn:focus,
.search-form.no-border .form-control:hover, .search-form.no-border .btn:hover,.search-form.no-border .form-control:focus, .search-form.no-border .btn:focus{
outline:none;
border:none;
box-shadow:none;
}
.search-big-form.no-border .form-control, .search-big-form.no-border .btn,
.search-form.no-border .form-control, .search-form.no-border .btn{
transition: 0.3s;
border:none;
}
form.search-big-form.search-shadow, form.search-form.search-shadow {
padding: 15px;
background: rgba(255,255,255,0.2);
border-radius: 4px;
}
.br-all .select2-container--default .select2-selection--single{
border:1px solid #e0ecf5 !important;
}
.select2-dropdown {
border: 1px solid #e0ecf5;
z-index: +33333;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #e0ecf5;
}
.search-header-banner {
background:#f6faff;
padding: 2em 0;
}
/*----------- Input With Icons ------------*/
.input-with-icon {
position: relative;
width: 100%;
}
.input-with-icon .form-control, .input-with-shadow .form-control, .input-with-shadow .select2-container, .input-with-icon .select2-container{
border: none;
border-radius:5px;
padding-right: 45px;
height:60px;
background: #ffffff;
overflow: hidden;
box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
}
.input-with-icon i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
font-size:18px;
color:#a2a9bf;
font-style: normal;
cursor: normal;
pointer-events: none;
}
.input-with-icon img {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
cursor: normal;
}
.hero-search-content.side-form .form-control, .hero-search-content.side-form .select2-container--default .select2-selection--single{
background: #edf1fb !important;
box-shadow: none !important;
text-align: left;
}
.hero-search-content.side-form .select2-container--default .select2-selection--single{
background: #edf1fb !important;
box-shadow: none !important;
border-radius: 5px;
padding-left:15px !important;
}
.hero-search-content.side-form label, label {
font-size: 14px;
font-weight: 600;
color: #455892;
/* font-family: 'cairo', sans-serif; */
}
.hero-search-content.side-form .form-control::-webkit-input-placeholder{color:#6877a5;}
.hero-search-content.side-form .form-control:-ms-input-placeholder{color:#6877a5;}
.hero-search-content.side-form .form-control::placeholder{color:#6877a5;}
/*----------------- Search By Location --------------*/
.location-property-wrap {
display: block;
position: relative;
width: 100%;
overflow: hidden;
border-radius: 8px;
background: #ffffff;
margin-bottom:30px;
transition:all ease 0.4s;
border: 1px solid #e2e6f1;
}
.location-property-thumb {
position: relative;
overflow: hidden;
}
.location-property-thumb img{
transition:all ease 0.4s;
height: auto;
object-fit: cover;
}
.location-property-content {
padding: 1.5rem 1rem;
display: flex;
align-items: center;
width: 100%;
flex-direction: unset;
}
.lp-content-flex {
flex: 1;
text-align: left;
}
.lp-content-flex .lp-content-title {
font-size: 17px;
margin-bottom: 0px;
text-align: left;
min-height: 8vh;
}
.lp-content-right .lp-property-view {
width: 40px;
height: 40px;
background: #0fca98;
color:#ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
transition:all ease 0.4s;
border-radius: 50%;
}
.location-property-wrap:hover .location-property-thumb img, .location-property-wrap:focus .location-property-thumb img{
transform:scale(1.5);
}
/*--------------- Sidebar Search -------------*/
.filter-sidebar {
height: 100vh;
width: 0;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
background-color: #fff;
overflow: hidden;
transition: 0.5s;
padding-top: 50px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.filter-sidebar .show-hide-sidebar {
padding:10px 20px;
overflow-y: scroll;
position: relative;
width: calc(100% + 17px);
min-height:300px;
display: block;
height: 100%;
}
.filter-sidebar .ur-detail-wrap {
padding: 0 1.4em 2em 1.4em;
}
.filter-sidebar .closebtn {
position: absolute;
top: 10px;
right: 12px;
font-size: 36px;
margin-left: 50px;
width: 30px;
height: 30px;
background:#1ac790;
text-align: center;
font-size: 11px;
padding: 0;
line-height: 32px;
color: #ffffff;
border-radius: 50%;
}
.simple-sidebar {
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
padding: 25px;
margin-bottom: 30px;
}
.simple-sidebar .input-with-icon .form-control, .simple-sidebar .input-with-shadow .form-control, .simple-sidebar .input-with-shadow .select2-container, .simple-sidebar .input-with-icon .select2-container {
box-shadow: none;
border: 1px solid #e7ebf1;
}
.search-sidebar_header {
display: none;
position: relative;
width: 100%;
height: 3rem;
padding: 0rem 0rem 0.5rem;
background-color: #fff;
border-bottom: 1px solid #dfe4ec;
margin-bottom: 1rem;
}
.search-sidebar_header .ssh_heading {
margin: 0;
flex: 1;
font-size:16px;
}
.simple-sidebar button.w3-bar-item.w3-button.w3-large {
background: #ffffff;
border: none !important;
cursor:pointer;
outline:none !important;
color: #465169;
}
@keyframes animateleft {
from {
left: -300px;
opacity: 0
}
to {
left: 0;
opacity: 1
}
}
/*---------------- Sidebar Search Style 2 --------------*/
.search-styles-2{
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
margin-bottom: 30px;
overflow:hidden;
}
.search-inner {
padding: 2rem 0 1rem;
}
.single_search_boxed {
padding: 0;
border-top: 1px solid #eef0f5;
display: inline-block;
width: 100%;
}
.search-styles-2 label {
font-size: 13px;
font-weight: 500;
color: #455892;
}
.single_search_boxed:first-child {
border-top: none;
}
.widget-boxed-header {
padding: 0;
width: 100%;
position: relative;
display: block;
}
.widget-boxed-header h4 {
font-size: 14px;
text-transform: uppercase;
font-weight:600;
margin: 0;
}
.widget-boxed-header h4 a {
height: 100%;
display: block;
color:#2D3954 !important;
position: relative;
padding: 1rem 0rem;
}
.widget-boxed-header h4 a:before {
content: "\e622";
position: absolute;
width: 25px;
height: 25px;
right: 0;
top: 52%;
transform: translate(-10%, -52%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #f4f5f7;
font-family: 'cairo', sans-serif;
font-size: 10px;
color: #445977;
}
.widget-boxed-header h4 a.collapsed:before {
content: "\e61a";
background: #f5f7fb;
color: #140c40;
}
.hm_nav {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1.5rem 20px 1.5rem;
background-color: #fff;
border-bottom: 1px solid #ecf0f7;
}
.hm_nav_title {
font-size: 17px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: 'cairo', sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.3;
font-weight: 800;
text-align: center;
position: absolute;
letter-spacing: 0.4px;
left: 0;
right: 0;
margin: 0;
}
span.mod-close {
font-size: 15px;
color: #1a1e2b !important;
cursor: pointer;
z-index: 1;
box-shadow:none !important;
}
span.hm_nav_clear {
font-weight: 600;
color: #140c40;
font-size: 13px;
}
.filter-search-box .form-group .form-control {
margin: 0 !important;
box-shadow: none !important;
background: rgba(174,189,219,.12);
border: 1px solid transparent;
color: #707e9c;
border-radius: 4px;
}
.filter-search-box, .form-group.filter_button{
padding: 0em;
}
.widget-boxed-header .selected {
display: block;
line-height:1.2;
font-size: 14px;
text-transform: capitalize;
font-weight: 400;
color: #72809D;
font-family: 'cairo', sans-serif;
}
.filter_wraps .radio-custom + .radio-custom-label:before {
margin-right:0px;
}
.filter_wraps [type="radio"]:checked + label, .filter_wraps [type="radio"]:not(:checked) + label {
padding-left: 0;
width:100%;
}
.filter_wraps [type="radio"]:checked + label:before, .filter_wraps [type="radio"]:not(:checked) + label:before {
right: 0;
left:auto;
}
.filter_wraps [type="radio"]:checked + label:after, .filter_wraps [type="radio"]:not(:checked) + label:after {
right:3px;
left:auto;
}
.filter-list li {
padding: 1rem 0;
border-bottom: 1px solid rgba(20,12,64,.12);
}
.filter-list li:last-child {
padding-bottom:0;
border-bottom:none;
}
.filter_wraps .checkbox-custom + .checkbox-custom-label:before {
right: 0;
margin-right:0px;
position: absolute;
}
.filter_wraps .checkbox-custom:checked + .checkbox-custom-label:before {
box-shadow:none;
}
.filter_wraps .checkbox-custom, .filter_wraps .checkbox-custom-label, .filter_wraps .radio-custom, .radio-custom-label {
width:100%;
margin:0;
}
/*------------- Advance Search ------------*/
.advance-search .form-group {
margin-bottom:0rem;
}
.advance-search .search-big-form .form-group i {
color: #fd5332;
}
.adv-search-filter {
float: left;
margin-bottom:1rem;
display: inline-block;
}
.adv-filter-box {
display: inline-block;
margin-left: 15px;
}
.btn-flit {
width: 42px;
border-radius: 2px;
border: 1px solid #d1dade;
color:#646e7b;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
}
.btn-flit.active {
color: #fd5332;
}
.btn.btn-order-by-filt {
background: transparent;
border: 1px solid #d1dade;
color:#646e7b;
padding:9px 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.btn.btn-order-by-filt i{
margin-left:5px;
}
.back-brow {
display: inline-block;
margin-bottom: 1rem;
}
.back-btn {
font-weight: 600;
opacity: 0.9;
}
.back-btn i {
margin-right:5px;
}
.back-btn:hover, .back-btn:focus{
opacity:1;
}
/*====================================
Property Style
======================================*/
.slick-slider .property-listing, .slick-slider .agents-grid{
margin-bottom: 10px !important;
}
.property-listing {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
border: 1px solid #e5e9ec;
}
#vip-listing{
float: left;
}
#vip-star{
text-align: center;
width: 20%;
background-color: rgba(12, 130, 166, .5);
/*background-image: linear-gradient(to left, #051937, #004770, #007c9e, #00b4b8, #12ebbc);*/
position: absolute;
z-index: 999;
right: 0;
bottom: 0;
justify-content: center;
border-radius: 10px 0px 0px 10px;
}
#vip-star p{
font-family: 'cairo', sans-serif;
color: white;
text-align: center;
vertical-align: middle;
padding-top: 0.5rem;
line-height: 20px;
}
.property-listing.property-1 .listing-img-wrapper {
overflow: hidden;
position:relative;
}
.property-listing.property-1 .listing-img-wrapper>a {
position: relative;
display: block;
width: 100%;
transition:all ease 0.4s;
}
.property-listing.property-1 .listing-img-wrapper>a:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
display: block;
bottom: 0;
}
.property-listing.property-1 .listing-img-wrapper img{
max-height:200px;
width: 100%;
}
.property-listing.property-1 .listing-detail-wrapper {
padding: 1.5rem 1rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
flex-direction: unset;
}
.listing-detail-wrapper h4{
color:#196aa2 !important;
font-weight:bold !important;
font-size:16px !important;
}
.listing-detail-wrapper h4 a
{
font-size: 16px; font-weight:bold; color:#196aa2; padding-right:5px;
}
.property-listing.property-1 .listing-short-detail{
flex:1;
text-align: center;
color:#196aa2;
min-height: 2.9rem;
}
.avater-30 {
max-width: 30px;
}
.property-listing.property-1 .listing-name {
font-size: 17px;
margin-bottom: 5px;
text-align: center;
}
.property-listing.property-1 .listing-location{
font-size:13px;
font-weight: bold;
margin-bottom: 2px;
justify-content: flex-start;
text-align: left;
}
.property-listing.property-1 .listing-location i{
}
.property-listing.property-1 .like-btn {
width: 40px;
height: 40px;
border: 1px solid #e5e9ec;
display: inline-block;
border-radius: 50%;
text-align: center;
line-height: 44px;
color:#0ac1a7;
transition:ease 0.4s;
}
.property-listing.property-1 .listing-like-top{
position:absolute;
top:20px;
left:20px;
}
.property-listing.property-1 .listing-like-top i {
color: #fe3e67;
width: 38px;
height: 38px;
line-height: 40px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
margin-right: 3px;
}
.property-listing.property-1 .listing-features-info ul {
margin: 0;
display:table;
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-1 .listing-features-info ul li{
display:inline-block;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
width:33.333333%;
list-style:none;
}
.property-listing.property-1 .listing-features-info ul li:last-child{
border-right:none;
}
.property-listing.property-1 .listing-features-info ul li strong{
font-weight:600;
margin-right:5px;
}
.property-listing.property-1 .listing-footer-wrapper{
padding:0.9rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-1 .listing-footer-wrapper .listing-price{
flex:1;
color:#0ac1a7;
}
.property-listing.property-1 .listing-price .list-pr{
color:#2a4fba;
font-size:18px;
margin:0;
}
.property-listing.property-1 .listing-rating {
position: absolute;
left: 20px;
bottom: 20px;
}
.property-listing.property-1 .listing-rating i {
color: #ffffff;
margin-right: 3px;
}
.property-listing.property-1 .listing-rating i.filled {
color:#ff9800;
}
.property-listing.property-1 .property-type {
position: absolute;
right: 20px;
top: 20px;
background: #ffffff;
color: #21293a;
padding: 4px 15px;
border-radius: 50px;
font-size: 12px;
text-transform: uppercase;
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.4);
}
.property-listing.property-1 .listing-img-wrapper>a:hover:before, .property-listing.property-1 .listing-img-wrapper>a:focus:before{
background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-1 .property-listing:hover .like-btn, .property-listing.property-1 .property-listing:focus .like-btn{
background:#ff9800;
color:#ffffff;
border-color:#ff9800;
}
/*------------ Property Style: Classic Style Real Estate -----------*/
.property_item {
background: #fff;
position: relative;
border-radius:6px;
overflow: hidden;
margin-bottom:30px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.image{
position: relative;
}
.image a{
display: block;
}
.sb-date {
position: absolute;
top: 30px;
left: 30px;
display: inline-block;
background:rgba(23, 42, 76, 0.4);
color: #ffffff;
padding: 8px 15px;
border-radius: 50px;
font-size: 14px;
}
.sb-date i {
margin-right:7px;
}
span.tag_t {
position: absolute;
right: 20px;
bottom: 20px;
display: inline-block;
padding: 7px 15px;
background: #22326b;
border-radius: 4px;
color: #ffffff;
}
.proerty_content {
position:relative;
padding: 2em 2em 1.5em;
}
.proerty_text {
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: center;
align-items: center;
}
.proerty_text .captlize {
font-size: 16px;
font-weight: 600;
flex: 1;
line-height: 1;
margin-bottom:5px;
}
.property_meta {
display: block;
margin: 2em 0 1rem;
}
.classical-list .proerty_price {
margin: 0;
font-weight:600;
color:#049869;
}
.property_add{
color:#72809D;
}
.classical-list .btn{
transition: 0.3s;
font-size: 14px;
padding:12px 18px;
}
.btn.btn-theme {
background:#fd5332;
border:1px solid #fd5332;
border-radius: 4px;
margin-right:4px;
margin-bottom:5px;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
background:#fd5332;
border:1px solid #fd5332;
color:#ffffff;
}
.btn.btn-theme-light {
color:#fd5332;
background:rgba(253, 83, 50,0.12);
border-radius: 4px;
margin-bottom:5px;
}
.btn.btn-theme-light-2:hover, .btn.btn-theme-light-2:focus, .btn.btn-theme-light-2{
background: rgba(15,202,152,0.2) !important;
border:2px solid rgba(15,202,152,0.3) !important;
padding:16px 50px;
color: #0fca98 !important;
}
.btn.btn-theme-light:hover, .btn.btn-theme-light:focus, .btn.btn-theme-light{
background: rgba(18,102,227,0.2) !important;
border:2px solid rgba(18,102,227,0.3) !important;
padding:16px 50px;
color:#1266e3 !important;
}
/*-------- Property Style: Property Style 2 ---------*/
.property-listing {
position: relative;
width: 100%;
border-radius:0.5rem;
overflow: hidden;
background: #ffffff;
margin-bottom:30px;
border:none;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.property-listing.shadow-none {
box-shadow:none;
-webkit-box-shadow:none;
}
.property-listing.property-2 .listing-img-wrapper {
overflow: hidden;
position:relative;
min-height: 200px;
max-height: 200px;
}
.list-img-slide {
overflow: hidden;
position: relative;
min-height: 210px;
max-height: 210px;
}
.property-listing.property-2 .listing-img-wrapper>a {
position: relative;
display: block;
width: 100%;
transition:all ease 0.4s;
}
.property-listing.property-2 .listing-img-wrapper>a:before {
position: absolute;
content: "";
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
background:linear-gradient(to bottom, transparent 25%, #1e2a4c);
display: block;
bottom: 0;
}
.property-listing.property-2 .listing-img-wrapper img{
max-height: 200px;
min-height: 200px;
width: 100%;
background-color: #ccc;
object-fit: contain;
}
.property-listing.property-2 .listing-detail-wrapper {
padding:0.5rem 1rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-2 .listing-short-detail{
flex:1;
text-align: center;
color:#196aa2;
}
.listing-name{
direction:ltr;
}
.property-listing.property-2 .listing-name {
font-size:16px;
position: relative;
margin-bottom:0px;
font-weight: normal;
}
.property-listing.property-2 .listing-location{
font-size:14.5px;
margin-bottom: 2px;
}
.property-listing.property-2 .list-status {
position: relative;
margin-left: 10px;
top: -3px;
z-index: 2;
width: 20px;
height: 20px;
background: #0ac186ee;
text-align: center;
border-radius: 50%;
font-size: 9px;
line-height: 22px;
color: #ffffff;
box-shadow: none;
display: inline-block;
}
.property-listing.property-2 .listing-location i{
margin-right:5px;
}
.property-listing.property-2 .listing-features-info ul {
margin: 0;
display:table;
width:100%;
padding:0.5rem 1rem 1.5rem;
}
.property-listing.property-2 .listing-features-info ul li{
display:inline-block;
width:33.333333%;
list-style:none;
}
.property-listing.property-2 .listing-features-info ul li:last-child{
border-right:none;
}
.property-listing.property-2 .listing-features-info ul li strong{
font-weight:600;
margin-right:5px;
}
.property-listing.property-2 .listing-footer-wrapper{
padding:0.5rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
}
.property-listing.property-2 .listing-footer-wrapper .listing-like{
flex:1;
color:#0ac1a7;
}
.property-listing.property-2 .like-btn {
background: #f3f4f7;
border: 1px solid #edeff3;
width: 36px;
height: 36px;
line-height: 38px;
text-align: center;
display: inline-block;
border-radius: 50%;
transition:all ease 0.4s;
}
.property-listing.property-2 .listing-price, .property-listing.property-2 .listing-contact-info{
position: absolute;
left: 20px;
bottom: 20px;
z-index: 1;
}
.property-listing.property-2 .listing-price .list-pr,
.property-listing.property-2 .listing-price > *,
.property-listing.property-2 .listing-contact-info > *{
color:#ffffff;
margin:0;
}
.property-listing.property-2 .listing-detail-btn .more-btn{
padding:6px 15px;
color:#ffffff;
border:1px solid #ff9800;
background:#ff9800;
border-radius:2px;
}
.rate-btn {
font-weight: 800;
color: #FF9800;
font-size: 18px;
}
.property-listing.property-2 .list-rating i {
color: #ffffff;
width: 30px;
height: 30px;
line-height: 26px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 14px;
background: #ff9800;
border: 1px solid #ff9800;
margin-right: 3px;
}
.property-listing.property-2 .list-save i {
color: #ffffff;
width: 38px;
height: 38px;
line-height: 36px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: #fe3e67;
border:1px solid #fe3e67;
margin-right: 3px;
}
.property-listing.property-2 .list-save-top{
position:absolute;
top:20px;
right:20px;
}
.property-listing.property-2 .list-save-top i {
color: #fe3e67;
width: 38px;
height: 38px;
line-height: 40px;
border-radius: 50%;
display: inline-block;
text-align: center;
font-size: 18px;
background: rgba(255, 255, 255, 1);
-webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
box-shadow: 0px 0px 0px 3px rgba(255,255,255,0.2);
margin-right: 3px;
}
.property-listing.property-2 .listing-category {
position: absolute;
right: 20px;
bottom: 25px;
background: rgba(255,255,255,0.1);
color: #ffffff;
padding: 5px 15px;
border-radius: 50px;
font-size: 14px;
text-transform:capitalize;
-webkit-box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
box-shadow:0px 0px 0px 5px rgba(255,255,255,0.2);
}
.list-featured {
position: absolute;
left: 15px;
top: 15px;
background: #ffffff;
padding: 7px 20px;
border-radius: 50px;
color: #4c5871;
}
.list-featured i {
margin-right: 5px;
color: #ff9802;
}
.property-listing.property-2 .listing-post-status i {
margin-right: 7px;
position: relative;
top: 1px;
}
.property-listing.property-2 .listing-img-wrapper>a:hover:before, .property-listing.property-2 .listing-img-wrapper>a:focus:before{
background:linear-gradient(to bottom, transparent 5%, #1e2a4c);
}
.property-listing.property-2:hover .like-btn, .property-listing.property-2:focus .like-btn{
background:#ff9800;
color:#ffffff;
border-color:#ff9800;
}
.price-features-wrapper {
padding: 0.1rem 0.5rem 0.1rem;
display: flex;
flex-wrap: wrap;
flex-direction: unset
}
.price-features-wrapper .listing-price-fx{
flex:1;
}
.inc-fleat {
margin-left:15px;
color:#72809D;
}
.list-fx-features {
width: 100%;
position: relative;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.listing-card-info-icon {
display: inline-block;
position: relative;
vertical-align: top;
width: 33.333333%;
flex: 0 0 33.333333%;
margin-bottom: 0rem;
margin-right:0.1rem;
font-size: 12px;
color: #196aa2;
font-weight: 600;
direction: ltr !important;
}
.property-type {
font-size: 14px;
margin: 0;
}
.listing-short-detail-wrap {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-direction: row-reverse;
color: #196aa2 !important;
}
/*.listing-short-detail-wrap:hover{
color: #00A877;
}*/
.inc-fleat-icon {
margin: 5px;
margin-left:0px !important;
width: 20px;
height: 20px;
background:#edf1f9;
border-radius: 50%;
text-align: center;
display:inline-flex;
align-items: center;
justify-content: center;
/* border: 2px solid #e0e4ef; */
}
.listing-card-info-price {
line-height: 1.8;
font-weight: bold;
position:relative;
direction: ltr !important;
text-align: center;
color:#0fca98 !important;
}
.listing-card-info-price2 {
line-height:1.8;
font-weight: bold;
position:relative;
direction: ltr !important;
text-align: left;
color:#0fca98 !important;
}
.price-prefix:before {
content: '$';
position: absolute;
left: 0;
top:0em;
font-size: 0.6em;
color: inherit;
}
.listing-price-fx .price-suffix {
font-size: 14px;
color: #72809D;
font-weight: 400;
}
.modern-pro-wrap {
position: absolute;
top:30px;
left:30px;
}
.property-listing.property-2.modern .property-type {
position:relative;
background:#323d50;
right:0;
bottom:0;
}
.property-listing.property-2.modern .modern-pro-wrap span {
position: relative;
padding: 8px 20px;
z-index: 1;
margin-right: 10px;
font-size: 14px;
border-radius: 4px;
color: #ffffff;
box-shadow:none;
text-transform:capitalize;
}
.listing-price-with-compare {
position: absolute;
left:0;
bottom: 20px;
z-index: 1;
display: flex;
align-items: center;
width: 100%;
padding: 0 25px;
flex-wrap: wrap;
}
.listing-price-with-compare h4 {
margin: 0;
flex: 1;
color: #ffffff;
font-weight: 500;
}
.listing-price-with-compare .lpc-right a {
width: 40px;
height: 36px;
margin-left: 10px;
display: inline-block;
background: rgba(0, 0, 0,0.3);
line-height: 36px;
text-align: center;
color: #ffffff;
border-radius: 0.2rem;
}
.property-listing.property-2.modern .list-img-slide {
overflow: hidden;
position: relative;
min-height: auto;
max-height: 100%;
border-radius: 0.5rem;
}
.property-listing.property-2.modern .listing-img-wrapper img {
object-fit: cover;
height: 100%;
width: 100%;
min-height: auto;
max-height: 100%;
margin-bottom:-2px;
}
.property-listing.property-2.modern .listing-img-wrapper {
padding: 10px;
padding-bottom: 0
}
.property-listing.property-2.modern .property-locations{
font-size:14px;
}
.property-listing.property-2.modern .property-locations i {
margin-right:4px;
}
.property-listing.property-2.modern .price-features-wrapper {
padding:1rem 1.5rem 0rem;
display: flex;
flex-wrap: wrap;
}
.property-listing.property-2.modern .listing-card-info-icon {
width: 30%;
flex: 0 0 33.333333%;
font-size: 11px;
}
.property-listing.property-2.modern .home-type.theme-cl {
font-size: 13px;
margin-bottom:5px;
}
.property-listing.property-2.modern .listing-name {
margin-bottom: 5px;
}
.modern-property-footer{
padding:0.5rem 1.5rem;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
border-top: 1px solid #f0f1f5;
}
.property-author {
flex: 1;
}
.property-author .path-img {
max-width:35px;
width:35x;
display: inline-block;
float: left;
border-radius: 50%;
overflow: hidden;
margin-right: 10px;
}
.property-author .path-img img {
border-radius: 50%;
max-width:35px;
}
.property-author h5 {
margin: 0;
margin-top:7px;
font-size: 14px;
font-weight: 500;
}
.property-author h5 a {
color: #808fa0;
}
.modern-property-footer .property-pulish-date {
font-size: 13px;
color: #808fa0;
}
.listing-detail-footer {
padding: 0.5rem 0.5rem;
border-top: 1px solid #e4e8f3;
display: flex;
align-items: center;
width: 100%;
flex-direction: unset;
min-height: 4rem;
text-align: center;
}
.footer-first{
flex:1;
}
.property-reviews {
display: flex;
align-items: center;
position: relative;
color: #c6cce0;
font-size: 10px;
letter-spacing: 4px;
}
.property-reviews i.filled{
color:#fd9428;
}
.foot-location,.foot-location2 {
direction:rtl;
font-size: 15px;
display:flex;
justify-content: flex-end;
text-align: left;
font-weight: bold;
}
.foot-location img,.foot-location2 img{
margin-left:5px;
margin-right:5px;
/* float: left; */
}
.foot-location2{
position:absolute; bottom : 30px; right:20px
}
.footer-flex .prt-view {
padding: 4px 18px;
color:#ffffff !important;
background:#196aa2;
border-radius: 50px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 20px 15px;
transition: 0.3s;
}
.footer-flex .prt-view:hover{
background-color: #0fca98;
color: white;
}
.author-box {
width: 75px;
height: 75px;
border-radius: 50%;
display:flex;
align-items:center;
position:relative;
justify-content:center;
padding:2px;
background: #e9eef7;
}
.author-box img{
border-radius: 50%;
}
.author-box:before {
content: "";
width: 1px;
height: 80%;
background: #d9dfef;
right:-20%;
position: absolute;
}
.listing-short-detail-flex.fl-2 {
flex: 2;
}
.property-listing.property-2 .listing-name .prt-link-detail{
position:relative;
}
.property-listing.property-2 .listing-name .prt-link-detail:before {
content: "";
position: absolute;
width: 18px;
height: 18px;
top: 2px;
left: -23px;
max-width: 100%;
background-image: url(../img/veryfy.svg);
background-size: contain;
object-fit: cover;
}
/*----------------- Download App Design ---------------*/
.content_block_2 .content-box .btn-box .download-btn.play-store {
margin-right: 30px;
}
.content_block_2 .content-box .btn-box .download-btn {
position: relative;
display: inline-block;
float: left;
font-size: 15px;
line-height: 26px;
font-weight: 600;
color: #222e64;
padding: 16px 30px 15px 80px;
border-radius:4px;
z-index: 1;
box-shadow: 0 5px 5px rgba(232, 23, 23, 0.2);
border: 1px solid #e81717;
background: #ffffff;
}
.content_block_2 .content-box .btn-box .download-btn i {
position: absolute;
color: #e81717;
left: 30px;
top: 16px;
font-size: 40px;
}
.content_block_2 .content-box .btn-box .download-btn span {
position: relative;
display: block;
font-size: 14px;
line-height: 18px;
color: #828aaf;
font-family: 'cairo', sans-serif;
font-weight: 500;
}
.content_block_2 .content-box .btn-box .download-btn h3 {
position: relative;
margin-bottom:0;
display: block;
font-size: 24px;
line-height: 26px;
color:#242f65;
font-weight: 600;
transition: all 500ms ease;
}
.content_block_2 .content-box .btn-box .download-btn.app-store h3{
color:#2798ff;
}
.content_block_2 .content-box .btn-box .download-btn.app-store i {
color:#242f65;
}
.content_block_2 .content-box .btn-box .download-btn.app-store {
box-shadow: 0 5px 5px rgba(34, 46, 100, 0.2);
border: 1px solid #242f65;
}
.form-control:focus{
box-shadow:none;
}
.caption-wrap-content h2, .caption-wrap-content p{
color:#ffffff;
}
.caption-wrap-content a:hover, .caption-wrap-content h2:focus{
color:#ffffff;
background:#08184b;
border-color:#08184b;
}
/*------------ Agent Grid ---------*/
.shadow-none{
box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.agents-grid{
position: relative;
background:#ffffff;
border-radius: 6px;
margin-bottom:30px;
border:none;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
}
.fr-grid-thumb {
width: 100%;
border-radius: 6px;
height: 200px;
overflow: hidden;
display: table;
position: relative;
padding: 0.7em;
}
.fr-grid-thumb a {
display: inline-flex;
height: 250px;
overflow: hidden;
width: 100%;
}
.fr-grid-thumb img {
width: 100%;
border-radius: 6px;
object-fit: cover;
}
.fr-grid-deatil {
display: flex;
align-items: center;
padding: 0rem 1.5rem 1rem;
width: 100%;
}
.fr-grid-deatil-flex {
flex: 1;
}
.fr-grid-deatil-flex .fr-can-name {
margin-bottom: 0;
}
.fr-can-rating {
display: flex;
align-items: left;
text-align: left;
justify-content: flex-start;
}
.agent-property {
font-size: 14px;
}
.fr-position{
font-size:15px;
}
.fr-can-rating{
text-align: left;
}
.fr-can-rating i {
font-size:10px;
margin-right:3px;
color: #c4c8d0;
}
.fr-can-rating i.filled {
color: #ff9800;
}
.reviews_text {
margin-left:8px;
font-size: 13px;
font-weight: 600;
}
.agent-email a{
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition:all ease 0.4s;
background: rgba(226, 65, 28, 0.1);
color: #e2411c;
}
.agent-email a:hover,.agent-email a:focus{
color: #ffffff !important;
background: rgba(226, 65, 28, 1);
}
.fr-grid-info {
margin-bottom:1.5rem;
}
.fr-grid-info ul{
margin:0;
padding:0;
}
.fr-grid-info ul li{
list-style:none;
padding:0.1rem 1.5rem;
}
.fr-grid-footer {
display: flex;
align-items: center;
padding: 1rem 1.5rem;
border-top: 1px solid #e2e6f1;
}
.fr-grid-footer-flex {
flex: 1;
}
.fr-position i {
margin-right: 10px;
}
.fr-grid-footer-flex-right .prt-view {
padding: 4px 18px;
color: #ffffff !important;
background: #28a745;
border-radius: 50px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.agent-call a, .agent-call a:hover, .agent-call a:focus{
color:#19b12a;
font-size:22px;
}
span.agent-type {
display: block;
font-size: 14px;
}
ul.fr-grid-social {
padding: 0;
margin: 0 0 1.5rem;
text-align: center;
}
ul.fr-grid-social li{
padding:0 10px;
display:inline-block;
list-style:none;
}
ul.fr-grid-social li a{
font-size:14px;
}
/*---------- Slick Arrow ---------*/
.property-listing.property-2 .slick-slide a:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
z-index: 1;
opacity:0.15;
}
.property-listing.property-2.modern .slick-slide a:before{
opacity:0.1;
}
.property-listing .slick-arrow.slick-next {
transform-origin: 100% 0%;
}
.property-listing .slick-arrow {
width:30px;
height:30px;
overflow: hidden;
border-radius:50%;
opacity:0;
background-color: rgba(68, 88, 144, 0.12);
transition: 0.1s;
z-index:1;
}
.slick-next:before {
/*content:"\f152"; */
font-family: 'cairo', sans-serif;
}
.slick-prev:before {
content:'←' !important;
font-family: 'cairo', sans-serif;
}
.property-listing .slick-next {
right:5px;
}
.property-listing .slick-prev {
left:5px;
}
.property-listing .slick-arrow:before {
position: absolute;
top: 0;
width: 30px;
height: 30px;
opacity: 0;
line-height: 30px;
background: rgba(255, 255, 255,0.2);
font-size: 10px;
color: #ffffff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0 5px 24px rgba(31, 37, 59, 0.15);
transition: 0.2s;
}
.property-listing .slick-arrow.slick-next:before {
text-align:center;
left: 0;
}
.property-listing .slick-arrow.slick-prev:before {
text-align:center;
right: 0;
}
.property-listing:hover .slick-arrow:before {
opacity: 1;
}
/* Search Type Buttons*/
.property-search-type {
display: table;
padding-bottom: 35px;
position: relative;
margin: 0 auto;
}
.property-search-type input[type="radio"] { display: none; }
.property-search-type label {
background-color: #fff;
color: #333;
cursor: pointer;
display: inline-block;
text-align: center;
padding: 11px 25px;
margin: 0 15px 0 0;
float: left;
transition: all 0.2s;
border-radius: 4px;
}
.property-search-type label:hover,
.property-search-type label.active {
background-color:#fd5332;
color: #fff;
}
.property-search-type-arrow {
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
bottom: 0;
left: 0;
transform: translate3d(3px,0,0);
}
/*------------------------------------------------
Detail Page Style
------------------------------------------------*/
.block-wrap {
display: block;
width: 100%;
background: #ffffff;
padding: 40px;
padding-top: 15px;
border-radius:8px;
margin-bottom:30px;
}
.block-wraps {
background: #ffffff;
border-radius: 8px;
margin-bottom: 30px;
overflow:hidden;
}
.block-wrap:last-child{
margin-bottom:0px;
}
.block-wraps .block-header {
display: table;
width: 100%;
margin-bottom: 1rem;
border-bottom: 1px solid #08184b;
background: #08184b;
}
.block-header {
display: table;
width: 100%;
margin-bottom: 1rem;
border-bottom: 1px solid #e8eef7;
}
.nav-tabs .nav-link {
margin-bottom:1px;
}
.block-wraps-header .block-body {
padding: 1.5rem;
}
.block-header .block-title {
font-size: 16px;
}
.block-body {
line-height: 1.7;
display: inline-block;
width: 100%;
}
.avl-features{
margin:0;
padding:0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.dw-proprty-info{
margin:0;
padding:0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.avl-features li {
display: block;
list-style: none;
position: relative;
margin: 10px 0 10px;
padding-left: 30px;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width:33.333333%;
}
.avl-features li:before {
content: "\e64c";
font-family: 'Cairo', sans-serif;
position: absolute;
color: #00ba74;
width: 20px;
height: 20px;
background: rgba(0, 186, 116,0.1);
text-align: center;
line-height: 20px;
border-radius: 50%;
left: 0;
top: 5px;
font-size: 10px;
}
.dw-proprty-info li {
display: block;
list-style: none;
position: relative;
margin:6px 0;
color:#fd5332;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width:25%;
}
.dw-proprty-info li strong{
display:block;
color:#2a3c77;
}
.nav-tabs.customize-tab {
border: none;
margin-bottom:0px;
}
.nav-tabs.customize-tab li {
border-right: 1px solid #253465;
}
.nav-tabs.customize-tab li:last-child {
border-right:none;
}
.nav-tabs .nav-item {
margin: 0;
}
.nav-tabs .nav-link {
background: #3151B7;
color: #ffffff;
border-radius: .22rem;
margin-right: 10px;
padding: .7rem 2rem;
border:none;
}
.nav-tabs.customize-tab .nav-link {
background: transparent !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color:#ffffff;
background-color:#fd5332;
border-color: #fd5332;
}
.nav-tabs.customize-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active{
background: #2f4ba5 !important;
color:#ffffff;
border-radius:0rem;
margin-right:0px;
}
.accordion {
border:none;
}
.accordion-item .accordion-body{
text-align: left;
direction: ltr;
}
.accordion-item .form-check-label{
padding-right: 30px;
}
.accordion .card {
border: none;
}
.accordion-header{
direction: ltr;
}
.card-header {
background: #f5f8fb;
border-bottom:1px solid #e2e6ea;
}
.accordion .btn-link {
color: #5c657f;
text-decoration: none;
}
.accordion .btn-link>span {
font-size: 12px;
font-weight: 400;
margin-left: 15px;
background: #e8ecf1;
padding: 6px 15px;
border-radius: 2px;
}
.sidebar-property-slide .slick-prev, .sidebar-property-slide .slick-next {
top:-26px;
}
.sidebar-property-slide .slick-prev {
left: auto;
right: 60px;
}
.sidebar-property-slide .slick-arrow:before {
width: 25px;
height: 25px;
line-height: 25px;
font-size: 11px;
opacity: 1;
color: #333c56;
}
.sidebar-property-slide .single-items {
padding: 0 0px;
}
.accordion .card-title {
margin-bottom: 0;
}
.mfp-ready .mfp-figure {
opacity: 1 !important;
}
/*----- Single Advance Slider -----*/
.single-advance-property .item-slick.slick-slide.slick-current.slick-active{
outline: none!important;
}
.single-advance-property .slick-slide img {
display: block;
max-width: 100%;
}
.single-advance-property .slider-for img{
width:100%;
min-height: 100%;
}
.single-advance-property .slider-nav{
margin: auto
}
.single-advance-property .slider-nav .item-slick{
max-width: 240px;
margin-right: 15px;
outline: none!important;
cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
max-width: 100%;
background-size: cover;
background-position: center;
}
.single-advance-property .slider-nav{
margin: auto;
}
.single-advance-property .slider-nav .item-slick{
max-width: 240px;
margin-right:0px;
outline: none!important;
cursor: pointer;
}
.single-advance-property .slider-nav .item-slick img{
max-width: 100%;
background-size: cover;
background-position: center;
}
.single-advance-property .slick-arrow{
position: absolute;
top: 50%;
z-index: 50;
margin-top: -12px;
}
.single-advance-property .slick-prev{
left: 0;
}
.single-advance-property .slick-next{
right: 0;
}
.single-advance-caption {
padding: 2em;
}
.property-name-info {
margin-bottom: 2rem;
}
.property-name-info .property-name {
margin-bottom: 5px;
}
.property-price-info {
margin-bottom: 2rem;
}
.property-price-info .property-price {
margin-bottom:5px;
}
.property-statement ul {
display: table;
width: 100%;
margin: 0;
padding: 0;
}
.property-statement ul li {
display: inline-block;
width: 50%;
float: left;
vertical-align: top;
}
.property-statement ul li>i {
float: left;
font-size: 35px;
margin-right: 10px;
margin-top: 5px;
}
.ps-trep {
margin-left: 50px;
vertical-align: top;
}
.ps-trep span {
margin-bottom: 3px;
display: inline-block;
color:#2a3c77;
}
.ps-trep .ps-type {
color:#fd5332;
}
.single-advance-property .slick-next {
right: 20px;
}
/*--- Magnific ----*/
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover{
cursor: pointer;
}
.mfp-container:hover{
cursor: default;
}
.image-source-link{
color: #98C3D1;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg{
opacity: 0;
transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container{
opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg{
opacity: 0;
}
.mfp-ready .mfp-figure{
opacity: 0;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{
opacity: 0;
transition: all 0.3s ease-out;
transform: scale(0.95);
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{
opacity: 1;
transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{
transform: scale(0.95);
opacity: 0;
}
.mfp-iframe-scaler{
overflow: visible;
}
.mfp-zoom-out-cur{
cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
cursor: pointer;
}
.page-title {
width: 100%;
height: 200px;
text-align: left;
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
justify-content: center;
background:#2540a2;
}
.page-title .ipt-title {
color: #ffffff;
}
.ipn-subtitle {
color: #7590f3;
}
.overlio-40 {
margin-top: -40px;
}
.ipt-title {
margin-bottom: 5px;
}
.ipn-subtitle {
font-size: 20px;
font-family: initial;
font-style: italic;
}
.page-title.bb-title {
background-size:cover !important;
background-position:center !important;
}
.page-title.bb-title .ipt-title {
color:#ffffff;
}
.page-title.bb-title .ipn-subtitle {
color:#ffffff;
opacity:0.8;
}
/*------------ List Property Sidebar -----------*/
.sides_list_property {
width: 100%;
display: flex;
align-items: center;
padding: 1rem 1rem 0.8rem;
border: 1px solid #e7eaec;
border-radius: 0.4rem;
background: #ffffff;
margin-bottom:15px;
}
.sides_list_property_thumb {
width: 125px;
height: 75px;
border-radius: 4px;
overflow: hidden;
}
.sides_list_property_thumb img {
height: 100%;
width: 100%;
object-fit: cover;
}
.sides_list_property_detail {
padding-left: 0.7rem;
width: 100%;
}
.sides_list_property_detail .lists_property_status {
font-size: 13px;
}
.sides_list_property_detail h4 {
font-size: 16px;
line-height: 1;
margin: 0px 0 2px;
}
.sides_list_property_detail span {
font-size: 13px;
}
.sides_list_property_detail span i {
margin-right: 4px;
}
.lists_property_price {
display: flex;
align-items: center;
}
.lists_property_price .lists_property_types {
flex: 1;
}
.lists_property_price {
display: flex;
align-items: center;
padding: 8px 0;
}
.property_types_vlix {
display: inline-block;
padding: 4px 15px;
color: #f95d02;
background: rgba(249, 93, 2,0.1);
border-radius: 50px;
font-size: 13px;
}
.property_types_vlix.sale {
color: #03a98a;
background: rgba(3, 169, 138,0.1);
}
.property_types_vlix.buy {
color: #a871e4;
background:rgba(168, 113, 228, 0.1);
}
/*----------- Compare property ---------------*/
.compare-slide-menu {
position: fixed;
top: 0;
transition: 0.4s ease-in-out;
height: 100vh;
background-color: #fff;
right: -320px;
width: 320px;
padding: 0;
z-index:999999;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.csm-content {
overflow-y: scroll;
height: 100%;
width: 340px;
}
.compare-slide-menu.active { right: 0; }
.csm-properties {
padding: 30px 20px;
padding-bottom: 0;
}
.csm-content>h4 {
font-size: 18px;
display: block;
margin: 0 0 0 0;
padding: 30px;
position: relative;
color: #fff;
width: 100%;
background-color: #274abb;
}
/* Trigger */
.csm-trigger {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -50px;
width: 50px;
background-color:#3151b7;
color: #fff;
border-radius: 3px 0 0 3px;
text-align: center;
line-height: 50px;
height: 50px;
font-size: 24px;
cursor: pointer;
}
.csm-trigger:before {
content:"\e6ac";
font-family: 'Cairo', sans-serif;
display: inline-block;
transition: 0.3s ease-in-out;
}
.csm-buttons {
padding: 0 30px;
padding-bottom: 30px;
}
.compare-slide-menu.active .csm-trigger:before {
transform: rotate(180deg);
}
.csm-buttons a.button {
padding: 10px 20px;
font-size: 15px;
display: inline-block;
border-radius: 3px;
}
.csm-buttons a.button.btn-compare, .csm-buttons a.button.reset:hover {
background-color:#3151B7;
color:#ffffff;
}
.csm-buttons a.button.btn-reset, .csm-buttons a.button.reset:hover {
background-color: #ffe6e6;
color: #ea1e1e;
}
.property-listing:hover .remove-compare, .property-listing:focus .remove-compare{
opacity:1;
}
.compare-slide-menu .property-listing {
margin-bottom:25px;
}
.remove-compare {
position: absolute;
top: 15px;
left: 15px;
opacity: 0;
z-index: 4;
transition: all ease 0.4s;
}
.remove-compare>a {
width: 20px;
height: 20px;
display: inline-block;
background: #f32945;
color: #ffffff;
border-radius: 3px;
font-size: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
/*--------------- Compare Property ------------------*/
.comp-property {
display: block;
position: relative;
padding: 0 10px;
min-height: 260px;
}
.comp-property-blank {
display: block;
height: 259px;
}
.compare-slide-menu .property-listing.property-2 .listing-name {
font-size:13px;
}
.compare-slide-menu .listing-card-info-price {
font-size: 18px;
text-align: left;
}
span.remove-from-compare {
position: absolute;
top: 20px;
left: 20px;
background: #e22828;
color: #ffffff;
width: 25px;
height: 25px;
border-radius: 4px;
line-height: 25px;
opacity: 0;
transition: all ease 0.4s;
}
.clp-img {
position: relative;
width: 100%;
border-radius: 6px;
overflow: hidden;
}
.clp-title {
padding: 12px 0;
}
.clp-title h4 {
font-size: 17px;
margin: 0 0 2px 0;
}
.comp-property:hover .remove-from-compare, .comp-property:focus .remove-from-compare{
opacity:1;
}
.show-mb {
display: none !important;
}
.pricing-5 {
overflow: hidden;
}
.pricing-5 div[class*='col-'] {
transition: 0.2s linear;
-webkit-transition: 0.2s linear;
-moz-transition: 0.2s linear;
padding: 0;
}
.pricing-5 .pricing__title {
min-height: 144px;
padding: 1.625em 0;
position: relative;
}
.pricing-5 .pricing__title h6, .pricing-5 .pricing__title h5 {
margin: 0;
}
.pricing-5 .pricing__title h6 {
opacity: .5;
}
.pricing-5 .pricing__price {
margin-top: 0.8125em;
}
.pricing-5 ul {
margin: 0;
padding: 0;
}
.pricing-5 ul li {
line-height: 1.625em;
padding: 1.625em 0;
list-style:none;
}
.pricing-5 ul li:nth-child(odd) {
background: #f4f4f4;
}
.pricing-5 ul li span:not(.btn__text) {
font-style: italic;
}
.checkmark, .crossmark {
width: 1.625em;
height: 1.625em;
line-height: 1.625em;
background: #64b671;
border-radius: 50%;
display: inline-block;
position: relative;
text-align: center;
}
.crossmark {
background: #e34747;
}
.checkmark:before, .crossmark:before {
content: '\2713';
position: absolute;
color: #fff;
width: 100%;
left: 0;
opacity: 1;
font-size: 13px;
}
.crossmark:before {
content: '\2715';
}
.pricing-5 ul li span:not(:first-child) {
display: inline-block;
margin-left: 0.8125em;
position: relative;
bottom: 6px;
}
@media (min-width: 990px){
.pricing-5 ul li {
height: 4.875em;
}
}
/*------------ Property Detail Detail -------------*/
.gallery_bottom_block {
padding:1em 0;
border-bottom: 1px solid #e9ecf3;
}
.property_info_detail_wrap {
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
.property_info_detail_wrap_first {
flex: 1;
}
.prt-sect-pric h3 {
margin: 0;
font-size: 30px;
}
.prt-sect-pric h3 sub {
font-size: 14px;
font-weight: 400;
opacity: 0.8;
}
.pr-price-into h2>i {
font-size: 16px;
font-weight: 400;
font-style: initial;
opacity: 0.9;
}
.pr-price-into h2 {
margin-bottom: 0;
}
.pr-price-into h2 {
margin-bottom: 0;
}
.pr-single-info {
display: inline-block;
margin-left:0.5rem;
position:relative;
}
.pr-single-info:first-child {
margin: 0;
}
span.view-pr {
margin-left: 6px;
position: relative;
top: -3px;
}
.pr-single-info>a {
color:#ffffff !important;
font-size:18px;
width:42px;
height:42px;
border-radius: 2px;
align-items: center;
display: flex;
flex-wrap: wrap;
background:#1c4c75;
justify-content: center;
}
.btn-share, .btn-share:hover, .btn-share:focus {
background:#1c4c75;
color: #ffffff;
border: none;
padding: 0;
outline: none;
cursor: pointer;
width: 42px;
height: 42px;
border-radius: 2px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.share-opt-wrap .dropdown-menu {
text-align: center;
bottom: 55px;
top: initial !important;
left:0 !important;
padding:7px 0 9px;
border: 1px solid #e8e9f1;
}
.share-opt-wrap .dropdown-menu a {
padding: 2px 6px 0;
line-height: 1;
position: relative;
top: 3px;
display: inline-block;
border-bottom: none;
}
.dropdown-menu.show a i {
margin-right: 7px;
}
.cl-facebook i {
color: #395693 !important;
}
.cl-twitter i {
color: #1c9cea !important;
}
.cl-gplus i {
color: #d23d35 !important;
}
.cl-instagram i {
color: #c82f99 !important;
}
.property_info_detail_wrap.light {
bottom: 2rem;
color: #ffffff;
}
.prties_list {
display: block;
position: relative;
width: 100%;
}
.prties_list ul {
display: block;
width: 100%;
padding: 0;
margin:5px 0 0 0;
}
.prties_list ul li {
display: inline-block;
font-weight: 600;
font-size: 14px;
margin-right: 1rem;
position: relative;
}
.prties_list ul li:before {
content: ".";
position: absolute;
left: -9px;
top: 2px;
font-size: 25px;
line-height: 0;
border-radius: 50%;
}
.prties_list ul li:first-child:before {
display:none;
}
.prt-type {
font-size:13px;
color: #ffffff;
font-weight:500;
background:#333333;
padding: 4px 12px;
border-radius: 2px;
margin-left: 10px;
}
span.prt-type.rent {
background: #3ebd43;
color: #ffffff;
}
span.prt-type.sale {
background:#ff8000;
color: #ffffff;
}
.like_share_wrap{
background-color: #fff;
color: #707070;
border-radius: 4px;
padding:20px;
border: 1px solid #e6eaf3;
transition: 0.25s;
margin-bottom:20px;
}
ul.like_share_list {
padding: 0;
margin: 0;
display: flex;
align-items: center;
width: 100%;
}
ul.like_share_list li {
flex: 0 0 50%;
padding: 0 5px;
list-style: none;
width: 50%;
}
ul.like_share_list li a {
width: 100%;
color: #03a98a !important;
background: rgba(3, 169, 138,0.1);
border: 1px solid #03a98a;
border-radius: 0.4rem;
font-weight: 600;
font-size: 14px;
}
ul.like_share_list li:last-child a {
background: rgba(249, 93, 2,0.1);
color: #f95d02 !important;
border-color: #f95d02;
}
ul.like_share_list li a i{
margin-right:7px;
}
.btn.cop_btn {
width: 100%;
height: 56px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.downld_rport {
background: #ffffff;
border: 1px solid #e6eaf3;
border-radius: 4px;
margin-bottom:20px;
width: 100%;
}
.downld_rport ul {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.downld_rport ul li {
width: 50%;
flex: 0 0 50%;
padding: 1rem 1.5rem;
font-size: 15px;
font-weight: 600;
color: #0fca98 !important;
}
.downld_rport ul li:first-child {
border-right: 1px solid #e6eaf3;
}
.downld_rport ul li i {
font-size: 40px;
margin-right: 10px;
color:#03a98a;
display: inline-table;
float: left;
}
.downld_rport ul li span {
font-size: 13px;
color: #546cb1;
display: block;
}
.downld_rport ul li.pdf i {
color: #e62a1c;
}
/*----------------- Style 2 --------------*/
.property_block_wrap {
display: block;
width: 100%;
background: #ffffff;
padding: 0;
border-radius: 4px;
margin-bottom: 30px;
border: 1px solid #e6eaf3;
}
.property_block_wrap.style-2 {
border-radius: 6px;
border: none;
}
.property_block_wrap.style-2{
border-radius: 6px;
border: none;
}
.property_block_wrap.style-2 .block-body {
padding: 0rem 1.5rem 1rem;
}
.property_block_wrap.style-2 .property_block_wrap_header h4 {
margin: 0;
font-weight: 700;
font-size: 16px;
font-family: 'Cairo', sans-serif;
color: #140c40;
}
.property_block_wrap.style-2 .property_block_wrap_header h4:after {
font-family: "Font Awesome 5 Free";
content: "\f106";
position: relative;
float: left;
margin-right: 0px;
transition: 0.2s ease-out;
background: #f5f7fb;
width: 26px;
height: 26px;
font-weight:600;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.property_block_wrap.style-2 .property_block_wrap_header .collapsed h4:after {
transform: rotate(180deg);
}
.property_block_wrap.style-2 .property_block_wrap_header h4:before{
display:none;
}
.property_block_wrap.style-2 .property_block_wrap_header {
padding: 1rem 1.5rem;
border: none;
}
.property_block_wrap.style-2 .property_block_wrap_header.no-collapse h4:after {
display:none;
}
ul.deatil_features {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
ul.deatil_features li {
width: 33.333333%;
flex: 0 0 33.333333%;
display: inline-block;
font-size: 13px;
color: #546cb1;
margin-bottom: 1.2rem;
line-height: 1.5;
}
ul.deatil_features li strong {
color: #08184b;
display: inline-block;
font-size: 14px;
margin-right: 10px;
}
.nearby-wrap {
margin-bottom: 2rem;
}
.nearby-wrap:last-child {
margin-bottom:0rem;
}
.neary_section_list {
width: 100%;
position: relative;
display: block;
}
.neary_section {
width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 6px 0;
}
.neary_section:last-child{
border-bottom:none;
}
.neary_section_first {
flex: 1;
}
.neary_section_first .nearby_place_title {
font-size: 14px;
margin: 0;
color: #140c40;
font-family: 'Cairo', sans-serif;
}
.neary_section_last {
display: flex;
align-items: center;
}
.neary_section_first .nearby_place_title>small {
margin-left: 10px;
}
.neary_section_last i {
font-size: 10px;
color: #ced1e4;
}
.neary_section_last i.filled {
color: #FF9800;
}
.reviews-count {
margin-left: 5px;
}
.nearby_header {
display: flex;
width: 100%;
align-items: center;
position: relative;
margin-bottom: 1rem;
}
.nearby_header_first {
flex: 1;
}
.nearby_header_first h5 {
margin: 0;
font-size: 16px;
}
.nearby_header_last .nearby_powerd {
display: flex;
align-items: center;
}
.nearby_header_last .nearby_powerd img {
max-width: 50px;
margin-left: 10px;
}
.list-fx-features {
justify-content: center;
text-align: center;
}
.list-fx-features2 {
justify-content: center;
text-align: left;
}
.listing-card-info-icon {
width: auto;
flex: inherit;
display: inline-flex;
margin-right:0;
margin-bottom: 0.5rem;
align-items: center;
flex-direction: row-reverse;
}
.prt-price-fix {
line-height: 1.4;
color: #28a745;
}
.prt-price-fix sub {
font-size: 15px;
font-weight: 400;
color: #929fc5;
}
.featured_slick_gallery {
position: relative;
}
.btn-view-pic {
position: absolute;
bottom: 30px;
right: 50px;
background: #ffffff;
padding: 15px 26px;
border-radius: 5px;
font-weight: 600;
color: #08184b;
}
.btn-view-pic.top {
position: absolute;
top: 30px;
bottom:auto;
right: 50px;
}
/*------------ Property Detail Style 3 -------------------*/
.property_block_wrap.style-3 {
padding: 1.5rem;
display: flex;
align-items: center;
margin-top: -60px;
border: none;
}
.pbw-flex-thumb {
display: flex;
align-items: center;
justify-content: center;
background: #f0f5fd;
border-radius: 6px;
padding: 2.5rem;
}
.pbw-flex {
padding-left: 2rem;
}
/*------------ Property Detail Style 4 -------------------*/
.property_block_wrap.style-4 {
background: transparent;
border: none;
text-align: center;
color: #ffffff;
}
.property_block_wrap.style-4 .prt-types.sale {
background: #3b58c3;
color: #ffffff;
margin-bottom: 5px;
}
.property_block_wrap.style-4 .list-fx-features {
justify-content: center;
}
.property_block_wrap.style-4 .listing-card-info-icon {
color: #6a84e2;
}
.pbwts-social {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.pbwts-social ul {
padding: 0;
margin: 0;
}
.pbwts-social ul li {
display: inline-flex;
margin-right: 10px;
font-weight: 600;
}
.pbwts-social ul li a {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #3151b7;
border-radius: 50%;
font-size: 12px;
color: white;
border: 1px solid #385ac5;
transition:all ease 0.4s;
}
.pbwts-social ul li a:hover, .pbwts-social ul li a:focus{
background: #ffffff;
color: #2540a2;
border: 1px solid #ffffff;
}
.property_block_wrap.style-4 .prt-price-fix sub {
color: #6e88e8;
}
/*----------------- Vedio -----------------*/
.property_video {
position: relative;
}
.property_video .thumb {
overflow: hidden;
border-radius: 6px;
}
.bb-video-box {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.bb-video-box-inner {
width: 100px;
height: 100px;
background: rgba(255,255,255,0.5);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
}
.bb-video-box-innerup {
width: 65px;
height: 65px;
background: rgba(255,255,255,0.9);
border-radius: 50%;
align-items: center;
justify-content: center;
display: flex;
font-size: 25px;
}
.bb-video-box-innerup a {
line-height: 0;
}
ul.list-gallery-inline {
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
width: 100%;
}
ul.list-gallery-inline li {
width: 33.333333%;
flex: 0 0 33.33333%;
padding: 5px;
}
ul.list-gallery-inline li a {
display: block;
height: 100%;
width: 100%;
border-radius: 4px;
overflow: hidden;
}
.property_video:before {
background: #17203a;
border-radius:6px;
left: 0;
right: 0;
top: 0;
position: absolute;
content: "";
bottom: 0;
opacity: 0.5;
}
/*---------- General Features: rating ---------*/
.headingTitle2{
font-size:20px!important;
position: relative;
font-weight: 600;
color: #196aa2;
}
.headingTitle {
position: relative;
text-align: center;
font-weight: 600;
color: #196aa2;
}
.headingTitle:before, .headingTitle:after {
position: absolute;
top: 52%;
overflow: hidden;
width: 5%;
margin-left: 10px;
height: 1.5px;
content: '\a0';
background-color: #0fca98;
}
.headingTitle:before {
margin-left: -7%;
text-align: left;
}
.rating-overview {
display: flex;
margin: 35px 0 25px;
background: #fff;
padding: 30px;
padding-right: 20px;
border-radius:8px;
}
.rating-overview-box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
border: #ffdead;
width: 135px;
margin-right: 20px;
text-align: center;
border-radius: 0;
border-right: 1px solid #e8e8e8;
padding-right: 27px;
}
.rating-overview-box-total {
font-size: 58px;
font-weight: 700;
line-height: 1em;
display: block;
color: #2a2f3a;
}
.rating-overview-box-percent {
font-size: 15px;
margin-bottom: 0;
display: block;
}
.rating-overview-box .star-rating {
font-size: 16px;
margin: 0;
display: block;
letter-spacing: -.5px;
}
.rating-bars {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-basis: 100%;
margin: 0;
padding: 0;
margin-top: 0;
align-items: center;
}
.rating-bars-item {
margin: 10px 15px;
width: calc(50% - 30px);
justify-content: flex-start;
align-items: flex-start;
display: flex;
flex-direction: column;
}
@media (max-width: 1366px){
.rating-bars-item {
width: calc(50% - 30px);
}
}
.rating-bars-name {
font-weight: 600;
color:#4c4f5a;
display: block;
font-size: 14px;
line-height: 22px;
}
.rating-bars-inner {
display: flex;
width: 100%;
}
.rating-bars-rating {
display: inline-block;
vertical-align: baseline;
background:#f4f5f7;
width: 100%;
height: 6px;
margin-right: 10px;
border-radius: 3px;
overflow: hidden;
background-color:#f4f5f7;
align-self: center;
}
.rating-bars-rating-inner {
height: 6px;
display: block;
background-color:#f4f5f7;
position: relative;
width: 0;
transition: width .5s;
}
.rating-bars-rating.high .rating-bars-rating-inner {
background-color:#00ba74;
}
.rating-bars-rating.good .rating-bars-rating-inner {
background-color:#83ce36;
}
.rating-bars-rating.mid .rating-bars-rating-inner {
background-color:#fbb851;
}
.rating-bars-rating.poor .rating-bars-rating-inner {
background-color:#e6453c;
}
.rating-bars-item strong {
color:#4c4f5a;
font-size: 12px;
font-weight: 600;
align-self: center;
background:#f4f5f7;
border-radius: 50px;
width: 46px;
height: 22px;
text-align: center;
line-height: 21px;
}
.rating-overview-box .star-rating i {
color:#ff9500;
}
/*------------------------------------------------------------
How it Work
-------------------------------------------------------------*/
.middle-icon-features {
display: table;
width: 100%;
text-align:center;
}
.middle-icon-features-item {
margin-top:30px;
}
.middle-icon-large-features-box {
background:#ffffff;
width: 85px;
height: 85px;
line-height: 90px;
text-align: center;
transition: .25s ease-in-out;
font-size: 30px;
border-radius: 20px;
color: #fd5332;
margin: 15px auto;
position: relative;
border:1px solid transparent;
}
.icon-features-wrap{
text-align:center;
position:relative;
}
.icon-features-wrap:before {
content:url(../img/arrow.png);
position: absolute;
width: auto;
height: auto;
background: transparent;
left: 100%;
top:40px;
transform: rotate(180deg);
}
.middle-icon-features-item.remove .icon-features-wrap:before {
display:none;
}
.middle-icon-features-content{
padding:10px 30px 0;
text-align:center;
}
.middle-icon-features-content p{
margin-bottom:0;
font-size:14px;
}
.middle-icon-features-content h4{
font-size:20px;
margin-bottom:10px;
}
.middle-icon-large-features-box:before{
content:"";
position:absolute;
border-radius:20px;
width: 85px;
height: 85px;
top: 0;
left: 0;
transform: rotate(45deg);
background:transparent;
border:1px solid transparent;
}
.middle-icon-large-features-box.f-light-warning:before {
background: rgba(255,143,0,0.1);
border-color: rgba(255,143,0,0.3);
color:#ff8f00 !important;
}
.middle-icon-large-features-box.f-light-success:before {
background:rgba(15,202,152, 0.1);
border-color:rgba(15,202,152, 0.3);
color:#29cf8d !important;
}
.middle-icon-large-features-box.f-light-blue:before {
color:#1d96ff !important;
background: rgba(29,150,255,0.1);
border-color: rgba(29,150,255,0.3);
}
.middle-icon-large-features-box.f-light-purple:before {
color:#fd5332 !important;
background:rgba(116,96,238,0.1);
border-color:rgba(116,96,238,0.3);
}
.middle-icon-large-features-box.f-light-purple:before {
color:#f33066 !important;
background:rgba(243,48,102,0.1);
border-color:rgba(243,48,102,0.3);
}
/*------------- Achievement & Partnership ------------------*/
.achievement-wrap {
position: relative;
text-align: center;
display: block;
padding:2rem 0 0;
}
.achievement-content h4 {
margin-bottom: 5px;
line-height: 1;
font-size: 28px;
color: #08184b;
}
/*------------------------------------------------------------
Contact Info
-------------------------------------------------------------*/
.contact-info{
margin-left: 1rem;
}
.cn-info-detail{
position: relative;
margin-bottom: 1.5rem;
display: flex;
justify-content: end;
align-items: center;
}
.cn-info-icon {
float: left;
display: inline-block;
width: 50px;
height: 50px;
}
.cn-info-icon i {
font-size: 35px;
color: #fd5332;
}
.cn-info-title {
font-size:15px;
margin-bottom: 2px;
}
/*------------------------------------------------------------
PopUp Modal
-------------------------------------------------------------*/
#overlay,#overlay-2,#overlay-3 {
position: fixed;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
display: none;
}
#popup,#popup-2,#popup-3 {
text-align: center;
z-index: 99999;
max-width: 600px;
width: 80%;
max-height: 300px;
height: auto;
padding: 20px;
position: relative;
background: #fff;
margin: 120px auto;
border-radius: 20px;
}
#close,#close-2,#close-3 {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
color: #000;
}
/*------------------------------------------------------------
Agency & Agents Design
-------------------------------------------------------------*/
/*------------ Agent Widgets ----------*/
.sides-widget {
background-color:#fff;
color: #707070;
border-radius:8px;
border:1px solid #ebeef5;
overflow:hidden;
transition:0.50s;
margin-bottom: 30px;
}
.sides-widget{
margin-bottom: 30px;
}
.sides-widget:last-child{
margin-bottom:0;
}
.sides-widget-header {
position: relative;
display: flex;
background: #28a745;
padding: 1.5rem 1.4rem;
color: #ffffff;
align-items: center;
}
.sides-widget-details {
padding-left: 20px;
display: block;
position: relative;
}
.sides-widget-body{
padding: 1.5rem 1.4rem;
}
.sides-widget-details h4 {
margin-bottom:2px;
color:#ffffff !important;
}
.sides-widget-details h4>a {
color:#ffffff !important;
}
.sides-widget-header .agent-photo {
float: left;
display: block;
}
.sides-widget-header .agent-photo img {
border-radius: 50%;
max-width:60px;
}
.sides-widget-details span {
color:#b8ffec;
}
.sides-widget-details span i {
font-size: 18px;
position: relative;
top: 3px;
color:#ffeb3b;
margin-right: 10px;
}
.simple-form .form-control, .modal-dialog-centered .form-control {
background: #f6f8fd;
box-shadow: none;
border: 1px solid #edf0f9;
}
/*--------------- Agency --------------*/
.agency{
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
background-color: #fff;
display: block;
border-radius:8px;
margin-bottom: 30px;
}
.agency-list {
padding: 0;
display: flex;
padding-right: 30px;
margin-bottom: 30px;
}
.agency-list .agency-avatar {
flex: 1;
padding:1rem;
}
.agency-list .agency-avatar img {
margin: 0;
border-radius: 8px;
width: 100%;
}
.agency-list .agency-content {
padding: 0 40px;
padding-top: 30px;
padding-bottom:20px;
flex: 3;
}
.agency-list .agency-name {
padding-left: 0;
margin-bottom:5px;
}
.agency-list .agency-desc{
line-height:1.7;
}
.agency-list .agency-name h4{
margin-bottom:5px;
}
.agency-list .agency-name span {
margin-top:2px;
font-size: 15px;
}
.agency-list .agency-name span i {
margin-right: 5px;
}
.prt-detio span {
padding: 5px 15px;
display: inline-block;
background: rgba(255, 87, 34, 0.1);
border-radius: 50px;
margin-bottom: 5px;
font-size: 13px;
color: #ff5722;
}
.agency-detail-info{
list-style: none;
padding: 0;
margin: 0;
color: #909090;
display: block;
padding:10px 0px;
}
.agency-detail-info li {
position: relative;
margin-left: 28px;
line-height: 24px;
padding: 3px 0;
word-break: break-all;
}
.agency-detail-info li i {
font-size: 18px;
position: relative;
top: 5px;
left: -28px;
position: absolute;
}
.agency-list .social-icons {
left: 0;
padding: 0;
margin: 7px 0 0px 0;
float: none;
}
.agency-list .social-icons li {
display: inline-block;
margin-right: 10px;
}
.agency-list .social-icons li a {
border: 1px solid #e7ebfb;
background: #f0f3ff;
height: 40px;
width: 40px;
border-radius: 50%;
top: 0 !important;
justify-content: center;
display: flex;
flex-wrap: wrap;
align-items: center;
text-align: center;
justify-content: center;
}
.agency-list .social-icons li a i{
height:auto;
width:auto;
}
/*--------- Change List Layout -------------*/
.fs-listings, .listings-container {
position: relative;
z-index: 9;
}
.list-layout .property-listing.property-1 .listing-detail-wrapper {
padding: 0.5rem 1rem 0.5rem;
}
.list-layout .property-listing.property-1{
display: flex;
margin: 0 0 20px 0;
flex-direction: unset
}
.list-layout .price-features-wrapper {
padding: 0.1rem 1rem 0.6rem;
text-align: left;
}
.list-layout .list-fx-features{
text-align:left !important;
}
.list-price{
padding: 0rem 1rem 0rem;
direction: ltr;
}
.list-price h6{
font-weight: bold;
position:relative;
color:#0fca98 !important;
line-height:1.8;
text-align: left;
}
.prt-types{
font-size: 12px;
font-weight: 600;
padding: 4px 12px;
margin-top: 5px;
border-radius: 50px;
background: #efefef;
display: inline-block;
}
.list-layout .listing-detail-btn .more-btn {
border-radius: 50px !important;
padding: 20px 15px !important;
}
.prt-types.sale {
background:rgba(247,68,0,0.1);
color:#f74400;
}
.prt-types.rent {
background:rgba(136,102,218,0.1);
color:#8866da;
}
.listing-locate {
direction:rtl;
flex: 1;
text-align: left;
}
.list-layout .property-listing.property-1 .listing-img-wrapper{
min-height:200px;
flex: 2.5;
overflow: hidden;
border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img{
min-height:200px;
flex: 3;
overflow: hidden;
border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper a{
min-height:200px;
}
.list-layout .property-listing.property-1 .listing-name {
font-size: 16px;
margin-bottom: 0px;
line-height: 1.8;
text-align: left;
direction: ltr;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img {
height: 200px;
object-fit: cover;
}
.list-layout .property-listing.property-1 .listing-img-wrapper>a:before {
background:transparent;
}
.list-layout .property-listing.property-1 .listing-content{
flex: 3;
height: 200px;
position:relative;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 0.5rem 0.5rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: absolute;
bottom: 0;
width: 100%;
right: 0;
left: 0;
flex-direction: unset;
}
.btn.btn-order-by-filt {
background: transparent;
box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 6px 1px rgba(62,28,131,0.1);
color: #646e7b;
padding: 9px 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
border: none;
border-radius: 4px;
}
.btn.btn-order-by-filt.light{
background:#ffffff;
}
.custom-drop .dropdown-menu {
top: 34px !important;
border: 1px solid #eceff3;
right: 0 !important;
left: initial !important;
}
.custom-drop .dropdown-menu a {
display: block;
padding: 5px 16px;
color: #6e727d;
transition: all 0.4s;
}
.filter-fl {
display: flex;
margin-bottom: 1rem;
flex-wrap: wrap;
justify-content: end;
align-items: center;
}
.filter-fl h4 {
flex: 1;
margin: 0;
}
.filter_search_opt a {
background:rgba(25, 206, 109, 0.1);
width: 100%;
display: flex;
height: 54px;
margin-bottom: 20px;
border-radius: 4px;
align-items: center;
justify-content: center;
color:#19ce6d !important;
border: 2px solid rgba(25, 206, 109, 0.2);
}
.filter_search_opt i{
margin-left:10px;
}
.item-shorting-box{
display: flex;
align-items: center;
margin-bottom:1.5rem;
width: 100%;
width: 100%;
}
.item-shorting {
flex: 1;
}
.shorting-by {
display: inline-flex;
width: 140px;
margin-right: 15px;
}
.item-shorting-box-right {
display: flex;
align-items: center;
}
.shorting-list {
display: block;
padding: 0;
margin: 0;
}
.shorting-list li {
list-style: none;
display: inline-block;
margin-right: 10px;
}
.shorting-list li:last-child {
margin-right:0px;
}
.shorting-list li a {
width: 56px;
height: 56px;
background: #ffffff;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 1px solid #e1e9ec;
transition:all ease 0.4s;
}
.shorting-list li a.active, .shorting-list li a:hover, .shorting-list li a.focus{
width: 56px;
height: 56px;
background:rgba(25, 206, 109, 0.1);
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
border: 1px solid #19ce6d;
color:#19ce6d;
}
.shorting-by .select2-selection.select2-selection--single {
padding-left: 15px;
border-radius: 4px;
border: 1px solid #e6eaf3;
}
/*--------------------- page Sidebar ------------------------*/
.page-sidebar {
border-radius: 0.4rem;
border: 1px solid #e6eaf1;
background: #ffffff;
padding: 25px;
margin-bottom: 30px;
}
.form-group.simple .form-control {
margin: 0 !important;
box-shadow: none !important;
background: #ffffff;
border: 1px solid #e6eaf3;
color: #707e9c;
border-radius: 4px;
}
.form-group.simple span.select2-selection.select2-selection--single {
padding-left: 15px;
border-radius: 4px;
border: 1px solid #e6eaf3;
}
.irs--flat .irs-line {
top: 25px;
height: 3px;
background-color: #d9dfe8;
border-radius: 50px;
}
.irs--flat .irs-min, .irs--flat .irs-max {
display: none;
}
.irs--flat .irs-bar {
top: 25px;
height: 3px;
background-color:#00b074;
}
.irs--flat .irs-handle>i:first-child {
position: absolute;
display: block;
top: -1px;
left: 50%;
width: 12px;
height: 12px;
margin-left: -3px;
background-color: #ffffff;
border-radius: 50%;
cursor: pointer;
border: 1px solid #00b074;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
background-color: #00b074;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
border-top-color: #00b074;
}
.irs--flat .irs-handle.state_hover>i:first-child, .irs--flat .irs-handle:hover>i:first-child {
background-color: #00b074;
}
/*------------------------------------------------------------
Blog Designs
-------------------------------------------------------------*/
/*----------- Blog Grid ---------*/
.blog-wrap-grid{
width: 100%;
background: #ffffff;
border-radius: 6px;
margin-top: 25px;
position: relative;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.blog-thumb {
padding: 10px;
border-radius: 4px;
overflow: hidden;
}
.blog-thumb img {
border-radius: 4px;
}
.blog-info {
padding: 10px 20px;
}
.blog-info i {
margin-right:7px;
}
.blog-body {
padding: 5px 20px 30px;
}
.bl-title {
font-size: 19px;
margin-bottom:4px;
}
.bl-continue {
color: #fc5231;
position: relative;
font-family: 'Cairo', sans-serif;
font-style: italic;
font-size: 20px;
margin-top: 12px;
display: inline-block;
}
a.bl-continue:before {
content:"\ea4c";
position: absolute;
font-family:lineicons!important;
right: -27px;
top: 2px;
}
/*--------- Blog Detail Page -----------*/
.single-post-item {
display: block;
width: 100%;
background: #ffffff;
padding:20px;
border-radius:6px;
margin-bottom: 30px;
border: 2px solid #e5e8f3;
}
.post-featured-img {
display: block;
margin-bottom: 1.5rem;
}
.post-featured-img img {
border-radius:6px;
}
.single-post-item .post-details .meta-comment-tag {
padding: 0;
list-style: none;
}
.single-post-item .post-details .meta-comment-tag li {
display: inline-block;
margin-right: 19px;
}
.single-post-item .post-details .meta-comment-tag li a {
color: #6e7c90;
display: block;
letter-spacing: 0;
line-height: 18px;
}
.single-post-item .post-details .meta-comment-tag li a .icons {
margin-right: 10px;
}
.single-post-item .post-details .post-title {
display: block;
font-weight: 700;
font-size:30px;
line-height:1.4;
margin: 15px 0 0;
}
.single-post-item .post-details p, .single-post-item .post-details .text {
color: #6e7c90;
font-size:16px;
margin:25px 0 0;
}
.blog-page .blog-details blockquote {
background:#f7f9fc;
padding: 28px 28px 28px 100px;
margin: 50px 0;
position: relative;
}
.blog-page .blog-details blockquote .icon {
color:#fd5332;
position: absolute;
font-size: 28px;
line-height: 28px;
left:35px;
top:42%;
}
.blog-page .blog-details blockquote .name {
color: #000c35;
margin: 12px 0 0;
}
.blog-page .blog-details .post-bottom-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 43px 0 0;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.blog-page .blog-details .post-bottom-meta .post-tags .pbm-title {
font-size: 18px;
line-height: 22px;
margin: 0 0 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list {
padding: 0;
list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li {
display: inline-block;
margin-bottom: 10px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a {
border: 1px solid #e4e4e6;
letter-spacing: 0;
display: block;
padding:9px 20px;
}
.blog-page .blog-details .post-bottom-meta .post-tags .list li a:hover {
color: #ffffff;
background:#fd5332;
border-color:#fd5332;
}
.blog-page .blog-details .post-bottom-meta .post-share .list {
padding: 0;
list-style: none;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li {
display: inline-block;
margin-right: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li:last-child{
margin-right:0;
}
.blog-page .blog-details .post-bottom-meta .post-share {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
text-align: left;
}
.blog-page .blog-details .post-bottom-meta .post-share .pbm-title{
font-size:18px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a {
color: #8c96b5;
display: block;
font-size: 16px;
line-height: 22px;
}
.blog-page .blog-details .post-bottom-meta .post-share .list li a:hover {
color: #ef4060;
}
.single-post-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
border-top: 1px solid #e4e4e6;
padding: 48px 0 0;
margin: 40px 0 0;
}
.single-post-pagination .prev-post {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.single-post-pagination .next-post {
-webkit-box-flex: 1;
-ms-flex: 1 1 50%;
flex: 1 1 50%;
text-align: left;
}
.single-post-pagination .next-post .title,
.single-post-pagination .prev-post .title{
font-size:20px;
}
.single-post-pagination .post-pagination-center-grid {
position: absolute;
left: 50%;
top:60%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.single-post-pagination .post-pagination-center-grid a {
font-size: 2.5rem;
color: #fd5332;
}
.single-post-pagination .prev-post a {
display: block;
overflow: hidden;
}
.single-post-pagination .prev-post a .title-with-link .intro {
color: #6e7c90;
font-size: 14px;
line-height: 18px;
letter-spacing: 1;
font-weight: 500;
display: block;
text-transform: uppercase;
margin: 0 0 9px;
}
.single-post-pagination .prev-post a .title-with-link .title {
color: #000c35;
line-height: 28px;
}
/*-------- Comment ---------*/
.blog-page .blog-details .comment-area .all-comments .comments-title {
font-size: 26px;
line-height: 30px;
margin: 0 0 35px;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul {
padding: 0;
list-style: none;
}
.blog-page .blog-details .comment-area .all-comments article {
overflow: hidden;
margin: 0 0 50px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
float: left;
width: 100px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img{
max-width:100px;
border-radius:50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
overflow: hidden;
padding-left: 30px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta {
-webkit-box-flex: 1;
-ms-flex: 1 1 70%;
flex: 1 1 70%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
font-size:18px;
line-height: 28px;
margin-bottom:2px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name .selected {
font-size: 12px;
color: #cacfef;
margin-left: 4px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .comment-date {
color: #ef4060;
text-transform: uppercase;
font-size: 12px;
line-height: 16px;
letter-spacing: 0;
font-weight: 500;
margin: 7px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply {
-webkit-box-flex: 1;
-ms-flex: 1 1 30%;
flex: 1 1 30%;
text-align: left;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply {
color: #6e7c90;
font-size: 14px;
letter-spacing: 0;
line-height: 18px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-reply .reply .icon {
margin-right: 8px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text {
margin: 19px 0 0;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-text p {
margin: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
padding-left: 40px;
list-style: none;
}
.posts-author {
text-align: center;
}
.posts-author span.img {
width: 120px;
overflow: hidden;
border-radius: 50%;
height: 120px;
border: 4px solid #e4eaf3;
display: table;
margin: 0 auto 1rem auto;
}
span.img img {
border-radius: 50%;
max-width: 120px;
}
h3.pa-name {
font-size: 18px;
margin-bottom:5px;
}
.social-links {
padding: 0;
margin: 0 0 1rem 0;
}
.social-links {
padding: 0;
margin: 0 0 1rem 0;
}
.social-links li{
display:inline-block;
padding:2px 10px;
}
.social-links li a {
color:#8c96b5;
font-size: 16px;
}
.social-links li a:hover,
.social-links li a:focus{
color:#fd5332;
}
/*-------------- Sidebar -----------*/
.single-widgets {
border:2px solid #e5e8f3;
padding: 30px 28px 35px;
background:#ffffff;
margin: 0 0 40px;
border-radius:6px;
}
.single-widgets.widget_search form {
position: relative;
}
.single-widgets.widget_search form input[type="search"] {
border-radius:4px;
border:1px solid #ebedf5;
background:#f9fafc;
font-size: 12px;
padding: 10px 70px 10px 30px;
height:60px;
width: 100%;
}
.single-widgets.widget_search form button {
position: absolute;
right: 5px;
top: 5px;
bottom: 0px;
cursor: pointer;
border-radius: 4px;
background: #fd5332;
color: #ffffff;
border: 0;
font-size: 14px;
line-height: 50px;
height: 50px;
width: 52px;
}
.single-widgets.widget_category ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_category ul li {
display: block;
border-bottom: 1px solid #eaeaea;
padding: 11px 0;
}
.single-widgets.widget_category ul li:first-child {
border-top: none;
}
.single-widgets.widget_categories ul li a {
display: block;
overflow: hidden;
letter-spacing: 0;
text-transform: capitalize;
font-size: 14px;
line-height: 24px;
}
.single-widgets.widget_category ul li a span {
float: left;
}
.single-widgets.widget_thumb_post ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_thumb_post ul li {
display: block;
overflow: hidden;
margin: 0 0 15px;
}
.single-widgets.widget_thumb_post ul li .left {
display: block;
float: left;
width: 80px;
}
.single-widgets.widget_thumb_post ul li .right {
display: block;
overflow: hidden;
}
.single-widgets.widget_thumb_post ul li .right .feed-title {
display: block;
overflow: hidden;
letter-spacing: 0;
font-weight: 700;
font-size:17px;
line-height:22px;
margin: 0 0 7px;
padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date {
color: #6e7c90;
display: block;
overflow: hidden;
letter-spacing: 0;
font-size: 14px;
line-height: 18px;
padding-left: 20px;
}
.single-widgets.widget_thumb_post ul li .right .post-date i {
margin-right:5px;
}
.single-widgets.widget_thumb_post ul li .left img {
width: 100%;
border-radius:3px;
}
.single-widgets.widget_tags ul {
padding: 0;
list-style: none;
}
.single-widgets.widget_tags ul li {
display: inline-block;
margin-bottom:5px;
}
.single-widgets.widget_tags ul li a {
border: 1px solid #eaeaea;
letter-spacing: 0;
font-size: 14px;
display: block;
padding: 9px 25px;
}
.single-widgets.widget_tags ul li a:hover, .single-widgets.widget_tags ul li a:focus {
color: #ffffff;
background:#fd5332;
border-color:#fd5332;
}
/*------------------------------------------------------------
General Features
-------------------------------------------------------------*/
.sheen {
position: relative;
overflow: hidden;
}
.sheen:after {
animation: sheen 3s 4s forwards;
animation-iteration-count: infinite;
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
transform: rotateZ(60deg) translate(-1em, 4em);
}
@keyframes sheen {
100% {
transform: rotateZ(60deg) translate(0, -4em);
}
}
a{
text-decoration: none !important;
}
/*------------ pricing Box ----------------*/
#pricing,#same-owner{
text-align: left;
direction: ltr;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
background-color: transparent;
height: 235px;
width: 100%;
border: 1px solid #f1f1f1;
perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
height: 235px;
width: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
position: absolute;
height: 235px;
width: 100%;
-webkit-backface-visibility: hidden; /* Safari */
backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: transparent;
height: 235px;
width: 100%;
}
/* Style the back side */
.flip-card-back {
background-color: white;
transform: rotateY(180deg);
height: 235px;
width: 100%;
text-align: center;
padding: 10px;
font-weight:600 !important;
}
.flip-card-back p{
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
#pricing .outer-ul li{
line-height: 1.8;
list-style-type: square;
color:#2D3954 !important;
}
#pricing .sec-heading p{
line-height: 1.8;
font-weight: bold;
color:#2D3954 !important;
}
#pricing .inner-ul li{
line-height: 1.8;
color: #707070 !important;
list-style-type:circle;
}
.pricing-wrap {
text-align: center;
width: 100%;
background: #ffffff;
border-radius:0.5rem;
height: 100%;
padding:7px;
}
.pricing-header {
padding:2em 0 2em;
width: 100%;
background: #eeeeee;
border-radius: 5px;
}
.basic-bg,.basic-pr .pricing-header {
background: rgba(253, 83, 50,0.1) !important;
}
.platinum-bg,.platinum-pr .pricing-header {
background: rgba(39, 183, 55,0.1) !important;
}
.standard-bg,.standard-pr .pricing-header {
background: rgba(3, 169, 244,0.1) !important;
}
.price-title,.pricing-header .pr-title{
text-transform: uppercase;
font-size: 18px;
margin: 0 0 5px 0;
font-weight:700;
}
.basic-title,.basic-pr .pricing-header .pr-value{
color:rgba(253, 83, 50,1);
}
.platinum-title,.platinum-pr .pricing-header .pr-value{
color:rgba(39, 183, 55,1) !important;
}
.standard-title,.standard-pr .pricing-header .pr-value{
color:rgba(3, 169, 244,1) !important;
}
.pricing-header .pr-subtitle{
font-family: 'Cairo', sans-serif;
font-style: italic;
font-size: 16px;
letter-spacing: 1px;
}
.pricing-value {
position: relative;
display: table;
margin: 2rem auto;
text-align: center;
}
.pr-value {
font-size:2em;
position: relative;
line-height: 1;
margin-bottom: 0;
}
.pr-value sup {
font-size:1.5rem;
vertical-align: super;
}
.recommended-title,.recommended .pr-value {
color: #27cc8f !important;
}
.pricing-body ul {
text-align: left;
margin: 0;
padding: 0;
}
.pricing-body ul li {
list-style: none;
padding: 14px 15px;
position:relative;
border-bottom: 1px dashed #e1e4ec;
text-align: left;
}
.pricing-body ul li:last-child{
border-bottom:none;
}
.pricing-body ul li:before {
content: "\e64c";
position: absolute;
left: 20px;
width: 15px;
height: 15px;
border-radius: 50%;
background: #e9ebf3;
display: inline-flex;
align-items: center;
justify-content: center;
font-family: 'Cairo', sans-serif;
font-size: 7px;
top: 19px;
}
.pricing-body ul li.available:before {
background: rgba(0, 212, 202,0.2);
color: #0cbfb7;
}
.pricing-bottom {
display: table;
width: 100%;
margin: 0 auto;
text-align: center;
padding: 0rem 0;
}
.pricing-bottom .btn-pricing {
position: relative;
display: table;
text-align: center;
margin: 0 auto;
padding: 16px 50px;
background: transparent !important;
border-radius: 4px;
color: #08184b !important;
transition: all ease 0.4s;
width: 80%;
border: 2px solid #d0d6e6 !important;
font-weight: 600;
text-decoration: none;
}
.pricing-bottom .btn-pricing:hover, .pricing-bottom .btn-pricing:focus , .recommended .pricing-bottom .btn-pricing,.recommended-pr,.recommended-bg{
background:rgba(15,202,152,0.2) !important;
border-color:rgba(15,202,152,0.3) !important;
color:#0fca98 !important;
}
/*---------- Slick Arrow -------------*/
.slick-next {
z-index: 1;
}
.slick-prev {
z-index: 1;
}
.slick-arrow:before {
top: 0;
width: 40px;
height: 40px;
display: inline-block;
line-height: 36px;
cursor: pointer;
transition: 0.2s;
}
/*====================================
Dashboard
==================================*/
.dashboard-navbar{
position: relative;
width: 100%;
padding:0;
background:#ffffff;
border-radius:10px;
}
.dashboard-navbar {
box-shadow: none;
}
.dashboard .sm-sidebar {
padding:0.6rem 0;
}
.dashboard-wraper, .submit-page {
position: relative;
width: 100%;
padding: 2em;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
border-radius:10px;
}
.d-user-avater {
text-align: center;
margin: 2em 0;
}
.d-user-avater img {
max-width: 180px;
border-radius: 50%;
margin-bottom: 8px;
}
.d-user-avater h4 {
margin: 10px 0 3px 0;
font-size: 19px;
}
.d-navigation ul {
padding: 0;
margin: 0;
}
.d-navigation ul li {
list-style: none;
padding: 10px 15px;
border-bottom: 1px solid #edf0f7;
}
.d-navigation ul li:last-child {
padding-bottom:0;
border-bottom:none;
}
.d-navigation ul li.active {
background:rgba(15,202,152,0.2) !important;
}
.d-navigation ul li.active a {
color:#0fca98 !important;
}
.d-navigation ul li a {
padding: 3px 0;
color: #455892;
font-size: 15px;
display: inline-block;
font-weight: 600;
font-family: 'Cairo', sans-serif;
}
.d-navigation ul li a i{
margin-right:10px;
}
/*---------- Bookmark Property -------*/
table.property-table-wrap {
width: 100%;
border-collapse: separate;
border-spacing: 0;
border: none;
}
table.property-table-wrap th {
border: none;
background-color: #66676b;
text-align:left;
padding:18px 20px;
color: #fff;
font-weight: 500;
font-size: 16px;
position: relative;
z-index: 9;
line-height:1;
}
table.property-table-wrap th:first-child {
width: 50%;
border-radius: 3px 0 0 3px;
}
table.property-table-wrap th:last-child {
border-radius: 0 3px 3px 0;
}
table.property-table-wrap th i {
margin-right: 3px;
font-size: 14px;
}
table.property-table-wrap th {
background:#2e3d5f;
}
table.property-table-wrap td {
padding: 35px 20px;
vertical-align: middle;
border-bottom: 1px solid #e4e4e4;
}
table.property-table-wrap .property-container {
display: flex;
flex-wrap: wrap;
align-items: center;
}
table.property-table-wrap td:first-child {
padding-left: 0px;
line-height: 25px;
}
table.property-table-wrap .property-container img {
width: 150px;
border-radius: 3px;
flex: 1.1;
margin-right: 26px;
}
table.property-table-wrap .property-container .title {
flex: 2;
}
table.property-table-wrap .property-container .title h4 {
margin-bottom: 0;
margin-top: 2px;
display: block;
font-size: 16px;
}
table.property-table-wrap td.action a {
display: block;
color:#677994;
line-height: 20px;
padding: 3px 0;
position: relative;
margin-left: 21px;
}
table.property-table-wrap td.action a i {
width: 30px;
height: 30px;
line-height: 30px;
background:#f1f3f7;
text-align: center;
display: inline-block;
border-radius: 3px;
}
.bkmark a.delete {
float: left;
}
table.property-table-wrap .property-container .title span {
display: block;
}
table.property-table-wrap .property-container .title .table-property-price {
display: inline-block;
background:#f1f3f7;
color:#677994;
border-radius: 2px;
font-size: 13px;
margin-top: 9px;
padding: 2px 10px;
}
/*-------------------------------------------------
Footer Start
--------------------------------------------------*/
footer {
text-align: left;
direction: ltr;
font-family: 'Cairo', sans-serif;
width: 100%;
/*background: #196aa2;
background: -webkit-linear-gradient(59deg, #196aa2, #196aa2);
background: linear-gradient(59deg, #196aa2, #196aa2);*/
color: white;
}
.footer-bottom{
background-color:#0fca98 ;
}
footer .footer-links{
padding-top: 10%;
direction:rtl;
}
footer .footer-links li{
line-height:1.8;
display: inline;
padding: 0 10px;
}
footer a {
color: #fff;
font-size: 14px;
transition-duration: 0.2s;
}
footer a:hover {
color: #FA944B;
text-decoration: none;
}
.copy {
font-size: 12px;
padding: 10px;
border-top: 1px solid #FFFFFF;
}
.footer-middle {
padding-top: 2em;
color: white;
}
/*SOCİAL İCONS*/
/* footer social icons */
ul.social-network {
list-style: none;
display: inline;
margin-left: 0 !important;
padding: 0;
}
ul.social-network li {
display: inline;
margin: 0 5px;
}
/* footer social icons */
.social-network a.icoFacebook:hover {
background-color: #3B5998;
}
.social-network a.icoLinkedin:hover {
background-color: #007bb7;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
color: #fff;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
color: #44BCDD;
}
.social-circle li a {
display: inline-block;
position: relative;
margin: 0 auto 0 auto;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
font-size: 15px;
}
.social-circle li i {
margin: 0;
line-height: 30px;
text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #595959;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.social-network a {
background-color: #F9F9F9;
}
.footer-logo-col{
text-align: right;
}
.footer-logo img{
padding-top: 25%;
min-width: 100px;
min-height: 100px;
}
/*---------- Call To Action -------------------*/
.call-to-act-wrap {
padding: 40px 0;
}
.call-to-act {
width: 100%;
display: flex;
flex-wrap: wrap;
color:#ffffff;
align-items: center;
flex-direction: unset;
}
.call-to-act-head {
flex: 1;
justify-content: flex-start;
text-align: left;
}
.call-to-act h3 {
font-family: 'Cairo', sans-serif;
margin-bottom:5px;
}
.call-to-act p {
font-family: 'Cairo', sans-serif;
color:#252c41;
}
.btn.btn-call-to-act {
background: #196aa2;
padding: 18px 40px;
border-radius: 50px;
color: #ffffff;
font-weight: 600;
box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 0px 5px rgba(0,0,0,0.2);
}
.btn.btn-call-to-act:hover {
color: #ffffff !important;
}
/* adv slider image*/
.adv-slider img{
max-height: 300px;
width: 100%;
object-fit: contain;
height: 100%;
padding-bottom: 20px;
}
/*---------- Small footer -------------------*/
/* ====================== New Updated Styles ==================*/
.slick-dots li button:before {
font-family: slick;
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 5px;
content: '•';
text-align: center;
opacity: .3;
color: #26345f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border-radius: 50%;
background-color: transparent;
}
.slick-dots li.slick-active button:before {
opacity: 1;
color: #626e80;
content: "•";
background-color: transparent;
}
/*--------- Team Styles -----------*/
.team-grid{
background: #ffffff;
position: relative;
display: block;
border-radius: 10px;
overflow: hidden;
padding: 3em 0;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.single-team{
padding:15px 10px;
}
.teamgrid-user {
max-width: 120px;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
}
.teamgrid-content {
padding: 15px 0;
text-align: center;
}
.teamgrid-content h4 {
margin: 0;
}
.teamgrid-social ul {
text-align: center;
margin: 0;
padding: 0;
}
.teamgrid-social ul li {
display: inline-block;
list-style: none;
padding: 0 10px;
}
.f-cl {
color: #1943d0;
}
.t-cl {
color: #12b0e8;
}
.i-cl {
color: #d62ba4;
}
.l-cl {
color: #0c9a9e;
}
.g-cl {
color: #f53500;
}
.p-cl {
color: #d21818;
}
.icon-mi-left {
display: flex;
position: relative;
margin-top: 20px;
overflow: hidden;
justify-content: center;
align-items: center;
background: #ffffff;
border-radius: 6px;
padding: 1.2em 2em;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.icon-mi-left i{
font-size: 55px;
color: #333;
text-align: left;
position:relative;
top: 5px;
left: 0;
line-height: 55px;
}
.icon-mi-left .icon-mi-left-content {
padding: 10px 0 0 15px;
}
.icon-mi-left h4 {
text-align: left;
margin-bottom: 5px;
font-size:20px;
font-weight: 600;
}
.icon-mi-left p{
line-height:1.7;
}
/*--------- FAQ Design -----------*/
.faq-search form {
position: relative;
max-width: 610px;
margin: 1.5rem auto;
}
.faq-search form input {
padding-left: 30px!important;
height: 60px;
border: none;
border-radius: 4px;
padding-right: 50px!important;
}
.faq-search form button[type=submit] {
position: absolute;
top: 0;
bottom: 0;
width: 50px;
line-height: 63px;
right: 0;
color: #0050b4;
font-size: 18px;
border: 0;
cursor: pointer;
background-color: transparent;
}
.ac-para {
line-height: 1.8;
}
.contact-box{
border-radius: 10px;
overflow: hidden;
padding:2.5em 2em;
margin-bottom:30px;
text-align:center;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.contact-box i {
font-size:3em;
display:table;
margin: 0 auto 1rem auto;
}
.contact-box h4 {
font-size: 18px;
margin-bottom: 3px;
}
.contact-box p {
margin-bottom: 0.3rem;
}
.contact-box .live-chat {
background: rgba(25, 189, 88,0.1);
color: #19bd58;
border: none;
border-radius: 2px;
padding: 4px 12px;
cursor: pointer;
outline: none;
display:table;
margin:5px auto 0 auto;
}
/*----------- Checkout Design -----------*/
.pay-wrap{
border-radius: 10px;
overflow: hidden;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.pay-wrap-header {
width: 100%;
padding:12px 25px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border-bottom: 1px solid #e7eaf1;
}
.pay-wrap-header h4 {
flex: 1;
margin: 0;
font-size: 20px;
font-weight: 500;
}
.pw-right h3 {
color: red;
margin:0;
}
.pw-right h3 sub {
font-size: 15px;
font-weight: 500;
color: #767a8a;
}
.pw-first-content {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.pw-first-content h4 {
flex: 1;
margin-bottom:0;
font-size: 18px;
font-weight: 600;
}
.pw-first-content {
padding: 10px 25px;
}
.pay-wrap button, .pay-wrap button:hover,.pay-wrap button:focus {
background: rgba(25, 189, 88,0.1);
color: #19bd58;
border: none;
border-radius: 2px;
padding: 4px 12px;
cursor: pointer;
outline: none;
}
#change-plan{
padding: 10px 25px;
position:relative;
}
.pw-content-detail {
padding: 10px 25px;
width: 100%;
position: relative;
}
.pw-content-detail ul{
position:relative;
padding:0;
margin:0;
}
.pw-content-detail ul li{
position:relative;
display:block;
margin-bottom:10px;
list-style:none;
padding-left:30px;
}
.pw-btn-wrap{
padding:10px 25px 25px;
width: 100%;
position: relative;
}
.btn.btn-payment {
background: #ffffff;
color: #19bd58;
text-align: center;
width: 100%;
border: 2px solid #19bd58;
font-size: 17px;
border-radius: 4px;
}
.pw-content-detail ul li:before {
content: "\e64c";
font-family: 'Cairo', sans-serif;
font-size:10px;
width:20px;
height:20px;
background: rgba(25, 189, 88,0.1);
display: flex;
position: absolute;
border-radius:50%;
justify-content: center;
align-items: center;
color: #19bd58;
top: 0;
left: 0;
}
.product-wrap{
border-radius: 10px;
overflow: hidden;
padding: 2em 1rem;
margin-bottom:30px;
background:#ffffff;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-webkit-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
-moz-box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.product-wrap ul {
padding: 0;
margin: 0;
}
.product-wrap ul li {
display: flex;
padding: 14px 0;
border-bottom: 1px dashed #dadde8;
flex-wrap: wrap;
}
.product-wrap ul li strong {
flex: 1;
}
/*---------- Update 1.2 -------------------*/
form.dropzone.dz-clickable.primary-dropzone {
background: #f9fafc;
border: 1px solid #ebedf5;
}
.alert-success {
color: #27b737;
background-color: #e9ffeb;
border-color: #e9ffeb;
}
.block-header.ags {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
padding-bottom: 1rem;
}
.block-header.ags .block-title {
flex: 1;
margin: 0;
line-height: 0;
}
.btn.btn-agent-add {
background: #00ba74;
border-radius: 4px;
color:#ffffff !important;
}
form.dropzone.profile-logo.dz-clickable {
width: 120px;
height: 120px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
min-height: 120px;
font-size: 49px;
}
.form-submit.middle-logo {
text-align: center;
display: table;
margin: 1rem auto;
}
.checkout-wrap{
padding: 2rem 0;
background: #ffffff;
border-radius: 4px;
margin-bottom:30px;
border: 1px solid #eef2f7;
}
.checkout-side{
padding: 2rem 0 0;
background: #ffffff;
border-radius: 4px;
margin-bottom: 30px;
border: 1px solid #eef2f7;
}
.invoice-vew-detail {
padding: 2rem 1rem;
background: #ffffff;
border-radius: 4px;
border: 1px solid #eef2f7;
}
.checkout-head {
padding-bottom: 2rem;
border-bottom: 1px solid #e7eaec;
}
.checkout-body {
padding: 2rem 2rem 0;
}
.checkout-head ul {
display: flex;
width: 100%;
align-items: center;
}
.checkout-head ul li {
width: 33.333333%;
flex: 0 0 33.333333%;
list-style: none;
text-align: center;
}
.checkout-head ul li span {
display: table;
background: white;
width: 30px;
height: 30px;
margin: 5px auto;
border-radius: 50%;
line-height: 30px;
color: #ff5722;
box-shadow: 0px 0px 0px 4px rgba(210, 204, 201, 0.4);
font-size: 12px;
}
.checkout-head ul li.active span {
background: #1bc193;
color: #ffffff;
box-shadow: 0px 0px 0px 4px rgba(76, 220, 173, 0.4);
}
.success-message {
text-align: center;
}
span.thumb-check {
color: #ffffff;
width: 80px;
height: 80px;
border-radius: 50%;
background: #1bc193;
display: table;
margin: 5px auto 20px;
line-height: 80px;
font-size: 28px;
box-shadow: 0px 0px 0px 4px rgba(76, 220, 173, 0.4);
}
ul.booking-detail-list {
margin: 0;
padding: 0;
}
ul.booking-detail-list li {
display: block;
margin-bottom: 13px;
width: 100%;
}
ul.booking-detail-list li span {
float: left;
}
.booking-short {
padding: 0 1rem 1rem;
}
.booking-short img {
margin-bottom: 0.5rem;
border-radius: 4px;
}
.booking-short h4 {
font-size: 15px;
margin-bottom: 0px;
}
.card-header {
background: #ffffff;
border: none;
border-top: 1px solid #e9edf3;
border-radius: 0;
}
#accordionExample {
border-radius: 0;
border: none;
}
.accordion .btn-link {
padding: 3px 0;
font-size: 13px;
color: #333c56;
font-size: 15px;
font-weight: 600;
}
.booking-bio ul {
padding: 0;
margin: 0;
}
.booking-bio ul li {
margin-bottom: 12px;
list-style: none;
}
.booking-bio ul li strong {
display: block;
}
.invoice-vew-detail h4 {
margin-bottom: 15px;
position: relative;
padding-bottom: 10px;
font-size: 16px;
}
.invoice-vew-detail h4:before {
content: "";
position: absolute;
width: 60px;
height: 2px;
background: #ff5722;
left: 0;
bottom: 0;
}
/*-------------- Dashboard -------------*/
.dashboard-stat {
display: inline-block;
padding: 0;
height: 160px;
background-color: #444;
color: #fff;
border-radius: 4px;
width: 100%;
position: relative;
margin-bottom: 20px;
overflow: hidden;
transition: .3s;
cursor: default;
}
.dashboard-stat-content {
position: absolute;
left: 32px;
top: 50%;
transform: translateY(-50%);
}
.dashboard-stat-content h4 {
font-size: 42px;
font-weight: 600;
padding: 0;
margin: 0;
color: #ffffff;
letter-spacing: 1px;
}
.dashboard-stat-content span {
font-size: 18px;
margin-top: 4px;
line-height: 24px;
font-weight: 300;
display: inline-block;
}
.dashboard-stat-icon {
position: absolute;
right: 32px;
top: 50%;
transform: translateY(-40%);
font-size: 80px;
opacity: .2;
}
.dashboard-stat-icon {
font-size: 65px;
}
.dashboard-stat.widget-1 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #1baf65;
}
.dashboard-stat.widget-2 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #f39f00;
}
.dashboard-stat.widget-3 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #002758;
}
.dashboard-stat.widget-4 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color: #ce024b;
}
.dashboard-stat.widget-5 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color:#a671ce;
}
.dashboard-stat.widget-6 {
background: linear-gradient(to left,rgba(255,255,255,0) 30%,rgba(255,255,255,0.1));
background-color:#3a9dec;
}
body #Packages {
background: #ffffff !important;
display: inline-block;
width: 100%;
padding: 5px 0px;
box-shadow:0 0 20px 0 rgba(62,28,131,0.1);
border-radius: 4px;
margin: 10px 0;
}
.btn.btn-link.collapsed, .btn.btn-link:focus {
text-decoration: none !important;
}
#extraPackages {
padding:2rem 1.5rem;
border-radius: 4px;
margin-bottom:25px;
box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
}
.package-box {
padding: 1rem 0rem 0;
border: 1px solid #e8eaf1;
border-radius: 4px;
text-align: center;
}
ul.packages-lists-list {
padding:0 1rem 1rem;
margin: 0;
}
ul.packages-lists-list li {
list-style: none;
padding: 5px 0;
}
.buypackage {
background: #f4f5f7;
padding:1rem 1rem;
border-top: 1px solid #e3e6ec;
}
.packages-features-title {
font-size: 17px;
}
.buypackage span {
margin-top: 0.7rem;
display: block;
}
.pay-btn {
padding: 15px 20px;
border-radius: 4px;
background: #f4f5f7;
margin: 0px 13px 5px 0px;
display: inline-block;
}
.pay-btn.paypal {
background: #1468d0;
color: #ffffff !important;
}
.pay-btn.stripe {
background: #7f35e0;
color: #ffffff !important;
}
.pay-btn.wire-trans {
background: #1ca6e4;
color: #ffffff !important;
}
/*-------- My Property Design -----------*/
.singles-dashboard-list {
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
border: 1px solid #eaeef3;
border-radius: 6px;
overflow: hidden;
margin-bottom:30px;
}
.sd-list-left {
flex: 1;
max-width: 240px;
height:180px;
max-height:180px;
}
.sd-list-left img {
height: 100%;
object-fit: cover;
}
.sd-list-right {
padding: 1rem 2rem;
}
.sd-list-right .listing_dashboard_title {
font-size: 16px;
margin-bottom: 5px;
}
.user_dashboard_listed {
display: block;
margin-bottom: 2px;
}
.sd-list-right .action {
margin-top: 1rem;
}
.sd-list-right .action a {
margin-right: 5px;
display: inline-block;
font-size: 12px;
width: 30px;
height: 30px;
background: #474f5f;
text-align: center;
line-height: 32px;
border-radius: 3px;
color: #ffffff !important;
}
/*--------------------------------------------------
Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
.height-10 {
height: 10vh;
}
.height-20 {
height: 20vh;
}
.height-30 {
height: 30vh;
}
.height-40 {
height: 40vh;
}
.height-50 {
height: 50vh;
}
.height-60 {
height: 60vh;
}
.height-70 {
height: 70vh;
}
.height-80 {
height: 80vh;
}
.height-90 {
height: 90vh;
}
.height-100 {
height: 100vh;
}
}
@media all and (max-width: 1199px) and (min-width: 991px) {
.list-layout .property-listing.property-1 .listing-name {
font-size: 13px;
}
.nav-menu>li>a{
padding :30px 1px;
}
.listing-detail-wrapper h4 a{
font-size:12px !important;
}
.listing-card-info-price{
font-size:0.8rem;
}
.lp-content-flex .lp-content-title{
font-size:13px;
}
.footer-flex .prt-view{
font-size:13px;
}
}
@media (max-height: 600px) {
.pos-vertical-center {
top: 0;
transform: none;
-webkit-transform: none;
}
}
@media (min-width: 768px) {
form.search-big-form.search-shadow .form-group, form.search-form.search-shadow .form-group{
margin-bottom:0;
}
.no-ul-list.third-row li {
max-width:33.333333%;
flex: 0 0 33.333333%;
}
.advance-search.advn-fixed {
position: fixed;
top: 89px;
left: 0;
right: 0;
width: 100%;
z-index: 9;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
}
@media (min-width: 992px) {
.header.header-fixed {
box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
background: #ffffff;
position: fixed;
z-index: 999;
width: 100%;
top: 0;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.filter_search_opt {
display: none;
}
.header.header-transparent {
background: transparent;
position: absolute;
top: 0;
left: 0;
right: 0;
display: inline-block;
width: 100%;
z-index: 4;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.change-logo .nav-brand.fixed-logo {
display: none;
}
.change-logo.header-fixed .nav-brand.fixed-logo {
display: block;
}
.change-logo.header-fixed .nav-brand.static-logo {
display: none;
}
.header.header-transparent.header-fixed {
box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
background: #ffffff;
position: fixed;
z-index: 999;
width: 100%;
top: 0;
-webkit-transition: 0.2s ease-in;
-o-transition: 0.2s ease-in;
transition: 0.2s ease-in;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.header.header-transparent .nav-brand, .header.header-transparent .nav-brand:focus, .header.header-transparent .nav-brand:hover, .header.header-transparent .nav-menu>li>a {
color: #ffffff;
}
.header.header-transparent.dark .nav-brand, .header.header-transparent.dark .nav-brand:focus, .header.header-transparent.dark .nav-brand:hover, .header.header-transparent.dark .nav-menu>li>a {
color:#39466d;
}
.header.header-transparent .submenu-indicator-chevron {
border-color: transparent #ffffff #ffffff transparent;
}
.header.header-transparent .nav-submenu .submenu-indicator-chevron {
border-color: transparent #70798b #70798b transparent;
}
.header.header-transparent.dark .submenu-indicator-chevron {
border-color: transparent #39466d #39466d transparent;
}
.header .nav-menu>.active>a .submenu-indicator-chevron, .header .nav-menu>.focus>a .submenu-indicator-chevron, .header .nav-menu>li:hover>a .submenu-indicator-chevron {
border-color: transparent #28a745 #28a745 transparent;
}
.header.header-transparent.header-fixed .nav-brand, .header.header-transparent.header-fixed .nav-brand:focus, .header.header-transparent.header-fixed .nav-brand:hover, .header.header-transparent.header-fixed .nav-menu>li>a {
color:#647392;
}
.header.header-transparent.header-fixed .submenu-indicator-chevron {
border-color: transparent #647392 #647392 transparent;
}
.nav-menu.nav-menu-social>li.add-listing ul li a {
top: 0px;
}
.nav-menu.nav-menu-social>li.add-listing a {
top: -16px;
}
.hero-banner {
min-height: 0px;
}
.hero-search h1 {
font-size:40px;
}
h1, .h1 {
font-size:4.142em;
line-height: 1.31818182em;
}
.breadcrumbs {
margin-top: 92px;
}
.ct-header h1.big {
font-size:70px;
line-height:1;
}
.ct-u-display-tablex {
min-height:500px;
height:100vh;
}
.main-banner.image-banner, .hero-header, .hero-banner{
height:100%;
}
.hero-header.min-banner{
height:80vh;
min-height:400px;
}
.hero-banner h2, .main-banner h1 {
font-size:60px;
line-height:1.1;
}
.hero-content h1{
font-size:60px;
}
.content h1{
font-size:70px;
}
.hero-content p{
font-size:22px;
}
.jumbo-banner.software .hero-content {
margin-top:0em;
}
.jumbo-banner.software .hero-content h1{
font-size:60px;
}
.sec-heading h2{
font-size:29px;
line-height:1.2;
}
.page-title-wrap h1{
font-size:55px;
line-height:1.4;
}
.modal-dialog {
max-width: 600px;
margin: 30px auto;
}
.cta-sec h1, .cta-sec h2 {
font-size: 38px;
margin-bottom: 12px;
}
}
@media (min-width: 993px) {
.head-shadow{
box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
-webkit-box-shadow:0 5px 30px rgba(0, 22, 84, 0.1);
}
}
@media (min-width: 1200px) {
.hero-content h1 {
font-size:80px;
}
.core-nav .megamenu.open > .megamenu-content{
width:700px !important;
}
}
@media (max-width: 1199px) {
.property-listing.property-1 .listing-location {
font-size: 13px;
margin-bottom: 2px;
}
.job-new-list .btn.btn-outline-info.float-right {
float: none !important;
margin: 0;
display: table;
}
.price-features-wrapper {
padding: 0.1rem 1rem 0.6rem;
}
.listing-card-info-icon {
font-size: 12px;
}
.author-box {
width: 55px;
height: 55px;
}
.property-listing.property-2 .listing-detail-wrapper {
padding: 0.5rem 1rem;
}
.foot-location {
font-size: 13px;
display: flex;
}
.listing-short-detail-flex.fl-2 {
flex: 2.5;
}
.verticle-job-detail .jb-title {
font-size: 18px;
}
.verticle-job-thumb {
max-width: 60px;
width: 60px;
}
.verticle-job-detail {
margin-left: 65px;
}
ul li.submit-attri {
display: none;
}
.dw-proprty-info li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 1023px) {
.half-map .fs-inner-container {
width:100%;
}
.fs-left-map-box .hm-map-container.fw-map {
width:100%;
height:585px;
position: relative;
-webkit-transform: translate3d(0,0,0);
overflow: hidden;
}
.half-map .fs-left-map-box {
float: none;
}
.fr-grid-info ul li {
font-size: 12px;
}
}
@media (max-width: 992px) {
.header.nav-left-side .core-nav .wrap-core-nav-list .core-nav-list {
float: none;
}
.nav-menu>li .nav-dropdown {
background: transparent;
padding: 0;
box-shadow: none;
}
.nav-menu>li>.nav-dropdown:before{
display:none;
}
.navigation-portrait .nav-menu.nav-menu-social {
padding-top: 1rem;
}
.header-dark-transparent nav .menu li a {
color:#606c8e;
}
.header-dark-transparent button.toggle-bar.core-nav-toggle {
color: #ffffff;
}
.header-dark-transparent.header-fixed button.toggle-bar.core-nav-toggle {
color: #728496;
}
}
@media (max-width: 991px) {
.main-banner.image-banner, .hero-header, .hero-banner, .large-banner{
min-height:0px;
}
.pricing-body ul li {
padding: 9px 10px;
font-size: 15px;
}
.sm-sidebar {
height: 100%;
max-width: 300px;
min-width:310px;
background-color: #fff;
position: fixed!important;
top: 0;
z-index: +2000;
overflow: auto;
-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
box-shadow: 0 2px 10px 0 #d8dde6;
position: relative;
animation: animateleft .4s;
left: 0;
display: none;
border-radius: 0;
}
.dashboard .search-sidebar_header {
padding: 0 1rem;
}
.change-logo .nav-brand.static-logo {
display: none;
}
.nav-menu.nav-menu-social>li.add-listing a {
top: 0px;
padding:15px 20px;
}
.search-sidebar_header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
ul.attributes {
float: left;
}
button.toggle-bar.core-nav-toggle {
color: #8594b3;
}
.nav-menu.nav-menu-social>li.add-listing {
top: 0;
}
.core-nav .dropdown > .dropdown-menu {
width: 100%;
}
.show-mb {
display:initial !important;
}
h1.italian-header-capt {
font-size:25px;
}
.pricing-body ul li {
padding: 9px 0;
font-size: 15px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper {
flex: initial;
}
.list-layout .property-listing.property-1 .listing-content {
flex: initial;
position: relative;
}
.list-layout .property-listing.property-1 {
display: block;
margin: 0 0 30px 0;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 0rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: relative;
bottom: 0;
width: 100%;
justify-content: initial;
left: 0;
}
.agency-list {
display: block;
}
.avl-features li {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.slide-property-detail {
position: relative;
display: block;
}
.slide-property-first {
flex: initial;
margin-bottom: 1.5rem;
}
.single-advance-property .container-fluid.p-0 {
padding: 0 15px !important;
}
.drops-dashboard{
display:none;
}
}
@media (max-width: 767px) {
footer .footer-links{
/* padding-top: 50%; */
}
#sale-props{
padding-top: 40px !important;
}
.foot-location2{
position: static;
margin-bottom: 10px;
text-align: center;
align-items: center;
justify-content: center;
}
.footer-logo{
text-align: center !important;
}
.footer-logo img{
padding-top: 0%;
padding-bottom: 10%;
min-width: 100px;
min-height: 70px;
}
#vertical-vip{
display: none;
}
.call-to-act {
display: block;
text-align: center;
}
.hero-search h1 {
font-size: 20px;
}
.icon-features-wrap:before{
display:none;
}
.middle-icon-features-content h4 {
font-size: 16px;
margin-bottom: 2px;
}
.sec-heading h2 {
font-size: 23px;
}
.item-shorting-box {
display: block;
}
.item-shorting {
margin-bottom: 1rem;
}
.call-to-act-head {
margin-bottom: 1rem;
}
.footer-widget {
padding-bottom: 0;
}
.dropdown-submenu > .dropdown-menu.show {
display: block;
}
.full-search-2.hero-search-radius #advance-search {
top: auto;
}
.property-search-type label {
padding: 8px 16px;
margin: 0 7px 0 0;
font-size: 14px;
}
.property-search-type label:nth-child(3) {
margin-right: 0;
}
.full-search-2.hero-search-radius #advance-search {
padding: 2rem 0.5rem;
}
.full-search-2.hero-search-radius .checkbox-custom, .full-search-2.hero-search-radius .checkbox-custom-label, .full-search-2.hero-search-radius .radio-custom, .radio-custom-label {
font-size: 14px;
}
.p-0.elio {
padding: 0 6px !important;
}
.full-search-2.eclip-search.italian-search .b-r {
border-right: none !important;
}
.full-search-2.eclip-search.italian-search .b-l {
border-left: none !important;
}
.full-search-2.italian-search .form-group.borders {
margin-bottom: 10px;
height: auto;
border: 1px solid #dce3ec;
border-radius: 6px;
overflow: hidden;
}
ul.deatil_features li {
width:50%;
flex: 0 0 50%;
}
.property_block_wrap.style-3 {
display: block;
}
.pbw-flex-1 {
margin-bottom: 1rem;
}
.pbw-flex {
padding-left: 0;
}
.rating-overview {
display: block;
}
.rating-overview-box {
width: 100%;
border-right: none;
margin-bottom: 1rem;
}
.rating-bars-item {
width: calc(100% - 30px);
}
.seo-contact .p-0 {
padding: 0 15px !important;
}
.seo-contact button.btn {
width: 100%;
}
.nav-tabs .nav-item a {
padding: 0.5em 1em;
}
.boxed.boxed--lg {
padding: 2.77em 1em;
}
.icon--lg {
font-size: 3.57142857em;
}
.error-page h2 {
font-size: 100px;
}
.pos-vertical-center{
top: 0;
transform: none;
-webkit-transform: none;
}
.listing-detail-item {
display: inline-block;
margin-left: 4px;
}
.tr-list-thumb {
max-width: 75px;
height: 75px;
margin-right: 10px;
}
.tr-list-wrap {
position: relative;
bottom: 50px;
display: block;
}
a.btn.btn-list {
padding: 12px 10px;
font-size: 12px;
margin-bottom: 5px;
}
.advance-search .form-group {
margin: 0.6rem 0;
border: 1px solid #e0ecf5;
}
.advance-search .search-big-form {
padding: 10px !important;
}
.job-new-list .vc-thumb, .job-new-list .vc-content {
float: none;
margin:0.5rem 0;
display: table;
}
.mpl-0 {
padding-left: 0 !important;
}
.verticle-candidate-list .vc-content {
margin-top: 1rem;
}
.top-header .cn-info {
display: none;
}
.full-search-2.hero-search-radius {
border-radius: 10px;
}
.full-search-2.hero-search-radius .form-control{
border:none !important;
}
.dashboard-navbar {
margin-bottom: 2rem;
}
table.property-table-wrap .property-container img {
display: none;
}
table.property-table-wrap td {
padding: 35px 2px;
}
table.property-table-wrap .property-container .title h4 {
font-size: 14px;
}
table.property-table-wrap td.action a {
margin-left: 10px;
}
th.expire-date {
display: none;
}
.page-sidebar {
margin-top: 2rem;
}
li.login-attri.theme-log a {
padding: 0 22px !important;
}
.blog-page .blog-details blockquote {
padding: 20px;
margin:30px 0;
}
.blog-page .blog-details blockquote .icon {
font-size:20px;
left: 20px;
top: 15px;
}
.blog-page .blog-details .post-bottom-meta {
display: block;
}
.blog-page .blog-details .post-bottom-meta .post-tags {
margin-bottom: 1rem;
}
.blog-page .blog-details .post-bottom-meta .post-share {
text-align: left;
}
.single-post-pagination {
display: block;
}
.single-post-pagination .next-post {
text-align: left;
}
.single-post-pagination .post-pagination-center-grid {
display: none;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author {
width: 55px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-author img {
max-width: 50px;
border-radius: 50%;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details {
overflow: hidden;
padding-left: 10px;
}
.blog-page .blog-details .comment-area .all-comments article .comment-details .comment-meta .comment-left-meta .author-name {
font-size: 14px;
line-height: 13px;
margin-bottom: 0;
}
.blog-page .blog-details .comment-area .all-comments .comment-list ul li ul {
padding-left: 30px;
list-style: none;
}
}
/* mobile */
@media (max-width: 600px) {
.pricing-wrap{
height: 300px;
}
.hero__p{
background-color: rgba(8, 81, 105, 0.9) !important;
margin-top: 10px;
}
.main-banner.image-banner, .hero-header, .hero-banner{
height:100%;
}
.list-layout .property-listing.property-1 .listing-content{
flex: 3;
height: 210px;
position:relative;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
padding: 1rem 1rem;
border-top: 1px solid #e5e9ec;
width: 100%;
display: flex;
vertical-align: middle;
align-items: center;
position: absolute;
bottom: 0;
width: 100%;
right: 0;
left: 0;
flex-direction: unset;
}
#details-btn a{
padding: 10px;
}
#vertical-vip{
display: none;
}
.hero-header {
min-height: 400px;
}
.signup-frm .btn {
bottom: 4px;
position: relative;
right: 0;
border-width: 0;
height: 52px;
margin-top: 12px;
width: 100%;
}
ul.our-team-profile li a {
width: 34px;
height: 34px;
line-height: 33px;
}
.rt-content-box ul.our-team-profile li {
padding: 0;
margin-right: 6px;
}
.lt-img-box {
display: table;
width: 105px;
float: none;
margin: 0 auto;
}
.rt-content-box {
display: table;
margin-left: 0;
margin: 0 auto;
text-align: center;
}
.jumbo-banner .btn-trans-video, .hero-banner .btn-trans-video {
display: block;
margin-top: 10px;
margin-left: 0 !important;
}
.error-page h2 {
font-size: 50px;
}
.freelancer-thumb {
float: none;
margin-bottom: 1rem;
}
.freelancer-caption {
display: block;
margin-left: 0;
}
.hero-search-wrap {
padding: 45px 20px 30px;
}
.header.nav-left-side ul.attributes li a {
padding: 22px 8px;
font-size: 12px;
}
.avl-features li {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.agency-list .agency-content {
padding: 0 20px;
padding-top: 15px;
padding-bottom: 20px;
}
.agency-list .agency-name h4 {
font-size: 20px;
margin-bottom: 0;
}
.agency-list .social-icons li {
display: inline-block;
margin-right: 7px;
}
.btn.btn-agent-add {
display: none;
}
}
@media (max-width: 500px) {
.list-layout .property-listing.property-1 .listing-name {
font-size: 14px;
}
.fs-inner-container .property-listing.property-1 .listing-location {
font-size: 12px;
}
.list-layout .listing-detail-btn .more-btn {
border-radius: 50px !important;
padding: 5px 14px !important;
}
.prt-detail-title-desc h3 {
font-size: 18px;
line-height: 1.4;
}
ul.deatil_features li {
width:100%;
flex: 0 0 100%;
}
.author-review article .article_comments_thumb {
float: left;
width: 60px;
}
.author-review article .article_comments_thumb img {
max-width: 60px;
border-radius: 50%;
}
.author-review article .comment-details {
overflow: hidden;
padding-left: 20px;
}
.author-review article .comment-details .comment-text p {
font-size: 13px;
}
.nearby_header_first h5 {
margin: 0;
font-size: 13px;
}
.single-post-item .post-details .post-title {
font-size: 20px;
line-height: 1.3;
margin: 5px 0 0;
}
.single-post-item .post-details p, .single-post-item .post-details .text {
font-size: 15px;
margin:15px 0 0;
}
}
/*====================================
Bottom To top Scroll
=====================================*/
#back2Top {
width: 40px;
line-height: 40px;
overflow: hidden;
z-index: 999;
display: none;
cursor: pointer;
position: fixed;
bottom: 10px;
right: 20px;
text-align: center;
font-size: 15px;
border-radius: 4px;
text-decoration: none;
background:#333c56;
color: #ffffff;
}
#back2Top:hover {
background-color:#ffffff;
color:#333c56;
}
.style-switcher{
position: fixed;
top:35%;
transition: 0.4s ease-in-out;
background-color: #fff;
left:-220px;
width:220px;
padding: 0;
z-index: 1010;
box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.style-switcher .css-trigger{
position: absolute;
top:37%;
transform: translateY(-50%);
right: -50px;
width: 50px;
background-color:#2d4767;
color:#fff;
border-radius: 0px 3px 3px 0px;
text-align: center;
line-height:55px;
height: 50px;
font-size: 24px;
cursor: pointer;
}
.style-switcher .css-trigger a{
color:#ffffff;
}
.style-switcher.active {
left: 0;
}
ul#themecolors {
margin: 0;
padding:15px 0;
text-align: center;
background: #334e6f;
}
ul#themecolors li {
list-style: none;
padding:5px;
display: inline-block;
}
ul#themecolors li a {
width:35px;
height:35px;
background:#f4f5f7;
display: inline-block;
border-radius: 50%;
font-size: 0;
border:3px solid rgba(255,255,255,1);
}
a.default-theme {
background:#fb7618 !important;
}
a.blue-theme {
background:#3a5bbc !important;
}
a.green-theme {
background:#28b446 !important;
}
a.red-theme {
background:#d32e2a !important;
}
a.purple-theme {
background:#9886ec !important;
}
a.yellow-theme {
background:#fbbb00 !important;
}
a.oceangreen-theme {
background:#00A877 !important;
}
a.goodred-theme {
background:#f40c43 !important;
}
a.goodgreen-theme {
background:#19b521 !important;
}
a.blue2-theme {
background:#0176ff !important;
}
@media only screen and (max-width: 767px) {
footer .footer-logo img{
margin:auto ;
}
.footer-logo-col{
background-color:#0fca98!important;
}
.singles-dashboard-list {
display: block;
width: 100%;
}
.sd-list-left {
max-width: 100%;
}
.sd-list-right {
padding: 1rem 1rem;
}
}
.hero__p {
background-color: rgba(12, 130, 166, .5);
padding: 40px;
border-radius: 15px;
text-align: center;
color: #fff;
height: 100%
}
.hero__p p {
font-size: 1.5rem;
}
/* Style the tab */
.tab {
height: 3.5rem;
width: 100%;
justify-content: center;
text-align: center;
overflow: hidden;
}
/* Style the buttons that are used to open the tab content */
.tab a {
color: #002758;
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab a:hover {
text-decoration: none;
list-style: none;
background-color: #ddd;
}
/* Create an active/current tablink class */
.tab a.active {
background-color: #08a7c1;
color: white;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
.tabcontent {
animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
/* Go from zero to full opacity */
@keyframes fadeEffect {
from {opacity: 0;}
to {opacity: 1;}
}
#img-desc{
direction: ltr;
justify-content: start;
text-align: left;
}
#img-desc p{
font-family: 'Cairo', sans-serif;
color:#2D3954;
}
#img-desc img{
min-height: 300px;
}
/*--------------------------------------------------------------
# about -us
--------------------------------------------------------------*/
#featured-services{
text-align: center;
direction: ltr;
}
#featured-services h5{
color: #252c41;
}
.featured-services .icon-box {
direction: ltr;
text-align: center;
padding: 10px 20px;
position: relative;
overflow: hidden;
background: #fff;
transition: all 0.3s ease-in-out;
border-radius: 8px;
z-index: 1;
width: 100%;
}
.featured-services .icon-box::before {
content: '';
position: absolute;
background: #cbe0fb;
right: 0;
left: 0;
bottom: 0;
top: 100%;
transition: all 0.3s;
z-index: -1;
}
.featured-services .icon-box:hover::before {
background: #2D3954;
top: 0;
border-radius: 0px;
}
.featured-services .icon {
margin-bottom: 15px;
}
.featured-services .icon i {
font-size: 48px;
line-height: 1;
color: #2D3954;
transition: all 0.3s ease-in-out;
}
.featured-services .title {
font-weight: 700;
margin-bottom: 15px;
font-size: 18px;
font-family: 'Cairo', sans-serif;
}
.featured-services .title a {
color: #111;
}
.featured-services .description {
font-size: 15px;
line-height: 28px;
margin-bottom: 0;
font-family: 'Cairo', sans-serif;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
color: #fff;
}
.featured-services .icon-box:hover .icon i {
color: #fff;
}
/*--------------------------------------------------------------
# contact -us
--------------------------------------------------------------*/
#contact{
text-align: left;
}
#contact p{
color: #252c41;
}
.contact .php-email-form {
box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
padding: 30px;
}
.contact .php-email-form .error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
}
.contact .php-email-form .error-message br + br {
margin-top: 25px;
}
.contact .php-email-form .sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
#contact-us .icon-box {
text-align: center;
border: 1px solid #e2eefd;
padding: 80px 20px;
transition: all ease-in-out 0.3s;
background: #fff;
width: 100%;
}
#contact-us .icon-box .icon {
margin: 0 auto;
width: 64px;
height: 64px;
background: #f1f6fe;
border-radius: 4px;
border: 1px solid #deebfd;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box .icon i {
color: #252c41;
font-size: 28px;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box h4 {
color: #252c41;
font-weight: 700;
margin-bottom: 15px;
font-size: 24px;
}
#contact-us .icon-box h4 a {
text-decoration: none;
color: #252c41;
transition: ease-in-out 0.3s;
}
#contact-us .icon-box p {
color: #252c41;
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}
#contact-us .icon-box:hover {
box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}
#contact-us .icon-box:hover h4 a, .services .icon-box:hover .icon i {
color: #106eea;
}
#contact-us .icon-box:hover .icon {
border-color: #252c41;
}
.myselect2{
width: 100%;
font-size:14px !important;
box-shadow: none;
padding:.3rem .75rem;
border:1px solid #e0ecf5;
background-clip: initial;
}
.myselect{
width: 100%;
font-size:14px !important;
box-shadow: none;
/* padding:.5rem .75rem;*/
padding:5px;
border:1px solid #e0ecf5;
background-clip: initial;
max-height: 35px !important;
min-height: 35px !important;
}
/* terms and condtions */
#terms-cond{
font-family: 'Cairo', sans-serif;
justify-content: start; text-align: start;
direction: ltr;
}
#terms-cond p{
color: #2D3954;
}
#terms-cond h3{
color: #252c41;
font-weight: 700;
}
#terms-cond h5{
color: #252c41;
font-weight: 700;
}
.title-icon::before{
content: "\25b6";
display: block;
color: #252c41;
float: left;
margin: 0px 0px 0 0;
}
.li-icon li{
list-style: square !important;
line-height: 30px;
color: #2D3954;
}
/*--------------------------------------------------------------
# articels
--------------------------------------------------------------*/
.articels{
direction:ltr;
text-align: start;
justify-content: start;
}
.searchRow{
max-width:100% !important;
justify-content: start !important;
}
.articels .card{
text-align:left;
}
.articels .card #sorting{
direction:ltr; display:inline; width:100%; padding-right:0px;border-radius:5px
}
.articels h2{
color: #252c41;
font-weight: 700;
margin-bottom: 18px;
}
.articels .box {
padding: 0px;
box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
text-align: center;
transition: 0.3s;
height: 100%;
}
.articels .box img {
width: 100%;
padding: 0;
transition: 0.5s;
transform: scale(1);
min-height: 12rem;
max-height: 12rem;
}
.articels .box h3 {
padding-top: 10px;
font-size: 24px;
color: #252c41;
font-weight: 700;
margin-bottom: 18px;
}
.articels .box:hover {
border-radius: 20px;
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.articels .box:hover img {
border-radius: 20px;
transform: scale(0.9);
}
/*--------------------------------------------------------------
# inner article Details
--------------------------------------------------------------*/
.article-inner .portfolio-info {
background-color:#fff;
direction: ltr;
text-align: left;
justify-content: start;
padding: 30px;
box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.article-inner .portfolio-info h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.article-inner .portfolio-info ul {
list-style: none;
padding: 0;
font-size: 15px;
}
.article-inner .portfolio-info ul li + li {
margin-top: 10px;
}
.article-inner .portfolio-description {
direction: ltr;
text-align: left;
padding-top: 30px;
}
.article-inner .portfolio-description .comment{
padding-top: 1em;
}
.article-inner .portfolio-description .form-group{
padding-top: 1em;
}
.article-inner .portfolio-description h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
.article-inner .portfolio-description p {
padding: 0;
}
#req-form{
direction: ltr;
text-align: left;
}
.article-inner{
direction: rtl ;
}
/* add-listing */
#add-listing{
direction:ltr;
justify-content: left; text-align: left;
}
#content > div {
border: 1px solid black;
margin: 5px;
padding: 5px;
display: inline-block;
}
.price:before {
content: 'Price: ';
}
.distance:before {
content: 'Distance: ';
}
.content {
display: none;
}
.back {
display: none;
}
.next {
margin-left: 50px;
}
.end {
display: none;
}
.hr-add{
height: 0.5px !important;
}
/* inner listing */
#inner-listing{
text-align: left;
direction: rtl;
}
#inner-listing .text-center p{
display: inline;
}
#inner-listing .details{
direction: ltr;
}
#same-owner .single-items,#same-owner .col-lg-3{
width: 100% !important;
padding: 8px;
}
#same-owner a{
font-size: bold !important;
}
#same-owner .adv img,#inner-listing .adv img{
max-height: 250px;
object-fit: cover;
}
#inner-listing h3{
text-align: left;
margin-bottom: 20px;
}
#inner-listing .card{
text-align: center;
background-color: #f5fcff;
}
#inner-listing .main-img{
object-fit: contain !important;
min-height: 290px !important;
max-height: 290px;
width: 100%;
padding: .25rem !important;
background-color: #f5fcff !important;
border: 1px solid #dee2e6 !important;
border-radius: 0.25rem !important;
}
#inner-listing .lazy .img-thumbnail{
min-height: 120px;
max-height: 120px;
width: 100%;
object-fit: cover;
}
.sticky, #inner-listing .sticky{
position: -webkit-sticky; /* Safari */
position: sticky;
top: 100px;
direction:rtl;
}
#inner-listing .adv-1{
max-height: 200px;
}
.sticky .card h4{
line-height: 1.8;
}
.sticky .card h5{
line-height:1.8;
color: #0fca98;
font-weight: bold;
font-size: 20px !important;
}
/* file upload */
#demo-upload{
background-color: white;
border-radius: 5px;
border: 2px dashed rgb(0, 135, 247);
border-image: none;
margin-bottom: 20px;
width: 100%;
text-align: center;
margin-top: 10px;
}
/* sale - rent - page & card */
.pagination{
direction:ltr;
}
#sale-props{
text-align: left;
font-family: 'Cairo', sans-serif;
direction: rtl;
}
.sortSelect{
direction:ltr;
width:50%;
border-radius:5px;
}
.col-sale{
text-align:right;
}
.col-sale select{
max-height:40px; min-height:40px;
}
.accordion-item{
direction:ltr;
}
.btnAdds{
border-top: none !important;
background-color: #f5fcff;
padding:0 0 0 0;
text-align:right;
direction: ltr;
}
.filter-props{
padding-right: 0px !important;
text-align: left;
direction: rtl;
}
.filter-props .card{
background-color:#f5fcff;
}
#btn1{
margin-left: 5px;
color:#ffffff !important;
background:#196aa2;
display: inline-flex;
align-items: center;
justify-content: center;
transition: 0.3s;
padding-right: 20px;
padding-left: 20px;
}
#btn1:hover{
background: #0fca98;
color:white;
}
.views{
z-index: 99;
margin-top:13px;
position: absolute; top: 0; left: 0;
}
.views .views-1{
padding: 10px 20px;
transition: all .2s ease;
background-color: rgba(250, 190, 88, 0.7);
font-weight:bold;
display: inline;
border-bottom-right-radius: 15px;
}
.views-3{z-index: 99;
position: absolute; top: 0; right: 0;
padding: 10px 20px;
transition: all .2s ease;
background-color: rgba(255,255,255,0.5);
font-weight:bold;
display: inline;
border-bottom-left-radius: 15px;
color:#fff;
}
.views-2 i{
font-size:12px;
}
.views .views-1{
color: #fff !important;
}
.views-2{
transition: 0.3s ease-in;
padding: 10px 20px;
position: absolute; bottom: 0; right: 0;
background-color: rgba(255, 255, 255, 0.2);
color: white !important;
}
.views-2:hover{
background-color: rgba(250, 190, 88, 0.5);
}
.accordion-item{
border: none !important;
}
.accordion-button{
padding: 0 !important;
background-color: transparent !important;
border: none;
direction: ltr;
text-decoration: none;
}
.accordion-button::after{
}
.accordion-button:focus{
border: none !important;
box-shadow: none !important;
}
.accordion-button:hover{
text-decoration: none;
}
.accordion-body ,.accordion-collapse ,.collapse {
border: none !important;
}
#sale-props .col-card-imgs .click{
background-color: rgba(0, 0, 0,0.1);
}
#agent-listing .click img , .col-card-imgs .click img{
height: 100%;
max-height: 215px;
min-height: 215px;
width: 100%;
object-fit: cover;
}
.list-rap
{
padding-bottom:10px !important;
padding-top:10px !important;
}
.col-card-imgs .slick-list{
padding: 0 !important;
}
#sale-props .col-cards .card{
border-radius: 20px;
}
.card-img{
width: 100%; max-height: 350px; min-height: 300px; object-fit: cover;
}
.col-cards-2 {
padding-right: 0px !important;
}
.col-cards-2 .vip{
min-height: 350px !important;
text-align: center;
}
.col-cards-2 .vip .card-img{
min-height: 350px !important;
max-height: 350px !important;
object-fit:cover;
}
.card-img-overlay{
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
background-color:rgba(0,0,0,0.5);
}
.col-cards-2 .vip .card-title{
font-weight: 700;
font-size: 14px !important;
color: #fff !important;
}
.vip .foot-location{
font-size: 13px;
color: #4e5c79;
font-weight: bold;
}
.col-cards-2 .vip .card-title,.vip .foot-location{
font-family: 'Cairo', sans-serif;
}
.vip .card-text h6{
line-height:1.8;
font-weight: bold;
color: #fff !important;
text-align: center;
direction: ltr;
}
#sale-props .col-cards .col-card-imgs .click img{
border-radius: 20px;
height: 100%;
max-height: 252px;
}
#sale-props .col-cards .col-card-imgs p{
writing-mode: vertical-rl;
text-orientation: mixed;
padding-top: 30% !important;
color: wheat;
}
#sale-props .col-cards .col-card-details{
text-align: end;
}
#sale-props .col-filters .card{
border-radius: 20px;
text-align: left;
direction: ltr;
}
#sale-props .col-filters .card .form-check{
display: flex;
justify-content:flex-start;
}
#sale-props .col-filters .card .form-check label{
padding-right: 30px;
}
#register{
text-align: left;
direction: ltr;
}
.nav-pills{
text-align: center ;
justify-content: center;
}
.nav-pills .nav-item{
margin: 20px;
}
#register label{
display: block !important;
}
#profile-info {
direction:rtl;
}
#profile-info .card{
text-align: left;
direction:ltr;
}
#profile-info i.fa {
display: inline-block;
border-radius: 60px !important;
box-shadow: 0px 0px 2px #888 !important;
padding: 0.5em 0.6em !important;
}
#profile-info .card .admin{
max-width: 200px;
max-height: 200px;
min-width: 200px;
min-height: 200px;
object-fit:contain;
}
#profile-info .card {
direction:rtl;
}
#imgDiv {
position: relative;
width: 500px;
height: 200px;
border: 4px dashed #fff;
}
#imgDiv p{
width: 100%;
height: 100%;
text-align: center;
line-height: 170px;
color: #ffffff;
font-family: Arial;
}
#imgDiv input{
position: absolute;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
outline: none;
opacity: 0;
}
#imgDiv button{
margin: 0;
color: #fff;
background: #16a085;
border: none;
width: 508px;
height: 35px;
margin-top: -20px;
margin-left: -4px;
border-radius: 4px;
border-bottom: 4px solid #117A60;
transition: all .2s ease;
outline: none;
}
#imgDiv button:hover{
background: #149174;
color: #0C5645;
}
.panel {margin: 100px auto 40px; max-width: 500px; text-align: center;}
.button_outer {background: #83ccd3; border-radius:30px; text-align: center; height: 50px; width: 200px; display: inline-block; transition: .2s; position: relative; overflow: hidden;}
.btn_upload {padding: 17px 30px 12px; color: #fff; text-align: center; position: relative; display: inline-block; overflow: hidden; z-index: 3; white-space: nowrap;}
.btn_upload input {position: absolute; width: 100%; left: 0; top: 0; width: 100%; height: 105%; cursor: pointer; opacity: 0;}
.file_uploading {width: 100%; height: 10px; margin-top: 20px; background: #ccc;}
.file_uploading .btn_upload {display: none;}
.processing_bar {position: absolute; left: 0; top: 0; width: 0; height: 100%; border-radius: 30px; background:#83ccd3; transition: 3s;}
.file_uploading .processing_bar {width: 100%;}
.success_box {display: none; width: 50px; height: 50px; position: relative;}
.success_box:before {content: ''; display: block; width: 9px; height: 18px; border-bottom: 6px solid #fff; border-right: 6px solid #fff; -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); position: absolute; left: 17px; top: 10px;}
.file_uploaded .success_box {display: inline-block;}
.file_uploaded {margin-top: 0; width: 50px; background:#83ccd3; height: 50px;}
.uploaded_file_view {max-width: 300px; margin: 40px auto; text-align: center; position: relative; transition: .2s; opacity: 0; border: 2px solid #ddd; padding: 15px;}
.file_remove{width: 30px; height: 30px; border-radius: 50%; display: block; position: absolute; background: #aaa; line-height: 30px; color: #fff; font-size: 12px; cursor: pointer; right: -15px; top: -15px;}
.file_remove:hover {background: #222; transition: .2s;}
.uploaded_file_view img {max-width: 100%;}
.uploaded_file_view.show {opacity: 1;}
.error_msg {text-align: center; color: #f00}
button:focus{
border: none !important;
}
ul.footer-bottom-social {
margin: 0;
padding: 0;
margin-top: 20px;
}
ul.footer-bottom-social li {
list-style: none;
margin-right: 0px;
display: inline;
}
ul.footer-bottom-social li a {
color:white !important;
}
ul.footer-bottom-social li a:hover, ul.footer-bottom-social li a:focus{
color:#007bff;
text-decoration: none;
}
ul.footer-bottom-social li i {
background-color: #1b2132;
padding: 8px;
margin-left: 5px;
border-radius: 20px;
}
.pricingVip .card {
border-radius: 1rem;
transition: all 0.2s;
}
.pricingVip hr {
margin: 1rem 0;
}
.pricingVip .card-title {
margin: 0.5rem 0;
font-size: 0.9rem;
letter-spacing: .1rem;
font-weight: bold;
}
.pricingVip .card-price {
font-size: 2rem;
margin: 0;
}
.pricingVip .card-price .period {
font-size: 0.8rem;
}
.pricingVip ul li {
margin-bottom: 1rem;
}
.pricingVip .text-muted {
opacity: 0.7;
}
.pricingVip .btn {
font-size: 80%;
border-radius: 5rem;
letter-spacing: .1rem;
font-weight: bold;
padding: 1rem;
opacity: 0.7;
transition: all 0.2s;
}
/* Hover Effects on Card */
@media (min-width: 992px) {
.pricingVip .card:hover {
margin-top: -.25rem;
margin-bottom: .25rem;
box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricingVip .card:hover .btn {
background-color: #0fca98;
border: #0fca98;
opacity: 1;
}
}
.center-name{
text-align: center !important;
}
.slick-list{
padding:5px;
}
.card-body{
padding: 0.5rem !important;
}
a, button, btn, prt-view {
transition: 0.3s ease-out;
}
.optional{
font-size: 12px !important;
}
.error-box{
background: #FFF;color: red;text-align: center; padding: 20px;
} | 0.2359 | 0.044577 |
@import "../../styles.css";
@font-face {
font-family: jaldi;
src: url('../fonts/Jaldi-Regular.ttf');
}
.banner-home{
box-sizing: border-box;
position: relative;
display: flex;
align-items: flex-end;
align-items: center;
margin-top: 5em;
padding: 0 1.5em;
*padding-bottom: 5em;
height: 500px;
z-index: 9;
/*min-height: 100vh;*/
width: 100%;
background: linear-gradient(-45deg, var(--orange) 0%,var(--blue) 90%);
}
.banner-conte{
position: relative;
margin-top: 0em;
color: var(--white);
*border: 1px solid #000;
opacity: 1;
font-size: 1.5em;
display: flex;
align-items: center;
flex-wrap: nowrap;
width: 100%;
*bottom: 0px;
box-sizing: border-box;
padding: .1em;
}
.selector{
width: 1em;
display: flex;
flex-direction: column;
z-index: 0;
}
.selector span{
width: .5em;
height: .5em;
border: 1px solid var(--white);
background: transparent;
margin: 0.2em;
border-radius: 50%;
cursor: pointer !important;
}
.selector span.selected{
background: var(--negro);
-webkit-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
-moz-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
}
.selector span:hover{
background: var(--negro);
-webkit-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
-moz-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
}
.container-carrusel{
width: 100%;
box-sizing: border-box;
}
.container-carrusel .carrusel{
color: var(--white);
background: transparent;
position: relative;
text-align: center;
width: 100%;
height: auto;
padding: 1em 1em;
box-sizing: border-box;
position: relative;
display: none;
}
.container-carrusel .carrusel h3{
color: var(--white);
padding: 0;
margin: 0;
}
.container-carrusel.carrusel h2{
color: var(--orange);
font-size: 1em;
padding: 0;
margin: 0;
}
.container-carrusel.carrusel .car-text{
padding: 0;
margin: 0;
line-height: 1.5em;
*display: none;
}
.container-carrusel .carrusel .car-links{
margin-top: 1.2em;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/*.container-carrusel .carrusel .car-links a{
color: var(--white);
background: var(--red);
padding: .5em;
margin: .2em .25em;
*display: block;
border: 1px solid var(--white);
}*/
.container-carrusel .carrusel.active{
display: block;
}
.bg-main{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
/*min-height: 100%;*/
height: 100%;
object-fit: cover;
object-position: 50% 50%;
opacity: .18;
}
.fixed-contact{
background: var(--orange);
color: var(--white);
position: fixed;
border-radius: 5px 5px 0 0px;
bottom: 50%;
*right: 0em;
padding: .2em;
transform: rotate(-90deg);
transform-origin: top;
z-index: 10;
}
.fixed-contact.texto{
right: -1.6em;
}
.fixed-contact.texto a{
font-family: 'jaldi';
*background: #000;
padding: 0 1em;
color: var(--blue);
font-weight: bold;
}
.banner-home div.circle{
background: #000;
*font-size: 1em;
color: var(--green);
z-index: 10;
background: var(--orange);
border-radius: 50%;
display: block;
position:fixed;
right: -0.3em;
top: 51%;
}
.banner-home div.circle.api-what{
background: var(--green);
top:90%;
right: 0;
width: 50px;
height: 50px;
z-index: 10;
}
.circle a{
font-size: .5em !important;
}
.circle a .icosms{
font-size: 3em;
padding: .2em;
}
.api-what a .icosms{
font-size: 4em;
padding: .2em;
}
.api-what a{
color: var(--white);
padding: .8em;
}
/**/
.arrow{
display: none;
}
@media(min-width:1050px){
.banner-home{
*align-items: flex-end;
margin-top: 6em !important;
}
.arrow{
display: block;
position: fixed;
top:93% !important;
left: 0;
width: 50px;
height: 50px;
z-index: 10;
cursor: pointer;
box-sizing: border-box;
}
div.arrow .iar{
font-size: 2.5em;
color: var(--blue);
background: var(--white);
border-radius: 50%;
padding: 0;
margin: 0;
}
.banner-conte{
padding: 0 var(--light);
}
.carrusel{
padding: 2em 1em;
}
.carrusel h3{
font-size: 2.5em;
}
.carrusel h2{
font-size: 1.5em;
padding: .2em 0;
}
.carrusel .car-text{
display: block;
}
} | public/css/static/banner.css | @import "../../styles.css";
@font-face {
font-family: jaldi;
src: url('../fonts/Jaldi-Regular.ttf');
}
.banner-home{
box-sizing: border-box;
position: relative;
display: flex;
align-items: flex-end;
align-items: center;
margin-top: 5em;
padding: 0 1.5em;
*padding-bottom: 5em;
height: 500px;
z-index: 9;
/*min-height: 100vh;*/
width: 100%;
background: linear-gradient(-45deg, var(--orange) 0%,var(--blue) 90%);
}
.banner-conte{
position: relative;
margin-top: 0em;
color: var(--white);
*border: 1px solid #000;
opacity: 1;
font-size: 1.5em;
display: flex;
align-items: center;
flex-wrap: nowrap;
width: 100%;
*bottom: 0px;
box-sizing: border-box;
padding: .1em;
}
.selector{
width: 1em;
display: flex;
flex-direction: column;
z-index: 0;
}
.selector span{
width: .5em;
height: .5em;
border: 1px solid var(--white);
background: transparent;
margin: 0.2em;
border-radius: 50%;
cursor: pointer !important;
}
.selector span.selected{
background: var(--negro);
-webkit-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
-moz-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
}
.selector span:hover{
background: var(--negro);
-webkit-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
-moz-box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
box-shadow: -1px -1px 5px 5px rgba(247,239,247,0.4);
}
.container-carrusel{
width: 100%;
box-sizing: border-box;
}
.container-carrusel .carrusel{
color: var(--white);
background: transparent;
position: relative;
text-align: center;
width: 100%;
height: auto;
padding: 1em 1em;
box-sizing: border-box;
position: relative;
display: none;
}
.container-carrusel .carrusel h3{
color: var(--white);
padding: 0;
margin: 0;
}
.container-carrusel.carrusel h2{
color: var(--orange);
font-size: 1em;
padding: 0;
margin: 0;
}
.container-carrusel.carrusel .car-text{
padding: 0;
margin: 0;
line-height: 1.5em;
*display: none;
}
.container-carrusel .carrusel .car-links{
margin-top: 1.2em;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/*.container-carrusel .carrusel .car-links a{
color: var(--white);
background: var(--red);
padding: .5em;
margin: .2em .25em;
*display: block;
border: 1px solid var(--white);
}*/
.container-carrusel .carrusel.active{
display: block;
}
.bg-main{
position: absolute;
top: 0;
left: 0;
width: 100% !important;
/*min-height: 100%;*/
height: 100%;
object-fit: cover;
object-position: 50% 50%;
opacity: .18;
}
.fixed-contact{
background: var(--orange);
color: var(--white);
position: fixed;
border-radius: 5px 5px 0 0px;
bottom: 50%;
*right: 0em;
padding: .2em;
transform: rotate(-90deg);
transform-origin: top;
z-index: 10;
}
.fixed-contact.texto{
right: -1.6em;
}
.fixed-contact.texto a{
font-family: 'jaldi';
*background: #000;
padding: 0 1em;
color: var(--blue);
font-weight: bold;
}
.banner-home div.circle{
background: #000;
*font-size: 1em;
color: var(--green);
z-index: 10;
background: var(--orange);
border-radius: 50%;
display: block;
position:fixed;
right: -0.3em;
top: 51%;
}
.banner-home div.circle.api-what{
background: var(--green);
top:90%;
right: 0;
width: 50px;
height: 50px;
z-index: 10;
}
.circle a{
font-size: .5em !important;
}
.circle a .icosms{
font-size: 3em;
padding: .2em;
}
.api-what a .icosms{
font-size: 4em;
padding: .2em;
}
.api-what a{
color: var(--white);
padding: .8em;
}
/**/
.arrow{
display: none;
}
@media(min-width:1050px){
.banner-home{
*align-items: flex-end;
margin-top: 6em !important;
}
.arrow{
display: block;
position: fixed;
top:93% !important;
left: 0;
width: 50px;
height: 50px;
z-index: 10;
cursor: pointer;
box-sizing: border-box;
}
div.arrow .iar{
font-size: 2.5em;
color: var(--blue);
background: var(--white);
border-radius: 50%;
padding: 0;
margin: 0;
}
.banner-conte{
padding: 0 var(--light);
}
.carrusel{
padding: 2em 1em;
}
.carrusel h3{
font-size: 2.5em;
}
.carrusel h2{
font-size: 1.5em;
padding: .2em 0;
}
.carrusel .car-text{
display: block;
}
} | 0.277571 | 0.08374 |
:root {
--blanco: #ffffff;
--oscuro: #212121;
--primario: #ffc107;
--secundario: #0097a7;
--gris: #757575;
--gris-azulado: #dfe9f3;
}
/*se utiliza var( inserte variable)*/
/*Globales*/
html {
font-size: 62.5%;
box-sizing: border-box;
scroll-snap-type: y mandatory;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-size: 16px; /* 1rem = 10px */
font-family: 'Krub', sans-serif;
background-image: linear-gradient(to top, #dfe9f3 0%, var(--blanco) 100%);
}
.contenedor{
max-width: 120rem;
margin-top: 0;
margin-right: auto;
margin-bottom: 0 ;
margin-left: auto;
}
/*Se escribe margin: 0 auto 0 auto
super simplificado seria 0 auto ya que son los
dos externos*/
.boton {
background-color: var(--secundario);
color: var(--blanco);
padding: 1rem 3rem;
margin-top: 1rem;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border-radius: .5rem;
width: 90%;
text-align: center;
border: none;
}
@media (min-width: 480px) {
.boton {
width: auto;
}
}
.boton:hover {
cursor: pointer;
}
/*para poner la manita sobre el boton cuando el input
lo quita del automatico*/
.sombra {
box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.65);
background-color: var(--blanco);
padding: 2rem;
border-radius: 1rem;
}
/*Tipografía*/
h1 {
font-size: 3.8rem;
}
h2 {
font-size: 2.8rem;
}
h3 {
font-size: 1.8rem;
}
h1, h2, h3{
text-align: center;
}
/*Titulo*/
.titulo span{
font-size: 2rem;
}
/*utilidades*/
.w-100 {
width: 100%;
}
@media (min-width: 768px) {
.w-100 {
width: auto;
}
}
.alinear-derecha {
display: flex;
}
.flex{
justify-content: flex-end;
}
/*Navegacion principal */
.nav-bg{
background-color: var(--secundario);
}
.navegacion-principal{
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
}
@media (min-width: 480px) {
.navegacion-principal {
flex-direction: row;
}
}
/*Para los Media querie
480px = telefono
768px = tablet
1140px = laptop compu
1440px = Utilizable */
.navegacion-principal a {
color: var(--blanco);
text-decoration: none;
font-size: 2rem;
font-weight: 700;
padding: 1rem;
}
.navegacion-principal a:hover {
background-color: var(--primario);
color: var(--oscuro);
padding: 1rem;
}
/*no se deja espacio entre el : y el que afecta
o sea, a :hover es incorrecto x */
.hero {
background-image: url(../img/hero.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 41rem;
padding: 2rem;
position: relative;
margin-bottom: 2rem;
}
.contenido-hero {
position: absolute;
background-color: rgba(0,0,0,.6);
background-color: rgb( 0 0 0 / 60%);
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.contenido-hero h2,
.contenido-hero p {
color: var(--blanco);
}
.contenido-hero h2 {
margin-bottom: 1.2rem;
}
.ubicacion {
display: flex;
align-items: flex-end ;
margin-bottom: 1rem;
}
.ubicacion p {
margin: 0;
}
.servicios,
.navegacion-principal,
.formulario {
scroll-snap-align: center;
scroll-snap-stop: normal;
scroll-snap-stop: normal;
}
/*servicios*/
@media (min-width: 768px) {
.servicios {
display: grid;
grid-template-columns: repeat(3,1fr);
column-gap: 2rem;
}
}
/* 1fr x3 equivale a 3 fracciones iguales
equivalen a 33.3% 33.3% 33.3%
grid-template-columns:300px 300px ;
grid-template-rows: 200px 800px;
abreviado grid: 200px 800px / 300px 300px;*/
.servicio {
display: flex;
flex-direction: column;
align-items: center;
}
.servicio h3 {
color: var(--secundario);
font-weight: normal;
}
.servicio p{
line-height: 1.5;
text-align: center;
}
.servicio .iconos {
height: 15rem;
width: 15rem;
background-color: var(--primario);
border-radius: 50% ;
display: flex;
justify-content: space-evenly;
align-items: center;
}
/*contacto*/
.formulario {
background-color: var(--gris);
width: min(70rem, 100%); /*elige el valor más pequeño*/
margin: 0 auto;
padding: 1rem;
border-radius: 1rem;
}
.formulario fieldset {
border: none;
}
.formulario legend {
color: var(--primario);
text-transform: uppercase;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
}
@media (min-width: 768px) {
.contenedor-campos {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1rem;
grid-template-rows: auto auto 20rem;
}
}
.campo{
margin-bottom: 1rem;
}
.campo:nth-child(3),
.campo:nth-child(4) {
grid-column: 1/3;
}
/*nth y los dos puntos
deben ir pegados a campo*/
.campo label {
color: var(--blanco);
font-weight: bold;
margin-bottom: .5rem;
display: block;
}
/*.campo input [type="text"]
para especificar input de formulario*/
.campo textarea {
resize: none;
height: 18rem;
}
.input-text {
width: 100%;
border: none;
padding: 1.5rem;
border-radius: .5rem;
}
/* Footer */
.footer{
text-align: center;
} | freelancer_inicio/css/styles.css | :root {
--blanco: #ffffff;
--oscuro: #212121;
--primario: #ffc107;
--secundario: #0097a7;
--gris: #757575;
--gris-azulado: #dfe9f3;
}
/*se utiliza var( inserte variable)*/
/*Globales*/
html {
font-size: 62.5%;
box-sizing: border-box;
scroll-snap-type: y mandatory;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-size: 16px; /* 1rem = 10px */
font-family: 'Krub', sans-serif;
background-image: linear-gradient(to top, #dfe9f3 0%, var(--blanco) 100%);
}
.contenedor{
max-width: 120rem;
margin-top: 0;
margin-right: auto;
margin-bottom: 0 ;
margin-left: auto;
}
/*Se escribe margin: 0 auto 0 auto
super simplificado seria 0 auto ya que son los
dos externos*/
.boton {
background-color: var(--secundario);
color: var(--blanco);
padding: 1rem 3rem;
margin-top: 1rem;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
border-radius: .5rem;
width: 90%;
text-align: center;
border: none;
}
@media (min-width: 480px) {
.boton {
width: auto;
}
}
.boton:hover {
cursor: pointer;
}
/*para poner la manita sobre el boton cuando el input
lo quita del automatico*/
.sombra {
box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.65);
background-color: var(--blanco);
padding: 2rem;
border-radius: 1rem;
}
/*Tipografía*/
h1 {
font-size: 3.8rem;
}
h2 {
font-size: 2.8rem;
}
h3 {
font-size: 1.8rem;
}
h1, h2, h3{
text-align: center;
}
/*Titulo*/
.titulo span{
font-size: 2rem;
}
/*utilidades*/
.w-100 {
width: 100%;
}
@media (min-width: 768px) {
.w-100 {
width: auto;
}
}
.alinear-derecha {
display: flex;
}
.flex{
justify-content: flex-end;
}
/*Navegacion principal */
.nav-bg{
background-color: var(--secundario);
}
.navegacion-principal{
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: center;
}
@media (min-width: 480px) {
.navegacion-principal {
flex-direction: row;
}
}
/*Para los Media querie
480px = telefono
768px = tablet
1140px = laptop compu
1440px = Utilizable */
.navegacion-principal a {
color: var(--blanco);
text-decoration: none;
font-size: 2rem;
font-weight: 700;
padding: 1rem;
}
.navegacion-principal a:hover {
background-color: var(--primario);
color: var(--oscuro);
padding: 1rem;
}
/*no se deja espacio entre el : y el que afecta
o sea, a :hover es incorrecto x */
.hero {
background-image: url(../img/hero.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 41rem;
padding: 2rem;
position: relative;
margin-bottom: 2rem;
}
.contenido-hero {
position: absolute;
background-color: rgba(0,0,0,.6);
background-color: rgb( 0 0 0 / 60%);
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.contenido-hero h2,
.contenido-hero p {
color: var(--blanco);
}
.contenido-hero h2 {
margin-bottom: 1.2rem;
}
.ubicacion {
display: flex;
align-items: flex-end ;
margin-bottom: 1rem;
}
.ubicacion p {
margin: 0;
}
.servicios,
.navegacion-principal,
.formulario {
scroll-snap-align: center;
scroll-snap-stop: normal;
scroll-snap-stop: normal;
}
/*servicios*/
@media (min-width: 768px) {
.servicios {
display: grid;
grid-template-columns: repeat(3,1fr);
column-gap: 2rem;
}
}
/* 1fr x3 equivale a 3 fracciones iguales
equivalen a 33.3% 33.3% 33.3%
grid-template-columns:300px 300px ;
grid-template-rows: 200px 800px;
abreviado grid: 200px 800px / 300px 300px;*/
.servicio {
display: flex;
flex-direction: column;
align-items: center;
}
.servicio h3 {
color: var(--secundario);
font-weight: normal;
}
.servicio p{
line-height: 1.5;
text-align: center;
}
.servicio .iconos {
height: 15rem;
width: 15rem;
background-color: var(--primario);
border-radius: 50% ;
display: flex;
justify-content: space-evenly;
align-items: center;
}
/*contacto*/
.formulario {
background-color: var(--gris);
width: min(70rem, 100%); /*elige el valor más pequeño*/
margin: 0 auto;
padding: 1rem;
border-radius: 1rem;
}
.formulario fieldset {
border: none;
}
.formulario legend {
color: var(--primario);
text-transform: uppercase;
text-align: center;
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 2rem;
}
@media (min-width: 768px) {
.contenedor-campos {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 1rem;
grid-template-rows: auto auto 20rem;
}
}
.campo{
margin-bottom: 1rem;
}
.campo:nth-child(3),
.campo:nth-child(4) {
grid-column: 1/3;
}
/*nth y los dos puntos
deben ir pegados a campo*/
.campo label {
color: var(--blanco);
font-weight: bold;
margin-bottom: .5rem;
display: block;
}
/*.campo input [type="text"]
para especificar input de formulario*/
.campo textarea {
resize: none;
height: 18rem;
}
.input-text {
width: 100%;
border: none;
padding: 1.5rem;
border-radius: .5rem;
}
/* Footer */
.footer{
text-align: center;
} | 0.357343 | 0.138055 |
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
color: white;
font-family: 'Crimson Text', serif;
font-weight: 400;
margin: 2rem auto;
text-align: center;
padding: 10px;
}
article.home_page h2 {
background-color:#8B1E41;
margin: 2rem auto;
text-align: center;
}
/**
* Layout
*/
body {
justify-content: space-between;
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 1rem;
}
header {
background-color: #8B1E41;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 1rem 0;
}
div.logout {
align-items: center;
color: white;
display: flex;
margin-left: auto;
margin-right: 1rem;
}
div.logout a {
background-color: white;
border: 1px solid black;
border-radius: 3px;
color: #8B1E41;
margin-left: 2rem;
padding: 5px 10px;
text-decoration: none;
}
div.logout a:active {
box-shadow: inset 2px 2px 2px black;
}
footer {
background-color: #8B1E41;
}
address p {
color: white;
text-align: center;
}
address p a {
color: white;
}
address p a:hover {
color: blue;
}
article.roster {
border: 1px solid #8B1E41;
margin-bottom: 2rem;
}
article.roster header {
margin: 0;
}
article.roster h2 {
background-color: #8B1E41;
margin: 0;
padding: .5rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: black;
font-size: 15pt;
padding: 10px;
}
a:hover {
text-decoration: underline;
color: #8B1E41;
}
a.back:hover {
color: white;
}
a.submit_assignment {
border: 2px solid #8B1E41;
border-radius: 2px;
box-shadow: 2px 2px 2px black;
display: inline-block;
margin: 1rem auto;
width: 200px
}
a.submit_assignment:hover {
box-shadow: inset 1px 1px 2px black;
}
section {
display: flex;
flex-direction: column;
justify-content: space-between
}
section.teacher_courses h3,
section.courseSession h3,
section.assignments h3, h4,
section.courseSession h4 {
background-color: #8B1E41;
font-size: 28px;
margin: 0;
}
section.grades,
section.details,
section.student_grades,
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments,
section.submissions {
margin-left:auto;
margin-right:auto;
}
section.student_grades{
margin-bottom: 20px;
}
div.links {
margin-bottom: 1rem;
}
span.underline {
text-decoration: underline;
}
header.submissions {
margin-bottom: 0;
}
ul.submissions {
border: 1px solid #8B1E41;
margin-bottom: 1rem;
}
ul.submissions li {
align-items: center;
border: 1px solid #8B1E41;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 1rem;
}
ul.submissions li:nth-child(2n) {
background-color: lightgrey;
}
#assign_h4 {
display: flex;
justify-content: left;
margin: 1rem;
}
/*Table
**styles
*/
table {
margin-bottom: 1rem;
}
table, th, td {
border: 2px solid #8B1E41;
}
th {
background: #8B1E41;
color: white;
}
tr.course h4 {
background-color: inherit;
margin: 2px;
}
tr.assignment h4 {
margin: 0;
background-color: white;
color: black;
}
tr.session h4 {
margin: 0;
background-color: white;
color: black;
}
tr.course h4 {
margin: 0;
background-color: white;
color: black;
}
tr.grading td {
padding-left: 5px;
}
tr.grading td:nth-child(odd) {
width: 350px;
}
tr.roster td {
padding-left: 5px;
padding-right: 5px;
}
#hover tbody tr:hover:nth-child(n+2),
#hover section.teacher_courses tbody tr:hover.course:nth-child(2n){
box-shadow: inset 0px 0px 18px #656465;
}
tr:nth-child(2n) {
background-color: #c5c5c5;
}
tr:nth-child(2n) h4 {
background-color: #c5c5c5;
}
tr td.table_info {
width: 200px;
}
tr td.table_data {
width: 150px;
}
tr td.feedback {
width: 300px;
}
tr td.course_name {
width: 100px;
}
th, td {
padding: 0;
margin: 0;
}
td:nth-child(2n),
td:nth-child(3n) {
width: 50px;
}
#style_tables {
display: flex;
flex-direction: row;
justify-content: left;
}
#style_tables td {
padding: 5px;
}
@media (min-width:760px) {
#style_tables {
justify-content: center;
}
}
/*end
*of table
*styles*/
@media (min-width: 760px) {
h1, h2, h3, h4, h5, h6 {
margin-left: 1rem;
text-align: left;
}
header {
flex-direction: row;
}
footer {
display: flex;
justify-content: space-between;
}
footer h2,
footer address {
width: 40%;
}
address p {
text-align: left;
}
section.teacher_courses li,
section.assignments li,
section.courseSession li {
flex-direction: row;
}
section.grade,
section.teacher_courses,
section.courseSession {
width: 70%;
}
section.student_grades {
width: 100%;
}
section.details {
width: 60%;
}
section.grades {
width: 300px;
}
div.links {
margin: 0;
}
article.home_page h2 {
background-color:#8B1E41;
margin: 2rem auto;
text-align: justify;
}
tr td.table_info {
font-size: 15px;
}
}
@media (min-width: 1000px) {
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments {
width: 70%;
}
section.student_grades {
width: 100%;
margin-left: auto;
margin-right: auto;
}
section.details {
width: 485px;
}
section.grades {
width: 300px;
}
}
@media (min-width: 1100px) {
section.student_grades,
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments {
width: 745px;
}
section.student_grades {
width: 1000px;
}
section.details {
width: 485px;
}
section.grades {
width: 300px;
}
}
/**
* Forms
*/
form {
background-color: #8B1E41;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: white;
margin: 1rem auto;
padding: 1rem;
width: 265px;
}
input, textarea {
margin-top: 1rem;
width: 100%;
}
form.session label {
border-bottom: 2px solid white;
}
form.assign label {
text-decoration: underline;
}
label {
display: block;
margin-top: .5rem;
}
textarea {
resize: none;
width: 100%;
}
form.session label,
form.editFeature label {
border-bottom: 2px solid white;
margin: 1rem 0 0 0;
}
form.session > ul > li, form.assign > ul > li {
flex-direction: column;
}
label.grade div {
align-items: center;
display: flex;
justify-content: space-around;
margin: 1rem auto 0 0;
text-decoration: none;
width: 95px;
}
label.grade input {
margin: 0;
}
select {
display: block;
margin-top: .5rem;
}
@media (min-width: 760px) {
form {
width: 35vw;
}
}
/**
* Error Messages
*/
p.flash {
align-items: center;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: red;
display: flex;
font-size: 16px;
font-weight: bold;
height: 3rem;
justify-content: center;
margin: 2rem auto 0;
width: 265px;
}
@media (min-width: 760px) {
p.flash {
width: 35vw;
}
}
/**
*Error Pages
*/
p.error_p {
color: #fbfbfb;
font-size: 14pt;
padding: 1rem;
}
div.error_pages {
display: flex;
flex-direction: column;
font-size: 15pt;
background: #8B1E41;
}
div.error_pages a:hover {
color:white;
}
/**
* Success Messages
*/
p.success {
align-items: center;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: green;
display: flex;
font-weight: bold;
height: 3rem;
justify-content: center;
margin: 2rem auto 0;
width: 265px;
}
@media (min-width: 760px) {
p.success {
width: 35vw;
}
} | portal/static/styles.css | *,
*:before,
*:after {
box-sizing: border-box;
}
html {
font-family: 'Lato', Helvetica, Arial, sans-serif;
font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
color: white;
font-family: 'Crimson Text', serif;
font-weight: 400;
margin: 2rem auto;
text-align: center;
padding: 10px;
}
article.home_page h2 {
background-color:#8B1E41;
margin: 2rem auto;
text-align: center;
}
/**
* Layout
*/
body {
justify-content: space-between;
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 1rem;
}
header {
background-color: #8B1E41;
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 1rem 0;
}
div.logout {
align-items: center;
color: white;
display: flex;
margin-left: auto;
margin-right: 1rem;
}
div.logout a {
background-color: white;
border: 1px solid black;
border-radius: 3px;
color: #8B1E41;
margin-left: 2rem;
padding: 5px 10px;
text-decoration: none;
}
div.logout a:active {
box-shadow: inset 2px 2px 2px black;
}
footer {
background-color: #8B1E41;
}
address p {
color: white;
text-align: center;
}
address p a {
color: white;
}
address p a:hover {
color: blue;
}
article.roster {
border: 1px solid #8B1E41;
margin-bottom: 2rem;
}
article.roster header {
margin: 0;
}
article.roster h2 {
background-color: #8B1E41;
margin: 0;
padding: .5rem;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
text-decoration: none;
color: black;
font-size: 15pt;
padding: 10px;
}
a:hover {
text-decoration: underline;
color: #8B1E41;
}
a.back:hover {
color: white;
}
a.submit_assignment {
border: 2px solid #8B1E41;
border-radius: 2px;
box-shadow: 2px 2px 2px black;
display: inline-block;
margin: 1rem auto;
width: 200px
}
a.submit_assignment:hover {
box-shadow: inset 1px 1px 2px black;
}
section {
display: flex;
flex-direction: column;
justify-content: space-between
}
section.teacher_courses h3,
section.courseSession h3,
section.assignments h3, h4,
section.courseSession h4 {
background-color: #8B1E41;
font-size: 28px;
margin: 0;
}
section.grades,
section.details,
section.student_grades,
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments,
section.submissions {
margin-left:auto;
margin-right:auto;
}
section.student_grades{
margin-bottom: 20px;
}
div.links {
margin-bottom: 1rem;
}
span.underline {
text-decoration: underline;
}
header.submissions {
margin-bottom: 0;
}
ul.submissions {
border: 1px solid #8B1E41;
margin-bottom: 1rem;
}
ul.submissions li {
align-items: center;
border: 1px solid #8B1E41;
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 1rem;
}
ul.submissions li:nth-child(2n) {
background-color: lightgrey;
}
#assign_h4 {
display: flex;
justify-content: left;
margin: 1rem;
}
/*Table
**styles
*/
table {
margin-bottom: 1rem;
}
table, th, td {
border: 2px solid #8B1E41;
}
th {
background: #8B1E41;
color: white;
}
tr.course h4 {
background-color: inherit;
margin: 2px;
}
tr.assignment h4 {
margin: 0;
background-color: white;
color: black;
}
tr.session h4 {
margin: 0;
background-color: white;
color: black;
}
tr.course h4 {
margin: 0;
background-color: white;
color: black;
}
tr.grading td {
padding-left: 5px;
}
tr.grading td:nth-child(odd) {
width: 350px;
}
tr.roster td {
padding-left: 5px;
padding-right: 5px;
}
#hover tbody tr:hover:nth-child(n+2),
#hover section.teacher_courses tbody tr:hover.course:nth-child(2n){
box-shadow: inset 0px 0px 18px #656465;
}
tr:nth-child(2n) {
background-color: #c5c5c5;
}
tr:nth-child(2n) h4 {
background-color: #c5c5c5;
}
tr td.table_info {
width: 200px;
}
tr td.table_data {
width: 150px;
}
tr td.feedback {
width: 300px;
}
tr td.course_name {
width: 100px;
}
th, td {
padding: 0;
margin: 0;
}
td:nth-child(2n),
td:nth-child(3n) {
width: 50px;
}
#style_tables {
display: flex;
flex-direction: row;
justify-content: left;
}
#style_tables td {
padding: 5px;
}
@media (min-width:760px) {
#style_tables {
justify-content: center;
}
}
/*end
*of table
*styles*/
@media (min-width: 760px) {
h1, h2, h3, h4, h5, h6 {
margin-left: 1rem;
text-align: left;
}
header {
flex-direction: row;
}
footer {
display: flex;
justify-content: space-between;
}
footer h2,
footer address {
width: 40%;
}
address p {
text-align: left;
}
section.teacher_courses li,
section.assignments li,
section.courseSession li {
flex-direction: row;
}
section.grade,
section.teacher_courses,
section.courseSession {
width: 70%;
}
section.student_grades {
width: 100%;
}
section.details {
width: 60%;
}
section.grades {
width: 300px;
}
div.links {
margin: 0;
}
article.home_page h2 {
background-color:#8B1E41;
margin: 2rem auto;
text-align: justify;
}
tr td.table_info {
font-size: 15px;
}
}
@media (min-width: 1000px) {
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments {
width: 70%;
}
section.student_grades {
width: 100%;
margin-left: auto;
margin-right: auto;
}
section.details {
width: 485px;
}
section.grades {
width: 300px;
}
}
@media (min-width: 1100px) {
section.student_grades,
section.grade,
section.teacher_courses,
section.courseSession,
section.assignments {
width: 745px;
}
section.student_grades {
width: 1000px;
}
section.details {
width: 485px;
}
section.grades {
width: 300px;
}
}
/**
* Forms
*/
form {
background-color: #8B1E41;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: white;
margin: 1rem auto;
padding: 1rem;
width: 265px;
}
input, textarea {
margin-top: 1rem;
width: 100%;
}
form.session label {
border-bottom: 2px solid white;
}
form.assign label {
text-decoration: underline;
}
label {
display: block;
margin-top: .5rem;
}
textarea {
resize: none;
width: 100%;
}
form.session label,
form.editFeature label {
border-bottom: 2px solid white;
margin: 1rem 0 0 0;
}
form.session > ul > li, form.assign > ul > li {
flex-direction: column;
}
label.grade div {
align-items: center;
display: flex;
justify-content: space-around;
margin: 1rem auto 0 0;
text-decoration: none;
width: 95px;
}
label.grade input {
margin: 0;
}
select {
display: block;
margin-top: .5rem;
}
@media (min-width: 760px) {
form {
width: 35vw;
}
}
/**
* Error Messages
*/
p.flash {
align-items: center;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: red;
display: flex;
font-size: 16px;
font-weight: bold;
height: 3rem;
justify-content: center;
margin: 2rem auto 0;
width: 265px;
}
@media (min-width: 760px) {
p.flash {
width: 35vw;
}
}
/**
*Error Pages
*/
p.error_p {
color: #fbfbfb;
font-size: 14pt;
padding: 1rem;
}
div.error_pages {
display: flex;
flex-direction: column;
font-size: 15pt;
background: #8B1E41;
}
div.error_pages a:hover {
color:white;
}
/**
* Success Messages
*/
p.success {
align-items: center;
border: 1px solid black;
box-shadow: 2px 2px 5px black;
color: green;
display: flex;
font-weight: bold;
height: 3rem;
justify-content: center;
margin: 2rem auto 0;
width: 265px;
}
@media (min-width: 760px) {
p.success {
width: 35vw;
}
} | 0.552057 | 0.108189 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
header {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 30px 10%;
background: transparent;
}
.logo {
cursor: pointer;
margin-right: auto;
}
li,
a,
button {
font-weight: 500;
font-size: 16px;
text-decoration: none;
color: #FFF;
}
nav ul li {
display: inline-block;
padding: 0px 40px;
}
nav ul li a {
transition: all 0.3s ease 0s;
}
nav ul li a:hover {
color: #000;
transition: all 0.3s ease 0s;
}
header > button {
padding: 9px 25px;
background-color: #4caf50;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
header > button:hover {
background-color: rgba(0, 136, 169, 0.8);
}
/* Content */
.wrapper {
background: url('../img/hero-bg-1.jpg') no-repeat center center / cover;
width: 100%;
display: block;
position: relative;
z-index: 1;
}
.wrapper:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.content {
display: flex;
padding: 80px 10%;
justify-content: space-between;
color: #FFF;
}
.hero-info h1 {
font-size: 40px;
}
.hero-info p {
margin: 30px 0;
font-weight: 400;
line-height: 2;
}
.locale {
animation-name: colorChange;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline {
border-radius: 30px;
color: #ffffff;
border-color: #ffffff;
padding: 12px 30px;
font-weight: 700;
cursor: pointer;
outline: none;
}
.btn-outline:hover {
background: #ffffff;
color: #6730e3;
}
i.fa {
margin-right: 10px;
}
.social-links {
padding: 20px;
margin-top: 140px;
}
.social-links ul {
list-style: none;
display: flex;
justify-content: space-between;
}
.btn-social {
padding: 9px 25px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.bg-facebook {
background-color: #4267B2;
}
.bg-youtube {
background-color: #FF0000;
}
.bg-instagram {
background-color: #C13584;
} | assets/css/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
}
header {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 30px 10%;
background: transparent;
}
.logo {
cursor: pointer;
margin-right: auto;
}
li,
a,
button {
font-weight: 500;
font-size: 16px;
text-decoration: none;
color: #FFF;
}
nav ul li {
display: inline-block;
padding: 0px 40px;
}
nav ul li a {
transition: all 0.3s ease 0s;
}
nav ul li a:hover {
color: #000;
transition: all 0.3s ease 0s;
}
header > button {
padding: 9px 25px;
background-color: #4caf50;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
header > button:hover {
background-color: rgba(0, 136, 169, 0.8);
}
/* Content */
.wrapper {
background: url('../img/hero-bg-1.jpg') no-repeat center center / cover;
width: 100%;
display: block;
position: relative;
z-index: 1;
}
.wrapper:before {
position: absolute;
content: '';
background-image: linear-gradient(to right, rgba(32, 40, 119, 0.95), rgba(55, 46, 149, 0.95), rgba(83, 49, 177, 0.90), rgba(114, 48, 205, 0.85), rgba(150, 41, 230, 0.95));
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.content {
display: flex;
padding: 80px 10%;
justify-content: space-between;
color: #FFF;
}
.hero-info h1 {
font-size: 40px;
}
.hero-info p {
margin: 30px 0;
font-weight: 400;
line-height: 2;
}
.locale {
animation-name: colorChange;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-outline {
border-radius: 30px;
color: #ffffff;
border-color: #ffffff;
padding: 12px 30px;
font-weight: 700;
cursor: pointer;
outline: none;
}
.btn-outline:hover {
background: #ffffff;
color: #6730e3;
}
i.fa {
margin-right: 10px;
}
.social-links {
padding: 20px;
margin-top: 140px;
}
.social-links ul {
list-style: none;
display: flex;
justify-content: space-between;
}
.btn-social {
padding: 9px 25px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.bg-facebook {
background-color: #4267B2;
}
.bg-youtube {
background-color: #FF0000;
}
.bg-instagram {
background-color: #C13584;
} | 0.419053 | 0.127029 |
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: var(--font-family);
}
article[role="alert"] {
padding: 1.5rem 2rem;
border-radius: unset;
box-shadow: unset;
outline: 1px solid var(--contrast);
color: var(--contrast);
}
article[role="alert"].info {
background: var(--color-info);
}
article[role="alert"].warning {
background: var(--color-warning);
}
article[role="alert"].danger {
background: var(--color-danger);
}
article[role="alert"].success {
background: var(--color-success);
}
main > article[role="alert"]:first-child {
margin-top: 0;
}
article > :last-child:not(blockquote) {
margin-bottom: 0;
}
li ul, li ol {
margin-top: calc(var(--typography-spacing-vertical) / 4);
}
tfoot th {
border-top: var(--border-width) solid var(--table-border-color);
--border-width: 3px;
border-bottom: unset;
}
video {
max-width: 100%;
width: 100%;
}
/** Header */
.admin #header {
background-color: var(--mark-background-color);
}
#header {
text-transform: uppercase;
}
#header nav ul {
width: 100%;
justify-content: space-between;
}
nav li:not(.brand) a, nav li:not(.brand) {
color: var(--contrast);
}
nav li.brand a:hover, nav li a:hover {
color: var(--primary);
}
nav li:not(.brand) a.active {
color: var(--primary);
}
nav li.brand {
padding-left: 1em;
padding-right: 1em;
background-color: var(--contrast);
color: var(--contrast-inverse);
}
nav li.brand a {
color: var(--contrast-inverse);
}
.found {
padding-top: var(--typography-spacing-vertical);
}
.found hgroup {
border-bottom: 0.5em solid white;
display: inline-block;
padding: 0 3em 1em 0;
}
/** Footer */
#footer {
color: #F3F3F3;
padding: 10px 0;
margin-top: auto;
}
#footer .container {
border-top: 0.5em solid white;
}
@media (min-width:1200px) {
html:not(.admin) .container {
max-width:75ch
}
}
#footer #copyright {
text-align: end;
}
/** Admin */
#actions hgroup, #actions h1 {
display: inline-block;
}
#actions a {
float: right;
}
.infographic {
margin: 0 -1em;
}
.infographic img {
margin-bottom: -1px;
} | web/static/css/admin.css | h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family: var(--font-family);
}
article[role="alert"] {
padding: 1.5rem 2rem;
border-radius: unset;
box-shadow: unset;
outline: 1px solid var(--contrast);
color: var(--contrast);
}
article[role="alert"].info {
background: var(--color-info);
}
article[role="alert"].warning {
background: var(--color-warning);
}
article[role="alert"].danger {
background: var(--color-danger);
}
article[role="alert"].success {
background: var(--color-success);
}
main > article[role="alert"]:first-child {
margin-top: 0;
}
article > :last-child:not(blockquote) {
margin-bottom: 0;
}
li ul, li ol {
margin-top: calc(var(--typography-spacing-vertical) / 4);
}
tfoot th {
border-top: var(--border-width) solid var(--table-border-color);
--border-width: 3px;
border-bottom: unset;
}
video {
max-width: 100%;
width: 100%;
}
/** Header */
.admin #header {
background-color: var(--mark-background-color);
}
#header {
text-transform: uppercase;
}
#header nav ul {
width: 100%;
justify-content: space-between;
}
nav li:not(.brand) a, nav li:not(.brand) {
color: var(--contrast);
}
nav li.brand a:hover, nav li a:hover {
color: var(--primary);
}
nav li:not(.brand) a.active {
color: var(--primary);
}
nav li.brand {
padding-left: 1em;
padding-right: 1em;
background-color: var(--contrast);
color: var(--contrast-inverse);
}
nav li.brand a {
color: var(--contrast-inverse);
}
.found {
padding-top: var(--typography-spacing-vertical);
}
.found hgroup {
border-bottom: 0.5em solid white;
display: inline-block;
padding: 0 3em 1em 0;
}
/** Footer */
#footer {
color: #F3F3F3;
padding: 10px 0;
margin-top: auto;
}
#footer .container {
border-top: 0.5em solid white;
}
@media (min-width:1200px) {
html:not(.admin) .container {
max-width:75ch
}
}
#footer #copyright {
text-align: end;
}
/** Admin */
#actions hgroup, #actions h1 {
display: inline-block;
}
#actions a {
float: right;
}
.infographic {
margin: 0 -1em;
}
.infographic img {
margin-bottom: -1px;
} | 0.547464 | 0.130064 |
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxkExlR2MysFCBK8OirNw2kM.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmdsm03krrxlabhmVQFB99s.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxiJ0caWjaSBdV-xZbEgst_k.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmMSHb9EAJwuSzGfuRChQzQ.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxupRBTtN4E2_qSPBnw6AgMc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtDnm4qiMZlH5rhYv_7LI2Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtTIkQYohD4BpHvJ3NvbHoA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjBFCZ8rkaaoOvHyaB4p1V8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxs2Ua5FNUHV5nolPhplIfzg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxn1XrJsKtwhNaJmMXegB1eg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtDawAUxQv-nqIa2sHgh1E4.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxo6uqQeO3rRcuZb4avK7jaw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxkWd5At5A4dPjoTcH8-WMxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsiAiQ_a33snTsJhwZvMEaI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxgXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxlx-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxlT7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxgn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsbIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxogd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxn6R3Xv-e6B79xl5HkmgNhg.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxh0aj4r8o_EFns5janpBDyI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxi6YLLovB_TP0ww2BP_2m6E.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxpJkxLuyU7HkgJy3gZf6al0.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjXFJsAmRr-kbJgAcGJdm8k.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsI9ytsQgoRd-8mg6J4vcxU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmPkvcX8kXDzy1NrkNCBkJ4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | coworker/static/css/my_css1.css | @font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxkExlR2MysFCBK8OirNw2kM.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmdsm03krrxlabhmVQFB99s.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxiJ0caWjaSBdV-xZbEgst_k.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmMSHb9EAJwuSzGfuRChQzQ.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxupRBTtN4E2_qSPBnw6AgMc.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtDnm4qiMZlH5rhYv_7LI2Y.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtTIkQYohD4BpHvJ3NvbHoA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjBFCZ8rkaaoOvHyaB4p1V8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxs2Ua5FNUHV5nolPhplIfzg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxn1XrJsKtwhNaJmMXegB1eg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxtDawAUxQv-nqIa2sHgh1E4.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxo6uqQeO3rRcuZb4avK7jaw.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxkWd5At5A4dPjoTcH8-WMxA.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsiAiQ_a33snTsJhwZvMEaI.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxgXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxlx-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxlT7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxgn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsbIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxogd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxn6R3Xv-e6B79xl5HkmgNhg.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxh0aj4r8o_EFns5janpBDyI.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxi6YLLovB_TP0ww2BP_2m6E.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxpJkxLuyU7HkgJy3gZf6al0.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjXFJsAmRr-kbJgAcGJdm8k.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxsI9ytsQgoRd-8mg6J4vcxU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxmPkvcX8kXDzy1NrkNCBkJ4.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTQ7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTZ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTfgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTYjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNSojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v14/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hg7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hp6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hvy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hvgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hojoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v14/EInbV5DfGHOiMmvb1Xr-hhampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
} | 0.393036 | 0.104386 |
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 {
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; }
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; }
/**
* Colors
*/
.nav {
margin: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #fff; }
.nav__link {
margin-right: 2em;
padding: .25em 0; }
.nav__link:last-child {
margin-right: 0; }
.nav__label {
margin-right: 1em; }
.form__group {
margin: 1em; }
.form__label {
display: block;
margin-bottom: .25em; }
.form__input, .form__textarea, .form__select {
width: 100%;
padding: .5em; }
.form__textarea {
height: 10em; }
.post {
margin: 1em; }
.post__title {
margin-bottom: .25em;
font-size: 1.5em; }
.post__byline {
font-size: .75em; }
.post__author {
color: #daa520; }
.post__body {
margin: 1em 0; }
.post__info {
clear: left; }
.post__link {
margin-left: .5em; }
.post-list {
margin: 1em; }
.post-list__item {
margin-bottom: 2.5em; }
.post-list__title {
display: inline-block;
margin-bottom: .25em;
font-size: 1.5em; }
.post-list__byline {
margin-bottom: .75em;
font-size: .75em; }
.post-list__author {
color: #daa520; }
.post-list__info {
font-size: 1em; }
.post-list__link {
margin-left: .5em;
color: #fff; }
.post-list__link:hover {
color: #daa520; }
.comment-list {
margin: 3em; }
.comment-list__item {
clear: both;
margin-bottom: 2em; }
.comment-list__body {
margin-bottom: .25em; }
.comment-list__byline {
margin-bottom: .75em;
font-size: .75em; }
.comment-list__author {
color: #daa520; }
.comment-list__link--delete {
margin-left: .5em; }
.vote-mechanism {
float: left;
margin: 0 .5em 0 0;
text-align: center; }
.vote-mechanism__button {
padding: 2px .75em 4px;
background-color: #000;
border: 1px solid #daa520;
color: #daa520;
font-size: .75em; }
.vote-mechanism__score {
margin: .5em 0; }
.sort-options {
margin: 1em; }
.sort-options__link {
margin-left: 1em; }
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
background-color: #000;
color: #fff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 16px; }
a {
color: #daa520;
line-height: 1em;
text-decoration: none; }
a:hover {
color: #fff;
text-decoration: underline; }
button {
padding: 0;
background: none;
border: none;
color: #daa520;
cursor: pointer;
font: inherit;
line-height: 1em; }
button:hover {
color: #fff;
text-decoration: underline; }
.not-found {
margin: 1em; }
/*# sourceMappingURL=index.css.map */ | src/index.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 {
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; }
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; }
/**
* Colors
*/
.nav {
margin: 1em;
padding-bottom: 1em;
border-bottom: 1px solid #fff; }
.nav__link {
margin-right: 2em;
padding: .25em 0; }
.nav__link:last-child {
margin-right: 0; }
.nav__label {
margin-right: 1em; }
.form__group {
margin: 1em; }
.form__label {
display: block;
margin-bottom: .25em; }
.form__input, .form__textarea, .form__select {
width: 100%;
padding: .5em; }
.form__textarea {
height: 10em; }
.post {
margin: 1em; }
.post__title {
margin-bottom: .25em;
font-size: 1.5em; }
.post__byline {
font-size: .75em; }
.post__author {
color: #daa520; }
.post__body {
margin: 1em 0; }
.post__info {
clear: left; }
.post__link {
margin-left: .5em; }
.post-list {
margin: 1em; }
.post-list__item {
margin-bottom: 2.5em; }
.post-list__title {
display: inline-block;
margin-bottom: .25em;
font-size: 1.5em; }
.post-list__byline {
margin-bottom: .75em;
font-size: .75em; }
.post-list__author {
color: #daa520; }
.post-list__info {
font-size: 1em; }
.post-list__link {
margin-left: .5em;
color: #fff; }
.post-list__link:hover {
color: #daa520; }
.comment-list {
margin: 3em; }
.comment-list__item {
clear: both;
margin-bottom: 2em; }
.comment-list__body {
margin-bottom: .25em; }
.comment-list__byline {
margin-bottom: .75em;
font-size: .75em; }
.comment-list__author {
color: #daa520; }
.comment-list__link--delete {
margin-left: .5em; }
.vote-mechanism {
float: left;
margin: 0 .5em 0 0;
text-align: center; }
.vote-mechanism__button {
padding: 2px .75em 4px;
background-color: #000;
border: 1px solid #daa520;
color: #daa520;
font-size: .75em; }
.vote-mechanism__score {
margin: .5em 0; }
.sort-options {
margin: 1em; }
.sort-options__link {
margin-left: 1em; }
html {
box-sizing: border-box; }
*, *:before, *:after {
box-sizing: inherit; }
body {
background-color: #000;
color: #fff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 300;
font-size: 16px; }
a {
color: #daa520;
line-height: 1em;
text-decoration: none; }
a:hover {
color: #fff;
text-decoration: underline; }
button {
padding: 0;
background: none;
border: none;
color: #daa520;
cursor: pointer;
font: inherit;
line-height: 1em; }
button:hover {
color: #fff;
text-decoration: underline; }
.not-found {
margin: 1em; }
/*# sourceMappingURL=index.css.map */ | 0.409929 | 0.082809 |
body {
font-family: "Arial";
background: url('../img/img.jpg') no-repeat ;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family:arial , sans-serif;line-height:1;
font-weight: 700;
letter-spacing: 1px;
color: #3A3636;
text-shadow: 0.01em 0.01em 0.01em #3A3636;
}
p {
font-size: 1.25em;
line-height: 1.6;
color: #3A3636;
}
.servicios{
font-size: 13px;
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px #3A3636;
backface-visibility: hidden;
-webkit-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform;
}
.prueba {
background-color: rgb(32, 110, 181);
box-shadow: 0 0 1px #3A3636;
transform: scale(1.11);
transition-duration: 216000s;
transform: translateZ(30);
vertical-align: middle;
letter-spacing: 0px;
font-size: 1.04em;
}
.prueba:hover,
.prueba:focus,
.prueba:active {
background-color: rgb(30, 105, 173);
box-shadow: 0 0 1px #3A3636;
transform: scale(1.11);
}
.titulo1{
font-weight:bold;
font-variant:small-caps;
letter-spacing:1pt;
word-spacing:-1pt;
font-size:61px;
text-align:center;
font-family:arial black, sans-serif;line-height:2;
}
.titulo2{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:1pt;
word-spacing:-1pt;
font-size:23px;
text-align:center;
font-family:arial , sans-serif;line-height:2;
}
.telefono{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:0pt;
word-spacing:-1pt;
font-size:17px;
font-family:arial , sans-serif;line-height:1;
}
.titulofooter{
font-weight:bold;
font-variant:small-caps;
color:#FFF;
letter-spacing:0pt;
word-spacing:-1pt;
font-size:18px;
text-align:center;
font-family:arial , sans-serif;line-height:1;
}
.titulonumero{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:0pt;
word-spacing:25pt;
font-size:45px;
text-align:center;
font-family:arial , sans-serif;line-height:1;
text-shadow: 0.02em 0.02em 0.03em #3A3636;
}
hr {
max-width: 400px;
border-color: #999999;
}
.brand {
display: none;
}
.address-bar{
display: none;
text-shadow: 0.1em 1.1em 3em #000;
font-family: 'Pacifico', cursive;
line-height:1;
font-size: 1em;
margin: 1000px;
}
.navbar-brand {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-nav {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
}
.img-full {
min-width: 100%;
}
.brand-before,
.brand-name {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:37px;
text-shadow: 0.01em 0.01em 0.1em #3A3636;
font-family:arial , sans-serif;line-height:1;
}
.subtitulo {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:28px;
text-shadow: 0.01em 0.01em 0.01em #3A3636;
font-family:arial , sans-serif;line-height:1;
color:#3A3636;
}
.subtitulo2 {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:28px;
text-shadow: 0.01em 0.001em 0.001em #3A3636;
font-family:arial , sans-serif;line-height:1;
color:#3A3636;
}
.brand-before {
margin: 15px 0;
}
.brand-name {
margin: 0;
font-size: 4em;
}
.tagline-divider {
margin: 15px auto 3px;
max-width: 250px;
border-color: #999999;
}
.box {
margin-bottom: 20px;
padding: 30px 15px;
background: #fff;
background: rgba(255,255,255,0.9);
}
.intro-text {
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 1px;
}
.img-border {
float: none;
margin: 0 auto 0;
border: #999999 solid 0px;
}
.comida{
text-align: center;
}
.service-item {
margin-bottom: 30px;
}
.img-left {
float: none;
margin: 0 auto 0;
}
footer {
color: white;
width: 1170px;
}
footer p {
margin: 0;
padding: 50px 0;
color: white
}
footer a {
color: rgb(255,129,59);
}
footer a:hover{
color: rgb(214,76,0);
}
@media screen and (min-width:768px) {
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 5em;
font-weight: 700;
line-height: normal;
color: #fff;
}
.top-divider {
margin-top: 0;
}
.img-left {
float: left;
margin-right: 25px;
}
.address-bar {
display: inherit;
margin: 0;
padding: 0 0 40px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 3px;
color: #fff;
}
.navbar {
border-radius: 0;
}
.navbar-header {
display: none;
}
.navbar {
min-height: 0;
margin-top: -25px;
}
.navbar-default {
border: none;
background: #fff;
background: rgb(235, 95, 0);
}
.nav>li>a {
padding: 35px;
}
.navbar-nav>li>a {
line-height: normal;
}
.navbar-nav {
display: table;
float: none;
margin: auto;
table-layout: fixed;
font-size: 1.25em;
font-weight: bold;
}
}
@media screen and (min-width:1200px) {
.box:after {
content: '';
display: table;
clear: both;
}
} | css/business-casual.css | body {
font-family: "Arial";
background: url('../img/img.jpg') no-repeat ;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-transform: uppercase;
font-family:arial , sans-serif;line-height:1;
font-weight: 700;
letter-spacing: 1px;
color: #3A3636;
text-shadow: 0.01em 0.01em 0.01em #3A3636;
}
p {
font-size: 1.25em;
line-height: 1.6;
color: #3A3636;
}
.servicios{
font-size: 13px;
}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
transform: translateZ(0);
box-shadow: 0 0 1px #3A3636;
backface-visibility: hidden;
-webkit-osx-font-smoothing: grayscale;
transition-duration: 0.3s;
transition-property: transform;
}
.prueba {
background-color: rgb(32, 110, 181);
box-shadow: 0 0 1px #3A3636;
transform: scale(1.11);
transition-duration: 216000s;
transform: translateZ(30);
vertical-align: middle;
letter-spacing: 0px;
font-size: 1.04em;
}
.prueba:hover,
.prueba:focus,
.prueba:active {
background-color: rgb(30, 105, 173);
box-shadow: 0 0 1px #3A3636;
transform: scale(1.11);
}
.titulo1{
font-weight:bold;
font-variant:small-caps;
letter-spacing:1pt;
word-spacing:-1pt;
font-size:61px;
text-align:center;
font-family:arial black, sans-serif;line-height:2;
}
.titulo2{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:1pt;
word-spacing:-1pt;
font-size:23px;
text-align:center;
font-family:arial , sans-serif;line-height:2;
}
.telefono{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:0pt;
word-spacing:-1pt;
font-size:17px;
font-family:arial , sans-serif;line-height:1;
}
.titulofooter{
font-weight:bold;
font-variant:small-caps;
color:#FFF;
letter-spacing:0pt;
word-spacing:-1pt;
font-size:18px;
text-align:center;
font-family:arial , sans-serif;line-height:1;
}
.titulonumero{
font-weight:bold;
font-variant:small-caps;
color:#3A3636;
letter-spacing:0pt;
word-spacing:25pt;
font-size:45px;
text-align:center;
font-family:arial , sans-serif;line-height:1;
text-shadow: 0.02em 0.02em 0.03em #3A3636;
}
hr {
max-width: 400px;
border-color: #999999;
}
.brand {
display: none;
}
.address-bar{
display: none;
text-shadow: 0.1em 1.1em 3em #000;
font-family: 'Pacifico', cursive;
line-height:1;
font-size: 1em;
margin: 1000px;
}
.navbar-brand {
text-transform: uppercase;
font-weight: 900;
letter-spacing: 2px;
}
.navbar-nav {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 3px;
}
.img-full {
min-width: 100%;
}
.brand-before,
.brand-name {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:37px;
text-shadow: 0.01em 0.01em 0.1em #3A3636;
font-family:arial , sans-serif;line-height:1;
}
.subtitulo {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:28px;
text-shadow: 0.01em 0.01em 0.01em #3A3636;
font-family:arial , sans-serif;line-height:1;
color:#3A3636;
}
.subtitulo2 {
text-transform: capitalize;
letter-spacing:0pt;
word-spacing:2pt;
font-size:28px;
text-shadow: 0.01em 0.001em 0.001em #3A3636;
font-family:arial , sans-serif;line-height:1;
color:#3A3636;
}
.brand-before {
margin: 15px 0;
}
.brand-name {
margin: 0;
font-size: 4em;
}
.tagline-divider {
margin: 15px auto 3px;
max-width: 250px;
border-color: #999999;
}
.box {
margin-bottom: 20px;
padding: 30px 15px;
background: #fff;
background: rgba(255,255,255,0.9);
}
.intro-text {
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 1px;
}
.img-border {
float: none;
margin: 0 auto 0;
border: #999999 solid 0px;
}
.comida{
text-align: center;
}
.service-item {
margin-bottom: 30px;
}
.img-left {
float: none;
margin: 0 auto 0;
}
footer {
color: white;
width: 1170px;
}
footer p {
margin: 0;
padding: 50px 0;
color: white
}
footer a {
color: rgb(255,129,59);
}
footer a:hover{
color: rgb(214,76,0);
}
@media screen and (min-width:768px) {
.brand {
display: inherit;
margin: 0;
padding: 30px 0 10px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 5em;
font-weight: 700;
line-height: normal;
color: #fff;
}
.top-divider {
margin-top: 0;
}
.img-left {
float: left;
margin-right: 25px;
}
.address-bar {
display: inherit;
margin: 0;
padding: 0 0 40px;
text-align: center;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
text-transform: uppercase;
font-size: 1.25em;
font-weight: 400;
letter-spacing: 3px;
color: #fff;
}
.navbar {
border-radius: 0;
}
.navbar-header {
display: none;
}
.navbar {
min-height: 0;
margin-top: -25px;
}
.navbar-default {
border: none;
background: #fff;
background: rgb(235, 95, 0);
}
.nav>li>a {
padding: 35px;
}
.navbar-nav>li>a {
line-height: normal;
}
.navbar-nav {
display: table;
float: none;
margin: auto;
table-layout: fixed;
font-size: 1.25em;
font-weight: bold;
}
}
@media screen and (min-width:1200px) {
.box:after {
content: '';
display: table;
clear: both;
}
} | 0.437343 | 0.096238 |
@import url("reset.css");
@import url("cssmenu.css");
html, body {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
background: #202223;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
color: #707070;
}
h1, h2, h3 {
margin: 0;
padding: 0;
}
p, ol, ul {
margin-top: 0px;
}
p {
line-height: 180%;
}
strong {
}
a {
color: #FEE722;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
img.border {
}
img.alignleft {
float: left;
}
img.alignright {
float: right;
}
img.aligncenter {
margin: 0px auto;
}
hr {
display: none;
}
/** WRAPPER */
#wrapper {
}
#banner-wrapper
{
overflow: hidden;
height: 25em;
background: url(banner.jpg) no-repeat top center;
background-size: cover;
}
#header-wrapper
{
background: #181818;
}
.container {
width: 1200px;
margin: 0px auto;
}
.clearfix {
clear: both;
}
/** HEADER */
#header {
/*overflow: hidden;*/
height: 60px;
}
/** LOGO */
#logo {
margin-top: 20px;
position: relative;
float: left;
width: 480px;
}
#logo h1, #logo p {
margin: 0px;
line-height: normal;
}
#logo h1 a {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
line-height: 60px;
color: #FFF;
}
/** MENU */
#menu {
float: right;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
padding: 0px 2em;
}
#menu a {
display: block;
line-height: 60px;
text-decoration: none;
text-transform: uppercase;
color: #FFF;
}
#menu a:hover {
text-decoration: underline;
}
/** PAGE */
#page {
overflow: hidden;
padding: 5em 0em 0em 0em;
}
/** CONTENT */
#content {
float: left;
width: 800px;
}
.post {
overflow: hidden;
padding: 50px 50px 30px 50px;
margin-bottom: 40px;
border: 1px solid #E7EBED;
border-radius: 8px;
background: #FFF;
}
/*.post ul*/
/*{*/
/*margin-top: -20px;*/
/*margin-bottom: -20px;*/
/*}*/
.post a
{
color: #262626;
}
.post .title {
padding: 7px 0px 0px 0px;
letter-spacing: -1px;
}
.post .title a {
border: none;
font-size: 1.5em;
letter-spacing: -2px;
text-decoration: none;
font-weight: 600;
color: #222222;
}
.post .meta {
margin-bottom: 30px;
padding: 10px 0px 0px 0px;
text-align: left;
font-weight: 300;
}
.post .meta .date {
border: none;
font-size: 2em;
letter-spacing: -2px;
text-decoration: none;
font-weight: 600;
color: #222222;
float: left;
}
.post .meta .posted {
font-weight: 600;
color: #222222;
float: right;
}
.post .meta a {
}
.post .entry {
padding: 0px 0px 40px 0px;
text-align: justify;
}
.links {
padding-top: 20px;
margin-bottom: 30px;
}
.more {
display: block;
float: left;
width: 88px;
padding: 5px 5px;
margin-right: 10px;
background: #222222;
border-radius: 8px;
color: #FFFFFF !important;
text-align: center;
text-decoration: none;
}
.comments {
display: block;
float: left;
width: 88px;
padding: 5px 5px;
background: #222222;
color: #FFFFFF !important;
border-radius: 8px;
text-align: center;
text-decoration: none;
}
/** SIDEBAR */
#sidebar {
float: left;
width: 300px;
margin-right: 48px;
padding-top: 50px;
padding-bottom: 38px;
border: 1px solid #D3D7D9;
border-radius: 8px;
font-family: Montserrat, sans-serif;
background: #181818;
font-size: 12px;
}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
margin-bottom: 10px;
}
#sidebar a{
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #dddddd;
font-weight: 700;
}
#cssmenu a:hover {
color: #ffffff;
}
/*
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin: 0;
padding: 0;
}
#sidebar li ul {
margin: 0px 0px;
padding-bottom: 60px;
}
#sidebar li li {
line-height: 40px;
border-bottom: 1px solid #282A2B;
margin: 0px 0px;
margin-right: 40px;
border-left: none;
}
#sidebar li li span {
display: block;
margin-top: -20px;
padding: 0;
font-size: 11px;
font-style: italic;
}
#sidebar li li a {
color: #707070;
}
#sidebar h2 {
height: 38px;
padding: 0px 0px 30px 0px;
letter-spacing: -.5px;
font-size: 1.8em;
font-weight: 600;
color: #FFFFFF;
}
#sidebar p {
margin: 0 0px;
padding: 0px 30px 20px 30px;
text-align: justify;
}
#sidebar a {
border: none;
}
#sidebar a:hover {
text-decoration: underline;
}
*/
/* Footer */
#footer {
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
padding-top: 30px;
padding-bottom: 10px;
border-top: 1px solid #282A2B;
}
#footer p {
text-align: center;
}
#footer a {
color: #6B6B6B;
} | WebShop/app/assets/stylesheets/application.css | @import url("reset.css");
@import url("cssmenu.css");
html, body {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
background: #202223;
font-family: 'Open Sans', sans-serif;
font-size: 10pt;
color: #707070;
}
h1, h2, h3 {
margin: 0;
padding: 0;
}
p, ol, ul {
margin-top: 0px;
}
p {
line-height: 180%;
}
strong {
}
a {
color: #FEE722;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
img.border {
}
img.alignleft {
float: left;
}
img.alignright {
float: right;
}
img.aligncenter {
margin: 0px auto;
}
hr {
display: none;
}
/** WRAPPER */
#wrapper {
}
#banner-wrapper
{
overflow: hidden;
height: 25em;
background: url(banner.jpg) no-repeat top center;
background-size: cover;
}
#header-wrapper
{
background: #181818;
}
.container {
width: 1200px;
margin: 0px auto;
}
.clearfix {
clear: both;
}
/** HEADER */
#header {
/*overflow: hidden;*/
height: 60px;
}
/** LOGO */
#logo {
margin-top: 20px;
position: relative;
float: left;
width: 480px;
}
#logo h1, #logo p {
margin: 0px;
line-height: normal;
}
#logo h1 a {
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
line-height: 60px;
color: #FFF;
}
/** MENU */
#menu {
float: right;
}
#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
padding: 0px 2em;
}
#menu a {
display: block;
line-height: 60px;
text-decoration: none;
text-transform: uppercase;
color: #FFF;
}
#menu a:hover {
text-decoration: underline;
}
/** PAGE */
#page {
overflow: hidden;
padding: 5em 0em 0em 0em;
}
/** CONTENT */
#content {
float: left;
width: 800px;
}
.post {
overflow: hidden;
padding: 50px 50px 30px 50px;
margin-bottom: 40px;
border: 1px solid #E7EBED;
border-radius: 8px;
background: #FFF;
}
/*.post ul*/
/*{*/
/*margin-top: -20px;*/
/*margin-bottom: -20px;*/
/*}*/
.post a
{
color: #262626;
}
.post .title {
padding: 7px 0px 0px 0px;
letter-spacing: -1px;
}
.post .title a {
border: none;
font-size: 1.5em;
letter-spacing: -2px;
text-decoration: none;
font-weight: 600;
color: #222222;
}
.post .meta {
margin-bottom: 30px;
padding: 10px 0px 0px 0px;
text-align: left;
font-weight: 300;
}
.post .meta .date {
border: none;
font-size: 2em;
letter-spacing: -2px;
text-decoration: none;
font-weight: 600;
color: #222222;
float: left;
}
.post .meta .posted {
font-weight: 600;
color: #222222;
float: right;
}
.post .meta a {
}
.post .entry {
padding: 0px 0px 40px 0px;
text-align: justify;
}
.links {
padding-top: 20px;
margin-bottom: 30px;
}
.more {
display: block;
float: left;
width: 88px;
padding: 5px 5px;
margin-right: 10px;
background: #222222;
border-radius: 8px;
color: #FFFFFF !important;
text-align: center;
text-decoration: none;
}
.comments {
display: block;
float: left;
width: 88px;
padding: 5px 5px;
background: #222222;
color: #FFFFFF !important;
border-radius: 8px;
text-align: center;
text-decoration: none;
}
/** SIDEBAR */
#sidebar {
float: left;
width: 300px;
margin-right: 48px;
padding-top: 50px;
padding-bottom: 38px;
border: 1px solid #D3D7D9;
border-radius: 8px;
font-family: Montserrat, sans-serif;
background: #181818;
font-size: 12px;
}
#sidebar ul {
list-style: none;
}
#sidebar ul li {
margin-bottom: 10px;
}
#sidebar a{
font-size: 12px;
letter-spacing: 1px;
text-decoration: none;
color: #dddddd;
font-weight: 700;
}
#cssmenu a:hover {
color: #ffffff;
}
/*
#sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
#sidebar li {
margin: 0;
padding: 0;
}
#sidebar li ul {
margin: 0px 0px;
padding-bottom: 60px;
}
#sidebar li li {
line-height: 40px;
border-bottom: 1px solid #282A2B;
margin: 0px 0px;
margin-right: 40px;
border-left: none;
}
#sidebar li li span {
display: block;
margin-top: -20px;
padding: 0;
font-size: 11px;
font-style: italic;
}
#sidebar li li a {
color: #707070;
}
#sidebar h2 {
height: 38px;
padding: 0px 0px 30px 0px;
letter-spacing: -.5px;
font-size: 1.8em;
font-weight: 600;
color: #FFFFFF;
}
#sidebar p {
margin: 0 0px;
padding: 0px 30px 20px 30px;
text-align: justify;
}
#sidebar a {
border: none;
}
#sidebar a:hover {
text-decoration: underline;
}
*/
/* Footer */
#footer {
overflow: hidden;
padding-left: 0px;
padding-right: 0px;
padding-top: 30px;
padding-bottom: 10px;
border-top: 1px solid #282A2B;
}
#footer p {
text-align: center;
}
#footer a {
color: #6B6B6B;
} | 0.165391 | 0.058051 |
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir.eot');
src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir.woff2') format('woff2'),
url('../fonts/Vazir.woff') format('woff'),
url('../fonts/Vazir.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Bold.eot');
src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Bold.woff2') format('woff2'),
url('../fonts/Vazir-Bold.woff') format('woff'),
url('../fonts/Vazir-Bold.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Thin.eot');
src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Thin.woff2') format('woff2'),
url('../fonts/Vazir-Thin.woff') format('woff'),
url('../fonts/Vazir-Thin.ttf') format('truetype');
font-weight: 100;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Light.eot');
src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Light.woff2') format('woff2'),
url('../fonts/Vazir-Light.woff') format('woff'),
url('../fonts/Vazir-Light.ttf') format('truetype');
font-weight: 300;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Medium.eot');
src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Medium.woff2') format('woff2'),
url('../fonts/Vazir-Medium.woff') format('woff'),
url('../fonts/Vazir-Medium.ttf') format('truetype');
font-weight: 500;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Black.eot');
src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Black.woff2') format('woff2'),
url('../fonts/Vazir-Black.woff') format('woff'),
url('../fonts/Vazir-Black.ttf') format('truetype');
font-weight: 900;
}
body{
font-family: Vazir, serif;
} | public/css/font.css | @font-face {
font-family: Vazir;
src: url('../fonts/Vazir.eot');
src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir.woff2') format('woff2'),
url('../fonts/Vazir.woff') format('woff'),
url('../fonts/Vazir.ttf') format('truetype');
font-weight: normal;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Bold.eot');
src: url('../fonts/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Bold.woff2') format('woff2'),
url('../fonts/Vazir-Bold.woff') format('woff'),
url('../fonts/Vazir-Bold.ttf') format('truetype');
font-weight: bold;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Thin.eot');
src: url('../fonts/Vazir-Thin.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Thin.woff2') format('woff2'),
url('../fonts/Vazir-Thin.woff') format('woff'),
url('../fonts/Vazir-Thin.ttf') format('truetype');
font-weight: 100;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Light.eot');
src: url('../fonts/Vazir-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Light.woff2') format('woff2'),
url('../fonts/Vazir-Light.woff') format('woff'),
url('../fonts/Vazir-Light.ttf') format('truetype');
font-weight: 300;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Medium.eot');
src: url('../fonts/Vazir-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Medium.woff2') format('woff2'),
url('../fonts/Vazir-Medium.woff') format('woff'),
url('../fonts/Vazir-Medium.ttf') format('truetype');
font-weight: 500;
}
@font-face {
font-family: Vazir;
src: url('../fonts/Vazir-Black.eot');
src: url('../fonts/Vazir-Black.eot?#iefix') format('embedded-opentype'),
url('../fonts/Vazir-Black.woff2') format('woff2'),
url('../fonts/Vazir-Black.woff') format('woff'),
url('../fonts/Vazir-Black.ttf') format('truetype');
font-weight: 900;
}
body{
font-family: Vazir, serif;
} | 0.261237 | 0.052038 |
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 {
margin: 0;
padding: 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;
}
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;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'PT Sans Narrow', sans-serif;
color: black;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'PT Sans', sans-serif;
color: white;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 2.8rem;
}
p {
font-size: 1.6rem;
line-height: 1.4;
}
.container {
margin: 0 auto;
}
header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
width: 100%;
height: 70px;
background-color: rgba(0, 0, 0, 0.9);
position: fixed;
z-index: 10;
}
@media (max-width: 800px) {
header {
height: 60px;
}
}
header .logo {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 170px;
margin-left: 17px;
text-decoration: none;
}
header .logo img {
height: 60%;
}
header .logo h1 {
font-size: 2.5rem;
color: #DC143C;
}
@media (max-width: 800px) {
header .logo h1 {
font-size: 2rem;
}
}
header nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 320px;
margin-right: 17px;
}
@media (max-width: 800px) {
header nav {
width: 280px;
}
}
header nav a {
font-size: 1.7rem;
font-family: 'PT Sans', sans-serif;
text-decoration: none;
color: #F1F1F1;
}
@media (max-width: 800px) {
header nav a {
font-size: 1.5rem;
}
}
@media (max-width: 700px) {
header nav a {
display: none;
}
}
header nav a:hover {
animation-name: colorChange;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes colorChange {
to {
color: #DC143C;
}
}
header nav #menu {
width: 35px;
height: 50px;
margin: 23px 20px 20px 20px;
cursor: pointer;
}
header nav #menu .bar {
height: 5px;
width: 100%;
background-color: white;
display: block;
border-radius: 5px;
}
@media (min-width: 700px) {
header nav #menu .bar {
display: none;
}
}
header nav #menu #bar1 {
transform: translateY(-4px);
}
header nav #menu #bar3 {
transform: translateY(4px);
}
header nav .nav {
padding: 0;
display: none;
}
header nav .nav li {
list-style: none;
padding: 16px 0;
margin: 0 20px;
transition: 0.3s ease;
}
header nav .nav li a {
color: #fff;
text-decoration: none;
}
header nav .nav li a:hover {
font-weight: bold;
}
@media (max-width: 700px) {
header nav .nav li a {
display: block;
}
}
header nav .menu-bg,
header nav #menu-bar {
top: 0;
right: 0;
position: absolute;
}
header nav .menu-bg {
z-index: 1;
width: 0;
height: 0;
background: rgba(28, 26, 26, 0.95);
transition: 0.3s ease;
margin: 30px 0 20px 20px;
}
header nav #menu-bar {
z-index: 2;
}
@media (min-width: 700px) {
header nav #menu-bar {
z-index: -10;
display: none;
}
}
header nav #menu-bar:hover {
height: 59.5px;
animation-name: hamburgerBgChange;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange {
to {
background-color: #DC143C;
}
}
header nav .change-bg {
width: 101.5px;
height: 270px;
transform: translate(0, 30px);
}
header nav .change .bar {
background-color: white !important;
}
header nav .change {
display: block !important;
}
.cta_banner {
display: flex;
flex-direction: row;
justify-content: normal;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow-y: hidden !important;
}
.cta_banner .cta_banner_vid {
position: absolute;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
z-index: -100;
overflow: hidden;
}
.cta_banner .cta_banner_vid video {
max-width: 100%;
}
@media (min-width: 1000px) {
.cta_banner .cta_banner_vid video {
max-width: 300% !important;
}
}
@media (max-width: 1000px) {
.cta_banner .cta_banner_vid video {
max-width: 250%;
}
}
@media (max-width: 800px) {
.cta_banner .cta_banner_vid video {
max-width: 240%;
}
}
@media (max-width: 700px) {
.cta_banner .cta_banner_vid video {
max-width: 320%;
}
}
@media (max-width: 500px) {
.cta_banner .cta_banner_vid video {
max-width: 350%;
}
}
.cta_banner .cta_banner_overlay {
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 1;
}
.cta_banner .cta_content {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: start;
align-content: center;
width: 80%;
margin: 0 auto;
padding: 5%;
background-color: rgba(0, 0, 0, 0.9);
border: 2px solid white;
}
@media (max-width: 800px) {
.cta_banner .cta_content {
width: 95%;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content {
width: 95%;
}
}
.cta_banner .cta_content h2 {
color: white;
opacity: 1;
font-size: 3.4rem;
}
@media (max-width: 800px) {
.cta_banner .cta_content h2 {
font-size: 3rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content h2 {
font-size: 3rem;
}
}
.cta_banner .cta_content p {
color: white;
font-size: 2rem;
margin: 3% 0;
}
@media (max-width: 800px) {
.cta_banner .cta_content p {
font-size: 1.7rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content p {
font-size: 1.7rem;
}
}
.cta_banner .cta_content .cta_button {
text-decoration: none;
font-family: 'PT Sans', sans-serif;
font-size: 3rem;
padding: 1.5% 5%;
color: white;
border: 1px solid #DC143C;
background: #DC143C;
z-index: 10;
}
@media (max-width: 800px) {
.cta_banner .cta_content .cta_button {
font-size: 2.2rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content .cta_button {
font-size: 2.2rem;
}
}
.cta_banner .cta_content .cta_button:hover {
animation-name: ButtonColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes ButtonColorChange {
from {
background: #DC143C;
color: #DC143C;
border: 1px solid #DC143C;
}
to {
background: black;
color: #DC143C;
border: 1px solid #DC143C;
}
}
.about-header .logo h1 {
color: #4527a0;
}
.about-header nav a:hover {
animation-name: aboutNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes aboutNavColorChange {
to {
color: #4527a0;
}
}
.about-header .about-menu-bar:hover {
animation-name: hamburgerBgChange-about !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-about {
to {
background-color: #4527a0;
}
}
.about_banner .about_content {
border: 2px solid #4527a0;
padding: 0 5% 2% 5%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.about_banner .about_content .icon-h2-row {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.about_banner .about_content .icon-h2-row img {
height: 170px;
width: auto;
}
@media (max-height: 700px) {
.about_banner .about_content .icon-h2-row img {
height: 100px;
width: auto;
}
}
@media (max-height: 600px) {
.about_banner .about_content .icon-h2-row img {
height: 80px;
width: auto;
}
}
@media (max-height: 500px) {
.about_banner .about_content .icon-h2-row img {
height: 60px;
width: auto;
}
}
.about_banner .about_content .icon-h2-row h2 {
font-size: 5rem;
color: white;
}
@media (max-width: 500px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4rem;
}
}
@media (max-height: 600px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4rem;
}
}
@media (max-height: 700px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4.5rem;
}
}
.about_banner .about_content h3 {
text-align: center;
margin-top: 3%;
font-size: 2rem;
color: #4527a0;
}
@media (max-width: 500px) {
.about_banner .about_content h3 {
font-size: 1.6rem;
}
}
@media (max-height: 700px) {
.about_banner .about_content h3 {
margin: 1%;
}
}
@media (max-height: 700px) {
.about_banner .about_content p {
margin: 0;
}
}
.about_banner .about_content .about_button {
background: #4527a0;
border: 1px solid #4527a0;
}
.about_banner .about_content .about_button:hover {
animation-name: buttonColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes buttonColorChange {
from {
background: #4527a0;
border: 1px solid #4527a0;
color: white;
}
to {
background: black;
color: #4527a0;
border: 1px solid #4527a0;
}
}
.ourTeam-header {
background: #000000;
}
.ourTeam-header .logo h1 {
color: #4527a0;
}
.ourTeam-header nav a:hover {
animation-name: ourTeamNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes ourTeamNavColorChange {
to {
color: #4527a0;
}
}
.ourTeam-header .ourTeam-menu-bar:hover {
animation-name: hamburgerBgChange-ourTeam !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-ourTeam {
to {
background-color: #4527a0;
}
}
.ourTeam-container {
width: 100%;
background: #111419;
}
.ourTeam-main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0 auto;
padding-top: 55px;
width: 1000px;
background: rbga(0, 0, 0, 0.9);
}
@media (max-width: 1000px) {
.ourTeam-main {
width: 100%;
}
}
.ourTeam-main h1 {
color: white;
font-weight: 900;
font-size: 7rem;
font-family: 'PT Sans', sans-serif;
margin-top: 30px;
width: 100%;
height: 130px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 1000px) {
.ourTeam-main h1 {
margin-top: 30px;
height: 100px;
font-size: 6rem;
}
}
@media (max-width: 800px) {
.ourTeam-main h1 {
margin-top: 17px;
height: 80px;
font-size: 5rem;
}
}
@media (max-width: 500px) {
.ourTeam-main h1 {
margin-top: 15px;
height: 60px;
font-size: 4rem;
}
}
.ourTeam-main .row {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 80%;
padding: 3% 6%;
margin: 1.5% 3%;
border: 2px solid #4527a0;
background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 800px) {
.ourTeam-main .row {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.ourTeam-main .row:nth-of-type(2n+1) {
flex-direction: column-reverse;
}
}
.ourTeam-main .row .row-text {
text-align: center;
width: 55%;
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text {
margin-top: 3%;
width: 70%;
}
}
.ourTeam-main .row .row-text h2 {
color: white;
font-weight: 900;
font-size: 4rem;
font-family: 'PT Sans', sans-serif;
}
@media (max-width: 1000px) {
.ourTeam-main .row .row-text h2 {
font-size: 3.5rem;
}
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text h2 {
font-size: 3rem;
}
}
.ourTeam-main .row .row-text p {
color: white;
font-weight: 500;
font-size: 2rem;
font-family: 'PT Sans', sans-serif;
}
@media (max-width: 1000px) {
.ourTeam-main .row .row-text p {
font-size: 1.8rem;
}
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text p {
font-size: 1.7rem;
}
}
.ourTeam-main .row .row-text .github-linkedin i.fab {
background: #4527a0;
color: white;
font-size: 2rem;
padding: 2% 6%;
border-radius: 5px;
margin: 6% 3% 0 3%;
}
.ourTeam-main .row .row-text .github-linkedin i.fab:hover {
animation-name: github-linkedin-animation;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes github-linkedin-animation {
to {
background: white;
color: #4527a0;
}
}
.ourTeam-main .row img {
border-radius: 100%;
width: 30%;
}
footer {
height: 13vh;
background: #212529;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 5% 0;
}
footer .multimedia {
width: 50%;
text-align: center;
}
footer .multimedia .fab {
color: #4527a0;
font-size: 2rem;
margin: 3%;
padding: 0.5% 2%;
border-radius: 5px;
background: #dee2e6;
}
footer .multimedia .fab:hover {
animation-name: multimedia-animation;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
@keyframes multimedia-animation {
to {
background: #212529;
color: white;
}
}
footer .copyright {
color: white;
font-family: 'PT Sans', sans-serif;
font-size: 12.8px;
margin-bottom: 1%;
}
.logIn-header .logo h1 {
color: #78eb04;
}
.logIn-header nav a:hover {
animation-name: logInNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes logInNavColorChange {
to {
color: #78eb04;
}
}
.logIn-header .logIn-menu-bar:hover {
animation-name: hamburgerBgChange-logIn !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-logIn {
to {
background-color: #78eb04;
}
} | css/index.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 {
margin: 0;
padding: 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;
}
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;
}
* {
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
html,
body {
font-family: 'PT Sans Narrow', sans-serif;
color: black;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'PT Sans', sans-serif;
color: white;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 2.8rem;
}
p {
font-size: 1.6rem;
line-height: 1.4;
}
.container {
margin: 0 auto;
}
header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
width: 100%;
height: 70px;
background-color: rgba(0, 0, 0, 0.9);
position: fixed;
z-index: 10;
}
@media (max-width: 800px) {
header {
height: 60px;
}
}
header .logo {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 170px;
margin-left: 17px;
text-decoration: none;
}
header .logo img {
height: 60%;
}
header .logo h1 {
font-size: 2.5rem;
color: #DC143C;
}
@media (max-width: 800px) {
header .logo h1 {
font-size: 2rem;
}
}
header nav {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 320px;
margin-right: 17px;
}
@media (max-width: 800px) {
header nav {
width: 280px;
}
}
header nav a {
font-size: 1.7rem;
font-family: 'PT Sans', sans-serif;
text-decoration: none;
color: #F1F1F1;
}
@media (max-width: 800px) {
header nav a {
font-size: 1.5rem;
}
}
@media (max-width: 700px) {
header nav a {
display: none;
}
}
header nav a:hover {
animation-name: colorChange;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes colorChange {
to {
color: #DC143C;
}
}
header nav #menu {
width: 35px;
height: 50px;
margin: 23px 20px 20px 20px;
cursor: pointer;
}
header nav #menu .bar {
height: 5px;
width: 100%;
background-color: white;
display: block;
border-radius: 5px;
}
@media (min-width: 700px) {
header nav #menu .bar {
display: none;
}
}
header nav #menu #bar1 {
transform: translateY(-4px);
}
header nav #menu #bar3 {
transform: translateY(4px);
}
header nav .nav {
padding: 0;
display: none;
}
header nav .nav li {
list-style: none;
padding: 16px 0;
margin: 0 20px;
transition: 0.3s ease;
}
header nav .nav li a {
color: #fff;
text-decoration: none;
}
header nav .nav li a:hover {
font-weight: bold;
}
@media (max-width: 700px) {
header nav .nav li a {
display: block;
}
}
header nav .menu-bg,
header nav #menu-bar {
top: 0;
right: 0;
position: absolute;
}
header nav .menu-bg {
z-index: 1;
width: 0;
height: 0;
background: rgba(28, 26, 26, 0.95);
transition: 0.3s ease;
margin: 30px 0 20px 20px;
}
header nav #menu-bar {
z-index: 2;
}
@media (min-width: 700px) {
header nav #menu-bar {
z-index: -10;
display: none;
}
}
header nav #menu-bar:hover {
height: 59.5px;
animation-name: hamburgerBgChange;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange {
to {
background-color: #DC143C;
}
}
header nav .change-bg {
width: 101.5px;
height: 270px;
transform: translate(0, 30px);
}
header nav .change .bar {
background-color: white !important;
}
header nav .change {
display: block !important;
}
.cta_banner {
display: flex;
flex-direction: row;
justify-content: normal;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
overflow-y: hidden !important;
}
.cta_banner .cta_banner_vid {
position: absolute;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
z-index: -100;
overflow: hidden;
}
.cta_banner .cta_banner_vid video {
max-width: 100%;
}
@media (min-width: 1000px) {
.cta_banner .cta_banner_vid video {
max-width: 300% !important;
}
}
@media (max-width: 1000px) {
.cta_banner .cta_banner_vid video {
max-width: 250%;
}
}
@media (max-width: 800px) {
.cta_banner .cta_banner_vid video {
max-width: 240%;
}
}
@media (max-width: 700px) {
.cta_banner .cta_banner_vid video {
max-width: 320%;
}
}
@media (max-width: 500px) {
.cta_banner .cta_banner_vid video {
max-width: 350%;
}
}
.cta_banner .cta_banner_overlay {
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 1;
}
.cta_banner .cta_content {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: start;
align-content: center;
width: 80%;
margin: 0 auto;
padding: 5%;
background-color: rgba(0, 0, 0, 0.9);
border: 2px solid white;
}
@media (max-width: 800px) {
.cta_banner .cta_content {
width: 95%;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content {
width: 95%;
}
}
.cta_banner .cta_content h2 {
color: white;
opacity: 1;
font-size: 3.4rem;
}
@media (max-width: 800px) {
.cta_banner .cta_content h2 {
font-size: 3rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content h2 {
font-size: 3rem;
}
}
.cta_banner .cta_content p {
color: white;
font-size: 2rem;
margin: 3% 0;
}
@media (max-width: 800px) {
.cta_banner .cta_content p {
font-size: 1.7rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content p {
font-size: 1.7rem;
}
}
.cta_banner .cta_content .cta_button {
text-decoration: none;
font-family: 'PT Sans', sans-serif;
font-size: 3rem;
padding: 1.5% 5%;
color: white;
border: 1px solid #DC143C;
background: #DC143C;
z-index: 10;
}
@media (max-width: 800px) {
.cta_banner .cta_content .cta_button {
font-size: 2.2rem;
}
}
@media (max-height: 600px) {
.cta_banner .cta_content .cta_button {
font-size: 2.2rem;
}
}
.cta_banner .cta_content .cta_button:hover {
animation-name: ButtonColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes ButtonColorChange {
from {
background: #DC143C;
color: #DC143C;
border: 1px solid #DC143C;
}
to {
background: black;
color: #DC143C;
border: 1px solid #DC143C;
}
}
.about-header .logo h1 {
color: #4527a0;
}
.about-header nav a:hover {
animation-name: aboutNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes aboutNavColorChange {
to {
color: #4527a0;
}
}
.about-header .about-menu-bar:hover {
animation-name: hamburgerBgChange-about !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-about {
to {
background-color: #4527a0;
}
}
.about_banner .about_content {
border: 2px solid #4527a0;
padding: 0 5% 2% 5%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.about_banner .about_content .icon-h2-row {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.about_banner .about_content .icon-h2-row img {
height: 170px;
width: auto;
}
@media (max-height: 700px) {
.about_banner .about_content .icon-h2-row img {
height: 100px;
width: auto;
}
}
@media (max-height: 600px) {
.about_banner .about_content .icon-h2-row img {
height: 80px;
width: auto;
}
}
@media (max-height: 500px) {
.about_banner .about_content .icon-h2-row img {
height: 60px;
width: auto;
}
}
.about_banner .about_content .icon-h2-row h2 {
font-size: 5rem;
color: white;
}
@media (max-width: 500px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4rem;
}
}
@media (max-height: 600px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4rem;
}
}
@media (max-height: 700px) {
.about_banner .about_content .icon-h2-row h2 {
font-size: 4.5rem;
}
}
.about_banner .about_content h3 {
text-align: center;
margin-top: 3%;
font-size: 2rem;
color: #4527a0;
}
@media (max-width: 500px) {
.about_banner .about_content h3 {
font-size: 1.6rem;
}
}
@media (max-height: 700px) {
.about_banner .about_content h3 {
margin: 1%;
}
}
@media (max-height: 700px) {
.about_banner .about_content p {
margin: 0;
}
}
.about_banner .about_content .about_button {
background: #4527a0;
border: 1px solid #4527a0;
}
.about_banner .about_content .about_button:hover {
animation-name: buttonColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes buttonColorChange {
from {
background: #4527a0;
border: 1px solid #4527a0;
color: white;
}
to {
background: black;
color: #4527a0;
border: 1px solid #4527a0;
}
}
.ourTeam-header {
background: #000000;
}
.ourTeam-header .logo h1 {
color: #4527a0;
}
.ourTeam-header nav a:hover {
animation-name: ourTeamNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes ourTeamNavColorChange {
to {
color: #4527a0;
}
}
.ourTeam-header .ourTeam-menu-bar:hover {
animation-name: hamburgerBgChange-ourTeam !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-ourTeam {
to {
background-color: #4527a0;
}
}
.ourTeam-container {
width: 100%;
background: #111419;
}
.ourTeam-main {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
width: 100%;
margin: 0 auto;
padding-top: 55px;
width: 1000px;
background: rbga(0, 0, 0, 0.9);
}
@media (max-width: 1000px) {
.ourTeam-main {
width: 100%;
}
}
.ourTeam-main h1 {
color: white;
font-weight: 900;
font-size: 7rem;
font-family: 'PT Sans', sans-serif;
margin-top: 30px;
width: 100%;
height: 130px;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width: 1000px) {
.ourTeam-main h1 {
margin-top: 30px;
height: 100px;
font-size: 6rem;
}
}
@media (max-width: 800px) {
.ourTeam-main h1 {
margin-top: 17px;
height: 80px;
font-size: 5rem;
}
}
@media (max-width: 500px) {
.ourTeam-main h1 {
margin-top: 15px;
height: 60px;
font-size: 4rem;
}
}
.ourTeam-main .row {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 80%;
padding: 3% 6%;
margin: 1.5% 3%;
border: 2px solid #4527a0;
background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 800px) {
.ourTeam-main .row {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.ourTeam-main .row:nth-of-type(2n+1) {
flex-direction: column-reverse;
}
}
.ourTeam-main .row .row-text {
text-align: center;
width: 55%;
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text {
margin-top: 3%;
width: 70%;
}
}
.ourTeam-main .row .row-text h2 {
color: white;
font-weight: 900;
font-size: 4rem;
font-family: 'PT Sans', sans-serif;
}
@media (max-width: 1000px) {
.ourTeam-main .row .row-text h2 {
font-size: 3.5rem;
}
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text h2 {
font-size: 3rem;
}
}
.ourTeam-main .row .row-text p {
color: white;
font-weight: 500;
font-size: 2rem;
font-family: 'PT Sans', sans-serif;
}
@media (max-width: 1000px) {
.ourTeam-main .row .row-text p {
font-size: 1.8rem;
}
}
@media (max-width: 800px) {
.ourTeam-main .row .row-text p {
font-size: 1.7rem;
}
}
.ourTeam-main .row .row-text .github-linkedin i.fab {
background: #4527a0;
color: white;
font-size: 2rem;
padding: 2% 6%;
border-radius: 5px;
margin: 6% 3% 0 3%;
}
.ourTeam-main .row .row-text .github-linkedin i.fab:hover {
animation-name: github-linkedin-animation;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes github-linkedin-animation {
to {
background: white;
color: #4527a0;
}
}
.ourTeam-main .row img {
border-radius: 100%;
width: 30%;
}
footer {
height: 13vh;
background: #212529;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
padding: 5% 0;
}
footer .multimedia {
width: 50%;
text-align: center;
}
footer .multimedia .fab {
color: #4527a0;
font-size: 2rem;
margin: 3%;
padding: 0.5% 2%;
border-radius: 5px;
background: #dee2e6;
}
footer .multimedia .fab:hover {
animation-name: multimedia-animation;
animation-duration: 0.3s;
animation-fill-mode: forwards;
}
@keyframes multimedia-animation {
to {
background: #212529;
color: white;
}
}
footer .copyright {
color: white;
font-family: 'PT Sans', sans-serif;
font-size: 12.8px;
margin-bottom: 1%;
}
.logIn-header .logo h1 {
color: #78eb04;
}
.logIn-header nav a:hover {
animation-name: logInNavColorChange;
animation-duration: 0.8s;
animation-fill-mode: forwards;
}
@keyframes logInNavColorChange {
to {
color: #78eb04;
}
}
.logIn-header .logIn-menu-bar:hover {
animation-name: hamburgerBgChange-logIn !important;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes hamburgerBgChange-logIn {
to {
background-color: #78eb04;
}
} | 0.474875 | 0.076684 |
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0px; padding: 0px; }
fieldset, img { border: 0px none; }
address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; }
ol, ul { list-style: outside none none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q::before, q::after { content: ""; }
a:focus { outline-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
body { font: 12px/1.3 "Arial","Microsoft YaHei"; overflow-x: hidden; color: rgb(51, 51, 51); }
:focus { outline-color: rgb(235, 115, 80); }
@font-face {
font-family: "WBswficon"; font-style: normal; font-weight: normal; src: url('swbficon.eot') format("embedded-opentype"), url('swbficon.svg') format("svg"), url('swbficon.woff') format("woff"), url('swbficon.ttf') format("truetype");}
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon.eot') format("embedded-opentype"), url('wbficon.svg') format("svg"), url('wbficon.woff') format("woff"), url('wbficon.ttf') format("truetype");}
a { color: rgb(235, 115, 80); text-decoration: none; }
a:hover { text-decoration: none; }
a:hover, a:active { }
a { }
.clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
.W_fb { font-weight: 700; }
.W_f14 { font-size: 14px; }
.W_fl { float: left; }
.W_fr { float: right; }
.W_tc { text-align: center; }
.WB_miniblog { }
.WB_main { }
.WB_frame { letter-spacing: -0.31em; word-spacing: -0.43em; font-size: 0px; }
@media not all {
.WB_frame { letter-spacing: -5px; }
}
.WB_frame { width: 1000px; min-height: 680px; margin: 0px auto; padding: 16px 0px 0px; }
@media screen and (max-width: 1006px) {
.WB_frame { width: 760px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_frame { width: 600px; }
}
.WB_frame #plc_main { width: 850px; display: inline-block; }
@media screen and (max-width: 1006px) {
.WB_frame #plc_main { width: 600px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_frame #plc_main { width: 600px; }
}
.WB_frame_a, .WB_frame_a_fix, .WB_frame_b, .WB_frame_c, .WB_frame_d, .WB_main_l, .WB_main_c, .WB_main_r, .WB_main_cr, .WB_main_a, .WB_toptips { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; font-size: 12px; }
.WB_frame_c { width: 600px; margin-right: 20px; }
.WB_main_l { width: 150px; }
.WB_main_r { width: 230px; margin-right: 10px; position: relative; }
@media screen and (max-width: 939px) {
.WB_frame_a { width: 600px; }
.WB_frame_a_fix { width: 920px; }
.WB_frame_b { position: fixed; top: 0px; left: 0px; z-index: 9999; height: 95%; border-top: 2px solid rgb(250, 127, 64); box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.4); margin: 0px; overflow-y: scroll; padding: 20px; transition: transform 0.3s ease-out 0s; transform: translateX(-100%) translateZ(0px); }
}
@media screen and (max-width: 1006px) {
.WB_main_r { position: fixed; top: 0px; right: 0px; z-index: 9999; height: 95%; border-top: 2px solid rgb(250, 127, 64); box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.4); margin: 0px; overflow-y: scroll; padding: 20px; transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0s; transform: translateX(100%) translateZ(0px); }
.M_sc_foot { display: none; }
.WB_main_r .templete_enter { position: relative; top: 0px; left: 0px; z-index: 2; margin-top: 0px ! important; }
}
@media screen and (min-width: 1007px) {
.B_index .WB_main_r.S_bg1 { background: transparent none repeat scroll 0% 0%; }
}
@media screen and (min-width: 940px) {
.B_page .WB_frame_b.S_bg1 { background: transparent none repeat scroll 0% 0%; }
}
.WB_cardwrap { margin: 0px 0px 10px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); border-radius: 2px; }
.WB_innerwrap { padding: 16px; }
.W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.W_input:focus, .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.W_checkbox, .W_radio { vertical-align: middle; margin-right: 3px; }
.W_label span, .W_label span { vertical-align: middle; }
@media �screen,screen {
.WB_search_s .W_input { height: 21px; line-height: 18px; padding: 3px 46px 0px 10px; }
}
.W_face_radius { border-radius: 50%; }
.W_autocut { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.W_vline { border-left-width: 1px; border-left-style: solid; width: 0px; overflow: hidden; }
.WB_cardtitle_a, .WB_cardtitle_b, .WB_cardtitle_d { position: relative; height: 38px; padding: 0px 16px; line-height: 38px; overflow: hidden; }
.WB_cardtitle_b { border-bottom-style: solid; border-bottom-width: 1px; }
@media �screen,screen {
.WB_cardtitle_d { padding: 14px 10px 8px 16px; }
}
.WB_cardtitle_a .opt_box, .WB_cardtitle_b .opt_box { position: absolute; right: 16px; top: 0px; }
.WB_cardtitle_a .opt_change:hover, .WB_cardtitle_b .opt_change:hover { text-decoration: none; }
.WB_cardtitle_a .opt_change .ficon_rotate, .WB_cardtitle_b .opt_change .ficon_rotate { margin-right: 6px; font-size: 14px; vertical-align: middle; }
.WB_cardtitle_a .opt_change, .WB_cardtitle_b .opt_change { vertical-align: middle; }
.WB_cardtitle_a .main_title, .WB_cardtitle_b .main_title, .WB_cardtitle_c .main_title, .WB_cardtitle_d .main_title { display: inline; }
.W_arrow_bor i, .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.W_arrow_bor_r i, .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.W_gotop { position: fixed; bottom: 40px; left: 50%; z-index: 101; margin-left: 500px; display: block; width: 40px; height: 35px; padding-top: 5px; text-align: center; text-decoration: none; cursor: pointer; opacity: 0.6; }
.W_gotop em { display: inline-block; font-size: 20px; width: 26px; height: 30px; line-height: 30px; overflow: hidden; color: rgb(255, 255, 255); }
.W_gotop:hover { opacity: 1; }
.W_gotop .W_ficon:hover { color: rgb(255, 255, 255); }
@media screen and (max-width: 1006px) {
a.W_gotop { margin-left: 380px; }
.B_page a.W_gotop { margin-left: 460px; }
}
@media screen and (max-width: 939px) {
.B_page a.W_gotop { margin-left: 300px; }
}
@media screen and (max-width: 768px) {
a.W_gotop { margin-left: 330px; }
.B_page a.W_gotop { margin-left: 300px; }
}
@media screen and (max-width: 1006px) {
.W_fold { display: block; transition: transform 0.3s ease-out 0s; transform: translateX(0px) translateZ(0px); }
.W_fold_out { position: fixed; z-index: 999; width: 26px; overflow: hidden; right: 0px; transform: translateX(-270px) translateZ(0px); }
.W_fold_out a { display: block; border-radius: 50%; }
.W_fold_out .W_ficon { text-indent: -30px; overflow: hidden; }
.W_fold_out .W_ficon::after { content: "a"; }
.B_page .W_fold { display: none; }
.W_fold_layer { transform: translateX(0px) translateZ(0px); }
.W_fold_layer .WB_cardwrap { width: 230px; }
.WB_main_r { }
.W_fold_layer { }
}
@media screen and (max-width: 939px) {
.B_page .W_fold { display: block; bottom: 140px; left: 0px; transition: transform 0.3s ease-out 0s; transform: translateX(0px) translateZ(0px); }
.B_page .W_fold .W_ficon { text-indent: -20px; overflow: hidden; }
.B_page .W_fold .W_ficon::after { content: "a"; }
.B_page .W_fold_out .W_ficon::after { content: "b"; }
.B_page .W_fold_out { position: fixed; left: 0px; width: 26px; z-index: 9999; overflow: hidden; transform: translateX(340px) translateZ(0px); }
.B_page .W_fold_out a { display: block; border-radius: 50%; margin-left: -16px; }
.B_page .W_fold_layer_page { left: 0px; transform: translateX(0px) translateZ(0px); }
.B_page .W_fold_layer_page .WB_cardwrap { width: 300px; }
.B_page .WB_frame_b { }
.B_page .W_fold_layer_page { }
}
@media �screen,screen {
.leftcursor { cursor: url('pic_prev_ie.cur'), auto; }
.rightcursor { cursor: url('pic_next_ie.cur'), auto; }
}
@media �screen,screen {
.WB_multiphotos .photo_con_4 .photo, .WB_multiphotos .photo_con_4 .pic { width: 22px; height: 22px; }
}
@media screen and (max-width: 1006px) {
.WB_ad_tm2015 { margin-left: 380px; }
}
@media screen and (max-width: 768px) {
.WB_ad_tm2015 { margin-left: 330px; }
}
@media �screen,screen {
.W_piccut_h img, .W_piccut_v img { position: static; top: auto; left: auto; }
}
.W_icon { display: inline-block; background-image: url('icon.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.W_app_level, .W_app_level em, .W_icon { background-image: url('icon-x2.png'); background-size: 625px 325px; }
}
.icon_praised_b { width: 12px; height: 13px; background-position: -100px -25px; }
.W_icon_praised_hover:hover .icon_praised_b, .icon_praised_b:hover, .icon_praised_bc { width: 12px; height: 13px; background-position: -125px -25px; }
.icon_btn_play, .icon_btn_dl, .icon_btn_imgplay, .icon_btn_imgvideo { width: 30px; height: 30px; }
.icon_btn_imgvideo { background-position: -200px 0px; }
.icon_btn_imgvideo:hover, .icon_btn_imgvideo:active { background-position: -250px 0px; }
.W_loading { display: inline-block; width: 16px; height: 16px; background-image: url('loading.png'); background-repeat: no-repeat; vertical-align: middle; animation: 0.8s linear 0s normal none infinite running loading; }
@media not all {
.W_loading { background-image: url('loading_001.gif'); }
}
@media not all {
.W_loading_big { background-image: url('loading_big.gif'); }
}
.icon_succB, .icon_warnB, .icon_questionB, .icon_rederrorB { width: 38px; height: 42px; }
.icon_succB { background-position: -375px 0px; }
.icon_rederrorB { background-position: -375px -150px; }
.ficon_face, .ficon_image, .ficon_video, .ficon_timesend, .ficon_stock, .ficon_vote, .ficon_swtopic, .ficon_public, .ficon_longwb, .ficon_artical, .ficon_file, .ficon_music, .ficon_remark { font-size: 20px; margin-right: 5px; cursor: pointer; vertical-align: middle; }
.ficon_video { color: rgb(115, 126, 149); }
a:hover .ficon_video { color: rgb(77, 96, 124); }
.icon_weibo { background-position: -50px -300px; width: 16px; height: 16px; vertical-align: text-top; margin-right: 3px; }
@media not all, not all, not all, not all {
.W_icon_EURO { background-image: url('icon_euro-x2.png'); background-size: 200px 75px; }
}
@media not all, not all, not all, not all {
.W_icon_co1, .W_icon_co2, .W_icon_co3 { background-image: url('icon_co-x2.png'); background-size: 150px 330px; }
}
.W_btn_a, .W_btn_b, .W_btn_c, .W_btn_d { padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.W_btn_a:hover, .W_btn_b:hover, .W_btn_c:hover, .W_btn_d:hover { text-decoration: none; }
.W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.W_btn_b:hover { border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.W_btn_b_disable, .W_btn_b_disable:hover { color: rgb(128, 128, 128); box-shadow: none; cursor: default; }
.btn_32px { display: inline-block; height: 32px; line-height: 33px; font-size: 14px; }
.btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
@media not all, not all, not all, not all {
.W_btn_mult { background-image: url('icon-x2.png'); background-size: 625px 325px; }
}
@media screen and (max-width: 1006px) {
.WB_toptips .toptips_inner { width: 760px; }
}
@media �screen,screen {
.send_weibo .kind a .W_ficon { margin-top: -4px; }
}
.WB_global_nav { position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100%; height: 48px; border-top: 2px solid rgb(250, 125, 60); box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.WB_global_nav .gn_header { position: relative; width: 1000px; height: 48px; margin: 0px auto; }
.WB_global_nav .gn_logo { float: left; position: relative; width: 140px; height: 48px; }
.WB_global_nav .gn_logo .box { position: absolute; left: -50px; top: 0px; }
.WB_global_nav .gn_logo .box { width: 190px; height: 48px; cursor: pointer; }
.WB_global_nav .gn_logo .box .logo { display: block; margin-left: 50px; width: 140px; height: 48px; cursor: pointer; background: transparent url('wb_logo.png') no-repeat scroll 0px 40%; }
.WB_global_nav .W_ficon { font-size: 22px; width: 26px; }
.WB_global_nav .ficon_search { font-size: 18px; width: 18px; }
.WB_global_nav .gn_position { float: right; margin-left: -11px; }
.WB_global_nav .gn_search_v2 { position: relative; float: left; width: 288px; height: 28px; margin: 9px 0px 0px 10px; background-color: rgb(242, 242, 245); border: 1px solid rgb(204, 204, 204); }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { position: absolute; top: 0px; left: 0px; width: 245px; padding: 4px 33px 4px 10px; height: 20px; line-height: 20px; box-shadow: none; border: medium none; background-color: transparent; color: rgb(128, 128, 128); outline-style: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.WB_global_nav .gn_search_v2 .ficon_search { position: absolute; top: 4px; right: 10px; }
.WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -11px; }
.WB_global_nav .gn_nav { float: left; margin: 11px 20px 11px 0px; }
.WB_global_nav .gn_nav_list li { float: left; display: inline; position: relative; margin-left: 30px; font-size: 14px; }
.WB_global_nav .gn_nav_list li a { display: block; height: 26px; line-height: 26px; white-space: nowrap; }
.WB_global_nav .gn_nav_list li a .W_ficon { vertical-align: top; }
.WB_global_nav .gn_nav_list li a .S_txt1 { display: inline-block; overflow: hidden; }
@media �screen,screen {
.WB_global_nav .gn_nav_list li .gn_name .S_txt1 { width: 60px; }
}
.WB_global_nav .gn_login { float: left; margin: 11px 0px 10px; }
.WB_global_nav .gn_login_list li { float: left; display: inline; position: relative; line-height: 26px; margin: 0px 15px; white-space: nowrap; }
.WB_global_nav .gn_login_list li a { font-size: 14px; text-decoration: none; }
.WB_global_nav .gn_login_list li.W_vline { margin: 6px 0px 0px; height: 14px; }
.WB_global_nav .gn_topmenulist { position: absolute; z-index: 9998; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.gn_topmenulist_search { width: 290px; margin-left: 10px; top: 30px; left: 0px; position: absolute; z-index: 9998; }
.gn_topmenulist_search .gn_topmenulist { position: static; }
@media screen and (min-width: 1295px) {
.WB_global_nav .gn_logo .box .logo { background-position: 50% 40%; }
.WB_global_nav .gn_header { width: 1280px; }
.WB_global_nav .gn_search .W_input { width: 505px; margin-left: 0px; }
.WB_global_nav .gn_search_v2 { width: 548px; margin-left: 0px; }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { width: 505px; }
.WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -1px; width: 550px; }
.WB_global_nav .gn_set { margin-right: 10px; }
.WB_global_nav .gn_topmenulist_tips { right: -50px; }
.WB_global_nav .gn_topmenulist_search { width: 100%; margin-left: 0px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav .gn_header { width: 760px; }
.WB_global_nav .gn_search .W_input { width: 115px; }
.WB_global_nav .gn_search_v2 { width: 158px; }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { width: 115px; }
.WB_global_nav .gn_nav { margin-right: 18px; }
.WB_global_nav .gn_nav_list li { margin-left: 18px; }
.WB_global_nav .gn_set { margin-right: 0px; }
.WB_global_nav .gn_set_list { margin-left: 20px; }
.WB_global_nav .gn_nav_list li .gn_name .S_txt1 { max-width: 43px; }
.WB_global_nav .gn_topmenulist_search { width: auto; min-width: 160px; }
.WB_global_nav .gn_topmenulist_tips { right: -55px; }
}
.WB_global_nav .S_spetxt, .WB_global_nav a.S_ficon:hover, .WB_global_nav a:hover .S_ficon, .WB_global_nav a.current .S_ficon { color: rgb(250, 125, 60); }
.WB_global_nav a, .WB_global_nav .S_link1, .WB_global_nav a.S_txt1:hover, .WB_global_nav a:hover .S_txt1, .WB_global_nav a.current .S_txt1, .WB_global_nav a.S_txt2:hover, .WB_global_nav .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.WB_global_nav .S_txt1, .WB_global_nav .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.WB_global_nav .S_ficon, .WB_global_nav .S_ficon_dis, .WB_global_nav a.S_ficon_dis:hover, .WB_global_nav a:hover .S_ficon_dis { color: rgb(105, 110, 120); }
.WB_global_nav .S_line1 { border-color: rgb(217, 217, 217); }
.WB_global_nav .S_line3, .WB_global_nav .W_input { border-color: rgb(204, 204, 204); }
@media not all, not all, not all, not all {
.WB_global_nav .gn_logo .box .logo { background-image: url('wb_logo-x2.png'); background-size: 80px 27px; }
}
.WB_global_nav .gn_logo { left: auto; top: auto; margin: 0px; background: transparent none repeat scroll 0% 0%; }
.WB_global_nav .gn_topmenulist_search { min-width: inherit; margin-top: 0px; margin-left: 10px; border-radius: 0px; box-shadow: none; }
.WB_global_nav .W_input { border-radius: 0px; }
@media screen and (min-width: 1295px) {
.WB_global_nav .gn_topmenulist_search { width: 100%; margin-left: 0px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav .gn_topmenulist_search { width: auto; }
}
@media not all, not all, not all, not all {
.WB_global_nav .gn_logo { background: transparent none repeat scroll 0% 0% ! important; }
}
@media screen and (min-width: 1295px) {
.WB_global_nav_us .gn_header { width: 1000px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav_us .gn_header { background-position: 0px -50px; }
.WB_global_nav_us .gn_logo { width: 37px; }
.WB_global_nav_us .gn_logo .box { width: 37px; }
.WB_global_nav_us .gn_search .W_input { width: 85px; }
.WB_global_nav_us .gn_search_v2 { width: 128px; }
.WB_global_nav_us .gn_search_v2 .placeholder, .WB_global_nav_us .gn_search_v2 .W_input { width: 85px; }
.WB_global_nav_us .gn_position { margin-right: 49px; }
.WB_global_nav_us .gn_topmenulist_search { width: auto; min-width: 130px; }
}
@media not all, not all, not all, not all {
.WB_global_nav_us .gn_header { background-image: url('logo_us-x2.png'); background-size: 1000px 100px; }
}
.WB_global_nav { border-bottom: 0px solid rgb(250, 125, 60); }
.WB_footer { display: block; clear: both; }
.WB_footer { box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); }
.WB_footer .footer_link { width: 920px; margin: 0px auto; padding: 20px 0px 10px 80px; }
.WB_footer .list { float: left; display: inline; margin: 0px 70px 0px 0px; }
.WB_footer .list dt { font-size: 16px; padding: 0px 0px 15px; white-space: nowrap; width: 138px; overflow: hidden; }
.WB_footer .list dd { white-space: nowrap; }
.WB_footer .list dd a, .WB_footer .list dd span { display: inline-block; margin: 0px 20px 5px 0px; }
.WB_footer .list dd .col1 { width: 48px; overflow: hidden; }
.WB_footer .list dd .col2 { width: 79px; overflow: hidden; }
.WB_footer .list dd .col3 { width: 60px; overflow: hidden; }
.WB_footer .list dd .col4 { width: 122px; overflow: hidden; }
.WB_footer .other_link { text-align: center; padding: 20px 0px 45px; }
.WB_footer .other_link .copy { line-height: 1em; margin-bottom: 10px; }
.WB_footer .other_link .copy a, .WB_footer .other_link .copy_v2 a, .WB_footer .other_link .company a { margin-right: 20px; }
.WB_footer .other_link .company .copy { margin-right: 20px; }
.WB_footer select { }
@media screen and (max-width: 1006px) {
.WB_footer { }
.WB_footer .footer_link { width: 720px; margin: 0px auto; padding: 20px 0px 10px 30px; }
.WB_footer .list { margin: 0px 20px 0px 0px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_footer { }
.B_page .WB_footer .footer_link { width: 600px; margin: 0px auto; padding: 20px 0px 10px; }
.B_page .WB_footer .list { width: 139px; overflow: hidden; margin: 0px 11px 0px 0px; }
.B_page .WB_footer .other_link p span { display: block; }
}
.WB_footer .list dd .T_code { float: left; margin-right: 10px; }
.WB_footer .list dd .T_txt { width: 109px; overflow: hidden; margin-right: 0px; }
.WB_footer .other_link .T_server_v2, .WB_footer .other_link .copy_v2 { margin-bottom: 10px; }
.WB_footer .icon_netsecurity { display: inline-block; background-image: url('icon.png'); background-repeat: no-repeat; background-position: -100px -300px; width: 20px; height: 20px; vertical-align: text-top; margin-right: 3px; margin-top: -3px; }
.WB_tab_a .tab li:first-child, .WB_tab_a .tab li:nth-child(2) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.WB_tab_a .tab li:nth-child(2) .t { border-top-left-radius: 2px; }
.WB_tab_a .tab li:nth-child(2) .b .b1 em.l i { border-bottom-left-radius: 2px; }
@media not all, not all, not all, not all {
.WB_tab_a .tab .t { height: 32px; margin: 0px 0px -1px; }
}
.WB_tab_b .tab li:first-child, .WB_tab_b .tab li:nth-child(2) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.WB_tab_b .tab li:nth-child(2) .t { border-top-left-radius: 2px; }
.WB_tab_b .tab li:nth-child(2) .b .b1 em.l i { border-bottom-left-radius: 2px; }
@media not all, not all, not all, not all {
.WB_tab_b .tab .t { height: 32px; margin: 0px 0px -1px; }
}
.WB_empty { text-align: center; }
.WB_empty .text { line-height: 18px; font-size: 14px; }
.WB_empty .W_loading, .WB_empty .icon_warnS, .WB_empty .icon_rederrorS { margin-right: 5px; vertical-align: -3px; }
@media not all, not all, not all, not all {
.PCD_header .pf_wrap .pf_copy_icon { background-image: url('icon_profile-x2.png'); background-size: 60px 30px; }
}
@media screen and (max-width: 939px) {
.PCD_header_b .pf_opt .W_btn_b, .PCD_header_b .pf_opt .W_btn_c { padding: 0px 10px ! important; }
.PCD_header_b .pf_opt .fixed_width { width: 92px; padding: 0px ! important; }
.PCD_header_b .pf_opt .btn_bed_spc .W_btn_b { padding: 0px 0px 0px 3px ! important; }
.PCD_header_b .pf_opt .btn_bed_spc .num { display: none; }
}
@media �screen,screen {
.setup_template .list_item:hover .img_wrap .cover_img { z-index: -1; }
}
.setup_template .mask_layer::after { content: ""; position: absolute; bottom: 0px; z-index: 21; width: 770px; box-shadow: 0px 0px 30px 15px rgb(15, 16, 18); }
.UI_ani_bgExtend::before { content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; background-color: rgb(255, 129, 64); width: 0%; z-index: 1; border-radius: 2px; }
@media not all, not all, not all, not all {
.W_layer .update_v6_content .default_tmp, .W_layer .update_v6_content .new_icon { background-image: url('layer_update_v6-x2.png'); background-size: 274px 120px; }
}
@media �screen,screen {
.layer_set_group .new_group_tag { }
}
/* ::::: http://img.t.sinajs.cn/t6/style/css/module/combination/comb_login_v2.css?version=c5a1a241471e96ea ::::: */
.unlogin_icon { font-family: "unlogininhome" ! important; display: inline-block; vertical-align: middle; }
@font-face {
font-family: "unlogininhome"; font-style: normal; font-weight: normal; src: url('unlogficon.eot') format("embedded-opentype"), url('unlogficon.svg') format("svg"), url('unlogficon.woff') format("woff"), url('unlogficon.ttf') format("truetype");}
.W_unlogin_v2 { position: relative; width: 230px; }
.W_unlogin_v2 .login_box { min-height: 280px; background-color: rgb(255, 255, 255); padding: 0px 15px 6px; border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.W_unlogin_v2 .login_bot { width: 230px; height: 66px; margin-top: 10px; margin-bottom: 10px; background-color: rgb(255, 255, 255); border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.W_unlogin_v2 .info_header { position: relative; }
.W_unlogin_v2 .info_header .tab { margin-bottom: 16px; padding-top: 11px; border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
.W_unlogin_v2 .info_header .tab a { float: left; margin-bottom: -1px; width: 50%; border-bottom: 3px solid transparent; color: rgb(128, 128, 128); text-align: center; font-size: 14px; line-height: 30px; transition: border 0.2s cubic-bezier(0.43, 0.37, 1, 1) 0s; }
.W_unlogin_v2 .info_header .tab a.cur { border-bottom: 3px solid rgb(250, 125, 60); color: rgb(0, 0, 0); }
.W_unlogin_v2 .info_header .qrcode_target { position: absolute; top: 0px; right: -15px; width: 40px; height: 40px; background-position: -40px -190px; transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; }
.W_unlogin_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 7px; margin-right: -10px; }
.W_unlogin_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; font-weight: normal; color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.W_unlogin_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.W_unlogin_v2 .cp_logo, .W_unlogin_v2 .W_login_form .username .input_wrap, .W_unlogin_v2 .W_login_form .password .input_wrap, .W_unlogin_v2 .W_login_form .phone .input_wrap, .W_unlogin_v2 .info_header .qrcode_phone, .W_unlogin_v2 .info_header .qrcode_target, .W_unlogin_v2 .info_header .qrcode_target_hide { background-image: url('sprite_login.png'); background-repeat: no-repeat; }
.W_unlogin_v2 .info_header .qrcode_target { position: absolute; top: 0px; right: -15px; width: 40px; height: 40px; background-position: -40px -191px; transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; }
.W_unlogin_v2 .info_header .qrcode_phone { background-position: 0px -150px; }
.W_unlogin_v2 .login_content { position: relative; width: 172px; height: 174px; margin: 0px 13px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; padding-top: 14px; }
.W_unlogin_v2 .info_list { margin-top: 12px; }
.W_unlogin_v2 .info_list1 { text-align: center; }
.W_unlogin_v2 .login_ios, .W_unlogin_v2 .login_andrio { width: 92px; padding: 18px 0px; float: left; margin: 0px 10px; cursor: pointer; }
.W_unlogin_v2 .icon_box { display: inline-block; margin-right: 2px; font-size: 30px; color: rgb(235, 115, 80); }
.W_unlogin_v2 .icon_txt { display: inline-block; height: 32px; line-height: 16px; }
.W_unlogin_v2 .ficon_unlog_ios, .W_unlogin_v2 .ficon_unlog_andrio { width: 26px; height: 32px; vertical-align: top; margin-top: -2px; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b { width: 86px; background: rgb(242, 242, 245) none repeat scroll 0% 0%; font-size: 12px; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b:hover { background: rgb(217, 217, 217) none repeat scroll 0% 0%; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b_disable, .W_unlogin_v2 .W_login_form .msgInfo .W_btn_b_disable:hover { width: 102px; padding: 0px 2px; background: rgb(243, 243, 245) none repeat scroll 0% 0%; color: rgb(128, 128, 128); }
.W_unlogin_v2 .W_login_form .login_btn .W_btn_a { padding: 0px; width: 198px; font-size: 16px; }
.W_unlogin_v2 .cp_logo { float: left; margin-right: 4px; width: 16px; height: 16px; background-repeat: no-repeat; }
.W_unlogin_v2 .icon_qq { background-position: -50px -50px; }
.W_unlogin_v2 .icon_tianyi { background-position: -100px -50px; }
.W_unlogin_v2 .icon_360 { background-position: -150px -50px; }
.W_unlogin_v2 .icon_unicom { background-position: -200px -50px; }
.W_unlogin_v2 .icon_baidu { background-position: -250px -50px; }
.W_unlogin_v2 .W_login_form { position: relative; top: 0px; left: 0px; }
.W_unlogin_v2 .W_login_form .input_wrap { height: 28px; padding: 2px 0px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; background-color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_login_form .username .input_wrap { width: 198px; background-position: 11px -91px; }
.W_unlogin_v2 .W_login_form .password .input_wrap { position: relative; width: 198px; background-position: -39px -91px; }
.W_unlogin_v2 .W_login_form .phone .input_wrap { position: relative; width: 198px; background-position: -89px -91px; }
.W_unlogin_v2 .W_login_form .password .enter_psw { position: absolute; top: 9px; left: 36px; color: rgb(128, 128, 128); }
.W_unlogin_v2 .W_login_form .input_wrap .W_input { margin-left: 34px; width: 160px; border: medium none; box-shadow: none; }
.W_unlogin_v2 .W_login_form .msgInfo .W_input { margin-left: 10px; width: 72px; }
.W_unlogin_v2 .W_login_form .verify .W_input { margin-left: 6px; width: 88px; }
.W_unlogin_v2 .W_login_form .verify a { height: 34px; }
.W_unlogin_v2 .W_login_form .verify .code { margin-left: 5px; }
.W_unlogin_v2 .W_login_form .verify .refresh, .W_unlogin_v2 .W_login_form .wei_dun .lost { margin: 14px 0px; }
.W_unlogin_v2 .W_login_form .auto_login { height: 15px; }
.W_unlogin_v2 .W_login_form .auto_login .W_checkbox { }
.W_unlogin_v2 .W_login_form .auto_login span { margin-left: 3px; }
.W_unlogin_v2 .W_login_form .register { height: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
.W_unlogin_v2 .W_login_form .W_checkbox { margin-top: -1px; }
.W_unlogin_v2 .opacity_bg, .W_unlogin_v2 .result { position: absolute; left: 11px; top: 14px; width: 150px; height: 150px; text-align: center; }
.W_unlogin_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.W_unlogin_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_icon { margin-top: 40px; }
.W_unlogin_v2 .result .res_info { margin-top: 10px; }
.unlogin_icon { font-family: "unlogininhome" ! important; display: inline-block; vertical-align: middle; }
@font-face {
font-family: "unlogininhome"; font-style: normal; font-weight: normal; src: url('unlogficon.eot') format("embedded-opentype"), url('unlogficon.svg') format("svg"), url('unlogficon.woff') format("woff"), url('unlogficon.ttf') format("truetype");}
.unlogin_left_nav .ficon_unlog_video { margin-top: 2px; }
.unlogin_left_nav { width: 150px; }
.unlogin_left_nav .lev { margin-bottom: 10px; }
.unlogin_left_nav .lev_Box { position: fixed; width: 150px; top: 66px; }
.unlogin_left_nav .lev a { display: block; height: 34px; line-height: 34px; font-size: 14px; text-decoration: none; overflow: hidden; position: relative; }
.unlogin_left_nav .lev .lev_curr .levtxt { font-weight: bold; }
.unlogin_left_nav .lev .levtxt { display: inline-block; max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.unlogin_left_nav .lev .ico_block { float: left; font-size: 22px; width: 26px; text-align: center; margin: -1px 10px 0px 40px; }
.PCD_pictext_i .WB_innerwrap { padding: 0px; }
.PCD_pictext_i .m_wrap { overflow: hidden; }
.PCD_pictext_i .pt_ul { overflow: hidden; }
.PCD_pictext_i .pt_ul .pt_li { padding: 20px; margin-bottom: 10px; cursor: pointer; border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.PCD_pictext_i .pt_ul .pic_box { position: relative; display: inline; float: left; width: 120px; height: 120px; overflow: hidden; background: rgb(242, 242, 245) none repeat scroll 0% 0%; text-align: center; }
.PCD_pictext_i .pt_ul .text_box { padding: 0px 0px 0px 16px; }
.PCD_pictext_i .pt_ul .info_box { position: relative; overflow: hidden; }
.PCD_pictext_i .pt_ul .info_box .title { font-size: 18px; font-weight: bold; margin-bottom: 3px; }
.PCD_pictext_i .pt_ul .info_box .text { line-height: 18px; word-wrap: break-word; }
.PCD_pictext_i .pt_ul .info_box .title, .PCD_pictext_i .pt_ul .info_box .title a, .PCD_pictext_i .pt_ul .info_box .subtitle, .PCD_pictext_i .pt_ul .info_box .text { }
.PCD_pictext_i .pt_ul .info_box .title a { display: block; }
.PCD_pictext_i .pt_ul .subinfo_box { margin-left: 16px; margin-top: 12px; font-size: 12px; }
.PCD_pictext_i .pt_ul .subinfo_box .subinfo { margin-right: 10px; }
.PCD_pictext_i .pt_ul .pic_box, .PCD_pictext_i .pt_ul .pic_box .pic { height: 120px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box { height: 120px; font-size: 0px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box::before { content: ""; width: 0px; font-size: 0px; height: 100%; visibility: hidden; display: inline-block; vertical-align: middle; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box_inner { display: inline-block; width: 100%; vertical-align: middle; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box .text { font-size: 12px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box .text_cut2 { font-size: 14px; }
.PCD_pictext_i .pt_ul .pt_li_3 { padding: 0px; overflow: hidden; }
.PCD_pictext_i .pt_ul .pt_li_3 .pic_ad { width: 600px; height: 150px; overflow: hidden; }
.PCD_pictext_i .text_cut { max-height: 54px; overflow: hidden; }
.PCD_pictext_i .pt_ul .info_box .text_cut2 { line-height: 23px; max-height: 90px; overflow: hidden; }
.PCD_pictext_i .WB_empty .WB_innerwrap { padding: 16px; }
.PCD_pictext_i .pt_ul .info_box .text img { vertical-align: -6px; }
.PCD_pictext_i .pt_ul .pic_box::after { content: ""; position: absolute; z-index: 1; left: 0px; top: 0px; right: 0px; bottom: 0px; border: 1px solid rgba(0, 0, 0, 0.05); }
.PCD_pictext_i_v2 .pt_ul .pic_box, .PCD_pictext_i_v2 .pt_ul .pic_box .pic { height: 90px; }
.PCD_pictext_i_v2 .pt_ul .pt_li_1 .info_box { height: 90px; font-size: 0px; }
.PCD_pictext_i_v2 .icon_btn_imgvideo { position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; z-index: 2; }
.PCD_pictext_i_v2 .text_cut { max-height: 36px; overflow: hidden; }
.PCD_pictext_i_v2 .pt_ul .info_box .text_cut2 { line-height: 23px; max-height: 46px; overflow: hidden; }
.PCD_pictext_i_v2 .piccut_v { min-width: 120px; height: 90px; position: absolute; top: 50%; left: 50%; transform: perspective(1px) translate(-50%, -50%); }
@media �screen,screen {
.PCD_pictext_i_v2 .piccut_v { position: static; top: auto; left: auto; }
}
.PCD_pictext_i_v2 .piccut_h { min-width: auto; height: auto; width: 120px; min-height: 90px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_box { margin-left: 16px; margin-top: 10px; font-size: 12px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_box .subinfo { float: left; display: inline-block; margin-right: 10px; height: 18px; line-height: 18px; vertical-align: top; }
.PCD_pictext_i_v2 .pt_ul .subinfo_rgt { float: right; margin-left: 8px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_rgt em { margin-left: 5px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_face { float: left; margin-right: 3px; }
.PCD_pictext_i_v2 .W_ficon:hover { color: rgb(235, 115, 80); }
.PCD_pictext_i_v2 .pic_m3 li.unlog_pic::after { content: ""; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; border: 1px solid rgba(0, 0, 0, 0.05); }
.DSC_text_e .WB_innerwrap { padding: 16px; }
.DSC_text_e .ul_text { margin-bottom: -8px; overflow: hidden; }
.DSC_text_e .ul_text .li_text { line-height: 26px; }
.DSC_text_e .ul_text .tlink { float: left; }
.DSC_text_e .ul_text .subtext { display: inline-block; float: right; }
.DSC_text_b .WB_innerwrap { padding: 16px; }
.DSC_text_b .m_wrap { margin-top: -18px; }
.DSC_text_b .list_wrap { margin-top: 16px; }
.DSC_text_b .ul_text { margin-bottom: -8px; overflow: hidden; }
.DSC_text_b .ul_text .li_text { display: inline-block; float: left; height: 26px; overflow: hidden; }
.DSC_text_b .ul_text .li_text .item_icon { display: inline-block; float: left; width: 14px; height: 14px; margin: 5px 5px 0px 0px; }
.DSC_text_b .ul_text .li_text .text { display: block; height: 26px; white-space: nowrap; }
.DSC_text_b .ul_text .li_text .width_fix { }
.DSC_text_b .ul_text .li_text .item_icon .pic { width: 14px; height: 14px; vertical-align: top; }
.DSC_text_b .ul_text .tlink { display: block; line-height: 26px; }
.DSC_text_b .text_title { font-size: 14px; font-weight: bold; margin-bottom: 3px; }
.DSC_text_b1 .ul_text { margin-left: -16px; }
.DSC_text_b1 .ul_text .li_text { width: 91px; margin-left: 16px; }
.DSC_text_b1 .ul_text .li_text .width_fix { }
.PCD_text_g .m_wrap { margin: -3px 0px -1px; }
.PCD_text_g li { width: 50%; height: 24px; overflow: hidden; line-height: 24px; }
.PCD_text_g li .W_ficon { margin-right: 3px; font-size: 14px; }
.PCD_text_g li .ficon_interest { font-size: 13px; }
.PCD_text_g p { margin-top: 5px; line-height: 20px; }
.PCD_text_g p span { display: inline-block; width: 27px; margin-right: 5px; overflow: hidden; }
.B_unlog .WB_frame_c { width: 600px; margin-right: 10px; }
.B_unlog .WB_global_nav .gn_nav_list { display: none; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: 600px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 598px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 555px; }
@media screen and (min-width: 1295px) {
.B_unlog .WB_global_nav .gn_logo .box .logo { background-position: 50% 40%; }
.B_unlog .WB_global_nav .gn_header { width: 1000px; }
.B_unlog .WB_global_nav .gn_search .W_input { width: 555px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 600px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 557px; }
.B_unlog .WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -11px; width: 602px; }
.B_unlog .WB_global_nav .gn_set { margin-right: 10px; }
.B_unlog .WB_global_nav .gn_topmenulist_tips { right: -50px; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: 600px; margin-left: 10px; }
}
@media screen and (max-width: 1006px) {
.B_unlog .WB_global_nav .gn_header { width: 760px; }
.B_unlog .WB_global_nav .gn_search .W_input { width: 365px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 408px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 365px; }
.B_unlog .WB_global_nav .gn_nav { margin-right: 18px; }
.B_unlog .WB_global_nav .gn_nav_list li { margin-left: 18px; }
.B_unlog .WB_global_nav .gn_set { margin-right: 0px; }
.B_unlog .WB_global_nav .gn_set_list { margin-left: 20px; }
.B_unlog .WB_global_nav .gn_nav_list li .gn_name .S_txt1 { max-width: 43px; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: auto; min-width: 410px; }
.B_unlog .WB_global_nav .gn_topmenulist_tips { right: -55px; }
}
.unlogin_advert_1 { width: 230px; height: 100px; overflow: hidden; border-radius: 2px; }
.B_unlog a:hover .ficon_video { color: rgb(250, 125, 60); }
/* ::::: http://img.t.sinajs.cn/t6/skin/default/skin.css?version=c5a1a241471e96ea ::::: */
.S_spetxt, a.S_ficon:hover, a:hover .S_ficon, a.current .S_ficon { color: rgb(250, 125, 60); }
.W_btn_prev:hover, .W_btn_next:hover, a.S_ficon:hover, a:hover .S_ficon, a.current .S_ficon, a.S_txt1:hover, a.current .S_txt1, a.S_txt2:hover, .SW_fun:hover .S_func1 { text-decoration: none; cursor: pointer; }
.WB_miniblog { padding-top: 50px; }
body, .S_page { background-color: rgb(212, 213, 224); background-image: url('body_repeat.png'); background-repeat: repeat-x; background-position: center 0px; }
body, legend, .W_input:focus, .S_txt1, .W_btn_b, .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.S_txt2, .W_input, .W_btn_b_disable, .W_btn_b_disable:hover { color: rgb(128, 128, 128); text-decoration: none; }
.S_ficon, .S_ficon_dis, a.S_ficon_dis:hover, a:hover .S_ficon_dis { color: rgb(105, 110, 120); }
.S_ficon_bg { background-color: rgb(105, 110, 120); }
a, .S_link1, a.S_txt1:hover, a.current .S_txt1, a.S_txt2:hover, .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.S_bg1, .SW_fun_bg:hover, .SW_fun_bg_active { background-color: rgb(246, 246, 246); }
.S_bg2, blockquote, .W_btn_b, .W_input, .SW_fun_bg { background-color: rgb(255, 255, 255); }
.S_bg2_c { color: rgb(255, 255, 255); }
.S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: rgb(217, 217, 217); }
.W_btn_b_disable, .W_btn_b_disable:hover, .W_btn_tag_cur, .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.S_line2 { border-color: rgb(242, 242, 245); }
.S_line3, .W_input, .send_weibo .input, .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.W_input, .send_weibo .input { background-color: rgb(255, 255, 255); }
.WB_left_nav .S_txt1, .WB_left_nav a.S_txt1:hover, .WB_left_nav .S_ficon, .WB_left_nav a:hover .S_ficon, .WB_left_nav a.S_ficon:hover { color: rgb(255, 255, 255); }
.WB_left_nav .lev a:hover, .WB_left_nav .lev_curr, .WB_left_nav .lev_curr:hover, .WB_left_nav .levmore .more { background-color: rgba(255, 255, 255, 0.2); }
.WB_left_nav .lev_Box, .WB_left_nav fieldset { border-color: rgba(255, 255, 255, 0.1); }
.WB_frame { background-color: rgba(36, 61, 89, 0.25); }
.WB_timeline .current em, .WB_timeline .S_dot, .W_gotop { background-color: rgb(105, 110, 120); }
.WB_miniblog { background: transparent url('body_bg.jpg') no-repeat scroll center top; }
#js_style_css_module_global_WB_outframe { height: 42px; }
/* ::::: http://img1.t.sinajs.cn/t6/style/css/module/growth/layer_login_register_v2.css?version=c5a1a241471e96ea ::::: */
.form_login_register .auto_login *, .form_login_register .login_qq .btn_34px *, .form_login_register .W_btn_a_disable *, .form_login_register .weidun *, .form_login_register .verify *, .form_login_register .msg_code *, .form_login_register .other_info *, .form_login_register .foreign_tel *, .form_login_register .W_tips * { display: inline-block; vertical-align: middle; }
.form_login_register input { box-shadow: none; }
.form_login_register { width: 230px; }
.form_login_register .item { margin-bottom: 10px; display: block; }
.form_login_register .item_btn { margin: 16px 0px; }
.form_login_register .item_btn .btn_34px { width: 200px; }
.form_login_register .weidun .W_input { width: 166px; padding-left: 6px; }
.form_login_register .weidun a { text-align: right; width: 56px; }
.form_login_register .verify .W_input { width: 68px; margin-right: 10px; padding-left: 6px; }
.form_login_register .verify .S_txt1 { text-align: right; width: 44px; }
.form_login_register .msg_code .W_btn_b { width: 117px; height: 28px; line-height: 29px; padding: 0px; margin-right: 15px; background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_btn_b:hover { background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_input { width: 88px; padding-left: 6px; }
.form_login_register .auto_login label { margin-left: 3px; }
.form_login_register .input_wrap .W_input { border: medium none; box-shadow: none; width: 190px; }
.form_login_register .input_wrap { background: transparent url('icon_input.png') no-repeat scroll 0% 0%; width: 198px; border: 1px solid rgb(204, 204, 204); padding-left: 30px; }
@media not all, not all, not all, not all {
.form_login_register .input_wrap { background-image: url('icon_input-x2.png'); background-size: 30px 90px; }
}
.form_login_register .password { background-position: 0px -30px; position: relative; }
.form_login_register .password .enter_psw { position: absolute; top: 7px; left: 30px; color: rgb(128, 128, 128); }
.form_login_register .phone { background-position: 0px -60px; }
@media �screen,screen {
.form_login_register .foreign_tel .tel_num { line-height: 21px; padding: 0px 0px 0px 2px; }
}
.form_login_register .icon_qq { background: transparent url('icon_qq.png') repeat scroll 0% 0%; display: inline-block; width: 15px; height: 16px; margin-right: 5px; }
.form_login_register .W_input, .Bv6_layer .form_login_register .W_input { box-shadow: none; }
.Bv6_layer .B_login { padding-top: 30px; }
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon_001.eot') format("embedded-opentype"), url('wbficon_001.svg') format("svg"), url('wbficon_001.woff') format("woff"), url('wbficon_001.ttf') format("truetype");}
.Bv6_layer *, .Bv6_layer_menu_list *, .register_frame { padding: 0px; margin: 0px; }
.Bv6_layer img, .Bv6_layer_menu_list img { border: 0px none; }
.Bv6_layer th, .Bv6_layer em, .Bv6_layer i, .Bv6_layer_menu_list th, .Bv6_layer_menu_list em, .Bv6_layer_menu_list i { font-style: normal; font-weight: normal; }
.Bv6_layer ol, .Bv6_layer ul, .Bv6_layer_menu_list ol, .Bv6_layer_menu_list ul { list-style: outside none none; }
.Bv6_layer input, .Bv6_layer textarea, .Bv6_layer select, .Bv6_layer_menu_list input, .Bv6_layer_menu_list textarea, .Bv6_layer_menu_list select { font-family: inherit; font-size: inherit; font-weight: inherit; }
.Bv6_layer, .Bv6_layer_menu_list { font: 12px/1.3 "Arial","Microsoft YaHei"; color: rgb(51, 51, 51); }
.Bv6_layer :focus, .Bv6_layer_menu_list :focus { outline-color: rgb(235, 115, 80); }
.Bv6_layer a { color: rgb(235, 115, 80); text-decoration: none; }
.Bv6_layer a:hover { text-decoration: none; }
.Bv6_layer a:hover, .Bv6_layer a:active { }
.Bv6_layer a { }
.Bv6_layer .clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.Bv6_layer .clearfix { display: inline-block; }
.Bv6_layer .clearfix { display: block; }
.Bv6_layer .W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.Bv6_layer .W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.Bv6_layer .W_input:focus, .Bv6_layer .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.Bv6_layer .W_tc { text-align: center; }
.Bv6_layer .W_arrow_bor i, .Bv6_layer .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.Bv6_layer .W_arrow_bor_r i, .Bv6_layer .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.Bv6_layer .W_icon { display: inline-block; background-image: url('icon_001.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.Bv6_layer .W_app_level, .Bv6_layer .W_app_level em, .Bv6_layer .W_icon { background-image: url('icon-x2_001.png'); background-size: 625px 325px; }
}
@media not all {
.Bv6_layer .form_login_register .W_loading { background-image: url('loading_002.gif'); }
}
@media not all {
.Bv6_layer .W_loading_big { background-image: url('loading_big_001.gif'); }
}
.Bv6_layer .icon_succB, .Bv6_layer .icon_warnB, .Bv6_layer .icon_questionB, .Bv6_layer .icon_rederrorB { width: 38px; height: 42px; }
.Bv6_layer .icon_succB { background-position: -375px 0px; }
.Bv6_layer .icon_rederrorB { background-position: -375px -150px; }
.Bv6_layer .W_btn_a, .Bv6_layer .W_btn_b, .Bv6_layer .W_btn_c, .Bv6_layer .W_btn_d { background-image: none; padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.Bv6_layer .W_btn_a:hover, .Bv6_layer .W_btn_b:hover, .Bv6_layer .W_btn_c:hover, .Bv6_layer .W_btn_d:hover { text-decoration: none; background-image: none; }
.Bv6_layer .W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.Bv6_layer .W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.Bv6_layer .W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b:hover { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover { box-shadow: none; cursor: default; }
.Bv6_layer .btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
.Bv6_layer { position: absolute; z-index: 9999; }
.Bv6_layer .content { position: relative; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-radius: 3px; border-top: 2px solid rgb(250, 127, 64); }
.Bv6_layer .W_layer_title { border-bottom: 1px solid rgb(242, 242, 245); line-height: 38px; font-size: 14px; font-weight: 700; padding: 0px 0px 0px 16px; vertical-align: middle; }
.Bv6_layer .W_layer_close .ficon_close { position: absolute; z-index: 2; right: 12px; top: 9px; font-size: 18px; }
.Bv6_layer, .Bv6_layer legend, .Bv6_layer .W_input:focus, .Bv6_layer .S_txt1, .Bv6_layer .W_btn_b, .Bv6_layer .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.Bv6_layer .S_txt2, .Bv6_layer .W_input, .Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { color: rgb(128, 128, 128); text-decoration: none; }
.Bv6_layer .S_ficon, .Bv6_layer .S_ficon_dis, .Bv6_layer .S_ficon_dis:hover { color: rgb(105, 110, 120); }
.Bv6_layer a, .Bv6_layer .S_link1, .Bv6_layer a.S_txt1:hover, .Bv6_layer a.S_txt2:hover, .Bv6_layer .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.Bv6_layer .S_bg2, .Bv6_layer .W_btn_b, .Bv6_layer .W_input, .Bv6_layer .SW_fun_bg { background-color: rgb(255, 255, 255); }
.Bv6_layer .S_line1, .Bv6_layer .W_btn_prev, .Bv6_layer .W_btn_next, .Bv6_layer .W_btn_b { border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.Bv6_layer .S_line3, .Bv6_layer .W_input, .Bv6_layer .send_weibo .input, .Bv6_layer .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.Bv6_layer .W_input, .Bv6_layer .send_weibo .input { background-color: rgb(255, 255, 255); }
.Bv6_layer .W_btn_a { color: rgb(255, 255, 255); }
.Bv6_layer_menu_list { position: absolute; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.Bv6_layer_menu_list ul { margin: 0px; padding: 0px; clear: both; }
.Bv6_layer_menu_list ul li { position: static; float: none; margin: 0px; padding: 0px; display: inline; }
.Bv6_layer_menu_list ul li.note { padding: 5px 10px; display: block; white-space: nowrap; }
.layer_login_register_v2 { width: 370px; height: 335px; padding: 35px 116px 29px; }
.layer_login_register_v2 .tab_bar { border-bottom: 1px solid rgb(242, 242, 242); }
.layer_login_register_v2 .tab_bar a { font-size: 16px; display: inline-block; padding-bottom: 10px; width: 185px; text-align: center; border-bottom: 3px solid rgb(255, 255, 255); color: rgb(51, 51, 51); transition: all 0.3s linear 0s; }
.layer_login_register_v2 .tab_bar a.cur { border-color: rgb(247, 105, 29); font-weight: bold; }
.layer_login_register_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 1px; margin-left: 30px; margin-right: -58px; }
.layer_login_register_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.layer_login_register_v2 .qrcode_con { position: relative; width: 189px; height: 218px; margin: 18px auto 0px; padding: 15px 13px 0px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; }
.layer_login_register_v2 .qrcode_con .note { margin-top: 8px; font-size: 16px; }
.layer_login_register_v2 .text_info { margin-top: 15px; }
.layer_login_register_v2 .text_info a { margin-left: 10px; margin-right: 10px; }
.layer_login_register_v2 .bg { position: absolute; top: -90px; left: -328px; width: 264px; height: 372px; background-image: url('sprite_login_001.png'); background-repeat: no-repeat; background-position: -300px -150px; display: none; }
.layer_login_register_v2 .qrcode_con_hover .bg { display: block; }
.layer_login_register_v2 .opacity_bg, .layer_login_register_v2 .result { position: absolute; left: 192px; top: 88px; width: 218px; height: 234px; text-align: center; }
.layer_login_register_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.layer_login_register_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.layer_login_register_v2 .result .W_icon { margin-top: 83px; }
.layer_login_register_v2 .result .res_info { margin-top: 10px; }
.layer_login_register_v2 .B_login { margin: 0px auto; }
.layer_login_register_v2 .forget_psw { margin-left: 82px; }
/* ::::: http://img1.t.sinajs.cn/t6/style/css/module/growth/layer_login_register_v2.css?version=c5a1a241471e96ea ::::: */
.form_login_register .auto_login *, .form_login_register .login_qq .btn_34px *, .form_login_register .W_btn_a_disable *, .form_login_register .weidun *, .form_login_register .verify *, .form_login_register .msg_code *, .form_login_register .other_info *, .form_login_register .foreign_tel *, .form_login_register .W_tips * { display: inline-block; vertical-align: middle; }
.form_login_register input { box-shadow: none; }
.form_login_register { width: 230px; }
.form_login_register .item { margin-bottom: 10px; display: block; }
.form_login_register .item_btn { margin: 16px 0px; }
.form_login_register .item_btn .btn_34px { width: 200px; }
.form_login_register .weidun .W_input { width: 166px; padding-left: 6px; }
.form_login_register .weidun a { text-align: right; width: 56px; }
.form_login_register .verify .W_input { width: 68px; margin-right: 10px; padding-left: 6px; }
.form_login_register .verify .S_txt1 { text-align: right; width: 44px; }
.form_login_register .msg_code .W_btn_b { width: 117px; height: 28px; line-height: 29px; padding: 0px; margin-right: 15px; background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_btn_b:hover { background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_input { width: 88px; padding-left: 6px; }
.form_login_register .auto_login label { margin-left: 3px; }
.form_login_register .input_wrap .W_input { border: medium none; box-shadow: none; width: 190px; }
.form_login_register .input_wrap { background: transparent url('icon_input.png') no-repeat scroll 0% 0%; width: 198px; border: 1px solid rgb(204, 204, 204); padding-left: 30px; }
@media not all, not all, not all, not all {
.form_login_register .input_wrap { background-image: url('icon_input-x2.png'); background-size: 30px 90px; }
}
.form_login_register .password { background-position: 0px -30px; position: relative; }
.form_login_register .password .enter_psw { position: absolute; top: 7px; left: 30px; color: rgb(128, 128, 128); }
.form_login_register .phone { background-position: 0px -60px; }
@media �screen,screen {
.form_login_register .foreign_tel .tel_num { line-height: 21px; padding: 0px 0px 0px 2px; }
}
.form_login_register .icon_qq { background: transparent url('icon_qq.png') repeat scroll 0% 0%; display: inline-block; width: 15px; height: 16px; margin-right: 5px; }
.form_login_register .W_input, .Bv6_layer .form_login_register .W_input { box-shadow: none; }
.Bv6_layer .B_login { padding-top: 30px; }
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon_001.eot') format("embedded-opentype"), url('wbficon_001.svg') format("svg"), url('wbficon_001.woff') format("woff"), url('wbficon_001.ttf') format("truetype");}
.Bv6_layer *, .Bv6_layer_menu_list *, .register_frame { padding: 0px; margin: 0px; }
.Bv6_layer img, .Bv6_layer_menu_list img { border: 0px none; }
.Bv6_layer th, .Bv6_layer em, .Bv6_layer i, .Bv6_layer_menu_list th, .Bv6_layer_menu_list em, .Bv6_layer_menu_list i { font-style: normal; font-weight: normal; }
.Bv6_layer ol, .Bv6_layer ul, .Bv6_layer_menu_list ol, .Bv6_layer_menu_list ul { list-style: outside none none; }
.Bv6_layer input, .Bv6_layer textarea, .Bv6_layer select, .Bv6_layer_menu_list input, .Bv6_layer_menu_list textarea, .Bv6_layer_menu_list select { font-family: inherit; font-size: inherit; font-weight: inherit; }
.Bv6_layer, .Bv6_layer_menu_list { font: 12px/1.3 "Arial","Microsoft YaHei"; color: rgb(51, 51, 51); }
.Bv6_layer :focus, .Bv6_layer_menu_list :focus { outline-color: rgb(235, 115, 80); }
.Bv6_layer a { color: rgb(235, 115, 80); text-decoration: none; }
.Bv6_layer a:hover { text-decoration: none; }
.Bv6_layer a:hover, .Bv6_layer a:active { }
.Bv6_layer a { }
.Bv6_layer .clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.Bv6_layer .clearfix { display: inline-block; }
.Bv6_layer .clearfix { display: block; }
.Bv6_layer .W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.Bv6_layer .W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.Bv6_layer .W_input:focus, .Bv6_layer .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.Bv6_layer .W_tc { text-align: center; }
.Bv6_layer .W_arrow_bor i, .Bv6_layer .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.Bv6_layer .W_arrow_bor_r i, .Bv6_layer .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.Bv6_layer .W_icon { display: inline-block; background-image: url('icon_001.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.Bv6_layer .W_app_level, .Bv6_layer .W_app_level em, .Bv6_layer .W_icon { background-image: url('icon-x2_001.png'); background-size: 625px 325px; }
}
@media not all {
.Bv6_layer .form_login_register .W_loading { background-image: url('loading_002.gif'); }
}
@media not all {
.Bv6_layer .W_loading_big { background-image: url('loading_big_001.gif'); }
}
.Bv6_layer .icon_succB, .Bv6_layer .icon_warnB, .Bv6_layer .icon_questionB, .Bv6_layer .icon_rederrorB { width: 38px; height: 42px; }
.Bv6_layer .icon_succB { background-position: -375px 0px; }
.Bv6_layer .icon_rederrorB { background-position: -375px -150px; }
.Bv6_layer .W_btn_a, .Bv6_layer .W_btn_b, .Bv6_layer .W_btn_c, .Bv6_layer .W_btn_d { background-image: none; padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.Bv6_layer .W_btn_a:hover, .Bv6_layer .W_btn_b:hover, .Bv6_layer .W_btn_c:hover, .Bv6_layer .W_btn_d:hover { text-decoration: none; background-image: none; }
.Bv6_layer .W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.Bv6_layer .W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.Bv6_layer .W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b:hover { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover { box-shadow: none; cursor: default; }
.Bv6_layer .btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
.Bv6_layer { position: absolute; z-index: 9999; }
.Bv6_layer .content { position: relative; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-radius: 3px; border-top: 2px solid rgb(250, 127, 64); }
.Bv6_layer .W_layer_title { border-bottom: 1px solid rgb(242, 242, 245); line-height: 38px; font-size: 14px; font-weight: 700; padding: 0px 0px 0px 16px; vertical-align: middle; }
.Bv6_layer .W_layer_close .ficon_close { position: absolute; z-index: 2; right: 12px; top: 9px; font-size: 18px; }
.Bv6_layer, .Bv6_layer legend, .Bv6_layer .W_input:focus, .Bv6_layer .S_txt1, .Bv6_layer .W_btn_b, .Bv6_layer .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.Bv6_layer .S_txt2, .Bv6_layer .W_input, .Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { color: rgb(128, 128, 128); text-decoration: none; }
.Bv6_layer .S_ficon, .Bv6_layer .S_ficon_dis, .Bv6_layer .S_ficon_dis:hover { color: rgb(105, 110, 120); }
.Bv6_layer a, .Bv6_layer .S_link1, .Bv6_layer a.S_txt1:hover, .Bv6_layer a.S_txt2:hover, .Bv6_layer .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.Bv6_layer .S_bg2, .Bv6_layer .W_btn_b, .Bv6_layer .W_input, .Bv6_layer .SW_fun_bg { background-color: rgb(255, 255, 255); }
.Bv6_layer .S_line1, .Bv6_layer .W_btn_prev, .Bv6_layer .W_btn_next, .Bv6_layer .W_btn_b { border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.Bv6_layer .S_line3, .Bv6_layer .W_input, .Bv6_layer .send_weibo .input, .Bv6_layer .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.Bv6_layer .W_input, .Bv6_layer .send_weibo .input { background-color: rgb(255, 255, 255); }
.Bv6_layer .W_btn_a { color: rgb(255, 255, 255); }
.Bv6_layer_menu_list { position: absolute; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.Bv6_layer_menu_list ul { margin: 0px; padding: 0px; clear: both; }
.Bv6_layer_menu_list ul li { position: static; float: none; margin: 0px; padding: 0px; display: inline; }
.Bv6_layer_menu_list ul li.note { padding: 5px 10px; display: block; white-space: nowrap; }
.layer_login_register_v2 { width: 370px; height: 335px; padding: 35px 116px 29px; }
.layer_login_register_v2 .tab_bar { border-bottom: 1px solid rgb(242, 242, 242); }
.layer_login_register_v2 .tab_bar a { font-size: 16px; display: inline-block; padding-bottom: 10px; width: 185px; text-align: center; border-bottom: 3px solid rgb(255, 255, 255); color: rgb(51, 51, 51); transition: all 0.3s linear 0s; }
.layer_login_register_v2 .tab_bar a.cur { border-color: rgb(247, 105, 29); font-weight: bold; }
.layer_login_register_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 1px; margin-left: 30px; margin-right: -58px; }
.layer_login_register_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.layer_login_register_v2 .qrcode_con { position: relative; width: 189px; height: 218px; margin: 18px auto 0px; padding: 15px 13px 0px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; }
.layer_login_register_v2 .qrcode_con .note { margin-top: 8px; font-size: 16px; }
.layer_login_register_v2 .text_info { margin-top: 15px; }
.layer_login_register_v2 .text_info a { margin-left: 10px; margin-right: 10px; }
.layer_login_register_v2 .bg { position: absolute; top: -90px; left: -328px; width: 264px; height: 372px; background-image: url('sprite_login_001.png'); background-repeat: no-repeat; background-position: -300px -150px; display: none; }
.layer_login_register_v2 .qrcode_con_hover .bg { display: block; }
.layer_login_register_v2 .opacity_bg, .layer_login_register_v2 .result { position: absolute; left: 192px; top: 88px; width: 218px; height: 234px; text-align: center; }
.layer_login_register_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.layer_login_register_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.layer_login_register_v2 .result .W_icon { margin-top: 83px; }
.layer_login_register_v2 .result .res_info { margin-top: 10px; }
.layer_login_register_v2 .B_login { margin: 0px auto; }
.layer_login_register_v2 .forget_psw { margin-left: 82px; } | public/css/homestrap/css/login.css |
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0px; padding: 0px; }
fieldset, img { border: 0px none; }
address, caption, cite, code, dfn, em, th, var, i { font-style: normal; font-weight: normal; }
ol, ul { list-style: outside none none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q::before, q::after { content: ""; }
a:focus { outline-style: none; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
body { font: 12px/1.3 "Arial","Microsoft YaHei"; overflow-x: hidden; color: rgb(51, 51, 51); }
:focus { outline-color: rgb(235, 115, 80); }
@font-face {
font-family: "WBswficon"; font-style: normal; font-weight: normal; src: url('swbficon.eot') format("embedded-opentype"), url('swbficon.svg') format("svg"), url('swbficon.woff') format("woff"), url('swbficon.ttf') format("truetype");}
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon.eot') format("embedded-opentype"), url('wbficon.svg') format("svg"), url('wbficon.woff') format("woff"), url('wbficon.ttf') format("truetype");}
a { color: rgb(235, 115, 80); text-decoration: none; }
a:hover { text-decoration: none; }
a:hover, a:active { }
a { }
.clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
.W_fb { font-weight: 700; }
.W_f14 { font-size: 14px; }
.W_fl { float: left; }
.W_fr { float: right; }
.W_tc { text-align: center; }
.WB_miniblog { }
.WB_main { }
.WB_frame { letter-spacing: -0.31em; word-spacing: -0.43em; font-size: 0px; }
@media not all {
.WB_frame { letter-spacing: -5px; }
}
.WB_frame { width: 1000px; min-height: 680px; margin: 0px auto; padding: 16px 0px 0px; }
@media screen and (max-width: 1006px) {
.WB_frame { width: 760px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_frame { width: 600px; }
}
.WB_frame #plc_main { width: 850px; display: inline-block; }
@media screen and (max-width: 1006px) {
.WB_frame #plc_main { width: 600px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_frame #plc_main { width: 600px; }
}
.WB_frame_a, .WB_frame_a_fix, .WB_frame_b, .WB_frame_c, .WB_frame_d, .WB_main_l, .WB_main_c, .WB_main_r, .WB_main_cr, .WB_main_a, .WB_toptips { display: inline-block; letter-spacing: normal; word-spacing: normal; vertical-align: top; font-size: 12px; }
.WB_frame_c { width: 600px; margin-right: 20px; }
.WB_main_l { width: 150px; }
.WB_main_r { width: 230px; margin-right: 10px; position: relative; }
@media screen and (max-width: 939px) {
.WB_frame_a { width: 600px; }
.WB_frame_a_fix { width: 920px; }
.WB_frame_b { position: fixed; top: 0px; left: 0px; z-index: 9999; height: 95%; border-top: 2px solid rgb(250, 127, 64); box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.4); margin: 0px; overflow-y: scroll; padding: 20px; transition: transform 0.3s ease-out 0s; transform: translateX(-100%) translateZ(0px); }
}
@media screen and (max-width: 1006px) {
.WB_main_r { position: fixed; top: 0px; right: 0px; z-index: 9999; height: 95%; border-top: 2px solid rgb(250, 127, 64); box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, 0.4); margin: 0px; overflow-y: scroll; padding: 20px; transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1) 0s; transform: translateX(100%) translateZ(0px); }
.M_sc_foot { display: none; }
.WB_main_r .templete_enter { position: relative; top: 0px; left: 0px; z-index: 2; margin-top: 0px ! important; }
}
@media screen and (min-width: 1007px) {
.B_index .WB_main_r.S_bg1 { background: transparent none repeat scroll 0% 0%; }
}
@media screen and (min-width: 940px) {
.B_page .WB_frame_b.S_bg1 { background: transparent none repeat scroll 0% 0%; }
}
.WB_cardwrap { margin: 0px 0px 10px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); border-radius: 2px; }
.WB_innerwrap { padding: 16px; }
.W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.W_input:focus, .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.W_checkbox, .W_radio { vertical-align: middle; margin-right: 3px; }
.W_label span, .W_label span { vertical-align: middle; }
@media �screen,screen {
.WB_search_s .W_input { height: 21px; line-height: 18px; padding: 3px 46px 0px 10px; }
}
.W_face_radius { border-radius: 50%; }
.W_autocut { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.W_vline { border-left-width: 1px; border-left-style: solid; width: 0px; overflow: hidden; }
.WB_cardtitle_a, .WB_cardtitle_b, .WB_cardtitle_d { position: relative; height: 38px; padding: 0px 16px; line-height: 38px; overflow: hidden; }
.WB_cardtitle_b { border-bottom-style: solid; border-bottom-width: 1px; }
@media �screen,screen {
.WB_cardtitle_d { padding: 14px 10px 8px 16px; }
}
.WB_cardtitle_a .opt_box, .WB_cardtitle_b .opt_box { position: absolute; right: 16px; top: 0px; }
.WB_cardtitle_a .opt_change:hover, .WB_cardtitle_b .opt_change:hover { text-decoration: none; }
.WB_cardtitle_a .opt_change .ficon_rotate, .WB_cardtitle_b .opt_change .ficon_rotate { margin-right: 6px; font-size: 14px; vertical-align: middle; }
.WB_cardtitle_a .opt_change, .WB_cardtitle_b .opt_change { vertical-align: middle; }
.WB_cardtitle_a .main_title, .WB_cardtitle_b .main_title, .WB_cardtitle_c .main_title, .WB_cardtitle_d .main_title { display: inline; }
.W_arrow_bor i, .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.W_arrow_bor_r i, .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.W_gotop { position: fixed; bottom: 40px; left: 50%; z-index: 101; margin-left: 500px; display: block; width: 40px; height: 35px; padding-top: 5px; text-align: center; text-decoration: none; cursor: pointer; opacity: 0.6; }
.W_gotop em { display: inline-block; font-size: 20px; width: 26px; height: 30px; line-height: 30px; overflow: hidden; color: rgb(255, 255, 255); }
.W_gotop:hover { opacity: 1; }
.W_gotop .W_ficon:hover { color: rgb(255, 255, 255); }
@media screen and (max-width: 1006px) {
a.W_gotop { margin-left: 380px; }
.B_page a.W_gotop { margin-left: 460px; }
}
@media screen and (max-width: 939px) {
.B_page a.W_gotop { margin-left: 300px; }
}
@media screen and (max-width: 768px) {
a.W_gotop { margin-left: 330px; }
.B_page a.W_gotop { margin-left: 300px; }
}
@media screen and (max-width: 1006px) {
.W_fold { display: block; transition: transform 0.3s ease-out 0s; transform: translateX(0px) translateZ(0px); }
.W_fold_out { position: fixed; z-index: 999; width: 26px; overflow: hidden; right: 0px; transform: translateX(-270px) translateZ(0px); }
.W_fold_out a { display: block; border-radius: 50%; }
.W_fold_out .W_ficon { text-indent: -30px; overflow: hidden; }
.W_fold_out .W_ficon::after { content: "a"; }
.B_page .W_fold { display: none; }
.W_fold_layer { transform: translateX(0px) translateZ(0px); }
.W_fold_layer .WB_cardwrap { width: 230px; }
.WB_main_r { }
.W_fold_layer { }
}
@media screen and (max-width: 939px) {
.B_page .W_fold { display: block; bottom: 140px; left: 0px; transition: transform 0.3s ease-out 0s; transform: translateX(0px) translateZ(0px); }
.B_page .W_fold .W_ficon { text-indent: -20px; overflow: hidden; }
.B_page .W_fold .W_ficon::after { content: "a"; }
.B_page .W_fold_out .W_ficon::after { content: "b"; }
.B_page .W_fold_out { position: fixed; left: 0px; width: 26px; z-index: 9999; overflow: hidden; transform: translateX(340px) translateZ(0px); }
.B_page .W_fold_out a { display: block; border-radius: 50%; margin-left: -16px; }
.B_page .W_fold_layer_page { left: 0px; transform: translateX(0px) translateZ(0px); }
.B_page .W_fold_layer_page .WB_cardwrap { width: 300px; }
.B_page .WB_frame_b { }
.B_page .W_fold_layer_page { }
}
@media �screen,screen {
.leftcursor { cursor: url('pic_prev_ie.cur'), auto; }
.rightcursor { cursor: url('pic_next_ie.cur'), auto; }
}
@media �screen,screen {
.WB_multiphotos .photo_con_4 .photo, .WB_multiphotos .photo_con_4 .pic { width: 22px; height: 22px; }
}
@media screen and (max-width: 1006px) {
.WB_ad_tm2015 { margin-left: 380px; }
}
@media screen and (max-width: 768px) {
.WB_ad_tm2015 { margin-left: 330px; }
}
@media �screen,screen {
.W_piccut_h img, .W_piccut_v img { position: static; top: auto; left: auto; }
}
.W_icon { display: inline-block; background-image: url('icon.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.W_app_level, .W_app_level em, .W_icon { background-image: url('icon-x2.png'); background-size: 625px 325px; }
}
.icon_praised_b { width: 12px; height: 13px; background-position: -100px -25px; }
.W_icon_praised_hover:hover .icon_praised_b, .icon_praised_b:hover, .icon_praised_bc { width: 12px; height: 13px; background-position: -125px -25px; }
.icon_btn_play, .icon_btn_dl, .icon_btn_imgplay, .icon_btn_imgvideo { width: 30px; height: 30px; }
.icon_btn_imgvideo { background-position: -200px 0px; }
.icon_btn_imgvideo:hover, .icon_btn_imgvideo:active { background-position: -250px 0px; }
.W_loading { display: inline-block; width: 16px; height: 16px; background-image: url('loading.png'); background-repeat: no-repeat; vertical-align: middle; animation: 0.8s linear 0s normal none infinite running loading; }
@media not all {
.W_loading { background-image: url('loading_001.gif'); }
}
@media not all {
.W_loading_big { background-image: url('loading_big.gif'); }
}
.icon_succB, .icon_warnB, .icon_questionB, .icon_rederrorB { width: 38px; height: 42px; }
.icon_succB { background-position: -375px 0px; }
.icon_rederrorB { background-position: -375px -150px; }
.ficon_face, .ficon_image, .ficon_video, .ficon_timesend, .ficon_stock, .ficon_vote, .ficon_swtopic, .ficon_public, .ficon_longwb, .ficon_artical, .ficon_file, .ficon_music, .ficon_remark { font-size: 20px; margin-right: 5px; cursor: pointer; vertical-align: middle; }
.ficon_video { color: rgb(115, 126, 149); }
a:hover .ficon_video { color: rgb(77, 96, 124); }
.icon_weibo { background-position: -50px -300px; width: 16px; height: 16px; vertical-align: text-top; margin-right: 3px; }
@media not all, not all, not all, not all {
.W_icon_EURO { background-image: url('icon_euro-x2.png'); background-size: 200px 75px; }
}
@media not all, not all, not all, not all {
.W_icon_co1, .W_icon_co2, .W_icon_co3 { background-image: url('icon_co-x2.png'); background-size: 150px 330px; }
}
.W_btn_a, .W_btn_b, .W_btn_c, .W_btn_d { padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.W_btn_a:hover, .W_btn_b:hover, .W_btn_c:hover, .W_btn_d:hover { text-decoration: none; }
.W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.W_btn_b:hover { border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.W_btn_b_disable, .W_btn_b_disable:hover { color: rgb(128, 128, 128); box-shadow: none; cursor: default; }
.btn_32px { display: inline-block; height: 32px; line-height: 33px; font-size: 14px; }
.btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
@media not all, not all, not all, not all {
.W_btn_mult { background-image: url('icon-x2.png'); background-size: 625px 325px; }
}
@media screen and (max-width: 1006px) {
.WB_toptips .toptips_inner { width: 760px; }
}
@media �screen,screen {
.send_weibo .kind a .W_ficon { margin-top: -4px; }
}
.WB_global_nav { position: fixed; top: 0px; left: 0px; z-index: 9999; width: 100%; height: 48px; border-top: 2px solid rgb(250, 125, 60); box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.WB_global_nav .gn_header { position: relative; width: 1000px; height: 48px; margin: 0px auto; }
.WB_global_nav .gn_logo { float: left; position: relative; width: 140px; height: 48px; }
.WB_global_nav .gn_logo .box { position: absolute; left: -50px; top: 0px; }
.WB_global_nav .gn_logo .box { width: 190px; height: 48px; cursor: pointer; }
.WB_global_nav .gn_logo .box .logo { display: block; margin-left: 50px; width: 140px; height: 48px; cursor: pointer; background: transparent url('wb_logo.png') no-repeat scroll 0px 40%; }
.WB_global_nav .W_ficon { font-size: 22px; width: 26px; }
.WB_global_nav .ficon_search { font-size: 18px; width: 18px; }
.WB_global_nav .gn_position { float: right; margin-left: -11px; }
.WB_global_nav .gn_search_v2 { position: relative; float: left; width: 288px; height: 28px; margin: 9px 0px 0px 10px; background-color: rgb(242, 242, 245); border: 1px solid rgb(204, 204, 204); }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { position: absolute; top: 0px; left: 0px; width: 245px; padding: 4px 33px 4px 10px; height: 20px; line-height: 20px; box-shadow: none; border: medium none; background-color: transparent; color: rgb(128, 128, 128); outline-style: none; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.WB_global_nav .gn_search_v2 .ficon_search { position: absolute; top: 4px; right: 10px; }
.WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -11px; }
.WB_global_nav .gn_nav { float: left; margin: 11px 20px 11px 0px; }
.WB_global_nav .gn_nav_list li { float: left; display: inline; position: relative; margin-left: 30px; font-size: 14px; }
.WB_global_nav .gn_nav_list li a { display: block; height: 26px; line-height: 26px; white-space: nowrap; }
.WB_global_nav .gn_nav_list li a .W_ficon { vertical-align: top; }
.WB_global_nav .gn_nav_list li a .S_txt1 { display: inline-block; overflow: hidden; }
@media �screen,screen {
.WB_global_nav .gn_nav_list li .gn_name .S_txt1 { width: 60px; }
}
.WB_global_nav .gn_login { float: left; margin: 11px 0px 10px; }
.WB_global_nav .gn_login_list li { float: left; display: inline; position: relative; line-height: 26px; margin: 0px 15px; white-space: nowrap; }
.WB_global_nav .gn_login_list li a { font-size: 14px; text-decoration: none; }
.WB_global_nav .gn_login_list li.W_vline { margin: 6px 0px 0px; height: 14px; }
.WB_global_nav .gn_topmenulist { position: absolute; z-index: 9998; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.gn_topmenulist_search { width: 290px; margin-left: 10px; top: 30px; left: 0px; position: absolute; z-index: 9998; }
.gn_topmenulist_search .gn_topmenulist { position: static; }
@media screen and (min-width: 1295px) {
.WB_global_nav .gn_logo .box .logo { background-position: 50% 40%; }
.WB_global_nav .gn_header { width: 1280px; }
.WB_global_nav .gn_search .W_input { width: 505px; margin-left: 0px; }
.WB_global_nav .gn_search_v2 { width: 548px; margin-left: 0px; }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { width: 505px; }
.WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -1px; width: 550px; }
.WB_global_nav .gn_set { margin-right: 10px; }
.WB_global_nav .gn_topmenulist_tips { right: -50px; }
.WB_global_nav .gn_topmenulist_search { width: 100%; margin-left: 0px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav .gn_header { width: 760px; }
.WB_global_nav .gn_search .W_input { width: 115px; }
.WB_global_nav .gn_search_v2 { width: 158px; }
.WB_global_nav .gn_search_v2 .placeholder, .WB_global_nav .gn_search_v2 .W_input { width: 115px; }
.WB_global_nav .gn_nav { margin-right: 18px; }
.WB_global_nav .gn_nav_list li { margin-left: 18px; }
.WB_global_nav .gn_set { margin-right: 0px; }
.WB_global_nav .gn_set_list { margin-left: 20px; }
.WB_global_nav .gn_nav_list li .gn_name .S_txt1 { max-width: 43px; }
.WB_global_nav .gn_topmenulist_search { width: auto; min-width: 160px; }
.WB_global_nav .gn_topmenulist_tips { right: -55px; }
}
.WB_global_nav .S_spetxt, .WB_global_nav a.S_ficon:hover, .WB_global_nav a:hover .S_ficon, .WB_global_nav a.current .S_ficon { color: rgb(250, 125, 60); }
.WB_global_nav a, .WB_global_nav .S_link1, .WB_global_nav a.S_txt1:hover, .WB_global_nav a:hover .S_txt1, .WB_global_nav a.current .S_txt1, .WB_global_nav a.S_txt2:hover, .WB_global_nav .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.WB_global_nav .S_txt1, .WB_global_nav .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.WB_global_nav .S_ficon, .WB_global_nav .S_ficon_dis, .WB_global_nav a.S_ficon_dis:hover, .WB_global_nav a:hover .S_ficon_dis { color: rgb(105, 110, 120); }
.WB_global_nav .S_line1 { border-color: rgb(217, 217, 217); }
.WB_global_nav .S_line3, .WB_global_nav .W_input { border-color: rgb(204, 204, 204); }
@media not all, not all, not all, not all {
.WB_global_nav .gn_logo .box .logo { background-image: url('wb_logo-x2.png'); background-size: 80px 27px; }
}
.WB_global_nav .gn_logo { left: auto; top: auto; margin: 0px; background: transparent none repeat scroll 0% 0%; }
.WB_global_nav .gn_topmenulist_search { min-width: inherit; margin-top: 0px; margin-left: 10px; border-radius: 0px; box-shadow: none; }
.WB_global_nav .W_input { border-radius: 0px; }
@media screen and (min-width: 1295px) {
.WB_global_nav .gn_topmenulist_search { width: 100%; margin-left: 0px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav .gn_topmenulist_search { width: auto; }
}
@media not all, not all, not all, not all {
.WB_global_nav .gn_logo { background: transparent none repeat scroll 0% 0% ! important; }
}
@media screen and (min-width: 1295px) {
.WB_global_nav_us .gn_header { width: 1000px; }
}
@media screen and (max-width: 1006px) {
.WB_global_nav_us .gn_header { background-position: 0px -50px; }
.WB_global_nav_us .gn_logo { width: 37px; }
.WB_global_nav_us .gn_logo .box { width: 37px; }
.WB_global_nav_us .gn_search .W_input { width: 85px; }
.WB_global_nav_us .gn_search_v2 { width: 128px; }
.WB_global_nav_us .gn_search_v2 .placeholder, .WB_global_nav_us .gn_search_v2 .W_input { width: 85px; }
.WB_global_nav_us .gn_position { margin-right: 49px; }
.WB_global_nav_us .gn_topmenulist_search { width: auto; min-width: 130px; }
}
@media not all, not all, not all, not all {
.WB_global_nav_us .gn_header { background-image: url('logo_us-x2.png'); background-size: 1000px 100px; }
}
.WB_global_nav { border-bottom: 0px solid rgb(250, 125, 60); }
.WB_footer { display: block; clear: both; }
.WB_footer { box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); }
.WB_footer .footer_link { width: 920px; margin: 0px auto; padding: 20px 0px 10px 80px; }
.WB_footer .list { float: left; display: inline; margin: 0px 70px 0px 0px; }
.WB_footer .list dt { font-size: 16px; padding: 0px 0px 15px; white-space: nowrap; width: 138px; overflow: hidden; }
.WB_footer .list dd { white-space: nowrap; }
.WB_footer .list dd a, .WB_footer .list dd span { display: inline-block; margin: 0px 20px 5px 0px; }
.WB_footer .list dd .col1 { width: 48px; overflow: hidden; }
.WB_footer .list dd .col2 { width: 79px; overflow: hidden; }
.WB_footer .list dd .col3 { width: 60px; overflow: hidden; }
.WB_footer .list dd .col4 { width: 122px; overflow: hidden; }
.WB_footer .other_link { text-align: center; padding: 20px 0px 45px; }
.WB_footer .other_link .copy { line-height: 1em; margin-bottom: 10px; }
.WB_footer .other_link .copy a, .WB_footer .other_link .copy_v2 a, .WB_footer .other_link .company a { margin-right: 20px; }
.WB_footer .other_link .company .copy { margin-right: 20px; }
.WB_footer select { }
@media screen and (max-width: 1006px) {
.WB_footer { }
.WB_footer .footer_link { width: 720px; margin: 0px auto; padding: 20px 0px 10px 30px; }
.WB_footer .list { margin: 0px 20px 0px 0px; }
}
@media screen and (max-width: 939px) {
.B_page .WB_footer { }
.B_page .WB_footer .footer_link { width: 600px; margin: 0px auto; padding: 20px 0px 10px; }
.B_page .WB_footer .list { width: 139px; overflow: hidden; margin: 0px 11px 0px 0px; }
.B_page .WB_footer .other_link p span { display: block; }
}
.WB_footer .list dd .T_code { float: left; margin-right: 10px; }
.WB_footer .list dd .T_txt { width: 109px; overflow: hidden; margin-right: 0px; }
.WB_footer .other_link .T_server_v2, .WB_footer .other_link .copy_v2 { margin-bottom: 10px; }
.WB_footer .icon_netsecurity { display: inline-block; background-image: url('icon.png'); background-repeat: no-repeat; background-position: -100px -300px; width: 20px; height: 20px; vertical-align: text-top; margin-right: 3px; margin-top: -3px; }
.WB_tab_a .tab li:first-child, .WB_tab_a .tab li:nth-child(2) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.WB_tab_a .tab li:nth-child(2) .t { border-top-left-radius: 2px; }
.WB_tab_a .tab li:nth-child(2) .b .b1 em.l i { border-bottom-left-radius: 2px; }
@media not all, not all, not all, not all {
.WB_tab_a .tab .t { height: 32px; margin: 0px 0px -1px; }
}
.WB_tab_b .tab li:first-child, .WB_tab_b .tab li:nth-child(2) { border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.WB_tab_b .tab li:nth-child(2) .t { border-top-left-radius: 2px; }
.WB_tab_b .tab li:nth-child(2) .b .b1 em.l i { border-bottom-left-radius: 2px; }
@media not all, not all, not all, not all {
.WB_tab_b .tab .t { height: 32px; margin: 0px 0px -1px; }
}
.WB_empty { text-align: center; }
.WB_empty .text { line-height: 18px; font-size: 14px; }
.WB_empty .W_loading, .WB_empty .icon_warnS, .WB_empty .icon_rederrorS { margin-right: 5px; vertical-align: -3px; }
@media not all, not all, not all, not all {
.PCD_header .pf_wrap .pf_copy_icon { background-image: url('icon_profile-x2.png'); background-size: 60px 30px; }
}
@media screen and (max-width: 939px) {
.PCD_header_b .pf_opt .W_btn_b, .PCD_header_b .pf_opt .W_btn_c { padding: 0px 10px ! important; }
.PCD_header_b .pf_opt .fixed_width { width: 92px; padding: 0px ! important; }
.PCD_header_b .pf_opt .btn_bed_spc .W_btn_b { padding: 0px 0px 0px 3px ! important; }
.PCD_header_b .pf_opt .btn_bed_spc .num { display: none; }
}
@media �screen,screen {
.setup_template .list_item:hover .img_wrap .cover_img { z-index: -1; }
}
.setup_template .mask_layer::after { content: ""; position: absolute; bottom: 0px; z-index: 21; width: 770px; box-shadow: 0px 0px 30px 15px rgb(15, 16, 18); }
.UI_ani_bgExtend::before { content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; background-color: rgb(255, 129, 64); width: 0%; z-index: 1; border-radius: 2px; }
@media not all, not all, not all, not all {
.W_layer .update_v6_content .default_tmp, .W_layer .update_v6_content .new_icon { background-image: url('layer_update_v6-x2.png'); background-size: 274px 120px; }
}
@media �screen,screen {
.layer_set_group .new_group_tag { }
}
/* ::::: http://img.t.sinajs.cn/t6/style/css/module/combination/comb_login_v2.css?version=c5a1a241471e96ea ::::: */
.unlogin_icon { font-family: "unlogininhome" ! important; display: inline-block; vertical-align: middle; }
@font-face {
font-family: "unlogininhome"; font-style: normal; font-weight: normal; src: url('unlogficon.eot') format("embedded-opentype"), url('unlogficon.svg') format("svg"), url('unlogficon.woff') format("woff"), url('unlogficon.ttf') format("truetype");}
.W_unlogin_v2 { position: relative; width: 230px; }
.W_unlogin_v2 .login_box { min-height: 280px; background-color: rgb(255, 255, 255); padding: 0px 15px 6px; border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.W_unlogin_v2 .login_bot { width: 230px; height: 66px; margin-top: 10px; margin-bottom: 10px; background-color: rgb(255, 255, 255); border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.W_unlogin_v2 .info_header { position: relative; }
.W_unlogin_v2 .info_header .tab { margin-bottom: 16px; padding-top: 11px; border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
.W_unlogin_v2 .info_header .tab a { float: left; margin-bottom: -1px; width: 50%; border-bottom: 3px solid transparent; color: rgb(128, 128, 128); text-align: center; font-size: 14px; line-height: 30px; transition: border 0.2s cubic-bezier(0.43, 0.37, 1, 1) 0s; }
.W_unlogin_v2 .info_header .tab a.cur { border-bottom: 3px solid rgb(250, 125, 60); color: rgb(0, 0, 0); }
.W_unlogin_v2 .info_header .qrcode_target { position: absolute; top: 0px; right: -15px; width: 40px; height: 40px; background-position: -40px -190px; transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; }
.W_unlogin_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 7px; margin-right: -10px; }
.W_unlogin_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; font-weight: normal; color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.W_unlogin_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.W_unlogin_v2 .cp_logo, .W_unlogin_v2 .W_login_form .username .input_wrap, .W_unlogin_v2 .W_login_form .password .input_wrap, .W_unlogin_v2 .W_login_form .phone .input_wrap, .W_unlogin_v2 .info_header .qrcode_phone, .W_unlogin_v2 .info_header .qrcode_target, .W_unlogin_v2 .info_header .qrcode_target_hide { background-image: url('sprite_login.png'); background-repeat: no-repeat; }
.W_unlogin_v2 .info_header .qrcode_target { position: absolute; top: 0px; right: -15px; width: 40px; height: 40px; background-position: -40px -191px; transition: background-position 0.2s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s; }
.W_unlogin_v2 .info_header .qrcode_phone { background-position: 0px -150px; }
.W_unlogin_v2 .login_content { position: relative; width: 172px; height: 174px; margin: 0px 13px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; padding-top: 14px; }
.W_unlogin_v2 .info_list { margin-top: 12px; }
.W_unlogin_v2 .info_list1 { text-align: center; }
.W_unlogin_v2 .login_ios, .W_unlogin_v2 .login_andrio { width: 92px; padding: 18px 0px; float: left; margin: 0px 10px; cursor: pointer; }
.W_unlogin_v2 .icon_box { display: inline-block; margin-right: 2px; font-size: 30px; color: rgb(235, 115, 80); }
.W_unlogin_v2 .icon_txt { display: inline-block; height: 32px; line-height: 16px; }
.W_unlogin_v2 .ficon_unlog_ios, .W_unlogin_v2 .ficon_unlog_andrio { width: 26px; height: 32px; vertical-align: top; margin-top: -2px; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b { width: 86px; background: rgb(242, 242, 245) none repeat scroll 0% 0%; font-size: 12px; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b:hover { background: rgb(217, 217, 217) none repeat scroll 0% 0%; }
.W_unlogin_v2 .W_login_form .msgInfo .W_btn_b_disable, .W_unlogin_v2 .W_login_form .msgInfo .W_btn_b_disable:hover { width: 102px; padding: 0px 2px; background: rgb(243, 243, 245) none repeat scroll 0% 0%; color: rgb(128, 128, 128); }
.W_unlogin_v2 .W_login_form .login_btn .W_btn_a { padding: 0px; width: 198px; font-size: 16px; }
.W_unlogin_v2 .cp_logo { float: left; margin-right: 4px; width: 16px; height: 16px; background-repeat: no-repeat; }
.W_unlogin_v2 .icon_qq { background-position: -50px -50px; }
.W_unlogin_v2 .icon_tianyi { background-position: -100px -50px; }
.W_unlogin_v2 .icon_360 { background-position: -150px -50px; }
.W_unlogin_v2 .icon_unicom { background-position: -200px -50px; }
.W_unlogin_v2 .icon_baidu { background-position: -250px -50px; }
.W_unlogin_v2 .W_login_form { position: relative; top: 0px; left: 0px; }
.W_unlogin_v2 .W_login_form .input_wrap { height: 28px; padding: 2px 0px; border: 1px solid rgb(204, 204, 204); border-radius: 2px; background-color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_login_form .username .input_wrap { width: 198px; background-position: 11px -91px; }
.W_unlogin_v2 .W_login_form .password .input_wrap { position: relative; width: 198px; background-position: -39px -91px; }
.W_unlogin_v2 .W_login_form .phone .input_wrap { position: relative; width: 198px; background-position: -89px -91px; }
.W_unlogin_v2 .W_login_form .password .enter_psw { position: absolute; top: 9px; left: 36px; color: rgb(128, 128, 128); }
.W_unlogin_v2 .W_login_form .input_wrap .W_input { margin-left: 34px; width: 160px; border: medium none; box-shadow: none; }
.W_unlogin_v2 .W_login_form .msgInfo .W_input { margin-left: 10px; width: 72px; }
.W_unlogin_v2 .W_login_form .verify .W_input { margin-left: 6px; width: 88px; }
.W_unlogin_v2 .W_login_form .verify a { height: 34px; }
.W_unlogin_v2 .W_login_form .verify .code { margin-left: 5px; }
.W_unlogin_v2 .W_login_form .verify .refresh, .W_unlogin_v2 .W_login_form .wei_dun .lost { margin: 14px 0px; }
.W_unlogin_v2 .W_login_form .auto_login { height: 15px; }
.W_unlogin_v2 .W_login_form .auto_login .W_checkbox { }
.W_unlogin_v2 .W_login_form .auto_login span { margin-left: 3px; }
.W_unlogin_v2 .W_login_form .register { height: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
.W_unlogin_v2 .W_login_form .W_checkbox { margin-top: -1px; }
.W_unlogin_v2 .opacity_bg, .W_unlogin_v2 .result { position: absolute; left: 11px; top: 14px; width: 150px; height: 150px; text-align: center; }
.W_unlogin_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.W_unlogin_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.W_unlogin_v2 .W_icon { margin-top: 40px; }
.W_unlogin_v2 .result .res_info { margin-top: 10px; }
.unlogin_icon { font-family: "unlogininhome" ! important; display: inline-block; vertical-align: middle; }
@font-face {
font-family: "unlogininhome"; font-style: normal; font-weight: normal; src: url('unlogficon.eot') format("embedded-opentype"), url('unlogficon.svg') format("svg"), url('unlogficon.woff') format("woff"), url('unlogficon.ttf') format("truetype");}
.unlogin_left_nav .ficon_unlog_video { margin-top: 2px; }
.unlogin_left_nav { width: 150px; }
.unlogin_left_nav .lev { margin-bottom: 10px; }
.unlogin_left_nav .lev_Box { position: fixed; width: 150px; top: 66px; }
.unlogin_left_nav .lev a { display: block; height: 34px; line-height: 34px; font-size: 14px; text-decoration: none; overflow: hidden; position: relative; }
.unlogin_left_nav .lev .lev_curr .levtxt { font-weight: bold; }
.unlogin_left_nav .lev .levtxt { display: inline-block; max-width: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.unlogin_left_nav .lev .ico_block { float: left; font-size: 22px; width: 26px; text-align: center; margin: -1px 10px 0px 40px; }
.PCD_pictext_i .WB_innerwrap { padding: 0px; }
.PCD_pictext_i .m_wrap { overflow: hidden; }
.PCD_pictext_i .pt_ul { overflow: hidden; }
.PCD_pictext_i .pt_ul .pt_li { padding: 20px; margin-bottom: 10px; cursor: pointer; border-radius: 2px; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15); }
.PCD_pictext_i .pt_ul .pic_box { position: relative; display: inline; float: left; width: 120px; height: 120px; overflow: hidden; background: rgb(242, 242, 245) none repeat scroll 0% 0%; text-align: center; }
.PCD_pictext_i .pt_ul .text_box { padding: 0px 0px 0px 16px; }
.PCD_pictext_i .pt_ul .info_box { position: relative; overflow: hidden; }
.PCD_pictext_i .pt_ul .info_box .title { font-size: 18px; font-weight: bold; margin-bottom: 3px; }
.PCD_pictext_i .pt_ul .info_box .text { line-height: 18px; word-wrap: break-word; }
.PCD_pictext_i .pt_ul .info_box .title, .PCD_pictext_i .pt_ul .info_box .title a, .PCD_pictext_i .pt_ul .info_box .subtitle, .PCD_pictext_i .pt_ul .info_box .text { }
.PCD_pictext_i .pt_ul .info_box .title a { display: block; }
.PCD_pictext_i .pt_ul .subinfo_box { margin-left: 16px; margin-top: 12px; font-size: 12px; }
.PCD_pictext_i .pt_ul .subinfo_box .subinfo { margin-right: 10px; }
.PCD_pictext_i .pt_ul .pic_box, .PCD_pictext_i .pt_ul .pic_box .pic { height: 120px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box { height: 120px; font-size: 0px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box::before { content: ""; width: 0px; font-size: 0px; height: 100%; visibility: hidden; display: inline-block; vertical-align: middle; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box_inner { display: inline-block; width: 100%; vertical-align: middle; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box .text { font-size: 12px; }
.PCD_pictext_i .pt_ul .pt_li_1 .info_box .text_cut2 { font-size: 14px; }
.PCD_pictext_i .pt_ul .pt_li_3 { padding: 0px; overflow: hidden; }
.PCD_pictext_i .pt_ul .pt_li_3 .pic_ad { width: 600px; height: 150px; overflow: hidden; }
.PCD_pictext_i .text_cut { max-height: 54px; overflow: hidden; }
.PCD_pictext_i .pt_ul .info_box .text_cut2 { line-height: 23px; max-height: 90px; overflow: hidden; }
.PCD_pictext_i .WB_empty .WB_innerwrap { padding: 16px; }
.PCD_pictext_i .pt_ul .info_box .text img { vertical-align: -6px; }
.PCD_pictext_i .pt_ul .pic_box::after { content: ""; position: absolute; z-index: 1; left: 0px; top: 0px; right: 0px; bottom: 0px; border: 1px solid rgba(0, 0, 0, 0.05); }
.PCD_pictext_i_v2 .pt_ul .pic_box, .PCD_pictext_i_v2 .pt_ul .pic_box .pic { height: 90px; }
.PCD_pictext_i_v2 .pt_ul .pt_li_1 .info_box { height: 90px; font-size: 0px; }
.PCD_pictext_i_v2 .icon_btn_imgvideo { position: absolute; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; z-index: 2; }
.PCD_pictext_i_v2 .text_cut { max-height: 36px; overflow: hidden; }
.PCD_pictext_i_v2 .pt_ul .info_box .text_cut2 { line-height: 23px; max-height: 46px; overflow: hidden; }
.PCD_pictext_i_v2 .piccut_v { min-width: 120px; height: 90px; position: absolute; top: 50%; left: 50%; transform: perspective(1px) translate(-50%, -50%); }
@media �screen,screen {
.PCD_pictext_i_v2 .piccut_v { position: static; top: auto; left: auto; }
}
.PCD_pictext_i_v2 .piccut_h { min-width: auto; height: auto; width: 120px; min-height: 90px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_box { margin-left: 16px; margin-top: 10px; font-size: 12px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_box .subinfo { float: left; display: inline-block; margin-right: 10px; height: 18px; line-height: 18px; vertical-align: top; }
.PCD_pictext_i_v2 .pt_ul .subinfo_rgt { float: right; margin-left: 8px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_rgt em { margin-left: 5px; }
.PCD_pictext_i_v2 .pt_ul .subinfo_face { float: left; margin-right: 3px; }
.PCD_pictext_i_v2 .W_ficon:hover { color: rgb(235, 115, 80); }
.PCD_pictext_i_v2 .pic_m3 li.unlog_pic::after { content: ""; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; border: 1px solid rgba(0, 0, 0, 0.05); }
.DSC_text_e .WB_innerwrap { padding: 16px; }
.DSC_text_e .ul_text { margin-bottom: -8px; overflow: hidden; }
.DSC_text_e .ul_text .li_text { line-height: 26px; }
.DSC_text_e .ul_text .tlink { float: left; }
.DSC_text_e .ul_text .subtext { display: inline-block; float: right; }
.DSC_text_b .WB_innerwrap { padding: 16px; }
.DSC_text_b .m_wrap { margin-top: -18px; }
.DSC_text_b .list_wrap { margin-top: 16px; }
.DSC_text_b .ul_text { margin-bottom: -8px; overflow: hidden; }
.DSC_text_b .ul_text .li_text { display: inline-block; float: left; height: 26px; overflow: hidden; }
.DSC_text_b .ul_text .li_text .item_icon { display: inline-block; float: left; width: 14px; height: 14px; margin: 5px 5px 0px 0px; }
.DSC_text_b .ul_text .li_text .text { display: block; height: 26px; white-space: nowrap; }
.DSC_text_b .ul_text .li_text .width_fix { }
.DSC_text_b .ul_text .li_text .item_icon .pic { width: 14px; height: 14px; vertical-align: top; }
.DSC_text_b .ul_text .tlink { display: block; line-height: 26px; }
.DSC_text_b .text_title { font-size: 14px; font-weight: bold; margin-bottom: 3px; }
.DSC_text_b1 .ul_text { margin-left: -16px; }
.DSC_text_b1 .ul_text .li_text { width: 91px; margin-left: 16px; }
.DSC_text_b1 .ul_text .li_text .width_fix { }
.PCD_text_g .m_wrap { margin: -3px 0px -1px; }
.PCD_text_g li { width: 50%; height: 24px; overflow: hidden; line-height: 24px; }
.PCD_text_g li .W_ficon { margin-right: 3px; font-size: 14px; }
.PCD_text_g li .ficon_interest { font-size: 13px; }
.PCD_text_g p { margin-top: 5px; line-height: 20px; }
.PCD_text_g p span { display: inline-block; width: 27px; margin-right: 5px; overflow: hidden; }
.B_unlog .WB_frame_c { width: 600px; margin-right: 10px; }
.B_unlog .WB_global_nav .gn_nav_list { display: none; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: 600px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 598px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 555px; }
@media screen and (min-width: 1295px) {
.B_unlog .WB_global_nav .gn_logo .box .logo { background-position: 50% 40%; }
.B_unlog .WB_global_nav .gn_header { width: 1000px; }
.B_unlog .WB_global_nav .gn_search .W_input { width: 555px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 600px; margin-left: 10px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 557px; }
.B_unlog .WB_global_nav .gn_search_v2 .gn_topmenulist_search { left: -11px; width: 602px; }
.B_unlog .WB_global_nav .gn_set { margin-right: 10px; }
.B_unlog .WB_global_nav .gn_topmenulist_tips { right: -50px; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: 600px; margin-left: 10px; }
}
@media screen and (max-width: 1006px) {
.B_unlog .WB_global_nav .gn_header { width: 760px; }
.B_unlog .WB_global_nav .gn_search .W_input { width: 365px; }
.B_unlog .WB_global_nav .gn_search_v2 { width: 408px; }
.B_unlog .WB_global_nav .gn_search_v2 .placeholder, .B_unlog .WB_global_nav .gn_search_v2 .W_input { width: 365px; }
.B_unlog .WB_global_nav .gn_nav { margin-right: 18px; }
.B_unlog .WB_global_nav .gn_nav_list li { margin-left: 18px; }
.B_unlog .WB_global_nav .gn_set { margin-right: 0px; }
.B_unlog .WB_global_nav .gn_set_list { margin-left: 20px; }
.B_unlog .WB_global_nav .gn_nav_list li .gn_name .S_txt1 { max-width: 43px; }
.B_unlog .WB_global_nav .gn_topmenulist_search { width: auto; min-width: 410px; }
.B_unlog .WB_global_nav .gn_topmenulist_tips { right: -55px; }
}
.unlogin_advert_1 { width: 230px; height: 100px; overflow: hidden; border-radius: 2px; }
.B_unlog a:hover .ficon_video { color: rgb(250, 125, 60); }
/* ::::: http://img.t.sinajs.cn/t6/skin/default/skin.css?version=c5a1a241471e96ea ::::: */
.S_spetxt, a.S_ficon:hover, a:hover .S_ficon, a.current .S_ficon { color: rgb(250, 125, 60); }
.W_btn_prev:hover, .W_btn_next:hover, a.S_ficon:hover, a:hover .S_ficon, a.current .S_ficon, a.S_txt1:hover, a.current .S_txt1, a.S_txt2:hover, .SW_fun:hover .S_func1 { text-decoration: none; cursor: pointer; }
.WB_miniblog { padding-top: 50px; }
body, .S_page { background-color: rgb(212, 213, 224); background-image: url('body_repeat.png'); background-repeat: repeat-x; background-position: center 0px; }
body, legend, .W_input:focus, .S_txt1, .W_btn_b, .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.S_txt2, .W_input, .W_btn_b_disable, .W_btn_b_disable:hover { color: rgb(128, 128, 128); text-decoration: none; }
.S_ficon, .S_ficon_dis, a.S_ficon_dis:hover, a:hover .S_ficon_dis { color: rgb(105, 110, 120); }
.S_ficon_bg { background-color: rgb(105, 110, 120); }
a, .S_link1, a.S_txt1:hover, a.current .S_txt1, a.S_txt2:hover, .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.S_bg1, .SW_fun_bg:hover, .SW_fun_bg_active { background-color: rgb(246, 246, 246); }
.S_bg2, blockquote, .W_btn_b, .W_input, .SW_fun_bg { background-color: rgb(255, 255, 255); }
.S_bg2_c { color: rgb(255, 255, 255); }
.S_line1, .W_btn_prev, .W_btn_next, .W_btn_b { border-color: rgb(217, 217, 217); }
.W_btn_b_disable, .W_btn_b_disable:hover, .W_btn_tag_cur, .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.S_line2 { border-color: rgb(242, 242, 245); }
.S_line3, .W_input, .send_weibo .input, .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.W_input, .send_weibo .input { background-color: rgb(255, 255, 255); }
.WB_left_nav .S_txt1, .WB_left_nav a.S_txt1:hover, .WB_left_nav .S_ficon, .WB_left_nav a:hover .S_ficon, .WB_left_nav a.S_ficon:hover { color: rgb(255, 255, 255); }
.WB_left_nav .lev a:hover, .WB_left_nav .lev_curr, .WB_left_nav .lev_curr:hover, .WB_left_nav .levmore .more { background-color: rgba(255, 255, 255, 0.2); }
.WB_left_nav .lev_Box, .WB_left_nav fieldset { border-color: rgba(255, 255, 255, 0.1); }
.WB_frame { background-color: rgba(36, 61, 89, 0.25); }
.WB_timeline .current em, .WB_timeline .S_dot, .W_gotop { background-color: rgb(105, 110, 120); }
.WB_miniblog { background: transparent url('body_bg.jpg') no-repeat scroll center top; }
#js_style_css_module_global_WB_outframe { height: 42px; }
/* ::::: http://img1.t.sinajs.cn/t6/style/css/module/growth/layer_login_register_v2.css?version=c5a1a241471e96ea ::::: */
.form_login_register .auto_login *, .form_login_register .login_qq .btn_34px *, .form_login_register .W_btn_a_disable *, .form_login_register .weidun *, .form_login_register .verify *, .form_login_register .msg_code *, .form_login_register .other_info *, .form_login_register .foreign_tel *, .form_login_register .W_tips * { display: inline-block; vertical-align: middle; }
.form_login_register input { box-shadow: none; }
.form_login_register { width: 230px; }
.form_login_register .item { margin-bottom: 10px; display: block; }
.form_login_register .item_btn { margin: 16px 0px; }
.form_login_register .item_btn .btn_34px { width: 200px; }
.form_login_register .weidun .W_input { width: 166px; padding-left: 6px; }
.form_login_register .weidun a { text-align: right; width: 56px; }
.form_login_register .verify .W_input { width: 68px; margin-right: 10px; padding-left: 6px; }
.form_login_register .verify .S_txt1 { text-align: right; width: 44px; }
.form_login_register .msg_code .W_btn_b { width: 117px; height: 28px; line-height: 29px; padding: 0px; margin-right: 15px; background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_btn_b:hover { background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_input { width: 88px; padding-left: 6px; }
.form_login_register .auto_login label { margin-left: 3px; }
.form_login_register .input_wrap .W_input { border: medium none; box-shadow: none; width: 190px; }
.form_login_register .input_wrap { background: transparent url('icon_input.png') no-repeat scroll 0% 0%; width: 198px; border: 1px solid rgb(204, 204, 204); padding-left: 30px; }
@media not all, not all, not all, not all {
.form_login_register .input_wrap { background-image: url('icon_input-x2.png'); background-size: 30px 90px; }
}
.form_login_register .password { background-position: 0px -30px; position: relative; }
.form_login_register .password .enter_psw { position: absolute; top: 7px; left: 30px; color: rgb(128, 128, 128); }
.form_login_register .phone { background-position: 0px -60px; }
@media �screen,screen {
.form_login_register .foreign_tel .tel_num { line-height: 21px; padding: 0px 0px 0px 2px; }
}
.form_login_register .icon_qq { background: transparent url('icon_qq.png') repeat scroll 0% 0%; display: inline-block; width: 15px; height: 16px; margin-right: 5px; }
.form_login_register .W_input, .Bv6_layer .form_login_register .W_input { box-shadow: none; }
.Bv6_layer .B_login { padding-top: 30px; }
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon_001.eot') format("embedded-opentype"), url('wbficon_001.svg') format("svg"), url('wbficon_001.woff') format("woff"), url('wbficon_001.ttf') format("truetype");}
.Bv6_layer *, .Bv6_layer_menu_list *, .register_frame { padding: 0px; margin: 0px; }
.Bv6_layer img, .Bv6_layer_menu_list img { border: 0px none; }
.Bv6_layer th, .Bv6_layer em, .Bv6_layer i, .Bv6_layer_menu_list th, .Bv6_layer_menu_list em, .Bv6_layer_menu_list i { font-style: normal; font-weight: normal; }
.Bv6_layer ol, .Bv6_layer ul, .Bv6_layer_menu_list ol, .Bv6_layer_menu_list ul { list-style: outside none none; }
.Bv6_layer input, .Bv6_layer textarea, .Bv6_layer select, .Bv6_layer_menu_list input, .Bv6_layer_menu_list textarea, .Bv6_layer_menu_list select { font-family: inherit; font-size: inherit; font-weight: inherit; }
.Bv6_layer, .Bv6_layer_menu_list { font: 12px/1.3 "Arial","Microsoft YaHei"; color: rgb(51, 51, 51); }
.Bv6_layer :focus, .Bv6_layer_menu_list :focus { outline-color: rgb(235, 115, 80); }
.Bv6_layer a { color: rgb(235, 115, 80); text-decoration: none; }
.Bv6_layer a:hover { text-decoration: none; }
.Bv6_layer a:hover, .Bv6_layer a:active { }
.Bv6_layer a { }
.Bv6_layer .clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.Bv6_layer .clearfix { display: inline-block; }
.Bv6_layer .clearfix { display: block; }
.Bv6_layer .W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.Bv6_layer .W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.Bv6_layer .W_input:focus, .Bv6_layer .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.Bv6_layer .W_tc { text-align: center; }
.Bv6_layer .W_arrow_bor i, .Bv6_layer .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.Bv6_layer .W_arrow_bor_r i, .Bv6_layer .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.Bv6_layer .W_icon { display: inline-block; background-image: url('icon_001.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.Bv6_layer .W_app_level, .Bv6_layer .W_app_level em, .Bv6_layer .W_icon { background-image: url('icon-x2_001.png'); background-size: 625px 325px; }
}
@media not all {
.Bv6_layer .form_login_register .W_loading { background-image: url('loading_002.gif'); }
}
@media not all {
.Bv6_layer .W_loading_big { background-image: url('loading_big_001.gif'); }
}
.Bv6_layer .icon_succB, .Bv6_layer .icon_warnB, .Bv6_layer .icon_questionB, .Bv6_layer .icon_rederrorB { width: 38px; height: 42px; }
.Bv6_layer .icon_succB { background-position: -375px 0px; }
.Bv6_layer .icon_rederrorB { background-position: -375px -150px; }
.Bv6_layer .W_btn_a, .Bv6_layer .W_btn_b, .Bv6_layer .W_btn_c, .Bv6_layer .W_btn_d { background-image: none; padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.Bv6_layer .W_btn_a:hover, .Bv6_layer .W_btn_b:hover, .Bv6_layer .W_btn_c:hover, .Bv6_layer .W_btn_d:hover { text-decoration: none; background-image: none; }
.Bv6_layer .W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.Bv6_layer .W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.Bv6_layer .W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b:hover { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover { box-shadow: none; cursor: default; }
.Bv6_layer .btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
.Bv6_layer { position: absolute; z-index: 9999; }
.Bv6_layer .content { position: relative; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-radius: 3px; border-top: 2px solid rgb(250, 127, 64); }
.Bv6_layer .W_layer_title { border-bottom: 1px solid rgb(242, 242, 245); line-height: 38px; font-size: 14px; font-weight: 700; padding: 0px 0px 0px 16px; vertical-align: middle; }
.Bv6_layer .W_layer_close .ficon_close { position: absolute; z-index: 2; right: 12px; top: 9px; font-size: 18px; }
.Bv6_layer, .Bv6_layer legend, .Bv6_layer .W_input:focus, .Bv6_layer .S_txt1, .Bv6_layer .W_btn_b, .Bv6_layer .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.Bv6_layer .S_txt2, .Bv6_layer .W_input, .Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { color: rgb(128, 128, 128); text-decoration: none; }
.Bv6_layer .S_ficon, .Bv6_layer .S_ficon_dis, .Bv6_layer .S_ficon_dis:hover { color: rgb(105, 110, 120); }
.Bv6_layer a, .Bv6_layer .S_link1, .Bv6_layer a.S_txt1:hover, .Bv6_layer a.S_txt2:hover, .Bv6_layer .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.Bv6_layer .S_bg2, .Bv6_layer .W_btn_b, .Bv6_layer .W_input, .Bv6_layer .SW_fun_bg { background-color: rgb(255, 255, 255); }
.Bv6_layer .S_line1, .Bv6_layer .W_btn_prev, .Bv6_layer .W_btn_next, .Bv6_layer .W_btn_b { border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.Bv6_layer .S_line3, .Bv6_layer .W_input, .Bv6_layer .send_weibo .input, .Bv6_layer .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.Bv6_layer .W_input, .Bv6_layer .send_weibo .input { background-color: rgb(255, 255, 255); }
.Bv6_layer .W_btn_a { color: rgb(255, 255, 255); }
.Bv6_layer_menu_list { position: absolute; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.Bv6_layer_menu_list ul { margin: 0px; padding: 0px; clear: both; }
.Bv6_layer_menu_list ul li { position: static; float: none; margin: 0px; padding: 0px; display: inline; }
.Bv6_layer_menu_list ul li.note { padding: 5px 10px; display: block; white-space: nowrap; }
.layer_login_register_v2 { width: 370px; height: 335px; padding: 35px 116px 29px; }
.layer_login_register_v2 .tab_bar { border-bottom: 1px solid rgb(242, 242, 242); }
.layer_login_register_v2 .tab_bar a { font-size: 16px; display: inline-block; padding-bottom: 10px; width: 185px; text-align: center; border-bottom: 3px solid rgb(255, 255, 255); color: rgb(51, 51, 51); transition: all 0.3s linear 0s; }
.layer_login_register_v2 .tab_bar a.cur { border-color: rgb(247, 105, 29); font-weight: bold; }
.layer_login_register_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 1px; margin-left: 30px; margin-right: -58px; }
.layer_login_register_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.layer_login_register_v2 .qrcode_con { position: relative; width: 189px; height: 218px; margin: 18px auto 0px; padding: 15px 13px 0px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; }
.layer_login_register_v2 .qrcode_con .note { margin-top: 8px; font-size: 16px; }
.layer_login_register_v2 .text_info { margin-top: 15px; }
.layer_login_register_v2 .text_info a { margin-left: 10px; margin-right: 10px; }
.layer_login_register_v2 .bg { position: absolute; top: -90px; left: -328px; width: 264px; height: 372px; background-image: url('sprite_login_001.png'); background-repeat: no-repeat; background-position: -300px -150px; display: none; }
.layer_login_register_v2 .qrcode_con_hover .bg { display: block; }
.layer_login_register_v2 .opacity_bg, .layer_login_register_v2 .result { position: absolute; left: 192px; top: 88px; width: 218px; height: 234px; text-align: center; }
.layer_login_register_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.layer_login_register_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.layer_login_register_v2 .result .W_icon { margin-top: 83px; }
.layer_login_register_v2 .result .res_info { margin-top: 10px; }
.layer_login_register_v2 .B_login { margin: 0px auto; }
.layer_login_register_v2 .forget_psw { margin-left: 82px; }
/* ::::: http://img1.t.sinajs.cn/t6/style/css/module/growth/layer_login_register_v2.css?version=c5a1a241471e96ea ::::: */
.form_login_register .auto_login *, .form_login_register .login_qq .btn_34px *, .form_login_register .W_btn_a_disable *, .form_login_register .weidun *, .form_login_register .verify *, .form_login_register .msg_code *, .form_login_register .other_info *, .form_login_register .foreign_tel *, .form_login_register .W_tips * { display: inline-block; vertical-align: middle; }
.form_login_register input { box-shadow: none; }
.form_login_register { width: 230px; }
.form_login_register .item { margin-bottom: 10px; display: block; }
.form_login_register .item_btn { margin: 16px 0px; }
.form_login_register .item_btn .btn_34px { width: 200px; }
.form_login_register .weidun .W_input { width: 166px; padding-left: 6px; }
.form_login_register .weidun a { text-align: right; width: 56px; }
.form_login_register .verify .W_input { width: 68px; margin-right: 10px; padding-left: 6px; }
.form_login_register .verify .S_txt1 { text-align: right; width: 44px; }
.form_login_register .msg_code .W_btn_b { width: 117px; height: 28px; line-height: 29px; padding: 0px; margin-right: 15px; background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_btn_b:hover { background: rgb(243, 243, 243) none repeat scroll 0% 0%; }
.form_login_register .msg_code .W_input { width: 88px; padding-left: 6px; }
.form_login_register .auto_login label { margin-left: 3px; }
.form_login_register .input_wrap .W_input { border: medium none; box-shadow: none; width: 190px; }
.form_login_register .input_wrap { background: transparent url('icon_input.png') no-repeat scroll 0% 0%; width: 198px; border: 1px solid rgb(204, 204, 204); padding-left: 30px; }
@media not all, not all, not all, not all {
.form_login_register .input_wrap { background-image: url('icon_input-x2.png'); background-size: 30px 90px; }
}
.form_login_register .password { background-position: 0px -30px; position: relative; }
.form_login_register .password .enter_psw { position: absolute; top: 7px; left: 30px; color: rgb(128, 128, 128); }
.form_login_register .phone { background-position: 0px -60px; }
@media �screen,screen {
.form_login_register .foreign_tel .tel_num { line-height: 21px; padding: 0px 0px 0px 2px; }
}
.form_login_register .icon_qq { background: transparent url('icon_qq.png') repeat scroll 0% 0%; display: inline-block; width: 15px; height: 16px; margin-right: 5px; }
.form_login_register .W_input, .Bv6_layer .form_login_register .W_input { box-shadow: none; }
.Bv6_layer .B_login { padding-top: 30px; }
.W_ficon { font-family: "wbficonregular" ! important; display: inline-block; }
@font-face {
font-family: "wbficonregular"; font-style: normal; font-weight: normal; src: url('wbficon_001.eot') format("embedded-opentype"), url('wbficon_001.svg') format("svg"), url('wbficon_001.woff') format("woff"), url('wbficon_001.ttf') format("truetype");}
.Bv6_layer *, .Bv6_layer_menu_list *, .register_frame { padding: 0px; margin: 0px; }
.Bv6_layer img, .Bv6_layer_menu_list img { border: 0px none; }
.Bv6_layer th, .Bv6_layer em, .Bv6_layer i, .Bv6_layer_menu_list th, .Bv6_layer_menu_list em, .Bv6_layer_menu_list i { font-style: normal; font-weight: normal; }
.Bv6_layer ol, .Bv6_layer ul, .Bv6_layer_menu_list ol, .Bv6_layer_menu_list ul { list-style: outside none none; }
.Bv6_layer input, .Bv6_layer textarea, .Bv6_layer select, .Bv6_layer_menu_list input, .Bv6_layer_menu_list textarea, .Bv6_layer_menu_list select { font-family: inherit; font-size: inherit; font-weight: inherit; }
.Bv6_layer, .Bv6_layer_menu_list { font: 12px/1.3 "Arial","Microsoft YaHei"; color: rgb(51, 51, 51); }
.Bv6_layer :focus, .Bv6_layer_menu_list :focus { outline-color: rgb(235, 115, 80); }
.Bv6_layer a { color: rgb(235, 115, 80); text-decoration: none; }
.Bv6_layer a:hover { text-decoration: none; }
.Bv6_layer a:hover, .Bv6_layer a:active { }
.Bv6_layer a { }
.Bv6_layer .clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.Bv6_layer .clearfix { display: inline-block; }
.Bv6_layer .clearfix { display: block; }
.Bv6_layer .W_input { border-width: 1px; border-style: solid; height: 28px; line-height: normal; padding: 0px 0px 0px 2px; vertical-align: middle; color: rgb(128, 128, 128); outline-style: none; background-color: transparent; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15) inset; }
@media �screen,screen {
.Bv6_layer .W_input { height: 21px; line-height: 18px; padding: 7px 0px 0px 2px; }
}
.Bv6_layer .W_input:focus, .Bv6_layer .W_input_focus { border-color: rgb(250, 125, 60) ! important; box-shadow: none; }
.Bv6_layer .W_tc { text-align: center; }
.Bv6_layer .W_arrow_bor i, .Bv6_layer .W_arrow_bor em { display: inline-block; width: 0px; height: 0px; border-width: 7px; border-style: solid; overflow: hidden; font-size: 0px; line-height: 0; vertical-align: top; }
.Bv6_layer .W_arrow_bor_r i, .Bv6_layer .W_arrow_bor_r em { border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }
.Bv6_layer .W_icon { display: inline-block; background-image: url('icon_001.png'); background-repeat: no-repeat; }
@media not all, not all, not all, not all {
.Bv6_layer .W_app_level, .Bv6_layer .W_app_level em, .Bv6_layer .W_icon { background-image: url('icon-x2_001.png'); background-size: 625px 325px; }
}
@media not all {
.Bv6_layer .form_login_register .W_loading { background-image: url('loading_002.gif'); }
}
@media not all {
.Bv6_layer .W_loading_big { background-image: url('loading_big_001.gif'); }
}
.Bv6_layer .icon_succB, .Bv6_layer .icon_warnB, .Bv6_layer .icon_questionB, .Bv6_layer .icon_rederrorB { width: 38px; height: 42px; }
.Bv6_layer .icon_succB { background-position: -375px 0px; }
.Bv6_layer .icon_rederrorB { background-position: -375px -150px; }
.Bv6_layer .W_btn_a, .Bv6_layer .W_btn_b, .Bv6_layer .W_btn_c, .Bv6_layer .W_btn_d { background-image: none; padding: 0px 10px; white-space: nowrap; display: inline-block; border-radius: 2px; height: 24px; line-height: 25px; text-decoration: none; font-size: 12px; min-width: 40px; text-align: center; outline: medium none; }
.Bv6_layer .W_btn_a:hover, .Bv6_layer .W_btn_b:hover, .Bv6_layer .W_btn_c:hover, .Bv6_layer .W_btn_d:hover { text-decoration: none; background-image: none; }
.Bv6_layer .W_btn_a { background: rgb(255, 129, 64) none repeat scroll 0% 0%; border: 1px solid rgb(247, 124, 61); color: rgb(255, 255, 255); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); }
.Bv6_layer .W_btn_a:hover { background: rgb(247, 103, 29) none repeat scroll 0% 0%; border: 1px solid rgb(240, 105, 35); }
.Bv6_layer .W_btn_b { border-width: 1px; border-style: solid; box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b:hover { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border-color: rgb(204, 204, 204); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover { box-shadow: none; cursor: default; }
.Bv6_layer .btn_34px { display: inline-block; height: 34px; line-height: 35px; padding: 0px 15px; font-size: 14px; }
.Bv6_layer { position: absolute; z-index: 9999; }
.Bv6_layer .content { position: relative; background: rgb(255, 255, 255) none repeat scroll 0% 0%; border-radius: 3px; border-top: 2px solid rgb(250, 127, 64); }
.Bv6_layer .W_layer_title { border-bottom: 1px solid rgb(242, 242, 245); line-height: 38px; font-size: 14px; font-weight: 700; padding: 0px 0px 0px 16px; vertical-align: middle; }
.Bv6_layer .W_layer_close .ficon_close { position: absolute; z-index: 2; right: 12px; top: 9px; font-size: 18px; }
.Bv6_layer, .Bv6_layer legend, .Bv6_layer .W_input:focus, .Bv6_layer .S_txt1, .Bv6_layer .W_btn_b, .Bv6_layer .SW_fun .S_func1 { color: rgb(51, 51, 51); text-decoration: none; }
.Bv6_layer .S_txt2, .Bv6_layer .W_input, .Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { color: rgb(128, 128, 128); text-decoration: none; }
.Bv6_layer .S_ficon, .Bv6_layer .S_ficon_dis, .Bv6_layer .S_ficon_dis:hover { color: rgb(105, 110, 120); }
.Bv6_layer a, .Bv6_layer .S_link1, .Bv6_layer a.S_txt1:hover, .Bv6_layer a.S_txt2:hover, .Bv6_layer .SW_fun:hover .S_func1 { color: rgb(235, 115, 80); }
.Bv6_layer .S_bg2, .Bv6_layer .W_btn_b, .Bv6_layer .W_input, .Bv6_layer .SW_fun_bg { background-color: rgb(255, 255, 255); }
.Bv6_layer .S_line1, .Bv6_layer .W_btn_prev, .Bv6_layer .W_btn_next, .Bv6_layer .W_btn_b { border-color: rgb(217, 217, 217); }
.Bv6_layer .W_btn_b_disable, .Bv6_layer .W_btn_b_disable:hover, .Bv6_layer .W_btn_tag_cur, .Bv6_layer .W_btn_tag_cur:hover { border-color: rgb(217, 217, 217) ! important; }
.Bv6_layer .S_line3, .Bv6_layer .W_input, .Bv6_layer .send_weibo .input, .Bv6_layer .W_btn_b:hover { border-color: rgb(204, 204, 204); }
.Bv6_layer .W_input, .Bv6_layer .send_weibo .input { background-color: rgb(255, 255, 255); }
.Bv6_layer .W_btn_a { color: rgb(255, 255, 255); }
.Bv6_layer_menu_list { position: absolute; background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(51, 51, 51); border: 1px solid rgb(204, 204, 204); border-radius: 2px; padding: 2px; box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2); }
.Bv6_layer_menu_list ul { margin: 0px; padding: 0px; clear: both; }
.Bv6_layer_menu_list ul li { position: static; float: none; margin: 0px; padding: 0px; display: inline; }
.Bv6_layer_menu_list ul li.note { padding: 5px 10px; display: block; white-space: nowrap; }
.layer_login_register_v2 { width: 370px; height: 335px; padding: 35px 116px 29px; }
.layer_login_register_v2 .tab_bar { border-bottom: 1px solid rgb(242, 242, 242); }
.layer_login_register_v2 .tab_bar a { font-size: 16px; display: inline-block; padding-bottom: 10px; width: 185px; text-align: center; border-bottom: 3px solid rgb(255, 255, 255); color: rgb(51, 51, 51); transition: all 0.3s linear 0s; }
.layer_login_register_v2 .tab_bar a.cur { border-color: rgb(247, 105, 29); font-weight: bold; }
.layer_login_register_v2 .W_icon_rec { position: relative; display: block; float: left; width: 35px; height: 16px; margin-top: 1px; margin-left: 30px; margin-right: -58px; }
.layer_login_register_v2 .W_icon_rec .W_icon_rec_txt { display: block; float: left; width: 30px; height: 16px; line-height: 16px; margin-right: 4px; border-radius: 3px 3px 0px; background: rgb(250, 125, 60) none repeat scroll 0% 0%; font-size: 12px; color: rgb(255, 255, 255); font-weight: normal; }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor_r i { position: absolute; top: 12px; left: 29px; border-bottom-color: rgb(250, 125, 60); }
.layer_login_register_v2 .W_icon_rec .W_arrow_bor i { border-width: 2px; }
.layer_login_register_v2 .qrcode_con { position: relative; width: 189px; height: 218px; margin: 18px auto 0px; padding: 15px 13px 0px; border: 1px solid rgb(243, 243, 243); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); text-align: center; }
.layer_login_register_v2 .qrcode_con .note { margin-top: 8px; font-size: 16px; }
.layer_login_register_v2 .text_info { margin-top: 15px; }
.layer_login_register_v2 .text_info a { margin-left: 10px; margin-right: 10px; }
.layer_login_register_v2 .bg { position: absolute; top: -90px; left: -328px; width: 264px; height: 372px; background-image: url('sprite_login_001.png'); background-repeat: no-repeat; background-position: -300px -150px; display: none; }
.layer_login_register_v2 .qrcode_con_hover .bg { display: block; }
.layer_login_register_v2 .opacity_bg, .layer_login_register_v2 .result { position: absolute; left: 192px; top: 88px; width: 218px; height: 234px; text-align: center; }
.layer_login_register_v2 .opacity_bg { z-index: 1; background: rgb(51, 51, 51) none repeat scroll 0% 0%; opacity: 0.8; }
.layer_login_register_v2 .result { z-index: 2; color: rgb(255, 255, 255); }
.layer_login_register_v2 .result .W_icon { margin-top: 83px; }
.layer_login_register_v2 .result .res_info { margin-top: 10px; }
.layer_login_register_v2 .B_login { margin: 0px auto; }
.layer_login_register_v2 .forget_psw { margin-left: 82px; } | 0.520496 | 0.148355 |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
/*padding: 70px 15px 20px;*/
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.menu-navigation-icons {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size:0;
background-color: aliceblue;
}
.caminho {
position: relative;
}
.menu-navigation-icons a {
display: inline-block;
color: #ffffff;
background-color: #232526;
font-size: 40px;
font-weight: bold;
box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
width: 136px;
height: 109px;
}
.menu-navigation-icons a:hover{
opacity:0.92;
}
.menu-navigation-icons a i {
display: block;
line-height: 2;
}
.menu-navigation-icons a span {
display: block;
font-size: 11px;
font-weight: bold;
line-height: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Menu colors */
.menu-navigation-icons a.menu-magenta { background-color: #dc68bf; vertical-align: top;}
.menu-navigation-icons a.menu-magenta i { color: #9d518a; }
.menu-navigation-icons a.menu-blue { background-color: #57b2d8; vertical-align: top;}
.menu-navigation-icons a.menu-blue i { color: #3e8fb1; }
.menu-navigation-icons a.menu-green { background-color: #8ccc7a; vertical-align: top;}
.menu-navigation-icons a.menu-green i { color: #6fad5e; }
.menu-navigation-icons a.menu-yellow { background-color: #dadf50; vertical-align: top;}
.menu-navigation-icons a.menu-yellow i { color: #babe4a; }
.menu-navigation-icons a.menu-red { background-color: #f26262; vertical-align: top;}
.menu-navigation-icons a.menu-red i { color: #d34646; }
.menu-navigation-icons a.menu-logout { background-color: #f26262; vertical-align: bottom;}
.menu-navigation-icons a.menu-logout i { color: #d34646; }
.menu-navigation-icons a.menu-contact { background-color: #2a568c; vertical-align: top;}
.menu-navigation-icons a.menu-contact i { color: #5d81ad; }
/* Make this page responsive */
.slicknav_menu {
display:none;
}
@media (max-width: 800px) {
.menu-navigation-icons{
display:none;
}
.slicknav_nav a i {
display: none;
}
.slicknav_menu {
display:block;
}
}
.barra-nome-usuario {
background-color: #CFD0D2;
border: none;
border-radius: 0px;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
padding: 0.7em 0 0.7em 0;
text-align: right;
}
/*----- Breadcrumb -----*/
.bloco_breadcrumb{
/*background-color: #668bd4;*/
background-color: #f5f5f5;
border-radius: 0;
list-style: none;
margin-bottom: 0;
padding: 10px !important;
border: none;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
position: relative;
top: -35px
}
.bloco_breadcrumb label{
display: inline;
font-size: 9px;
font-weight: normal;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb{
/*padding: 30px 0;
margin-bottom: 0px;*/
background-color: transparent;
border-radius: 0px;
display: inline;
font-size: 10px;
font-weight: normal;
list-style: none;
padding: 1.9em 0;
}
.bloco_breadcrumb .breadcrumb li{
display: inline-block;
font-size: 0.95em;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb li:first-child:before{
content: normal !important;
}
.bloco_breadcrumb .breadcrumb li:before {
color: #777777 !important;
content: ">" !important;
padding: 0 0.35em;
}
.bloco_breadcrumb .breadcrumb li a {
/*margin-right: 3px;*/
color: #2C66CE;
font-size: 0.95em;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb li a:hover, .bloco_breadcrumb .breadcrumb li a:focus{
text-decoration: underline;
}
.nome_usuario_header {
/*margin: 3px 700px 0px 60px;*/
float: right;
text-transform: uppercase;
display: inline;
font-size: 9px;
font-weight: normal;
/*color: #285e8e;*/
/*font-size: 12px;*/
}
.left{
background-color: #f5f5f5;
border-radius: 0;
list-style: none;
margin-bottom: 0;
padding: 10px !important;
border: none;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
height: 35px;
}
.btn-login-logout{
font-size: 11px;
background-color: transparent;
display: inline;
text-transform: uppercase;
padding: 6px 12px;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
position: relative;
top: -80px;
width: 136px;
line-height: 13.3;
height: 109px;
}
/* Modal Login */
.login .modal-dialog {
width: 25%;
border-radius: 6px;
}
.login .modal-body {
padding: 15px 43px !important;
}
body{
/*height: 10000px;*/
font-family: "Lato";
background-color: #2980b9;
}
.sticky-container{
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -119px;
top:130px;
width: 200px;
}
.sticky li{
list-style-type: none;
background-color: #333;
color: #efefef;
height: 43px;
padding: 0px;
margin: 0px 0px 1px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/*filter: gray;*/
-webkit-filter: grayscale(100%);
}
.sticky li:hover{
margin-left: -115px;
/*-webkit-transform: translateX(-115px);
-moz-transform: translateX(-115px);
-o-transform: translateX(-115px);
-ms-transform: translateX(-115px);
transform:translateX(-115px);*/
/*background-color: #8e44ad;*/
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%);
}
.sticky li img{
float: left;
margin: 5px 5px;
margin-right: 10px;
}
.sticky li p{
padding: 0;
margin: 0;
text-transform: uppercase;
line-height: 43px;
}
/** fork icon**/
.fork{
position: absolute;
top:0;
left: 0;
}
.titulo {
text-decoration: none !important;
}
.titulo {
text-decoration: underline!important;
color: white !important;
}
.titulo {
text-decoration: none !important;
} | frontend/web/css/site.css | html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
/*padding: 70px 15px 20px;*/
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
text-align: center;
background-color: transparent;
}
.jumbotron .btn {
font-size: 21px;
padding: 14px 24px;
}
.not-set {
color: #c55;
font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
padding-left: 5px;
}
a.asc:after {
content: "\e151";
}
a.desc:after {
content: "\e152";
}
.sort-numerical a.asc:after {
content: "\e153";
}
.sort-numerical a.desc:after {
content: "\e154";
}
.sort-ordinal a.asc:after {
content: "\e155";
}
.sort-ordinal a.desc:after {
content: "\e156";
}
.grid-view td {
white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
min-width: 50px;
}
.hint-block {
display: block;
margin-top: 5px;
color: #999;
}
.error-summary {
color: #a94442;
background: #fdf7f7;
border-left: 3px solid #eed3d7;
padding: 10px 20px;
margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
padding: 15px;
border: none;
}
@media(max-width:767px) {
.nav li > form > button.logout {
display:block;
text-align: left;
width: 100%;
padding: 10px 15px;
}
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
text-decoration: none;
}
.nav > li > form > button.logout:focus {
outline: none;
}
.menu-navigation-icons {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size:0;
background-color: aliceblue;
}
.caminho {
position: relative;
}
.menu-navigation-icons a {
display: inline-block;
color: #ffffff;
background-color: #232526;
font-size: 40px;
font-weight: bold;
box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
width: 136px;
height: 109px;
}
.menu-navigation-icons a:hover{
opacity:0.92;
}
.menu-navigation-icons a i {
display: block;
line-height: 2;
}
.menu-navigation-icons a span {
display: block;
font-size: 11px;
font-weight: bold;
line-height: 0;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Menu colors */
.menu-navigation-icons a.menu-magenta { background-color: #dc68bf; vertical-align: top;}
.menu-navigation-icons a.menu-magenta i { color: #9d518a; }
.menu-navigation-icons a.menu-blue { background-color: #57b2d8; vertical-align: top;}
.menu-navigation-icons a.menu-blue i { color: #3e8fb1; }
.menu-navigation-icons a.menu-green { background-color: #8ccc7a; vertical-align: top;}
.menu-navigation-icons a.menu-green i { color: #6fad5e; }
.menu-navigation-icons a.menu-yellow { background-color: #dadf50; vertical-align: top;}
.menu-navigation-icons a.menu-yellow i { color: #babe4a; }
.menu-navigation-icons a.menu-red { background-color: #f26262; vertical-align: top;}
.menu-navigation-icons a.menu-red i { color: #d34646; }
.menu-navigation-icons a.menu-logout { background-color: #f26262; vertical-align: bottom;}
.menu-navigation-icons a.menu-logout i { color: #d34646; }
.menu-navigation-icons a.menu-contact { background-color: #2a568c; vertical-align: top;}
.menu-navigation-icons a.menu-contact i { color: #5d81ad; }
/* Make this page responsive */
.slicknav_menu {
display:none;
}
@media (max-width: 800px) {
.menu-navigation-icons{
display:none;
}
.slicknav_nav a i {
display: none;
}
.slicknav_menu {
display:block;
}
}
.barra-nome-usuario {
background-color: #CFD0D2;
border: none;
border-radius: 0px;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
padding: 0.7em 0 0.7em 0;
text-align: right;
}
/*----- Breadcrumb -----*/
.bloco_breadcrumb{
/*background-color: #668bd4;*/
background-color: #f5f5f5;
border-radius: 0;
list-style: none;
margin-bottom: 0;
padding: 10px !important;
border: none;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
position: relative;
top: -35px
}
.bloco_breadcrumb label{
display: inline;
font-size: 9px;
font-weight: normal;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb{
/*padding: 30px 0;
margin-bottom: 0px;*/
background-color: transparent;
border-radius: 0px;
display: inline;
font-size: 10px;
font-weight: normal;
list-style: none;
padding: 1.9em 0;
}
.bloco_breadcrumb .breadcrumb li{
display: inline-block;
font-size: 0.95em;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb li:first-child:before{
content: normal !important;
}
.bloco_breadcrumb .breadcrumb li:before {
color: #777777 !important;
content: ">" !important;
padding: 0 0.35em;
}
.bloco_breadcrumb .breadcrumb li a {
/*margin-right: 3px;*/
color: #2C66CE;
font-size: 0.95em;
text-transform: uppercase;
}
.bloco_breadcrumb .breadcrumb li a:hover, .bloco_breadcrumb .breadcrumb li a:focus{
text-decoration: underline;
}
.nome_usuario_header {
/*margin: 3px 700px 0px 60px;*/
float: right;
text-transform: uppercase;
display: inline;
font-size: 9px;
font-weight: normal;
/*color: #285e8e;*/
/*font-size: 12px;*/
}
.left{
background-color: #f5f5f5;
border-radius: 0;
list-style: none;
margin-bottom: 0;
padding: 10px !important;
border: none;
box-sizing: border-box;
display: block;
font-size: 0.75em;
font-weight: normal;
min-height: 30px;
height: 35px;
}
.btn-login-logout{
font-size: 11px;
background-color: transparent;
display: inline;
text-transform: uppercase;
padding: 6px 12px;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
border-radius: 4px;
position: relative;
top: -80px;
width: 136px;
line-height: 13.3;
height: 109px;
}
/* Modal Login */
.login .modal-dialog {
width: 25%;
border-radius: 6px;
}
.login .modal-body {
padding: 15px 43px !important;
}
body{
/*height: 10000px;*/
font-family: "Lato";
background-color: #2980b9;
}
.sticky-container{
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -119px;
top:130px;
width: 200px;
}
.sticky li{
list-style-type: none;
background-color: #333;
color: #efefef;
height: 43px;
padding: 0px;
margin: 0px 0px 1px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
/*filter: gray;*/
-webkit-filter: grayscale(100%);
}
.sticky li:hover{
margin-left: -115px;
/*-webkit-transform: translateX(-115px);
-moz-transform: translateX(-115px);
-o-transform: translateX(-115px);
-ms-transform: translateX(-115px);
transform:translateX(-115px);*/
/*background-color: #8e44ad;*/
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%);
}
.sticky li img{
float: left;
margin: 5px 5px;
margin-right: 10px;
}
.sticky li p{
padding: 0;
margin: 0;
text-transform: uppercase;
line-height: 43px;
}
/** fork icon**/
.fork{
position: absolute;
top:0;
left: 0;
}
.titulo {
text-decoration: none !important;
}
.titulo {
text-decoration: underline!important;
color: white !important;
}
.titulo {
text-decoration: none !important;
} | 0.371707 | 0.084909 |
body{
background-color:#f4f4f4;
color:#555555;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold ;
/*same as above:
font: normal 16px Arial, Helvetica, sans-serif*/
line-height:1.6em;
margin:0;
}
.nav{
text-align: left;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: pink;
text-decoration: none;
}
.form-style-1 {
margin:10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
border-radius: 10px;
border: 6px solid #305A72;
}
.form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 10px 0 0 0;
}
.form-style-1 label{
margin:0 0 5px 0;
padding:0px;
display:block;
font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border:1px solid #BEBEBE;
padding: 7px;
margin:0px;
outline: none;
}
.form-style-1 select:focus{
-moz-box-shadow: 0 0 8px #88D5E9;
-webkit-box-shadow: 0 0 8px #88D5E9;
box-shadow: 0 0 8px #88D5E9;
border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
width: 100%;
}
.form-style-1 .field-long{
width: 100%;
}
.form-style-1 .field-select{
width: 100%;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-2 {
margin:10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-2 input[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-2 button[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-2 button[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
background: #4691A4;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
.iframe-container {
text-align:center;
width:100%;
}
.block{
float:left;
text-align: center;
width: 100%;
border:1px solid #ccc;
padding: center;
box-sizing:border-box;
}
.table-content{
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
min-width: 400px;
}
.table-content thead tr{
background-color: #009879;
color:#ffffff;
text-align: left;
font-weight: bold;
font-size: larger;
}
.table-content th, .table-content td{
padding: 12px 15px;
}
.table-content tbody tr{
border-bottom: 1px solid #c7c3c3;
}
.table-content tbody tr:nth-of-type(even){
background-color: rgb(221, 218, 217);
}
.table-content tbody tr:last-of-type{
border-bottom: 2px solid #009879 ;
} | public/css/app.css | body{
background-color:#f4f4f4;
color:#555555;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold ;
/*same as above:
font: normal 16px Arial, Helvetica, sans-serif*/
line-height:1.6em;
margin:0;
}
.nav{
text-align: left;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: pink;
text-decoration: none;
}
.form-style-1 {
margin:10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
border-radius: 10px;
border: 6px solid #305A72;
}
.form-style-1 li {
padding: 0;
display: block;
list-style: none;
margin: 10px 0 0 0;
}
.form-style-1 label{
margin:0 0 5px 0;
padding:0px;
display:block;
font-weight: bold;
}
.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border:1px solid #BEBEBE;
padding: 7px;
margin:0px;
outline: none;
}
.form-style-1 select:focus{
-moz-box-shadow: 0 0 8px #88D5E9;
-webkit-box-shadow: 0 0 8px #88D5E9;
box-shadow: 0 0 8px #88D5E9;
border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
width: 100%;
}
.form-style-1 .field-long{
width: 100%;
}
.form-style-1 .field-select{
width: 100%;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-2 {
margin:10px auto;
max-width: 400px;
padding: 20px 12px 10px 20px;
font: 30px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-2 input[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
}
.form-style-2 button[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-2 button[type=submit]{
background: #4B99AD;
padding: 8px 15px 8px 15px;
border: none;
color: #fff;
font: 20px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
background: #4691A4;
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}
.iframe-container {
text-align:center;
width:100%;
}
.block{
float:left;
text-align: center;
width: 100%;
border:1px solid #ccc;
padding: center;
box-sizing:border-box;
}
.table-content{
border-collapse: collapse;
margin: 25px 0;
font-size: 0.9em;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
min-width: 400px;
}
.table-content thead tr{
background-color: #009879;
color:#ffffff;
text-align: left;
font-weight: bold;
font-size: larger;
}
.table-content th, .table-content td{
padding: 12px 15px;
}
.table-content tbody tr{
border-bottom: 1px solid #c7c3c3;
}
.table-content tbody tr:nth-of-type(even){
background-color: rgb(221, 218, 217);
}
.table-content tbody tr:last-of-type{
border-bottom: 2px solid #009879 ;
} | 0.170681 | 0.074467 |
/* GENERAL BUTTON STYLES */
.action {
margin-top: .7em;
-moz-box-shadow: inset 0px 1px 0px 0px #c6eb93;
-webkit-box-shadow: inset 0px 1px 0px 0px #c6eb93;
box-shadow: inset 0px 1px 0px 0px #c6eb93;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b0dc72), color-stop(1, #7fa647) );
background: -moz-linear-gradient( center top, #b0dc72 5%, #7fa647 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0dc72', endColorstr='#7fa647');
background-color: #b0dc72;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
border: 2px solid #5e8426;
display: inline-block;
color: #fff;
font-weight: bold;
padding: .6em 1em;
text-decoration: none;
text-shadow: 1px 1px 0px #5e8426;
font-size: 1.1em;
opacity: 1;
}
a.action:hover {
color: White;
text-decoration: none;
border: 2px solid #658b2d;
}
.action:visited {
color: #ffffff;
}
.action:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbe481), color-stop(1, #7fa647) );
background: -moz-linear-gradient( center top, #bbe481 5%, #7fa647 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbe481', endColorstr='#7fa647');
}
.action:active {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fa647), color-stop(1, #b0dc72) );
background: -moz-linear-gradient( center top, #7fa647 5%, #b0dc72 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fa647', endColorstr='#b0dc72');
background-color: #377302;
}
/* SPECIFIC BUTTON STYLES */
.download-button {
font-size: 1.1em;
padding-left: 1.9em;
background-image: url(images/download-button-icon.png);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 139px;
}
.donate-button {
padding-left: 1.7em;
background-image: url(images/heart-icon.png);
background-repeat: no-repeat;
background-position: 0px 2px;
} | src/Website/assets/styles/buttons.css | /* GENERAL BUTTON STYLES */
.action {
margin-top: .7em;
-moz-box-shadow: inset 0px 1px 0px 0px #c6eb93;
-webkit-box-shadow: inset 0px 1px 0px 0px #c6eb93;
box-shadow: inset 0px 1px 0px 0px #c6eb93;
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b0dc72), color-stop(1, #7fa647) );
background: -moz-linear-gradient( center top, #b0dc72 5%, #7fa647 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0dc72', endColorstr='#7fa647');
background-color: #b0dc72;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
border: 2px solid #5e8426;
display: inline-block;
color: #fff;
font-weight: bold;
padding: .6em 1em;
text-decoration: none;
text-shadow: 1px 1px 0px #5e8426;
font-size: 1.1em;
opacity: 1;
}
a.action:hover {
color: White;
text-decoration: none;
border: 2px solid #658b2d;
}
.action:visited {
color: #ffffff;
}
.action:hover {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bbe481), color-stop(1, #7fa647) );
background: -moz-linear-gradient( center top, #bbe481 5%, #7fa647 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbe481', endColorstr='#7fa647');
}
.action:active {
background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7fa647), color-stop(1, #b0dc72) );
background: -moz-linear-gradient( center top, #7fa647 5%, #b0dc72 100% );
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fa647', endColorstr='#b0dc72');
background-color: #377302;
}
/* SPECIFIC BUTTON STYLES */
.download-button {
font-size: 1.1em;
padding-left: 1.9em;
background-image: url(images/download-button-icon.png);
background-repeat: no-repeat;
background-position: 0px 0px;
width: 139px;
}
.donate-button {
padding-left: 1.7em;
background-image: url(images/heart-icon.png);
background-repeat: no-repeat;
background-position: 0px 2px;
} | 0.281208 | 0.08886 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
}
.main{
width: 100%;
height: 100%;
background-color: #45CE7C;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.comissao{
width: 90%;
height: 95%;
background-color: #fff;
display: flex;
flex-direction: column;
border-radius: 10px;
}
.comissao-carro{
height: 70px;
border-bottom:2px solid darkslategray;
width: 80vw;
margin: 0 auto;
padding: 20px;
padding-bottom:10px ;
}
.titulo-inicial{
text-align: center;
margin-top: 15px;
padding-bottom: 10px;
}
.campo-comissoes{
width: 60%;
height: 80%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
margin: 10px;
}
.input-textos{
font-size: 22px;
font-family: 'Open Sans', sans-serif;
gap: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.input-textos, p{
margin-top: 20px;
}
input {
font-size: 22px;
color: #949494;
}
small {
font-size: 15px;
color: rgb(87, 87, 87);
}
.details {
font-size: 24px;
font-weight: 300;
}
.inputs {
border: none;
color: #000;
outline: none;
border-bottom: 1px solid #ccc;
padding: 2px;
}
#text{
border-radius: 20px;
}
.detalhes-finais{
height: 300px;
width: 510px;
background: #E2EFE3;
margin-left: 100px;
margin: 50px;
border-radius: 10px;
display: flex;
flex-direction: column;
margin-left: auto;
}
.footer{
margin-top: 30px;
height: 60px;
width: 100%;
background: #1b1b1b;
align-items: center;
text-align: center;
padding-top: 20px;
}
.footer > h4{
color: #fff;
}
.btn {
width: 200px;
height: 50px;
color: #fff;
align-items: center;
text-align: center;
background: #000;
border: none;
border-radius: 5px;
font-size: 20px;
cursor: pointer;
} | style.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
}
.main{
width: 100%;
height: 100%;
background-color: #45CE7C;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.comissao{
width: 90%;
height: 95%;
background-color: #fff;
display: flex;
flex-direction: column;
border-radius: 10px;
}
.comissao-carro{
height: 70px;
border-bottom:2px solid darkslategray;
width: 80vw;
margin: 0 auto;
padding: 20px;
padding-bottom:10px ;
}
.titulo-inicial{
text-align: center;
margin-top: 15px;
padding-bottom: 10px;
}
.campo-comissoes{
width: 60%;
height: 80%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
margin: 10px;
}
.input-textos{
font-size: 22px;
font-family: 'Open Sans', sans-serif;
gap: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.input-textos, p{
margin-top: 20px;
}
input {
font-size: 22px;
color: #949494;
}
small {
font-size: 15px;
color: rgb(87, 87, 87);
}
.details {
font-size: 24px;
font-weight: 300;
}
.inputs {
border: none;
color: #000;
outline: none;
border-bottom: 1px solid #ccc;
padding: 2px;
}
#text{
border-radius: 20px;
}
.detalhes-finais{
height: 300px;
width: 510px;
background: #E2EFE3;
margin-left: 100px;
margin: 50px;
border-radius: 10px;
display: flex;
flex-direction: column;
margin-left: auto;
}
.footer{
margin-top: 30px;
height: 60px;
width: 100%;
background: #1b1b1b;
align-items: center;
text-align: center;
padding-top: 20px;
}
.footer > h4{
color: #fff;
}
.btn {
width: 200px;
height: 50px;
color: #fff;
align-items: center;
text-align: center;
background: #000;
border: none;
border-radius: 5px;
font-size: 20px;
cursor: pointer;
} | 0.467089 | 0.08266 |
body {
background-color: #fff
}
@media (min-width: 992px) {
.modal-lg {
max-width: 960px;
}
}
#pending a {
color: #000
}
.lightback {
background-color: #000;
}
.lightbox {
display: block;
max-width: 700px;
min-height: 600px;
background-color: #fff;
padding: 1rem;
margin: auto;
position: fixed;
right: 0;
left: 0;
margin: auto;
border-color: transparent;
opacity: 0;
z-index: -1;
transition: opacity .5s ease;
}
.lightbox:target {
border: 1px solid #e0e0e0;
border-color: #CCC;
opacity: 1;
z-index: 1001;
box-shadow: 0 5px 55px rgba(125, 125, 125, 0.5);
}
:target+.mask {
display: block;
width: 100%;
/* Point */
height: 100vh;
background-color: rgba(0, 0, 0, .5);
/* Positioning */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
}
.se {
display: none;
}
.se2 {
width: 100%;
}
.page_b {
display: none;
}
.menu_link {}
.bar100 {
width: 100%;
float: left;
height: 4px;
}
.show2 {
background-color: rgba(0, 0, 0, 0.3);
padding-top: 100px;
}
.modal-lg2 {
max-width: 700px;
}
.modal-content {
border-radius: 0
}
.modal-col-3 {
float: left;
width: 30%
}
.modal-col-1 {
float: left;
width: 9%
}
.modal-col-9 {
float: left;
width: 70%
}
.modal-col-12 {
width: 100%;
}
.modal-col-12:after {
content: '';
display: block;
clear: both;
}
.w70 {
float: left;
width: 70%;
}
.w30 {
width: 30%;
float: left;
padding-left: 40px;
padding-top: 15px;
}
.w31 {
width: 30%;
float: left;
padding-left: 0px!important;
padding-top: 0px!important;
}
.f20 img {
width: 25px
}
.f20 {
font-size: 16px;
font-weight: bold;
color: #676767;
}
.pf15 {
padding-left: 15px;
}
.pd40 {
padding-top: 40px;
padding-bottom: 40px;
}
.c67 {
color: #676767;
}
.f35 {
font-size: 28px;
color: #00c1de;
font-family: "Arial";
}
.f14 {
font-size: 14px;
}
.f12 {
padding-bottom: 10px;
font-size: 14px;
color: #3c3c3c;
}
.f12bb {
padding-bottom: 8px;
font-size: 14px;
color: #3c3c3c;
display: block;
}
.pf15 {
/* padding-left: 15px;*/
}
.pf12 {
padding-left: 12px;
}
.mr5 {
margin-right: 5px;
}
.pr5 {
padding-right: 3px;
}
.col-padding{
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f3f3f3;
}
.btn16 {
cursor: pointer;
float: left;
width: 150px;
background: #f6f6f6;
display: block;
line-height: 35px;
text-align: center;
color: #adadad;
border: 1px solid #ddd;
}
.st1 {
display: block;
width: 100%;
padding-bottom: 20px;
}
.st1:after {
content: '';
display: block;
clear: both;
}
.bar_block {
width: 20%;
float: left;
height: 4px;
}
.point {
width: 65px;
color: #bdbdbd;
font-size: 14px;
}
.btn {
border-radius: 0
}
.btn_modal {
font-size: 14px;
width: 120px;
}
.btn00c {
background: #00c1de;
color: #fff
}
@media screen and (max-width: 568px) {
:target+.mask {
display: block;
width: 100%;
/* Point */
height: 100vh;
background-color: rgba(0, 0, 0, .5);
/* Positioning */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
}
.lightbox {
top: 0
}
.w100 {
margin: auto
}
.modal-col-9 {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px
}
.modal-col-3 {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px
}
.menu_link {
display: none;
}
.se {
display: block;
}
.show {
width: 100%!important;
display: block;
padding: 0!important;
margin: 0!important;
}
.modal-dialog {
width: 100%;
margin: 0;
}
.bg_color2:last-child {
margin-bottom: 10px;
margin-top: 0px;
}
.money_item {
width: 100%;
padding-top: 10px;
}
.money_item2 {
padding-top: 10px;
}
.money_item3 {
padding-top: 10px;
}
.money_item4 {
padding-top: 10px;
}
.money_item5 {
padding-top: 10px;
}
.page_n {
display: none
}
.page_b {
display: block;
padding-bottom: 20px;
}
.page_ba {
padding-left: 15px;
padding-top: 15px;
}
.modal-body {
width: 100%;
}
#bxmx {
overflow: auto
}
body.modal-open {
position: fixed;
}
} | public/css/modal.css | body {
background-color: #fff
}
@media (min-width: 992px) {
.modal-lg {
max-width: 960px;
}
}
#pending a {
color: #000
}
.lightback {
background-color: #000;
}
.lightbox {
display: block;
max-width: 700px;
min-height: 600px;
background-color: #fff;
padding: 1rem;
margin: auto;
position: fixed;
right: 0;
left: 0;
margin: auto;
border-color: transparent;
opacity: 0;
z-index: -1;
transition: opacity .5s ease;
}
.lightbox:target {
border: 1px solid #e0e0e0;
border-color: #CCC;
opacity: 1;
z-index: 1001;
box-shadow: 0 5px 55px rgba(125, 125, 125, 0.5);
}
:target+.mask {
display: block;
width: 100%;
/* Point */
height: 100vh;
background-color: rgba(0, 0, 0, .5);
/* Positioning */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
}
.se {
display: none;
}
.se2 {
width: 100%;
}
.page_b {
display: none;
}
.menu_link {}
.bar100 {
width: 100%;
float: left;
height: 4px;
}
.show2 {
background-color: rgba(0, 0, 0, 0.3);
padding-top: 100px;
}
.modal-lg2 {
max-width: 700px;
}
.modal-content {
border-radius: 0
}
.modal-col-3 {
float: left;
width: 30%
}
.modal-col-1 {
float: left;
width: 9%
}
.modal-col-9 {
float: left;
width: 70%
}
.modal-col-12 {
width: 100%;
}
.modal-col-12:after {
content: '';
display: block;
clear: both;
}
.w70 {
float: left;
width: 70%;
}
.w30 {
width: 30%;
float: left;
padding-left: 40px;
padding-top: 15px;
}
.w31 {
width: 30%;
float: left;
padding-left: 0px!important;
padding-top: 0px!important;
}
.f20 img {
width: 25px
}
.f20 {
font-size: 16px;
font-weight: bold;
color: #676767;
}
.pf15 {
padding-left: 15px;
}
.pd40 {
padding-top: 40px;
padding-bottom: 40px;
}
.c67 {
color: #676767;
}
.f35 {
font-size: 28px;
color: #00c1de;
font-family: "Arial";
}
.f14 {
font-size: 14px;
}
.f12 {
padding-bottom: 10px;
font-size: 14px;
color: #3c3c3c;
}
.f12bb {
padding-bottom: 8px;
font-size: 14px;
color: #3c3c3c;
display: block;
}
.pf15 {
/* padding-left: 15px;*/
}
.pf12 {
padding-left: 12px;
}
.mr5 {
margin-right: 5px;
}
.pr5 {
padding-right: 3px;
}
.col-padding{
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f3f3f3;
}
.btn16 {
cursor: pointer;
float: left;
width: 150px;
background: #f6f6f6;
display: block;
line-height: 35px;
text-align: center;
color: #adadad;
border: 1px solid #ddd;
}
.st1 {
display: block;
width: 100%;
padding-bottom: 20px;
}
.st1:after {
content: '';
display: block;
clear: both;
}
.bar_block {
width: 20%;
float: left;
height: 4px;
}
.point {
width: 65px;
color: #bdbdbd;
font-size: 14px;
}
.btn {
border-radius: 0
}
.btn_modal {
font-size: 14px;
width: 120px;
}
.btn00c {
background: #00c1de;
color: #fff
}
@media screen and (max-width: 568px) {
:target+.mask {
display: block;
width: 100%;
/* Point */
height: 100vh;
background-color: rgba(0, 0, 0, .5);
/* Positioning */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
}
.lightbox {
top: 0
}
.w100 {
margin: auto
}
.modal-col-9 {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px
}
.modal-col-3 {
float: left;
width: 100%;
padding-left: 15px;
padding-right: 15px
}
.menu_link {
display: none;
}
.se {
display: block;
}
.show {
width: 100%!important;
display: block;
padding: 0!important;
margin: 0!important;
}
.modal-dialog {
width: 100%;
margin: 0;
}
.bg_color2:last-child {
margin-bottom: 10px;
margin-top: 0px;
}
.money_item {
width: 100%;
padding-top: 10px;
}
.money_item2 {
padding-top: 10px;
}
.money_item3 {
padding-top: 10px;
}
.money_item4 {
padding-top: 10px;
}
.money_item5 {
padding-top: 10px;
}
.page_n {
display: none
}
.page_b {
display: block;
padding-bottom: 20px;
}
.page_ba {
padding-left: 15px;
padding-top: 15px;
}
.modal-body {
width: 100%;
}
#bxmx {
overflow: auto
}
body.modal-open {
position: fixed;
}
} | 0.25842 | 0.115861 |
header{
width: 100%;
background-color:#09d3ee;
height: 120px;
margin: 0px;
padding: 0px;
/*overflow:hidden;*/
}
html, body{
margin:0px;
padding: 0px;
overflow-x: hidden;
}
@media screen and (max-width: 950px){
footer{
background-image: url("images/marbleBackround.jpg");
height: 90px;
position: block;
}
footer p{
text-align: center;
margin: 20px;
padding-top: 5px;
font-family: 'Times New Roman', Times, serif;
color:white;
}
.grid{
width:100%;
display: grid;
}
h1{
font-family: cursive;
}
.hamMenu{
justify-content: right;
margin-right: 0;
margin-left: auto;
margin-top:40px;
float: right;
margin-right: 10px;
position: relative;
}
.icon{
height:100px;
padding-top: 10px;
}
li{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding-bottom: 20px;
color: black;
}
li a{
color: black;
}
.nav {
z-index: 10;
background-color:#5F3990;
width: 200px;
position: absolute;
/* This trasform moves the drawer off canvas. */
-webkit-transform: translate(-300px, 0);
transform: translate(-300px, 0);
/* Optionally, we animate the drawer. */
transition: transform 0.3s ease;
top:149px;
}
/*webkit is a rendering engine for the browser*/
.nav__item {
display: list-item;
text-transform: uppercase;
width: 100%;
text-align: left;
color: black;
}
.nav.open {
-webkit-transform: translate(0, 0);
transform: translate(-10, 0);
}
.pages__list{
display: none;
}
.searchbutton{
height: 25px;
}
.tagline{
text-align: center;
background-image: url("images/marbleBackround.jpg");
height: 90px;
position: block;
overflow:hidden;
text-transform: uppercase;
grid-row: 1;
color: #5F3990;
}
ul{
list-style: none;
}
}
@media screen and (min-width: 950px){
a{
color: black;
text-decoration: none;
}
footer{
background-color:rgb(50, 51, 53) ;
height: 81px;
position: block;
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
}
footer p{
text-align: center;
margin: 20px;
padding: 0;
font-family: 'Times New Roman', Times, serif;
color:white;
padding-top: 5px;
background: none;
position: inline-block;
display: inline-block;
font-size: 2vw;
}
.grid{
width:100%;
display: grid;
}
h1{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 7vw;
text-align: center;
margin-top: 2vw;
margin-bottom: 2vw;
}
.header__menu{
display: none;
}
.icon{
height:100px;
padding-top: 10px;
}
.nav__list{
display: none;
}
p{
font-family: Arial, Helvetica, sans-serif;
background-color: #09d3ee;
color: black;
margin-top: auto;
margin-bottom: 5vw;
font-size: 2vw;
text-align: center;
width: 70%;
margin-left:auto;
margin-right: auto;
padding:3vw;
}
.whoweare p{
border-radius: 25px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.pages__item{
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
display: inline-block;
color: #C9A013;
font-size: 3vw;
margin-left:4vw;
}
.pages__list{
color: green;
text-align: right;
right: 0;
position: relative;
padding-left:0vw;
top: -125px;
padding-right:2vw;
}
.searchbutton{
height: 50px;
}
table {
width: 100%;
}
td{
width: 50%;
}
table h2{
text-decoration: none;
padding: 3vw;
font-size: 5vw;
text-align: center;
}
h2{
text-decoration: none;
margin:auto;
padding: 3vw;
font-size: 5vw;
text-align: center;
}
table p{
color:black;
background-color: white;
text-align: center;
padding: auto;
padding-top: 0;
margin: auto;
margin-top: 10px;
width:90%;
}
.donatebox{
background-color: #09d3ee;
width: 60%;
margin-left:10vw;
border-radius: 25px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.hospitalbox{
background-color: #09d3ee;
width: 50%;
margin-left:25vw;
border-radius: 25px;
margin-top: 10px;
margin-bottom: 20px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.tagline{
text-align: center;
height: 90px;
background-size:cover;
position: block;
overflow:hidden;
text-transform: uppercase;
grid-row: 1;
grid-column: 1/4;
}
.form{
margin: 20px;
width:70%;
margin-left: 14vw;
box-shadow: 0 0 7px black;
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 2.5rem; /* Footer height */
}
input{
margin-bottom: 10px;
border-radius: 25px;
width: 40%;
height: 30px;
text-align: center;
}
.button{
margin-left: 45vw;
margin-bottom: 100px;
}
} | style.css | header{
width: 100%;
background-color:#09d3ee;
height: 120px;
margin: 0px;
padding: 0px;
/*overflow:hidden;*/
}
html, body{
margin:0px;
padding: 0px;
overflow-x: hidden;
}
@media screen and (max-width: 950px){
footer{
background-image: url("images/marbleBackround.jpg");
height: 90px;
position: block;
}
footer p{
text-align: center;
margin: 20px;
padding-top: 5px;
font-family: 'Times New Roman', Times, serif;
color:white;
}
.grid{
width:100%;
display: grid;
}
h1{
font-family: cursive;
}
.hamMenu{
justify-content: right;
margin-right: 0;
margin-left: auto;
margin-top:40px;
float: right;
margin-right: 10px;
position: relative;
}
.icon{
height:100px;
padding-top: 10px;
}
li{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding-bottom: 20px;
color: black;
}
li a{
color: black;
}
.nav {
z-index: 10;
background-color:#5F3990;
width: 200px;
position: absolute;
/* This trasform moves the drawer off canvas. */
-webkit-transform: translate(-300px, 0);
transform: translate(-300px, 0);
/* Optionally, we animate the drawer. */
transition: transform 0.3s ease;
top:149px;
}
/*webkit is a rendering engine for the browser*/
.nav__item {
display: list-item;
text-transform: uppercase;
width: 100%;
text-align: left;
color: black;
}
.nav.open {
-webkit-transform: translate(0, 0);
transform: translate(-10, 0);
}
.pages__list{
display: none;
}
.searchbutton{
height: 25px;
}
.tagline{
text-align: center;
background-image: url("images/marbleBackround.jpg");
height: 90px;
position: block;
overflow:hidden;
text-transform: uppercase;
grid-row: 1;
color: #5F3990;
}
ul{
list-style: none;
}
}
@media screen and (min-width: 950px){
a{
color: black;
text-decoration: none;
}
footer{
background-color:rgb(50, 51, 53) ;
height: 81px;
position: block;
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
}
footer p{
text-align: center;
margin: 20px;
padding: 0;
font-family: 'Times New Roman', Times, serif;
color:white;
padding-top: 5px;
background: none;
position: inline-block;
display: inline-block;
font-size: 2vw;
}
.grid{
width:100%;
display: grid;
}
h1{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 7vw;
text-align: center;
margin-top: 2vw;
margin-bottom: 2vw;
}
.header__menu{
display: none;
}
.icon{
height:100px;
padding-top: 10px;
}
.nav__list{
display: none;
}
p{
font-family: Arial, Helvetica, sans-serif;
background-color: #09d3ee;
color: black;
margin-top: auto;
margin-bottom: 5vw;
font-size: 2vw;
text-align: center;
width: 70%;
margin-left:auto;
margin-right: auto;
padding:3vw;
}
.whoweare p{
border-radius: 25px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.pages__item{
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
display: inline-block;
color: #C9A013;
font-size: 3vw;
margin-left:4vw;
}
.pages__list{
color: green;
text-align: right;
right: 0;
position: relative;
padding-left:0vw;
top: -125px;
padding-right:2vw;
}
.searchbutton{
height: 50px;
}
table {
width: 100%;
}
td{
width: 50%;
}
table h2{
text-decoration: none;
padding: 3vw;
font-size: 5vw;
text-align: center;
}
h2{
text-decoration: none;
margin:auto;
padding: 3vw;
font-size: 5vw;
text-align: center;
}
table p{
color:black;
background-color: white;
text-align: center;
padding: auto;
padding-top: 0;
margin: auto;
margin-top: 10px;
width:90%;
}
.donatebox{
background-color: #09d3ee;
width: 60%;
margin-left:10vw;
border-radius: 25px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.hospitalbox{
background-color: #09d3ee;
width: 50%;
margin-left:25vw;
border-radius: 25px;
margin-top: 10px;
margin-bottom: 20px;
box-shadow:5px 10px rgb(50, 51, 53);
}
.tagline{
text-align: center;
height: 90px;
background-size:cover;
position: block;
overflow:hidden;
text-transform: uppercase;
grid-row: 1;
grid-column: 1/4;
}
.form{
margin: 20px;
width:70%;
margin-left: 14vw;
box-shadow: 0 0 7px black;
text-align: center;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#page-container {
position: relative;
min-height: 100vh;
}
#content-wrap {
padding-bottom: 2.5rem; /* Footer height */
}
input{
margin-bottom: 10px;
border-radius: 25px;
width: 40%;
height: 30px;
text-align: center;
}
.button{
margin-left: 45vw;
margin-bottom: 100px;
}
} | 0.331985 | 0.063337 |
@charset "utf-8";
/*
Original style from softwaremaniacs.org (c) <NAME> <<EMAIL>>
*/
.hljs {
display: block;
}
.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.nginx .hljs-title {
color: #637c84;
}
.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
color: #859900;
}
.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
color: #888;
}
.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
color: #080;
}
.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
color: #88f;
}
.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
font-weight: normal;
}
.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
font-style: italic;
}
.nginx .hljs-built_in {
font-weight: normal;
}
.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
}
.hljs-keyword {
color: #268bd2;
}
.hljs-string {
color: #cc7a6f;
}
.highlight {
position: relative;
background: rgb(248,245,236);
position: relative;
margin-bottom: 14px;
border: none;
border-radius: 0;
overflow: auto;
padding: 30px 14px 14px;
}
.highlight:after {
position: absolute;
top: 0;
right: 0;
left: 0;
font-size: 12px;
font-weight: 700;
color: #c2c0bc;
background-color: #f1ede4 !important;
content: "Code";
padding: 3px 7px;
}
pre, code {
font-family: 'source-code-pro', Menlo, Consolas, 'Courier New', monospace;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
font-size: 13px;
line-height: 1.5;
word-wrap: initial !important;
}
.hll {
background-color: #f7ebc6;
border-left: 5px solid #f7d87c;
display: block;
margin-left: -14px;
margin-right: -14px;
padding-left: 9px;
position: relative;
z-index: 0;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.clear:after {
content: "\200B";
display: block;
height: 0;
clear: both;
}
.clear {
*zoom: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background: 0 0;
}
a:focus {
outline: thin dotted;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code, kbd, pre, samp {
font-family: monospace,serif;
font-size: 1em;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em;
}
legend {
border: 0;
padding: 0;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
}
button, input {
line-height: normal;
}
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;
}
input[type=checkbox], input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/ptsans.eot);
src: local('PT Sans'),local('PTSans-Regular'),url(/assets/Default/fonts/ptsans.eot) format('embedded-opentype'),url(/assets/Default/fonts/ptsans.woff) format('woff'),url(/assets/Default/fonts/ptsans.ttf) format('truetype'),url(/assets/Default/fonts/ptsans.svg#PTSans) format('svg');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/opensans.eot);
src: local('Open Sans'),local('OpenSans'),url(/assets/Default/fonts/opensans.eot) format('embedded-opentype'),url(/assets/Default/fonts/opensans.woff) format('woff'),url(/assets/Default/fonts/opensans.ttf) format('truetype'),url(/assets/Default/fonts/opensans.svg#OpenSans) format('svg');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(/assets/Default/fonts/opensans-light.eot);
src: local('Open Sans Light'),local('OpenSans-Light'),url(/assets/Default/fonts/opensans-light.eot) format('embedded-opentype'),url(/assets/Default/fonts/opensans-light.woff) format('woff'),url(/assets/Default/fonts/opensans-light.ttf) format('truetype');
}
@font-face {
font-family: 'Oxygen Mono';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/oxygenmono.eot);
src: local('Oxygen Mono'),local('OxygenMono-Regular'),url(/assets/Default/fonts/oxygenmono.eot) format('embedded-opentype'),url(/assets/Default/fonts/oxygenmono.woff) format('woff'),url(/assets/Default/fonts/oxygenmono.ttf) format('truetype'),url(/assets/Default/fonts/oxygenmono.svg#OxygenMono) format('svg');
}
@font-face {
font-family: bwicon;
src: url(/assets/Default/fonts/bwicon.eot?ik20w7);
src: url(/assets/Default/fonts/bwicon.eot?#iefixik20w7) format('embedded-opentype'),url(/assets/Default/fonts/bwicon.woff?ik20w7) format('woff'),url(/assets/Default/fonts/bwicon.ttf?ik20w7) format('truetype'),url(/assets/Default/fonts/bwicon.svg?ik20w7#bwicon) format('svg');
font-weight: 400;
font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
font-family: bwicon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-time:before {
content: "\e600";
}
.icon-category:before {
content: "\e601";
}
.icon-tag:before {
content: "\e603";
}
.icon-feed:before {
content: "\e602";
}
code {
font-size: .8em;
line-height: 1.5;
}
.pln {
color: #4d4d4c;
}
@media screen {
.str {
color: #718c00;
}
.kwd {
color: #8959a8;
}
.com {
color: #8e908c;
}
.typ {
color: #4271ae;
}
.lit {
color: #f5871f;
}
.clo, .opn, .pun {
color: #4d4d4c;
}
.tag {
color: #c82829;
}
.atn {
color: #f5871f;
}
.atv {
color: #3e999f;
}
.dec {
color: #f5871f;
}
.var {
color: #c82829;
}
.fun {
color: #4271ae;
}
}
@media print,projection {
.str {
color: #060;
}
.kwd {
color: #006;
font-weight: 700;
}
.com {
color: #600;
font-style: italic;
}
.typ {
color: #404;
font-weight: 700;
}
.lit {
color: #044;
}
.clo, .opn, .pun {
color: #440;
}
.tag {
color: #006;
font-weight: 700;
}
.atn {
color: #404;
}
.atv {
color: #060;
}
}
ol.linenums {
margin-top: 0;
margin-bottom: 0;
}
@media (max-width:775px) {
.cont-wrap {
width: 100%;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: block;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width:776px) {
body {
min-width: 756px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 756px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 43px;
}
.grid_2 {
width: 106px;
}
.grid_3 {
width: 169px;
}
.grid_4 {
width: 232px;
}
.grid_5 {
width: 295px;
}
.grid_6 {
width: 358px;
}
.grid_7 {
width: 421px;
}
.grid_8 {
width: 484px;
}
.grid_9 {
width: 547px;
}
.grid_10 {
width: 610px;
}
.grid_11 {
width: 673px;
}
.grid_12 {
width: 736px;
}
}
@media (min-width:980px) {
body {
min-width: 960px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 60px;
}
.grid_2 {
width: 140px;
}
.grid_3 {
width: 220px;
}
.grid_4 {
width: 300px;
}
.grid_5 {
width: 380px;
}
.grid_6 {
width: 460px;
}
.grid_7 {
width: 540px;
}
.grid_8 {
width: 620px;
}
.grid_9 {
width: 700px;
}
.grid_10 {
width: 780px;
}
.grid_11 {
width: 860px;
}
.grid_12 {
width: 940px;
}
}
@media (min-width:1220px) {
body {
min-width: 1200px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 1200px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 80px;
}
.grid_2 {
width: 180px;
}
.grid_3 {
width: 280px;
}
.grid_4 {
width: 380px;
}
.grid_5 {
width: 480px;
}
.grid_6 {
width: 580px;
}
.grid_7 {
width: 680px;
}
.grid_8 {
width: 780px;
}
.grid_9 {
width: 880px;
}
.grid_10 {
width: 980px;
}
.grid_11 {
width: 1080px;
}
.grid_12 {
width: 1180px;
}
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none;
}
table {
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
}
body {
font-size: 18px;
color: #222;
}
body, button, input, select, textarea {
font-weight: 300;
font-family: "Open Sans",Tahoma,arial,"Hiragino Sans GB","Hiragino Sans GB W3",STHeiti,"Microsoft YaHei",sans-serif;
}
p {
margin: 1em 0;
line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px;
color: #111;
font-weight: 300;
line-height: 1.5em;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
margin-bottom: 10px;
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
blockquote {
margin: 20px 0;
border-left: 10px solid #ececec;
padding: 5px 10px;
font-size: .9em;
}
li ol, li ul {
margin: 0;
}
ol, ul {
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
dl {
margin: 0 0 1.5em;
}
dl dt {
font-weight: 700;
}
dd {
margin-left: 1.5em;
}
del {
color: #666;
}
pre {
margin: 1.5em 0;
overflow: auto;
border: 1px solid #e8e8e8;
background: #fafafa;
padding: 10px;
}
code, pre, tt {
font-family: "Oxygen Mono","YaHei Consolas Hybrid",Consolas,"Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace,"宋体";
white-space: pre;
}
.small {
font-size: .8em;
margin-bottom: 1.875em;
line-height: 1.875em;
}
.large {
font-size: 1.2em;
line-height: 2.5em;
margin-bottom: 1.25em;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
body {
font-size: 16px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
code, pre, tt {
word-wrap: break-word;
word-break: normal;
}
}
a, a:visited {
color: #119eea;
text-decoration: none;
}
a:hover {
color: #3eb2f1;
text-decoration: underline;
}
a.dark, a.dark:visited {
color: #0dc6fb;
text-decoration: none;
}
a.dark:focus, a.dark:hover {
color: #25ccfb;
text-decoration: underline;
}
.textbox {
margin: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 26px;
line-height: 26px;
outline: 0;
padding: 4px;
border: 1px solid #ccc;
-webkit-transition: border-color .2s linear,background .2s linear;
transition: border-color .2s linear,background .2s linear;
background: #f8f8f8;
}
.textbox:hover {
border-color: #b8b8b8;
background: #fefefe;
}
.textbox:focus {
border-color: #ffdf00;
background: #fefefe;
-webkit-box-shadow: 0 0 5px #ffdf00;
box-shadow: 0 0 5px #ffdf00;
}
.button {
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
*display: inline;
height: 28px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 4px 25px;
line-height: 28px;
border: none;
background: #ebebeb;
margin: 0 2px;
-webkit-transition: background-color .2s linear,-webkit-box-shadow .2s linear;
transition: background-color .2s linear,box-shadow .2s linear;
}
.button:hover {
background: #d8d8d8;
}
.button:focus {
-webkit-box-shadow: 0 0 5px #ffdf00;
box-shadow: 0 0 5px #ffdf00;
outline: 1px solid #ffdf00;
}
.button:active {
background: #c5c5c5;
}
.button-big {
padding: 15px 50px;
font-size: 1.5em;
font-weight: 300;
}
.button-def {
background: #ff6a6a;
color: #f8f8f8;
}
.button-def:hover {
background: #ff3434;
}
.button-def:active {
background: #fd0000;
}
.form-line {
padding: 10px 0;
}
.form-line-big {
padding: 20px 0;
}
.form-line-extrabig {
padding: 40px 0;
}
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #000;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
-webkit-box-shadow: 0 0 10px #000,0 0 5px #000;
box-shadow: 0 0 10px #000,0 0 5px #000;
opacity: 1;
-webkit-transform: rotate(3deg) translate(0,-4px);
-ms-transform: rotate(3deg) translate(0,-4px);
transform: rotate(3deg) translate(0,-4px);
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #000;
border-left-color: #000;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.page-header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 80px;
z-index: 100;
}
.page-header-bar {
-webkit-transition: background .1s linear;
transition: background .1s linear;
background: rgba(255,255,255,.2);
height: 80px;
}
.page-header-bar-light {
background: #fafafa;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.page-header-li {
float: left;
width: 100px;
height: 80px;
display: block;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
font-weight: 300;
}
.page-header-li:hover {
text-decoration: none;
}
.page-header-li-s {
height: 10px;
margin-bottom: 10px;
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
font-family: "Microsoft Yahei UI","Microsoft YaHei";
}
.page-header-li-si {
height: 10px;
}
.page-header-li-active .page-header-li-s, .page-header-li:hover .page-header-li-s {
opacity: 1;
}
.page-header-li:hover .page-header-li-si {
-webkit-background-size: 30px 30px;
background-size: 30px 30px;
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.5)25%,transparent 25%,transparent 50%,rgba(255,255,255,.5)50%,rgba(255,255,255,.5)75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.5)25%,transparent 25%,transparent 50%,rgba(255,255,255,.5)50%,rgba(255,255,255,.5)75%,transparent 75%,transparent);
-webkit-animation: page-header-animation 1s linear infinite;
animation: page-header-animation 1s linear infinite;
}
.page-header-li-t {
line-height: 30px;
padding: 0 10px;
color: #fff;
}
.page-header-li-d {
font-size: .8em;
padding: 0 10px;
line-height: 20px;
color: rgba(255,255,255,.8);
}
.page-header-bar-light .page-header-li-t {
color: #444;
text-shadow: none;
}
.page-header-bar-light .page-header-li-d {
color: rgba(68,68,68,.8);
}
.page-header-li-active .page-header-li-t, .page-header-li:hover .page-header-li-t {
color: #fff;
}
.page-header-li-active .page-header-li-d, .page-header-li:hover .page-header-li-d {
color: rgba(255,255,255,.8);
}
.page-header-li-home.page-header-li-active {
background: #444;
}
.page-header-li-home.page-header-li-active .page-header-li-s {
background: #363636;
}
.page-header-li-home:hover {
background: #3d3d3d;
}
.page-header-li-home:hover .page-header-li-s {
background: #303030;
}
.page-header-li-frontend.page-header-li-active {
background: #1197c6;
}
.page-header-li-frontend.page-header-li-active .page-header-li-s {
background: #0e799e;
}
.page-header-li-frontend:hover {
background: #0f88b2;
}
.page-header-li-frontend:hover .page-header-li-s {
background: #0c6a8b;
}
.page-header-li-backend.page-header-li-active {
background: #dd9056;
}
.page-header-li-backend.page-header-li-active .page-header-li-s {
background: #cc6f29;
}
.page-header-li-backend:hover {
background: #d87f3c;
}
.page-header-li-backend:hover .page-header-li-s {
background: #b36124;
}
.page-header-li-design.page-header-li-active {
background: #11b05b;
}
.page-header-li-design.page-header-li-active .page-header-li-s {
background: #0e8d49;
}
.page-header-li-design:hover {
background: #0f9e52;
}
.page-header-li-design:hover .page-header-li-s {
background: #0c7b40;
}
.page-header-li-daily.page-header-li-active {
background: #db6767;
}
.page-header-li-daily.page-header-li-active .page-header-li-s {
background: #cf3333;
}
.page-header-li-daily:hover {
background: #d54d4d;
}
.page-header-li-daily:hover .page-header-li-s {
background: #b62b2b;
}
.page-header-li-data-plat.page-header-li-active {
background: #34b08e;
}
.page-header-li-data-plat.page-header-li-active .page-header-li-s {
background: #2a8d72;
}
.page-header-li-data-plat:hover {
background: #2f9e80;
}
.page-header-li-data-plat:hover .page-header-li-s {
background: #247b63;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.page-header {
position: relative;
height: auto;
}
.page-header-bar {
height: auto;
}
}
@-webkit-keyframes page-header-animation {
from {
background-position: 0 0;
}
to {
background-position: 29px 0;
}
}
@keyframes page-header-animation {
from {
background-position: 0 0;
}
to {
background-position: 29px 0;
}
}
.page-footer {
margin: 50px 0;
text-align: center;
color: rgba(255,255,255,.7);
font-size: .9em;
position: relative;
}
.page-footer a, .page-footer a:active, .page-footer a:hover, .page-footer a:visited {
color: #fff;
}
.footer-rss {
font-size: 18px;
line-height: 36px;
}
.footer-rss-wrap, .footer-rss-wrap:active, .footer-rss-wrap:visited {
display: block;
width: 36px;
height: 36px;
margin-left: -18px;
margin-top: -18px;
text-align: center;
position: absolute;
left: 50%;
top: -50px;
background: #f8f8f8;
color: #aaa !important;
border-radius: 50%;
z-index: 99999;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.footer-rss-wrap:hover {
color: #666 !important;
text-decoration: none;
}
.page-before {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 2;
}
.page-before-inner .page-title {
margin-top: 80px;
height: 514px;
position: relative;
}
.page-title-content {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
-webkit-transition: -webkit-transform .5s ease-in-out,opacity .5s ease-in-out;
transition: transform .5s ease-in-out,opacity .5s ease-in-out;
}
.page-title-content.hide {
opacity: 0;
-webkit-transform: translate(0,-50%) scale(1.3);
-ms-transform: translate(0,-50%) scale(1.3);
transform: translate(0,-50%) scale(1.3);
}
.page-before, .page-before-push {
height: 594px;
}
.page-before-small {
height: 120px;
}
.page-title, .page-title h1, .page-title h2 {
color: #fff;
}
.page-title h3, .page-title h4 {
color: #fff;
color: rgba(255,255,255,.7);
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.page-before {
position: relative;
margin-top: 20px;
height: auto;
}
.page-before-push {
display: none;
}
.page-before-inner .page-title {
margin-top: 0;
height: auto;
}
.page-title-content {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.page-title-content.hide {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.page-content {
background: #f8f8f8;
min-height: 500px;
padding: 40px 0;
position: relative;
z-index: 5;
}
body {
-webkit-transition: background-color .3s linear;
transition: background-color .3s linear;
background: fixed url(/assets/Default/images/texture.png) top center;
}
.body-home {
background-color: #444;
}
.body-home .post ::-moz-selection, .body-home .post-list ::-moz-selection {
background-color: #575757;
color: #fff;
}
.body-home .post ::selection, .body-home .post-list ::selection {
background-color: #575757;
color: #fff;
}
.body-frontend {
background-color: #1197c6;
}
.body-frontend .post ::-moz-selection, .body-frontend .post-list ::-moz-selection {
background-color: #13ace1;
color: #fff;
}
.body-frontend .post ::selection, .body-frontend .post-list ::selection {
background-color: #13ace1;
color: #fff;
}
.body-backend {
background-color: #dd9056;
}
.body-backend .post ::-moz-selection, .body-backend .post-list ::-moz-selection {
background-color: #e09b67;
color: #fff;
}
.body-backend .post ::selection, .body-backend .post-list ::selection {
background-color: #e09b67;
color: #fff;
}
.body-design {
background-color: #11b05b;
}
.body-design .post ::-moz-selection, .body-design .post-list ::-moz-selection {
background-color: #14cd6a;
color: #fff;
}
.body-design .post ::selection, .body-design .post-list ::selection {
background-color: #14cd6a;
color: #fff;
}
.body-daily {
background-color: #db6767;
}
.body-daily .post ::-moz-selection, .body-daily .post-list ::-moz-selection {
background-color: #df7676;
color: #fff;
}
.body-daily .post ::selection, .body-daily .post-list ::selection {
background-color: #df7676;
color: #fff;
}
.body-data-plat {
background-color: #34b08e;
}
.body-data-plat .post ::-moz-selection, .body-data-plat .post-list ::-moz-selection {
background-color: #3bc59f;
color: #fff;
}
.body-data-plat .post ::selection, .body-data-plat .post-list ::selection {
background-color: #3bc59f;
color: #fff;
}
.error-404-wrap {
text-align: center;
}
.post-nav {
padding: 0;
}
.post-nav-page {
display: block;
float: left;
background: #ececec;
line-height: 30px;
width: 29px;
margin-right: 1px;
text-align: center;
font-size: .8em;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.post-nav-page:hover {
background: #e7e7e7!important;
}
.post-nav-page a, .post-nav-page a:active, .post-nav-page a:hover, .post-nav-page a:visited {
color: #222;
text-decoration: none;
}
.post-nav-page-current {
background: #323232 !important;
}
.post-nav-page-current a {
color: #fff !important;
}
.post-nav-page-current:hover {
background: #636363 !important;
}
.post-nav-page-current:hover a {
color: #fff!important;
}
.no-posts {
color: #aaa;
}
.post {
margin-bottom: 50px;
}
.post-body {
margin: 20px 0 10px 20px;
word-wrap: break-word;
word-break: normal;
}
.post-detail-body {
margin-bottom: 50px;
position: relative;
}
.post-body img, .post-detail-body img {
max-width: 100%;
}
.post-body, .post-detail-body {
color: #666;
}
.post-body p, .post-detail-body p {
line-height: 1.7em;
}
.post-title a, .post-title a:active, .post-title a:visited {
position: relative;
color: #222;
text-decoration: none;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.post-title a:hover {
color: #1096de;
text-decoration: none;
}
.post-catalog-item, .post-tag-item {
float: left;
margin-right: 1px;
font-size: .9em;
font-weight: 300;
}
.post-catalog-item a, .post-tag-item a {
display: block;
padding: 5px 8px;
border-bottom: 3px solid #f8f8f8;
-webkit-transition: border-color .3s linear,background-color .2s linear;
transition: border-color .3s linear,background-color .2s linear;
}
.post-tag-item a, .post-tag-item a:active, .post-tag-item a:hover, .post-tag-item a:visited {
color: #888;
text-decoration: none;
}
.post-tag-item a:hover {
border-color: #e8e8e8;
}
.post-catalog-item a, .post-catalog-item a:active, .post-catalog-item a:hover, .post-catalog-item a:visited {
color: #fff;
text-decoration: none;
}
.post-catalog-item-home a {
border-color: #363636;
background: #444;
}
.post-catalog-item-home a:hover {
border-color: #3d3d3d;
background: #575757;
}
.post-catalog-item-frontend a {
border-color: #0e799e;
background: #1197c6;
}
.post-catalog-item-frontend a:hover {
border-color: #0f88b2;
background: #13ace1;
}
.post-catalog-item-backend a {
border-color: #cc6f29;
background: #dd9056;
}
.post-catalog-item-backend a:hover {
border-color: #d87f3c;
background: #e09b67;
}
.post-catalog-item-design a {
border-color: #0e8d49;
background: #11b05b;
}
.post-catalog-item-design a:hover {
border-color: #0f9e52;
background: #14cd6a;
}
.post-catalog-item-daily a {
border-color: #cf3333;
background: #db6767;
}
.post-catalog-item-daily a:hover {
border-color: #d54d4d;
background: #df7676;
}
.post-catalog-item-data-plat a {
border-color: #2a8d72;
background: #34b08e;
}
.post-catalog-item-data-plat a:hover {
border-color: #2f9e80;
background: #3bc59f;
}
.post-time {
font-size: .9em;
margin-top: 10px;
color: #aaa;
font-weight: 300;
}
.sidebar-module {
background: #fefefe;
margin-bottom: 30px;
padding: 30px;
}
.sidebar-module h3 {
color: #aeaeae;
}
.sidebar-body {
line-height: 2em;
}
.sidebar-body li, .sidebar-body ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-postinfo .icon {
position: absolute;
left: 0;
top: 9px;
}
.sidebar-postinfo .sidebar-body {
color: #888;
}
.sidebar-postinfo .sidebar-item {
position: relative;
margin: 5px 0;
padding-left: 30px;
}
.sidebar-about .sidebar-body {
color: #888;
}
.sidebar-about .face {
text-align: center;
}
.sidebar-about .face img {
width: 180px;
max-width: 100%;
border-radius: 50%;
}
.sidebar-post-catalog-item, .sidebar-post-tag-item {
float: left;
margin-right: 1px;
margin-bottom: 1px;
}
.sidebar-post-catalog-item a, .sidebar-post-tag-item a {
display: block;
padding: 0 10px;
font-size: .9em;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.sidebar-post-catalog-item a:hover, .sidebar-post-tag-item a:hover {
text-decoration: none;
}
.sidebar-post-tag-item a, .sidebar-post-tag-item a:active, .sidebar-post-tag-item a:visited {
background: #f1f1f1;
color: #888;
}
.sidebar-post-tag-item a:hover {
background: #ececec;
color: #888;
}
.sidebar-post-catalog-item-home a {
background: #696969;
}
.sidebar-post-catalog-item-home a:hover {
background: #575757;
}
.sidebar-post-catalog-item-frontend a {
background: #26b9ec;
}
.sidebar-post-catalog-item-frontend a:hover {
background: #13ace1;
}
.sidebar-post-catalog-item-backend a {
background: #e4a678;
}
.sidebar-post-catalog-item-backend a:hover {
background: #e09b67;
}
.sidebar-post-catalog-item-design a {
background: #18e979;
}
.sidebar-post-catalog-item-design a:hover {
background: #14cd6a;
}
.sidebar-post-catalog-item-daily a {
background: #e28585;
}
.sidebar-post-catalog-item-daily a:hover {
background: #df7676;
}
.sidebar-post-catalog-item-data-plat a {
background: #51ccaa;
}
.sidebar-post-catalog-item-data-plat a:hover {
background: #3bc59f;
}
.sidebar-post-catalog-item a, .sidebar-post-catalog-item a:active, .sidebar-post-catalog-item a:hover, .sidebar-post-catalog-item a:visited {
color: #fff;
}
.post-body b, .post-body strong, .post-detail-body b, .post-detail-body strong {
color: #1f1f1f;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.post-body {
margin-left: 0;
}
}
.markdown-textbox {
width: 100%;
min-height: 250px;
}
.post-edit {
display: none;
}
input[type="text"], input[type="password"] {
width: 350px;
}
td input[type="text"], td input[type="password"] {
width: 90%;
}
.editing {
display: none;
}
.table {
width: 100%;
text-align: center;
}
.msg {
margin: 0 auto;
position: fixed;
top: 80px;
padding: 5px 10px;
background-color: rgba(58, 56, 56, 0.95);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
display: none;
color: #fff;
border-radius: 5px;
display: inline;
visibility: visible;
transition: margin 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
z-index: 9999;
}
.msg.hide {
opacity: 0;
margin-top: -15px;
visibility: hidden;
transition: margin 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
}
.post table {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
margin: 0 auto;
min-width: 40%;
}
.post td, .post th {
border: 1px solid #ccc;
padding: 10px;
text-align: left;
}
.post thead {
background-color: #f8f8f8;
}
.copyright {
width: 80%;
float: left;
text-align: left;
}
.azure {
width: 20%;
float: right;
text-align: right;
}
.azure-logo {
height: 75px;
margin-top: 4px;
}
@media (max-width:775px) {
.copyright {
float: none;
text-align: center;
width: 100%;
}
.azure {
float: none;
text-align: center;
width: 100%;
}
.azure-logo {
height: 60px;
margin-top: 0;
}
}
#lstTemplate{
border: none;
background: none;
color: rgba(255,255,255,.7);
}
.post-nav-page-current a {
color: #fff!important;
}
.mvp {
max-width: 100%;
text-align: center;
border-radius: 10px;
margin-top: 20px;
}
.community-sharing {
line-height: 32px;
height: 32px;
margin-bottom: 20px;
}
.community-sharing-links {
position: absolute;
display: inline-block;
}
.qrcode {
background: #fff;
width: 256px;
visibility: hidden;
opacity: 0;
transform: scale(1.2);
padding: 20px;
position: fixed;
top: 200px;
left: 50%;
margin-left: -143px;
transition: all 0.3s linear;
border-radius: 15px;
text-align: center;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.qrcode-active {
transform: scale(1);
opacity: 1;
visibility: visible;
}
#qrcode {
height: 256px;
width: 256px;
margin-bottom: 15px;
}
.sidebar-blog-roll {
display: inline-block;
width: 45px;
height: 45px;
border-radius: 4px;
margin: 2px;
}
.sidebar-blog-roll img {
width: 45px;
height: 45px;
border-radius: 4px;
}
.sidebar-blog-roll-tip {
opacity: 0;
visibility: hidden;
width: 120px;
text-align: center;
font-size: 14px;
line-height: 30px;
height: 30px;
position: absolute;
margin-top: -10px;
transition: all 0.2s linear;
margin-left: -60px;
border-radius: 5px;
text-overflow: ellipsis;
font-weight: bold;
text-wrap: none;
word-break: keep-all;
}
.sidebar-blog-roll-tip.active {
opacity: 1;
visibility: visible;
margin-top: 0;
background-color: rgba(58, 56, 56, 0.95);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
color: #fff;
}
.markdown-textbox-outer {
border: 1px solid #ccc;
}
.markdown-textbox {
border: none;
outline: 0;
display: block;
height: 80px;
padding: 10px;
width: 100%;
}
.markdown-textbox:focus {
box-shadow: none;
}
.markdown-textbox-bottom {
background-color: #f2f2f2;
color: #888;
font-size: 10px;
padding: 5px 10px;
}
#frmAjaxUpload {
display: none;
} | src/wwwroot/assets/Default/styles/yuuko.css | @charset "utf-8";
/*
Original style from softwaremaniacs.org (c) <NAME> <<EMAIL>>
*/
.hljs {
display: block;
}
.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.nginx .hljs-title {
color: #637c84;
}
.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
color: #859900;
}
.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
color: #888;
}
.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
color: #080;
}
.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
color: #88f;
}
.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
font-weight: normal;
}
.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
font-style: italic;
}
.nginx .hljs-built_in {
font-weight: normal;
}
.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
}
.hljs-keyword {
color: #268bd2;
}
.hljs-string {
color: #cc7a6f;
}
.highlight {
position: relative;
background: rgb(248,245,236);
position: relative;
margin-bottom: 14px;
border: none;
border-radius: 0;
overflow: auto;
padding: 30px 14px 14px;
}
.highlight:after {
position: absolute;
top: 0;
right: 0;
left: 0;
font-size: 12px;
font-weight: 700;
color: #c2c0bc;
background-color: #f1ede4 !important;
content: "Code";
padding: 3px 7px;
}
pre, code {
font-family: 'source-code-pro', Menlo, Consolas, 'Courier New', monospace;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
font-size: 13px;
line-height: 1.5;
word-wrap: initial !important;
}
.hll {
background-color: #f7ebc6;
border-left: 5px solid #f7d87c;
display: block;
margin-left: -14px;
margin-right: -14px;
padding-left: 9px;
position: relative;
z-index: 0;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.clear:after {
content: "\200B";
display: block;
height: 0;
clear: both;
}
.clear {
*zoom: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
a {
background: 0 0;
}
a:focus {
outline: thin dotted;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
mark {
background: #ff0;
color: #000;
}
code, kbd, pre, samp {
font-family: monospace,serif;
font-size: 1em;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em;
}
legend {
border: 0;
padding: 0;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
}
button, input {
line-height: normal;
}
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;
}
input[type=checkbox], input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
@font-face {
font-family: 'PT Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/ptsans.eot);
src: local('PT Sans'),local('PTSans-Regular'),url(/assets/Default/fonts/ptsans.eot) format('embedded-opentype'),url(/assets/Default/fonts/ptsans.woff) format('woff'),url(/assets/Default/fonts/ptsans.ttf) format('truetype'),url(/assets/Default/fonts/ptsans.svg#PTSans) format('svg');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/opensans.eot);
src: local('Open Sans'),local('OpenSans'),url(/assets/Default/fonts/opensans.eot) format('embedded-opentype'),url(/assets/Default/fonts/opensans.woff) format('woff'),url(/assets/Default/fonts/opensans.ttf) format('truetype'),url(/assets/Default/fonts/opensans.svg#OpenSans) format('svg');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: url(/assets/Default/fonts/opensans-light.eot);
src: local('Open Sans Light'),local('OpenSans-Light'),url(/assets/Default/fonts/opensans-light.eot) format('embedded-opentype'),url(/assets/Default/fonts/opensans-light.woff) format('woff'),url(/assets/Default/fonts/opensans-light.ttf) format('truetype');
}
@font-face {
font-family: 'Oxygen Mono';
font-style: normal;
font-weight: 400;
src: url(/assets/Default/fonts/oxygenmono.eot);
src: local('Oxygen Mono'),local('OxygenMono-Regular'),url(/assets/Default/fonts/oxygenmono.eot) format('embedded-opentype'),url(/assets/Default/fonts/oxygenmono.woff) format('woff'),url(/assets/Default/fonts/oxygenmono.ttf) format('truetype'),url(/assets/Default/fonts/oxygenmono.svg#OxygenMono) format('svg');
}
@font-face {
font-family: bwicon;
src: url(/assets/Default/fonts/bwicon.eot?ik20w7);
src: url(/assets/Default/fonts/bwicon.eot?#iefixik20w7) format('embedded-opentype'),url(/assets/Default/fonts/bwicon.woff?ik20w7) format('woff'),url(/assets/Default/fonts/bwicon.ttf?ik20w7) format('truetype'),url(/assets/Default/fonts/bwicon.svg?ik20w7#bwicon) format('svg');
font-weight: 400;
font-style: normal;
}
[class*=" icon-"], [class^=icon-] {
font-family: bwicon;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-time:before {
content: "\e600";
}
.icon-category:before {
content: "\e601";
}
.icon-tag:before {
content: "\e603";
}
.icon-feed:before {
content: "\e602";
}
code {
font-size: .8em;
line-height: 1.5;
}
.pln {
color: #4d4d4c;
}
@media screen {
.str {
color: #718c00;
}
.kwd {
color: #8959a8;
}
.com {
color: #8e908c;
}
.typ {
color: #4271ae;
}
.lit {
color: #f5871f;
}
.clo, .opn, .pun {
color: #4d4d4c;
}
.tag {
color: #c82829;
}
.atn {
color: #f5871f;
}
.atv {
color: #3e999f;
}
.dec {
color: #f5871f;
}
.var {
color: #c82829;
}
.fun {
color: #4271ae;
}
}
@media print,projection {
.str {
color: #060;
}
.kwd {
color: #006;
font-weight: 700;
}
.com {
color: #600;
font-style: italic;
}
.typ {
color: #404;
font-weight: 700;
}
.lit {
color: #044;
}
.clo, .opn, .pun {
color: #440;
}
.tag {
color: #006;
font-weight: 700;
}
.atn {
color: #404;
}
.atv {
color: #060;
}
}
ol.linenums {
margin-top: 0;
margin-bottom: 0;
}
@media (max-width:775px) {
.cont-wrap {
width: 100%;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: block;
margin-left: 10px;
margin-right: 10px;
}
}
@media (min-width:776px) {
body {
min-width: 756px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 756px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 43px;
}
.grid_2 {
width: 106px;
}
.grid_3 {
width: 169px;
}
.grid_4 {
width: 232px;
}
.grid_5 {
width: 295px;
}
.grid_6 {
width: 358px;
}
.grid_7 {
width: 421px;
}
.grid_8 {
width: 484px;
}
.grid_9 {
width: 547px;
}
.grid_10 {
width: 610px;
}
.grid_11 {
width: 673px;
}
.grid_12 {
width: 736px;
}
}
@media (min-width:980px) {
body {
min-width: 960px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 960px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 60px;
}
.grid_2 {
width: 140px;
}
.grid_3 {
width: 220px;
}
.grid_4 {
width: 300px;
}
.grid_5 {
width: 380px;
}
.grid_6 {
width: 460px;
}
.grid_7 {
width: 540px;
}
.grid_8 {
width: 620px;
}
.grid_9 {
width: 700px;
}
.grid_10 {
width: 780px;
}
.grid_11 {
width: 860px;
}
.grid_12 {
width: 940px;
}
}
@media (min-width:1220px) {
body {
min-width: 1200px;
}
.cont-wrap {
margin-left: auto;
margin-right: auto;
width: 1200px;
}
.grid_1, .grid_10, .grid_11, .grid_12, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.grid_1 {
width: 80px;
}
.grid_2 {
width: 180px;
}
.grid_3 {
width: 280px;
}
.grid_4 {
width: 380px;
}
.grid_5 {
width: 480px;
}
.grid_6 {
width: 580px;
}
.grid_7 {
width: 680px;
}
.grid_8 {
width: 780px;
}
.grid_9 {
width: 880px;
}
.grid_10 {
width: 980px;
}
.grid_11 {
width: 1080px;
}
.grid_12 {
width: 1180px;
}
}
blockquote:after, blockquote:before, q:after, q:before {
content: '';
content: none;
}
table {
table-layout: fixed;
border-collapse: collapse;
border-spacing: 0;
}
a img {
border: none;
}
body {
font-size: 18px;
color: #222;
}
body, button, input, select, textarea {
font-weight: 300;
font-family: "Open Sans",Tahoma,arial,"Hiragino Sans GB","Hiragino Sans GB W3",STHeiti,"Microsoft YaHei",sans-serif;
}
p {
margin: 1em 0;
line-height: 1.2em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px;
color: #111;
font-weight: 300;
line-height: 1.5em;
}
h1 {
font-size: 48px;
}
h2 {
font-size: 36px;
}
h3 {
margin-bottom: 10px;
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
blockquote {
margin: 20px 0;
border-left: 10px solid #ececec;
padding: 5px 10px;
font-size: .9em;
}
li ol, li ul {
margin: 0;
}
ol, ul {
margin: 0 1.5em 1.5em 0;
padding-left: 1.5em;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
dl {
margin: 0 0 1.5em;
}
dl dt {
font-weight: 700;
}
dd {
margin-left: 1.5em;
}
del {
color: #666;
}
pre {
margin: 1.5em 0;
overflow: auto;
border: 1px solid #e8e8e8;
background: #fafafa;
padding: 10px;
}
code, pre, tt {
font-family: "Oxygen Mono","YaHei Consolas Hybrid",Consolas,"Lucida Console","Bitstream Vera Sans Mono","Courier New",Courier,monospace,"宋体";
white-space: pre;
}
.small {
font-size: .8em;
margin-bottom: 1.875em;
line-height: 1.875em;
}
.large {
font-size: 1.2em;
line-height: 2.5em;
margin-bottom: 1.25em;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
body {
font-size: 16px;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
code, pre, tt {
word-wrap: break-word;
word-break: normal;
}
}
a, a:visited {
color: #119eea;
text-decoration: none;
}
a:hover {
color: #3eb2f1;
text-decoration: underline;
}
a.dark, a.dark:visited {
color: #0dc6fb;
text-decoration: none;
}
a.dark:focus, a.dark:hover {
color: #25ccfb;
text-decoration: underline;
}
.textbox {
margin: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 26px;
line-height: 26px;
outline: 0;
padding: 4px;
border: 1px solid #ccc;
-webkit-transition: border-color .2s linear,background .2s linear;
transition: border-color .2s linear,background .2s linear;
background: #f8f8f8;
}
.textbox:hover {
border-color: #b8b8b8;
background: #fefefe;
}
.textbox:focus {
border-color: #ffdf00;
background: #fefefe;
-webkit-box-shadow: 0 0 5px #ffdf00;
box-shadow: 0 0 5px #ffdf00;
}
.button {
cursor: default;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
*display: inline;
height: 28px;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
padding: 4px 25px;
line-height: 28px;
border: none;
background: #ebebeb;
margin: 0 2px;
-webkit-transition: background-color .2s linear,-webkit-box-shadow .2s linear;
transition: background-color .2s linear,box-shadow .2s linear;
}
.button:hover {
background: #d8d8d8;
}
.button:focus {
-webkit-box-shadow: 0 0 5px #ffdf00;
box-shadow: 0 0 5px #ffdf00;
outline: 1px solid #ffdf00;
}
.button:active {
background: #c5c5c5;
}
.button-big {
padding: 15px 50px;
font-size: 1.5em;
font-weight: 300;
}
.button-def {
background: #ff6a6a;
color: #f8f8f8;
}
.button-def:hover {
background: #ff3434;
}
.button-def:active {
background: #fd0000;
}
.form-line {
padding: 10px 0;
}
.form-line-big {
padding: 20px 0;
}
.form-line-extrabig {
padding: 40px 0;
}
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #000;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
-webkit-box-shadow: 0 0 10px #000,0 0 5px #000;
box-shadow: 0 0 10px #000,0 0 5px #000;
opacity: 1;
-webkit-transform: rotate(3deg) translate(0,-4px);
-ms-transform: rotate(3deg) translate(0,-4px);
transform: rotate(3deg) translate(0,-4px);
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #000;
border-left-color: #000;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .bar, .nprogress-custom-parent #nprogress .spinner {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.page-header {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 80px;
z-index: 100;
}
.page-header-bar {
-webkit-transition: background .1s linear;
transition: background .1s linear;
background: rgba(255,255,255,.2);
height: 80px;
}
.page-header-bar-light {
background: #fafafa;
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.page-header-li {
float: left;
width: 100px;
height: 80px;
display: block;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
font-weight: 300;
}
.page-header-li:hover {
text-decoration: none;
}
.page-header-li-s {
height: 10px;
margin-bottom: 10px;
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
font-family: "Microsoft Yahei UI","Microsoft YaHei";
}
.page-header-li-si {
height: 10px;
}
.page-header-li-active .page-header-li-s, .page-header-li:hover .page-header-li-s {
opacity: 1;
}
.page-header-li:hover .page-header-li-si {
-webkit-background-size: 30px 30px;
background-size: 30px 30px;
background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.5)25%,transparent 25%,transparent 50%,rgba(255,255,255,.5)50%,rgba(255,255,255,.5)75%,transparent 75%,transparent);
background-image: linear-gradient(45deg,rgba(255,255,255,.5)25%,transparent 25%,transparent 50%,rgba(255,255,255,.5)50%,rgba(255,255,255,.5)75%,transparent 75%,transparent);
-webkit-animation: page-header-animation 1s linear infinite;
animation: page-header-animation 1s linear infinite;
}
.page-header-li-t {
line-height: 30px;
padding: 0 10px;
color: #fff;
}
.page-header-li-d {
font-size: .8em;
padding: 0 10px;
line-height: 20px;
color: rgba(255,255,255,.8);
}
.page-header-bar-light .page-header-li-t {
color: #444;
text-shadow: none;
}
.page-header-bar-light .page-header-li-d {
color: rgba(68,68,68,.8);
}
.page-header-li-active .page-header-li-t, .page-header-li:hover .page-header-li-t {
color: #fff;
}
.page-header-li-active .page-header-li-d, .page-header-li:hover .page-header-li-d {
color: rgba(255,255,255,.8);
}
.page-header-li-home.page-header-li-active {
background: #444;
}
.page-header-li-home.page-header-li-active .page-header-li-s {
background: #363636;
}
.page-header-li-home:hover {
background: #3d3d3d;
}
.page-header-li-home:hover .page-header-li-s {
background: #303030;
}
.page-header-li-frontend.page-header-li-active {
background: #1197c6;
}
.page-header-li-frontend.page-header-li-active .page-header-li-s {
background: #0e799e;
}
.page-header-li-frontend:hover {
background: #0f88b2;
}
.page-header-li-frontend:hover .page-header-li-s {
background: #0c6a8b;
}
.page-header-li-backend.page-header-li-active {
background: #dd9056;
}
.page-header-li-backend.page-header-li-active .page-header-li-s {
background: #cc6f29;
}
.page-header-li-backend:hover {
background: #d87f3c;
}
.page-header-li-backend:hover .page-header-li-s {
background: #b36124;
}
.page-header-li-design.page-header-li-active {
background: #11b05b;
}
.page-header-li-design.page-header-li-active .page-header-li-s {
background: #0e8d49;
}
.page-header-li-design:hover {
background: #0f9e52;
}
.page-header-li-design:hover .page-header-li-s {
background: #0c7b40;
}
.page-header-li-daily.page-header-li-active {
background: #db6767;
}
.page-header-li-daily.page-header-li-active .page-header-li-s {
background: #cf3333;
}
.page-header-li-daily:hover {
background: #d54d4d;
}
.page-header-li-daily:hover .page-header-li-s {
background: #b62b2b;
}
.page-header-li-data-plat.page-header-li-active {
background: #34b08e;
}
.page-header-li-data-plat.page-header-li-active .page-header-li-s {
background: #2a8d72;
}
.page-header-li-data-plat:hover {
background: #2f9e80;
}
.page-header-li-data-plat:hover .page-header-li-s {
background: #247b63;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.page-header {
position: relative;
height: auto;
}
.page-header-bar {
height: auto;
}
}
@-webkit-keyframes page-header-animation {
from {
background-position: 0 0;
}
to {
background-position: 29px 0;
}
}
@keyframes page-header-animation {
from {
background-position: 0 0;
}
to {
background-position: 29px 0;
}
}
.page-footer {
margin: 50px 0;
text-align: center;
color: rgba(255,255,255,.7);
font-size: .9em;
position: relative;
}
.page-footer a, .page-footer a:active, .page-footer a:hover, .page-footer a:visited {
color: #fff;
}
.footer-rss {
font-size: 18px;
line-height: 36px;
}
.footer-rss-wrap, .footer-rss-wrap:active, .footer-rss-wrap:visited {
display: block;
width: 36px;
height: 36px;
margin-left: -18px;
margin-top: -18px;
text-align: center;
position: absolute;
left: 50%;
top: -50px;
background: #f8f8f8;
color: #aaa !important;
border-radius: 50%;
z-index: 99999;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.footer-rss-wrap:hover {
color: #666 !important;
text-decoration: none;
}
.page-before {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 2;
}
.page-before-inner .page-title {
margin-top: 80px;
height: 514px;
position: relative;
}
.page-title-content {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
-webkit-transition: -webkit-transform .5s ease-in-out,opacity .5s ease-in-out;
transition: transform .5s ease-in-out,opacity .5s ease-in-out;
}
.page-title-content.hide {
opacity: 0;
-webkit-transform: translate(0,-50%) scale(1.3);
-ms-transform: translate(0,-50%) scale(1.3);
transform: translate(0,-50%) scale(1.3);
}
.page-before, .page-before-push {
height: 594px;
}
.page-before-small {
height: 120px;
}
.page-title, .page-title h1, .page-title h2 {
color: #fff;
}
.page-title h3, .page-title h4 {
color: #fff;
color: rgba(255,255,255,.7);
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.page-before {
position: relative;
margin-top: 20px;
height: auto;
}
.page-before-push {
display: none;
}
.page-before-inner .page-title {
margin-top: 0;
height: auto;
}
.page-title-content {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
-webkit-transition: none;
transition: none;
}
.page-title-content.hide {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
.page-content {
background: #f8f8f8;
min-height: 500px;
padding: 40px 0;
position: relative;
z-index: 5;
}
body {
-webkit-transition: background-color .3s linear;
transition: background-color .3s linear;
background: fixed url(/assets/Default/images/texture.png) top center;
}
.body-home {
background-color: #444;
}
.body-home .post ::-moz-selection, .body-home .post-list ::-moz-selection {
background-color: #575757;
color: #fff;
}
.body-home .post ::selection, .body-home .post-list ::selection {
background-color: #575757;
color: #fff;
}
.body-frontend {
background-color: #1197c6;
}
.body-frontend .post ::-moz-selection, .body-frontend .post-list ::-moz-selection {
background-color: #13ace1;
color: #fff;
}
.body-frontend .post ::selection, .body-frontend .post-list ::selection {
background-color: #13ace1;
color: #fff;
}
.body-backend {
background-color: #dd9056;
}
.body-backend .post ::-moz-selection, .body-backend .post-list ::-moz-selection {
background-color: #e09b67;
color: #fff;
}
.body-backend .post ::selection, .body-backend .post-list ::selection {
background-color: #e09b67;
color: #fff;
}
.body-design {
background-color: #11b05b;
}
.body-design .post ::-moz-selection, .body-design .post-list ::-moz-selection {
background-color: #14cd6a;
color: #fff;
}
.body-design .post ::selection, .body-design .post-list ::selection {
background-color: #14cd6a;
color: #fff;
}
.body-daily {
background-color: #db6767;
}
.body-daily .post ::-moz-selection, .body-daily .post-list ::-moz-selection {
background-color: #df7676;
color: #fff;
}
.body-daily .post ::selection, .body-daily .post-list ::selection {
background-color: #df7676;
color: #fff;
}
.body-data-plat {
background-color: #34b08e;
}
.body-data-plat .post ::-moz-selection, .body-data-plat .post-list ::-moz-selection {
background-color: #3bc59f;
color: #fff;
}
.body-data-plat .post ::selection, .body-data-plat .post-list ::selection {
background-color: #3bc59f;
color: #fff;
}
.error-404-wrap {
text-align: center;
}
.post-nav {
padding: 0;
}
.post-nav-page {
display: block;
float: left;
background: #ececec;
line-height: 30px;
width: 29px;
margin-right: 1px;
text-align: center;
font-size: .8em;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.post-nav-page:hover {
background: #e7e7e7!important;
}
.post-nav-page a, .post-nav-page a:active, .post-nav-page a:hover, .post-nav-page a:visited {
color: #222;
text-decoration: none;
}
.post-nav-page-current {
background: #323232 !important;
}
.post-nav-page-current a {
color: #fff !important;
}
.post-nav-page-current:hover {
background: #636363 !important;
}
.post-nav-page-current:hover a {
color: #fff!important;
}
.no-posts {
color: #aaa;
}
.post {
margin-bottom: 50px;
}
.post-body {
margin: 20px 0 10px 20px;
word-wrap: break-word;
word-break: normal;
}
.post-detail-body {
margin-bottom: 50px;
position: relative;
}
.post-body img, .post-detail-body img {
max-width: 100%;
}
.post-body, .post-detail-body {
color: #666;
}
.post-body p, .post-detail-body p {
line-height: 1.7em;
}
.post-title a, .post-title a:active, .post-title a:visited {
position: relative;
color: #222;
text-decoration: none;
-webkit-transition: color .2s linear;
transition: color .2s linear;
}
.post-title a:hover {
color: #1096de;
text-decoration: none;
}
.post-catalog-item, .post-tag-item {
float: left;
margin-right: 1px;
font-size: .9em;
font-weight: 300;
}
.post-catalog-item a, .post-tag-item a {
display: block;
padding: 5px 8px;
border-bottom: 3px solid #f8f8f8;
-webkit-transition: border-color .3s linear,background-color .2s linear;
transition: border-color .3s linear,background-color .2s linear;
}
.post-tag-item a, .post-tag-item a:active, .post-tag-item a:hover, .post-tag-item a:visited {
color: #888;
text-decoration: none;
}
.post-tag-item a:hover {
border-color: #e8e8e8;
}
.post-catalog-item a, .post-catalog-item a:active, .post-catalog-item a:hover, .post-catalog-item a:visited {
color: #fff;
text-decoration: none;
}
.post-catalog-item-home a {
border-color: #363636;
background: #444;
}
.post-catalog-item-home a:hover {
border-color: #3d3d3d;
background: #575757;
}
.post-catalog-item-frontend a {
border-color: #0e799e;
background: #1197c6;
}
.post-catalog-item-frontend a:hover {
border-color: #0f88b2;
background: #13ace1;
}
.post-catalog-item-backend a {
border-color: #cc6f29;
background: #dd9056;
}
.post-catalog-item-backend a:hover {
border-color: #d87f3c;
background: #e09b67;
}
.post-catalog-item-design a {
border-color: #0e8d49;
background: #11b05b;
}
.post-catalog-item-design a:hover {
border-color: #0f9e52;
background: #14cd6a;
}
.post-catalog-item-daily a {
border-color: #cf3333;
background: #db6767;
}
.post-catalog-item-daily a:hover {
border-color: #d54d4d;
background: #df7676;
}
.post-catalog-item-data-plat a {
border-color: #2a8d72;
background: #34b08e;
}
.post-catalog-item-data-plat a:hover {
border-color: #2f9e80;
background: #3bc59f;
}
.post-time {
font-size: .9em;
margin-top: 10px;
color: #aaa;
font-weight: 300;
}
.sidebar-module {
background: #fefefe;
margin-bottom: 30px;
padding: 30px;
}
.sidebar-module h3 {
color: #aeaeae;
}
.sidebar-body {
line-height: 2em;
}
.sidebar-body li, .sidebar-body ul {
list-style: none;
padding: 0;
margin: 0;
}
.sidebar-postinfo .icon {
position: absolute;
left: 0;
top: 9px;
}
.sidebar-postinfo .sidebar-body {
color: #888;
}
.sidebar-postinfo .sidebar-item {
position: relative;
margin: 5px 0;
padding-left: 30px;
}
.sidebar-about .sidebar-body {
color: #888;
}
.sidebar-about .face {
text-align: center;
}
.sidebar-about .face img {
width: 180px;
max-width: 100%;
border-radius: 50%;
}
.sidebar-post-catalog-item, .sidebar-post-tag-item {
float: left;
margin-right: 1px;
margin-bottom: 1px;
}
.sidebar-post-catalog-item a, .sidebar-post-tag-item a {
display: block;
padding: 0 10px;
font-size: .9em;
-webkit-transition: background-color .2s linear;
transition: background-color .2s linear;
}
.sidebar-post-catalog-item a:hover, .sidebar-post-tag-item a:hover {
text-decoration: none;
}
.sidebar-post-tag-item a, .sidebar-post-tag-item a:active, .sidebar-post-tag-item a:visited {
background: #f1f1f1;
color: #888;
}
.sidebar-post-tag-item a:hover {
background: #ececec;
color: #888;
}
.sidebar-post-catalog-item-home a {
background: #696969;
}
.sidebar-post-catalog-item-home a:hover {
background: #575757;
}
.sidebar-post-catalog-item-frontend a {
background: #26b9ec;
}
.sidebar-post-catalog-item-frontend a:hover {
background: #13ace1;
}
.sidebar-post-catalog-item-backend a {
background: #e4a678;
}
.sidebar-post-catalog-item-backend a:hover {
background: #e09b67;
}
.sidebar-post-catalog-item-design a {
background: #18e979;
}
.sidebar-post-catalog-item-design a:hover {
background: #14cd6a;
}
.sidebar-post-catalog-item-daily a {
background: #e28585;
}
.sidebar-post-catalog-item-daily a:hover {
background: #df7676;
}
.sidebar-post-catalog-item-data-plat a {
background: #51ccaa;
}
.sidebar-post-catalog-item-data-plat a:hover {
background: #3bc59f;
}
.sidebar-post-catalog-item a, .sidebar-post-catalog-item a:active, .sidebar-post-catalog-item a:hover, .sidebar-post-catalog-item a:visited {
color: #fff;
}
.post-body b, .post-body strong, .post-detail-body b, .post-detail-body strong {
color: #1f1f1f;
}
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
.post-body {
margin-left: 0;
}
}
.markdown-textbox {
width: 100%;
min-height: 250px;
}
.post-edit {
display: none;
}
input[type="text"], input[type="password"] {
width: 350px;
}
td input[type="text"], td input[type="password"] {
width: 90%;
}
.editing {
display: none;
}
.table {
width: 100%;
text-align: center;
}
.msg {
margin: 0 auto;
position: fixed;
top: 80px;
padding: 5px 10px;
background-color: rgba(58, 56, 56, 0.95);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
display: none;
color: #fff;
border-radius: 5px;
display: inline;
visibility: visible;
transition: margin 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
z-index: 9999;
}
.msg.hide {
opacity: 0;
margin-top: -15px;
visibility: hidden;
transition: margin 0.2s linear, opacity 0.2s linear, visibility 0.2s linear;
}
.post table {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
margin: 0 auto;
min-width: 40%;
}
.post td, .post th {
border: 1px solid #ccc;
padding: 10px;
text-align: left;
}
.post thead {
background-color: #f8f8f8;
}
.copyright {
width: 80%;
float: left;
text-align: left;
}
.azure {
width: 20%;
float: right;
text-align: right;
}
.azure-logo {
height: 75px;
margin-top: 4px;
}
@media (max-width:775px) {
.copyright {
float: none;
text-align: center;
width: 100%;
}
.azure {
float: none;
text-align: center;
width: 100%;
}
.azure-logo {
height: 60px;
margin-top: 0;
}
}
#lstTemplate{
border: none;
background: none;
color: rgba(255,255,255,.7);
}
.post-nav-page-current a {
color: #fff!important;
}
.mvp {
max-width: 100%;
text-align: center;
border-radius: 10px;
margin-top: 20px;
}
.community-sharing {
line-height: 32px;
height: 32px;
margin-bottom: 20px;
}
.community-sharing-links {
position: absolute;
display: inline-block;
}
.qrcode {
background: #fff;
width: 256px;
visibility: hidden;
opacity: 0;
transform: scale(1.2);
padding: 20px;
position: fixed;
top: 200px;
left: 50%;
margin-left: -143px;
transition: all 0.3s linear;
border-radius: 15px;
text-align: center;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.qrcode-active {
transform: scale(1);
opacity: 1;
visibility: visible;
}
#qrcode {
height: 256px;
width: 256px;
margin-bottom: 15px;
}
.sidebar-blog-roll {
display: inline-block;
width: 45px;
height: 45px;
border-radius: 4px;
margin: 2px;
}
.sidebar-blog-roll img {
width: 45px;
height: 45px;
border-radius: 4px;
}
.sidebar-blog-roll-tip {
opacity: 0;
visibility: hidden;
width: 120px;
text-align: center;
font-size: 14px;
line-height: 30px;
height: 30px;
position: absolute;
margin-top: -10px;
transition: all 0.2s linear;
margin-left: -60px;
border-radius: 5px;
text-overflow: ellipsis;
font-weight: bold;
text-wrap: none;
word-break: keep-all;
}
.sidebar-blog-roll-tip.active {
opacity: 1;
visibility: visible;
margin-top: 0;
background-color: rgba(58, 56, 56, 0.95);
box-shadow: 0 0 15px rgba(0,0,0,0.2);
color: #fff;
}
.markdown-textbox-outer {
border: 1px solid #ccc;
}
.markdown-textbox {
border: none;
outline: 0;
display: block;
height: 80px;
padding: 10px;
width: 100%;
}
.markdown-textbox:focus {
box-shadow: none;
}
.markdown-textbox-bottom {
background-color: #f2f2f2;
color: #888;
font-size: 10px;
padding: 5px 10px;
}
#frmAjaxUpload {
display: none;
} | 0.424173 | 0.078926 |
.verifier-header .main-header {
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
height: 230px;
padding: 4vh;
border:none !important;
}
.verifier {
display: flex;
align-items: center;
padding-left: 80px;
}
.verifier_logo {
height: 12vh;
width: 12vh;
background-image: url('./img/verifier-logo.png');
background-size: cover;
background-position: center;
border-radius: 6vh;
margin-right: 3vh;
}
/************************************************/
.user {/********user inside dashboard bar*********/
margin-right: 2vw;
text-transform:capitalize;
color: #000;
font-weight: bold;
font-size: 1.2rem;
}
.user:hover {
cursor: pointer;
}
.user:hover .fa-caret-down {
transform: translate(0px,-2px);
}
.user:active .fa-caret-down {
transform: translate(0px,1px);
}
.fa-caret-down {
margin-left: .2vw;
}
.fa-user {
margin-right: .2vw;
}
/***************************************/
.main-header-btn {
display: flex;
align-items: center;
}
.dispflex {
display: flex;
align-items: center;
}
/******************************************************/
/*****Custom css for verifier starts here****************/
/******************************************************/
.make-request-div {
width: 600px;
align-items: center;
background: white;
padding:15px;
margin-right: 80px;
}
.publicKeyInput {
outline: none;
font-weight: bold;
color: #666;
}
.publicKeyInput:focus {
outline:none;
border: solid 2px #555;
}
::placeholder {
color: #ccc;
font-weight: 500;
}
.make-req-btn {
padding: 5px;
outline: none;
margin: auto;
border-radius: 4px;
border: none;
width: 300px;
font-weight: bold;
margin-top: 10px;
}
/***********************************************/
.verifier_content {
}
.recent-lists {
margin: 30px 100px 0px 100px;
background-color:white;
padding: 20px;
box-shadow: 0px 12px 27px -13px rgba(0,0,0,0.33);
}
.history {
margin: 0px 100px 30px 100px;
background-color:white;
padding: 20px;
box-shadow: 0px 12px 27px -13px rgba(0,0,0,0.33);
}
.rejected {
color: #ff3333;
font-size: 1.5rem;
}
.accepted {
color: #00cc33;
font-size: 1.5rem;
}
.verifer-req-btn { /******log in button itself*******/
padding: 12px 60px;
font-family: 'karla',sans-serif;
border: none;
border-radius: .2rem;
text-transform: uppercase;
font-size: 1rem;
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
outline: none;
font-weight: bold;
color: #fff;
margin-top: 10px;
}
.verifer-req-btn:hover {
cursor: pointer;
background-color: #00b359;
color: #fff;
transform: translate(0px,-1px);
}
.verifer-logout-btn { /******log in button itself*******/
padding: 10px 60px;
font-family: 'karla',sans-serif;
border: none;
border-radius: .2rem;
text-transform: uppercase;
font-size: 1rem;
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
outline: none;
font-weight: bold;
color: #fff;
}
.verifer-logout-btn:hover {
cursor: pointer;
background-color: #00b359;
color: #fff;
transform: translate(0px,-1px);
}
.verifier-entire {
background-color: #f7f7f7;
}
.verifer-table-header {
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
color:white;
}
.verifier-strike-removed {
text-decoration: line-through;
}
.verifier-entire button {
font-family: 'karla',sans-serif;
font-weight: bold;
text-transform: uppercase;
} | client/src/components/verifier.css | .verifier-header .main-header {
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
color: #fff;
display: flex;
justify-content: space-between;
align-items: center;
height: 230px;
padding: 4vh;
border:none !important;
}
.verifier {
display: flex;
align-items: center;
padding-left: 80px;
}
.verifier_logo {
height: 12vh;
width: 12vh;
background-image: url('./img/verifier-logo.png');
background-size: cover;
background-position: center;
border-radius: 6vh;
margin-right: 3vh;
}
/************************************************/
.user {/********user inside dashboard bar*********/
margin-right: 2vw;
text-transform:capitalize;
color: #000;
font-weight: bold;
font-size: 1.2rem;
}
.user:hover {
cursor: pointer;
}
.user:hover .fa-caret-down {
transform: translate(0px,-2px);
}
.user:active .fa-caret-down {
transform: translate(0px,1px);
}
.fa-caret-down {
margin-left: .2vw;
}
.fa-user {
margin-right: .2vw;
}
/***************************************/
.main-header-btn {
display: flex;
align-items: center;
}
.dispflex {
display: flex;
align-items: center;
}
/******************************************************/
/*****Custom css for verifier starts here****************/
/******************************************************/
.make-request-div {
width: 600px;
align-items: center;
background: white;
padding:15px;
margin-right: 80px;
}
.publicKeyInput {
outline: none;
font-weight: bold;
color: #666;
}
.publicKeyInput:focus {
outline:none;
border: solid 2px #555;
}
::placeholder {
color: #ccc;
font-weight: 500;
}
.make-req-btn {
padding: 5px;
outline: none;
margin: auto;
border-radius: 4px;
border: none;
width: 300px;
font-weight: bold;
margin-top: 10px;
}
/***********************************************/
.verifier_content {
}
.recent-lists {
margin: 30px 100px 0px 100px;
background-color:white;
padding: 20px;
box-shadow: 0px 12px 27px -13px rgba(0,0,0,0.33);
}
.history {
margin: 0px 100px 30px 100px;
background-color:white;
padding: 20px;
box-shadow: 0px 12px 27px -13px rgba(0,0,0,0.33);
}
.rejected {
color: #ff3333;
font-size: 1.5rem;
}
.accepted {
color: #00cc33;
font-size: 1.5rem;
}
.verifer-req-btn { /******log in button itself*******/
padding: 12px 60px;
font-family: 'karla',sans-serif;
border: none;
border-radius: .2rem;
text-transform: uppercase;
font-size: 1rem;
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
outline: none;
font-weight: bold;
color: #fff;
margin-top: 10px;
}
.verifer-req-btn:hover {
cursor: pointer;
background-color: #00b359;
color: #fff;
transform: translate(0px,-1px);
}
.verifer-logout-btn { /******log in button itself*******/
padding: 10px 60px;
font-family: 'karla',sans-serif;
border: none;
border-radius: .2rem;
text-transform: uppercase;
font-size: 1rem;
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
outline: none;
font-weight: bold;
color: #fff;
}
.verifer-logout-btn:hover {
cursor: pointer;
background-color: #00b359;
color: #fff;
transform: translate(0px,-1px);
}
.verifier-entire {
background-color: #f7f7f7;
}
.verifer-table-header {
background: radial-gradient( circle farthest-corner at -0.2% 80.7%, #594EE8 11%, #1A5ECB 118.2% );
color:white;
}
.verifier-strike-removed {
text-decoration: line-through;
}
.verifier-entire button {
font-family: 'karla',sans-serif;
font-weight: bold;
text-transform: uppercase;
} | 0.498535 | 0.10217 |
-------------------------------------------------- */
.pointer {cursor: pointer;}
.titulo {
font-size : 35px;
font-weight : 500;
color : #4b4b4b;
}
.titulo-centro {
text-align: center;
}
.icons-grande {
font-size : 80px;
padding : 0px 0px 0px 0px;
}
.icons-medio {
font-size : 50px;
padding : 0px 0px 0px 0px;
}
.centro {
padding : 0px 0px 0px 0px;
margin : 0 auto;
}
.oculto {
font-size: 0px;
margin: 0px;
padding: 0px;
}
.esconde {
display: none;
}
.clear {
clear: both;
}
.section-padding {
padding : 8% 0px 0% 0px;
}
.section-padding-bottom {
padding : 0px 0px 8% 0px;
}
.icones-form {
font-size: 15px;
}
.font-bold{
font-weight: 600;
}
.inline-form {
display: inline;
}
/* BORDAS
--------------------------------------------*/
.borda {
border: 0.5px solid #6f6f6f;
}
.borda-top {
border-top: 0.5px solid #6f6f6f;
}
.borda-bottom {
border-top: 0.5px solid #6f6f6f;
}
.borda-left {
border-left: 0.5px solid #d4d4d4;
}
.borda-branca-media {
border: 1px solid #fff;
}
/* CORES
--------------------------------------------*/
.laranja-grunpfi {color: rgb(255, 102, 0);}
.dark-grey-grunpfi {color: #4b4b4b;}
.branco-grunpfi {color:#fff;}
.color-white {color: #fff;}
.color-red {color: red;}
.color-blue {color:#1f8fff;}
.color-yellow {color:#fff61e;}
/*------------------------------------------
BACKGROUND
--------------------------------------------*/
.cinza-claro {
background : darkgray;
}
/*------------------------------------------
MENSAGEM TOPO
--------------------------------------------*/
.mt-titulo-topo {
font-size : 35px;
font-weight : 500;
color : #4b4b4b;
}
.mt-featurette-heading {
font-weight : 300;
line-height : 1;
letter-spacing : -.05rem;
}
.cadastro-msg-erro {
color: #ff0000;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 12px;
}
/*------------------------------------------
DIVISÃO
--------------------------------------------*/
.featurette-divider {
margin : 4rem 0; /* Space out the Bootstrap <hr> more */
}
/*------------------------------------------
FORMULÁRIO LOGIN
--------------------------------------------*/
.mh-head-second {
height : 50px;
background : #006dcc;
font-family : Arial, Helvetica, Verdana;
font-size : 18px;
line-height : 22px;
}
.mh-head-align {
padding: 0.7% 3% 0px 0px;
}
.input-align {
padding: 0.3% 1% 0px 0px;
}
.link-cadastrar-form-login {
margin: 4% auto;
}
/*------------------------------------------
FORMULÁRIO LOGIN
--------------------------------------------*/
.iu-row {
padding : 0px 0px 0px 0px;
margin : 15px 0px 0px 0px;
}
.iu-login{
padding : 10px 20% 10px 20%;
margin : 0px 0px 0px 0px;
}
.iu-input {
width : 100%;
padding : 4px 4px 4px 4px;
margin : 0px 0px 0px 0px;
border : 0.5px solid #6f6f6f;
font-size : 12px;
}
.iu-label{
padding : 0px 0px 0px 0px;
margin : 2px 0px 0px 0px;
font-size : 12px;
}
.iu-btn-cadastro {
width : 100%;
}
.iu-btn-identidiicar {
padding : 0px 0px 0px 0px;
margin : 0px 5px 0px 0px;
}
.iu-msg-erro{
color: #fff;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 12px;
}
.iu-row a {
color : rgb(255, 102, 0);
text-decoration :underline;
}
.iu-row p {
margin : 0px 0px 0px 10px;
}
/*------------------------------------------
BOTÕES - PADRÃO
--------------------------------------------*/
.btn-padrao {
width : 100%;
margin : 0 auto;
font-size : 12px !important;
line-height : 1.42857143 !important;
letter-spacing : 4px;
border-radius : 3;
font-family : Montserrat, sans-serif;
background : #4b4b4b;
border : 0.5px solid #c3c3c3 !important;
color : #ffffff;
text-transform : uppercase;
letter-spacing : 1.5px;
-webkit-transition : all ease 0.4s ;
-moz-transition : all ease 0.4s ;
-ms-transition : all ease 0.4s ;
-o-transition : all ease 0.4s ;
}
.btn-padrao:hover {
font-size : 12px !important;
color : #ffffff !important;
background : rgba(75, 75, 75, 0.80) !important;
border : 0.5px solid #4b4b4b !important;
}
/*------------------------------------------
QUADRO INFORMAÇÕES DE ERROS
--------------------------------------------*/
.table {
font-size : 10px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
}
/*------------------------------------------
FORMULÁRIO CADASTRO
--------------------------------------------*/
.padFormCadastro {
padding : 5% 0px 0% 0px;
}
.legal-texto {
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
text-align : justify;
}
.texto-cep-valid {
color : red;
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
text-align : justify;
}
.tipoContaTexto {
padding : 0px 0px 0px 15px;
margin : 0px 0px 0px 0px;
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
}
.feedback-form {
display : none;
font-size : 12px !important;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #ff0000;
}
/*------------------------------------------
<NAME>
--------------------------------------------*/
.gallery{
}
.gallery-esquerda {
width : 100% !important;
float : left;
column-count : 5;
padding : 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}
/*------------------------------------------
<NAME>
--------------------------------------------*/
.gallery-banner{
display: inline-block;
width: 100%;
height: auto;
background-color: #FFFFFF;
padding: 0% 0% 0% 0%;
margin: 0.5% 0.5% 0.5% 0.5%;
border: 0% solid #999;
text-align: center;
}
.gallery-banner .thumbnail-v0 {
width: 100%;
height: 100%;
text-align: center;
float: left;
padding: 5% 5% 5% 5%;
margin: 0% 0% 3% 0%;
background-color: #ffffff;
border-bottom: 0% solid #ffffff;
border-radius: 3%;
}
.gallery-banner .thumbnail-v0 .cards-0 {
border-radius: 10px;
border: 0% solid #999;
}
#sombra{
width: 100%;
padding: 0.5px;
background-color: #fff;
}
#sombra:hover{
width: 100%;
padding: 0.5px;
background-color: #999;
-webkit-box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
} | public/assets/portal/home/css/home.css | -------------------------------------------------- */
.pointer {cursor: pointer;}
.titulo {
font-size : 35px;
font-weight : 500;
color : #4b4b4b;
}
.titulo-centro {
text-align: center;
}
.icons-grande {
font-size : 80px;
padding : 0px 0px 0px 0px;
}
.icons-medio {
font-size : 50px;
padding : 0px 0px 0px 0px;
}
.centro {
padding : 0px 0px 0px 0px;
margin : 0 auto;
}
.oculto {
font-size: 0px;
margin: 0px;
padding: 0px;
}
.esconde {
display: none;
}
.clear {
clear: both;
}
.section-padding {
padding : 8% 0px 0% 0px;
}
.section-padding-bottom {
padding : 0px 0px 8% 0px;
}
.icones-form {
font-size: 15px;
}
.font-bold{
font-weight: 600;
}
.inline-form {
display: inline;
}
/* BORDAS
--------------------------------------------*/
.borda {
border: 0.5px solid #6f6f6f;
}
.borda-top {
border-top: 0.5px solid #6f6f6f;
}
.borda-bottom {
border-top: 0.5px solid #6f6f6f;
}
.borda-left {
border-left: 0.5px solid #d4d4d4;
}
.borda-branca-media {
border: 1px solid #fff;
}
/* CORES
--------------------------------------------*/
.laranja-grunpfi {color: rgb(255, 102, 0);}
.dark-grey-grunpfi {color: #4b4b4b;}
.branco-grunpfi {color:#fff;}
.color-white {color: #fff;}
.color-red {color: red;}
.color-blue {color:#1f8fff;}
.color-yellow {color:#fff61e;}
/*------------------------------------------
BACKGROUND
--------------------------------------------*/
.cinza-claro {
background : darkgray;
}
/*------------------------------------------
MENSAGEM TOPO
--------------------------------------------*/
.mt-titulo-topo {
font-size : 35px;
font-weight : 500;
color : #4b4b4b;
}
.mt-featurette-heading {
font-weight : 300;
line-height : 1;
letter-spacing : -.05rem;
}
.cadastro-msg-erro {
color: #ff0000;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 12px;
}
/*------------------------------------------
DIVISÃO
--------------------------------------------*/
.featurette-divider {
margin : 4rem 0; /* Space out the Bootstrap <hr> more */
}
/*------------------------------------------
FORMULÁRIO LOGIN
--------------------------------------------*/
.mh-head-second {
height : 50px;
background : #006dcc;
font-family : Arial, Helvetica, Verdana;
font-size : 18px;
line-height : 22px;
}
.mh-head-align {
padding: 0.7% 3% 0px 0px;
}
.input-align {
padding: 0.3% 1% 0px 0px;
}
.link-cadastrar-form-login {
margin: 4% auto;
}
/*------------------------------------------
FORMULÁRIO LOGIN
--------------------------------------------*/
.iu-row {
padding : 0px 0px 0px 0px;
margin : 15px 0px 0px 0px;
}
.iu-login{
padding : 10px 20% 10px 20%;
margin : 0px 0px 0px 0px;
}
.iu-input {
width : 100%;
padding : 4px 4px 4px 4px;
margin : 0px 0px 0px 0px;
border : 0.5px solid #6f6f6f;
font-size : 12px;
}
.iu-label{
padding : 0px 0px 0px 0px;
margin : 2px 0px 0px 0px;
font-size : 12px;
}
.iu-btn-cadastro {
width : 100%;
}
.iu-btn-identidiicar {
padding : 0px 0px 0px 0px;
margin : 0px 5px 0px 0px;
}
.iu-msg-erro{
color: #fff;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 12px;
}
.iu-row a {
color : rgb(255, 102, 0);
text-decoration :underline;
}
.iu-row p {
margin : 0px 0px 0px 10px;
}
/*------------------------------------------
BOTÕES - PADRÃO
--------------------------------------------*/
.btn-padrao {
width : 100%;
margin : 0 auto;
font-size : 12px !important;
line-height : 1.42857143 !important;
letter-spacing : 4px;
border-radius : 3;
font-family : Montserrat, sans-serif;
background : #4b4b4b;
border : 0.5px solid #c3c3c3 !important;
color : #ffffff;
text-transform : uppercase;
letter-spacing : 1.5px;
-webkit-transition : all ease 0.4s ;
-moz-transition : all ease 0.4s ;
-ms-transition : all ease 0.4s ;
-o-transition : all ease 0.4s ;
}
.btn-padrao:hover {
font-size : 12px !important;
color : #ffffff !important;
background : rgba(75, 75, 75, 0.80) !important;
border : 0.5px solid #4b4b4b !important;
}
/*------------------------------------------
QUADRO INFORMAÇÕES DE ERROS
--------------------------------------------*/
.table {
font-size : 10px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
}
/*------------------------------------------
FORMULÁRIO CADASTRO
--------------------------------------------*/
.padFormCadastro {
padding : 5% 0px 0% 0px;
}
.legal-texto {
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
text-align : justify;
}
.texto-cep-valid {
color : red;
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
text-align : justify;
}
.tipoContaTexto {
padding : 0px 0px 0px 15px;
margin : 0px 0px 0px 0px;
font-size : 12px !important;
font-weight : normal;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #4b4b4b;
}
.feedback-form {
display : none;
font-size : 12px !important;
line-height : 1.42857143 !important;
letter-spacing : 1px;
font-family : Montserrat, sans-serif;
color : #ff0000;
}
/*------------------------------------------
<NAME>
--------------------------------------------*/
.gallery{
}
.gallery-esquerda {
width : 100% !important;
float : left;
column-count : 5;
padding : 0px 0px 0px 0px;
margin : 0px 0px 0px 0px;
}
/*------------------------------------------
<NAME>
--------------------------------------------*/
.gallery-banner{
display: inline-block;
width: 100%;
height: auto;
background-color: #FFFFFF;
padding: 0% 0% 0% 0%;
margin: 0.5% 0.5% 0.5% 0.5%;
border: 0% solid #999;
text-align: center;
}
.gallery-banner .thumbnail-v0 {
width: 100%;
height: 100%;
text-align: center;
float: left;
padding: 5% 5% 5% 5%;
margin: 0% 0% 3% 0%;
background-color: #ffffff;
border-bottom: 0% solid #ffffff;
border-radius: 3%;
}
.gallery-banner .thumbnail-v0 .cards-0 {
border-radius: 10px;
border: 0% solid #999;
}
#sombra{
width: 100%;
padding: 0.5px;
background-color: #fff;
}
#sombra:hover{
width: 100%;
padding: 0.5px;
background-color: #999;
-webkit-box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
box-shadow: 10px 10px 57px -5px rgba(0,0,0,0.75);
} | 0.273963 | 0.160036 |
body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
body a {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
input[type="button"]:hover,
input[type="submit"]:hover {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Roboto Condensed', sans-serif;
}
p {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 1px;
line-height: 1.9;
color: #999;
text-align:justify;
}
ul,
ol {
margin: 0;
padding: 0;
}
label {
margin: 0;
}
a:focus,
a:hover {
text-decoration: none;
outline: none
}
/*-- //Reset Code --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 3%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 38px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/* header */
/* hear top */
.top-head-w3ls h1 {
font-size: 15px;
letter-spacing: 1px;
}
.agile-addresmk p a {
color: #999;
}
/*-- social-icons --*/
.social-icons ul li {
display: inline-block;
}
.social-icons ul li a {
font-size: 12px;
color: #fff;
line-height: 2.5;
text-align: center;
vertical-align: top;
overflow: hidden;
width: 30px;
height: 30px;
box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}
.icon-border {
position: relative;
}
.icon-border::before,
.icon-border::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.icon-border::before {
z-index: 1;
-webkit-transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
-ms-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
/* facebook */
.icon-border.facebook:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #3b5998;
-moz-box-shadow: inset 0 0 0 48px #3b5998;
-o-box-shadow: inset 0 0 0 48px #3b5998;
-ms-box-shadow: inset 0 0 0 48px #3b5998;
box-shadow: inset 0 0 0 48px #3b5998;
}
/* twitter */
.icon-border.twitter:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #4099ff;
-moz-box-shadow: inset 0 0 0 48px #4099ff;
-o-box-shadow: inset 0 0 0 48px #4099ff;
-ms-box-shadow: inset 0 0 0 48px #4099ff;
box-shadow: inset 0 0 0 48px #4099ff;
}
/* google plus */
.icon-border.googleplus:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #d34836;
-moz-box-shadow: inset 0 0 0 48px #d34836;
-o-box-shadow: inset 0 0 0 48px #d34836;
-ms-box-shadow: inset 0 0 0 48px #d34836;
box-shadow: inset 0 0 0 48px #d34836;
}
/* rss */
.icon-border.rss:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #ee802f;
-moz-box-shadow: inset 0 0 0 48px #ee802f;
-o-box-shadow: inset 0 0 0 48px #ee802f;
-ms-box-shadow: inset 0 0 0 48px #ee802f;
box-shadow: inset 0 0 0 48px #ee802f;
}
/*-- //social-icons --*/
/* //header top */
/* middle header */
a.logo {
font-size: 48px;
color: #42a5f5;
line-height: 1;
}
.nav-middle i {
font-size: 28px;
line-height: 1.8;
color: #ff3300;
}
.nav-middle {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.agile-addresmk span {
display: block;
}
a.button-head-mow3 {
background: #42a5f5;
padding: 9px 25px;
display: inline-block;
font-size: 15px;
letter-spacing: 1px;
}
/* middle header */
/* navigation */
.bg-light {
background: linear-gradient(to bottom, #ff3300, #ff3300);
}
li.nav-item a {
letter-spacing: 1px;
font-size: 15px;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-item a:hover {
color: #000 !important;
}
.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
background: linear-gradient(to left, #42a5f5, #86c9ff);
}
/*-- Sticky Navigation --*/
.sticky-nav.fixed-header {
position: fixed;
top: 0;
right: 0;
left: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
z-index: 999;
-webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
width: 60%;
margin: 0 auto;
}
.brands-w3ls {
background: linear-gradient(to top, #42a5f5, #86c9ff);
}
.brands-w3ls ul li i {
color: #efefef;
}
/*-- //Sticky Navigation --*/
/* //navigation */
/* //header */
/* banner */
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
height: 700px;
width:100%;
}
.banner-w3ls-1 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-2 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-3 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-4 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-5 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
/* slider */
.slider {
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.slider li {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 0vw;
overflow: hidden;
transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
background-color:black;
}
.slider li.active {
z-index: 2;
width: 100vw;
}
.slider li.prev {
z-index: 1;
width: 100vw;
}
.pager {
z-index: 100;
position: absolute;
bottom: 50px;
left: 50%;
margin: 0;
padding: 0;
list-style: none;
}
.pager li {
display: inline-block;
border: 2px solid white;
width: 14px;
height: 14px;
border-radius: 50%;
background: transparent;
}
.pager li.active {
background: linear-gradient(to right, #ff3300, #ff3300);
}
/* //slider */
/* banner text */
.banner-agile {
position: relative;
}
.banner-text-posi-w3ls {
position: absolute;
z-index: 999;
left: 11%;
}
.banner-text-whtree {
max-width: 600px;
padding-top: 13em;
}
.banner-text-whtree h3 {
font-size: 60px;
letter-spacing: 1px;
font-weight: 500;
background: rgba(0, 0, 0, 0.52);
}
.banner-text-whtree h3 b {
display: block;
color: #42a5f5;
}
.banner-text-whtree p {
background: rgba(255, 255, 255, 0.9);
}
a.button-agiles {
background: #42a5f5;
display: inline-block;
border-radius: 40px;
padding: 15px 36px;
font-size: 15px;
letter-spacing: 1px;
background: linear-gradient(to right, #42a5f5, #86c9ff);
}
/* //banner text */
/* //banner */
/*-- about --*/
/* heading title */
h3.title {
font-size: 46px;
position: relative;
}
h3.title:before,
h3.title:after {
position: absolute;
background: #ff3300;
width: 10%;
height: 2px;
content: " ";
bottom: -3%;
}
h3.title:before {
left: 43%;
}
h3.title:after {
bottom: -20%;
right: 43%;
}
/* //heading title */
.about_right h3 {
font-size: 38px;
line-height: 1.3;
letter-spacing: 1px;
}
.about_right h3 span {
display: block;
color:#ff3300;
text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
font-size: 48px;
text-align:left;
}
.about_right p {
font-size: 14px;
text-align:justify;
}
.about_left-list h6 {
letter-spacing: 1px;
font-size: 28px;
padding-top:30px;
}
.about_left-list ul li i {
color: #ff3300;
}
.about_left-list ul li {
color: #999;
font-size: 15px;
line-height: 1.9em;
letter-spacing: 1px;
}
.left-img-agikes {
position: relative;
}
.about-bottom {
box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
background: url(../images/bg2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
position: absolute;
bottom: -2%;
width: 100%;
right: 28%;
}
.about-bottom ul li {
display: inline-block;
}
.about-bottom ul li:nth-child(2) {
margin: 0 5em;
}
.about-bottom ul li h5 {
font-size: 40px;
color: #42a5f5;
}
/*-- //about --*/
/*-- footer --*/
footer {
// background: url(../images/bg3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
p.para-agileits-w3layouts a:hover {
color: #a5a3a3 !important;
}
h4.contact-title,
h2.contact-title {
letter-spacing: 1px;
font-size: 36px;
}
p.conta-para-style {
border-left: 2px solid #42a5f5 !important;
color: #dcdcdc;
}
/* subscribe */
.subscribe-w3ls h6 {
font-size: 22px;
letter-spacing: 1px;
}
.subscribe-w3ls input[type="email"] {
width: 70%;
float: left;
padding: 14px;
font-size: 15px;
color: #fff;
outline: none;
background: rgba(255, 255, 255, 0.26);
border: none;
letter-spacing: 1px;
border-radius: 0;
}
.subscribe-w3ls button[type="submit"] {
font-size: 15px;
outline: none;
letter-spacing: 2px;
padding: 14px 40px;
border: none;
background: #4baaf6;
border-radius: 0;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.subscribe-w3ls button[type="submit"]:hover {
background: #000;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* //subscribe */
p.para-agileits-w3layouts i {
color: #ff3300;
}
.map iframe {
outline: none;
border: none;
width: 80%;
height: 420px;
}
.map {
position: relative;
}
.conta-posi-w3ls {
background: linear-gradient(to left,#ff3300, #ff3300);
width: 50%;
position: absolute;
top: 40%;
right: 4%;
}
.conta-posi-w3ls h5 {
font-size: 28px;
letter-spacing: 1px;
}
.conta-posi-w3ls p {
color: #efefef;
}
/* copyright */
.copyright-agiles {
background: rgba(0, 0, 0, 0.57);
box-shadow: 2px 1px 2px 1px #f9f5f5;
}
p.copy-right-grids a {
color: #ff3300;
}
p.copy-right-grids a:hover {
color: #fff;
}
/* //copyright */
/*-- //footer --*/
/* what we do */
.why-choose-agile {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.wthree_features_grid i {
font-size: 28px;
color: #ff3300;
}
.agile-why-text h4 {
font-size: 27px;
letter-spacing: 1px;
}
.agile-why-text p {
color: #c5c5c5;
}
a.service-button {
color: #45a6f5;
}
a.service-button:hover {
color: #fff;
}
.wthree_agile_us:hover .wthree_features_grid {
background: #ff3300;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.wthree_agile_us:hover .wthree_features_grid i {
color: #fff;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* //what we do */
/* course section */
.ih-item.circle {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.ih-item.circle.effect16.left_to_right .img {
-webkit-transform-origin: 95% 40%;
-moz-transform-origin: 95% 40%;
-ms-transform-origin: 95% 40%;
-o-transform-origin: 95% 40%;
transform-origin: 95% 40%;
}
.ih-item.circle.effect16 .img {
z-index: 11;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle .img {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.ih-item.circle.effect16 .info {
background: #333333;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ih-item.circle.effect16 .info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 55px 0 0 0;
height: 110px;
text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect16 .info p {
color: #bbb;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right a:hover .img {
-webkit-transform: rotate(-120deg);
-moz-transform: rotate(-120deg);
-ms-transform: rotate(-120deg);
-o-transform: rotate(-120deg);
transform: rotate(-120deg);
}
.ih-item.circle .img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right .img:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
border-radius: 50%;
top: 40%;
left: 95%;
margin: -4px 0 0 -4px;
background: rgba(0, 0, 0, 0.8);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
h6.small-heading {
font-size: 26px;
}
/* //course section */
/* stats */
.stats-w3layouts {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.numscroller {
font-size: 54px;
color: #fff;
text-shadow: 2px 4px 6px rgb(8, 8, 8);
position: relative;
}
.numscroller:before {
content: " ";
background: #ff3300;
width: 30%;
height: 8px;
position: absolute;
bottom: -25%;
left: 35%;
}
/* //stats */
/* video and event section */
.video iframe {
width: 634px;
height: 357px;
border: none;
box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}
.events-up h5 {
font-size: 23px;
}
.events-up h5 span {
display: block;
}
.events-up {
background: #ff3300;
}
.events-right ul li i {
color: #ff3300;
}
.events-right ul li {
font-size: 15px;
}
/* video and event section */
/* testimonials */
.testimonials {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
/* //testimonials */
/* brnads */
.brands-w3ls ul li {
display: inline-block;
margin: 0 2em;
}
.brands-w3ls ul li i {
font-size: 70px;
}
/* //brnads */
/*-- news --*/
.news-events-agile {
background: #FFC107;
}
.post-img ul li {
display: inline-block;
}
.news-grid h5 a {
font-size: 25px;
}
.detail-bottom h6 a {
letter-spacing: 1px;
font-size: 23px;
line-height: 1.5;
}
.news-grid p {
font-size: 15px;
}
.news-events-agile.event-colo1 {
background: #13e094;
}
.news-events-agile.event-colo3 {
background: #f54a3e;
}
/*-- //news --*/
/* inner pages */
/* course page */
.banner-agile-2 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
min-height: 360px;
}
.banner-2-w3ls {
padding-top: 7em;
}
.breadcrumb {
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
margin: 0;
}
li.breadcrumb-item a {
color: #42a5f5;
}
.w3ls-cource-first {
background: #F9F9F9;
box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}
.w3ls-cource-first ul li i {
color: #42a5f5;
}
.w3ls-cource-first {
border-top: 5px solid #ff3300;
min-height:320px;
}
.agile-course-main-2 {
margin-left: -5em;
}
.cource-list-agile {
position: relative;
}
.buttons-w3ls {
left: 26%;
}
.buttons-w3ls,
.buttons-w3ls-2 {
position: absolute;
bottom: -6%;
}
.buttons-w3ls a,
.buttons-w3ls-2 a {
font-size: 15px;
border-radius: 0;
letter-spacing: 1px;
padding: 10px 20px;
}
.buttons-w3ls a.button-cour-w3ls,
.buttons-w3ls-2 a.button-cour-w3ls {
background: #42a5f5;
}
.agile-course-main-3 {
margin-right: -5em;
z-index: 99;
}
.buttons-w3ls-2 {
right: 32%;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first {
border-top: 5px solid #ff3300;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
color: #f76565;
}
.cource-list-agile-2 {
margin: 5em 0;
}
/* //course page */
/*-- blog single page --*/
.single-left1 p i {
color: #42a5f5;
display: block;
}
.admin {
background: #424040;
}
.admin p {
color: #f5f5f5;
font-size: 14px;
line-height: 2.4;
}
.admin p i {
font-size: 28px;
vertical-align: middle;
}
.admin a {
display: inline-block;
color: #fff;
font-size: 18px;
letter-spacing: 1px;
}
.admin a:hover {
color: #fff;
}
/* comments */
.comments-grid-right ul li {
display: inline-block;
color: #888;
font-size: 14px;
letter-spacing: 1px;
}
.comments-grid-right ul li a {
color: #42a5f5;
}
.comments-grid-right ul li a:hover {
color: #555;
}
.comments-grid-right p {
font-size: 14px;
}
/* //comments */
.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
outline: none;
border: 1px solid #000;
background: none;
padding: 12px;
font-size: 15px;
color: #212121;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.leave-coment-form textarea {
min-height: 200px;
resize: none;
width: 100%;
}
.mm_single_submit {
text-align: right;
}
.leave-coment-form input[type="submit"] {
outline: none;
border: none;
background: #42a5f5;
padding: 14px 36px;
font-size: 15px;
color: #fff;
letter-spacing: 2px;
box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}
.leave-coment-form input[type="submit"]:hover {
background: #212121;
}
/*-- //blog single page --*/
/* blog page */
/* left side */
h6.blog-first {
font-weight: 400;
font-size: 20px;
letter-spacing: 1px;
}
h6.blog-first i {
color: #42a5f5;
}
ul.blog_list li {
display: inline-block;
color: #777;
}
ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
color: #000 !important;
}
ul.blog_list.my-3 li {
font-size: 15px;
}
h5.card-title a {
font-size: 24px;
letter-spacing: 1px;
}
a.blog-button {
background: #353535;
border: none;
font-size: 14px;
padding: 11px 22px;
letter-spacing: 1px;
}
a.blog-button:hover {
background: #42a5f5;
}
/* //left side */
/* right side */
/* search */
.event-right input[type="search"] {
padding: 12px;
width: 100%;
letter-spacing: 1px;
margin-right: 0 !important;
}
.event-right button {
width: 100%;
padding: 10px;
}
/* //search */
/* blog right title */
h3.blog-title {
font-size: 25px;
letter-spacing: 1px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
/*// blog right title */
/* Categories */
.categories ul li,
.single-left2-left ul li {
list-style-type: none;
font-size: 14px;
}
.categories ul li i,
.single-left2-left ul li i {
color: #42a5f5;
}
.categories ul li a,
.single-left2-left ul li a {
color: #555;
}
.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
color: #4caf50 !important;
}
/* //Categories */
/* event */
.posts-grid-right h4 a {
font-size: 15px;
letter-spacing: 1px;
}
.posts-grid-right h4 a:hover {
color: #999;
}
.wthree_blog_events_list li {
display: inline-block;
font-size: 14px;
}
ul.wthree_blog_events_list li i {
color: #42a5f5;
}
/* //event */
/* tags */
.tags ul li {
display: inline-block;
}
.tags ul li a {
padding: 10px 10px;
margin: 0 10px 10px 0;
display: block;
letter-spacing: 1px;
font-size: 15px;
}
.tags ul li a:hover {
background: #42a5f5;
border: 1px solid #42a5f5;
color: #fff !important;
}
/* //tags */
/* //right side */
/* //blog page */
/* course details */
h6.details-heading {
font-size: 32px;
color: #42a5f5;
}
h6.reque-title {
font-size: 30px;
}
.social-details-icons li {
display: inline-block;
}
.social-details-icons li a {
width: 35px;
height: 35px;
font-size: 15px;
line-height: 2.3;
}
/* //course details */
/*-- contact page --*/
.con-ic i {
font-size: 22px;
color: #ff3300;
width: 80px;
height: 80px;
line-height: 3.5;
box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}
.contact-grid1 h4 {
font-size: 24px;
color: #000;
letter-spacing: 1px;
}
.contact-grid1 p a {
color: #999;
text-decoration: none;
}
.contact-grid1 p a:hover {
color: #000;
}
.contact-grid1 p label {
display: block;
font-weight: normal;
}
.contact-form1 h4,
.contact-me h4 {
font-size: 1.2em;
color: #3e3a3a;
margin: 0 0 .5em;
}
.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
outline: none;
padding: 10px;
border: 1px solid #f5f5f5;
background: #f5f5f5;
font-size: 14px;
color: #000;
width: 100%;
border-radius: 0;
}
.contact-me textarea {
min-height: 18em;
resize: none;
}
.contact-me textarea:focus {
background: #f5f5f5;
}
.contact-grids1 input[type="submit"] {
outline: none;
padding: 13px 0;
border: none;
background: #000;
font-size: 16px;
color: #fff;
letter-spacing: 2px;
width: 100%;
margin-top: 1em;
cursor: pointer;
}
.contact-grids1 input[type="submit"]:hover {
background: #42a5f5;
letter-spacing: 6px;
}
/*-- //contact page --*/
/*-- gallery --*/
.section_1_gallery_grid1 {
position: relative;
}
.proj_gallery_grid1_pos {
background: rgba(14, 15, 16, 0.59);
bottom: 23px;
left: 30px;
opacity: 0;
padding: 1em;
position: absolute;
right: 30px;
text-align: center;
visibility: hidden;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.3em;
letter-spacing: 2px;
font-weight: 600;
position: relative;
color: #ff3300;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.proj_gallery_grid1_pos p {
color: #fff;
letter-spacing: 1px;
font-size: 14px;
}
.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-moz-transform: scaleX(1);
-o-transform: scaleX(1);
-ms-transform: scaleX(1);
}
p.quia {
font-size: 1.2em;
color: #140b05;
font-weight: 600;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}
.proj_gallery_grid img {
width: 100%;
}
/*-- //gallery --*/
/*-- form styling (login) --*/
.sub-main-w3 form {
background: url(../images/loginbg.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.sub-main-w3 {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.sub-main-w3 form {
max-width: 700px;
padding: 3.5vw;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center
}
.sub-main-w3 label {
font-size: 14px;
color: #fff;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
}
.sub-main-w3 label i {
font-size: 15px;
margin-left: 5px;
color: #03A9F4;
border-radius: 50%;
line-height: 1.9;
text-align: center;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
width: 100%;
color: #000;
outline: none;
font-size: 14px;
letter-spacing: 1px;
padding: 15px 15px;
box-sizing: border-box;
border: none;
border: 1px solid #000;
background: #fff;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
color: #fff;
background: #ff3300;
border: none;
padding: 13px 0;
margin-top: 30px;
outline: none;
width: 100%;
font-size: 16px;
cursor: pointer;
letter-spacing: 2px;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}
.sub-main-w3 input[type="submit"]:hover,
.register-form input[type="submit"]:hover {
background: #000;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/*--placeholder-color--*/
::-webkit-input-placeholder {
color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
color: #000;
}
/*-- //placeholder-color --*/
/* switch */
ul.list-unstyled.list-login {
width: 100%;
}
label.switch {
position: relative;
display: inline-block;
height: 23px;
padding-left: 5em;
cursor: pointer;
}
.list-login li:nth-child(2) a,
label.switch {
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
}
.switch input {
display: none;
}
.slider-switch {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 26%;
background-color: #777;
-webkit-transition: .4s;
transition: .4s;
}
.slider-switch:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider-switch {
background-color: #42a5f5;
}
input:focus+.slider-switch {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider-switch:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider-switch.round {
border-radius: 34px;
}
.slider-switch.round:before {
border-radius: 50%;
}
.slider-switch-2 {
width: 17%;
}
/* //switch */
/*-- //form styling (login) --*/
/* about page */
.right-abw3ls h4 {
font-size: 38px;
color: #ff3300;
letter-spacing: 2px;
}
.about-page-2 {
background: #f5f5f5;
}
/*-- team --*/
.blog-gd-w3ls {
position: relative;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
padding: 0;
}
.date-w3 {
display: none;
position: absolute;
bottom: 0;
right: 0;
background: rgba(14, 14, 14, 0.46);
width: 100%;
padding: 25px;
text-align: center;
}
.date-w3 h4 {
font-size: 24px;
color: #ff3300;
letter-spacing: 1px;
}
.blog-gd-w3ls:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
z-index: 1;
border: none;
}
.blog-gd-w3ls:hover .date-w3 {
display: block;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.date-w3 p {
color: #eaeaea;
font-size: 14px;
margin: 6px 0 12px;
text-align:center;
}
/*-- team social icons --*/
.agileinfo-social-grids ul {
padding: 0;
margin: 0;
}
.agileinfo-social-grids ul li {
display: inline-block;
margin: 0 .5em 0 0;
}
.agileinfo-social-grids ul li a {
color: #FFFFFF;
text-align: center;
}
.agileinfo-social-grids ul li a i {
height: 30px;
width: 30px;
border: solid 1px #FFFFFF;
line-height: 29px;
color: #FFFFFF;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa-facebook-f {
background: #3b5998;
}
.agileinfo-social-grids ul li a i.fa-twitter {
background: #55acee;
}
.agileinfo-social-grids ul li a i.fa-rss {
background: #f26522;
}
.agileinfo-social-grids ul li a i,
.agileinfo-social-grids ul li a i:hover {
background: transparent;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/*-- //team social icons --*/
/*-- //team --*/
/* 404 error page */
.w3-main-error {
background: url(../images/bg1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.agile-info h3 {
font-size: 14em;
line-height: 1;
letter-spacing: 1px;
color: #42a5f5;
text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}
.agile-info h4 {
font-size: 3em;
letter-spacing: 2px;
}
.agile-info p {
letter-spacing: 6px;
}
button.w3ls-button2 {
background: linear-gradient(to left, #42a5f5, #86c9ff);
border: none;
padding: 14px 30px;
letter-spacing: 3px;
box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}
/* //404 error page */
/* coming soon page */
.w3-main-coming {
background: url(../images/bg7.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
/* forms style (coming-soon) */
.sub-main-w3-2 form {
max-width: 700px;
margin: 2.5vw auto;
}
.w3l-agile-coming h3 {
font-size: 50px;
letter-spacing: 10px;
}
.form-style-agile {
flex-basis: 100%;
}
.sub-main-w3-2 p {
font-size: 20px;
}
/* forms style (coming-soon) */
.form-style-agile-2 {
flex-basis: 100%;
-webkit-flex-basis: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.form-style-agile-2 input[type="email"] {
outline: none;
font-size: 14px;
border: none;
color: #000;
letter-spacing: 1px;
padding: 12px;
background: #fff;
flex-basis: 75%;
-webkit-flex-basis: 75%;
box-sizing: border-box;
}
.sub-main-w3-2 input[type="submit"] {
color: #fff;
background: #000;
border: none;
padding: 15px 0;
outline: none;
flex-basis: 25%;
-webkit-flex-basis: 25%;
font-size: 15px;
cursor: pointer;
letter-spacing: 1px;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* counter */
.examples {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
div#simply-countdown-losange {
max-width: 800px;
margin: 2vw 5vw;
box-sizing: border-box;
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
flex-basis: 100%;
-webkit-flex-basis: 100%;
}
.simply-section {
flex-basis: 24%;
-webkit-flex-basis: 24%;
box-sizing: border-box;
text-align: center;
padding: 2vw;
}
span.simply-amount {
color: #42a5f5;
font-size: 60px;
font-weight: bold;
}
span.simply-word {
font-size: 16px;
letter-spacing: 2px;
color: #999;
display: block;
text-transform: capitalize;
}
/*-- //Countdown-Timer --*/
/* //forms style (coming-soon) */
/* admission form page */
.form-w3l {
background: url(../images/bg9.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.register-form {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.register-form form {
max-width: 700px;
padding: 3.5vw;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
background: rgba(249, 246, 246, 0.3);
}
.styled-input {
flex-basis: 100%;
}
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="date"],
select.category2 {
font-size: 16px;
color: #5a5656;
padding: 12px;
border: none;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.45);
background: none;
outline: none;
box-sizing: border-box;
border-radius: 0;
}
label.header-admin-form {
font-size: 18px;
letter-spacing: 1px;
}
/* //admission form page */
/*-- faq-page --*/
h3.w3-head {
font-size: 35px;
}
.faq-w3agile .faq li {
list-style-type: decimal;
}
.faq-w3agile .faq>li>a {
color: #025061;
font-size: 17px;
letter-spacing: 0.5px;
}
li.subitem1 p {
font-size: 14px;
letter-spacing: 0.5px;
color: #000;
}
.faq-w3agile .faq li li.subitem1 {
display: block;
}
/*-- //faq-page --*/
/*--responsive--*/
@media(max-width: 1680px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 70%;
}
}
@media(max-width: 1600px) {}
@media(max-width: 1440px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 80%;
}
.banner-agile-2 {
min-height: 320px;
}
}
@media(max-width: 1366px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 84%;
}
}
@media(max-width: 1280px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 88%;
}
.banner-agile-2 {
min-height: 300px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 600px;
}
.banner-text-whtree h3 {
font-size: 52px;
}
.banner-text-whtree {
padding-top: 10em;
}
}
@media(max-width: 1080px) {
.brands-w3ls ul li {
margin: 0 1.3em;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 30px;
}
.map iframe {
height: 390px;
}
.conta-posi-w3ls {
top: 37%;
}
h3.w3-head {
font-size: 30px;
}
.agile-info h3 {
font-size: 13em;
}
.event-right {
padding: 0;
}
.w3ls-cource-first h3 {
font-size: 25px;
}
.agile-course-main-2,
.agile-course-main-3 {
margin-top: 3em !important;
}
.agile-why-text {
padding-right: 0;
}
.left-abw3ls {
margin-top: 4em;
}
.about_right h3 {
font-size: 36px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 4em;
}
.about-bottom {
bottom: 8%;
right: 22%;
}
.numscroller {
font-size: 48px;
}
.stats-grid-w3-agile p {
font-size: 14px;
}
.numscroller:before {
bottom: -28%;
}
.ih-item.circle,
.ih-item.circle .img {
width: 180px;
height: 180px;
}
.ih-item.circle.effect16 .info h3 {
font-size: 20px;
margin: 0 17px;
padding: 48px 0 0 0;
height: 90px;
letter-spacing: 1px;
}
.video iframe {
width: 529px;
height: 298px;
margin-top: 2em;
}
.pager {
left: 48%;
}
}
@media(max-width: 1050px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 90%;
}
.proj_gallery_grid1_pos p {
font-size: 13px;
}
}
@media(max-width: 1024px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 93%;
}
a.logo {
font-size: 45px;
}
.nav-middle i {
font-size: 26px;
}
.banner-agile-2 {
min-height: 260px;
}
}
@media(max-width: 991px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 86%;
}
.navbar-light .navbar-toggler {
border-color: #fff;
border-radius: 0;
padding: 0.25rem 0.65rem;
}
.dropdown-menu {
text-align: center;
}
a.logo {
font-size: 42px;
}
.brands-w3ls ul li {
margin: 0 .8em;
}
.brands-w3ls ul li i {
font-size: 56px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 40px;
}
.conta-posi-w3ls {
top: 38%;
width: 42%;
}
span.simply-amount {
font-size: 50px;
}
.w3l-agile-coming h3 {
font-size: 44px;
letter-spacing: 8px;
}
span.simply-word {
font-size: 14px;
}
.agile-info h3 {
font-size: 12em;
}
.section_1_gallery_grid {
padding: 0 .5em;
}
.proj_gallery_grid1_pos {
padding: 1em .5em;
}
.contact-grid {
padding: 0 .2em;
}
.contact-me textarea {
min-height: 14em;
}
.event-right {
padding: 0 1em;
}
.buttons-w3ls,
.buttons-w3ls-2 {
position: initial;
margin-top: 2em;
padding: 0 1em;
}
.agile-course-main-2 {
margin-left: 0;
text-align: center;
}
.agile-course-main-3 {
margin-right: 0;
text-align: center;
}
.agile-course-main-2,
.agile-course-main-3 {
margin-top: 0em !important;
}
.cource-list-agile-2 {
margin: 3em 0;
}
.left-abw3ls {
margin-top: 0;
}
.date-w3 p {
font-size: 12px;
margin: 4px 0 10px;
}
.date-w3 h4 {
font-size: 20px;
letter-spacing: 0px;
}
.date-w3 {
padding: 10px;
}
.agile-why-text {
padding-right: 1em;
}
.news-grid {
padding: 0 .5em;
}
.news-grid h5 a,
.detail-bottom h6 a {
font-size: 20px;
}
.news-grid p {
font-size: 14px;
}
.left-img-agikes {
margin-bottom: 10em;
}
.about-bottom {
bottom: -32%;
right: 10%;
}
.about-bottom ul li:nth-child(2) {
margin: 0 5em;
}
.stats-grid-w3-agile p {
font-size: 12px;
}
.ih-item.circle,
.ih-item.circle .img {
width: 220px;
height: 220px;
}
.ih-item.circle.effect16 .info h3 {
padding: 66px 0 0 0;
height: 118px;
}
.banner-text-whtree h3 {
font-size: 48px;
}
.banner-text-whtree p {
font-size: 14px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 550px;
}
.banner-text-whtree {
padding-top: 8em;
}
a.button-agiles {
padding: 14px 32px;
font-size: 14px;
}
.video iframe {
width: 688px;
height: 387px;
margin-top: 0;
margin-bottom: 2em;
}
}
@media(max-width: 900px) {
.about-bottom {
right: 5%;
}
}
@media(max-width: 800px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 90%;
}
.proj_gallery_grid1_pos h3 {
letter-spacing: 1px;
}
.about-bottom {
right: 12%;
width: 86%;
bottom: -24%;
}
.left-img-agikes {
margin-bottom: 8em;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 500px;
}
.banner-text-whtree h3 {
font-size: 44px;
}
.banner-text-whtree p {
font-size: 13px;
}
.pager {
bottom: 24px;
}
}
@media(max-width: 768px) {}
@media(max-width: 736px) {
.agile-addresmk p {
font-size: 14px;
}
.right-info-agiles {
padding: 0 .5em;
}
a.logo {
font-size: 39px;
}
.banner-agile-2 {
min-height: 220px;
}
h3.title {
font-size: 42px;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
font-size: 13px;
padding: 13px 15px;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
padding: 11px 0;
font-size: 15px;
}
.brands-w3ls ul li i {
font-size: 46px;
}
.brands-w3ls ul li {
margin: 0 .4em;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
font-size: 15px;
}
span.simply-amount {
font-size: 40px;
}
.w3l-agile-coming h3 {
font-size: 37px;
}
.sub-main-w3-2 p {
font-size: 18px;
}
.agile-info h3 {
font-size: 11em;
}
.proj_gallery_grid1_pos {
padding: .8em .2em;
left: 10%;
width: 80%;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.2em;
}
.proj_gallery_grid1_pos p {
font-size: 11px;
}
.contact-me textarea {
min-height: 12em;
}
h5.card-title a {
font-size: 23px;
line-height: 1.4;
letter-spacing: 0px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 3.5em;
}
.about-bottom {
right: 10%;
width: 100%;
}
.left-img-agikes {
margin-bottom: 6em;
}
.stats-grid-w3-agile p {
font-size: 13px;
}
.video iframe {
width: 509px;
height: 287px;
}
}
@media(max-width: 667px) {
.faq-w3agile .faq>li>a {
font-size: 16px;
}
.about-bottom {
right: 14%;
width: 90%;
}
}
@media(max-width: 640px) {
.banner-agile-2 {
min-height: 200px;
}
h4.contact-title,
h2.contact-title {
font-size: 34px;
}
.about_right h3 span {
font-size: 44px;
}
.about-bottom {
right: 10%;
}
.pager {
left: 45%;
}
}
@media(max-width: 600px) {}
@media(max-width: 568px) {
.right-info-agiles {
padding: 0 1em;
}
.nav-middle i {
font-size: 24px;
}
h3.title {
font-size: 40px;
}
li.subitem1 p {
font-size: 13px;
}
h3.w3-head {
font-size: 28px;
}
.section_1_gallery_grid {
padding: 0 1em;
}
.proj_gallery_grid1_pos {
padding: 1em .2em;
left: 20%;
width: 60%;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.5em;
}
.proj_gallery_grid1_pos p {
font-size: 12px;
}
.posts-grid-right {
margin-top: 3em;
}
.right-abw3ls h4 {
font-size: 34px;
}
.about-bottom ul li h5 {
font-size: 34px;
}
.about-bottom {
right: 5%;
}
.ih-item.circle,
.ih-item.circle .img {
width: 200px;
height: 200px;
}
.ih-item.circle.effect16 .info h3 {
padding: 56px 0 0 0;
height: 104px;
}
.banner-text-whtree h3 {
font-size: 38px;
}
.banner-text-whtree p {
font-size: 12px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 460px;
}
}
@media(max-width: 480px) {
.brands-w3ls ul li i {
font-size: 37px;
}
.conta-posi-w3ls {
top: 36%;
width: 54%;
}
p {
font-size: 14px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 32px;
font-size: 14px;
}
.subscribe-w3ls input[type="email"] {
font-size: 14px;
}
.register-form input[type="submit"] {
margin-top: 20px;
}
.w3l-agile-coming h3 {
font-size: 32px;
letter-spacing: 6px;
}
span.simply-amount {
font-size: 35px;
}
.agile-info h3 {
font-size: 10em;
}
button.w3ls-button2 {
padding: 13px 28px;
font-size: 14px;
}
.posts-grid-right {
margin-top: 1.8em;
}
.admin p {
font-size: 13px;
}
.comments-grid-left {
padding-right: 0;
}
.w3ls-cource-first h3 {
font-size: 22px;
}
.about_right h3 {
font-size: 32px;
}
.about_right h3 span {
font-size: 40px;
}
.left-img-agikes {
margin-bottom: 4em;
}
.ih-item.circle,
.ih-item.circle .img {
width: 180px;
height: 180px;
}
.ih-item.circle.effect16 .info h3 {
padding: 50px 0 0 0;
height: 96px;
}
.banner-text-whtree h3 {
font-size: 38px;
}
a.button-agiles {
padding: 13px 30px;
font-size: 13px;
}
.banner-text-posi-w3ls {
left: 7%;
}
.pager {
left: 42%;
bottom: 16px;
}
.video iframe {
width: 432px;
height: 243px;
}
}
@media(max-width: 440px) {
.social-icons,
.top-head-w3ls h1 {
flex: 0 0 100%;
max-width: 100%;
text-align: center !important;
}
.social-icons {
margin: 10px 0 5px;
}
.navbar-toggler-icon {
width: 1.2em;
height: 1.2em;
}
a.button-head-mow3 {
padding: 13px 24px;
font-size: 13px;
}
a.logo {
font-size: 37px;
}
.top-head-w3ls h1 {
font-size: 14px;
}
.banner-agile-2 {
min-height: 160px;
}
.brands-w3ls ul li {
margin: 0 1em;
}
.brands-w3ls ul li i {
font-size: 47px;
}
.map iframe {
height: 300px;
}
.conta-posi-w3ls h5 {
font-size: 26px;
}
.conta-posi-w3ls {
top: 34%;
}
h4.contact-title,
h2.contact-title {
font-size: 30px;
letter-spacing: 0px;
}
.subscribe-w3ls input[type="email"] {
width: 63%;
}
label.switch {
padding-left: 4em;
}
span.simply-amount {
font-size: 32px;
}
.posts-grid-right {
margin-top: 1em;
}
.tags ul li a {
font-size: 14px;
}
.leave-coment-form textarea {
min-height: 160px;
}
.comments-grid-right p {
font-size: 13px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 2.5em;
}
.ih-item.circle,
.ih-item.circle .img {
width: 150px;
height: 150px;
}
.ih-item.circle.effect16 .info h3 {
padding: 40px 0 0 0;
height: 79px;
font-size: 16px;
}
.ih-item.circle.effect16 .info p {
margin: 0 15px;
font-size: 11px;
}
h6.small-heading {
font-size: 22px;
}
.banner-text-posi-w3ls {
left: 4%;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 420px;
}
.banner-text-whtree {
padding-top: 6em;
}
.video iframe {
width: 392px;
height: 221px;
}
}
@media(max-width: 414px) {
.wthree-text ul li a {
font-size: 13px;
}
.wthree-text ul li:nth-child(2) {
float: none;
margin-top: 12px;
}
p.dont-do a {
display: block;
}
ul.list-unstyled.list-login li {
float: none !important;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
padding: 10px 12px;
}
.register-form form {
padding: 5.5vw;
}
h3.w3-head {
font-size: 26px;
}
.faq-w3agile .faq>li>a {
font-size: 15px;
}
.w3l-agile-coming h3 {
letter-spacing: 4px;
}
.simply-section {
flex-basis: 49%;
-webkit-flex-basis: 49%;
}
span.simply-amount {
font-size: 36px;
}
.posts-grid-right {
margin-top: 0;
}
.w3ls-cource-first ul li {
font-size: 15px;
}
.about_right h3 {
font-size: 27px;
}
.about_right h3 span {
font-size: 38px;
}
.about_left-list ul li {
font-size: 14px;
}
.banner-text-whtree h3 {
font-size: 34px;
}
.banner-text-whtree p {
font-size: 11px;
}
.video iframe {
width: 366px;
height: 206px;
}
}
@media(max-width: 384px) {
.brands-w3ls ul li {
margin: 0 .6em;
}
p,
.agile-addresmk p {
font-size: 13px;
}
h3.w3-head {
font-size: 23px;
}
h5.card-title a {
font-size: 21px;
}
h3.title {
font-size: 37px;
}
.agile-why-text {
padding-right: 0;
}
.about-bottom ul li:nth-child(2) {
margin: 0 2em;
}
.stats-grid-w3-agile p {
font-size: 12px;
}
.ih-item.circle,
.ih-item.circle .img {
width: 160px;
height: 160px;
margin: 0 !important;
}
h6.small-heading {
font-size: 22px;
text-align: left !important;
margin-top: 15px !important;
}
.banner-text-whtree p {
padding: 12px 10px !important;
}
.banner-text-whtree h3 {
font-size: 32px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 380px;
}
a.button-agiles {
padding: 12px 28px;
font-size: 12px;
}
.banner-text-whtree {
padding-top: 5em;
}
.pager li {
width: 12px;
height: 12px;
}
.video iframe {
width: 100%;
height: 190px;
}
}
@media(max-width: 375px) {
.sub-main-w3 form {
padding: 5vw;
}
.conta-posi-w3ls {
top: 30%;
}
li.nav-item a {
font-size: 14px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 30px;
}
label.switch {
line-height: 2;
}
div#simply-countdown-losange {
margin: 6vw 5vw;
}
.contact-form1 {
margin-bottom: .2rem;
}
.contact-form1 label {
font-size: 15px;
}
.contact-grid1 h4 {
font-size: 22px;
}
.buttons-w3ls a,
.buttons-w3ls-2 a {
font-size: 14px;
padding: 9px 16px;
}
.cource-list-agile-2 {
margin: 2em 0;
}
.buttons-w3ls,
.buttons-w3ls-2 {
margin-top: 1.2em;
}
.about_right h3 {
font-size: 26px;
}
.about_right h3 span {
font-size: 36px;
}
.about_right p {
font-size: 13px;
}
.about_left-list h6 {
letter-spacing: 0px;
font-size: 26px;
}
.about_left-list ul li {
font-size: 13px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 1em;
}
.about-bottom ul li h5 {
font-size: 30px;
}
.left-img-agikes {
margin-bottom: 3em;
}
.numscroller {
font-size: 42px;
}
.numscroller:before {
bottom: -31%;
}
.video iframe {
height: 185px;
}
}
@media(max-width: 320px) {
.nav-middle {
padding-right: 0;
}
.nav-middle i {
font-size: 21px;
margin-right: 10px !important;
}
.top-login-butt {
padding: 0;
margin-top: 12px;
}
a.button-head-mow3 {
padding: 12px 20px;
}
.top-head-w3ls h1 {
font-size: 13px;
}
.social-icons ul li a {
font-size: 11px;
line-height: 2.8;
width: 28px;
height: 28px;
}
.social-icons {
margin: 6px 0 3px;
}
.banner-agile-2 {
min-height: 120px;
}
li.breadcrumb-item {
font-size: 14px;
}
h3.title {
font-size: 30px;
}
.sub-main-w3 label {
font-size: 13px;
margin-bottom: 6px;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
font-size: 13px;
padding: 11px 10px;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
padding: 10px 0;
font-size: 14px;
}
.brands-w3ls ul li {
margin: 0 .5em;
}
.brands-w3ls ul li i {
font-size: 40px;
}
.map iframe {
height: 270px;
width: 88%;
}
.conta-posi-w3ls {
top: 32%;
width: 66%;
}
p,
.agile-addresmk p {
font-size: 12px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 21px;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
padding: 8px 12px;
}
.register-form input[type="submit"] {
margin-top: 10px;
}
h3.w3-head {
font-size: 24px;
line-height: 1.4;
}
span.simply-amount {
font-size: 32px;
}
.w3l-agile-coming h3 {
letter-spacing: 2px;
font-size: 29px;
}
.sub-main-w3-2 p {
font-size: 15px;
}
.sub-main-w3-2 input[type="submit"],
.form-style-agile-2 input[type="email"] {
font-size: 13px;
}
.agile-info h3 {
font-size: 8em;
}
.agile-info h4 {
font-size: 2em;
}
.proj_gallery_grid1_pos {
padding: 1em .2em;
left: 10%;
width: 80%;
bottom: 18px;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.3em;
}
.posts-grid-left,
.posts-grid-right,
.comments-grid-left,
.comments-grid-right,
.blog-gd-w3ls,
.stats-grid-w3-agile {
flex: 0 0 100%;
max-width: 100%;
}
.posts-grid-left {
padding-right: 1em !important;
}
.posts-grid-right {
margin-top: 1em;
}
.tags ul li a {
padding: 8px 10px;
margin: 0 4px 10px 0;
font-size: 13px;
}
h6.blog-first {
font-size: 18px;
}
ul.blog_list.my-3 li {
font-size: 14px;
}
h5.card-title a {
font-size: 23px;
}
a.blog-button {
font-size: 13px
}
.categories ul li,
.single-left2-left ul li {
font-size: 13px;
}
.admin p {
font-size: 12px;
line-height: 2;
}
.comments-grid-left {
text-align: center;
}
h5.card-title a {
font-size: 20px;
}
.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
padding: 11px;
font-size: 14px;
}
.leave-coment-form textarea {
min-height: 130px;
}
.leave-coment-form input[type="submit"] {
padding: 13px 19px;
font-size: 14px;
}
h6.details-heading {
font-size: 28px;
}
.w3ls-cource-first ul li {
font-size: 14px;
}
.right-abw3ls h4 {
font-size: 30px;
}
.blog-gd-w3ls:nth-child(2) {
margin-top: 1em;
}
.events-right h4 {
font-size: 22px;
}
.about_right h3 {
font-size: 28px;
}
.about_left-list ul li {
font-size: 12px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 .8em;
}
.about-bottom ul li h5 {
font-size: 28px;
}
.about-bottom {
bottom: -32%;
}
.stats-grid-w3-agile:nth-child(2),
.stats-grid-w3-agile:nth-child(3),
.stats-grid-w3-agile:nth-child(4) {
margin-top: 1em !important;
}
.banner-text-whtree h3 {
font-size: 30px;
padding: 15px 20px !important;
}
.banner-text-whtree p {
padding: 12px 16px !important;
}
.banner-text-whtree {
max-width: 280px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 370px;
}
.pager {
left: 40%;
bottom: 10px;
}
.video iframe {
height: 154px;
}
}
/*--//responsive--*/ | css/style.css |
body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Open Sans', sans-serif;
overflow-x: hidden;
}
body a {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
body a:focus,
a:hover {
text-decoration: none;
}
input[type="button"],
input[type="submit"] {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
input[type="button"]:hover,
input[type="submit"]:hover {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'Roboto Condensed', sans-serif;
}
p {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
letter-spacing: 1px;
line-height: 1.9;
color: #999;
text-align:justify;
}
ul,
ol {
margin: 0;
padding: 0;
}
label {
margin: 0;
}
a:focus,
a:hover {
text-decoration: none;
outline: none
}
/*-- //Reset Code --*/
/*-- bottom-to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 24px;
right: 3%;
overflow: hidden;
z-index: 999;
width: 32px;
height: 38px;
border: none;
text-indent: 100%;
background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/
/* header */
/* hear top */
.top-head-w3ls h1 {
font-size: 15px;
letter-spacing: 1px;
}
.agile-addresmk p a {
color: #999;
}
/*-- social-icons --*/
.social-icons ul li {
display: inline-block;
}
.social-icons ul li a {
font-size: 12px;
color: #fff;
line-height: 2.5;
text-align: center;
vertical-align: top;
overflow: hidden;
width: 30px;
height: 30px;
box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}
.icon-border {
position: relative;
}
.icon-border::before,
.icon-border::after {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
}
.icon-border::before {
z-index: 1;
-webkit-transition: box-shadow 0.3s;
-moz-transition: box-shadow 0.3s;
-o-transition: box-shadow 0.3s;
-ms-transition: box-shadow 0.3s;
transition: box-shadow 0.3s;
}
/* facebook */
.icon-border.facebook:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #3b5998;
-moz-box-shadow: inset 0 0 0 48px #3b5998;
-o-box-shadow: inset 0 0 0 48px #3b5998;
-ms-box-shadow: inset 0 0 0 48px #3b5998;
box-shadow: inset 0 0 0 48px #3b5998;
}
/* twitter */
.icon-border.twitter:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #4099ff;
-moz-box-shadow: inset 0 0 0 48px #4099ff;
-o-box-shadow: inset 0 0 0 48px #4099ff;
-ms-box-shadow: inset 0 0 0 48px #4099ff;
box-shadow: inset 0 0 0 48px #4099ff;
}
/* google plus */
.icon-border.googleplus:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #d34836;
-moz-box-shadow: inset 0 0 0 48px #d34836;
-o-box-shadow: inset 0 0 0 48px #d34836;
-ms-box-shadow: inset 0 0 0 48px #d34836;
box-shadow: inset 0 0 0 48px #d34836;
}
/* rss */
.icon-border.rss:hover::before {
-webkit-box-shadow: inset 0 0 0 48px #ee802f;
-moz-box-shadow: inset 0 0 0 48px #ee802f;
-o-box-shadow: inset 0 0 0 48px #ee802f;
-ms-box-shadow: inset 0 0 0 48px #ee802f;
box-shadow: inset 0 0 0 48px #ee802f;
}
/*-- //social-icons --*/
/* //header top */
/* middle header */
a.logo {
font-size: 48px;
color: #42a5f5;
line-height: 1;
}
.nav-middle i {
font-size: 28px;
line-height: 1.8;
color: #ff3300;
}
.nav-middle {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.agile-addresmk span {
display: block;
}
a.button-head-mow3 {
background: #42a5f5;
padding: 9px 25px;
display: inline-block;
font-size: 15px;
letter-spacing: 1px;
}
/* middle header */
/* navigation */
.bg-light {
background: linear-gradient(to bottom, #ff3300, #ff3300);
}
li.nav-item a {
letter-spacing: 1px;
font-size: 15px;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-item a:hover {
color: #000 !important;
}
.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
background: linear-gradient(to left, #42a5f5, #86c9ff);
}
/*-- Sticky Navigation --*/
.sticky-nav.fixed-header {
position: fixed;
top: 0;
right: 0;
left: 0;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
z-index: 999;
-webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
width: 60%;
margin: 0 auto;
}
.brands-w3ls {
background: linear-gradient(to top, #42a5f5, #86c9ff);
}
.brands-w3ls ul li i {
color: #efefef;
}
/*-- //Sticky Navigation --*/
/* //navigation */
/* //header */
/* banner */
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
height: 700px;
width:100%;
}
.banner-w3ls-1 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-2 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-3 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-4 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.banner-w3ls-5 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
/* slider */
.slider {
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.slider li {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 0vw;
overflow: hidden;
transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
background-color:black;
}
.slider li.active {
z-index: 2;
width: 100vw;
}
.slider li.prev {
z-index: 1;
width: 100vw;
}
.pager {
z-index: 100;
position: absolute;
bottom: 50px;
left: 50%;
margin: 0;
padding: 0;
list-style: none;
}
.pager li {
display: inline-block;
border: 2px solid white;
width: 14px;
height: 14px;
border-radius: 50%;
background: transparent;
}
.pager li.active {
background: linear-gradient(to right, #ff3300, #ff3300);
}
/* //slider */
/* banner text */
.banner-agile {
position: relative;
}
.banner-text-posi-w3ls {
position: absolute;
z-index: 999;
left: 11%;
}
.banner-text-whtree {
max-width: 600px;
padding-top: 13em;
}
.banner-text-whtree h3 {
font-size: 60px;
letter-spacing: 1px;
font-weight: 500;
background: rgba(0, 0, 0, 0.52);
}
.banner-text-whtree h3 b {
display: block;
color: #42a5f5;
}
.banner-text-whtree p {
background: rgba(255, 255, 255, 0.9);
}
a.button-agiles {
background: #42a5f5;
display: inline-block;
border-radius: 40px;
padding: 15px 36px;
font-size: 15px;
letter-spacing: 1px;
background: linear-gradient(to right, #42a5f5, #86c9ff);
}
/* //banner text */
/* //banner */
/*-- about --*/
/* heading title */
h3.title {
font-size: 46px;
position: relative;
}
h3.title:before,
h3.title:after {
position: absolute;
background: #ff3300;
width: 10%;
height: 2px;
content: " ";
bottom: -3%;
}
h3.title:before {
left: 43%;
}
h3.title:after {
bottom: -20%;
right: 43%;
}
/* //heading title */
.about_right h3 {
font-size: 38px;
line-height: 1.3;
letter-spacing: 1px;
}
.about_right h3 span {
display: block;
color:#ff3300;
text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
font-size: 48px;
text-align:left;
}
.about_right p {
font-size: 14px;
text-align:justify;
}
.about_left-list h6 {
letter-spacing: 1px;
font-size: 28px;
padding-top:30px;
}
.about_left-list ul li i {
color: #ff3300;
}
.about_left-list ul li {
color: #999;
font-size: 15px;
line-height: 1.9em;
letter-spacing: 1px;
}
.left-img-agikes {
position: relative;
}
.about-bottom {
box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
background: url(../images/bg2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
position: absolute;
bottom: -2%;
width: 100%;
right: 28%;
}
.about-bottom ul li {
display: inline-block;
}
.about-bottom ul li:nth-child(2) {
margin: 0 5em;
}
.about-bottom ul li h5 {
font-size: 40px;
color: #42a5f5;
}
/*-- //about --*/
/*-- footer --*/
footer {
// background: url(../images/bg3.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
p.para-agileits-w3layouts a:hover {
color: #a5a3a3 !important;
}
h4.contact-title,
h2.contact-title {
letter-spacing: 1px;
font-size: 36px;
}
p.conta-para-style {
border-left: 2px solid #42a5f5 !important;
color: #dcdcdc;
}
/* subscribe */
.subscribe-w3ls h6 {
font-size: 22px;
letter-spacing: 1px;
}
.subscribe-w3ls input[type="email"] {
width: 70%;
float: left;
padding: 14px;
font-size: 15px;
color: #fff;
outline: none;
background: rgba(255, 255, 255, 0.26);
border: none;
letter-spacing: 1px;
border-radius: 0;
}
.subscribe-w3ls button[type="submit"] {
font-size: 15px;
outline: none;
letter-spacing: 2px;
padding: 14px 40px;
border: none;
background: #4baaf6;
border-radius: 0;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.subscribe-w3ls button[type="submit"]:hover {
background: #000;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* //subscribe */
p.para-agileits-w3layouts i {
color: #ff3300;
}
.map iframe {
outline: none;
border: none;
width: 80%;
height: 420px;
}
.map {
position: relative;
}
.conta-posi-w3ls {
background: linear-gradient(to left,#ff3300, #ff3300);
width: 50%;
position: absolute;
top: 40%;
right: 4%;
}
.conta-posi-w3ls h5 {
font-size: 28px;
letter-spacing: 1px;
}
.conta-posi-w3ls p {
color: #efefef;
}
/* copyright */
.copyright-agiles {
background: rgba(0, 0, 0, 0.57);
box-shadow: 2px 1px 2px 1px #f9f5f5;
}
p.copy-right-grids a {
color: #ff3300;
}
p.copy-right-grids a:hover {
color: #fff;
}
/* //copyright */
/*-- //footer --*/
/* what we do */
.why-choose-agile {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.wthree_features_grid i {
font-size: 28px;
color: #ff3300;
}
.agile-why-text h4 {
font-size: 27px;
letter-spacing: 1px;
}
.agile-why-text p {
color: #c5c5c5;
}
a.service-button {
color: #45a6f5;
}
a.service-button:hover {
color: #fff;
}
.wthree_agile_us:hover .wthree_features_grid {
background: #ff3300;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.wthree_agile_us:hover .wthree_features_grid i {
color: #fff;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* //what we do */
/* course section */
.ih-item.circle {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.ih-item.circle.effect16.left_to_right .img {
-webkit-transform-origin: 95% 40%;
-moz-transform-origin: 95% 40%;
-ms-transform-origin: 95% 40%;
-o-transform-origin: 95% 40%;
transform-origin: 95% 40%;
}
.ih-item.circle.effect16 .img {
z-index: 11;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle .img {
position: relative;
width: 220px;
height: 220px;
border-radius: 50%;
}
.ih-item.circle.effect16 .info {
background: #333333;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
border-radius: 50%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ih-item.circle.effect16 .info h3 {
color: #fff;
text-transform: uppercase;
position: relative;
letter-spacing: 2px;
font-size: 22px;
margin: 0 30px;
padding: 55px 0 0 0;
height: 110px;
text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect16 .info p {
color: #bbb;
padding: 10px 5px;
font-style: italic;
margin: 0 30px;
font-size: 12px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right a:hover .img {
-webkit-transform: rotate(-120deg);
-moz-transform: rotate(-120deg);
-ms-transform: rotate(-120deg);
-o-transform: rotate(-120deg);
transform: rotate(-120deg);
}
.ih-item.circle .img:before {
position: absolute;
display: block;
content: '';
width: 100%;
height: 100%;
border-radius: 50%;
box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect16.left_to_right .img:after {
content: '';
width: 8px;
height: 8px;
position: absolute;
border-radius: 50%;
top: 40%;
left: 95%;
margin: -4px 0 0 -4px;
background: rgba(0, 0, 0, 0.8);
box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
h6.small-heading {
font-size: 26px;
}
/* //course section */
/* stats */
.stats-w3layouts {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.numscroller {
font-size: 54px;
color: #fff;
text-shadow: 2px 4px 6px rgb(8, 8, 8);
position: relative;
}
.numscroller:before {
content: " ";
background: #ff3300;
width: 30%;
height: 8px;
position: absolute;
bottom: -25%;
left: 35%;
}
/* //stats */
/* video and event section */
.video iframe {
width: 634px;
height: 357px;
border: none;
box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}
.events-up h5 {
font-size: 23px;
}
.events-up h5 span {
display: block;
}
.events-up {
background: #ff3300;
}
.events-right ul li i {
color: #ff3300;
}
.events-right ul li {
font-size: 15px;
}
/* video and event section */
/* testimonials */
.testimonials {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
/* //testimonials */
/* brnads */
.brands-w3ls ul li {
display: inline-block;
margin: 0 2em;
}
.brands-w3ls ul li i {
font-size: 70px;
}
/* //brnads */
/*-- news --*/
.news-events-agile {
background: #FFC107;
}
.post-img ul li {
display: inline-block;
}
.news-grid h5 a {
font-size: 25px;
}
.detail-bottom h6 a {
letter-spacing: 1px;
font-size: 23px;
line-height: 1.5;
}
.news-grid p {
font-size: 15px;
}
.news-events-agile.event-colo1 {
background: #13e094;
}
.news-events-agile.event-colo3 {
background: #f54a3e;
}
/*-- //news --*/
/* inner pages */
/* course page */
.banner-agile-2 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
min-height: 360px;
}
.banner-2-w3ls {
padding-top: 7em;
}
.breadcrumb {
box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
margin: 0;
}
li.breadcrumb-item a {
color: #42a5f5;
}
.w3ls-cource-first {
background: #F9F9F9;
box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}
.w3ls-cource-first ul li i {
color: #42a5f5;
}
.w3ls-cource-first {
border-top: 5px solid #ff3300;
min-height:320px;
}
.agile-course-main-2 {
margin-left: -5em;
}
.cource-list-agile {
position: relative;
}
.buttons-w3ls {
left: 26%;
}
.buttons-w3ls,
.buttons-w3ls-2 {
position: absolute;
bottom: -6%;
}
.buttons-w3ls a,
.buttons-w3ls-2 a {
font-size: 15px;
border-radius: 0;
letter-spacing: 1px;
padding: 10px 20px;
}
.buttons-w3ls a.button-cour-w3ls,
.buttons-w3ls-2 a.button-cour-w3ls {
background: #42a5f5;
}
.agile-course-main-3 {
margin-right: -5em;
z-index: 99;
}
.buttons-w3ls-2 {
right: 32%;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first {
border-top: 5px solid #ff3300;
}
.cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
color: #f76565;
}
.cource-list-agile-2 {
margin: 5em 0;
}
/* //course page */
/*-- blog single page --*/
.single-left1 p i {
color: #42a5f5;
display: block;
}
.admin {
background: #424040;
}
.admin p {
color: #f5f5f5;
font-size: 14px;
line-height: 2.4;
}
.admin p i {
font-size: 28px;
vertical-align: middle;
}
.admin a {
display: inline-block;
color: #fff;
font-size: 18px;
letter-spacing: 1px;
}
.admin a:hover {
color: #fff;
}
/* comments */
.comments-grid-right ul li {
display: inline-block;
color: #888;
font-size: 14px;
letter-spacing: 1px;
}
.comments-grid-right ul li a {
color: #42a5f5;
}
.comments-grid-right ul li a:hover {
color: #555;
}
.comments-grid-right p {
font-size: 14px;
}
/* //comments */
.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
outline: none;
border: 1px solid #000;
background: none;
padding: 12px;
font-size: 15px;
color: #212121;
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}
.leave-coment-form textarea {
min-height: 200px;
resize: none;
width: 100%;
}
.mm_single_submit {
text-align: right;
}
.leave-coment-form input[type="submit"] {
outline: none;
border: none;
background: #42a5f5;
padding: 14px 36px;
font-size: 15px;
color: #fff;
letter-spacing: 2px;
box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}
.leave-coment-form input[type="submit"]:hover {
background: #212121;
}
/*-- //blog single page --*/
/* blog page */
/* left side */
h6.blog-first {
font-weight: 400;
font-size: 20px;
letter-spacing: 1px;
}
h6.blog-first i {
color: #42a5f5;
}
ul.blog_list li {
display: inline-block;
color: #777;
}
ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
color: #000 !important;
}
ul.blog_list.my-3 li {
font-size: 15px;
}
h5.card-title a {
font-size: 24px;
letter-spacing: 1px;
}
a.blog-button {
background: #353535;
border: none;
font-size: 14px;
padding: 11px 22px;
letter-spacing: 1px;
}
a.blog-button:hover {
background: #42a5f5;
}
/* //left side */
/* right side */
/* search */
.event-right input[type="search"] {
padding: 12px;
width: 100%;
letter-spacing: 1px;
margin-right: 0 !important;
}
.event-right button {
width: 100%;
padding: 10px;
}
/* //search */
/* blog right title */
h3.blog-title {
font-size: 25px;
letter-spacing: 1px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}
/*// blog right title */
/* Categories */
.categories ul li,
.single-left2-left ul li {
list-style-type: none;
font-size: 14px;
}
.categories ul li i,
.single-left2-left ul li i {
color: #42a5f5;
}
.categories ul li a,
.single-left2-left ul li a {
color: #555;
}
.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
color: #4caf50 !important;
}
/* //Categories */
/* event */
.posts-grid-right h4 a {
font-size: 15px;
letter-spacing: 1px;
}
.posts-grid-right h4 a:hover {
color: #999;
}
.wthree_blog_events_list li {
display: inline-block;
font-size: 14px;
}
ul.wthree_blog_events_list li i {
color: #42a5f5;
}
/* //event */
/* tags */
.tags ul li {
display: inline-block;
}
.tags ul li a {
padding: 10px 10px;
margin: 0 10px 10px 0;
display: block;
letter-spacing: 1px;
font-size: 15px;
}
.tags ul li a:hover {
background: #42a5f5;
border: 1px solid #42a5f5;
color: #fff !important;
}
/* //tags */
/* //right side */
/* //blog page */
/* course details */
h6.details-heading {
font-size: 32px;
color: #42a5f5;
}
h6.reque-title {
font-size: 30px;
}
.social-details-icons li {
display: inline-block;
}
.social-details-icons li a {
width: 35px;
height: 35px;
font-size: 15px;
line-height: 2.3;
}
/* //course details */
/*-- contact page --*/
.con-ic i {
font-size: 22px;
color: #ff3300;
width: 80px;
height: 80px;
line-height: 3.5;
box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}
.contact-grid1 h4 {
font-size: 24px;
color: #000;
letter-spacing: 1px;
}
.contact-grid1 p a {
color: #999;
text-decoration: none;
}
.contact-grid1 p a:hover {
color: #000;
}
.contact-grid1 p label {
display: block;
font-weight: normal;
}
.contact-form1 h4,
.contact-me h4 {
font-size: 1.2em;
color: #3e3a3a;
margin: 0 0 .5em;
}
.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
outline: none;
padding: 10px;
border: 1px solid #f5f5f5;
background: #f5f5f5;
font-size: 14px;
color: #000;
width: 100%;
border-radius: 0;
}
.contact-me textarea {
min-height: 18em;
resize: none;
}
.contact-me textarea:focus {
background: #f5f5f5;
}
.contact-grids1 input[type="submit"] {
outline: none;
padding: 13px 0;
border: none;
background: #000;
font-size: 16px;
color: #fff;
letter-spacing: 2px;
width: 100%;
margin-top: 1em;
cursor: pointer;
}
.contact-grids1 input[type="submit"]:hover {
background: #42a5f5;
letter-spacing: 6px;
}
/*-- //contact page --*/
/*-- gallery --*/
.section_1_gallery_grid1 {
position: relative;
}
.proj_gallery_grid1_pos {
background: rgba(14, 15, 16, 0.59);
bottom: 23px;
left: 30px;
opacity: 0;
padding: 1em;
position: absolute;
right: 30px;
text-align: center;
visibility: hidden;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.3em;
letter-spacing: 2px;
font-weight: 600;
position: relative;
color: #ff3300;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}
.proj_gallery_grid1_pos p {
color: #fff;
letter-spacing: 1px;
font-size: 14px;
}
.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
opacity: 1;
visibility: visible;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-moz-transform: scaleX(1);
-o-transform: scaleX(1);
-ms-transform: scaleX(1);
}
p.quia {
font-size: 1.2em;
color: #140b05;
font-weight: 600;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}
.proj_gallery_grid img {
width: 100%;
}
/*-- //gallery --*/
/*-- form styling (login) --*/
.sub-main-w3 form {
background: url(../images/loginbg.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.sub-main-w3 {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.sub-main-w3 form {
max-width: 700px;
padding: 3.5vw;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center
}
.sub-main-w3 label {
font-size: 14px;
color: #fff;
display: inline-block;
font-weight: bold;
letter-spacing: 1px;
margin-bottom: 10px;
}
.sub-main-w3 label i {
font-size: 15px;
margin-left: 5px;
color: #03A9F4;
border-radius: 50%;
line-height: 1.9;
text-align: center;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
width: 100%;
color: #000;
outline: none;
font-size: 14px;
letter-spacing: 1px;
padding: 15px 15px;
box-sizing: border-box;
border: none;
border: 1px solid #000;
background: #fff;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
color: #fff;
background: #ff3300;
border: none;
padding: 13px 0;
margin-top: 30px;
outline: none;
width: 100%;
font-size: 16px;
cursor: pointer;
letter-spacing: 2px;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}
.sub-main-w3 input[type="submit"]:hover,
.register-form input[type="submit"]:hover {
background: #000;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/*--placeholder-color--*/
::-webkit-input-placeholder {
color: #000;
}
:-moz-placeholder {
/* Firefox 18- */
color: #000;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #000;
}
:-ms-input-placeholder {
color: #000;
}
/*-- //placeholder-color --*/
/* switch */
ul.list-unstyled.list-login {
width: 100%;
}
label.switch {
position: relative;
display: inline-block;
height: 23px;
padding-left: 5em;
cursor: pointer;
}
.list-login li:nth-child(2) a,
label.switch {
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
}
.switch input {
display: none;
}
.slider-switch {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 26%;
background-color: #777;
-webkit-transition: .4s;
transition: .4s;
}
.slider-switch:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked+.slider-switch {
background-color: #42a5f5;
}
input:focus+.slider-switch {
box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider-switch:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider-switch.round {
border-radius: 34px;
}
.slider-switch.round:before {
border-radius: 50%;
}
.slider-switch-2 {
width: 17%;
}
/* //switch */
/*-- //form styling (login) --*/
/* about page */
.right-abw3ls h4 {
font-size: 38px;
color: #ff3300;
letter-spacing: 2px;
}
.about-page-2 {
background: #f5f5f5;
}
/*-- team --*/
.blog-gd-w3ls {
position: relative;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
padding: 0;
}
.date-w3 {
display: none;
position: absolute;
bottom: 0;
right: 0;
background: rgba(14, 14, 14, 0.46);
width: 100%;
padding: 25px;
text-align: center;
}
.date-w3 h4 {
font-size: 24px;
color: #ff3300;
letter-spacing: 1px;
}
.blog-gd-w3ls:hover {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
z-index: 1;
border: none;
}
.blog-gd-w3ls:hover .date-w3 {
display: block;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.date-w3 p {
color: #eaeaea;
font-size: 14px;
margin: 6px 0 12px;
text-align:center;
}
/*-- team social icons --*/
.agileinfo-social-grids ul {
padding: 0;
margin: 0;
}
.agileinfo-social-grids ul li {
display: inline-block;
margin: 0 .5em 0 0;
}
.agileinfo-social-grids ul li a {
color: #FFFFFF;
text-align: center;
}
.agileinfo-social-grids ul li a i {
height: 30px;
width: 30px;
border: solid 1px #FFFFFF;
line-height: 29px;
color: #FFFFFF;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
.agileinfo-social-grids ul li a i.fa-facebook-f {
background: #3b5998;
}
.agileinfo-social-grids ul li a i.fa-twitter {
background: #55acee;
}
.agileinfo-social-grids ul li a i.fa-rss {
background: #f26522;
}
.agileinfo-social-grids ul li a i,
.agileinfo-social-grids ul li a i:hover {
background: transparent;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/*-- //team social icons --*/
/*-- //team --*/
/* 404 error page */
.w3-main-error {
background: url(../images/bg1.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.agile-info h3 {
font-size: 14em;
line-height: 1;
letter-spacing: 1px;
color: #42a5f5;
text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}
.agile-info h4 {
font-size: 3em;
letter-spacing: 2px;
}
.agile-info p {
letter-spacing: 6px;
}
button.w3ls-button2 {
background: linear-gradient(to left, #42a5f5, #86c9ff);
border: none;
padding: 14px 30px;
letter-spacing: 3px;
box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}
/* //404 error page */
/* coming soon page */
.w3-main-coming {
background: url(../images/bg7.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
/* forms style (coming-soon) */
.sub-main-w3-2 form {
max-width: 700px;
margin: 2.5vw auto;
}
.w3l-agile-coming h3 {
font-size: 50px;
letter-spacing: 10px;
}
.form-style-agile {
flex-basis: 100%;
}
.sub-main-w3-2 p {
font-size: 20px;
}
/* forms style (coming-soon) */
.form-style-agile-2 {
flex-basis: 100%;
-webkit-flex-basis: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
}
.form-style-agile-2 input[type="email"] {
outline: none;
font-size: 14px;
border: none;
color: #000;
letter-spacing: 1px;
padding: 12px;
background: #fff;
flex-basis: 75%;
-webkit-flex-basis: 75%;
box-sizing: border-box;
}
.sub-main-w3-2 input[type="submit"] {
color: #fff;
background: #000;
border: none;
padding: 15px 0;
outline: none;
flex-basis: 25%;
-webkit-flex-basis: 25%;
font-size: 15px;
cursor: pointer;
letter-spacing: 1px;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
/* counter */
.examples {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
div#simply-countdown-losange {
max-width: 800px;
margin: 2vw 5vw;
box-sizing: border-box;
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
flex-basis: 100%;
-webkit-flex-basis: 100%;
}
.simply-section {
flex-basis: 24%;
-webkit-flex-basis: 24%;
box-sizing: border-box;
text-align: center;
padding: 2vw;
}
span.simply-amount {
color: #42a5f5;
font-size: 60px;
font-weight: bold;
}
span.simply-word {
font-size: 16px;
letter-spacing: 2px;
color: #999;
display: block;
text-transform: capitalize;
}
/*-- //Countdown-Timer --*/
/* //forms style (coming-soon) */
/* admission form page */
.form-w3l {
background: url(../images/bg9.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-attachment: fixed;
}
.register-form {
display: -webkit-flex;
display: -webkit-box;
display: -moz-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.register-form form {
max-width: 700px;
padding: 3.5vw;
box-sizing: border-box;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: center;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
background: rgba(249, 246, 246, 0.3);
}
.styled-input {
flex-basis: 100%;
}
.register-form input[type="text"],
.register-form input[type="email"],
.register-form input[type="date"],
select.category2 {
font-size: 16px;
color: #5a5656;
padding: 12px;
border: none;
width: 100%;
border-bottom: 1px solid rgba(0, 0, 0, 0.45);
background: none;
outline: none;
box-sizing: border-box;
border-radius: 0;
}
label.header-admin-form {
font-size: 18px;
letter-spacing: 1px;
}
/* //admission form page */
/*-- faq-page --*/
h3.w3-head {
font-size: 35px;
}
.faq-w3agile .faq li {
list-style-type: decimal;
}
.faq-w3agile .faq>li>a {
color: #025061;
font-size: 17px;
letter-spacing: 0.5px;
}
li.subitem1 p {
font-size: 14px;
letter-spacing: 0.5px;
color: #000;
}
.faq-w3agile .faq li li.subitem1 {
display: block;
}
/*-- //faq-page --*/
/*--responsive--*/
@media(max-width: 1680px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 70%;
}
}
@media(max-width: 1600px) {}
@media(max-width: 1440px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 80%;
}
.banner-agile-2 {
min-height: 320px;
}
}
@media(max-width: 1366px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 84%;
}
}
@media(max-width: 1280px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 88%;
}
.banner-agile-2 {
min-height: 300px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 600px;
}
.banner-text-whtree h3 {
font-size: 52px;
}
.banner-text-whtree {
padding-top: 10em;
}
}
@media(max-width: 1080px) {
.brands-w3ls ul li {
margin: 0 1.3em;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 30px;
}
.map iframe {
height: 390px;
}
.conta-posi-w3ls {
top: 37%;
}
h3.w3-head {
font-size: 30px;
}
.agile-info h3 {
font-size: 13em;
}
.event-right {
padding: 0;
}
.w3ls-cource-first h3 {
font-size: 25px;
}
.agile-course-main-2,
.agile-course-main-3 {
margin-top: 3em !important;
}
.agile-why-text {
padding-right: 0;
}
.left-abw3ls {
margin-top: 4em;
}
.about_right h3 {
font-size: 36px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 4em;
}
.about-bottom {
bottom: 8%;
right: 22%;
}
.numscroller {
font-size: 48px;
}
.stats-grid-w3-agile p {
font-size: 14px;
}
.numscroller:before {
bottom: -28%;
}
.ih-item.circle,
.ih-item.circle .img {
width: 180px;
height: 180px;
}
.ih-item.circle.effect16 .info h3 {
font-size: 20px;
margin: 0 17px;
padding: 48px 0 0 0;
height: 90px;
letter-spacing: 1px;
}
.video iframe {
width: 529px;
height: 298px;
margin-top: 2em;
}
.pager {
left: 48%;
}
}
@media(max-width: 1050px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 90%;
}
.proj_gallery_grid1_pos p {
font-size: 13px;
}
}
@media(max-width: 1024px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 93%;
}
a.logo {
font-size: 45px;
}
.nav-middle i {
font-size: 26px;
}
.banner-agile-2 {
min-height: 260px;
}
}
@media(max-width: 991px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 86%;
}
.navbar-light .navbar-toggler {
border-color: #fff;
border-radius: 0;
padding: 0.25rem 0.65rem;
}
.dropdown-menu {
text-align: center;
}
a.logo {
font-size: 42px;
}
.brands-w3ls ul li {
margin: 0 .8em;
}
.brands-w3ls ul li i {
font-size: 56px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 40px;
}
.conta-posi-w3ls {
top: 38%;
width: 42%;
}
span.simply-amount {
font-size: 50px;
}
.w3l-agile-coming h3 {
font-size: 44px;
letter-spacing: 8px;
}
span.simply-word {
font-size: 14px;
}
.agile-info h3 {
font-size: 12em;
}
.section_1_gallery_grid {
padding: 0 .5em;
}
.proj_gallery_grid1_pos {
padding: 1em .5em;
}
.contact-grid {
padding: 0 .2em;
}
.contact-me textarea {
min-height: 14em;
}
.event-right {
padding: 0 1em;
}
.buttons-w3ls,
.buttons-w3ls-2 {
position: initial;
margin-top: 2em;
padding: 0 1em;
}
.agile-course-main-2 {
margin-left: 0;
text-align: center;
}
.agile-course-main-3 {
margin-right: 0;
text-align: center;
}
.agile-course-main-2,
.agile-course-main-3 {
margin-top: 0em !important;
}
.cource-list-agile-2 {
margin: 3em 0;
}
.left-abw3ls {
margin-top: 0;
}
.date-w3 p {
font-size: 12px;
margin: 4px 0 10px;
}
.date-w3 h4 {
font-size: 20px;
letter-spacing: 0px;
}
.date-w3 {
padding: 10px;
}
.agile-why-text {
padding-right: 1em;
}
.news-grid {
padding: 0 .5em;
}
.news-grid h5 a,
.detail-bottom h6 a {
font-size: 20px;
}
.news-grid p {
font-size: 14px;
}
.left-img-agikes {
margin-bottom: 10em;
}
.about-bottom {
bottom: -32%;
right: 10%;
}
.about-bottom ul li:nth-child(2) {
margin: 0 5em;
}
.stats-grid-w3-agile p {
font-size: 12px;
}
.ih-item.circle,
.ih-item.circle .img {
width: 220px;
height: 220px;
}
.ih-item.circle.effect16 .info h3 {
padding: 66px 0 0 0;
height: 118px;
}
.banner-text-whtree h3 {
font-size: 48px;
}
.banner-text-whtree p {
font-size: 14px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 550px;
}
.banner-text-whtree {
padding-top: 8em;
}
a.button-agiles {
padding: 14px 32px;
font-size: 14px;
}
.video iframe {
width: 688px;
height: 387px;
margin-top: 0;
margin-bottom: 2em;
}
}
@media(max-width: 900px) {
.about-bottom {
right: 5%;
}
}
@media(max-width: 800px) {
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
width: 90%;
}
.proj_gallery_grid1_pos h3 {
letter-spacing: 1px;
}
.about-bottom {
right: 12%;
width: 86%;
bottom: -24%;
}
.left-img-agikes {
margin-bottom: 8em;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 500px;
}
.banner-text-whtree h3 {
font-size: 44px;
}
.banner-text-whtree p {
font-size: 13px;
}
.pager {
bottom: 24px;
}
}
@media(max-width: 768px) {}
@media(max-width: 736px) {
.agile-addresmk p {
font-size: 14px;
}
.right-info-agiles {
padding: 0 .5em;
}
a.logo {
font-size: 39px;
}
.banner-agile-2 {
min-height: 220px;
}
h3.title {
font-size: 42px;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
font-size: 13px;
padding: 13px 15px;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
padding: 11px 0;
font-size: 15px;
}
.brands-w3ls ul li i {
font-size: 46px;
}
.brands-w3ls ul li {
margin: 0 .4em;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
font-size: 15px;
}
span.simply-amount {
font-size: 40px;
}
.w3l-agile-coming h3 {
font-size: 37px;
}
.sub-main-w3-2 p {
font-size: 18px;
}
.agile-info h3 {
font-size: 11em;
}
.proj_gallery_grid1_pos {
padding: .8em .2em;
left: 10%;
width: 80%;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.2em;
}
.proj_gallery_grid1_pos p {
font-size: 11px;
}
.contact-me textarea {
min-height: 12em;
}
h5.card-title a {
font-size: 23px;
line-height: 1.4;
letter-spacing: 0px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 3.5em;
}
.about-bottom {
right: 10%;
width: 100%;
}
.left-img-agikes {
margin-bottom: 6em;
}
.stats-grid-w3-agile p {
font-size: 13px;
}
.video iframe {
width: 509px;
height: 287px;
}
}
@media(max-width: 667px) {
.faq-w3agile .faq>li>a {
font-size: 16px;
}
.about-bottom {
right: 14%;
width: 90%;
}
}
@media(max-width: 640px) {
.banner-agile-2 {
min-height: 200px;
}
h4.contact-title,
h2.contact-title {
font-size: 34px;
}
.about_right h3 span {
font-size: 44px;
}
.about-bottom {
right: 10%;
}
.pager {
left: 45%;
}
}
@media(max-width: 600px) {}
@media(max-width: 568px) {
.right-info-agiles {
padding: 0 1em;
}
.nav-middle i {
font-size: 24px;
}
h3.title {
font-size: 40px;
}
li.subitem1 p {
font-size: 13px;
}
h3.w3-head {
font-size: 28px;
}
.section_1_gallery_grid {
padding: 0 1em;
}
.proj_gallery_grid1_pos {
padding: 1em .2em;
left: 20%;
width: 60%;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.5em;
}
.proj_gallery_grid1_pos p {
font-size: 12px;
}
.posts-grid-right {
margin-top: 3em;
}
.right-abw3ls h4 {
font-size: 34px;
}
.about-bottom ul li h5 {
font-size: 34px;
}
.about-bottom {
right: 5%;
}
.ih-item.circle,
.ih-item.circle .img {
width: 200px;
height: 200px;
}
.ih-item.circle.effect16 .info h3 {
padding: 56px 0 0 0;
height: 104px;
}
.banner-text-whtree h3 {
font-size: 38px;
}
.banner-text-whtree p {
font-size: 12px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 460px;
}
}
@media(max-width: 480px) {
.brands-w3ls ul li i {
font-size: 37px;
}
.conta-posi-w3ls {
top: 36%;
width: 54%;
}
p {
font-size: 14px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 32px;
font-size: 14px;
}
.subscribe-w3ls input[type="email"] {
font-size: 14px;
}
.register-form input[type="submit"] {
margin-top: 20px;
}
.w3l-agile-coming h3 {
font-size: 32px;
letter-spacing: 6px;
}
span.simply-amount {
font-size: 35px;
}
.agile-info h3 {
font-size: 10em;
}
button.w3ls-button2 {
padding: 13px 28px;
font-size: 14px;
}
.posts-grid-right {
margin-top: 1.8em;
}
.admin p {
font-size: 13px;
}
.comments-grid-left {
padding-right: 0;
}
.w3ls-cource-first h3 {
font-size: 22px;
}
.about_right h3 {
font-size: 32px;
}
.about_right h3 span {
font-size: 40px;
}
.left-img-agikes {
margin-bottom: 4em;
}
.ih-item.circle,
.ih-item.circle .img {
width: 180px;
height: 180px;
}
.ih-item.circle.effect16 .info h3 {
padding: 50px 0 0 0;
height: 96px;
}
.banner-text-whtree h3 {
font-size: 38px;
}
a.button-agiles {
padding: 13px 30px;
font-size: 13px;
}
.banner-text-posi-w3ls {
left: 7%;
}
.pager {
left: 42%;
bottom: 16px;
}
.video iframe {
width: 432px;
height: 243px;
}
}
@media(max-width: 440px) {
.social-icons,
.top-head-w3ls h1 {
flex: 0 0 100%;
max-width: 100%;
text-align: center !important;
}
.social-icons {
margin: 10px 0 5px;
}
.navbar-toggler-icon {
width: 1.2em;
height: 1.2em;
}
a.button-head-mow3 {
padding: 13px 24px;
font-size: 13px;
}
a.logo {
font-size: 37px;
}
.top-head-w3ls h1 {
font-size: 14px;
}
.banner-agile-2 {
min-height: 160px;
}
.brands-w3ls ul li {
margin: 0 1em;
}
.brands-w3ls ul li i {
font-size: 47px;
}
.map iframe {
height: 300px;
}
.conta-posi-w3ls h5 {
font-size: 26px;
}
.conta-posi-w3ls {
top: 34%;
}
h4.contact-title,
h2.contact-title {
font-size: 30px;
letter-spacing: 0px;
}
.subscribe-w3ls input[type="email"] {
width: 63%;
}
label.switch {
padding-left: 4em;
}
span.simply-amount {
font-size: 32px;
}
.posts-grid-right {
margin-top: 1em;
}
.tags ul li a {
font-size: 14px;
}
.leave-coment-form textarea {
min-height: 160px;
}
.comments-grid-right p {
font-size: 13px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 2.5em;
}
.ih-item.circle,
.ih-item.circle .img {
width: 150px;
height: 150px;
}
.ih-item.circle.effect16 .info h3 {
padding: 40px 0 0 0;
height: 79px;
font-size: 16px;
}
.ih-item.circle.effect16 .info p {
margin: 0 15px;
font-size: 11px;
}
h6.small-heading {
font-size: 22px;
}
.banner-text-posi-w3ls {
left: 4%;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 420px;
}
.banner-text-whtree {
padding-top: 6em;
}
.video iframe {
width: 392px;
height: 221px;
}
}
@media(max-width: 414px) {
.wthree-text ul li a {
font-size: 13px;
}
.wthree-text ul li:nth-child(2) {
float: none;
margin-top: 12px;
}
p.dont-do a {
display: block;
}
ul.list-unstyled.list-login li {
float: none !important;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
padding: 10px 12px;
}
.register-form form {
padding: 5.5vw;
}
h3.w3-head {
font-size: 26px;
}
.faq-w3agile .faq>li>a {
font-size: 15px;
}
.w3l-agile-coming h3 {
letter-spacing: 4px;
}
.simply-section {
flex-basis: 49%;
-webkit-flex-basis: 49%;
}
span.simply-amount {
font-size: 36px;
}
.posts-grid-right {
margin-top: 0;
}
.w3ls-cource-first ul li {
font-size: 15px;
}
.about_right h3 {
font-size: 27px;
}
.about_right h3 span {
font-size: 38px;
}
.about_left-list ul li {
font-size: 14px;
}
.banner-text-whtree h3 {
font-size: 34px;
}
.banner-text-whtree p {
font-size: 11px;
}
.video iframe {
width: 366px;
height: 206px;
}
}
@media(max-width: 384px) {
.brands-w3ls ul li {
margin: 0 .6em;
}
p,
.agile-addresmk p {
font-size: 13px;
}
h3.w3-head {
font-size: 23px;
}
h5.card-title a {
font-size: 21px;
}
h3.title {
font-size: 37px;
}
.agile-why-text {
padding-right: 0;
}
.about-bottom ul li:nth-child(2) {
margin: 0 2em;
}
.stats-grid-w3-agile p {
font-size: 12px;
}
.ih-item.circle,
.ih-item.circle .img {
width: 160px;
height: 160px;
margin: 0 !important;
}
h6.small-heading {
font-size: 22px;
text-align: left !important;
margin-top: 15px !important;
}
.banner-text-whtree p {
padding: 12px 10px !important;
}
.banner-text-whtree h3 {
font-size: 32px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 380px;
}
a.button-agiles {
padding: 12px 28px;
font-size: 12px;
}
.banner-text-whtree {
padding-top: 5em;
}
.pager li {
width: 12px;
height: 12px;
}
.video iframe {
width: 100%;
height: 190px;
}
}
@media(max-width: 375px) {
.sub-main-w3 form {
padding: 5vw;
}
.conta-posi-w3ls {
top: 30%;
}
li.nav-item a {
font-size: 14px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 30px;
}
label.switch {
line-height: 2;
}
div#simply-countdown-losange {
margin: 6vw 5vw;
}
.contact-form1 {
margin-bottom: .2rem;
}
.contact-form1 label {
font-size: 15px;
}
.contact-grid1 h4 {
font-size: 22px;
}
.buttons-w3ls a,
.buttons-w3ls-2 a {
font-size: 14px;
padding: 9px 16px;
}
.cource-list-agile-2 {
margin: 2em 0;
}
.buttons-w3ls,
.buttons-w3ls-2 {
margin-top: 1.2em;
}
.about_right h3 {
font-size: 26px;
}
.about_right h3 span {
font-size: 36px;
}
.about_right p {
font-size: 13px;
}
.about_left-list h6 {
letter-spacing: 0px;
font-size: 26px;
}
.about_left-list ul li {
font-size: 13px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 1em;
}
.about-bottom ul li h5 {
font-size: 30px;
}
.left-img-agikes {
margin-bottom: 3em;
}
.numscroller {
font-size: 42px;
}
.numscroller:before {
bottom: -31%;
}
.video iframe {
height: 185px;
}
}
@media(max-width: 320px) {
.nav-middle {
padding-right: 0;
}
.nav-middle i {
font-size: 21px;
margin-right: 10px !important;
}
.top-login-butt {
padding: 0;
margin-top: 12px;
}
a.button-head-mow3 {
padding: 12px 20px;
}
.top-head-w3ls h1 {
font-size: 13px;
}
.social-icons ul li a {
font-size: 11px;
line-height: 2.8;
width: 28px;
height: 28px;
}
.social-icons {
margin: 6px 0 3px;
}
.banner-agile-2 {
min-height: 120px;
}
li.breadcrumb-item {
font-size: 14px;
}
h3.title {
font-size: 30px;
}
.sub-main-w3 label {
font-size: 13px;
margin-bottom: 6px;
}
.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
font-size: 13px;
padding: 11px 10px;
}
.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
padding: 10px 0;
font-size: 14px;
}
.brands-w3ls ul li {
margin: 0 .5em;
}
.brands-w3ls ul li i {
font-size: 40px;
}
.map iframe {
height: 270px;
width: 88%;
}
.conta-posi-w3ls {
top: 32%;
width: 66%;
}
p,
.agile-addresmk p {
font-size: 12px;
}
.subscribe-w3ls button[type="submit"] {
padding: 14px 21px;
}
.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
padding: 8px 12px;
}
.register-form input[type="submit"] {
margin-top: 10px;
}
h3.w3-head {
font-size: 24px;
line-height: 1.4;
}
span.simply-amount {
font-size: 32px;
}
.w3l-agile-coming h3 {
letter-spacing: 2px;
font-size: 29px;
}
.sub-main-w3-2 p {
font-size: 15px;
}
.sub-main-w3-2 input[type="submit"],
.form-style-agile-2 input[type="email"] {
font-size: 13px;
}
.agile-info h3 {
font-size: 8em;
}
.agile-info h4 {
font-size: 2em;
}
.proj_gallery_grid1_pos {
padding: 1em .2em;
left: 10%;
width: 80%;
bottom: 18px;
}
.proj_gallery_grid1_pos h3 {
font-size: 1.3em;
}
.posts-grid-left,
.posts-grid-right,
.comments-grid-left,
.comments-grid-right,
.blog-gd-w3ls,
.stats-grid-w3-agile {
flex: 0 0 100%;
max-width: 100%;
}
.posts-grid-left {
padding-right: 1em !important;
}
.posts-grid-right {
margin-top: 1em;
}
.tags ul li a {
padding: 8px 10px;
margin: 0 4px 10px 0;
font-size: 13px;
}
h6.blog-first {
font-size: 18px;
}
ul.blog_list.my-3 li {
font-size: 14px;
}
h5.card-title a {
font-size: 23px;
}
a.blog-button {
font-size: 13px
}
.categories ul li,
.single-left2-left ul li {
font-size: 13px;
}
.admin p {
font-size: 12px;
line-height: 2;
}
.comments-grid-left {
text-align: center;
}
h5.card-title a {
font-size: 20px;
}
.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
padding: 11px;
font-size: 14px;
}
.leave-coment-form textarea {
min-height: 130px;
}
.leave-coment-form input[type="submit"] {
padding: 13px 19px;
font-size: 14px;
}
h6.details-heading {
font-size: 28px;
}
.w3ls-cource-first ul li {
font-size: 14px;
}
.right-abw3ls h4 {
font-size: 30px;
}
.blog-gd-w3ls:nth-child(2) {
margin-top: 1em;
}
.events-right h4 {
font-size: 22px;
}
.about_right h3 {
font-size: 28px;
}
.about_left-list ul li {
font-size: 12px;
}
.about-bottom ul li:nth-child(2) {
margin: 0 .8em;
}
.about-bottom ul li h5 {
font-size: 28px;
}
.about-bottom {
bottom: -32%;
}
.stats-grid-w3-agile:nth-child(2),
.stats-grid-w3-agile:nth-child(3),
.stats-grid-w3-agile:nth-child(4) {
margin-top: 1em !important;
}
.banner-text-whtree h3 {
font-size: 30px;
padding: 15px 20px !important;
}
.banner-text-whtree p {
padding: 12px 16px !important;
}
.banner-text-whtree {
max-width: 280px;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
min-height: 370px;
}
.pager {
left: 40%;
bottom: 10px;
}
.video iframe {
height: 154px;
}
}
/*--//responsive--*/ | 0.352759 | 0.066146 |
body {
background-color: white;
margin-left: 18%;
margin-right: 18%;
font-family: "OpenSans", Helvetica, sans-serif;
font-size: .95em;
}
hr {
border: 0;
height: 2px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.panelname {
font-family: "Charter", Times, serif;
font-weight: bold;
font-size: 1.2em;
}
.title {
font-family: "Charter", Times, serif;
font-weight: bold;
}
#levelname {
font-size: 250%;
}
#categoryname {
font-family: "Charter", Times, serif;
font-size: 150%;
}
.section {
font-family: "Charter", Times, serif;
font-weight: bold;
font-size: 1.6em;
}
.trick {
font-size: 1.2em;
}
a:link {
color: Black;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: Black;
background-color: transparent;
text-decoration: none;
}
a:hover {
font-size: 100%;
background-color: #eacb88;
text-decoration: none;
border-radius: 3px;
}
a:active {
color: LightGrey;
background-color: transparent;
text-decoration: none;
}
ul {
list-style: none;
}
#trick-list-section {
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}
div.navwrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
grid-auto-rows: minmax(auto, auto);
}
div.navbox {
grid-column: 1;
grid-row: 1;
border: 1px solid;
border-radius: 5px;
padding: 2px;
background-color: FloralWhite;
}
div.wrapper {
display: grid;
grid-template-columns: repeat(3, 2fr);
grid-gap: 15px;
grid-auto-rows: minmax(auto, auto);
}
div.panel {
border: 2px solid;
padding: 4px;
background-color: #D8D8D8;
border-radius: 20px;
}
div.bk {
grid-column: 1;
grid-row: 1;
background-color: #fd9598;
}
div.bt {
grid-column: 2;
grid-row: 1;
background-color: #88a7ea;
}
div.gr {
grid-column: 1;
grid-row: 2;
}
div.bp {
grid-column: 2;
grid-row: 2;
}
div.nb {
grid-column: 3;
grid-row: 2;
}
div.info {
grid-column: 3;
grid-row: 1;
background-color: #ffeeb4;
}
@font-face {
font-family: 'OpenSans';
src: './Fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans';
src: './Fonts/OpenSans-Regular.ttf');
font-weight: bold;
}
@font-face {
font-family: 'SourceSerifPro';
src: './Fonts/SourceSerifPro-Regular.ttf');
}
@font-face {
font-family: 'SourceSerifPro';
src: './Fonts/SourceSerifPro-Bold.ttf');
font-weight: bold;
}
@font-face {
font-family: 'Charter';
src: './Fonts/charter_regular-webfont.ttf');
}
@font-face {
font-family: 'Charter';
src: './Fonts/charter_bold-webfont.ttf');
font-weight: bold;
} | styles.css | body {
background-color: white;
margin-left: 18%;
margin-right: 18%;
font-family: "OpenSans", Helvetica, sans-serif;
font-size: .95em;
}
hr {
border: 0;
height: 2px;
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.panelname {
font-family: "Charter", Times, serif;
font-weight: bold;
font-size: 1.2em;
}
.title {
font-family: "Charter", Times, serif;
font-weight: bold;
}
#levelname {
font-size: 250%;
}
#categoryname {
font-family: "Charter", Times, serif;
font-size: 150%;
}
.section {
font-family: "Charter", Times, serif;
font-weight: bold;
font-size: 1.6em;
}
.trick {
font-size: 1.2em;
}
a:link {
color: Black;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: Black;
background-color: transparent;
text-decoration: none;
}
a:hover {
font-size: 100%;
background-color: #eacb88;
text-decoration: none;
border-radius: 3px;
}
a:active {
color: LightGrey;
background-color: transparent;
text-decoration: none;
}
ul {
list-style: none;
}
#trick-list-section {
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}
div.navwrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 15px;
grid-auto-rows: minmax(auto, auto);
}
div.navbox {
grid-column: 1;
grid-row: 1;
border: 1px solid;
border-radius: 5px;
padding: 2px;
background-color: FloralWhite;
}
div.wrapper {
display: grid;
grid-template-columns: repeat(3, 2fr);
grid-gap: 15px;
grid-auto-rows: minmax(auto, auto);
}
div.panel {
border: 2px solid;
padding: 4px;
background-color: #D8D8D8;
border-radius: 20px;
}
div.bk {
grid-column: 1;
grid-row: 1;
background-color: #fd9598;
}
div.bt {
grid-column: 2;
grid-row: 1;
background-color: #88a7ea;
}
div.gr {
grid-column: 1;
grid-row: 2;
}
div.bp {
grid-column: 2;
grid-row: 2;
}
div.nb {
grid-column: 3;
grid-row: 2;
}
div.info {
grid-column: 3;
grid-row: 1;
background-color: #ffeeb4;
}
@font-face {
font-family: 'OpenSans';
src: './Fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans';
src: './Fonts/OpenSans-Regular.ttf');
font-weight: bold;
}
@font-face {
font-family: 'SourceSerifPro';
src: './Fonts/SourceSerifPro-Regular.ttf');
}
@font-face {
font-family: 'SourceSerifPro';
src: './Fonts/SourceSerifPro-Bold.ttf');
font-weight: bold;
}
@font-face {
font-family: 'Charter';
src: './Fonts/charter_regular-webfont.ttf');
}
@font-face {
font-family: 'Charter';
src: './Fonts/charter_bold-webfont.ttf');
font-weight: bold;
} | 0.47171 | 0.119382 |
html {
font-size: 62.5%;
}
body {
background: #fafafa;
color: #333;
font-family: 'Quicksand', sans-serif;
}
body h1 {
background-color: #28a5a8;
font-family: 'Quicksand', sans-serif;
font-size: 4.8rem;
font-weight: 400;
line-height: 1;
padding: 1rem;
}
@media screen and (max-width: 960px) {
body h1 {
font-size: 3.8rem;
}
}
@media screen and (max-width: 520px) {
body h1 {
font-size: 3rem;
line-height: auto;
}
}
body h2 {
font-family: 'Inconsolata';
font-size: 3.4rem;
font-weight: 300;
line-height: 1.2;
margin: 1.414em 0 .5em;
}
@media screen and (max-width: 960px) {
body h2 {
font-size: 2.4rem;
}
}
@media screen and (max-width: 520px) {
body h2 {
font-size: 2rem;
line-height: auto;
}
}
body p {
font-family: 'Inconsolata';
font-size: 2.2rem;
line-height: 1.8;
}
@media screen and (max-width: 960px) {
body p {
font-size: 1.8rem;
}
}
@media screen and (max-width: 520px) {
body p {
font-size: 1.4rem;
}
}
body span {
font-size: 12px;
line-height: 1;
text-align: center;
}
body a {
color: #2f353a;
text-decoration: underline;
}
body a:hover {
color: #383838;
font-weight: 700;
}
body nav {
background-color: #28a5a8;
}
body nav .logo {
margin: 30px 30px;
width: 60px;
}
@media screen and (max-width: 900px) {
body nav .logo {
left: 0;
margin: 10px;
position: absolute;
top: 0;
width: 40px;
}
}
body nav .social {
bottom: 1em;
left: 0;
position: absolute;
right: 0;
}
@media screen and (max-width: 900px) {
body nav .social {
left: 80%;
right: 1em;
top: 1.5em;
}
body nav .social a {
display: inline-table;
margin: auto 5px;
}
}
@media screen and (max-width: 520px) {
body nav .social {
display: none;
}
}
body nav a {
color: #383838;
display: block;
font-size: 18px;
font-weight: 600;
line-height: 50px;
text-align: center;
text-decoration: none;
}
body nav a:hover {
color: #000;
}
@media screen and (max-width: 900px) {
body nav a {
display: inline-table;
line-height: 50px;
margin-left: 5%;
margin-top: 8px;
}
}
@media screen and (max-width: 520px) {
body nav a {
font-size: 16px;
margin-left: 5%;
}
body nav a:first-child {
margin-left: 10%;
}
}
body nav a svg #twitter,
body nav a svg #github {
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
body nav a svg #twitter:hover,
body nav a svg #github:hover {
fill: #383838;
}
body .side-bar {
border-right: 1px solid #2f353a;
display: block;
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 120px;
}
@media screen and (max-width: 900px) {
body .side-bar {
display: none;
}
}
body .top-bar {
border-bottom: 1px solid #2f353a;
display: none;
height: 60px;
left: 0;
position: fixed;
top: 0;
width: 100%;
}
@media screen and (max-width: 900px) {
body .top-bar {
display: block;
}
}
body section,
body footer {
display: block;
margin-left: 120px;
width: 90%;
}
@media screen and (max-width: 900px) {
body section,
body footer {
margin: 10px;
width: 100%;
}
}
body section .content,
body footer .content {
margin: 100px auto;
min-height: 80vh;
width: 768px;
}
@media screen and (max-width: 900px) {
body section .content,
body footer .content {
width: 100%;
}
}
body section .content .social,
body footer .content .social {
display: none;
}
@media screen and (max-width: 520px) {
body section .content .social,
body footer .content .social {
display: block;
}
}
body section .content .first-h1,
body footer .content .first-h1 {
width: 29rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 19rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 20rem;
}
@media screen and (max-width: 960px) {
body section .content .first-h1,
body footer .content .first-h1 {
width: 23rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 15.5rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 16.5rem;
}
}
@media screen and (max-width: 520px) {
body section .content .first-h1,
body footer .content .first-h1 {
width: 19rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 12rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 13rem;
}
}
body section .content .content--project a,
body footer .content .content--project a {
text-decoration: none;
}
body section .content .content--project a:hover,
body footer .content .content--project a:hover {
color: #2f353a;
}
body section .content .content--project .github-btn,
body footer .content .content--project .github-btn {
border: 2px solid #2f353a;
border-radius: 5px;
display: block;
width: 180px;
}
body section .content .content--project .github-btn:hover,
body footer .content .content--project .github-btn:hover {
box-shadow: 1px 1px 5px 1px #ccc;
}
body section .content .content--project .github-btn div,
body footer .content .content--project .github-btn div {
font-family: 'Inconsolata';
font-size: 16px;
line-height: 1;
margin: 10px 15px;
}
body section .content .content--project .github-btn div img,
body footer .content .content--project .github-btn div img {
margin-top: -3px;
}
body footer {
text-align: center;
}
.browsehappy {
background: #ccc;
color: #000;
margin: .2em 0;
padding: .2em 0;
} | styles/app.css | html {
font-size: 62.5%;
}
body {
background: #fafafa;
color: #333;
font-family: 'Quicksand', sans-serif;
}
body h1 {
background-color: #28a5a8;
font-family: 'Quicksand', sans-serif;
font-size: 4.8rem;
font-weight: 400;
line-height: 1;
padding: 1rem;
}
@media screen and (max-width: 960px) {
body h1 {
font-size: 3.8rem;
}
}
@media screen and (max-width: 520px) {
body h1 {
font-size: 3rem;
line-height: auto;
}
}
body h2 {
font-family: 'Inconsolata';
font-size: 3.4rem;
font-weight: 300;
line-height: 1.2;
margin: 1.414em 0 .5em;
}
@media screen and (max-width: 960px) {
body h2 {
font-size: 2.4rem;
}
}
@media screen and (max-width: 520px) {
body h2 {
font-size: 2rem;
line-height: auto;
}
}
body p {
font-family: 'Inconsolata';
font-size: 2.2rem;
line-height: 1.8;
}
@media screen and (max-width: 960px) {
body p {
font-size: 1.8rem;
}
}
@media screen and (max-width: 520px) {
body p {
font-size: 1.4rem;
}
}
body span {
font-size: 12px;
line-height: 1;
text-align: center;
}
body a {
color: #2f353a;
text-decoration: underline;
}
body a:hover {
color: #383838;
font-weight: 700;
}
body nav {
background-color: #28a5a8;
}
body nav .logo {
margin: 30px 30px;
width: 60px;
}
@media screen and (max-width: 900px) {
body nav .logo {
left: 0;
margin: 10px;
position: absolute;
top: 0;
width: 40px;
}
}
body nav .social {
bottom: 1em;
left: 0;
position: absolute;
right: 0;
}
@media screen and (max-width: 900px) {
body nav .social {
left: 80%;
right: 1em;
top: 1.5em;
}
body nav .social a {
display: inline-table;
margin: auto 5px;
}
}
@media screen and (max-width: 520px) {
body nav .social {
display: none;
}
}
body nav a {
color: #383838;
display: block;
font-size: 18px;
font-weight: 600;
line-height: 50px;
text-align: center;
text-decoration: none;
}
body nav a:hover {
color: #000;
}
@media screen and (max-width: 900px) {
body nav a {
display: inline-table;
line-height: 50px;
margin-left: 5%;
margin-top: 8px;
}
}
@media screen and (max-width: 520px) {
body nav a {
font-size: 16px;
margin-left: 5%;
}
body nav a:first-child {
margin-left: 10%;
}
}
body nav a svg #twitter,
body nav a svg #github {
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
}
body nav a svg #twitter:hover,
body nav a svg #github:hover {
fill: #383838;
}
body .side-bar {
border-right: 1px solid #2f353a;
display: block;
height: 100vh;
left: 0;
position: fixed;
top: 0;
width: 120px;
}
@media screen and (max-width: 900px) {
body .side-bar {
display: none;
}
}
body .top-bar {
border-bottom: 1px solid #2f353a;
display: none;
height: 60px;
left: 0;
position: fixed;
top: 0;
width: 100%;
}
@media screen and (max-width: 900px) {
body .top-bar {
display: block;
}
}
body section,
body footer {
display: block;
margin-left: 120px;
width: 90%;
}
@media screen and (max-width: 900px) {
body section,
body footer {
margin: 10px;
width: 100%;
}
}
body section .content,
body footer .content {
margin: 100px auto;
min-height: 80vh;
width: 768px;
}
@media screen and (max-width: 900px) {
body section .content,
body footer .content {
width: 100%;
}
}
body section .content .social,
body footer .content .social {
display: none;
}
@media screen and (max-width: 520px) {
body section .content .social,
body footer .content .social {
display: block;
}
}
body section .content .first-h1,
body footer .content .first-h1 {
width: 29rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 19rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 20rem;
}
@media screen and (max-width: 960px) {
body section .content .first-h1,
body footer .content .first-h1 {
width: 23rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 15.5rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 16.5rem;
}
}
@media screen and (max-width: 520px) {
body section .content .first-h1,
body footer .content .first-h1 {
width: 19rem;
}
body section .content .second-h1,
body footer .content .second-h1 {
width: 12rem;
}
body section .content .third-h1,
body footer .content .third-h1 {
width: 13rem;
}
}
body section .content .content--project a,
body footer .content .content--project a {
text-decoration: none;
}
body section .content .content--project a:hover,
body footer .content .content--project a:hover {
color: #2f353a;
}
body section .content .content--project .github-btn,
body footer .content .content--project .github-btn {
border: 2px solid #2f353a;
border-radius: 5px;
display: block;
width: 180px;
}
body section .content .content--project .github-btn:hover,
body footer .content .content--project .github-btn:hover {
box-shadow: 1px 1px 5px 1px #ccc;
}
body section .content .content--project .github-btn div,
body footer .content .content--project .github-btn div {
font-family: 'Inconsolata';
font-size: 16px;
line-height: 1;
margin: 10px 15px;
}
body section .content .content--project .github-btn div img,
body footer .content .content--project .github-btn div img {
margin-top: -3px;
}
body footer {
text-align: center;
}
.browsehappy {
background: #ccc;
color: #000;
margin: .2em 0;
padding: .2em 0;
} | 0.398992 | 0.078501 |
==================================================================*/
a.navbar-brand {
padding-top: 10px;
padding-bottom: 5px;
}
/* GLOBAL STYLES
==================================================================*/
body {
overflow-x: hidden;
}
h2 {
margin: 80px 0 0;
}
h4 {
color: #807154;
margin: 0;
}
p {
font-size: 1.5em;
margin: 0 0 1em;
}
a,
aside i,
button,
.navbar,
.models li a img {
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
}
a:hover {
text-decoration: none;
}
blockquote {
border: 0;
color: #fff;
font-family: 'PT Serif', serif;
font-size: 16px;
font-style: italic;
padding: 0 20px 20px;
}
blockquote small {
font-family: 'PT Sans', sans-serif;
font-size: 13px;
font-style: normal;
margin-top: 5px;
}
section,
footer {
background: #181818;
position: relative;
z-index: 100;
-webkit-transform: translate3d(0,0,0);
}
section {
padding: 0 0 60px;
overflow: hidden;
}
.clear {
clear: both;
display: table;
height: 0;
overflow: hidden;
width: 100%;
}
.row {
position: relative;
}
.divider {
border-bottom: 1px solid #333;
color: #807154;
font-size: 30px;
line-height: 1em;
margin-bottom: 1.5em;
}
.divider i {
position: relative;
top: 0.5em;
}
.parallax {
background-repeat: no-repeat;
background-position: center center;
height: 200%;
left: 0;
opacity: .25;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
}
/* TOP NAV
==================================================================*/
.navbar {
background: #000;
top: -66px;
}
.navbar-brand {
height: auto;
padding: 20px 15px;
}
.navbar-nav .active a {
color: #807154;
}
.blog-nav {
top: 0 !important;
}
/* BANNER
==================================================================*/
#banner {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
#bgvid {
background: url(../images/cover.jpg) no-repeat;
background-size: cover;
bottom: 0;
height: auto;
min-height: 100%;
min-width: 100%;
pointer-events: none;
position: fixed;
right: 0;
width: auto;
z-index: 1;
}
#cover {
background: url(../images/cover.jpg) no-repeat;
background-size: cover;
bottom: 0;
display: none;
height: 100%;
width: 100%;
position: fixed;
right: 0;
z-index: 1;
}
.tint {
background: url(../images/texture.png);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#banner .tint {
z-index: 100;
}
.welcome {
color: #fff;
display: block;
margin: 0 auto;
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.welcome h1 {
line-height: 1em;
margin: 0;
}
.welcome span {
display: block;
font-size: 30px;
line-height: 1em;
margin: 0;
}
.welcome h3 {
line-height: 1em;
margin: 0;
}
.welcome a {
letter-spacing: 10px;
margin-top: 30px;
padding: 10px 20px 10px 30px;
}
/* BUTTONS
==================================================================*/
.btn-default {
border: 1px solid #807154;
letter-spacing: 0.2em;
padding: 0.7em 1.3em 0.7em 1.5em;
}
.btn-default:hover,
.btn-default.active {
border: 1px solid #fff;
}
.btn-primary {
font-weight: bold;
padding: 0.7em 1.5em;
}
/* ABOUT US
==================================================================*/
#about .owl-carousel {
margin: 30px 0;
}
#about .owl-carousel .item div {
margin: 0 30px;
position: relative;
}
#about .owl-carousel img {
width: 100%;
}
#about .owl-carousel h5 {
font-family: "PT Sans", Arial, sans-serif;
margin: 20px 0 0;
text-transform: uppercase;
}
#about .owl-carousel .mask {
left: 0;
position: absolute;
top: 0;
}
/* MODELS
==================================================================*/
.filter-menu {
margin: 30px;
padding: 0;
}
.filter-menu li {
margin: 5px;
}
.models {
list-style: none;
margin: 0;
padding: 0;
}
.models li {
background: #807154;
display: none;
opacity: 0;
overflow: hidden;
padding: 0;
width: 16.3%;
}
.models li a {
cursor: url(../images/cursor.gif), pointer;
}
.models li a img {
width: 100%;
}
.models li a:hover img {
opacity: 0.2;
}
.profile {
list-style: none;
margin: 0;
padding: 0;
}
.profile li,
.gallery li {
margin: 0 0 5px;
padding: 0;
}
.profile strong {
color: #fff;
font-weight: normal;
}
#model .gallery {
list-style: none;
}
#model .gallery li {
background: #807154;
float: left;
margin: 0 3% 3% 0;
width: 30%;
}
#model .gallery li a img {
width: 100%;
}
#model .gallery li a:hover img {
opacity: 0.2;
}
/* BLOG
==================================================================*/
#blog h3 {
font-family: "PT Sans", sans-serif;
font-size: 1.75em;
font-weight: normal;
line-height: 1.4em;
margin: 0;
text-transform: uppercase;
}
#blog .entry-meta {
color: #807154;
margin-bottom: 1em;
font-size: 1.5em;
}
div.entry-content.blog-preview {
font-size: 1.25em!important;
}
.entry-comments,
.entry-categories,
.entry-tags {
border-left: 1px solid #333;
margin-left: 10px;
padding-left: 10px;
}
#blog .post-thumb {
margin-bottom: 20px;
}
#blog aside h5 {
color: #807154;
}
#blog aside ul,
#blog .paging {
list-style: none;
margin: 0;
padding: 0;
}
#blog aside ul a {
border-top: 1px solid #222;
color: #888;
display: block;
padding: 10px 40px 10px 20px;
position: relative;
text-transform: uppercase;
}
#blog aside ul a:hover {
color: #fff;
background: #111;
}
#blog aside ul a i {
right: 20px;
position: absolute;
top: 12px;
}
#blog aside ul a:hover i {
right: 10px;
}
.entry-title {
color: #fff;
margin-top: 0;
text-transform: uppercase;
}
h1.entry-title {
font-size: 3em;
}
img.pull-left {
margin: 5px 20px 0 0;
}
img.pull-right {
margin: 5px 0 0 20px;
}
.comments {
margin-top: 30px;
}
.media {
border-top: 1px solid #333;
margin-top: 30px !important;
padding-top: 30px;
}
.media-heading small {
color: #807154;
}
#blog form {
margin-top: 30px;
}
/* PRICE TABLES
==================================================================*/
.prices .col-sm-4 {
padding: 0;
}
.price-table {
background: #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
list-style: none;
margin: 40px 0;
padding: 0;
position: relative;
z-index: 2;
}
.price-table.first,
.price-table.last {
box-shadow: none;
margin: 80px 0;
z-index: 1;
}
.price-table.first {
margin-left: 30px;
}
.price-table.last {
margin-right: 30px;
}
.price-table li {
border-bottom: 1px solid #ddd;
padding: 10px 30px;
}
.price-table .price-title {
background: #807154;
border-bottom: 1px solid #73654b;
color: #fff;
font-size: 30px;
font-weight: bold;
padding: 20px 30px;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-transform: uppercase;
}
.price-table.first .price-title,
.price-table.last .price-title {
padding: 15px 30px;
}
.price-table .price-title span {
color: #181818;
display: block;
font-size: 13px;
font-weight: normal;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.price-table .price-number {
background: #77694e;
border-top: 1px solid #8d7f65;
color: #fff;
font-family: "Oranienbaum", Georgia, "Times New Roman";
font-size: 80px;
line-height: 1em;
padding: 30px;
text-transform: uppercase;
}
.price-table.first .price-number,
.price-table.last .price-number {
padding: 15px 30px;
}
.price-table .price-number span {
display: block;
font-family: "PT Sans", Arial;
font-size: 13px;
line-height: 1em;
}
.price-table .price-button {
padding: 30px;
}
.price-table.first .price-button,
.price-table.last .price-button {
padding: 15px 30px;
}
/* CONTACT
==================================================================*/
#contact a {
background: #807154;
border-radius: 50%;
display: inline-block;
font-size: 30px;
height: 70px;
line-height: 70px;
margin: 10px;
width: 70px;
}
#contact a:hover {
background: #fff;
color: #807154;
}
#contact form .row {
margin-bottom: 30px;
}
.form-control {
height: auto;
padding: 12px;
}
/* FOOTER
==================================================================*/
footer {
background: #000;
padding: 20px 0 0;
}
footer span {
color: #fff;
padding: 0 20px;
}
footer i {
color: #807154;
margin-right: 3px;
}
/* MOBILE STYLES
==================================================================*/
@media (max-width: 767px) {
h1 {
font-size: 110px;
}
#bgvid {
display: none;
}
#cover {
display: block;
}
.welcome span,
.welcome h3 {
font-size: 20px;
}
.models li {
width: 32%;
}
.prices .col-sm-4 {
padding: 0 15px;
}
.price-table,
.price-table.first,
.price-table.last {
margin: 15px 0;
}
.price-table .price-title,
.price-table .price-number,
.price-table .price-button {
padding: 15px 30px;
}
#contact form {
margin-bottom: 30px;
}
#contact form .col-md-6,
#contact form .col-md-12 {
margin-bottom: 10px;
}
#contact form .row {
margin: 0;
}
footer span {
display: block;
}
}
/* CUSTOM
==================================================================*/
div.post-more {
margin-top: 10px;
}
/* BLOG
==================================================================*/
.blog-carousel .owl-item{
min-height: 300px!important;
}
.blog-title-preview, .blog-preview p{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.blog-title-preview p{
-webkit-line-clamp: 3;
line-height: 3;
max-height: 4.2;
}
.blog-preview p{
-webkit-line-clamp: 5;
line-height: 5;
max-height: 7.692;
}
.blog-preview p, .blog-full p{
font-family: "PT Sans",Helvetica,Arial,sans-serif!important;
font-size: 1.5em!important;
line-height: 1.5384!important;
color: #888!important;
}
.blog-preview p:not(:first-child) {
display: none;
}
/* PEDIGREE
==================================================================*/
.pedigree-horizontal {
border-right: 1px solid #333;
height: 50%;
width: 50%;
} | public/css/style.css | ==================================================================*/
a.navbar-brand {
padding-top: 10px;
padding-bottom: 5px;
}
/* GLOBAL STYLES
==================================================================*/
body {
overflow-x: hidden;
}
h2 {
margin: 80px 0 0;
}
h4 {
color: #807154;
margin: 0;
}
p {
font-size: 1.5em;
margin: 0 0 1em;
}
a,
aside i,
button,
.navbar,
.models li a img {
transition: all .5s ease;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
}
a:hover {
text-decoration: none;
}
blockquote {
border: 0;
color: #fff;
font-family: 'PT Serif', serif;
font-size: 16px;
font-style: italic;
padding: 0 20px 20px;
}
blockquote small {
font-family: 'PT Sans', sans-serif;
font-size: 13px;
font-style: normal;
margin-top: 5px;
}
section,
footer {
background: #181818;
position: relative;
z-index: 100;
-webkit-transform: translate3d(0,0,0);
}
section {
padding: 0 0 60px;
overflow: hidden;
}
.clear {
clear: both;
display: table;
height: 0;
overflow: hidden;
width: 100%;
}
.row {
position: relative;
}
.divider {
border-bottom: 1px solid #333;
color: #807154;
font-size: 30px;
line-height: 1em;
margin-bottom: 1.5em;
}
.divider i {
position: relative;
top: 0.5em;
}
.parallax {
background-repeat: no-repeat;
background-position: center center;
height: 200%;
left: 0;
opacity: .25;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
}
/* TOP NAV
==================================================================*/
.navbar {
background: #000;
top: -66px;
}
.navbar-brand {
height: auto;
padding: 20px 15px;
}
.navbar-nav .active a {
color: #807154;
}
.blog-nav {
top: 0 !important;
}
/* BANNER
==================================================================*/
#banner {
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
#bgvid {
background: url(../images/cover.jpg) no-repeat;
background-size: cover;
bottom: 0;
height: auto;
min-height: 100%;
min-width: 100%;
pointer-events: none;
position: fixed;
right: 0;
width: auto;
z-index: 1;
}
#cover {
background: url(../images/cover.jpg) no-repeat;
background-size: cover;
bottom: 0;
display: none;
height: 100%;
width: 100%;
position: fixed;
right: 0;
z-index: 1;
}
.tint {
background: url(../images/texture.png);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#banner .tint {
z-index: 100;
}
.welcome {
color: #fff;
display: block;
margin: 0 auto;
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.welcome h1 {
line-height: 1em;
margin: 0;
}
.welcome span {
display: block;
font-size: 30px;
line-height: 1em;
margin: 0;
}
.welcome h3 {
line-height: 1em;
margin: 0;
}
.welcome a {
letter-spacing: 10px;
margin-top: 30px;
padding: 10px 20px 10px 30px;
}
/* BUTTONS
==================================================================*/
.btn-default {
border: 1px solid #807154;
letter-spacing: 0.2em;
padding: 0.7em 1.3em 0.7em 1.5em;
}
.btn-default:hover,
.btn-default.active {
border: 1px solid #fff;
}
.btn-primary {
font-weight: bold;
padding: 0.7em 1.5em;
}
/* ABOUT US
==================================================================*/
#about .owl-carousel {
margin: 30px 0;
}
#about .owl-carousel .item div {
margin: 0 30px;
position: relative;
}
#about .owl-carousel img {
width: 100%;
}
#about .owl-carousel h5 {
font-family: "PT Sans", Arial, sans-serif;
margin: 20px 0 0;
text-transform: uppercase;
}
#about .owl-carousel .mask {
left: 0;
position: absolute;
top: 0;
}
/* MODELS
==================================================================*/
.filter-menu {
margin: 30px;
padding: 0;
}
.filter-menu li {
margin: 5px;
}
.models {
list-style: none;
margin: 0;
padding: 0;
}
.models li {
background: #807154;
display: none;
opacity: 0;
overflow: hidden;
padding: 0;
width: 16.3%;
}
.models li a {
cursor: url(../images/cursor.gif), pointer;
}
.models li a img {
width: 100%;
}
.models li a:hover img {
opacity: 0.2;
}
.profile {
list-style: none;
margin: 0;
padding: 0;
}
.profile li,
.gallery li {
margin: 0 0 5px;
padding: 0;
}
.profile strong {
color: #fff;
font-weight: normal;
}
#model .gallery {
list-style: none;
}
#model .gallery li {
background: #807154;
float: left;
margin: 0 3% 3% 0;
width: 30%;
}
#model .gallery li a img {
width: 100%;
}
#model .gallery li a:hover img {
opacity: 0.2;
}
/* BLOG
==================================================================*/
#blog h3 {
font-family: "PT Sans", sans-serif;
font-size: 1.75em;
font-weight: normal;
line-height: 1.4em;
margin: 0;
text-transform: uppercase;
}
#blog .entry-meta {
color: #807154;
margin-bottom: 1em;
font-size: 1.5em;
}
div.entry-content.blog-preview {
font-size: 1.25em!important;
}
.entry-comments,
.entry-categories,
.entry-tags {
border-left: 1px solid #333;
margin-left: 10px;
padding-left: 10px;
}
#blog .post-thumb {
margin-bottom: 20px;
}
#blog aside h5 {
color: #807154;
}
#blog aside ul,
#blog .paging {
list-style: none;
margin: 0;
padding: 0;
}
#blog aside ul a {
border-top: 1px solid #222;
color: #888;
display: block;
padding: 10px 40px 10px 20px;
position: relative;
text-transform: uppercase;
}
#blog aside ul a:hover {
color: #fff;
background: #111;
}
#blog aside ul a i {
right: 20px;
position: absolute;
top: 12px;
}
#blog aside ul a:hover i {
right: 10px;
}
.entry-title {
color: #fff;
margin-top: 0;
text-transform: uppercase;
}
h1.entry-title {
font-size: 3em;
}
img.pull-left {
margin: 5px 20px 0 0;
}
img.pull-right {
margin: 5px 0 0 20px;
}
.comments {
margin-top: 30px;
}
.media {
border-top: 1px solid #333;
margin-top: 30px !important;
padding-top: 30px;
}
.media-heading small {
color: #807154;
}
#blog form {
margin-top: 30px;
}
/* PRICE TABLES
==================================================================*/
.prices .col-sm-4 {
padding: 0;
}
.price-table {
background: #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
list-style: none;
margin: 40px 0;
padding: 0;
position: relative;
z-index: 2;
}
.price-table.first,
.price-table.last {
box-shadow: none;
margin: 80px 0;
z-index: 1;
}
.price-table.first {
margin-left: 30px;
}
.price-table.last {
margin-right: 30px;
}
.price-table li {
border-bottom: 1px solid #ddd;
padding: 10px 30px;
}
.price-table .price-title {
background: #807154;
border-bottom: 1px solid #73654b;
color: #fff;
font-size: 30px;
font-weight: bold;
padding: 20px 30px;
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
text-transform: uppercase;
}
.price-table.first .price-title,
.price-table.last .price-title {
padding: 15px 30px;
}
.price-table .price-title span {
color: #181818;
display: block;
font-size: 13px;
font-weight: normal;
text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.price-table .price-number {
background: #77694e;
border-top: 1px solid #8d7f65;
color: #fff;
font-family: "Oranienbaum", Georgia, "Times New Roman";
font-size: 80px;
line-height: 1em;
padding: 30px;
text-transform: uppercase;
}
.price-table.first .price-number,
.price-table.last .price-number {
padding: 15px 30px;
}
.price-table .price-number span {
display: block;
font-family: "PT Sans", Arial;
font-size: 13px;
line-height: 1em;
}
.price-table .price-button {
padding: 30px;
}
.price-table.first .price-button,
.price-table.last .price-button {
padding: 15px 30px;
}
/* CONTACT
==================================================================*/
#contact a {
background: #807154;
border-radius: 50%;
display: inline-block;
font-size: 30px;
height: 70px;
line-height: 70px;
margin: 10px;
width: 70px;
}
#contact a:hover {
background: #fff;
color: #807154;
}
#contact form .row {
margin-bottom: 30px;
}
.form-control {
height: auto;
padding: 12px;
}
/* FOOTER
==================================================================*/
footer {
background: #000;
padding: 20px 0 0;
}
footer span {
color: #fff;
padding: 0 20px;
}
footer i {
color: #807154;
margin-right: 3px;
}
/* MOBILE STYLES
==================================================================*/
@media (max-width: 767px) {
h1 {
font-size: 110px;
}
#bgvid {
display: none;
}
#cover {
display: block;
}
.welcome span,
.welcome h3 {
font-size: 20px;
}
.models li {
width: 32%;
}
.prices .col-sm-4 {
padding: 0 15px;
}
.price-table,
.price-table.first,
.price-table.last {
margin: 15px 0;
}
.price-table .price-title,
.price-table .price-number,
.price-table .price-button {
padding: 15px 30px;
}
#contact form {
margin-bottom: 30px;
}
#contact form .col-md-6,
#contact form .col-md-12 {
margin-bottom: 10px;
}
#contact form .row {
margin: 0;
}
footer span {
display: block;
}
}
/* CUSTOM
==================================================================*/
div.post-more {
margin-top: 10px;
}
/* BLOG
==================================================================*/
.blog-carousel .owl-item{
min-height: 300px!important;
}
.blog-title-preview, .blog-preview p{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.blog-title-preview p{
-webkit-line-clamp: 3;
line-height: 3;
max-height: 4.2;
}
.blog-preview p{
-webkit-line-clamp: 5;
line-height: 5;
max-height: 7.692;
}
.blog-preview p, .blog-full p{
font-family: "PT Sans",Helvetica,Arial,sans-serif!important;
font-size: 1.5em!important;
line-height: 1.5384!important;
color: #888!important;
}
.blog-preview p:not(:first-child) {
display: none;
}
/* PEDIGREE
==================================================================*/
.pedigree-horizontal {
border-right: 1px solid #333;
height: 50%;
width: 50%;
} | 0.230054 | 0.084531 |
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff) format('woff');
}
.p-0{
padding: 0 !important;
}
.br-0{
border-radius: 0 !important;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
word-wrap: normal;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
.rating i {
cursor : pointer;
}
.rating i.selected {
color: #ffb100;
}
.rating i:hover {
color: #ffb100;
}
@font-face {
font-family: PlatformRegular;
src: url(../fonts/Platform-Text-Regular.otf);
}
@font-face {
font-family: PlatformMedium;
src: url(../fonts/PlatformText-Medium.otf);
}
@font-face {
font-family: PlatformBold;
src: url(../fonts/Platform-Text-Bold.otf);
}
#nprogress {
pointer-events: none
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px
}
.red-color {
color: #e40a15;
}
.green-color {
color: #10D078;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
-webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1;
-webkit-transform: rotate(3deg) translateY(-4px);
transform: rotate(3deg) translateY(-4px)
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner .4s linear infinite;
animation: nprogress-spinner .4s linear infinite
}
.nprogress-custom-parent {
overflow: hidden;
position: relative
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn)
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.switch-light span span,
.switch-toggle a {
display: none
}
@media only screen {
.switch-light {
position: relative;
display: block
}
.switch-light:after {
clear: both;
content: "";
display: table
}
.switch-light *,
.switch-light:after,
.switch-light:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.switch-light a {
display: block;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-light>span,
.switch-light label {
line-height: 2em
}
.switch-light input:focus+label,
.switch-light input:focus~span a {
outline-width: 2px;
outline-style: solid;
outline-color: Highlight
}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
.switch-light input:focus+label,
.switch-light input:focus~span a {
outline-color: -webkit-focus-ring-color;
outline-style: auto
}
}
@media only screen {
.switch-light input {
position: absolute;
opacity: 0;
z-index: 3
}
.switch-light input:checked~span a {
right: 0
}
.switch-light strong {
font-weight: inherit
}
.switch-light>span {
position: relative;
overflow: hidden;
display: block;
min-height: 2em;
padding: 0;
text-align: left
}
.switch-light span span {
position: relative;
z-index: 2;
display: block;
float: left;
width: 50%;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.switch-light a {
position: absolute;
right: 50%;
top: 0;
z-index: 1;
display: block;
width: 50%;
height: 100%;
padding: 0
}
.switch-light.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.switch-light .alert-light {
color: #333
}
.switch-toggle {
position: relative;
display: block;
padding: 0!important
}
.switch-toggle:after {
clear: both;
content: "";
display: table
}
.switch-toggle *,
.switch-toggle:after,
.switch-toggle:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.switch-toggle a {
display: block;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-toggle>span,
.switch-toggle label {
line-height: 2em
}
.switch-toggle input:focus+label,
.switch-toggle input:focus~span a {
outline-width: 2px;
outline-style: solid;
outline-color: Highlight
}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
.switch-toggle input:focus+label,
.switch-toggle input:focus~span a {
outline-color: -webkit-focus-ring-color;
outline-style: auto
}
}
@media only screen {
.switch-toggle input {
position: absolute;
left: 0;
opacity: 0
}
.switch-toggle input+label {
position: relative;
z-index: 2;
display: block;
float: left;
padding: 0 .5em;
margin: 0;
text-align: center
}
.switch-toggle a {
position: absolute;
top: 0;
left: 0;
padding: 0;
z-index: 1;
width: 10px;
height: 100%
}
.switch-toggle label:nth-child(2):nth-last-child(4),
.switch-toggle label:nth-child(2):nth-last-child(4)~a,
.switch-toggle label:nth-child(2):nth-last-child(4)~label {
width: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a {
left: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(6),
.switch-toggle label:nth-child(2):nth-last-child(6)~a,
.switch-toggle label:nth-child(2):nth-last-child(6)~label {
width: 33.33%
}
.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a {
left: 33.33%
}
.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a {
left: 66.66%
}
.switch-toggle label:nth-child(2):nth-last-child(8),
.switch-toggle label:nth-child(2):nth-last-child(8)~a,
.switch-toggle label:nth-child(2):nth-last-child(8)~label {
width: 25%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a {
left: 25%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a {
left: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a {
left: 75%
}
.switch-toggle label:nth-child(2):nth-last-child(10),
.switch-toggle label:nth-child(2):nth-last-child(10)~a,
.switch-toggle label:nth-child(2):nth-last-child(10)~label {
width: 20%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a {
left: 20%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a {
left: 40%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a {
left: 60%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a {
left: 80%
}
.switch-toggle label:nth-child(2):nth-last-child(12),
.switch-toggle label:nth-child(2):nth-last-child(12)~a,
.switch-toggle label:nth-child(2):nth-last-child(12)~label {
width: 16.6%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a {
left: 16.6%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a {
left: 33.2%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a {
left: 49.8%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a {
left: 66.4%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a {
left: 83%
}
.switch-light.switch-candy>span,
.switch-toggle.switch-candy {
background-color: #2d3035;
border-radius: 3px;
-webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 hsla(0, 0%, 100%, .2);
box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 hsla(0, 0%, 100%, .2)
}
.switch-light.switch-candy input:checked~span span:first-child,
.switch-light.switch-candy span span,
.switch-toggle.switch-candy label {
color: #fff;
font-weight: 700;
text-align: center;
text-shadow: 1px 1px 1px #191b1e
}
.switch-candy input:checked+label,
.switch-light.switch-candy input:checked~span span:nth-child(2),
.switch-light.switch-candy input~span span:first-child {
color: #333;
text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5)
}
.switch-candy a {
border: 1px solid #333;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px hsla(0, 0%, 100%, .45);
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px hsla(0, 0%, 100%, .45);
background-color: #70c66b;
background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .2)), to(transparent));
background-image: linear-gradient(hsla(0, 0%, 100%, .2), transparent)
}
.switch-candy-blue a {
background-color: #38a3d4
}
.switch-candy-yellow a {
background-color: #f5e560
}
.switch-ios.switch-light span span {
color: #888b92
}
.switch-ios.switch-light a {
left: 0;
top: 0;
width: 2em;
height: 2em;
background-color: #fff;
border-radius: 100%;
border: .25em solid #d8d9db;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-ios.switch-light>span {
display: block;
width: 100%;
height: 2em;
background-color: #d8d9db;
border-radius: 1.75em;
-webkit-transition: all .4s ease-out;
transition: all .4s ease-out
}
.switch-ios.switch-light>span span {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
line-height: 1.875em;
vertical-align: middle;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-ios.switch-light>span span:first-of-type {
opacity: 1;
padding-left: 1.875em
}
.switch-ios.switch-light>span span:last-of-type {
padding-right: 1.875em
}
.switch-ios.switch-light input:checked~span a {
left: 100%;
border-color: #4bd865;
margin-left: -2em
}
.switch-ios.switch-light input:checked~span {
border-color: #4bd865;
-webkit-box-shadow: inset 0 0 0 30px #4bd865;
box-shadow: inset 0 0 0 30px #4bd865
}
.switch-ios.switch-light input:checked~span span:first-of-type {
opacity: 0
}
.switch-ios.switch-light input:checked~span span:last-of-type {
opacity: 1;
color: #fff
}
.switch-ios.switch-toggle {
background-color: #d8d9db;
border-radius: 30px;
-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}
.switch-ios.switch-toggle a {
background-color: #4bd865;
border: .125em solid #d8d9db;
border-radius: 1.75em;
-webkit-transition: all .12s ease-out;
transition: all .12s ease-out
}
.switch-ios.switch-toggle label {
height: 2.4em;
color: #888b92;
line-height: 2.4em;
vertical-align: middle
}
.switch-ios input:checked+label {
color: #3e4043
}
.switch-light.switch-holo>span,
.switch-toggle.switch-holo {
background-color: #464747;
border-radius: 1px;
-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
color: #fff;
text-transform: uppercase
}
.switch-holo label {
color: #fff
}
.switch-holo>span span {
opacity: 0;
-webkit-transition: all .1s;
transition: all .1s
}
.switch-holo>span span:first-of-type {
opacity: 1
}
.switch-holo>span span,
.switch-holo label {
font-size: 85%;
line-height: 2.15625em
}
.switch-holo a {
background-color: #666;
border-radius: 1px;
-webkit-box-shadow: inset hsla(0, 0%, 100%, .2) 0 1px 0, inset rgba(0, 0, 0, .3) 0 -1px 0;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), inset 0 -1px 0 rgba(0, 0, 0, .3)
}
.switch-holo.switch-light input:checked~span a {
background-color: #0e88b1
}
.switch-holo.switch-light input:checked~span span:first-of-type {
opacity: 0
}
.switch-holo.switch-light input:checked~span span:last-of-type {
opacity: 1
}
.switch-light.switch-material a {
top: -.1875em;
width: 1.75em;
height: 1.75em;
border-radius: 50%;
background: #fafafa;
-webkit-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
-webkit-transition: right .28s cubic-bezier(.4, 0, .2, 1);
transition: right .28s cubic-bezier(.4, 0, .2, 1)
}
.switch-material.switch-light {
overflow: visible
}
.switch-material.switch-light:after {
clear: both;
content: "";
display: table
}
.switch-material.switch-light>span {
overflow: visible;
position: relative;
top: .1875em;
width: 3.25em;
height: 1.5em;
min-height: auto;
border-radius: 1em;
background: rgba(0, 0, 0, .26)
}
.switch-material.switch-light span span {
position: absolute;
clip: rect(0 0 0 0)
}
.switch-material.switch-light input:checked~span a {
right: 0;
background: #3f51b5;
-webkit-box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12);
box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12)
}
.switch-material.switch-light input:checked~span {
background: rgba(63, 81, 181, .5)
}
.switch-toggle.switch-material {
overflow: visible
}
.switch-toggle.switch-material:after {
clear: both;
content: "";
display: table
}
.switch-toggle.switch-material a {
top: 48%;
width: .375em!important;
height: .375em;
margin-left: .25em;
background: #3f51b5;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform .4s ease-in;
transition: -webkit-transform .4s ease-in;
transition: transform .4s ease-in;
transition: transform .4s ease-in, -webkit-transform .4s ease-in
}
.switch-toggle.switch-material label {
color: rgba(0, 0, 0, .54);
font-size: 1em
}
.switch-toggle.switch-material label:before {
content: "";
position: absolute;
top: 48%;
left: 0;
display: block;
width: .875em;
height: .875em;
border-radius: 100%;
border: .125em solid rgba(0, 0, 0, .54);
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.switch-toggle.switch-material input:checked+label:before {
border-color: #3f51b5
}
.switch-light.switch-material>span:after,
.switch-light.switch-material>span:before,
.switch-toggle.switch-material label:after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 4em;
height: 4em;
border-radius: 100%;
background: #3f51b5;
opacity: .4;
margin-left: -1.25em;
margin-top: -1.25em;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity .4s ease-in;
transition: opacity .4s ease-in
}
.switch-light.switch-material>span:after {
left: auto;
right: 0;
margin-left: 0;
margin-right: -1.25em
}
.switch-toggle.switch-material label:after {
width: 3.25em;
height: 3.25em;
margin-top: -.75em
}
@-webkit-keyframes materialRipple {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
20% {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes materialRipple {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
20% {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.switch-material.switch-light input:checked~span:before,
.switch-material.switch-light input:not(:checked)~span:after,
.switch-toggle.switch-material input:checked+label:after {
-webkit-animation: materialRipple .4s ease-in;
animation: materialRipple .4s ease-in
}
.switch-light.switch-material.switch-light input~span:after,
.switch-light.switch-material.switch-light input~span:before,
.switch-material.switch-toggle input+label:after {
visibility: hidden
}
.switch-light.switch-material.switch-light input:focus:checked~span:before,
.switch-light.switch-material.switch-light input:focus:not(:checked)~span:after,
.switch-material.switch-toggle input:focus:checked+label:after {
visibility: visible
}
}
@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em) {
.switch-light,
.switch-toggle {
-webkit-animation: webkitSiblingBugfix infinite 1s
}
}
@-webkit-keyframes webkitSiblingBugfix {
0% {
-webkit-transform: translateZ(0)
}
to {
-webkit-transform: translateZ(0)
}
}
/*! =======================================================
VERSION 9.9.0
========================================================= */
/*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
* <NAME>
* - Twitter: @seiyria
* - Github: seiyria
* <NAME>
* - Twitter: @Rovolutionary
* - Github: rovolution
*
* =========================================================
*
* bootstrap-slider is released under the MIT License
* Copyright (c) 2017 <NAME>, <NAME>, and contributors
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* ========================================================= */
.slider {
display: inline-block;
vertical-align: middle;
position: relative
}
.slider.slider-horizontal {
width: 210px;
height: 20px
}
.slider.slider-horizontal .slider-track {
height: 10px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
height: 100%;
top: 0;
bottom: 0
}
.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
margin-left: -10px
}
.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-width: 0 10px 10px;
width: 0;
height: 0;
border-bottom-color: #2e6da4;
margin-top: 0
}
.slider.slider-horizontal .slider-tick-container {
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
width: 100%
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
padding-top: 4px;
display: inline-block;
text-align: center
}
.slider.slider-horizontal.slider-rtl .slider-track {
left: auto;
right: 0
}
.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
margin-left: 0;
margin-right: -10px
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
left: auto;
right: 0
}
.slider.slider-vertical {
height: 210px;
width: 20px
}
.slider.slider-vertical .slider-track {
width: 10px;
height: 100%;
left: 25%;
top: 0
}
.slider.slider-vertical .slider-selection {
width: 100%;
left: 0;
top: 0;
bottom: 0
}
.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
width: 100%;
left: 0;
right: 0
}
.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
margin-top: -10px
}
.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
border-width: 10px 0 10px 10px;
width: 1px;
height: 1px;
border-left-color: #2e6da4;
border-right-color: #2e6da4;
margin-left: 0;
margin-right: 0
}
.slider.slider-vertical .slider-tick-label-container {
white-space: nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
padding-left: 4px
}
.slider.slider-vertical.slider-rtl .slider-track {
left: auto;
right: 25%
}
.slider.slider-vertical.slider-rtl .slider-selection {
left: auto;
right: 0
}
.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
border-width: 10px 10px 10px 0
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
padding-left: 0;
padding-right: 4px
}
.slider.slider-disabled .slider-handle {
background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
background-image: linear-gradient(180deg, #dfdfdf 0, #bebebe);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0)
}
.slider.slider-disabled .slider-track {
background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
background-image: linear-gradient(180deg, #e5e5e5 0, #e9e9e9);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
cursor: not-allowed
}
.slider input {
display: none
}
.slider .tooltip.top {
margin-top: -36px
}
.slider .tooltip-inner {
white-space: nowrap;
max-width: none
}
.slider .hide {
display: none
}
.slider-track {
cursor: pointer;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
background-image: linear-gradient(180deg, #f5f5f5 0, #f9f9f9);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.slider-selection,
.slider-track {
position: absolute;
background-repeat: repeat-x;
border-radius: 4px
}
.slider-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.slider-selection.tick-slider-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0)
}
.slider-track-high,
.slider-track-low {
position: absolute;
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #337ab7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
-webkit-filter: none;
filter: none;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
border: 0 solid transparent
}
.slider-handle.round {
border-radius: 50%
}
.slider-handle.custom,
.slider-handle.triangle {
background: transparent none
}
.slider-handle.custom:before {
line-height: 20px;
font-size: 20px;
content: "\2605";
color: #726204
}
.slider-tick {
position: absolute;
width: 20px;
height: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-filter: none;
filter: none;
opacity: .8;
border: 0 solid transparent
}
.slider-tick.round {
border-radius: 50%
}
.slider-tick.custom,
.slider-tick.triangle {
background: transparent none
}
.slider-tick.custom:before {
line-height: 20px;
font-size: 20px;
content: "\2605";
color: #726204
}
.slider-tick.in-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
opacity: 1
}
.slick-slider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: inline-block;
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .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: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-webkit-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] {
-webkit-box-sizing: border-box;
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;
-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 silver;
margin: 0 2px;
padding: .35em .625em .75em
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
:after,
:before {
background: transparent!important;
color: #000!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
text-shadow: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
.navbar {
display: none
}
.btn>.caret,
.dropup>.btn>.caret {
border-top-color: #000!important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd!important
}
}
@font-face {
font-family: Glyphicons Halflings;
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg")
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: Glyphicons Halflings;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
content: "*"
}
.glyphicon-plus:before {
content: "+"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
content: "\20AC"
}
.glyphicon-minus:before {
content: "\2212"
}
.glyphicon-cloud:before {
content: "\2601"
}
.glyphicon-envelope:before {
content: "\2709"
}
.glyphicon-pencil:before {
content: "\270F"
}
.glyphicon-glass:before {
content: "\E001"
}
.glyphicon-music:before {
content: "\E002"
}
.glyphicon-search:before {
content: "\E003"
}
.glyphicon-heart:before {
content: "\E005"
}
.glyphicon-star:before {
content: "\E006"
}
.glyphicon-star-empty:before {
content: "\E007"
}
.glyphicon-user:before {
content: "\E008"
}
.glyphicon-film:before {
content: "\E009"
}
.glyphicon-th-large:before {
content: "\E010"
}
.glyphicon-th:before {
content: "\E011"
}
.glyphicon-th-list:before {
content: "\E012"
}
.glyphicon-ok:before {
content: "\E013"
}
.glyphicon-remove:before {
content: "\E014"
}
.glyphicon-zoom-in:before {
content: "\E015"
}
.glyphicon-zoom-out:before {
content: "\E016"
}
.glyphicon-off:before {
content: "\E017"
}
.glyphicon-signal:before {
content: "\E018"
}
.glyphicon-cog:before {
content: "\E019"
}
.glyphicon-trash:before {
content: "\E020"
}
.glyphicon-home:before {
content: "\E021"
}
.glyphicon-file:before {
content: "\E022"
}
.glyphicon-time:before {
content: "\E023"
}
.glyphicon-road:before {
content: "\E024"
}
.glyphicon-download-alt:before {
content: "\E025"
}
.glyphicon-download:before {
content: "\E026"
}
.glyphicon-upload:before {
content: "\E027"
}
.glyphicon-inbox:before {
content: "\E028"
}
.glyphicon-play-circle:before {
content: "\E029"
}
.glyphicon-repeat:before {
content: "\E030"
}
.glyphicon-refresh:before {
content: "\E031"
}
.glyphicon-list-alt:before {
content: "\E032"
}
.glyphicon-lock:before {
content: "\E033"
}
.glyphicon-flag:before {
content: "\E034"
}
.glyphicon-headphones:before {
content: "\E035"
}
.glyphicon-volume-off:before {
content: "\E036"
}
.glyphicon-volume-down:before {
content: "\E037"
}
.glyphicon-volume-up:before {
content: "\E038"
}
.glyphicon-qrcode:before {
content: "\E039"
}
.glyphicon-barcode:before {
content: "\E040"
}
.glyphicon-tag:before {
content: "\E041"
}
.glyphicon-tags:before {
content: "\E042"
}
.glyphicon-book:before {
content: "\E043"
}
.glyphicon-bookmark:before {
content: "\E044"
}
.glyphicon-print:before {
content: "\E045"
}
.glyphicon-camera:before {
content: "\E046"
}
.glyphicon-font:before {
content: "\E047"
}
.glyphicon-bold:before {
content: "\E048"
}
.glyphicon-italic:before {
content: "\E049"
}
.glyphicon-text-height:before {
content: "\E050"
}
.glyphicon-text-width:before {
content: "\E051"
}
.glyphicon-align-left:before {
content: "\E052"
}
.glyphicon-align-center:before {
content: "\E053"
}
.glyphicon-align-right:before {
content: "\E054"
}
.glyphicon-align-justify:before {
content: "\E055"
}
.glyphicon-list:before {
content: "\E056"
}
.glyphicon-indent-left:before {
content: "\E057"
}
.glyphicon-indent-right:before {
content: "\E058"
}
.glyphicon-facetime-video:before {
content: "\E059"
}
.glyphicon-picture:before {
content: "\E060"
}
.glyphicon-map-marker:before {
content: "\E062"
}
.glyphicon-adjust:before {
content: "\E063"
}
.glyphicon-tint:before {
content: "\E064"
}
.glyphicon-edit:before {
content: "\E065"
}
.glyphicon-share:before {
content: "\E066"
}
.glyphicon-check:before {
content: "\E067"
}
.glyphicon-move:before {
content: "\E068"
}
.glyphicon-step-backward:before {
content: "\E069"
}
.glyphicon-fast-backward:before {
content: "\E070"
}
.glyphicon-backward:before {
content: "\E071"
}
.glyphicon-play:before {
content: "\E072"
}
.glyphicon-pause:before {
content: "\E073"
}
.glyphicon-stop:before {
content: "\E074"
}
.glyphicon-forward:before {
content: "\E075"
}
.glyphicon-fast-forward:before {
content: "\E076"
}
.glyphicon-step-forward:before {
content: "\E077"
}
.glyphicon-eject:before {
content: "\E078"
}
.glyphicon-chevron-left:before {
content: "\E079"
}
.glyphicon-chevron-right:before {
content: "\E080"
}
.glyphicon-plus-sign:before {
content: "\E081"
}
.glyphicon-minus-sign:before {
content: "\E082"
}
.glyphicon-remove-sign:before {
content: "\E083"
}
.glyphicon-ok-sign:before {
content: "\E084"
}
.glyphicon-question-sign:before {
content: "\E085"
}
.glyphicon-info-sign:before {
content: "\E086"
}
.glyphicon-screenshot:before {
content: "\E087"
}
.glyphicon-remove-circle:before {
content: "\E088"
}
.glyphicon-ok-circle:before {
content: "\E089"
}
.glyphicon-ban-circle:before {
content: "\E090"
}
.glyphicon-arrow-left:before {
content: "\E091"
}
.glyphicon-arrow-right:before {
content: "\E092"
}
.glyphicon-arrow-up:before {
content: "\E093"
}
.glyphicon-arrow-down:before {
content: "\E094"
}
.glyphicon-share-alt:before {
content: "\E095"
}
.glyphicon-resize-full:before {
content: "\E096"
}
.glyphicon-resize-small:before {
content: "\E097"
}
.glyphicon-exclamation-sign:before {
content: "\E101"
}
.glyphicon-gift:before {
content: "\E102"
}
.glyphicon-leaf:before {
content: "\E103"
}
.glyphicon-fire:before {
content: "\E104"
}
.glyphicon-eye-open:before {
content: "\E105"
}
.glyphicon-eye-close:before {
content: "\E106"
}
.glyphicon-warning-sign:before {
content: "\E107"
}
.glyphicon-plane:before {
content: "\E108"
}
.glyphicon-calendar:before {
content: "\E109"
}
.glyphicon-random:before {
content: "\E110"
}
.glyphicon-comment:before {
content: "\E111"
}
.glyphicon-magnet:before {
content: "\E112"
}
.glyphicon-chevron-up:before {
content: "\E113"
}
.glyphicon-chevron-down:before {
content: "\E114"
}
.glyphicon-retweet:before {
content: "\E115"
}
.glyphicon-shopping-cart:before {
content: "\E116"
}
.glyphicon-folder-close:before {
content: "\E117"
}
.glyphicon-folder-open:before {
content: "\E118"
}
.glyphicon-resize-vertical:before {
content: "\E119"
}
.glyphicon-resize-horizontal:before {
content: "\E120"
}
.glyphicon-hdd:before {
content: "\E121"
}
.glyphicon-bullhorn:before {
content: "\E122"
}
.glyphicon-bell:before {
content: "\E123"
}
.glyphicon-certificate:before {
content: "\E124"
}
.glyphicon-thumbs-up:before {
content: "\E125"
}
.glyphicon-thumbs-down:before {
content: "\E126"
}
.glyphicon-hand-right:before {
content: "\E127"
}
.glyphicon-hand-left:before {
content: "\E128"
}
.glyphicon-hand-up:before {
content: "\E129"
}
.glyphicon-hand-down:before {
content: "\E130"
}
.glyphicon-circle-arrow-right:before {
content: "\E131"
}
.glyphicon-circle-arrow-left:before {
content: "\E132"
}
.glyphicon-circle-arrow-up:before {
content: "\E133"
}
.glyphicon-circle-arrow-down:before {
content: "\E134"
}
.glyphicon-globe:before {
content: "\E135"
}
.glyphicon-wrench:before {
content: "\E136"
}
.glyphicon-tasks:before {
content: "\E137"
}
.glyphicon-filter:before {
content: "\E138"
}
.glyphicon-briefcase:before {
content: "\E139"
}
.glyphicon-fullscreen:before {
content: "\E140"
}
.glyphicon-dashboard:before {
content: "\E141"
}
.glyphicon-paperclip:before {
content: "\E142"
}
.glyphicon-heart-empty:before {
content: "\E143"
}
.glyphicon-link:before {
content: "\E144"
}
.glyphicon-phone:before {
content: "\E145"
}
.glyphicon-pushpin:before {
content: "\E146"
}
.glyphicon-usd:before {
content: "\E148"
}
.glyphicon-gbp:before {
content: "\E149"
}
.glyphicon-sort:before {
content: "\E150"
}
.glyphicon-sort-by-alphabet:before {
content: "\E151"
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\E152"
}
.glyphicon-sort-by-order:before {
content: "\E153"
}
.glyphicon-sort-by-order-alt:before {
content: "\E154"
}
.glyphicon-sort-by-attributes:before {
content: "\E155"
}
.glyphicon-sort-by-attributes-alt:before {
content: "\E156"
}
.glyphicon-unchecked:before {
content: "\E157"
}
.glyphicon-expand:before {
content: "\E158"
}
.glyphicon-collapse-down:before {
content: "\E159"
}
.glyphicon-collapse-up:before {
content: "\E160"
}
.glyphicon-log-in:before {
content: "\E161"
}
.glyphicon-flash:before {
content: "\E162"
}
.glyphicon-log-out:before {
content: "\E163"
}
.glyphicon-new-window:before {
content: "\E164"
}
.glyphicon-record:before {
content: "\E165"
}
.glyphicon-save:before {
content: "\E166"
}
.glyphicon-open:before {
content: "\E167"
}
.glyphicon-saved:before {
content: "\E168"
}
.glyphicon-import:before {
content: "\E169"
}
.glyphicon-export:before {
content: "\E170"
}
.glyphicon-send:before {
content: "\E171"
}
.glyphicon-floppy-disk:before {
content: "\E172"
}
.glyphicon-floppy-saved:before {
content: "\E173"
}
.glyphicon-floppy-remove:before {
content: "\E174"
}
.glyphicon-floppy-save:before {
content: "\E175"
}
.glyphicon-floppy-open:before {
content: "\E176"
}
.glyphicon-credit-card:before {
content: "\E177"
}
.glyphicon-transfer:before {
content: "\E178"
}
.glyphicon-cutlery:before {
content: "\E179"
}
.glyphicon-header:before {
content: "\E180"
}
.glyphicon-compressed:before {
content: "\E181"
}
.glyphicon-earphone:before {
content: "\E182"
}
.glyphicon-phone-alt:before {
content: "\E183"
}
.glyphicon-tower:before {
content: "\E184"
}
.glyphicon-stats:before {
content: "\E185"
}
.glyphicon-sd-video:before {
content: "\E186"
}
.glyphicon-hd-video:before {
content: "\E187"
}
.glyphicon-subtitles:before {
content: "\E188"
}
.glyphicon-sound-stereo:before {
content: "\E189"
}
.glyphicon-sound-dolby:before {
content: "\E190"
}
.glyphicon-sound-5-1:before {
content: "\E191"
}
.glyphicon-sound-6-1:before {
content: "\E192"
}
.glyphicon-sound-7-1:before {
content: "\E193"
}
.glyphicon-copyright-mark:before {
content: "\E194"
}
.glyphicon-registration-mark:before {
content: "\E195"
}
.glyphicon-cloud-download:before {
content: "\E197"
}
.glyphicon-cloud-upload:before {
content: "\E198"
}
.glyphicon-tree-conifer:before {
content: "\E199"
}
.glyphicon-tree-deciduous:before {
content: "\E200"
}
.glyphicon-cd:before {
content: "\E201"
}
.glyphicon-save-file:before {
content: "\E202"
}
.glyphicon-open-file:before {
content: "\E203"
}
.glyphicon-level-up:before {
content: "\E204"
}
.glyphicon-copy:before {
content: "\E205"
}
.glyphicon-paste:before {
content: "\E206"
}
.glyphicon-alert:before {
content: "\E209"
}
.glyphicon-equalizer:before {
content: "\E210"
}
.glyphicon-king:before {
content: "\E211"
}
.glyphicon-queen:before {
content: "\E212"
}
.glyphicon-pawn:before {
content: "\E213"
}
.glyphicon-bishop:before {
content: "\E214"
}
.glyphicon-knight:before {
content: "\E215"
}
.glyphicon-baby-formula:before {
content: "\E216"
}
.glyphicon-tent:before {
content: "\26FA"
}
.glyphicon-blackboard:before {
content: "\E218"
}
.glyphicon-bed:before {
content: "\E219"
}
.glyphicon-apple:before {
content: "\F8FF"
}
.glyphicon-erase:before {
content: "\E221"
}
.glyphicon-hourglass:before {
content: "\231B"
}
.glyphicon-lamp:before {
content: "\E223"
}
.glyphicon-duplicate:before {
content: "\E224"
}
.glyphicon-piggy-bank:before {
content: "\E225"
}
.glyphicon-scissors:before {
content: "\E226"
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
content: "\E227"
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
content: "\A5"
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
content: "\20BD"
}
.glyphicon-scale:before {
content: "\E230"
}
.glyphicon-ice-lolly:before {
content: "\E231"
}
.glyphicon-ice-lolly-tasted:before {
content: "\E232"
}
.glyphicon-education:before {
content: "\E233"
}
.glyphicon-option-horizontal:before {
content: "\E234"
}
.glyphicon-option-vertical:before {
content: "\E235"
}
.glyphicon-menu-hamburger:before {
content: "\E236"
}
.glyphicon-modal-window:before {
content: "\E237"
}
.glyphicon-oil:before {
content: "\E238"
}
.glyphicon-grain:before {
content: "\E239"
}
.glyphicon-sunglasses:before {
content: "\E240"
}
.glyphicon-text-size:before {
content: "\E241"
}
.glyphicon-text-color:before {
content: "\E242"
}
.glyphicon-text-background:before {
content: "\E243"
}
.glyphicon-object-align-top:before {
content: "\E244"
}
.glyphicon-object-align-bottom:before {
content: "\E245"
}
.glyphicon-object-align-horizontal:before {
content: "\E246"
}
.glyphicon-object-align-left:before {
content: "\E247"
}
.glyphicon-object-align-vertical:before {
content: "\E248"
}
.glyphicon-object-align-right:before {
content: "\E249"
}
.glyphicon-triangle-right:before {
content: "\E250"
}
.glyphicon-triangle-left:before {
content: "\E251"
}
.glyphicon-triangle-bottom:before {
content: "\E252"
}
.glyphicon-triangle-top:before {
content: "\E253"
}
.glyphicon-console:before {
content: "\E254"
}
.glyphicon-superscript:before {
content: "\E255"
}
.glyphicon-subscript:before {
content: "\E256"
}
.glyphicon-menu-left:before {
content: "\E257"
}
.glyphicon-menu-right:before {
content: "\E258"
}
.glyphicon-menu-down:before {
content: "\E259"
}
.glyphicon-menu-up:before {
content: "\E260"
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
font-family: Montserrat, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #222;
background-color: #fff;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a {
color: #10D078;
text-decoration: none
}
a:focus,
a:hover {
color: #10D078;
text-decoration: underline
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
figure {
margin: 0
}
img {
vertical-align: middle
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 4px
}
.img-thumbnail {
padding: 4px;
line-height: 1.6;
background-color: #373f47;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #ddd
}
.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
}
[role=button] {
cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Montserrat, sans-serif;
font-weight: 600;
line-height: 1.1;
color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-weight: 400;
line-height: 1;
color: #999
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 22px;
margin-bottom: 11px
}
.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,
.h5,
.h6,
h4,
h5,
h6 {
margin-top: 11px;
margin-bottom: 11px
}
.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-size: 36px
}
.h2,
h2 {
font-size: 30px
}
.h3,
h3 {
font-size: 24px
}
.h4,
h4 {
font-size: 18px
}
.h5,
h5 {
font-size: 14px
}
.h6,
h6 {
font-size: 12px
}
p {
margin: 0 0 11px
}
.lead {
margin-bottom: 22px;
font-size: 16px;
font-weight: 300;
line-height: 1.4
}
@media (min-width:768px) {
.lead {
font-size: 21px
}
}
.small,
small {
font-size: 85%
}
.mark,
mark {
background-color: #fcf8e3;
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
}
.initialism,
.text-uppercase {
text-transform: uppercase
}
.text-capitalize {
text-transform: capitalize
}
.text-muted {
color: #999
}
.text-primary {
color: #10D078
}
a.text-primary:focus,
a.text-primary:hover {
color: #4933c7
}
.text-success {
color: #43ac6a
}
a.text-success:focus,
a.text-success:hover {
color: #358753
}
.text-info {
color: #373f47
}
a.text-info:focus,
a.text-info:hover {
color: #21262a
}
.text-warning {
color: #e99002
}
a.text-warning:focus,
a.text-warning:hover {
color: #b67102
}
.text-danger {
color: #f04124
}
a.text-danger:focus,
a.text-danger:hover {
color: #d32a0e
}
.bg-primary {
color: #fff;
background-color: #10D078
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #4933c7
}
.bg-success {
background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #c1e2b3
}
.bg-info {
background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #afd9ee
}
.bg-warning {
background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #f7ecb5
}
.bg-danger {
background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #ddd
}
ol,
ul {
margin-top: 0;
margin-bottom: 11px
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
.list-inline,
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
margin-left: -5px
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px
}
dl {
margin-top: 0;
margin-bottom: 22px
}
dd,
dt {
line-height: 1.6
}
dt {
font-weight: 700
}
dd {
margin-left: 0
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
content: " ";
display: table
}
.dl-horizontal dd:after {
clear: both
}
@media (min-width:992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
}
abbr[data-original-title],
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999
}
.initialism {
font-size: 90%
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 17.5px;
border-left: 5px solid #ddd
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #666
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
content: "\2014 \A0"
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #ddd;
border-left: 0;
text-align: right
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
content: ""
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
content: "\A0 \2014"
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.6
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, Courier New, monospace
}
code {
color: #c7254e;
background-color: #f9f2f4
}
code,
kbd {
padding: 2px 4px;
font-size: 90%;
border-radius: 4px
}
kbd {
color: #fff;
background-color: #333;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 13px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.container:after,
.container:before {
content: " ";
display: table
}
.container:after {
clear: both
}
@media (min-width:768px) {
.container {
width: 750px
}
}
@media (min-width:992px) {
.container {
width: 970px
}
}
@media (min-width:1200px) {
.container {
width: 1170px
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.container-fluid:after,
.container-fluid:before {
content: " ";
display: table
}
.container-fluid:after {
clear: both
}
.row {
margin-left: -15px;
margin-right: -15px
}
.row:after,
.row:before {
content: " ";
display: table
}
.row:after {
clear: both
}
.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,
.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,
.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,
.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 {
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: left
}
.col-xs-1 {
width: 8.33333333%
}
.col-xs-2 {
width: 16.66666667%
}
.col-xs-3 {
width: 25%
}
.col-xs-4 {
width: 33.33333333%
}
.col-xs-5 {
width: 41.66666667%
}
.col-xs-6 {
width: 50%
}
.col-xs-7 {
width: 58.33333333%
}
.col-xs-8 {
width: 66.66666667%
}
.col-xs-9 {
width: 75%
}
.col-xs-10 {
width: 83.33333333%
}
.col-xs-11 {
width: 91.66666667%
}
.col-xs-12 {
width: 100%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-pull-1 {
right: 8.33333333%
}
.col-xs-pull-2 {
right: 16.66666667%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-4 {
right: 33.33333333%
}
.col-xs-pull-5 {
right: 41.66666667%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-7 {
right: 58.33333333%
}
.col-xs-pull-8 {
right: 66.66666667%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-10 {
right: 83.33333333%
}
.col-xs-pull-11 {
right: 91.66666667%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-push-0 {
left: auto
}
.col-xs-push-1 {
left: 8.33333333%
}
.col-xs-push-2 {
left: 16.66666667%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-4 {
left: 33.33333333%
}
.col-xs-push-5 {
left: 41.66666667%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-7 {
left: 58.33333333%
}
.col-xs-push-8 {
left: 66.66666667%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-10 {
left: 83.33333333%
}
.col-xs-push-11 {
left: 91.66666667%
}
.col-xs-push-12 {
left: 100%
}
.col-xs-offset-0 {
margin-left: 0
}
.col-xs-offset-1 {
margin-left: 8.33333333%
}
.col-xs-offset-2 {
margin-left: 16.66666667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.33333333%
}
.col-xs-offset-5 {
margin-left: 41.66666667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.33333333%
}
.col-xs-offset-8 {
margin-left: 66.66666667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.33333333%
}
.col-xs-offset-11 {
margin-left: 91.66666667%
}
.col-xs-offset-12 {
margin-left: 100%
}
@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-1 {
width: 8.33333333%
}
.col-sm-2 {
width: 16.66666667%
}
.col-sm-3 {
width: 25%
}
.col-sm-4 {
width: 33.33333333%
}
.col-sm-5 {
width: 41.66666667%
}
.col-sm-6 {
width: 50%
}
.col-sm-7 {
width: 58.33333333%
}
.col-sm-8 {
width: 66.66666667%
}
.col-sm-9 {
width: 75%
}
.col-sm-10 {
width: 83.33333333%
}
.col-sm-11 {
width: 91.66666667%
}
.col-sm-12 {
width: 100%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-pull-1 {
right: 8.33333333%
}
.col-sm-pull-2 {
right: 16.66666667%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-4 {
right: 33.33333333%
}
.col-sm-pull-5 {
right: 41.66666667%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-7 {
right: 58.33333333%
}
.col-sm-pull-8 {
right: 66.66666667%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-10 {
right: 83.33333333%
}
.col-sm-pull-11 {
right: 91.66666667%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-push-0 {
left: auto
}
.col-sm-push-1 {
left: 8.33333333%
}
.col-sm-push-2 {
left: 16.66666667%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-4 {
left: 33.33333333%
}
.col-sm-push-5 {
left: 41.66666667%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-7 {
left: 58.33333333%
}
.col-sm-push-8 {
left: 66.66666667%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-10 {
left: 83.33333333%
}
.col-sm-push-11 {
left: 91.66666667%
}
.col-sm-push-12 {
left: 100%
}
.col-sm-offset-0 {
margin-left: 0
}
.col-sm-offset-1 {
margin-left: 8.33333333%
}
.col-sm-offset-2 {
margin-left: 16.66666667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.33333333%
}
.col-sm-offset-5 {
margin-left: 41.66666667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.33333333%
}
.col-sm-offset-8 {
margin-left: 66.66666667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.33333333%
}
.col-sm-offset-11 {
margin-left: 91.66666667%
}
.col-sm-offset-12 {
margin-left: 100%
}
}
@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-1 {
width: 8.33333333%
}
.col-md-2 {
width: 16.66666667%
}
.col-md-3 {
width: 25%
}
.col-md-4 {
width: 33.33333333%
}
.col-md-5 {
width: 41.66666667%
}
.col-md-6 {
width: 50%
}
.col-md-7 {
width: 58.33333333%
}
.col-md-8 {
width: 66.66666667%
}
.col-md-9 {
width: 75%
}
.col-md-10 {
width: 83.33333333%
}
.col-md-11 {
width: 91.66666667%
}
.col-md-12 {
width: 100%
}
.col-md-pull-0 {
right: auto
}
.col-md-pull-1 {
right: 8.33333333%
}
.col-md-pull-2 {
right: 16.66666667%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-4 {
right: 33.33333333%
}
.col-md-pull-5 {
right: 41.66666667%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-7 {
right: 58.33333333%
}
.col-md-pull-8 {
right: 66.66666667%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-10 {
right: 83.33333333%
}
.col-md-pull-11 {
right: 91.66666667%
}
.col-md-pull-12 {
right: 100%
}
.col-md-push-0 {
left: auto
}
.col-md-push-1 {
left: 8.33333333%
}
.col-md-push-2 {
left: 16.66666667%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-4 {
left: 33.33333333%
}
.col-md-push-5 {
left: 41.66666667%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-7 {
left: 58.33333333%
}
.col-md-push-8 {
left: 66.66666667%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-10 {
left: 83.33333333%
}
.col-md-push-11 {
left: 91.66666667%
}
.col-md-push-12 {
left: 100%
}
.col-md-offset-0 {
margin-left: 0
}
.col-md-offset-1 {
margin-left: 8.33333333%
}
.col-md-offset-2 {
margin-left: 16.66666667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.33333333%
}
.col-md-offset-5 {
margin-left: 41.66666667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.33333333%
}
.col-md-offset-8 {
margin-left: 66.66666667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.33333333%
}
.col-md-offset-11 {
margin-left: 91.66666667%
}
.col-md-offset-12 {
margin-left: 100%
}
}
@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-1 {
width: 8.33333333%
}
.col-lg-2 {
width: 16.66666667%
}
.col-lg-3 {
width: 25%
}
.col-lg-4 {
width: 33.33333333%
}
.col-lg-5 {
width: 41.66666667%
}
.col-lg-6 {
width: 50%
}
.col-lg-7 {
width: 58.33333333%
}
.col-lg-8 {
width: 66.66666667%
}
.col-lg-9 {
width: 75%
}
.col-lg-10 {
width: 83.33333333%
}
.col-lg-11 {
width: 91.66666667%
}
.col-lg-12 {
width: 100%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-pull-1 {
right: 8.33333333%
}
.col-lg-pull-2 {
right: 16.66666667%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-4 {
right: 33.33333333%
}
.col-lg-pull-5 {
right: 41.66666667%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-7 {
right: 58.33333333%
}
.col-lg-pull-8 {
right: 66.66666667%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-10 {
right: 83.33333333%
}
.col-lg-pull-11 {
right: 91.66666667%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-push-0 {
left: auto
}
.col-lg-push-1 {
left: 8.33333333%
}
.col-lg-push-2 {
left: 16.66666667%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-4 {
left: 33.33333333%
}
.col-lg-push-5 {
left: 41.66666667%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-7 {
left: 58.33333333%
}
.col-lg-push-8 {
left: 66.66666667%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-10 {
left: 83.33333333%
}
.col-lg-push-11 {
left: 91.66666667%
}
.col-lg-push-12 {
left: 100%
}
.col-lg-offset-0 {
margin-left: 0
}
.col-lg-offset-1 {
margin-left: 8.33333333%
}
.col-lg-offset-2 {
margin-left: 16.66666667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.33333333%
}
.col-lg-offset-5 {
margin-left: 41.66666667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.33333333%
}
.col-lg-offset-8 {
margin-left: 66.66666667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.33333333%
}
.col-lg-offset-11 {
margin-left: 91.66666667%
}
.col-lg-offset-12 {
margin-left: 100%
}
}
table {
background-color: transparent
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #999
}
caption,
th {
text-align: left
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
border-top: 0
}
.table>tbody+tbody {
border-top: 2px solid #ddd
}
.table .table {
background-color: #373f47
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
background-color: #f5f5f5
}
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
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
background-color: #ebcccc
}
.table-responsive {
overflow-x: auto;
min-height: .01%
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
}
.table-responsive>.table {
margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
white-space: nowrap
}
.table-responsive>.table-bordered {
border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}
}
fieldset {
margin: 0;
min-width: 0
}
fieldset,
legend {
padding: 0;
border: 0
}
legend {
display: block;
width: 100%;
margin-bottom: 22px;
font-size: 21px;
line-height: inherit;
color: #333;
border-bottom: 1px solid #e5e5e5
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700
}
input[type=search] {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
margin: 4px 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
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
output {
padding-top: 9px
}
.form-control,
output {
display: block;
font-size: 14px;
line-height: 1.6;
color: #666;
border-radius: 2px;
height: 40px;
}
.form-control {
width: 100%;
height: 40px;
padding: 8px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #999;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control:focus {
border-color: #10D078;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 89, 212, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 89, 212, .6)
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
.form-control::-ms-expand {
border: 0;
background-color: transparent
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto
}
input[type=search] {
-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
line-height: 40px
}
.input-group-sm>.input-group-btn>input.btn[type=date],
.input-group-sm>.input-group-btn>input.btn[type=datetime-local],
.input-group-sm>.input-group-btn>input.btn[type=month],
.input-group-sm>.input-group-btn>input.btn[type=time],
.input-group-sm>input.form-control[type=date],
.input-group-sm>input.form-control[type=datetime-local],
.input-group-sm>input.form-control[type=month],
.input-group-sm>input.form-control[type=time],
.input-group-sm>input.input-group-addon[type=date],
.input-group-sm>input.input-group-addon[type=datetime-local],
.input-group-sm>input.input-group-addon[type=month],
.input-group-sm>input.input-group-addon[type=time],
.input-group-sm input[type=date],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
.input-group-sm input[type=time],
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
line-height: 36px
}
.input-group-lg>.input-group-btn>input.btn[type=date],
.input-group-lg>.input-group-btn>input.btn[type=datetime-local],
.input-group-lg>.input-group-btn>input.btn[type=month],
.input-group-lg>.input-group-btn>input.btn[type=time],
.input-group-lg>input.form-control[type=date],
.input-group-lg>input.form-control[type=datetime-local],
.input-group-lg>input.form-control[type=month],
.input-group-lg>input.form-control[type=time],
.input-group-lg>input.input-group-addon[type=date],
.input-group-lg>input.input-group-addon[type=datetime-local],
.input-group-lg>input.input-group-addon[type=month],
.input-group-lg>input.input-group-addon[type=time],
.input-group-lg input[type=date],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
.input-group-lg input[type=time],
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
line-height: 58px
}
}
.form-group {
margin-bottom: 15px
}
.checkbox,
.radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.checkbox label,
.radio label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
font-family: Montserrat, sans-serif;
}
.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
position: absolute;
margin-left: -20px;
margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
margin-top: -5px
}
.checkbox-inline,
.radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
cursor: not-allowed
}
.form-control-static {
padding-top: 9px;
padding-bottom: 9px;
margin-bottom: 0;
min-height: 36px
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
padding-left: 0;
padding-right: 0
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
height: 36px;
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
height: 36px;
line-height: 36px
}
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
height: auto
}
.form-group-sm .form-control {
height: 36px;
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.form-group-sm select.form-control {
height: 36px;
line-height: 36px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
height: auto
}
.form-group-sm .form-control-static {
height: 36px;
min-height: 34px;
padding: 9px 12px;
font-size: 12px;
line-height: 1.5
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
height: 58px;
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
height: 58px;
line-height: 58px
}
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
height: auto
}
.form-group-lg .form-control {
height: 58px;
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.form-group-lg select.form-control {
height: 58px;
line-height: 58px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
height: auto
}
.form-group-lg .form-control-static {
height: 58px;
min-height: 40px;
padding: 17px 20px;
font-size: 18px;
line-height: 1.3333333
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 50px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
width: 58px;
height: 58px;
line-height: 58px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
width: 36px;
height: 36px;
line-height: 36px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
color: #43ac6a
}
.has-success .form-control {
border-color: #43ac6a;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
border-color: #358753;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #85d0a1;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #85d0a1
}
.has-success .input-group-addon {
color: #43ac6a;
border-color: #43ac6a;
background-color: #dff0d8
}
.has-success .form-control-feedback {
color: #43ac6a
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
color: #e99002
}
.has-warning .form-control {
border-color: #e99002;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
border-color: #b67102;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #febc53;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #febc53
}
.has-warning .input-group-addon {
color: #e99002;
border-color: #e99002;
background-color: #fcf8e3
}
.has-warning .form-control-feedback {
color: #e99002
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
color: #f04124
}
.has-error .form-control {
border-color: #f04124;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
border-color: #d32a0e;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f79483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f79483
}
.has-error .input-group-addon {
color: #f04124;
border-color: #f04124;
background-color: #f2dede
}
.has-error .form-control-feedback {
color: #f04124
}
.has-feedback label~.form-control-feedback {
top: 27px
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #626262
}
@media (min-width:768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-static {
display: inline-block
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
width: auto
}
.form-inline .input-group>.form-control {
width: 100%
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox,
.form-inline .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox label,
.form-inline .radio label {
padding-left: 0
}
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
top: 0
}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 9px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
min-height: 31px
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
content: " ";
display: table
}
.form-horizontal .form-group:after {
clear: both
}
@media (min-width:768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 9px
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 17px;
font-size: 18px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 9px;
font-size: 12px
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 8px 12px;
font-size: 14px;
line-height: 1.6;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #fff;
text-decoration: none
}
.btn.active,
.btn:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none
}
.btn-default {
color: #fff;
background-color: #10af5f;
border-color: #10af5f
}
.btn-default.focus,
.btn-default:focus {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #10D078;
border-color: #5945cf
}
.btn-default .badge {
color: #10D078;
background-color: #fff
}
.btn-primary {
color: #fff;
border-color: #f36d07;
background-color: #f36d07;
transition-duration: 0.4s;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
border-color: #E16807;
background-color: #E16807;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #E16807;
border-color: #E16807
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
color: #fff;
background-color: #10af5f;
border-color: #10af5f
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #ff6067;
border-color: #ff474f
}
.btn-primary .badge {
color: #ff6067;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #43ac6a;
border-color: #3c9a5f
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #358753;
border-color: #183e26
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
color: #fff;
background-color: #358753;
border-color: #2b6e44
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
color: #fff;
background-color: #2b6e44;
border-color: #183e26
}
.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
background-color: #43ac6a;
border-color: #3c9a5f
}
.btn-success .badge {
color: #43ac6a;
background-color: #fff
}
.btn-info {
color: #fff;
background-color: #424c55;
border-color: #373f47
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #2c3239;
border-color: #000
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
color: #fff;
background-color: #2c3239;
border-color: #1c2025
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
color: #fff;
background-color: #1c2025;
border-color: #000
}
.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #424c55;
border-color: #373f47
}
.btn-info .badge {
color: #424c55;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #e99002;
border-color: #d08002
}
.btn-warning.focus,
.btn-warning:focus {
color: #fff;
background-color: #b67102;
border-color: #513201
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
color: #fff;
background-color: #b67102;
border-color: #935b01
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
color: #fff;
background-color: #935b01;
border-color: #513201
}
.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
background-color: #e99002;
border-color: #d08002
}
.btn-warning .badge {
color: #e99002;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #f04124;
border-color: #ea2f10
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #d32a0e;
border-color: #731708
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #d32a0e;
border-color: #b1240c
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
color: #fff;
background-color: #b1240c;
border-color: #731708
}
.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #f04124;
border-color: #ea2f10
}
.btn-danger .badge {
color: #f04124;
background-color: #fff
}
.btn-link {
color: #ff6e6e;
font-weight: 400;
border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
color: #ff6e6e;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #999;
text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.btn-group-sm>.btn,
.btn-sm {
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.btn-group-xs>.btn,
.btn-xs {
padding: 4px 6px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .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-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.dropdown,
.dropup {
position: relative
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-clip: padding-box
}
.dropdown-menu.pull-right {
right: 0;
left: auto
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: rgba(0, 0, 0, .2)
}
.dropdown-menu>li>a {
display: block;
clear: both;
font-weight: 400;
line-height: 1.6;
color: #222;
white-space: nowrap
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
text-decoration: none;
color: #fff;
background-color: #10D078
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #453987
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
color: #999
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-menu-right {
left: auto;
right: 0
}
.dropdown-menu-left {
left: 0;
right: auto
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.6;
color: #999;
white-space: nowrap
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
@media (min-width:992px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar {
margin-left: -5px
}
.btn-toolbar:after,
.btn-toolbar:before {
content: " ";
display: table
}
.btn-toolbar:after {
clear: both
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}
.btn-group>.btn:first-child {
margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group>.btn-group {
float: left
}
.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-bottom-right-radius: 0;
border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0
}
.btn-group>.btn+.dropdown-toggle {
padding-left: 8px;
padding-right: 8px
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
padding-left: 12px;
padding-right: 12px
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.btn .caret {
margin-left: 0
}
.btn-group-lg>.btn .caret,
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
display: block;
float: none;
width: 100%;
max-width: 100%
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
content: " ";
display: table
}
.btn-group-vertical>.btn-group:after {
clear: both
}
.btn-group-vertical>.btn-group>.btn {
float: none
}
.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-left: 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-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-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-right-radius: 0;
border-top-left-radius: 0
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
float: none;
display: table-cell;
width: 1%
}
.btn-group-justified>.btn-group .btn {
width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
left: auto
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: table;
border-collapse: separate
}
.input-group[class*=col-] {
float: none;
padding-left: 0;
padding-right: 0
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .form-control:focus {
z-index: 3
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell
}
.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,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.input-group-addon {
padding: 8px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #666;
text-align: center;
background-color: #eee;
border: 1px solid #999;
border-radius: 4px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
padding: 8px 12px;
font-size: 12px;
border-radius: 4px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
padding: 16px 20px;
font-size: 18px;
border-radius: 4px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
margin-top: 0
}
.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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.input-group-addon:first-child {
border-right: 0
}
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.input-group-addon:last-child {
border-left: 0
}
.input-group-btn {
font-size: 0;
white-space: nowrap
}
.input-group-btn,
.input-group-btn>.btn {
position: relative
}
.input-group-btn>.btn+.btn {
margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -1px
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none
}
.nav:after,
.nav:before {
content: " ";
display: table
}
.nav:after {
clear: both
}
.nav>li,
.nav>li>a {
position: relative;
display: block
}
.nav>li>a {
padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee
}
.nav>li.disabled>a {
color: #999
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
color: #999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: #eee;
border-color: #10D078
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs>li {
float: left;
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #666;
background-color: #373f47;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default
}
.nav-pills>li {
float: left
}
.nav-pills>li>a {
border-radius: 5px
}
.nav-pills>li+li {
margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #fff;
background-color: #453987
}
.nav-stacked>li {
float: none
}
.nav-stacked>li+li {
margin-top: 2px;
margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
text-align: center;
margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media (min-width:768px) {
.nav-justified>li,
.nav-tabs.nav-justified>li {
display: table-cell;
width: 1%
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-bottom: 0
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #373f47
}
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar {
position: relative;
min-height: 60px;
margin-bottom: 22px;
border: 1px solid transparent
}
.navbar:after,
.navbar:before {
content: " ";
display: table
}
.navbar:after {
clear: both
}
@media (min-width:992px) {
.navbar {
border-radius: 4px
}
}
.navbar-header:after,
.navbar-header:before {
content: " ";
display: table
}
.navbar-header:after {
clear: both
}
@media (min-width:992px) {
.navbar-header {
float: left
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
-webkit-overflow-scrolling: touch
}
.navbar-collapse:after,
.navbar-collapse:before {
content: " ";
display: table
}
.navbar-collapse:after {
clear: both
}
.navbar-collapse.in {
overflow-y: auto
}
@media (min-width:992px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
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-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
padding-left: 0;
padding-right: 0
}
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 100%
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:992px) {
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: 0;
margin-left: 0
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px
}
@media (min-width:992px) {
.navbar-static-top {
border-radius: 0
}
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030
}
@media (min-width:992px) {
.navbar-fixed-bottom,
.navbar-fixed-top {
border-radius: 0
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
padding: 19px 15px;
font-size: 18px;
line-height: 22px;
height: 60px
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-brand>img {
display: block
}
@media (min-width:992px) {
.navbar>.container-fluid .navbar-brand,
.navbar>.container .navbar-brand {
margin-left: -15px
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 13px;
margin-bottom: 13px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.navbar-toggle:focus {
outline: 0
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
@media (min-width:992px) {
.navbar-toggle {
display: none
}
}
.navbar-nav {
margin: 9.5px -15px
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px
}
@media (max-width:991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height: 22px
}
.navbar-nav .open .dropdown-menu>li>a:focus,
.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: 19px;
padding-bottom: 19px
}
}
.navbar-form {
margin: 10px -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}
@media (min-width:768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.navbar-form .form-control-static {
display: inline-block
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.navbar-form .input-group .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
width: auto
}
.navbar-form .input-group>.form-control {
width: 100%
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .checkbox,
.navbar-form .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .checkbox label,
.navbar-form .radio label {
padding-left: 0
}
.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
top: 0
}
}
@media (max-width:991px) {
.navbar-form .form-group {
margin-bottom: 5px
}
.navbar-form .form-group:last-child {
margin-bottom: 0
}
}
@media (min-width:992px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.navbar-btn {
margin-top: 10px;
margin-bottom: 10px
}
.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
margin-top: 12px;
margin-bottom: 12px
}
.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
margin-top: 19px;
margin-bottom: 19px
}
@media (min-width:992px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px
}
}
@media (min-width:992px) {
.navbar-left {
float: left!important
}
.navbar-right {
float: right!important;
margin-right: -15px
}
.navbar-right~.navbar-right {
margin-right: 0
}
}
.navbar-default {
background-color: #020940;
border-color: transparent
}
.navbar-default .navbar-brand {
color: #373f47
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #373f47;
background-color: transparent
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
color: #fefefe;
font-family: Montserrat, sans-serif;
letter-spacing: 1px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #f36d07;
background-color: transparent;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: #fff
}
.navbar-default .navbar-toggle {
border-color: transparent
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: transparent
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #373f47
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: transparent
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background-color: #fff;
color: #10D078
}
@media (max-width:991px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #373f47
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #10D078;
background-color: #fff
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccc;
background-color: #fff
}
}
.navbar-default .navbar-link {
color: #373f47
}
.navbar-default .navbar-link:hover {
color: #10D078
}
.navbar-default .btn-link {
color: #373f47
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
color: #10D078
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
.navbar-inverse {
background-color: #373f47;
border-color: transparent
}
.navbar-inverse .navbar-brand {
color: #fff
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
color: #fff
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
color: #fff;
background-color: #FFFFFF30
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.navbar-inverse .navbar-toggle {
border-color: transparent
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #373f47
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #272d33
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
background-color: transparent;
color: #fff
}
@media (max-width:991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: #fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color: #fff;
background-color: #FFFFFF30
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px
}
.breadcrumb>li {
display: inline-block
}
.breadcrumb>li+li:before {
content: "/\A0";
padding: 0 5px;
color: #999
}
.breadcrumb>.active {
color: #333
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px
}
.pagination>li {
display: inline
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.6;
text-decoration: none;
color: #10D078;
background-color: transparent;
border: 1px solid transparent;
margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
z-index: 2;
color: #10D078;
background-color: #eee;
border-color: transparent
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
z-index: 3;
color: #fff;
background-color: #10D078;
border-color: transparent;
cursor: default
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
color: #999;
background-color: #fff;
border-color: transparent;
cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 8px 12px;
font-size: 12px;
line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center
}
.pager:after,
.pager:before {
content: " ";
display: table
}
.pager:after {
clear: both
}
.pager li {
display: inline
}
.pager li>a,
.pager li>span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3px
}
.pager li>a:focus,
.pager li>a:hover {
text-decoration: none;
background-color: #eee
}
.pager .next>a,
.pager .next>span {
float: right
}
.pager .previous>a,
.pager .previous>span {
float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
color: #999;
background-color: transparent;
cursor: not-allowed
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em
}
.label:empty {
display: none
}
.btn .label {
position: relative;
top: -1px
}
a.label:focus,
a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.label-default {
background-color: #999
}
.label-default[href]:focus,
.label-default[href]:hover {
background-color: #807f7f
}
.label-primary {
background-color: #10D078
}
.label-primary[href]:focus,
.label-primary[href]:hover {
background-color: #4933c7
}
.label-success {
background-color: #43ac6a
}
.label-success[href]:focus,
.label-success[href]:hover {
background-color: #358753
}
.label-info {
background-color: #373f47
}
.label-info[href]:focus,
.label-info[href]:hover {
background-color: #21262a
}
.label-warning {
background-color: #e99002
}
.label-warning[href]:focus,
.label-warning[href]:hover {
background-color: #b67102
}
.label-danger {
background-color: #f04124
}
.label-danger[href]:focus,
.label-danger[href]:hover {
background-color: #d32a0e
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #ff6067;
border-radius: 10px
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.btn-group-xs>.btn .badge,
.btn-xs .badge {
top: 0;
padding: 1px 5px
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
color: #10D078;
background-color: #fff
}
.list-group-item>.badge {
float: right
}
.list-group-item>.badge+.badge {
margin-right: 5px
}
.nav-pills>li>a>.badge {
margin-left: 3px
}
a.badge:focus,
a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
background-color: #fafafa
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
color: inherit
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200
}
.jumbotron>hr {
border-top-color: #e1e0e0
}
.container-fluid .jumbotron,
.container .jumbotron {
border-radius: 4px;
padding-left: 15px;
padding-right: 15px
}
.jumbotron .container {
max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px
}
.container-fluid .jumbotron,
.container .jumbotron {
padding-left: 60px;
padding-right: 60px
}
.jumbotron .h1,
.jumbotron h1 {
font-size: 63px
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.6;
background-color: #373f47;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto
}
.thumbnail .caption {
padding: 9px;
color: #222
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
border-color: #10D078
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert .alert-link {
font-weight: 700
}
.alert>p,
.alert>ul {
margin-bottom: 0
}
.alert>p+p {
margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit
}
.alert-success {
background-color: #43ac6a;
border-color: #3c9a5f;
color: #fff
}
.alert-success hr {
border-top-color: #358753
}
.alert-success .alert-link {
color: #e6e5e5
}
.alert-info {
background-color: #373f47;
border-color: #272d33;
color: #fff
}
.alert-info hr {
border-top-color: #1c2025
}
.alert-info .alert-link {
color: #e6e5e5
}
.alert-warning {
background-color: #e99002;
border-color: #d08002;
color: #fff
}
.alert-warning hr {
border-top-color: #b67102
}
.alert-warning .alert-link {
color: #e6e5e5
}
.alert-danger {
background-color: #f04124;
border-color: #ea2f10;
color: #fff
}
.alert-danger hr {
border-top-color: #d32a0e
}
.alert-danger .alert-link {
color: #e6e5e5
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
0% {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 22px;
color: #fff;
text-align: center;
background-color: #10D078;
-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;
transition: width .6s ease
}
.progress-bar-striped,
.progress-striped .progress-bar {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
background-size: 40px 40px
}
.progress-bar.active,
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
background-color: #43ac6a
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-info {
background-color: #373f47
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-warning {
background-color: #e99002
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-danger {
background-color: #f04124
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.media {
margin-top: 15px
}
.media:first-child {
margin-top: 0
}
.media,
.media-body {
zoom: 1;
overflow: hidden
}
.media-body {
width: 10000px
}
.media-object {
display: block
}
.media-object.img-thumbnail {
max-width: none
}
.media-right,
.media>.pull-right {
padding-left: 10px
}
.media-left,
.media>.pull-left {
padding-right: 10px
}
.media-body,
.media-left,
.media-right {
display: table-cell;
vertical-align: top
}
.media-middle {
vertical-align: middle
}
.media-bottom {
vertical-align: bottom
}
.media-heading {
margin-top: 0;
margin-bottom: 5px
}
.media-list {
padding-left: 0;
list-style: none
}
.list-group {
margin-bottom: 20px;
padding-left: 0
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
text-decoration: none;
color: #555;
background-color: #f5f5f5
}
button.list-group-item {
width: 100%;
text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
background-color: #eee;
color: #999;
cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
color: #999
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #453987;
border-color: #453987
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
color: #b6afdd
}
.list-group-item-success {
color: #43ac6a;
background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
color: #43ac6a
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
color: #43ac6a;
background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
color: #fff;
background-color: #43ac6a;
border-color: #43ac6a
}
.list-group-item-info {
color: #373f47;
background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
color: #373f47
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
color: #373f47;
background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
color: #fff;
background-color: #373f47;
border-color: #373f47
}
.list-group-item-warning {
color: #e99002;
background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #e99002
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
color: #e99002;
background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
color: #fff;
background-color: #e99002;
border-color: #e99002
}
.list-group-item-danger {
color: #f04124;
background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #f04124
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
color: #f04124;
background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
color: #fff;
background-color: #f04124;
border-color: #f04124
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}
.panel {
margin-bottom: 22px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
padding: 15px
}
.panel-body:after,
.panel-body:before {
content: " ";
display: table
}
.panel-body:after {
clear: both
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
color: inherit
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
color: inherit
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
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: 0;
border-top-right-radius: 3px;
border-top-left-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: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
margin-bottom: 0
}
.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
padding-left: 15px;
padding-right: 15px
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
border-bottom: 0
}
.panel>.table-responsive {
border: 0;
margin-bottom: 0
}
.panel-group {
margin-bottom: 22px
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px
}
.panel-group .panel+.panel {
margin-top: 5px
}
.panel-group .panel-heading {
border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd
}
.panel-group .panel-footer {
border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}
.panel-default {
border-color: #ddd
}
.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
color: #f5f5f5;
background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ddd
}
.panel-primary {
border-color: #10D078
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #10D078;
border-color: #10D078
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #10D078
}
.panel-primary>.panel-heading .badge {
color: #10D078;
background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #10D078
}
.panel-success {
border-color: #3c9a5f
}
.panel-success>.panel-heading {
color: #fff;
background-color: #43ac6a;
border-color: #3c9a5f
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #3c9a5f
}
.panel-success>.panel-heading .badge {
color: #43ac6a;
background-color: #fff
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #3c9a5f
}
.panel-info {
border-color: #272d33
}
.panel-info>.panel-heading {
color: #fff;
background-color: #373f47;
border-color: #272d33
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #272d33
}
.panel-info>.panel-heading .badge {
color: #373f47;
background-color: #fff
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #272d33
}
.panel-warning {
border-color: #d08002
}
.panel-warning>.panel-heading {
color: #fff;
background-color: #e99002;
border-color: #d08002
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d08002
}
.panel-warning>.panel-heading .badge {
color: #e99002;
background-color: #fff
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d08002
}
.panel-danger {
border-color: #ea2f10
}
.panel-danger>.panel-heading {
color: #fff;
background-color: #f04124;
border-color: #ea2f10
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ea2f10
}
.panel-danger>.panel-heading .badge {
color: #ff6067;
background-color: #fff
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ea2f10
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fafafa;
border: 1px solid #e8e8e8;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15)
}
.well-lg {
padding: 24px;
border-radius: 4px
}
.well-sm {
padding: 9px;
border-radius: 4px
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20)
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5;
filter: alpha(opacity=50)
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none
}
.modal,
.modal-open {
overflow: hidden
}
.modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
-webkit-transform: translate(0);
transform: translate(0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 4px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(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: #000
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0)
}
.modal-backdrop.in {
opacity: .5;
filter: alpha(opacity=50)
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.modal-header:after,
.modal-header:before {
content: " ";
display: table
}
.modal-header:after {
clear: both
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.6
}
.modal-body {
position: relative;
padding: 20px
}
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer:after,
.modal-footer:before {
content: " ";
display: table
}
.modal-footer:after {
clear: both
}
.modal-footer .btn+.btn {
margin-left: 5px;
margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
width: 980px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family:'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0)
}
.tooltip.in {
opacity: .9;
filter: alpha(opacity=90)
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #333;
border-radius: 4px
}
.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: #333
}
.tooltip.top-left .tooltip-arrow {
right: 5px
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #333
}
.tooltip.top-right .tooltip-arrow {
left: 5px
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #333
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #333
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #333;
background-clip: padding-box;
border: 1px solid #333;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
margin-top: -12px
}
.popover.right {
margin-left: 12px
}
.popover.bottom {
margin-top: 12px
}
.popover.left {
margin-left: -12px
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #333;
border-bottom: 1px solid #262626;
border-radius: 3px 3px 0 0
}
.popover-content {
padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.popover>.arrow {
border-width: 13px
}
.popover>.arrow:after {
border-width: 12px;
content: ""
}
.popover.top>.arrow {
left: 50%;
margin-left: -13px;
border-bottom-width: 0;
border-top-color: #333;
border-top-color: transparent;
bottom: -13px
}
.popover.top>.arrow:after {
content: " ";
bottom: 1px;
margin-left: -12px;
border-bottom-width: 0;
border-top-color: #333
}
.popover.right>.arrow {
top: 50%;
left: -13px;
margin-top: -13px;
border-left-width: 0;
border-right-color: #333;
border-right-color: transparent
}
.popover.right>.arrow:after {
content: " ";
left: 1px;
bottom: -12px;
border-left-width: 0;
border-right-color: #333
}
.popover.bottom>.arrow {
left: 50%;
margin-left: -13px;
border-top-width: 0;
border-bottom-color: #333;
border-bottom-color: transparent;
top: -13px
}
.popover.bottom>.arrow:after {
content: " ";
top: 1px;
margin-left: -12px;
border-top-width: 0;
border-bottom-color: #333
}
.popover.left>.arrow {
top: 50%;
right: -13px;
margin-top: -13px;
border-right-width: 0;
border-left-color: #333;
border-left-color: transparent
}
.popover.left>.arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #333;
bottom: -12px
}
.carousel,
.carousel-inner {
position: relative
}
.carousel-inner {
overflow: hidden;
width: 100%
}
.carousel-inner>.item {
display: none;
position: relative;
-webkit-transition: left .6s ease-in-out;
transition: left .6s ease-in-out
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
display: block;
max-width: 100%;
height: auto;
line-height: 1
}
@media (-webkit-transform-3d),
(transform-3d) {
.carousel-inner>.item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
-webkit-transform: translateZ(0);
transform: translateZ(0);
left: 0
}
}
.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-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: .5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: transparent
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
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-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}
.carousel-control:focus,
.carousel-control:hover {
outline: 0;
color: #fff;
text-decoration: none;
opacity: .9;
filter: alpha(opacity=90)
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
right: 50%;
margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif
}
.carousel-control .icon-prev:before {
content: "\2039"
}
.carousel-control .icon-next:before {
content: "\203A"
}
.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;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000\9;
background-color: transparent
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px
}
.carousel-indicators {
bottom: 20px
}
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.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
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
display: none!important
}
@media (max-width:767px) {
.visible-xs {
display: block!important
}
table.visible-xs {
display: table!important
}
tr.visible-xs {
display: table-row!important
}
td.visible-xs,
th.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!important
}
tr.visible-sm {
display: table-row!important
}
td.visible-sm,
th.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!important
}
tr.visible-md {
display: table-row!important
}
td.visible-md,
th.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!important
}
tr.visible-lg {
display: table-row!important
}
td.visible-lg,
th.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!important
}
tr.visible-print {
display: table-row!important
}
td.visible-print,
th.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
}
}
.corner-ribbon {
margin: 0;
text-align: center;
white-space: nowrap;
position: absolute;
overflow: hidden;
font-weight: 500;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.corner-ribbon--default-left-top {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
height: 25px;
width: 120px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -25px;
padding-left: -24px;
line-height: 25px;
left: -36px;
top: -25px
}
.corner-ribbon--default-left-bottom {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -36px;
bottom: -25px
}
.corner-ribbon--default-left-bottom,
.corner-ribbon--default-right-top {
height: 25px;
width: 120px;
padding-right: 26px;
padding-left: 25px;
line-height: 25px
}
.corner-ribbon--default-right-top {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -36px;
top: -25px
}
.corner-ribbon--default-right-bottom {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
height: 25px;
width: 120px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -25px;
padding-left: -24px;
line-height: 25px;
right: -36px;
bottom: -25px
}
.corner-ribbon--small-left-top {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
height: 20px;
width: 105px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -20px;
padding-left: -19px;
line-height: 20px;
left: -31px;
top: -20px
}
.corner-ribbon--small-left-bottom {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -31px;
bottom: -20px
}
.corner-ribbon--small-left-bottom,
.corner-ribbon--small-right-top {
height: 20px;
width: 105px;
padding-right: 21px;
padding-left: 20px;
line-height: 20px
}
.corner-ribbon--small-right-top {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -31px;
top: -20px
}
.corner-ribbon--small-right-bottom {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
height: 20px;
width: 105px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -20px;
padding-left: -19px;
line-height: 20px;
right: -31px;
bottom: -20px
}
.corner-ribbon--fixed {
position: fixed
}
.corner-ribbon--shadow {
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}
.corner-ribbon--success {
color: #fff;
background-color: #59a035
}
.corner-ribbon--warning {
color: #fff;
background-color: #e99002
}
.corner-ribbon--pastelred {
color: #fff;
background-color: #ff6067
}
.corner-ribbon--slateblue {
color: #fff;
background-color: #10D078
}
.corner-ribbon--slateblue-dark {
color: #fff;
background-color: #453987
}
.corner-ribbon--gunmetal {
color: #fff;
background-color: #373f47
}
.checkbox {
padding-left: 20px
}
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px
}
.checkbox label:before {
content: "";
width: 17px;
height: 17px;
border: 1px solid #999;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
transition: border .15s ease-in-out, color .15s ease-in-out
}
.checkbox label:after,
.checkbox label:before {
display: inline-block;
position: absolute;
left: 0;
margin-left: -20px
}
.checkbox label:after {
width: 16px;
height: 16px;
top: -2px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #666
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
opacity: 0;
z-index: 1
}
.checkbox input[type=checkbox]:focus+label:before,
.checkbox input[type=radio]:focus+label:before {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.checkbox input[type=checkbox]:checked+label:after,
.checkbox input[type=radio]:checked+label:after {
font-family: "Font Awesome 5 Free";
content: "\f058"
}
.checkbox input[type=checkbox]:indeterminate+label:after,
.checkbox input[type=radio]:indeterminate+label:after {
display: block;
content: "";
width: 10px;
height: 3px;
background-color: #555;
border-radius: 2px;
margin-left: -16.5px;
margin-top: 7px
}
.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
opacity: .65
}
.checkbox input[type=checkbox]:disabled+label:before,
.checkbox input[type=radio]:disabled+label:before {
background-color: #eee;
cursor: not-allowed
}
.checkbox.checkbox-circle label:before {
border-radius: 50%
}
.checkbox.checkbox-inline {
margin-top: 0
}
.checkbox-primary input[type=checkbox]:checked+label:before,
.checkbox-primary input[type=radio]:checked+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-primary input[type=checkbox]:checked+label:after,
.checkbox-primary input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-danger input[type=checkbox]:checked+label:before,
.checkbox-danger input[type=radio]:checked+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-danger input[type=checkbox]:checked+label:after,
.checkbox-danger input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-info input[type=checkbox]:checked+label:before,
.checkbox-info input[type=radio]:checked+label:before {
background-color: #373f47;
border-color: #373f47
}
.checkbox-info input[type=checkbox]:checked+label:after,
.checkbox-info input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-warning input[type=checkbox]:checked+label:before,
.checkbox-warning input[type=radio]:checked+label:before {
background-color: #e99002;
border-color: #e99002
}
.checkbox-warning input[type=checkbox]:checked+label:after,
.checkbox-warning input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-success input[type=checkbox]:checked+label:before,
.checkbox-success input[type=radio]:checked+label:before {
background-color: #43ac6a;
border-color: #43ac6a
}
.checkbox-success input[type=checkbox]:checked+label:after,
.checkbox-success input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-primary input[type=checkbox]:indeterminate+label:before,
.checkbox-primary input[type=radio]:indeterminate+label:before {
background-color: #10D078;
border-color: #10D078
}
.checkbox-primary input[type=checkbox]:indeterminate+label:after,
.checkbox-primary input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-danger input[type=checkbox]:indeterminate+label:before,
.checkbox-danger input[type=radio]:indeterminate+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-danger input[type=checkbox]:indeterminate+label:after,
.checkbox-danger input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-info input[type=checkbox]:indeterminate+label:before,
.checkbox-info input[type=radio]:indeterminate+label:before {
background-color: #373f47;
border-color: #373f47
}
.checkbox-info input[type=checkbox]:indeterminate+label:after,
.checkbox-info input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-warning input[type=checkbox]:indeterminate+label:before,
.checkbox-warning input[type=radio]:indeterminate+label:before {
background-color: #e99002;
border-color: #e99002
}
.checkbox-warning input[type=checkbox]:indeterminate+label:after,
.checkbox-warning input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-success input[type=checkbox]:indeterminate+label:before,
.checkbox-success input[type=radio]:indeterminate+label:before {
background-color: #43ac6a;
border-color: #43ac6a
}
.checkbox-success input[type=checkbox]:indeterminate+label:after,
.checkbox-success input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.radio {
padding-left: 20px
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px
}
.radio label:before {
content: "";
width: 17px;
height: 17px;
left: 0;
border: 1px solid #999;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border .15s ease-in-out;
transition: border .15s ease-in-out
}
.radio label:after,
.radio label:before {
display: inline-block;
position: absolute;
margin-left: -20px
}
.radio label:after {
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
border-radius: 50%;
background-color: #666;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio input[type=radio] {
opacity: 0;
z-index: 1
}
.radio input[type=radio]:focus+label:before {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.radio input[type=radio]:checked+label:after {
-webkit-transform: scale(1);
transform: scale(1)
}
.radio input[type=radio]:disabled+label {
opacity: .65
}
.radio input[type=radio]:disabled+label:before {
cursor: not-allowed
}
.radio.radio-inline {
margin-top: 0
}
.radio-primary input[type=radio]+label:after {
background-color: #10D078
}
.radio-primary input[type=radio]:checked+label:before {
border-color: #10D078
}
.radio-primary input[type=radio]:checked+label:after {
background-color: #ff6067
}
.radio-danger input[type=radio]+label:after {
background-color: #ff6067
}
.radio-danger input[type=radio]:checked+label:before {
border-color: #ff6067
}
.radio-danger input[type=radio]:checked+label:after {
background-color: #ff6067
}
.radio-info input[type=radio]+label:after {
background-color: #373f47
}
.radio-info input[type=radio]:checked+label:before {
border-color: #373f47
}
.radio-info input[type=radio]:checked+label:after {
background-color: #373f47
}
.radio-warning input[type=radio]+label:after {
background-color: #e99002
}
.radio-warning input[type=radio]:checked+label:before {
border-color: #e99002
}
.radio-warning input[type=radio]:checked+label:after {
background-color: #e99002
}
.radio-success input[type=radio]+label:after {
background-color: #43ac6a
}
.radio-success input[type=radio]:checked+label:before {
border-color: #43ac6a
}
.radio-success input[type=radio]:checked+label:after {
background-color: #43ac6a
}
input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
font-family: "Font Awesome 5 Brands";
content: "\f1f0"
}
input[type=checkbox] .styled:checked+label:after,
input[type=checkbox] .styled:checked+label:before,
input[type=radio] .styled:checked+label:after,
input[type=radio] .styled:checked+label:before {
color: #fff
}
.vcenter {
vertical-align: middle;
float: none
}
@media (min-width:768px) {
.vcenter {
display: inline-block
}
}
.btn .fa {
margin-right: 5px
}
.btn-primary {
font-weight: 700
}
.btn-group-lg>.btn,
.btn-lg {
font-size: 16px
}
.btn-block {
text-align: center
}
.btn-ghost {
color: #fff;
background-color: hsla(0, 0%, 100%, 0);
border: 1px solid #fff
}
.btn-ghost:hover {
background-color: #fff;
color: #333
}
.btn-default-outline {
border-color: #f36d07;
color: #f36d07;
background-color: transparent
}
.btn-default-outline:hover {
color: #333
}
.btn-price-alert,
.btn-show-filters {
margin-top: 10px!important;
width: 100%;
font-family: Montserrat, sans-serif;
margin-bottom: 15px;
}
@media (max-width:991px) {
.btn-price-alert,
.btn-show-filters {
width: 100%
}
}
.slider {
margin-top: 5px
}
.slider-selection {
background-color: #10D078;
background-image: none
}
.slider-handle {
background-color: #ff6067;
background-image: none
}
.dropdown-menu {
padding: 0
}
.dropdown-menu>li>a {
padding: 3px 20px;
line-height: 2
}
#nprogress .bar {
background: #ff6067;
z-index: 999
}
.popover {
border-radius: 10px;
color: #fff
}
.popover.top>.arrow {
bottom: -12px
}
[v-cloak] {
display: none
}
@media (min-width:768px) {
.modal-lg {
width: auto;
margin: 10px
}
}
@media (min-width:1100px) {
.modal-lg {
width: 1080px
}
}
.modal {
text-align: center
}
@media screen and (min-width:768px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%
}
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle
}
.navbar {
font-weight: 600;
margin-bottom: 0;
}
.navbar-brand {
padding: 15px
}
.navbar-brand img {
max-height: 30px
}
.nav .avatar img {
height: 30px;
border: 0 none;
border-radius: 1000px
}
.nav .avatar,
.nav .avatar img {
width: 30px;
vertical-align: middle
}
.nav .avatar {
position: relative;
display: inline-block;
white-space: nowrap;
margin-right: 3px;
margin-top: -8px;
margin-bottom: -8px
}
#content,
#main-content {
background-color: #f1f2f3
}
#main-content {
padding-top: 10px;
padding-bottom: 20px
}
#main-content.index {
padding-top: 0
}
.nav-pills>li>a {
background-color: #aaaaaa36
}
.nav-pills>li {
margin-bottom: 4px;
margin-left: 0!important;
margin-right: 4px
}
@media (min-width:768px) {
.nav-pills>li+li {
margin-right: 10px
}
}
footer {
background-color: #FFF;
padding: 10px 0 0 0;
color: #000;
border-top: #ddd solid 1px;
}
footer ul {
list-style: none;
padding: 0;
margin: 0
}
footer ul.social li {
float: left;
padding-right: 20px;
font-size: 20px
}
footer ul.social li a:hover {
color: #0932ed;
}
footer h2{
margin-top: 0;
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
}
footer ul.pages li {
display: block;
}
footer ul.pages li a{
display: inline-block;
}
footer ul.pages li a:hover{
color: #0932ed;
}
footer img.logo {
opacity: 1 !important;
}
footer .row {
padding: 25px 0
}
footer h3 {
font-size: 17px
}
footer h4 {
font-size: 24px
}
footer h3,
footer h4,
footer img.logo {
opacity: .5;
color: #fff;
letter-spacing: 1px
}
footer h3:first-child {
margin-top: 25px
}
footer input[type=email] {
background-color: #404e5b;
border: 0;
color: #aaa
}
footer a {
color: inherit
}
footer a:hover {
color: #fff;
text-decoration: none
}
footer code {
background-color: #404e5b;
color: #aaa
}
.feedback {
background-color: #373f47;
padding: 8px;
color: #eee
}
.feedback a.btn {
color: #fff;
margin: 0;
vertical-align: baseline;
margin-left: 5px;
background-color: #000;
letter-spacing: inherit;
padding: 0 8px
}
.feedback a.btn:hover {
background-color: #3b4d66
}
#filters .vue-rate-it-rating {
vertical-align: bottom
}
.vue-rate-it-inline {
vertical-align: sub
}
.vue-rate-it-rating-text {
padding-left: 5px
}
.vue-rate-it-rating-item,
.vue-rate-it-rating-item>div {
line-height: 0
}
.btn-group.share input {
-webkit-box-shadow: none;
box-shadow: none;
margin: 5px;
width: auto
}
.favorite-heart {
position: relative;
top: 2rem
}
.favorite-heart.unfavored {
color: #999
}
.favorite-heart.favored,
.favorite-heart:active,
.favorite-heart:hover {
color: #ff6067
}
.login {
margin-bottom: 5px
}
.alert a {
color: #fff;
text-decoration: underline
}
#header {
color: #fff;
background: url("../assets/img/crypto_bg.jpg");
padding-top: 125px;
padding-bottom: 90px;
background-size: cover;
background-position: bottom right;
background-repeat: no-repeat;
background-color: #020940;
}
#header.breadcrumbs{
padding-bottom: 0;
}
#header>.container p {
padding-bottom: 2rem;
font-size: 16px;
font-family: "Open Sans", sans-serif;
}
#header.breadcrumbs h1 {
padding-top: 0;
margin-top: 11px
}
#header.breadcrumbs .breadcrumb {
background-color: transparent;
margin: 0;
padding: 0;
padding-top: 2rem
}
#header.breadcrumbs .breadcrumb li a {
color: #fff
}
#header.breadcrumbs .breadcrumb li.active {
color: #fff;
font-weight: 700
}
.breadcrumb>li+li:before {
content: "\F105";
color: #eee;
font-family: Font Awesome\ 5 Free;
padding: 0 8px
}
ul.chevrons {
list-style: none;
padding-left: 0
}
ul.chevrons li {
display: inline-block
}
ul.chevrons li+li:before {
content: "/";
font-weight: 700;
font-family: 'Raleway', sans-serif;
color: #999;
padding: 0 8px
}
.info.fa-info-circle {
color: #666;
font-size: .9em;
margin-left: .3em
}
.equal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (max-width:991px) {
.row.equal {
display: block
}
}
:target:before {
content: "";
display: block;
height: 80px;
margin: -80px 0 0
}
div.hr {
display: block;
text-align: center;
overflow: hidden;
white-space: nowrap;
margin-top: 15px;
margin-bottom: 25px;
font-weight: 700;
color: #222
}
div.hr>span {
position: relative;
display: inline-block
}
div.hr>span:after,
div.hr>span:before {
content: "";
position: absolute;
top: 50%;
width: 9999px;
height: 1px;
background: #ddd
}
div.hr>span:before {
right: 100%;
margin-right: 15px
}
div.hr>span:after {
left: 100%;
margin-left: 15px
}
#intro {
text-align: left;
padding: 50px 0 0
}
#intro h1{
font-weight: 500;
font-size: 36px;
word-spacing: 6px;
}
@media (max-width:991px) {
#intro {
padding: 2rem 0 0
}
}
#header .alert {
margin-top: 30px;
margin-bottom: 0
}
.searchy {
padding: 3rem 0
}
.search-item{
display: inline-block;
}
@media (max-width:991px) {
.searchy {
padding: 3rem 0 2rem
}
.searchy .search-item {
margin-bottom: 1rem
}
}
.searchy .btn-search {
border: none;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
height: 46px;
}
.searchy .switch-ios.switch-toggle {
border-radius: 4px;
background-color: hsla(0, 0%, 100%, .5);
box-shadow: none;
-webkit-box-shadow: none;
padding: 16px 0!important;
cursor: pointer
}
.searchy .switch-ios.switch-toggle label {
cursor: pointer;
color: #fff;
height: auto;
line-height: 1.3333333;
font-weight: 400;
}
.searchy .switch-ios.switch-toggle a {
background-color: #fff;
color: #333;
border: 1px solid #fff;
border-radius: 4px
}
.searchy .switch-ios input:checked+label {
color: #333
}
.searchy .switch-light input:focus~span a,
.searchy .switch-toggle input:focus+label {
outline: none
}
.searchy .form-control {
border: 0;
height: auto;
color: #666
}
.searchy .form-control.coins_data{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.searchy .form-control.s_data{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: #f36d07 solid 1px;
}
.searchy .dropdown button {
border: none;
background-color: #fff;
font-weight: 700
}
.searchy .dropdown .cc {
left: 5%;
position: absolute;
line-height: inherit
}
.searchy .dropdown .fa-caret-down {
float: right;
line-height: inherit
}
.searchy .dropdown .dropdown-toggle {
color: #333
}
.searchy .dropdown .dropdown-menu {
width: 100%;
text-align: center
}
.searchy .dropdown .dropdown-menu .divider {
width: 80%;
margin: 10px auto
}
#recommendations {
padding-bottom: 20px
}
@media (min-width:768px) {
#recommendations {
padding: 60px 0
}
}
#recommendations a {
color: #fff;
text-decoration: none
}
#recommendations strong {
font-size: 22px
}
#recommendations p {
font-size: .8em;
line-height: 1.33em
}
#recommendations .item {
display: inline-block;
float: none;
text-align: center;
padding-top: 25px;
vertical-align: top
}
#filters {
border-radius: 4px;
padding: 15px 15px 30px 15px;
background: #f1f2f3;
}
#filters .input-group {
width: 90%
}
.btn-default-outline.btn-buy{
margin-top: 10px;
}
@media (max-width:991px) {
#filters .input-group {
width: 100%
}
#header{
background-size: cover;
}
.searchy .search-item.p-0{
padding-left: 15px !important;
padding-right: 15px !important;;
}
.searchy .form-control.s_data, .searchy .form-control.coins_data{
border-left: none;
border-radius: 4px;
}
#intro{
text-align: center;
}
}
#filters h4 {
color: #666;
display: block;
margin-top: 20px;
font-family: Montserrat, sans-serif;
}
#filters h4 small a {
margin-left: 6px;
color: #666
}
#main-content.index .index-section {
padding: 30px 0
}
#main-content.index .index-section.ghost {
background-image: -webkit-gradient(linear, left top, right bottom, from(#10D078), to(#453987));
background-image: linear-gradient(to bottom right, #10D078, #453987);
color: #fff
}
#main-content.index .index-section.logo-slider {
background-color: #fff
}
#main-content.index .index-section.logo-slider img {
max-height: 80px
}
#main-content.index .index-header {
text-align: center
}
#main-content.index .index-header hr {
width: 50px;
margin-top: 2.5rem;
margin-bottom: 1.5rem
}
#main-content.index .feature-wrap {
-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;
min-height: 450px
}
#main-content.index .feature,
#main-content.index .feature-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
#main-content.index .icon {
color: #fff;
padding: 10px 40px;
font-size: 1.5em
}
#main-content.index .icon .icon-background {
color: #453987
}
#main-content.index .bell-wrap {
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;
min-height: 200px
}
@media (min-width:992px) {
#results.col-md-9 {
padding-left: 0
}
}
.search-result {
position: relative;
overflow: hidden;
background: #fff;
margin: 0 0 15px;
border-radius: 5px;
padding: 13px 0;
min-width: 320px;
text-align: center
}
.search-result h4 {
margin: 18px 0;
display: inline-block;
padding: 0 15px;
font-size: 24px;
font-family: Montserrat, sans-serif;
}
.search-result h4 .vue-rate-it-inline {
margin: 0 10px
}
.search-result h4 img {
max-height: 60px;
margin: -15px;
margin-right: 5px
}
.search-result h4 small {
font-size: 14px;
vertical-align: middle
}
.search-result h4 small a,
.search-result h4 small a:active,
.search-result h4 small a:hover {
margin-right: 2rem;
text-decoration: none;
color: #666
}
@media (max-width:767px) {
.search-result h4 small {
float: right;
margin-top: 5px
}
}
.search-result .info-col {
text-align: left
}
.search-result .price-quote-col {
float: left
}
.search-result .details-col {
text-align: left
}
.search-result .details-col hr{
margin: 12px 0;
}
.search-result .favorite-heart {
top: 0
}
@media (max-width:767px) {
.search-result .favorite-heart {
display: none
}
}
.search-result .price-quote {
text-align: center;
text-overflow: ellipsis
}
.search-result .price-quote .price {
font-size: 24px;
font-family: Montserrat,sans-serif;
font-weight: 600
}
.search-result{
font-family: Montserrat,sans-serif;
background-color: #f1f2f3;
}
.search-result .price-quote p {
text-align: center;
color: #666;
margin: 0;
margin-bottom: 15px
}
@media (min-width:768px) {
.search-result .price-quote .row>div:first-child {
padding-bottom: 5px
}
}
@media (max-width:767px) {
.search-result .price-quote .row>div:first-child {
padding-right: 5px
}
.search-result .price-quote .row>div:last-child {
padding-left: 5px
}
}
.search-result.outdated {
opacity: .6
}
.search-result.outdated:hover {
opacity: 1
}
.search-result.outdated p.outdated.text-warning {
font-size: 13px
}
.search-result.featured {
border: 1px solid #ff6067
}
.search-result .result-footer {
margin-top: 15px
}
.search-result .result-footer .result-footer-title {
color: #666;
margin-right: 10px;
font-size: 13px;
}
.search-result .result-footer .result-footer-section {
border-right: 1px solid #eee
}
.search-result .result-footer .result-footer-section:last-child {
border-right: none;
padding-right: 0
}
@media (max-width:767px) {
.search-result .result-footer .result-footer-section {
border-right: 0;
margin-bottom: 5px
}
}
.search-result .result-footer .result-footer-section ul {
color: #333;
display: inline
}
.search-result .result-footer .result-footer-section ul li {
padding-right: 0
}
.search-result .result-footer .result-footer-section ul.result-list-payment-icons li {
padding-left: 0
}
.search-result a.show-details-toggle {
text-align: center;
text-decoration: none;
margin-top: 10px
}
.search-result a.show-details-toggle .fa {
margin-right: 5px
}
.quick-info {
margin-top: 11px;
margin-bottom: 11px
}
.quick-info .quick-info-section {
border-right: 1px solid #eee;
float: left;
margin-bottom: 5px;
margin-top: 5px;
padding-right: 10px
}
.quick-info .quick-info-section:last-child {
border-right: none
}
@media (max-width:767px) {
.quick-info .quick-info-section:nth-child(2) {
border-right: none
}
}
.quick-info .quick-info-title {
color: #666
}
.quick-info .quick-info-data,
.quick-info .quick-info-title {
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 300;
font-size: 13px;
}
.quick-info .quick-info-data {
clear: both;
font-weight: 700
}
.no-results {
padding: 50px 0
}
.results-info {
color: #333;
font-weight: 600;
margin: 10px 0
}
.results-info .results-info-text {
padding: 9px 0;
font-family: Montserrat, sans-serif;
font-size: 14px;
line-height: 1.6;
font-weight: 600;
margin: 0
}
.results-info span {
vertical-align: middle
}
.corner-ribbon {
font-size: 12px;
font-family: 'Raleway', sans-serif;
z-index: 100
}
.fee-info,
.fee-info p {
font-size: 13px
}
.fee-info p {
vertical-align: top
}
.fee-info table td {
padding-right: 10px
}
.variation-a {
display: block
}
.variation-b {
display: none
}
@media (max-width:767px) {
.broker-detail #main-content .container {
padding: 0
}
}
.broker-detail #header .row {
margin: 10px 0 20px
}
.broker-detail .heading {
padding: 10px;
float: left
}
.broker-detail .lang-icon {
font-size: .7em;
display: inline
}
.broker-detail .broker-logo {
text-align: center;
pointer-events: none
}
.broker-detail .broker-logo img {
pointer-events: all;
border-radius: 5px;
background-color: #fff
}
.broker-detail .broker-desc {
text-align: center
}
.broker-detail .broker-desc h1 {
font-size: 32px;
display: inline-block
}
@media (max-width:767px) {
.broker-detail .broker-desc h1 {
display: block
}
}
.broker-detail .broker-desc .flag-icon {
font-size: 120%;
margin-left: .5em
}
.broker-detail .broker-desc .label {
font-size: 100%;
vertical-align: text-top;
margin-left: .5em
}
.broker-detail .broker-desc a,
.broker-detail .broker-desc small {
color: #fff
}
.broker-detail .broker-rating {
text-align: center
}
@media (min-width:768px) {
.broker-detail .broker-desc {
text-align: left
}
}
.broker-detail .reviews {
margin-bottom: 10px
}
@media (min-width:1200px) {
.broker-detail .reviews {
padding-right: 5px
}
}
@media (min-width:1200px) {
.broker-detail .sidebar {
padding-left: 5px
}
}
.broker-detail .sidebar ul {
list-style-type: none;
padding-left: 3px
}
.broker-detail .sidebar ul li i {
min-width: 20px
}
.broker-detail .sidebar h4 {
margin-top: 20px
}
.broker-detail .sidebar .box {
padding-top: 0
}
.broker-detail .sidebar .fa-info-circle {
color: #666
}
.broker-detail .sidebar table td {
padding-right: 10px;
vertical-align: top
}
.broker-detail .sidebar table td p {
margin: 0
}
.broker-detail .rating {
text-align: center;
margin-top: 20px
}
.broker-detail .rating h1 {
margin: 0 0 10px;
font-weight: 600;
font-size: 40px
}
.broker-detail .rating>div {
margin-bottom: 10px
}
.broker-detail .btn-outbound {
border: none;
margin-bottom: 10px
}
.broker-detail h3 span {
font-weight: 200;
font-size: .7em;
color: #aaa
}
.broker-detail .row.rev {
margin: 0
}
.broker-detail .rev h3 {
display: inline
}
.broker-detail .box {
background-color: #fff;
border-radius: 5px;
padding: 15px
}
.broker-detail .row.rev.box {
margin-bottom: 10px
}
.broker-detail .btn-toolbar {
float: right;
padding-right: 5px
}
.broker-detail .btn-toolbar .btn {
margin: 0 0 5px 5px
}
.broker-detail .username {
display: inline;
padding-left: 15px;
margin-bottom: 15px
}
.broker-detail .stars {
margin-bottom: 10px
}
.broker-detail .stars label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: -5px;
color: #666;
font-weight: 400
}
.broker-detail .stars .col-sm-3 {
border-right: 1px solid #eee;
padding-right: 10px
}
.broker-detail .stars .col-sm-3:last-child {
border-right: none
}
@media (max-width:767px) {
.broker-detail .stars .col-sm-3 {
border-right: none
}
}
.broker-detail .r-header {
margin-bottom: 10px
}
.broker-detail .r-body {
margin-bottom: 10px;
border-right: 1px solid #eee
}
.broker-detail .r-footer {
color: #ccc
}
.broker-detail .r-footer .date {
float: left;
padding-top: 5px;
padding-bottom: 5px
}
.broker-detail .r-footer .share {
float: right
}
.broker-detail .reviews .avatar {
padding: 0;
margin-bottom: 15px
}
.broker-detail .reviews .avatar img {
width: 40px;
height: 40px
}
.broker-detail .voting {
padding: 0 0 0 10px;
text-align: center
}
.broker-detail .voting a {
color: #ddd;
font-size: 40px;
line-height: 0
}
.broker-detail .voting a.up.voted,
.broker-detail .voting a.up:active,
.broker-detail .voting a.up:hover {
color: #56c491;
text-decoration: none
}
.broker-detail .voting a.down.voted,
.broker-detail .voting a.down:active,
.broker-detail .voting a.down:hover {
color: #ff7a7a;
text-decoration: none
}
.broker-detail .voting p {
font-size: 20px;
font-weight: 400;
color: #56c491;
margin: 0
}
.broker-detail .voting p.negative {
color: #ff7a7a
}
@media (min-width:768px) {
.broker-detail .quick-info .quick-info-section:first-child {
padding-left: 0
}
}
.broker-detail .quick-info-title {
color: #fff
}
.broker-detail .favorite-heart {
pointer-events: all;
font-size: 150%
}
.broker-detail .favorite-heart.unfavored {
color: #fff
}
.broker-detail-modal .modal-content {
border: 0
}
.broker-detail-modal .modal-body {
padding: 0
}
.broker-detail-modal .container {
width: 100%
}
.broker-detail-modal #header {
background-image: -webkit-gradient(linear, left top, right bottom, from(#10D078), to(#453987));
background-image: linear-gradient(to bottom right, #10D078, #453987);
padding-top: 0
}
.broker-detail-modal button.close {
color: #fff;
font-size: 30px;
padding: 5px 10px
}
.userprofile {
padding: 150px 0;
color: #222
}
.userprofile .panel {
background-color: #f1f2f3;
padding: 1rem 2rem;
border-radius: 4px
}
.userprofile img.avatar {
margin-top: -6.5em;
border: 3px solid #fff;
width: 160px;
height: 160px
}
.userprofile .subline {
letter-spacing: .15rem
}
.userprofile .entrylist {
padding: 1rem 0
}
.userprofile .entry {
border-radius: 5px;
background-color: #fff;
margin-bottom: 1em;
padding: 1rem
}
.userprofile .entry:last-child {
margin-bottom: 0
}
.userprofile .entry .cc {
vertical-align: top
}
.userprofile .entry code {
white-space: nowrap;
color: #10D078
}
.userprofile .entry-title {
line-height: 40px
}
.userprofile .entry img.logo {
margin-right: 1rem
}
.userprofile .btn-entry {
text-align: left
}
.userprofile .counter {
font-size: large;
font-weight: 700
}
.userprofile .switcher li {
letter-spacing: .2rem;
text-transform: uppercase
}
.userprofile li.active {
background-color: transparent;
border-bottom: 3px solid #10D078
}
.userprofile li.active a,
.userprofile li.active a:focus,
.userprofile li.active a:hover {
background-color: transparent!important;
border: none!important
}
.userprofile .share {
position: absolute;
right: 10px
}
.collections-index .collection-box {
height: 100px;
border-radius: 8px;
margin: 10px 0;
font-size: 60px;
line-height: 100px;
vertical-align: middle;
color: #fff
}
.collections-index .collection-box:hover {
-webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: translate3D(0, -1px, 0) scale(1.02);
transform: translate3D(0, -1px, 0) scale(1.02)
}
.collections-index .flag-icon-background {
background-size: cover
}
.collections-index .collection-box.sepa {
background-color: #10298e
}
.collections-index .collection-box.swift {
background-color: #8c7b6b
}
.collections-index .collection-box.mastercard {
background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #eb001b), color-stop(65%, #f79e1b));
background-image: linear-gradient(90deg, #eb001b 25%, #f79e1b 65%)
}
.collections-index .collection-box.visa {
background-color: #172274
}
.collections-index .collection-box.apple-pay {
background-color: #000
}
.collections-index .collection-box.paypal {
background-color: #005ab2
}
.collections-index .collection-box.sofort {
background-color: #ee7f00
}
.collections-index .collection-box.skrill {
background-color: #861f66
}
.collections-index .collection-box.amazon-pay {
background-color: #f8981d
}
.collections-index .collection-box.giropay {
background-color: #000267
}
.collections-index .collection-box.ideal {
background-color: #c06
}
.collections-index .collection-box.bancontact {
background-color: #00408c
}
.collections-index .tools {
font-size: 16px
}
.collections-index .tools ul li {
margin: 5px;
padding: 0 5px
}
.collections-index .tools ul li a {
padding: 0 5px;
background: #10D078;
color: #fff;
font-weight: 700
}
.collections-index .tools ul li a:hover {
text-decoration: none;
background: none;
color: #10D078;
font-weight: 700
}
.exchanges-results .exchanges-box {
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
padding-bottom: 5px;
padding-top: 15px;
margin: 0;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}
.exchanges-results .exchanges-box hr{
margin: 10px 0 5px 0;
}
.copyright_text{
background-color: #020940;
color: #FFF;
padding-top: 10px;
}
.exchanges-results .exchanges-box a {
color: #ff6067;
}
.exchanges-results .exchanges-box a:hover {
text-decoration: none
}
.exchanges-results .exchanges-box .exchanges-img {
height: 80px;
line-height: 80px;
}
.exchanges-results .exchanges-box .exchanges-img img {
max-width: 90%;
max-height: 90%;
vertical-align: middle;
border-radius: 4px;
}
.exchanges-results .exchanges-box h4 {
margin-top: 5px;
margin-bottom: 5px;
color: #222;
font-size: 14px
}
.exchanges-results .exchanges-box:hover {
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
-webkit-box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
border: 1px solid #ccc;
background-color: #fff
}
.exchanges-results .exchanges-box:hover h4 {
color: #ff6067
}
.exchanges-results .exchanges-box.featured {
border: 1px solid #ff6067
}
.blog {
margin-bottom: 30px
}
.blog .blog-list-post {
background-color: #fff;
border-radius: 5px;
height: 100%;
display: block;
overflow: hidden;
text-decoration: none!important
}
.blog .blog-list-post .featured-image {
height: 200px;
overflow: hidden;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover
}
.blog .blog-list-post .post-header {
padding: 15px;
padding-top: 0
}
@media (min-width:992px) {
.blog .blog-list-post .post-header {
min-height: 170px
}
}
.blog .blog-list-post h2,
.blog .blog-list-post h3,
.blog .blog-list-post p.excerpt {
color: #222
}
.blog .blog-list-post p.read-more {
margin-bottom: 5px
}
.blog .blog-list-post:hover {
-webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: translate3D(0, -1px, 0) scale(1.02);
transform: translate3D(0, -1px, 0) scale(1.02)
}
.blog .col-md-4,
.blog .col-md-12 {
padding-top: 30px
}
@media (min-width:992px) {
.blog .col-md-12 .blog-list-post .featured-image {
height: 100%
}
}
@media (max-width:991px) {
.blog .col-md-12 .blog-list-post .col-md-8 {
width: 100%
}
}
.blog .col-md-12 .blog-list-post .col-md-4 {
padding-top: 0
}
.blog-post .featured-image {
height: 400px;
overflow: hidden;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
margin-left: -15px;
margin-right: -15px;
margin-top: -15px
}
@media (max-width:992px) {
.blog-post .featured-image {
height: 200px
}
}
.blog-post .post-header {
text-align: center
}
.blog-post .post-header,
.blog-post .post-text {
font-size: 16px
}
.blog-post .post-header {
margin-top: 40px
}
.blog-post .post-text {
margin-top: 40px;
margin-bottom: 60px
}
.blog-post .post-text .embedded_image {
margin-bottom: 30px;
cursor: default;
text-align: center
}
.blog-post .post-text .embedded_image img {
max-width: 100%;
height: auto;
display: block
}
.blog-post .post-text .embedded_image p {
text-align: center;
margin-bottom: 0!important
}
.blog-post .post-text .inline_html {
text-align: center
}
.blog-post .post-text .inline_html>* {
display: inline-block!important
}
.blog-post .post-author {
margin-bottom: 60px
}
.blog-post .post-author strong {
font-size: 120%
}
.blog-post .post-author .avatar {
float: left;
width: 50px;
height: 50px;
margin-right: 20px
}
.blog-post .post-comments {
margin-bottom: 60px
}
.auth_action{
padding: 10px 35px;
background-color: #10D078;
border: none;
transition-duration: 0.4s;
}
.form-control.is-invalid{
border-color: #CE3627;
}
.invalid-feedback{
font-size: 14px;
font-weight: 400;
color: #CE3627;
}
.coin-search{
margin: 50px 0 20px 0;
}
.coin-search input {
border: 1px solid #14c26b;
padding: 5px 10px;
font-size: 14px;
font-weight: 700;
color: #333;
border-radius: 2px;
}
#content{
background: #FFF;
}
/*coin table*/
.coin-table {
margin-bottom: 50px;
font-family: Montserrat,sans-serif;}
.coin-table .dataTables_length {
display: none; }
.coin-table thead, .coin-table tfoot {
background-color: #e8ebef; }
.coin-table thead th, .coin-table tfoot th {
border: none !important;
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
color: #333333;
padding: 7px 18px !important;
outline: none;
vertical-align: middle; }
.coin-table tbody td {
border: none;
border-bottom: #e8ebef solid 1px;
padding: 18px 18px !important;
font-weight: 500;
font-size: 16px; }
.coin-table tbody td img {
max-width: 25px;
margin-top: -5px;
padding-right: 5px; }
.coin-table tbody td a {
text-decoration: none;
}
.coin-table tbody td a:hover {
color: #063bde;
}
.pag_links .pagination>li>a, .pagination>li>span{
background-color: #e8ebef;
border-color: #e8ebef;
color: #333;
transition-duration: 0.4s;
padding: 10px 20px;
}
.pag_links .pagination>.disabled>span{
background-color: #ddd;
}
.pag_links .pagination>li>a:hover, .pagination>li>span:hover{
background-color: #10D078;
border-color: #10D078;
color: #FFF;
}
.pageginator {
margin: 30px 0 0 0;
text-align: center; }
.pageginator ul {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0; }
.pageginator ul li a:hover {
background-color: #10D078; }
.pageginator ul li a.disabled {
background-color: #dddddd;
cursor: default; }
.rating_star i{
display: inline;
color: #ffc400;
font-size: 14px;
}
.rating_star i.gray{
color: #cfcfcf;
}
.results-info .dropdown{
display: inline-block;
}
.results-info .dropdown.show{
display: inline-block !important;
}
.modal.fade.show{
opacity: 1 !important;
}
span.stars{
display: inline-block;
width: 80px;
height: 16px;
position: relative;
}
span.stars:before{
position: absolute;
top: 0;
left: 0;
content: '';
width: 80px;
height: 16px;
filter: grayscale(100%);
background:url('../assets/img/star-rating.png') center/cover;;
background-position: -1px 0px;
}
span.stars span {
display: block;
background:url('../assets/img/star-rating.png') center/cover;;
width: 80px;
height: 16px;
filter: grayscale(0%);
position: absolute;
z-index: 1;
}
span.stars span {
background-position: 0 0;
}
.section_heading h1{
font-weight: 400;
font-size: 30px;
}
.section_heading p{
font-size: 18px;
}
.coin_ico{
display: table;
margin: 40px auto;
}
.coin_ico img{
display: table-cell;
margin: 0;
vertical-align: middle;
max-width: 40px;
}
.coin_price{
display: table-cell;
margin: 0;
vertical-align: middle;
}
.coin_price h4{
text-align: left;
margin: 0;
}
.coin_price a{
color: #4741b5;
font-size: 14px;
display: block;
text-align: left;
}
.coin_price p{
margin: 0;
font-size: 18px;
}
.coin_ico img{
padding-right: 10px;
}
.btn:focus{
outline: none !important;
}
.btn-secondary{
background-color: #f36d07;
color: #FFF;
display: inline-block;
padding: 7px 20px;
border-radius: 30px;
font-size: 14px;
transition-duration: 0.4s;
text-decoration: none;
outline: none;
}
.cd_button a{
display: inline-block;
margin: 60px 10px;
}
.btn-secondary:hover{
text-decoration: none;
background: #bf5a07;
}
.dataTables_filter{
margin-bottom: 20px;
}
.compare_section{
background: #f6f7f8;
padding: 20px 0;
margin: 50px 0 30px 0;
}
.compare_section .section_heading h1{
color: #4741b5;
}
.compare_box{
background: #FFF;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
margin: 40px 0;
}
.share_icons li{
width: 40px;
float: left;
margin: 10px 10px 10px 0;
}
.share_icons li a{
display: block;
transition: 0.4s;
}
.share_icons li a:hover{
opacity: 0.6;
}
.share_icons li a img{
max-width: 40px;
}
.compare_box img{
max-width: 95px;
display: inline-block;
}
.compare_box i{
color: #4741b5;
font-size: 80px;
}
.compare_box p{
font-size: 14px;
margin-bottom: 0;
margin-top: 10px;
}
.compare_box p:nth-of-type(1){
color:#10D078;
}
.alert.compare_box span{
display: inline-block;
background-color: #10D078;
width: 50px;
height: 50px;
border-radius: 50px;
}
.alert.compare_box span img{
max-width: 35px;
display: inline-block;
text-align: center;
padding-top: 11px;
}
.compare_box.alert i{
font-size: 50px;
}
.alert .coin_price h4{
font-size: 14px;
text-align: left;
font-weight: 400;
}
.go_to_icon{
display: block;
text-align: center;
color:#4741b5;
font-size: 50px;
padding: 90px 0;
}
.compare_box.alert a{
text-decoration: none;
font-size: 14px;
padding: 5px 18px;
color: #FFF;
margin-top: 10px;
display: inline-block;
}
.compare_box.alert a i{
font-size: 13px;
color: #FFF;
}
.alert .coin_ico{
margin-top: 15px;
}
.alert .coin_ico.mb-0{
margin-bottom: 0;
}
.ex_section{
background-color: #f6f7f8;
margin: 0 0 0 0;
padding: 55px 0;
}
.subscribe_form{
margin: 30px 0;
width: 100%;
}
.subscribe_form input{
border: #f36d07 solid 1px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
float: left;
width: 76%;
}
.subscribe_form button{
border: #f36d07 solid 1px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
background: #f36d07;
color: #FFF;
height: 40px;
padding: 5px 14px;
transition-duration: 0.4s;
float: left;
width: 24%;
margin-left: -3px;
display: inline-block;
}
.subscribe_form button:hover{
background: #C66307;
border-color: #C66307;
}
.expc_box{
background: #FFF;
border-radius: 10px;
box-shadow: 0 0 20px #a9aaab;
width: 25%;
margin: 15px 40px;
display: inline-block;
font-family: 'Montserrat', sans-serif;
}
.expc_box.compare{
width: 100%;
}
.logo_container{
background: #FFF;
padding: 35px 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
text-align: center;
margin: 20px 20px;
}
.logo_container p{
color: #000;
font-weight: 700;
font-size: 18px;
}
.expc_box ul{
margin-top: 15px;
margin-bottom: 0;
}
.expc_box ul li{
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 10px 7px;
}
.expc_box ul li:nth-of-type(even) {
background: #f6f7f8;
}
.expc_box ul li p{
color: #000;
font-weight: 400;
font-size: 13px;
margin-bottom: 3px;
}
#alert_modal.modal.fade .modal-dialog{
transform: translateY(0%);
}
.breadcrumbs h1{
padding-bottom:10px;
}
.card-body{
min-height: auto;
}
.mt-40{
margin-top:40px;
}
.m0_auto{
margin: 0 auto;
}
.calculator_wrapper{
width: 70%;
margin: 0 auto;
}
.bg_offwhite{
background: #f1f2f3;
}
.f_0{
font-size: 0;
}
#alert_modal .modal-header button{
position: relative; z-index: 1060;
}
.coin-detail {
background-color: #020940;
padding-top: 50px;
padding-bottom: 50px;
border-top: #FFF solid 1px;
}
.coin-detail .coin-data ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center; }
.coin-detail .coin-data ul li {
margin: 10px 0; }
.coin-detail .icon-image {
width: 50px;
height: 50px;
margin-right: 10px;
border-radius: 50px;
background-color: #FFF;
text-align: center;
padding-top: 9px; }
.coin-detail .icon-image img{
max-width: 32px;
}
.description_text{
color: #FFF;
font-size: 15px;
font-family: "Open Sans", sans-serif;
}
.icon-tag {
margin: 0 30px; }
.icon-tag p {
color: #FFF;
text-transform: uppercase;
font-family: Montserrat, sans-serif;
font-weight: 700;
font-size: 10px;
letter-spacing: .075em;
margin: 0; }
.icon-tag h4 {
color: #FFF;
margin: 0;
font-size: 20px;
font-family: Montserrat, sans-serif;
font-weight: 500;
letter-spacing: .1em; }
.icon-tag h4 span {
font-size: 12px;
font-weight: 700;
letter-spacing: 1px; }
.graph-container {
padding: 50px 0;
background-color: #e8ebef; }
.amChartsInputField {
display: none; }
.amChartsPeriodSelector fieldset {
text-align: center; }
.amChartsPeriodSelector fieldset legend + div {
display: none !important; }
.amChartsPeriodSelector fieldset legend + div + div {
font-size: 0;
float: none !important; }
.amChartsButton {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 30px;
border: none;
background-color: rgba(20, 149, 107, 0.2);
color: #333;
border-radius: 4px;
font-family: Montserrat, sans-serif;
margin: 10px;
outline: none; }
.amChartsButtonSelected {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
font-family: Montserrat, sans-serif;
padding: 10px 30px;
border: none;
background-color: #10D078;
color: #FFF;
border-radius: 3px;
margin: 10px 2px;
outline: none; }
.coin-extra {
background-color: #FFF;
padding: 0 0 50px 0; }
.ranking-box {
margin: 30px 0;
padding: 10px 30px;
border: #e8ebef solid 2px;
border-radius: 2px;
height: 290px; }
.ranking-box .row {
align-items: center; }
.select2-container--default .select2-selection--single
{
height: 40px;
padding: 6px 12px;
border: #ddd solid 1px;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
top: 7px;
}
.btn-group-lg>.btn, .btn-lg
{
padding: 9px 20px !important;
}
.donate-section {
background-color: #1b334d;
padding: 40px;
text-align: center;
color: #FFF; }
.donate-section a {
display: inline-block;
border: #FFF solid 2px;
border-radius: 4px;
color: #1b334d;
background-color: #FFF;
padding: 10px 30px;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
text-decoration: none; }
.donate-section a:hover {
background-color: #063bde;
color: #FFF;
border-color: #063bde; }
.data-item {
margin: 20px 0; }
.data-item h2 {
color: #063bde;
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.025em;
margin: 0; }
.data-item p {
color: #333333;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.025em;
font-family: Montserrat, sans-serif;
margin-top: 5px;
margin-bottom: 0; }
.data-item span.label-info {
background-color: #ff6e6e;
color: #FFF;
padding: 3px 15px;
border-radius: 2px;
display: inline-block;
margin-left: 5px;
font-size: 12px;
font-weight: 700; }
.ranking-box.description {
display: flex;
align-items: center; }
.ranking-box.description p {
font-size: 14px;
font-family: Montserrat, sans-serif;
font-weight: 500;
text-align: left;
color: #5178a0; }
.buy_coin{
padding: 30px 0;
}
.buy_coin h2{
margin: 0;
font-family: Montserrat, sans-serif;
}
.buy_box{
text-align: center;
background: #FFF;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
margin: 40px 0;
}
.buy_box img{
max-width: 50px;
}
.buy_box h4{
margin-top: 0;
font-family: Montserrat, sans-serif;
}
.page_reviews{
background-color: #eee;
padding: 20px 0 50px 0;
}
.check_log{
border: #a9a9a9 solid 1px;
background-color: #a9a9a9;
border-radius: 6px;
padding: 10px 15px;
text-align: left;
}
.review_block{
background-color: #FFF;
border-radius: 4px;
padding: 10px;
margin: 30px 0;
padding-bottom: 20px;
}
.review_block img{
max-height: 40px;
}
.review_block p{
margin-bottom: 2px;
}
.add_review textarea{
min-height: 130px;
border-color: #d1d1d1;
resize: none;
box-shadow: none;
}
.dataTables_filter input {
border: #ccc solid 1px;
border-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
border: #ccc solid 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
background: #2c7be5;
border-color: #2c7be5;
color: #FFF;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
border-color: transparent;
background: #dcdcdc;
color: #9b9b9b
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
background: #2c7be5;
color: #FFF;
border-color: #2c7be5
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
background: #2c7be5;
color: #FFF;
border-color: #2c7be5
}
.ex_extra{
background-color: #FFF;
padding: 15px;
border-radius: 4px;
}
.ex_extra h2{
font-size: 18px;
}
#logout-form{
display: none;
}
#coin-graph{
width:100%;
height:500px;
}
.review_block .stars{
font-size: 0
}
#alert_modal{
z-index: 1060;
}
.d_none{
display: none;
}
.delete-alert{
display: none;
}
.img_ico{max-width: 35px}
.img_ico_md{max-width: 50px}
.ex_extra p{
font-size: 14px;
}
.img_ico_xl{height: 100px}
textarea{
min-height: 90px;
}
.search-item select{
height: 46px !important;
}
.m0{
margin: 0;
}
.color_black{
color: #000
}
#filters h4{
color: #666;
}
.dropdown-menu .divider{
margin: 0 0;
}
.mb-100{
margin-bottom: 100px;
}
article.article h3 a, .post_wrapper h3{
color: #333;
font-size: 22px;
}
article.article h3 a, .post_wrapper h3 a{
text-decoration: none;
color: #333;
}
article.article h3 a:hover, .post_wrapper h3:hover{
color: #4741b5;
}
.post_wrapper p{
color: #333;
line-height: 35px;
font-size: 16px;
}
article.article{
border-bottom: #ddd solid 1px;
padding-bottom: 20px;
}
article.article:nth-last-of-type(1){
border: none;
}
article.article .blog_imag{
height: 200px;
border-radius: 4px;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
article.article .detail{
font-size: 12px;
margin-top: 8px;
text-align: right;
}
.deal_card{
box-shadow: 0 0 20px #ddd;
}
.deal_card .card-body{
padding: 15px;
}
.deal_card .card-body h3{
margin-top: 0;
}
.deal_card .deal_cover{
height: 200px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
width: 100%;
background-size: cover;
}
.profile_links{
box-shadow: 0 0 20px #ddd;
margin: 30px 0;
padding: 15px;
border-radius: 4px;
}
.profile_links ul{
padding: 0;
margin: 0;
}
.profile_links ul li{
display: block;
}
.profile_links ul li a{
padding: 8px 12px;
color: #333;
display: block;
transition-duration: 0.4s;
font-size: 16px;
text-decoration: none;
margin: 7px 0;
}
.profile_links ul li a i{
margin-right: 10px;
}
.profile_links ul li a:hover{
color: #10D078;
text-decoration: none;
}
.profile_links ul li a.active{
color: #10D078;
text-decoration: none;
}
.profile_page{
margin: 50px 0;
}
.profile_page .avatar-img{
max-width: 70px;
}
/*media queries*/
@media (max-width: 768px){
.cd_button{
text-align: center;
}
.cd_button br{
display: none;
}
.cd_button a{
margin: 10px 5px;
}
.coin-detail .coin-data ul li.d-none{
display: none;
}
#filters{
display: none;
}
#filters.show{
display: block;
}
.navbar-brand img{
max-width: 250px;
}
.icon-tag{
margin: 0 10px;
}
.icon-tag h4{
font-size: 16px;
}
.ranking-box:nth-of-type(1){
margin-top: 150px;
}
.ranking-box{
height: auto;
}
.ranking-box.description{
margin-top: 30px;
}
.expc_box{
width: 100%;
box-shadow: none;
margin: 15px 0;
}
footer h2{
margin-top: 40px;
}
.subscribe_form{
margin-top: 0;
}
} | public/css/style.css | @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 300;
font-display: swap;
src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwPIsWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-display: swap;
src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-display: swap;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-display: swap;
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-display: swap;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2'), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff) format('woff');
}
.p-0{
padding: 0 !important;
}
.br-0{
border-radius: 0 !important;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
word-wrap: normal;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
.rating i {
cursor : pointer;
}
.rating i.selected {
color: #ffb100;
}
.rating i:hover {
color: #ffb100;
}
@font-face {
font-family: PlatformRegular;
src: url(../fonts/Platform-Text-Regular.otf);
}
@font-face {
font-family: PlatformMedium;
src: url(../fonts/PlatformText-Medium.otf);
}
@font-face {
font-family: PlatformBold;
src: url(../fonts/Platform-Text-Bold.otf);
}
#nprogress {
pointer-events: none
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px
}
.red-color {
color: #e40a15;
}
.green-color {
color: #10D078;
}
#nprogress .peg {
display: block;
position: absolute;
right: 0;
width: 100px;
height: 100%;
-webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1;
-webkit-transform: rotate(3deg) translateY(-4px);
transform: rotate(3deg) translateY(-4px)
}
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner .4s linear infinite;
animation: nprogress-spinner .4s linear infinite
}
.nprogress-custom-parent {
overflow: hidden;
position: relative
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
position: absolute
}
@-webkit-keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn)
}
}
@keyframes nprogress-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.switch-light span span,
.switch-toggle a {
display: none
}
@media only screen {
.switch-light {
position: relative;
display: block
}
.switch-light:after {
clear: both;
content: "";
display: table
}
.switch-light *,
.switch-light:after,
.switch-light:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.switch-light a {
display: block;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-light>span,
.switch-light label {
line-height: 2em
}
.switch-light input:focus+label,
.switch-light input:focus~span a {
outline-width: 2px;
outline-style: solid;
outline-color: Highlight
}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
.switch-light input:focus+label,
.switch-light input:focus~span a {
outline-color: -webkit-focus-ring-color;
outline-style: auto
}
}
@media only screen {
.switch-light input {
position: absolute;
opacity: 0;
z-index: 3
}
.switch-light input:checked~span a {
right: 0
}
.switch-light strong {
font-weight: inherit
}
.switch-light>span {
position: relative;
overflow: hidden;
display: block;
min-height: 2em;
padding: 0;
text-align: left
}
.switch-light span span {
position: relative;
z-index: 2;
display: block;
float: left;
width: 50%;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.switch-light a {
position: absolute;
right: 50%;
top: 0;
z-index: 1;
display: block;
width: 50%;
height: 100%;
padding: 0
}
.switch-light.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.switch-light .alert-light {
color: #333
}
.switch-toggle {
position: relative;
display: block;
padding: 0!important
}
.switch-toggle:after {
clear: both;
content: "";
display: table
}
.switch-toggle *,
.switch-toggle:after,
.switch-toggle:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.switch-toggle a {
display: block;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-toggle>span,
.switch-toggle label {
line-height: 2em
}
.switch-toggle input:focus+label,
.switch-toggle input:focus~span a {
outline-width: 2px;
outline-style: solid;
outline-color: Highlight
}
}
@media only screen and (-webkit-min-device-pixel-ratio:0) {
.switch-toggle input:focus+label,
.switch-toggle input:focus~span a {
outline-color: -webkit-focus-ring-color;
outline-style: auto
}
}
@media only screen {
.switch-toggle input {
position: absolute;
left: 0;
opacity: 0
}
.switch-toggle input+label {
position: relative;
z-index: 2;
display: block;
float: left;
padding: 0 .5em;
margin: 0;
text-align: center
}
.switch-toggle a {
position: absolute;
top: 0;
left: 0;
padding: 0;
z-index: 1;
width: 10px;
height: 100%
}
.switch-toggle label:nth-child(2):nth-last-child(4),
.switch-toggle label:nth-child(2):nth-last-child(4)~a,
.switch-toggle label:nth-child(2):nth-last-child(4)~label {
width: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(4)~input:checked:nth-child(3)+label~a {
left: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(6),
.switch-toggle label:nth-child(2):nth-last-child(6)~a,
.switch-toggle label:nth-child(2):nth-last-child(6)~label {
width: 33.33%
}
.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(3)+label~a {
left: 33.33%
}
.switch-toggle label:nth-child(2):nth-last-child(6)~input:checked:nth-child(5)+label~a {
left: 66.66%
}
.switch-toggle label:nth-child(2):nth-last-child(8),
.switch-toggle label:nth-child(2):nth-last-child(8)~a,
.switch-toggle label:nth-child(2):nth-last-child(8)~label {
width: 25%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(3)+label~a {
left: 25%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(5)+label~a {
left: 50%
}
.switch-toggle label:nth-child(2):nth-last-child(8)~input:checked:nth-child(7)+label~a {
left: 75%
}
.switch-toggle label:nth-child(2):nth-last-child(10),
.switch-toggle label:nth-child(2):nth-last-child(10)~a,
.switch-toggle label:nth-child(2):nth-last-child(10)~label {
width: 20%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(3)+label~a {
left: 20%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(5)+label~a {
left: 40%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(7)+label~a {
left: 60%
}
.switch-toggle label:nth-child(2):nth-last-child(10)~input:checked:nth-child(9)+label~a {
left: 80%
}
.switch-toggle label:nth-child(2):nth-last-child(12),
.switch-toggle label:nth-child(2):nth-last-child(12)~a,
.switch-toggle label:nth-child(2):nth-last-child(12)~label {
width: 16.6%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(3)+label~a {
left: 16.6%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(5)+label~a {
left: 33.2%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(7)+label~a {
left: 49.8%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(9)+label~a {
left: 66.4%
}
.switch-toggle label:nth-child(2):nth-last-child(12)~input:checked:nth-child(11)+label~a {
left: 83%
}
.switch-light.switch-candy>span,
.switch-toggle.switch-candy {
background-color: #2d3035;
border-radius: 3px;
-webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 hsla(0, 0%, 100%, .2);
box-shadow: inset 0 2px 6px rgba(0, 0, 0, .3), 0 1px 0 hsla(0, 0%, 100%, .2)
}
.switch-light.switch-candy input:checked~span span:first-child,
.switch-light.switch-candy span span,
.switch-toggle.switch-candy label {
color: #fff;
font-weight: 700;
text-align: center;
text-shadow: 1px 1px 1px #191b1e
}
.switch-candy input:checked+label,
.switch-light.switch-candy input:checked~span span:nth-child(2),
.switch-light.switch-candy input~span span:first-child {
color: #333;
text-shadow: 0 1px 0 hsla(0, 0%, 100%, .5)
}
.switch-candy a {
border: 1px solid #333;
border-radius: 3px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px hsla(0, 0%, 100%, .45);
box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px hsla(0, 0%, 100%, .45);
background-color: #70c66b;
background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .2)), to(transparent));
background-image: linear-gradient(hsla(0, 0%, 100%, .2), transparent)
}
.switch-candy-blue a {
background-color: #38a3d4
}
.switch-candy-yellow a {
background-color: #f5e560
}
.switch-ios.switch-light span span {
color: #888b92
}
.switch-ios.switch-light a {
left: 0;
top: 0;
width: 2em;
height: 2em;
background-color: #fff;
border-radius: 100%;
border: .25em solid #d8d9db;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-ios.switch-light>span {
display: block;
width: 100%;
height: 2em;
background-color: #d8d9db;
border-radius: 1.75em;
-webkit-transition: all .4s ease-out;
transition: all .4s ease-out
}
.switch-ios.switch-light>span span {
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
line-height: 1.875em;
vertical-align: middle;
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out
}
.switch-ios.switch-light>span span:first-of-type {
opacity: 1;
padding-left: 1.875em
}
.switch-ios.switch-light>span span:last-of-type {
padding-right: 1.875em
}
.switch-ios.switch-light input:checked~span a {
left: 100%;
border-color: #4bd865;
margin-left: -2em
}
.switch-ios.switch-light input:checked~span {
border-color: #4bd865;
-webkit-box-shadow: inset 0 0 0 30px #4bd865;
box-shadow: inset 0 0 0 30px #4bd865
}
.switch-ios.switch-light input:checked~span span:first-of-type {
opacity: 0
}
.switch-ios.switch-light input:checked~span span:last-of-type {
opacity: 1;
color: #fff
}
.switch-ios.switch-toggle {
background-color: #d8d9db;
border-radius: 30px;
-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}
.switch-ios.switch-toggle a {
background-color: #4bd865;
border: .125em solid #d8d9db;
border-radius: 1.75em;
-webkit-transition: all .12s ease-out;
transition: all .12s ease-out
}
.switch-ios.switch-toggle label {
height: 2.4em;
color: #888b92;
line-height: 2.4em;
vertical-align: middle
}
.switch-ios input:checked+label {
color: #3e4043
}
.switch-light.switch-holo>span,
.switch-toggle.switch-holo {
background-color: #464747;
border-radius: 1px;
-webkit-box-shadow: inset rgba(0, 0, 0, .1) 0 1px 0;
box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
color: #fff;
text-transform: uppercase
}
.switch-holo label {
color: #fff
}
.switch-holo>span span {
opacity: 0;
-webkit-transition: all .1s;
transition: all .1s
}
.switch-holo>span span:first-of-type {
opacity: 1
}
.switch-holo>span span,
.switch-holo label {
font-size: 85%;
line-height: 2.15625em
}
.switch-holo a {
background-color: #666;
border-radius: 1px;
-webkit-box-shadow: inset hsla(0, 0%, 100%, .2) 0 1px 0, inset rgba(0, 0, 0, .3) 0 -1px 0;
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), inset 0 -1px 0 rgba(0, 0, 0, .3)
}
.switch-holo.switch-light input:checked~span a {
background-color: #0e88b1
}
.switch-holo.switch-light input:checked~span span:first-of-type {
opacity: 0
}
.switch-holo.switch-light input:checked~span span:last-of-type {
opacity: 1
}
.switch-light.switch-material a {
top: -.1875em;
width: 1.75em;
height: 1.75em;
border-radius: 50%;
background: #fafafa;
-webkit-box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
box-shadow: 0 .125em .125em 0 rgba(0, 0, 0, .14), 0 .1875em .125em -.125em rgba(0, 0, 0, .2), 0 .125em .25em 0 rgba(0, 0, 0, .12);
-webkit-transition: right .28s cubic-bezier(.4, 0, .2, 1);
transition: right .28s cubic-bezier(.4, 0, .2, 1)
}
.switch-material.switch-light {
overflow: visible
}
.switch-material.switch-light:after {
clear: both;
content: "";
display: table
}
.switch-material.switch-light>span {
overflow: visible;
position: relative;
top: .1875em;
width: 3.25em;
height: 1.5em;
min-height: auto;
border-radius: 1em;
background: rgba(0, 0, 0, .26)
}
.switch-material.switch-light span span {
position: absolute;
clip: rect(0 0 0 0)
}
.switch-material.switch-light input:checked~span a {
right: 0;
background: #3f51b5;
-webkit-box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12);
box-shadow: 0 .1875em .25em 0 rgba(0, 0, 0, .14), 0 .1875em .1875em -.125em rgba(0, 0, 0, .2), 0 .0625em .375em 0 rgba(0, 0, 0, .12)
}
.switch-material.switch-light input:checked~span {
background: rgba(63, 81, 181, .5)
}
.switch-toggle.switch-material {
overflow: visible
}
.switch-toggle.switch-material:after {
clear: both;
content: "";
display: table
}
.switch-toggle.switch-material a {
top: 48%;
width: .375em!important;
height: .375em;
margin-left: .25em;
background: #3f51b5;
border-radius: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: -webkit-transform .4s ease-in;
transition: -webkit-transform .4s ease-in;
transition: transform .4s ease-in;
transition: transform .4s ease-in, -webkit-transform .4s ease-in
}
.switch-toggle.switch-material label {
color: rgba(0, 0, 0, .54);
font-size: 1em
}
.switch-toggle.switch-material label:before {
content: "";
position: absolute;
top: 48%;
left: 0;
display: block;
width: .875em;
height: .875em;
border-radius: 100%;
border: .125em solid rgba(0, 0, 0, .54);
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.switch-toggle.switch-material input:checked+label:before {
border-color: #3f51b5
}
.switch-light.switch-material>span:after,
.switch-light.switch-material>span:before,
.switch-toggle.switch-material label:after {
content: "";
position: absolute;
top: 0;
left: 0;
z-index: 3;
display: block;
width: 4em;
height: 4em;
border-radius: 100%;
background: #3f51b5;
opacity: .4;
margin-left: -1.25em;
margin-top: -1.25em;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: opacity .4s ease-in;
transition: opacity .4s ease-in
}
.switch-light.switch-material>span:after {
left: auto;
right: 0;
margin-left: 0;
margin-right: -1.25em
}
.switch-toggle.switch-material label:after {
width: 3.25em;
height: 3.25em;
margin-top: -.75em
}
@-webkit-keyframes materialRipple {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
20% {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes materialRipple {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
20% {
-webkit-transform: scale(1);
transform: scale(1)
}
to {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.switch-material.switch-light input:checked~span:before,
.switch-material.switch-light input:not(:checked)~span:after,
.switch-toggle.switch-material input:checked+label:after {
-webkit-animation: materialRipple .4s ease-in;
animation: materialRipple .4s ease-in
}
.switch-light.switch-material.switch-light input~span:after,
.switch-light.switch-material.switch-light input~span:before,
.switch-material.switch-toggle input+label:after {
visibility: hidden
}
.switch-light.switch-material.switch-light input:focus:checked~span:before,
.switch-light.switch-material.switch-light input:focus:not(:checked)~span:after,
.switch-material.switch-toggle input:focus:checked+label:after {
visibility: visible
}
}
@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:80em) {
.switch-light,
.switch-toggle {
-webkit-animation: webkitSiblingBugfix infinite 1s
}
}
@-webkit-keyframes webkitSiblingBugfix {
0% {
-webkit-transform: translateZ(0)
}
to {
-webkit-transform: translateZ(0)
}
}
/*! =======================================================
VERSION 9.9.0
========================================================= */
/*! =========================================================
* bootstrap-slider.js
*
* Maintainers:
* <NAME>
* - Twitter: @seiyria
* - Github: seiyria
* <NAME>
* - Twitter: @Rovolutionary
* - Github: rovolution
*
* =========================================================
*
* bootstrap-slider is released under the MIT License
* Copyright (c) 2017 <NAME>, <NAME>, and contributors
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the
* Software is furnished to do so, subject to the following
* conditions:
*
* The above copyright notice and this permission notice shall be
* included in all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
* OTHER DEALINGS IN THE SOFTWARE.
*
* ========================================================= */
.slider {
display: inline-block;
vertical-align: middle;
position: relative
}
.slider.slider-horizontal {
width: 210px;
height: 20px
}
.slider.slider-horizontal .slider-track {
height: 10px;
width: 100%;
margin-top: -5px;
top: 50%;
left: 0
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-high,
.slider.slider-horizontal .slider-track-low {
height: 100%;
top: 0;
bottom: 0
}
.slider.slider-horizontal .slider-handle,
.slider.slider-horizontal .slider-tick {
margin-left: -10px
}
.slider.slider-horizontal .slider-handle.triangle,
.slider.slider-horizontal .slider-tick.triangle {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-width: 0 10px 10px;
width: 0;
height: 0;
border-bottom-color: #2e6da4;
margin-top: 0
}
.slider.slider-horizontal .slider-tick-container {
white-space: nowrap;
position: absolute;
top: 0;
left: 0;
width: 100%
}
.slider.slider-horizontal .slider-tick-label-container {
white-space: nowrap;
margin-top: 20px
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
padding-top: 4px;
display: inline-block;
text-align: center
}
.slider.slider-horizontal.slider-rtl .slider-track {
left: auto;
right: 0
}
.slider.slider-horizontal.slider-rtl .slider-handle,
.slider.slider-horizontal.slider-rtl .slider-tick {
margin-left: 0;
margin-right: -10px
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
left: auto;
right: 0
}
.slider.slider-vertical {
height: 210px;
width: 20px
}
.slider.slider-vertical .slider-track {
width: 10px;
height: 100%;
left: 25%;
top: 0
}
.slider.slider-vertical .slider-selection {
width: 100%;
left: 0;
top: 0;
bottom: 0
}
.slider.slider-vertical .slider-track-high,
.slider.slider-vertical .slider-track-low {
width: 100%;
left: 0;
right: 0
}
.slider.slider-vertical .slider-handle,
.slider.slider-vertical .slider-tick {
margin-top: -10px
}
.slider.slider-vertical .slider-handle.triangle,
.slider.slider-vertical .slider-tick.triangle {
border-width: 10px 0 10px 10px;
width: 1px;
height: 1px;
border-left-color: #2e6da4;
border-right-color: #2e6da4;
margin-left: 0;
margin-right: 0
}
.slider.slider-vertical .slider-tick-label-container {
white-space: nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
padding-left: 4px
}
.slider.slider-vertical.slider-rtl .slider-track {
left: auto;
right: 25%
}
.slider.slider-vertical.slider-rtl .slider-selection {
left: auto;
right: 0
}
.slider.slider-vertical.slider-rtl .slider-handle.triangle,
.slider.slider-vertical.slider-rtl .slider-tick.triangle {
border-width: 10px 10px 10px 0
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
padding-left: 0;
padding-right: 4px
}
.slider.slider-disabled .slider-handle {
background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
background-image: linear-gradient(180deg, #dfdfdf 0, #bebebe);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0)
}
.slider.slider-disabled .slider-track {
background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
background-image: linear-gradient(180deg, #e5e5e5 0, #e9e9e9);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
cursor: not-allowed
}
.slider input {
display: none
}
.slider .tooltip.top {
margin-top: -36px
}
.slider .tooltip-inner {
white-space: nowrap;
max-width: none
}
.slider .hide {
display: none
}
.slider-track {
cursor: pointer;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
background-image: linear-gradient(180deg, #f5f5f5 0, #f9f9f9);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.slider-selection,
.slider-track {
position: absolute;
background-repeat: repeat-x;
border-radius: 4px
}
.slider-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.slider-selection.tick-slider-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0)
}
.slider-track-high,
.slider-track-low {
position: absolute;
background: transparent;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px
}
.slider-handle {
position: absolute;
top: 0;
width: 20px;
height: 20px;
background-color: #337ab7;
background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
background-image: linear-gradient(180deg, #337ab7 0, #2e6da4);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
-webkit-filter: none;
filter: none;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .2), 0 1px 2px rgba(0, 0, 0, .05);
border: 0 solid transparent
}
.slider-handle.round {
border-radius: 50%
}
.slider-handle.custom,
.slider-handle.triangle {
background: transparent none
}
.slider-handle.custom:before {
line-height: 20px;
font-size: 20px;
content: "\2605";
color: #726204
}
.slider-tick {
position: absolute;
width: 20px;
height: 20px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
background-image: linear-gradient(180deg, #f9f9f9 0, #f5f5f5);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-filter: none;
filter: none;
opacity: .8;
border: 0 solid transparent
}
.slider-tick.round {
border-radius: 50%
}
.slider-tick.custom,
.slider-tick.triangle {
background: transparent none
}
.slider-tick.custom:before {
line-height: 20px;
font-size: 20px;
content: "\2605";
color: #726204
}
.slider-tick.in-selection {
background-image: -webkit-gradient(linear, left top, left bottom, from(#8ac1ef), to(#82b3de));
background-image: linear-gradient(180deg, #8ac1ef 0, #82b3de);
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff8ac1ef", endColorstr="#ff82b3de", GradientType=0);
opacity: 1
}
.slick-slider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,
.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer;
cursor: hand
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto
}
.slick-track:after,
.slick-track:before {
display: table;
content: ""
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px
}
[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: inline-block;
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: 700
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .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: -.5em
}
sub {
bottom: -.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
-webkit-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] {
-webkit-box-sizing: border-box;
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;
-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 silver;
margin: 0 2px;
padding: .35em .625em .75em
}
textarea {
overflow: auto
}
optgroup {
font-weight: 700
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
:after,
:before {
background: transparent!important;
color: #000!important;
-webkit-box-shadow: none!important;
box-shadow: none!important;
text-shadow: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
img,
tr {
page-break-inside: avoid
}
img {
max-width: 100%!important
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
.navbar {
display: none
}
.btn>.caret,
.dropup>.btn>.caret {
border-top-color: #000!important
}
.label {
border: 1px solid #000
}
.table {
border-collapse: collapse!important
}
.table td,
.table th {
background-color: #fff!important
}
.table-bordered td,
.table-bordered th {
border: 1px solid #ddd!important
}
}
@font-face {
font-family: Glyphicons Halflings;
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1);
src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?f4769f9bdb7466be65088239c12046d1) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?448c34a56d699c29117adc64c43affeb) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?fa2772327f55d8198301fdb8bcfc8158) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?e18bbf611f2a2e43afc071aa2f4e1512) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?89889688147bd7575d6327160d64e760) format("svg")
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: Glyphicons Halflings;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
content: "*"
}
.glyphicon-plus:before {
content: "+"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
content: "\20AC"
}
.glyphicon-minus:before {
content: "\2212"
}
.glyphicon-cloud:before {
content: "\2601"
}
.glyphicon-envelope:before {
content: "\2709"
}
.glyphicon-pencil:before {
content: "\270F"
}
.glyphicon-glass:before {
content: "\E001"
}
.glyphicon-music:before {
content: "\E002"
}
.glyphicon-search:before {
content: "\E003"
}
.glyphicon-heart:before {
content: "\E005"
}
.glyphicon-star:before {
content: "\E006"
}
.glyphicon-star-empty:before {
content: "\E007"
}
.glyphicon-user:before {
content: "\E008"
}
.glyphicon-film:before {
content: "\E009"
}
.glyphicon-th-large:before {
content: "\E010"
}
.glyphicon-th:before {
content: "\E011"
}
.glyphicon-th-list:before {
content: "\E012"
}
.glyphicon-ok:before {
content: "\E013"
}
.glyphicon-remove:before {
content: "\E014"
}
.glyphicon-zoom-in:before {
content: "\E015"
}
.glyphicon-zoom-out:before {
content: "\E016"
}
.glyphicon-off:before {
content: "\E017"
}
.glyphicon-signal:before {
content: "\E018"
}
.glyphicon-cog:before {
content: "\E019"
}
.glyphicon-trash:before {
content: "\E020"
}
.glyphicon-home:before {
content: "\E021"
}
.glyphicon-file:before {
content: "\E022"
}
.glyphicon-time:before {
content: "\E023"
}
.glyphicon-road:before {
content: "\E024"
}
.glyphicon-download-alt:before {
content: "\E025"
}
.glyphicon-download:before {
content: "\E026"
}
.glyphicon-upload:before {
content: "\E027"
}
.glyphicon-inbox:before {
content: "\E028"
}
.glyphicon-play-circle:before {
content: "\E029"
}
.glyphicon-repeat:before {
content: "\E030"
}
.glyphicon-refresh:before {
content: "\E031"
}
.glyphicon-list-alt:before {
content: "\E032"
}
.glyphicon-lock:before {
content: "\E033"
}
.glyphicon-flag:before {
content: "\E034"
}
.glyphicon-headphones:before {
content: "\E035"
}
.glyphicon-volume-off:before {
content: "\E036"
}
.glyphicon-volume-down:before {
content: "\E037"
}
.glyphicon-volume-up:before {
content: "\E038"
}
.glyphicon-qrcode:before {
content: "\E039"
}
.glyphicon-barcode:before {
content: "\E040"
}
.glyphicon-tag:before {
content: "\E041"
}
.glyphicon-tags:before {
content: "\E042"
}
.glyphicon-book:before {
content: "\E043"
}
.glyphicon-bookmark:before {
content: "\E044"
}
.glyphicon-print:before {
content: "\E045"
}
.glyphicon-camera:before {
content: "\E046"
}
.glyphicon-font:before {
content: "\E047"
}
.glyphicon-bold:before {
content: "\E048"
}
.glyphicon-italic:before {
content: "\E049"
}
.glyphicon-text-height:before {
content: "\E050"
}
.glyphicon-text-width:before {
content: "\E051"
}
.glyphicon-align-left:before {
content: "\E052"
}
.glyphicon-align-center:before {
content: "\E053"
}
.glyphicon-align-right:before {
content: "\E054"
}
.glyphicon-align-justify:before {
content: "\E055"
}
.glyphicon-list:before {
content: "\E056"
}
.glyphicon-indent-left:before {
content: "\E057"
}
.glyphicon-indent-right:before {
content: "\E058"
}
.glyphicon-facetime-video:before {
content: "\E059"
}
.glyphicon-picture:before {
content: "\E060"
}
.glyphicon-map-marker:before {
content: "\E062"
}
.glyphicon-adjust:before {
content: "\E063"
}
.glyphicon-tint:before {
content: "\E064"
}
.glyphicon-edit:before {
content: "\E065"
}
.glyphicon-share:before {
content: "\E066"
}
.glyphicon-check:before {
content: "\E067"
}
.glyphicon-move:before {
content: "\E068"
}
.glyphicon-step-backward:before {
content: "\E069"
}
.glyphicon-fast-backward:before {
content: "\E070"
}
.glyphicon-backward:before {
content: "\E071"
}
.glyphicon-play:before {
content: "\E072"
}
.glyphicon-pause:before {
content: "\E073"
}
.glyphicon-stop:before {
content: "\E074"
}
.glyphicon-forward:before {
content: "\E075"
}
.glyphicon-fast-forward:before {
content: "\E076"
}
.glyphicon-step-forward:before {
content: "\E077"
}
.glyphicon-eject:before {
content: "\E078"
}
.glyphicon-chevron-left:before {
content: "\E079"
}
.glyphicon-chevron-right:before {
content: "\E080"
}
.glyphicon-plus-sign:before {
content: "\E081"
}
.glyphicon-minus-sign:before {
content: "\E082"
}
.glyphicon-remove-sign:before {
content: "\E083"
}
.glyphicon-ok-sign:before {
content: "\E084"
}
.glyphicon-question-sign:before {
content: "\E085"
}
.glyphicon-info-sign:before {
content: "\E086"
}
.glyphicon-screenshot:before {
content: "\E087"
}
.glyphicon-remove-circle:before {
content: "\E088"
}
.glyphicon-ok-circle:before {
content: "\E089"
}
.glyphicon-ban-circle:before {
content: "\E090"
}
.glyphicon-arrow-left:before {
content: "\E091"
}
.glyphicon-arrow-right:before {
content: "\E092"
}
.glyphicon-arrow-up:before {
content: "\E093"
}
.glyphicon-arrow-down:before {
content: "\E094"
}
.glyphicon-share-alt:before {
content: "\E095"
}
.glyphicon-resize-full:before {
content: "\E096"
}
.glyphicon-resize-small:before {
content: "\E097"
}
.glyphicon-exclamation-sign:before {
content: "\E101"
}
.glyphicon-gift:before {
content: "\E102"
}
.glyphicon-leaf:before {
content: "\E103"
}
.glyphicon-fire:before {
content: "\E104"
}
.glyphicon-eye-open:before {
content: "\E105"
}
.glyphicon-eye-close:before {
content: "\E106"
}
.glyphicon-warning-sign:before {
content: "\E107"
}
.glyphicon-plane:before {
content: "\E108"
}
.glyphicon-calendar:before {
content: "\E109"
}
.glyphicon-random:before {
content: "\E110"
}
.glyphicon-comment:before {
content: "\E111"
}
.glyphicon-magnet:before {
content: "\E112"
}
.glyphicon-chevron-up:before {
content: "\E113"
}
.glyphicon-chevron-down:before {
content: "\E114"
}
.glyphicon-retweet:before {
content: "\E115"
}
.glyphicon-shopping-cart:before {
content: "\E116"
}
.glyphicon-folder-close:before {
content: "\E117"
}
.glyphicon-folder-open:before {
content: "\E118"
}
.glyphicon-resize-vertical:before {
content: "\E119"
}
.glyphicon-resize-horizontal:before {
content: "\E120"
}
.glyphicon-hdd:before {
content: "\E121"
}
.glyphicon-bullhorn:before {
content: "\E122"
}
.glyphicon-bell:before {
content: "\E123"
}
.glyphicon-certificate:before {
content: "\E124"
}
.glyphicon-thumbs-up:before {
content: "\E125"
}
.glyphicon-thumbs-down:before {
content: "\E126"
}
.glyphicon-hand-right:before {
content: "\E127"
}
.glyphicon-hand-left:before {
content: "\E128"
}
.glyphicon-hand-up:before {
content: "\E129"
}
.glyphicon-hand-down:before {
content: "\E130"
}
.glyphicon-circle-arrow-right:before {
content: "\E131"
}
.glyphicon-circle-arrow-left:before {
content: "\E132"
}
.glyphicon-circle-arrow-up:before {
content: "\E133"
}
.glyphicon-circle-arrow-down:before {
content: "\E134"
}
.glyphicon-globe:before {
content: "\E135"
}
.glyphicon-wrench:before {
content: "\E136"
}
.glyphicon-tasks:before {
content: "\E137"
}
.glyphicon-filter:before {
content: "\E138"
}
.glyphicon-briefcase:before {
content: "\E139"
}
.glyphicon-fullscreen:before {
content: "\E140"
}
.glyphicon-dashboard:before {
content: "\E141"
}
.glyphicon-paperclip:before {
content: "\E142"
}
.glyphicon-heart-empty:before {
content: "\E143"
}
.glyphicon-link:before {
content: "\E144"
}
.glyphicon-phone:before {
content: "\E145"
}
.glyphicon-pushpin:before {
content: "\E146"
}
.glyphicon-usd:before {
content: "\E148"
}
.glyphicon-gbp:before {
content: "\E149"
}
.glyphicon-sort:before {
content: "\E150"
}
.glyphicon-sort-by-alphabet:before {
content: "\E151"
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\E152"
}
.glyphicon-sort-by-order:before {
content: "\E153"
}
.glyphicon-sort-by-order-alt:before {
content: "\E154"
}
.glyphicon-sort-by-attributes:before {
content: "\E155"
}
.glyphicon-sort-by-attributes-alt:before {
content: "\E156"
}
.glyphicon-unchecked:before {
content: "\E157"
}
.glyphicon-expand:before {
content: "\E158"
}
.glyphicon-collapse-down:before {
content: "\E159"
}
.glyphicon-collapse-up:before {
content: "\E160"
}
.glyphicon-log-in:before {
content: "\E161"
}
.glyphicon-flash:before {
content: "\E162"
}
.glyphicon-log-out:before {
content: "\E163"
}
.glyphicon-new-window:before {
content: "\E164"
}
.glyphicon-record:before {
content: "\E165"
}
.glyphicon-save:before {
content: "\E166"
}
.glyphicon-open:before {
content: "\E167"
}
.glyphicon-saved:before {
content: "\E168"
}
.glyphicon-import:before {
content: "\E169"
}
.glyphicon-export:before {
content: "\E170"
}
.glyphicon-send:before {
content: "\E171"
}
.glyphicon-floppy-disk:before {
content: "\E172"
}
.glyphicon-floppy-saved:before {
content: "\E173"
}
.glyphicon-floppy-remove:before {
content: "\E174"
}
.glyphicon-floppy-save:before {
content: "\E175"
}
.glyphicon-floppy-open:before {
content: "\E176"
}
.glyphicon-credit-card:before {
content: "\E177"
}
.glyphicon-transfer:before {
content: "\E178"
}
.glyphicon-cutlery:before {
content: "\E179"
}
.glyphicon-header:before {
content: "\E180"
}
.glyphicon-compressed:before {
content: "\E181"
}
.glyphicon-earphone:before {
content: "\E182"
}
.glyphicon-phone-alt:before {
content: "\E183"
}
.glyphicon-tower:before {
content: "\E184"
}
.glyphicon-stats:before {
content: "\E185"
}
.glyphicon-sd-video:before {
content: "\E186"
}
.glyphicon-hd-video:before {
content: "\E187"
}
.glyphicon-subtitles:before {
content: "\E188"
}
.glyphicon-sound-stereo:before {
content: "\E189"
}
.glyphicon-sound-dolby:before {
content: "\E190"
}
.glyphicon-sound-5-1:before {
content: "\E191"
}
.glyphicon-sound-6-1:before {
content: "\E192"
}
.glyphicon-sound-7-1:before {
content: "\E193"
}
.glyphicon-copyright-mark:before {
content: "\E194"
}
.glyphicon-registration-mark:before {
content: "\E195"
}
.glyphicon-cloud-download:before {
content: "\E197"
}
.glyphicon-cloud-upload:before {
content: "\E198"
}
.glyphicon-tree-conifer:before {
content: "\E199"
}
.glyphicon-tree-deciduous:before {
content: "\E200"
}
.glyphicon-cd:before {
content: "\E201"
}
.glyphicon-save-file:before {
content: "\E202"
}
.glyphicon-open-file:before {
content: "\E203"
}
.glyphicon-level-up:before {
content: "\E204"
}
.glyphicon-copy:before {
content: "\E205"
}
.glyphicon-paste:before {
content: "\E206"
}
.glyphicon-alert:before {
content: "\E209"
}
.glyphicon-equalizer:before {
content: "\E210"
}
.glyphicon-king:before {
content: "\E211"
}
.glyphicon-queen:before {
content: "\E212"
}
.glyphicon-pawn:before {
content: "\E213"
}
.glyphicon-bishop:before {
content: "\E214"
}
.glyphicon-knight:before {
content: "\E215"
}
.glyphicon-baby-formula:before {
content: "\E216"
}
.glyphicon-tent:before {
content: "\26FA"
}
.glyphicon-blackboard:before {
content: "\E218"
}
.glyphicon-bed:before {
content: "\E219"
}
.glyphicon-apple:before {
content: "\F8FF"
}
.glyphicon-erase:before {
content: "\E221"
}
.glyphicon-hourglass:before {
content: "\231B"
}
.glyphicon-lamp:before {
content: "\E223"
}
.glyphicon-duplicate:before {
content: "\E224"
}
.glyphicon-piggy-bank:before {
content: "\E225"
}
.glyphicon-scissors:before {
content: "\E226"
}
.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
content: "\E227"
}
.glyphicon-jpy:before,
.glyphicon-yen:before {
content: "\A5"
}
.glyphicon-rub:before,
.glyphicon-ruble:before {
content: "\20BD"
}
.glyphicon-scale:before {
content: "\E230"
}
.glyphicon-ice-lolly:before {
content: "\E231"
}
.glyphicon-ice-lolly-tasted:before {
content: "\E232"
}
.glyphicon-education:before {
content: "\E233"
}
.glyphicon-option-horizontal:before {
content: "\E234"
}
.glyphicon-option-vertical:before {
content: "\E235"
}
.glyphicon-menu-hamburger:before {
content: "\E236"
}
.glyphicon-modal-window:before {
content: "\E237"
}
.glyphicon-oil:before {
content: "\E238"
}
.glyphicon-grain:before {
content: "\E239"
}
.glyphicon-sunglasses:before {
content: "\E240"
}
.glyphicon-text-size:before {
content: "\E241"
}
.glyphicon-text-color:before {
content: "\E242"
}
.glyphicon-text-background:before {
content: "\E243"
}
.glyphicon-object-align-top:before {
content: "\E244"
}
.glyphicon-object-align-bottom:before {
content: "\E245"
}
.glyphicon-object-align-horizontal:before {
content: "\E246"
}
.glyphicon-object-align-left:before {
content: "\E247"
}
.glyphicon-object-align-vertical:before {
content: "\E248"
}
.glyphicon-object-align-right:before {
content: "\E249"
}
.glyphicon-triangle-right:before {
content: "\E250"
}
.glyphicon-triangle-left:before {
content: "\E251"
}
.glyphicon-triangle-bottom:before {
content: "\E252"
}
.glyphicon-triangle-top:before {
content: "\E253"
}
.glyphicon-console:before {
content: "\E254"
}
.glyphicon-superscript:before {
content: "\E255"
}
.glyphicon-subscript:before {
content: "\E256"
}
.glyphicon-menu-left:before {
content: "\E257"
}
.glyphicon-menu-right:before {
content: "\E258"
}
.glyphicon-menu-down:before {
content: "\E259"
}
.glyphicon-menu-up:before {
content: "\E260"
}
*,
:after,
:before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
font-family: Montserrat, sans-serif;
font-size: 14px;
line-height: 1.6;
color: #222;
background-color: #fff;
}
button,
input,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit
}
a {
color: #10D078;
text-decoration: none
}
a:focus,
a:hover {
color: #10D078;
text-decoration: underline
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
figure {
margin: 0
}
img {
vertical-align: middle
}
.img-responsive {
display: block;
max-width: 100%;
height: auto
}
.img-rounded {
border-radius: 4px
}
.img-thumbnail {
padding: 4px;
line-height: 1.6;
background-color: #373f47;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto
}
.img-circle {
border-radius: 50%
}
hr {
margin-top: 22px;
margin-bottom: 22px;
border: 0;
border-top: 1px solid #ddd
}
.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
}
[role=button] {
cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Montserrat, sans-serif;
font-weight: 600;
line-height: 1.1;
color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-weight: 400;
line-height: 1;
color: #999
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
margin-top: 22px;
margin-bottom: 11px
}
.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,
.h5,
.h6,
h4,
h5,
h6 {
margin-top: 11px;
margin-bottom: 11px
}
.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-size: 36px
}
.h2,
h2 {
font-size: 30px
}
.h3,
h3 {
font-size: 24px
}
.h4,
h4 {
font-size: 18px
}
.h5,
h5 {
font-size: 14px
}
.h6,
h6 {
font-size: 12px
}
p {
margin: 0 0 11px
}
.lead {
margin-bottom: 22px;
font-size: 16px;
font-weight: 300;
line-height: 1.4
}
@media (min-width:768px) {
.lead {
font-size: 21px
}
}
.small,
small {
font-size: 85%
}
.mark,
mark {
background-color: #fcf8e3;
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
}
.initialism,
.text-uppercase {
text-transform: uppercase
}
.text-capitalize {
text-transform: capitalize
}
.text-muted {
color: #999
}
.text-primary {
color: #10D078
}
a.text-primary:focus,
a.text-primary:hover {
color: #4933c7
}
.text-success {
color: #43ac6a
}
a.text-success:focus,
a.text-success:hover {
color: #358753
}
.text-info {
color: #373f47
}
a.text-info:focus,
a.text-info:hover {
color: #21262a
}
.text-warning {
color: #e99002
}
a.text-warning:focus,
a.text-warning:hover {
color: #b67102
}
.text-danger {
color: #f04124
}
a.text-danger:focus,
a.text-danger:hover {
color: #d32a0e
}
.bg-primary {
color: #fff;
background-color: #10D078
}
a.bg-primary:focus,
a.bg-primary:hover {
background-color: #4933c7
}
.bg-success {
background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
background-color: #c1e2b3
}
.bg-info {
background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
background-color: #afd9ee
}
.bg-warning {
background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
background-color: #f7ecb5
}
.bg-danger {
background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
background-color: #e4b9b9
}
.page-header {
padding-bottom: 10px;
margin: 44px 0 22px;
border-bottom: 1px solid #ddd
}
ol,
ul {
margin-top: 0;
margin-bottom: 11px
}
ol ol,
ol ul,
ul ol,
ul ul {
margin-bottom: 0
}
.list-inline,
.list-unstyled {
padding-left: 0;
list-style: none
}
.list-inline {
margin-left: -5px
}
.list-inline>li {
display: inline-block;
padding-left: 5px;
padding-right: 5px
}
dl {
margin-top: 0;
margin-bottom: 22px
}
dd,
dt {
line-height: 1.6
}
dt {
font-weight: 700
}
dd {
margin-left: 0
}
.dl-horizontal dd:after,
.dl-horizontal dd:before {
content: " ";
display: table
}
.dl-horizontal dd:after {
clear: both
}
@media (min-width:992px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.dl-horizontal dd {
margin-left: 180px
}
}
abbr[data-original-title],
abbr[title] {
cursor: help;
border-bottom: 1px dotted #999
}
.initialism {
font-size: 90%
}
blockquote {
padding: 11px 22px;
margin: 0 0 22px;
font-size: 17.5px;
border-left: 5px solid #ddd
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
display: block;
font-size: 80%;
line-height: 1.6;
color: #666
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
content: "\2014 \A0"
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #ddd;
border-left: 0;
text-align: right
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
content: ""
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
content: "\A0 \2014"
}
address {
margin-bottom: 22px;
font-style: normal;
line-height: 1.6
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, Courier New, monospace
}
code {
color: #c7254e;
background-color: #f9f2f4
}
code,
kbd {
padding: 2px 4px;
font-size: 90%;
border-radius: 4px
}
kbd {
color: #fff;
background-color: #333;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
-webkit-box-shadow: none;
box-shadow: none
}
pre {
display: block;
padding: 10.5px;
margin: 0 0 11px;
font-size: 13px;
line-height: 1.6;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.container:after,
.container:before {
content: " ";
display: table
}
.container:after {
clear: both
}
@media (min-width:768px) {
.container {
width: 750px
}
}
@media (min-width:992px) {
.container {
width: 970px
}
}
@media (min-width:1200px) {
.container {
width: 1170px
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}
.container-fluid:after,
.container-fluid:before {
content: " ";
display: table
}
.container-fluid:after {
clear: both
}
.row {
margin-left: -15px;
margin-right: -15px
}
.row:after,
.row:before {
content: " ";
display: table
}
.row:after {
clear: both
}
.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,
.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,
.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,
.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 {
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: left
}
.col-xs-1 {
width: 8.33333333%
}
.col-xs-2 {
width: 16.66666667%
}
.col-xs-3 {
width: 25%
}
.col-xs-4 {
width: 33.33333333%
}
.col-xs-5 {
width: 41.66666667%
}
.col-xs-6 {
width: 50%
}
.col-xs-7 {
width: 58.33333333%
}
.col-xs-8 {
width: 66.66666667%
}
.col-xs-9 {
width: 75%
}
.col-xs-10 {
width: 83.33333333%
}
.col-xs-11 {
width: 91.66666667%
}
.col-xs-12 {
width: 100%
}
.col-xs-pull-0 {
right: auto
}
.col-xs-pull-1 {
right: 8.33333333%
}
.col-xs-pull-2 {
right: 16.66666667%
}
.col-xs-pull-3 {
right: 25%
}
.col-xs-pull-4 {
right: 33.33333333%
}
.col-xs-pull-5 {
right: 41.66666667%
}
.col-xs-pull-6 {
right: 50%
}
.col-xs-pull-7 {
right: 58.33333333%
}
.col-xs-pull-8 {
right: 66.66666667%
}
.col-xs-pull-9 {
right: 75%
}
.col-xs-pull-10 {
right: 83.33333333%
}
.col-xs-pull-11 {
right: 91.66666667%
}
.col-xs-pull-12 {
right: 100%
}
.col-xs-push-0 {
left: auto
}
.col-xs-push-1 {
left: 8.33333333%
}
.col-xs-push-2 {
left: 16.66666667%
}
.col-xs-push-3 {
left: 25%
}
.col-xs-push-4 {
left: 33.33333333%
}
.col-xs-push-5 {
left: 41.66666667%
}
.col-xs-push-6 {
left: 50%
}
.col-xs-push-7 {
left: 58.33333333%
}
.col-xs-push-8 {
left: 66.66666667%
}
.col-xs-push-9 {
left: 75%
}
.col-xs-push-10 {
left: 83.33333333%
}
.col-xs-push-11 {
left: 91.66666667%
}
.col-xs-push-12 {
left: 100%
}
.col-xs-offset-0 {
margin-left: 0
}
.col-xs-offset-1 {
margin-left: 8.33333333%
}
.col-xs-offset-2 {
margin-left: 16.66666667%
}
.col-xs-offset-3 {
margin-left: 25%
}
.col-xs-offset-4 {
margin-left: 33.33333333%
}
.col-xs-offset-5 {
margin-left: 41.66666667%
}
.col-xs-offset-6 {
margin-left: 50%
}
.col-xs-offset-7 {
margin-left: 58.33333333%
}
.col-xs-offset-8 {
margin-left: 66.66666667%
}
.col-xs-offset-9 {
margin-left: 75%
}
.col-xs-offset-10 {
margin-left: 83.33333333%
}
.col-xs-offset-11 {
margin-left: 91.66666667%
}
.col-xs-offset-12 {
margin-left: 100%
}
@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-1 {
width: 8.33333333%
}
.col-sm-2 {
width: 16.66666667%
}
.col-sm-3 {
width: 25%
}
.col-sm-4 {
width: 33.33333333%
}
.col-sm-5 {
width: 41.66666667%
}
.col-sm-6 {
width: 50%
}
.col-sm-7 {
width: 58.33333333%
}
.col-sm-8 {
width: 66.66666667%
}
.col-sm-9 {
width: 75%
}
.col-sm-10 {
width: 83.33333333%
}
.col-sm-11 {
width: 91.66666667%
}
.col-sm-12 {
width: 100%
}
.col-sm-pull-0 {
right: auto
}
.col-sm-pull-1 {
right: 8.33333333%
}
.col-sm-pull-2 {
right: 16.66666667%
}
.col-sm-pull-3 {
right: 25%
}
.col-sm-pull-4 {
right: 33.33333333%
}
.col-sm-pull-5 {
right: 41.66666667%
}
.col-sm-pull-6 {
right: 50%
}
.col-sm-pull-7 {
right: 58.33333333%
}
.col-sm-pull-8 {
right: 66.66666667%
}
.col-sm-pull-9 {
right: 75%
}
.col-sm-pull-10 {
right: 83.33333333%
}
.col-sm-pull-11 {
right: 91.66666667%
}
.col-sm-pull-12 {
right: 100%
}
.col-sm-push-0 {
left: auto
}
.col-sm-push-1 {
left: 8.33333333%
}
.col-sm-push-2 {
left: 16.66666667%
}
.col-sm-push-3 {
left: 25%
}
.col-sm-push-4 {
left: 33.33333333%
}
.col-sm-push-5 {
left: 41.66666667%
}
.col-sm-push-6 {
left: 50%
}
.col-sm-push-7 {
left: 58.33333333%
}
.col-sm-push-8 {
left: 66.66666667%
}
.col-sm-push-9 {
left: 75%
}
.col-sm-push-10 {
left: 83.33333333%
}
.col-sm-push-11 {
left: 91.66666667%
}
.col-sm-push-12 {
left: 100%
}
.col-sm-offset-0 {
margin-left: 0
}
.col-sm-offset-1 {
margin-left: 8.33333333%
}
.col-sm-offset-2 {
margin-left: 16.66666667%
}
.col-sm-offset-3 {
margin-left: 25%
}
.col-sm-offset-4 {
margin-left: 33.33333333%
}
.col-sm-offset-5 {
margin-left: 41.66666667%
}
.col-sm-offset-6 {
margin-left: 50%
}
.col-sm-offset-7 {
margin-left: 58.33333333%
}
.col-sm-offset-8 {
margin-left: 66.66666667%
}
.col-sm-offset-9 {
margin-left: 75%
}
.col-sm-offset-10 {
margin-left: 83.33333333%
}
.col-sm-offset-11 {
margin-left: 91.66666667%
}
.col-sm-offset-12 {
margin-left: 100%
}
}
@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-1 {
width: 8.33333333%
}
.col-md-2 {
width: 16.66666667%
}
.col-md-3 {
width: 25%
}
.col-md-4 {
width: 33.33333333%
}
.col-md-5 {
width: 41.66666667%
}
.col-md-6 {
width: 50%
}
.col-md-7 {
width: 58.33333333%
}
.col-md-8 {
width: 66.66666667%
}
.col-md-9 {
width: 75%
}
.col-md-10 {
width: 83.33333333%
}
.col-md-11 {
width: 91.66666667%
}
.col-md-12 {
width: 100%
}
.col-md-pull-0 {
right: auto
}
.col-md-pull-1 {
right: 8.33333333%
}
.col-md-pull-2 {
right: 16.66666667%
}
.col-md-pull-3 {
right: 25%
}
.col-md-pull-4 {
right: 33.33333333%
}
.col-md-pull-5 {
right: 41.66666667%
}
.col-md-pull-6 {
right: 50%
}
.col-md-pull-7 {
right: 58.33333333%
}
.col-md-pull-8 {
right: 66.66666667%
}
.col-md-pull-9 {
right: 75%
}
.col-md-pull-10 {
right: 83.33333333%
}
.col-md-pull-11 {
right: 91.66666667%
}
.col-md-pull-12 {
right: 100%
}
.col-md-push-0 {
left: auto
}
.col-md-push-1 {
left: 8.33333333%
}
.col-md-push-2 {
left: 16.66666667%
}
.col-md-push-3 {
left: 25%
}
.col-md-push-4 {
left: 33.33333333%
}
.col-md-push-5 {
left: 41.66666667%
}
.col-md-push-6 {
left: 50%
}
.col-md-push-7 {
left: 58.33333333%
}
.col-md-push-8 {
left: 66.66666667%
}
.col-md-push-9 {
left: 75%
}
.col-md-push-10 {
left: 83.33333333%
}
.col-md-push-11 {
left: 91.66666667%
}
.col-md-push-12 {
left: 100%
}
.col-md-offset-0 {
margin-left: 0
}
.col-md-offset-1 {
margin-left: 8.33333333%
}
.col-md-offset-2 {
margin-left: 16.66666667%
}
.col-md-offset-3 {
margin-left: 25%
}
.col-md-offset-4 {
margin-left: 33.33333333%
}
.col-md-offset-5 {
margin-left: 41.66666667%
}
.col-md-offset-6 {
margin-left: 50%
}
.col-md-offset-7 {
margin-left: 58.33333333%
}
.col-md-offset-8 {
margin-left: 66.66666667%
}
.col-md-offset-9 {
margin-left: 75%
}
.col-md-offset-10 {
margin-left: 83.33333333%
}
.col-md-offset-11 {
margin-left: 91.66666667%
}
.col-md-offset-12 {
margin-left: 100%
}
}
@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-1 {
width: 8.33333333%
}
.col-lg-2 {
width: 16.66666667%
}
.col-lg-3 {
width: 25%
}
.col-lg-4 {
width: 33.33333333%
}
.col-lg-5 {
width: 41.66666667%
}
.col-lg-6 {
width: 50%
}
.col-lg-7 {
width: 58.33333333%
}
.col-lg-8 {
width: 66.66666667%
}
.col-lg-9 {
width: 75%
}
.col-lg-10 {
width: 83.33333333%
}
.col-lg-11 {
width: 91.66666667%
}
.col-lg-12 {
width: 100%
}
.col-lg-pull-0 {
right: auto
}
.col-lg-pull-1 {
right: 8.33333333%
}
.col-lg-pull-2 {
right: 16.66666667%
}
.col-lg-pull-3 {
right: 25%
}
.col-lg-pull-4 {
right: 33.33333333%
}
.col-lg-pull-5 {
right: 41.66666667%
}
.col-lg-pull-6 {
right: 50%
}
.col-lg-pull-7 {
right: 58.33333333%
}
.col-lg-pull-8 {
right: 66.66666667%
}
.col-lg-pull-9 {
right: 75%
}
.col-lg-pull-10 {
right: 83.33333333%
}
.col-lg-pull-11 {
right: 91.66666667%
}
.col-lg-pull-12 {
right: 100%
}
.col-lg-push-0 {
left: auto
}
.col-lg-push-1 {
left: 8.33333333%
}
.col-lg-push-2 {
left: 16.66666667%
}
.col-lg-push-3 {
left: 25%
}
.col-lg-push-4 {
left: 33.33333333%
}
.col-lg-push-5 {
left: 41.66666667%
}
.col-lg-push-6 {
left: 50%
}
.col-lg-push-7 {
left: 58.33333333%
}
.col-lg-push-8 {
left: 66.66666667%
}
.col-lg-push-9 {
left: 75%
}
.col-lg-push-10 {
left: 83.33333333%
}
.col-lg-push-11 {
left: 91.66666667%
}
.col-lg-push-12 {
left: 100%
}
.col-lg-offset-0 {
margin-left: 0
}
.col-lg-offset-1 {
margin-left: 8.33333333%
}
.col-lg-offset-2 {
margin-left: 16.66666667%
}
.col-lg-offset-3 {
margin-left: 25%
}
.col-lg-offset-4 {
margin-left: 33.33333333%
}
.col-lg-offset-5 {
margin-left: 41.66666667%
}
.col-lg-offset-6 {
margin-left: 50%
}
.col-lg-offset-7 {
margin-left: 58.33333333%
}
.col-lg-offset-8 {
margin-left: 66.66666667%
}
.col-lg-offset-9 {
margin-left: 75%
}
.col-lg-offset-10 {
margin-left: 83.33333333%
}
.col-lg-offset-11 {
margin-left: 91.66666667%
}
.col-lg-offset-12 {
margin-left: 100%
}
}
table {
background-color: transparent
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #999
}
caption,
th {
text-align: left
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 22px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
padding: 8px;
line-height: 1.6;
vertical-align: top;
border-top: 1px solid #ddd
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
border-top: 0
}
.table>tbody+tbody {
border-top: 2px solid #ddd
}
.table .table {
background-color: #373f47
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
padding: 5px
}
.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
background-color: #f5f5f5
}
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
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
background-color: #ebcccc
}
.table-responsive {
overflow-x: auto;
min-height: .01%
}
@media screen and (max-width:767px) {
.table-responsive {
width: 100%;
margin-bottom: 16.5px;
overflow-y: hidden;
}
.table-responsive>.table {
margin-bottom: 0
}
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
white-space: nowrap
}
.table-responsive>.table-bordered {
border: 0
}
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>th {
border-bottom: 0
}
}
fieldset {
margin: 0;
min-width: 0
}
fieldset,
legend {
padding: 0;
border: 0
}
legend {
display: block;
width: 100%;
margin-bottom: 22px;
font-size: 21px;
line-height: inherit;
color: #333;
border-bottom: 1px solid #e5e5e5
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700
}
input[type=search] {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
margin: 4px 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
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
output {
padding-top: 9px
}
.form-control,
output {
display: block;
font-size: 14px;
line-height: 1.6;
color: #666;
border-radius: 2px;
height: 40px;
}
.form-control {
width: 100%;
height: 40px;
padding: 8px 12px;
background-color: #fff;
background-image: none;
border: 1px solid #999;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}
.form-control:focus {
border-color: #10D078;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 89, 212, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(107, 89, 212, .6)
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
.form-control::-ms-expand {
border: 0;
background-color: transparent
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: #eee;
opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed
}
textarea.form-control {
height: auto
}
input[type=search] {
-webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
line-height: 40px
}
.input-group-sm>.input-group-btn>input.btn[type=date],
.input-group-sm>.input-group-btn>input.btn[type=datetime-local],
.input-group-sm>.input-group-btn>input.btn[type=month],
.input-group-sm>.input-group-btn>input.btn[type=time],
.input-group-sm>input.form-control[type=date],
.input-group-sm>input.form-control[type=datetime-local],
.input-group-sm>input.form-control[type=month],
.input-group-sm>input.form-control[type=time],
.input-group-sm>input.input-group-addon[type=date],
.input-group-sm>input.input-group-addon[type=datetime-local],
.input-group-sm>input.input-group-addon[type=month],
.input-group-sm>input.input-group-addon[type=time],
.input-group-sm input[type=date],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month],
.input-group-sm input[type=time],
input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
line-height: 36px
}
.input-group-lg>.input-group-btn>input.btn[type=date],
.input-group-lg>.input-group-btn>input.btn[type=datetime-local],
.input-group-lg>.input-group-btn>input.btn[type=month],
.input-group-lg>.input-group-btn>input.btn[type=time],
.input-group-lg>input.form-control[type=date],
.input-group-lg>input.form-control[type=datetime-local],
.input-group-lg>input.form-control[type=month],
.input-group-lg>input.form-control[type=time],
.input-group-lg>input.input-group-addon[type=date],
.input-group-lg>input.input-group-addon[type=datetime-local],
.input-group-lg>input.input-group-addon[type=month],
.input-group-lg>input.input-group-addon[type=time],
.input-group-lg input[type=date],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month],
.input-group-lg input[type=time],
input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
line-height: 58px
}
}
.form-group {
margin-bottom: 15px
}
.checkbox,
.radio {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px
}
.checkbox label,
.radio label {
min-height: 22px;
padding-left: 20px;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
font-family: Montserrat, sans-serif;
}
.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
position: absolute;
margin-left: -20px;
margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
margin-top: -5px
}
.checkbox-inline,
.radio-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: 400;
cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
margin-top: 0;
margin-left: 10px
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
cursor: not-allowed
}
.form-control-static {
padding-top: 9px;
padding-bottom: 9px;
margin-bottom: 0;
min-height: 36px
}
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
padding-left: 0;
padding-right: 0
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
height: 36px;
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
height: 36px;
line-height: 36px
}
.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
height: auto
}
.form-group-sm .form-control {
height: 36px;
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.form-group-sm select.form-control {
height: 36px;
line-height: 36px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
height: auto
}
.form-group-sm .form-control-static {
height: 36px;
min-height: 34px;
padding: 9px 12px;
font-size: 12px;
line-height: 1.5
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
height: 58px;
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
height: 58px;
line-height: 58px
}
.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
height: auto
}
.form-group-lg .form-control {
height: 58px;
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.form-group-lg select.form-control {
height: 58px;
line-height: 58px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
height: auto
}
.form-group-lg .form-control-static {
height: 58px;
min-height: 40px;
padding: 17px 20px;
font-size: 18px;
line-height: 1.3333333
}
.has-feedback {
position: relative
}
.has-feedback .form-control {
padding-right: 50px
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
width: 58px;
height: 58px;
line-height: 58px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
width: 36px;
height: 36px;
line-height: 36px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
color: #43ac6a
}
.has-success .form-control {
border-color: #43ac6a;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
border-color: #358753;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #85d0a1;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #85d0a1
}
.has-success .input-group-addon {
color: #43ac6a;
border-color: #43ac6a;
background-color: #dff0d8
}
.has-success .form-control-feedback {
color: #43ac6a
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
color: #e99002
}
.has-warning .form-control {
border-color: #e99002;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
border-color: #b67102;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #febc53;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #febc53
}
.has-warning .input-group-addon {
color: #e99002;
border-color: #e99002;
background-color: #fcf8e3
}
.has-warning .form-control-feedback {
color: #e99002
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
color: #f04124
}
.has-error .form-control {
border-color: #f04124;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
border-color: #d32a0e;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f79483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f79483
}
.has-error .input-group-addon {
color: #f04124;
border-color: #f04124;
background-color: #f2dede
}
.has-error .form-control-feedback {
color: #f04124
}
.has-feedback label~.form-control-feedback {
top: 27px
}
.has-feedback label.sr-only~.form-control-feedback {
top: 0
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #626262
}
@media (min-width:768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.form-inline .form-control-static {
display: inline-block
}
.form-inline .input-group {
display: inline-table;
vertical-align: middle
}
.form-inline .input-group .form-control,
.form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn {
width: auto
}
.form-inline .input-group>.form-control {
width: 100%
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox,
.form-inline .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.form-inline .checkbox label,
.form-inline .radio label {
padding-left: 0
}
.form-inline .checkbox input[type=checkbox],
.form-inline .radio input[type=radio] {
position: relative;
margin-left: 0
}
.form-inline .has-feedback .form-control-feedback {
top: 0
}
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 9px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
min-height: 31px
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
content: " ";
display: table
}
.form-horizontal .form-group:after {
clear: both
}
@media (min-width:768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 9px
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px
}
@media (min-width:768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 17px;
font-size: 18px
}
}
@media (min-width:768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 9px;
font-size: 12px
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 8px 12px;
font-size: 14px;
line-height: 1.6;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
color: #fff;
text-decoration: none
}
.btn.active,
.btn:active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
opacity: .65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none
}
.btn-default {
color: #fff;
background-color: #10af5f;
border-color: #10af5f
}
.btn-default.focus,
.btn-default:focus {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
color: #fff;
background-color: #10954B;
border-color: #10954B
}
.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
background-color: #10D078;
border-color: #5945cf
}
.btn-default .badge {
color: #10D078;
background-color: #fff
}
.btn-primary {
color: #fff;
border-color: #f36d07;
background-color: #f36d07;
transition-duration: 0.4s;
}
.btn-primary.focus,
.btn-primary:focus {
color: #fff;
border-color: #E16807;
background-color: #E16807;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #E16807;
border-color: #E16807
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
color: #fff;
background-color: #10af5f;
border-color: #10af5f
}
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
background-color: #ff6067;
border-color: #ff474f
}
.btn-primary .badge {
color: #ff6067;
background-color: #fff
}
.btn-success {
color: #fff;
background-color: #43ac6a;
border-color: #3c9a5f
}
.btn-success.focus,
.btn-success:focus {
color: #fff;
background-color: #358753;
border-color: #183e26
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
color: #fff;
background-color: #358753;
border-color: #2b6e44
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
color: #fff;
background-color: #2b6e44;
border-color: #183e26
}
.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
background-color: #43ac6a;
border-color: #3c9a5f
}
.btn-success .badge {
color: #43ac6a;
background-color: #fff
}
.btn-info {
color: #fff;
background-color: #424c55;
border-color: #373f47
}
.btn-info.focus,
.btn-info:focus {
color: #fff;
background-color: #2c3239;
border-color: #000
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
color: #fff;
background-color: #2c3239;
border-color: #1c2025
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
color: #fff;
background-color: #1c2025;
border-color: #000
}
.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
background-color: #424c55;
border-color: #373f47
}
.btn-info .badge {
color: #424c55;
background-color: #fff
}
.btn-warning {
color: #fff;
background-color: #e99002;
border-color: #d08002
}
.btn-warning.focus,
.btn-warning:focus {
color: #fff;
background-color: #b67102;
border-color: #513201
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
color: #fff;
background-color: #b67102;
border-color: #935b01
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
color: #fff;
background-color: #935b01;
border-color: #513201
}
.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
background-color: #e99002;
border-color: #d08002
}
.btn-warning .badge {
color: #e99002;
background-color: #fff
}
.btn-danger {
color: #fff;
background-color: #f04124;
border-color: #ea2f10
}
.btn-danger.focus,
.btn-danger:focus {
color: #fff;
background-color: #d32a0e;
border-color: #731708
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #d32a0e;
border-color: #b1240c
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
color: #fff;
background-color: #b1240c;
border-color: #731708
}
.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
background-color: #f04124;
border-color: #ea2f10
}
.btn-danger .badge {
color: #f04124;
background-color: #fff
}
.btn-link {
color: #ff6e6e;
font-weight: 400;
border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
color: #ff6e6e;
text-decoration: underline;
background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
color: #999;
text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 4px
}
.btn-group-sm>.btn,
.btn-sm {
padding: 8px 12px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.btn-group-xs>.btn,
.btn-xs {
padding: 4px 6px;
font-size: 12px;
line-height: 1.5;
border-radius: 4px
}
.btn-block {
display: block;
width: 100%
}
.btn-block+.btn-block {
margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
width: 100%
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .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-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.dropdown,
.dropup {
position: relative
}
.dropdown-toggle:focus {
outline: 0
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
background-clip: padding-box
}
.dropdown-menu.pull-right {
right: 0;
left: auto
}
.dropdown-menu .divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: rgba(0, 0, 0, .2)
}
.dropdown-menu>li>a {
display: block;
clear: both;
font-weight: 400;
line-height: 1.6;
color: #222;
white-space: nowrap
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
text-decoration: none;
color: #fff;
background-color: #10D078
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #453987
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
color: #999
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed
}
.open>.dropdown-menu {
display: block
}
.open>a {
outline: 0
}
.dropdown-menu-right {
left: auto;
right: 0
}
.dropdown-menu-left {
left: 0;
right: auto
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.6;
color: #999;
white-space: nowrap
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990
}
.pull-right>.dropdown-menu {
right: 0;
left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px
}
@media (min-width:992px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
position: relative;
float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
margin-left: -1px
}
.btn-toolbar {
margin-left: -5px
}
.btn-toolbar:after,
.btn-toolbar:before {
content: " ";
display: table
}
.btn-toolbar:after {
clear: both
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0
}
.btn-group>.btn:first-child {
margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group>.btn-group {
float: left
}
.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-bottom-right-radius: 0;
border-top-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0
}
.btn-group>.btn+.dropdown-toggle {
padding-left: 8px;
padding-right: 8px
}
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
padding-left: 12px;
padding-right: 12px
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none
}
.btn .caret {
margin-left: 0
}
.btn-group-lg>.btn .caret,
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0
}
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
display: block;
float: none;
width: 100%;
max-width: 100%
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
content: " ";
display: table
}
.btn-group-vertical>.btn-group:after {
clear: both
}
.btn-group-vertical>.btn-group>.btn {
float: none
}
.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-left: 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-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
border-top-right-radius: 0;
border-top-left-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-right-radius: 0;
border-top-left-radius: 0
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
float: none;
display: table-cell;
width: 1%
}
.btn-group-justified>.btn-group .btn {
width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
left: auto
}
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.input-group {
position: relative;
display: table;
border-collapse: separate
}
.input-group[class*=col-] {
float: none;
padding-left: 0;
padding-right: 0
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0
}
.input-group .form-control:focus {
z-index: 3
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell
}
.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,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle
}
.input-group-addon {
padding: 8px 12px;
font-size: 14px;
font-weight: 400;
line-height: 1;
color: #666;
text-align: center;
background-color: #eee;
border: 1px solid #999;
border-radius: 4px
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
padding: 8px 12px;
font-size: 12px;
border-radius: 4px
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
padding: 16px 20px;
font-size: 18px;
border-radius: 4px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
margin-top: 0
}
.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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
.input-group-addon:first-child {
border-right: 0
}
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0
}
.input-group-addon:last-child {
border-left: 0
}
.input-group-btn {
font-size: 0;
white-space: nowrap
}
.input-group-btn,
.input-group-btn>.btn {
position: relative
}
.input-group-btn>.btn+.btn {
margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
z-index: 2;
margin-left: -1px
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none
}
.nav:after,
.nav:before {
content: " ";
display: table
}
.nav:after {
clear: both
}
.nav>li,
.nav>li>a {
position: relative;
display: block
}
.nav>li>a {
padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: #eee
}
.nav>li.disabled>a {
color: #999
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
color: #999;
text-decoration: none;
background-color: transparent;
cursor: not-allowed
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background-color: #eee;
border-color: #10D078
}
.nav .nav-divider {
height: 1px;
margin: 10px 0;
overflow: hidden;
background-color: #e5e5e5
}
.nav>li>a>img {
max-width: none
}
.nav-tabs {
border-bottom: 1px solid #ddd
}
.nav-tabs>li {
float: left;
margin-bottom: -1px
}
.nav-tabs>li>a {
margin-right: 2px;
line-height: 1.6;
border: 1px solid transparent;
border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
color: #666;
background-color: #373f47;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default
}
.nav-pills>li {
float: left
}
.nav-pills>li>a {
border-radius: 5px
}
.nav-pills>li+li {
margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
color: #fff;
background-color: #453987
}
.nav-stacked>li {
float: none
}
.nav-stacked>li+li {
margin-top: 2px;
margin-left: 0
}
.nav-justified,
.nav-tabs.nav-justified {
width: 100%
}
.nav-justified>li,
.nav-tabs.nav-justified>li {
float: none
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
text-align: center;
margin-bottom: 5px
}
.nav-justified>.dropdown .dropdown-menu {
top: auto;
left: auto
}
@media (min-width:768px) {
.nav-justified>li,
.nav-tabs.nav-justified>li {
display: table-cell;
width: 1%
}
.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-bottom: 0
}
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
border-bottom: 0
}
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
margin-right: 0;
border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #ddd
}
@media (min-width:768px) {
.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
border-bottom-color: #373f47
}
}
.tab-content>.tab-pane {
display: none
}
.tab-content>.active {
display: block
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar {
position: relative;
min-height: 60px;
margin-bottom: 22px;
border: 1px solid transparent
}
.navbar:after,
.navbar:before {
content: " ";
display: table
}
.navbar:after {
clear: both
}
@media (min-width:992px) {
.navbar {
border-radius: 4px
}
}
.navbar-header:after,
.navbar-header:before {
content: " ";
display: table
}
.navbar-header:after {
clear: both
}
@media (min-width:992px) {
.navbar-header {
float: left
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
-webkit-overflow-scrolling: touch
}
.navbar-collapse:after,
.navbar-collapse:before {
content: " ";
display: table
}
.navbar-collapse:after {
clear: both
}
.navbar-collapse.in {
overflow-y: auto
}
@media (min-width:992px) {
.navbar-collapse {
width: auto;
border-top: 0;
-webkit-box-shadow: none;
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-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
padding-left: 0;
padding-right: 0
}
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 100%
}
@media (max-device-width:480px) and (orientation:landscape) {
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
max-height: 200px
}
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: -15px;
margin-left: -15px
}
@media (min-width:992px) {
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
margin-right: 0;
margin-left: 0
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px
}
@media (min-width:992px) {
.navbar-static-top {
border-radius: 0
}
}
.navbar-fixed-bottom,
.navbar-fixed-top {
position: fixed;
right: 0;
left: 0;
z-index: 1030
}
@media (min-width:992px) {
.navbar-fixed-bottom,
.navbar-fixed-top {
border-radius: 0
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0
}
.navbar-brand {
float: left;
padding: 19px 15px;
font-size: 18px;
line-height: 22px;
height: 60px
}
.navbar-brand:focus,
.navbar-brand:hover {
text-decoration: none
}
.navbar-brand>img {
display: block
}
@media (min-width:992px) {
.navbar>.container-fluid .navbar-brand,
.navbar>.container .navbar-brand {
margin-left: -15px
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 13px;
margin-bottom: 13px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px
}
.navbar-toggle:focus {
outline: 0
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
margin-top: 4px
}
@media (min-width:992px) {
.navbar-toggle {
display: none
}
}
.navbar-nav {
margin: 9.5px -15px
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 22px
}
@media (max-width:991px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
padding: 5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
line-height: 22px
}
.navbar-nav .open .dropdown-menu>li>a:focus,
.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: 19px;
padding-bottom: 19px
}
}
.navbar-form {
margin: 10px -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1);
box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1), 0 1px 0 hsla(0, 0%, 100%, .1)
}
@media (min-width:768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle
}
.navbar-form .form-control-static {
display: inline-block
}
.navbar-form .input-group {
display: inline-table;
vertical-align: middle
}
.navbar-form .input-group .form-control,
.navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn {
width: auto
}
.navbar-form .input-group>.form-control {
width: 100%
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .checkbox,
.navbar-form .radio {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle
}
.navbar-form .checkbox label,
.navbar-form .radio label {
padding-left: 0
}
.navbar-form .checkbox input[type=checkbox],
.navbar-form .radio input[type=radio] {
position: relative;
margin-left: 0
}
.navbar-form .has-feedback .form-control-feedback {
top: 0
}
}
@media (max-width:991px) {
.navbar-form .form-group {
margin-bottom: 5px
}
.navbar-form .form-group:last-child {
margin-bottom: 0
}
}
@media (min-width:992px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none
}
}
.navbar-nav>li>.dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
margin-bottom: 0;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}
.navbar-btn {
margin-top: 10px;
margin-bottom: 10px
}
.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
margin-top: 12px;
margin-bottom: 12px
}
.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs,
.navbar-text {
margin-top: 19px;
margin-bottom: 19px
}
@media (min-width:992px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px
}
}
@media (min-width:992px) {
.navbar-left {
float: left!important
}
.navbar-right {
float: right!important;
margin-right: -15px
}
.navbar-right~.navbar-right {
margin-right: 0
}
}
.navbar-default {
background-color: #020940;
border-color: transparent
}
.navbar-default .navbar-brand {
color: #373f47
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
color: #373f47;
background-color: transparent
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
color: #fefefe;
font-family: Montserrat, sans-serif;
letter-spacing: 1px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
color: #f36d07;
background-color: transparent;
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
color: #ccc;
background-color: #fff
}
.navbar-default .navbar-toggle {
border-color: transparent
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background-color: transparent
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #373f47
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: transparent
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
background-color: #fff;
color: #10D078
}
@media (max-width:991px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #373f47
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
color: #10D078;
background-color: #fff
}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #ccc;
background-color: #fff
}
}
.navbar-default .navbar-link {
color: #373f47
}
.navbar-default .navbar-link:hover {
color: #10D078
}
.navbar-default .btn-link {
color: #373f47
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
color: #10D078
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
color: #ccc
}
.navbar-inverse {
background-color: #373f47;
border-color: transparent
}
.navbar-inverse .navbar-brand {
color: #fff
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
color: #fff
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
color: #fff;
background-color: #FFFFFF30
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.navbar-inverse .navbar-toggle {
border-color: transparent
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #373f47
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #272d33
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
background-color: transparent;
color: #fff
}
@media (max-width:991px) {
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
color: #fff
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
color: #fff;
background-color: #FFFFFF30
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #fff;
background-color: transparent
}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.navbar-inverse .btn-link,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover,
.navbar-inverse .navbar-link,
.navbar-inverse .navbar-link:hover {
color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
color: #444
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 22px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px
}
.breadcrumb>li {
display: inline-block
}
.breadcrumb>li+li:before {
content: "/\A0";
padding: 0 5px;
color: #999
}
.breadcrumb>.active {
color: #333
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 22px 0;
border-radius: 4px
}
.pagination>li {
display: inline
}
.pagination>li>a,
.pagination>li>span {
position: relative;
float: left;
padding: 8px 12px;
line-height: 1.6;
text-decoration: none;
color: #10D078;
background-color: transparent;
border: 1px solid transparent;
margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
z-index: 2;
color: #10D078;
background-color: #eee;
border-color: transparent
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
z-index: 3;
color: #fff;
background-color: #10D078;
border-color: transparent;
cursor: default
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
color: #999;
background-color: #fff;
border-color: transparent;
cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
padding: 16px 20px;
font-size: 18px;
line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
padding: 8px 12px;
font-size: 12px;
line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px
}
.pager {
padding-left: 0;
margin: 22px 0;
list-style: none;
text-align: center
}
.pager:after,
.pager:before {
content: " ";
display: table
}
.pager:after {
clear: both
}
.pager li {
display: inline
}
.pager li>a,
.pager li>span {
display: inline-block;
padding: 5px 14px;
background-color: transparent;
border: 1px solid transparent;
border-radius: 3px
}
.pager li>a:focus,
.pager li>a:hover {
text-decoration: none;
background-color: #eee
}
.pager .next>a,
.pager .next>span {
float: right
}
.pager .previous>a,
.pager .previous>span {
float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
color: #999;
background-color: transparent;
cursor: not-allowed
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em
}
.label:empty {
display: none
}
.btn .label {
position: relative;
top: -1px
}
a.label:focus,
a.label:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.label-default {
background-color: #999
}
.label-default[href]:focus,
.label-default[href]:hover {
background-color: #807f7f
}
.label-primary {
background-color: #10D078
}
.label-primary[href]:focus,
.label-primary[href]:hover {
background-color: #4933c7
}
.label-success {
background-color: #43ac6a
}
.label-success[href]:focus,
.label-success[href]:hover {
background-color: #358753
}
.label-info {
background-color: #373f47
}
.label-info[href]:focus,
.label-info[href]:hover {
background-color: #21262a
}
.label-warning {
background-color: #e99002
}
.label-warning[href]:focus,
.label-warning[href]:hover {
background-color: #b67102
}
.label-danger {
background-color: #f04124
}
.label-danger[href]:focus,
.label-danger[href]:hover {
background-color: #d32a0e
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: 700;
color: #fff;
line-height: 1;
vertical-align: middle;
white-space: nowrap;
text-align: center;
background-color: #ff6067;
border-radius: 10px
}
.badge:empty {
display: none
}
.btn .badge {
position: relative;
top: -1px
}
.btn-group-xs>.btn .badge,
.btn-xs .badge {
top: 0;
padding: 1px 5px
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
color: #10D078;
background-color: #fff
}
.list-group-item>.badge {
float: right
}
.list-group-item>.badge+.badge {
margin-right: 5px
}
.nav-pills>li>a>.badge {
margin-left: 3px
}
a.badge:focus,
a.badge:hover {
color: #fff;
text-decoration: none;
cursor: pointer
}
.jumbotron {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 30px;
background-color: #fafafa
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
color: inherit
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200
}
.jumbotron>hr {
border-top-color: #e1e0e0
}
.container-fluid .jumbotron,
.container .jumbotron {
border-radius: 4px;
padding-left: 15px;
padding-right: 15px
}
.jumbotron .container {
max-width: 100%
}
@media screen and (min-width:768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px
}
.container-fluid .jumbotron,
.container .jumbotron {
padding-left: 60px;
padding-right: 60px
}
.jumbotron .h1,
.jumbotron h1 {
font-size: 63px
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 22px;
line-height: 1.6;
background-color: #373f47;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
display: block;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto
}
.thumbnail .caption {
padding: 9px;
color: #222
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
border-color: #10D078
}
.alert {
padding: 15px;
margin-bottom: 22px;
border: 1px solid transparent;
border-radius: 4px
}
.alert h4 {
margin-top: 0;
color: inherit
}
.alert .alert-link {
font-weight: 700
}
.alert>p,
.alert>ul {
margin-bottom: 0
}
.alert>p+p {
margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit
}
.alert-success {
background-color: #43ac6a;
border-color: #3c9a5f;
color: #fff
}
.alert-success hr {
border-top-color: #358753
}
.alert-success .alert-link {
color: #e6e5e5
}
.alert-info {
background-color: #373f47;
border-color: #272d33;
color: #fff
}
.alert-info hr {
border-top-color: #1c2025
}
.alert-info .alert-link {
color: #e6e5e5
}
.alert-warning {
background-color: #e99002;
border-color: #d08002;
color: #fff
}
.alert-warning hr {
border-top-color: #b67102
}
.alert-warning .alert-link {
color: #e6e5e5
}
.alert-danger {
background-color: #f04124;
border-color: #ea2f10;
color: #fff
}
.alert-danger hr {
border-top-color: #d32a0e
}
.alert-danger .alert-link {
color: #e6e5e5
}
@-webkit-keyframes progress-bar-stripes {
0% {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
@keyframes progress-bar-stripes {
0% {
background-position: 40px 0
}
to {
background-position: 0 0
}
}
.progress {
overflow: hidden;
height: 22px;
margin-bottom: 22px;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 22px;
color: #fff;
text-align: center;
background-color: #10D078;
-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;
transition: width .6s ease
}
.progress-bar-striped,
.progress-striped .progress-bar {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
background-size: 40px 40px
}
.progress-bar.active,
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
background-color: #43ac6a
}
.progress-striped .progress-bar-success {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-info {
background-color: #373f47
}
.progress-striped .progress-bar-info {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-warning {
background-color: #e99002
}
.progress-striped .progress-bar-warning {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.progress-bar-danger {
background-color: #f04124
}
.progress-striped .progress-bar-danger {
background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent)
}
.media {
margin-top: 15px
}
.media:first-child {
margin-top: 0
}
.media,
.media-body {
zoom: 1;
overflow: hidden
}
.media-body {
width: 10000px
}
.media-object {
display: block
}
.media-object.img-thumbnail {
max-width: none
}
.media-right,
.media>.pull-right {
padding-left: 10px
}
.media-left,
.media>.pull-left {
padding-right: 10px
}
.media-body,
.media-left,
.media-right {
display: table-cell;
vertical-align: top
}
.media-middle {
vertical-align: middle
}
.media-bottom {
vertical-align: bottom
}
.media-heading {
margin-top: 0;
margin-bottom: 5px
}
.media-list {
padding-left: 0;
list-style: none
}
.list-group {
margin-bottom: 20px;
padding-left: 0
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
text-decoration: none;
color: #555;
background-color: #f5f5f5
}
button.list-group-item {
width: 100%;
text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
background-color: #eee;
color: #999;
cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
color: #999
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
z-index: 2;
color: #fff;
background-color: #453987;
border-color: #453987
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
color: #b6afdd
}
.list-group-item-success {
color: #43ac6a;
background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
color: #43ac6a
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
color: #43ac6a;
background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
color: #fff;
background-color: #43ac6a;
border-color: #43ac6a
}
.list-group-item-info {
color: #373f47;
background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
color: #373f47
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
color: #373f47;
background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
color: #fff;
background-color: #373f47;
border-color: #373f47
}
.list-group-item-warning {
color: #e99002;
background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
color: #e99002
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
color: #e99002;
background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
color: #fff;
background-color: #e99002;
border-color: #e99002
}
.list-group-item-danger {
color: #f04124;
background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
color: #f04124
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
color: #f04124;
background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
color: #fff;
background-color: #f04124;
border-color: #f04124
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3
}
.panel {
margin-bottom: 22px;
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-body {
padding: 15px
}
.panel-body:after,
.panel-body:before {
content: " ";
display: table
}
.panel-body:after {
clear: both
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle,
.panel-title {
color: inherit
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
color: inherit
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
border-width: 1px 0;
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: 0;
border-top-right-radius: 3px;
border-top-left-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: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0
}
.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
margin-bottom: 0
}
.panel>.panel-collapse>.table caption,
.panel>.table-responsive>.table caption,
.panel>.table caption {
padding-left: 15px;
padding-right: 15px
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
border-bottom: 0
}
.panel>.table-responsive {
border: 0;
margin-bottom: 0
}
.panel-group {
margin-bottom: 22px
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px
}
.panel-group .panel+.panel {
margin-top: 5px
}
.panel-group .panel-heading {
border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
border-top: 1px solid #ddd
}
.panel-group .panel-footer {
border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
border-bottom: 1px solid #ddd
}
.panel-default {
border-color: #ddd
}
.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
color: #f5f5f5;
background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ddd
}
.panel-primary {
border-color: #10D078
}
.panel-primary>.panel-heading {
color: #fff;
background-color: #10D078;
border-color: #10D078
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #10D078
}
.panel-primary>.panel-heading .badge {
color: #10D078;
background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #10D078
}
.panel-success {
border-color: #3c9a5f
}
.panel-success>.panel-heading {
color: #fff;
background-color: #43ac6a;
border-color: #3c9a5f
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #3c9a5f
}
.panel-success>.panel-heading .badge {
color: #43ac6a;
background-color: #fff
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #3c9a5f
}
.panel-info {
border-color: #272d33
}
.panel-info>.panel-heading {
color: #fff;
background-color: #373f47;
border-color: #272d33
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #272d33
}
.panel-info>.panel-heading .badge {
color: #373f47;
background-color: #fff
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #272d33
}
.panel-warning {
border-color: #d08002
}
.panel-warning>.panel-heading {
color: #fff;
background-color: #e99002;
border-color: #d08002
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #d08002
}
.panel-warning>.panel-heading .badge {
color: #e99002;
background-color: #fff
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #d08002
}
.panel-danger {
border-color: #ea2f10
}
.panel-danger>.panel-heading {
color: #fff;
background-color: #f04124;
border-color: #ea2f10
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
border-top-color: #ea2f10
}
.panel-danger>.panel-heading .badge {
color: #ff6067;
background-color: #fff
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
border-bottom-color: #ea2f10
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}
.embed-responsive-16by9 {
padding-bottom: 56.25%
}
.embed-responsive-4by3 {
padding-bottom: 75%
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #fafafa;
border: 1px solid #e8e8e8;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, .15)
}
.well-lg {
padding: 24px;
border-radius: 4px
}
.well-sm {
padding: 9px;
border-radius: 4px
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .2;
filter: alpha(opacity=20)
}
.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: .5;
filter: alpha(opacity=50)
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none
}
.modal,
.modal-open {
overflow: hidden
}
.modal {
display: none;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0
}
.modal.fade .modal-dialog {
-webkit-transform: translateY(-25%);
transform: translateY(-25%);
-webkit-transition: -webkit-transform .3s ease-out;
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out
}
.modal.in .modal-dialog {
-webkit-transform: translate(0);
transform: translate(0)
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 4px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(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: #000
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0)
}
.modal-backdrop.in {
opacity: .5;
filter: alpha(opacity=50)
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5
}
.modal-header:after,
.modal-header:before {
content: " ";
display: table
}
.modal-header:after {
clear: both
}
.modal-header .close {
margin-top: -2px
}
.modal-title {
margin: 0;
line-height: 1.6
}
.modal-body {
position: relative;
padding: 20px
}
.modal-footer {
padding: 20px;
text-align: right;
border-top: 1px solid #e5e5e5
}
.modal-footer:after,
.modal-footer:before {
content: " ";
display: table
}
.modal-footer:after {
clear: both
}
.modal-footer .btn+.btn {
margin-left: 5px;
margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
margin-left: 0
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}
@media (min-width:768px) {
.modal-dialog {
width: 600px;
margin: 30px auto
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}
.modal-sm {
width: 300px
}
}
@media (min-width:992px) {
.modal-lg {
width: 980px
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family:'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0)
}
.tooltip.in {
opacity: .9;
filter: alpha(opacity=90)
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #333;
border-radius: 4px
}
.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: #333
}
.tooltip.top-left .tooltip-arrow {
right: 5px
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #333
}
.tooltip.top-right .tooltip-arrow {
left: 5px
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #333
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #333
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #333
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
line-break: auto;
line-height: 1.6;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 14px;
background-color: #333;
background-clip: padding-box;
border: 1px solid #333;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}
.popover.top {
margin-top: -12px
}
.popover.right {
margin-left: 12px
}
.popover.bottom {
margin-top: 12px
}
.popover.left {
margin-left: -12px
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
background-color: #333;
border-bottom: 1px solid #262626;
border-radius: 3px 3px 0 0
}
.popover-content {
padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid
}
.popover>.arrow {
border-width: 13px
}
.popover>.arrow:after {
border-width: 12px;
content: ""
}
.popover.top>.arrow {
left: 50%;
margin-left: -13px;
border-bottom-width: 0;
border-top-color: #333;
border-top-color: transparent;
bottom: -13px
}
.popover.top>.arrow:after {
content: " ";
bottom: 1px;
margin-left: -12px;
border-bottom-width: 0;
border-top-color: #333
}
.popover.right>.arrow {
top: 50%;
left: -13px;
margin-top: -13px;
border-left-width: 0;
border-right-color: #333;
border-right-color: transparent
}
.popover.right>.arrow:after {
content: " ";
left: 1px;
bottom: -12px;
border-left-width: 0;
border-right-color: #333
}
.popover.bottom>.arrow {
left: 50%;
margin-left: -13px;
border-top-width: 0;
border-bottom-color: #333;
border-bottom-color: transparent;
top: -13px
}
.popover.bottom>.arrow:after {
content: " ";
top: 1px;
margin-left: -12px;
border-top-width: 0;
border-bottom-color: #333
}
.popover.left>.arrow {
top: 50%;
right: -13px;
margin-top: -13px;
border-right-width: 0;
border-left-color: #333;
border-left-color: transparent
}
.popover.left>.arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #333;
bottom: -12px
}
.carousel,
.carousel-inner {
position: relative
}
.carousel-inner {
overflow: hidden;
width: 100%
}
.carousel-inner>.item {
display: none;
position: relative;
-webkit-transition: left .6s ease-in-out;
transition: left .6s ease-in-out
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
display: block;
max-width: 100%;
height: auto;
line-height: 1
}
@media (-webkit-transform-3d),
(transform-3d) {
.carousel-inner>.item {
-webkit-transition: -webkit-transform .6s ease-in-out;
transition: -webkit-transform .6s ease-in-out;
transition: transform .6s ease-in-out;
transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px
}
.carousel-inner>.item.active.right,
.carousel-inner>.item.next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0
}
.carousel-inner>.item.active.left,
.carousel-inner>.item.prev {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0
}
.carousel-inner>.item.active,
.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right {
-webkit-transform: translateZ(0);
transform: translateZ(0);
left: 0
}
}
.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-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: .5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
background-color: transparent
}
.carousel-control.left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001));
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-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image: linear-gradient(90deg, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5));
background-repeat: repeat-x;
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}
.carousel-control:focus,
.carousel-control:hover {
outline: 0;
color: #fff;
text-decoration: none;
opacity: .9;
filter: alpha(opacity=90)
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
position: absolute;
top: 50%;
margin-top: -10px;
z-index: 5;
display: inline-block
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
left: 50%;
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
right: 50%;
margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 20px;
height: 20px;
line-height: 1;
font-family: serif
}
.carousel-control .icon-prev:before {
content: "\2039"
}
.carousel-control .icon-next:before {
content: "\203A"
}
.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;
margin: 1px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #000\9;
background-color: transparent
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #fff
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
text-shadow: none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
width: 30px;
height: 30px;
margin-top: -10px;
font-size: 30px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -10px
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px
}
.carousel-indicators {
bottom: 20px
}
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.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
}
.affix {
position: fixed
}
@-ms-viewport {
width: device-width
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
display: none!important
}
@media (max-width:767px) {
.visible-xs {
display: block!important
}
table.visible-xs {
display: table!important
}
tr.visible-xs {
display: table-row!important
}
td.visible-xs,
th.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!important
}
tr.visible-sm {
display: table-row!important
}
td.visible-sm,
th.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!important
}
tr.visible-md {
display: table-row!important
}
td.visible-md,
th.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!important
}
tr.visible-lg {
display: table-row!important
}
td.visible-lg,
th.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!important
}
tr.visible-print {
display: table-row!important
}
td.visible-print,
th.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
}
}
.corner-ribbon {
margin: 0;
text-align: center;
white-space: nowrap;
position: absolute;
overflow: hidden;
font-weight: 500;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.corner-ribbon--default-left-top {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
height: 25px;
width: 120px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -25px;
padding-left: -24px;
line-height: 25px;
left: -36px;
top: -25px
}
.corner-ribbon--default-left-bottom {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -36px;
bottom: -25px
}
.corner-ribbon--default-left-bottom,
.corner-ribbon--default-right-top {
height: 25px;
width: 120px;
padding-right: 26px;
padding-left: 25px;
line-height: 25px
}
.corner-ribbon--default-right-top {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -36px;
top: -25px
}
.corner-ribbon--default-right-bottom {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
height: 25px;
width: 120px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -25px;
padding-left: -24px;
line-height: 25px;
right: -36px;
bottom: -25px
}
.corner-ribbon--small-left-top {
-webkit-transform-origin: 100% 100%;
transform-origin: 100% 100%;
height: 20px;
width: 105px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -20px;
padding-left: -19px;
line-height: 20px;
left: -31px;
top: -20px
}
.corner-ribbon--small-left-bottom {
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: -31px;
bottom: -20px
}
.corner-ribbon--small-left-bottom,
.corner-ribbon--small-right-top {
height: 20px;
width: 105px;
padding-right: 21px;
padding-left: 20px;
line-height: 20px
}
.corner-ribbon--small-right-top {
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: -31px;
top: -20px
}
.corner-ribbon--small-right-bottom {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
height: 20px;
width: 105px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
padding-right: -20px;
padding-left: -19px;
line-height: 20px;
right: -31px;
bottom: -20px
}
.corner-ribbon--fixed {
position: fixed
}
.corner-ribbon--shadow {
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}
.corner-ribbon--success {
color: #fff;
background-color: #59a035
}
.corner-ribbon--warning {
color: #fff;
background-color: #e99002
}
.corner-ribbon--pastelred {
color: #fff;
background-color: #ff6067
}
.corner-ribbon--slateblue {
color: #fff;
background-color: #10D078
}
.corner-ribbon--slateblue-dark {
color: #fff;
background-color: #453987
}
.corner-ribbon--gunmetal {
color: #fff;
background-color: #373f47
}
.checkbox {
padding-left: 20px
}
.checkbox label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px
}
.checkbox label:before {
content: "";
width: 17px;
height: 17px;
border: 1px solid #999;
border-radius: 3px;
background-color: #fff;
-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
transition: border .15s ease-in-out, color .15s ease-in-out
}
.checkbox label:after,
.checkbox label:before {
display: inline-block;
position: absolute;
left: 0;
margin-left: -20px
}
.checkbox label:after {
width: 16px;
height: 16px;
top: -2px;
padding-left: 3px;
padding-top: 1px;
font-size: 11px;
color: #666
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
opacity: 0;
z-index: 1
}
.checkbox input[type=checkbox]:focus+label:before,
.checkbox input[type=radio]:focus+label:before {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.checkbox input[type=checkbox]:checked+label:after,
.checkbox input[type=radio]:checked+label:after {
font-family: "Font Awesome 5 Free";
content: "\f058"
}
.checkbox input[type=checkbox]:indeterminate+label:after,
.checkbox input[type=radio]:indeterminate+label:after {
display: block;
content: "";
width: 10px;
height: 3px;
background-color: #555;
border-radius: 2px;
margin-left: -16.5px;
margin-top: 7px
}
.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
opacity: .65
}
.checkbox input[type=checkbox]:disabled+label:before,
.checkbox input[type=radio]:disabled+label:before {
background-color: #eee;
cursor: not-allowed
}
.checkbox.checkbox-circle label:before {
border-radius: 50%
}
.checkbox.checkbox-inline {
margin-top: 0
}
.checkbox-primary input[type=checkbox]:checked+label:before,
.checkbox-primary input[type=radio]:checked+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-primary input[type=checkbox]:checked+label:after,
.checkbox-primary input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-danger input[type=checkbox]:checked+label:before,
.checkbox-danger input[type=radio]:checked+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-danger input[type=checkbox]:checked+label:after,
.checkbox-danger input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-info input[type=checkbox]:checked+label:before,
.checkbox-info input[type=radio]:checked+label:before {
background-color: #373f47;
border-color: #373f47
}
.checkbox-info input[type=checkbox]:checked+label:after,
.checkbox-info input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-warning input[type=checkbox]:checked+label:before,
.checkbox-warning input[type=radio]:checked+label:before {
background-color: #e99002;
border-color: #e99002
}
.checkbox-warning input[type=checkbox]:checked+label:after,
.checkbox-warning input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-success input[type=checkbox]:checked+label:before,
.checkbox-success input[type=radio]:checked+label:before {
background-color: #43ac6a;
border-color: #43ac6a
}
.checkbox-success input[type=checkbox]:checked+label:after,
.checkbox-success input[type=radio]:checked+label:after {
color: #fff
}
.checkbox-primary input[type=checkbox]:indeterminate+label:before,
.checkbox-primary input[type=radio]:indeterminate+label:before {
background-color: #10D078;
border-color: #10D078
}
.checkbox-primary input[type=checkbox]:indeterminate+label:after,
.checkbox-primary input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-danger input[type=checkbox]:indeterminate+label:before,
.checkbox-danger input[type=radio]:indeterminate+label:before {
background-color: #ff6067;
border-color: #ff6067
}
.checkbox-danger input[type=checkbox]:indeterminate+label:after,
.checkbox-danger input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-info input[type=checkbox]:indeterminate+label:before,
.checkbox-info input[type=radio]:indeterminate+label:before {
background-color: #373f47;
border-color: #373f47
}
.checkbox-info input[type=checkbox]:indeterminate+label:after,
.checkbox-info input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-warning input[type=checkbox]:indeterminate+label:before,
.checkbox-warning input[type=radio]:indeterminate+label:before {
background-color: #e99002;
border-color: #e99002
}
.checkbox-warning input[type=checkbox]:indeterminate+label:after,
.checkbox-warning input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.checkbox-success input[type=checkbox]:indeterminate+label:before,
.checkbox-success input[type=radio]:indeterminate+label:before {
background-color: #43ac6a;
border-color: #43ac6a
}
.checkbox-success input[type=checkbox]:indeterminate+label:after,
.checkbox-success input[type=radio]:indeterminate+label:after {
background-color: #fff
}
.radio {
padding-left: 20px
}
.radio label {
display: inline-block;
vertical-align: middle;
position: relative;
padding-left: 5px
}
.radio label:before {
content: "";
width: 17px;
height: 17px;
left: 0;
border: 1px solid #999;
border-radius: 50%;
background-color: #fff;
-webkit-transition: border .15s ease-in-out;
transition: border .15s ease-in-out
}
.radio label:after,
.radio label:before {
display: inline-block;
position: absolute;
margin-left: -20px
}
.radio label:after {
content: " ";
width: 11px;
height: 11px;
left: 3px;
top: 3px;
border-radius: 50%;
background-color: #666;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}
.radio input[type=radio] {
opacity: 0;
z-index: 1
}
.radio input[type=radio]:focus+label:before {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px
}
.radio input[type=radio]:checked+label:after {
-webkit-transform: scale(1);
transform: scale(1)
}
.radio input[type=radio]:disabled+label {
opacity: .65
}
.radio input[type=radio]:disabled+label:before {
cursor: not-allowed
}
.radio.radio-inline {
margin-top: 0
}
.radio-primary input[type=radio]+label:after {
background-color: #10D078
}
.radio-primary input[type=radio]:checked+label:before {
border-color: #10D078
}
.radio-primary input[type=radio]:checked+label:after {
background-color: #ff6067
}
.radio-danger input[type=radio]+label:after {
background-color: #ff6067
}
.radio-danger input[type=radio]:checked+label:before {
border-color: #ff6067
}
.radio-danger input[type=radio]:checked+label:after {
background-color: #ff6067
}
.radio-info input[type=radio]+label:after {
background-color: #373f47
}
.radio-info input[type=radio]:checked+label:before {
border-color: #373f47
}
.radio-info input[type=radio]:checked+label:after {
background-color: #373f47
}
.radio-warning input[type=radio]+label:after {
background-color: #e99002
}
.radio-warning input[type=radio]:checked+label:before {
border-color: #e99002
}
.radio-warning input[type=radio]:checked+label:after {
background-color: #e99002
}
.radio-success input[type=radio]+label:after {
background-color: #43ac6a
}
.radio-success input[type=radio]:checked+label:before {
border-color: #43ac6a
}
.radio-success input[type=radio]:checked+label:after {
background-color: #43ac6a
}
input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
font-family: "Font Awesome 5 Brands";
content: "\f1f0"
}
input[type=checkbox] .styled:checked+label:after,
input[type=checkbox] .styled:checked+label:before,
input[type=radio] .styled:checked+label:after,
input[type=radio] .styled:checked+label:before {
color: #fff
}
.vcenter {
vertical-align: middle;
float: none
}
@media (min-width:768px) {
.vcenter {
display: inline-block
}
}
.btn .fa {
margin-right: 5px
}
.btn-primary {
font-weight: 700
}
.btn-group-lg>.btn,
.btn-lg {
font-size: 16px
}
.btn-block {
text-align: center
}
.btn-ghost {
color: #fff;
background-color: hsla(0, 0%, 100%, 0);
border: 1px solid #fff
}
.btn-ghost:hover {
background-color: #fff;
color: #333
}
.btn-default-outline {
border-color: #f36d07;
color: #f36d07;
background-color: transparent
}
.btn-default-outline:hover {
color: #333
}
.btn-price-alert,
.btn-show-filters {
margin-top: 10px!important;
width: 100%;
font-family: Montserrat, sans-serif;
margin-bottom: 15px;
}
@media (max-width:991px) {
.btn-price-alert,
.btn-show-filters {
width: 100%
}
}
.slider {
margin-top: 5px
}
.slider-selection {
background-color: #10D078;
background-image: none
}
.slider-handle {
background-color: #ff6067;
background-image: none
}
.dropdown-menu {
padding: 0
}
.dropdown-menu>li>a {
padding: 3px 20px;
line-height: 2
}
#nprogress .bar {
background: #ff6067;
z-index: 999
}
.popover {
border-radius: 10px;
color: #fff
}
.popover.top>.arrow {
bottom: -12px
}
[v-cloak] {
display: none
}
@media (min-width:768px) {
.modal-lg {
width: auto;
margin: 10px
}
}
@media (min-width:1100px) {
.modal-lg {
width: 1080px
}
}
.modal {
text-align: center
}
@media screen and (min-width:768px) {
.modal:before {
display: inline-block;
vertical-align: middle;
content: " ";
height: 100%
}
}
.modal-dialog {
display: inline-block;
text-align: left;
vertical-align: middle
}
.navbar {
font-weight: 600;
margin-bottom: 0;
}
.navbar-brand {
padding: 15px
}
.navbar-brand img {
max-height: 30px
}
.nav .avatar img {
height: 30px;
border: 0 none;
border-radius: 1000px
}
.nav .avatar,
.nav .avatar img {
width: 30px;
vertical-align: middle
}
.nav .avatar {
position: relative;
display: inline-block;
white-space: nowrap;
margin-right: 3px;
margin-top: -8px;
margin-bottom: -8px
}
#content,
#main-content {
background-color: #f1f2f3
}
#main-content {
padding-top: 10px;
padding-bottom: 20px
}
#main-content.index {
padding-top: 0
}
.nav-pills>li>a {
background-color: #aaaaaa36
}
.nav-pills>li {
margin-bottom: 4px;
margin-left: 0!important;
margin-right: 4px
}
@media (min-width:768px) {
.nav-pills>li+li {
margin-right: 10px
}
}
footer {
background-color: #FFF;
padding: 10px 0 0 0;
color: #000;
border-top: #ddd solid 1px;
}
footer ul {
list-style: none;
padding: 0;
margin: 0
}
footer ul.social li {
float: left;
padding-right: 20px;
font-size: 20px
}
footer ul.social li a:hover {
color: #0932ed;
}
footer h2{
margin-top: 0;
font-size: 20px;
text-transform: uppercase;
font-weight: 700;
}
footer ul.pages li {
display: block;
}
footer ul.pages li a{
display: inline-block;
}
footer ul.pages li a:hover{
color: #0932ed;
}
footer img.logo {
opacity: 1 !important;
}
footer .row {
padding: 25px 0
}
footer h3 {
font-size: 17px
}
footer h4 {
font-size: 24px
}
footer h3,
footer h4,
footer img.logo {
opacity: .5;
color: #fff;
letter-spacing: 1px
}
footer h3:first-child {
margin-top: 25px
}
footer input[type=email] {
background-color: #404e5b;
border: 0;
color: #aaa
}
footer a {
color: inherit
}
footer a:hover {
color: #fff;
text-decoration: none
}
footer code {
background-color: #404e5b;
color: #aaa
}
.feedback {
background-color: #373f47;
padding: 8px;
color: #eee
}
.feedback a.btn {
color: #fff;
margin: 0;
vertical-align: baseline;
margin-left: 5px;
background-color: #000;
letter-spacing: inherit;
padding: 0 8px
}
.feedback a.btn:hover {
background-color: #3b4d66
}
#filters .vue-rate-it-rating {
vertical-align: bottom
}
.vue-rate-it-inline {
vertical-align: sub
}
.vue-rate-it-rating-text {
padding-left: 5px
}
.vue-rate-it-rating-item,
.vue-rate-it-rating-item>div {
line-height: 0
}
.btn-group.share input {
-webkit-box-shadow: none;
box-shadow: none;
margin: 5px;
width: auto
}
.favorite-heart {
position: relative;
top: 2rem
}
.favorite-heart.unfavored {
color: #999
}
.favorite-heart.favored,
.favorite-heart:active,
.favorite-heart:hover {
color: #ff6067
}
.login {
margin-bottom: 5px
}
.alert a {
color: #fff;
text-decoration: underline
}
#header {
color: #fff;
background: url("../assets/img/crypto_bg.jpg");
padding-top: 125px;
padding-bottom: 90px;
background-size: cover;
background-position: bottom right;
background-repeat: no-repeat;
background-color: #020940;
}
#header.breadcrumbs{
padding-bottom: 0;
}
#header>.container p {
padding-bottom: 2rem;
font-size: 16px;
font-family: "Open Sans", sans-serif;
}
#header.breadcrumbs h1 {
padding-top: 0;
margin-top: 11px
}
#header.breadcrumbs .breadcrumb {
background-color: transparent;
margin: 0;
padding: 0;
padding-top: 2rem
}
#header.breadcrumbs .breadcrumb li a {
color: #fff
}
#header.breadcrumbs .breadcrumb li.active {
color: #fff;
font-weight: 700
}
.breadcrumb>li+li:before {
content: "\F105";
color: #eee;
font-family: Font Awesome\ 5 Free;
padding: 0 8px
}
ul.chevrons {
list-style: none;
padding-left: 0
}
ul.chevrons li {
display: inline-block
}
ul.chevrons li+li:before {
content: "/";
font-weight: 700;
font-family: 'Raleway', sans-serif;
color: #999;
padding: 0 8px
}
.info.fa-info-circle {
color: #666;
font-size: .9em;
margin-left: .3em
}
.equal {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (max-width:991px) {
.row.equal {
display: block
}
}
:target:before {
content: "";
display: block;
height: 80px;
margin: -80px 0 0
}
div.hr {
display: block;
text-align: center;
overflow: hidden;
white-space: nowrap;
margin-top: 15px;
margin-bottom: 25px;
font-weight: 700;
color: #222
}
div.hr>span {
position: relative;
display: inline-block
}
div.hr>span:after,
div.hr>span:before {
content: "";
position: absolute;
top: 50%;
width: 9999px;
height: 1px;
background: #ddd
}
div.hr>span:before {
right: 100%;
margin-right: 15px
}
div.hr>span:after {
left: 100%;
margin-left: 15px
}
#intro {
text-align: left;
padding: 50px 0 0
}
#intro h1{
font-weight: 500;
font-size: 36px;
word-spacing: 6px;
}
@media (max-width:991px) {
#intro {
padding: 2rem 0 0
}
}
#header .alert {
margin-top: 30px;
margin-bottom: 0
}
.searchy {
padding: 3rem 0
}
.search-item{
display: inline-block;
}
@media (max-width:991px) {
.searchy {
padding: 3rem 0 2rem
}
.searchy .search-item {
margin-bottom: 1rem
}
}
.searchy .btn-search {
border: none;
font-family: "Montserrat", sans-serif;
font-weight: 600;
font-size: 17px;
text-transform: uppercase;
height: 46px;
}
.searchy .switch-ios.switch-toggle {
border-radius: 4px;
background-color: hsla(0, 0%, 100%, .5);
box-shadow: none;
-webkit-box-shadow: none;
padding: 16px 0!important;
cursor: pointer
}
.searchy .switch-ios.switch-toggle label {
cursor: pointer;
color: #fff;
height: auto;
line-height: 1.3333333;
font-weight: 400;
}
.searchy .switch-ios.switch-toggle a {
background-color: #fff;
color: #333;
border: 1px solid #fff;
border-radius: 4px
}
.searchy .switch-ios input:checked+label {
color: #333
}
.searchy .switch-light input:focus~span a,
.searchy .switch-toggle input:focus+label {
outline: none
}
.searchy .form-control {
border: 0;
height: auto;
color: #666
}
.searchy .form-control.coins_data{
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.searchy .form-control.s_data{
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: #f36d07 solid 1px;
}
.searchy .dropdown button {
border: none;
background-color: #fff;
font-weight: 700
}
.searchy .dropdown .cc {
left: 5%;
position: absolute;
line-height: inherit
}
.searchy .dropdown .fa-caret-down {
float: right;
line-height: inherit
}
.searchy .dropdown .dropdown-toggle {
color: #333
}
.searchy .dropdown .dropdown-menu {
width: 100%;
text-align: center
}
.searchy .dropdown .dropdown-menu .divider {
width: 80%;
margin: 10px auto
}
#recommendations {
padding-bottom: 20px
}
@media (min-width:768px) {
#recommendations {
padding: 60px 0
}
}
#recommendations a {
color: #fff;
text-decoration: none
}
#recommendations strong {
font-size: 22px
}
#recommendations p {
font-size: .8em;
line-height: 1.33em
}
#recommendations .item {
display: inline-block;
float: none;
text-align: center;
padding-top: 25px;
vertical-align: top
}
#filters {
border-radius: 4px;
padding: 15px 15px 30px 15px;
background: #f1f2f3;
}
#filters .input-group {
width: 90%
}
.btn-default-outline.btn-buy{
margin-top: 10px;
}
@media (max-width:991px) {
#filters .input-group {
width: 100%
}
#header{
background-size: cover;
}
.searchy .search-item.p-0{
padding-left: 15px !important;
padding-right: 15px !important;;
}
.searchy .form-control.s_data, .searchy .form-control.coins_data{
border-left: none;
border-radius: 4px;
}
#intro{
text-align: center;
}
}
#filters h4 {
color: #666;
display: block;
margin-top: 20px;
font-family: Montserrat, sans-serif;
}
#filters h4 small a {
margin-left: 6px;
color: #666
}
#main-content.index .index-section {
padding: 30px 0
}
#main-content.index .index-section.ghost {
background-image: -webkit-gradient(linear, left top, right bottom, from(#10D078), to(#453987));
background-image: linear-gradient(to bottom right, #10D078, #453987);
color: #fff
}
#main-content.index .index-section.logo-slider {
background-color: #fff
}
#main-content.index .index-section.logo-slider img {
max-height: 80px
}
#main-content.index .index-header {
text-align: center
}
#main-content.index .index-header hr {
width: 50px;
margin-top: 2.5rem;
margin-bottom: 1.5rem
}
#main-content.index .feature-wrap {
-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;
min-height: 450px
}
#main-content.index .feature,
#main-content.index .feature-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
#main-content.index .icon {
color: #fff;
padding: 10px 40px;
font-size: 1.5em
}
#main-content.index .icon .icon-background {
color: #453987
}
#main-content.index .bell-wrap {
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;
min-height: 200px
}
@media (min-width:992px) {
#results.col-md-9 {
padding-left: 0
}
}
.search-result {
position: relative;
overflow: hidden;
background: #fff;
margin: 0 0 15px;
border-radius: 5px;
padding: 13px 0;
min-width: 320px;
text-align: center
}
.search-result h4 {
margin: 18px 0;
display: inline-block;
padding: 0 15px;
font-size: 24px;
font-family: Montserrat, sans-serif;
}
.search-result h4 .vue-rate-it-inline {
margin: 0 10px
}
.search-result h4 img {
max-height: 60px;
margin: -15px;
margin-right: 5px
}
.search-result h4 small {
font-size: 14px;
vertical-align: middle
}
.search-result h4 small a,
.search-result h4 small a:active,
.search-result h4 small a:hover {
margin-right: 2rem;
text-decoration: none;
color: #666
}
@media (max-width:767px) {
.search-result h4 small {
float: right;
margin-top: 5px
}
}
.search-result .info-col {
text-align: left
}
.search-result .price-quote-col {
float: left
}
.search-result .details-col {
text-align: left
}
.search-result .details-col hr{
margin: 12px 0;
}
.search-result .favorite-heart {
top: 0
}
@media (max-width:767px) {
.search-result .favorite-heart {
display: none
}
}
.search-result .price-quote {
text-align: center;
text-overflow: ellipsis
}
.search-result .price-quote .price {
font-size: 24px;
font-family: Montserrat,sans-serif;
font-weight: 600
}
.search-result{
font-family: Montserrat,sans-serif;
background-color: #f1f2f3;
}
.search-result .price-quote p {
text-align: center;
color: #666;
margin: 0;
margin-bottom: 15px
}
@media (min-width:768px) {
.search-result .price-quote .row>div:first-child {
padding-bottom: 5px
}
}
@media (max-width:767px) {
.search-result .price-quote .row>div:first-child {
padding-right: 5px
}
.search-result .price-quote .row>div:last-child {
padding-left: 5px
}
}
.search-result.outdated {
opacity: .6
}
.search-result.outdated:hover {
opacity: 1
}
.search-result.outdated p.outdated.text-warning {
font-size: 13px
}
.search-result.featured {
border: 1px solid #ff6067
}
.search-result .result-footer {
margin-top: 15px
}
.search-result .result-footer .result-footer-title {
color: #666;
margin-right: 10px;
font-size: 13px;
}
.search-result .result-footer .result-footer-section {
border-right: 1px solid #eee
}
.search-result .result-footer .result-footer-section:last-child {
border-right: none;
padding-right: 0
}
@media (max-width:767px) {
.search-result .result-footer .result-footer-section {
border-right: 0;
margin-bottom: 5px
}
}
.search-result .result-footer .result-footer-section ul {
color: #333;
display: inline
}
.search-result .result-footer .result-footer-section ul li {
padding-right: 0
}
.search-result .result-footer .result-footer-section ul.result-list-payment-icons li {
padding-left: 0
}
.search-result a.show-details-toggle {
text-align: center;
text-decoration: none;
margin-top: 10px
}
.search-result a.show-details-toggle .fa {
margin-right: 5px
}
.quick-info {
margin-top: 11px;
margin-bottom: 11px
}
.quick-info .quick-info-section {
border-right: 1px solid #eee;
float: left;
margin-bottom: 5px;
margin-top: 5px;
padding-right: 10px
}
.quick-info .quick-info-section:last-child {
border-right: none
}
@media (max-width:767px) {
.quick-info .quick-info-section:nth-child(2) {
border-right: none
}
}
.quick-info .quick-info-title {
color: #666
}
.quick-info .quick-info-data,
.quick-info .quick-info-title {
text-align: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 300;
font-size: 13px;
}
.quick-info .quick-info-data {
clear: both;
font-weight: 700
}
.no-results {
padding: 50px 0
}
.results-info {
color: #333;
font-weight: 600;
margin: 10px 0
}
.results-info .results-info-text {
padding: 9px 0;
font-family: Montserrat, sans-serif;
font-size: 14px;
line-height: 1.6;
font-weight: 600;
margin: 0
}
.results-info span {
vertical-align: middle
}
.corner-ribbon {
font-size: 12px;
font-family: 'Raleway', sans-serif;
z-index: 100
}
.fee-info,
.fee-info p {
font-size: 13px
}
.fee-info p {
vertical-align: top
}
.fee-info table td {
padding-right: 10px
}
.variation-a {
display: block
}
.variation-b {
display: none
}
@media (max-width:767px) {
.broker-detail #main-content .container {
padding: 0
}
}
.broker-detail #header .row {
margin: 10px 0 20px
}
.broker-detail .heading {
padding: 10px;
float: left
}
.broker-detail .lang-icon {
font-size: .7em;
display: inline
}
.broker-detail .broker-logo {
text-align: center;
pointer-events: none
}
.broker-detail .broker-logo img {
pointer-events: all;
border-radius: 5px;
background-color: #fff
}
.broker-detail .broker-desc {
text-align: center
}
.broker-detail .broker-desc h1 {
font-size: 32px;
display: inline-block
}
@media (max-width:767px) {
.broker-detail .broker-desc h1 {
display: block
}
}
.broker-detail .broker-desc .flag-icon {
font-size: 120%;
margin-left: .5em
}
.broker-detail .broker-desc .label {
font-size: 100%;
vertical-align: text-top;
margin-left: .5em
}
.broker-detail .broker-desc a,
.broker-detail .broker-desc small {
color: #fff
}
.broker-detail .broker-rating {
text-align: center
}
@media (min-width:768px) {
.broker-detail .broker-desc {
text-align: left
}
}
.broker-detail .reviews {
margin-bottom: 10px
}
@media (min-width:1200px) {
.broker-detail .reviews {
padding-right: 5px
}
}
@media (min-width:1200px) {
.broker-detail .sidebar {
padding-left: 5px
}
}
.broker-detail .sidebar ul {
list-style-type: none;
padding-left: 3px
}
.broker-detail .sidebar ul li i {
min-width: 20px
}
.broker-detail .sidebar h4 {
margin-top: 20px
}
.broker-detail .sidebar .box {
padding-top: 0
}
.broker-detail .sidebar .fa-info-circle {
color: #666
}
.broker-detail .sidebar table td {
padding-right: 10px;
vertical-align: top
}
.broker-detail .sidebar table td p {
margin: 0
}
.broker-detail .rating {
text-align: center;
margin-top: 20px
}
.broker-detail .rating h1 {
margin: 0 0 10px;
font-weight: 600;
font-size: 40px
}
.broker-detail .rating>div {
margin-bottom: 10px
}
.broker-detail .btn-outbound {
border: none;
margin-bottom: 10px
}
.broker-detail h3 span {
font-weight: 200;
font-size: .7em;
color: #aaa
}
.broker-detail .row.rev {
margin: 0
}
.broker-detail .rev h3 {
display: inline
}
.broker-detail .box {
background-color: #fff;
border-radius: 5px;
padding: 15px
}
.broker-detail .row.rev.box {
margin-bottom: 10px
}
.broker-detail .btn-toolbar {
float: right;
padding-right: 5px
}
.broker-detail .btn-toolbar .btn {
margin: 0 0 5px 5px
}
.broker-detail .username {
display: inline;
padding-left: 15px;
margin-bottom: 15px
}
.broker-detail .stars {
margin-bottom: 10px
}
.broker-detail .stars label {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: -5px;
color: #666;
font-weight: 400
}
.broker-detail .stars .col-sm-3 {
border-right: 1px solid #eee;
padding-right: 10px
}
.broker-detail .stars .col-sm-3:last-child {
border-right: none
}
@media (max-width:767px) {
.broker-detail .stars .col-sm-3 {
border-right: none
}
}
.broker-detail .r-header {
margin-bottom: 10px
}
.broker-detail .r-body {
margin-bottom: 10px;
border-right: 1px solid #eee
}
.broker-detail .r-footer {
color: #ccc
}
.broker-detail .r-footer .date {
float: left;
padding-top: 5px;
padding-bottom: 5px
}
.broker-detail .r-footer .share {
float: right
}
.broker-detail .reviews .avatar {
padding: 0;
margin-bottom: 15px
}
.broker-detail .reviews .avatar img {
width: 40px;
height: 40px
}
.broker-detail .voting {
padding: 0 0 0 10px;
text-align: center
}
.broker-detail .voting a {
color: #ddd;
font-size: 40px;
line-height: 0
}
.broker-detail .voting a.up.voted,
.broker-detail .voting a.up:active,
.broker-detail .voting a.up:hover {
color: #56c491;
text-decoration: none
}
.broker-detail .voting a.down.voted,
.broker-detail .voting a.down:active,
.broker-detail .voting a.down:hover {
color: #ff7a7a;
text-decoration: none
}
.broker-detail .voting p {
font-size: 20px;
font-weight: 400;
color: #56c491;
margin: 0
}
.broker-detail .voting p.negative {
color: #ff7a7a
}
@media (min-width:768px) {
.broker-detail .quick-info .quick-info-section:first-child {
padding-left: 0
}
}
.broker-detail .quick-info-title {
color: #fff
}
.broker-detail .favorite-heart {
pointer-events: all;
font-size: 150%
}
.broker-detail .favorite-heart.unfavored {
color: #fff
}
.broker-detail-modal .modal-content {
border: 0
}
.broker-detail-modal .modal-body {
padding: 0
}
.broker-detail-modal .container {
width: 100%
}
.broker-detail-modal #header {
background-image: -webkit-gradient(linear, left top, right bottom, from(#10D078), to(#453987));
background-image: linear-gradient(to bottom right, #10D078, #453987);
padding-top: 0
}
.broker-detail-modal button.close {
color: #fff;
font-size: 30px;
padding: 5px 10px
}
.userprofile {
padding: 150px 0;
color: #222
}
.userprofile .panel {
background-color: #f1f2f3;
padding: 1rem 2rem;
border-radius: 4px
}
.userprofile img.avatar {
margin-top: -6.5em;
border: 3px solid #fff;
width: 160px;
height: 160px
}
.userprofile .subline {
letter-spacing: .15rem
}
.userprofile .entrylist {
padding: 1rem 0
}
.userprofile .entry {
border-radius: 5px;
background-color: #fff;
margin-bottom: 1em;
padding: 1rem
}
.userprofile .entry:last-child {
margin-bottom: 0
}
.userprofile .entry .cc {
vertical-align: top
}
.userprofile .entry code {
white-space: nowrap;
color: #10D078
}
.userprofile .entry-title {
line-height: 40px
}
.userprofile .entry img.logo {
margin-right: 1rem
}
.userprofile .btn-entry {
text-align: left
}
.userprofile .counter {
font-size: large;
font-weight: 700
}
.userprofile .switcher li {
letter-spacing: .2rem;
text-transform: uppercase
}
.userprofile li.active {
background-color: transparent;
border-bottom: 3px solid #10D078
}
.userprofile li.active a,
.userprofile li.active a:focus,
.userprofile li.active a:hover {
background-color: transparent!important;
border: none!important
}
.userprofile .share {
position: absolute;
right: 10px
}
.collections-index .collection-box {
height: 100px;
border-radius: 8px;
margin: 10px 0;
font-size: 60px;
line-height: 100px;
vertical-align: middle;
color: #fff
}
.collections-index .collection-box:hover {
-webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: translate3D(0, -1px, 0) scale(1.02);
transform: translate3D(0, -1px, 0) scale(1.02)
}
.collections-index .flag-icon-background {
background-size: cover
}
.collections-index .collection-box.sepa {
background-color: #10298e
}
.collections-index .collection-box.swift {
background-color: #8c7b6b
}
.collections-index .collection-box.mastercard {
background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #eb001b), color-stop(65%, #f79e1b));
background-image: linear-gradient(90deg, #eb001b 25%, #f79e1b 65%)
}
.collections-index .collection-box.visa {
background-color: #172274
}
.collections-index .collection-box.apple-pay {
background-color: #000
}
.collections-index .collection-box.paypal {
background-color: #005ab2
}
.collections-index .collection-box.sofort {
background-color: #ee7f00
}
.collections-index .collection-box.skrill {
background-color: #861f66
}
.collections-index .collection-box.amazon-pay {
background-color: #f8981d
}
.collections-index .collection-box.giropay {
background-color: #000267
}
.collections-index .collection-box.ideal {
background-color: #c06
}
.collections-index .collection-box.bancontact {
background-color: #00408c
}
.collections-index .tools {
font-size: 16px
}
.collections-index .tools ul li {
margin: 5px;
padding: 0 5px
}
.collections-index .tools ul li a {
padding: 0 5px;
background: #10D078;
color: #fff;
font-weight: 700
}
.collections-index .tools ul li a:hover {
text-decoration: none;
background: none;
color: #10D078;
font-weight: 700
}
.exchanges-results .exchanges-box {
background: #fff;
border: 1px solid #eee;
border-radius: 5px;
text-align: center;
padding-bottom: 5px;
padding-top: 15px;
margin: 0;
margin-bottom: 30px;
overflow: hidden;
position: relative;
}
.exchanges-results .exchanges-box hr{
margin: 10px 0 5px 0;
}
.copyright_text{
background-color: #020940;
color: #FFF;
padding-top: 10px;
}
.exchanges-results .exchanges-box a {
color: #ff6067;
}
.exchanges-results .exchanges-box a:hover {
text-decoration: none
}
.exchanges-results .exchanges-box .exchanges-img {
height: 80px;
line-height: 80px;
}
.exchanges-results .exchanges-box .exchanges-img img {
max-width: 90%;
max-height: 90%;
vertical-align: middle;
border-radius: 4px;
}
.exchanges-results .exchanges-box h4 {
margin-top: 5px;
margin-bottom: 5px;
color: #222;
font-size: 14px
}
.exchanges-results .exchanges-box:hover {
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
-webkit-box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
box-shadow: 0 4px 8px rgba(38, 38, 38, .2);
border: 1px solid #ccc;
background-color: #fff
}
.exchanges-results .exchanges-box:hover h4 {
color: #ff6067
}
.exchanges-results .exchanges-box.featured {
border: 1px solid #ff6067
}
.blog {
margin-bottom: 30px
}
.blog .blog-list-post {
background-color: #fff;
border-radius: 5px;
height: 100%;
display: block;
overflow: hidden;
text-decoration: none!important
}
.blog .blog-list-post .featured-image {
height: 200px;
overflow: hidden;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover
}
.blog .blog-list-post .post-header {
padding: 15px;
padding-top: 0
}
@media (min-width:992px) {
.blog .blog-list-post .post-header {
min-height: 170px
}
}
.blog .blog-list-post h2,
.blog .blog-list-post h3,
.blog .blog-list-post p.excerpt {
color: #222
}
.blog .blog-list-post p.read-more {
margin-bottom: 5px
}
.blog .blog-list-post:hover {
-webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
-webkit-transition: all .4s ease;
transition: all .4s ease;
-webkit-transform: translate3D(0, -1px, 0) scale(1.02);
transform: translate3D(0, -1px, 0) scale(1.02)
}
.blog .col-md-4,
.blog .col-md-12 {
padding-top: 30px
}
@media (min-width:992px) {
.blog .col-md-12 .blog-list-post .featured-image {
height: 100%
}
}
@media (max-width:991px) {
.blog .col-md-12 .blog-list-post .col-md-8 {
width: 100%
}
}
.blog .col-md-12 .blog-list-post .col-md-4 {
padding-top: 0
}
.blog-post .featured-image {
height: 400px;
overflow: hidden;
background-repeat: no-repeat;
background-position: 50%;
background-size: cover;
margin-left: -15px;
margin-right: -15px;
margin-top: -15px
}
@media (max-width:992px) {
.blog-post .featured-image {
height: 200px
}
}
.blog-post .post-header {
text-align: center
}
.blog-post .post-header,
.blog-post .post-text {
font-size: 16px
}
.blog-post .post-header {
margin-top: 40px
}
.blog-post .post-text {
margin-top: 40px;
margin-bottom: 60px
}
.blog-post .post-text .embedded_image {
margin-bottom: 30px;
cursor: default;
text-align: center
}
.blog-post .post-text .embedded_image img {
max-width: 100%;
height: auto;
display: block
}
.blog-post .post-text .embedded_image p {
text-align: center;
margin-bottom: 0!important
}
.blog-post .post-text .inline_html {
text-align: center
}
.blog-post .post-text .inline_html>* {
display: inline-block!important
}
.blog-post .post-author {
margin-bottom: 60px
}
.blog-post .post-author strong {
font-size: 120%
}
.blog-post .post-author .avatar {
float: left;
width: 50px;
height: 50px;
margin-right: 20px
}
.blog-post .post-comments {
margin-bottom: 60px
}
.auth_action{
padding: 10px 35px;
background-color: #10D078;
border: none;
transition-duration: 0.4s;
}
.form-control.is-invalid{
border-color: #CE3627;
}
.invalid-feedback{
font-size: 14px;
font-weight: 400;
color: #CE3627;
}
.coin-search{
margin: 50px 0 20px 0;
}
.coin-search input {
border: 1px solid #14c26b;
padding: 5px 10px;
font-size: 14px;
font-weight: 700;
color: #333;
border-radius: 2px;
}
#content{
background: #FFF;
}
/*coin table*/
.coin-table {
margin-bottom: 50px;
font-family: Montserrat,sans-serif;}
.coin-table .dataTables_length {
display: none; }
.coin-table thead, .coin-table tfoot {
background-color: #e8ebef; }
.coin-table thead th, .coin-table tfoot th {
border: none !important;
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
color: #333333;
padding: 7px 18px !important;
outline: none;
vertical-align: middle; }
.coin-table tbody td {
border: none;
border-bottom: #e8ebef solid 1px;
padding: 18px 18px !important;
font-weight: 500;
font-size: 16px; }
.coin-table tbody td img {
max-width: 25px;
margin-top: -5px;
padding-right: 5px; }
.coin-table tbody td a {
text-decoration: none;
}
.coin-table tbody td a:hover {
color: #063bde;
}
.pag_links .pagination>li>a, .pagination>li>span{
background-color: #e8ebef;
border-color: #e8ebef;
color: #333;
transition-duration: 0.4s;
padding: 10px 20px;
}
.pag_links .pagination>.disabled>span{
background-color: #ddd;
}
.pag_links .pagination>li>a:hover, .pagination>li>span:hover{
background-color: #10D078;
border-color: #10D078;
color: #FFF;
}
.pageginator {
margin: 30px 0 0 0;
text-align: center; }
.pageginator ul {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0; }
.pageginator ul li a:hover {
background-color: #10D078; }
.pageginator ul li a.disabled {
background-color: #dddddd;
cursor: default; }
.rating_star i{
display: inline;
color: #ffc400;
font-size: 14px;
}
.rating_star i.gray{
color: #cfcfcf;
}
.results-info .dropdown{
display: inline-block;
}
.results-info .dropdown.show{
display: inline-block !important;
}
.modal.fade.show{
opacity: 1 !important;
}
span.stars{
display: inline-block;
width: 80px;
height: 16px;
position: relative;
}
span.stars:before{
position: absolute;
top: 0;
left: 0;
content: '';
width: 80px;
height: 16px;
filter: grayscale(100%);
background:url('../assets/img/star-rating.png') center/cover;;
background-position: -1px 0px;
}
span.stars span {
display: block;
background:url('../assets/img/star-rating.png') center/cover;;
width: 80px;
height: 16px;
filter: grayscale(0%);
position: absolute;
z-index: 1;
}
span.stars span {
background-position: 0 0;
}
.section_heading h1{
font-weight: 400;
font-size: 30px;
}
.section_heading p{
font-size: 18px;
}
.coin_ico{
display: table;
margin: 40px auto;
}
.coin_ico img{
display: table-cell;
margin: 0;
vertical-align: middle;
max-width: 40px;
}
.coin_price{
display: table-cell;
margin: 0;
vertical-align: middle;
}
.coin_price h4{
text-align: left;
margin: 0;
}
.coin_price a{
color: #4741b5;
font-size: 14px;
display: block;
text-align: left;
}
.coin_price p{
margin: 0;
font-size: 18px;
}
.coin_ico img{
padding-right: 10px;
}
.btn:focus{
outline: none !important;
}
.btn-secondary{
background-color: #f36d07;
color: #FFF;
display: inline-block;
padding: 7px 20px;
border-radius: 30px;
font-size: 14px;
transition-duration: 0.4s;
text-decoration: none;
outline: none;
}
.cd_button a{
display: inline-block;
margin: 60px 10px;
}
.btn-secondary:hover{
text-decoration: none;
background: #bf5a07;
}
.dataTables_filter{
margin-bottom: 20px;
}
.compare_section{
background: #f6f7f8;
padding: 20px 0;
margin: 50px 0 30px 0;
}
.compare_section .section_heading h1{
color: #4741b5;
}
.compare_box{
background: #FFF;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
margin: 40px 0;
}
.share_icons li{
width: 40px;
float: left;
margin: 10px 10px 10px 0;
}
.share_icons li a{
display: block;
transition: 0.4s;
}
.share_icons li a:hover{
opacity: 0.6;
}
.share_icons li a img{
max-width: 40px;
}
.compare_box img{
max-width: 95px;
display: inline-block;
}
.compare_box i{
color: #4741b5;
font-size: 80px;
}
.compare_box p{
font-size: 14px;
margin-bottom: 0;
margin-top: 10px;
}
.compare_box p:nth-of-type(1){
color:#10D078;
}
.alert.compare_box span{
display: inline-block;
background-color: #10D078;
width: 50px;
height: 50px;
border-radius: 50px;
}
.alert.compare_box span img{
max-width: 35px;
display: inline-block;
text-align: center;
padding-top: 11px;
}
.compare_box.alert i{
font-size: 50px;
}
.alert .coin_price h4{
font-size: 14px;
text-align: left;
font-weight: 400;
}
.go_to_icon{
display: block;
text-align: center;
color:#4741b5;
font-size: 50px;
padding: 90px 0;
}
.compare_box.alert a{
text-decoration: none;
font-size: 14px;
padding: 5px 18px;
color: #FFF;
margin-top: 10px;
display: inline-block;
}
.compare_box.alert a i{
font-size: 13px;
color: #FFF;
}
.alert .coin_ico{
margin-top: 15px;
}
.alert .coin_ico.mb-0{
margin-bottom: 0;
}
.ex_section{
background-color: #f6f7f8;
margin: 0 0 0 0;
padding: 55px 0;
}
.subscribe_form{
margin: 30px 0;
width: 100%;
}
.subscribe_form input{
border: #f36d07 solid 1px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
float: left;
width: 76%;
}
.subscribe_form button{
border: #f36d07 solid 1px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
background: #f36d07;
color: #FFF;
height: 40px;
padding: 5px 14px;
transition-duration: 0.4s;
float: left;
width: 24%;
margin-left: -3px;
display: inline-block;
}
.subscribe_form button:hover{
background: #C66307;
border-color: #C66307;
}
.expc_box{
background: #FFF;
border-radius: 10px;
box-shadow: 0 0 20px #a9aaab;
width: 25%;
margin: 15px 40px;
display: inline-block;
font-family: 'Montserrat', sans-serif;
}
.expc_box.compare{
width: 100%;
}
.logo_container{
background: #FFF;
padding: 35px 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
text-align: center;
margin: 20px 20px;
}
.logo_container p{
color: #000;
font-weight: 700;
font-size: 18px;
}
.expc_box ul{
margin-top: 15px;
margin-bottom: 0;
}
.expc_box ul li{
text-align: center;
font-size: 16px;
font-weight: 600;
padding: 10px 7px;
}
.expc_box ul li:nth-of-type(even) {
background: #f6f7f8;
}
.expc_box ul li p{
color: #000;
font-weight: 400;
font-size: 13px;
margin-bottom: 3px;
}
#alert_modal.modal.fade .modal-dialog{
transform: translateY(0%);
}
.breadcrumbs h1{
padding-bottom:10px;
}
.card-body{
min-height: auto;
}
.mt-40{
margin-top:40px;
}
.m0_auto{
margin: 0 auto;
}
.calculator_wrapper{
width: 70%;
margin: 0 auto;
}
.bg_offwhite{
background: #f1f2f3;
}
.f_0{
font-size: 0;
}
#alert_modal .modal-header button{
position: relative; z-index: 1060;
}
.coin-detail {
background-color: #020940;
padding-top: 50px;
padding-bottom: 50px;
border-top: #FFF solid 1px;
}
.coin-detail .coin-data ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center; }
.coin-detail .coin-data ul li {
margin: 10px 0; }
.coin-detail .icon-image {
width: 50px;
height: 50px;
margin-right: 10px;
border-radius: 50px;
background-color: #FFF;
text-align: center;
padding-top: 9px; }
.coin-detail .icon-image img{
max-width: 32px;
}
.description_text{
color: #FFF;
font-size: 15px;
font-family: "Open Sans", sans-serif;
}
.icon-tag {
margin: 0 30px; }
.icon-tag p {
color: #FFF;
text-transform: uppercase;
font-family: Montserrat, sans-serif;
font-weight: 700;
font-size: 10px;
letter-spacing: .075em;
margin: 0; }
.icon-tag h4 {
color: #FFF;
margin: 0;
font-size: 20px;
font-family: Montserrat, sans-serif;
font-weight: 500;
letter-spacing: .1em; }
.icon-tag h4 span {
font-size: 12px;
font-weight: 700;
letter-spacing: 1px; }
.graph-container {
padding: 50px 0;
background-color: #e8ebef; }
.amChartsInputField {
display: none; }
.amChartsPeriodSelector fieldset {
text-align: center; }
.amChartsPeriodSelector fieldset legend + div {
display: none !important; }
.amChartsPeriodSelector fieldset legend + div + div {
font-size: 0;
float: none !important; }
.amChartsButton {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
padding: 10px 30px;
border: none;
background-color: rgba(20, 149, 107, 0.2);
color: #333;
border-radius: 4px;
font-family: Montserrat, sans-serif;
margin: 10px;
outline: none; }
.amChartsButtonSelected {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
font-family: Montserrat, sans-serif;
padding: 10px 30px;
border: none;
background-color: #10D078;
color: #FFF;
border-radius: 3px;
margin: 10px 2px;
outline: none; }
.coin-extra {
background-color: #FFF;
padding: 0 0 50px 0; }
.ranking-box {
margin: 30px 0;
padding: 10px 30px;
border: #e8ebef solid 2px;
border-radius: 2px;
height: 290px; }
.ranking-box .row {
align-items: center; }
.select2-container--default .select2-selection--single
{
height: 40px;
padding: 6px 12px;
border: #ddd solid 1px;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
top: 7px;
}
.btn-group-lg>.btn, .btn-lg
{
padding: 9px 20px !important;
}
.donate-section {
background-color: #1b334d;
padding: 40px;
text-align: center;
color: #FFF; }
.donate-section a {
display: inline-block;
border: #FFF solid 2px;
border-radius: 4px;
color: #1b334d;
background-color: #FFF;
padding: 10px 30px;
font-size: 16px;
text-transform: uppercase;
font-weight: 700;
text-decoration: none; }
.donate-section a:hover {
background-color: #063bde;
color: #FFF;
border-color: #063bde; }
.data-item {
margin: 20px 0; }
.data-item h2 {
color: #063bde;
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 700;
text-transform: capitalize;
letter-spacing: 0.025em;
margin: 0; }
.data-item p {
color: #333333;
font-size: 20px;
font-weight: 500;
letter-spacing: 0.025em;
font-family: Montserrat, sans-serif;
margin-top: 5px;
margin-bottom: 0; }
.data-item span.label-info {
background-color: #ff6e6e;
color: #FFF;
padding: 3px 15px;
border-radius: 2px;
display: inline-block;
margin-left: 5px;
font-size: 12px;
font-weight: 700; }
.ranking-box.description {
display: flex;
align-items: center; }
.ranking-box.description p {
font-size: 14px;
font-family: Montserrat, sans-serif;
font-weight: 500;
text-align: left;
color: #5178a0; }
.buy_coin{
padding: 30px 0;
}
.buy_coin h2{
margin: 0;
font-family: Montserrat, sans-serif;
}
.buy_box{
text-align: center;
background: #FFF;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 20px #e4e5e6;
margin: 40px 0;
}
.buy_box img{
max-width: 50px;
}
.buy_box h4{
margin-top: 0;
font-family: Montserrat, sans-serif;
}
.page_reviews{
background-color: #eee;
padding: 20px 0 50px 0;
}
.check_log{
border: #a9a9a9 solid 1px;
background-color: #a9a9a9;
border-radius: 6px;
padding: 10px 15px;
text-align: left;
}
.review_block{
background-color: #FFF;
border-radius: 4px;
padding: 10px;
margin: 30px 0;
padding-bottom: 20px;
}
.review_block img{
max-height: 40px;
}
.review_block p{
margin-bottom: 2px;
}
.add_review textarea{
min-height: 130px;
border-color: #d1d1d1;
resize: none;
box-shadow: none;
}
.dataTables_filter input {
border: #ccc solid 1px;
border-radius: 3px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
border: #ccc solid 1px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
background: #2c7be5;
border-color: #2c7be5;
color: #FFF;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
border-color: transparent;
background: #dcdcdc;
color: #9b9b9b
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
border-color: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
background: #2c7be5;
color: #FFF;
border-color: #2c7be5
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
background: #2c7be5;
color: #FFF;
border-color: #2c7be5
}
.ex_extra{
background-color: #FFF;
padding: 15px;
border-radius: 4px;
}
.ex_extra h2{
font-size: 18px;
}
#logout-form{
display: none;
}
#coin-graph{
width:100%;
height:500px;
}
.review_block .stars{
font-size: 0
}
#alert_modal{
z-index: 1060;
}
.d_none{
display: none;
}
.delete-alert{
display: none;
}
.img_ico{max-width: 35px}
.img_ico_md{max-width: 50px}
.ex_extra p{
font-size: 14px;
}
.img_ico_xl{height: 100px}
textarea{
min-height: 90px;
}
.search-item select{
height: 46px !important;
}
.m0{
margin: 0;
}
.color_black{
color: #000
}
#filters h4{
color: #666;
}
.dropdown-menu .divider{
margin: 0 0;
}
.mb-100{
margin-bottom: 100px;
}
article.article h3 a, .post_wrapper h3{
color: #333;
font-size: 22px;
}
article.article h3 a, .post_wrapper h3 a{
text-decoration: none;
color: #333;
}
article.article h3 a:hover, .post_wrapper h3:hover{
color: #4741b5;
}
.post_wrapper p{
color: #333;
line-height: 35px;
font-size: 16px;
}
article.article{
border-bottom: #ddd solid 1px;
padding-bottom: 20px;
}
article.article:nth-last-of-type(1){
border: none;
}
article.article .blog_imag{
height: 200px;
border-radius: 4px;
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
article.article .detail{
font-size: 12px;
margin-top: 8px;
text-align: right;
}
.deal_card{
box-shadow: 0 0 20px #ddd;
}
.deal_card .card-body{
padding: 15px;
}
.deal_card .card-body h3{
margin-top: 0;
}
.deal_card .deal_cover{
height: 200px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
width: 100%;
background-size: cover;
}
.profile_links{
box-shadow: 0 0 20px #ddd;
margin: 30px 0;
padding: 15px;
border-radius: 4px;
}
.profile_links ul{
padding: 0;
margin: 0;
}
.profile_links ul li{
display: block;
}
.profile_links ul li a{
padding: 8px 12px;
color: #333;
display: block;
transition-duration: 0.4s;
font-size: 16px;
text-decoration: none;
margin: 7px 0;
}
.profile_links ul li a i{
margin-right: 10px;
}
.profile_links ul li a:hover{
color: #10D078;
text-decoration: none;
}
.profile_links ul li a.active{
color: #10D078;
text-decoration: none;
}
.profile_page{
margin: 50px 0;
}
.profile_page .avatar-img{
max-width: 70px;
}
/*media queries*/
@media (max-width: 768px){
.cd_button{
text-align: center;
}
.cd_button br{
display: none;
}
.cd_button a{
margin: 10px 5px;
}
.coin-detail .coin-data ul li.d-none{
display: none;
}
#filters{
display: none;
}
#filters.show{
display: block;
}
.navbar-brand img{
max-width: 250px;
}
.icon-tag{
margin: 0 10px;
}
.icon-tag h4{
font-size: 16px;
}
.ranking-box:nth-of-type(1){
margin-top: 150px;
}
.ranking-box{
height: auto;
}
.ranking-box.description{
margin-top: 30px;
}
.expc_box{
width: 100%;
box-shadow: none;
margin: 15px 0;
}
footer h2{
margin-top: 40px;
}
.subscribe_form{
margin-top: 0;
}
} | 0.421671 | 0.067948 |
@font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-u4e1xr');
src:url('fonts/icomoon.eot?#iefix-u4e1xr') format('embedded-opentype'),
url('fonts/icomoon.woff?-u4e1xr') format('woff'),
url('fonts/icomoon.ttf?-u4e1xr') format('truetype'),
url('fonts/icomoon.svg?-u4e1xr#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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;
}
.icon-add-to-list:before {
content: "\e600";
}
.icon-classic-computer:before {
content: "\e601";
}
.icon-controller-fast-backward:before {
content: "\e602";
}
.icon-creative-commons-attribution:before {
content: "\e603";
}
.icon-creative-commons-noderivs:before {
content: "\e604";
}
.icon-creative-commons-noncommercial-eu:before {
content: "\e605";
}
.icon-creative-commons-noncommercial-us:before {
content: "\e606";
}
.icon-creative-commons-public-domain:before {
content: "\e607";
}
.icon-creative-commons-remix:before {
content: "\e608";
}
.icon-creative-commons-share:before {
content: "\e609";
}
.icon-creative-commons-sharealike:before {
content: "\e60a";
}
.icon-creative-commons:before {
content: "\e60b";
}
.icon-document-landscape:before {
content: "\e60c";
}
.icon-remove-user:before {
content: "\e60d";
}
.icon-warning:before {
content: "\e60e";
}
.icon-arrow-bold-down:before {
content: "\e60f";
}
.icon-arrow-bold-left:before {
content: "\e610";
}
.icon-arrow-bold-right:before {
content: "\e611";
}
.icon-arrow-bold-up:before {
content: "\e612";
}
.icon-arrow-down:before {
content: "\e613";
}
.icon-arrow-left:before {
content: "\e614";
}
.icon-arrow-long-down:before {
content: "\e615";
}
.icon-arrow-long-left:before {
content: "\e616";
}
.icon-arrow-long-right:before {
content: "\e617";
}
.icon-arrow-long-up:before {
content: "\e618";
}
.icon-arrow-right:before {
content: "\e619";
}
.icon-arrow-up:before {
content: "\e61a";
}
.icon-arrow-with-circle-down:before {
content: "\e61b";
}
.icon-arrow-with-circle-left:before {
content: "\e61c";
}
.icon-arrow-with-circle-right:before {
content: "\e61d";
}
.icon-arrow-with-circle-up:before {
content: "\e61e";
}
.icon-bookmark:before {
content: "\e61f";
}
.icon-bookmarks:before {
content: "\e620";
}
.icon-chevron-down:before {
content: "\e621";
}
.icon-chevron-left:before {
content: "\e622";
}
.icon-chevron-right:before {
content: "\e623";
}
.icon-chevron-small-down:before {
content: "\e624";
}
.icon-chevron-small-left:before {
content: "\e625";
}
.icon-chevron-small-right:before {
content: "\e626";
}
.icon-chevron-small-up:before {
content: "\e627";
}
.icon-chevron-thin-down:before {
content: "\e628";
}
.icon-chevron-thin-left:before {
content: "\e629";
}
.icon-chevron-thin-right:before {
content: "\e62a";
}
.icon-chevron-thin-up:before {
content: "\e62b";
}
.icon-chevron-up:before {
content: "\e62c";
}
.icon-chevron-with-circle-down:before {
content: "\e62d";
}
.icon-chevron-with-circle-left:before {
content: "\e62e";
}
.icon-chevron-with-circle-right:before {
content: "\e62f";
}
.icon-chevron-with-circle-up:before {
content: "\e630";
}
.icon-cloud:before {
content: "\e631";
}
.icon-controller-fast-forward:before {
content: "\e632";
}
.icon-controller-jump-to-start:before {
content: "\e633";
}
.icon-controller-next:before {
content: "\e634";
}
.icon-controller-paus:before {
content: "\e635";
}
.icon-controller-play:before {
content: "\e636";
}
.icon-controller-record:before {
content: "\e637";
}
.icon-controller-stop:before {
content: "\e638";
}
.icon-controller-volume:before {
content: "\e639";
}
.icon-dot-single:before {
content: "\e63a";
}
.icon-dots-three-horizontal:before {
content: "\e63b";
}
.icon-dots-three-vertical:before {
content: "\e63c";
}
.icon-dots-two-horizontal:before {
content: "\e63d";
}
.icon-dots-two-vertical:before {
content: "\e63e";
}
.icon-download:before {
content: "\e63f";
}
.icon-emoji-flirt:before {
content: "\e640";
}
.icon-flow-branch:before {
content: "\e641";
}
.icon-flow-cascade:before {
content: "\e642";
}
.icon-flow-line:before {
content: "\e643";
}
.icon-flow-parallel:before {
content: "\e644";
}
.icon-flow-tree:before {
content: "\e645";
}
.icon-install:before {
content: "\e646";
}
.icon-layers:before {
content: "\e647";
}
.icon-open-book:before {
content: "\e648";
}
.icon-resize-100:before {
content: "\e649";
}
.icon-resize-full-screen:before {
content: "\e64a";
}
.icon-save:before {
content: "\e64b";
}
.icon-select-arrows:before {
content: "\e64c";
}
.icon-sound-mute:before {
content: "\e64d";
}
.icon-sound:before {
content: "\e64e";
}
.icon-trash:before {
content: "\e64f";
}
.icon-triangle-down:before {
content: "\e650";
}
.icon-triangle-left:before {
content: "\e651";
}
.icon-triangle-right:before {
content: "\e652";
}
.icon-triangle-up:before {
content: "\e653";
}
.icon-uninstall:before {
content: "\e654";
}
.icon-upload-to-cloud:before {
content: "\e655";
}
.icon-upload:before {
content: "\e656";
}
.icon-add-user:before {
content: "\e657";
}
.icon-address:before {
content: "\e658";
}
.icon-adjust:before {
content: "\e659";
}
.icon-air:before {
content: "\e65a";
}
.icon-aircraft-landing:before {
content: "\e65b";
}
.icon-aircraft-take-off:before {
content: "\e65c";
}
.icon-aircraft:before {
content: "\e65d";
}
.icon-align-bottom:before {
content: "\e65e";
}
.icon-align-horizontal-middle:before {
content: "\e65f";
}
.icon-align-left:before {
content: "\e660";
}
.icon-align-right:before {
content: "\e661";
}
.icon-align-top:before {
content: "\e662";
}
.icon-align-vertical-middle:before {
content: "\e663";
}
.icon-archive:before {
content: "\e664";
}
.icon-area-graph:before {
content: "\e665";
}
.icon-attachment:before {
content: "\e666";
}
.icon-awareness-ribbon:before {
content: "\e667";
}
.icon-back-in-time:before {
content: "\e668";
}
.icon-back:before {
content: "\e669";
}
.icon-bar-graph:before {
content: "\e66a";
}
.icon-battery:before {
content: "\e66b";
}
.icon-beamed-note:before {
content: "\e66c";
}
.icon-bell:before {
content: "\e66d";
}
.icon-blackboard:before {
content: "\e66e";
}
.icon-block:before {
content: "\e66f";
}
.icon-book:before {
content: "\e670";
}
.icon-bowl:before {
content: "\e671";
}
.icon-box:before {
content: "\e672";
}
.icon-briefcase:before {
content: "\e673";
}
.icon-browser:before {
content: "\e674";
}
.icon-brush:before {
content: "\e675";
}
.icon-bucket:before {
content: "\e676";
}
.icon-cake:before {
content: "\e677";
}
.icon-calculator:before {
content: "\e678";
}
.icon-calendar:before {
content: "\e679";
}
.icon-camera:before {
content: "\e67a";
}
.icon-ccw:before {
content: "\e67b";
}
.icon-chat:before {
content: "\e67c";
}
.icon-check:before {
content: "\e67d";
}
.icon-circle-with-cross:before {
content: "\e67e";
}
.icon-circle-with-minus:before {
content: "\e67f";
}
.icon-circle-with-plus:before {
content: "\e680";
}
.icon-circle:before {
content: "\e681";
}
.icon-circular-graph:before {
content: "\e682";
}
.icon-clapperboard:before {
content: "\e683";
}
.icon-clipboard:before {
content: "\e684";
}
.icon-clock:before {
content: "\e685";
}
.icon-code:before {
content: "\e686";
}
.icon-cog:before {
content: "\e687";
}
.icon-colours:before {
content: "\e688";
}
.icon-compass:before {
content: "\e689";
}
.icon-copy:before {
content: "\e68a";
}
.icon-credit-card:before {
content: "\e68b";
}
.icon-credit:before {
content: "\e68c";
}
.icon-cross:before {
content: "\e68d";
}
.icon-cup:before {
content: "\e68e";
}
.icon-cw:before {
content: "\e68f";
}
.icon-cycle:before {
content: "\e690";
}
.icon-database:before {
content: "\e691";
}
.icon-dial-pad:before {
content: "\e692";
}
.icon-direction:before {
content: "\e693";
}
.icon-document:before {
content: "\e694";
}
.icon-documents:before {
content: "\e695";
}
.icon-drink:before {
content: "\e696";
}
.icon-drive:before {
content: "\e697";
}
.icon-drop:before {
content: "\e698";
}
.icon-edit:before {
content: "\e699";
}
.icon-email:before {
content: "\e69a";
}
.icon-emoji-happy:before {
content: "\e69b";
}
.icon-emoji-neutral:before {
content: "\e69c";
}
.icon-emoji-sad:before {
content: "\e69d";
}
.icon-erase:before {
content: "\e69e";
}
.icon-eraser:before {
content: "\e69f";
}
.icon-export:before {
content: "\e6a0";
}
.icon-eye:before {
content: "\e6a1";
}
.icon-feather:before {
content: "\e6a2";
}
.icon-flag:before {
content: "\e6a3";
}
.icon-flash:before {
content: "\e6a4";
}
.icon-flashlight:before {
content: "\e6a5";
}
.icon-flat-brush:before {
content: "\e6a6";
}
.icon-folder-images:before {
content: "\e6a7";
}
.icon-folder-music:before {
content: "\e6a8";
}
.icon-folder-video:before {
content: "\e6a9";
}
.icon-folder:before {
content: "\e6aa";
}
.icon-forward:before {
content: "\e6ab";
}
.icon-funnel:before {
content: "\e6ac";
}
.icon-game-controller:before {
content: "\e6ad";
}
.icon-gauge:before {
content: "\e6ae";
}
.icon-globe:before {
content: "\e6af";
}
.icon-graduation-cap:before {
content: "\e6b0";
}
.icon-grid:before {
content: "\e6b1";
}
.icon-hair-cross:before {
content: "\e6b2";
}
.icon-hand:before {
content: "\e6b3";
}
.icon-heart-outlined:before {
content: "\e6b4";
}
.icon-heart:before {
content: "\e6b5";
}
.icon-help-with-circle:before {
content: "\e6b6";
}
.icon-help:before {
content: "\e6b7";
}
.icon-home:before {
content: "\e6b8";
}
.icon-hour-glass:before {
content: "\e6b9";
}
.icon-image-inverted:before {
content: "\e6ba";
}
.icon-image:before {
content: "\e6bb";
}
.icon-images:before {
content: "\e6bc";
}
.icon-inbox:before {
content: "\e6bd";
}
.icon-infinity:before {
content: "\e6be";
}
.icon-info-with-circle:before {
content: "\e6bf";
}
.icon-info:before {
content: "\e6c0";
}
.icon-key:before {
content: "\e6c1";
}
.icon-keyboard:before {
content: "\e6c2";
}
.icon-lab-flask:before {
content: "\e6c3";
}
.icon-landline:before {
content: "\e6c4";
}
.icon-language:before {
content: "\e6c5";
}
.icon-laptop:before {
content: "\e6c6";
}
.icon-leaf:before {
content: "\e6c7";
}
.icon-level-down:before {
content: "\e6c8";
}
.icon-level-up:before {
content: "\e6c9";
}
.icon-lifebuoy:before {
content: "\e6ca";
}
.icon-light-bulb:before {
content: "\e6cb";
}
.icon-light-down:before {
content: "\e6cc";
}
.icon-light-up:before {
content: "\e6cd";
}
.icon-line-graph:before {
content: "\e6ce";
}
.icon-link:before {
content: "\e6cf";
}
.icon-list:before {
content: "\e6d0";
}
.icon-location-pin:before {
content: "\e6d1";
}
.icon-location:before {
content: "\e6d2";
}
.icon-lock-open:before {
content: "\e6d3";
}
.icon-lock:before {
content: "\e6d4";
}
.icon-log-out:before {
content: "\e6d5";
}
.icon-login:before {
content: "\e6d6";
}
.icon-loop:before {
content: "\e6d7";
}
.icon-magnet:before {
content: "\e6d8";
}
.icon-magnifying-glass:before {
content: "\e6d9";
}
.icon-mail:before {
content: "\e6da";
}
.icon-man:before {
content: "\e6db";
}
.icon-map:before {
content: "\e6dc";
}
.icon-mask:before {
content: "\e6dd";
}
.icon-medal:before {
content: "\e6de";
}
.icon-megaphone:before {
content: "\e6df";
}
.icon-menu:before {
content: "\e6e0";
}
.icon-message:before {
content: "\e6e1";
}
.icon-mic:before {
content: "\e6e2";
}
.icon-minus:before {
content: "\e6e3";
}
.icon-mobile:before {
content: "\e6e4";
}
.icon-modern-mic:before {
content: "\e6e5";
}
.icon-moon:before {
content: "\e6e6";
}
.icon-mouse:before {
content: "\e6e7";
}
.icon-music:before {
content: "\e6e8";
}
.icon-network:before {
content: "\e6e9";
}
.icon-new-message:before {
content: "\e6ea";
}
.icon-new:before {
content: "\e6eb";
}
.icon-news:before {
content: "\e6ec";
}
.icon-note:before {
content: "\e6ed";
}
.icon-notification:before {
content: "\e6ee";
}
.icon-old-mobile:before {
content: "\e6ef";
}
.icon-old-phone:before {
content: "\e6f0";
}
.icon-palette:before {
content: "\e6f1";
}
.icon-paper-plane:before {
content: "\e6f2";
}
.icon-pencil:before {
content: "\e6f3";
}
.icon-phone:before {
content: "\e6f4";
}
.icon-pie-chart:before {
content: "\e6f5";
}
.icon-pin:before {
content: "\e6f6";
}
.icon-plus:before {
content: "\e6f7";
}
.icon-popup:before {
content: "\e6f8";
}
.icon-power-plug:before {
content: "\e6f9";
}
.icon-price-ribbon:before {
content: "\e6fa";
}
.icon-price-tag:before {
content: "\e6fb";
}
.icon-print:before {
content: "\e6fc";
}
.icon-progress-empty:before {
content: "\e6fd";
}
.icon-progress-full:before {
content: "\e6fe";
}
.icon-progress-one:before {
content: "\e6ff";
}
.icon-progress-two:before {
content: "\e700";
}
.icon-publish:before {
content: "\e701";
}
.icon-quote:before {
content: "\e702";
}
.icon-radio:before {
content: "\e703";
}
.icon-reply-all:before {
content: "\e704";
}
.icon-reply:before {
content: "\e705";
}
.icon-retweet:before {
content: "\e706";
}
.icon-rocket:before {
content: "\e707";
}
.icon-round-brush:before {
content: "\e708";
}
.icon-rss:before {
content: "\e709";
}
.icon-ruler:before {
content: "\e70a";
}
.icon-scissors:before {
content: "\e70b";
}
.icon-share-alternitive:before {
content: "\e70c";
}
.icon-share:before {
content: "\e70d";
}
.icon-shareable:before {
content: "\e70e";
}
.icon-shield:before {
content: "\e70f";
}
.icon-shop:before {
content: "\e710";
}
.icon-shopping-bag:before {
content: "\e711";
}
.icon-shopping-basket:before {
content: "\e712";
}
.icon-shopping-cart:before {
content: "\e713";
}
.icon-shuffle:before {
content: "\e714";
}
.icon-signal:before {
content: "\e715";
}
.icon-sound-mix:before {
content: "\e716";
}
.icon-sports-club:before {
content: "\e717";
}
.icon-spreadsheet:before {
content: "\e718";
}
.icon-squared-cross:before {
content: "\e719";
}
.icon-squared-minus:before {
content: "\e71a";
}
.icon-squared-plus:before {
content: "\e71b";
}
.icon-star-outlined:before {
content: "\e71c";
}
.icon-star:before {
content: "\e71d";
}
.icon-stopwatch:before {
content: "\e71e";
}
.icon-suitcase:before {
content: "\e71f";
}
.icon-swap:before {
content: "\e720";
}
.icon-sweden:before {
content: "\e721";
}
.icon-switch:before {
content: "\e722";
}
.icon-tablet:before {
content: "\e723";
}
.icon-tag:before {
content: "\e724";
}
.icon-text-document-inverted:before {
content: "\e725";
}
.icon-text-document:before {
content: "\e726";
}
.icon-text:before {
content: "\e727";
}
.icon-thermometer:before {
content: "\e728";
}
.icon-thumbs-down:before {
content: "\e729";
}
.icon-thumbs-up:before {
content: "\e72a";
}
.icon-thunder-cloud:before {
content: "\e72b";
}
.icon-ticket:before {
content: "\e72c";
}
.icon-time-slot:before {
content: "\e72d";
}
.icon-tools:before {
content: "\e72e";
}
.icon-traffic-cone:before {
content: "\e72f";
}
.icon-tree:before {
content: "\e730";
}
.icon-trophy:before {
content: "\e731";
}
.icon-tv:before {
content: "\e732";
}
.icon-typing:before {
content: "\e733";
}
.icon-unread:before {
content: "\e734";
}
.icon-untag:before {
content: "\e735";
}
.icon-user:before {
content: "\e736";
}
.icon-users:before {
content: "\e737";
}
.icon-v-card:before {
content: "\e738";
}
.icon-video:before {
content: "\e739";
}
.icon-vinyl:before {
content: "\e73a";
}
.icon-voicemail:before {
content: "\e73b";
}
.icon-wallet:before {
content: "\e73c";
}
.icon-water:before {
content: "\e73d";
}
.icon-500px-with-circle:before {
content: "\e73e";
}
.icon-500px:before {
content: "\e73f";
}
.icon-basecamp:before {
content: "\e740";
}
.icon-behance:before {
content: "\e741";
}
.icon-creative-cloud:before {
content: "\e742";
}
.icon-dropbox:before {
content: "\e743";
}
.icon-evernote:before {
content: "\e744";
}
.icon-flattr:before {
content: "\e745";
}
.icon-foursquare:before {
content: "\e746";
}
.icon-google-drive:before {
content: "\e747";
}
.icon-google-hangouts:before {
content: "\e748";
}
.icon-grooveshark:before {
content: "\e749";
}
.icon-icloud:before {
content: "\e74a";
}
.icon-mixi:before {
content: "\e74b";
}
.icon-onedrive:before {
content: "\e74c";
}
.icon-paypal:before {
content: "\e74d";
}
.icon-picasa:before {
content: "\e74e";
}
.icon-qq:before {
content: "\e74f";
}
.icon-rdio-with-circle:before {
content: "\e750";
}
.icon-renren:before {
content: "\e751";
}
.icon-scribd:before {
content: "\e752";
}
.icon-sina-weibo:before {
content: "\e753";
}
.icon-skype-with-circle:before {
content: "\e754";
}
.icon-skype:before {
content: "\e755";
}
.icon-slideshare:before {
content: "\e756";
}
.icon-smashing:before {
content: "\e757";
}
.icon-soundcloud:before {
content: "\e758";
}
.icon-spotify-with-circle:before {
content: "\e759";
}
.icon-spotify:before {
content: "\e75a";
}
.icon-swarm:before {
content: "\e75b";
}
.icon-vine-with-circle:before {
content: "\e75c";
}
.icon-vine:before {
content: "\e75d";
}
.icon-vk-alternitive:before {
content: "\e75e";
}
.icon-vk-with-circle:before {
content: "\e75f";
}
.icon-vk:before {
content: "\e760";
}
.icon-xing-with-circle:before {
content: "\e761";
}
.icon-xing:before {
content: "\e762";
}
.icon-yelp:before {
content: "\e763";
}
.icon-dribbble-with-circle:before {
content: "\e764";
}
.icon-dribbble:before {
content: "\e765";
}
.icon-facebook-with-circle:before {
content: "\e766";
}
.icon-facebook:before {
content: "\e767";
}
.icon-flickr-with-circle:before {
content: "\e768";
}
.icon-flickr:before {
content: "\e769";
}
.icon-github-with-circle:before {
content: "\e76a";
}
.icon-github:before {
content: "\e76b";
}
.icon-google-with-circle:before {
content: "\e76c";
}
.icon-google:before {
content: "\e76d";
}
.icon-instagram-with-circle:before {
content: "\e76e";
}
.icon-instagram:before {
content: "\e76f";
}
.icon-lastfm-with-circle:before {
content: "\e770";
}
.icon-lastfm:before {
content: "\e771";
}
.icon-linkedin-with-circle:before {
content: "\e772";
}
.icon-linkedin:before {
content: "\e773";
}
.icon-pinterest-with-circle:before {
content: "\e774";
}
.icon-pinterest:before {
content: "\e775";
}
.icon-rdio:before {
content: "\e776";
}
.icon-stumbleupon-with-circle:before {
content: "\e777";
}
.icon-stumbleupon:before {
content: "\e778";
}
.icon-tumblr-with-circle:before {
content: "\e779";
}
.icon-tumblr:before {
content: "\e77a";
}
.icon-twitter-with-circle:before {
content: "\e77b";
}
.icon-twitter:before {
content: "\e77c";
}
.icon-vimeo-with-circle:before {
content: "\e77d";
}
.icon-vimeo:before {
content: "\e77e";
}
.icon-youtube-with-circle:before {
content: "\e77f";
}
.icon-youtube:before {
content: "\e780";
}
.icon-eye2:before {
content: "\e000";
}
.icon-paper-clip:before {
content: "\e001";
}
.icon-mail2:before {
content: "\e002";
}
.icon-toggle:before {
content: "\e003";
}
.icon-layout:before {
content: "\e004";
}
.icon-link2:before {
content: "\e005";
}
.icon-bell2:before {
content: "\e006";
}
.icon-lock2:before {
content: "\e007";
}
.icon-unlock:before {
content: "\e008";
}
.icon-ribbon:before {
content: "\e009";
}
.icon-image2:before {
content: "\e010";
}
.icon-signal2:before {
content: "\e011";
}
.icon-target:before {
content: "\e012";
}
.icon-clipboard2:before {
content: "\e013";
}
.icon-clock2:before {
content: "\e014";
}
.icon-watch:before {
content: "\e015";
}
.icon-air-play:before {
content: "\e016";
}
.icon-camera2:before {
content: "\e017";
}
.icon-video2:before {
content: "\e018";
}
.icon-disc:before {
content: "\e019";
}
.icon-printer:before {
content: "\e020";
}
.icon-monitor:before {
content: "\e021";
}
.icon-server:before {
content: "\e022";
}
.icon-cog2:before {
content: "\e023";
}
.icon-heart2:before {
content: "\e024";
}
.icon-paragraph:before {
content: "\e025";
}
.icon-align-justify:before {
content: "\e026";
}
.icon-align-left2:before {
content: "\e027";
}
.icon-align-center:before {
content: "\e028";
}
.icon-align-right2:before {
content: "\e029";
}
.icon-book2:before {
content: "\e030";
}
.icon-layers2:before {
content: "\e031";
}
.icon-stack:before {
content: "\e032";
}
.icon-stack-2:before {
content: "\e033";
}
.icon-paper:before {
content: "\e034";
}
.icon-paper-stack:before {
content: "\e035";
}
.icon-search:before {
content: "\e036";
}
.icon-zoom-in:before {
content: "\e037";
}
.icon-zoom-out:before {
content: "\e038";
}
.icon-reply2:before {
content: "\e039";
}
.icon-circle-plus:before {
content: "\e040";
}
.icon-circle-minus:before {
content: "\e041";
}
.icon-circle-check:before {
content: "\e042";
}
.icon-circle-cross:before {
content: "\e043";
}
.icon-square-plus:before {
content: "\e044";
}
.icon-square-minus:before {
content: "\e045";
}
.icon-square-check:before {
content: "\e046";
}
.icon-square-cross:before {
content: "\e047";
}
.icon-microphone:before {
content: "\e048";
}
.icon-record:before {
content: "\e049";
}
.icon-skip-back:before {
content: "\e050";
}
.icon-rewind:before {
content: "\e051";
}
.icon-play:before {
content: "\e052";
}
.icon-pause:before {
content: "\e053";
}
.icon-stop:before {
content: "\e054";
}
.icon-fast-forward:before {
content: "\e055";
}
.icon-skip-forward:before {
content: "\e056";
}
.icon-shuffle2:before {
content: "\e057";
}
.icon-repeat:before {
content: "\e058";
}
.icon-folder2:before {
content: "\e059";
}
.icon-umbrella:before {
content: "\e060";
}
.icon-moon2:before {
content: "\e061";
}
.icon-thermometer2:before {
content: "\e062";
}
.icon-drop2:before {
content: "\e063";
}
.icon-sun:before {
content: "\e064";
}
.icon-cloud2:before {
content: "\e065";
}
.icon-cloud-upload:before {
content: "\e066";
}
.icon-cloud-download:before {
content: "\e067";
}
.icon-upload2:before {
content: "\e068";
}
.icon-download2:before {
content: "\e069";
}
.icon-location2:before {
content: "\e070";
}
.icon-location-2:before {
content: "\e071";
}
.icon-map2:before {
content: "\e072";
}
.icon-battery2:before {
content: "\e073";
}
.icon-head:before {
content: "\e074";
}
.icon-briefcase2:before {
content: "\e075";
}
.icon-speech-bubble:before {
content: "\e076";
}
.icon-anchor:before {
content: "\e077";
}
.icon-globe2:before {
content: "\e078";
}
.icon-box2:before {
content: "\e079";
}
.icon-reload:before {
content: "\e080";
}
.icon-share2:before {
content: "\e081";
}
.icon-marquee:before {
content: "\e082";
}
.icon-marquee-plus:before {
content: "\e083";
}
.icon-marquee-minus:before {
content: "\e084";
}
.icon-tag2:before {
content: "\e085";
}
.icon-power:before {
content: "\e086";
}
.icon-command:before {
content: "\e087";
}
.icon-alt:before {
content: "\e088";
}
.icon-esc:before {
content: "\e089";
}
.icon-bar-graph2:before {
content: "\e090";
}
.icon-bar-graph-2:before {
content: "\e091";
}
.icon-pie-graph:before {
content: "\e092";
}
.icon-star2:before {
content: "\e093";
}
.icon-arrow-left2:before {
content: "\e094";
}
.icon-arrow-right2:before {
content: "\e095";
}
.icon-arrow-up2:before {
content: "\e096";
}
.icon-arrow-down2:before {
content: "\e097";
}
.icon-volume:before {
content: "\e098";
}
.icon-mute:before {
content: "\e099";
}
.icon-content-right:before {
content: "\e100";
}
.icon-content-left:before {
content: "\e101";
}
.icon-grid2:before {
content: "\e102";
}
.icon-grid-2:before {
content: "\e103";
}
.icon-columns:before {
content: "\e104";
}
.icon-loader:before {
content: "\e105";
}
.icon-bag:before {
content: "\e106";
}
.icon-ban:before {
content: "\e107";
}
.icon-flag2:before {
content: "\e108";
}
.icon-trash2:before {
content: "\e109";
}
.icon-expand:before {
content: "\e110";
}
.icon-contract:before {
content: "\e111";
}
.icon-maximize:before {
content: "\e112";
}
.icon-minimize:before {
content: "\e113";
}
.icon-plus2:before {
content: "\e114";
}
.icon-minus2:before {
content: "\e115";
}
.icon-check2:before {
content: "\e116";
}
.icon-cross2:before {
content: "\e117";
}
.icon-move:before {
content: "\e118";
}
.icon-delete:before {
content: "\e119";
}
.icon-menu2:before {
content: "\e120";
}
.icon-archive2:before {
content: "\e121";
}
.icon-inbox2:before {
content: "\e122";
}
.icon-outbox:before {
content: "\e123";
}
.icon-file:before {
content: "\e124";
}
.icon-file-add:before {
content: "\e125";
}
.icon-file-subtract:before {
content: "\e126";
}
.icon-help2:before {
content: "\e127";
}
.icon-open:before {
content: "\e128";
}
.icon-ellipsis:before {
content: "\e129";
} | fonts/icomoon/style.css | @font-face {
font-family: 'icomoon';
src:url('fonts/icomoon.eot?-u4e1xr');
src:url('fonts/icomoon.eot?#iefix-u4e1xr') format('embedded-opentype'),
url('fonts/icomoon.woff?-u4e1xr') format('woff'),
url('fonts/icomoon.ttf?-u4e1xr') format('truetype'),
url('fonts/icomoon.svg?-u4e1xr#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
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;
}
.icon-add-to-list:before {
content: "\e600";
}
.icon-classic-computer:before {
content: "\e601";
}
.icon-controller-fast-backward:before {
content: "\e602";
}
.icon-creative-commons-attribution:before {
content: "\e603";
}
.icon-creative-commons-noderivs:before {
content: "\e604";
}
.icon-creative-commons-noncommercial-eu:before {
content: "\e605";
}
.icon-creative-commons-noncommercial-us:before {
content: "\e606";
}
.icon-creative-commons-public-domain:before {
content: "\e607";
}
.icon-creative-commons-remix:before {
content: "\e608";
}
.icon-creative-commons-share:before {
content: "\e609";
}
.icon-creative-commons-sharealike:before {
content: "\e60a";
}
.icon-creative-commons:before {
content: "\e60b";
}
.icon-document-landscape:before {
content: "\e60c";
}
.icon-remove-user:before {
content: "\e60d";
}
.icon-warning:before {
content: "\e60e";
}
.icon-arrow-bold-down:before {
content: "\e60f";
}
.icon-arrow-bold-left:before {
content: "\e610";
}
.icon-arrow-bold-right:before {
content: "\e611";
}
.icon-arrow-bold-up:before {
content: "\e612";
}
.icon-arrow-down:before {
content: "\e613";
}
.icon-arrow-left:before {
content: "\e614";
}
.icon-arrow-long-down:before {
content: "\e615";
}
.icon-arrow-long-left:before {
content: "\e616";
}
.icon-arrow-long-right:before {
content: "\e617";
}
.icon-arrow-long-up:before {
content: "\e618";
}
.icon-arrow-right:before {
content: "\e619";
}
.icon-arrow-up:before {
content: "\e61a";
}
.icon-arrow-with-circle-down:before {
content: "\e61b";
}
.icon-arrow-with-circle-left:before {
content: "\e61c";
}
.icon-arrow-with-circle-right:before {
content: "\e61d";
}
.icon-arrow-with-circle-up:before {
content: "\e61e";
}
.icon-bookmark:before {
content: "\e61f";
}
.icon-bookmarks:before {
content: "\e620";
}
.icon-chevron-down:before {
content: "\e621";
}
.icon-chevron-left:before {
content: "\e622";
}
.icon-chevron-right:before {
content: "\e623";
}
.icon-chevron-small-down:before {
content: "\e624";
}
.icon-chevron-small-left:before {
content: "\e625";
}
.icon-chevron-small-right:before {
content: "\e626";
}
.icon-chevron-small-up:before {
content: "\e627";
}
.icon-chevron-thin-down:before {
content: "\e628";
}
.icon-chevron-thin-left:before {
content: "\e629";
}
.icon-chevron-thin-right:before {
content: "\e62a";
}
.icon-chevron-thin-up:before {
content: "\e62b";
}
.icon-chevron-up:before {
content: "\e62c";
}
.icon-chevron-with-circle-down:before {
content: "\e62d";
}
.icon-chevron-with-circle-left:before {
content: "\e62e";
}
.icon-chevron-with-circle-right:before {
content: "\e62f";
}
.icon-chevron-with-circle-up:before {
content: "\e630";
}
.icon-cloud:before {
content: "\e631";
}
.icon-controller-fast-forward:before {
content: "\e632";
}
.icon-controller-jump-to-start:before {
content: "\e633";
}
.icon-controller-next:before {
content: "\e634";
}
.icon-controller-paus:before {
content: "\e635";
}
.icon-controller-play:before {
content: "\e636";
}
.icon-controller-record:before {
content: "\e637";
}
.icon-controller-stop:before {
content: "\e638";
}
.icon-controller-volume:before {
content: "\e639";
}
.icon-dot-single:before {
content: "\e63a";
}
.icon-dots-three-horizontal:before {
content: "\e63b";
}
.icon-dots-three-vertical:before {
content: "\e63c";
}
.icon-dots-two-horizontal:before {
content: "\e63d";
}
.icon-dots-two-vertical:before {
content: "\e63e";
}
.icon-download:before {
content: "\e63f";
}
.icon-emoji-flirt:before {
content: "\e640";
}
.icon-flow-branch:before {
content: "\e641";
}
.icon-flow-cascade:before {
content: "\e642";
}
.icon-flow-line:before {
content: "\e643";
}
.icon-flow-parallel:before {
content: "\e644";
}
.icon-flow-tree:before {
content: "\e645";
}
.icon-install:before {
content: "\e646";
}
.icon-layers:before {
content: "\e647";
}
.icon-open-book:before {
content: "\e648";
}
.icon-resize-100:before {
content: "\e649";
}
.icon-resize-full-screen:before {
content: "\e64a";
}
.icon-save:before {
content: "\e64b";
}
.icon-select-arrows:before {
content: "\e64c";
}
.icon-sound-mute:before {
content: "\e64d";
}
.icon-sound:before {
content: "\e64e";
}
.icon-trash:before {
content: "\e64f";
}
.icon-triangle-down:before {
content: "\e650";
}
.icon-triangle-left:before {
content: "\e651";
}
.icon-triangle-right:before {
content: "\e652";
}
.icon-triangle-up:before {
content: "\e653";
}
.icon-uninstall:before {
content: "\e654";
}
.icon-upload-to-cloud:before {
content: "\e655";
}
.icon-upload:before {
content: "\e656";
}
.icon-add-user:before {
content: "\e657";
}
.icon-address:before {
content: "\e658";
}
.icon-adjust:before {
content: "\e659";
}
.icon-air:before {
content: "\e65a";
}
.icon-aircraft-landing:before {
content: "\e65b";
}
.icon-aircraft-take-off:before {
content: "\e65c";
}
.icon-aircraft:before {
content: "\e65d";
}
.icon-align-bottom:before {
content: "\e65e";
}
.icon-align-horizontal-middle:before {
content: "\e65f";
}
.icon-align-left:before {
content: "\e660";
}
.icon-align-right:before {
content: "\e661";
}
.icon-align-top:before {
content: "\e662";
}
.icon-align-vertical-middle:before {
content: "\e663";
}
.icon-archive:before {
content: "\e664";
}
.icon-area-graph:before {
content: "\e665";
}
.icon-attachment:before {
content: "\e666";
}
.icon-awareness-ribbon:before {
content: "\e667";
}
.icon-back-in-time:before {
content: "\e668";
}
.icon-back:before {
content: "\e669";
}
.icon-bar-graph:before {
content: "\e66a";
}
.icon-battery:before {
content: "\e66b";
}
.icon-beamed-note:before {
content: "\e66c";
}
.icon-bell:before {
content: "\e66d";
}
.icon-blackboard:before {
content: "\e66e";
}
.icon-block:before {
content: "\e66f";
}
.icon-book:before {
content: "\e670";
}
.icon-bowl:before {
content: "\e671";
}
.icon-box:before {
content: "\e672";
}
.icon-briefcase:before {
content: "\e673";
}
.icon-browser:before {
content: "\e674";
}
.icon-brush:before {
content: "\e675";
}
.icon-bucket:before {
content: "\e676";
}
.icon-cake:before {
content: "\e677";
}
.icon-calculator:before {
content: "\e678";
}
.icon-calendar:before {
content: "\e679";
}
.icon-camera:before {
content: "\e67a";
}
.icon-ccw:before {
content: "\e67b";
}
.icon-chat:before {
content: "\e67c";
}
.icon-check:before {
content: "\e67d";
}
.icon-circle-with-cross:before {
content: "\e67e";
}
.icon-circle-with-minus:before {
content: "\e67f";
}
.icon-circle-with-plus:before {
content: "\e680";
}
.icon-circle:before {
content: "\e681";
}
.icon-circular-graph:before {
content: "\e682";
}
.icon-clapperboard:before {
content: "\e683";
}
.icon-clipboard:before {
content: "\e684";
}
.icon-clock:before {
content: "\e685";
}
.icon-code:before {
content: "\e686";
}
.icon-cog:before {
content: "\e687";
}
.icon-colours:before {
content: "\e688";
}
.icon-compass:before {
content: "\e689";
}
.icon-copy:before {
content: "\e68a";
}
.icon-credit-card:before {
content: "\e68b";
}
.icon-credit:before {
content: "\e68c";
}
.icon-cross:before {
content: "\e68d";
}
.icon-cup:before {
content: "\e68e";
}
.icon-cw:before {
content: "\e68f";
}
.icon-cycle:before {
content: "\e690";
}
.icon-database:before {
content: "\e691";
}
.icon-dial-pad:before {
content: "\e692";
}
.icon-direction:before {
content: "\e693";
}
.icon-document:before {
content: "\e694";
}
.icon-documents:before {
content: "\e695";
}
.icon-drink:before {
content: "\e696";
}
.icon-drive:before {
content: "\e697";
}
.icon-drop:before {
content: "\e698";
}
.icon-edit:before {
content: "\e699";
}
.icon-email:before {
content: "\e69a";
}
.icon-emoji-happy:before {
content: "\e69b";
}
.icon-emoji-neutral:before {
content: "\e69c";
}
.icon-emoji-sad:before {
content: "\e69d";
}
.icon-erase:before {
content: "\e69e";
}
.icon-eraser:before {
content: "\e69f";
}
.icon-export:before {
content: "\e6a0";
}
.icon-eye:before {
content: "\e6a1";
}
.icon-feather:before {
content: "\e6a2";
}
.icon-flag:before {
content: "\e6a3";
}
.icon-flash:before {
content: "\e6a4";
}
.icon-flashlight:before {
content: "\e6a5";
}
.icon-flat-brush:before {
content: "\e6a6";
}
.icon-folder-images:before {
content: "\e6a7";
}
.icon-folder-music:before {
content: "\e6a8";
}
.icon-folder-video:before {
content: "\e6a9";
}
.icon-folder:before {
content: "\e6aa";
}
.icon-forward:before {
content: "\e6ab";
}
.icon-funnel:before {
content: "\e6ac";
}
.icon-game-controller:before {
content: "\e6ad";
}
.icon-gauge:before {
content: "\e6ae";
}
.icon-globe:before {
content: "\e6af";
}
.icon-graduation-cap:before {
content: "\e6b0";
}
.icon-grid:before {
content: "\e6b1";
}
.icon-hair-cross:before {
content: "\e6b2";
}
.icon-hand:before {
content: "\e6b3";
}
.icon-heart-outlined:before {
content: "\e6b4";
}
.icon-heart:before {
content: "\e6b5";
}
.icon-help-with-circle:before {
content: "\e6b6";
}
.icon-help:before {
content: "\e6b7";
}
.icon-home:before {
content: "\e6b8";
}
.icon-hour-glass:before {
content: "\e6b9";
}
.icon-image-inverted:before {
content: "\e6ba";
}
.icon-image:before {
content: "\e6bb";
}
.icon-images:before {
content: "\e6bc";
}
.icon-inbox:before {
content: "\e6bd";
}
.icon-infinity:before {
content: "\e6be";
}
.icon-info-with-circle:before {
content: "\e6bf";
}
.icon-info:before {
content: "\e6c0";
}
.icon-key:before {
content: "\e6c1";
}
.icon-keyboard:before {
content: "\e6c2";
}
.icon-lab-flask:before {
content: "\e6c3";
}
.icon-landline:before {
content: "\e6c4";
}
.icon-language:before {
content: "\e6c5";
}
.icon-laptop:before {
content: "\e6c6";
}
.icon-leaf:before {
content: "\e6c7";
}
.icon-level-down:before {
content: "\e6c8";
}
.icon-level-up:before {
content: "\e6c9";
}
.icon-lifebuoy:before {
content: "\e6ca";
}
.icon-light-bulb:before {
content: "\e6cb";
}
.icon-light-down:before {
content: "\e6cc";
}
.icon-light-up:before {
content: "\e6cd";
}
.icon-line-graph:before {
content: "\e6ce";
}
.icon-link:before {
content: "\e6cf";
}
.icon-list:before {
content: "\e6d0";
}
.icon-location-pin:before {
content: "\e6d1";
}
.icon-location:before {
content: "\e6d2";
}
.icon-lock-open:before {
content: "\e6d3";
}
.icon-lock:before {
content: "\e6d4";
}
.icon-log-out:before {
content: "\e6d5";
}
.icon-login:before {
content: "\e6d6";
}
.icon-loop:before {
content: "\e6d7";
}
.icon-magnet:before {
content: "\e6d8";
}
.icon-magnifying-glass:before {
content: "\e6d9";
}
.icon-mail:before {
content: "\e6da";
}
.icon-man:before {
content: "\e6db";
}
.icon-map:before {
content: "\e6dc";
}
.icon-mask:before {
content: "\e6dd";
}
.icon-medal:before {
content: "\e6de";
}
.icon-megaphone:before {
content: "\e6df";
}
.icon-menu:before {
content: "\e6e0";
}
.icon-message:before {
content: "\e6e1";
}
.icon-mic:before {
content: "\e6e2";
}
.icon-minus:before {
content: "\e6e3";
}
.icon-mobile:before {
content: "\e6e4";
}
.icon-modern-mic:before {
content: "\e6e5";
}
.icon-moon:before {
content: "\e6e6";
}
.icon-mouse:before {
content: "\e6e7";
}
.icon-music:before {
content: "\e6e8";
}
.icon-network:before {
content: "\e6e9";
}
.icon-new-message:before {
content: "\e6ea";
}
.icon-new:before {
content: "\e6eb";
}
.icon-news:before {
content: "\e6ec";
}
.icon-note:before {
content: "\e6ed";
}
.icon-notification:before {
content: "\e6ee";
}
.icon-old-mobile:before {
content: "\e6ef";
}
.icon-old-phone:before {
content: "\e6f0";
}
.icon-palette:before {
content: "\e6f1";
}
.icon-paper-plane:before {
content: "\e6f2";
}
.icon-pencil:before {
content: "\e6f3";
}
.icon-phone:before {
content: "\e6f4";
}
.icon-pie-chart:before {
content: "\e6f5";
}
.icon-pin:before {
content: "\e6f6";
}
.icon-plus:before {
content: "\e6f7";
}
.icon-popup:before {
content: "\e6f8";
}
.icon-power-plug:before {
content: "\e6f9";
}
.icon-price-ribbon:before {
content: "\e6fa";
}
.icon-price-tag:before {
content: "\e6fb";
}
.icon-print:before {
content: "\e6fc";
}
.icon-progress-empty:before {
content: "\e6fd";
}
.icon-progress-full:before {
content: "\e6fe";
}
.icon-progress-one:before {
content: "\e6ff";
}
.icon-progress-two:before {
content: "\e700";
}
.icon-publish:before {
content: "\e701";
}
.icon-quote:before {
content: "\e702";
}
.icon-radio:before {
content: "\e703";
}
.icon-reply-all:before {
content: "\e704";
}
.icon-reply:before {
content: "\e705";
}
.icon-retweet:before {
content: "\e706";
}
.icon-rocket:before {
content: "\e707";
}
.icon-round-brush:before {
content: "\e708";
}
.icon-rss:before {
content: "\e709";
}
.icon-ruler:before {
content: "\e70a";
}
.icon-scissors:before {
content: "\e70b";
}
.icon-share-alternitive:before {
content: "\e70c";
}
.icon-share:before {
content: "\e70d";
}
.icon-shareable:before {
content: "\e70e";
}
.icon-shield:before {
content: "\e70f";
}
.icon-shop:before {
content: "\e710";
}
.icon-shopping-bag:before {
content: "\e711";
}
.icon-shopping-basket:before {
content: "\e712";
}
.icon-shopping-cart:before {
content: "\e713";
}
.icon-shuffle:before {
content: "\e714";
}
.icon-signal:before {
content: "\e715";
}
.icon-sound-mix:before {
content: "\e716";
}
.icon-sports-club:before {
content: "\e717";
}
.icon-spreadsheet:before {
content: "\e718";
}
.icon-squared-cross:before {
content: "\e719";
}
.icon-squared-minus:before {
content: "\e71a";
}
.icon-squared-plus:before {
content: "\e71b";
}
.icon-star-outlined:before {
content: "\e71c";
}
.icon-star:before {
content: "\e71d";
}
.icon-stopwatch:before {
content: "\e71e";
}
.icon-suitcase:before {
content: "\e71f";
}
.icon-swap:before {
content: "\e720";
}
.icon-sweden:before {
content: "\e721";
}
.icon-switch:before {
content: "\e722";
}
.icon-tablet:before {
content: "\e723";
}
.icon-tag:before {
content: "\e724";
}
.icon-text-document-inverted:before {
content: "\e725";
}
.icon-text-document:before {
content: "\e726";
}
.icon-text:before {
content: "\e727";
}
.icon-thermometer:before {
content: "\e728";
}
.icon-thumbs-down:before {
content: "\e729";
}
.icon-thumbs-up:before {
content: "\e72a";
}
.icon-thunder-cloud:before {
content: "\e72b";
}
.icon-ticket:before {
content: "\e72c";
}
.icon-time-slot:before {
content: "\e72d";
}
.icon-tools:before {
content: "\e72e";
}
.icon-traffic-cone:before {
content: "\e72f";
}
.icon-tree:before {
content: "\e730";
}
.icon-trophy:before {
content: "\e731";
}
.icon-tv:before {
content: "\e732";
}
.icon-typing:before {
content: "\e733";
}
.icon-unread:before {
content: "\e734";
}
.icon-untag:before {
content: "\e735";
}
.icon-user:before {
content: "\e736";
}
.icon-users:before {
content: "\e737";
}
.icon-v-card:before {
content: "\e738";
}
.icon-video:before {
content: "\e739";
}
.icon-vinyl:before {
content: "\e73a";
}
.icon-voicemail:before {
content: "\e73b";
}
.icon-wallet:before {
content: "\e73c";
}
.icon-water:before {
content: "\e73d";
}
.icon-500px-with-circle:before {
content: "\e73e";
}
.icon-500px:before {
content: "\e73f";
}
.icon-basecamp:before {
content: "\e740";
}
.icon-behance:before {
content: "\e741";
}
.icon-creative-cloud:before {
content: "\e742";
}
.icon-dropbox:before {
content: "\e743";
}
.icon-evernote:before {
content: "\e744";
}
.icon-flattr:before {
content: "\e745";
}
.icon-foursquare:before {
content: "\e746";
}
.icon-google-drive:before {
content: "\e747";
}
.icon-google-hangouts:before {
content: "\e748";
}
.icon-grooveshark:before {
content: "\e749";
}
.icon-icloud:before {
content: "\e74a";
}
.icon-mixi:before {
content: "\e74b";
}
.icon-onedrive:before {
content: "\e74c";
}
.icon-paypal:before {
content: "\e74d";
}
.icon-picasa:before {
content: "\e74e";
}
.icon-qq:before {
content: "\e74f";
}
.icon-rdio-with-circle:before {
content: "\e750";
}
.icon-renren:before {
content: "\e751";
}
.icon-scribd:before {
content: "\e752";
}
.icon-sina-weibo:before {
content: "\e753";
}
.icon-skype-with-circle:before {
content: "\e754";
}
.icon-skype:before {
content: "\e755";
}
.icon-slideshare:before {
content: "\e756";
}
.icon-smashing:before {
content: "\e757";
}
.icon-soundcloud:before {
content: "\e758";
}
.icon-spotify-with-circle:before {
content: "\e759";
}
.icon-spotify:before {
content: "\e75a";
}
.icon-swarm:before {
content: "\e75b";
}
.icon-vine-with-circle:before {
content: "\e75c";
}
.icon-vine:before {
content: "\e75d";
}
.icon-vk-alternitive:before {
content: "\e75e";
}
.icon-vk-with-circle:before {
content: "\e75f";
}
.icon-vk:before {
content: "\e760";
}
.icon-xing-with-circle:before {
content: "\e761";
}
.icon-xing:before {
content: "\e762";
}
.icon-yelp:before {
content: "\e763";
}
.icon-dribbble-with-circle:before {
content: "\e764";
}
.icon-dribbble:before {
content: "\e765";
}
.icon-facebook-with-circle:before {
content: "\e766";
}
.icon-facebook:before {
content: "\e767";
}
.icon-flickr-with-circle:before {
content: "\e768";
}
.icon-flickr:before {
content: "\e769";
}
.icon-github-with-circle:before {
content: "\e76a";
}
.icon-github:before {
content: "\e76b";
}
.icon-google-with-circle:before {
content: "\e76c";
}
.icon-google:before {
content: "\e76d";
}
.icon-instagram-with-circle:before {
content: "\e76e";
}
.icon-instagram:before {
content: "\e76f";
}
.icon-lastfm-with-circle:before {
content: "\e770";
}
.icon-lastfm:before {
content: "\e771";
}
.icon-linkedin-with-circle:before {
content: "\e772";
}
.icon-linkedin:before {
content: "\e773";
}
.icon-pinterest-with-circle:before {
content: "\e774";
}
.icon-pinterest:before {
content: "\e775";
}
.icon-rdio:before {
content: "\e776";
}
.icon-stumbleupon-with-circle:before {
content: "\e777";
}
.icon-stumbleupon:before {
content: "\e778";
}
.icon-tumblr-with-circle:before {
content: "\e779";
}
.icon-tumblr:before {
content: "\e77a";
}
.icon-twitter-with-circle:before {
content: "\e77b";
}
.icon-twitter:before {
content: "\e77c";
}
.icon-vimeo-with-circle:before {
content: "\e77d";
}
.icon-vimeo:before {
content: "\e77e";
}
.icon-youtube-with-circle:before {
content: "\e77f";
}
.icon-youtube:before {
content: "\e780";
}
.icon-eye2:before {
content: "\e000";
}
.icon-paper-clip:before {
content: "\e001";
}
.icon-mail2:before {
content: "\e002";
}
.icon-toggle:before {
content: "\e003";
}
.icon-layout:before {
content: "\e004";
}
.icon-link2:before {
content: "\e005";
}
.icon-bell2:before {
content: "\e006";
}
.icon-lock2:before {
content: "\e007";
}
.icon-unlock:before {
content: "\e008";
}
.icon-ribbon:before {
content: "\e009";
}
.icon-image2:before {
content: "\e010";
}
.icon-signal2:before {
content: "\e011";
}
.icon-target:before {
content: "\e012";
}
.icon-clipboard2:before {
content: "\e013";
}
.icon-clock2:before {
content: "\e014";
}
.icon-watch:before {
content: "\e015";
}
.icon-air-play:before {
content: "\e016";
}
.icon-camera2:before {
content: "\e017";
}
.icon-video2:before {
content: "\e018";
}
.icon-disc:before {
content: "\e019";
}
.icon-printer:before {
content: "\e020";
}
.icon-monitor:before {
content: "\e021";
}
.icon-server:before {
content: "\e022";
}
.icon-cog2:before {
content: "\e023";
}
.icon-heart2:before {
content: "\e024";
}
.icon-paragraph:before {
content: "\e025";
}
.icon-align-justify:before {
content: "\e026";
}
.icon-align-left2:before {
content: "\e027";
}
.icon-align-center:before {
content: "\e028";
}
.icon-align-right2:before {
content: "\e029";
}
.icon-book2:before {
content: "\e030";
}
.icon-layers2:before {
content: "\e031";
}
.icon-stack:before {
content: "\e032";
}
.icon-stack-2:before {
content: "\e033";
}
.icon-paper:before {
content: "\e034";
}
.icon-paper-stack:before {
content: "\e035";
}
.icon-search:before {
content: "\e036";
}
.icon-zoom-in:before {
content: "\e037";
}
.icon-zoom-out:before {
content: "\e038";
}
.icon-reply2:before {
content: "\e039";
}
.icon-circle-plus:before {
content: "\e040";
}
.icon-circle-minus:before {
content: "\e041";
}
.icon-circle-check:before {
content: "\e042";
}
.icon-circle-cross:before {
content: "\e043";
}
.icon-square-plus:before {
content: "\e044";
}
.icon-square-minus:before {
content: "\e045";
}
.icon-square-check:before {
content: "\e046";
}
.icon-square-cross:before {
content: "\e047";
}
.icon-microphone:before {
content: "\e048";
}
.icon-record:before {
content: "\e049";
}
.icon-skip-back:before {
content: "\e050";
}
.icon-rewind:before {
content: "\e051";
}
.icon-play:before {
content: "\e052";
}
.icon-pause:before {
content: "\e053";
}
.icon-stop:before {
content: "\e054";
}
.icon-fast-forward:before {
content: "\e055";
}
.icon-skip-forward:before {
content: "\e056";
}
.icon-shuffle2:before {
content: "\e057";
}
.icon-repeat:before {
content: "\e058";
}
.icon-folder2:before {
content: "\e059";
}
.icon-umbrella:before {
content: "\e060";
}
.icon-moon2:before {
content: "\e061";
}
.icon-thermometer2:before {
content: "\e062";
}
.icon-drop2:before {
content: "\e063";
}
.icon-sun:before {
content: "\e064";
}
.icon-cloud2:before {
content: "\e065";
}
.icon-cloud-upload:before {
content: "\e066";
}
.icon-cloud-download:before {
content: "\e067";
}
.icon-upload2:before {
content: "\e068";
}
.icon-download2:before {
content: "\e069";
}
.icon-location2:before {
content: "\e070";
}
.icon-location-2:before {
content: "\e071";
}
.icon-map2:before {
content: "\e072";
}
.icon-battery2:before {
content: "\e073";
}
.icon-head:before {
content: "\e074";
}
.icon-briefcase2:before {
content: "\e075";
}
.icon-speech-bubble:before {
content: "\e076";
}
.icon-anchor:before {
content: "\e077";
}
.icon-globe2:before {
content: "\e078";
}
.icon-box2:before {
content: "\e079";
}
.icon-reload:before {
content: "\e080";
}
.icon-share2:before {
content: "\e081";
}
.icon-marquee:before {
content: "\e082";
}
.icon-marquee-plus:before {
content: "\e083";
}
.icon-marquee-minus:before {
content: "\e084";
}
.icon-tag2:before {
content: "\e085";
}
.icon-power:before {
content: "\e086";
}
.icon-command:before {
content: "\e087";
}
.icon-alt:before {
content: "\e088";
}
.icon-esc:before {
content: "\e089";
}
.icon-bar-graph2:before {
content: "\e090";
}
.icon-bar-graph-2:before {
content: "\e091";
}
.icon-pie-graph:before {
content: "\e092";
}
.icon-star2:before {
content: "\e093";
}
.icon-arrow-left2:before {
content: "\e094";
}
.icon-arrow-right2:before {
content: "\e095";
}
.icon-arrow-up2:before {
content: "\e096";
}
.icon-arrow-down2:before {
content: "\e097";
}
.icon-volume:before {
content: "\e098";
}
.icon-mute:before {
content: "\e099";
}
.icon-content-right:before {
content: "\e100";
}
.icon-content-left:before {
content: "\e101";
}
.icon-grid2:before {
content: "\e102";
}
.icon-grid-2:before {
content: "\e103";
}
.icon-columns:before {
content: "\e104";
}
.icon-loader:before {
content: "\e105";
}
.icon-bag:before {
content: "\e106";
}
.icon-ban:before {
content: "\e107";
}
.icon-flag2:before {
content: "\e108";
}
.icon-trash2:before {
content: "\e109";
}
.icon-expand:before {
content: "\e110";
}
.icon-contract:before {
content: "\e111";
}
.icon-maximize:before {
content: "\e112";
}
.icon-minimize:before {
content: "\e113";
}
.icon-plus2:before {
content: "\e114";
}
.icon-minus2:before {
content: "\e115";
}
.icon-check2:before {
content: "\e116";
}
.icon-cross2:before {
content: "\e117";
}
.icon-move:before {
content: "\e118";
}
.icon-delete:before {
content: "\e119";
}
.icon-menu2:before {
content: "\e120";
}
.icon-archive2:before {
content: "\e121";
}
.icon-inbox2:before {
content: "\e122";
}
.icon-outbox:before {
content: "\e123";
}
.icon-file:before {
content: "\e124";
}
.icon-file-add:before {
content: "\e125";
}
.icon-file-subtract:before {
content: "\e126";
}
.icon-help2:before {
content: "\e127";
}
.icon-open:before {
content: "\e128";
}
.icon-ellipsis:before {
content: "\e129";
} | 0.298696 | 0.102934 |
body.stop-scrolling {
/*height: 100%;*/
/*overflow: hidden;*/
background-color: aliceblue;
font-family: sans-serif;
text-align: center;
}
.sweet-overlay {
background-color: black;
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
/* IE8 */
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 10000; }
.sweet-alert {
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: none;
z-index: 99999; }
@media all and (max-width: 540px) {
.sweet-alert {
width: auto;
margin-left: 0;
margin-right: 0;
left: 15px;
right: 15px; } }
.sweet-alert h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 25px 0;
padding: 0;
line-height: 40px;
display: block; }
.sweet-alert p {
font-size: 16px;
text-align: center;
position: relative;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal; }
.sweet-alert fieldset {
border: none;
position: relative; }
.sweet-alert .sa-error-container {
background-color: #f1f1f1;
margin-left: -17px;
margin-right: -17px;
overflow: hidden;
padding: 0 10px;
max-height: 0;
webkit-transition: padding 0.15s, max-height 0.15s;
transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
padding: 10px 0;
max-height: 100px;
webkit-transition: padding 0.2s, max-height 0.2s;
transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 3px; }
.sweet-alert .sa-error-container p {
display: inline-block; }
.sweet-alert .sa-input-error {
position: absolute;
top: 22px;
right: 16px;
width: 20px;
height: 20px;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.1s;
transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
content: "";
width: 20px;
height: 6px;
background-color: #f06e57;
border-radius: 3px;
position: absolute;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -9px; }
.sweet-alert .sa-input-error::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.sweet-alert input {
width: 100%;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #d7d7d7;
height: 43px;
margin-top: 10px;
margin-bottom: 17px;
font-size: 14px;
padding: 0 12px;
display: none;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.sweet-alert input:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
color: #bdbdbd; }
.sweet-alert.show-input input {
display: block; }
.sweet-alert .sa-confirm-button-container {
display: inline-block;
position: relative; }
.sweet-alert .la-ball-fall {
position: absolute;
left: 50%;
top: 50%;
margin-left: -27px;
margin-top: 4px;
opacity: 0;
visibility: hidden; }
.sweet-alert button {
background-color: cadetblue;
color: whitesmoke;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 18px;
font-weight: 500;
border-radius: 7px;
padding: 15px 35px;
cursor: pointer;
white-space: nowrap;
margin: 10px;
}
.sweet-alert button:focus {
outline: none;
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
background-color: #7ecff4; }
.sweet-alert button:active {
background-color: #5dc2f1; }
.sweet-alert button.cancel {
background-color: #6c757d; }
.sweet-alert button.cancel:hover {
background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
opacity: .6;
cursor: default; }
.sweet-alert button.confirm[disabled] {
color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
opacity: 1;
visibility: visible;
transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
padding-bottom: 40px; }
.sweet-alert .sa-icon {
width: 80px;
height: 80px;
border: 4px solid gray;
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
margin: 20px auto;
padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
position: relative;
display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
position: absolute;
height: 5px;
width: 47px;
background-color: #F27474;
display: block;
top: 37px;
border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.sweet-alert .sa-icon.sa-warning {
border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
position: absolute;
width: 5px;
height: 47px;
left: 50%;
top: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
border-color: green; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
content: '';
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
-webkit-border-radius: 120px 0 0 120px;
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
-webkit-border-radius: 0 120px 120px 0;
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0px 60px;
transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
width: 5px;
height: 90px;
background-color: white;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
height: 5px;
background-color: #A5DC86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
background-size: contain;
border-radius: 0;
border: none;
background-position: center center;
background-repeat: no-repeat; }
/*
* Animations
*/
@-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@-webkit-keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
@keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
.showSweetAlert[data-animation=pop] {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideFromTop 0.3s;
animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideFromBottom 0.3s;
animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
-webkit-animation: hideSweetAlert 0.2s;
animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideToTop 0.4s;
animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideToBottom 0.3s;
animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
-webkit-animation: animateSuccessTip 0.75s;
animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
-webkit-animation: animateSuccessLong 0.75s;
animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
@keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
.animateErrorIcon {
-webkit-animation: animateErrorIcon 0.5s;
animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animateXMark {
-webkit-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
@keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
.pulseWarning {
-webkit-animation: pulseWarning 0.75s infinite alternate;
animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
@keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
.pulseWarningIns {
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-ms-transform: rotate(-45deg) \9; }
/* Success icon */
.sweet-alert .sa-icon.sa-success {
border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
-ms-transform: rotate(-45deg) \9; }
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-fall {
display: block;
font-size: 0;
color: #fff; }
.la-ball-fall.la-dark {
color: #333; }
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-fall {
width: 54px;
height: 18px; }
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
-moz-animation: ball-fall 1s ease-in-out infinite;
-o-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
-moz-animation-delay: -200ms;
-o-animation-delay: -200ms;
animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
-moz-animation-delay: -100ms;
-o-animation-delay: -100ms;
animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
-moz-animation-delay: 0ms;
-o-animation-delay: 0ms;
animation-delay: 0ms; }
.la-ball-fall.la-sm {
width: 26px;
height: 8px; }
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px; }
.la-ball-fall.la-2x {
width: 108px;
height: 36px; }
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px; }
.la-ball-fall.la-3x {
width: 162px;
height: 54px; }
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px; }
/*
* Animation
*/
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%); } }
@-moz-keyframes ball-fall {
0% {
opacity: 0;
-moz-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-moz-transform: translateY(145%);
transform: translateY(145%); } }
@-o-keyframes ball-fall {
0% {
opacity: 0;
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-o-transform: translateY(145%);
transform: translateY(145%); } }
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-moz-transform: translateY(-145%);
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-moz-transform: translateY(145%);
-o-transform: translateY(145%);
transform: translateY(145%); } } | public/sweetalert/sweetalert.css | body.stop-scrolling {
/*height: 100%;*/
/*overflow: hidden;*/
background-color: aliceblue;
font-family: sans-serif;
text-align: center;
}
.sweet-overlay {
background-color: black;
/* IE8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
/* IE8 */
background-color: rgba(0, 0, 0, 0.4);
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: none;
z-index: 10000; }
.sweet-alert {
background-color: white;
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
width: 478px;
padding: 17px;
border-radius: 5px;
text-align: center;
position: fixed;
left: 50%;
top: 50%;
margin-left: -256px;
margin-top: -200px;
overflow: hidden;
display: none;
z-index: 99999; }
@media all and (max-width: 540px) {
.sweet-alert {
width: auto;
margin-left: 0;
margin-right: 0;
left: 15px;
right: 15px; } }
.sweet-alert h2 {
color: #575757;
font-size: 30px;
text-align: center;
font-weight: 600;
text-transform: none;
position: relative;
margin: 25px 0;
padding: 0;
line-height: 40px;
display: block; }
.sweet-alert p {
font-size: 16px;
text-align: center;
position: relative;
text-align: inherit;
float: none;
margin: 0;
padding: 0;
line-height: normal; }
.sweet-alert fieldset {
border: none;
position: relative; }
.sweet-alert .sa-error-container {
background-color: #f1f1f1;
margin-left: -17px;
margin-right: -17px;
overflow: hidden;
padding: 0 10px;
max-height: 0;
webkit-transition: padding 0.15s, max-height 0.15s;
transition: padding 0.15s, max-height 0.15s; }
.sweet-alert .sa-error-container.show {
padding: 10px 0;
max-height: 100px;
webkit-transition: padding 0.2s, max-height 0.2s;
transition: padding 0.25s, max-height 0.25s; }
.sweet-alert .sa-error-container .icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: #ea7d7d;
color: white;
line-height: 24px;
text-align: center;
margin-right: 3px; }
.sweet-alert .sa-error-container p {
display: inline-block; }
.sweet-alert .sa-input-error {
position: absolute;
top: 22px;
right: 16px;
width: 20px;
height: 20px;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transition: all 0.1s;
transition: all 0.1s; }
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
content: "";
width: 20px;
height: 6px;
background-color: #f06e57;
border-radius: 3px;
position: absolute;
top: 50%;
margin-top: -4px;
left: 50%;
margin-left: -9px; }
.sweet-alert .sa-input-error::before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-input-error::after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-input-error.show {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1); }
.sweet-alert input {
width: 100%;
box-sizing: border-box;
border-radius: 4px;
border: 1px solid #d7d7d7;
height: 43px;
margin-top: 10px;
margin-bottom: 17px;
font-size: 14px;
padding: 0 12px;
display: none;
-webkit-transition: all 0.3s;
transition: all 0.3s; }
.sweet-alert input:focus {
outline: none;
box-shadow: 0px 0px 3px #c4e6f5;
border: 1px solid #b4dbed; }
.sweet-alert input:focus::-moz-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus:-ms-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input:focus::-webkit-input-placeholder {
transition: opacity 0.3s 0.03s ease;
opacity: 0.5; }
.sweet-alert input::-moz-placeholder {
color: #bdbdbd; }
.sweet-alert input:-ms-input-placeholder {
color: #bdbdbd; }
.sweet-alert input::-webkit-input-placeholder {
color: #bdbdbd; }
.sweet-alert.show-input input {
display: block; }
.sweet-alert .sa-confirm-button-container {
display: inline-block;
position: relative; }
.sweet-alert .la-ball-fall {
position: absolute;
left: 50%;
top: 50%;
margin-left: -27px;
margin-top: 4px;
opacity: 0;
visibility: hidden; }
.sweet-alert button {
background-color: cadetblue;
color: whitesmoke;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
font-size: 18px;
font-weight: 500;
border-radius: 7px;
padding: 15px 35px;
cursor: pointer;
white-space: nowrap;
margin: 10px;
}
.sweet-alert button:focus {
outline: none;
box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
.sweet-alert button:hover {
background-color: #7ecff4; }
.sweet-alert button:active {
background-color: #5dc2f1; }
.sweet-alert button.cancel {
background-color: #6c757d; }
.sweet-alert button.cancel:hover {
background-color: #b9b9b9; }
.sweet-alert button.cancel:active {
background-color: #a8a8a8; }
.sweet-alert button.cancel:focus {
box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
.sweet-alert button[disabled] {
opacity: .6;
cursor: default; }
.sweet-alert button.confirm[disabled] {
color: transparent; }
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
opacity: 1;
visibility: visible;
transition-delay: 0s; }
.sweet-alert button::-moz-focus-inner {
border: 0; }
.sweet-alert[data-has-cancel-button=false] button {
box-shadow: none !important; }
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
padding-bottom: 40px; }
.sweet-alert .sa-icon {
width: 80px;
height: 80px;
border: 4px solid gray;
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
margin: 20px auto;
padding: 0;
position: relative;
box-sizing: content-box; }
.sweet-alert .sa-icon.sa-error {
border-color: #F27474; }
.sweet-alert .sa-icon.sa-error .sa-x-mark {
position: relative;
display: block; }
.sweet-alert .sa-icon.sa-error .sa-line {
position: absolute;
height: 5px;
width: 47px;
background-color: #F27474;
display: block;
top: 37px;
border-radius: 2px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
left: 17px; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 16px; }
.sweet-alert .sa-icon.sa-warning {
border-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-body {
position: absolute;
width: 5px;
height: 47px;
left: 50%;
top: 10px;
-webkit-border-radius: 2px;
border-radius: 2px;
margin-left: -2px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-warning .sa-dot {
position: absolute;
width: 7px;
height: 7px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left: -3px;
left: 50%;
bottom: 10px;
background-color: #F8BB86; }
.sweet-alert .sa-icon.sa-info {
border-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::before {
content: "";
position: absolute;
width: 5px;
height: 29px;
left: 50%;
bottom: 17px;
border-radius: 2px;
margin-left: -2px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-info::after {
content: "";
position: absolute;
width: 7px;
height: 7px;
border-radius: 50%;
margin-left: -3px;
top: 19px;
background-color: #C9DAE1; }
.sweet-alert .sa-icon.sa-success {
border-color: green; }
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
content: '';
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
position: absolute;
width: 60px;
height: 120px;
background: white;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success::before {
-webkit-border-radius: 120px 0 0 120px;
border-radius: 120px 0 0 120px;
top: -7px;
left: -33px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 60px 60px;
transform-origin: 60px 60px; }
.sweet-alert .sa-icon.sa-success::after {
-webkit-border-radius: 0 120px 120px 0;
border-radius: 0 120px 120px 0;
top: -11px;
left: 30px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0px 60px;
transform-origin: 0px 60px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
width: 80px;
height: 80px;
border: 4px solid rgba(165, 220, 134, 0.2);
-webkit-border-radius: 40px;
border-radius: 40px;
border-radius: 50%;
box-sizing: content-box;
position: absolute;
left: -4px;
top: -4px;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-fix {
width: 5px;
height: 90px;
background-color: white;
position: absolute;
left: 28px;
top: 8px;
z-index: 1;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-success .sa-line {
height: 5px;
background-color: #A5DC86;
display: block;
border-radius: 2px;
position: absolute;
z-index: 2; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
width: 25px;
left: 14px;
top: 46px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
width: 47px;
right: 8px;
top: 38px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.sweet-alert .sa-icon.sa-custom {
background-size: contain;
border-radius: 0;
border: none;
background-position: center center;
background-repeat: no-repeat; }
/*
* Animations
*/
@-webkit-keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@keyframes showSweetAlert {
0% {
transform: scale(0.7);
-webkit-transform: scale(0.7); }
45% {
transform: scale(1.05);
-webkit-transform: scale(1.05); }
80% {
transform: scale(0.95);
-webkit-transform: scale(0.95); }
100% {
transform: scale(1);
-webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
0% {
transform: scale(1);
-webkit-transform: scale(1); }
100% {
transform: scale(0.5);
-webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@keyframes slideFromTop {
0% {
top: 0%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@keyframes slideToTop {
0% {
top: 50%; }
100% {
top: 0%; } }
@-webkit-keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@keyframes slideFromBottom {
0% {
top: 70%; }
100% {
top: 50%; } }
@-webkit-keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
@keyframes slideToBottom {
0% {
top: 50%; }
100% {
top: 70%; } }
.showSweetAlert[data-animation=pop] {
-webkit-animation: showSweetAlert 0.3s;
animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideFromTop 0.3s;
animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideFromBottom 0.3s;
animation: slideFromBottom 0.3s; }
.hideSweetAlert[data-animation=pop] {
-webkit-animation: hideSweetAlert 0.2s;
animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
-webkit-animation: none;
animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
-webkit-animation: slideToTop 0.4s;
animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
-webkit-animation: slideToBottom 0.3s;
animation: slideToBottom 0.3s; }
@-webkit-keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@keyframes animateSuccessTip {
0% {
width: 0;
left: 1px;
top: 19px; }
54% {
width: 0;
left: 1px;
top: 19px; }
70% {
width: 50px;
left: -8px;
top: 37px; }
84% {
width: 17px;
left: 21px;
top: 48px; }
100% {
width: 25px;
left: 14px;
top: 45px; } }
@-webkit-keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@keyframes animateSuccessLong {
0% {
width: 0;
right: 46px;
top: 54px; }
65% {
width: 0;
right: 46px;
top: 54px; }
84% {
width: 55px;
right: 0px;
top: 35px; }
100% {
width: 47px;
right: 8px;
top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
0% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
5% {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg); }
12% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); }
100% {
transform: rotate(-405deg);
-webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
-webkit-animation: animateSuccessTip 0.75s;
animation: animateSuccessTip 0.75s; }
.animateSuccessLong {
-webkit-animation: animateSuccessLong 0.75s;
animation: animateSuccessLong 0.75s; }
.sa-icon.sa-success.animate::after {
-webkit-animation: rotatePlaceholder 4.25s ease-in;
animation: rotatePlaceholder 4.25s ease-in; }
@-webkit-keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
@keyframes animateErrorIcon {
0% {
transform: rotateX(100deg);
-webkit-transform: rotateX(100deg);
opacity: 0; }
100% {
transform: rotateX(0deg);
-webkit-transform: rotateX(0deg);
opacity: 1; } }
.animateErrorIcon {
-webkit-animation: animateErrorIcon 0.5s;
animation: animateErrorIcon 0.5s; }
@-webkit-keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
@keyframes animateXMark {
0% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
50% {
transform: scale(0.4);
-webkit-transform: scale(0.4);
margin-top: 26px;
opacity: 0; }
80% {
transform: scale(1.15);
-webkit-transform: scale(1.15);
margin-top: -6px; }
100% {
transform: scale(1);
-webkit-transform: scale(1);
margin-top: 0;
opacity: 1; } }
.animateXMark {
-webkit-animation: animateXMark 0.5s;
animation: animateXMark 0.5s; }
@-webkit-keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
@keyframes pulseWarning {
0% {
border-color: #F8D486; }
100% {
border-color: #F8BB86; } }
.pulseWarning {
-webkit-animation: pulseWarning 0.75s infinite alternate;
animation: pulseWarning 0.75s infinite alternate; }
@-webkit-keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
@keyframes pulseWarningIns {
0% {
background-color: #F8D486; }
100% {
background-color: #F8BB86; } }
.pulseWarningIns {
-webkit-animation: pulseWarningIns 0.75s infinite alternate;
animation: pulseWarningIns 0.75s infinite alternate; }
@-webkit-keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
@keyframes rotate-loading {
0% {
transform: rotate(0deg); }
100% {
transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
-ms-transform: rotate(-45deg) \9; }
/* Success icon */
.sweet-alert .sa-icon.sa-success {
border-color: transparent\9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
-ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
-ms-transform: rotate(-45deg) \9; }
/*!
* Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Licensed under MIT
*/
.la-ball-fall,
.la-ball-fall > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.la-ball-fall {
display: block;
font-size: 0;
color: #fff; }
.la-ball-fall.la-dark {
color: #333; }
.la-ball-fall > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor; }
.la-ball-fall {
width: 54px;
height: 18px; }
.la-ball-fall > div {
width: 10px;
height: 10px;
margin: 4px;
border-radius: 100%;
opacity: 0;
-webkit-animation: ball-fall 1s ease-in-out infinite;
-moz-animation: ball-fall 1s ease-in-out infinite;
-o-animation: ball-fall 1s ease-in-out infinite;
animation: ball-fall 1s ease-in-out infinite; }
.la-ball-fall > div:nth-child(1) {
-webkit-animation-delay: -200ms;
-moz-animation-delay: -200ms;
-o-animation-delay: -200ms;
animation-delay: -200ms; }
.la-ball-fall > div:nth-child(2) {
-webkit-animation-delay: -100ms;
-moz-animation-delay: -100ms;
-o-animation-delay: -100ms;
animation-delay: -100ms; }
.la-ball-fall > div:nth-child(3) {
-webkit-animation-delay: 0ms;
-moz-animation-delay: 0ms;
-o-animation-delay: 0ms;
animation-delay: 0ms; }
.la-ball-fall.la-sm {
width: 26px;
height: 8px; }
.la-ball-fall.la-sm > div {
width: 4px;
height: 4px;
margin: 2px; }
.la-ball-fall.la-2x {
width: 108px;
height: 36px; }
.la-ball-fall.la-2x > div {
width: 20px;
height: 20px;
margin: 8px; }
.la-ball-fall.la-3x {
width: 162px;
height: 54px; }
.la-ball-fall.la-3x > div {
width: 30px;
height: 30px;
margin: 12px; }
/*
* Animation
*/
@-webkit-keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
transform: translateY(145%); } }
@-moz-keyframes ball-fall {
0% {
opacity: 0;
-moz-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-moz-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-moz-transform: translateY(145%);
transform: translateY(145%); } }
@-o-keyframes ball-fall {
0% {
opacity: 0;
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-o-transform: translateY(145%);
transform: translateY(145%); } }
@keyframes ball-fall {
0% {
opacity: 0;
-webkit-transform: translateY(-145%);
-moz-transform: translateY(-145%);
-o-transform: translateY(-145%);
transform: translateY(-145%); }
10% {
opacity: .5; }
20% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
80% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
90% {
opacity: .5; }
100% {
opacity: 0;
-webkit-transform: translateY(145%);
-moz-transform: translateY(145%);
-o-transform: translateY(145%);
transform: translateY(145%); } } | 0.359139 | 0.054879 |
html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.overlapissue{
z-index: 1 !important;
}
.header {
position: fixed;
top: 79px;
width: 100%;
background-color: #f1f1f1;
}
.progress-container {
width: 100%;
height: 5px;
background: #F7F8F9;
}
.progress-bar {
height: 5px;
background:rgb(255, 102, 0);
width: 0%;
}
#mainNav {
padding: 1em 0;
}
.header-overlay {
height: 100vh;
background: url("../assets/img/header_bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 200px 0;
color: #fafafa;
}
.header-btn {
margin-top: 15px;
border: none;
border-radius: 40px;
padding: 10px 20px;
color: #fff;
box-shadow: 0 1px 3px rgb(24, 23, 23,);
background: -webkit-linear-gradient(left, rgb(255, 140, 89) 0%, rgb(255, 177, 82) 100%);
}
.header-btn a {
color: #fff;
}
.header-btn:hover {
cursor: pointer;
background: -webkit-linear-gradient(left, rgb(247, 112, 55) 0%, rgb(250, 168, 68) 100%);
}
.nav-link:hover {
color: #3366BB !important;
font-weight: bold;
}
.countdownContainer{
position: relative;
padding: 10px;
max-width: 50%;
max-height: 100%;
margin: 20px auto;
box-sizing: border-box;
font-weight: 350;
background-color: transparent !important;
font-size: 3vw;
}
.info {
position: inherit;
padding: 10px;
display: grid;
grid-template-columns: 20% 5% 20% 5% 20% 5% 25%;
align-items: center;
}
.labels {
position: inherit;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
text-align: center;
}
.nightcountdown {
background-color: transparent !important;
color: #fff !important;
}
.portfolio-item {
margin-bottom: 30px;
}
.pagination {
margin-bottom: 30px;
}
.profile-image{
border-radius: 10px;
}
.footer_media{
color:black;
font-size: 20px;
padding-left: 10px;
text-align: center;
}
.participant-card {
max-height: 325px;
min-height: 325px;
width: 100% !important;
min-width: 180px;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
transform-style: preserve-3d;
transition: all 0.5s ease-in-out;
text-align: center;
}
.mentor-card {
max-height: 375px;
min-height: 375px;
min-width: 275px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
.participant-card:hover {
transform: rotateY(180deg);
}
.participant-card .side {
backface-visibility: hidden;
overflow: hidden;
position: absolute;
text-align: center;
}
.card-about{
text-align: center;
padding: 30px 10px;
margin:100px 20px;
font-size: 15px;
}
.participant-card .back {
text-align: center;
justify-content: center;
transform: rotateY(180deg);
background-size: cover;
width: 100%;
height: 100%;
}
.participant-img {
max-height: 200px;
min-height: 200px;
min-width: 100%;
width: 100%;
height: auto;
}
.social-media-links {
background: #fafafa;
padding: 15px 0;
}
.social-media-links a i {
color: #9E9E9E;
padding: 0 10px;
font-size: 16px;
transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
}
.social-media-links a i:hover {
color: #212121;
transform: scale(1.4);
}
::-webkit-scrollbar {
width: 20px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 15px ;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
@media screen and (max-width: 767px) {
.participant-card {
max-height: 515px;
min-height: 515px;
}
}
@media screen and (max-width: 600px) {
.participant-card .card {
height: 200px !important;
}
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
font-size: 20px;
border: none;
outline: none;
background-color: white;
color: red;
cursor: pointer;
padding: 8px;
border-radius: 2px;
}
#myBtn:hover {
background-color: #555;
}
.spinner {
width: 40px;
height: 40px;
background-color: #333;
position: absolute;
top: 48%;
left: 48%;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* spinner */
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ff6347;
z-index: 3;
}
.loading {
overflow: hidden;
height: 100vh;
}
/* smooth scrolling */
html{
scroll-behavior: smooth;
}
/* dark mode */
.dark {
background-color: #262626 !important;
color: #fff !important;
-webkit-transition: .1s;
transition: .1s;
}
.dark-landing-text {
background-color: transparent !important;
color: #fff !important;
}
.dark-bg-img {
background-image: url("../assets/img/header-bg-dark.jpg");
}
.night-footer {
border-top: 1px solid #fff;
background-color: #000 !important;
}
.footer-dark {
background-color: #000 !important;
}
.dark-mode {
display: flex;
align-items: center;
justify-content: center;
padding: 0px 16px 0px 8px;
}
/* dark mode toggle switch */
.switch {
position: relative;
display: inline-block;
width: 35px;
height: 21px;
margin-bottom: 0px;
margin-top: 3px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
/* dark mode slider */
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 2px;
right: 2px;
top: 1px;
background-image: url("../assets/icons/moon.png");
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #8A8B8B;
}
input:focus + .slider {
box-shadow: 0 0 1px rgb(255, 255, 255);
}
input:checked + .slider:before {
-webkit-transform: translateX(14px);
-ms-transform: translateX(14px);
transform: translateX(14px);
}
/* Round slide */
.slider.round {
border-radius: 34px;
border: 2px solid #8A8B8B;
}
.slider.round:before {
border-radius: 50%;
}
/*Pagination*/
.pagination .disabled a{
background: #e0e0e0 !important;
}
.pagination .active:hover{
color: #fff;
z-index:-1;
}
/*fork and star*/
.github{
color: #5a5a5a;
font-size: 22px;
}
/*project cards*/
.card-img-project{
height: 15vw;
}
.card-footer-project{
background: #fafafa;
border-top: initial;
}
.card-footer-project p{
font-weight: 600;
}
.participant-img{
max-height: 200px;
min-height: 200px;
}
@media only screen and (max-width: 600px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
}
.card-img-project{
height: 250px;
width: 360px;
}
}
@media only screen and (max-width: 480px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 342px;
}
}
@media only screen and (max-width: 375px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 325px;
}
}
@media only screen and (max-width: 320px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 285px;
}
}
@media only screen and (min-width: 600px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
}
.card-college{
font-size:14px;
font-weight: 600;
}
.card-name{
font-size: 16px;
}
.card-college{
font-size:18px;
}
.card-name{
font-size:20px;
}
@media screen and (max-width: 991px) {
.navbar-brand{
padding: .5rem 1rem;
}
.nav-item{
padding: .5rem 1rem;
}
.nav-link{
padding: 0 !important;
}
.dark-mode{
display: flex;
justify-content: start;
}
.navbar-toggler{
margin: .5rem 1rem;
}
.navbar-nav{
display: initial;
}
.fork {
display: inline-block!important;
padding-right: 0;
margin-right: initial !important;
}
.fork div{
display: inline !important;
}
.star{
display: inline !important;
}
.star div{
display: inline !important;
}
}
.icon-color{
color:white;
}
/* typing animation */
.typing-anim {
overflow: hidden !important; white-space: nowrap !important;
border-right: 4px solid #fff;
width: 13ch;
margin: auto;
animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
-webkit-animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
-moz-animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
}
@keyframes type {
0% {
width: 0ch;
}
100% {
width: 13ch;
}
}
/* blinking cursor */
@-webkit-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #fff }
}
@-moz-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #fff }
}
/* fixed navbar */
.navbar-fixed {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
/* list all issues */
/* on click overlay starts */
.overlay {
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
background-color: #fff;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-content {
position: relative;
top: 25%; /* 25% from the top */
width: 100%; /* 100% width */
text-align: center; /* Centered text/links */
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: inline; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */
}
/* Position the close button (top right corner) */
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
/* on click overlay ends */
/* repository buttons */
.row-c {
margin: 0px !important;
padding: 0px !important;
}
/* .col {
margin: 0px !important;
padding: 0px !important;
} */
.center-c {
display: flex;
align-items: center;
justify-content: center;
}
.issue-title {
background-color: inherit;
color: #000;
padding: 0px 0px 20px 15px;
}
.issue-btn-section {
background-color: #fff;
}
.issue-btn-section .btn {
margin: 0.5rem 0rem 0.5rem 0rem;
height: 2rem;
width: 100%;
padding: 0px 3px 0px 3px;
}
/* overlay content styling */
.card-col {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 2.5rem;
}
.card-c {
border-radius: 1rem !important;
}
.card-title-c {
font-size: 2rem !important;
}
.card-subtitle-c {
font-size: 1.5rem !important;
}
.card-text-c {
font-size: 1.3rem !important;
}
.btn-c {
padding: 0rem .3rem 0rem .3rem;
}
.card-link-c {
align-items: left;
}
.project-card {
max-height: 375px;
min-height: 375px;
width: 100% !important;
min-width: 100%;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
transform-style: preserve-3d;
transition: all 0.5s ease-in-out;
text-align: center;
}
.project-card:hover {
transform: rotateY(180deg);
}
.project-card .side {
backface-visibility: hidden;
overflow: hidden;
position: absolute;
text-align: center;
}
.project-text{
text-align: center;
padding: 30px 10px;
margin:100px 20px;
font-size: 15px;
}
.project-card .back {
text-align: center;
justify-content: center;
transform: rotateY(180deg);
background-size: cover;
width: 100%;
height: 100%;
}
.card-img-project {
max-height: 240px;
min-height: 240px;
min-width: 100%;
width: 100%;
height: auto;
}
.back{
display: flex;
flex-direction: column;
}
.card-footer-project{
margin-top: -60px;
flex: 1;
}
.project-text{
margin-top: 25px;
flex: 1;
}
/* hover effect to footer icons */
.footer-hover:hover {
transform: scale(1.2);
transition-duration: 0.5s;
}
.fab:hover {
transform: scale(1.2);
transition-duration: 0.4s;
}
.game-card {
/* max-height: 470px;
min-height: 470px; */
height: 100%;
min-width: 100%;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
/* personal website icon */
.fas:hover {
transform: scale(1.2);
transition-duration: 0.4s;
}
/* sticky github */
.sticky-container{
padding: 0px;
margin: 0px;
position: fixed;
right: -100px;
top: 200px;
width: 192px;
}
.sticky li{
text-align: left;
list-style-type: none;
background-color: #343A40;
color: #efefef;
height: 40px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
cursor: pointer;
}
.sticky li:hover{
margin-left: -30px;
}
.sticky li a{
text-decoration: none;
color: white;
font-size: 20px;
}
.fab-c {
margin: 10px !important;
}
/* .fab-c:hover {
transition: none;
transform: none;
} */
.sticky-github {
display: none;
}
@media screen and (max-width: 991px) {
.github-fork-ribbon {
display: none !important;
}
.sticky-github {
display: inline;
}
}
.border-heading {
display: block;
border-bottom: 2px solid gray;
} | css/main.css | html,body
{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
.overlapissue{
z-index: 1 !important;
}
.header {
position: fixed;
top: 79px;
width: 100%;
background-color: #f1f1f1;
}
.progress-container {
width: 100%;
height: 5px;
background: #F7F8F9;
}
.progress-bar {
height: 5px;
background:rgb(255, 102, 0);
width: 0%;
}
#mainNav {
padding: 1em 0;
}
.header-overlay {
height: 100vh;
background: url("../assets/img/header_bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 200px 0;
color: #fafafa;
}
.header-btn {
margin-top: 15px;
border: none;
border-radius: 40px;
padding: 10px 20px;
color: #fff;
box-shadow: 0 1px 3px rgb(24, 23, 23,);
background: -webkit-linear-gradient(left, rgb(255, 140, 89) 0%, rgb(255, 177, 82) 100%);
}
.header-btn a {
color: #fff;
}
.header-btn:hover {
cursor: pointer;
background: -webkit-linear-gradient(left, rgb(247, 112, 55) 0%, rgb(250, 168, 68) 100%);
}
.nav-link:hover {
color: #3366BB !important;
font-weight: bold;
}
.countdownContainer{
position: relative;
padding: 10px;
max-width: 50%;
max-height: 100%;
margin: 20px auto;
box-sizing: border-box;
font-weight: 350;
background-color: transparent !important;
font-size: 3vw;
}
.info {
position: inherit;
padding: 10px;
display: grid;
grid-template-columns: 20% 5% 20% 5% 20% 5% 25%;
align-items: center;
}
.labels {
position: inherit;
display: grid;
grid-template-columns: 25% 25% 25% 25%;
text-align: center;
}
.nightcountdown {
background-color: transparent !important;
color: #fff !important;
}
.portfolio-item {
margin-bottom: 30px;
}
.pagination {
margin-bottom: 30px;
}
.profile-image{
border-radius: 10px;
}
.footer_media{
color:black;
font-size: 20px;
padding-left: 10px;
text-align: center;
}
.participant-card {
max-height: 325px;
min-height: 325px;
width: 100% !important;
min-width: 180px;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
transform-style: preserve-3d;
transition: all 0.5s ease-in-out;
text-align: center;
}
.mentor-card {
max-height: 375px;
min-height: 375px;
min-width: 275px;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
.participant-card:hover {
transform: rotateY(180deg);
}
.participant-card .side {
backface-visibility: hidden;
overflow: hidden;
position: absolute;
text-align: center;
}
.card-about{
text-align: center;
padding: 30px 10px;
margin:100px 20px;
font-size: 15px;
}
.participant-card .back {
text-align: center;
justify-content: center;
transform: rotateY(180deg);
background-size: cover;
width: 100%;
height: 100%;
}
.participant-img {
max-height: 200px;
min-height: 200px;
min-width: 100%;
width: 100%;
height: auto;
}
.social-media-links {
background: #fafafa;
padding: 15px 0;
}
.social-media-links a i {
color: #9E9E9E;
padding: 0 10px;
font-size: 16px;
transition: .2s ease-in-out;
-webkit-transition: .2s ease-in-out;
}
.social-media-links a i:hover {
color: #212121;
transform: scale(1.4);
}
::-webkit-scrollbar {
width: 20px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 15px ;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
@media screen and (max-width: 767px) {
.participant-card {
max-height: 515px;
min-height: 515px;
}
}
@media screen and (max-width: 600px) {
.participant-card .card {
height: 200px !important;
}
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 100;
font-size: 20px;
border: none;
outline: none;
background-color: white;
color: red;
cursor: pointer;
padding: 8px;
border-radius: 2px;
}
#myBtn:hover {
background-color: #555;
}
.spinner {
width: 40px;
height: 40px;
background-color: #333;
position: absolute;
top: 48%;
left: 48%;
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
} 50% {
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
} 100% {
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* spinner */
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ff6347;
z-index: 3;
}
.loading {
overflow: hidden;
height: 100vh;
}
/* smooth scrolling */
html{
scroll-behavior: smooth;
}
/* dark mode */
.dark {
background-color: #262626 !important;
color: #fff !important;
-webkit-transition: .1s;
transition: .1s;
}
.dark-landing-text {
background-color: transparent !important;
color: #fff !important;
}
.dark-bg-img {
background-image: url("../assets/img/header-bg-dark.jpg");
}
.night-footer {
border-top: 1px solid #fff;
background-color: #000 !important;
}
.footer-dark {
background-color: #000 !important;
}
.dark-mode {
display: flex;
align-items: center;
justify-content: center;
padding: 0px 16px 0px 8px;
}
/* dark mode toggle switch */
.switch {
position: relative;
display: inline-block;
width: 35px;
height: 21px;
margin-bottom: 0px;
margin-top: 3px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}
/* dark mode slider */
.slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 2px;
right: 2px;
top: 1px;
background-image: url("../assets/icons/moon.png");
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #8A8B8B;
}
input:focus + .slider {
box-shadow: 0 0 1px rgb(255, 255, 255);
}
input:checked + .slider:before {
-webkit-transform: translateX(14px);
-ms-transform: translateX(14px);
transform: translateX(14px);
}
/* Round slide */
.slider.round {
border-radius: 34px;
border: 2px solid #8A8B8B;
}
.slider.round:before {
border-radius: 50%;
}
/*Pagination*/
.pagination .disabled a{
background: #e0e0e0 !important;
}
.pagination .active:hover{
color: #fff;
z-index:-1;
}
/*fork and star*/
.github{
color: #5a5a5a;
font-size: 22px;
}
/*project cards*/
.card-img-project{
height: 15vw;
}
.card-footer-project{
background: #fafafa;
border-top: initial;
}
.card-footer-project p{
font-weight: 600;
}
.participant-img{
max-height: 200px;
min-height: 200px;
}
@media only screen and (max-width: 600px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
}
.card-img-project{
height: 250px;
width: 360px;
}
}
@media only screen and (max-width: 480px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 342px;
}
}
@media only screen and (max-width: 375px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 325px;
}
}
@media only screen and (max-width: 320px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
.card-img-project{
height: 250px;
width: 285px;
}
}
@media only screen and (min-width: 600px) {
.participant-img {
width: 100% !important;
height: 100% !important;
}
}
.card-college{
font-size:14px;
font-weight: 600;
}
.card-name{
font-size: 16px;
}
.card-college{
font-size:18px;
}
.card-name{
font-size:20px;
}
@media screen and (max-width: 991px) {
.navbar-brand{
padding: .5rem 1rem;
}
.nav-item{
padding: .5rem 1rem;
}
.nav-link{
padding: 0 !important;
}
.dark-mode{
display: flex;
justify-content: start;
}
.navbar-toggler{
margin: .5rem 1rem;
}
.navbar-nav{
display: initial;
}
.fork {
display: inline-block!important;
padding-right: 0;
margin-right: initial !important;
}
.fork div{
display: inline !important;
}
.star{
display: inline !important;
}
.star div{
display: inline !important;
}
}
.icon-color{
color:white;
}
/* typing animation */
.typing-anim {
overflow: hidden !important; white-space: nowrap !important;
border-right: 4px solid #fff;
width: 13ch;
margin: auto;
animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
-webkit-animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
-moz-animation: type 3s steps(13),
blink-caret 1s step-end infinite !important;
}
@keyframes type {
0% {
width: 0ch;
}
100% {
width: 13ch;
}
}
/* blinking cursor */
@-webkit-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #fff }
}
@-moz-keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: #fff }
}
/* fixed navbar */
.navbar-fixed {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
z-index: 1;
}
/* list all issues */
/* on click overlay starts */
.overlay {
height: 100%;
width: 0;
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
background-color: #fff;
overflow-x: hidden; /* Disable horizontal scroll */
transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlay-content {
position: relative;
top: 25%; /* 25% from the top */
width: 100%; /* 100% width */
text-align: center; /* Centered text/links */
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
/* The navigation links inside the overlay */
.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: inline; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */
}
/* Position the close button (top right corner) */
.overlay .closebtn {
position: absolute;
top: 20px;
right: 45px;
font-size: 60px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
.overlay a {font-size: 20px}
.overlay .closebtn {
font-size: 40px;
top: 15px;
right: 35px;
}
}
/* on click overlay ends */
/* repository buttons */
.row-c {
margin: 0px !important;
padding: 0px !important;
}
/* .col {
margin: 0px !important;
padding: 0px !important;
} */
.center-c {
display: flex;
align-items: center;
justify-content: center;
}
.issue-title {
background-color: inherit;
color: #000;
padding: 0px 0px 20px 15px;
}
.issue-btn-section {
background-color: #fff;
}
.issue-btn-section .btn {
margin: 0.5rem 0rem 0.5rem 0rem;
height: 2rem;
width: 100%;
padding: 0px 3px 0px 3px;
}
/* overlay content styling */
.card-col {
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 2.5rem;
}
.card-c {
border-radius: 1rem !important;
}
.card-title-c {
font-size: 2rem !important;
}
.card-subtitle-c {
font-size: 1.5rem !important;
}
.card-text-c {
font-size: 1.3rem !important;
}
.btn-c {
padding: 0rem .3rem 0rem .3rem;
}
.card-link-c {
align-items: left;
}
.project-card {
max-height: 375px;
min-height: 375px;
width: 100% !important;
min-width: 100%;
box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12);
transform-style: preserve-3d;
transition: all 0.5s ease-in-out;
text-align: center;
}
.project-card:hover {
transform: rotateY(180deg);
}
.project-card .side {
backface-visibility: hidden;
overflow: hidden;
position: absolute;
text-align: center;
}
.project-text{
text-align: center;
padding: 30px 10px;
margin:100px 20px;
font-size: 15px;
}
.project-card .back {
text-align: center;
justify-content: center;
transform: rotateY(180deg);
background-size: cover;
width: 100%;
height: 100%;
}
.card-img-project {
max-height: 240px;
min-height: 240px;
min-width: 100%;
width: 100%;
height: auto;
}
.back{
display: flex;
flex-direction: column;
}
.card-footer-project{
margin-top: -60px;
flex: 1;
}
.project-text{
margin-top: 25px;
flex: 1;
}
/* hover effect to footer icons */
.footer-hover:hover {
transform: scale(1.2);
transition-duration: 0.5s;
}
.fab:hover {
transform: scale(1.2);
transition-duration: 0.4s;
}
.game-card {
/* max-height: 470px;
min-height: 470px; */
height: 100%;
min-width: 100%;
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}
/* personal website icon */
.fas:hover {
transform: scale(1.2);
transition-duration: 0.4s;
}
/* sticky github */
.sticky-container{
padding: 0px;
margin: 0px;
position: fixed;
right: -100px;
top: 200px;
width: 192px;
}
.sticky li{
text-align: left;
list-style-type: none;
background-color: #343A40;
color: #efefef;
height: 40px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
-webkit-transition: all 0.40s ease-in-out;
-moz-transition: all 0.40s ease-in-out;
-o-transition: all 0.40s ease-in-out;
transition: all 0.40s ease-in-out;
cursor: pointer;
}
.sticky li:hover{
margin-left: -30px;
}
.sticky li a{
text-decoration: none;
color: white;
font-size: 20px;
}
.fab-c {
margin: 10px !important;
}
/* .fab-c:hover {
transition: none;
transform: none;
} */
.sticky-github {
display: none;
}
@media screen and (max-width: 991px) {
.github-fork-ribbon {
display: none !important;
}
.sticky-github {
display: inline;
}
}
.border-heading {
display: block;
border-bottom: 2px solid gray;
} | 0.346652 | 0.067485 |
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Merriweather:wght@400;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--font1: "Merriweather", sans-serif;
--font2: "Lato", sans-serif;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
min-height: 100vh;
}
h1,
h2 {
font-family: var(--font1);
}
p,
button,
form {
font-family: var(--font2);
}
header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: #d7d4ff;
padding: 0 100px;
}
.headerContent {
display: flex;
flex-direction: column;
padding: 138px 0 120px 0;
}
.headerContent h1 {
width: 350px;
margin-bottom: 18px;
line-height: 47px;
font-size: 2.25em;
color: #2b2b2b;
}
.headerContent p {
width: 390px;
margin-bottom: 45px;
line-height: 32px;
font-size: 1.188em;
color: #555555;
}
.headerContent button {
width: 155px;
background-color: #6c63ff;
font-size: 1.25em;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
padding: 14px 0;
border: none;
outline: none;
box-shadow: 0px 5px 5px rgba(23, 23, 23, 0.1);
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease;
}
.headerContent button:hover {
background: #fff;
color: #2c0b8e;
}
.headerImg {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 77px 0 124px 0;
/* Floating Animation */
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
.headerImg img {
width: 100%;
}
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f9f9f9;
padding: 150px 0;
}
.cardsBox {
display: flex;
justify-content: center;
align-items: center;
gap: 68px;
column-gap: 111px;
flex-wrap: wrap;
}
.card {
width: 340px;
height: 423px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
transition: all 0.4s ease;
}
.card:hover {
transform: scale(1.1);
}
.card .imgContent {
background-color: #ff6363;
}
.card:nth-of-type(2) .imgContent {
background-color: #63ecff;
}
.card:nth-of-type(3) .imgContent {
background-color: #f363ff;
}
.card:nth-of-type(4) .imgContent {
background-color: #63ff73;
}
.card:nth-of-type(5) .imgContent {
background-color: #ffdd63;
}
.card:nth-of-type(6) .imgContent {
background-color: #6663ff;
}
.card .imgContent {
width: 100%;
height: 52.49%;
}
.card .infoContent {
display: flex;
flex-direction: column;
gap: 26px;
padding: 25px;
overflow-y: visible;
}
.card .infoContent h2 {
font-size: 1.5em;
height: 31px;
overflow-y: auto;
font-weight: 700;
color: #2b2b2b;
}
.card .infoContent p {
font-size: 1.125em;
color: #555555;
font-weight: 400;
line-height: 30px;
overflow-y: auto;
height: 90px;
}
footer {
display: flex;
justify-content: center;
align-items: center;
padding: 80px 0;
background: #d7d4ff;
}
footer form {
width: 470px;
display: flex;
flex-direction: column;
justify-content: center;
}
form input::placeholder,
textarea::placeholder {
font-family: var(--font2);
color: rgba(110, 114, 117, 0.741);
}
footer form label {
display: flex;
align-self: center;
margin-bottom: 60px;
}
footer form label h1 {
font-size: 2em;
color: #2b2b2b;
font-weight: 400;
}
footer form input {
margin-bottom: 15px;
}
footer form input,
textarea {
padding: 20px 15px;
border-radius: 6px;
font-size: 1.125rem;
color: #2b2b2b;
border: none;
outline: none;
font-size: 100%;
}
footer form textarea {
resize: none;
line-height: 22px;
margin-bottom: 30px;
}
footer form button {
background-color: #6c63ff;
font-size: 1.25em;
letter-spacing: 1px;
font-weight: 700;
color: #fff;
padding: 13px 0;
border: none;
outline: none;
border-radius: 5px;
box-shadow: 0px 5px 5px rgba(23, 23, 23, 0.1);
cursor: pointer;
transition: all 0.3s ease;
}
footer form button:hover {
background: #fff;
color: #2c0b8e;
}
/* Responsividade */
@media (max-width: 1100px) {
header {
justify-content: center;
padding: 0 30px;
}
}
@media (max-width: 790px) {
header {
padding: 55px 0 88px 0;
flex-direction: column;
gap: 115px;
}
.headerContent {
align-self: center;
padding: 0;
}
.headerImg {
padding: 0;
justify-content: center;
}
.headerImg img {
width: 80%;
}
main {
padding: 75px 0;
}
}
@media (max-width: 414px) {
.headerContent {
width: auto;
align-self: flex-start;
padding: 0 20px;
}
.headerContent h1 {
width: auto;
font-size: 2em;
font-weight: 400;
}
.headerContent p {
width: auto;
text-align: justify;
font-size: 1.125em;
}
.headerImg {
justify-content: flex-start;
padding: 0 32px;
}
.headerImg img {
width: 100%;
}
main {
padding-left: 20px;
padding-right: 20px;
}
.cardsBox {
gap: 30px;
}
.card {
width: auto;
}
footer {
padding: 80px 20px 56px 20px;
}
} | desafio03/style.css | @import url("https://fonts.googleapis.com/css2?family=Lato&family=Merriweather:wght@400;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
:root {
--font1: "Merriweather", sans-serif;
--font2: "Lato", sans-serif;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
min-height: 100vh;
}
h1,
h2 {
font-family: var(--font1);
}
p,
button,
form {
font-family: var(--font2);
}
header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: #d7d4ff;
padding: 0 100px;
}
.headerContent {
display: flex;
flex-direction: column;
padding: 138px 0 120px 0;
}
.headerContent h1 {
width: 350px;
margin-bottom: 18px;
line-height: 47px;
font-size: 2.25em;
color: #2b2b2b;
}
.headerContent p {
width: 390px;
margin-bottom: 45px;
line-height: 32px;
font-size: 1.188em;
color: #555555;
}
.headerContent button {
width: 155px;
background-color: #6c63ff;
font-size: 1.25em;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
padding: 14px 0;
border: none;
outline: none;
box-shadow: 0px 5px 5px rgba(23, 23, 23, 0.1);
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease;
}
.headerContent button:hover {
background: #fff;
color: #2c0b8e;
}
.headerImg {
display: flex;
justify-content: flex-end;
align-items: center;
padding: 77px 0 124px 0;
/* Floating Animation */
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
}
@keyframes floating {
0% {
transform: translate(0, 0px);
}
50% {
transform: translate(0, 15px);
}
100% {
transform: translate(0, -0px);
}
}
.headerImg img {
width: 100%;
}
main {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #f9f9f9;
padding: 150px 0;
}
.cardsBox {
display: flex;
justify-content: center;
align-items: center;
gap: 68px;
column-gap: 111px;
flex-wrap: wrap;
}
.card {
width: 340px;
height: 423px;
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
border-radius: 5px;
transition: all 0.4s ease;
}
.card:hover {
transform: scale(1.1);
}
.card .imgContent {
background-color: #ff6363;
}
.card:nth-of-type(2) .imgContent {
background-color: #63ecff;
}
.card:nth-of-type(3) .imgContent {
background-color: #f363ff;
}
.card:nth-of-type(4) .imgContent {
background-color: #63ff73;
}
.card:nth-of-type(5) .imgContent {
background-color: #ffdd63;
}
.card:nth-of-type(6) .imgContent {
background-color: #6663ff;
}
.card .imgContent {
width: 100%;
height: 52.49%;
}
.card .infoContent {
display: flex;
flex-direction: column;
gap: 26px;
padding: 25px;
overflow-y: visible;
}
.card .infoContent h2 {
font-size: 1.5em;
height: 31px;
overflow-y: auto;
font-weight: 700;
color: #2b2b2b;
}
.card .infoContent p {
font-size: 1.125em;
color: #555555;
font-weight: 400;
line-height: 30px;
overflow-y: auto;
height: 90px;
}
footer {
display: flex;
justify-content: center;
align-items: center;
padding: 80px 0;
background: #d7d4ff;
}
footer form {
width: 470px;
display: flex;
flex-direction: column;
justify-content: center;
}
form input::placeholder,
textarea::placeholder {
font-family: var(--font2);
color: rgba(110, 114, 117, 0.741);
}
footer form label {
display: flex;
align-self: center;
margin-bottom: 60px;
}
footer form label h1 {
font-size: 2em;
color: #2b2b2b;
font-weight: 400;
}
footer form input {
margin-bottom: 15px;
}
footer form input,
textarea {
padding: 20px 15px;
border-radius: 6px;
font-size: 1.125rem;
color: #2b2b2b;
border: none;
outline: none;
font-size: 100%;
}
footer form textarea {
resize: none;
line-height: 22px;
margin-bottom: 30px;
}
footer form button {
background-color: #6c63ff;
font-size: 1.25em;
letter-spacing: 1px;
font-weight: 700;
color: #fff;
padding: 13px 0;
border: none;
outline: none;
border-radius: 5px;
box-shadow: 0px 5px 5px rgba(23, 23, 23, 0.1);
cursor: pointer;
transition: all 0.3s ease;
}
footer form button:hover {
background: #fff;
color: #2c0b8e;
}
/* Responsividade */
@media (max-width: 1100px) {
header {
justify-content: center;
padding: 0 30px;
}
}
@media (max-width: 790px) {
header {
padding: 55px 0 88px 0;
flex-direction: column;
gap: 115px;
}
.headerContent {
align-self: center;
padding: 0;
}
.headerImg {
padding: 0;
justify-content: center;
}
.headerImg img {
width: 80%;
}
main {
padding: 75px 0;
}
}
@media (max-width: 414px) {
.headerContent {
width: auto;
align-self: flex-start;
padding: 0 20px;
}
.headerContent h1 {
width: auto;
font-size: 2em;
font-weight: 400;
}
.headerContent p {
width: auto;
text-align: justify;
font-size: 1.125em;
}
.headerImg {
justify-content: flex-start;
padding: 0 32px;
}
.headerImg img {
width: 100%;
}
main {
padding-left: 20px;
padding-right: 20px;
}
.cardsBox {
gap: 30px;
}
.card {
width: auto;
}
footer {
padding: 80px 20px 56px 20px;
}
} | 0.437824 | 0.110327 |
p {
margin-top: 0;
margin-bottom: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.round-image {
border-radius: 50%;
height: auto;
width: 100%;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
dl,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-full-height {
height: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
display: inline-block;
float: left; }
.u-fix-top-left {
position: fixed;
top: 0;
left: 0;
z-index: 10000;
}
.u-fix-top-right {
position: fixed;
top: 0;
right: 0;
z-index: 10000;
}
.u-fix-bottom-left {
position: fixed;
bottom:0;
left:0;
z-index: 10000;
}
.u-fix-bottom-right {
position: fixed;
bottom:0;
right:0;
z-index: 10000;
}
.u-horizontal-centered {
text-align: center;
}
.u-vertical-centered {
vertical-align: middle;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* Median Object
*/
.Media {
display: flex;
align-items: center;
}
.Media-figure {
margin: 0.5em 1.2em;
}
.Media-body {
flex: 1;
margin: 1em;
}
/* Mock up
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
mock up elements for fast prototyping
*/
.mock-card-image {
background-color:silver;
background-image:
radial-gradient(circle at 100% 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 0 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 50% 100%, white 10%, silver 11%, silver 23%, white 24%, white 30%, silver 31%, silver 43%, white 44%, white 50%, silver 51%, silver 63%, white 64%, white 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent),
radial-gradient(circle at 0 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent);
background-size:300px 300px;
width: 200px;
height: 170px;
}
.mock-logo {
background-color:silver;
background-image:
radial-gradient(circle at 100% 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 0 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 50% 100%, white 10%, silver 11%, silver 23%, white 24%, white 30%, silver 31%, silver 43%, white 44%, white 50%, silver 51%, silver 63%, white 64%, white 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent),
radial-gradient(circle at 0 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent);
background-size:100px 100px;
width: 65px;
height: 65px;
}
.mock-bounding-box {
background-color: white;
border-radius: 1px;
box-shadow: 0.5px 1px 3px -1px rgba(170, 175, 173, 0.61);
} | themes/cutie/source/css/skeleton.css | p {
margin-top: 0;
margin-bottom: 0; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
display: inline-block;
height: 38px;
padding: 0 30px;
color: #555;
text-align: center;
font-size: 11px;
font-weight: 600;
line-height: 38px;
letter-spacing: .1rem;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 4px;
border: 1px solid #bbb;
cursor: pointer;
box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
color: #333;
border-color: #888;
outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
color: #FFF;
background-color: #33C3F0;
border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
color: #FFF;
background-color: #1EAEDB;
border-color: #1EAEDB; }
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.round-image {
border-radius: 50%;
height: auto;
width: 100%;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
height: 38px;
padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
background-color: #fff;
border: 1px solid #D1D1D1;
border-radius: 4px;
box-shadow: none;
box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; }
textarea {
min-height: 65px;
padding-top: 6px;
padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border: 1px solid #33C3F0;
outline: 0; }
legend {
display: block;
margin-bottom: .5rem;
font-weight: 600; }
fieldset {
padding: 0;
border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
display: inline; }
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
padding-left: 0; }
th:last-child,
td:last-child {
padding-right: 0; }
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
margin-bottom: 1.5rem; }
dl,
form {
margin-bottom: 2.5rem; }
/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
width: 100%;
box-sizing: border-box; }
.u-full-height {
height: 100%;
box-sizing: border-box; }
.u-max-full-width {
max-width: 100%;
box-sizing: border-box; }
.u-pull-right {
float: right; }
.u-pull-left {
display: inline-block;
float: left; }
.u-fix-top-left {
position: fixed;
top: 0;
left: 0;
z-index: 10000;
}
.u-fix-top-right {
position: fixed;
top: 0;
right: 0;
z-index: 10000;
}
.u-fix-bottom-left {
position: fixed;
bottom:0;
left:0;
z-index: 10000;
}
.u-fix-bottom-right {
position: fixed;
bottom:0;
right:0;
z-index: 10000;
}
.u-horizontal-centered {
text-align: center;
}
.u-vertical-centered {
vertical-align: middle;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
border-width: 0;
border-top: 1px solid #E1E1E1; }
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
content: "";
display: table;
clear: both; }
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
/* Median Object
*/
.Media {
display: flex;
align-items: center;
}
.Media-figure {
margin: 0.5em 1.2em;
}
.Media-body {
flex: 1;
margin: 1em;
}
/* Mock up
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
mock up elements for fast prototyping
*/
.mock-card-image {
background-color:silver;
background-image:
radial-gradient(circle at 100% 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 0 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 50% 100%, white 10%, silver 11%, silver 23%, white 24%, white 30%, silver 31%, silver 43%, white 44%, white 50%, silver 51%, silver 63%, white 64%, white 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent),
radial-gradient(circle at 0 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent);
background-size:300px 300px;
width: 200px;
height: 170px;
}
.mock-logo {
background-color:silver;
background-image:
radial-gradient(circle at 100% 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 0 150%, silver 24%, white 25%, white 28%, silver 29%, silver 36%, white 36%, white 40%, transparent 40%, transparent),
radial-gradient(circle at 50% 100%, white 10%, silver 11%, silver 23%, white 24%, white 30%, silver 31%, silver 43%, white 44%, white 50%, silver 51%, silver 63%, white 64%, white 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent),
radial-gradient(circle at 0 50%, white 5%, silver 6%, silver 15%, white 16%, white 20%, silver 21%, silver 30%, white 31%, white 35%, silver 36%, silver 45%, white 46%, white 49%, transparent 50%, transparent);
background-size:100px 100px;
width: 65px;
height: 65px;
}
.mock-bounding-box {
background-color: white;
border-radius: 1px;
box-shadow: 0.5px 1px 3px -1px rgba(170, 175, 173, 0.61);
} | 0.227985 | 0.075448 |
:root {
--accent: #00477f;
--lightaccent: #0091ff;
--light: #ffffff;
--dark: #000000;
--shade: #6f6f6f;;
--lightshade: #afafaf;
}
body {
margin: 0;
font-size: 12px;
width: 200px;
}
header {
display: flex;
justify-content: space-between;
background: var(--accent);
color: var(--light);
line-height: 30px;
font-size: 14px;
padding: 0px 5px;
}
#headline {
font-weight: 500;
}
#feedback a {
color: var(--light);
font-size: 17px;
text-decoration: none;
}
#settings {
width: 140px;
margin: 20px auto;
}
.toggle {
margin: 5px 0px;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 20px;
}
/* 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: var(--lightshade);
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
left: 4px;
bottom: 4px;
background-color: var(--light);
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: var(--accent);
}
input:focus + .slider {
box-shadow: 0 0 1px var(--accent);
}
input:checked + .slider:before {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
.name {
margin-left: 40px;
margin-top: -14px;
white-space: nowrap;
}
#button {
text-align: center;
}
button {
color: var(--light);
background-color: var(--accent);
margin-bottom: 10px;
padding: 5px 10px;
border: none;
cursor: pointer;
}
button:focus {
outline: none;
} | style.css | :root {
--accent: #00477f;
--lightaccent: #0091ff;
--light: #ffffff;
--dark: #000000;
--shade: #6f6f6f;;
--lightshade: #afafaf;
}
body {
margin: 0;
font-size: 12px;
width: 200px;
}
header {
display: flex;
justify-content: space-between;
background: var(--accent);
color: var(--light);
line-height: 30px;
font-size: 14px;
padding: 0px 5px;
}
#headline {
font-weight: 500;
}
#feedback a {
color: var(--light);
font-size: 17px;
text-decoration: none;
}
#settings {
width: 140px;
margin: 20px auto;
}
.toggle {
margin: 5px 0px;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 30px;
height: 20px;
}
/* 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: var(--lightshade);
-webkit-transition: .4s;
transition: .4s;
}
.slider:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
left: 4px;
bottom: 4px;
background-color: var(--light);
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: var(--accent);
}
input:focus + .slider {
box-shadow: 0 0 1px var(--accent);
}
input:checked + .slider:before {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
.name {
margin-left: 40px;
margin-top: -14px;
white-space: nowrap;
}
#button {
text-align: center;
}
button {
color: var(--light);
background-color: var(--accent);
margin-bottom: 10px;
padding: 5px 10px;
border: none;
cursor: pointer;
}
button:focus {
outline: none;
} | 0.350421 | 0.109468 |
.sidenav {
height: 100%;
width: 180px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
background-color: black;
transform: translateX(0%) !important;
}
.side-name {
font-family: Krub;
font-size: 45px;
color: white;
margin-top: 30px;
margin-bottom: 40px;
margin-left: -5px;
border: 1px solid white;
padding: -10px;
margin: 12%;
text-align: center;
}
.side-link {
font-family: "Trirong";
margin-top: -7px;
margin-left: 0px;
}
#side-link-text:hover {
background-color: rgb(39, 133, 133);
color: black;
}
.main {
margin-left: 170px;
padding: 0px 10px;
width: 90%;
}
#main-image {
height: 720px;
width: 100%;
-webkit-filter: brightness(70%);
filter: brightness(70%);
}
.container {
position: relative;
text-align: center;
}
.top-right {
position: absolute;
top: 8px;
right: 16px;
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 35px;
font-weight: bolder;
color: white;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 68.5px;
font-weight: bolder;
color: white;
font-family: "Rubik Mono One";
}
.card-image {
height: 30%;
width: 30%;
}
.resume-text {
font-weight: bold;
}
.card-action:hover {
background-color: black;
}
.svcsBG {
background-color: rgb(39, 133, 133);
margin-top: 40px;
padding: 2px 0px 70px;
}
#sA,
#projects {
margin-top: 100px;
}
.technologies,
.sA {
height: 100%;
width: 315px;
margin-top: 50px;
display: block;
margin-left: auto;
margin-right: auto;
}
hr {
border: 1.5px solid rgb(39, 133, 133);
}
.modal {
width: 400px;
background-color: black;
}
.modal-close {
font-family: "Krub";
background-color: black;
}
.project1,
.project2,
.project3,
.project4,
.project5,
.project6,
.project7,
.project8,
.project9 {
width: 100%;
height: 250px;
margin-top: 20px;
margin-bottom: 10px;
float: left;
border-radius: 5px;
}
.project1:hover,
.project2:hover,
.project3:hover,
.project4:hover,
.project5:hover,
.project6:hover,
.project7:hover,
.project8:hover,
.project9:hover {
display: inline-block;
cursor: pointer;
outline: none;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.project1:active,
.project2:active,
.project3:active,
.project4:active,
.project5:active,
.project6:active,
.project7:active,
.project8:active,
.project9:active {
background-color: rgb(63, 132, 221);
box-shadow: 0 5px #666;
transform: translate(-10px, 20px);
margin: 10px;
margin-bottom: 20px;
}
.page-footer {
background: rgba(0, 0, 0);
border-width: 20px;
border-color: white;
}
.contact-me {
margin-top: 10px;
}
.links-div {
margin-top: 9px;
}
.links:hover {
text-decoration: underline;
}
@media screen and (max-width: 1400px) {
.sidenav {
width: 170px;
}
.centered {
font-size: 56px;
}
.main {
margin-left: 160px;
}
#main-image {
height: 690px;
}
}
@media screen and (max-width: 1240px) {
.sidenav {
height: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
background-color: black;
}
.side-name {
width: 130px;
}
.side-link {
margin-left: 10px;
}
.centered {
font-size: 50px;
}
#main-image {
height: 700px;
}
}
@media screen and (max-width: 1105px) {
.sidenav {
width: 140px;
}
.side-name {
width: 110px;
font-size: 30px;
}
.side-link {
margin-top: 10px;
margin-left: -5px;
text-align: center;
}
.main {
margin-left: 130px;
}
.centered {
font-size: 50px;
}
#main-image {
height: 690px;
}
}
@media screen and (max-width: 992px) {
.sidenav {
width: 70px;
height: 100%;
}
.side-name {
width: 55px;
font-size: 17px;
display: block;
}
.side-link {
transform: rotate(-90deg);
margin-left: -50px;
margin-top: 28px;
}
.home-link,
.about-link,
.tech-link,
.proj-link {
margin-right: -20px;
}
.centered {
font-size: 45px;
}
.main {
margin-left: 60px;
}
#main-image {
height: 670px;
}
}
@media screen and (max-width: 885px) {
.centered {
font-size: 45px;
}
#main-image {
height: 670px;
}
}
@media screen and (max-width: 663px) {
.sidenav {
width: 60px;
}
.side-name {
width: 46px;
font-size: 13px;
display: block;
}
.centered {
font-size: 40px;
}
.main {
margin-left: 50px;
}
#main-image {
height: 680px;
}
}
@media screen and (max-width: 553px) {
.centered {
margin-left: 25px;
}
#main-image {
height: 720px;
}
} | assets/css/style.css | .sidenav {
height: 100%;
width: 180px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
background-color: black;
transform: translateX(0%) !important;
}
.side-name {
font-family: Krub;
font-size: 45px;
color: white;
margin-top: 30px;
margin-bottom: 40px;
margin-left: -5px;
border: 1px solid white;
padding: -10px;
margin: 12%;
text-align: center;
}
.side-link {
font-family: "Trirong";
margin-top: -7px;
margin-left: 0px;
}
#side-link-text:hover {
background-color: rgb(39, 133, 133);
color: black;
}
.main {
margin-left: 170px;
padding: 0px 10px;
width: 90%;
}
#main-image {
height: 720px;
width: 100%;
-webkit-filter: brightness(70%);
filter: brightness(70%);
}
.container {
position: relative;
text-align: center;
}
.top-right {
position: absolute;
top: 8px;
right: 16px;
writing-mode: vertical-rl;
text-orientation: upright;
font-size: 35px;
font-weight: bolder;
color: white;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 68.5px;
font-weight: bolder;
color: white;
font-family: "Rubik Mono One";
}
.card-image {
height: 30%;
width: 30%;
}
.resume-text {
font-weight: bold;
}
.card-action:hover {
background-color: black;
}
.svcsBG {
background-color: rgb(39, 133, 133);
margin-top: 40px;
padding: 2px 0px 70px;
}
#sA,
#projects {
margin-top: 100px;
}
.technologies,
.sA {
height: 100%;
width: 315px;
margin-top: 50px;
display: block;
margin-left: auto;
margin-right: auto;
}
hr {
border: 1.5px solid rgb(39, 133, 133);
}
.modal {
width: 400px;
background-color: black;
}
.modal-close {
font-family: "Krub";
background-color: black;
}
.project1,
.project2,
.project3,
.project4,
.project5,
.project6,
.project7,
.project8,
.project9 {
width: 100%;
height: 250px;
margin-top: 20px;
margin-bottom: 10px;
float: left;
border-radius: 5px;
}
.project1:hover,
.project2:hover,
.project3:hover,
.project4:hover,
.project5:hover,
.project6:hover,
.project7:hover,
.project8:hover,
.project9:hover {
display: inline-block;
cursor: pointer;
outline: none;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.project1:active,
.project2:active,
.project3:active,
.project4:active,
.project5:active,
.project6:active,
.project7:active,
.project8:active,
.project9:active {
background-color: rgb(63, 132, 221);
box-shadow: 0 5px #666;
transform: translate(-10px, 20px);
margin: 10px;
margin-bottom: 20px;
}
.page-footer {
background: rgba(0, 0, 0);
border-width: 20px;
border-color: white;
}
.contact-me {
margin-top: 10px;
}
.links-div {
margin-top: 9px;
}
.links:hover {
text-decoration: underline;
}
@media screen and (max-width: 1400px) {
.sidenav {
width: 170px;
}
.centered {
font-size: 56px;
}
.main {
margin-left: 160px;
}
#main-image {
height: 690px;
}
}
@media screen and (max-width: 1240px) {
.sidenav {
height: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
overflow-x: hidden;
background-color: black;
}
.side-name {
width: 130px;
}
.side-link {
margin-left: 10px;
}
.centered {
font-size: 50px;
}
#main-image {
height: 700px;
}
}
@media screen and (max-width: 1105px) {
.sidenav {
width: 140px;
}
.side-name {
width: 110px;
font-size: 30px;
}
.side-link {
margin-top: 10px;
margin-left: -5px;
text-align: center;
}
.main {
margin-left: 130px;
}
.centered {
font-size: 50px;
}
#main-image {
height: 690px;
}
}
@media screen and (max-width: 992px) {
.sidenav {
width: 70px;
height: 100%;
}
.side-name {
width: 55px;
font-size: 17px;
display: block;
}
.side-link {
transform: rotate(-90deg);
margin-left: -50px;
margin-top: 28px;
}
.home-link,
.about-link,
.tech-link,
.proj-link {
margin-right: -20px;
}
.centered {
font-size: 45px;
}
.main {
margin-left: 60px;
}
#main-image {
height: 670px;
}
}
@media screen and (max-width: 885px) {
.centered {
font-size: 45px;
}
#main-image {
height: 670px;
}
}
@media screen and (max-width: 663px) {
.sidenav {
width: 60px;
}
.side-name {
width: 46px;
font-size: 13px;
display: block;
}
.centered {
font-size: 40px;
}
.main {
margin-left: 50px;
}
#main-image {
height: 680px;
}
}
@media screen and (max-width: 553px) {
.centered {
margin-left: 25px;
}
#main-image {
height: 720px;
}
} | 0.452536 | 0.093595 |
html {
overflow-y: scroll;
margin: 0;
padding: 0
}
body {
background-color: #fff;
margin: 0;
padding: 0;
font-size: 13px
}
.fs9 {
font-size: 10px
}
.fs10 {
font-size: 11px
}
.fs11 {
font-size: 12px
}
.fs12 {
font-size: 13px
}
.fs13 {
font-size: 14px
}
.fs14 {
font-size: 15px
}
.fs15 {
font-size: 16px
}
.fs16 {
font-size: 17px
}
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
margin-bottom: 10px;
position: relative;
overflow: hidden
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border: 0
}
a {
color: #000;
cursor: hand;
cursor: pointer
}
a img {
border: none
}
a:hover {
color: #999
}
a:focus {
outline: 0;
outline-offset: -2px;
color: #999
}
img {
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle
}
ol li,
ul li {
line-height: 25px
}
a,
body,
input,
select,
td,
textarea,
th {
outline: 0
}
a,
a:focus,
a:hover {
-webkit-transition: color .4s ease 0s;
transition: color .4s ease 0s;
text-decoration: none
}
.quantity input,
input[name=quantity] {
width: auto;
display: inline;
text-align: center
}
.fullwidth,
input.input-full {
width: 100%!important
}
.last_toggle_el_margin,
.wpb_button,
.wpb_row,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 18px!important
}
.woocommerce a.button {
background: #000;
color: #fff;
border-radius: 0;
text-shadow: none;
font-weight: 400;
border: none;
-webkit-border-radius: 0
}
.woocommerce a.button:hover {
background: #666
}
.woocommerce table.cart input {
line-height: normal
}
.breadcrumb,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
padding: 0;
margin: 25px 0
}
.breadcrumb a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
color: #666;
font-size: 12px
}
.product-bottom {
margin-top: 18px;
padding: 10px 20px 11px;
border: 1px solid #ededed
}
.paging {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
.paging .pagination {
margin: 0
}
.paging .links {
float: left
}
.paging .links a,
.paging .links b {
padding: 0 5px
}
.paging .links a {
display: inline-block;
color: #666
}
.paging .links a:hover,
.paging .links b {
color: #000
}
.paging .results {
float: right;
font-style: italic
}
.button {
cursor: pointer;
color: #fff;
background-color: #000;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
font-style: italic;
padding: 5px 15px
}
.button:hover,
input.button:hover {
background-color: #666;
color: #fff
}
a.button {
display: inline-block;
text-decoration: none;
padding: 5px 15px
}
.buttons {
background: #fff;
border: 1px solid #ccc;
overflow: auto;
padding: 6px;
margin-top: 10px;
margin-bottom: 20px
}
.buttons .center {
text-align: center;
margin-left: auto;
margin-right: auto
}
.buttons .right {
float: right;
text-align: right
}
.buttons .left {
float: left;
text-align: left
}
.woocommerce-tabs a {
padding: 7px 20px;
float: left;
font-size: 12px;
font-family: Lato, serif;
text-align: center;
text-transform: uppercase;
text-decoration: none;
color: #999;
margin-right: 2px;
margin-bottom: -1px;
display: none
}
.woocommerce-tabs .nav-tabs li.active a,
.woocommerce-tabs .nav-tabs li.active a:focus,
.woocommerce-tabs .nav-tabs li.active a:hover {
background: #fff;
margin-bottom: -1px;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
color: #000
}
.woocommerce-tabs .tab-content {
padding: 16px 20px;
margin-bottom: 16px;
border: 1px solid #ededed;
z-index: 2;
margin-top: -1px
}
.woocommerce-tabs h2 {
font-size: 18px;
line-height: 32px;
text-transform: uppercase
}
.woocommerce-tabs h3 {
font-size: 19px;
line-height: 32px;
text-transform: uppercase
}
.tabs-group .tab-content {
padding: 16px 20px;
margin-bottom: 16px;
border: 1px solid #ededed;
z-index: 2;
margin-top: -1px
}
.carousel-controls {
position: absolute;
top: -42px;
left: 50%;
margin-left: -79px
}
.carousel-controls .carousel-control {
font-size: 11px;
font-style: italic;
color: #fff;
height: 19px;
width: 60px;
margin: 0 17px;
line-height: 18px;
top: 10px;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.carousel-controls .carousel-control.left {
background-image: url(../images/default/icon-prev-hover.png)
}
.carousel-controls .carousel-control.left:hover {
background-image: url(../images/default/icon-prev.png)
}
.carousel-controls .carousel-control.right {
background-image: url(../images/default/icon-next-hover.png);
left: 62px;
right: auto
}
.carousel-controls .carousel-control.right:hover {
background-image: url(../images/default/icon-next.png)
}
.carousel-control {
font-size: 30px;
color: #000;
text-shadow: none;
top: 50%;
z-index: 20;
width: 35px;
height: 35px
}
.carousel-control.left {
left: -6%;
filter: none;
background: url(../images/default/caret-left.png) center center no-repeat
}
.carousel-control.right {
right: -6%;
filter: none;
background: url(../images/default/caret-right.png) center center no-repeat
}
ul.links {
position: relative;
margin: 0;
padding: 5px 5px 0
}
ul.links li {
line-height: 20px;
color: #CCC;
float: left;
font-size: 10px;
margin-left: 10px;
display: list-item
}
ul.links li>a span {
font-size: 14px
}
ul.list>li {
position: relative
}
ul.list>li ul {
display: none
}
ul.list>li ul>li {
padding: 10px 0 0 25px
}
ul.list>li ul>li>a {
text-decoration: none;
display: block
}
ul.list>li a.active .badge,
ul.list>li a:hover .badge {
background-color: #999
}
ul.list>li a.active {
color: #999
}
ul.list>li a.active ul {
display: block
}
.btn-arrow-right {
position: relative
}
.star-rating,
.stars {
font-size: 9px!important;
float: none!important
}
.star-rating a,
.star-rating span,
.stars a,
.stars span {
color: #24282b;
display: inline-block;
padding: 5px 0 0
}
.wpb_content_element {
margin-bottom: 0!important
}
.box-element {
margin-bottom: 40px
}
.attention,
.information,
.success,
.warning {
padding: 10px 10px 10px 33px;
margin-top: 15px;
color: #555;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.attention .close,
.information .close,
.success .close,
.warning .close {
float: right;
padding-top: 4px;
padding-right: 4px;
cursor: pointer
}
.attention {
background: url(../images/attention.html) 10px center no-repeat #fff5cc;
border: 1px solid #F2DD8C;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.warning {
background: url(../images/warning.html) 10px center no-repeat #ffd1d1;
border: 1px solid #F8ACAC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.help {
color: #999;
font-size: 10px;
font-weight: 400;
font-family: 13px;
display: block
}
.error {
display: block;
color: red
}
.success {
background: url(../images/success.html) 10px center no-repeat #eaf7d9;
border: 1px solid #BBDF8D;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Lato, serif;
color: #000
}
h1.wpo-title {
margin-bottom: 18px
}
h3.widget-title {
color: #fff;
font-size: 13px
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%
}
th {
text-transform: uppercase
}
caption,
td,
th {
font-weight: 400;
text-align: left
}
td {
padding: 6px 10px 6px 0
}
dl {
margin: 0 20px
}
dt {
font-weight: 700
}
dd {
margin: 0 0 20px
}
button,
input,
select,
textarea {
border: 1px solid #ededed
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0
}
.inputNew {
color: #999;
font-style: italic;
margin: 10px 0;
padding: 10px;
width: 80%
}
.button_mini {
padding: 5px 25px 5px 10px
}
.return-captcha .form-control {
margin-bottom: 10px
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: transparent
}
[class*=vc_col] {
padding-left: 9px!important;
padding-right: 9px!important
}
.container .container {
padding: 0
}
.caret {
border: none;
background: url(../images/default/icon-dropdown.png) center right no-repeat;
display: inline-block;
height: 7px;
padding: 0 0 0 13px;
width: 7px
}
.caret:before {
content: ""!important
}
#page {
margin: 0 auto
}
body.layout-boxed-md {
background: url(../images/pattern/pattern14.html)
}
body.layout-boxed-md #page {
max-width: 968px;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888
}
body.layout-boxed-lg {
background: url(../images/pattern/pattern14.html)
}
body.layout-boxed-lg #page {
max-width: 1188px;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888
}
#wpo-mainbody {
overflow: hidden;
margin-bottom: 40px
}
#topbar {
color: #666;
font-size: 12px
}
#topbar a {
color: #666
}
#topbar .customer-links {
position: relative;
padding: 0 15px 0 0;
margin: 0 6px 0 0
}
#topbar .customer-links a {
display: block;
line-height: 28px
}
#topbar .customer-links:before {
content: "";
width: 1px;
height: 14px;
background: #e4e4e4;
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto
}
#topbar .wpo_search {
margin: 0 7px 0 0
}
#topbar .show-mobile .quickaccess-toggle {
background-color: #000;
color: #fff;
cursor: pointer;
font-size: 17px;
width: 35px;
height: 35px;
line-height: 33px;
margin-left: 1px;
text-align: center
}
#topbar .wpo_search {
width: auto
}
#topbar .wpo_search>input {
width: 150px
}
#topbar ul li a {
font-size: 12px;
color: #666
}
#topbar ul li:before {
color: #aaa
}
#topbar ul li:hover a {
color: #000
}
#topbar .inner {
padding: 8px 0;
border-top: solid 5px #000;
border-bottom: solid 1px #ededed
}
#topbar .btn-dropdown {
font-size: 12px;
color: #666;
background: 0 0;
padding: 3px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#topbar .btn-dropdown:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #000
}
#topbar .btn-dropdown span.fa {
color: #000;
font-size: 11px
}
#topbar .language li a {
padding: 5px 15px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
#topbar .language li a:hover {
padding-left: 20px
}
#topbar .language .img {
display: inline-block;
width: 16px;
height: 11px;
margin-right: 5px
}
#topbar .language .img.flag1 {
background: url(../images/default/gb.png) no-repeat
}
#topbar .language .img.flag2 {
background: url(../images/default/fr.png) no-repeat
}
#topbar .language .img.flag3 {
background: url(../images/default/us.png) no-repeat
}
#topbar .btn-group button {
border-right: 1px solid #ededed
}
#topbar .btn-group .dropdown-menu {
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
z-index: 1500
}
#topbar .btn-group .list-item {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 25px;
color: #666
}
#topbar .btn-group .list-item:hover {
color: #000
}
#topbar .select-wrapper a {
font-size: 12px;
padding: 0 10px;
border: none;
line-height: 28px;
display: block
}
#topbar #cart .buttons a {
font-style: normal
}
#topbar #cart .buttons a:hover {
color: #fff!important;
background: #363636!important
}
#header-main {
text-align: center;
padding: 38px 0
}
#header-main a.logo {
display: inline-block
}
#logo-theme {
font-size: 42px;
font-family: 'Lily Script One', cursive
}
#logo-theme a:active,
#logo-theme a:focus,
#logo-theme a:hover {
color: #000
}
.mainnav-wrap {
background: #fff;
border-bottom: solid 2px #000;
border-top: solid 1px #ededed
}
.header-style2 #wpo-mainnav .inner {
border-bottom: solid 2px #000
}
.header-style2 .logo {
height: 100px;
display: table;
z-index: 999;
position: relative
}
.header-style2 .logo a {
display: table-cell;
vertical-align: middle
}
.header-style2 .logo img {
height: 65px
}
.header-style2 .mainnav-wrap {
border-top: none;
border-bottom: none
}
.rev_slider_wrapper .tp-bannershadow,
.rev_slider_wrapper .tp-bullets {
display: none
}
.rev_slider_wrapper .tp-caption a:hover {
color: #fff
}
.rev_slider_wrapper .tp-button {
background: 0 0;
border-radius: 0!important
}
#content {
min-height: 400px;
margin-bottom: 25px
}
.sidebar [class*=col-] {
width: 100%
}
.mass-bottom {
padding: 40px 0 0;
border-top: 2px solid #000
}
.mass-bottom .box-heading {
padding: 0 0 25px!important;
text-align: left
}
.mass-bottom img {
height: 98px
}
#wpo-footer {
min-height: 100px
}
#wpo-footer:after,
#wpo-footer:before {
content: " ";
display: table
}
#wpo-footer:after {
clear: both
}
#wpo-footer ol,
#wpo-footer ul {
margin: 0;
padding: 0;
list-style: none
}
#wpo-footer .box-heading {
font-weight: 400;
margin: 0;
padding: 35px 0 13px;
text-align: left
}
#wpo-footer .box-heading span {
font-family: brandon_grotesque_regularRg;
letter-spacing: .2em;
font-size: 14px;
color: #000;
padding: 0
}
#wpo-footer .box-heading span:after,
#wpo-footer .box-heading span:before {
display: none
}
#wpo-footer .wpo-footer-top .inner {
border-top: solid 2px #000;
padding: 40px 0 0
}
#wpo-footer .wpo-footer-center {
margin-bottom: 40px
}
#wpo-footer .wpo-footer-center .box-heading {
border-top: solid 1px #ededed;
padding-top: 40px
}
#wpo-footer .wpo-footer-bottom {
padding-top: 31px;
padding-bottom: 16px
}
#wpo-footer h3 {
color: #666;
font-size: 13px;
margin-top: 0;
margin-bottom: 8px
}
#wpo-footer .column ul li {
padding-bottom: 5px;
padding-top: 0;
overflow: hidden
}
#wpo-footer .column ul li a {
text-transform: none
}
#wpo-footer a {
color: #666;
line-height: 30px
}
#wpo-footer a:hover {
color: #000
}
#wpo-footer strong {
color: #000;
line-height: 24px
}
#wpo-footer address {
line-height: 24px
}
.wpo-copyright {
clear: both
}
.wpo-copyright.newsletter-fix {
margin-bottom: 91px
}
.wpo-copyright a {
color: #666;
font-weight: 700
}
.wpo-copyright a:hover {
color: #999
}
.wpo-copyright .inner {
border-bottom: solid 10px #000;
text-align: center;
overflow: hidden
}
.wpo-copyright .inner .copyright {
padding: 40px 0 50px;
border-top: solid 1px #ededed
}
.footer-newsletter {
position: fixed;
bottom: -100%;
width: 100%;
background-color: #fff;
z-index: 9999;
margin-top: 0;
text-align: center;
border-top: 1px solid #000;
padding: 25px 0 0;
-webkit-transition: all 600ms;
transition: all 600ms
}
.footer-newsletter.open {
bottom: 0
}
.footer-newsletter.bottom {
position: static
}
.footer-newsletter .form-newsletter {
width: 85%
}
.footer-newsletter .form-newsletter .box-left {
margin-right: 20px
}
.footer-newsletter .form-newsletter .inputNew {
width: 280px;
height: 35px;
margin: 0
}
.footer-newsletter .form-newsletter .input-group-btn {
width: auto
}
.footer-newsletter .form-newsletter .input-group-btn>.btn {
height: 35px
}
.footer-newsletter .img {
position: absolute;
bottom: 0
}
.footer-newsletter .button-group {
position: absolute;
overflow: hidden;
right: 0;
z-index: 999999
}
.footer-newsletter .button-group .close {
margin-right: -240px;
color: #666;
padding: 0 10px;
-webkit-border-radius: 40px 0 0 40px;
-moz-border-radius: 40px 0 0 40px;
-ms-border-radius: 40px 0 0 40px;
-o-border-radius: 40px 0 0 40px;
border-radius: 40px 0 0 40px;
border: 1px solid #666;
border-right: none;
overflow: hidden;
line-height: 24px;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.footer-newsletter .button-group .close:hover {
margin-right: 0;
opacity: 1;
filter: alpha(opacity=100)
}
.footer-newsletter .button-group .show-button {
display: inline-block;
font-size: 14px;
color: #000;
line-height: 24px
}
.footer-newsletter .button-group .show-button .checkbox-inline {
vertical-align: top
}
.footer-newsletter .button-group .show-button input {
margin-right: 5px
}
.banner div {
text-align: center;
width: 100%;
display: none
}
.banner div img {
margin-bottom: 20px
}
.category-image {
margin: 0 0 20px
}
.box-heading {
text-transform: uppercase;
color: #000;
font-family: brandon_grotesque_regularRg;
font-size: 14px;
letter-spacing: .2em;
overflow: hidden;
text-align: center;
margin-bottom: 40px
}
.box-heading span {
padding: 0 25px;
position: relative;
z-index: 2;
display: inline-block
}
.box-heading span:before {
background: #000;
content: "";
height: 1px;
position: absolute;
right: 100%;
top: 50%;
width: 2000px;
z-index: 1
}
.box-heading span:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.box {
margin-bottom: 18px;
position: relative
}
.box>img {
padding: 30px 0
}
.box .media-body strong {
color: #000;
font-family: Lato, serif;
font-size: 18px;
letter-spacing: 3px;
font-weight: 400
}
.box address strong {
color: #000;
font-size: 14px
}
.box.about,
.box.logo-ft,
.box.social {
border-top: none
}
.highlight .box-heading,
.wpo-sidebar .box-heading {
background: #000;
color: #fff;
height: 28px;
line-height: 28px;
padding-left: 10px;
text-transform: uppercase;
font-size: 12px;
position: relative;
margin-bottom: 0;
text-align: left;
font-family: 'Noticia Text', serif;
letter-spacing: 0
}
.highlight .box-heading span:after,
.highlight .box-heading span:before,
.wpo-sidebar .box-heading span:after,
.wpo-sidebar .box-heading span:before {
content: none
}
.highlight .box-heading:before,
.wpo-sidebar .box-heading:before {
position: absolute;
content: "\f107";
top: 7px;
right: 14px;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.highlight .box-heading:after,
.wpo-sidebar .box-heading:after {
color: #fff;
content: "\f005";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
vertical-align: middle;
position: absolute;
left: 10px;
top: 0
}
.highlight .widget_top_rated_products .box-heading:after,
.highlight .widget_wpo_recent_post .box-heading:after,
.wpo-sidebar .widget_top_rated_products .box-heading:after,
.wpo-sidebar .widget_wpo_recent_post .box-heading:after {
content: "\f005"
}
.highlight .widget_product_categories .box-heading:after,
.highlight.wpo-verticalmenu .box-heading:after,
.wpo-sidebar .widget_product_categories .box-heading:after,
.wpo-sidebar.wpo-verticalmenu .box-heading:after {
content: "\f0c9"
}
.wpo-sidebar ol,
.wpo-sidebar ul {
margin: 0;
padding: 0;
list-style: none
}
.wpo-sidebar .box-heading {
margin-bottom: 20px
}
.wpo-sidebar .sidebar-element {
margin-bottom: 40px
}
.wpo-sidebar .sidebar-element.widget_product_categories .box-heading,
.wpo-sidebar .sidebar-element.widget_top_rated_products .box-heading,
.wpo-sidebar .sidebar-element.widget_wpo_recent_post .box-heading {
margin-bottom: 0
}
.wpo-sidebar ul.children {
padding-left: 10px
}
.wpo-sidebar .carousel-controls {
top: 8px;
right: 5px;
left: auto
}
.wpo-sidebar .carousel-controls a {
width: 16px;
height: 16px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #e5e5e5;
background: none;
display: block;
line-height: normal;
text-align: center;
margin: 0 2px;
padding: 0;
position: relative;
float: left
}
.wpo-sidebar .carousel-controls .fa {
float: left;
margin: 0 auto;
padding: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
width: 10px;
height: 14px;
position: absolute;
line-height: normal;
font-size: 12px;
background: none;
color: #fff
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
width: 16px;
height: 16px;
margin-left: -8px;
border: none;
margin-top: -2px;
background: url(../images/default/ui-slider-handle.png) no-repeat;
z-index: 20
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-range {
height: 100%;
position: absolute;
top: 0;
z-index: 10;
background-color: #f5ed5a;
border-top: 1px solid #f2e82a;
border-bottom: 1px solid #f2e82a;
-webkit-border-radius: 9999px;
-webkit-background-clip: padding-box;
-moz-border-radius: 9999px;
-moz-background-clip: padding;
border-radius: 9999px;
background-clip: padding-box;
-webkit-box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2);
-moz-box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2);
box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2)
}
.wpo-sidebar .tagcloud a {
border: 1px solid #ededed;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 5px;
margin-bottom: 5px;
display: inline-block
}
.wpo-sidebar .newsletter .btn-arrow-right {
display: none
}
.wpo-sidebar .product_list_widget .images {
width: 80px
}
.wpo-sidebar .wpo_search input,
.wpo-sidebar select {
width: 100%
}
.wpo-sidebar ul.menu li {
padding-left: 0
}
.wpo-sidebar ul.menu li:before {
content: none
}
.wpo-sidebar ul.menu li:hover {
margin-left: 0
}
.wpo-sidebar ul.menu li .sub-menu {
padding-left: 10px
}
.product_list_widget .item-product-widget {
border-bottom: 1px solid #ededed;
padding: 15px 0
}
.product_list_widget .item-product-widget:last-child {
border-bottom: none
}
.product_list_widget .images {
margin-right: 18px;
width: 60px
}
.product_list_widget .product-meta {
overflow: hidden
}
.product_list_widget .title {
color: #999;
font-family: brandon_grotesquelight;
font-size: 16px
}
.product_list_widget .price {
margin: 0;
padding: 0;
display: block
}
.group-product .row {
border-top: 1px solid #ededed;
padding-top: 40px
}
.group-product .box-heading {
text-align: left;
margin-bottom: 15px
}
.group-product .box-heading span {
padding: 0
}
.group-product .box-heading span:after,
.group-product .box-heading span:before {
content: none
}
.widget_wpo_recent_post .carousel-item {
display: table;
text-align: center;
margin: 20px auto 0;
border-top: 1px solid #e5e5e5;
padding: 20px 0 0;
width: auto;
height: auto
}
.widget_wpo_recent_post .carousel-item>div {
display: table-cell;
vertical-align: top
}
.widget_wpo_recent_post .carousel-image {
width: 50px;
height: 50px;
margin-right: 5px
}
.widget_wpo_recent_post .carousel-image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%
}
.widget_wpo_recent_post .carousel-body {
text-align: left;
text-transform: uppercase;
color: #000;
font-size: 12px
}
.widget_wpo_recent_post .carousel-body p {
color: #909090;
font-size: 11px;
margin-top: 4px
}
.box.nopadding ul li {
border-bottom: 1px solid #fff;
padding-right: 20px;
padding-left: 20px
}
.box.nopadding ul li:last-child {
border-bottom: none
}
.box.highlighted .box-heading,
.sidebar .box.highlighted .box-heading {
border-color: #000
}
.box.dark,
.sidebar .box.dark {
color: #fff
}
.box.dark .box-heading,
.sidebar .box.dark .box-heading {
background-color: #292929!important;
border-bottom: 1px solid #3f3f3f!important;
position: relative
}
.box.dark .box-heading:before,
.sidebar .box.dark .box-heading:before {
content: "";
background: url(../images/default/bg-tite.html) no-repeat;
position: absolute;
top: 39px;
left: 30px;
width: 35px;
height: 11px
}
.box.dark .box-content,
.sidebar .box.dark .box-content {
background-color: #2e2e2e!important
}
.box.dark ul li,
.sidebar .box.dark ul li {
border-bottom: 1px solid #343434!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.dark ul li a,
.sidebar .box.dark ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.dark ul li a:hover,
.sidebar .box.dark ul li a:hover {
color: #999
}
.box.red,
.sidebar .box.red {
color: #fff
}
.box.red .box-heading,
.sidebar .box.red .box-heading {
background-color: #b72c2c!important;
border-bottom: 1px solid #c96666!important;
position: relative
}
.box.red .box-content,
.sidebar .box.red .box-content {
background-color: #C83A3A!important
}
.box.red ul li,
.sidebar .box.red ul li {
border-bottom: 1px solid #c96666!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.red ul li a,
.sidebar .box.red ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.red ul li a:hover,
.box.yellow,
.sidebar .box.red ul li a:hover,
.sidebar .box.yellow {
color: #fff
}
.box.yellow .box-heading,
.sidebar .box.yellow .box-heading {
background-color: #d8981a!important;
border-bottom: 1px solid #e8c174!important;
position: relative
}
.box.yellow .box-content,
.sidebar .box.yellow .box-content {
background-color: #EDA81F!important
}
.box.yellow ul li,
.sidebar .box.yellow ul li {
border-bottom: 1px solid #e8c174!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.yellow ul li a,
.sidebar .box.yellow ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.blue,
.box.yellow ul li a:hover,
.sidebar .box.blue,
.sidebar .box.yellow ul li a:hover {
color: #fff
}
.box.blue .box-heading,
.sidebar .box.blue .box-heading {
background-color: #3483bf!important;
border-bottom: 1px solid #64a0ce!important;
position: relative
}
.box.blue .box-content,
.sidebar .box.blue .box-content {
background-color: #3c92d4!important
}
.box.blue ul li,
.sidebar .box.blue ul li {
border-bottom: 1px solid #64a0ce!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.blue ul li a,
.sidebar .box.blue ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.blue ul li a:hover,
.box.orange,
.sidebar .box.blue ul li a:hover,
.sidebar .box.orange {
color: #fff
}
.box.orange .box-heading,
.sidebar .box.orange .box-heading {
background-color: #da6e3e!important;
border-bottom: 1px solid #e69673!important;
position: relative
}
.box.orange .box-content,
.sidebar .box.orange .box-content {
background-color: #e97846!important
}
.box.orange ul li,
.sidebar .box.orange ul li {
border-bottom: 1px solid #e69673!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.orange ul li a,
.sidebar .box.orange ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.green,
.box.orange ul li a:hover,
.sidebar .box.green,
.sidebar .box.orange ul li a:hover {
color: #fff
}
.box.green .box-heading,
.sidebar .box.green .box-heading {
background-color: #669435!important;
border-bottom: 1px solid #a2cd75!important;
position: relative
}
.box.green .box-content,
.sidebar .box.green .box-content {
background-color: #7DB641!important
}
.box.green ul li,
.sidebar .box.green ul li {
border-bottom: 1px solid #a2cd75!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.green ul li a,
.sidebar .box.green ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.green ul li a:hover,
.box.purple,
.sidebar .box.green ul li a:hover,
.sidebar .box.purple {
color: #fff
}
.box.purple .box-heading,
.sidebar .box.purple .box-heading {
background-color: #a130b9!important;
border-bottom: 1px solid #cb6ddf!important;
position: relative
}
.box.purple .box-content,
.sidebar .box.purple .box-content {
background-color: #b436ce!important
}
.box.purple ul li,
.sidebar .box.purple ul li {
border-bottom: 1px solid #cb6ddf!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.purple ul li a,
.sidebar .box.purple ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.purple ul li a:hover,
.sidebar .box.purple ul li a:hover {
color: #fff
}
.box-language {
line-height: 1.42857143
}
.box-language img {
cursor: pointer;
margin-right: 5px;
margin-left: 5px
}
.box-currency {
display: inline-block;
line-height: 1.42857143
}
.box-currency a {
text-decoration: none;
margin-right: 5px;
margin-left: 5px;
cursor: pointer;
font-size: 14px
}
.box-currency a:hover {
color: #000
}
.box-currency a b {
color: #fff;
text-decoration: none;
background-color: #000;
padding: 1px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px
}
.box-currency a:hover b {
background-color: #999
}
#header #cart {
position: relative
}
#header #cart .fa {
display: none
}
#header #cart .cart-link {
position: relative;
display: block;
line-height: 28px;
padding: 0 35px 0 38px
}
#header #cart .cart-link:before {
content: "";
display: block;
width: 28px;
height: 28px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
background: url(../images/default/icon-cart.png) center no-repeat #000
}
#header #cart .content {
background: #fff;
padding: 8px;
border: 1px solid #e7e7e7;
z-index: 20;
border-top: none;
right: 0;
left: auto;
width: 300px
}
#header #cart .content img {
width: 55px;
margin-right: 20px
}
#header #cart .content li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
overflow: hidden
}
#header #cart .content .quantity {
margin-left: 10px
}
#header #cart .heading h4 {
margin: 0;
text-transform: uppercase;
font-size: 16px
}
#header #cart>span {
color: #fff;
font-size: 16px;
height: 29px;
line-height: 29px;
text-align: center;
width: 32px;
position: relative;
background-color: #000;
cursor: pointer
}
#header #cart>span:hover {
background-color: #666
}
#header #cart .checkout {
text-align: right;
clear: both
}
#header #cart .product_list_widget {
padding-top: 0
}
#header #cart .empty {
border-bottom: none!important;
text-align: center;
padding-top: 10px
}
#header #cart.active .content {
display: block
}
#header ol,
#header ul {
margin: 0;
padding: 0;
list-style: none
}
.mini-cart-total {
text-align: right
}
.mini-cart-total td {
color: #000;
padding: 4px
}
.mini-cart-total table {
border-collapse: collapse;
display: inline-block;
margin-bottom: 5px
}
.mini-cart-info .quantity {
text-align: right
}
.mini-cart-info .name small {
color: #666
}
.mini-cart-info td {
color: #000;
vertical-align: top;
padding: 10px 5px;
border-bottom: 1px solid #ddd
}
.mini-cart-info td a {
color: #000
}
.mini-cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px
}
.mini-cart-info .remove {
text-align: right
}
.mini-cart-info .remove img {
cursor: pointer
}
.mini-cart-info td.total {
text-align: right;
font-weight: 700
}
.cart_totals .table-cart {
margin-top: 30px!important
}
dl.variation {
margin: 0
}
dl.variation .variation-Color,
dl.variation .variation-Color p,
dl.variation .variation-Size,
dl.variation .variation-Size p {
display: inline
}
dl.variation dd {
margin: 0!important;
padding: 0!important
}
.wpo_search {
position: relative;
width: 100%
}
.wpo_search>input {
padding: 5px 30px 5px 10px;
border: 1px solid #ededed;
width: 100%;
height: 30px;
line-height: 30px;
color: #666
}
.wpo_search .button-search {
color: #FFF;
cursor: pointer;
height: 30px;
line-height: 30px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 30px;
background: url(../images/default/icon-search.png) center center no-repeat;
overflow: hidden;
border: none
}
.wpo_search .button-search>input {
width: 30px;
height: 30px;
border: none;
background: 0 0
}
.products {
overflow: hidden
}
.products .box-heading span:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.products .box-heading span:before {
background: #000;
content: "";
height: 1px;
right: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.product-category-content {
position: relative
}
.product-category-content .product-category-title {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
background: rgba(0, 0, 0, .5);
margin: 0;
padding: 10px
}
.product-block {
overflow: hidden;
text-align: center;
position: relative
}
.product-block:hover .product-action {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: perspective(600px) rotateY(0deg);
-moz-transform: perspective(600px) rotateY(0deg);
-ms-transform: perspective(600px) rotateY(0deg);
-o-transform: perspective(600px) rotateY(0deg);
transform: perspective(600px) rotateY(0deg);
z-index: 9
}
.product-block:hover .wpo-colorbox {
opacity: 1;
filter: alpha(opacity=100)
}
.product-block:hover .product-zoom {
opacity: 1;
filter: alpha(opacity=100);
height: 45px;
line-height: 45px;
width: 45px;
font-size: 14px
}
.product-block span.onsale {
left: 20px;
top: 20px;
width: 70px;
height: 70px;
line-height: 70px;
background-color: rgba(23, 193, 135, .8);
padding: 0
}
.product-block span.onsale>span {
border: 1px solid #fff;
border-width: 1px 0;
font-size: 14px;
font-weight: 700;
line-height: 22px;
text-transform: uppercase;
padding: 0 5px
}
@media (min-width:768px) {
.product-block .image {
overflow: hidden;
text-align: center;
position: relative
}
.product-block .image .image-hover {
position: absolute;
left: 0;
top: 0;
right: 0;
margin: auto;
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg)
}
.product-block .image .image-effect {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.product-block .image img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: auto;
height: auto;
-webkit-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s
}
.product-block .image:hover .image-hover {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
z-index: 1
}
.product-block .image:hover .image-effect {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg)
}
}
@media (max-width:991px) {
.product-block .image-hover {
display: none
}
}
.product-block .product-zoom {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
top: 36%;
left: 42%;
height: 0;
line-height: 8px;
width: 0;
position: absolute;
display: inline-block;
text-align: center;
z-index: 10;
opacity: 0;
filter: alpha(opacity=0);
background-color: #000;
color: #fff;
font-size: 0;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s
}
.product-block .product-zoom:hover {
color: #ccc
}
.product-block .product-zoom:after {
left: 0;
padding: 0;
top: 0;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
-moz-box-sizing: content-box;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: "";
height: 100%;
pointer-events: none;
position: absolute;
width: 100%
}
.product-block .product-meta {
position: relative
}
.product-block .product-meta .warp-info {
margin: 21px 0 0
}
.product-block .description {
margin-bottom: 11px;
display: none
}
.product-block .name {
font-family: brandon_grotesquelight;
font-size: 16px;
color: #000;
margin: 0 0 6px
}
.product-block .wpo-colorbox {
top: 126%
}
.product-block .product-action {
width: 100%;
position: absolute;
bottom: 0;
height: 56px;
overflow: hidden;
border-bottom: 1px solid #ededed;
background: #fff;
z-index: 12!important;
opacity: 0;
visibility: hidden;
-webkit-transform: perspective(600px) rotateX(90deg);
-moz-transform: perspective(600px) rotateX(90deg);
-ms-transform: perspective(600px) rotateX(90deg);
-o-transform: perspective(600px) rotateX(90deg);
transform: perspective(600px) rotateX(90deg);
-webkit-transform-origin: center bottom 0;
-moz-transform-origin: center bottom 0;
-ms-transform-origin: center bottom 0;
-o-transform-origin: center bottom 0;
transform-origin: center bottom 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.product-block .product-action .add-to-cart {
color: #000;
float: left;
height: 56px;
line-height: 56px;
position: relative;
overflow: hidden;
width: 60%
}
.product-block .product-action .add-to-cart .btn-cart {
background: 0 0;
font-size: 11px;
padding: 0;
text-transform: uppercase;
border: none;
box-shadow: none;
font-style: normal;
font-family: Lato, serif;
color: #000
}
.product-block .product-action .add-to-cart .fa {
font-size: 14px;
margin-right: 5px
}
.product-block .product-action .add-to-cart .added {
display: none
}
.product-block .product-action .add-to-cart .added_to_cart {
margin-top: -7px
}
.product-block .product-action .add-to-cart:hover {
background-color: #f8f8f8
}
.product-block .product-action .wishlist-compare {
float: left;
position: relative;
width: 40%
}
.product-block .product-action .wishlist-compare a {
color: #ccc;
cursor: pointer;
display: block;
float: left;
font-size: 16px;
height: 56px;
line-height: 56px;
text-align: center;
text-decoration: none;
width: 100%
}
.product-block .product-action .wishlist-compare a span {
display: none
}
.product-block .product-action .wishlist-compare a:hover {
background-color: #f8f8f8
}
.product-block .product-action .wishlist-compare a.wishlist {
border-left: 1px solid #ededed;
border-right: 1px solid #ededed
}
.product-block .product-action .wishlist-compare .added {
position: relative!important
}
.product-block .product-action .wishlist-compare .added:before {
width: 100%;
height: 100%;
position: absolute;
left: 0;
background: #fff
}
.image img {
width: 100%
}
.wpo-colorbox {
margin-top: 20px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
width: 100%;
font-family: Lato, serif;
text-transform: uppercase;
letter-spacing: 3px;
padding: 6px 0;
color: #000;
opacity: 0;
filter: alpha(opacity=0);
display: block
}
.wpo-colorbox:before {
background: #000;
bottom: 0;
content: "";
height: 1px;
left: 0;
line-height: 0;
margin: auto;
opacity: 0;
position: absolute;
right: 0;
width: 5px;
z-index: 9
}
.wpo-colorbox span {
font-size: 11px
}
.wpo-colorbox:active,
.wpo-colorbox:focus,
.wpo-colorbox:hover {
background-color: #666;
border: 1px solid transparent;
color: #fff
}
.price {
font-size: 16px;
font-family: brandon_grotesquebold;
padding: 5px 0
}
.price del {
font-family: brandon_grotesquelight;
font-size: 14px;
color: #999
}
.price ins {
color: #b34a4a;
font-family: Lato, serif;
text-decoration: none;
padding: 0 8px
}
.product-label-special {
background: #F5EA32;
color: #000;
right: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display: block;
font-size: 12px;
font-weight: 700;
height: 70px;
line-height: 67px;
opacity: .8;
filter: alpha(opacity=80);
padding: 1px 4px;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 20px;
width: 70px;
z-index: 3
}
.product-label-special .special {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
padding-bottom: 3px;
padding-top: 3px
}
.sidebar .product-block {
padding: 20px 0!important;
margin-bottom: 0;
border-bottom: 1px solid #ededed
}
.sidebar .product-block .image {
float: left;
margin-right: 11px;
border-bottom: none;
padding-bottom: 0
}
.sidebar .product-block .image .product-label-special {
display: none
}
.sidebar .product-block img {
border: none!important;
padding: 0!important
}
.sidebar .product-block .rating {
display: block
}
.sidebar .product-block .product-action,
.sidebar .product-block .wpo-colorbox {
display: none!important
}
.sidebar .product-block .cart,
.sidebar .product-block .compare,
.sidebar .product-block .wishlist {
display: none
}
.sidebar .product-block .warp-info {
margin: 0
}
.sidebar .product-block .name {
overflow: hidden;
margin-bottom: 0
}
.badge {
background: 0 0;
color: #000
}
.product-categories>li {
position: relative;
line-height: 36px
}
.product-categories>li .subcart {
background: url(../images/default/icon-minus.png) no-repeat;
display: block;
height: 5px;
padding: 0;
position: absolute;
right: 10px;
top: 16px;
width: 5px
}
.product-categories>li .subcart.collapsed {
background: url(../images/default/icon-plus.png) no-repeat;
height: 5px;
width: 5px
}
.product-categories>li .collapsed {
background: url(../images/default/icon-minus.png) no-repeat
}
.product-categories>li a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
padding: 0 30px
}
.product-categories>li:hover {
background-color: #f3f3f3
}
.product-categories>li:hover a {
color: #666
}
.product-categories>li:hover ul,
.product-categories>li:hover ul li {
background-color: #fff
}
.product-categories .children li a {
font-size: 13px;
text-transform: none;
font-weight: 400;
color: #666;
padding-left: 35px
}
.product-categories .children li a .badge {
color: #666
}
.product-categories .children li a:hover {
text-decoration: underline
}
ul.box-filter,
ul.box-filter ul {
list-style: none;
margin: 0;
padding: 0
}
ul.box-filter>li ul {
padding-bottom: 10px
}
ul.box-filter span {
font-weight: 700;
border-bottom: 1px solid #e7e7e7;
display: block;
padding-bottom: 5px;
margin-bottom: 8px
}
#colorbox:after,
#colorbox:before {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit
}
.zoomContainer .zoomLens {
border-color: #999!important
}
.zoomContainer .zoomWindow {
border: 4px solid #e7e7e7!important;
right: 100%!important;
display: none
}
#scrollUp {
bottom: 0;
right: 30px;
width: 70px;
height: 70px;
margin-bottom: -10px;
padding: 10px 5px;
font-family: sans-serif;
font-size: 14px;
line-height: 20px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
color: #828282;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
background-color: #E6E6E6;
background-image: -moz-linear-gradient(top, #ebebeb, #dedede);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dedede));
background-image: -webkit-linear-gradient(top, #ebebeb, #dedede);
background-image: -o-linear-gradient(top, #ebebeb, #dedede);
background-image: linear-gradient(to bottom, #ebebeb, #dedede);
background-repeat: repeat-x;
-webkit-transition: margin-bottom 150ms linear;
-moz-transition: margin-bottom 150ms linear;
transition: margin-bottom 150ms linear
}
#scrollUp:hover {
margin-bottom: 0
}
.tab-top {
margin: 0;
padding: 0;
text-align: center;
overflow: hidden
}
.tab-top .nav-tabs {
padding: 0 15px;
position: relative;
z-index: 2;
display: inline-block;
text-align: center;
border: none;
margin-bottom: 45px
}
.tab-top .nav-tabs:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.tab-top .nav-tabs:before {
background: #000;
content: "";
height: 1px;
right: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.tab-top .nav-tabs>li {
padding: 0 0 0 18px;
margin: 0 10px 0 0;
z-index: 2;
position: relative
}
.tab-top .nav-tabs>li:last-child {
margin: 0
}
.tab-top .nav-tabs>li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0;
display: block;
width: 4px;
height: 4px;
background: #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%
}
.tab-top .nav-tabs>li.active:before {
background: #000
}
.tab-top .nav-tabs>li>a {
font-family: brandon_grotesque_regularRg;
font-size: 14px;
letter-spacing: .2em;
text-transform: uppercase;
color: #999;
margin: 0;
padding: 0;
border: none
}
.tab-top .nav-tabs>li>a:hover {
color: #000;
border: none
}
.tab-top .nav-tabs>li.active>a,
.tab-top .nav-tabs>li.active>a:focus,
.tab-top .nav-tabs>li.active>a:hover {
border: none;
background-color: transparent;
color: #000
}
.tab-top .carousel-controls .carousel-control {
top: 5px
}
.box-products,
.tab-content {
position: relative
}
li.active a {
color: #000
}
.nav>li>a:focus,
.nav>li>a:hover {
background-color: transparent
}
#wpo_modal_quickview .modal-dialog {
margin-top: 5%
}
#wpo_modal_quickview .modal-header {
border-bottom: medium none;
padding: 0;
min-height: 0
}
#wpo_modal_quickview .modal-header .close {
position: absolute;
z-index: 9;
margin-top: 0;
right: 10px;
top: 6px
}
#wpo_modal_quickview .modal-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#wpo_modal_quickview .image-container {
display: none
}
#wpo_modal_quickview .cart {
width: 100%
}
#wpo_modal_quickview .cart .btn-cart {
text-transform: uppercase;
font-style: normal;
font-family: 'Noticia Text', serif;
padding: 8px;
text-align: center;
color: #fff;
width: 100%;
display: inline-block;
background: #000
}
#wpo_modal_quickview .cart .btn-cart:hover {
background-color: #666
}
#wpo_modal_quickview .cart .added {
display: none
}
#wpo_modal_quickview .cart .added_to_cart {
background: #000;
float: none;
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: 'Noticia Text', serif;
padding: 8px;
height: auto;
width: 100%
}
#wpo_modal_quickview .cart .added_to_cart:hover {
background-color: #666
}
#wpo_modal_quickview .loading:before {
background-color: transparent;
right: auto;
padding-top: 8px
}
#wpo_modal_quickview #single-product .images {
display: none
}
#notification {
margin-bottom: 10px
}
#notification a {
color: #000
}
.post-area {
margin-bottom: 30px
}
.post-area .post-name {
margin: 15px 0
}
.post-area .category-blogs {
border-bottom: 1px solid #ededed
}
.post-area .category-creative {
border-bottom: none
}
.post-area .post-thumb {
margin-top: 10px
}
.post-area .post-thumb img {
width: 100%;
height: auto
}
.post-area .carousel-controls {
top: 0
}
.post-area .post-info {
margin: 18px 0 25px
}
.post-area .entry-content {
margin-top: 25px
}
.post-area .entry-meta.list {
text-align: right
}
.post-area .post-share {
margin: 18px 0
}
.post-area .post-share h4 {
float: left;
margin: 15px 15px 15px 0
}
.post-area .post-share .social-networks li {
border: 1px solid #ededed;
border-radius: 100%;
height: 30px;
padding: 4px;
text-align: center;
width: 30px;
margin-left: 5px
}
.post-area .author-about {
margin: 0 0 18px;
clear: both
}
.post-area .author-about .title {
padding: 10px 0
}
.post-area .author-about .avatar-img {
float: left;
margin-left: 10px;
overflow: hidden
}
.post-area #comments {
margin-top: 30px
}
.post-area #comments .commentform .comment-reply-title {
margin: 15px 0
}
.post-area h4 {
font-size: 16px;
text-transform: uppercase
}
.post-area ol,
.post-area ul {
list-style: none
}
.readmore {
padding: 10px 20px 0 0;
font-style: italic;
display: inline-block
}
.latest-blog .box-heading {
margin-bottom: 25px
}
.media-post-layout .item-post {
border-bottom: 1px solid #ededed
}
.pavblock .image img {
display: none
}
.pavblock .blog-title {
font-size: 16px;
font-weight: 700;
color: #000;
margin-bottom: 10px
}
.pavblock .comment_count,
.pavblock .created {
font-style: italic
}
.btn-arrow-right:before {
content: "\f178";
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: 0;
left: auto;
line-height: 21px;
font-style: normal;
font-weight: 400
}
ul.megamenu-items>li,
ul.menu>li {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.tp-caption a,
ul.megamenu-items>li:hover,
ul.menu>li:hover {
color: #fff
}
.tp-button:hover,
.tp-caption.tp-button:hover {
background: 0 0!important
}
.tp-button:hover a,
.tp-caption.tp-button:hover a {
text-decoration: underline
}
#customize-body .nav-tabs a,
.accordion-toggle {
color: #000
}
.newsletter {
text-align: center;
background: url(../images/default/email.png) 91px -106px no-repeat #f5f5f5;
border-top: 1px solid #000;
margin-top: 19px;
padding: 11px 20px 20px
}
.newsletter .btn-arrow-right {
position: relative
}
.newsletter .btn-arrow-right:before {
color: #fff;
right: 7px;
position: absolute;
top: 0
}
.widget_calendar table {
width: 100%
}
.widget_calendar table tbody>tr>td,
.widget_calendar table tbody>tr>th,
.widget_calendar table tfoot>tr>td,
.widget_calendar table tfoot>tr>th,
.widget_calendar table thead>tr>td,
.widget_calendar table thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd
}
.widget_calendar table thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.widget_calendar table caption+thead tr:first-child td,
.widget_calendar table caption+thead tr:first-child th,
.widget_calendar table colgroup+thead tr:first-child td,
.widget_calendar table colgroup+thead tr:first-child th,
.widget_calendar table thead:first-child tr:first-child td,
.widget_calendar table thead:first-child tr:first-child th {
border-top: 0
}
.widget_calendar table tbody+tbody {
border-top: 2px solid #ddd
}
.wpo-brand .box-heading {
margin-bottom: 30px
}
.wpo-brand .item-inner img {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
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")
}
.wpo-brand .item-inner:hover {
cursor: pointer
}
.wpo-brand .item-inner:hover img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
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")
}
.wpo-brand .carousel-control {
top: 20%
}
.wpo-brand .carousel-control.right {
right: -15px
}
.wpo-brand .carousel-control.left {
left: -15px
}
.wpo-brand.desaturate .item-inner {
margin: 5px 0 20px
}
.banner-home .wpb_wrapper,
.banner-home .wpb_wrapper .image-wrapper {
position: relative;
overflow: hidden
}
.banner-home .wpb_wrapper .image-wrapper p {
margin: 0
}
.banner-home .wpb_wrapper .image-wrapper img {
-webkit-transition: all .3s ease;
transition: all .3s ease
}
.banner-home .wpb_wrapper .img-overlay a:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, .5);
top: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
z-index: 1;
opacity: 1;
filter: alpha(opacity=100)
}
.banner-home .wpb_wrapper .content-shop {
z-index: 2;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -55px 0 0;
color: #fff;
font-family: Lato, serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px
}
.banner-home .wpb_wrapper .content-shop .title-shop {
margin: 15px 0
}
.banner-home .wpb_wrapper .content-shop .title-shop a {
font-size: 24px;
font-weight: 700;
color: #fff;
letter-spacing: 2px;
font-family: Lato, serif
}
.banner-home .wpb_wrapper .content-shop .desc {
font-size: 14px;
font-style: italic;
text-transform: initial;
letter-spacing: 0
}
.banner-home .wpb_wrapper .content-shop .depcrip {
font-size: 16px;
text-transform: normal;
letter-spacing: 0
}
.banner-home:hover {
cursor: pointer
}
.banner-home:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
.banner-home:hover .img-overlay a:before {
opacity: 0;
filter: alpha(opacity=0)
}
.blog-lastest .date {
font-style: italic;
color: #999;
font-weight: 300
}
.blog-lastest .images {
clear: both;
padding: 5px 0 15px
}
.blog-lastest .summary {
line-height: 24px
}
#content h1,
.heading_title {
font-family: brandon_grotesque_regularRg;
font-size: 24px;
letter-spacing: .2em;
text-transform: uppercase
}
h2.heading_title {
border-bottom: 2px solid #000;
font-size: 12px;
letter-spacing: 0
}
.category-list {
margin-top: 11px;
margin-bottom: 21px
}
.category-list ul {
float: left;
list-style: disc;
padding-left: 15px
}
.category-list ul li {
margin-right: 31px;
color: #ccc;
float: left
}
.category-list ul li a {
color: #666
}
.category-info {
position: relative
}
.category-info .description,
.category-info .image {
margin-bottom: 21px
}
.manufacturer-heading {
background: #F8F8F8;
font-size: 16px;
font-weight: 700;
padding: 5px 8px;
margin-bottom: 11px
}
.manufacturer-list {
border: 1px solid #ededed;
padding: 5px;
margin-bottom: 21px
}
.manufacturer-list ul {
float: left;
width: 25%;
margin: 0 0 11px;
padding: 0;
list-style: none
}
.manufacturer-content {
padding: 8px;
overflow: auto
}
.product-filter {
border: 1px solid #ededed;
margin: 0 0 20px
}
.product-filter .display,
.product-filter .display li {
float: left
}
.product-filter .display a {
background: url(../images/default/icon-grid-list.png) no-repeat;
display: inline-block;
border-left: 1px solid #ededed;
float: left;
height: 47px;
width: 48px
}
.product-filter .display a>em {
display: none
}
.product-filter .display a.grid {
background-position: -52px 0
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
color: #000;
background-position: -52px -45px;
background-color: #f8f8f8
}
.product-filter .display a.list {
background-position: -1px 0
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
color: #000;
background-position: -1px -45px;
background-color: #f8f8f8
}
.product-filter .display span {
line-height: 28px;
padding: 9px 21px
}
.product-filter .form-control {
display: inline-block;
width: auto
}
.product-filter .limit,
.product-filter .product-compare {
float: right;
padding-top: 8px
}
.product-filter .woocommerce-ordering {
margin: 8px 8px 0
}
.product-filter .limit {
margin: 0 11px
}
.product-filter .product-compare {
margin-right: 11px
}
.product-list {
overflow: hidden;
border-bottom: 1px solid #ededed;
padding-bottom: 18px
}
.product-list .wpo-colorbox {
opacity: 1;
filter: alpha(opacity=100)
}
.product-list a.btn-cart.add_to_cart_button.added {
display: none
}
.product-list .product-meta {
text-align: left
}
.product-list .product-action>div {
padding: 15px;
text-align: center;
color: #000
}
.product-list .product-action>div:hover {
background-color: #f8f8f8
}
.product-list .wishlist-compare {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed
}
@media (min-width:768px) {
.product-list .image {
overflow: hidden;
text-align: center;
position: relative
}
.product-list .image .image-hover {
position: absolute;
left: 0;
top: 0;
right: 0;
margin: auto;
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg)
}
.product-list .image .image-effect {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.product-list .image img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: auto;
height: auto;
-webkit-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s
}
.product-list .image:hover .image-hover {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
z-index: 1
}
.product-list .image:hover .image-effect {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg)
}
}
@media (max-width:991px) {
.product-list .image-hover {
display: none
}
}
#single-product .feedback {
display: none
}
#single-product .stock {
background: #f8f8f8;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
margin: 0;
padding: 12px;
text-align: center;
text-transform: uppercase;
font-family: Lato, serif
}
#single-product .images {
float: none;
margin: 0;
width: auto;
height: auto;
text-align: center
}
#single-product .images img {
-webkit-box-shadow: none;
box-shadow: none;
width: auto;
height: auto;
border: 1px solid #ededed;
display: inline-block
}
#single-product .images .thumbnails li {
padding: 0 10px;
max-height: 150px
}
#single-product .summary {
float: none;
margin: 0;
width: auto;
height: auto
}
#single-product .summary .price del {
font-size: 13px
}
#single-product .summary .price ins {
line-height: 40px;
color: #000;
font-size: 30px;
font-family: Lato, serif
}
#single-product .quantity-adder {
position: relative;
display: inline-block;
margin: 11px 0 0
}
#single-product .quantity-adder .quantity {
float: none;
margin: 0 0 14px;
width: 100px;
height: auto
}
#single-product .quantity-adder .qty {
border: 1px solid #ededed;
color: #666;
height: 30px;
width: 100px;
background-color: #fff
}
#single-product .quantity-adder .minus,
#single-product .quantity-adder .plus {
cursor: pointer;
display: block;
width: 23px;
height: 16px;
line-height: 13px;
overflow: hidden;
text-align: center;
border: 1px solid #ededed;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none
}
#single-product .yith-wcwl-add-to-wishlist {
margin: 0
}
#single-product .yith-wcwl-add-to-wishlist a {
font-family: Lato, serif;
font-size: 11px;
text-transform: uppercase;
color: #000;
cursor: pointer;
text-align: center;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
padding: 10px 0;
width: 100%;
display: block
}
#single-product .yith-wcwl-add-to-wishlist a:before {
display: inline-block;
width: 25px;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
position: relative
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
position: absolute;
top: 10px;
left: 50%
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
content: "\f004"
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
content: "\f005"
}
#single-product .yith-wcwl-add-to-wishlist:hover {
background-color: #f8f8f8
}
#single-product .yith-wcwl-add-to-wishlist:hover a {
color: #666
}
#single-product .compare {
background: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
color: #000;
font-family: Lato, serif;
font-size: 11px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 11px 0;
border-bottom: 1px solid #ededed;
position: relative;
font-style: normal
}
#single-product .compare:before {
content: "\f021";
display: inline-block;
width: 25px;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
top: auto;
right: auto;
height: auto
}
#single-product .compare:hover {
background-color: #f8f8f8;
color: #666
}
#single-product .product_meta .posted_in,
#single-product .product_meta .sku_wrapper,
#single-product .product_meta .tagged_as {
padding: 0 10px;
border-left: 2px solid #000;
margin-top: 10px
}
#single-product .addthis,
#single-product .product_meta {
margin: 30px 0
}
#single-product .price {
font-size: 30px
}
.product-info {
font-family: 'Noticia Text', serif
}
.product-info .yith_magnifier_zoom_wrap {
z-index: 100
}
.product-info .image {
position: relative;
margin-bottom: 21px;
text-align: center
}
.product-info .woocommerce-review-link {
margin: 10px 0;
display: block
}
.product-info .product-extra {
text-align: center;
border-top: 1px solid #ededed
}
.product-info .cart {
cursor: pointer;
color: #fff;
text-align: center
}
.product-info .cart i {
margin-right: 5px
}
.product-info .cart .minimum {
padding-top: 5px;
font-size: 12px;
color: #999
}
.product-info .cart .links {
display: inline-block;
vertical-align: middle
}
.product-info .cart div>span {
color: #999
}
.product-info .cart .single_add_to_cart_button {
display: block;
width: 100%;
background: #000!important;
text-transform: uppercase;
border: none;
font-style: normal;
font-size: 11px;
font-family: Lato, serif;
padding: 11px 5px;
color: #fff
}
.product-info .variations td {
vertical-align: middle!important
}
.product-info .variations td label {
display: inline-block;
font-weight: 700;
margin: 0;
padding: 0;
position: relative;
top: 6px;
vertical-align: middle
}
.product-info .price .price-old {
text-decoration: line-through;
font-size: 15px;
color: #999
}
.product-info .price .discount,
.product-info .price .reward {
font-size: 13px
}
.product-info .price .price-new {
font-size: 30px;
color: #000
}
.product-info .description {
margin: 11px 0;
line-height: 23px
}
.product-info .image-additional {
clear: both;
overflow: hidden;
padding: 0 20px;
z-index: 101
}
.product-info .image-additional a {
float: left;
display: block;
margin-left: 11px;
margin-bottom: 11px
}
.product-info .image-additional .carousel-control {
top: 66px;
cursor: pointer
}
.product-info .option-image {
margin-top: 3px;
margin-bottom: 11px
}
.product-info .option-image label {
display: block;
width: 100%;
height: 100%
}
.product-info .option-image img {
margin-right: 11px;
border: 1px solid #ededed;
cursor: pointer
}
.product-info .option,
.product-info .review {
margin-bottom: 11px
}
.product-info .review>div {
line-height: 23px
}
.product-info .share {
margin-bottom: 11px;
line-height: normal
}
.product-info .share a {
text-decoration: none
}
.product-info .group_table .price {
color: #000;
font-size: 16px!important
}
.product-info .group_table .quantity,
.product-info .group_table .quantity-adder {
margin: 0!important
}
.product-info .group_table label {
font-size: 14px!important;
font-weight: 400;
position: relative;
top: 11px
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle!important
}
.group-table {
width: 100%
}
.group-table td {
line-height: 35px;
vertical-align: top;
display: inline-block;
margin-right: 10px;
padding: 0;
font-size: 14px;
text-align: left
}
.group-table td.label {
width: 20%
}
.group-table .reset_variations {
margin-top: 5px
}
.zoomContainer {
z-index: 100
}
.form-review .option {
margin-bottom: 11px
}
#related {
margin: 40px 0
}
#related .carousel-controls {
left: 40%
}
#related .item {
padding: 0 11px
}
#respond .form-submit input {
background: #000!important;
color: #fff!important;
border: none!important;
text-shadow: none!important
}
#respond .form-submit input:hover {
background: #666!important;
color: #fff!important
}
.review-list {
padding: 16px;
margin-bottom: 16px;
border: 1px solid #ededed
}
.review-list .rating {
float: right;
margin-bottom: 26px
}
.review-list .author {
float: left;
margin-bottom: 26px
}
.review-list .text {
clear: both
}
.attribute thead td,
.attribute thead tr td:first-child {
color: #000;
font-size: 14px;
font-weight: 700;
background: #F7F7F7;
text-align: left
}
.attribute {
border-collapse: collapse;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-bottom: 20px
}
.attribute td {
padding: 7px;
text-align: center;
vertical-align: top;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd
}
.attribute tr td:first-child {
font-weight: 700;
text-align: right;
width: 20%
}
.compare-info {
border-collapse: collapse;
width: 100%;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
margin-bottom: 20px
}
.compare-info .price-old {
color: #999;
text-decoration: line-through;
font-family: Lato, serif
}
.compare-info .price-new {
font-weight: 700;
color: #b34a4a
}
.compare-info .name a {
font-weight: 700
}
.compare-info td {
padding: 7px;
width: 20%;
text-align: center;
vertical-align: top;
border-right: 1px solid #ededed;
border-bottom: 1px solid #ededed
}
.compare-info tr td:first-child {
color: #000;
font-weight: 700;
text-align: right
}
.compare-info thead td,
.compare-info thead tr td:first-child {
color: #000;
font-size: 15px;
font-weight: 700;
background: #F7F7F7;
text-align: left
}
.wishlist-info tbody .action,
.wishlist-info tbody .price,
.wishlist-info tbody .quantity,
.wishlist-info tbody .total {
text-align: right
}
.wishlist-info thead .model,
.wishlist-info thead .name,
.wishlist-info thead .stock {
text-align: left
}
.wishlist-info thead .action,
.wishlist-info thead .price,
.wishlist-info thead .quantity,
.wishlist-info thead .total {
text-align: right
}
.wishlist-info tbody .model,
.wishlist-info tbody .name,
.wishlist-info tbody .stock {
text-align: left
}
.wishlist-info thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.wishlist-info thead .image {
text-align: center
}
.wishlist-info tbody td {
vertical-align: top;
border-bottom: 1px solid #ddd
}
.wishlist-info tbody .action img {
cursor: pointer
}
.wishlist-info tbody .image {
text-align: center
}
.wishlist-info tbody .image img {
border: 1px solid #ddd
}
.wishlist-info tbody .price s {
color: #000
}
.wishlist-info td {
padding: 7px
}
.wishlist-info table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom: 20px
}
.order-list {
margin-bottom: 10px
}
.order-list .order-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.order-list .order-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.order-list .order-content div {
float: left;
width: 33.3%
}
.order-list .order-info {
text-align: right
}
.order-list .order-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.order-detail {
background: #EFEFEF;
font-weight: 700
}
.return-list {
margin-bottom: 10px
}
.return-list .return-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.return-list .return-content div {
float: left;
width: 33.3%
}
.return-list .return-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.return-list .return-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.return-list .return-info {
text-align: right
}
.return-product {
margin-bottom: 20px;
clear: both;
overflow: auto
}
.return-model,
.return-name {
float: left;
width: 31%;
margin-right: 15px
}
.return-quantity {
float: left;
width: 31%
}
.return-detail {
overflow: auto;
margin-bottom: 20px
}
.return-opened,
.return-reason {
float: left;
width: 31%;
margin-right: 15px
}
.return-opened textarea {
width: 98%;
vertical-align: top
}
.return-captcha {
float: left
}
.download-list {
margin-bottom: 10px
}
.download-list .download-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.download-list .download-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.download-list .download-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.download-list .download-content div {
float: left;
width: 33.3%
}
.download-list .download-info {
text-align: right
}
.cart-module>div {
display: none
}
.cart-info tbody .model,
.cart-info tbody .name,
.cart-info tbody .quantity,
.cart-info thead .model,
.cart-info thead .name,
.cart-info thead .quantity {
text-align: left
}
.cart-info tbody .quantity img,
.cart-info tbody .quantity input[type=image] {
position: relative;
top: 0;
vertical-align: middle;
cursor: pointer;
border: none;
padding: 0
}
.cart-info tbody .price,
.cart-info tbody .total {
text-align: right
}
.cart-info thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.cart-info thead .image {
text-align: center
}
.cart-info tbody td {
vertical-align: middle;
border-bottom: 1px solid #ddd
}
.cart-info tbody .image {
text-align: center
}
.cart-info tbody span.stock {
color: red;
font-weight: 700
}
.cart-info td {
padding: 7px
}
.cart-info table {
width: 100%;
margin-bottom: 15px;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd
}
.cart-total {
border-top: 1px solid #ddd;
overflow: auto;
padding-top: 8px;
margin-top: 10px;
margin-bottom: 15px
}
.cart-total td {
padding: 3px;
text-align: right
}
.cart-total table {
float: right
}
.cart-info thead .price,
.cart-info thead .total {
text-align: right
}
.checkout-heading {
background: #e7e7e7;
border: 1px solid #e7e7e7;
padding: 8px;
font-weight: 700;
font-size: 14px;
color: #555;
margin-bottom: 15px
}
.checkout-heading a {
float: right;
margin-top: 1px;
font-weight: 400;
text-decoration: none
}
.checkout-content {
padding: 0 0 15px;
display: none
}
.checkout-content .buttons {
clear: both
}
.checkout-product tbody .model,
.checkout-product tbody .name,
.checkout-product thead .model,
.checkout-product thead .name {
text-align: left
}
.checkout-product thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.checkout-product tfoot td {
text-align: right;
border-bottom: 1px solid #ddd
}
.checkout-product tbody td {
vertical-align: top;
border-bottom: 1px solid #ddd
}
.checkout-product td {
padding: 7px
}
.checkout-product table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom: 20px
}
.checkout-product tbody .price,
.checkout-product tbody .quantity,
.checkout-product tbody .total,
.checkout-product thead .price,
.checkout-product thead .quantity,
.checkout-product thead .total {
text-align: right
}
#content .content {
margin: 10px 0
}
.contact-location {
margin-bottom: 12px
}
.contact-location img {
max-width: none
}
.contact-content .content {
background-color: #e5e5e5;
padding: 20px;
border: 0
}
.contact-content .content a {
color: #999
}
.contact-content .content .form-control {
border: none
}
.contact-content .buttons {
border: 0;
padding: 0;
margin-top: 20px;
background: 0 0
}
.contact-content .fa {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background-color: #292929;
font-size: 15px;
margin-bottom: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%
}
.contact-content .fa:hover {
background-color: #666
}
@media (max-width:991px) {
.wpcf7 {
margin-top: 20px
}
}
div.shopcol {
margin-bottom: 18px!important
}
div.shopcol .product_title {
margin-bottom: 20px
}
div.shopcol.first {
clear: left
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
color: #000
}
.woocommerce-page div.product form.cart {
margin-bottom: 0
}
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
background: #000;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
cursor: pointer;
font-size: 13px;
font-style: normal;
font-weight: 400;
padding: 6px 12px;
transition: all .4s ease 0s;
line-height: normal
}
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover {
background: #666;
color: #fff!important
}
.woocommerce-page a.button.alt.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.alt.loading,
.woocommerce-page input.button.loading {
border: none;
color: #000
}
.woocommerce-page a.button.alt.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.alt.loading:before,
.woocommerce-page input.button.loading:before {
background-color: transparent
}
.woocommerce-page .woocommerce-result-count {
margin: 5px 0
}
.social li {
display: inline-block;
margin-right: 10px
}
.social li i {
text-indent: 5px
}
.social li span {
display: none
}
.contact-form-content .title {
text-transform: uppercase;
color: #000;
margin-bottom: 30px;
letter-spacing: 2px
}
.contact-form-content .media {
margin-top: 20px
}
.contact-form-content .media>.rounded {
border: 2px solid #000;
width: 30px;
height: 30px;
text-align: center;
line-height: 25px;
font-size: 14px
}
.contact-form-content .media>.rounded>.fa {
text-indent: 5px
}
.contact-form-content .media>strong {
color: #000
}
.contact-body {
margin-top: 30px
}
#cboxOverlay {
background-color: rgba(0, 0, 0, .5)
}
#colorbox {
bottom: 0!important;
margin: auto!important;
outline: 0;
position: fixed!important;
top: 0!important
}
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxClose,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopCenter,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight {
display: none!important
}
#colorbox table.compare-list thead th {
text-transform: uppercase;
color: #fff;
text-align: center;
background: #000
}
.cboxIframe .home {
display: none
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 30px;
padding: 0 7px;
vertical-align: middle;
width: auto
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
float: none;
width: 100%
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
display: none
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.45em
}
.woocommerce-checkout #ship-to-different-address {
position: relative
}
.woocommerce-checkout #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto
}
#wpo-mainnav {
position: static;
top: -50px
}
#wpo-mainnav ol,
#wpo-mainnav ul {
margin: 0;
padding: 0
}
#wpo-mainnav.menu_fixed {
-webkit-transition: top .6s;
transition: top .6s;
top: 0;
z-index: 120;
background: #fff;
width: 100%;
height: 52px;
position: fixed
}
#wpo-mainnav.menu_fixed .navbar ul.nav>li>a {
padding: 16px 12px!important
}
#wpo-mainnav.menu_fixed .logo {
height: 50px!important
}
#wpo-mainnav.menu_fixed .logo img {
height: 40px!important
}
#wpo-mainnav.menu_fixed .mainnav-wrap {
border-bottom: solid 1px #ededed
}
#wpo-mainnav .parent_menu {
position: static
}
#wpo-mainnav .dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
-moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg)
}
#wpo-mainnav .navbar {
border: none
}
#wpo-mainnav .navbar .navbar-collapse {
padding-left: 0;
padding-right: 0
}
#wpo-mainnav .navbar ul.nav>li>a {
font-family: brandon_grotesque_regularRg;
text-transform: uppercase;
letter-spacing: .2em;
color: 000;
font-size: 12px;
display: block;
padding: 0 18px;
line-height: 50px
}
#wpo-mainnav .navbar ul.nav>li>a:hover {
color: #b34a4a;
background: 0 0
}
#wpo-mainnav .navbar ul.nav>li>a .caret {
padding: 0;
position: relative;
top: -2px;
left: -3px
}
#wpo-mainnav .dropdown-menu {
padding: 10px 15px 20px;
background-color: #000;
color: #999;
border: 1px solid #000;
text-align: left;
min-width: 18em;
top: calc(120%);
display: block;
visibility: hidden;
opacity: 0;
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-o-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#wpo-mainnav .dropdown-menu li a {
display: block;
line-height: 30px;
color: #999;
padding: 0 22px 0 0;
position: relative;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#wpo-mainnav .dropdown-menu li a:before {
content: "";
position: absolute;
width: 12px;
height: 5px;
background: url(../images/default/icon-arrow-right-white.png) center no-repeat;
margin: auto;
top: 0;
bottom: 0;
right: 10px;
opacity: .5;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#wpo-mainnav .dropdown-menu li a:active,
#wpo-mainnav .dropdown-menu li a:focus,
#wpo-mainnav .dropdown-menu li a:hover {
color: #fff;
background-color: transparent
}
#wpo-mainnav .dropdown-menu li a:active:before,
#wpo-mainnav .dropdown-menu li a:focus:before,
#wpo-mainnav .dropdown-menu li a:hover:before {
opacity: 1
}
#wpo-mainnav .dropdown-menu .caret {
border-bottom-color: #ccc;
border-top-color: #ccc
}
#wpo-mainnav .megamenu {
display: table;
margin: 0 auto;
height: 50px
}
#wpo-mainnav .navbar-inverse .navbar-nav {
float: none
}
#wpo-mainnav .navbar-inverse .navbar-nav>li {
border-left: 1px solid transparent;
border-right: 1px solid transparent
}
#wpo-mainnav .navbar-inverse .navbar-nav>li.active,
#wpo-mainnav .navbar-inverse .navbar-nav>li:hover {
border-left: 1px solid #ededed;
border-right: 1px solid #ededed
}
#wpo-mainnav .navbar-inverse .navbar-nav>li.active>a,
#wpo-mainnav .navbar-inverse .navbar-nav>li:hover>a {
color: #b34a4a
}
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li {
display: block;
position: relative
}
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li.active,
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li.active a {
color: #fff
}
#wpo-mainnav .navbar-inverse .navbar-nav>.open>a {
background: 0 0
}
#wpo-mainnav h3.widget-title {
color: #fff;
line-height: 32px;
text-transform: uppercase;
letter-spacing: .2rem;
font-size: 12px;
margin: 10px 0 0;
font-family: brandon_grotesque_regularRg
}
#wpo-mainnav li.parent li.parent:hover>.dropdown-menu {
visibility: visible;
opacity: 1;
top: 0;
margin: 0;
background: #101010!important;
padding: 10px 15px 20px!important;
-moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg)
}
.wpo-megamenu .product_list_widget .item-product-widget {
border-bottom: none;
padding: 10px 0
}
.wpo-megamenu .product_list_widget .title>a {
color: #999;
display: block;
line-height: 1.2em;
padding: 0 0 6px
}
.wpo-megamenu .product_list_widget .price,
.wpo-megamenu .product_list_widget .title>a:hover {
color: #fff
}
.wpo-megamenu .product_list_widget .price del {
font-size: 12px
}
.wpo-megamenu .product_list_widget .star-rating {
display: none
}
.wpo-megamenu .product-block .name a,
.wpo-megamenu .product-block .price {
color: #fff
}
.wpo-megamenu .dropdown-menu>.dropdown-menu-inner {
padding: 10px
}
.wpo-megamenu .mega-group .caret {
display: none
}
.wpo-megamenu .mega-group .dropdown-mega .mega-col-inner>ul>li a {
margin-left: 6px
}
.wpo-megamenu .dropdown-submenu>.dropdown-menu {
border-radius: 0 6px 6px;
left: 100%;
width: 200px;
margin-left: -6px;
margin-top: -6px;
top: 0;
padding: 0 15px!important;
background-color: #333!important;
border: none!important
}
.wpo-megamenu .cols2 {
width: 420px
}
.wpo-megamenu .cols3 {
width: 620px
}
.wpo-megamenu .cols4 {
width: 820px
}
.wpo-megamenu .depth-0.aligned-fullwidth {
position: inherit
}
.wpo-megamenu .depth-0.aligned-fullwidth>.dropdown-menu {
width: 100%!important
}
.megamenu .dropdown .dropdown-menu ul li.mega-group .dropdown-toggle span,
.pavo-widget .menu-title {
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-family: Lato, serif;
letter-spacing: 3px;
line-height: 40px;
cursor: default
}
.dropdown-mega ul>li:before,
.widget-inner ul>li:before {
color: #fff;
content: "\f178";
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: 0;
left: auto;
line-height: 26px
}
.widget-inner ul li.parent:before {
display: none
}
.widget-inner a {
color: #999
}
.widget-inner a:hover {
color: #fff
}
.widget-inner .price-old {
color: #999
}
.nav .caret {
border-bottom-color: #000;
border-top-color: #000
}
.vertical-menu .product-block .image-hover,
.vertical-menu .product-block .product-action,
.vertical-menu .product-block .product-label-special,
.vertical-menu .product-block .wpo-colorbox,
.wpo-megamenu .product-block .image-hover,
.wpo-megamenu .product-block .product-action,
.wpo-megamenu .product-block .product-label-special,
.wpo-megamenu .product-block .wpo-colorbox {
display: none
}
.vertical-menu .product-block .image .image-effect,
.vertical-menu .product-block .image:hover .image-effect,
.wpo-megamenu .product-block .image .image-effect,
.wpo-megamenu .product-block .image:hover .image-effect {
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li,
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li.active,
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li:hover {
border-left: none;
border-right: none
}
.header-style2 #wpo-mainnav li.parent .caret {
border: none;
line-height: 0;
margin-top: 0
}
.header-style2 #wpo-mainnav li.parent .caret:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
margin-left: -6px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f107"
}
.header-style2 #wpo-mainnav li.parent .depth-1 .caret:before {
margin-left: 0
}
.header-style2 #wpo-mainnav .navbar ul.nav>li>a {
padding: 41px 25px
}
.vertical-menu {
max-height: none;
padding: 0;
background: #fff;
border: 1px solid #000
}
.vertical-menu h3.widget-title {
color: #000;
line-height: 32px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
margin: 0
}
.vertical-menu ol,
.vertical-menu ul {
margin: 0;
padding: 0;
list-style: none
}
.vertical-menu .nav>li.open>a {
background: 0 0
}
.vertical-menu .nav>li.open>a:focus,
.vertical-menu .nav>li.open>a:hover {
color: #666
}
.vertical-menu .nav>li.open>a:focus .caret,
.vertical-menu .nav>li.open>a:hover .caret {
border-bottom-color: #000;
border-top-color: #000
}
.vertical-menu .nav>li.open>div.dropdown-menu>li.open>a:focus,
.vertical-menu .nav>li.open>div.dropdown-menu>li.open>a:hover {
color: #000!important
}
.vertical-menu .nav .megamenu-items .caret {
margin-top: 0
}
.vertical-menu .nav .dropdown-menu .caret {
border-bottom-color: #000!important;
border-top-color: #000!important;
right: -10px!important
}
.vertical-menu .nav .dropdown-menu a:focus .caret,
.vertical-menu .nav .dropdown-menu a:hover .caret {
border-bottom-color: #000!important;
border-top-color: #000!important
}
.vertical-menu>.nav {
width: 100%;
height: auto;
font-size: 14px;
font-family: 'Noticia Text', serif
}
.vertical-menu>.nav>li {
padding: 0;
margin: 0;
display: block;
float: none;
position: static;
border: 0
}
.vertical-menu>.nav>li>a {
line-height: normal;
min-height: inherit;
display: block;
overflow: hidden;
text-transform: uppercase;
padding: 14px 30px;
color: #000;
font-size: 13px;
font-family: brandon_grotesque_regularRg;
background: #fff
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.vertical-menu>.nav>li>a {
font-weight: 700
}
}
.vertical-menu>.nav>li>a .menu-desc {
color: #000;
font-size: 14px;
font-family: 'Noticia Text', serif
}
.vertical-menu>.nav>li>a .fa {
float: left;
margin: 8px 11px 0 0;
font-size: 20px;
color: #fff
}
.vertical-menu>.nav>li:last-child a {
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.vertical-menu>.nav>li.open>a {
background: #f3f3f3;
color: #666
}
.vertical-menu>.nav>li .dropdown-menu {
top: 0;
min-height: 100%;
min-width: 170px;
padding: 15px;
margin-left: -10px
}
.vertical-menu>.nav>li .dropdown-menu:after,
.vertical-menu>.nav>li .dropdown-menu:before {
content: " ";
display: table
}
.vertical-menu>.nav>li .dropdown-menu:after {
clear: both
}
.vertical-menu .image-hover,
.vertical-menu .product-action,
.vertical-menu .product-label-special,
.vertical-menu .wpo-colorbox {
display: none
}
.vertical-menu.menu-left .dropdown-menu {
left: 100%!important;
right: auto!important
}
.vertical-menu.menu-right .dropdown-menu {
left: auto!important;
right: 100%!important
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background: 0 0!important
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v8/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v8/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 900;
src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v8/tI4j516nok_GrVf4dhunkg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/BVtM30trf7q_jfqYeHfjtA.woff) format('woff')
}
.vc_separator .vc_sep_holder {
width: 40%!important
}
.required {
color: red;
font-weight: 700
}
.no-margin {
margin: 0!important
}
.no-padding {
padding: 0!important
}
.btn-theme-primary {
border: 1px solid #fff;
padding: 10px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
font-style: normal;
letter-spacing: 2px
}
.btn-theme-primary:hover {
background-color: #666;
border: 1px solid #666;
color: #fff
}
.btn-custom {
color: #fff;
background-color: #000
}
.btn-custom:hover {
background-color: #666;
color: #fff
}
.btn-default {
background: #000;
border: #000
}
.btn-default:hover {
background: #666;
border: #666
}
.text-primary-theme {
color: #000
}
.text-danger-theme {
color: #ededed
}
.iconbox {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
height: 28px;
line-height: 28px;
width: 28px;
-webkit-box-shadow: 0 0 0 2px #000;
box-shadow: 0 0 0 2px #000;
position: relative;
z-index: 1;
display: inline-block;
color: #000;
float: left;
text-align: center;
font-size: 18px;
margin-right: 8px
}
.iconbox:after {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
pointer-events: none;
position: absolute;
width: 100%;
z-index: -1;
opacity: 1;
filter: alpha(opacity=100)
}
.iconbox:hover:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
color: #999
}
.iconbox i {
padding-left: 4px
}
.social a {
display: inline-block;
height: 30px;
line-height: 35px!important;
text-align: center;
color: #343434!important;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
width: 30px
}
.social a .stack {
font-size: 20px
}
.social a:hover {
color: #000!important
}
.box-services .btn-info {
background-color: transparent;
-webkit-box-shadow: 0 0 0 3px #4c4c4c;
box-shadow: 0 0 0 3px #4c4c4c
}
.box-services .btn-info:after {
background: #4c4c4c
}
.box-services .btn-info:hover {
color: #fff \9
}
.box-media .media {
color: #939393;
background-color: #fafafa;
border: 1px solid #f6f6f6;
padding: 10px
}
.box-media .media a.pull-left {
margin-right: -45px
}
.box-media .media a.pull-right {
margin-left: -45px
}
.box-media .media .media-right {
text-align: right
}
.box-media .media .media-right p {
margin-right: 0;
margin-left: 30px
}
.box-media .media p {
margin-right: 30px
}
.media-dark .media {
background-color: #efefef;
border: 1px solid #efefef
}
.newsletter .navbar-form {
padding: 0
}
.form-control,
input,
select {
border: 1px solid #ededed;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #666;
display: inline-block;
padding: 5px 7px
}
.box-outer {
border-bottom: 1px solid #ededed
}
.box-outer .box-media {
text-align: center;
font-size: 12px;
padding: 15px 0 5px
}
.box-outer .box-media .icon {
width: 36px;
height: 36px;
margin-top: -5px;
margin-right: 5px;
display: inline-block
}
.box-outer .box-media .icon.media1 {
background: url(../images/default/icon-media1.png) center center no-repeat
}
.box-outer .box-media .icon.media2 {
background: url(../images/default/icon-media2.png) center center no-repeat
}
.box-outer .box-media .icon.media3 {
background: url(../images/default/icon-media3.png) center center no-repeat
}
.box-outer .box-media .title-media {
font-size: 11px;
color: #000;
text-transform: uppercase;
margin-right: 5px;
font-weight: 400
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.box-outer .box-media .title-media {
font-weight: 700
}
}
.page-found,
.page_not_found {
margin: 12% 0
}
.page-found h1,
.page_not_found h1 {
text-transform: uppercase;
font-size: 30px;
font-weight: 700
}
.page-found .bigtext,
.page_not_found .bigtext {
color: #d35346;
font-size: 140px;
line-height: 140px;
margin: 3% 0
}
.page-found .wpo_search,
.page_not_found .wpo_search {
margin-top: 3%
}
.page-found .wpo_search input,
.page_not_found .wpo_search input {
height: 40px;
width: 100%
}
.page-found .wpo_search .button-search,
.page_not_found .wpo_search .button-search {
top: 5px
}
.page-found a,
.page_not_found a {
margin-top: 3%
}
.pattern1 {
background-image: url(../images/pattern/pattern1.png)
}
.pattern2 {
background-image: url(../images/pattern/pattern2.png)
}
.pattern3 {
background-image: url(../images/pattern/pattern3.png)
}
.pattern4 {
background-image: url(../images/pattern/pattern4.png)
}
.pattern5 {
background-image: url(../images/pattern/pattern5.png)
}
.pattern6 {
background-image: url(../images/pattern/pattern6.png)
}
.pattern7 {
background-image: url(../images/pattern/pattern7.png)
}
.pattern8 {
background-image: url(../images/pattern/pattern8.png)
}
.pattern9 {
background-image: url(../images/pattern/pattern9.png)
}
.pattern10 {
background-image: url(../images/pattern/pattern10.png)
}
.pattern11 {
background-image: url(../images/pattern/pattern11.png)
}
.pattern12 {
background-image: url(../images/pattern/pattern12.png)
}
.pattern13 {
background-image: url(../images/pattern/pattern13.png)
}
.pattern14 {
background-image: url(../images/pattern/pattern14.png)
}
.pattern15 {
background-image: url(../images/pattern/pattern15.png)
}
.pattern16 {
background-image: url(../images/pattern/pattern16.png)
}
.footer-newsletter .form-newsletter .box-heading {
padding: 0!important
}
#wpadminbar {
position: fixed!important
}
.off-canvas-toggle {
z-index: 100
}
#wpo-off-canvas {
background-color: #000
}
#wpo-off-canvas .wpo-off-canvas-header {
overflow: hidden;
padding: 10px
}
#wpo-off-canvas .close,
.navbar-offcanvas .navbar-brand {
color: #fff
}
@media (max-width:991px) {
.open .dropdown-menu li.level-2 {
padding: 5px 15px 5px 35px
}
}
.navbar-offcanvas .navbar-brand:focus,
.navbar-offcanvas .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.navbar-offcanvas .navbar-text {
color: #999
}
.navbar-offcanvas .navbar-nav {
width: 100%
}
.navbar-offcanvas .navbar-nav>li {
float: none
}
.navbar-offcanvas .navbar-nav>li>a {
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
box-shadow: 0 -1px #222 inset;
display: block;
padding: 1em 1em 1em 1.2em;
transition: all .3s ease 0s
}
.navbar-offcanvas .navbar-nav>li>a:focus,
.navbar-offcanvas .navbar-nav>li>a:hover {
color: #999;
background-color: transparent
}
.navbar-offcanvas .navbar-nav>.active>a,
.navbar-offcanvas .navbar-nav>.active>a:focus,
.navbar-offcanvas .navbar-nav>.active>a:hover {
color: #999;
background-color: #000
}
.navbar-offcanvas .navbar-nav>.disabled>a,
.navbar-offcanvas .navbar-nav>.disabled>a:focus,
.navbar-offcanvas .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.navbar-offcanvas .navbar-toggle {
border-color: #333
}
.navbar-offcanvas .navbar-toggle:focus,
.navbar-offcanvas .navbar-toggle:hover {
background-color: #333
}
.navbar-offcanvas .navbar-toggle .icon-bar {
background-color: #fff
}
.navbar-offcanvas .navbar-collapse,
.navbar-offcanvas .navbar-form {
border-color: #000
}
.navbar-offcanvas .navbar-nav .open a,
.navbar-offcanvas .navbar-nav .open a:focus,
.navbar-offcanvas .navbar-nav .open a:hover {
background-color: transparent
}
.navbar-offcanvas .navbar-nav .dropdown>a:hover .caret {
border-top-color: #999;
border-bottom-color: #999
}
.navbar-offcanvas .navbar-nav .dropdown>a .caret,
.navbar-offcanvas .navbar-nav .open>a .caret,
.navbar-offcanvas .navbar-nav .open>a:focus .caret,
.navbar-offcanvas .navbar-nav .open>a:hover .caret {
border-top-color: #fff;
border-bottom-color: #fff
}
@media (max-width:991px) {
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: #000
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a {
color: #fff
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a:hover {
color: #999;
background-color: transparent
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #999;
background-color: #000
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.navbar-offcanvas .navbar-link {
color: #fff
}
.navbar-offcanvas .navbar-link:hover {
color: #999
}
.noscroll {
position: fixed;
overflow-y: scroll;
width: 100%;
margin-top: 0!important
}
.wpo-wrapper {
position: relative;
left: 0;
z-index: 99;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
overflow: visible
}
.wpo-wrapper::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, .2);
content: '';
opacity: 0;
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
transition: opacity .5s, width .1s .5s, height .1s .5s;
z-index: 9999999
}
.off-canvas-open .wpo-wrapper::after {
width: 100%;
height: 10000px;
opacity: 1;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.wpo-off-canvas {
position: absolute;
top: 0;
left: 0;
z-index: 100;
visibility: hidden;
width: 280px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: all .5s;
transition: all .5s
}
.wpo-off-canvas::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .2);
content: '';
opacity: 1;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.off-canvas-right.wpo-off-canvas {
display: none
}
.off-canvas-right .off-canvas-right.wpo-off-canvas {
display: block
}
html[dir=ltr] .off-canvas-right.wpo-off-canvas {
left: auto;
right: 0
}
.off-canvas-open .wpo-off-canvas::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
transition: opacity .5s, width .1s .5s, height .1s .5s
}
.off-canvas-open .off-canvas-current {
visibility: visible
}
.wpo-off-canvas .wpo-off-canvas-body a:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-1.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-2.wpo-off-canvas {
z-index: 1
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s
}
.off-canvas-effect-2.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-3.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s
}
.off-canvas-effect-3.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-3.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-4.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-4.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-4.wpo-off-canvas {
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-5.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0)
}
body.off-canvas-effect-6 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-6 .wpo-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
height: auto;
overflow: hidden
}
.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg);
transform: translate3d(280px, 0, 0) rotateY(-15deg)
}
.off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-6.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-6 .wpo-wrapper {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0) rotateY(15deg);
transform: translate3d(-280px, 0, 0) rotateY(15deg)
}
.off-canvas-right.off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-7 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-7 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
transform: translate3d(-100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-7.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
transform: translate3d(100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-8 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-8 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
transform: translate3d(-100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
.off-canvas-effect-8.wpo-off-canvas::after {
display: none
}
body.off-canvas-effect-8.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
transform: translate3d(100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
.off-canvas-effect-9 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-9.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(0, 0, -280px);
transform: translate3d(0, 0, -280px)
}
.off-canvas-effect-9.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-9.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-9.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-10 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-10.wpo-off-canvas {
z-index: 1;
opacity: 1;
-webkit-transform: translate3d(0, 0, -280px);
transform: translate3d(0, 0, -280px)
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
body.off-canvas-effect-10.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
body.off-canvas-effect-11 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-11 .wpo-wrapper {
height: auto;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
transform: translate3d(100px, 0, -600px) rotateY(-20deg)
}
.off-canvas-effect-11.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-11.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
transform: translate3d(-100px, 0, -600px) rotateY(20deg)
}
.off-canvas-right.off-canvas-effect-11.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-12 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-12 .wpo-wrapper {
height: auto;
overflow: hidden;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
-webkit-transform: rotateY(-10deg);
transform: rotateY(-10deg)
}
.off-canvas-effect-12.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-12.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-12 .wpo-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
-webkit-transform: rotateY(10deg);
transform: rotateY(10deg)
}
.off-canvas-right.off-canvas-effect-12.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-13 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-13.wpo-off-canvas {
z-index: 1;
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.wpo-off-canvas {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-speed: .2s;
transition-speed: .2s
}
body.off-canvas-effect-13.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
body.off-canvas-effect-14 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-14 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
transform: translate3d(-100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.wpo-off-canvas {
-webkit-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-14.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
transform: translate3d(100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
.old-ie .wpo-off-canvas {
z-index: 100!important;
left: -280px
}
html[dir=ltr] .off-canvas-right.old-ie .wpo-off-canvas {
right: -280px;
left: auto
}
.modal-open .wpo-wrapper {
position: static
}
@media (min-width:992px) and (max-width:1199px) {
.vertical-menu>.nav>li>a {
padding: 7px 30px
}
}
@media (min-width:768px) and (max-width:991px) {
#logo {
text-align: center
}
.wpo-megamenu .navbar-collapse.collapse {
display: none!important
}
.currency-wrapper,
.language-wrapper {
border: 1px solid #ededed
}
#topbar .btn-group .dropdown-menu {
border-top: 1px solid #ededed;
top: 94%
}
.htabs a {
padding: 5px
}
}
@media (max-width:991px) {
.header-style2 .logo {
padding: 30px;
text-align: center;
width: 100%
}
.header-style2 .logo img {
height: auto
}
.header-style2 .wpo-megamenu {
border-top: 1px solid #ededed
}
.header-style2 .navbar-header .off-canvas-toggle {
float: left
}
.navbar-inverse .navbar-toggle {
display: block;
width: 45px;
height: 35px;
background-color: #000;
border-color: #000;
margin-left: 10px
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #999;
border-color: #999
}
.search-mobile {
margin-left: 65px
}
.search-mobile .wpo_search {
margin-top: 8px
}
.search-mobile .wpo_search input {
height: 36px;
width: 100%
}
.search-mobile .wpo_search .button-search {
top: 4px
}
#wpo-mainbody,
.blog-col,
.box-element,
.box-heading,
.wpo-footer .column {
margin-bottom: 25px
}
.product-label-special {
-webkit-transform: scale(.6, .6);
-ms-transform: scale(.6, .6);
transform: scale(.6, .6);
top: 0;
right: 0
}
.carousel-controls {
top: -35px
}
.product-block .image img {
width: 100%
}
.product-block .image .image-hover {
-webkit-transform: rotateY(none);
-ms-transform: rotateY(none);
transform: rotateY(none)
}
.product-block .image .image-effect {
-webkit-transform: rotate(none);
-ms-transform: rotate(none);
transform: rotate(none)
}
.product-block .image:hover .image-effect {
-webkit-transform: rotateY(none);
-ms-transform: rotateY(none);
transform: rotateY(none)
}
.product-block .product-action {
opacity: 1;
transform: perspective(600px) rotateY(0deg);
visibility: visible;
z-index: 9
}
.product-block .wpo-colorbox {
opacity: 1
}
.network-social {
text-align: center;
padding-top: 30px
}
.network-social .box-heading {
text-align: center
}
#wpo-footer .wpo-footer-center {
margin-bottom: 0
}
}
@media (max-width:767px) {
.wishlist-info td,
.wishlist-info th,
table.compare-info td,
table.compare-info th,
table.wpo-checkout-product td,
table.wpo-checkout-product th,
table.wpo-shop-cart td,
table.wpo-shop-cart th {
border-right: 0 none;
display: block!important;
float: none!important;
text-align: left!important;
width: auto!important
}
.wishlist-info tr td:before,
table.wpo-shop-cart tr td:before {
content: attr(data-label);
float: left;
font-weight: 700;
text-align: left;
white-space: nowrap;
width: 50%
}
.wishlist-info tr td,
table.wpo-shop-cart tr td {
text-align: right;
display: block;
min-height: 20px;
border-left: none;
background: 0 0
}
.wishlist-info thead,
table.wpo-shop-cart thead {
display: none
}
#header #cart {
width: 170px
}
#header #cart .dropdown-menu {
width: 250px;
left: auto
}
.banner-home .content-shop {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
top: 50%
}
.image-wrapper {
width: 280px;
margin-bottom: 18px
}
.wpb_single_image img {
width: 100%
}
#single-product .summary {
margin-top: 30px
}
.yith_magnifier_mousetrap,
.yith_magnifier_zoom_magnifier {
display: none
}
.shopcol {
width: 50%
}
}
@media (max-width:480px) {
.navbar-fixed-top {
position: relative
}
.wpo-mainbody {
margin-top: 20px
}
#page {
padding-top: 0!important
}
.newsletter .btn-arrow-right:before {
display: none
}
.producttabs .tab-content {
margin-top: 36px
}
.product-block .warp-info {
margin: 21px 0
}
#footer .footer-center {
padding-top: 0
}
.box>img {
padding: 0
}
#footer .footer-center .box {
margin-bottom: 20px
}
#footer .box .box-heading {
padding: 10px 0 21px
}
#powered .inner {
padding: 31px 0 21px
}
.banner-home {
width: 100%
}
.box-outer,
.footer-newsletter {
display: none
}
.image-wrapper {
width: 100%;
height: 240px;
overflow: hidden
}
.image-wrapper img {
width: 100%
}
.tab-top .nav-tabs>li {
padding: 0 0 0 10px
}
.tab-top .nav-tabs>li>a {
display: inherit
}
}
.hidden-effect {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden
}
.visible-effect {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible
}
.effect-scale {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
.wpb_single_image a {
cursor: pointer;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
display: block
}
.wpb_single_image a:after,
.wpb_single_image a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s
}
.overlay a:before {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
left: 0;
top: 0;
z-index: -1
}
.overlay a:hover:before {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .3) inset;
box-shadow: 0 0 0 30px rgba(255, 255, 255, .3) inset;
z-index: 2
}
.overlay-full a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
z-index: -1
}
.overlay-full a:hover:before {
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-bottom a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
bottom: -100%;
z-index: -1
}
.overlay-bottom a:hover:before {
bottom: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-top a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
top: -100%;
z-index: -1
}
.overlay-top a:hover:before {
top: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-right a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: -100%;
z-index: -1
}
.overlay-right a:hover:before {
right: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-left a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: -100%;
z-index: -1
}
.overlay-left a:hover:before {
left: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: 0;
z-index: -1;
-webkit-transform: rotate(720deg) scale(0);
-moz-transform: rotate(720deg) scale(0);
-ms-transform: rotate(720deg) scale(0);
-o-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0)
}
.overlay-rotate a:hover:before {
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate-cross a:before {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
left: auto;
right: 0;
z-index: -1;
-webkit-transform: rotate(56.5deg) translateX(-180px);
-moz-transform: rotate(56.5deg) translateX(-180px);
-ms-transform: rotate(56.5deg) translateX(-180px);
-o-transform: rotate(56.5deg) translateX(-180px);
transform: rotate(56.5deg) translateX(-180px);
-o-transform-origin: 100% 0;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.overlay-rotate-cross a:after {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
top: auto;
bottom: 0;
z-index: -1;
-webkit-transform: rotate(56.5deg) translateX(180px);
-moz-transform: rotate(56.5deg) translateX(180px);
-ms-transform: rotate(56.5deg) translateX(180px);
-o-transform: rotate(56.5deg) translateX(180px);
transform: rotate(56.5deg) translateX(180px);
-o-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%
}
.overlay-rotate-cross a:hover:before {
-webkit-transform: rotate(56.5deg) translateX(1px);
-moz-transform: rotate(56.5deg) translateX(1px);
-ms-transform: rotate(56.5deg) translateX(1px);
-o-transform: rotate(56.5deg) translateX(1px);
transform: rotate(56.5deg) translateX(1px);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate-cross a:hover:after {
-webkit-transform: rotate(56.5deg) translateX(-1px);
-moz-transform: rotate(56.5deg) translateX(-1px);
-ms-transform: rotate(56.5deg) translateX(-1px);
-o-transform: rotate(56.5deg) translateX(-1px);
transform: rotate(56.5deg) translateX(-1px);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-in-to-out a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: 50%;
width: 0;
height: 100%;
z-index: -1
}
.overlay-in-to-out a:hover:before {
left: 0;
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-out-to-in a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: -100%;
z-index: -1
}
.overlay-out-to-in a:after {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: -100%;
z-index: -1
}
.overlay-out-to-in a:hover:before {
left: -50%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-out-to-in a:hover:after {
right: -50%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-top-to-bottom a:before {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
top: 0;
width: 0;
height: 0;
left: 0;
z-index: -1
}
.overlay-top-to-bottom a:after {
background: rgba(255, 255, 255, .3);
right: 0;
bottom: 0;
width: 0;
height: 0;
opacity: 0;
filter: alpha(opacity=0);
z-index: -1
}
.overlay-top-to-bottom a:hover:after,
.overlay-top-to-bottom a:hover:before {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.mask-overlay {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, .5);
top: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
z-index: 1
}
.grayscale-gray {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
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")
}
.grayscale-color {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
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")
} | wp-content/themes/fashion/css/templateb41e.css | html {
overflow-y: scroll;
margin: 0;
padding: 0
}
body {
background-color: #fff;
margin: 0;
padding: 0;
font-size: 13px
}
.fs9 {
font-size: 10px
}
.fs10 {
font-size: 11px
}
.fs11 {
font-size: 12px
}
.fs12 {
font-size: 13px
}
.fs13 {
font-size: 14px
}
.fs14 {
font-size: 15px
}
.fs15 {
font-size: 16px
}
.fs16 {
font-size: 17px
}
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
margin-bottom: 10px;
position: relative;
overflow: hidden
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive object,
.video-responsive video {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
border: 0
}
a {
color: #000;
cursor: hand;
cursor: pointer
}
a img {
border: none
}
a:hover {
color: #999
}
a:focus {
outline: 0;
outline-offset: -2px;
color: #999
}
img {
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle
}
ol li,
ul li {
line-height: 25px
}
a,
body,
input,
select,
td,
textarea,
th {
outline: 0
}
a,
a:focus,
a:hover {
-webkit-transition: color .4s ease 0s;
transition: color .4s ease 0s;
text-decoration: none
}
.quantity input,
input[name=quantity] {
width: auto;
display: inline;
text-align: center
}
.fullwidth,
input.input-full {
width: 100%!important
}
.last_toggle_el_margin,
.wpb_button,
.wpb_row,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 18px!important
}
.woocommerce a.button {
background: #000;
color: #fff;
border-radius: 0;
text-shadow: none;
font-weight: 400;
border: none;
-webkit-border-radius: 0
}
.woocommerce a.button:hover {
background: #666
}
.woocommerce table.cart input {
line-height: normal
}
.breadcrumb,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
padding: 0;
margin: 25px 0
}
.breadcrumb a,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a {
color: #666;
font-size: 12px
}
.product-bottom {
margin-top: 18px;
padding: 10px 20px 11px;
border: 1px solid #ededed
}
.paging {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
.paging .pagination {
margin: 0
}
.paging .links {
float: left
}
.paging .links a,
.paging .links b {
padding: 0 5px
}
.paging .links a {
display: inline-block;
color: #666
}
.paging .links a:hover,
.paging .links b {
color: #000
}
.paging .results {
float: right;
font-style: italic
}
.button {
cursor: pointer;
color: #fff;
background-color: #000;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
font-style: italic;
padding: 5px 15px
}
.button:hover,
input.button:hover {
background-color: #666;
color: #fff
}
a.button {
display: inline-block;
text-decoration: none;
padding: 5px 15px
}
.buttons {
background: #fff;
border: 1px solid #ccc;
overflow: auto;
padding: 6px;
margin-top: 10px;
margin-bottom: 20px
}
.buttons .center {
text-align: center;
margin-left: auto;
margin-right: auto
}
.buttons .right {
float: right;
text-align: right
}
.buttons .left {
float: left;
text-align: left
}
.woocommerce-tabs a {
padding: 7px 20px;
float: left;
font-size: 12px;
font-family: Lato, serif;
text-align: center;
text-transform: uppercase;
text-decoration: none;
color: #999;
margin-right: 2px;
margin-bottom: -1px;
display: none
}
.woocommerce-tabs .nav-tabs li.active a,
.woocommerce-tabs .nav-tabs li.active a:focus,
.woocommerce-tabs .nav-tabs li.active a:hover {
background: #fff;
margin-bottom: -1px;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
color: #000
}
.woocommerce-tabs .tab-content {
padding: 16px 20px;
margin-bottom: 16px;
border: 1px solid #ededed;
z-index: 2;
margin-top: -1px
}
.woocommerce-tabs h2 {
font-size: 18px;
line-height: 32px;
text-transform: uppercase
}
.woocommerce-tabs h3 {
font-size: 19px;
line-height: 32px;
text-transform: uppercase
}
.tabs-group .tab-content {
padding: 16px 20px;
margin-bottom: 16px;
border: 1px solid #ededed;
z-index: 2;
margin-top: -1px
}
.carousel-controls {
position: absolute;
top: -42px;
left: 50%;
margin-left: -79px
}
.carousel-controls .carousel-control {
font-size: 11px;
font-style: italic;
color: #fff;
height: 19px;
width: 60px;
margin: 0 17px;
line-height: 18px;
top: 10px;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
.carousel-controls .carousel-control.left {
background-image: url(../images/default/icon-prev-hover.png)
}
.carousel-controls .carousel-control.left:hover {
background-image: url(../images/default/icon-prev.png)
}
.carousel-controls .carousel-control.right {
background-image: url(../images/default/icon-next-hover.png);
left: 62px;
right: auto
}
.carousel-controls .carousel-control.right:hover {
background-image: url(../images/default/icon-next.png)
}
.carousel-control {
font-size: 30px;
color: #000;
text-shadow: none;
top: 50%;
z-index: 20;
width: 35px;
height: 35px
}
.carousel-control.left {
left: -6%;
filter: none;
background: url(../images/default/caret-left.png) center center no-repeat
}
.carousel-control.right {
right: -6%;
filter: none;
background: url(../images/default/caret-right.png) center center no-repeat
}
ul.links {
position: relative;
margin: 0;
padding: 5px 5px 0
}
ul.links li {
line-height: 20px;
color: #CCC;
float: left;
font-size: 10px;
margin-left: 10px;
display: list-item
}
ul.links li>a span {
font-size: 14px
}
ul.list>li {
position: relative
}
ul.list>li ul {
display: none
}
ul.list>li ul>li {
padding: 10px 0 0 25px
}
ul.list>li ul>li>a {
text-decoration: none;
display: block
}
ul.list>li a.active .badge,
ul.list>li a:hover .badge {
background-color: #999
}
ul.list>li a.active {
color: #999
}
ul.list>li a.active ul {
display: block
}
.btn-arrow-right {
position: relative
}
.star-rating,
.stars {
font-size: 9px!important;
float: none!important
}
.star-rating a,
.star-rating span,
.stars a,
.stars span {
color: #24282b;
display: inline-block;
padding: 5px 0 0
}
.wpb_content_element {
margin-bottom: 0!important
}
.box-element {
margin-bottom: 40px
}
.attention,
.information,
.success,
.warning {
padding: 10px 10px 10px 33px;
margin-top: 15px;
color: #555;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.attention .close,
.information .close,
.success .close,
.warning .close {
float: right;
padding-top: 4px;
padding-right: 4px;
cursor: pointer
}
.attention {
background: url(../images/attention.html) 10px center no-repeat #fff5cc;
border: 1px solid #F2DD8C;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.warning {
background: url(../images/warning.html) 10px center no-repeat #ffd1d1;
border: 1px solid #F8ACAC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
.help {
color: #999;
font-size: 10px;
font-weight: 400;
font-family: 13px;
display: block
}
.error {
display: block;
color: red
}
.success {
background: url(../images/success.html) 10px center no-repeat #eaf7d9;
border: 1px solid #BBDF8D;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Lato, serif;
color: #000
}
h1.wpo-title {
margin-bottom: 18px
}
h3.widget-title {
color: #fff;
font-size: 13px
}
table {
border-collapse: collapse;
border-spacing: 0;
font-size: 14px;
line-height: 2;
margin: 0 0 20px;
width: 100%
}
th {
text-transform: uppercase
}
caption,
td,
th {
font-weight: 400;
text-align: left
}
td {
padding: 6px 10px 6px 0
}
dl {
margin: 0 20px
}
dt {
font-weight: 700
}
dd {
margin: 0 0 20px
}
button,
input,
select,
textarea {
border: 1px solid #ededed
}
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 0
}
.inputNew {
color: #999;
font-style: italic;
margin: 10px 0;
padding: 10px;
width: 80%
}
.button_mini {
padding: 5px 25px 5px 10px
}
.return-captcha .form-control {
margin-bottom: 10px
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
background-color: transparent
}
[class*=vc_col] {
padding-left: 9px!important;
padding-right: 9px!important
}
.container .container {
padding: 0
}
.caret {
border: none;
background: url(../images/default/icon-dropdown.png) center right no-repeat;
display: inline-block;
height: 7px;
padding: 0 0 0 13px;
width: 7px
}
.caret:before {
content: ""!important
}
#page {
margin: 0 auto
}
body.layout-boxed-md {
background: url(../images/pattern/pattern14.html)
}
body.layout-boxed-md #page {
max-width: 968px;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888
}
body.layout-boxed-lg {
background: url(../images/pattern/pattern14.html)
}
body.layout-boxed-lg #page {
max-width: 1188px;
-webkit-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888
}
#wpo-mainbody {
overflow: hidden;
margin-bottom: 40px
}
#topbar {
color: #666;
font-size: 12px
}
#topbar a {
color: #666
}
#topbar .customer-links {
position: relative;
padding: 0 15px 0 0;
margin: 0 6px 0 0
}
#topbar .customer-links a {
display: block;
line-height: 28px
}
#topbar .customer-links:before {
content: "";
width: 1px;
height: 14px;
background: #e4e4e4;
display: block;
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto
}
#topbar .wpo_search {
margin: 0 7px 0 0
}
#topbar .show-mobile .quickaccess-toggle {
background-color: #000;
color: #fff;
cursor: pointer;
font-size: 17px;
width: 35px;
height: 35px;
line-height: 33px;
margin-left: 1px;
text-align: center
}
#topbar .wpo_search {
width: auto
}
#topbar .wpo_search>input {
width: 150px
}
#topbar ul li a {
font-size: 12px;
color: #666
}
#topbar ul li:before {
color: #aaa
}
#topbar ul li:hover a {
color: #000
}
#topbar .inner {
padding: 8px 0;
border-top: solid 5px #000;
border-bottom: solid 1px #ededed
}
#topbar .btn-dropdown {
font-size: 12px;
color: #666;
background: 0 0;
padding: 3px;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#topbar .btn-dropdown:hover {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #000
}
#topbar .btn-dropdown span.fa {
color: #000;
font-size: 11px
}
#topbar .language li a {
padding: 5px 15px;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
#topbar .language li a:hover {
padding-left: 20px
}
#topbar .language .img {
display: inline-block;
width: 16px;
height: 11px;
margin-right: 5px
}
#topbar .language .img.flag1 {
background: url(../images/default/gb.png) no-repeat
}
#topbar .language .img.flag2 {
background: url(../images/default/fr.png) no-repeat
}
#topbar .language .img.flag3 {
background: url(../images/default/us.png) no-repeat
}
#topbar .btn-group button {
border-right: 1px solid #ededed
}
#topbar .btn-group .dropdown-menu {
border-top: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
z-index: 1500
}
#topbar .btn-group .list-item {
cursor: pointer;
display: block;
font-size: 12px;
line-height: 25px;
color: #666
}
#topbar .btn-group .list-item:hover {
color: #000
}
#topbar .select-wrapper a {
font-size: 12px;
padding: 0 10px;
border: none;
line-height: 28px;
display: block
}
#topbar #cart .buttons a {
font-style: normal
}
#topbar #cart .buttons a:hover {
color: #fff!important;
background: #363636!important
}
#header-main {
text-align: center;
padding: 38px 0
}
#header-main a.logo {
display: inline-block
}
#logo-theme {
font-size: 42px;
font-family: 'Lily Script One', cursive
}
#logo-theme a:active,
#logo-theme a:focus,
#logo-theme a:hover {
color: #000
}
.mainnav-wrap {
background: #fff;
border-bottom: solid 2px #000;
border-top: solid 1px #ededed
}
.header-style2 #wpo-mainnav .inner {
border-bottom: solid 2px #000
}
.header-style2 .logo {
height: 100px;
display: table;
z-index: 999;
position: relative
}
.header-style2 .logo a {
display: table-cell;
vertical-align: middle
}
.header-style2 .logo img {
height: 65px
}
.header-style2 .mainnav-wrap {
border-top: none;
border-bottom: none
}
.rev_slider_wrapper .tp-bannershadow,
.rev_slider_wrapper .tp-bullets {
display: none
}
.rev_slider_wrapper .tp-caption a:hover {
color: #fff
}
.rev_slider_wrapper .tp-button {
background: 0 0;
border-radius: 0!important
}
#content {
min-height: 400px;
margin-bottom: 25px
}
.sidebar [class*=col-] {
width: 100%
}
.mass-bottom {
padding: 40px 0 0;
border-top: 2px solid #000
}
.mass-bottom .box-heading {
padding: 0 0 25px!important;
text-align: left
}
.mass-bottom img {
height: 98px
}
#wpo-footer {
min-height: 100px
}
#wpo-footer:after,
#wpo-footer:before {
content: " ";
display: table
}
#wpo-footer:after {
clear: both
}
#wpo-footer ol,
#wpo-footer ul {
margin: 0;
padding: 0;
list-style: none
}
#wpo-footer .box-heading {
font-weight: 400;
margin: 0;
padding: 35px 0 13px;
text-align: left
}
#wpo-footer .box-heading span {
font-family: brandon_grotesque_regularRg;
letter-spacing: .2em;
font-size: 14px;
color: #000;
padding: 0
}
#wpo-footer .box-heading span:after,
#wpo-footer .box-heading span:before {
display: none
}
#wpo-footer .wpo-footer-top .inner {
border-top: solid 2px #000;
padding: 40px 0 0
}
#wpo-footer .wpo-footer-center {
margin-bottom: 40px
}
#wpo-footer .wpo-footer-center .box-heading {
border-top: solid 1px #ededed;
padding-top: 40px
}
#wpo-footer .wpo-footer-bottom {
padding-top: 31px;
padding-bottom: 16px
}
#wpo-footer h3 {
color: #666;
font-size: 13px;
margin-top: 0;
margin-bottom: 8px
}
#wpo-footer .column ul li {
padding-bottom: 5px;
padding-top: 0;
overflow: hidden
}
#wpo-footer .column ul li a {
text-transform: none
}
#wpo-footer a {
color: #666;
line-height: 30px
}
#wpo-footer a:hover {
color: #000
}
#wpo-footer strong {
color: #000;
line-height: 24px
}
#wpo-footer address {
line-height: 24px
}
.wpo-copyright {
clear: both
}
.wpo-copyright.newsletter-fix {
margin-bottom: 91px
}
.wpo-copyright a {
color: #666;
font-weight: 700
}
.wpo-copyright a:hover {
color: #999
}
.wpo-copyright .inner {
border-bottom: solid 10px #000;
text-align: center;
overflow: hidden
}
.wpo-copyright .inner .copyright {
padding: 40px 0 50px;
border-top: solid 1px #ededed
}
.footer-newsletter {
position: fixed;
bottom: -100%;
width: 100%;
background-color: #fff;
z-index: 9999;
margin-top: 0;
text-align: center;
border-top: 1px solid #000;
padding: 25px 0 0;
-webkit-transition: all 600ms;
transition: all 600ms
}
.footer-newsletter.open {
bottom: 0
}
.footer-newsletter.bottom {
position: static
}
.footer-newsletter .form-newsletter {
width: 85%
}
.footer-newsletter .form-newsletter .box-left {
margin-right: 20px
}
.footer-newsletter .form-newsletter .inputNew {
width: 280px;
height: 35px;
margin: 0
}
.footer-newsletter .form-newsletter .input-group-btn {
width: auto
}
.footer-newsletter .form-newsletter .input-group-btn>.btn {
height: 35px
}
.footer-newsletter .img {
position: absolute;
bottom: 0
}
.footer-newsletter .button-group {
position: absolute;
overflow: hidden;
right: 0;
z-index: 999999
}
.footer-newsletter .button-group .close {
margin-right: -240px;
color: #666;
padding: 0 10px;
-webkit-border-radius: 40px 0 0 40px;
-moz-border-radius: 40px 0 0 40px;
-ms-border-radius: 40px 0 0 40px;
-o-border-radius: 40px 0 0 40px;
border-radius: 40px 0 0 40px;
border: 1px solid #666;
border-right: none;
overflow: hidden;
line-height: 24px;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s
}
.footer-newsletter .button-group .close:hover {
margin-right: 0;
opacity: 1;
filter: alpha(opacity=100)
}
.footer-newsletter .button-group .show-button {
display: inline-block;
font-size: 14px;
color: #000;
line-height: 24px
}
.footer-newsletter .button-group .show-button .checkbox-inline {
vertical-align: top
}
.footer-newsletter .button-group .show-button input {
margin-right: 5px
}
.banner div {
text-align: center;
width: 100%;
display: none
}
.banner div img {
margin-bottom: 20px
}
.category-image {
margin: 0 0 20px
}
.box-heading {
text-transform: uppercase;
color: #000;
font-family: brandon_grotesque_regularRg;
font-size: 14px;
letter-spacing: .2em;
overflow: hidden;
text-align: center;
margin-bottom: 40px
}
.box-heading span {
padding: 0 25px;
position: relative;
z-index: 2;
display: inline-block
}
.box-heading span:before {
background: #000;
content: "";
height: 1px;
position: absolute;
right: 100%;
top: 50%;
width: 2000px;
z-index: 1
}
.box-heading span:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.box {
margin-bottom: 18px;
position: relative
}
.box>img {
padding: 30px 0
}
.box .media-body strong {
color: #000;
font-family: Lato, serif;
font-size: 18px;
letter-spacing: 3px;
font-weight: 400
}
.box address strong {
color: #000;
font-size: 14px
}
.box.about,
.box.logo-ft,
.box.social {
border-top: none
}
.highlight .box-heading,
.wpo-sidebar .box-heading {
background: #000;
color: #fff;
height: 28px;
line-height: 28px;
padding-left: 10px;
text-transform: uppercase;
font-size: 12px;
position: relative;
margin-bottom: 0;
text-align: left;
font-family: 'Noticia Text', serif;
letter-spacing: 0
}
.highlight .box-heading span:after,
.highlight .box-heading span:before,
.wpo-sidebar .box-heading span:after,
.wpo-sidebar .box-heading span:before {
content: none
}
.highlight .box-heading:before,
.wpo-sidebar .box-heading:before {
position: absolute;
content: "\f107";
top: 7px;
right: 14px;
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.highlight .box-heading:after,
.wpo-sidebar .box-heading:after {
color: #fff;
content: "\f005";
display: inline-block;
font-family: FontAwesome;
font-size: 14px;
vertical-align: middle;
position: absolute;
left: 10px;
top: 0
}
.highlight .widget_top_rated_products .box-heading:after,
.highlight .widget_wpo_recent_post .box-heading:after,
.wpo-sidebar .widget_top_rated_products .box-heading:after,
.wpo-sidebar .widget_wpo_recent_post .box-heading:after {
content: "\f005"
}
.highlight .widget_product_categories .box-heading:after,
.highlight.wpo-verticalmenu .box-heading:after,
.wpo-sidebar .widget_product_categories .box-heading:after,
.wpo-sidebar.wpo-verticalmenu .box-heading:after {
content: "\f0c9"
}
.wpo-sidebar ol,
.wpo-sidebar ul {
margin: 0;
padding: 0;
list-style: none
}
.wpo-sidebar .box-heading {
margin-bottom: 20px
}
.wpo-sidebar .sidebar-element {
margin-bottom: 40px
}
.wpo-sidebar .sidebar-element.widget_product_categories .box-heading,
.wpo-sidebar .sidebar-element.widget_top_rated_products .box-heading,
.wpo-sidebar .sidebar-element.widget_wpo_recent_post .box-heading {
margin-bottom: 0
}
.wpo-sidebar ul.children {
padding-left: 10px
}
.wpo-sidebar .carousel-controls {
top: 8px;
right: 5px;
left: auto
}
.wpo-sidebar .carousel-controls a {
width: 16px;
height: 16px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid #e5e5e5;
background: none;
display: block;
line-height: normal;
text-align: center;
margin: 0 2px;
padding: 0;
position: relative;
float: left
}
.wpo-sidebar .carousel-controls .fa {
float: left;
margin: 0 auto;
padding: 0;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
width: 10px;
height: 14px;
position: absolute;
line-height: normal;
font-size: 12px;
background: none;
color: #fff
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
width: 16px;
height: 16px;
margin-left: -8px;
border: none;
margin-top: -2px;
background: url(../images/default/ui-slider-handle.png) no-repeat;
z-index: 20
}
.wpo-sidebar .widget_price_filter .ui-slider .ui-slider-range {
height: 100%;
position: absolute;
top: 0;
z-index: 10;
background-color: #f5ed5a;
border-top: 1px solid #f2e82a;
border-bottom: 1px solid #f2e82a;
-webkit-border-radius: 9999px;
-webkit-background-clip: padding-box;
-moz-border-radius: 9999px;
-moz-background-clip: padding;
border-radius: 9999px;
background-clip: padding-box;
-webkit-box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2);
-moz-box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2);
box-shadow: inset 0 1px 2px rgba(148, 148, 143, .2)
}
.wpo-sidebar .tagcloud a {
border: 1px solid #ededed;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 5px;
margin-bottom: 5px;
display: inline-block
}
.wpo-sidebar .newsletter .btn-arrow-right {
display: none
}
.wpo-sidebar .product_list_widget .images {
width: 80px
}
.wpo-sidebar .wpo_search input,
.wpo-sidebar select {
width: 100%
}
.wpo-sidebar ul.menu li {
padding-left: 0
}
.wpo-sidebar ul.menu li:before {
content: none
}
.wpo-sidebar ul.menu li:hover {
margin-left: 0
}
.wpo-sidebar ul.menu li .sub-menu {
padding-left: 10px
}
.product_list_widget .item-product-widget {
border-bottom: 1px solid #ededed;
padding: 15px 0
}
.product_list_widget .item-product-widget:last-child {
border-bottom: none
}
.product_list_widget .images {
margin-right: 18px;
width: 60px
}
.product_list_widget .product-meta {
overflow: hidden
}
.product_list_widget .title {
color: #999;
font-family: brandon_grotesquelight;
font-size: 16px
}
.product_list_widget .price {
margin: 0;
padding: 0;
display: block
}
.group-product .row {
border-top: 1px solid #ededed;
padding-top: 40px
}
.group-product .box-heading {
text-align: left;
margin-bottom: 15px
}
.group-product .box-heading span {
padding: 0
}
.group-product .box-heading span:after,
.group-product .box-heading span:before {
content: none
}
.widget_wpo_recent_post .carousel-item {
display: table;
text-align: center;
margin: 20px auto 0;
border-top: 1px solid #e5e5e5;
padding: 20px 0 0;
width: auto;
height: auto
}
.widget_wpo_recent_post .carousel-item>div {
display: table-cell;
vertical-align: top
}
.widget_wpo_recent_post .carousel-image {
width: 50px;
height: 50px;
margin-right: 5px
}
.widget_wpo_recent_post .carousel-image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%
}
.widget_wpo_recent_post .carousel-body {
text-align: left;
text-transform: uppercase;
color: #000;
font-size: 12px
}
.widget_wpo_recent_post .carousel-body p {
color: #909090;
font-size: 11px;
margin-top: 4px
}
.box.nopadding ul li {
border-bottom: 1px solid #fff;
padding-right: 20px;
padding-left: 20px
}
.box.nopadding ul li:last-child {
border-bottom: none
}
.box.highlighted .box-heading,
.sidebar .box.highlighted .box-heading {
border-color: #000
}
.box.dark,
.sidebar .box.dark {
color: #fff
}
.box.dark .box-heading,
.sidebar .box.dark .box-heading {
background-color: #292929!important;
border-bottom: 1px solid #3f3f3f!important;
position: relative
}
.box.dark .box-heading:before,
.sidebar .box.dark .box-heading:before {
content: "";
background: url(../images/default/bg-tite.html) no-repeat;
position: absolute;
top: 39px;
left: 30px;
width: 35px;
height: 11px
}
.box.dark .box-content,
.sidebar .box.dark .box-content {
background-color: #2e2e2e!important
}
.box.dark ul li,
.sidebar .box.dark ul li {
border-bottom: 1px solid #343434!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.dark ul li a,
.sidebar .box.dark ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.dark ul li a:hover,
.sidebar .box.dark ul li a:hover {
color: #999
}
.box.red,
.sidebar .box.red {
color: #fff
}
.box.red .box-heading,
.sidebar .box.red .box-heading {
background-color: #b72c2c!important;
border-bottom: 1px solid #c96666!important;
position: relative
}
.box.red .box-content,
.sidebar .box.red .box-content {
background-color: #C83A3A!important
}
.box.red ul li,
.sidebar .box.red ul li {
border-bottom: 1px solid #c96666!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.red ul li a,
.sidebar .box.red ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.red ul li a:hover,
.box.yellow,
.sidebar .box.red ul li a:hover,
.sidebar .box.yellow {
color: #fff
}
.box.yellow .box-heading,
.sidebar .box.yellow .box-heading {
background-color: #d8981a!important;
border-bottom: 1px solid #e8c174!important;
position: relative
}
.box.yellow .box-content,
.sidebar .box.yellow .box-content {
background-color: #EDA81F!important
}
.box.yellow ul li,
.sidebar .box.yellow ul li {
border-bottom: 1px solid #e8c174!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.yellow ul li a,
.sidebar .box.yellow ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.blue,
.box.yellow ul li a:hover,
.sidebar .box.blue,
.sidebar .box.yellow ul li a:hover {
color: #fff
}
.box.blue .box-heading,
.sidebar .box.blue .box-heading {
background-color: #3483bf!important;
border-bottom: 1px solid #64a0ce!important;
position: relative
}
.box.blue .box-content,
.sidebar .box.blue .box-content {
background-color: #3c92d4!important
}
.box.blue ul li,
.sidebar .box.blue ul li {
border-bottom: 1px solid #64a0ce!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.blue ul li a,
.sidebar .box.blue ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.blue ul li a:hover,
.box.orange,
.sidebar .box.blue ul li a:hover,
.sidebar .box.orange {
color: #fff
}
.box.orange .box-heading,
.sidebar .box.orange .box-heading {
background-color: #da6e3e!important;
border-bottom: 1px solid #e69673!important;
position: relative
}
.box.orange .box-content,
.sidebar .box.orange .box-content {
background-color: #e97846!important
}
.box.orange ul li,
.sidebar .box.orange ul li {
border-bottom: 1px solid #e69673!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.orange ul li a,
.sidebar .box.orange ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.green,
.box.orange ul li a:hover,
.sidebar .box.green,
.sidebar .box.orange ul li a:hover {
color: #fff
}
.box.green .box-heading,
.sidebar .box.green .box-heading {
background-color: #669435!important;
border-bottom: 1px solid #a2cd75!important;
position: relative
}
.box.green .box-content,
.sidebar .box.green .box-content {
background-color: #7DB641!important
}
.box.green ul li,
.sidebar .box.green ul li {
border-bottom: 1px solid #a2cd75!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.green ul li a,
.sidebar .box.green ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.green ul li a:hover,
.box.purple,
.sidebar .box.green ul li a:hover,
.sidebar .box.purple {
color: #fff
}
.box.purple .box-heading,
.sidebar .box.purple .box-heading {
background-color: #a130b9!important;
border-bottom: 1px solid #cb6ddf!important;
position: relative
}
.box.purple .box-content,
.sidebar .box.purple .box-content {
background-color: #b436ce!important
}
.box.purple ul li,
.sidebar .box.purple ul li {
border-bottom: 1px solid #cb6ddf!important;
padding-top: 7px;
padding-bottom: 7px
}
.box.purple ul li a,
.sidebar .box.purple ul li a {
color: #fff;
background: 0 0;
text-transform: none;
padding-left: 0
}
.box.purple ul li a:hover,
.sidebar .box.purple ul li a:hover {
color: #fff
}
.box-language {
line-height: 1.42857143
}
.box-language img {
cursor: pointer;
margin-right: 5px;
margin-left: 5px
}
.box-currency {
display: inline-block;
line-height: 1.42857143
}
.box-currency a {
text-decoration: none;
margin-right: 5px;
margin-left: 5px;
cursor: pointer;
font-size: 14px
}
.box-currency a:hover {
color: #000
}
.box-currency a b {
color: #fff;
text-decoration: none;
background-color: #000;
padding: 1px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px
}
.box-currency a:hover b {
background-color: #999
}
#header #cart {
position: relative
}
#header #cart .fa {
display: none
}
#header #cart .cart-link {
position: relative;
display: block;
line-height: 28px;
padding: 0 35px 0 38px
}
#header #cart .cart-link:before {
content: "";
display: block;
width: 28px;
height: 28px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
background: url(../images/default/icon-cart.png) center no-repeat #000
}
#header #cart .content {
background: #fff;
padding: 8px;
border: 1px solid #e7e7e7;
z-index: 20;
border-top: none;
right: 0;
left: auto;
width: 300px
}
#header #cart .content img {
width: 55px;
margin-right: 20px
}
#header #cart .content li {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ededed;
overflow: hidden
}
#header #cart .content .quantity {
margin-left: 10px
}
#header #cart .heading h4 {
margin: 0;
text-transform: uppercase;
font-size: 16px
}
#header #cart>span {
color: #fff;
font-size: 16px;
height: 29px;
line-height: 29px;
text-align: center;
width: 32px;
position: relative;
background-color: #000;
cursor: pointer
}
#header #cart>span:hover {
background-color: #666
}
#header #cart .checkout {
text-align: right;
clear: both
}
#header #cart .product_list_widget {
padding-top: 0
}
#header #cart .empty {
border-bottom: none!important;
text-align: center;
padding-top: 10px
}
#header #cart.active .content {
display: block
}
#header ol,
#header ul {
margin: 0;
padding: 0;
list-style: none
}
.mini-cart-total {
text-align: right
}
.mini-cart-total td {
color: #000;
padding: 4px
}
.mini-cart-total table {
border-collapse: collapse;
display: inline-block;
margin-bottom: 5px
}
.mini-cart-info .quantity {
text-align: right
}
.mini-cart-info .name small {
color: #666
}
.mini-cart-info td {
color: #000;
vertical-align: top;
padding: 10px 5px;
border-bottom: 1px solid #ddd
}
.mini-cart-info td a {
color: #000
}
.mini-cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px
}
.mini-cart-info .remove {
text-align: right
}
.mini-cart-info .remove img {
cursor: pointer
}
.mini-cart-info td.total {
text-align: right;
font-weight: 700
}
.cart_totals .table-cart {
margin-top: 30px!important
}
dl.variation {
margin: 0
}
dl.variation .variation-Color,
dl.variation .variation-Color p,
dl.variation .variation-Size,
dl.variation .variation-Size p {
display: inline
}
dl.variation dd {
margin: 0!important;
padding: 0!important
}
.wpo_search {
position: relative;
width: 100%
}
.wpo_search>input {
padding: 5px 30px 5px 10px;
border: 1px solid #ededed;
width: 100%;
height: 30px;
line-height: 30px;
color: #666
}
.wpo_search .button-search {
color: #FFF;
cursor: pointer;
height: 30px;
line-height: 30px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 30px;
background: url(../images/default/icon-search.png) center center no-repeat;
overflow: hidden;
border: none
}
.wpo_search .button-search>input {
width: 30px;
height: 30px;
border: none;
background: 0 0
}
.products {
overflow: hidden
}
.products .box-heading span:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.products .box-heading span:before {
background: #000;
content: "";
height: 1px;
right: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.product-category-content {
position: relative
}
.product-category-content .product-category-title {
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
color: #fff;
background: rgba(0, 0, 0, .5);
margin: 0;
padding: 10px
}
.product-block {
overflow: hidden;
text-align: center;
position: relative
}
.product-block:hover .product-action {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-transform: perspective(600px) rotateY(0deg);
-moz-transform: perspective(600px) rotateY(0deg);
-ms-transform: perspective(600px) rotateY(0deg);
-o-transform: perspective(600px) rotateY(0deg);
transform: perspective(600px) rotateY(0deg);
z-index: 9
}
.product-block:hover .wpo-colorbox {
opacity: 1;
filter: alpha(opacity=100)
}
.product-block:hover .product-zoom {
opacity: 1;
filter: alpha(opacity=100);
height: 45px;
line-height: 45px;
width: 45px;
font-size: 14px
}
.product-block span.onsale {
left: 20px;
top: 20px;
width: 70px;
height: 70px;
line-height: 70px;
background-color: rgba(23, 193, 135, .8);
padding: 0
}
.product-block span.onsale>span {
border: 1px solid #fff;
border-width: 1px 0;
font-size: 14px;
font-weight: 700;
line-height: 22px;
text-transform: uppercase;
padding: 0 5px
}
@media (min-width:768px) {
.product-block .image {
overflow: hidden;
text-align: center;
position: relative
}
.product-block .image .image-hover {
position: absolute;
left: 0;
top: 0;
right: 0;
margin: auto;
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg)
}
.product-block .image .image-effect {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.product-block .image img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: auto;
height: auto;
-webkit-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s
}
.product-block .image:hover .image-hover {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
z-index: 1
}
.product-block .image:hover .image-effect {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg)
}
}
@media (max-width:991px) {
.product-block .image-hover {
display: none
}
}
.product-block .product-zoom {
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
border-radius: 25px;
top: 36%;
left: 42%;
height: 0;
line-height: 8px;
width: 0;
position: absolute;
display: inline-block;
text-align: center;
z-index: 10;
opacity: 0;
filter: alpha(opacity=0);
background-color: #000;
color: #fff;
font-size: 0;
-webkit-transition: all .5s ease 0s;
transition: all .5s ease 0s
}
.product-block .product-zoom:hover {
color: #ccc
}
.product-block .product-zoom:after {
left: 0;
padding: 0;
top: 0;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
-moz-box-sizing: content-box;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
content: "";
height: 100%;
pointer-events: none;
position: absolute;
width: 100%
}
.product-block .product-meta {
position: relative
}
.product-block .product-meta .warp-info {
margin: 21px 0 0
}
.product-block .description {
margin-bottom: 11px;
display: none
}
.product-block .name {
font-family: brandon_grotesquelight;
font-size: 16px;
color: #000;
margin: 0 0 6px
}
.product-block .wpo-colorbox {
top: 126%
}
.product-block .product-action {
width: 100%;
position: absolute;
bottom: 0;
height: 56px;
overflow: hidden;
border-bottom: 1px solid #ededed;
background: #fff;
z-index: 12!important;
opacity: 0;
visibility: hidden;
-webkit-transform: perspective(600px) rotateX(90deg);
-moz-transform: perspective(600px) rotateX(90deg);
-ms-transform: perspective(600px) rotateX(90deg);
-o-transform: perspective(600px) rotateX(90deg);
transform: perspective(600px) rotateX(90deg);
-webkit-transform-origin: center bottom 0;
-moz-transform-origin: center bottom 0;
-ms-transform-origin: center bottom 0;
-o-transform-origin: center bottom 0;
transform-origin: center bottom 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.product-block .product-action .add-to-cart {
color: #000;
float: left;
height: 56px;
line-height: 56px;
position: relative;
overflow: hidden;
width: 60%
}
.product-block .product-action .add-to-cart .btn-cart {
background: 0 0;
font-size: 11px;
padding: 0;
text-transform: uppercase;
border: none;
box-shadow: none;
font-style: normal;
font-family: Lato, serif;
color: #000
}
.product-block .product-action .add-to-cart .fa {
font-size: 14px;
margin-right: 5px
}
.product-block .product-action .add-to-cart .added {
display: none
}
.product-block .product-action .add-to-cart .added_to_cart {
margin-top: -7px
}
.product-block .product-action .add-to-cart:hover {
background-color: #f8f8f8
}
.product-block .product-action .wishlist-compare {
float: left;
position: relative;
width: 40%
}
.product-block .product-action .wishlist-compare a {
color: #ccc;
cursor: pointer;
display: block;
float: left;
font-size: 16px;
height: 56px;
line-height: 56px;
text-align: center;
text-decoration: none;
width: 100%
}
.product-block .product-action .wishlist-compare a span {
display: none
}
.product-block .product-action .wishlist-compare a:hover {
background-color: #f8f8f8
}
.product-block .product-action .wishlist-compare a.wishlist {
border-left: 1px solid #ededed;
border-right: 1px solid #ededed
}
.product-block .product-action .wishlist-compare .added {
position: relative!important
}
.product-block .product-action .wishlist-compare .added:before {
width: 100%;
height: 100%;
position: absolute;
left: 0;
background: #fff
}
.image img {
width: 100%
}
.wpo-colorbox {
margin-top: 20px;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
width: 100%;
font-family: Lato, serif;
text-transform: uppercase;
letter-spacing: 3px;
padding: 6px 0;
color: #000;
opacity: 0;
filter: alpha(opacity=0);
display: block
}
.wpo-colorbox:before {
background: #000;
bottom: 0;
content: "";
height: 1px;
left: 0;
line-height: 0;
margin: auto;
opacity: 0;
position: absolute;
right: 0;
width: 5px;
z-index: 9
}
.wpo-colorbox span {
font-size: 11px
}
.wpo-colorbox:active,
.wpo-colorbox:focus,
.wpo-colorbox:hover {
background-color: #666;
border: 1px solid transparent;
color: #fff
}
.price {
font-size: 16px;
font-family: brandon_grotesquebold;
padding: 5px 0
}
.price del {
font-family: brandon_grotesquelight;
font-size: 14px;
color: #999
}
.price ins {
color: #b34a4a;
font-family: Lato, serif;
text-decoration: none;
padding: 0 8px
}
.product-label-special {
background: #F5EA32;
color: #000;
right: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
display: block;
font-size: 12px;
font-weight: 700;
height: 70px;
line-height: 67px;
opacity: .8;
filter: alpha(opacity=80);
padding: 1px 4px;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 20px;
width: 70px;
z-index: 3
}
.product-label-special .special {
border-bottom: 1px solid #000;
border-top: 1px solid #000;
padding-bottom: 3px;
padding-top: 3px
}
.sidebar .product-block {
padding: 20px 0!important;
margin-bottom: 0;
border-bottom: 1px solid #ededed
}
.sidebar .product-block .image {
float: left;
margin-right: 11px;
border-bottom: none;
padding-bottom: 0
}
.sidebar .product-block .image .product-label-special {
display: none
}
.sidebar .product-block img {
border: none!important;
padding: 0!important
}
.sidebar .product-block .rating {
display: block
}
.sidebar .product-block .product-action,
.sidebar .product-block .wpo-colorbox {
display: none!important
}
.sidebar .product-block .cart,
.sidebar .product-block .compare,
.sidebar .product-block .wishlist {
display: none
}
.sidebar .product-block .warp-info {
margin: 0
}
.sidebar .product-block .name {
overflow: hidden;
margin-bottom: 0
}
.badge {
background: 0 0;
color: #000
}
.product-categories>li {
position: relative;
line-height: 36px
}
.product-categories>li .subcart {
background: url(../images/default/icon-minus.png) no-repeat;
display: block;
height: 5px;
padding: 0;
position: absolute;
right: 10px;
top: 16px;
width: 5px
}
.product-categories>li .subcart.collapsed {
background: url(../images/default/icon-plus.png) no-repeat;
height: 5px;
width: 5px
}
.product-categories>li .collapsed {
background: url(../images/default/icon-minus.png) no-repeat
}
.product-categories>li a {
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
padding: 0 30px
}
.product-categories>li:hover {
background-color: #f3f3f3
}
.product-categories>li:hover a {
color: #666
}
.product-categories>li:hover ul,
.product-categories>li:hover ul li {
background-color: #fff
}
.product-categories .children li a {
font-size: 13px;
text-transform: none;
font-weight: 400;
color: #666;
padding-left: 35px
}
.product-categories .children li a .badge {
color: #666
}
.product-categories .children li a:hover {
text-decoration: underline
}
ul.box-filter,
ul.box-filter ul {
list-style: none;
margin: 0;
padding: 0
}
ul.box-filter>li ul {
padding-bottom: 10px
}
ul.box-filter span {
font-weight: 700;
border-bottom: 1px solid #e7e7e7;
display: block;
padding-bottom: 5px;
margin-bottom: 8px
}
#colorbox:after,
#colorbox:before {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit
}
.zoomContainer .zoomLens {
border-color: #999!important
}
.zoomContainer .zoomWindow {
border: 4px solid #e7e7e7!important;
right: 100%!important;
display: none
}
#scrollUp {
bottom: 0;
right: 30px;
width: 70px;
height: 70px;
margin-bottom: -10px;
padding: 10px 5px;
font-family: sans-serif;
font-size: 14px;
line-height: 20px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 0 #fff;
color: #828282;
-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
background-color: #E6E6E6;
background-image: -moz-linear-gradient(top, #ebebeb, #dedede);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#dedede));
background-image: -webkit-linear-gradient(top, #ebebeb, #dedede);
background-image: -o-linear-gradient(top, #ebebeb, #dedede);
background-image: linear-gradient(to bottom, #ebebeb, #dedede);
background-repeat: repeat-x;
-webkit-transition: margin-bottom 150ms linear;
-moz-transition: margin-bottom 150ms linear;
transition: margin-bottom 150ms linear
}
#scrollUp:hover {
margin-bottom: 0
}
.tab-top {
margin: 0;
padding: 0;
text-align: center;
overflow: hidden
}
.tab-top .nav-tabs {
padding: 0 15px;
position: relative;
z-index: 2;
display: inline-block;
text-align: center;
border: none;
margin-bottom: 45px
}
.tab-top .nav-tabs:after {
background: #000;
content: "";
height: 1px;
left: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.tab-top .nav-tabs:before {
background: #000;
content: "";
height: 1px;
right: 100%;
position: absolute;
top: 50%;
width: 2000px;
z-index: 1
}
.tab-top .nav-tabs>li {
padding: 0 0 0 18px;
margin: 0 10px 0 0;
z-index: 2;
position: relative
}
.tab-top .nav-tabs>li:last-child {
margin: 0
}
.tab-top .nav-tabs>li:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: 0;
display: block;
width: 4px;
height: 4px;
background: #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%
}
.tab-top .nav-tabs>li.active:before {
background: #000
}
.tab-top .nav-tabs>li>a {
font-family: brandon_grotesque_regularRg;
font-size: 14px;
letter-spacing: .2em;
text-transform: uppercase;
color: #999;
margin: 0;
padding: 0;
border: none
}
.tab-top .nav-tabs>li>a:hover {
color: #000;
border: none
}
.tab-top .nav-tabs>li.active>a,
.tab-top .nav-tabs>li.active>a:focus,
.tab-top .nav-tabs>li.active>a:hover {
border: none;
background-color: transparent;
color: #000
}
.tab-top .carousel-controls .carousel-control {
top: 5px
}
.box-products,
.tab-content {
position: relative
}
li.active a {
color: #000
}
.nav>li>a:focus,
.nav>li>a:hover {
background-color: transparent
}
#wpo_modal_quickview .modal-dialog {
margin-top: 5%
}
#wpo_modal_quickview .modal-header {
border-bottom: medium none;
padding: 0;
min-height: 0
}
#wpo_modal_quickview .modal-header .close {
position: absolute;
z-index: 9;
margin-top: 0;
right: 10px;
top: 6px
}
#wpo_modal_quickview .modal-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#wpo_modal_quickview .image-container {
display: none
}
#wpo_modal_quickview .cart {
width: 100%
}
#wpo_modal_quickview .cart .btn-cart {
text-transform: uppercase;
font-style: normal;
font-family: 'Noticia Text', serif;
padding: 8px;
text-align: center;
color: #fff;
width: 100%;
display: inline-block;
background: #000
}
#wpo_modal_quickview .cart .btn-cart:hover {
background-color: #666
}
#wpo_modal_quickview .cart .added {
display: none
}
#wpo_modal_quickview .cart .added_to_cart {
background: #000;
float: none;
color: #fff;
text-align: center;
text-transform: uppercase;
font-family: 'Noticia Text', serif;
padding: 8px;
height: auto;
width: 100%
}
#wpo_modal_quickview .cart .added_to_cart:hover {
background-color: #666
}
#wpo_modal_quickview .loading:before {
background-color: transparent;
right: auto;
padding-top: 8px
}
#wpo_modal_quickview #single-product .images {
display: none
}
#notification {
margin-bottom: 10px
}
#notification a {
color: #000
}
.post-area {
margin-bottom: 30px
}
.post-area .post-name {
margin: 15px 0
}
.post-area .category-blogs {
border-bottom: 1px solid #ededed
}
.post-area .category-creative {
border-bottom: none
}
.post-area .post-thumb {
margin-top: 10px
}
.post-area .post-thumb img {
width: 100%;
height: auto
}
.post-area .carousel-controls {
top: 0
}
.post-area .post-info {
margin: 18px 0 25px
}
.post-area .entry-content {
margin-top: 25px
}
.post-area .entry-meta.list {
text-align: right
}
.post-area .post-share {
margin: 18px 0
}
.post-area .post-share h4 {
float: left;
margin: 15px 15px 15px 0
}
.post-area .post-share .social-networks li {
border: 1px solid #ededed;
border-radius: 100%;
height: 30px;
padding: 4px;
text-align: center;
width: 30px;
margin-left: 5px
}
.post-area .author-about {
margin: 0 0 18px;
clear: both
}
.post-area .author-about .title {
padding: 10px 0
}
.post-area .author-about .avatar-img {
float: left;
margin-left: 10px;
overflow: hidden
}
.post-area #comments {
margin-top: 30px
}
.post-area #comments .commentform .comment-reply-title {
margin: 15px 0
}
.post-area h4 {
font-size: 16px;
text-transform: uppercase
}
.post-area ol,
.post-area ul {
list-style: none
}
.readmore {
padding: 10px 20px 0 0;
font-style: italic;
display: inline-block
}
.latest-blog .box-heading {
margin-bottom: 25px
}
.media-post-layout .item-post {
border-bottom: 1px solid #ededed
}
.pavblock .image img {
display: none
}
.pavblock .blog-title {
font-size: 16px;
font-weight: 700;
color: #000;
margin-bottom: 10px
}
.pavblock .comment_count,
.pavblock .created {
font-style: italic
}
.btn-arrow-right:before {
content: "\f178";
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: 0;
left: auto;
line-height: 21px;
font-style: normal;
font-weight: 400
}
ul.megamenu-items>li,
ul.menu>li {
position: relative;
-webkit-transition: all .3s ease 0s;
transition: all .3s ease 0s
}
.tp-caption a,
ul.megamenu-items>li:hover,
ul.menu>li:hover {
color: #fff
}
.tp-button:hover,
.tp-caption.tp-button:hover {
background: 0 0!important
}
.tp-button:hover a,
.tp-caption.tp-button:hover a {
text-decoration: underline
}
#customize-body .nav-tabs a,
.accordion-toggle {
color: #000
}
.newsletter {
text-align: center;
background: url(../images/default/email.png) 91px -106px no-repeat #f5f5f5;
border-top: 1px solid #000;
margin-top: 19px;
padding: 11px 20px 20px
}
.newsletter .btn-arrow-right {
position: relative
}
.newsletter .btn-arrow-right:before {
color: #fff;
right: 7px;
position: absolute;
top: 0
}
.widget_calendar table {
width: 100%
}
.widget_calendar table tbody>tr>td,
.widget_calendar table tbody>tr>th,
.widget_calendar table tfoot>tr>td,
.widget_calendar table tfoot>tr>th,
.widget_calendar table thead>tr>td,
.widget_calendar table thead>tr>th {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd
}
.widget_calendar table thead>tr>th {
vertical-align: bottom;
border-bottom: 2px solid #ddd
}
.widget_calendar table caption+thead tr:first-child td,
.widget_calendar table caption+thead tr:first-child th,
.widget_calendar table colgroup+thead tr:first-child td,
.widget_calendar table colgroup+thead tr:first-child th,
.widget_calendar table thead:first-child tr:first-child td,
.widget_calendar table thead:first-child tr:first-child th {
border-top: 0
}
.widget_calendar table tbody+tbody {
border-top: 2px solid #ddd
}
.wpo-brand .box-heading {
margin-bottom: 30px
}
.wpo-brand .item-inner img {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
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")
}
.wpo-brand .item-inner:hover {
cursor: pointer
}
.wpo-brand .item-inner:hover img {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
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")
}
.wpo-brand .carousel-control {
top: 20%
}
.wpo-brand .carousel-control.right {
right: -15px
}
.wpo-brand .carousel-control.left {
left: -15px
}
.wpo-brand.desaturate .item-inner {
margin: 5px 0 20px
}
.banner-home .wpb_wrapper,
.banner-home .wpb_wrapper .image-wrapper {
position: relative;
overflow: hidden
}
.banner-home .wpb_wrapper .image-wrapper p {
margin: 0
}
.banner-home .wpb_wrapper .image-wrapper img {
-webkit-transition: all .3s ease;
transition: all .3s ease
}
.banner-home .wpb_wrapper .img-overlay a:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, .5);
top: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
z-index: 1;
opacity: 1;
filter: alpha(opacity=100)
}
.banner-home .wpb_wrapper .content-shop {
z-index: 2;
position: absolute;
top: 50%;
left: 0;
width: 100%;
margin: -55px 0 0;
color: #fff;
font-family: Lato, serif;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px
}
.banner-home .wpb_wrapper .content-shop .title-shop {
margin: 15px 0
}
.banner-home .wpb_wrapper .content-shop .title-shop a {
font-size: 24px;
font-weight: 700;
color: #fff;
letter-spacing: 2px;
font-family: Lato, serif
}
.banner-home .wpb_wrapper .content-shop .desc {
font-size: 14px;
font-style: italic;
text-transform: initial;
letter-spacing: 0
}
.banner-home .wpb_wrapper .content-shop .depcrip {
font-size: 16px;
text-transform: normal;
letter-spacing: 0
}
.banner-home:hover {
cursor: pointer
}
.banner-home:hover img {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
.banner-home:hover .img-overlay a:before {
opacity: 0;
filter: alpha(opacity=0)
}
.blog-lastest .date {
font-style: italic;
color: #999;
font-weight: 300
}
.blog-lastest .images {
clear: both;
padding: 5px 0 15px
}
.blog-lastest .summary {
line-height: 24px
}
#content h1,
.heading_title {
font-family: brandon_grotesque_regularRg;
font-size: 24px;
letter-spacing: .2em;
text-transform: uppercase
}
h2.heading_title {
border-bottom: 2px solid #000;
font-size: 12px;
letter-spacing: 0
}
.category-list {
margin-top: 11px;
margin-bottom: 21px
}
.category-list ul {
float: left;
list-style: disc;
padding-left: 15px
}
.category-list ul li {
margin-right: 31px;
color: #ccc;
float: left
}
.category-list ul li a {
color: #666
}
.category-info {
position: relative
}
.category-info .description,
.category-info .image {
margin-bottom: 21px
}
.manufacturer-heading {
background: #F8F8F8;
font-size: 16px;
font-weight: 700;
padding: 5px 8px;
margin-bottom: 11px
}
.manufacturer-list {
border: 1px solid #ededed;
padding: 5px;
margin-bottom: 21px
}
.manufacturer-list ul {
float: left;
width: 25%;
margin: 0 0 11px;
padding: 0;
list-style: none
}
.manufacturer-content {
padding: 8px;
overflow: auto
}
.product-filter {
border: 1px solid #ededed;
margin: 0 0 20px
}
.product-filter .display,
.product-filter .display li {
float: left
}
.product-filter .display a {
background: url(../images/default/icon-grid-list.png) no-repeat;
display: inline-block;
border-left: 1px solid #ededed;
float: left;
height: 47px;
width: 48px
}
.product-filter .display a>em {
display: none
}
.product-filter .display a.grid {
background-position: -52px 0
}
.product-filter .display a.grid.active,
.product-filter .display a.grid:hover {
color: #000;
background-position: -52px -45px;
background-color: #f8f8f8
}
.product-filter .display a.list {
background-position: -1px 0
}
.product-filter .display a.list.active,
.product-filter .display a.list:hover {
color: #000;
background-position: -1px -45px;
background-color: #f8f8f8
}
.product-filter .display span {
line-height: 28px;
padding: 9px 21px
}
.product-filter .form-control {
display: inline-block;
width: auto
}
.product-filter .limit,
.product-filter .product-compare {
float: right;
padding-top: 8px
}
.product-filter .woocommerce-ordering {
margin: 8px 8px 0
}
.product-filter .limit {
margin: 0 11px
}
.product-filter .product-compare {
margin-right: 11px
}
.product-list {
overflow: hidden;
border-bottom: 1px solid #ededed;
padding-bottom: 18px
}
.product-list .wpo-colorbox {
opacity: 1;
filter: alpha(opacity=100)
}
.product-list a.btn-cart.add_to_cart_button.added {
display: none
}
.product-list .product-meta {
text-align: left
}
.product-list .product-action>div {
padding: 15px;
text-align: center;
color: #000
}
.product-list .product-action>div:hover {
background-color: #f8f8f8
}
.product-list .wishlist-compare {
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed
}
@media (min-width:768px) {
.product-list .image {
overflow: hidden;
text-align: center;
position: relative
}
.product-list .image .image-hover {
position: absolute;
left: 0;
top: 0;
right: 0;
margin: auto;
-webkit-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg)
}
.product-list .image .image-effect {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
.product-list .image img {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
width: auto;
height: auto;
-webkit-transition: all .5s ease-in-out 0s;
transition: all .5s ease-in-out 0s
}
.product-list .image:hover .image-hover {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
z-index: 1
}
.product-list .image:hover .image-effect {
-webkit-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
transform: rotateY(180deg)
}
}
@media (max-width:991px) {
.product-list .image-hover {
display: none
}
}
#single-product .feedback {
display: none
}
#single-product .stock {
background: #f8f8f8;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
margin: 0;
padding: 12px;
text-align: center;
text-transform: uppercase;
font-family: Lato, serif
}
#single-product .images {
float: none;
margin: 0;
width: auto;
height: auto;
text-align: center
}
#single-product .images img {
-webkit-box-shadow: none;
box-shadow: none;
width: auto;
height: auto;
border: 1px solid #ededed;
display: inline-block
}
#single-product .images .thumbnails li {
padding: 0 10px;
max-height: 150px
}
#single-product .summary {
float: none;
margin: 0;
width: auto;
height: auto
}
#single-product .summary .price del {
font-size: 13px
}
#single-product .summary .price ins {
line-height: 40px;
color: #000;
font-size: 30px;
font-family: Lato, serif
}
#single-product .quantity-adder {
position: relative;
display: inline-block;
margin: 11px 0 0
}
#single-product .quantity-adder .quantity {
float: none;
margin: 0 0 14px;
width: 100px;
height: auto
}
#single-product .quantity-adder .qty {
border: 1px solid #ededed;
color: #666;
height: 30px;
width: 100px;
background-color: #fff
}
#single-product .quantity-adder .minus,
#single-product .quantity-adder .plus {
cursor: pointer;
display: block;
width: 23px;
height: 16px;
line-height: 13px;
overflow: hidden;
text-align: center;
border: 1px solid #ededed;
background: #fff;
-webkit-box-shadow: none;
box-shadow: none
}
#single-product .yith-wcwl-add-to-wishlist {
margin: 0
}
#single-product .yith-wcwl-add-to-wishlist a {
font-family: Lato, serif;
font-size: 11px;
text-transform: uppercase;
color: #000;
cursor: pointer;
text-align: center;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
padding: 10px 0;
width: 100%;
display: block
}
#single-product .yith-wcwl-add-to-wishlist a:before {
display: inline-block;
width: 25px;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
position: relative
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
position: absolute;
top: 10px;
left: 50%
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
content: "\f004"
}
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
#single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
content: "\f005"
}
#single-product .yith-wcwl-add-to-wishlist:hover {
background-color: #f8f8f8
}
#single-product .yith-wcwl-add-to-wishlist:hover a {
color: #666
}
#single-product .compare {
background: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
color: #000;
font-family: Lato, serif;
font-size: 11px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 11px 0;
border-bottom: 1px solid #ededed;
position: relative;
font-style: normal
}
#single-product .compare:before {
content: "\f021";
display: inline-block;
width: 25px;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
top: auto;
right: auto;
height: auto
}
#single-product .compare:hover {
background-color: #f8f8f8;
color: #666
}
#single-product .product_meta .posted_in,
#single-product .product_meta .sku_wrapper,
#single-product .product_meta .tagged_as {
padding: 0 10px;
border-left: 2px solid #000;
margin-top: 10px
}
#single-product .addthis,
#single-product .product_meta {
margin: 30px 0
}
#single-product .price {
font-size: 30px
}
.product-info {
font-family: 'Noticia Text', serif
}
.product-info .yith_magnifier_zoom_wrap {
z-index: 100
}
.product-info .image {
position: relative;
margin-bottom: 21px;
text-align: center
}
.product-info .woocommerce-review-link {
margin: 10px 0;
display: block
}
.product-info .product-extra {
text-align: center;
border-top: 1px solid #ededed
}
.product-info .cart {
cursor: pointer;
color: #fff;
text-align: center
}
.product-info .cart i {
margin-right: 5px
}
.product-info .cart .minimum {
padding-top: 5px;
font-size: 12px;
color: #999
}
.product-info .cart .links {
display: inline-block;
vertical-align: middle
}
.product-info .cart div>span {
color: #999
}
.product-info .cart .single_add_to_cart_button {
display: block;
width: 100%;
background: #000!important;
text-transform: uppercase;
border: none;
font-style: normal;
font-size: 11px;
font-family: Lato, serif;
padding: 11px 5px;
color: #fff
}
.product-info .variations td {
vertical-align: middle!important
}
.product-info .variations td label {
display: inline-block;
font-weight: 700;
margin: 0;
padding: 0;
position: relative;
top: 6px;
vertical-align: middle
}
.product-info .price .price-old {
text-decoration: line-through;
font-size: 15px;
color: #999
}
.product-info .price .discount,
.product-info .price .reward {
font-size: 13px
}
.product-info .price .price-new {
font-size: 30px;
color: #000
}
.product-info .description {
margin: 11px 0;
line-height: 23px
}
.product-info .image-additional {
clear: both;
overflow: hidden;
padding: 0 20px;
z-index: 101
}
.product-info .image-additional a {
float: left;
display: block;
margin-left: 11px;
margin-bottom: 11px
}
.product-info .image-additional .carousel-control {
top: 66px;
cursor: pointer
}
.product-info .option-image {
margin-top: 3px;
margin-bottom: 11px
}
.product-info .option-image label {
display: block;
width: 100%;
height: 100%
}
.product-info .option-image img {
margin-right: 11px;
border: 1px solid #ededed;
cursor: pointer
}
.product-info .option,
.product-info .review {
margin-bottom: 11px
}
.product-info .review>div {
line-height: 23px
}
.product-info .share {
margin-bottom: 11px;
line-height: normal
}
.product-info .share a {
text-decoration: none
}
.product-info .group_table .price {
color: #000;
font-size: 16px!important
}
.product-info .group_table .quantity,
.product-info .group_table .quantity-adder {
margin: 0!important
}
.product-info .group_table label {
font-size: 14px!important;
font-weight: 400;
position: relative;
top: 11px
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle!important
}
.group-table {
width: 100%
}
.group-table td {
line-height: 35px;
vertical-align: top;
display: inline-block;
margin-right: 10px;
padding: 0;
font-size: 14px;
text-align: left
}
.group-table td.label {
width: 20%
}
.group-table .reset_variations {
margin-top: 5px
}
.zoomContainer {
z-index: 100
}
.form-review .option {
margin-bottom: 11px
}
#related {
margin: 40px 0
}
#related .carousel-controls {
left: 40%
}
#related .item {
padding: 0 11px
}
#respond .form-submit input {
background: #000!important;
color: #fff!important;
border: none!important;
text-shadow: none!important
}
#respond .form-submit input:hover {
background: #666!important;
color: #fff!important
}
.review-list {
padding: 16px;
margin-bottom: 16px;
border: 1px solid #ededed
}
.review-list .rating {
float: right;
margin-bottom: 26px
}
.review-list .author {
float: left;
margin-bottom: 26px
}
.review-list .text {
clear: both
}
.attribute thead td,
.attribute thead tr td:first-child {
color: #000;
font-size: 14px;
font-weight: 700;
background: #F7F7F7;
text-align: left
}
.attribute {
border-collapse: collapse;
width: 100%;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
margin-bottom: 20px
}
.attribute td {
padding: 7px;
text-align: center;
vertical-align: top;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd
}
.attribute tr td:first-child {
font-weight: 700;
text-align: right;
width: 20%
}
.compare-info {
border-collapse: collapse;
width: 100%;
border-top: 1px solid #ededed;
border-left: 1px solid #ededed;
margin-bottom: 20px
}
.compare-info .price-old {
color: #999;
text-decoration: line-through;
font-family: Lato, serif
}
.compare-info .price-new {
font-weight: 700;
color: #b34a4a
}
.compare-info .name a {
font-weight: 700
}
.compare-info td {
padding: 7px;
width: 20%;
text-align: center;
vertical-align: top;
border-right: 1px solid #ededed;
border-bottom: 1px solid #ededed
}
.compare-info tr td:first-child {
color: #000;
font-weight: 700;
text-align: right
}
.compare-info thead td,
.compare-info thead tr td:first-child {
color: #000;
font-size: 15px;
font-weight: 700;
background: #F7F7F7;
text-align: left
}
.wishlist-info tbody .action,
.wishlist-info tbody .price,
.wishlist-info tbody .quantity,
.wishlist-info tbody .total {
text-align: right
}
.wishlist-info thead .model,
.wishlist-info thead .name,
.wishlist-info thead .stock {
text-align: left
}
.wishlist-info thead .action,
.wishlist-info thead .price,
.wishlist-info thead .quantity,
.wishlist-info thead .total {
text-align: right
}
.wishlist-info tbody .model,
.wishlist-info tbody .name,
.wishlist-info tbody .stock {
text-align: left
}
.wishlist-info thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.wishlist-info thead .image {
text-align: center
}
.wishlist-info tbody td {
vertical-align: top;
border-bottom: 1px solid #ddd
}
.wishlist-info tbody .action img {
cursor: pointer
}
.wishlist-info tbody .image {
text-align: center
}
.wishlist-info tbody .image img {
border: 1px solid #ddd
}
.wishlist-info tbody .price s {
color: #000
}
.wishlist-info td {
padding: 7px
}
.wishlist-info table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom: 20px
}
.order-list {
margin-bottom: 10px
}
.order-list .order-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.order-list .order-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.order-list .order-content div {
float: left;
width: 33.3%
}
.order-list .order-info {
text-align: right
}
.order-list .order-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.order-detail {
background: #EFEFEF;
font-weight: 700
}
.return-list {
margin-bottom: 10px
}
.return-list .return-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.return-list .return-content div {
float: left;
width: 33.3%
}
.return-list .return-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.return-list .return-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.return-list .return-info {
text-align: right
}
.return-product {
margin-bottom: 20px;
clear: both;
overflow: auto
}
.return-model,
.return-name {
float: left;
width: 31%;
margin-right: 15px
}
.return-quantity {
float: left;
width: 31%
}
.return-detail {
overflow: auto;
margin-bottom: 20px
}
.return-opened,
.return-reason {
float: left;
width: 31%;
margin-right: 15px
}
.return-opened textarea {
width: 98%;
vertical-align: top
}
.return-captcha {
float: left
}
.download-list {
margin-bottom: 10px
}
.download-list .download-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px
}
.download-list .download-id {
width: 49%;
float: left;
margin-bottom: 2px
}
.download-list .download-content {
padding: 10px 0;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #EEE;
border-bottom: 1px solid #EEE
}
.download-list .download-content div {
float: left;
width: 33.3%
}
.download-list .download-info {
text-align: right
}
.cart-module>div {
display: none
}
.cart-info tbody .model,
.cart-info tbody .name,
.cart-info tbody .quantity,
.cart-info thead .model,
.cart-info thead .name,
.cart-info thead .quantity {
text-align: left
}
.cart-info tbody .quantity img,
.cart-info tbody .quantity input[type=image] {
position: relative;
top: 0;
vertical-align: middle;
cursor: pointer;
border: none;
padding: 0
}
.cart-info tbody .price,
.cart-info tbody .total {
text-align: right
}
.cart-info thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.cart-info thead .image {
text-align: center
}
.cart-info tbody td {
vertical-align: middle;
border-bottom: 1px solid #ddd
}
.cart-info tbody .image {
text-align: center
}
.cart-info tbody span.stock {
color: red;
font-weight: 700
}
.cart-info td {
padding: 7px
}
.cart-info table {
width: 100%;
margin-bottom: 15px;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd
}
.cart-total {
border-top: 1px solid #ddd;
overflow: auto;
padding-top: 8px;
margin-top: 10px;
margin-bottom: 15px
}
.cart-total td {
padding: 3px;
text-align: right
}
.cart-total table {
float: right
}
.cart-info thead .price,
.cart-info thead .total {
text-align: right
}
.checkout-heading {
background: #e7e7e7;
border: 1px solid #e7e7e7;
padding: 8px;
font-weight: 700;
font-size: 14px;
color: #555;
margin-bottom: 15px
}
.checkout-heading a {
float: right;
margin-top: 1px;
font-weight: 400;
text-decoration: none
}
.checkout-content {
padding: 0 0 15px;
display: none
}
.checkout-content .buttons {
clear: both
}
.checkout-product tbody .model,
.checkout-product tbody .name,
.checkout-product thead .model,
.checkout-product thead .name {
text-align: left
}
.checkout-product thead td {
color: #4D4D4D;
font-weight: 700;
background-color: #F7F7F7;
border-bottom: 1px solid #ddd
}
.checkout-product tfoot td {
text-align: right;
border-bottom: 1px solid #ddd
}
.checkout-product tbody td {
vertical-align: top;
border-bottom: 1px solid #ddd
}
.checkout-product td {
padding: 7px
}
.checkout-product table {
width: 100%;
border-collapse: collapse;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
margin-bottom: 20px
}
.checkout-product tbody .price,
.checkout-product tbody .quantity,
.checkout-product tbody .total,
.checkout-product thead .price,
.checkout-product thead .quantity,
.checkout-product thead .total {
text-align: right
}
#content .content {
margin: 10px 0
}
.contact-location {
margin-bottom: 12px
}
.contact-location img {
max-width: none
}
.contact-content .content {
background-color: #e5e5e5;
padding: 20px;
border: 0
}
.contact-content .content a {
color: #999
}
.contact-content .content .form-control {
border: none
}
.contact-content .buttons {
border: 0;
padding: 0;
margin-top: 20px;
background: 0 0
}
.contact-content .fa {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background-color: #292929;
font-size: 15px;
margin-bottom: 10px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%
}
.contact-content .fa:hover {
background-color: #666
}
@media (max-width:991px) {
.wpcf7 {
margin-top: 20px
}
}
div.shopcol {
margin-bottom: 18px!important
}
div.shopcol .product_title {
margin-bottom: 20px
}
div.shopcol.first {
clear: left
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
color: #000
}
.woocommerce-page div.product form.cart {
margin-bottom: 0
}
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page input.button.alt {
background: #000;
border: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
cursor: pointer;
font-size: 13px;
font-style: normal;
font-weight: 400;
padding: 6px 12px;
transition: all .4s ease 0s;
line-height: normal
}
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce-page input.button:hover {
background: #666;
color: #fff!important
}
.woocommerce-page a.button.alt.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.alt.loading,
.woocommerce-page input.button.loading {
border: none;
color: #000
}
.woocommerce-page a.button.alt.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.alt.loading:before,
.woocommerce-page input.button.loading:before {
background-color: transparent
}
.woocommerce-page .woocommerce-result-count {
margin: 5px 0
}
.social li {
display: inline-block;
margin-right: 10px
}
.social li i {
text-indent: 5px
}
.social li span {
display: none
}
.contact-form-content .title {
text-transform: uppercase;
color: #000;
margin-bottom: 30px;
letter-spacing: 2px
}
.contact-form-content .media {
margin-top: 20px
}
.contact-form-content .media>.rounded {
border: 2px solid #000;
width: 30px;
height: 30px;
text-align: center;
line-height: 25px;
font-size: 14px
}
.contact-form-content .media>.rounded>.fa {
text-indent: 5px
}
.contact-form-content .media>strong {
color: #000
}
.contact-body {
margin-top: 30px
}
#cboxOverlay {
background-color: rgba(0, 0, 0, .5)
}
#colorbox {
bottom: 0!important;
margin: auto!important;
outline: 0;
position: fixed!important;
top: 0!important
}
#colorbox #cboxBottomCenter,
#colorbox #cboxBottomLeft,
#colorbox #cboxBottomRight,
#colorbox #cboxClose,
#colorbox #cboxMiddleLeft,
#colorbox #cboxMiddleRight,
#colorbox #cboxTopCenter,
#colorbox #cboxTopLeft,
#colorbox #cboxTopRight {
display: none!important
}
#colorbox table.compare-list thead th {
text-transform: uppercase;
color: #fff;
text-align: center;
background: #000
}
.cboxIframe .home {
display: none
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 30px;
padding: 0 7px;
vertical-align: middle;
width: auto
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
float: none;
width: 100%
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
display: none
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
line-height: 1.45em
}
.woocommerce-checkout #ship-to-different-address {
position: relative
}
.woocommerce-checkout #ship-to-different-address #ship-to-different-address-checkbox {
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto
}
#wpo-mainnav {
position: static;
top: -50px
}
#wpo-mainnav ol,
#wpo-mainnav ul {
margin: 0;
padding: 0
}
#wpo-mainnav.menu_fixed {
-webkit-transition: top .6s;
transition: top .6s;
top: 0;
z-index: 120;
background: #fff;
width: 100%;
height: 52px;
position: fixed
}
#wpo-mainnav.menu_fixed .navbar ul.nav>li>a {
padding: 16px 12px!important
}
#wpo-mainnav.menu_fixed .logo {
height: 50px!important
}
#wpo-mainnav.menu_fixed .logo img {
height: 40px!important
}
#wpo-mainnav.menu_fixed .mainnav-wrap {
border-bottom: solid 1px #ededed
}
#wpo-mainnav .parent_menu {
position: static
}
#wpo-mainnav .dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
-moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg)
}
#wpo-mainnav .navbar {
border: none
}
#wpo-mainnav .navbar .navbar-collapse {
padding-left: 0;
padding-right: 0
}
#wpo-mainnav .navbar ul.nav>li>a {
font-family: brandon_grotesque_regularRg;
text-transform: uppercase;
letter-spacing: .2em;
color: 000;
font-size: 12px;
display: block;
padding: 0 18px;
line-height: 50px
}
#wpo-mainnav .navbar ul.nav>li>a:hover {
color: #b34a4a;
background: 0 0
}
#wpo-mainnav .navbar ul.nav>li>a .caret {
padding: 0;
position: relative;
top: -2px;
left: -3px
}
#wpo-mainnav .dropdown-menu {
padding: 10px 15px 20px;
background-color: #000;
color: #999;
border: 1px solid #000;
text-align: left;
min-width: 18em;
top: calc(120%);
display: block;
visibility: hidden;
opacity: 0;
-moz-transform: scale(.95);
-webkit-transform: scale(.95);
-o-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
-webkit-transition: all .15s ease-in-out;
transition: all .15s ease-in-out;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0
}
#wpo-mainnav .dropdown-menu li a {
display: block;
line-height: 30px;
color: #999;
padding: 0 22px 0 0;
position: relative;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#wpo-mainnav .dropdown-menu li a:before {
content: "";
position: absolute;
width: 12px;
height: 5px;
background: url(../images/default/icon-arrow-right-white.png) center no-repeat;
margin: auto;
top: 0;
bottom: 0;
right: 10px;
opacity: .5;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out
}
#wpo-mainnav .dropdown-menu li a:active,
#wpo-mainnav .dropdown-menu li a:focus,
#wpo-mainnav .dropdown-menu li a:hover {
color: #fff;
background-color: transparent
}
#wpo-mainnav .dropdown-menu li a:active:before,
#wpo-mainnav .dropdown-menu li a:focus:before,
#wpo-mainnav .dropdown-menu li a:hover:before {
opacity: 1
}
#wpo-mainnav .dropdown-menu .caret {
border-bottom-color: #ccc;
border-top-color: #ccc
}
#wpo-mainnav .megamenu {
display: table;
margin: 0 auto;
height: 50px
}
#wpo-mainnav .navbar-inverse .navbar-nav {
float: none
}
#wpo-mainnav .navbar-inverse .navbar-nav>li {
border-left: 1px solid transparent;
border-right: 1px solid transparent
}
#wpo-mainnav .navbar-inverse .navbar-nav>li.active,
#wpo-mainnav .navbar-inverse .navbar-nav>li:hover {
border-left: 1px solid #ededed;
border-right: 1px solid #ededed
}
#wpo-mainnav .navbar-inverse .navbar-nav>li.active>a,
#wpo-mainnav .navbar-inverse .navbar-nav>li:hover>a {
color: #b34a4a
}
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li {
display: block;
position: relative
}
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li.active,
#wpo-mainnav .navbar-inverse .navbar-nav>li .dropdown-menu li.active a {
color: #fff
}
#wpo-mainnav .navbar-inverse .navbar-nav>.open>a {
background: 0 0
}
#wpo-mainnav h3.widget-title {
color: #fff;
line-height: 32px;
text-transform: uppercase;
letter-spacing: .2rem;
font-size: 12px;
margin: 10px 0 0;
font-family: brandon_grotesque_regularRg
}
#wpo-mainnav li.parent li.parent:hover>.dropdown-menu {
visibility: visible;
opacity: 1;
top: 0;
margin: 0;
background: #101010!important;
padding: 10px 15px 20px!important;
-moz-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-webkit-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-o-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
-ms-transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg);
transform: scale(1) rotate(0deg) translateX(0) translateY(0) skewX(0deg) skewY(0deg)
}
.wpo-megamenu .product_list_widget .item-product-widget {
border-bottom: none;
padding: 10px 0
}
.wpo-megamenu .product_list_widget .title>a {
color: #999;
display: block;
line-height: 1.2em;
padding: 0 0 6px
}
.wpo-megamenu .product_list_widget .price,
.wpo-megamenu .product_list_widget .title>a:hover {
color: #fff
}
.wpo-megamenu .product_list_widget .price del {
font-size: 12px
}
.wpo-megamenu .product_list_widget .star-rating {
display: none
}
.wpo-megamenu .product-block .name a,
.wpo-megamenu .product-block .price {
color: #fff
}
.wpo-megamenu .dropdown-menu>.dropdown-menu-inner {
padding: 10px
}
.wpo-megamenu .mega-group .caret {
display: none
}
.wpo-megamenu .mega-group .dropdown-mega .mega-col-inner>ul>li a {
margin-left: 6px
}
.wpo-megamenu .dropdown-submenu>.dropdown-menu {
border-radius: 0 6px 6px;
left: 100%;
width: 200px;
margin-left: -6px;
margin-top: -6px;
top: 0;
padding: 0 15px!important;
background-color: #333!important;
border: none!important
}
.wpo-megamenu .cols2 {
width: 420px
}
.wpo-megamenu .cols3 {
width: 620px
}
.wpo-megamenu .cols4 {
width: 820px
}
.wpo-megamenu .depth-0.aligned-fullwidth {
position: inherit
}
.wpo-megamenu .depth-0.aligned-fullwidth>.dropdown-menu {
width: 100%!important
}
.megamenu .dropdown .dropdown-menu ul li.mega-group .dropdown-toggle span,
.pavo-widget .menu-title {
text-transform: uppercase;
color: #fff;
font-size: 12px;
font-family: Lato, serif;
letter-spacing: 3px;
line-height: 40px;
cursor: default
}
.dropdown-mega ul>li:before,
.widget-inner ul>li:before {
color: #fff;
content: "\f178";
font-family: FontAwesome;
display: inline-block;
position: absolute;
right: 0;
left: auto;
line-height: 26px
}
.widget-inner ul li.parent:before {
display: none
}
.widget-inner a {
color: #999
}
.widget-inner a:hover {
color: #fff
}
.widget-inner .price-old {
color: #999
}
.nav .caret {
border-bottom-color: #000;
border-top-color: #000
}
.vertical-menu .product-block .image-hover,
.vertical-menu .product-block .product-action,
.vertical-menu .product-block .product-label-special,
.vertical-menu .product-block .wpo-colorbox,
.wpo-megamenu .product-block .image-hover,
.wpo-megamenu .product-block .product-action,
.wpo-megamenu .product-block .product-label-special,
.wpo-megamenu .product-block .wpo-colorbox {
display: none
}
.vertical-menu .product-block .image .image-effect,
.vertical-menu .product-block .image:hover .image-effect,
.wpo-megamenu .product-block .image .image-effect,
.wpo-megamenu .product-block .image:hover .image-effect {
-webkit-transform: none;
-ms-transform: none;
transform: none
}
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li,
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li.active,
.header-style2 #wpo-mainnav .navbar-inverse .navbar-nav>li:hover {
border-left: none;
border-right: none
}
.header-style2 #wpo-mainnav li.parent .caret {
border: none;
line-height: 0;
margin-top: 0
}
.header-style2 #wpo-mainnav li.parent .caret:before {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: 400;
margin-left: -6px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f107"
}
.header-style2 #wpo-mainnav li.parent .depth-1 .caret:before {
margin-left: 0
}
.header-style2 #wpo-mainnav .navbar ul.nav>li>a {
padding: 41px 25px
}
.vertical-menu {
max-height: none;
padding: 0;
background: #fff;
border: 1px solid #000
}
.vertical-menu h3.widget-title {
color: #000;
line-height: 32px;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
margin: 0
}
.vertical-menu ol,
.vertical-menu ul {
margin: 0;
padding: 0;
list-style: none
}
.vertical-menu .nav>li.open>a {
background: 0 0
}
.vertical-menu .nav>li.open>a:focus,
.vertical-menu .nav>li.open>a:hover {
color: #666
}
.vertical-menu .nav>li.open>a:focus .caret,
.vertical-menu .nav>li.open>a:hover .caret {
border-bottom-color: #000;
border-top-color: #000
}
.vertical-menu .nav>li.open>div.dropdown-menu>li.open>a:focus,
.vertical-menu .nav>li.open>div.dropdown-menu>li.open>a:hover {
color: #000!important
}
.vertical-menu .nav .megamenu-items .caret {
margin-top: 0
}
.vertical-menu .nav .dropdown-menu .caret {
border-bottom-color: #000!important;
border-top-color: #000!important;
right: -10px!important
}
.vertical-menu .nav .dropdown-menu a:focus .caret,
.vertical-menu .nav .dropdown-menu a:hover .caret {
border-bottom-color: #000!important;
border-top-color: #000!important
}
.vertical-menu>.nav {
width: 100%;
height: auto;
font-size: 14px;
font-family: 'Noticia Text', serif
}
.vertical-menu>.nav>li {
padding: 0;
margin: 0;
display: block;
float: none;
position: static;
border: 0
}
.vertical-menu>.nav>li>a {
line-height: normal;
min-height: inherit;
display: block;
overflow: hidden;
text-transform: uppercase;
padding: 14px 30px;
color: #000;
font-size: 13px;
font-family: brandon_grotesque_regularRg;
background: #fff
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.vertical-menu>.nav>li>a {
font-weight: 700
}
}
.vertical-menu>.nav>li>a .menu-desc {
color: #000;
font-size: 14px;
font-family: 'Noticia Text', serif
}
.vertical-menu>.nav>li>a .fa {
float: left;
margin: 8px 11px 0 0;
font-size: 20px;
color: #fff
}
.vertical-menu>.nav>li:last-child a {
border: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.vertical-menu>.nav>li.open>a {
background: #f3f3f3;
color: #666
}
.vertical-menu>.nav>li .dropdown-menu {
top: 0;
min-height: 100%;
min-width: 170px;
padding: 15px;
margin-left: -10px
}
.vertical-menu>.nav>li .dropdown-menu:after,
.vertical-menu>.nav>li .dropdown-menu:before {
content: " ";
display: table
}
.vertical-menu>.nav>li .dropdown-menu:after {
clear: both
}
.vertical-menu .image-hover,
.vertical-menu .product-action,
.vertical-menu .product-label-special,
.vertical-menu .wpo-colorbox {
display: none
}
.vertical-menu.menu-left .dropdown-menu {
left: 100%!important;
right: auto!important
}
.vertical-menu.menu-right .dropdown-menu {
left: auto!important;
right: 100%!important
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
background: 0 0!important
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v8/EsvMC5un3kjyUhB9ZEPPwg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 400;
src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v8/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 700;
src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v8/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff')
}
@font-face {
font-family: Lato;
font-style: normal;
font-weight: 900;
src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v8/tI4j516nok_GrVf4dhunkg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v8/BVtM30trf7q_jfqYeHfjtA.woff) format('woff')
}
.vc_separator .vc_sep_holder {
width: 40%!important
}
.required {
color: red;
font-weight: 700
}
.no-margin {
margin: 0!important
}
.no-padding {
padding: 0!important
}
.btn-theme-primary {
border: 1px solid #fff;
padding: 10px;
color: #fff;
font-size: 11px;
text-transform: uppercase;
font-style: normal;
letter-spacing: 2px
}
.btn-theme-primary:hover {
background-color: #666;
border: 1px solid #666;
color: #fff
}
.btn-custom {
color: #fff;
background-color: #000
}
.btn-custom:hover {
background-color: #666;
color: #fff
}
.btn-default {
background: #000;
border: #000
}
.btn-default:hover {
background: #666;
border: #666
}
.text-primary-theme {
color: #000
}
.text-danger-theme {
color: #ededed
}
.iconbox {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
height: 28px;
line-height: 28px;
width: 28px;
-webkit-box-shadow: 0 0 0 2px #000;
box-shadow: 0 0 0 2px #000;
position: relative;
z-index: 1;
display: inline-block;
color: #000;
float: left;
text-align: center;
font-size: 18px;
margin-right: 8px
}
.iconbox:after {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border-radius: 20px;
left: -2px;
padding: 2px;
top: -2px;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
content: "";
height: 100%;
pointer-events: none;
position: absolute;
width: 100%;
z-index: -1;
opacity: 1;
filter: alpha(opacity=100)
}
.iconbox:hover:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
color: #999
}
.iconbox i {
padding-left: 4px
}
.social a {
display: inline-block;
height: 30px;
line-height: 35px!important;
text-align: center;
color: #343434!important;
-webkit-transition: all .4s ease 0s;
transition: all .4s ease 0s;
width: 30px
}
.social a .stack {
font-size: 20px
}
.social a:hover {
color: #000!important
}
.box-services .btn-info {
background-color: transparent;
-webkit-box-shadow: 0 0 0 3px #4c4c4c;
box-shadow: 0 0 0 3px #4c4c4c
}
.box-services .btn-info:after {
background: #4c4c4c
}
.box-services .btn-info:hover {
color: #fff \9
}
.box-media .media {
color: #939393;
background-color: #fafafa;
border: 1px solid #f6f6f6;
padding: 10px
}
.box-media .media a.pull-left {
margin-right: -45px
}
.box-media .media a.pull-right {
margin-left: -45px
}
.box-media .media .media-right {
text-align: right
}
.box-media .media .media-right p {
margin-right: 0;
margin-left: 30px
}
.box-media .media p {
margin-right: 30px
}
.media-dark .media {
background-color: #efefef;
border: 1px solid #efefef
}
.newsletter .navbar-form {
padding: 0
}
.form-control,
input,
select {
border: 1px solid #ededed;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #666;
display: inline-block;
padding: 5px 7px
}
.box-outer {
border-bottom: 1px solid #ededed
}
.box-outer .box-media {
text-align: center;
font-size: 12px;
padding: 15px 0 5px
}
.box-outer .box-media .icon {
width: 36px;
height: 36px;
margin-top: -5px;
margin-right: 5px;
display: inline-block
}
.box-outer .box-media .icon.media1 {
background: url(../images/default/icon-media1.png) center center no-repeat
}
.box-outer .box-media .icon.media2 {
background: url(../images/default/icon-media2.png) center center no-repeat
}
.box-outer .box-media .icon.media3 {
background: url(../images/default/icon-media3.png) center center no-repeat
}
.box-outer .box-media .title-media {
font-size: 11px;
color: #000;
text-transform: uppercase;
margin-right: 5px;
font-weight: 400
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.box-outer .box-media .title-media {
font-weight: 700
}
}
.page-found,
.page_not_found {
margin: 12% 0
}
.page-found h1,
.page_not_found h1 {
text-transform: uppercase;
font-size: 30px;
font-weight: 700
}
.page-found .bigtext,
.page_not_found .bigtext {
color: #d35346;
font-size: 140px;
line-height: 140px;
margin: 3% 0
}
.page-found .wpo_search,
.page_not_found .wpo_search {
margin-top: 3%
}
.page-found .wpo_search input,
.page_not_found .wpo_search input {
height: 40px;
width: 100%
}
.page-found .wpo_search .button-search,
.page_not_found .wpo_search .button-search {
top: 5px
}
.page-found a,
.page_not_found a {
margin-top: 3%
}
.pattern1 {
background-image: url(../images/pattern/pattern1.png)
}
.pattern2 {
background-image: url(../images/pattern/pattern2.png)
}
.pattern3 {
background-image: url(../images/pattern/pattern3.png)
}
.pattern4 {
background-image: url(../images/pattern/pattern4.png)
}
.pattern5 {
background-image: url(../images/pattern/pattern5.png)
}
.pattern6 {
background-image: url(../images/pattern/pattern6.png)
}
.pattern7 {
background-image: url(../images/pattern/pattern7.png)
}
.pattern8 {
background-image: url(../images/pattern/pattern8.png)
}
.pattern9 {
background-image: url(../images/pattern/pattern9.png)
}
.pattern10 {
background-image: url(../images/pattern/pattern10.png)
}
.pattern11 {
background-image: url(../images/pattern/pattern11.png)
}
.pattern12 {
background-image: url(../images/pattern/pattern12.png)
}
.pattern13 {
background-image: url(../images/pattern/pattern13.png)
}
.pattern14 {
background-image: url(../images/pattern/pattern14.png)
}
.pattern15 {
background-image: url(../images/pattern/pattern15.png)
}
.pattern16 {
background-image: url(../images/pattern/pattern16.png)
}
.footer-newsletter .form-newsletter .box-heading {
padding: 0!important
}
#wpadminbar {
position: fixed!important
}
.off-canvas-toggle {
z-index: 100
}
#wpo-off-canvas {
background-color: #000
}
#wpo-off-canvas .wpo-off-canvas-header {
overflow: hidden;
padding: 10px
}
#wpo-off-canvas .close,
.navbar-offcanvas .navbar-brand {
color: #fff
}
@media (max-width:991px) {
.open .dropdown-menu li.level-2 {
padding: 5px 15px 5px 35px
}
}
.navbar-offcanvas .navbar-brand:focus,
.navbar-offcanvas .navbar-brand:hover {
color: #fff;
background-color: transparent
}
.navbar-offcanvas .navbar-text {
color: #999
}
.navbar-offcanvas .navbar-nav {
width: 100%
}
.navbar-offcanvas .navbar-nav>li {
float: none
}
.navbar-offcanvas .navbar-nav>li>a {
color: #fff;
letter-spacing: 3px;
text-transform: uppercase;
box-shadow: 0 -1px #222 inset;
display: block;
padding: 1em 1em 1em 1.2em;
transition: all .3s ease 0s
}
.navbar-offcanvas .navbar-nav>li>a:focus,
.navbar-offcanvas .navbar-nav>li>a:hover {
color: #999;
background-color: transparent
}
.navbar-offcanvas .navbar-nav>.active>a,
.navbar-offcanvas .navbar-nav>.active>a:focus,
.navbar-offcanvas .navbar-nav>.active>a:hover {
color: #999;
background-color: #000
}
.navbar-offcanvas .navbar-nav>.disabled>a,
.navbar-offcanvas .navbar-nav>.disabled>a:focus,
.navbar-offcanvas .navbar-nav>.disabled>a:hover {
color: #444;
background-color: transparent
}
.navbar-offcanvas .navbar-toggle {
border-color: #333
}
.navbar-offcanvas .navbar-toggle:focus,
.navbar-offcanvas .navbar-toggle:hover {
background-color: #333
}
.navbar-offcanvas .navbar-toggle .icon-bar {
background-color: #fff
}
.navbar-offcanvas .navbar-collapse,
.navbar-offcanvas .navbar-form {
border-color: #000
}
.navbar-offcanvas .navbar-nav .open a,
.navbar-offcanvas .navbar-nav .open a:focus,
.navbar-offcanvas .navbar-nav .open a:hover {
background-color: transparent
}
.navbar-offcanvas .navbar-nav .dropdown>a:hover .caret {
border-top-color: #999;
border-bottom-color: #999
}
.navbar-offcanvas .navbar-nav .dropdown>a .caret,
.navbar-offcanvas .navbar-nav .open>a .caret,
.navbar-offcanvas .navbar-nav .open>a:focus .caret,
.navbar-offcanvas .navbar-nav .open>a:hover .caret {
border-top-color: #fff;
border-bottom-color: #fff
}
@media (max-width:991px) {
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.dropdown-header {
border-color: #000
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a {
color: #fff
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>li>a:hover {
color: #999;
background-color: transparent
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.active>a:hover {
color: #999;
background-color: #000
}
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a:focus,
.navbar-offcanvas .navbar-nav .open .dropdown-menu>.disabled>a:hover {
color: #444;
background-color: transparent
}
}
.navbar-offcanvas .navbar-link {
color: #fff
}
.navbar-offcanvas .navbar-link:hover {
color: #999
}
.noscroll {
position: fixed;
overflow-y: scroll;
width: 100%;
margin-top: 0!important
}
.wpo-wrapper {
position: relative;
left: 0;
z-index: 99;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
overflow: visible
}
.wpo-wrapper::after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, .2);
content: '';
opacity: 0;
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
transition: opacity .5s, width .1s .5s, height .1s .5s;
z-index: 9999999
}
.off-canvas-open .wpo-wrapper::after {
width: 100%;
height: 10000px;
opacity: 1;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.wpo-off-canvas {
position: absolute;
top: 0;
left: 0;
z-index: 100;
visibility: hidden;
width: 280px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-transition: all .5s;
transition: all .5s
}
.wpo-off-canvas::after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .2);
content: '';
opacity: 1;
-webkit-transition: opacity .5s;
transition: opacity .5s
}
.off-canvas-right.wpo-off-canvas {
display: none
}
.off-canvas-right .off-canvas-right.wpo-off-canvas {
display: block
}
html[dir=ltr] .off-canvas-right.wpo-off-canvas {
left: auto;
right: 0
}
.off-canvas-open .wpo-off-canvas::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity .5s, width .1s .5s, height .1s .5s;
transition: opacity .5s, width .1s .5s, height .1s .5s
}
.off-canvas-open .off-canvas-current {
visibility: visible
}
.wpo-off-canvas .wpo-off-canvas-body a:focus {
outline: dotted thin;
outline: -webkit-focus-ring-color auto 5px;
outline-offset: -2px
}
.off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-1.off-canvas-open .off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-1.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-1.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-2.wpo-off-canvas {
z-index: 1
}
.off-canvas-effect-2.off-canvas-open .off-canvas-effect-2.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s
}
.off-canvas-effect-2.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-2.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-3.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-3.off-canvas-open .off-canvas-effect-3.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s
}
.off-canvas-effect-3.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-3.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-3.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-4.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0)
}
.off-canvas-effect-4.off-canvas-open .off-canvas-effect-4.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-4.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-4.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-4.wpo-off-canvas {
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-5.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(50%, 0, 0);
transform: translate3d(50%, 0, 0)
}
.off-canvas-effect-5.off-canvas-open .off-canvas-effect-5.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-5.wpo-off-canvas {
z-index: 1;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0)
}
body.off-canvas-effect-6 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-6 .wpo-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
height: auto;
overflow: hidden
}
.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0) rotateY(-15deg);
transform: translate3d(280px, 0, 0) rotateY(-15deg)
}
.off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-6.off-canvas-open .off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-6.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-6 .wpo-wrapper {
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-6.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0) rotateY(15deg);
transform: translate3d(-280px, 0, 0) rotateY(15deg)
}
.off-canvas-right.off-canvas-effect-6.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-7 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-7 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
transform: translate3d(-100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-7.off-canvas-open .off-canvas-effect-7.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-7.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
transform: translate3d(100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-7.off-canvas-open .off-canvas-right.off-canvas-effect-7.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-8 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-8 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
transform: translate3d(-100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-8.off-canvas-open .off-canvas-effect-8.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
.off-canvas-effect-8.wpo-off-canvas::after {
display: none
}
body.off-canvas-effect-8.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
transform: translate3d(100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-8.off-canvas-open .off-canvas-right.off-canvas-effect-8.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
.off-canvas-effect-9 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-9.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(0, 0, -280px);
transform: translate3d(0, 0, -280px)
}
.off-canvas-effect-9.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-9.off-canvas-open .off-canvas-effect-9.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-9.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-9.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-10 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-10.wpo-off-canvas {
z-index: 1;
opacity: 1;
-webkit-transform: translate3d(0, 0, -280px);
transform: translate3d(0, 0, -280px)
}
.off-canvas-effect-10.off-canvas-open .off-canvas-effect-10.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
body.off-canvas-effect-10.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-10.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
body.off-canvas-effect-11 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-11 .wpo-wrapper {
height: auto;
overflow: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
transform: translate3d(100px, 0, -600px) rotateY(-20deg)
}
.off-canvas-effect-11.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-11.off-canvas-open .off-canvas-effect-11.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-11.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-11.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-100px, 0, -600px) rotateY(20deg);
transform: translate3d(-100px, 0, -600px) rotateY(20deg)
}
.off-canvas-right.off-canvas-effect-11.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-12 {
-webkit-perspective: 1500px;
perspective: 1500px
}
.off-canvas-effect-12 .wpo-wrapper {
height: auto;
overflow: hidden;
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
-webkit-transform: rotateY(-10deg);
transform: rotateY(-10deg)
}
.off-canvas-effect-12.wpo-off-canvas {
opacity: 1;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0)
}
.off-canvas-effect-12.off-canvas-open .off-canvas-effect-12.wpo-off-canvas {
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.off-canvas-effect-12.wpo-off-canvas::after {
display: none
}
.off-canvas-right.off-canvas-effect-12 .wpo-wrapper {
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%
}
.off-canvas-right.off-canvas-effect-12.off-canvas-open .wpo-wrapper {
-webkit-transform: rotateY(10deg);
transform: rotateY(10deg)
}
.off-canvas-right.off-canvas-effect-12.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0)
}
body.off-canvas-effect-13 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-13.wpo-off-canvas {
z-index: 1;
opacity: 1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
.off-canvas-effect-13.off-canvas-open .off-canvas-effect-13.wpo-off-canvas {
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-speed: .2s;
transition-speed: .2s
}
body.off-canvas-effect-13.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-13.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
body.off-canvas-effect-14 {
-webkit-perspective: 1500px;
perspective: 1500px;
-webkit-perspective-origin: 0 50%;
perspective-origin: 0 50%
}
.off-canvas-effect-14 .wpo-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(280px, 0, 0);
transform: translate3d(280px, 0, 0)
}
.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
transform: translate3d(-100%, 0, 0) rotateY(90deg);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.off-canvas-effect-14.off-canvas-open .off-canvas-effect-14.wpo-off-canvas {
-webkit-transition-delay: .1s;
transition-delay: .1s;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out;
-webkit-transition-property: -webkit-transform;
transition-property: transform;
-webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
transform: translate3d(-100%, 0, 0) rotateY(0deg)
}
body.off-canvas-effect-14.off-canvas-right {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .wpo-wrapper {
-webkit-transform: translate3d(-280px, 0, 0);
transform: translate3d(-280px, 0, 0)
}
.off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg);
transform: translate3d(100%, 0, 0) rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%
}
.off-canvas-right.off-canvas-effect-14.off-canvas-open .off-canvas-right.off-canvas-effect-14.wpo-off-canvas {
-webkit-transform: translate3d(100%, 0, 0) rotateY(0deg);
transform: translate3d(100%, 0, 0) rotateY(0deg)
}
.old-ie .wpo-off-canvas {
z-index: 100!important;
left: -280px
}
html[dir=ltr] .off-canvas-right.old-ie .wpo-off-canvas {
right: -280px;
left: auto
}
.modal-open .wpo-wrapper {
position: static
}
@media (min-width:992px) and (max-width:1199px) {
.vertical-menu>.nav>li>a {
padding: 7px 30px
}
}
@media (min-width:768px) and (max-width:991px) {
#logo {
text-align: center
}
.wpo-megamenu .navbar-collapse.collapse {
display: none!important
}
.currency-wrapper,
.language-wrapper {
border: 1px solid #ededed
}
#topbar .btn-group .dropdown-menu {
border-top: 1px solid #ededed;
top: 94%
}
.htabs a {
padding: 5px
}
}
@media (max-width:991px) {
.header-style2 .logo {
padding: 30px;
text-align: center;
width: 100%
}
.header-style2 .logo img {
height: auto
}
.header-style2 .wpo-megamenu {
border-top: 1px solid #ededed
}
.header-style2 .navbar-header .off-canvas-toggle {
float: left
}
.navbar-inverse .navbar-toggle {
display: block;
width: 45px;
height: 35px;
background-color: #000;
border-color: #000;
margin-left: 10px
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
background-color: #999;
border-color: #999
}
.search-mobile {
margin-left: 65px
}
.search-mobile .wpo_search {
margin-top: 8px
}
.search-mobile .wpo_search input {
height: 36px;
width: 100%
}
.search-mobile .wpo_search .button-search {
top: 4px
}
#wpo-mainbody,
.blog-col,
.box-element,
.box-heading,
.wpo-footer .column {
margin-bottom: 25px
}
.product-label-special {
-webkit-transform: scale(.6, .6);
-ms-transform: scale(.6, .6);
transform: scale(.6, .6);
top: 0;
right: 0
}
.carousel-controls {
top: -35px
}
.product-block .image img {
width: 100%
}
.product-block .image .image-hover {
-webkit-transform: rotateY(none);
-ms-transform: rotateY(none);
transform: rotateY(none)
}
.product-block .image .image-effect {
-webkit-transform: rotate(none);
-ms-transform: rotate(none);
transform: rotate(none)
}
.product-block .image:hover .image-effect {
-webkit-transform: rotateY(none);
-ms-transform: rotateY(none);
transform: rotateY(none)
}
.product-block .product-action {
opacity: 1;
transform: perspective(600px) rotateY(0deg);
visibility: visible;
z-index: 9
}
.product-block .wpo-colorbox {
opacity: 1
}
.network-social {
text-align: center;
padding-top: 30px
}
.network-social .box-heading {
text-align: center
}
#wpo-footer .wpo-footer-center {
margin-bottom: 0
}
}
@media (max-width:767px) {
.wishlist-info td,
.wishlist-info th,
table.compare-info td,
table.compare-info th,
table.wpo-checkout-product td,
table.wpo-checkout-product th,
table.wpo-shop-cart td,
table.wpo-shop-cart th {
border-right: 0 none;
display: block!important;
float: none!important;
text-align: left!important;
width: auto!important
}
.wishlist-info tr td:before,
table.wpo-shop-cart tr td:before {
content: attr(data-label);
float: left;
font-weight: 700;
text-align: left;
white-space: nowrap;
width: 50%
}
.wishlist-info tr td,
table.wpo-shop-cart tr td {
text-align: right;
display: block;
min-height: 20px;
border-left: none;
background: 0 0
}
.wishlist-info thead,
table.wpo-shop-cart thead {
display: none
}
#header #cart {
width: 170px
}
#header #cart .dropdown-menu {
width: 250px;
left: auto
}
.banner-home .content-shop {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
top: 50%
}
.image-wrapper {
width: 280px;
margin-bottom: 18px
}
.wpb_single_image img {
width: 100%
}
#single-product .summary {
margin-top: 30px
}
.yith_magnifier_mousetrap,
.yith_magnifier_zoom_magnifier {
display: none
}
.shopcol {
width: 50%
}
}
@media (max-width:480px) {
.navbar-fixed-top {
position: relative
}
.wpo-mainbody {
margin-top: 20px
}
#page {
padding-top: 0!important
}
.newsletter .btn-arrow-right:before {
display: none
}
.producttabs .tab-content {
margin-top: 36px
}
.product-block .warp-info {
margin: 21px 0
}
#footer .footer-center {
padding-top: 0
}
.box>img {
padding: 0
}
#footer .footer-center .box {
margin-bottom: 20px
}
#footer .box .box-heading {
padding: 10px 0 21px
}
#powered .inner {
padding: 31px 0 21px
}
.banner-home {
width: 100%
}
.box-outer,
.footer-newsletter {
display: none
}
.image-wrapper {
width: 100%;
height: 240px;
overflow: hidden
}
.image-wrapper img {
width: 100%
}
.tab-top .nav-tabs>li {
padding: 0 0 0 10px
}
.tab-top .nav-tabs>li>a {
display: inherit
}
}
.hidden-effect {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden
}
.visible-effect {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible
}
.effect-scale {
-webkit-transform: scale(1.1, 1.1);
-moz-transform: scale(1.1, 1.1);
-o-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1)
}
.wpb_single_image a {
cursor: pointer;
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
display: block
}
.wpb_single_image a:after,
.wpb_single_image a:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
-webkit-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s
}
.overlay a:before {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0) inset;
left: 0;
top: 0;
z-index: -1
}
.overlay a:hover:before {
-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, .3) inset;
box-shadow: 0 0 0 30px rgba(255, 255, 255, .3) inset;
z-index: 2
}
.overlay-full a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
z-index: -1
}
.overlay-full a:hover:before {
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-bottom a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
bottom: -100%;
z-index: -1
}
.overlay-bottom a:hover:before {
bottom: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-top a:before {
background: rgba(255, 255, 255, .3);
left: 0;
opacity: 0;
filter: alpha(opacity=0);
top: -100%;
z-index: -1
}
.overlay-top a:hover:before {
top: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-right a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: -100%;
z-index: -1
}
.overlay-right a:hover:before {
right: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-left a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: -100%;
z-index: -1
}
.overlay-left a:hover:before {
left: 0;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: 0;
z-index: -1;
-webkit-transform: rotate(720deg) scale(0);
-moz-transform: rotate(720deg) scale(0);
-ms-transform: rotate(720deg) scale(0);
-o-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0)
}
.overlay-rotate a:hover:before {
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate-cross a:before {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
left: auto;
right: 0;
z-index: -1;
-webkit-transform: rotate(56.5deg) translateX(-180px);
-moz-transform: rotate(56.5deg) translateX(-180px);
-ms-transform: rotate(56.5deg) translateX(-180px);
-o-transform: rotate(56.5deg) translateX(-180px);
transform: rotate(56.5deg) translateX(-180px);
-o-transform-origin: 100% 0;
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.overlay-rotate-cross a:after {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
top: auto;
bottom: 0;
z-index: -1;
-webkit-transform: rotate(56.5deg) translateX(180px);
-moz-transform: rotate(56.5deg) translateX(180px);
-ms-transform: rotate(56.5deg) translateX(180px);
-o-transform: rotate(56.5deg) translateX(180px);
transform: rotate(56.5deg) translateX(180px);
-o-transform-origin: 0 100%;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%
}
.overlay-rotate-cross a:hover:before {
-webkit-transform: rotate(56.5deg) translateX(1px);
-moz-transform: rotate(56.5deg) translateX(1px);
-ms-transform: rotate(56.5deg) translateX(1px);
-o-transform: rotate(56.5deg) translateX(1px);
transform: rotate(56.5deg) translateX(1px);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-rotate-cross a:hover:after {
-webkit-transform: rotate(56.5deg) translateX(-1px);
-moz-transform: rotate(56.5deg) translateX(-1px);
-ms-transform: rotate(56.5deg) translateX(-1px);
-o-transform: rotate(56.5deg) translateX(-1px);
transform: rotate(56.5deg) translateX(-1px);
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-in-to-out a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: 50%;
width: 0;
height: 100%;
z-index: -1
}
.overlay-in-to-out a:hover:before {
left: 0;
width: 100%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-out-to-in a:before {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
left: -100%;
z-index: -1
}
.overlay-out-to-in a:after {
background: rgba(255, 255, 255, .3);
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: -100%;
z-index: -1
}
.overlay-out-to-in a:hover:before {
left: -50%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-out-to-in a:hover:after {
right: -50%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.overlay-top-to-bottom a:before {
background: rgba(255, 255, 255, .3);
opacity: 0;
filter: alpha(opacity=0);
top: 0;
width: 0;
height: 0;
left: 0;
z-index: -1
}
.overlay-top-to-bottom a:after {
background: rgba(255, 255, 255, .3);
right: 0;
bottom: 0;
width: 0;
height: 0;
opacity: 0;
filter: alpha(opacity=0);
z-index: -1
}
.overlay-top-to-bottom a:hover:after,
.overlay-top-to-bottom a:hover:before {
width: 100%;
height: 100%;
opacity: 1;
filter: alpha(opacity=100);
z-index: 2
}
.mask-overlay {
position: absolute;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 0, 0, .5);
top: 0;
left: 0;
-webkit-transition: all .3s;
transition: all .3s;
z-index: 1
}
.grayscale-gray {
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
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")
}
.grayscale-color {
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
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")
} | 0.396535 | 0.068662 |
@media (max-width: 450px) {
.wrap-card {
zoom: 0.8;
}
.asco-card {
margin-bottom: 0 !important;
padding: 45px 45px 45px !important;
}
}
.wrap-card {
max-width: 1064px;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 900px) {
.asco-card:nth-child(3n+1) {
margin-right: -100%;
clear: both;
margin-left: 0;
}
.asco-card:nth-child(3n+2) {
margin-left: 34.42029%;
margin-right: -100%;
clear: none;
}
.asco-card:nth-child(3n+3) {
margin-left: 68.84058%;
margin-right: -100%;
clear: none;
}
.asco-card {
width: 31.15942%;
float: left;
margin-bottom: 3.26087%;
}
}
@media (max-width: 900px) and (min-width: 550px) {
.asco-card:nth-child(2n+1) {
margin-right: -100%;
clear: both;
margin-left: 0;
}
.asco-card:nth-child(2n+2) {
margin-left: 53.14685%;
margin-right: -100%;
clear: none;
}
.asco-card {
width: 46.85315%;
float: left;
margin-bottom: 6.29371%;
}
}
@media (max-width: 550px) {
.asco-card {
width: 100%;
float: left;
margin-right: 0;
margin-bottom: 13.43284%;
}
}
.asco-card {
font-size: 1rem;
padding: 45px 45px 65px;
position: relative;
opacity: 1;
-webkit-transition: opacity 1s ease-in 0s;
transition: opacity 1s ease-in 0s;
}
.asco-card__emptybox {
position: relative;
justify-content: center;
display: flex;
}
.asco-card__emptybox__content {
text-align: center;
align-items: center;
margin: 0 auto;
bottom: 0;
left: 0;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
user-select: none;
}
.asco-card__emptybox__content h4 {
color: #a5a4a4;
font-weight: 100;
font-size: 1.3em;
letter-spacing: .2em;
line-height: 1.6em;
font-family: "Montserrat";
text-align: left;
margin: 0 0 0.5em 0;
width: 100%;
}
.asco-card__emptybox__content h4::before {
content: '.';
color: #946bf9;
font-size: 3em;
display: block;
margin-bottom: 0.15em;
}
.asco-card__emptybox__content h1 {
color: #a5a4a4;
font-size: 3.7em;
font-weight: 100;
} | src/ASCOPC/Client/Shared/Cards.razor.css |
@media (max-width: 450px) {
.wrap-card {
zoom: 0.8;
}
.asco-card {
margin-bottom: 0 !important;
padding: 45px 45px 45px !important;
}
}
.wrap-card {
max-width: 1064px;
margin-left: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 900px) {
.asco-card:nth-child(3n+1) {
margin-right: -100%;
clear: both;
margin-left: 0;
}
.asco-card:nth-child(3n+2) {
margin-left: 34.42029%;
margin-right: -100%;
clear: none;
}
.asco-card:nth-child(3n+3) {
margin-left: 68.84058%;
margin-right: -100%;
clear: none;
}
.asco-card {
width: 31.15942%;
float: left;
margin-bottom: 3.26087%;
}
}
@media (max-width: 900px) and (min-width: 550px) {
.asco-card:nth-child(2n+1) {
margin-right: -100%;
clear: both;
margin-left: 0;
}
.asco-card:nth-child(2n+2) {
margin-left: 53.14685%;
margin-right: -100%;
clear: none;
}
.asco-card {
width: 46.85315%;
float: left;
margin-bottom: 6.29371%;
}
}
@media (max-width: 550px) {
.asco-card {
width: 100%;
float: left;
margin-right: 0;
margin-bottom: 13.43284%;
}
}
.asco-card {
font-size: 1rem;
padding: 45px 45px 65px;
position: relative;
opacity: 1;
-webkit-transition: opacity 1s ease-in 0s;
transition: opacity 1s ease-in 0s;
}
.asco-card__emptybox {
position: relative;
justify-content: center;
display: flex;
}
.asco-card__emptybox__content {
text-align: center;
align-items: center;
margin: 0 auto;
bottom: 0;
left: 0;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
user-select: none;
}
.asco-card__emptybox__content h4 {
color: #a5a4a4;
font-weight: 100;
font-size: 1.3em;
letter-spacing: .2em;
line-height: 1.6em;
font-family: "Montserrat";
text-align: left;
margin: 0 0 0.5em 0;
width: 100%;
}
.asco-card__emptybox__content h4::before {
content: '.';
color: #946bf9;
font-size: 3em;
display: block;
margin-bottom: 0.15em;
}
.asco-card__emptybox__content h1 {
color: #a5a4a4;
font-size: 3.7em;
font-weight: 100;
} | 0.61555 | 0.091748 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?hp6fj0');
src: url('fonts/icomoon.eot?hp6fj0#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?hp6fj0') format('truetype'),
url('fonts/icomoon.woff?hp6fj0') format('woff'),
url('fonts/icomoon.svg?hp6fj0#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* 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;
}
.icon-search:before {
content: "\f002";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-o:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-power-off:before {
content: "\f011";
}
.icon-cog:before {
content: "\f013";
}
.icon-gear:before {
content: "\f013";
}
.icon-trash-o:before {
content: "\f014";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-edit:before {
content: "\f044";
}
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-share-square-o:before {
content: "\f045";
}
.icon-check-square-o:before {
content: "\f046";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share:before {
content: "\f064";
}
.icon-minus:before {
content: "\f068";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}
.icon-comment:before {
content: "\f075";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-folder:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-thumbs-o-up:before {
content: "\f087";
}
.icon-thumbs-o-down:before {
content: "\f088";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-bookmark-o:before {
content: "\f097";
}
.icon-feed:before {
content: "\f09e";
}
.icon-rss:before {
content: "\f09e";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-floppy-o:before {
content: "\f0c7";
}
.icon-save:before {
content: "\f0c7";
}
.icon-bars:before {
content: "\f0c9";
}
.icon-navicon:before {
content: "\f0c9";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-rotate-left:before {
content: "\f0e2";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-comment-o:before {
content: "\f0e5";
}
.icon-lightbulb-o:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-file-text-o:before {
content: "\f0f6";
}
.icon-mail-reply:before {
content: "\f112";
}
.icon-reply:before {
content: "\f112";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-ellipsis-v:before {
content: "\f142";
}
.icon-twitch:before {
content: "\f1e8";
}
.icon-wifi:before {
content: "\f1eb";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-clone:before {
content: "\f24d";
}
.icon-television:before {
content: "\f26c";
}
.icon-tv:before {
content: "\f26c";
} | app/lib/style.css | @font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?hp6fj0');
src: url('fonts/icomoon.eot?hp6fj0#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?hp6fj0') format('truetype'),
url('fonts/icomoon.woff?hp6fj0') format('woff'),
url('fonts/icomoon.svg?hp6fj0#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* 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;
}
.icon-search:before {
content: "\f002";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-star-o:before {
content: "\f006";
}
.icon-user:before {
content: "\f007";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-power-off:before {
content: "\f011";
}
.icon-cog:before {
content: "\f013";
}
.icon-gear:before {
content: "\f013";
}
.icon-trash-o:before {
content: "\f014";
}
.icon-repeat:before {
content: "\f01e";
}
.icon-rotate-right:before {
content: "\f01e";
}
.icon-edit:before {
content: "\f044";
}
.icon-pencil-square-o:before {
content: "\f044";
}
.icon-share-square-o:before {
content: "\f045";
}
.icon-check-square-o:before {
content: "\f046";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-times-circle-o:before {
content: "\f05c";
}
.icon-mail-forward:before {
content: "\f064";
}
.icon-share:before {
content: "\f064";
}
.icon-minus:before {
content: "\f068";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}
.icon-comment:before {
content: "\f075";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-folder:before {
content: "\f07b";
}
.icon-folder-open:before {
content: "\f07c";
}
.icon-thumbs-o-up:before {
content: "\f087";
}
.icon-thumbs-o-down:before {
content: "\f088";
}
.icon-heart-o:before {
content: "\f08a";
}
.icon-sign-out:before {
content: "\f08b";
}
.icon-bookmark-o:before {
content: "\f097";
}
.icon-feed:before {
content: "\f09e";
}
.icon-rss:before {
content: "\f09e";
}
.icon-filter:before {
content: "\f0b0";
}
.icon-floppy-o:before {
content: "\f0c7";
}
.icon-save:before {
content: "\f0c7";
}
.icon-bars:before {
content: "\f0c9";
}
.icon-navicon:before {
content: "\f0c9";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-rotate-left:before {
content: "\f0e2";
}
.icon-undo:before {
content: "\f0e2";
}
.icon-comment-o:before {
content: "\f0e5";
}
.icon-lightbulb-o:before {
content: "\f0eb";
}
.icon-exchange:before {
content: "\f0ec";
}
.icon-file-text-o:before {
content: "\f0f6";
}
.icon-mail-reply:before {
content: "\f112";
}
.icon-reply:before {
content: "\f112";
}
.icon-exclamation:before {
content: "\f12a";
}
.icon-ellipsis-v:before {
content: "\f142";
}
.icon-twitch:before {
content: "\f1e8";
}
.icon-wifi:before {
content: "\f1eb";
}
.icon-toggle-off:before {
content: "\f204";
}
.icon-toggle-on:before {
content: "\f205";
}
.icon-clone:before {
content: "\f24d";
}
.icon-television:before {
content: "\f26c";
}
.icon-tv:before {
content: "\f26c";
} | 0.298901 | 0.077134 |
.background_glassyCoral1,
.hover_background_glassyCoral1:hover,
.active_background_glassyCoral1:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 163, 130)), color-stop(50%, rgb(255, 132, 87)), color-stop(55%, rgb(255, 101, 44)), color-stop(100%, rgb(255, 195, 173)));
background-image: -webkit-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -o-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: linear-gradient(to bottom, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa382', endColorstr='#ffc3ad',GradientType=0 );
}
.background_glassyCoral1h,
.hover_background_glassyCoral1h:hover,
.active_background_glassyCoral1h:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 220, 207)), color-stop(50%, rgb(255, 182, 155)), color-stop(55%, rgb(255, 145, 104)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdccf', endColorstr='#ffffff',GradientType=0 );
}
.background_glassyCoral1a,
.hover_background_glassyCoral1a:hover,
.active_background_glassyCoral1a:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 145, 104)), color-stop(55%, rgb(255, 182, 155)), color-stop(100%, rgb(255, 220, 207)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdccf',GradientType=0 );
}
.background_glassyCoral1s,
.hover_background_glassyCoral1s:hover,
.active_background_glassyCoral1s:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(255, 210, 194)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyCoral1,
.hover_background_color_glassyCoral1:hover,
.active_background_color_glassyCoral1:active:hover {
background-color:#ffc3ad;
}
.background_first_color_glassyCoral1,
.hover_background_first_color_glassyCoral1:hover,
.active_background_first_color_glassyCoral1:active:hover {
background-color:#ffa382;
}
.background_last_color_glassyCoral1,
.hover_background_last_color_glassyCoral1:hover,
.active_background_color_last_glassyCoral1:active:hover {
background-color:#ffc3ad;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCoral1,
.hover_color_glassyCoral1:hover,
.active_color_glassyCoral1:active:hover {
color: #282828;
}
.color_glassyCoral1h,
.hover_color_glassyCoral1h:hover,
.active_color_glassyCoral1h:active:hover {
color: #282828;
}
.color_glassyCoral1a,
.hover_color_glassyCoral1a:hover,
.active_color_glassyCoral1a:active:hover {
color: #ff0;
}
.color_glassyCoral1s,
.hover_color_glassyCoral1s:hover,
.active_color_glassyCoral1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCoral1,
.hover_border_glassyCoral1:hover,
.active_border_glassyCoral1:active:hover {
border-color: #ff6b35 #ff4602 #ff4602 #ff6b35;
}
.border_glassyCoral1h,
.hover_border_glassyCoral1h:hover,
.active_border_glassyCoral1h:active:hover {
border-color: #ff6b35 #ff4602 #ff4602 #ff6b35;
}
.border_glassyCoral1a,
.hover_border_glassyCoral1a:hover,
.active_border_glassyCoral1a:active:hover {
border-color: #ef4000 #ef4000 #ef4000 #ef4000;
}
.border_glassyCoral1s,
.hover_border_glassyCoral1s:hover,
.active_border_glassyCoral1s:active:hover {
border-color: #ef4000 #ef4000 #ef4000 #ef4000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCoral1,
.hover_shadow_expand_glassyCoral1:hover,
.active_shadow_expand_glassyCoral1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
}
.shadow_expand_glassyCoral1h,
.hover_shadow_expand_glassyCoral1h:hover,
.active_shadow_expand_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
}
.shadow_expand_glassyCoral1a,
.hover_shadow_expand_glassyCoral1a:hover,
.active_shadow_expand_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
}
.shadow_expand_glassyCoral1s,
.hover_shadow_expand_glassyCoral1s:hover,
.active_shadow_expand_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCoral1,
.hover_shadow_left_glassyCoral1:hover,
.active_shadow_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_left_glassyCoral1h,
.hover_shadow_left_glassyCoral1h:hover,
.active_shadow_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_left_glassyCoral1a,
.hover_shadow_left_glassyCoral1a:hover,
.active_shadow_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_left_glassyCoral1s,
.hover_shadow_left_glassyCoral1s:hover,
.active_shadow_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCoral1,
.hover_shadow_right_glassyCoral1:hover,
.active_shadow_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
}
.shadow_right_glassyCoral1h,
.hover_shadow_right_glassyCoral1h:hover,
.active_shadow_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
}
.shadow_right_glassyCoral1a,
.hover_shadow_right_glassyCoral1a:hover,
.active_shadow_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
}
.shadow_right_glassyCoral1s,
.hover_shadow_right_glassyCoral1s:hover,
.active_shadow_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCoral1,
.hover_shadow_top_glassyCoral1:hover,
.active_shadow_top_glassyCoral1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_glassyCoral1h,
.hover_shadow_top_glassyCoral1h:hover,
.active_shadow_top_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_glassyCoral1a,
.hover_shadow_top_glassyCoral1a:hover,
.active_shadow_top_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_glassyCoral1s,
.hover_shadow_top_glassyCoral1s:hover,
.active_shadow_top_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCoral1,
.hover_shadow_bottom_glassyCoral1:hover,
.active_shadow_bottom_glassyCoral1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_glassyCoral1h,
.hover_shadow_bottom_glassyCoral1h:hover,
.active_shadow_bottom_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_glassyCoral1a,
.hover_shadow_bottom_glassyCoral1a:hover,
.active_shadow_bottom_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_glassyCoral1s,
.hover_shadow_bottom_glassyCoral1s:hover,
.active_shadow_bottom_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCoral1,
.hover_shadow_top_left_glassyCoral1:hover,
.active_shadow_top_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_left_glassyCoral1h,
.hover_shadow_top_left_glassyCoral1h:hover,
.active_shadow_top_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_left_glassyCoral1a,
.hover_shadow_top_left_glassyCoral1a:hover,
.active_shadow_top_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_left_glassyCoral1s,
.hover_shadow_top_left_glassyCoral1s:hover,
.active_shadow_top_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCoral1,
.hover_shadow_top_right_glassyCoral1:hover,
.active_shadow_top_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_right_glassyCoral1h,
.hover_shadow_top_right_glassyCoral1h:hover,
.active_shadow_top_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_right_glassyCoral1a,
.hover_shadow_top_right_glassyCoral1a:hover,
.active_shadow_top_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_right_glassyCoral1s,
.hover_shadow_top_right_glassyCoral1s:hover,
.active_shadow_top_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCoral1,
.hover_shadow_bottom_left_glassyCoral1:hover,
.active_shadow_bottom_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_left_glassyCoral1h,
.hover_shadow_bottom_left_glassyCoral1h:hover,
.active_shadow_bottom_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_left_glassyCoral1a,
.hover_shadow_bottom_left_glassyCoral1a:hover,
.active_shadow_bottom_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_left_glassyCoral1s,
.hover_shadow_bottom_left_glassyCoral1s:hover,
.active_shadow_bottom_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCoral1,
.hover_shadow_bottom_right_glassyCoral1:hover,
.active_shadow_bottom_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_right_glassyCoral1h,
.hover_shadow_bottom_right_glassyCoral1h:hover,
.active_shadow_bottom_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_right_glassyCoral1a,
.hover_shadow_bottom_right_glassyCoral1a:hover,
.active_shadow_bottom_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_right_glassyCoral1s,
.hover_shadow_bottom_right_glassyCoral1s:hover,
.active_shadow_bottom_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
} | widgets/common/assets/gradients/glassy/glassyCoral/glassyCoral1.css | .background_glassyCoral1,
.hover_background_glassyCoral1:hover,
.active_background_glassyCoral1:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 163, 130)), color-stop(50%, rgb(255, 132, 87)), color-stop(55%, rgb(255, 101, 44)), color-stop(100%, rgb(255, 195, 173)));
background-image: -webkit-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -o-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
background-image: linear-gradient(to bottom, rgb(255, 163, 130) 0%, rgb(255, 132, 87) 50%, rgb(255, 101, 44) 55%, rgb(255, 195, 173) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa382', endColorstr='#ffc3ad',GradientType=0 );
}
.background_glassyCoral1h,
.hover_background_glassyCoral1h:hover,
.active_background_glassyCoral1h:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 220, 207)), color-stop(50%, rgb(255, 182, 155)), color-stop(55%, rgb(255, 145, 104)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 220, 207) 0%, rgb(255, 182, 155) 50%, rgb(255, 145, 104) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdccf', endColorstr='#ffffff',GradientType=0 );
}
.background_glassyCoral1a,
.hover_background_glassyCoral1a:hover,
.active_background_glassyCoral1a:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 145, 104)), color-stop(55%, rgb(255, 182, 155)), color-stop(100%, rgb(255, 220, 207)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 145, 104) 50%, rgb(255, 182, 155) 55%, rgb(255, 220, 207) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffdccf',GradientType=0 );
}
.background_glassyCoral1s,
.hover_background_glassyCoral1s:hover,
.active_background_glassyCoral1s:active:hover {
background: #ffc3ad;
background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(255, 210, 194)), color-stop(100%, rgb(255, 255, 255)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 210, 194) 55%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.background_color_glassyCoral1,
.hover_background_color_glassyCoral1:hover,
.active_background_color_glassyCoral1:active:hover {
background-color:#ffc3ad;
}
.background_first_color_glassyCoral1,
.hover_background_first_color_glassyCoral1:hover,
.active_background_first_color_glassyCoral1:active:hover {
background-color:#ffa382;
}
.background_last_color_glassyCoral1,
.hover_background_last_color_glassyCoral1:hover,
.active_background_color_last_glassyCoral1:active:hover {
background-color:#ffc3ad;
}
/* ------------------------------ color settings -------------------------------*/
.color_glassyCoral1,
.hover_color_glassyCoral1:hover,
.active_color_glassyCoral1:active:hover {
color: #282828;
}
.color_glassyCoral1h,
.hover_color_glassyCoral1h:hover,
.active_color_glassyCoral1h:active:hover {
color: #282828;
}
.color_glassyCoral1a,
.hover_color_glassyCoral1a:hover,
.active_color_glassyCoral1a:active:hover {
color: #ff0;
}
.color_glassyCoral1s,
.hover_color_glassyCoral1s:hover,
.active_color_glassyCoral1s:active:hover {
color: #dd0;
}
/* -------------------------- border color settings -----------------------------*/
.border_glassyCoral1,
.hover_border_glassyCoral1:hover,
.active_border_glassyCoral1:active:hover {
border-color: #ff6b35 #ff4602 #ff4602 #ff6b35;
}
.border_glassyCoral1h,
.hover_border_glassyCoral1h:hover,
.active_border_glassyCoral1h:active:hover {
border-color: #ff6b35 #ff4602 #ff4602 #ff6b35;
}
.border_glassyCoral1a,
.hover_border_glassyCoral1a:hover,
.active_border_glassyCoral1a:active:hover {
border-color: #ef4000 #ef4000 #ef4000 #ef4000;
}
.border_glassyCoral1s,
.hover_border_glassyCoral1s:hover,
.active_border_glassyCoral1s:active:hover {
border-color: #ef4000 #ef4000 #ef4000 #ef4000;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glassyCoral1,
.hover_shadow_expand_glassyCoral1:hover,
.active_shadow_expand_glassyCoral1:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
box-shadow: 0em 0em 1em 0.25em rgba(255, 195, 173, .39);
}
.shadow_expand_glassyCoral1h,
.hover_shadow_expand_glassyCoral1h:hover,
.active_shadow_expand_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50);
}
.shadow_expand_glassyCoral1a,
.hover_shadow_expand_glassyCoral1a:hover,
.active_shadow_expand_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .63);
}
.shadow_expand_glassyCoral1s,
.hover_shadow_expand_glassyCoral1s:hover,
.active_shadow_expand_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
box-shadow: 0em 0em 1em 0.25em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glassyCoral1,
.hover_shadow_left_glassyCoral1:hover,
.active_shadow_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_left_glassyCoral1h,
.hover_shadow_left_glassyCoral1h:hover,
.active_shadow_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_left_glassyCoral1a,
.hover_shadow_left_glassyCoral1a:hover,
.active_shadow_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_left_glassyCoral1s,
.hover_shadow_left_glassyCoral1s:hover,
.active_shadow_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glassyCoral1,
.hover_shadow_right_glassyCoral1:hover,
.active_shadow_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em 0em 1em rgba(255, 195, 173, .39);
}
.shadow_right_glassyCoral1h,
.hover_shadow_right_glassyCoral1h:hover,
.active_shadow_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50);
}
.shadow_right_glassyCoral1a,
.hover_shadow_right_glassyCoral1a:hover,
.active_shadow_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .63);
}
.shadow_right_glassyCoral1s,
.hover_shadow_right_glassyCoral1s:hover,
.active_shadow_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em 0em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glassyCoral1,
.hover_shadow_top_glassyCoral1:hover,
.active_shadow_top_glassyCoral1:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_glassyCoral1h,
.hover_shadow_top_glassyCoral1h:hover,
.active_shadow_top_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_glassyCoral1a,
.hover_shadow_top_glassyCoral1a:hover,
.active_shadow_top_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_glassyCoral1s,
.hover_shadow_top_glassyCoral1s:hover,
.active_shadow_top_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glassyCoral1,
.hover_shadow_bottom_glassyCoral1:hover,
.active_shadow_bottom_glassyCoral1:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_glassyCoral1h,
.hover_shadow_bottom_glassyCoral1h:hover,
.active_shadow_bottom_glassyCoral1h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_glassyCoral1a,
.hover_shadow_bottom_glassyCoral1a:hover,
.active_shadow_bottom_glassyCoral1a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_glassyCoral1s,
.hover_shadow_bottom_glassyCoral1s:hover,
.active_shadow_bottom_glassyCoral1s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0em 0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glassyCoral1,
.hover_shadow_top_left_glassyCoral1:hover,
.active_shadow_top_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_left_glassyCoral1h,
.hover_shadow_top_left_glassyCoral1h:hover,
.active_shadow_top_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_left_glassyCoral1a,
.hover_shadow_top_left_glassyCoral1a:hover,
.active_shadow_top_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_left_glassyCoral1s,
.hover_shadow_top_left_glassyCoral1s:hover,
.active_shadow_top_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glassyCoral1,
.hover_shadow_top_right_glassyCoral1:hover,
.active_shadow_top_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em -0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_top_right_glassyCoral1h,
.hover_shadow_top_right_glassyCoral1h:hover,
.active_shadow_top_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_top_right_glassyCoral1a,
.hover_shadow_top_right_glassyCoral1a:hover,
.active_shadow_top_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_top_right_glassyCoral1s,
.hover_shadow_top_right_glassyCoral1s:hover,
.active_shadow_top_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em -0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glassyCoral1,
.hover_shadow_bottom_left_glassyCoral1:hover,
.active_shadow_bottom_left_glassyCoral1:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: -0.5em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_left_glassyCoral1h,
.hover_shadow_bottom_left_glassyCoral1h:hover,
.active_shadow_bottom_left_glassyCoral1h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_left_glassyCoral1a,
.hover_shadow_bottom_left_glassyCoral1a:hover,
.active_shadow_bottom_left_glassyCoral1a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_left_glassyCoral1s,
.hover_shadow_bottom_left_glassyCoral1s:hover,
.active_shadow_bottom_left_glassyCoral1s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: -0.5em 0.5em 1em rgba(255, 220, 207, .78);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glassyCoral1,
.hover_shadow_bottom_right_glassyCoral1:hover,
.active_shadow_bottom_right_glassyCoral1:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
box-shadow: 0.5em 0.5em 1em rgba(255, 195, 173, .39);
}
.shadow_bottom_right_glassyCoral1h,
.hover_shadow_bottom_right_glassyCoral1h:hover,
.active_shadow_bottom_right_glassyCoral1h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50);
}
.shadow_bottom_right_glassyCoral1a,
.hover_shadow_bottom_right_glassyCoral1a:hover,
.active_shadow_bottom_right_glassyCoral1a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .63);
}
.shadow_bottom_right_glassyCoral1s,
.hover_shadow_bottom_right_glassyCoral1s:hover,
.active_shadow_bottom_right_glassyCoral1s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
-moz-box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
box-shadow: 0.5em 0.5em 1em rgba(255, 220, 207, .78);
} | 0.572125 | 0.076615 |
@font-face {
font-family: 'mouse-300';
src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
font-family: 'mouse-500';
src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
margin: 0px;
padding: 0px;
list-style: none; }
img {
max-width: 100%; }
a {
text-decoration: none;
outline: none;
color: #444; }
a:hover {
color: #444; }
ul {
margin-bottom: 0;
padding-left: 0; }
a:hover,
a:focus,
input,
textarea {
text-decoration: none;
outline: none; }
.center {
text-align: center; }
.left {
text-align: left; }
.right {
text-align: right; }
.cp {
cursor: pointer; }
html, body {
height: 100%; }
p {
margin-bottom: 0px;
width: 100%; }
.no-padding {
padding: 0px; }
.no-margin {
margin: 0px; }
.hid {
display: none; }
.top-mar {
margin-top: 15px; }
.h-100 {
height: 100%; }
::placeholder {
color: #747f8a !important;
font-size: 13px;
opacity: .5 !important; }
.container-fluid {
padding: 0px; }
h1, h2, h3, h4, h5, h6 {
font-family: "mouse-500", Arial, Helvetica, sans-serif; }
strong {
font-family: "mouse-500", Arial, Helvetica, sans-serif; }
body {
background-color: #f7f7ff !important;
font-family: "mouse-300", Arial, Helvetica, sans-serif;
color: #6A6A6A; }
.session-title {
padding: 30px;
margin: 0px; }
.session-title h2 {
width: 100%;
text-align: center; }
.session-title p {
max-width: 850px;
text-align: center;
float: none;
margin: auto; }
.session-title span {
float: right;
font-style: italic; }
.inner-title {
padding: 20px;
padding-left: 0px;
margin-bottom: 30px; }
.inner-title h2 {
width: 100%;
text-align: center;
font-size: 2rem;
font-family: "slab", Arial, Helvetica, sans-serif; }
.inner-title p {
width: 100%;
text-align: center; }
.page-nav {
padding: 40px;
text-align: center;
padding-top: 160px; }
.page-nav ul {
float: none;
margin: auto; }
.page-nav h2 {
font-size: 36px;
width: 100%;
color: #444; }
@media screen and (max-width: 600px) {
.page-nav h2 {
font-size: 26px; } }
.page-nav ul li {
float: left;
margin-right: 10px;
margin-top: 10px;
font-size: 16px; }
.page-nav ul li i {
width: 30px;
text-align: center;
color: #444; }
.page-nav ul li a {
color: #444; }
.btn-success {
background-color: #863dd9;
border-color: #863dd9; }
.btn-success:hover {
background-color: #863dd9 !important;
border-color: #863dd9 !important; }
.btn-success:active {
background-color: #863dd9 !important;
border-color: #863dd9 !important; }
.btn-success:focus {
background-color: #863dd9 !important;
border-color: #863dd9 !important;
box-shadow: none !important; }
.btn-info {
background-color: #4f6dcd;
border-color: #4f6dcd; }
.btn-info:hover {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important; }
.btn-info:active {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important; }
.btn-info:focus {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important;
box-shadow: none !important; }
.btn {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px; }
.form-control:focus {
box-shadow: none !important;
border: 2px solid #863dd9; }
.btn-light {
background-color: #FFF;
color: #3F3F3F; }
.collapse.show {
display: block !important; }
.form-control:focus {
box-shadow: none;
border: 2px solid #863dd9 !important; }
.form-control {
background-color: #F8F8F8;
margin-bottom: 20px; }
.form-control:focus {
background-color: #FFF;
border-color: #CCC; }
.container {
max-width: 1100px; }
@media screen and (max-width: 575px) {
.container {
padding: 20px 30px; } }
/* ===================================== Body CSS ================================== */
body {
height: 100%; }
body .conya {
height: 100%; }
.side-left {
background-color: red;
height: 100%;
width: calc(100% - 340px);
float: left;
background-image: url(../images/16023.jpg);
background-size: 100%; }
@media screen and (max-width: 660px) {
.side-left {
display: none; } }
.side-left .sid-layy {
background-color: rgba(135, 63, 217, 0.73);
position: absolute;
width: 100%;
height: 100%;
width: calc(100% - 340px); }
.side-right {
background-color: #FFF;
height: 100%;
width: 340px;
float: left;
padding: 80px 30px;
text-align: center; }
@media screen and (max-width: 660px) {
.side-right {
width: 100%; } }
.side-right .logo {
width: 200px; }
.side-right .soc-det {
display: flex; }
.side-right .soc-det ul {
float: none;
margin: auto; }
.side-right .soc-det ul li {
float: left;
padding: 8px;
background-color: #FFF;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
width: 35px;
height: 35px;
border-radius: 50px;
margin-left: 10px;
font-size: 12px; }
.side-right .soc-det ul li i {
color: #FFF; }
.side-right .soc-det ul .facebook {
background-color: #3b5894; }
.side-right .soc-det ul .twitter {
background-color: #19a1f7; }
.side-right .soc-det ul .pin {
background-color: #db443b; }
.side-right .soc-det ul .link {
background-color: #007ab4; }
.side-right h2 {
font-size: .8rem;
font-family: "mouse-300", Arial, Helvetica, sans-serif;
padding: 20px 10px; }
.side-right .form-row label {
font-size: .8rem; }
.side-right .skjh {
font-size: .8rem; }
.side-right .skjh span {
float: right; }
.dfr {
padding: 35px 10px;
text-align: center; }
.dfr .btn {
padding: 5px 40px;
border-radius: 50px;
float: none;
margin: auto; }
.copyco {
position: absolute;
bottom: 13px;
right: 55px;
font-size: .8rem; }
.slid-roo {
padding: 70px;
color: #FFF;
position: absolute;
bottom: 0px; }
.slid-roo p {
font-size: .9rem;
padding-bottom: 20px;
border-bottom: 1px solid #cccccc70; }
.slid-roo ul li {
float: left;
padding: 10px;
font-size: .8rem; }
/*# sourceMappingURL=style.css.map */ | public/assets/css/style.css | @font-face {
font-family: 'mouse-300';
src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); }
@font-face {
font-family: 'mouse-500';
src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
margin: 0px;
padding: 0px;
list-style: none; }
img {
max-width: 100%; }
a {
text-decoration: none;
outline: none;
color: #444; }
a:hover {
color: #444; }
ul {
margin-bottom: 0;
padding-left: 0; }
a:hover,
a:focus,
input,
textarea {
text-decoration: none;
outline: none; }
.center {
text-align: center; }
.left {
text-align: left; }
.right {
text-align: right; }
.cp {
cursor: pointer; }
html, body {
height: 100%; }
p {
margin-bottom: 0px;
width: 100%; }
.no-padding {
padding: 0px; }
.no-margin {
margin: 0px; }
.hid {
display: none; }
.top-mar {
margin-top: 15px; }
.h-100 {
height: 100%; }
::placeholder {
color: #747f8a !important;
font-size: 13px;
opacity: .5 !important; }
.container-fluid {
padding: 0px; }
h1, h2, h3, h4, h5, h6 {
font-family: "mouse-500", Arial, Helvetica, sans-serif; }
strong {
font-family: "mouse-500", Arial, Helvetica, sans-serif; }
body {
background-color: #f7f7ff !important;
font-family: "mouse-300", Arial, Helvetica, sans-serif;
color: #6A6A6A; }
.session-title {
padding: 30px;
margin: 0px; }
.session-title h2 {
width: 100%;
text-align: center; }
.session-title p {
max-width: 850px;
text-align: center;
float: none;
margin: auto; }
.session-title span {
float: right;
font-style: italic; }
.inner-title {
padding: 20px;
padding-left: 0px;
margin-bottom: 30px; }
.inner-title h2 {
width: 100%;
text-align: center;
font-size: 2rem;
font-family: "slab", Arial, Helvetica, sans-serif; }
.inner-title p {
width: 100%;
text-align: center; }
.page-nav {
padding: 40px;
text-align: center;
padding-top: 160px; }
.page-nav ul {
float: none;
margin: auto; }
.page-nav h2 {
font-size: 36px;
width: 100%;
color: #444; }
@media screen and (max-width: 600px) {
.page-nav h2 {
font-size: 26px; } }
.page-nav ul li {
float: left;
margin-right: 10px;
margin-top: 10px;
font-size: 16px; }
.page-nav ul li i {
width: 30px;
text-align: center;
color: #444; }
.page-nav ul li a {
color: #444; }
.btn-success {
background-color: #863dd9;
border-color: #863dd9; }
.btn-success:hover {
background-color: #863dd9 !important;
border-color: #863dd9 !important; }
.btn-success:active {
background-color: #863dd9 !important;
border-color: #863dd9 !important; }
.btn-success:focus {
background-color: #863dd9 !important;
border-color: #863dd9 !important;
box-shadow: none !important; }
.btn-info {
background-color: #4f6dcd;
border-color: #4f6dcd; }
.btn-info:hover {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important; }
.btn-info:active {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important; }
.btn-info:focus {
background-color: #4f6dcd !important;
border-color: #4f6dcd !important;
box-shadow: none !important; }
.btn {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px; }
.form-control:focus {
box-shadow: none !important;
border: 2px solid #863dd9; }
.btn-light {
background-color: #FFF;
color: #3F3F3F; }
.collapse.show {
display: block !important; }
.form-control:focus {
box-shadow: none;
border: 2px solid #863dd9 !important; }
.form-control {
background-color: #F8F8F8;
margin-bottom: 20px; }
.form-control:focus {
background-color: #FFF;
border-color: #CCC; }
.container {
max-width: 1100px; }
@media screen and (max-width: 575px) {
.container {
padding: 20px 30px; } }
/* ===================================== Body CSS ================================== */
body {
height: 100%; }
body .conya {
height: 100%; }
.side-left {
background-color: red;
height: 100%;
width: calc(100% - 340px);
float: left;
background-image: url(../images/16023.jpg);
background-size: 100%; }
@media screen and (max-width: 660px) {
.side-left {
display: none; } }
.side-left .sid-layy {
background-color: rgba(135, 63, 217, 0.73);
position: absolute;
width: 100%;
height: 100%;
width: calc(100% - 340px); }
.side-right {
background-color: #FFF;
height: 100%;
width: 340px;
float: left;
padding: 80px 30px;
text-align: center; }
@media screen and (max-width: 660px) {
.side-right {
width: 100%; } }
.side-right .logo {
width: 200px; }
.side-right .soc-det {
display: flex; }
.side-right .soc-det ul {
float: none;
margin: auto; }
.side-right .soc-det ul li {
float: left;
padding: 8px;
background-color: #FFF;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
border-radius: 2px;
width: 35px;
height: 35px;
border-radius: 50px;
margin-left: 10px;
font-size: 12px; }
.side-right .soc-det ul li i {
color: #FFF; }
.side-right .soc-det ul .facebook {
background-color: #3b5894; }
.side-right .soc-det ul .twitter {
background-color: #19a1f7; }
.side-right .soc-det ul .pin {
background-color: #db443b; }
.side-right .soc-det ul .link {
background-color: #007ab4; }
.side-right h2 {
font-size: .8rem;
font-family: "mouse-300", Arial, Helvetica, sans-serif;
padding: 20px 10px; }
.side-right .form-row label {
font-size: .8rem; }
.side-right .skjh {
font-size: .8rem; }
.side-right .skjh span {
float: right; }
.dfr {
padding: 35px 10px;
text-align: center; }
.dfr .btn {
padding: 5px 40px;
border-radius: 50px;
float: none;
margin: auto; }
.copyco {
position: absolute;
bottom: 13px;
right: 55px;
font-size: .8rem; }
.slid-roo {
padding: 70px;
color: #FFF;
position: absolute;
bottom: 0px; }
.slid-roo p {
font-size: .9rem;
padding-bottom: 20px;
border-bottom: 1px solid #cccccc70; }
.slid-roo ul li {
float: left;
padding: 10px;
font-size: .8rem; }
/*# sourceMappingURL=style.css.map */ | 0.36557 | 0.065396 |
span
{
font-family: "Arial", Arial, Sans;
font-size:10pt;
}
a.without_decoration {
text-decoration: none;
}
.header1{
font-family: "Arial", Arial, Sans;
font-size:18pt;
color:#08D116;
}
#bg_layer{
background: #FFFFFF;
}
.float_left{
float: left;
}
.float_right{
float: right;
}
#welcome_die
{
position:relative;
background-color: #ADFFB3;
margin: auto;
width:600px;
border: 1px;
border-style: dotted;
padding: 7px 5px 5px 7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #BBBBBB;
}
#user_list_panel
{
position:relative;
}
.person_die
{
width:150px;
position:relative;
display:inline-block;
padding: 5px 5px 5px 5px;
margin-top:20px;
margin-left:5%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border: 1px dotted black;
border-radius: 5px;
border-color: #BBBBBB;
text-align: center;
}
.person_die:hover
{
top:1px;
}
.person_die P { margin: 0 0 2px; }
.person_die A {
padding: 2px; /* Отступ от рамки вокруг ссылки до текста */
display: block; /* Ссылка как блочный элемент */
border: 1px solid #fff; /* Маскируем рамку вокруг ссылки */
text-decoration: none; /* Убираем подчеркивание у ссылок */
}
.person_die A:hover {
background: #B1FF9C; /* Цвет фона под ссылкой */
/*color: #800000; Новый цвет ссылки */
border: 1px dashed #634f36 /*Рамка вокруг ссылки */
}
.person_die img
{
display: block;
margin: auto;
}
/*---------------------------*/
.inline
{
display:inline;
}
/*{
border: dotted 1px ;
}*/
#ribbon_panel
{
position:relative;
background-color: #ADFFB3;
width:90%;
height:120px;
margin: 0px auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #BBBBBB;
box-shadow: 0px 0px 5px #40310a;
padding: 10px 10px 10px 10px;
}
#button_block
{
display: inline;
position:absolute;
top: 20%;
left: 10%;
right: 10%;
}
#logout_panel
{
border-left: 1px solid;
padding: 5px 5px 5px 5px;
display: inline;
position: absolute;
right:5px;
}
.tip {
display: inline-block;
position: relative;
}
.tip:hover::after {
content: attr(data-title);
position: absolute;
left: 20%; top: 50%;
z-index: 1;
background: rgba(255,255,230,0.9);
font-family: Arial, sans-serif;
font-size: 11px;
padding: 5px 10px;
border: 1px solid #333;
}
#tip_qmark
{
display: inline;
position: relative;
float:right;
}
#wizard
{
position:relative;
display: block;
padding: 0px 0px 0px 0px;
width:90%;
margin: 0px auto;
border-left: 10px solid #ADFFB3;
}
#result{
width:90%;
margin: 0px auto;
position:relative;
display: block;
}
table.result_table {
width: 100%; /* Ширина таблицы */
border: 1px solid #666; /* Рамка вокруг таблицы */
}
th {
background: #009383; /* Цвет фона */
color: #fff; /* Цвет текста */
text-align: left; /* Выравнивание по левому краю */
}
tr.odd {
background: #CCFF99; /* Цвет фона */
}
tr:hover {
background: #99FF66; /* Меняем цвет фона строки таблицы */
}
#result_green{
position:relative;
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #ADFFB3;
}
.box
{
display:inline-block;
position:relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000000;
padding: 10px 10px 10px 10px;
}
.box img{
display:block;
margin:auto;
}
.box:hover{
top:2px;
border: 1px solid #007315;
background: #C9FFCD;
}
.box a span:link{
color: #0080FF;
}
.box a span:visited{
color: #0080FF;
}
.field
{
clear:both;
text-align:right;
line-height:25px;
}
.field label
{
float:left;
padding-right:10px;
}
.fields_block
{
float:left
}
.supplement
{
display: block;
} | style.css | span
{
font-family: "Arial", Arial, Sans;
font-size:10pt;
}
a.without_decoration {
text-decoration: none;
}
.header1{
font-family: "Arial", Arial, Sans;
font-size:18pt;
color:#08D116;
}
#bg_layer{
background: #FFFFFF;
}
.float_left{
float: left;
}
.float_right{
float: right;
}
#welcome_die
{
position:relative;
background-color: #ADFFB3;
margin: auto;
width:600px;
border: 1px;
border-style: dotted;
padding: 7px 5px 5px 7px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #BBBBBB;
}
#user_list_panel
{
position:relative;
}
.person_die
{
width:150px;
position:relative;
display:inline-block;
padding: 5px 5px 5px 5px;
margin-top:20px;
margin-left:5%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border: 1px dotted black;
border-radius: 5px;
border-color: #BBBBBB;
text-align: center;
}
.person_die:hover
{
top:1px;
}
.person_die P { margin: 0 0 2px; }
.person_die A {
padding: 2px; /* Отступ от рамки вокруг ссылки до текста */
display: block; /* Ссылка как блочный элемент */
border: 1px solid #fff; /* Маскируем рамку вокруг ссылки */
text-decoration: none; /* Убираем подчеркивание у ссылок */
}
.person_die A:hover {
background: #B1FF9C; /* Цвет фона под ссылкой */
/*color: #800000; Новый цвет ссылки */
border: 1px dashed #634f36 /*Рамка вокруг ссылки */
}
.person_die img
{
display: block;
margin: auto;
}
/*---------------------------*/
.inline
{
display:inline;
}
/*{
border: dotted 1px ;
}*/
#ribbon_panel
{
position:relative;
background-color: #ADFFB3;
width:90%;
height:120px;
margin: 0px auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #BBBBBB;
box-shadow: 0px 0px 5px #40310a;
padding: 10px 10px 10px 10px;
}
#button_block
{
display: inline;
position:absolute;
top: 20%;
left: 10%;
right: 10%;
}
#logout_panel
{
border-left: 1px solid;
padding: 5px 5px 5px 5px;
display: inline;
position: absolute;
right:5px;
}
.tip {
display: inline-block;
position: relative;
}
.tip:hover::after {
content: attr(data-title);
position: absolute;
left: 20%; top: 50%;
z-index: 1;
background: rgba(255,255,230,0.9);
font-family: Arial, sans-serif;
font-size: 11px;
padding: 5px 10px;
border: 1px solid #333;
}
#tip_qmark
{
display: inline;
position: relative;
float:right;
}
#wizard
{
position:relative;
display: block;
padding: 0px 0px 0px 0px;
width:90%;
margin: 0px auto;
border-left: 10px solid #ADFFB3;
}
#result{
width:90%;
margin: 0px auto;
position:relative;
display: block;
}
table.result_table {
width: 100%; /* Ширина таблицы */
border: 1px solid #666; /* Рамка вокруг таблицы */
}
th {
background: #009383; /* Цвет фона */
color: #fff; /* Цвет текста */
text-align: left; /* Выравнивание по левому краю */
}
tr.odd {
background: #CCFF99; /* Цвет фона */
}
tr:hover {
background: #99FF66; /* Меняем цвет фона строки таблицы */
}
#result_green{
position:relative;
display: block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border-color: #ADFFB3;
}
.box
{
display:inline-block;
position:relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000000;
padding: 10px 10px 10px 10px;
}
.box img{
display:block;
margin:auto;
}
.box:hover{
top:2px;
border: 1px solid #007315;
background: #C9FFCD;
}
.box a span:link{
color: #0080FF;
}
.box a span:visited{
color: #0080FF;
}
.field
{
clear:both;
text-align:right;
line-height:25px;
}
.field label
{
float:left;
padding-right:10px;
}
.fields_block
{
float:left
}
.supplement
{
display: block;
} | 0.192539 | 0.100084 |
html, body {
background-color: #1F2833;
font-family: 'Lato', sans-serif;
width: 100%;
height:100%;
margin: 0;
}
/****************************************************************/
/* MAIN HEADER TAGS */
h1 {
margin-top: 0.1rem;
font-size: 3rem;
padding: 0.4rem 0rem 0 1rem;
font-family: 'Libre Baskerville', serif;
}
h2 {
margin-top: 0;
font-size: 2rem;
letter-spacing: 0.03rem;
}
h3 {
font-size: 1.8rem;
letter-spacing: 0.03rem;
padding-top: 4rem;
margin-bottom: 0;
}
h4 {
font-size: 2rem;
margin-bottom: 0;
}
h5 {
font-size: 1.0rem;
margin: 1rem 0 0.5rem 0;
color: #c5c6c7;
}
header {
position: fixed;
left: 0;
z-index: -5;
display: inline-block;
background-color: white;
}
.head-image {
width: 100%;
height: 34rem;
padding-bottom: 12rem;
margin: 0;
}
#left-head {
width: 60%;
float: left;
vertical-align: middle;
border-bottom: 0.2rem;
padding-left: 1.8rem;
padding-top: 2rem;
}
#right{
width: 40%;
height: 0.2rem;
float: right;
vertical-align: bottom;
padding-top: 2rem;
border-top: 2rem;
}
/********************************************/
/***NAVIGATION****/
.left-nav {
width: 45%;
float: left;
vertical-align: middle;
border-bottom: 0.2rem;
padding-left: 1.8rem;
padding-top: 2rem;
color: #66FCF1;
}
/* #right-nav{
width: 35%;
height: 0.2rem;
float: right;
vertical-align: bottom;
padding-top: 2rem;
border-top: 4rem;
display: flex;
border-radius: 25px;
} */
/****PAGE FOOTER****/
footer {
position: bottom;
font-weight: bold;
text-align: center;
}
.social-bar {
width: 100%;
color: black;
align-content: center;
display:center;
border: black;
}
.social-bar a {
display: inline-flex;
text-align: center;
padding: 0.3em 0.3em 0.3em 0.3em;
transition: all 0.3s ease;
color:#45A29E;
font-size: 3em;
}
.social-bar a:hover {
background-color: #66FCF1;
color: black;
}
.active {
background-color: rgb(65, 124, 163);
color: black;
}
div#container.dropdown {
flex-wrap: nowrap;
}
/****DROP DOWN BUTTONS****/
.dropbtn {
background-color: #66FCF1;
color: rgb(88, 28, 28);
padding: 18px;
font-size: 20px;
font-family: 'Lato', sans-serif;
border-radius: 20px;
cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #45A29E;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
right: 0;
position: relative;
display: inline-block;
padding: 0.1rem;
border-right: 3rem;
}
.dropdown1 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
.dropdown2 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
.dropdown3 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #c5c6c7;
min-width: 70px;
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 10px 10px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
display:block;
}
* {
box-sizing: border-box;
border: 0.5px solid transparent;
}
/* **MEDIA QUERIES***/
/* Larger than mobile */
/* @media only screen and (min-width: 400px) {
div#container.dropdown {
position: relative;
/* width: 100%;*/
/* margin: auto;
}
} */
/* Larger than tablet */
/* @media only screen and (min-width: 400px) {
div#container.dropdown {
position: relative;
width: 100%;
margin: auto;
}
} */
/* Larger than desktop
@media only screen and (min-width: 1000px) {
div#container.dropdown {
position: relative;
width: 1000px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Larger than Desktop HD
@media only screen and (min-width: 1200px) {
div#container.dropdown {
position: relative;
width: 1200px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Medium screens
@media all and (min-width: 37.500em) {
.aside { flex: 1 auto; }
}
/* Large screens
@media all and (min-width: 50.000em) {
.main { flex: 2 0em; }
.aside-1 { order: 1; }
.main { order: 2; }
.aside-2 { order: 3; }
.footer { order: 4; }
}
.container {
display: inline;
}
.container1 {
display: center;
flex-grow: 1;
}
.container2 {
flex-wrap: wrap;
flex-grow: 1;
}
.container-fluid {
display: inline-block;
}
.flex-container > * {
padding: 0.938em;
-webkit-flex: 1 100%;
flex: 1 100%;
}
.container {
max-width: 100%;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
}
/* Larger than desktop
@media only screen and (min-width: 1000px) {
.container {
position: relative;
width: 1000px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Larger than Desktop HD
@media only screen and (min-width: 1200px) {
.container {
position: relative;
width: 1200px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
* {
box-sizing: border-box;
}
/* When the width is between 600px and 900px OR above 1100px - change the appearance of <div> */
/* @media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {
div.example {
font-size: 50px;
padding: 50px;
border: 8px solid black;
background: yellow;
}
} */
/* Create four equal columns that floats next to each other */
/* .column {
float: left;
width: 25%;
padding: 20px;
} */
/* Clear floats after the columns
.row:after {
content: "";
display: table;
clear: both;
}
On screens that are 992px wide or less, go from four columns to two columns */
/* @media screen and (max-width: 992px) {
.column {
width: 50%;
}
}
/On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
/* @media screen and (max-width: 600px) {
.column {
width: 100%;
}
} */ | styles/main.css | html, body {
background-color: #1F2833;
font-family: 'Lato', sans-serif;
width: 100%;
height:100%;
margin: 0;
}
/****************************************************************/
/* MAIN HEADER TAGS */
h1 {
margin-top: 0.1rem;
font-size: 3rem;
padding: 0.4rem 0rem 0 1rem;
font-family: 'Libre Baskerville', serif;
}
h2 {
margin-top: 0;
font-size: 2rem;
letter-spacing: 0.03rem;
}
h3 {
font-size: 1.8rem;
letter-spacing: 0.03rem;
padding-top: 4rem;
margin-bottom: 0;
}
h4 {
font-size: 2rem;
margin-bottom: 0;
}
h5 {
font-size: 1.0rem;
margin: 1rem 0 0.5rem 0;
color: #c5c6c7;
}
header {
position: fixed;
left: 0;
z-index: -5;
display: inline-block;
background-color: white;
}
.head-image {
width: 100%;
height: 34rem;
padding-bottom: 12rem;
margin: 0;
}
#left-head {
width: 60%;
float: left;
vertical-align: middle;
border-bottom: 0.2rem;
padding-left: 1.8rem;
padding-top: 2rem;
}
#right{
width: 40%;
height: 0.2rem;
float: right;
vertical-align: bottom;
padding-top: 2rem;
border-top: 2rem;
}
/********************************************/
/***NAVIGATION****/
.left-nav {
width: 45%;
float: left;
vertical-align: middle;
border-bottom: 0.2rem;
padding-left: 1.8rem;
padding-top: 2rem;
color: #66FCF1;
}
/* #right-nav{
width: 35%;
height: 0.2rem;
float: right;
vertical-align: bottom;
padding-top: 2rem;
border-top: 4rem;
display: flex;
border-radius: 25px;
} */
/****PAGE FOOTER****/
footer {
position: bottom;
font-weight: bold;
text-align: center;
}
.social-bar {
width: 100%;
color: black;
align-content: center;
display:center;
border: black;
}
.social-bar a {
display: inline-flex;
text-align: center;
padding: 0.3em 0.3em 0.3em 0.3em;
transition: all 0.3s ease;
color:#45A29E;
font-size: 3em;
}
.social-bar a:hover {
background-color: #66FCF1;
color: black;
}
.active {
background-color: rgb(65, 124, 163);
color: black;
}
div#container.dropdown {
flex-wrap: nowrap;
}
/****DROP DOWN BUTTONS****/
.dropbtn {
background-color: #66FCF1;
color: rgb(88, 28, 28);
padding: 18px;
font-size: 20px;
font-family: 'Lato', sans-serif;
border-radius: 20px;
cursor: pointer;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
background-color: #45A29E;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
right: 0;
position: relative;
display: inline-block;
padding: 0.1rem;
border-right: 3rem;
}
.dropdown1 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
.dropdown2 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
.dropdown3 {
right: 0;
position: relative;
display: inline-block;
padding: 0.8rem;
border-right: 3rem;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
background-color: #c5c6c7;
min-width: 70px;
z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
color: black;
padding: 10px 10px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #ddd
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
display:block;
}
* {
box-sizing: border-box;
border: 0.5px solid transparent;
}
/* **MEDIA QUERIES***/
/* Larger than mobile */
/* @media only screen and (min-width: 400px) {
div#container.dropdown {
position: relative;
/* width: 100%;*/
/* margin: auto;
}
} */
/* Larger than tablet */
/* @media only screen and (min-width: 400px) {
div#container.dropdown {
position: relative;
width: 100%;
margin: auto;
}
} */
/* Larger than desktop
@media only screen and (min-width: 1000px) {
div#container.dropdown {
position: relative;
width: 1000px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Larger than Desktop HD
@media only screen and (min-width: 1200px) {
div#container.dropdown {
position: relative;
width: 1200px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Medium screens
@media all and (min-width: 37.500em) {
.aside { flex: 1 auto; }
}
/* Large screens
@media all and (min-width: 50.000em) {
.main { flex: 2 0em; }
.aside-1 { order: 1; }
.main { order: 2; }
.aside-2 { order: 3; }
.footer { order: 4; }
}
.container {
display: inline;
}
.container1 {
display: center;
flex-grow: 1;
}
.container2 {
flex-wrap: wrap;
flex-grow: 1;
}
.container-fluid {
display: inline-block;
}
.flex-container > * {
padding: 0.938em;
-webkit-flex: 1 100%;
flex: 1 100%;
}
.container {
max-width: 100%;
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: black;
}
/* Larger than desktop
@media only screen and (min-width: 1000px) {
.container {
position: relative;
width: 1000px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
/* Larger than Desktop HD
@media only screen and (min-width: 1200px) {
.container {
position: relative;
width: 1200px;
margin: auto;
}
#main {
width: 100%;
}
#blog-title {
width: 70%;
}
.blog-content {
width: 70%;
}
}
* {
box-sizing: border-box;
}
/* When the width is between 600px and 900px OR above 1100px - change the appearance of <div> */
/* @media screen and (max-width: 900px) and (min-width: 600px), (min-width: 1100px) {
div.example {
font-size: 50px;
padding: 50px;
border: 8px solid black;
background: yellow;
}
} */
/* Create four equal columns that floats next to each other */
/* .column {
float: left;
width: 25%;
padding: 20px;
} */
/* Clear floats after the columns
.row:after {
content: "";
display: table;
clear: both;
}
On screens that are 992px wide or less, go from four columns to two columns */
/* @media screen and (max-width: 992px) {
.column {
width: 50%;
}
}
/On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
/* @media screen and (max-width: 600px) {
.column {
width: 100%;
}
} */ | 0.297878 | 0.043305 |
8.0.0-beta6:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta7:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta9:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta10:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta11:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta12:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta13:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta14:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta15:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta16:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-beta2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.7:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.8:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.9:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.10:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-alpha1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.7:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e | hashs-database/hashs/core___assets___vendor___jquery.ui___themes___base___tabs.css | 8.0.0-beta6:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta7:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta9:96758a90721f5a35d317762925b6483addc01610bb5721604c48ff45c935a859
8.0.0-beta10:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta11:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta12:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta13:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta14:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta15:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-beta16:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0-rc4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-beta2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.7:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.8:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.9:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.10:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-beta3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.3:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.4:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.5:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.6:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-alpha1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-beta1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-rc1:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.7:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0-rc2:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.0.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.1.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.2.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e
8.3.0:0d22e9747322f853c7fdfefc11f8f8c513c0d9dbbed7372e3b4ebf087d66408e | 0.21158 | 0.092237 |
body, html {
margin: 0;
height: 100%;
width: 100%;
font-family: "Helvetica Neue", Helvetica, freesans, sans-serif;
background-color: #FFF;
}
#container {
min-height: 100%;
margin-bottom: -57px;
}
#container:after {
content: "";
display: block;
height: 70px;
}
header h1, section, footer {
margin: 0 auto;
width: 600px;
}
header {
height: 50px;
background: #fff;
/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
border-bottom: 1px solid #eee;
}
header a {
color: #666;
text-decoration: none !important;
}
header a:hover h1, header a:active h1 {
color: #000;
}
header img {
height: 26px;
float: left;
margin-right: 60px;
border: 0 !important;
}
header h1 {
padding: 12px;
font-size: 26px;
font-weight: 600;
line-height: 1.0;
}
aside {
margin: 20px 0 30px;
padding: 5px;
background: #F5F5F5;
}
aside h2, aside h3 {
color: #333;
font-size: 1em;
}
aside p, aside h2 {
padding: 5px 10px;
margin: 0;
}
fieldset, #progress {
border: 1px #C1C3C5 solid;
}
fieldset {
margin: 15px 0;
}
legend {
font-weight: bold;
color: #333;
}
#info {
width: 100%;
text-align: center;
}
#info h1 {
padding-top: 5px;
margin: 0;
}
#info p {
padding-bottom: 5px;
}
.info-open {
background-color: #17a2b8b8;
color: #fff;
}
.info {
padding-left: 5px;
}
.info a {
font-size: 14px;
font-weight: normal;
text-decoration: underline;
text-decoration-style: dotted;
}
.info a:before {
content: "\00BB ";
}
#file {
display: none;
margin: 25px 0 15px;
}
#filedrop {
padding: 30px;
margin: 25px 20px 15px;
color: #C1C3C5;
border: dashed 3px #C1C3C5;
text-align: center;
cursor: pointer;
width: 470px;
overflow: hidden;
}
#filedrop.hover {
color: #000;
border: solid 2px #000;
box-shadow: inset 0 3px 4px #888;
}
#filedrop #fileinfo {
display: none;
}
#filedrop p {
background: url("/assets/img/drop.png") no-repeat top center;
padding-top: 64px;
color: #B1B3B7;
font-size: 26px;
font-weight: 600;
margin: 0 0 20px;
}
#filedrop label {
display: block;
}
#filedrop.selected {
text-align: left;
}
#filedrop.selected p, #filedrop.selected label {
display: none;
}
#filedrop.selected #fileinfo {
display: block;
background: url("/assets/img/pdf.png") no-repeat top left;
padding-left: 128px;
height: 120px;
}
#fileinfo strong:first-child {
color: #333;
}
#filedrop input {
width: 180px;
border: none;
}
#filedrop.selected input {
width: 500px;
}
table {
border: 0;
text-align: left;
}
table th {
font-weight: normal;
padding-right: 10px;
vertical-align: top;
width: 120px;
}
#settings input {
margin-left: 0;
margin-right: 10px;
}
#settings input[type=number] {
text-align: right;
width: 40px;
}
.no-js #file {
display: block;
}
.no-js #filedrop {
display: none;
}
.step1 #step2, .step1 #submit {
display: none;
}
.step2 #step2, .step2 #submit {
display: block;
}
#result {
margin: 40px auto 80px;
display: none;
}
#result-content {
margin-bottom: 40px;
}
#result h2 {
font-size: 22px;
margin: 40px 0;
}
#result h3 {
font-size: 18px;
margin: 30px 0 15px;
}
#progress table {
padding-left: 15px;
}
#main {
line-height: 1.3;
}
.progress #main, .result #main, .error #main {
display: none;
}
.progress #progress, .error #progress {
background: #4EBA6F;
height: 74px;
}
.result #result, .error #result {
display: block;
}
footer {
border-top: 2px solid #EEE;
padding-top: 5px;
height: 50px;
color: #666;
text-align: center;
}
a {
text-decoration: none;
font-weight: bold;
color: #444;
}
a:hover, a:active {
text-decoration: underline;
text-decoration: underline dotted;
color: #000;
}
#progress {
/* background: #4EBA6F; */
color: #FFF;
font-size: 32px;
font-family: sans-serif;
text-align: center;
line-height: 80px;
height: 0;
border: none;
margin: 0;
width: 100%;
-webkit-box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
-webkit-transition: height 2s, background-color 2s;
transition: height 2s, background-color 2s;
}
#progress h3 {
display: inline;
margin: 0;
}
.loader {
display: none;
position: relative;
width: 50px;
height: 50px;
vertical-align: middle;
}
.progress .loader {
display: inline-block;
}
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 10px;
height: 30px;
background-color: #fff;
-webkit-animation: grow 1.5s linear infinite;
animation: grow 1.5s linear infinite;
}
.loader-bars:after {
left: 15px;
-webkit-animation: grow 1.5s linear -0.5s infinite;
animation: grow 1.5s linear -0.5s infinite;
}
.loader-bars span {
left: 30px;
-webkit-animation: grow 1.5s linear -1s infinite;
animation: grow 1.5s linear -1s infinite;
}
@-webkit-keyframes grow {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
50% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
}
@keyframes grow {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
50% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
}
.error #progress {
background: #9C1F1f;
}
#printinfo .big {
font-size: 24px;
padding-right: 60px;
}
#printinfo th, #printinfo td {
height: 40px;
vertical-align: middle;
}
#printinfo .info {
background: #F5F5F5;
padding: 10px;
border: 1px dotted #CCC;
}
#officehours td {
padding-right: 10px;
}
.button {
background: #E1E1E1;
color: #000;
border: 1px solid #ADADAD;
cursor: default;
text-decoration: none !important;
text-align: center;
font-weight: normal;
font-size: 16px;
padding: 5px 10px;
}
.button:hover, .button:active {
border-color: #2B79DA;
background: #E6F1FB;
}
.button:active {
border: 2px;
}
.left {
float: left;
}
.right {
float: right;
}
.relative {
position: relative;
}
.language-link {
display: inline;
position: absolute;
top: 12px;
right: 5%;
} | www/print/assets/css/main.css | body, html {
margin: 0;
height: 100%;
width: 100%;
font-family: "Helvetica Neue", Helvetica, freesans, sans-serif;
background-color: #FFF;
}
#container {
min-height: 100%;
margin-bottom: -57px;
}
#container:after {
content: "";
display: block;
height: 70px;
}
header h1, section, footer {
margin: 0 auto;
width: 600px;
}
header {
height: 50px;
background: #fff;
/*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
border-bottom: 1px solid #eee;
}
header a {
color: #666;
text-decoration: none !important;
}
header a:hover h1, header a:active h1 {
color: #000;
}
header img {
height: 26px;
float: left;
margin-right: 60px;
border: 0 !important;
}
header h1 {
padding: 12px;
font-size: 26px;
font-weight: 600;
line-height: 1.0;
}
aside {
margin: 20px 0 30px;
padding: 5px;
background: #F5F5F5;
}
aside h2, aside h3 {
color: #333;
font-size: 1em;
}
aside p, aside h2 {
padding: 5px 10px;
margin: 0;
}
fieldset, #progress {
border: 1px #C1C3C5 solid;
}
fieldset {
margin: 15px 0;
}
legend {
font-weight: bold;
color: #333;
}
#info {
width: 100%;
text-align: center;
}
#info h1 {
padding-top: 5px;
margin: 0;
}
#info p {
padding-bottom: 5px;
}
.info-open {
background-color: #17a2b8b8;
color: #fff;
}
.info {
padding-left: 5px;
}
.info a {
font-size: 14px;
font-weight: normal;
text-decoration: underline;
text-decoration-style: dotted;
}
.info a:before {
content: "\00BB ";
}
#file {
display: none;
margin: 25px 0 15px;
}
#filedrop {
padding: 30px;
margin: 25px 20px 15px;
color: #C1C3C5;
border: dashed 3px #C1C3C5;
text-align: center;
cursor: pointer;
width: 470px;
overflow: hidden;
}
#filedrop.hover {
color: #000;
border: solid 2px #000;
box-shadow: inset 0 3px 4px #888;
}
#filedrop #fileinfo {
display: none;
}
#filedrop p {
background: url("/assets/img/drop.png") no-repeat top center;
padding-top: 64px;
color: #B1B3B7;
font-size: 26px;
font-weight: 600;
margin: 0 0 20px;
}
#filedrop label {
display: block;
}
#filedrop.selected {
text-align: left;
}
#filedrop.selected p, #filedrop.selected label {
display: none;
}
#filedrop.selected #fileinfo {
display: block;
background: url("/assets/img/pdf.png") no-repeat top left;
padding-left: 128px;
height: 120px;
}
#fileinfo strong:first-child {
color: #333;
}
#filedrop input {
width: 180px;
border: none;
}
#filedrop.selected input {
width: 500px;
}
table {
border: 0;
text-align: left;
}
table th {
font-weight: normal;
padding-right: 10px;
vertical-align: top;
width: 120px;
}
#settings input {
margin-left: 0;
margin-right: 10px;
}
#settings input[type=number] {
text-align: right;
width: 40px;
}
.no-js #file {
display: block;
}
.no-js #filedrop {
display: none;
}
.step1 #step2, .step1 #submit {
display: none;
}
.step2 #step2, .step2 #submit {
display: block;
}
#result {
margin: 40px auto 80px;
display: none;
}
#result-content {
margin-bottom: 40px;
}
#result h2 {
font-size: 22px;
margin: 40px 0;
}
#result h3 {
font-size: 18px;
margin: 30px 0 15px;
}
#progress table {
padding-left: 15px;
}
#main {
line-height: 1.3;
}
.progress #main, .result #main, .error #main {
display: none;
}
.progress #progress, .error #progress {
background: #4EBA6F;
height: 74px;
}
.result #result, .error #result {
display: block;
}
footer {
border-top: 2px solid #EEE;
padding-top: 5px;
height: 50px;
color: #666;
text-align: center;
}
a {
text-decoration: none;
font-weight: bold;
color: #444;
}
a:hover, a:active {
text-decoration: underline;
text-decoration: underline dotted;
color: #000;
}
#progress {
/* background: #4EBA6F; */
color: #FFF;
font-size: 32px;
font-family: sans-serif;
text-align: center;
line-height: 80px;
height: 0;
border: none;
margin: 0;
width: 100%;
-webkit-box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 12px -6px rgba(0,0,0,0.75);
-webkit-transition: height 2s, background-color 2s;
transition: height 2s, background-color 2s;
}
#progress h3 {
display: inline;
margin: 0;
}
.loader {
display: none;
position: relative;
width: 50px;
height: 50px;
vertical-align: middle;
}
.progress .loader {
display: inline-block;
}
.loader-bars:before,
.loader-bars:after,
.loader-bars span {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 10px;
height: 30px;
background-color: #fff;
-webkit-animation: grow 1.5s linear infinite;
animation: grow 1.5s linear infinite;
}
.loader-bars:after {
left: 15px;
-webkit-animation: grow 1.5s linear -0.5s infinite;
animation: grow 1.5s linear -0.5s infinite;
}
.loader-bars span {
left: 30px;
-webkit-animation: grow 1.5s linear -1s infinite;
animation: grow 1.5s linear -1s infinite;
}
@-webkit-keyframes grow {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
50% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
}
@keyframes grow {
0% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
50% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
}
100% {
-webkit-transform: scaleY(0);
transform: scaleY(0);
opacity: 0;
}
}
.error #progress {
background: #9C1F1f;
}
#printinfo .big {
font-size: 24px;
padding-right: 60px;
}
#printinfo th, #printinfo td {
height: 40px;
vertical-align: middle;
}
#printinfo .info {
background: #F5F5F5;
padding: 10px;
border: 1px dotted #CCC;
}
#officehours td {
padding-right: 10px;
}
.button {
background: #E1E1E1;
color: #000;
border: 1px solid #ADADAD;
cursor: default;
text-decoration: none !important;
text-align: center;
font-weight: normal;
font-size: 16px;
padding: 5px 10px;
}
.button:hover, .button:active {
border-color: #2B79DA;
background: #E6F1FB;
}
.button:active {
border: 2px;
}
.left {
float: left;
}
.right {
float: right;
}
.relative {
position: relative;
}
.language-link {
display: inline;
position: absolute;
top: 12px;
right: 5%;
} | 0.269133 | 0.057282 |
html {
font-size: 62.5%;
}
html,
body,
#container {
height: 100%;
}
body {
font-family: helvetica;
display: flex ;
flex-direction: column;
align-items: center;
}
.blank_space_xs {
min-height: 2em;
}
.blank_space_s {
min-height: 3em;
}
.blank_space_m {
min-height: 5em;
}
.blank_space_l {
min-height: 7em;
}
.blank_space_xl {
min-height: 10em;
}
body,
button,
input,
select,
textarea {
color: #555;
font-family: 'Open Sans', sans-serif;
font-size: 1.6rem;
line-height: 1.6;
}
a {
text-decoration: none;
color: #555;
}
@font-face {
font-family: "untitled-font-2";
font-weight: normal;
font-style: normal;
}
.outline_border {
padding: 20px 0 20px 0;
}
.window {
border: 1px solid #c3c3c3;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
-moz-box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
text-align: left;
vertical-align: top;
animation: zoom 500ms;
-webkit-animation: zoom 500ms;
min-height: 400px;
position: relative;
}
.window .header {
line-height: 30px;
vertical-align: top;
padding: 2px 9px 3px;
}
.window .header .title {
font-family: "Myriad Pro";
max-height: 30px;
}
.window .bullet {
height: 11px;
width: 11px;
display: inline-block;
background: #ccc;
border-radius: 100%;
vertical-align: middle;
margin-right: 5px;
}
.window .bullet-red {
background: #df7065;
}
.window .bullet-yellow {
background: #e6bb46;
}
.window .bullet-green {
background: #5bcc8b;
}
.browser .header {
background: #e8e8e8;
border-radius: 4px 4px 0 0;
}
.browser .header .title {
background: #fff;
border-radius: 4px;
margin-left: 10px;
}
.browser .header .title input {
border: none;
background-color: transparent;
font-size: x-small;
width: 85%;
padding-left: 8px;
}
.browser .header button {
margin-left: 10px;
width: 80px;
}
.browser .header .title .scheme {
color: #7ed321;
}
.window .footer {
background: #e8e8e8;
border-radius: 0 0 4px 4px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 30px;
padding: 7px 10px 8px 10px;
}
.window .footer input {
background-color: #fff;
font-size: x-small;
width: 100%;
}
.browser .body {
padding: 16px;
font: 11px "Lucida Grande", "Open Sans";
}
.message_input {
font-size: small;
background: #fff;
border-radius: 4px;
}
button {
text-decoration: none;
font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
color: black;
font-size: 11px;
padding: 1px 7px;
border:1px solid #9C9C9C;
background-image: -webkit-linear-gradient(
#ffffff 0%, #F6F6F6 30%,
#F3F3F3 45%, #EDEDED 60%,
#eeeeee 100%);
border-radius: 3px;
cursor: default;
box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
}
button:active {
border-color:#705ebb;
background-image:-webkit-linear-gradient(
#acc5e9 0%, #a3c0f2 18%,
#61a0ed 39%, #55a3f2 70%,
#82c2f1 91.72%, #9AD2F2 100%);
box-shadow: 0px 0px 1px rgba(0,0,0,0.65);
}
button.disabled {
color: #999!important;
background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);
}
.output
{
display: inline-block;
font-family: "Consolas";
padding-bottom: 5px;
overflow-x:hidden;
overflow-y: scroll;
max-height: 100px;
}
.green
{
color: green;
}
.red
{
color: darkred;
}
.dropdown
{
color: #0f0f0f;
font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
font-size: 11px;
border:none;
position: relative;
-webkit-appearance: none;
padding-right: 20px;
background: transparent;
}
.dropdown:focus
{
outline: none;
}
.plain-selector
{
margin: 0 3px;
}
.plain-selector::before
{
content: "";
position: absolute;
top: 0;
margin-top: 0;
height: 0;
width: 0;
right: 0;
border-bottom: 4px solid black;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
z-index: 2;
}
.plain-selector::after
{
content: "";
position: absolute;
bottom: 0;
margin-top: 0;
height: 0;
width: 0;
right: 0;
border-top: 4px solid black;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
z-index: 2;
}
.out-selector
{
position: relative;
}
.outter-selection
{
max-width: 120px;
max-height: 22px;
text-decoration: none;
color: black;
font-size: 11px;
padding: 1px 7px;
border:1px solid #9C9C9C;
background-image: -webkit-linear-gradient(
#ffffff 0%, #F6F6F6 30%,
#F3F3F3 45%, #EDEDED 60%,
#eeeeee 100%);
border-radius: 4px;
cursor: default;
box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
}
.dropdown:disabled,
.dropdown[disabled]
{
color: #999!important;
/*background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);*/
pointer-events: none;
}
.selection
{
display: block;
margin: auto;
padding: 0;
text-align: center;
width: 90%;
position: relative;
line-height: 1.6;
}
.admin-panel input {
font-size: 11px;
min-width: 200px;
vertical-align: middle;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
min-width: 400px;
max-width: 600px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
} | Pastor.TestApp/wwwroot/css/site.css | html {
font-size: 62.5%;
}
html,
body,
#container {
height: 100%;
}
body {
font-family: helvetica;
display: flex ;
flex-direction: column;
align-items: center;
}
.blank_space_xs {
min-height: 2em;
}
.blank_space_s {
min-height: 3em;
}
.blank_space_m {
min-height: 5em;
}
.blank_space_l {
min-height: 7em;
}
.blank_space_xl {
min-height: 10em;
}
body,
button,
input,
select,
textarea {
color: #555;
font-family: 'Open Sans', sans-serif;
font-size: 1.6rem;
line-height: 1.6;
}
a {
text-decoration: none;
color: #555;
}
@font-face {
font-family: "untitled-font-2";
font-weight: normal;
font-style: normal;
}
.outline_border {
padding: 20px 0 20px 0;
}
.window {
border: 1px solid #c3c3c3;
border-radius: 4px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
-moz-box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.11);
text-align: left;
vertical-align: top;
animation: zoom 500ms;
-webkit-animation: zoom 500ms;
min-height: 400px;
position: relative;
}
.window .header {
line-height: 30px;
vertical-align: top;
padding: 2px 9px 3px;
}
.window .header .title {
font-family: "Myriad Pro";
max-height: 30px;
}
.window .bullet {
height: 11px;
width: 11px;
display: inline-block;
background: #ccc;
border-radius: 100%;
vertical-align: middle;
margin-right: 5px;
}
.window .bullet-red {
background: #df7065;
}
.window .bullet-yellow {
background: #e6bb46;
}
.window .bullet-green {
background: #5bcc8b;
}
.browser .header {
background: #e8e8e8;
border-radius: 4px 4px 0 0;
}
.browser .header .title {
background: #fff;
border-radius: 4px;
margin-left: 10px;
}
.browser .header .title input {
border: none;
background-color: transparent;
font-size: x-small;
width: 85%;
padding-left: 8px;
}
.browser .header button {
margin-left: 10px;
width: 80px;
}
.browser .header .title .scheme {
color: #7ed321;
}
.window .footer {
background: #e8e8e8;
border-radius: 0 0 4px 4px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 30px;
padding: 7px 10px 8px 10px;
}
.window .footer input {
background-color: #fff;
font-size: x-small;
width: 100%;
}
.browser .body {
padding: 16px;
font: 11px "Lucida Grande", "Open Sans";
}
.message_input {
font-size: small;
background: #fff;
border-radius: 4px;
}
button {
text-decoration: none;
font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
color: black;
font-size: 11px;
padding: 1px 7px;
border:1px solid #9C9C9C;
background-image: -webkit-linear-gradient(
#ffffff 0%, #F6F6F6 30%,
#F3F3F3 45%, #EDEDED 60%,
#eeeeee 100%);
border-radius: 3px;
cursor: default;
box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
}
button:active {
border-color:#705ebb;
background-image:-webkit-linear-gradient(
#acc5e9 0%, #a3c0f2 18%,
#61a0ed 39%, #55a3f2 70%,
#82c2f1 91.72%, #9AD2F2 100%);
box-shadow: 0px 0px 1px rgba(0,0,0,0.65);
}
button.disabled {
color: #999!important;
background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);
}
.output
{
display: inline-block;
font-family: "Consolas";
padding-bottom: 5px;
overflow-x:hidden;
overflow-y: scroll;
max-height: 100px;
}
.green
{
color: green;
}
.red
{
color: darkred;
}
.dropdown
{
color: #0f0f0f;
font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
font-size: 11px;
border:none;
position: relative;
-webkit-appearance: none;
padding-right: 20px;
background: transparent;
}
.dropdown:focus
{
outline: none;
}
.plain-selector
{
margin: 0 3px;
}
.plain-selector::before
{
content: "";
position: absolute;
top: 0;
margin-top: 0;
height: 0;
width: 0;
right: 0;
border-bottom: 4px solid black;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
z-index: 2;
}
.plain-selector::after
{
content: "";
position: absolute;
bottom: 0;
margin-top: 0;
height: 0;
width: 0;
right: 0;
border-top: 4px solid black;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
z-index: 2;
}
.out-selector
{
position: relative;
}
.outter-selection
{
max-width: 120px;
max-height: 22px;
text-decoration: none;
color: black;
font-size: 11px;
padding: 1px 7px;
border:1px solid #9C9C9C;
background-image: -webkit-linear-gradient(
#ffffff 0%, #F6F6F6 30%,
#F3F3F3 45%, #EDEDED 60%,
#eeeeee 100%);
border-radius: 4px;
cursor: default;
box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
}
.dropdown:disabled,
.dropdown[disabled]
{
color: #999!important;
/*background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);*/
pointer-events: none;
}
.selection
{
display: block;
margin: auto;
padding: 0;
text-align: center;
width: 90%;
position: relative;
line-height: 1.6;
}
.admin-panel input {
font-size: 11px;
min-width: 200px;
vertical-align: middle;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
min-width: 400px;
max-width: 600px;
padding: 1px;
text-align: left;
white-space: normal;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
} | 0.303113 | 0.105856 |
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95) ;
filter: alpha(opacity=95) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_2 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) ;
filter: alpha(opacity=60) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_1 {
-ms-filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod = 'auto expand',M11=-1.0,M12=-1.2246467991473532E-16,M21=1.2246467991473532E-16,M22=-1.0);
filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod = 'auto expand',M11=-1.0,M12=-1.2246467991473532E-16,M21=1.2246467991473532E-16,M22=-1.0);
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_2 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_7 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_9 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_10 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_11 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_12 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_13 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_25 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_26 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_14 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_15 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_27 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_28 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_29 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_3 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_4 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_1 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76) ;
filter: alpha(opacity=76) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_1 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_69 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_16 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_86 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_16 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_20 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_21 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_5 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_6 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_7 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_8 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_9 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_10 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_11 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_12 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_13 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_67 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_5 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_22 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_68 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_72 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_87 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_12 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_7 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=87) ;
filter: alpha(opacity=87) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_44 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_88 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_89 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_90 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_13 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Button_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_91 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_84 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_85 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_92 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_14 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Button_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_93 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-close-white {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
} | public/resources/screens/4204dbaf-57d3-4633-ab0e-3f3634401494-1456588835954-ie8.css | -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95) ;
filter: alpha(opacity=95) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_2 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60) ;
filter: alpha(opacity=60) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_1 {
-ms-filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod = 'auto expand',M11=-1.0,M12=-1.2246467991473532E-16,M21=1.2246467991473532E-16,M22=-1.0);
filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod = 'auto expand',M11=-1.0,M12=-1.2246467991473532E-16,M21=1.2246467991473532E-16,M22=-1.0);
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_2 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_7 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_9 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_10 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_11 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_12 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_13 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_25 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_26 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_14 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_15 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_27 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_28 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_29 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_23 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_24 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_3 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_4 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_1 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76) ;
filter: alpha(opacity=76) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_1 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_69 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_8 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_16 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_18 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_86 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_16 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_17 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_19 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_20 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_21 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_5 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_6 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_7 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_8 {
rotation: 89.0;
margin-left: 14px;
margin-top: -16px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_9 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_10 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_11 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_12 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Line_13 {
rotation: 0.0;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_67 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_5 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Text_22 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_6 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_68 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_72 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_87 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_12 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Rectangle_7 {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=87) ;
filter: alpha(opacity=87) ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_44 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_88 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_89 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_90 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_13 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Button_3 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_91 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_84 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_85 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_92 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Paragraph_14 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Button_4 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-Image_93 {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 #s-close-white {
-ms-filter: ;
filter: ;
margin-left: 0px;
margin-top: 0px;
}
#s-4204dbaf-57d3-4633-ab0e-3f3634401494 > #loadMark {
width: 1px;
visibility: hidden;
display: none;
} | 0.239705 | 0.085633 |
body {
background: #222;
}
.drawCanvas:hover, .drawCanvas:active {
/* Please note that %23 is used instead of # due to a limitation in Chrome, https://www.chromestatus.com/features/5656049583390720 */
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 32px; fill: %23404040"><g transform="rotate(180,27.5,16)"><text y="30" x="30">&%23x270E;</text></g></svg>'),
pointer;
}
.colorSwatch {
position: absolute;
bottom: 40px;
text-align:center;
width: 100%
}
input[type=radio] {
margin: 0;
display: none;
width: 0;
}
input[type=radio]:checked + label::after {
content: '\270E';
transform: rotate(180deg);
position: absolute;
left: 15px;
top: 1px;
}
label, .background {
display: inline-block;
width: 48px; height: 48px;
position: relative;
padding-right: 5px; /* required for the oval shape */
margin-right:5px;
border-radius: 50%;
text-shadow: 1px 1px 2px #000;
color: #fff;
font-size: 32px;
line-height: 46px;
}
label[for=color01] {background: gold;}
label[for=color02] {background: darkorange;}
label[for=color03] {background: navy;}
label[for=color04] {background: yellowgreen;}
label[for=color05] {background: firebrick;}
label[for=color06] {background: powderblue;}
.background {background: snow;}
#btnUndo {background: url(images/undo-alt.svg) center/45% no-repeat; opacity: 0.1;}
#btnUndo.active {background: url(images/undo-alt.svg) center/45% no-repeat; opacity: 0.8;}
#btnRedo {background: url(images/redo-alt.svg) center/45% no-repeat; opacity: 0.1;}
#btnRedo.active {background: url(images/redo-alt.svg) center/45% no-repeat; opacity: 0.8;}
#btnErase {background: url(images/eraser.svg) center/45% no-repeat; opacity: 0.8;}
#btnDownload {background: url(images/download.svg) center/45% no-repeat; opacity: 0.8;}
#btnUpload {background: url(images/upload.svg) center/45% no-repeat; opacity: 0.8;}
#btnText {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">Aa</text></g></svg>') center no-repeat;}
#btnText.active {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: royalblue"><g><text y="39" x="16">Aa</text></g></svg>') center no-repeat;}
#btnIncFontSize {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">A+</text></g></svg>') center no-repeat;}
#btnIncFontSize.inactive {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: gainsboro"><g><text y="39" x="16">A+</text></g></svg>') center no-repeat;}
#btnDecFontSize {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">A-</text></g></svg>') center no-repeat;}
#btnDecFontSize.inactive {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: gainsboro"><g><text y="39" x="16">A-</text></g></svg>') center no-repeat;} | packages/ove-app-whiteboard/src/client/control/whiteboard.css | body {
background: #222;
}
.drawCanvas:hover, .drawCanvas:active {
/* Please note that %23 is used instead of # due to a limitation in Chrome, https://www.chromestatus.com/features/5656049583390720 */
cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 32px; fill: %23404040"><g transform="rotate(180,27.5,16)"><text y="30" x="30">&%23x270E;</text></g></svg>'),
pointer;
}
.colorSwatch {
position: absolute;
bottom: 40px;
text-align:center;
width: 100%
}
input[type=radio] {
margin: 0;
display: none;
width: 0;
}
input[type=radio]:checked + label::after {
content: '\270E';
transform: rotate(180deg);
position: absolute;
left: 15px;
top: 1px;
}
label, .background {
display: inline-block;
width: 48px; height: 48px;
position: relative;
padding-right: 5px; /* required for the oval shape */
margin-right:5px;
border-radius: 50%;
text-shadow: 1px 1px 2px #000;
color: #fff;
font-size: 32px;
line-height: 46px;
}
label[for=color01] {background: gold;}
label[for=color02] {background: darkorange;}
label[for=color03] {background: navy;}
label[for=color04] {background: yellowgreen;}
label[for=color05] {background: firebrick;}
label[for=color06] {background: powderblue;}
.background {background: snow;}
#btnUndo {background: url(images/undo-alt.svg) center/45% no-repeat; opacity: 0.1;}
#btnUndo.active {background: url(images/undo-alt.svg) center/45% no-repeat; opacity: 0.8;}
#btnRedo {background: url(images/redo-alt.svg) center/45% no-repeat; opacity: 0.1;}
#btnRedo.active {background: url(images/redo-alt.svg) center/45% no-repeat; opacity: 0.8;}
#btnErase {background: url(images/eraser.svg) center/45% no-repeat; opacity: 0.8;}
#btnDownload {background: url(images/download.svg) center/45% no-repeat; opacity: 0.8;}
#btnUpload {background: url(images/upload.svg) center/45% no-repeat; opacity: 0.8;}
#btnText {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">Aa</text></g></svg>') center no-repeat;}
#btnText.active {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: royalblue"><g><text y="39" x="16">Aa</text></g></svg>') center no-repeat;}
#btnIncFontSize {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">A+</text></g></svg>') center no-repeat;}
#btnIncFontSize.inactive {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: gainsboro"><g><text y="39" x="16">A+</text></g></svg>') center no-repeat;}
#btnDecFontSize {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: black"><g><text y="39" x="16">A-</text></g></svg>') center no-repeat;}
#btnDecFontSize.inactive {background: snow url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" style="font-size: 24px; fill: gainsboro"><g><text y="39" x="16">A-</text></g></svg>') center no-repeat;} | 0.576542 | 0.169234 |
body, h1, h2, h3, h4, h5, h6, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
margin: 0;
padding: 0;
}
body, button, input, select, textarea {
font: 14px/1 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
button, input, select, textarea { padding:3px; line-height:1em; margin:0;}
textarea {line-height:150%;}
input { line-height:normal; }
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:15px; }
h1, h2, h3, h4, h5 { font-weight:normal; }
small { font-size: 11px; }
img { border: none; }
button, input, select, textarea {
font-size: 100%;
}
html { overflow-y: scroll; }
body {
background-color:#FFF;
-webkit-text-size-adjust: none;
}
p {line-height:180%;margin-bottom:20px;}
a { color:#3366CC; text-decoration:none;}
a:hover { color:#bd0a01;text-decoration:none;}
.c { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.text-center {text-align:center;}
.center-align {margin:0 auto;}
.div-align {display:block;width:100%;text-align:center;}
.grey {color: #999;}
.red {color: red;}
.fs12 {font-size:12px;}
.textbtn {cursor: pointer;}
.yl {color:yellow;}
.c999 {color:#999;}
.c666 {color:#666;}
.header-wrap {width:100%;min-width:960px;height:48px;background-color:#000;color:#FFF;}
.header {width:960px;margin:0 auto;color:#666;}
.header a {color:#CCC;text-decoration:none;}
.header a:hover {color:#FFF;text-decoration:none;}
.logo {float:left;width:170px;}
.scbox {float:left;width:250px;margin:10px 0 0 30px;}
.scbox input {border-radius:8px;background-color:#E2E2E2;}
.banner {float:right;padding:15px;}
.banner img{vertical-align: middle;}
.avatar-mini {max-height:24px;max-width:24px;}
.main-wrap {width:100%;min-width:960px;background-color:#D0D0D0;padding:20px 0 20px 0;}
.main {width:960px;margin:0 auto;}
.main-content {float:left;width:670px;}
.title {border-bottom:1px solid #E2E2E2;padding:10px;color:#666;font-size:12px;background-color:#FFF;border-top-left-radius:5px;border-top-right-radius:5px;}
.no-comment {width:646px;padding:10px;background-color:#D0D0D0;margin-bottom:20px;border: 2px dashed #BBB;color:#999;text-align:center;}
.main-box {width:650px;padding:10px;background-color:#FFF;margin-bottom:20px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.topic-title {margin-bottom:10px;}
.topic-title-main {max-width:560px;}
.topic-title h1 {margin-bottom:10px;font-size:21px;font-weight: 500;line-height: 150%;color:#333;}
.topic-title-date {font-size:12px;color:#999;border-bottom: 1px solid #EFEFEF;padding-bottom:8px;}
.detail-avatar {width:73px;height:73px;float:right;}
.detail-avatar img {border-radius: 4px;}
.topic-content {WORD-WRAP: break-word;}
.topic-content img {display:block;margin-top:10px;max-width:650px;}
.topic-content embed {display:block;margin-top:10px;max-width:590px;}
.post-list {border-bottom: 1px solid #EFEFEF;margin-bottom:10px;}
.item-avatar {width:58px;height:58px;float:left;}
.item-avatar img {max-height:48px;max-width:48px;border-radius: 4px;}
.item-content {width:535px;height:48px;margin-right:10px;float:left;}
.item-date {color:#999;font-size:12px;}
.item-date a {color:#666;}
.item-date a:hover {color:#222;}
.item-count {margin-right:10px;float:right;margin-top:12px;}
.item-count a {font-size: 12px;line-height: 12px;font-weight: 500;border-radius: 10px;display: inline-block;background-color: #F0F0F0;color: #666;padding: 2px 5px 2px 5px;}
.item-count a:hover {text-decoration:none;color:#222;background-color:#E0E0E0;}
.item-content h1 {font-size: 16px;line-height:130%;margin-bottom:8px;}
.node-detail {border-bottom:1px solid #EFEFEF;margin-bottom:15px;}
.node-img {float:left;margin:0 10px 10px 0;height:73px;width:73px;}
.node-img img {max-width:73px;max-height:73px;border-radius: 4px;}
.node-data {float:left;width:560px;font-size:12px;color:#999;}
.pagination {margin-top:15px;}
.commont-item {border-bottom: 1px solid #EFEFEF;margin-bottom:15px;}
.commont-avatar {width:58px;height:58px;float:left;}
.commont-avatar img {max-height:48px;max-width:48px;border-radius: 4px;}
.commont-data {float:left;width:590px;}
.commont-data-date {color:#999;font-size: 12px;margin-bottom:10px;}
.commonet-count {font-size: 12px;line-height: 12px;font-weight: 500;border-radius: 10px;display: inline-block;background-color: #F0F0F0;color: #999;padding: 2px 5px 2px 5px;}
.comment-text {width: 640px; height: 150px;}
.commont-content {WORD-WRAP: break-word;}
.commont-content img {display:block;margin-top:10px;max-width:590px;}
.commont-content embed {display:block;margin-top:10px;max-width:590px;}
.no-topic-reply {width:624px;padding:10px;background-color:#F9F9F9;margin-bottom:20px;border: 2px dashed #F6F6F6;color:#999;text-align:center;}
.main-sider {float:right;width:270px;font-size:12px;}
.sider-box {border-bottom:1px solid #E2E2E2;background-color:#FFF;margin-bottom:20px;border-radius:5px;}
.sider-box-title {border-bottom:1px solid #E2E2E2;margin-bottom:10px;padding:10px;color:#666;}
.sider-box-content {margin-bottom:10px;padding:0 10px 0 10px;}
.sider-box-content .btn a {display:block;padding:5px 10px;border:1px solid #E2E2E2;float:left;margin:0 5px 5px 0;color:#666;background-color:#EFEFEF;white-space: nowrap;border-radius: 4px;}
.sider-box-content .btn a:hover {border:1px solid #E0E0E0;text-decoration:none;color:#222;background-color:#E0E0E0;}
.sider-box-content ul {list-style:none;}
.sider-box-content ul li {color:#999;width:250px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom:6px;line-height:1.2em;}
.sider-box-content ul li a {color:#333;}
.sider-box-content ul li a:hover {color:#36C;}
.footer-wrap {width:100%;min-width:960px;margin-bottom:20px;background-color:#FFF;color:#999;}
.footer {width:960px;margin:0 auto;padding:20px 0 20px 0;background:url(img/appengine-noborder-120x30.gif) no-repeat right 15px;}
.footer p {margin-bottom:10px;line-height:120%;}
.footer p a {color:#666;font-weight:500;}
.footer p a:hover {color:#36C;} | 1/BBS/saespot-v0.2/saespot/static/default/style.css | body, h1, h2, h3, h4, h5, h6, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
margin: 0;
padding: 0;
}
body, button, input, select, textarea {
font: 14px/1 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
button, input, select, textarea { padding:3px; line-height:1em; margin:0;}
textarea {line-height:150%;}
input { line-height:normal; }
h1 { font-size:24px; }
h2 { font-size:22px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:15px; }
h1, h2, h3, h4, h5 { font-weight:normal; }
small { font-size: 11px; }
img { border: none; }
button, input, select, textarea {
font-size: 100%;
}
html { overflow-y: scroll; }
body {
background-color:#FFF;
-webkit-text-size-adjust: none;
}
p {line-height:180%;margin-bottom:20px;}
a { color:#3366CC; text-decoration:none;}
a:hover { color:#bd0a01;text-decoration:none;}
.c { clear:both; }
.float-left { float:left; }
.float-right { float:right; }
.text-center {text-align:center;}
.center-align {margin:0 auto;}
.div-align {display:block;width:100%;text-align:center;}
.grey {color: #999;}
.red {color: red;}
.fs12 {font-size:12px;}
.textbtn {cursor: pointer;}
.yl {color:yellow;}
.c999 {color:#999;}
.c666 {color:#666;}
.header-wrap {width:100%;min-width:960px;height:48px;background-color:#000;color:#FFF;}
.header {width:960px;margin:0 auto;color:#666;}
.header a {color:#CCC;text-decoration:none;}
.header a:hover {color:#FFF;text-decoration:none;}
.logo {float:left;width:170px;}
.scbox {float:left;width:250px;margin:10px 0 0 30px;}
.scbox input {border-radius:8px;background-color:#E2E2E2;}
.banner {float:right;padding:15px;}
.banner img{vertical-align: middle;}
.avatar-mini {max-height:24px;max-width:24px;}
.main-wrap {width:100%;min-width:960px;background-color:#D0D0D0;padding:20px 0 20px 0;}
.main {width:960px;margin:0 auto;}
.main-content {float:left;width:670px;}
.title {border-bottom:1px solid #E2E2E2;padding:10px;color:#666;font-size:12px;background-color:#FFF;border-top-left-radius:5px;border-top-right-radius:5px;}
.no-comment {width:646px;padding:10px;background-color:#D0D0D0;margin-bottom:20px;border: 2px dashed #BBB;color:#999;text-align:center;}
.main-box {width:650px;padding:10px;background-color:#FFF;margin-bottom:20px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
.topic-title {margin-bottom:10px;}
.topic-title-main {max-width:560px;}
.topic-title h1 {margin-bottom:10px;font-size:21px;font-weight: 500;line-height: 150%;color:#333;}
.topic-title-date {font-size:12px;color:#999;border-bottom: 1px solid #EFEFEF;padding-bottom:8px;}
.detail-avatar {width:73px;height:73px;float:right;}
.detail-avatar img {border-radius: 4px;}
.topic-content {WORD-WRAP: break-word;}
.topic-content img {display:block;margin-top:10px;max-width:650px;}
.topic-content embed {display:block;margin-top:10px;max-width:590px;}
.post-list {border-bottom: 1px solid #EFEFEF;margin-bottom:10px;}
.item-avatar {width:58px;height:58px;float:left;}
.item-avatar img {max-height:48px;max-width:48px;border-radius: 4px;}
.item-content {width:535px;height:48px;margin-right:10px;float:left;}
.item-date {color:#999;font-size:12px;}
.item-date a {color:#666;}
.item-date a:hover {color:#222;}
.item-count {margin-right:10px;float:right;margin-top:12px;}
.item-count a {font-size: 12px;line-height: 12px;font-weight: 500;border-radius: 10px;display: inline-block;background-color: #F0F0F0;color: #666;padding: 2px 5px 2px 5px;}
.item-count a:hover {text-decoration:none;color:#222;background-color:#E0E0E0;}
.item-content h1 {font-size: 16px;line-height:130%;margin-bottom:8px;}
.node-detail {border-bottom:1px solid #EFEFEF;margin-bottom:15px;}
.node-img {float:left;margin:0 10px 10px 0;height:73px;width:73px;}
.node-img img {max-width:73px;max-height:73px;border-radius: 4px;}
.node-data {float:left;width:560px;font-size:12px;color:#999;}
.pagination {margin-top:15px;}
.commont-item {border-bottom: 1px solid #EFEFEF;margin-bottom:15px;}
.commont-avatar {width:58px;height:58px;float:left;}
.commont-avatar img {max-height:48px;max-width:48px;border-radius: 4px;}
.commont-data {float:left;width:590px;}
.commont-data-date {color:#999;font-size: 12px;margin-bottom:10px;}
.commonet-count {font-size: 12px;line-height: 12px;font-weight: 500;border-radius: 10px;display: inline-block;background-color: #F0F0F0;color: #999;padding: 2px 5px 2px 5px;}
.comment-text {width: 640px; height: 150px;}
.commont-content {WORD-WRAP: break-word;}
.commont-content img {display:block;margin-top:10px;max-width:590px;}
.commont-content embed {display:block;margin-top:10px;max-width:590px;}
.no-topic-reply {width:624px;padding:10px;background-color:#F9F9F9;margin-bottom:20px;border: 2px dashed #F6F6F6;color:#999;text-align:center;}
.main-sider {float:right;width:270px;font-size:12px;}
.sider-box {border-bottom:1px solid #E2E2E2;background-color:#FFF;margin-bottom:20px;border-radius:5px;}
.sider-box-title {border-bottom:1px solid #E2E2E2;margin-bottom:10px;padding:10px;color:#666;}
.sider-box-content {margin-bottom:10px;padding:0 10px 0 10px;}
.sider-box-content .btn a {display:block;padding:5px 10px;border:1px solid #E2E2E2;float:left;margin:0 5px 5px 0;color:#666;background-color:#EFEFEF;white-space: nowrap;border-radius: 4px;}
.sider-box-content .btn a:hover {border:1px solid #E0E0E0;text-decoration:none;color:#222;background-color:#E0E0E0;}
.sider-box-content ul {list-style:none;}
.sider-box-content ul li {color:#999;width:250px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom:6px;line-height:1.2em;}
.sider-box-content ul li a {color:#333;}
.sider-box-content ul li a:hover {color:#36C;}
.footer-wrap {width:100%;min-width:960px;margin-bottom:20px;background-color:#FFF;color:#999;}
.footer {width:960px;margin:0 auto;padding:20px 0 20px 0;background:url(img/appengine-noborder-120x30.gif) no-repeat right 15px;}
.footer p {margin-bottom:10px;line-height:120%;}
.footer p a {color:#666;font-weight:500;}
.footer p a:hover {color:#36C;} | 0.255529 | 0.099034 |
==================================================
#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU
#FOOTER
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS
*/
/* BOOSTRAP CUSTOMIZATION
================================================== */
nav ol, nav ul, ul.iconsList {
list-style: none;
margin:0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
border:none;
box-shadow:none;
padding:0;
}
.pagination {
margin-top:3em;
}
.pagination ul {
border-radius:0;
moz-border-radius:0;
-webkit-border-radius:0;
box-shadow: none;
}
.pagination ul > li > a {
border:none;
border-radius:0;
margin-right:2px;
}
.pagination ul > li > a.pagLeft {
border-radius:0 4px 4px 0;
moz-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
/*** accordion ***/
.accordion-group {
border:none;
border-bottom:1px solid #EAEAEA;
moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.accordion {
margin-bottom:0;
}
.accordion-heading .accordion-toggle {
padding:0.75em 0;
}
a.accordion-toggle:link {
outline:none;
line-height:1.7em !important;
font-size:1.25em;
}
a.accordion-toggle:hover {
text-decoration:none;
}
.accordion-inner {
padding: 1em 0 1.5em 0;
}
/*** tabs ***/
.nav-tabs {border-bottom: none;float:left;width:100%;}
.nav-tabs>li {margin-bottom: 0;}
.nav-tabs>li>a {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.ie8 .nav-tabs > .active > a, .ie8 .nav-tabs > .active > a:hover {
box-shadow: none;
filter:none;
}
.nav-tabs>li>a, .nav-pills>li>a {
margin-right: 0px;
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
}
.tab-content {
padding:1.5em;
}
/*** tooltip ***/
.tooltip {
z-index:9999 !important;
}
/*** Carousel ***/
.carousel {
margin-bottom:0;
margin-top:1em;
}
.carousel-control {
top: -3.5em;
opacity:1;
position:absolute!important;
}
.carousel-control i {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.carousel-control:hover i {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
}
.carousel-control:link {
outline:none;
}
.carousel-control.left {
left: auto;
right: 30px;
}
.carousel-control.right {
left: auto;
right:0px;
}
#carouselGrid .carousel-control {
top: 50%;
opacity:1;
position:absolute!important;
font-size: 1.5em;
line-height: 4em;
cursor: pointer;
width:2em;
height:4em;
background:none;
border:none;
}
#carouselGrid .carousel-control i {color:#fff;}
#carouselGrid .carousel-control.left {
left: 0;
right: auto;
}
#carouselGrid .carousel-control.right {
left: auto;
right:0;
}
#carouselGrid{ display:none; }
/*#carouselGrid img{min-height: 550px;}*/
/*** End carousel ***/
/*** pagination ***/
#pagination ul {
border:0;
margin:0;
padding:0;
}
#pagination li {
border:0;
margin:0;
padding:0;
}
#pagination a {
margin-right:2px;
display:block;
float:left;
padding:2px 6px;
text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
/*** End pagination ***/
/* END BOOSTRAP CUSTOMIZATION
================================================== */
/* NEKO CSS FRAMEWORK
================================================== */
/*** Slices ***/
.slice {
padding-top:6em;
padding-bottom:6em;
}
.innerSlice {
padding:3em;
}
/*** call To Action ***/
.ctaBox blockquote {
display:inline-block;
text-align:left;
font-size:1.85em;
line-height:1;
text-shadow:none;
}
.ctaBox blockquote:after, .ctaBox blockquote:before {
content:none;
}
.ctaBox a {
float:right;
}
.ctaBox.ctaBoxFullwidth {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
padding:3.21em;
}
/*** top box ***/
.topBox {
padding:3em 0;
}
.topBox a {
float:right
}
/*** icons ***/
.iconBlocHeading {
width:100%;
float:left;
margin-bottom:1.5em;
}
.iconBlocHeading .iconWrapper, .iconBlocHeading h2, .iconBlocHeading h3, .iconBlocHeading h4 {
float:left;
margin-bottom:0;
padding:0;
}
.iconBlocHeading h2, .iconBlocHeading h3, .iconBlocHeading h4 {
line-height: 3.25em;
margin-left:10px;
}
.iconBlocHeading h2 {
border:none;
}
.iconBlocHeading h2:after {
content:none;
}
/*** boxes ***/
.boxWrapper {
display:block;
overflow:hidden;
}
.boxWrapper .imgWrapper {
margin-bottom:0!important;
margin-top:0!important;
border:none;
}
.boxWrapper .socialNetwork {
float:none;
}
.boxIcon {
text-align:center;
padding: 2.5em 0.5em 0 0.5em;
overflow: hidden;
margin-bottom: 1.5em;
position:relative;
height:260px;
}
.boxIcon.hover {
padding-bottom:0;
}
.boxIcon h2 {
border:none;
margin-bottom:0
}
.boxIcon h2:after {
content:none;
}
.boxIcon p {
margin-top:250px;
display:none;
}
/*box feature*/
.boxFeature {
margin-bottom:3em;
}
/*box content*/
.boxContent, .boxContent2 {
padding:1em 0;
text-align:center;
}
.boxContent .parag {
font-size:1em;
line-height:1.5em;
font-style:italic;
margin-bottom:0;
font-family:Georgia, "Times New Roman", Times, serif;
display:none;
position:absolute;
bottom:-50px;
width:96%;
left:0;
text-align: center;
padding:2%;
}
.boxContent h3 {
padding-top:0;
margin:0.5em 0 0.5em 0;
font-weight: 400;
}
.boxContent hr {
margin:1em 0;
padding:0;
}
.boxFocus {
-webkit--radius: 4px;
-moz--radius: 4px;
border-radius: 4px;
}
/* bulles */
.bulle {
padding: 1.66em;
position: relative;
margin-bottom: 1em;
margin-right:5px;
border: none;
font-size:1.1em;
line-height:1.25em;
text-align:left;
-webkit--radius: 4px;
-moz--radius: 4px;
border-radius: 4px;
}
.bulle h2 {
border:none;
margin-bottom: 0.5em;
padding:0;
}
.bulle a:hover {
text-decoration:none;
}
.bulle .arrow {
position:absolute;
right:-15px;
top:40%;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
pointer-events: none;
}
.bulleLeft .arrow {
left:-15px;
border-width: 10px 15px 10px 0;
border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.bulleBottom .arrow {
left:10%;
bottom:-14px;
top:auto;
border-width: 15px 10px 0 10px;
border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.ie8 .bulle .arrow, .ie8 .bulleBottom .arrow, .ie8 .bulleLeft .arrow {
border-color:transparent;
zoom: 1;
}
/* End bulle */
/* utility classes */
.roundedShadow {
min-height:3em;
}
.noBorder {
border:none!important;
}
.transparent_80 {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.mb15 {
margin-bottom:1.5em;
}
.mb30 {
margin-bottom:3em;
}
.mb40 {
margin-bottom:4em;
}
.mt15 {
margin-top:1.5em;
}
.mt30 {
margin-top:3em;
}
.mt40 {
margin-top:4em;
}
.noMargin {
margin:0;
}
.noPaddingBottom {
padding-bottom:0
}
.noPaddingTop {
padding-top:0
}
/*** new badge ***/
.boxNew {
position:relative;
}
.newBadge {
text-align:center;
text-transform:uppercase;
moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
width:50px;
height:50px;
position:absolute;
top:15px;
right:-20px;
line-height:50px;
z-index:999;
font-weight:bold;
}
/*** images ***/
.imgWrapper {
margin-bottom:1.5em;
display:block;
overflow:hidden;
}
.carousel .imgWrapper {
margin-bottom:0;
}
.imgRounded {
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
overflow:hidden;
margin:0 auto;
}
/*** end images ***/
/*** % FLOATING GRID GRID ***/
.full-width {
width:930px;
height:auto;
overflow:hidden
}
.one_half {
width: 48%;
}
.one_third {
width: 30.66%;
}
.two_thirds {
width: 65.33%;
}
.one_fourth {
width: 22%;
}
.three_fourths {
width: 74%;
}
.one_fifth {
width: 16.8%;
}
.two_fifth {
width: 37.6%;
}
.three_fifth {
width: 58.4%;
}
.four_fifth {
width: 67.2%;
}
.one_sixth {
width: 13.33%;
}
.five_sixth {
width: 82.67%;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
position: relative;
margin-right: 4%;
float: left;
}
.last {
margin-right:0 !important;
}
/*** End % FLOATING GRID GRID ***/
/* ICONS */
/**** ICON and Icon lists ****/
h3 [class^="icon-"], h3 [class*=" icon-"] {
line-height:1.5em;
}
.bigIcon {
text-align:center;
}
.bigIcon i {
font-size:6em;
margin-bottom:0.5em;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top:0;
}
ul.iconsList i {
font-size: 0.75em;
line-height:1.5em;
}
ul.iconsList.iconsList-large li {
line-height: 1.5em;
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
font-weight:300;
}
ul.iconsList.iconsList-large i {
line-height: 1.8em;
}
/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.iconsList i {
line-height:2em;
}
ul.iconsList.iconsList-large i {
line-height: 2em;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top:0;
line-height:1.25em
}
}
/* Social icon */
ul.socialTeam {
list-style-type:none;
padding:0;
margin-left:0;
margin-top:1.5em;
}
/*** ICON and Icon lists ***/
/* iconWrapper */
.iconWrapper {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 50px;
height: 50px;
font-size:20px;
}
.iconWrapper i {
margin:0;
line-height:40px;
position:absolute;
top:6px;
left: 15px;
}
.iconWrapper i:before {
margin:0 !important;
}
.iconWrapper:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.iconWrapper i {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.iconWrapper.iconBig {
height: 128px;
width: 128px;
}
.iconWrapper.iconBig i {
line-height:128px;
font-size:72px;
line-height: 128px;
top: 0;
left: 27px;
}
.iconWrapper.iconBig:hover i {
text-shadow:none;
}
.iconWrapper.iconSmall {
height: 36px;
width: 36px;
line-height: 36px;
}
.iconWrapper.iconSmall i {
line-height:28px;
line-height:0px;
font-size: 16px;
top: 10px;
left: 9px;
}
.iconWrapper.iconMini {
height: 20px;
width: 20px;
line-height: 21px;
font-size:15px;
}
.iconWrapper.iconMini i {
line-height: 0;
font-size: 11px;
top: 5px;
left: 4px;
}
/* end iconWrapper */
/* icon lists */
.iconList-body {
overflow: hidden;
}
.iconList h2, .iconList h3, .iconList h4, .iconList p {
margin-top:0;
}
.iconList li {
border-bottom:1px dotted #ededed;
}
.iconList .pull-left {
margin-right: 10px;
}
.iconBox {
margin-bottom:1em;
}
.iconBox-body {
overflow: hidden;
}
.iconBoxes .pull-left {
margin-right: 10px;
}
.iconBoxV2 .iconBox-icon, .iconBoxV2 .iconBox-body {
}
.iconBoxV2 .iconBox-body {
padding:0.5em
}
.iconBoxV2 .iconBox-icon {
width:4em;
display:block;
text-align:center;
padding-top:0.5em;
}
.iconBoxV2 .iconBox-icon i {
font-size:3em
}
.iconBoxV2 h2 {
border:none;
margin-top:0.66em;
}
article.iconBoxV3 {
display:block;
padding:0;
text-align:center;
min-height:310px;
}
.iconBoxV3 h2 {
font-weight:800;
}
.iconBoxV3 p {
padding:10px;
}
.iconBoxV3 a {
display:block;
}
.iconBoxV3 a i {
display: inline-block;
-webkit-transition: all 0.4s ease-out;
-webkit-backface-visibility: hidden;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
text-shadow:none;
}
.iconBoxV3 a:hover {
text-decoration:none;
}
.iconBoxV3 a h2 {
padding-top:0.66em
}
/*** END ICONS ***/
/* END NEKO CSS FRAMEWORK
================================================== */
/* TYPOGRAPHY
================================================== */
body {
font-size:0.875em;
line-height: 1.643;
font-family: Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, legend {
margin:0;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-size: 3.21em;
line-height: 1.02em;
margin-bottom: 2em;
font-weight: 300;
font-style: normal;
text-align:center;
text-transform:uppercase;
position:relative;
}
.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
font-weight: 800;
font-size: 5em;
line-height:1em;
text-transform:uppercase;
padding:0.5em 0;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#home-artist h1.bigTitle {margin-bottom: 0;}
.paralaxText h2 {
font-size: 3.21em;
font-weight: 800;
line-height:1.5em;
text-transform:uppercase;
padding:0.5em 0;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.paralaxText blockquote {
font-size: 3.21em;
line-height: 1.5em;
margin-bottom:0;
font-weight:800;
font-family: 'Open Sans', sans-serif;
padding-left:0;
border:none;
text-align:left;
text-transform:uppercase;
text-align:center;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.topQuote h1 {
line-height:1em;
text-transform:none;
font-weight: 300;
}
h2 {
font-size: 1.857em;
line-height: 1.392em;
margin-bottom: 0.36em;
font-weight: 400;
font-style: normal;
padding:0;
overflox:hidden;
}
h1:after {
display:block;
height:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width:50px;
content:'';
bottom:-0.7em;
position:absolute;
margin-left:-25px;
left:50%;
}
/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
content:none
}
h3, legend {
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: 0.71em;
font-weight:300;
}
h4 {
font-size: 1.285em;
line-height: 1.642em;
margin-bottom: 0.357em;
font-style: bold;
font-size: 1.15em;
font-family: Arial, Helvetica, sans-serif;
font-weight:300;
}
h5 {
font-style: normal;
font-weight: 300;
font-size: 1.116em;
line-height: 1.5714em;
margin-bottom: 0.916em;
}
h6 {
font-weight: 300;
font-style: italic;
margin-bottom: 2em;
font-size: 1em;
line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
text-transform:none;
font-size:0.5em;
font-weight:400;
color:inherit;
}
p, ul {
margin-top: 0em;
margin-bottom: 1.5em;
}
strong {
font-weight:bold
}
small, aside {
}
li {
line-height: inherit;
}
a:link, a:visited {
text-decoration:none;
font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
text-decoration:underline;
}
ul.iconsList li a:hover {
text-decoration:none;
}
a.readMore {
display:block;
margin-top:0.75em;
font-style:italic;
}
blockquote {
font-size: 1.6em;
line-height: 1.5em;
margin-bottom:0;
font-weight:300;
font-family: 'Open Sans', sans-serif;
padding-left:0;
border:none;
text-align:left;
}
blockquote p {
font-size: inherit;
}
blockquote small {
font-size:50%;
display:inline;
}
blockquote:before {
content:'\275D';
font-family: 'custom-icons';
margin-right:0.5em;
}
blockquote:after {
content:'\275E';
font-family: 'custom-icons';
margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
content:none;
}
hr {
padding:0;
margin:3em 0 3em 0;
}
.hero-unit blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
/*** buttons ***/
.btn {
padding: 15px 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
border:none;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight: 600;
text-transform: uppercase;
text-shadow: none;
border-bottom: 3px solid rgba(1, 1, 1, 0.05);
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.btn:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.btn.active, .btn:active {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.btn-large {
padding:22px 40px;
font-size:22px;
}
.btn-small {
padding:10px 20px;
font-size:12px;
}
.btn-mini {
padding:0px 6px;
font-size:10px;
}
.btn-link {
text-transform:none;
text-shadow:none;
padding:0;
}
.btn i {
margin-right:0.5em;
}
.pager li > a, .pager li > span {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:none;
}
.pager li a i {
margin-top:0.1em
}
.btn.search {
position:static;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
cursor:pointer;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*** End buttons ***/
/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.content {
padding: 3.21em 0;
}
#globalWrapper {
max-width:100%;
margin:0;
padding-top:0;
}
#globalWrapper container {
margin:0 20px;
}
.mainNav {
margin-top:0;
}
img {
max-width:100%;
}
/*** responsive video ***/
.videoWrapper {
position: relative;
padding-bottom: 54%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
p.credits {
padding:1.5em;
margin-bottom:1.5em
}
/* END GENERAL
================================================== */
/* PARALLAX STUFF
================================================== */
#paralaxSlice1 {
background-image: url('../images/theme-pics/paralax-1.jpg');
}
#paralaxSlice2 {
background-image: url('../images/theme-pics/paralax-2.jpg');
}
#paralaxSlice4 {
background-image: url('../images/theme-pics/paralax-4.jpg');
}
#paralaxSlice5 {
background-image: url('../images/theme-pics/paralax-5.jpg');
}
#paralaxSlice6 {
background-image: url('../images/theme-pics/paralax-6.jpg');
}
#paralaxSlice7 {
background-image: url('../images/theme-pics/paralax-5.jpg');
}
#paralaxSlice8 {
background-image: url('../images/theme-pics/paralax-8.jpg');
}
#paralaxSlice9 {
background-image: url('../images/theme-pics/paralax-9.jpg');
}
#paralaxSlice10 {
background-image: url('../images/theme-pics/paralax-10.jpg');
}
#paralaxSlice11 {
background-image: url('../images/theme-pics/paralax-11.jpg');
}
#paralaxSlice12 {
background-image: url('../images/theme-pics/paralax-11.jpg');
}
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
width:100%;
background-repeat: repeat;
background-attachment: fixed;
background-position: top center;
background-size: 120%;
}
.paralaxText {
padding-top:6em;
padding-bottom:6em;
text-align:center;
position:relative;
}
/* END PARALLAX STUFF
================================================== */
/* HEADER
================================================== */
#home {
height:100%;
position:relative;
overflow: hidden;
}
#home .container, #home .span12 {
height:100%;
position:relative;
}
#homeTitle {
margin-top:25%;
text-align:center;
}
#mainLogo {
display:block;
width:170px;
margin-right:20px;
line-height:0;
}
#baseline {
font-size: 1.4em;
display:block;
margin:2.8em 0 0 1.5em;
float:left;
}
.brand img, img.media-object {
margin-bottom:0;
}
.brand {
display: block;
margin:1.875em 2em 0 0;
float:left;
}
.page-header {
padding:1.5em;
margin:0;
-webkit--radius: 0 0 4px 4px;
-moz--radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-bottom:none;
}
.page-header h1 {
margin-bottom:0;
}
.page-header p {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
.page-header.bigHeader {
padding-bottom:0;
}
.page-header.bigHeader .span6 {
padding-bottom:1.5em;
}
/*** social icons ***/
ul.socialNetwork {
margin:0;
display:block;
}
.socialNetwork li {
display:inline-block;
}
.socialNetwork li a {
display:block;
line-height:1.5em;
}
/* END HEADER
================================================== */
/* MAIN MENU
================================================== */
.mainNav {
margin-top:0;
}
.nav > li > a:hover, .nav > li > a:focus {background:none;}
#mainMenu .responsive-nav {
display:none;
}
#mainMenu, #resMainMenu {
margin:0 0 0 0;
float:right;
}
#mainMenu ul, #resMainMenu ul {
margin:0;
}
#mainMenu ul li , #resMainMenu ul li{
float: left;
position: relative;
margin:0;
}
#mainMenu ul li a, #resMainMenu ul li a{
display:block;
text-decoration: none;
margin: 0;
font-size:1.14em;
padding:1.875em 1em 1.875em 1em;
text-transform:uppercase;
font-weight:600;
}
#mainMenu a , #resMainMenu a{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
/*responsive menu (option 2 - no select */
#nav-toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 60px;
height: 60px;
position:absolute;
top:0;
text-indent: -9999px;
overflow: hidden;
background: #eee url("../images/ui/resp_nav_btn.png") no-repeat center center;
display:none;
}
#resMainMenu.closed {
/*max-height:77px;*/
}
@media (max-width: 767px) {
#nav-toggle {display:block;}
#resMainMenu, #resMainMenu ul, #resMainMenu ul li {
list-style: none;
width: 100%;
float: left;
}
.jsNav #resMainMenu{
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
#resMainMenu.opened {
max-height: 9999px;
margin-bottom:1em;
display:block;
}
#resMainMenu.opened ul li a {padding:1em;}
}
/*@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
#nav-toggle {
background-image: url("hamburger-retina.gif");
-webkit-background-size: 100px 100px;
-moz-background-size: 100px 100px;
-o-background-size: 100px 100px;
background-size: 100px 100px;
}
}*/
/*** FIXED MENU ***/
.fixedHeader {
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
}
.fixedHeader #mainMenu ul li a, .fixedHeader #resMainMenu ul li a {
padding-top:0.5em;
padding-bottom:0.5em;
}
.fixedHeader .brand {
margin-top:0.6em;
width:100px;
}
/*** END FIXED MENU ***/
/* MAIN MENU
================================================== */
.arrowsNav {
height:0px;
position:relative;
}
.navUp, .navDown {
position:absolute;
width:50px;
height:25px;
display:block;
text-align:center;
z-index:2;
}
.navDown {
right:50%;
margin-right:25px -webkit--border-radius:0 0 50px 50px;
-moz--border-radius:0 0 50px 50px;
border-radius:0 0 50px 50px;
top:0;
}
.navUp {
left:50%;
-webkit--border-radius:50px 50px 0 0;
-moz--border-radius:50px 50px 0 0;
border-radius:50px 50px 0 0;
;
bottom:0;
}
.previewTrigger{
overflow: hidden;
}
.previewTrigger .iconWrapper{
position:absolute;
display:none;
top: 45%;
left: 40%;
}
/* FOOTER
================================================== */
/* Footer */
footer {
line-height:1.88em;
margin-top:0;
padding:3em 0;
text-align:center;
}
footer h3 {
margin-bottom:1em;
}
footer .media-list li {
padding-bottom:1em;
}
footer #mainFooter {
margin:0;
}
footer ul {
list-style-type:none;
margin:0
}
footer .media-body {
font-size:0.85em;
padding:1em;
}
#footerRights {
text-align:center;
padding:1.5em 0;
}
.blocPhone {
font-size: 6.42em;
margin:0.5em 0 0.71em 0;
font-family: 'Open Sans', sans-serif;
font-weight:800;
color:#eee;
}
.testimonialWidget img {
margin-bottom:1.25em;
}
.testimonialWidget2 blockquote {
text-transform:none;
font-weight:300;
font-size:1em;
text-align:left;
}
.corporate footer {
text-align:left
}
.app footer {
text-align:right
}
/*** Newsletter ***/
.newsletter h2 {
border:none;
padding:0;
line-height:1em;
}
.newsletter h2 small {
display:inline-block;
font-family: 'PT Sans', Tahoma, Verdana, Segoe, sans-serif;
letter-spacing : normal;
margin-top:0.5em;
}
.newsletter label {
line-height: 1em;
margin-bottom:1em;
}
.newsletter .btn {
margin-top:2em;
}
/* END FOOTER
================================================== */
/* SLIDERS
================================================== */
#sliderWrapper {
padding-top:3.21em;
}
/*** supersized ***/
#slidecaption {
text-align:center;
padding-top:10%;
}
/*replace background images with icon font for supersized slider UI*/
#nextslide, #prevslide{
background:none;
font-family: 'custom-icons';
font-size:1.5em;
text-align:center;
color:#fff;
height:4em;
width:2em;
line-height:4em;
}
#prevslide:before {
content: '\e75d';
}
#nextslide:before {
content: '\e75e';
}
a#nextslide:hover, a#prevslide:hover {
text-decoration:none;
}
/*** FLEXSLIDER ***/
/*** Flex slider used on app version ***/
.flexslider.flexApp {
margin-bottom:0;
}
.flexFullScreen {
min-height:600px;
}
.flexslider {
background:none;
}
/*replace background images with icon font for Flex slider UI*/
.flexslider .flex-direction-nav a {
background:none;
font-family: 'custom-icons';
font-size:1.5em;
text-align:center;
color:#fff;
height:4em;
width:2em;
}
.flexslider .flex-direction-nav a i {
line-height:4em;
}
.flexslider .flex-direction-nav a:hover {
text-decoration:none;
}
/*replace background images with icon font for Flex slider UI*/
.flexslider .slides li {
position:relative;
margin:0;
}
.flexslider .logoSlider img {
width:auto;
}
.flexslider .caption {
position:absolute;
top:0;
width:48%;
overflow:hidden;
}
.flexslider h1 {
font-weight:400;
padding:0.25em 0.5em;
text-transform:uppercase;
display:inline-block;
font-size:3em;
margin-bottom:0;
text-align:left;
}
.flexslider h2 {
border:none;
padding:0.5em 0.5em;
display:inline-block;
font-size:1.5em;
margin-bottom:0;
line-height:1.5em;
}
.flexslider .caption.left {
left:50px;
width:55%;
}
.flexslider .caption.right {
right:0;
}
.flexslider .caption, .flexslider .caption div {
display:none;
}
.flexslider .caption p {
margin:0;
padding:1em;
}
.flexiShadow img {
vertical-align: top;
margin-bottom:3em;
}
/********* Configuration first slide *******/
.flexslider .caption .element1-1, .flexslider .caption .element1-2, .flexslider .caption .element1-3 {
margin-left:0px;
}
.flexslider .caption .element1-1 {
margin-top:7%;
}
.flexslider .caption .element1-2 {
margin-top:2%;
}
.flexslider .caption .element1-3 {
margin-top:2%;
width:70%;
}
.flexslider .caption .element1-4 {
margin-top:2%;
}
/********* Configuration first slide *******/
/********* Configuration second slide *******/
.flexslider .caption .element2-1 {
display:inline-block;
}
.flexslider .caption .element2-1, .flexslider .caption .element2-2, .flexslider .caption .element2-3, .flexslider .caption .element2-4 {
margin-top:2%;
}
.flexslider .caption .element2-1 {
margin-top:25%;
}
.flexslider .caption .element2-3 p {
width:320px;
}
/********* Configuration second slide *******/
/********* Configuration third slide *******/
.flexslider .caption .element3-1, .flexslider .caption .element3-2, .flexslider .caption .element3-3 {
margin-left:2%;
}
.flexslider .caption .element3-1 {
margin-top:45%;
}
.flexslider .caption .element3-2 {
margin-top:2%;
}
.flexslider .caption .element3-3 {
margin-top:2%;
}
/********* Configuration third slide *******/
/********* Configuration fourth slide *******/
.flexslider .caption .element4-1, .flexslider .caption .element4-2, .flexslider
.flexslider .caption .element4-1 {
margin-top:40px;
}
.flexslider .caption .element4-2 {
margin-top:2%;
}
.flexslider .caption .element4-3 {
margin-top:2%;
}
/********* Configuration fourth slide *******/
/*** MEDIA QUERIES ***/
/* Large desktop */
@media (min-width: 1200px) {
...
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.flexFullScreen {
min-height:400px;
}
.flexslider h1 {
font-size:1.2em
}
.flexslider h2 {
font-size:1em
}
.flexslider p {
font-size:0.8em
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.flexFullScreen {
min-height: 300px;
}
.flex-direction-nav .flex-prev {
left:0;
}
.flex-direction-nav .flex-next {
right:0;
}
.flexslider h1 {
font-size:2em;
}
.flexslider h2 {
font-size:1.25em;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.flexFullScreen {
min-height: 150px;
}
.flex-direction-nav {
display:none;
}
.flexslider h1 {
font-size:1em;
}
.flexslider h2 {
font-size:0.75em;
}
.flexslider a {
display:none;
}
}
@media (max-width: 240px) {
.flexFullScreen {
min-height:90px;
}
}
/*** END FLEXSLIDER ***/
/*** fullscreen background image (used on app version) ***/
#homeApp {
padding-top:3em;
}
#homeApp h1.bigTitle {
text-align:left;
margin-bottom:0;
}
.bgFullScreen {
background-size:100%;
}
/* END SLIDERS
================================================== */
/* BLOG
================================================== */
/*** post ***/
.postPic {
position:relative;
}
.postTitle {
margin-bottom:1.5em
}
.postPic .videoWrapper {
margin-bottom: 1.5em;
}
.postTitle h2 {
margin-bottom:0.25em;
line-height:1em;
}
ul.entry-meta {
margin: 0 0 1em 0;
padding:0;
}
ul.entry-meta li {
display: inline-block;
margin: 0;
background-repeat: no-repeat;
line-height: 1em;
font-size:0.85em;
padding:0.75em;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
}
ul.entry-meta [class^="icon-"], [class*=" icon-"] {
line-height: 1em;
}
/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.entry-meta [class^="icon-"], [class*=" icon-"] {
line-height: 1.5em;
}
}
.comments .media {
padding:1.5em;
}
/*** end post ***/
/*** sharre buttons ***/
.sharrre .button {
float: left;
width: 60px;
}
.sharrre .button.twitter {
margin-right:12px;
}
/*** sharre buttons ***/
/*** sidebar widgets ***/
.widget.search {
padding:0;
}
.widget.search input {
margin-bottom:0;
}
.widget.search button {
margin-top:1em;
}
.widget {
margin-bottom:3em;
}
.widget h3 {
padding-bottom:0.5em;
margin-bottom:1em;
}
.widget form, .widget input {
margin-bottom:0;
}
.blogTags ul {
list-style-type:none;
margin:0;
}
.blogTags li {
display:inline-block;
}
.blogTags li a {
display:block;
margin:0 0.25em 1em 0;
padding:0.5em;
text-transform:uppercase;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
line-height:1em;
}
.blogUpdates a.pull-left {
width:50px;
}
.blogUpdates .media, .blogUpdates .media .media {
margin-bottom:0;
padding-bottom:0
}
.blogUpdates .media img {
margin-bottom:1em;
}
.blogUpdates ul.media-list, .blogUpdates ul li:last-child p {
margin:0;
}
.blogUpdates p {
font-size:0.85em;
}
.blogUpdates .iconsList li {
padding-top:0.5em;
}
/*** sidebar widgets ***/
/* END BLOG
================================================== */
/* NEWS
================================================== */
.newsList {
margin-top:15px;
}
.newsList .media {
margin:0 0 1.5em 0;
}
.newsList .media-body {
margin-bottom:0.25em;
}
.newsList h3 {
margin-top:0;
}
.newsList p {
}
.newsDate {
position:absolute;
top:1em;
left:1em;
z-index:2;
display:block;
text-align:center;
line-height:1;
width:50px;
padding:0.5em;
}
.newsDate.inlineBox {
position: static;
}
.newsDate h4 {
margin:0 auto;
font-size:2.5em;
font-weight:800;
font-family: 'Open Sans', sans-serif;
line-height:1em;
}
.newsDate span {
width:100%;
padding:0.5em 0;
font-weight:400;
display:block;
font-size:small;
text-transform:uppercase;
}
/* END NEWS
================================================== */
/* PAGES
================================================== */
#quoteFormWrapper {
display:none;
margin-top:10px;
}
#projectQuote {
margin-top:2em;
padding:3em;
}
#projectQuote textarea {
height: 122px;
padding-top:25px;
}
#projectQuote .quoteResult {
width: 76.5%;
}
#page {
margin-bottom:6em;
}
/*** Contact ***/
#contactSlice {
overflow:hidden;
}
#contact address {
margin:0 0 1.5em 0;
font-size:0.8em;
}
.slideContactpage {
padding-top:6em;
padding-bottom:1.5em;
}
#contactinfoWrapper {
display:none;
position:relative;
}
#contactinfoWrapperPage {
position:relative;
float: left;
}
#mapTrigger {
display:block;
}
#mapSlide {
display:none;
}
.result {
margin-bottom:1.5em;
}
#mapWrapperFullwidth {
width:100%;
height:350px;
}
#mapWrapper img, #mapWrapperFullwidth img {
max-width: none;
}
#mapTriggerLoader {
display:block;
padding:1em;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
text-align:center;
margin-bottom:1.5em;
}
#mapTriggerLoader {
text-align:center;
}
.contentMap {
}
#contactWrapperHome .error_message {
font-size:0.6em;
line-height:1em;
}
/* Contact Form */
input, textarea {
background: #f8f8f8;
border:none;
width: 97%;
}
textarea {
height:13.4em;
}
.securityCheck {
margin-top:1.5em;
}
#verify {
display: inline;
float: left;
}
.securityCheck .moreLink {
font-size:0.8em;
margin-left:5px;
}
.termsCheck {
margin:29px 0 0 10px
}
#mapSlide {
display:none;
margin-left:3000px;
}
#mapWrapper {
height:360px;/*border:1px solid #E6EAEC;*/
}
#mapReturn {
float:right;
margin-top:1.5em;
}
#contactPage #mapWrapper {
margin-bottom:1.5em;
}
/*** End Contact ***/
/*** sidebar ***/
aside#sidebar {
padding: 1em;
font-size:1em;
}
#sidebar #subnav, #sidebar #subnav .widgetArea {
margin-right:20px;
}
#sidebar #subnav {
margin-bottom:0;
}
#sidebar #subnav li {
margin:0;
}
#sidebar #subnav li a {
display:inline-block;
padding: 0.5833em 0 0.8333em 0.5em;
text-decoration:none;
}
/*** end sidebar ***/
/*** PROGRESS BAR % ***/
.ninety {
width: 90% !important;
}
.seventy {
width: 70% !important;
}
.fifty {
width: 50% !important;
}
/*** END PROGRESS BAR % ***/
/* END PAGES
================================================== */
/* PORTFOLIO
================================================== */
.isotopeWrapper article {
margin-bottom:1em;
}
.portfolio {
}
#portfolio img, #pages img {
width:100%;
}
.sizer {
outline:none !important;
}
.navigate ul {
float:right;
margin-bottom:1.33em;
}
.navigate li {
display:inline-block;
height: 24px;
}
#projectsNav .pager {
text-align:left;
margin:0 0 1.5em 0;
}
#slideSlice article {
float:left;
}
#portfolioCaroussel {
overflow: hidden
}
#portfolioCaroussel article {
padding:10px;
}
#portfolio article p {
margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
margin-bottom:1.5em;
}
nav#filter li {
display:inline-block;
margin:0 0 0 5px;
}
nav#filter a {
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
}
nav#filter li.filterTitle h3 {
font-size: 1em;
line-height: 0.75;
margin-bottom:0.45;
font-weight: 400;
}
/* masonery resising*/
.hiddenInfo {
display:none;
}
.isotopeItem.boxLink {
border:none;
}
.masoneryBloc:hover {
border:none;
}
.isotopeItem.span6 .imgWrapper, .isotopeItem.span4 .imgWrapper {
margin-bottom:0;
}
.masoneryBloc .boxContent {
text-align:left;
}
.isotopeItem .newBadge {
top:5px;
left:-20px;
}
#singleProject {
padding-bottom:0;
}
/* END PORTFOLIO
================================================== */
/* FORMS
================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
display:block;
margin-bottom:1.5em;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow:none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
padding:0 25px;
height:50px;
}
.row-fluid input[type="text"], .row-fluid input[type="password"], .row-fluid input[type="email"], input[type="tel"], .row-fluid textarea {
padding:0 25px;
width: 100%;
box-shadow:none;
}
textarea {
background: #fff;
padding:25px;
}
select {
padding:16px;
height:auto;
background:#ededed;
}
label, legend {
display: block;
}
legend {
margin-bottom:1em;
}
input#verify {
margin-top:1em;
margin-bottom:0;
}
input[type="checkbox"] {
display: inline;
}
form .error {
color:#bc0000;
}
.modal-header {
padding: 2.5em 2.5em 0 2.5em;
}
.modal-body, modal-footer {
padding: 2.5em;
}
/* END FORMS
================================================== */
/* MISCELANIOUS
================================================== */
/*** video ***/
.videoIframe {
width:100%;
height:525px;
}
.videoCredit {
display:block;
padding:0.5em;
margin-top:0;
}
/*** testimonial ***/
#testimonialCarousel .item {
min-height:193px;
}
#testimonialCarousel blockquote {
position: relative;
margin-right:5px;
font-size:1.15em;
line-height:1.25em;
}
.clientIcon {
margin-top:2em;
}
.clientIcon i {
font-size:3em;
}
/*** pricing table ***/
.pricingBloc {
text-align:center;
margin-top:1em;
}
.pricingBloc ul {
list-style-type:none;
margin:0;
padding:0 1.5em;
}
.pricingBloc ul li {
padding:1.5em 0
}
.pricingBloc h2 {
font-size: 1.25em;
text-transform:none;
margin-bottom:0;
padding:1.5em;
font-weight:800;
}
.pricingBloc h3 {
font-size:3em;
font-weight:800;
display:block;
padding:1em;
margin-bottom:0;
}
.pricingBloc h3 span {
font-size:0.5em;
font-weight:300;
margin-bottom:0;
display:block;
}
.pricingBloc p {
margin-bottom:0;
padding:1.5em
}
.pricingBloc.focusPlan {
margin-top:0;
}
.pricingBloc.focusPlan h3 {
padding:1.25em;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*** end pricing table ***/
/*** hover images ***/
.imgHover article {
position:relative;
}
.mask {
position:absolute;
top:0;
left:0;
background: rgba(204, 204, 0, 0.75);
/*width:100%;*/
display:none;
}
.iconLinks {
display:none;
}
.media-hover {
text-align:center;
overflow:hidden;
}
.media-hover {
position:absolute;
top:0;
left:0;
width:100%;
}
.ie8 .mask {
bacground:white;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/*** end hover images ***/
/*** twitter box ***/
#twitterFrame iframe {
width:100%;
}
/* END MISCELANIOUS
================================================== */
/* MEDIA QUERIES
================================================== */
/* Large desktop */
@media (min-width: 1200px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 979px) and (max-width: 1200px) {
body #globalWrapper {
margin-left:auto;
margin-right:auto;
width:100%;
}
#slidecaption {
padding-top: 10%;
}
/** parallax **/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-size: 100% 120%;
background-attachment: scroll;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
body #globalWrapper {
margin:0 auto;
width:100%;
}
#mainMenu, #resMainMenu{
float:none;
text-align: left;
width: 100%;
max-height: 77px;
}
.fixedHeader {
max-height: 96px;
}
#mainHeader .brand {
text-align: center;
margin-bottom:20px;
width: 100%;
margin-right:0;
float:none;
}
.nav {
font-size: 0.9em;
margin:0 auto;
display:inline-block;
}
.btn-large {
font-size:1.2em;
}
.newsList h3 {
font-size:1.2em;
}
#team h3 {
font-size:1.2em;
}
.socialTeam li {
display:inline-block;
}
#homeApp h1.bigTitle {font-size:2.3em; line-height:1.25em;}
/*tabs*/
.nav-tabs {width:100%;}
.nav-tabs li {float:none;}
.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
/* paralax*/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-attachment:scroll;
background-size: 100% 120%;
}
/* NEKO CSS FRAMEWORK
================================================== */
.iconWrapper.iconBig {
height: 108px;
width: 108px;
}
.iconWrapper.iconBig i {
top: -10px;
left: 16px;
}
/* END NEKO CSS FRAMEWORK
================================================== */
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#mainMenu {
float:left;
text-align: center;
width: 100%;
}
#mainHeader .brand {
text-align: center;
margin-bottom:20px;
width: 100%;
margin-right:0;
}
.nav {
font-size: 0.9em;
display: inline-block;
}
.newsList h3 {
font-size:1.2em;
}
.socialTeam li {
display:inline-block;
}
.span6.skills {
margin-bottom:3em;
}
#homeApp h1.bigTitle {font-size:2.3em; line-height:1.25em; text-align:center;}
#homeApp, .app footer{ text-align:center;}
/* paralax*/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-attachment:scroll;
}
/* NEKO CSS FRAMEWORK
================================================== */
.styleSwitcher {
display:none;
}
.ctaBox, .ctaBox blockquote {
text-align:center;
}
.ctaBox a {
float:none;
}
.ctaBox.ctaBoxFullwidth {
padding-left:0;
padding-right:0;
}
.ctaBox.ctaBoxFullwidth {
padding-left:0;
padding-right:0;
}
.iconWrapper.iconBig {
height: 108px;
width: 108px;
}
.iconWrapper.iconBig i {
top: -10px;
left: 16px;
}
.one_half {
width:100%;
float: none;
}
.imgWrapper img {
width:100%;
}
.topBox {
text-align:center;
}
.topBox a {
float:none;
}
/* END NEKO CSS FRAMEWORK
================================================== */
body {
padding:0
}
.container {
padding:0 20px;
}
body #globalWrapper {
margin:0;
width:100%;
}
[class*="span"] {
margin-bottom:1.5em;
}
.slice {
padding:3em 0;
}
#mainMenu ul {
display:none;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin:0;
}
#mainMenu .responsive-nav {
display:block;
width:100%;
}
#mainHeader .navbar-inner {
background:none!important;
}
ul.socialNetwork {
margin-bottom:0.5em;
}
.isotopeItem .newBadge {
left:auto;
right:10px;
top:9px;
}
.blocPhone {
font-size:1.2em;
}
.bigTitle {
font-size:3em;
}
.paralaxText blockquote {
font-size:1.2em;
}
.blocPhone .iconWrapper {
display:block;
}
#mainMenu .responsive-nav {
margin-top:0.8em;
margin-bottom:0.8em;
}
#mainHeader .brand {
margin-top:1.4em;
}
#team img {
width:100%;
max-width:auto;
}
#team article div:first-child, #team .boxContent2, #team .boxContent {
float:left;
width:100%
}
#mapTriggerLoader .iconWrapper {
display:block;
}
/* PARALAX
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7 {
background-size: 100% 100%;
background-attachment: scroll;
}
.iconWrapper.iconBig {height:80px; width:80px;}
.iconWrapper.iconBig i {font-size:50px; line-height:105px; left:14px;}
/* END PARALAX
================================================== */
}
/* Landscape phones and down */
@media (max-width: 480px) {
h1.bigTitle {
font-size:2em;
}
h2.bigTitle, h3.bigTitle {
font-size:1.2em;
}
.media .pull-left, .media .pull-right {
display:inline-block;
}
.projectWidget .pull-right, .projectWidget .pull-left {
float:left;
}
.btn {
font-size:12px;
}
#mainHeader .brand {
text-align: center;
}
#mainHeader .brand, #mainMenu {
float:none;
}
#mainMenu {
width:100%;
margin-top:10px;
}
.slice {
padding-left:0;
padding-right:0;
}
.boxFeature {
margin-bottom:0;
}
.boxFeature .one_third, .boxFeature .two_thirds {
text-align:center;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
width:100%;
float: none;
}
.socialTeam li {
display:inline-block;
}
#team .span3 {
text-align:center;
}
.paralaxText {padding:3em 0 1.5em 0;}
#mainHeader .brand {text-align: right;}
.og-grid li {margin-left:0;}
/*tabs*/
.nav-tabs {width:100%;}
.nav-tabs li {float:none;}
.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
}
@media (max-width: 240px) {
h1 {
font-size:2em;
}
} | css/layout.css | ==================================================
#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU
#FOOTER
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS
*/
/* BOOSTRAP CUSTOMIZATION
================================================== */
nav ol, nav ul, ul.iconsList {
list-style: none;
margin:0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
border:none;
box-shadow:none;
padding:0;
}
.pagination {
margin-top:3em;
}
.pagination ul {
border-radius:0;
moz-border-radius:0;
-webkit-border-radius:0;
box-shadow: none;
}
.pagination ul > li > a {
border:none;
border-radius:0;
margin-right:2px;
}
.pagination ul > li > a.pagLeft {
border-radius:0 4px 4px 0;
moz-border-radius:0 4px 4px 0;
-webkit-border-radius:0 4px 4px 0;
}
/*** accordion ***/
.accordion-group {
border:none;
border-bottom:1px solid #EAEAEA;
moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.accordion {
margin-bottom:0;
}
.accordion-heading .accordion-toggle {
padding:0.75em 0;
}
a.accordion-toggle:link {
outline:none;
line-height:1.7em !important;
font-size:1.25em;
}
a.accordion-toggle:hover {
text-decoration:none;
}
.accordion-inner {
padding: 1em 0 1.5em 0;
}
/*** tabs ***/
.nav-tabs {border-bottom: none;float:left;width:100%;}
.nav-tabs>li {margin-bottom: 0;}
.nav-tabs>li>a {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.ie8 .nav-tabs > .active > a, .ie8 .nav-tabs > .active > a:hover {
box-shadow: none;
filter:none;
}
.nav-tabs>li>a, .nav-pills>li>a {
margin-right: 0px;
border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
}
.tab-content {
padding:1.5em;
}
/*** tooltip ***/
.tooltip {
z-index:9999 !important;
}
/*** Carousel ***/
.carousel {
margin-bottom:0;
margin-top:1em;
}
.carousel-control {
top: -3.5em;
opacity:1;
position:absolute!important;
}
.carousel-control i {
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.carousel-control:hover i {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
}
.carousel-control:link {
outline:none;
}
.carousel-control.left {
left: auto;
right: 30px;
}
.carousel-control.right {
left: auto;
right:0px;
}
#carouselGrid .carousel-control {
top: 50%;
opacity:1;
position:absolute!important;
font-size: 1.5em;
line-height: 4em;
cursor: pointer;
width:2em;
height:4em;
background:none;
border:none;
}
#carouselGrid .carousel-control i {color:#fff;}
#carouselGrid .carousel-control.left {
left: 0;
right: auto;
}
#carouselGrid .carousel-control.right {
left: auto;
right:0;
}
#carouselGrid{ display:none; }
/*#carouselGrid img{min-height: 550px;}*/
/*** End carousel ***/
/*** pagination ***/
#pagination ul {
border:0;
margin:0;
padding:0;
}
#pagination li {
border:0;
margin:0;
padding:0;
}
#pagination a {
margin-right:2px;
display:block;
float:left;
padding:2px 6px;
text-decoration:none;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
/*** End pagination ***/
/* END BOOSTRAP CUSTOMIZATION
================================================== */
/* NEKO CSS FRAMEWORK
================================================== */
/*** Slices ***/
.slice {
padding-top:6em;
padding-bottom:6em;
}
.innerSlice {
padding:3em;
}
/*** call To Action ***/
.ctaBox blockquote {
display:inline-block;
text-align:left;
font-size:1.85em;
line-height:1;
text-shadow:none;
}
.ctaBox blockquote:after, .ctaBox blockquote:before {
content:none;
}
.ctaBox a {
float:right;
}
.ctaBox.ctaBoxFullwidth {
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
padding:3.21em;
}
/*** top box ***/
.topBox {
padding:3em 0;
}
.topBox a {
float:right
}
/*** icons ***/
.iconBlocHeading {
width:100%;
float:left;
margin-bottom:1.5em;
}
.iconBlocHeading .iconWrapper, .iconBlocHeading h2, .iconBlocHeading h3, .iconBlocHeading h4 {
float:left;
margin-bottom:0;
padding:0;
}
.iconBlocHeading h2, .iconBlocHeading h3, .iconBlocHeading h4 {
line-height: 3.25em;
margin-left:10px;
}
.iconBlocHeading h2 {
border:none;
}
.iconBlocHeading h2:after {
content:none;
}
/*** boxes ***/
.boxWrapper {
display:block;
overflow:hidden;
}
.boxWrapper .imgWrapper {
margin-bottom:0!important;
margin-top:0!important;
border:none;
}
.boxWrapper .socialNetwork {
float:none;
}
.boxIcon {
text-align:center;
padding: 2.5em 0.5em 0 0.5em;
overflow: hidden;
margin-bottom: 1.5em;
position:relative;
height:260px;
}
.boxIcon.hover {
padding-bottom:0;
}
.boxIcon h2 {
border:none;
margin-bottom:0
}
.boxIcon h2:after {
content:none;
}
.boxIcon p {
margin-top:250px;
display:none;
}
/*box feature*/
.boxFeature {
margin-bottom:3em;
}
/*box content*/
.boxContent, .boxContent2 {
padding:1em 0;
text-align:center;
}
.boxContent .parag {
font-size:1em;
line-height:1.5em;
font-style:italic;
margin-bottom:0;
font-family:Georgia, "Times New Roman", Times, serif;
display:none;
position:absolute;
bottom:-50px;
width:96%;
left:0;
text-align: center;
padding:2%;
}
.boxContent h3 {
padding-top:0;
margin:0.5em 0 0.5em 0;
font-weight: 400;
}
.boxContent hr {
margin:1em 0;
padding:0;
}
.boxFocus {
-webkit--radius: 4px;
-moz--radius: 4px;
border-radius: 4px;
}
/* bulles */
.bulle {
padding: 1.66em;
position: relative;
margin-bottom: 1em;
margin-right:5px;
border: none;
font-size:1.1em;
line-height:1.25em;
text-align:left;
-webkit--radius: 4px;
-moz--radius: 4px;
border-radius: 4px;
}
.bulle h2 {
border:none;
margin-bottom: 0.5em;
padding:0;
}
.bulle a:hover {
text-decoration:none;
}
.bulle .arrow {
position:absolute;
right:-15px;
top:40%;
width: 0px;
height: 0px;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
pointer-events: none;
}
.bulleLeft .arrow {
left:-15px;
border-width: 10px 15px 10px 0;
border-color: rgba(255, 255, 255, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.bulleBottom .arrow {
left:10%;
bottom:-14px;
top:auto;
border-width: 15px 10px 0 10px;
border-color: #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.ie8 .bulle .arrow, .ie8 .bulleBottom .arrow, .ie8 .bulleLeft .arrow {
border-color:transparent;
zoom: 1;
}
/* End bulle */
/* utility classes */
.roundedShadow {
min-height:3em;
}
.noBorder {
border:none!important;
}
.transparent_80 {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
.mb15 {
margin-bottom:1.5em;
}
.mb30 {
margin-bottom:3em;
}
.mb40 {
margin-bottom:4em;
}
.mt15 {
margin-top:1.5em;
}
.mt30 {
margin-top:3em;
}
.mt40 {
margin-top:4em;
}
.noMargin {
margin:0;
}
.noPaddingBottom {
padding-bottom:0
}
.noPaddingTop {
padding-top:0
}
/*** new badge ***/
.boxNew {
position:relative;
}
.newBadge {
text-align:center;
text-transform:uppercase;
moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
width:50px;
height:50px;
position:absolute;
top:15px;
right:-20px;
line-height:50px;
z-index:999;
font-weight:bold;
}
/*** images ***/
.imgWrapper {
margin-bottom:1.5em;
display:block;
overflow:hidden;
}
.carousel .imgWrapper {
margin-bottom:0;
}
.imgRounded {
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
overflow:hidden;
margin:0 auto;
}
/*** end images ***/
/*** % FLOATING GRID GRID ***/
.full-width {
width:930px;
height:auto;
overflow:hidden
}
.one_half {
width: 48%;
}
.one_third {
width: 30.66%;
}
.two_thirds {
width: 65.33%;
}
.one_fourth {
width: 22%;
}
.three_fourths {
width: 74%;
}
.one_fifth {
width: 16.8%;
}
.two_fifth {
width: 37.6%;
}
.three_fifth {
width: 58.4%;
}
.four_fifth {
width: 67.2%;
}
.one_sixth {
width: 13.33%;
}
.five_sixth {
width: 82.67%;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
position: relative;
margin-right: 4%;
float: left;
}
.last {
margin-right:0 !important;
}
/*** End % FLOATING GRID GRID ***/
/* ICONS */
/**** ICON and Icon lists ****/
h3 [class^="icon-"], h3 [class*=" icon-"] {
line-height:1.5em;
}
.bigIcon {
text-align:center;
}
.bigIcon i {
font-size:6em;
margin-bottom:0.5em;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top:0;
}
ul.iconsList i {
font-size: 0.75em;
line-height:1.5em;
}
ul.iconsList.iconsList-large li {
line-height: 1.5em;
font-family: 'Open Sans', sans-serif;
font-size: 1.5em;
font-weight:300;
}
ul.iconsList.iconsList-large i {
line-height: 1.8em;
}
/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.iconsList i {
line-height:2em;
}
ul.iconsList.iconsList-large i {
line-height: 2em;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
margin-top:0;
line-height:1.25em
}
}
/* Social icon */
ul.socialTeam {
list-style-type:none;
padding:0;
margin-left:0;
margin-top:1.5em;
}
/*** ICON and Icon lists ***/
/* iconWrapper */
.iconWrapper {
display:inline-block;
position:relative;
margin:0 auto 0 auto;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 50px;
height: 50px;
font-size:20px;
}
.iconWrapper i {
margin:0;
line-height:40px;
position:absolute;
top:6px;
left: 15px;
}
.iconWrapper i:before {
margin:0 !important;
}
.iconWrapper:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.iconWrapper i {
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.iconWrapper.iconBig {
height: 128px;
width: 128px;
}
.iconWrapper.iconBig i {
line-height:128px;
font-size:72px;
line-height: 128px;
top: 0;
left: 27px;
}
.iconWrapper.iconBig:hover i {
text-shadow:none;
}
.iconWrapper.iconSmall {
height: 36px;
width: 36px;
line-height: 36px;
}
.iconWrapper.iconSmall i {
line-height:28px;
line-height:0px;
font-size: 16px;
top: 10px;
left: 9px;
}
.iconWrapper.iconMini {
height: 20px;
width: 20px;
line-height: 21px;
font-size:15px;
}
.iconWrapper.iconMini i {
line-height: 0;
font-size: 11px;
top: 5px;
left: 4px;
}
/* end iconWrapper */
/* icon lists */
.iconList-body {
overflow: hidden;
}
.iconList h2, .iconList h3, .iconList h4, .iconList p {
margin-top:0;
}
.iconList li {
border-bottom:1px dotted #ededed;
}
.iconList .pull-left {
margin-right: 10px;
}
.iconBox {
margin-bottom:1em;
}
.iconBox-body {
overflow: hidden;
}
.iconBoxes .pull-left {
margin-right: 10px;
}
.iconBoxV2 .iconBox-icon, .iconBoxV2 .iconBox-body {
}
.iconBoxV2 .iconBox-body {
padding:0.5em
}
.iconBoxV2 .iconBox-icon {
width:4em;
display:block;
text-align:center;
padding-top:0.5em;
}
.iconBoxV2 .iconBox-icon i {
font-size:3em
}
.iconBoxV2 h2 {
border:none;
margin-top:0.66em;
}
article.iconBoxV3 {
display:block;
padding:0;
text-align:center;
min-height:310px;
}
.iconBoxV3 h2 {
font-weight:800;
}
.iconBoxV3 p {
padding:10px;
}
.iconBoxV3 a {
display:block;
}
.iconBoxV3 a i {
display: inline-block;
-webkit-transition: all 0.4s ease-out;
-webkit-backface-visibility: hidden;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
text-shadow:none;
}
.iconBoxV3 a:hover {
text-decoration:none;
}
.iconBoxV3 a h2 {
padding-top:0.66em
}
/*** END ICONS ***/
/* END NEKO CSS FRAMEWORK
================================================== */
/* TYPOGRAPHY
================================================== */
body {
font-size:0.875em;
line-height: 1.643;
font-family: Arial, Helvetica, sans-serif;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6, legend {
margin:0;
font-weight: 300;
font-family: 'Open Sans', sans-serif;
}
h1 {
font-size: 3.21em;
line-height: 1.02em;
margin-bottom: 2em;
font-weight: 300;
font-style: normal;
text-align:center;
text-transform:uppercase;
position:relative;
}
.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
font-weight: 800;
font-size: 5em;
line-height:1em;
text-transform:uppercase;
padding:0.5em 0;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#home-artist h1.bigTitle {margin-bottom: 0;}
.paralaxText h2 {
font-size: 3.21em;
font-weight: 800;
line-height:1.5em;
text-transform:uppercase;
padding:0.5em 0;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.paralaxText blockquote {
font-size: 3.21em;
line-height: 1.5em;
margin-bottom:0;
font-weight:800;
font-family: 'Open Sans', sans-serif;
padding-left:0;
border:none;
text-align:left;
text-transform:uppercase;
text-align:center;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.topQuote h1 {
line-height:1em;
text-transform:none;
font-weight: 300;
}
h2 {
font-size: 1.857em;
line-height: 1.392em;
margin-bottom: 0.36em;
font-weight: 400;
font-style: normal;
padding:0;
overflox:hidden;
}
h1:after {
display:block;
height:4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width:50px;
content:'';
bottom:-0.7em;
position:absolute;
margin-left:-25px;
left:50%;
}
/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
content:none
}
h3, legend {
font-size: 1.5em;
line-height: 1.5em;
margin-bottom: 0.71em;
font-weight:300;
}
h4 {
font-size: 1.285em;
line-height: 1.642em;
margin-bottom: 0.357em;
font-style: bold;
font-size: 1.15em;
font-family: Arial, Helvetica, sans-serif;
font-weight:300;
}
h5 {
font-style: normal;
font-weight: 300;
font-size: 1.116em;
line-height: 1.5714em;
margin-bottom: 0.916em;
}
h6 {
font-weight: 300;
font-style: italic;
margin-bottom: 2em;
font-size: 1em;
line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
text-transform:none;
font-size:0.5em;
font-weight:400;
color:inherit;
}
p, ul {
margin-top: 0em;
margin-bottom: 1.5em;
}
strong {
font-weight:bold
}
small, aside {
}
li {
line-height: inherit;
}
a:link, a:visited {
text-decoration:none;
font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
text-decoration:underline;
}
ul.iconsList li a:hover {
text-decoration:none;
}
a.readMore {
display:block;
margin-top:0.75em;
font-style:italic;
}
blockquote {
font-size: 1.6em;
line-height: 1.5em;
margin-bottom:0;
font-weight:300;
font-family: 'Open Sans', sans-serif;
padding-left:0;
border:none;
text-align:left;
}
blockquote p {
font-size: inherit;
}
blockquote small {
font-size:50%;
display:inline;
}
blockquote:before {
content:'\275D';
font-family: 'custom-icons';
margin-right:0.5em;
}
blockquote:after {
content:'\275E';
font-family: 'custom-icons';
margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
content:none;
}
hr {
padding:0;
margin:3em 0 3em 0;
}
.hero-unit blockquote {
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
/*** buttons ***/
.btn {
padding: 15px 30px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
display: inline-block;
border:none;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight: 600;
text-transform: uppercase;
text-shadow: none;
border-bottom: 3px solid rgba(1, 1, 1, 0.05);
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
-o-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
}
.btn:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.btn.active, .btn:active {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
}
.btn-large {
padding:22px 40px;
font-size:22px;
}
.btn-small {
padding:10px 20px;
font-size:12px;
}
.btn-mini {
padding:0px 6px;
font-size:10px;
}
.btn-link {
text-transform:none;
text-shadow:none;
padding:0;
}
.btn i {
margin-right:0.5em;
}
.pager li > a, .pager li > span {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
border:none;
}
.pager li a i {
margin-top:0.1em
}
.btn.search {
position:static;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
cursor:pointer;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*** End buttons ***/
/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.content {
padding: 3.21em 0;
}
#globalWrapper {
max-width:100%;
margin:0;
padding-top:0;
}
#globalWrapper container {
margin:0 20px;
}
.mainNav {
margin-top:0;
}
img {
max-width:100%;
}
/*** responsive video ***/
.videoWrapper {
position: relative;
padding-bottom: 54%;
padding-top: 25px;
height: 0;
}
.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
p.credits {
padding:1.5em;
margin-bottom:1.5em
}
/* END GENERAL
================================================== */
/* PARALLAX STUFF
================================================== */
#paralaxSlice1 {
background-image: url('../images/theme-pics/paralax-1.jpg');
}
#paralaxSlice2 {
background-image: url('../images/theme-pics/paralax-2.jpg');
}
#paralaxSlice4 {
background-image: url('../images/theme-pics/paralax-4.jpg');
}
#paralaxSlice5 {
background-image: url('../images/theme-pics/paralax-5.jpg');
}
#paralaxSlice6 {
background-image: url('../images/theme-pics/paralax-6.jpg');
}
#paralaxSlice7 {
background-image: url('../images/theme-pics/paralax-5.jpg');
}
#paralaxSlice8 {
background-image: url('../images/theme-pics/paralax-8.jpg');
}
#paralaxSlice9 {
background-image: url('../images/theme-pics/paralax-9.jpg');
}
#paralaxSlice10 {
background-image: url('../images/theme-pics/paralax-10.jpg');
}
#paralaxSlice11 {
background-image: url('../images/theme-pics/paralax-11.jpg');
}
#paralaxSlice12 {
background-image: url('../images/theme-pics/paralax-11.jpg');
}
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
width:100%;
background-repeat: repeat;
background-attachment: fixed;
background-position: top center;
background-size: 120%;
}
.paralaxText {
padding-top:6em;
padding-bottom:6em;
text-align:center;
position:relative;
}
/* END PARALLAX STUFF
================================================== */
/* HEADER
================================================== */
#home {
height:100%;
position:relative;
overflow: hidden;
}
#home .container, #home .span12 {
height:100%;
position:relative;
}
#homeTitle {
margin-top:25%;
text-align:center;
}
#mainLogo {
display:block;
width:170px;
margin-right:20px;
line-height:0;
}
#baseline {
font-size: 1.4em;
display:block;
margin:2.8em 0 0 1.5em;
float:left;
}
.brand img, img.media-object {
margin-bottom:0;
}
.brand {
display: block;
margin:1.875em 2em 0 0;
float:left;
}
.page-header {
padding:1.5em;
margin:0;
-webkit--radius: 0 0 4px 4px;
-moz--radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
border-bottom:none;
}
.page-header h1 {
margin-bottom:0;
}
.page-header p {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}
.page-header.bigHeader {
padding-bottom:0;
}
.page-header.bigHeader .span6 {
padding-bottom:1.5em;
}
/*** social icons ***/
ul.socialNetwork {
margin:0;
display:block;
}
.socialNetwork li {
display:inline-block;
}
.socialNetwork li a {
display:block;
line-height:1.5em;
}
/* END HEADER
================================================== */
/* MAIN MENU
================================================== */
.mainNav {
margin-top:0;
}
.nav > li > a:hover, .nav > li > a:focus {background:none;}
#mainMenu .responsive-nav {
display:none;
}
#mainMenu, #resMainMenu {
margin:0 0 0 0;
float:right;
}
#mainMenu ul, #resMainMenu ul {
margin:0;
}
#mainMenu ul li , #resMainMenu ul li{
float: left;
position: relative;
margin:0;
}
#mainMenu ul li a, #resMainMenu ul li a{
display:block;
text-decoration: none;
margin: 0;
font-size:1.14em;
padding:1.875em 1em 1.875em 1em;
text-transform:uppercase;
font-weight:600;
}
#mainMenu a , #resMainMenu a{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
/*responsive menu (option 2 - no select */
#nav-toggle {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 60px;
height: 60px;
position:absolute;
top:0;
text-indent: -9999px;
overflow: hidden;
background: #eee url("../images/ui/resp_nav_btn.png") no-repeat center center;
display:none;
}
#resMainMenu.closed {
/*max-height:77px;*/
}
@media (max-width: 767px) {
#nav-toggle {display:block;}
#resMainMenu, #resMainMenu ul, #resMainMenu ul li {
list-style: none;
width: 100%;
float: left;
}
.jsNav #resMainMenu{
clip: rect(0 0 0 0);
max-height: 0;
position: absolute;
display: block;
overflow: hidden;
zoom: 1;
}
#resMainMenu.opened {
max-height: 9999px;
margin-bottom:1em;
display:block;
}
#resMainMenu.opened ul li a {padding:1em;}
}
/*@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
#nav-toggle {
background-image: url("hamburger-retina.gif");
-webkit-background-size: 100px 100px;
-moz-background-size: 100px 100px;
-o-background-size: 100px 100px;
background-size: 100px 100px;
}
}*/
/*** FIXED MENU ***/
.fixedHeader {
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
}
.fixedHeader #mainMenu ul li a, .fixedHeader #resMainMenu ul li a {
padding-top:0.5em;
padding-bottom:0.5em;
}
.fixedHeader .brand {
margin-top:0.6em;
width:100px;
}
/*** END FIXED MENU ***/
/* MAIN MENU
================================================== */
.arrowsNav {
height:0px;
position:relative;
}
.navUp, .navDown {
position:absolute;
width:50px;
height:25px;
display:block;
text-align:center;
z-index:2;
}
.navDown {
right:50%;
margin-right:25px -webkit--border-radius:0 0 50px 50px;
-moz--border-radius:0 0 50px 50px;
border-radius:0 0 50px 50px;
top:0;
}
.navUp {
left:50%;
-webkit--border-radius:50px 50px 0 0;
-moz--border-radius:50px 50px 0 0;
border-radius:50px 50px 0 0;
;
bottom:0;
}
.previewTrigger{
overflow: hidden;
}
.previewTrigger .iconWrapper{
position:absolute;
display:none;
top: 45%;
left: 40%;
}
/* FOOTER
================================================== */
/* Footer */
footer {
line-height:1.88em;
margin-top:0;
padding:3em 0;
text-align:center;
}
footer h3 {
margin-bottom:1em;
}
footer .media-list li {
padding-bottom:1em;
}
footer #mainFooter {
margin:0;
}
footer ul {
list-style-type:none;
margin:0
}
footer .media-body {
font-size:0.85em;
padding:1em;
}
#footerRights {
text-align:center;
padding:1.5em 0;
}
.blocPhone {
font-size: 6.42em;
margin:0.5em 0 0.71em 0;
font-family: 'Open Sans', sans-serif;
font-weight:800;
color:#eee;
}
.testimonialWidget img {
margin-bottom:1.25em;
}
.testimonialWidget2 blockquote {
text-transform:none;
font-weight:300;
font-size:1em;
text-align:left;
}
.corporate footer {
text-align:left
}
.app footer {
text-align:right
}
/*** Newsletter ***/
.newsletter h2 {
border:none;
padding:0;
line-height:1em;
}
.newsletter h2 small {
display:inline-block;
font-family: 'PT Sans', Tahoma, Verdana, Segoe, sans-serif;
letter-spacing : normal;
margin-top:0.5em;
}
.newsletter label {
line-height: 1em;
margin-bottom:1em;
}
.newsletter .btn {
margin-top:2em;
}
/* END FOOTER
================================================== */
/* SLIDERS
================================================== */
#sliderWrapper {
padding-top:3.21em;
}
/*** supersized ***/
#slidecaption {
text-align:center;
padding-top:10%;
}
/*replace background images with icon font for supersized slider UI*/
#nextslide, #prevslide{
background:none;
font-family: 'custom-icons';
font-size:1.5em;
text-align:center;
color:#fff;
height:4em;
width:2em;
line-height:4em;
}
#prevslide:before {
content: '\e75d';
}
#nextslide:before {
content: '\e75e';
}
a#nextslide:hover, a#prevslide:hover {
text-decoration:none;
}
/*** FLEXSLIDER ***/
/*** Flex slider used on app version ***/
.flexslider.flexApp {
margin-bottom:0;
}
.flexFullScreen {
min-height:600px;
}
.flexslider {
background:none;
}
/*replace background images with icon font for Flex slider UI*/
.flexslider .flex-direction-nav a {
background:none;
font-family: 'custom-icons';
font-size:1.5em;
text-align:center;
color:#fff;
height:4em;
width:2em;
}
.flexslider .flex-direction-nav a i {
line-height:4em;
}
.flexslider .flex-direction-nav a:hover {
text-decoration:none;
}
/*replace background images with icon font for Flex slider UI*/
.flexslider .slides li {
position:relative;
margin:0;
}
.flexslider .logoSlider img {
width:auto;
}
.flexslider .caption {
position:absolute;
top:0;
width:48%;
overflow:hidden;
}
.flexslider h1 {
font-weight:400;
padding:0.25em 0.5em;
text-transform:uppercase;
display:inline-block;
font-size:3em;
margin-bottom:0;
text-align:left;
}
.flexslider h2 {
border:none;
padding:0.5em 0.5em;
display:inline-block;
font-size:1.5em;
margin-bottom:0;
line-height:1.5em;
}
.flexslider .caption.left {
left:50px;
width:55%;
}
.flexslider .caption.right {
right:0;
}
.flexslider .caption, .flexslider .caption div {
display:none;
}
.flexslider .caption p {
margin:0;
padding:1em;
}
.flexiShadow img {
vertical-align: top;
margin-bottom:3em;
}
/********* Configuration first slide *******/
.flexslider .caption .element1-1, .flexslider .caption .element1-2, .flexslider .caption .element1-3 {
margin-left:0px;
}
.flexslider .caption .element1-1 {
margin-top:7%;
}
.flexslider .caption .element1-2 {
margin-top:2%;
}
.flexslider .caption .element1-3 {
margin-top:2%;
width:70%;
}
.flexslider .caption .element1-4 {
margin-top:2%;
}
/********* Configuration first slide *******/
/********* Configuration second slide *******/
.flexslider .caption .element2-1 {
display:inline-block;
}
.flexslider .caption .element2-1, .flexslider .caption .element2-2, .flexslider .caption .element2-3, .flexslider .caption .element2-4 {
margin-top:2%;
}
.flexslider .caption .element2-1 {
margin-top:25%;
}
.flexslider .caption .element2-3 p {
width:320px;
}
/********* Configuration second slide *******/
/********* Configuration third slide *******/
.flexslider .caption .element3-1, .flexslider .caption .element3-2, .flexslider .caption .element3-3 {
margin-left:2%;
}
.flexslider .caption .element3-1 {
margin-top:45%;
}
.flexslider .caption .element3-2 {
margin-top:2%;
}
.flexslider .caption .element3-3 {
margin-top:2%;
}
/********* Configuration third slide *******/
/********* Configuration fourth slide *******/
.flexslider .caption .element4-1, .flexslider .caption .element4-2, .flexslider
.flexslider .caption .element4-1 {
margin-top:40px;
}
.flexslider .caption .element4-2 {
margin-top:2%;
}
.flexslider .caption .element4-3 {
margin-top:2%;
}
/********* Configuration fourth slide *******/
/*** MEDIA QUERIES ***/
/* Large desktop */
@media (min-width: 1200px) {
...
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.flexFullScreen {
min-height:400px;
}
.flexslider h1 {
font-size:1.2em
}
.flexslider h2 {
font-size:1em
}
.flexslider p {
font-size:0.8em
}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.flexFullScreen {
min-height: 300px;
}
.flex-direction-nav .flex-prev {
left:0;
}
.flex-direction-nav .flex-next {
right:0;
}
.flexslider h1 {
font-size:2em;
}
.flexslider h2 {
font-size:1.25em;
}
}
/* Landscape phones and down */
@media (max-width: 480px) {
.flexFullScreen {
min-height: 150px;
}
.flex-direction-nav {
display:none;
}
.flexslider h1 {
font-size:1em;
}
.flexslider h2 {
font-size:0.75em;
}
.flexslider a {
display:none;
}
}
@media (max-width: 240px) {
.flexFullScreen {
min-height:90px;
}
}
/*** END FLEXSLIDER ***/
/*** fullscreen background image (used on app version) ***/
#homeApp {
padding-top:3em;
}
#homeApp h1.bigTitle {
text-align:left;
margin-bottom:0;
}
.bgFullScreen {
background-size:100%;
}
/* END SLIDERS
================================================== */
/* BLOG
================================================== */
/*** post ***/
.postPic {
position:relative;
}
.postTitle {
margin-bottom:1.5em
}
.postPic .videoWrapper {
margin-bottom: 1.5em;
}
.postTitle h2 {
margin-bottom:0.25em;
line-height:1em;
}
ul.entry-meta {
margin: 0 0 1em 0;
padding:0;
}
ul.entry-meta li {
display: inline-block;
margin: 0;
background-repeat: no-repeat;
line-height: 1em;
font-size:0.85em;
padding:0.75em;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
}
ul.entry-meta [class^="icon-"], [class*=" icon-"] {
line-height: 1em;
}
/*target chrome only for better vertical align of icon*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.entry-meta [class^="icon-"], [class*=" icon-"] {
line-height: 1.5em;
}
}
.comments .media {
padding:1.5em;
}
/*** end post ***/
/*** sharre buttons ***/
.sharrre .button {
float: left;
width: 60px;
}
.sharrre .button.twitter {
margin-right:12px;
}
/*** sharre buttons ***/
/*** sidebar widgets ***/
.widget.search {
padding:0;
}
.widget.search input {
margin-bottom:0;
}
.widget.search button {
margin-top:1em;
}
.widget {
margin-bottom:3em;
}
.widget h3 {
padding-bottom:0.5em;
margin-bottom:1em;
}
.widget form, .widget input {
margin-bottom:0;
}
.blogTags ul {
list-style-type:none;
margin:0;
}
.blogTags li {
display:inline-block;
}
.blogTags li a {
display:block;
margin:0 0.25em 1em 0;
padding:0.5em;
text-transform:uppercase;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
line-height:1em;
}
.blogUpdates a.pull-left {
width:50px;
}
.blogUpdates .media, .blogUpdates .media .media {
margin-bottom:0;
padding-bottom:0
}
.blogUpdates .media img {
margin-bottom:1em;
}
.blogUpdates ul.media-list, .blogUpdates ul li:last-child p {
margin:0;
}
.blogUpdates p {
font-size:0.85em;
}
.blogUpdates .iconsList li {
padding-top:0.5em;
}
/*** sidebar widgets ***/
/* END BLOG
================================================== */
/* NEWS
================================================== */
.newsList {
margin-top:15px;
}
.newsList .media {
margin:0 0 1.5em 0;
}
.newsList .media-body {
margin-bottom:0.25em;
}
.newsList h3 {
margin-top:0;
}
.newsList p {
}
.newsDate {
position:absolute;
top:1em;
left:1em;
z-index:2;
display:block;
text-align:center;
line-height:1;
width:50px;
padding:0.5em;
}
.newsDate.inlineBox {
position: static;
}
.newsDate h4 {
margin:0 auto;
font-size:2.5em;
font-weight:800;
font-family: 'Open Sans', sans-serif;
line-height:1em;
}
.newsDate span {
width:100%;
padding:0.5em 0;
font-weight:400;
display:block;
font-size:small;
text-transform:uppercase;
}
/* END NEWS
================================================== */
/* PAGES
================================================== */
#quoteFormWrapper {
display:none;
margin-top:10px;
}
#projectQuote {
margin-top:2em;
padding:3em;
}
#projectQuote textarea {
height: 122px;
padding-top:25px;
}
#projectQuote .quoteResult {
width: 76.5%;
}
#page {
margin-bottom:6em;
}
/*** Contact ***/
#contactSlice {
overflow:hidden;
}
#contact address {
margin:0 0 1.5em 0;
font-size:0.8em;
}
.slideContactpage {
padding-top:6em;
padding-bottom:1.5em;
}
#contactinfoWrapper {
display:none;
position:relative;
}
#contactinfoWrapperPage {
position:relative;
float: left;
}
#mapTrigger {
display:block;
}
#mapSlide {
display:none;
}
.result {
margin-bottom:1.5em;
}
#mapWrapperFullwidth {
width:100%;
height:350px;
}
#mapWrapper img, #mapWrapperFullwidth img {
max-width: none;
}
#mapTriggerLoader {
display:block;
padding:1em;
-webkit--border-radius:4px;
-moz--border-radius:4px;
border-radius:4px;
text-align:center;
margin-bottom:1.5em;
}
#mapTriggerLoader {
text-align:center;
}
.contentMap {
}
#contactWrapperHome .error_message {
font-size:0.6em;
line-height:1em;
}
/* Contact Form */
input, textarea {
background: #f8f8f8;
border:none;
width: 97%;
}
textarea {
height:13.4em;
}
.securityCheck {
margin-top:1.5em;
}
#verify {
display: inline;
float: left;
}
.securityCheck .moreLink {
font-size:0.8em;
margin-left:5px;
}
.termsCheck {
margin:29px 0 0 10px
}
#mapSlide {
display:none;
margin-left:3000px;
}
#mapWrapper {
height:360px;/*border:1px solid #E6EAEC;*/
}
#mapReturn {
float:right;
margin-top:1.5em;
}
#contactPage #mapWrapper {
margin-bottom:1.5em;
}
/*** End Contact ***/
/*** sidebar ***/
aside#sidebar {
padding: 1em;
font-size:1em;
}
#sidebar #subnav, #sidebar #subnav .widgetArea {
margin-right:20px;
}
#sidebar #subnav {
margin-bottom:0;
}
#sidebar #subnav li {
margin:0;
}
#sidebar #subnav li a {
display:inline-block;
padding: 0.5833em 0 0.8333em 0.5em;
text-decoration:none;
}
/*** end sidebar ***/
/*** PROGRESS BAR % ***/
.ninety {
width: 90% !important;
}
.seventy {
width: 70% !important;
}
.fifty {
width: 50% !important;
}
/*** END PROGRESS BAR % ***/
/* END PAGES
================================================== */
/* PORTFOLIO
================================================== */
.isotopeWrapper article {
margin-bottom:1em;
}
.portfolio {
}
#portfolio img, #pages img {
width:100%;
}
.sizer {
outline:none !important;
}
.navigate ul {
float:right;
margin-bottom:1.33em;
}
.navigate li {
display:inline-block;
height: 24px;
}
#projectsNav .pager {
text-align:left;
margin:0 0 1.5em 0;
}
#slideSlice article {
float:left;
}
#portfolioCaroussel {
overflow: hidden
}
#portfolioCaroussel article {
padding:10px;
}
#portfolio article p {
margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
margin-bottom:1.5em;
}
nav#filter li {
display:inline-block;
margin:0 0 0 5px;
}
nav#filter a {
padding: 4px 12px;
line-height: 20px;
text-decoration: none;
}
nav#filter li.filterTitle h3 {
font-size: 1em;
line-height: 0.75;
margin-bottom:0.45;
font-weight: 400;
}
/* masonery resising*/
.hiddenInfo {
display:none;
}
.isotopeItem.boxLink {
border:none;
}
.masoneryBloc:hover {
border:none;
}
.isotopeItem.span6 .imgWrapper, .isotopeItem.span4 .imgWrapper {
margin-bottom:0;
}
.masoneryBloc .boxContent {
text-align:left;
}
.isotopeItem .newBadge {
top:5px;
left:-20px;
}
#singleProject {
padding-bottom:0;
}
/* END PORTFOLIO
================================================== */
/* FORMS
================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
display:block;
margin-bottom:1.5em;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow:none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
padding:0 25px;
height:50px;
}
.row-fluid input[type="text"], .row-fluid input[type="password"], .row-fluid input[type="email"], input[type="tel"], .row-fluid textarea {
padding:0 25px;
width: 100%;
box-shadow:none;
}
textarea {
background: #fff;
padding:25px;
}
select {
padding:16px;
height:auto;
background:#ededed;
}
label, legend {
display: block;
}
legend {
margin-bottom:1em;
}
input#verify {
margin-top:1em;
margin-bottom:0;
}
input[type="checkbox"] {
display: inline;
}
form .error {
color:#bc0000;
}
.modal-header {
padding: 2.5em 2.5em 0 2.5em;
}
.modal-body, modal-footer {
padding: 2.5em;
}
/* END FORMS
================================================== */
/* MISCELANIOUS
================================================== */
/*** video ***/
.videoIframe {
width:100%;
height:525px;
}
.videoCredit {
display:block;
padding:0.5em;
margin-top:0;
}
/*** testimonial ***/
#testimonialCarousel .item {
min-height:193px;
}
#testimonialCarousel blockquote {
position: relative;
margin-right:5px;
font-size:1.15em;
line-height:1.25em;
}
.clientIcon {
margin-top:2em;
}
.clientIcon i {
font-size:3em;
}
/*** pricing table ***/
.pricingBloc {
text-align:center;
margin-top:1em;
}
.pricingBloc ul {
list-style-type:none;
margin:0;
padding:0 1.5em;
}
.pricingBloc ul li {
padding:1.5em 0
}
.pricingBloc h2 {
font-size: 1.25em;
text-transform:none;
margin-bottom:0;
padding:1.5em;
font-weight:800;
}
.pricingBloc h3 {
font-size:3em;
font-weight:800;
display:block;
padding:1em;
margin-bottom:0;
}
.pricingBloc h3 span {
font-size:0.5em;
font-weight:300;
margin-bottom:0;
display:block;
}
.pricingBloc p {
margin-bottom:0;
padding:1.5em
}
.pricingBloc.focusPlan {
margin-top:0;
}
.pricingBloc.focusPlan h3 {
padding:1.25em;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*** end pricing table ***/
/*** hover images ***/
.imgHover article {
position:relative;
}
.mask {
position:absolute;
top:0;
left:0;
background: rgba(204, 204, 0, 0.75);
/*width:100%;*/
display:none;
}
.iconLinks {
display:none;
}
.media-hover {
text-align:center;
overflow:hidden;
}
.media-hover {
position:absolute;
top:0;
left:0;
width:100%;
}
.ie8 .mask {
bacground:white;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/*** end hover images ***/
/*** twitter box ***/
#twitterFrame iframe {
width:100%;
}
/* END MISCELANIOUS
================================================== */
/* MEDIA QUERIES
================================================== */
/* Large desktop */
@media (min-width: 1200px) {
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 979px) and (max-width: 1200px) {
body #globalWrapper {
margin-left:auto;
margin-right:auto;
width:100%;
}
#slidecaption {
padding-top: 10%;
}
/** parallax **/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-size: 100% 120%;
background-attachment: scroll;
}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
body #globalWrapper {
margin:0 auto;
width:100%;
}
#mainMenu, #resMainMenu{
float:none;
text-align: left;
width: 100%;
max-height: 77px;
}
.fixedHeader {
max-height: 96px;
}
#mainHeader .brand {
text-align: center;
margin-bottom:20px;
width: 100%;
margin-right:0;
float:none;
}
.nav {
font-size: 0.9em;
margin:0 auto;
display:inline-block;
}
.btn-large {
font-size:1.2em;
}
.newsList h3 {
font-size:1.2em;
}
#team h3 {
font-size:1.2em;
}
.socialTeam li {
display:inline-block;
}
#homeApp h1.bigTitle {font-size:2.3em; line-height:1.25em;}
/*tabs*/
.nav-tabs {width:100%;}
.nav-tabs li {float:none;}
.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
/* paralax*/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-attachment:scroll;
background-size: 100% 120%;
}
/* NEKO CSS FRAMEWORK
================================================== */
.iconWrapper.iconBig {
height: 108px;
width: 108px;
}
.iconWrapper.iconBig i {
top: -10px;
left: 16px;
}
/* END NEKO CSS FRAMEWORK
================================================== */
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
#mainMenu {
float:left;
text-align: center;
width: 100%;
}
#mainHeader .brand {
text-align: center;
margin-bottom:20px;
width: 100%;
margin-right:0;
}
.nav {
font-size: 0.9em;
display: inline-block;
}
.newsList h3 {
font-size:1.2em;
}
.socialTeam li {
display:inline-block;
}
.span6.skills {
margin-bottom:3em;
}
#homeApp h1.bigTitle {font-size:2.3em; line-height:1.25em; text-align:center;}
#homeApp, .app footer{ text-align:center;}
/* paralax*/
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7, #paralaxSlice8, #paralaxSlice9, #paralaxSlice10, #paralaxSlice11, #paralaxSlice12 {
background-attachment:scroll;
}
/* NEKO CSS FRAMEWORK
================================================== */
.styleSwitcher {
display:none;
}
.ctaBox, .ctaBox blockquote {
text-align:center;
}
.ctaBox a {
float:none;
}
.ctaBox.ctaBoxFullwidth {
padding-left:0;
padding-right:0;
}
.ctaBox.ctaBoxFullwidth {
padding-left:0;
padding-right:0;
}
.iconWrapper.iconBig {
height: 108px;
width: 108px;
}
.iconWrapper.iconBig i {
top: -10px;
left: 16px;
}
.one_half {
width:100%;
float: none;
}
.imgWrapper img {
width:100%;
}
.topBox {
text-align:center;
}
.topBox a {
float:none;
}
/* END NEKO CSS FRAMEWORK
================================================== */
body {
padding:0
}
.container {
padding:0 20px;
}
body #globalWrapper {
margin:0;
width:100%;
}
[class*="span"] {
margin-bottom:1.5em;
}
.slice {
padding:3em 0;
}
#mainMenu ul {
display:none;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin:0;
}
#mainMenu .responsive-nav {
display:block;
width:100%;
}
#mainHeader .navbar-inner {
background:none!important;
}
ul.socialNetwork {
margin-bottom:0.5em;
}
.isotopeItem .newBadge {
left:auto;
right:10px;
top:9px;
}
.blocPhone {
font-size:1.2em;
}
.bigTitle {
font-size:3em;
}
.paralaxText blockquote {
font-size:1.2em;
}
.blocPhone .iconWrapper {
display:block;
}
#mainMenu .responsive-nav {
margin-top:0.8em;
margin-bottom:0.8em;
}
#mainHeader .brand {
margin-top:1.4em;
}
#team img {
width:100%;
max-width:auto;
}
#team article div:first-child, #team .boxContent2, #team .boxContent {
float:left;
width:100%
}
#mapTriggerLoader .iconWrapper {
display:block;
}
/* PARALAX
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice4, #paralaxSlice5, #paralaxSlice6, #paralaxSlice7 {
background-size: 100% 100%;
background-attachment: scroll;
}
.iconWrapper.iconBig {height:80px; width:80px;}
.iconWrapper.iconBig i {font-size:50px; line-height:105px; left:14px;}
/* END PARALAX
================================================== */
}
/* Landscape phones and down */
@media (max-width: 480px) {
h1.bigTitle {
font-size:2em;
}
h2.bigTitle, h3.bigTitle {
font-size:1.2em;
}
.media .pull-left, .media .pull-right {
display:inline-block;
}
.projectWidget .pull-right, .projectWidget .pull-left {
float:left;
}
.btn {
font-size:12px;
}
#mainHeader .brand {
text-align: center;
}
#mainHeader .brand, #mainMenu {
float:none;
}
#mainMenu {
width:100%;
margin-top:10px;
}
.slice {
padding-left:0;
padding-right:0;
}
.boxFeature {
margin-bottom:0;
}
.boxFeature .one_third, .boxFeature .two_thirds {
text-align:center;
}
.one_half, .one_third, .two_thirds, .three_fourths, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
width:100%;
float: none;
}
.socialTeam li {
display:inline-block;
}
#team .span3 {
text-align:center;
}
.paralaxText {padding:3em 0 1.5em 0;}
#mainHeader .brand {text-align: right;}
.og-grid li {margin-left:0;}
/*tabs*/
.nav-tabs {width:100%;}
.nav-tabs li {float:none;}
.nav-tabs>li>a {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
}
@media (max-width: 240px) {
h1 {
font-size:2em;
}
} | 0.243013 | 0.050191 |
.header {
width: 100%;
text-align: left;
}
h2 {
font-family: 'Lato', sans-serif;
color: #000;
font-size: 36px;
font-weight: 900;
margin-bottom: 20px;
text-align: left;
}
h3 {
text-align: left;
color: #475470;
margin: 5px 0 30px 0;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
h3 strong {
font-weight: 700;
}
.twitter-share-button {
margin-left: 10px;
}
.demo-container p {
text-align: left;
margin-bottom: 30px;
font-family: Georgia, serif;
font-size: 17px;
line-height: 25px;
}
.demo-container p span {
font-size: 42px;
font-weight: 600;
padding-right: 5px;
}
.demo-container p.intro::first-letter{
font-size: 300%;
padding-right: 5px;
vertical-align: baseline;
}
.demo-container .flex-wrap {
display: flex;
}
.jw-widget {
text-align: left;
font-family: 'Lato', sans-serif;
font-weight: 900;
}
#ads-video-player {
min-width: 320px;
display: inline-block;
margin-left: 20px;
}
@media (max-width: 480px) {
#ads-video-player {
display: block;
margin: 0 0 20px 0;
}
.demo-container .flex-wrap {
display: block;
}
}
section {
margin: 40px 0;
}
.promo {
padding: 20px;
border-radius: 6px;
text-align: left;
background: -moz-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,70,100,1)), color-stop(100%, rgba(255,182,0,1)));
background: -webkit-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4664', endColorstr='#ffb600', GradientType=1 );
}
.promo:hover {
text-decoration: none;
}
.promo img {
width: 30px;
position: relative;
top: 8px;
opacity: .85;
}
.promo:hover img {
opacity: 1;
}
.promo h2 {
color: #fff;
display: inline;
font-weight: 700;
font-size: 17px;
text-align: left;
margin-left: 5px;
} | demos/advanced/out-player-widget-article/css/style.css | .header {
width: 100%;
text-align: left;
}
h2 {
font-family: 'Lato', sans-serif;
color: #000;
font-size: 36px;
font-weight: 900;
margin-bottom: 20px;
text-align: left;
}
h3 {
text-align: left;
color: #475470;
margin: 5px 0 30px 0;
text-transform: uppercase;
font-family: 'Lato', sans-serif;
font-weight: 400;
font-size: 14px;
display: inline-block;
vertical-align: middle;
}
h3 strong {
font-weight: 700;
}
.twitter-share-button {
margin-left: 10px;
}
.demo-container p {
text-align: left;
margin-bottom: 30px;
font-family: Georgia, serif;
font-size: 17px;
line-height: 25px;
}
.demo-container p span {
font-size: 42px;
font-weight: 600;
padding-right: 5px;
}
.demo-container p.intro::first-letter{
font-size: 300%;
padding-right: 5px;
vertical-align: baseline;
}
.demo-container .flex-wrap {
display: flex;
}
.jw-widget {
text-align: left;
font-family: 'Lato', sans-serif;
font-weight: 900;
}
#ads-video-player {
min-width: 320px;
display: inline-block;
margin-left: 20px;
}
@media (max-width: 480px) {
#ads-video-player {
display: block;
margin: 0 0 20px 0;
}
.demo-container .flex-wrap {
display: block;
}
}
section {
margin: 40px 0;
}
.promo {
padding: 20px;
border-radius: 6px;
text-align: left;
background: -moz-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,70,100,1)), color-stop(100%, rgba(255,182,0,1)));
background: -webkit-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -o-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: -ms-linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
background: linear-gradient(45deg, rgba(255,70,100,1) 0%, rgba(255,182,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4664', endColorstr='#ffb600', GradientType=1 );
}
.promo:hover {
text-decoration: none;
}
.promo img {
width: 30px;
position: relative;
top: 8px;
opacity: .85;
}
.promo:hover img {
opacity: 1;
}
.promo h2 {
color: #fff;
display: inline;
font-weight: 700;
font-size: 17px;
text-align: left;
margin-left: 5px;
} | 0.42919 | 0.092278 |
ul {
margin: auto auto;
}
li {
list-style-type: none;
position: relative;
height: 190px;
margin: 10px;
}
.round {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding-top: 30px;
text-decoration: none;
text-align: center;
font-size: 25px;
text-shadow: 0 1px 0 rgba(255,255,255,.7);
letter-spacing: -.065em;
font-family: "Hammersmith One", sans-serif;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
box-shadow: 2px 2px 7px rgba(0,0,0,.2);
border-radius: 300px;
z-index: 1;
border-width: 4px;
border-style: solid;
}
.round:hover {
width: 130%;
height: 130%;
left: -15%;
top: -15%;
font-size: 33px;
padding-top: 38px;
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
-o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
box-shadow: 5px 5px 10px rgba(0,0,0,.3);
z-index: 2;
border-size: 10px;
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
a.red {
background-color: rgba(239,57,50,1);
color: rgba(133,32,28,1);
border-color: rgba(133,32,28,.2);
}
a.red:hover {
color: rgba(239,57,50,1);
}
a.green {
background-color: rgba(1,151,171,1);
color: rgba(0,63,71,1);
border-color: rgba(0,63,71,.2);
}
a.green:hover {
color: rgba(1,151,171,1);
}
a.yellow {
background-color: rgba(252,227,1,1);
color: rgba(153,38,0,1);
border-color: rgba(153,38,0,.2);
}
a.yellow:hover {
color: rgba(252,227,1,1);
}
a.blue {
background-color: rgba(252,227,1,1);
color: rgba(153,38,0,1);
border-color: rgba(153,38,0,.2);
}
a.blue:hover {
color: rgba(252,227,1,1);
}
a.blue:hover {
color: '#0000CC';
}
.round span.round {
display: block;
opacity: 0;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
font-size: 1px;
border: none;
padding: 40% 20% 0 20%;
color: #fff;
}
.round span:hover {
opacity: .85;
font-size: 16px;
-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
-moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
-o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.green span {
background: rgba(0,63,71,.7);
}
.red span {
background: rgba(133,32,28,.7);
}
.yellow span {
background: rgba(161,145,0,.7);
} | src/app/components/admin-home/admin_home.component.css | ul {
margin: auto auto;
}
li {
list-style-type: none;
position: relative;
height: 190px;
margin: 10px;
}
.round {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding-top: 30px;
text-decoration: none;
text-align: center;
font-size: 25px;
text-shadow: 0 1px 0 rgba(255,255,255,.7);
letter-spacing: -.065em;
font-family: "Hammersmith One", sans-serif;
-webkit-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
box-shadow: 2px 2px 7px rgba(0,0,0,.2);
border-radius: 300px;
z-index: 1;
border-width: 4px;
border-style: solid;
}
.round:hover {
width: 130%;
height: 130%;
left: -15%;
top: -15%;
font-size: 33px;
padding-top: 38px;
-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
-o-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
-moz-box-shadow: 5px 5px 10px rgba(0,0,0,.3);
box-shadow: 5px 5px 10px rgba(0,0,0,.3);
z-index: 2;
border-size: 10px;
-webkit-transform: rotate(-360deg);
-moz-transform: rotate(-360deg);
-o-transform: rotate(-360deg);
transform: rotate(-360deg);
}
a.red {
background-color: rgba(239,57,50,1);
color: rgba(133,32,28,1);
border-color: rgba(133,32,28,.2);
}
a.red:hover {
color: rgba(239,57,50,1);
}
a.green {
background-color: rgba(1,151,171,1);
color: rgba(0,63,71,1);
border-color: rgba(0,63,71,.2);
}
a.green:hover {
color: rgba(1,151,171,1);
}
a.yellow {
background-color: rgba(252,227,1,1);
color: rgba(153,38,0,1);
border-color: rgba(153,38,0,.2);
}
a.yellow:hover {
color: rgba(252,227,1,1);
}
a.blue {
background-color: rgba(252,227,1,1);
color: rgba(153,38,0,1);
border-color: rgba(153,38,0,.2);
}
a.blue:hover {
color: rgba(252,227,1,1);
}
a.blue:hover {
color: '#0000CC';
}
.round span.round {
display: block;
opacity: 0;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
font-size: 1px;
border: none;
padding: 40% 20% 0 20%;
color: #fff;
}
.round span:hover {
opacity: .85;
font-size: 16px;
-webkit-text-shadow: 0 1px 1px rgba(0,0,0,.5);
-moz-text-shadow: 0 1px 1px rgba(0,0,0,.5);
-o-text-shadow: 0 1px 1px rgba(0,0,0,.5);
text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
.green span {
background: rgba(0,63,71,.7);
}
.red span {
background: rgba(133,32,28,.7);
}
.yellow span {
background: rgba(161,145,0,.7);
} | 0.548674 | 0.121842 |
body {
font-size: 15px;
font-family: Roboto, sans-serif;
line-height: 1.5;
color: #111;
background-color: #fdfdfd;
font-weight: 300;
-webkit-font-smoothing: auto;
}
header {
background-color: white;
color: #424242;
}
nav.navbar {
min-height: 57px;
padding: 6px 0;
}
header.header-fixed nav.navbar-fixed-top {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
h1, h2 {
font-weight: 300;
}
h3, h4, h5, h6 {
font-weight: 400;
}
h1 {
font-size: 42px !important;
letter-spacing: -1px;
}
header h1 {
font-weight: 300;
}
h2 {
color: #111;
font-size: 24px;
}
.markdown h2 {
font-size: 24px;
}
section.summary h2 {
font-size: 24px;
color: inherit;
border-bottom: none;
}
.sidebar ol,
.sidebar ol li.section-title {
font-size: inherit;
}
@media screen and (max-width: 768px) {
.sidebar-offcanvas-left.active {
padding: 10px;
}
}
.sidebar-offcanvas-left ol {
padding: 0 16px 16px 0;
}
.sidebar-offcanvas-left h5 {
display: none;
}
pre,
pre.prettyprint,
pre > code {
font-size: 14px;
}
pre,
pre.prettyprint {
background: #f5f2f0;
margin: 0 0 15px 0;
padding: 8px 12px;
border: 1px solid #cccccc;
border-radius: 4px;
}
code {
background-color: inherit;
font-size: 1em; /* browsers default to smaller font for code */
font-weight: 300;
padding-left: 0; /* otherwise we get ragged left margins */
padding-right: 0;
}
.markdown.desc {
max-width: inherit;
}
#search-box {
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
padding: 4px 6px;
font-size: 15px;
}
input.form-control.typeahead {
padding: 4px 7px;
font-size: 15px;
}
dl.dl-horizontal dt {
color: inherit;
}
/* Line the material icons up with their labels */
i.material-icons.md-36,
i.material-icons.md-48 {
vertical-align: bottom;
}
/* thinify the inherited names in lists */
li.inherited a {
font-weight: 100;
}
/* address a style issue with the background of code sections */
code.hljs {
background: inherit;
}
footer {
font-size: 13px;
padding: 12px 20px;
}
/* Override the comment color for highlight.js to make it more
prominent/readable */
.hljs-comment {
color: #128c00;
font-style: italic;
font-weight: bold;
} | dev/docs/assets/overrides.css | body {
font-size: 15px;
font-family: Roboto, sans-serif;
line-height: 1.5;
color: #111;
background-color: #fdfdfd;
font-weight: 300;
-webkit-font-smoothing: auto;
}
header {
background-color: white;
color: #424242;
}
nav.navbar {
min-height: 57px;
padding: 6px 0;
}
header.header-fixed nav.navbar-fixed-top {
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
h1, h2 {
font-weight: 300;
}
h3, h4, h5, h6 {
font-weight: 400;
}
h1 {
font-size: 42px !important;
letter-spacing: -1px;
}
header h1 {
font-weight: 300;
}
h2 {
color: #111;
font-size: 24px;
}
.markdown h2 {
font-size: 24px;
}
section.summary h2 {
font-size: 24px;
color: inherit;
border-bottom: none;
}
.sidebar ol,
.sidebar ol li.section-title {
font-size: inherit;
}
@media screen and (max-width: 768px) {
.sidebar-offcanvas-left.active {
padding: 10px;
}
}
.sidebar-offcanvas-left ol {
padding: 0 16px 16px 0;
}
.sidebar-offcanvas-left h5 {
display: none;
}
pre,
pre.prettyprint,
pre > code {
font-size: 14px;
}
pre,
pre.prettyprint {
background: #f5f2f0;
margin: 0 0 15px 0;
padding: 8px 12px;
border: 1px solid #cccccc;
border-radius: 4px;
}
code {
background-color: inherit;
font-size: 1em; /* browsers default to smaller font for code */
font-weight: 300;
padding-left: 0; /* otherwise we get ragged left margins */
padding-right: 0;
}
.markdown.desc {
max-width: inherit;
}
#search-box {
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 2px;
padding: 4px 6px;
font-size: 15px;
}
input.form-control.typeahead {
padding: 4px 7px;
font-size: 15px;
}
dl.dl-horizontal dt {
color: inherit;
}
/* Line the material icons up with their labels */
i.material-icons.md-36,
i.material-icons.md-48 {
vertical-align: bottom;
}
/* thinify the inherited names in lists */
li.inherited a {
font-weight: 100;
}
/* address a style issue with the background of code sections */
code.hljs {
background: inherit;
}
footer {
font-size: 13px;
padding: 12px 20px;
}
/* Override the comment color for highlight.js to make it more
prominent/readable */
.hljs-comment {
color: #128c00;
font-style: italic;
font-weight: bold;
} | 0.344443 | 0.112649 |
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background-color: #e7ebf1;
color: #7e8ba3;
font: 300 1rem/1.5 Helvetica Neue, sans-serif;
margin: 0;
min-height: 100%;
}
.align {
align-items: center;
display: flex;
flex-direction: row;
}
.align__item--start {
align-self: flex-start;
}
.align__item--end {
align-self: flex-end;
}
.site__logo {
margin-bottom: 2rem;
}
input {
border: 0;
font: inherit;
}
input::-webkit-input-placeholder {
color: #7e8ba3;
}
input:-ms-input-placeholder {
color: #7e8ba3;
}
input::-ms-input-placeholder {
color: #7e8ba3;
}
input::placeholder {
color: #7e8ba3;
}
.form__field {
margin-bottom: 1rem;
}
.form input {
outline: 0;
padding: 0.5rem 1rem;
}
.form input[type=email],
.form input[type=password] {
width: 100%;
}
.grid {
margin: 0 auto;
max-width: 25rem;
width: 100%;
}
h2 {
font-size: 2.75rem;
font-weight: 100;
margin: 0 0 1rem;
text-transform: uppercase;
}
svg {
height: auto;
max-width: 100%;
vertical-align: middle;
}
a {
color: #7e8ba3;
}
.register {
box-shadow: 0 0 120px #000;
text-align: center;
padding: 4rem 2rem;
}
.register input {
border: 1px solid #242c37;
border-radius: 999px;
background-color: transparent;
text-align: center;
}
.register input[type=email],
.register input[type=password] {
background-repeat: no-repeat;
background-size: 1.5rem;
background-position: 1rem 50%;
}
.register input[type=email] {
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#242c37"><path d="M256.017 273.436l-205.17-170.029h410.904l-205.734 170.029zm-.034 55.462l-205.983-170.654v250.349h412v-249.94l-206.017 170.245z"/></svg>');
}
.register input[type=password] {
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#242c37"><path d="M195.334 223.333h-50v-62.666c0-61.022 49.645-110.667 110.666-110.667 61.022 0 110.667 49.645 110.667 110.667v62.666h-50v-62.666c0-33.452-27.215-60.667-60.667-60.667-33.451 0-60.666 27.215-60.666 60.667v62.666zm208.666 30v208.667h-296v-208.667h296zm-121 87.667c0-14.912-12.088-27-27-27s-27 12.088-27 27c0 7.811 3.317 14.844 8.619 19.773 4.385 4.075 6.881 9.8 6.881 15.785v22.942h23v-22.941c0-5.989 2.494-11.708 6.881-15.785 5.302-4.93 8.619-11.963 8.619-19.774z"/></svg>');
}
.register input[type=submit] {
background-image: linear-gradient(160deg, #8ceabb 0%, #378f7b 100%);
color: #fff;
margin-bottom: 3rem;
width: 100%;
} | public/css/login.css | * {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background-color: #e7ebf1;
color: #7e8ba3;
font: 300 1rem/1.5 Helvetica Neue, sans-serif;
margin: 0;
min-height: 100%;
}
.align {
align-items: center;
display: flex;
flex-direction: row;
}
.align__item--start {
align-self: flex-start;
}
.align__item--end {
align-self: flex-end;
}
.site__logo {
margin-bottom: 2rem;
}
input {
border: 0;
font: inherit;
}
input::-webkit-input-placeholder {
color: #7e8ba3;
}
input:-ms-input-placeholder {
color: #7e8ba3;
}
input::-ms-input-placeholder {
color: #7e8ba3;
}
input::placeholder {
color: #7e8ba3;
}
.form__field {
margin-bottom: 1rem;
}
.form input {
outline: 0;
padding: 0.5rem 1rem;
}
.form input[type=email],
.form input[type=password] {
width: 100%;
}
.grid {
margin: 0 auto;
max-width: 25rem;
width: 100%;
}
h2 {
font-size: 2.75rem;
font-weight: 100;
margin: 0 0 1rem;
text-transform: uppercase;
}
svg {
height: auto;
max-width: 100%;
vertical-align: middle;
}
a {
color: #7e8ba3;
}
.register {
box-shadow: 0 0 120px #000;
text-align: center;
padding: 4rem 2rem;
}
.register input {
border: 1px solid #242c37;
border-radius: 999px;
background-color: transparent;
text-align: center;
}
.register input[type=email],
.register input[type=password] {
background-repeat: no-repeat;
background-size: 1.5rem;
background-position: 1rem 50%;
}
.register input[type=email] {
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#242c37"><path d="M256.017 273.436l-205.17-170.029h410.904l-205.734 170.029zm-.034 55.462l-205.983-170.654v250.349h412v-249.94l-206.017 170.245z"/></svg>');
}
.register input[type=password] {
background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#242c37"><path d="M195.334 223.333h-50v-62.666c0-61.022 49.645-110.667 110.666-110.667 61.022 0 110.667 49.645 110.667 110.667v62.666h-50v-62.666c0-33.452-27.215-60.667-60.667-60.667-33.451 0-60.666 27.215-60.666 60.667v62.666zm208.666 30v208.667h-296v-208.667h296zm-121 87.667c0-14.912-12.088-27-27-27s-27 12.088-27 27c0 7.811 3.317 14.844 8.619 19.773 4.385 4.075 6.881 9.8 6.881 15.785v22.942h23v-22.941c0-5.989 2.494-11.708 6.881-15.785 5.302-4.93 8.619-11.963 8.619-19.774z"/></svg>');
}
.register input[type=submit] {
background-image: linear-gradient(160deg, #8ceabb 0%, #378f7b 100%);
color: #fff;
margin-bottom: 3rem;
width: 100%;
} | 0.466359 | 0.113432 |
html {
}
body {
background-color: #fff;
background-image: url(../images/header.png);
background-position: 0 0;
background-repeat: repeat-x;
margin: 0 auto;
font-family: sans-serif;
font-size: 12px;
background-color: #ffffff;
color: #2e3436;
}
h1 {
margin-bottom: 25px;
padding: 0;
}
h1 a {
display: block;
text-indent: -9999px;
overflow: hidden;
height: 110px;
background-color: transparent;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: left top;
}
p {
font-family: sans-serif;
font-size: 1.1em;
line-height: 1.5em;
color: #2e3436;
}
code {
font-family: monospace;
}
a {
color: #4e9a06;
}
img {
border: none;
}
div.content {
position: relative;
padding: 0 200px 2em 0;
margin-top: -2em;
width: 600px !important;
}
div.footer {
padding: 0.4em 0;
border-top: 1px solid #888a85;
border-bottom: 1px solid #888a85;
font-size: 0.9em;
background-color: #eeeeec;
}
div.header {
padding: 0 0 2em 0;
color: #eeeeef;
border-bottom: 1px solid #888a85;
background-color: #eeeeec;
}
div.clear {
clear: both;
}
.viewport {
margin: 0px auto;
width: 800px;
}
/* Forms */
fieldset {
}
label {
display: block;
width: 150px;
text-align: right;
clear: both;
float: left;
padding: 1px 5px 1px 1px;
}
input,
textarea {
width: 440px;
float: none;
float: right;
border: 1px solid #555753;
background-color: #ffffff;
color: #2e3436;
}
input[type="submit"] {
width: 200px;
border: 1px solid #555753;
background-color: #ffffff;
}
input[name="url"] {
/* Catching spam bots */
display: none;
}
/* Lists */
dl dt {
display: block;
float: left;
width: 60px;
}
dl dd {
margin-left: 60px;
}
/* Tabels */
table {
border: 1px solid #EEEEEC;
border-collapse: collapse;
}
table th, table td {
padding: 0.5em;
}
table th {
background-color: #FCFCFC;
}
table td, table th {
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #EEEEEC;
vertical-align: top;
}
table td p.cell a {
/* color: #2E3436;*/
/* font-weight: bold;*/
white-space: nowrap;
text-decoration: none;
}
table td p.cell a:hover {
color: #4E9A06;
text-decoration: underline;
}
div.content table p.cell {
margin: 0 0 0.3em 0;
line-height: 1.1em;
text-align: left;
}
/* Navigation */
h2.navigation {
display: none;
}
ul.navigation {
background-image: url(../images/puzzle.png);
background-position: 320px 20px;
background-repeat: no-repeat;
font-size: 14px;
list-style-type: none;
margin: 25px auto 10px auto;
padding: 5px 0px;
width: 800px;
}
ul.navigation li ul {
padding-left: 20px;
list-style-type: none;
}
ul.navigation li {
background-image: url(../images/menu-entry-underline.png);
background-position: bottom left;
background-repeat: no-repeat;
font-weight: normal;
}
ul.navigation li.requested {
/*font-weight: bold;*/
}
ul.navigation li a {
background-image: url(../images/menu-entry-icon.png);
background-position: 0 50%;
background-repeat: no-repeat;
color: #2e3436;
display: block;
padding: 5px 0;
width: 250px;
text-decoration: none;
text-indent: 20px;
}
ul.navigation li.requested a {
background-image: url(../images/menu-entry-requested-icon.png);
}
ul.navigation li a:hover {
display: block;
color: #2e3436;
text-decoration: underline;
}
/* Navigation */
div.sub-navigation {
position: relative;
overflow: visible;
height: 0;
width: 100%;
z-index: 20;
}
div.sub-navigation ul {
list-style-type: none;
padding: 0;
}
div.sub-navigation ul li {
float: left;
padding: 0;
margin: 0;
}
div.sub-navigation ul li.requested {
font-weight: bold;
}
div.sub-navigation ul li a {
background: transparent none bottom left no-repeat;
display: block;
margin: 0.2em 2.5em 0 0;
padding: 0 0.5em;
color: #2e3436;
font-size: 1.1em;
line-height: 1.6em;
text-decoration: none;
}
div.sub-navigation ul li.requested a {
background-image: url(../images/sub-menu-entry-underline-requested.png);
font-weight: normal;
}
div.sub-navigation ul li a:hover {
background-image: url(../images/sub-menu-entry-underline-hover.png);
}
div.sub-navigation ul li.requested a:hover {
background-image: url(../images/sub-menu-entry-underline-requested.png);
}
/* Search box */
div#search {
margin: 2px;
padding: 5px 0px;
width: 165px;
clear: left;
float: left;
}
div#search h2 {
margin: 0px 0px 5px 0px;
font-size: 14px;
}
div#search form {
margin: 10px;
padding: 0px;
}
div#search fieldset {
border: 1px solid #555753;
background-color: #ffffff;
margin: 0px;
padding: 0px;
width: 125px;
}
div#search label,
div#search legend {
display: none;
}
div#search input {
float: none;
border: none;
}
div#search input#search_phrase {
width: 105px;
}
div#search input[type=submit] {
width: 15px;
height: 18px;
text-indent: 100px;
overflow: hidden;
background-image: url( "/images/search.png" );
background-repeat: no-repeat;
background-position: 0px 2px;
}
/* Search result */
ul.search {
padding: 0px 0px 0px 30px;
margin: 0px;
list-style-type: circle;
}
ul.search li {
margin: 10px 0px;
border-bottom: 1px solid #d3d7cf;
}
ul.search li span.comment {
display: block;
padding: 0px 2px;
text-align: right;
text-decoration: none;
}
ul.search li h3 {
margin: 0px 0px 3px 0px;
font-size: 14px;
}
ul.search li h4 {
margin: 0px 0px 3px 0px;
font-size: 10px;
font-weight: normal;
color: #555753;
}
/* Formats */
div.formats {
float: left;
}
div.formats a {
text-decoration: none;
}
div.formats a:hover {
text-decoration: underline;
}
/* License */
div.license {
float: right;
}
div.license a {
text-decoration: none;
}
div.license a:hover {
text-decoration: underline;
}
/* Changelog and Revision */
div.revision {
display: inline;
position: relative;
cursor: help;
}
div.revision ul {
display: none;
}
div.revision:hover ul {
display: block;
position: absolute;
left: -300px;
bottom: 25px;
width: 400px;
list-style-type: circle;
margin: 0px;
padding: 2px 2px 2px 15px;
border: 1px solid #555753;
font-size: 0.8em;
background-color: #ffffff;
}
div.revision ul li {
margin: 1px 0px;
padding: 0px;
}
div.revision ul li p {
margin: 1px 0px;
padding: 0px;
}
/* Content */
h2 {
margin: 0 0 2.0em 0;
font-size: 1.6em;
}
div.image {
margin: 0px 0px 5px 5px;
padding: 1px 2px;
font-size: 10px;
color: #babdb6;
}
div.content p {
text-align: justify;
}
div.content p.prev, div.content p.next {
float: left;
width: 299px;
margin-top: 0;
}
div.content p.next {
text-align: right;
}
div.content p.prev a:before {
content: "« ";
}
div.content p.next a:after {
content: " »";
}
div.content li p {
padding: 0;
margin: 0;
}
a#cloudbees {
position: absolute;
left: -160px;
bottom: 3em;
}
div.image img {
display: block;
margin: 0px 0px 1px 0px;
border: 1px solid #babdb6;
}
div.left {
float: left;
}
div.toc h3 {
font-style: italic;
font-size: 1.0em;
display: none;
padding-bottom: 0;
margin-bottom: 0.2em;
}
div.toc li p {
line-height: 1.5em;
}
div.toc ul {
margin: 0;
padding: 0 0 0 2em;
}
div.toc ul li {
margin: 0;
padding: 1px;
}
div.toc ul li ul {
padding: 0px 0px 0px 20px;
}
div.toc p {
padding: 0px;
margin: 0px;
}
code.block {
white-space: pre;
display: block;
background-color: #eeeeef;
padding: 5px 10px;
margin: 5px 0;
overflow: auto;
}
code.shell {
border: 2px solid #2E3436;
background-color: #000;
color: #fff;
font-weight: bold;
}
code.inline {
display: inline;
font-family: monospace;
}
span.scroll {
display: block;
clear: both;
text-align: center;
}
span.scroll a {
text-decoration: none;
}
/* Blog */
ul.blog {
padding: 0px;
margin: 0px;
list-style-type: none;
}
ul.blog li {
margin: 10px 0px;
}
ul.blog li span.comment {
display: block;
padding: 0px 2px;
font-size: 10px;
text-align: right;
text-decoration: none;
}
ul.blog li a {
text-decoration: none;
}
ul.blog li h2 {
display: none;
}
ul.blog li h3 {
margin-bottom: 0.2em;
}
ul.blog li h3 a {
font-size: 1.3em;
color: #2e3436;
}
ul.blog li h3 a:hover {
text-decoration: underline;
}
ul.blog li h4 {
margin: 0px 0px 3px 0px;
font-size: 1.1em;
font-weight: normal;
color: #888a85;
}
ul.blog li p, ul.blog li code {
margin-left: 1.5em;
}
ul.comments {
padding: 0px 20px;
margin: 0px;
list-style-type: none;
}
ul.comments li {
margin: 5px;
border: 1px solid #babdb6;
padding: 2px;
}
ul.comments li h4 {
margin: 0px 0px 2px 0px;
padding: 0px;
font-size: 12px;
font-weight: normal;
color: #555753;
}
ul.comments li p {
margin: 0px;
padding: 0px;
font-style: italic;
}
ul.comments li a.permalink {
display: block;
padding: 0px 2px;
font-size: 10px;
text-align: right;
text-decoration: none;
}
/* Gallery */
ul.gallery {
padding: 0px;
margin: 0px;
width: 900px !important;
}
ul.gallery li {
float: left;
display: block;
margin: 20px;
}
ul.gallery li h3,
ul.gallery li h4 {
display: none;
}
dl.gallery dt {
width: 70px;
float: left;
clear: left;
font-weight: bold;
}
dl.gallery dd {
float: left;
width: 150px;
}
img.full {
margin: 5px auto;
clear: both;
} | vendor/pdepend/pdepend/src/site/resources/web/css/screen.css | html {
}
body {
background-color: #fff;
background-image: url(../images/header.png);
background-position: 0 0;
background-repeat: repeat-x;
margin: 0 auto;
font-family: sans-serif;
font-size: 12px;
background-color: #ffffff;
color: #2e3436;
}
h1 {
margin-bottom: 25px;
padding: 0;
}
h1 a {
display: block;
text-indent: -9999px;
overflow: hidden;
height: 110px;
background-color: transparent;
background-image: url(../images/logo.png);
background-repeat: no-repeat;
background-position: left top;
}
p {
font-family: sans-serif;
font-size: 1.1em;
line-height: 1.5em;
color: #2e3436;
}
code {
font-family: monospace;
}
a {
color: #4e9a06;
}
img {
border: none;
}
div.content {
position: relative;
padding: 0 200px 2em 0;
margin-top: -2em;
width: 600px !important;
}
div.footer {
padding: 0.4em 0;
border-top: 1px solid #888a85;
border-bottom: 1px solid #888a85;
font-size: 0.9em;
background-color: #eeeeec;
}
div.header {
padding: 0 0 2em 0;
color: #eeeeef;
border-bottom: 1px solid #888a85;
background-color: #eeeeec;
}
div.clear {
clear: both;
}
.viewport {
margin: 0px auto;
width: 800px;
}
/* Forms */
fieldset {
}
label {
display: block;
width: 150px;
text-align: right;
clear: both;
float: left;
padding: 1px 5px 1px 1px;
}
input,
textarea {
width: 440px;
float: none;
float: right;
border: 1px solid #555753;
background-color: #ffffff;
color: #2e3436;
}
input[type="submit"] {
width: 200px;
border: 1px solid #555753;
background-color: #ffffff;
}
input[name="url"] {
/* Catching spam bots */
display: none;
}
/* Lists */
dl dt {
display: block;
float: left;
width: 60px;
}
dl dd {
margin-left: 60px;
}
/* Tabels */
table {
border: 1px solid #EEEEEC;
border-collapse: collapse;
}
table th, table td {
padding: 0.5em;
}
table th {
background-color: #FCFCFC;
}
table td, table th {
border-width: 1px 0 0 1px;
border-style: solid;
border-color: #EEEEEC;
vertical-align: top;
}
table td p.cell a {
/* color: #2E3436;*/
/* font-weight: bold;*/
white-space: nowrap;
text-decoration: none;
}
table td p.cell a:hover {
color: #4E9A06;
text-decoration: underline;
}
div.content table p.cell {
margin: 0 0 0.3em 0;
line-height: 1.1em;
text-align: left;
}
/* Navigation */
h2.navigation {
display: none;
}
ul.navigation {
background-image: url(../images/puzzle.png);
background-position: 320px 20px;
background-repeat: no-repeat;
font-size: 14px;
list-style-type: none;
margin: 25px auto 10px auto;
padding: 5px 0px;
width: 800px;
}
ul.navigation li ul {
padding-left: 20px;
list-style-type: none;
}
ul.navigation li {
background-image: url(../images/menu-entry-underline.png);
background-position: bottom left;
background-repeat: no-repeat;
font-weight: normal;
}
ul.navigation li.requested {
/*font-weight: bold;*/
}
ul.navigation li a {
background-image: url(../images/menu-entry-icon.png);
background-position: 0 50%;
background-repeat: no-repeat;
color: #2e3436;
display: block;
padding: 5px 0;
width: 250px;
text-decoration: none;
text-indent: 20px;
}
ul.navigation li.requested a {
background-image: url(../images/menu-entry-requested-icon.png);
}
ul.navigation li a:hover {
display: block;
color: #2e3436;
text-decoration: underline;
}
/* Navigation */
div.sub-navigation {
position: relative;
overflow: visible;
height: 0;
width: 100%;
z-index: 20;
}
div.sub-navigation ul {
list-style-type: none;
padding: 0;
}
div.sub-navigation ul li {
float: left;
padding: 0;
margin: 0;
}
div.sub-navigation ul li.requested {
font-weight: bold;
}
div.sub-navigation ul li a {
background: transparent none bottom left no-repeat;
display: block;
margin: 0.2em 2.5em 0 0;
padding: 0 0.5em;
color: #2e3436;
font-size: 1.1em;
line-height: 1.6em;
text-decoration: none;
}
div.sub-navigation ul li.requested a {
background-image: url(../images/sub-menu-entry-underline-requested.png);
font-weight: normal;
}
div.sub-navigation ul li a:hover {
background-image: url(../images/sub-menu-entry-underline-hover.png);
}
div.sub-navigation ul li.requested a:hover {
background-image: url(../images/sub-menu-entry-underline-requested.png);
}
/* Search box */
div#search {
margin: 2px;
padding: 5px 0px;
width: 165px;
clear: left;
float: left;
}
div#search h2 {
margin: 0px 0px 5px 0px;
font-size: 14px;
}
div#search form {
margin: 10px;
padding: 0px;
}
div#search fieldset {
border: 1px solid #555753;
background-color: #ffffff;
margin: 0px;
padding: 0px;
width: 125px;
}
div#search label,
div#search legend {
display: none;
}
div#search input {
float: none;
border: none;
}
div#search input#search_phrase {
width: 105px;
}
div#search input[type=submit] {
width: 15px;
height: 18px;
text-indent: 100px;
overflow: hidden;
background-image: url( "/images/search.png" );
background-repeat: no-repeat;
background-position: 0px 2px;
}
/* Search result */
ul.search {
padding: 0px 0px 0px 30px;
margin: 0px;
list-style-type: circle;
}
ul.search li {
margin: 10px 0px;
border-bottom: 1px solid #d3d7cf;
}
ul.search li span.comment {
display: block;
padding: 0px 2px;
text-align: right;
text-decoration: none;
}
ul.search li h3 {
margin: 0px 0px 3px 0px;
font-size: 14px;
}
ul.search li h4 {
margin: 0px 0px 3px 0px;
font-size: 10px;
font-weight: normal;
color: #555753;
}
/* Formats */
div.formats {
float: left;
}
div.formats a {
text-decoration: none;
}
div.formats a:hover {
text-decoration: underline;
}
/* License */
div.license {
float: right;
}
div.license a {
text-decoration: none;
}
div.license a:hover {
text-decoration: underline;
}
/* Changelog and Revision */
div.revision {
display: inline;
position: relative;
cursor: help;
}
div.revision ul {
display: none;
}
div.revision:hover ul {
display: block;
position: absolute;
left: -300px;
bottom: 25px;
width: 400px;
list-style-type: circle;
margin: 0px;
padding: 2px 2px 2px 15px;
border: 1px solid #555753;
font-size: 0.8em;
background-color: #ffffff;
}
div.revision ul li {
margin: 1px 0px;
padding: 0px;
}
div.revision ul li p {
margin: 1px 0px;
padding: 0px;
}
/* Content */
h2 {
margin: 0 0 2.0em 0;
font-size: 1.6em;
}
div.image {
margin: 0px 0px 5px 5px;
padding: 1px 2px;
font-size: 10px;
color: #babdb6;
}
div.content p {
text-align: justify;
}
div.content p.prev, div.content p.next {
float: left;
width: 299px;
margin-top: 0;
}
div.content p.next {
text-align: right;
}
div.content p.prev a:before {
content: "« ";
}
div.content p.next a:after {
content: " »";
}
div.content li p {
padding: 0;
margin: 0;
}
a#cloudbees {
position: absolute;
left: -160px;
bottom: 3em;
}
div.image img {
display: block;
margin: 0px 0px 1px 0px;
border: 1px solid #babdb6;
}
div.left {
float: left;
}
div.toc h3 {
font-style: italic;
font-size: 1.0em;
display: none;
padding-bottom: 0;
margin-bottom: 0.2em;
}
div.toc li p {
line-height: 1.5em;
}
div.toc ul {
margin: 0;
padding: 0 0 0 2em;
}
div.toc ul li {
margin: 0;
padding: 1px;
}
div.toc ul li ul {
padding: 0px 0px 0px 20px;
}
div.toc p {
padding: 0px;
margin: 0px;
}
code.block {
white-space: pre;
display: block;
background-color: #eeeeef;
padding: 5px 10px;
margin: 5px 0;
overflow: auto;
}
code.shell {
border: 2px solid #2E3436;
background-color: #000;
color: #fff;
font-weight: bold;
}
code.inline {
display: inline;
font-family: monospace;
}
span.scroll {
display: block;
clear: both;
text-align: center;
}
span.scroll a {
text-decoration: none;
}
/* Blog */
ul.blog {
padding: 0px;
margin: 0px;
list-style-type: none;
}
ul.blog li {
margin: 10px 0px;
}
ul.blog li span.comment {
display: block;
padding: 0px 2px;
font-size: 10px;
text-align: right;
text-decoration: none;
}
ul.blog li a {
text-decoration: none;
}
ul.blog li h2 {
display: none;
}
ul.blog li h3 {
margin-bottom: 0.2em;
}
ul.blog li h3 a {
font-size: 1.3em;
color: #2e3436;
}
ul.blog li h3 a:hover {
text-decoration: underline;
}
ul.blog li h4 {
margin: 0px 0px 3px 0px;
font-size: 1.1em;
font-weight: normal;
color: #888a85;
}
ul.blog li p, ul.blog li code {
margin-left: 1.5em;
}
ul.comments {
padding: 0px 20px;
margin: 0px;
list-style-type: none;
}
ul.comments li {
margin: 5px;
border: 1px solid #babdb6;
padding: 2px;
}
ul.comments li h4 {
margin: 0px 0px 2px 0px;
padding: 0px;
font-size: 12px;
font-weight: normal;
color: #555753;
}
ul.comments li p {
margin: 0px;
padding: 0px;
font-style: italic;
}
ul.comments li a.permalink {
display: block;
padding: 0px 2px;
font-size: 10px;
text-align: right;
text-decoration: none;
}
/* Gallery */
ul.gallery {
padding: 0px;
margin: 0px;
width: 900px !important;
}
ul.gallery li {
float: left;
display: block;
margin: 20px;
}
ul.gallery li h3,
ul.gallery li h4 {
display: none;
}
dl.gallery dt {
width: 70px;
float: left;
clear: left;
font-weight: bold;
}
dl.gallery dd {
float: left;
width: 150px;
}
img.full {
margin: 5px auto;
clear: both;
} | 0.311846 | 0.131034 |
div#eye-online {
height: 320px;
width: 240px;
border: 1px solid #009933;
overflow: auto;
overflow-x: hidden;
}
div#eye-online div#eye-on-menu {
height: 56px;
width: 232px;
margin-left: 2px;
margin-right: 2px;
}
div#eye-online div#eye-on-menu div#menu-cont {
height: 46px;
border: 0px solid #f00;
text-align: center;
}
div#eye-online div#eye-on-menu div#menu-bg {
height: 10px;
background: url( ../images/oneyetopbg.png ) repeat #fff;
}
div#eye-online div#eye-on-menu div#menu-cont input.text {
border: 1px solid #093;
width: 100px;
height: 20px;
}
div#eye-online div#eye-on-menu div#menu-cont input.button {
border: 1px solid #093;
width: 50px;
height: 20px;
background: #dcdcdc;
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #093;
margin-left: 5px;
margin-top: 2px;
}
div#eye-online div#eye-on-menu div#menu-cont ul {
margin: 0px;
padding: 0px;
}
div#eye-online div#eye-on-menu div#menu-cont ul li {
list-style-type: none;
list-style-position: inside;
float: left;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a:link, div#eye-online div#eye-on-menu div#menu-cont ul li a:visited {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a:hover, div#eye-online div#eye-on-menu div#menu-cont ul li a:active {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:link, div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:visited {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:hover, div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:active {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: line-through;
color: #093;
}
div#eye-online div#eye-on-content {
border: 0px solid #093;
min-height: 250px;
}
div#eye-online div#eye-on-content div#content-bg {
width: 8px;
margin-left: 10px;
height: 250px;
background: url( ../images/oneyeleftbg.png ) repeat #fff left;
float: left;
border: 0px solid #000;
margin-right: 5px;
}
div#eye-online div#eye-on-content div#content-data {
border: 0px solid #f00;
width: 210px;
height: 260px;
margin-left: 20px;
overflow: auto;
overflow-x: hidden;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.header {
border: 0px;
border-bottom: 1px solid #000;
text-align: left;
width: 205px;
height: 15px;
clear:both;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.header span {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #05801c;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.link {
border: 0px;
border-bottom: 1px solid #000;
text-align: left;
width: 115px;
height: 15px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.link span {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #05801c;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data {
border: 1px solid #eac208;
text-align: left;
width: 190px;
margin-top: 3px;
margin-bottom: 5px;
background: #fcf5d6;
height: 50px;
/* height: 100%;*/
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data span {
font-family: Verdana;
font-size:10pt;
font-weight: normal;
font-style:italic;
text-decoration:none;
color:#e4440d;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day {
margin: 5px;
padding: 0px;
/* height: 45px;*/
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:link, div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:visited {
font-family: Verdana;
font-size: 7pt;
font-weight: bold;
font-style: italic;
text-decoration: none;
position: relative;
top: -5px;
color: #0c30cc;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:hover, div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:active {
font-family: Verdana;
font-size: 7pt;
font-weight: normal;
font-style: italic;
text-decoration: none;
margin: 0px;
position: relative;
top: -5px;
color: #0c30cc;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.meeting {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #facbef;
border: 1px solid #ea08b8;
color: #690452;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.depl {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #dbe1fb;
border: 1px solid #4764fa;
color: #051a7f;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.event {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #d6fad9;
border: 1px solid #33e544;
color: #036d0d;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.task {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #f6daaf;
border: 1px solid #e9a130;
color: #835204;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-day span {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day h1 {
font-family: Georgia;
font-size: 11pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
margin-left: 5px;
width: 100%;
border: 0px;
border-bottom: 0px solid #093;
text-align: center;
}
div#eye-online div#eye-on-content div#content-data div#window-day h2 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 15px;
width: 100%;
border: 0px;
border-bottom: 1px solid #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day h2.hours {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 5px;
width: 80%;
border: 0px;
border-bottom: 1px solid #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#hl {
margin: 0px;
padding: 0px;
float: left;
width: 40px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#hl li {
list-style-type:none;
list-style-position: inside;
height: 20px;
border: 1px solid #fff;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data {
margin: 0px;
margin-left: 42px;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li {
list-style-type:none;
list-style-position: inside;
height: 20px;
width: 140px;
border: 1px solid #0c3;
background: #cfc;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour {
margin: 3px;
padding: 0px;
height: 14px;
width: 115px;
border: 0px solid #f00;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.away {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #999;
background: #ccc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.meeting {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #66f;
background: #ccf;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.event {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #fc6;
background: #ffc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.task {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #c03;
background: #fcc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul {
margin: 3px;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li {
list-style-type: circle;
list-style-position: inside;
color: #093;
/* height: 60px;*/
border: 0px solid #f00;
border-bottom: 1px dashed #1479cf;
margin-bottom: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li span.time {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #039;
/* float: left;*/
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li span.data {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li a:link, div#eye-online div#eye-on-content div#content-data div#window-day ul li a:visited {
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
font-style:normal;
text-decoration: underline;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li a:hover, div#eye-online div#eye-on-content div#content-data div#window-day ul li a:active {
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-notes h2 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 5px;
width: 80%;
border: 0px;
border-bottom: 1px solid #093;
text-align: right;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div {
width: 200px;
background: url( ../images/notebg.png ) repeat #fff;
border: 0px solid #000;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div span {
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #11389c;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data select {
font-family: Georgia;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
color: #000;
border : 1px dashed #000;
margin-top: 5px;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.button {
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
margin-left: 4px;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.clsch {
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
margin-left: 4px;
width: 125px;
}
div#eye-online div#eye-on-content div#content-data div#window-data span {
font-family: Georgia;
font-size: 10pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
color: #093;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#info-client h3 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: center;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients {
border: 0px solid #000;
width: 175px;
margin: 0px;
margin-left: 5px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients h3 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: left;
width: 80%;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list {
overflow:auto;
margin: 0px;
margin-top: 3px;
padding: 3px;
border:0px solid #f00;
border-left: 1px solid #0659ae;
border-right: 1px solid #0659ae;
width: 175px;
background: #9cf;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li {
list-style-type: none;
margin-left: 4px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li span {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
color: #333;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#info-client input.txt {
border: 1px solid #ff7800;
background: #fff;
font-family: Verdana;
font-style: normal;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #ff7800;
margin-bottom: 3px;
}
div#eye-online div#eye-on-content div#content-data div#window-data label {
font-family: Verdana;
font-style: normal;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #ff7800;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.txt {
border: 1px solid #ff7800;
background: #fff;
font-family: Verdana;
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #ff7800;
margin-bottom: 2px;
margin-top: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-data select#services {
font-family: Georgia;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
color: #000;
border : 1px dashed #000;
margin-top: 5px;
width: 205px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter h3 {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: left;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter label {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter span {
font-family: Georgia;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #06ae26;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter span.special {
font-family: Georgia;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #0659ae;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl {
margin: 4px 0px 4px 0px;
padding: 2px 5px 2px 5px;
border: 0px;
border-left: 1px solid #ff7800;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl li {
list-style-type: none;
list-style-position: inside;
margin-top: 2px;
margin-bottom: 2px;
border: 0px;
border-bottom: 1px dashed #ff7800;
color: #ff7800;
font-family: Verdana;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl li span.special {
color: #0659ae;
font-family: Verdana;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
} | css/oneye.css | div#eye-online {
height: 320px;
width: 240px;
border: 1px solid #009933;
overflow: auto;
overflow-x: hidden;
}
div#eye-online div#eye-on-menu {
height: 56px;
width: 232px;
margin-left: 2px;
margin-right: 2px;
}
div#eye-online div#eye-on-menu div#menu-cont {
height: 46px;
border: 0px solid #f00;
text-align: center;
}
div#eye-online div#eye-on-menu div#menu-bg {
height: 10px;
background: url( ../images/oneyetopbg.png ) repeat #fff;
}
div#eye-online div#eye-on-menu div#menu-cont input.text {
border: 1px solid #093;
width: 100px;
height: 20px;
}
div#eye-online div#eye-on-menu div#menu-cont input.button {
border: 1px solid #093;
width: 50px;
height: 20px;
background: #dcdcdc;
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #093;
margin-left: 5px;
margin-top: 2px;
}
div#eye-online div#eye-on-menu div#menu-cont ul {
margin: 0px;
padding: 0px;
}
div#eye-online div#eye-on-menu div#menu-cont ul li {
list-style-type: none;
list-style-position: inside;
float: left;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a:link, div#eye-online div#eye-on-menu div#menu-cont ul li a:visited {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a:hover, div#eye-online div#eye-on-menu div#menu-cont ul li a:active {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:link, div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:visited {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:hover, div#eye-online div#eye-on-menu div#menu-cont ul li a.disco:active {
font-family: Georgia;
font-size: 10pt;
font-weight: normal;
text-decoration: line-through;
color: #093;
}
div#eye-online div#eye-on-content {
border: 0px solid #093;
min-height: 250px;
}
div#eye-online div#eye-on-content div#content-bg {
width: 8px;
margin-left: 10px;
height: 250px;
background: url( ../images/oneyeleftbg.png ) repeat #fff left;
float: left;
border: 0px solid #000;
margin-right: 5px;
}
div#eye-online div#eye-on-content div#content-data {
border: 0px solid #f00;
width: 210px;
height: 260px;
margin-left: 20px;
overflow: auto;
overflow-x: hidden;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.header {
border: 0px;
border-bottom: 1px solid #000;
text-align: left;
width: 205px;
height: 15px;
clear:both;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.header span {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #05801c;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.link {
border: 0px;
border-bottom: 1px solid #000;
text-align: left;
width: 115px;
height: 15px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.link span {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #05801c;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data {
border: 1px solid #eac208;
text-align: left;
width: 190px;
margin-top: 3px;
margin-bottom: 5px;
background: #fcf5d6;
height: 50px;
/* height: 100%;*/
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data span {
font-family: Verdana;
font-size:10pt;
font-weight: normal;
font-style:italic;
text-decoration:none;
color:#e4440d;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day {
margin: 5px;
padding: 0px;
/* height: 45px;*/
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:link, div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:visited {
font-family: Verdana;
font-size: 7pt;
font-weight: bold;
font-style: italic;
text-decoration: none;
position: relative;
top: -5px;
color: #0c30cc;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:hover, div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li a:active {
font-family: Verdana;
font-size: 7pt;
font-weight: normal;
font-style: italic;
text-decoration: none;
margin: 0px;
position: relative;
top: -5px;
color: #0c30cc;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.meeting {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #facbef;
border: 1px solid #ea08b8;
color: #690452;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.depl {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #dbe1fb;
border: 1px solid #4764fa;
color: #051a7f;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.event {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #d6fad9;
border: 1px solid #33e544;
color: #036d0d;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-week div.data ul.day li.task {
list-style-type: none;
list-style-position: inside;
width: 28px;
height: 13px;
background: #f6daaf;
border: 1px solid #e9a130;
color: #835204;
margin-right: 2px;
margin-left: 2px;
margin-top: 2px;
margin-bottom: 2px;
float: left;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-day span {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day h1 {
font-family: Georgia;
font-size: 11pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
margin-left: 5px;
width: 100%;
border: 0px;
border-bottom: 0px solid #093;
text-align: center;
}
div#eye-online div#eye-on-content div#content-data div#window-day h2 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 15px;
width: 100%;
border: 0px;
border-bottom: 1px solid #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day h2.hours {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 5px;
width: 80%;
border: 0px;
border-bottom: 1px solid #093;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#hl {
margin: 0px;
padding: 0px;
float: left;
width: 40px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#hl li {
list-style-type:none;
list-style-position: inside;
height: 20px;
border: 1px solid #fff;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data {
margin: 0px;
margin-left: 42px;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li {
list-style-type:none;
list-style-position: inside;
height: 20px;
width: 140px;
border: 1px solid #0c3;
background: #cfc;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour {
margin: 3px;
padding: 0px;
height: 14px;
width: 115px;
border: 0px solid #f00;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.away {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #999;
background: #ccc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.meeting {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #66f;
background: #ccf;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.event {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #fc6;
background: #ffc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day div#day-hours ul#data li ul#inhour li.task {
list-style-type:none;
list-style-position: inside;
height: 10px;
width: 10px;
border: 1px solid #c03;
background: #fcc;
float:left;
margin: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul {
margin: 3px;
padding: 0px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li {
list-style-type: circle;
list-style-position: inside;
color: #093;
/* height: 60px;*/
border: 0px solid #f00;
border-bottom: 1px dashed #1479cf;
margin-bottom: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li span.time {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #039;
/* float: left;*/
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li span.data {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li a:link, div#eye-online div#eye-on-content div#content-data div#window-day ul li a:visited {
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
font-style:normal;
text-decoration: underline;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-day ul li a:hover, div#eye-online div#eye-on-content div#content-data div#window-day ul li a:active {
font-family: Verdana;
font-size: 9pt;
font-weight: normal;
font-style:normal;
text-decoration: none;
color: #039;
}
div#eye-online div#eye-on-content div#content-data div#window-notes h2 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #093;
margin-left: 5px;
width: 80%;
border: 0px;
border-bottom: 1px solid #093;
text-align: right;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div {
width: 200px;
background: url( ../images/notebg.png ) repeat #fff;
border: 0px solid #000;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div span {
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
font-style:normal;
text-decoration: none;
color: #11389c;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-notes div.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data select {
font-family: Georgia;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
color: #000;
border : 1px dashed #000;
margin-top: 5px;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.button {
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
margin-left: 4px;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.clsch {
font-family: Georgia;
font-size: 9pt;
font-weight: bold;
margin-left: 4px;
width: 125px;
}
div#eye-online div#eye-on-content div#content-data div#window-data span {
font-family: Georgia;
font-size: 10pt;
font-style: normal;
font-weight: normal;
text-decoration: none;
color: #093;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#info-client h3 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: center;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients {
border: 0px solid #000;
width: 175px;
margin: 0px;
margin-left: 5px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients h3 {
font-family: Georgia;
font-size: 11pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: left;
width: 80%;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list {
overflow:auto;
margin: 0px;
margin-top: 3px;
padding: 3px;
border:0px solid #f00;
border-left: 1px solid #0659ae;
border-right: 1px solid #0659ae;
width: 175px;
background: #9cf;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li {
list-style-type: none;
margin-left: 4px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li.show {
display:block;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li.hide {
display:none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#list-clients ul#customer-list li span {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
color: #333;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#info-client input.txt {
border: 1px solid #ff7800;
background: #fff;
font-family: Verdana;
font-style: normal;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
color: #ff7800;
margin-bottom: 3px;
}
div#eye-online div#eye-on-content div#content-data div#window-data label {
font-family: Verdana;
font-style: normal;
font-size: 10pt;
font-weight: bold;
text-decoration: underline;
color: #ff7800;
}
div#eye-online div#eye-on-content div#content-data div#window-data input.txt {
border: 1px solid #ff7800;
background: #fff;
font-family: Verdana;
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #ff7800;
margin-bottom: 2px;
margin-top: 2px;
}
div#eye-online div#eye-on-content div#content-data div#window-data select#services {
font-family: Georgia;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
color: #000;
border : 1px dashed #000;
margin-top: 5px;
width: 205px;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter h3 {
font-family: Georgia;
font-size: 10pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
text-align: left;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter label {
font-family: Verdana;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: underline;
color: #0659ae;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter span {
font-family: Georgia;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #06ae26;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter span.special {
font-family: Georgia;
font-size: 8pt;
font-weight: bold;
font-style:italic;
text-decoration: none;
color: #0659ae;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl {
margin: 4px 0px 4px 0px;
padding: 2px 5px 2px 5px;
border: 0px;
border-left: 1px solid #ff7800;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl li {
list-style-type: none;
list-style-position: inside;
margin-top: 2px;
margin-bottom: 2px;
border: 0px;
border-bottom: 1px dashed #ff7800;
color: #ff7800;
font-family: Verdana;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
}
div#eye-online div#eye-on-content div#content-data div#window-data div#datacenter ul#serv-depl li span.special {
color: #0659ae;
font-family: Verdana;
font-size: 8pt;
font-style: italic;
font-weight: bold;
text-decoration: none;
} | 0.147955 | 0.055031 |
body {
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 2px;
}
.form-control {
border: solid 1px #e1e1e1;
}
.form-control:focus {
-webkit-box-shadow: 0 0 0 0.2px rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2px rgba(0, 123, 255, 0.25);
}
form .rnw-invalid, .rnw-invalid {
border: solid 1px #ff0000bf;
}
.form-check-label i {
color: #e1e1e1;
}
.form-check-label i.checked {
color: #70c611;
}
.checkbox-input {
display: none;
}
.form-check-label {
cursor: pointer;
}
label.checkbox {
margin-bottom: 0px;
margin-right: 10px;
}
.rnw-select-arrow:after{
content: '';
background: url(../../img/frontend/dropdown_white.png);
width: 26px;
height: 20px;
border: none;
position: absolute;
right: 80px;
top: 17px;
}
select.rnw-select {
padding-left: 15px;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
line-height: 42px;
letter-spacing: 0px;
text-align: left;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
height: 45px;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.dropdown-rnw.show .dropdown-menu {
border-radius: 2px;
background-color: #ffffff;
box-shadow: 0 20px 30px 0 rgba(0, 10, 18, 0.05);
}
.dropdown-rnw.show .dropdown-menu .dropdown-item {
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.14;
letter-spacing: normal;
color: #656b6f;
}
.dropdown-rnw.show .dropdown-menu .dropdown-item:hover{
background-color: #000000;
color: #f8e71c;
}
.breadcrumb {
background: #fff;
margin-top: 25px;
margin-bottom: 25px;
}
.rnw-breadcrumb img {
height: 24px;
}
.rnw-breadcrumb * {
font-family: Open Sans;
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: #000000;
}
.rnw-breadcrumb span.current-page {
font-weight: bold;
}
.rnw-breadcrumb {
margin-bottom: 5px;
}
.bg-grey {
background: #f9f9f9;
}
.no-border {
border: none !important;
}
.bg-black {
background: #000000;
}
.none-padding {
padding: 0;
}
.none-padding-l{
padding-left: 0;
}
.p-l-r-10{
padding-left: 10px;
padding-right: 10px;
}
.p-l-10{
padding-left: 10px;
}
.p-r-10{
padding-right: 10px;
}
.select-with-label .input-placeholder {
height: 54px;
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: solid 1px #e1e1e1;
border-radius: 4px;
}
.select-with-label select {
height: 34px !important;
border: 0;
width: 100%;
border: 0;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
text-align: left;
color: rgba(0, 0, 0, 0.8);
height: 34px;
padding-top: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
padding-left: 15px;
cursor: pointer;
}
.select-with-label {
margin: 0;
}
.select-with-label .placeholder {
opacity: 0.5;
font-family: Open Sans;
font-size: 10px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 10px;
letter-spacing: normal;
text-align: left;
color: #656b6f;
margin: 10px 0 0 0;
left: 15px;
/* position: inherit; */
}
.select-with-label select * {
border: 0;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
text-align: left;
color: rgba(0, 0, 0, 0.8);
height: 34px;
padding-top: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
padding-left: 15px;
}
.select-with-label select:focus {
border: 0 !important;
box-shadow: none;
}
.select-with-label .input-placeholder:after {
content: '';
background: url(../../img/frontend/dropdown_black.png);
width: 26px;
height: 15px;
border: none;
position: absolute;
top: 22px;
right: 5px;
}
.none-padding-r{
padding-right: 0;
}
.show-mobile {
display: none;
}
.btn-rnw {
border-radius: 40px;
height: 45px;
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 43px;
text-align: center;
text-transform: uppercase;
padding: 0;
margin: auto;
color: #000000;
}
.bookmark.bookmarked {
background-color: #f8e71c;
}
.carousel-control:hover i {
color: #f8e71c;
}
.btn-rnw-fw {
width: 100%;
}
.btn-rnw-160 {
width: 160px;
}
.btn-rnw-190 {
width: 190px;
}
.btn-rnw-340 {
width: 340px;
}
.btn-rnw-md {
width: 150px;
}
.btn-rnw-120 {
width: 120px;
}
.head-sm {
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.4;
color: #000000;
text-transform: uppercase;
}
.head-md {
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
line-height: 1.38;
letter-spacing: normal;
text-align: left;
color: #000000;
text-transform: uppercase;
}
.head-lg {
font-size: 52px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: -2px;
color: #000000;
margin: auto;
}
.icon-rnw {
display: inline-block;
width: 20px;
height: 20px;
position: relative;
}
.btn-rnw-light {
background-color: transparent;
border: solid 1px #dddddd;
margin: auto;
}
.btn-rnw-lg {
width: 204px;
}
a.btn-rnw{
padding: 15px 0;
line-height: 1.5;
display: block;
}
.btn-rnw-yellow {
background-color: #f8e71c;
color: #000000;
}
.carousel-indicators li {
display: inline-block;
width: 8px;
height: 8px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000\9;
background-color: #e1e1e1;
border-radius: 10px;
}
.carousel-indicators li+li{
margin-left: 10px;
}
.carousel-indicators .active {
background-color: #f8e71c;
}
div.modal-rnw-full-screen {
padding: 0 !important;
}
div.modal-rnw-full-screen .modal-dialog/*, div.modal-rnw-full-screen .modal-content*/ {
width: 100%;
height: 100%;
background: #fff;
margin: 0;
}
.modal-rnw button.close {
opacity: 1;
padding: 0;
float: inherit;
}
.modal-rnw button.close:hover {
opacity: 0.6;
}
.modal-rnw .modal-header {
display: block;
border: 0;
}
.modal-rnw button.close {
margin: 0;
width: 30px;
height: 30px;
float: right;
}
.modal-rnw-main .close i {
font-size: 20px;
}
.modal-rnw-main .modal-header {
padding: 0;
}
h2.title-modal {
font-family: Montserrat;
font-size: 30px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.13;
letter-spacing: -1.2px;
color: #000000;
margin: 16px 0 40px;
}
.form-check-label i.icon-checkbox-blank {
color: #e1e1e1;
}
span.checkbox-label {
line-height: 24px;
}
.form-check-label .icon-checkbox {
color: #70c611;
}
.form-check-label .check {
width: auto;
display: flex;
margin-right: 15px;
}
.form-check-label {
display: flex;
}
/*header top*/
nav#header-top a {
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 1px;
color: #fff;
padding: 0;
}
#app .account-menu #account-menu a {
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 1px;
color: #ffff;
padding: 0;
}
#app .account-menu #account-menu a.type-agency {
color: #f8e71c;
}
nav#header-top {
height: 30px;
border-bottom: solid 1px rgba(36, 36, 36, 0.5);
padding: 0
}
div#header.hasslide {
background-color: rgba(0, 0, 0, 0.5);
}
div#header {
position: fixed;
top: 0;
left: 0;
z-index: 99999999999999;
width: 100%;
}
.account-menu {
text-align: right;
text-transform: uppercase;
}
.account-menu li {
padding: 0 8px 0 8px;
}
.account-menu li:first-child {
border-right: solid 2px rgba(249, 249, 249, 0.5);
}
.account-menu li:last-child {
padding-right: 0;
}
.account-menu li.nav-item.seperate {
padding: 0;
}
.text-opensans-14{
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
color: rgba(0, 0, 0, 0.8);
}
.flex-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.lang-switcher .nav-link.dropdown-toggle:after {
content: '';
background: url(/img/frontend/dropdown_white.png);
width: 26px;
height: 15px;
border: none;
position: relative;
top: 2px;
}
.lang-switcher .country {
font-weight: 600;
color: rgba(255, 255, 255, 0.5);
}
#header .language-items a {
line-height: 32px;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
text-align: left;
color: #656b6f;
padding: 0 25px;
cursor: pointer;
}
#header .country-name {
margin-left: 15px;
margin-right: 15px;
font-size: 10px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 10px;
color: rgba(101, 107, 111, 0.4);
display: flex;
flex-direction: row;
}
#header .language-items a:hover, #header .language-items a.active {
background-color: #000000;
color: #f8e71c;
}
#header .language-items {
width: 160px;
}
#header .country-name span {
background: #fff;
padding:0 10px 0 0;
}
#header .country-name:after{
content: "";
flex: 1 1;
border-bottom: 2px solid rgba(101, 107, 111, 0.4);
margin: auto;
}
#header .language-items a.active:after {
content: '';
background: url(../../img/frontend/check_icon.png) no-repeat;
display: inline-block;
width: 15px;
height: 10px;
margin-left: 60px;
}
/*end header top*/
/*navigation*/
div#navbar a {
font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #ffffff;
padding-right: 22px;
padding-left: 22px;
}
div#logo a {
padding-left: 0;
}
.nav-bar-meu {
margin-left: auto;
}
div.nav-bar-menu a {
font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #ffffff;
padding-right: 22px;
padding-left: 22px;
}
#navbar-menu ul.navbar-nav li:last-child a {
padding-right: 0
}
div#navbar nav {
padding: 0;
}
div#logo img {
width: 40px;
}
div#navbar-menu li.nav-item {
height: 70px;
}
div#navbar-menu li.nav-item a {
line-height: 70px;
padding-top: 0;
padding-bottom: 0;
}
div#navbar-menu li.nav-item.active a {
color: #f8e71c;
}
div#navbar-menu li.nav-item a:hover {
color: #f8e71c;
}
div#navbar-menu li.nav-item.active{
border-bottom: solid 4px #f8e71c;
}
div#navbar-menu li.nav-item:hover {
color: #f8e71c;
border-bottom: solid 4px #f8e71c;
}
@media (max-width: 992px) and (min-width: 767px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#header .nav-bar-meu a{
padding-left:20px;
padding-right: 0;
}
#header #logo img{
height: 40px;
}
}
@media (max-width: 767px) and (min-width: 576px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#header .nav-bar-meu a{
padding-left:10px;
padding-right: 0;
}
#header #logo img{
height: 15px;
}
}
.fxc {
flex-direction: row;
align-items: center;
}
.fxc {
display: flex;
justify-content: center;
}
.popup-backdrop {
position: fixed;
background: rgba(41,48,59,.8);
}
.popup-backdrop, .popup-form-loader {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999999999;;
}
.fxc.popup-backdrop i {
font-size: 48px;
color: #fff;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | public/css/frontend/header.css | body {
font-family: 'Montserrat', sans-serif;
font-size: 11px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 2px;
}
.form-control {
border: solid 1px #e1e1e1;
}
.form-control:focus {
-webkit-box-shadow: 0 0 0 0.2px rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 0.2px rgba(0, 123, 255, 0.25);
}
form .rnw-invalid, .rnw-invalid {
border: solid 1px #ff0000bf;
}
.form-check-label i {
color: #e1e1e1;
}
.form-check-label i.checked {
color: #70c611;
}
.checkbox-input {
display: none;
}
.form-check-label {
cursor: pointer;
}
label.checkbox {
margin-bottom: 0px;
margin-right: 10px;
}
.rnw-select-arrow:after{
content: '';
background: url(../../img/frontend/dropdown_white.png);
width: 26px;
height: 20px;
border: none;
position: absolute;
right: 80px;
top: 17px;
}
select.rnw-select {
padding-left: 15px;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
line-height: 42px;
letter-spacing: 0px;
text-align: left;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.15);
height: 45px;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.dropdown-rnw.show .dropdown-menu {
border-radius: 2px;
background-color: #ffffff;
box-shadow: 0 20px 30px 0 rgba(0, 10, 18, 0.05);
}
.dropdown-rnw.show .dropdown-menu .dropdown-item {
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2.14;
letter-spacing: normal;
color: #656b6f;
}
.dropdown-rnw.show .dropdown-menu .dropdown-item:hover{
background-color: #000000;
color: #f8e71c;
}
.breadcrumb {
background: #fff;
margin-top: 25px;
margin-bottom: 25px;
}
.rnw-breadcrumb img {
height: 24px;
}
.rnw-breadcrumb * {
font-family: Open Sans;
font-size: 12px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: #000000;
}
.rnw-breadcrumb span.current-page {
font-weight: bold;
}
.rnw-breadcrumb {
margin-bottom: 5px;
}
.bg-grey {
background: #f9f9f9;
}
.no-border {
border: none !important;
}
.bg-black {
background: #000000;
}
.none-padding {
padding: 0;
}
.none-padding-l{
padding-left: 0;
}
.p-l-r-10{
padding-left: 10px;
padding-right: 10px;
}
.p-l-10{
padding-left: 10px;
}
.p-r-10{
padding-right: 10px;
}
.select-with-label .input-placeholder {
height: 54px;
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border: solid 1px #e1e1e1;
border-radius: 4px;
}
.select-with-label select {
height: 34px !important;
border: 0;
width: 100%;
border: 0;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
text-align: left;
color: rgba(0, 0, 0, 0.8);
height: 34px;
padding-top: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
padding-left: 15px;
cursor: pointer;
}
.select-with-label {
margin: 0;
}
.select-with-label .placeholder {
opacity: 0.5;
font-family: Open Sans;
font-size: 10px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 10px;
letter-spacing: normal;
text-align: left;
color: #656b6f;
margin: 10px 0 0 0;
left: 15px;
/* position: inherit; */
}
.select-with-label select * {
border: 0;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
text-align: left;
color: rgba(0, 0, 0, 0.8);
height: 34px;
padding-top: 0;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
padding-left: 15px;
}
.select-with-label select:focus {
border: 0 !important;
box-shadow: none;
}
.select-with-label .input-placeholder:after {
content: '';
background: url(../../img/frontend/dropdown_black.png);
width: 26px;
height: 15px;
border: none;
position: absolute;
top: 22px;
right: 5px;
}
.none-padding-r{
padding-right: 0;
}
.show-mobile {
display: none;
}
.btn-rnw {
border-radius: 40px;
height: 45px;
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 43px;
text-align: center;
text-transform: uppercase;
padding: 0;
margin: auto;
color: #000000;
}
.bookmark.bookmarked {
background-color: #f8e71c;
}
.carousel-control:hover i {
color: #f8e71c;
}
.btn-rnw-fw {
width: 100%;
}
.btn-rnw-160 {
width: 160px;
}
.btn-rnw-190 {
width: 190px;
}
.btn-rnw-340 {
width: 340px;
}
.btn-rnw-md {
width: 150px;
}
.btn-rnw-120 {
width: 120px;
}
.head-sm {
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.4;
color: #000000;
text-transform: uppercase;
}
.head-md {
font-family: Montserrat;
font-size: 16px;
font-weight: bold;
line-height: 1.38;
letter-spacing: normal;
text-align: left;
color: #000000;
text-transform: uppercase;
}
.head-lg {
font-size: 52px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1;
letter-spacing: -2px;
color: #000000;
margin: auto;
}
.icon-rnw {
display: inline-block;
width: 20px;
height: 20px;
position: relative;
}
.btn-rnw-light {
background-color: transparent;
border: solid 1px #dddddd;
margin: auto;
}
.btn-rnw-lg {
width: 204px;
}
a.btn-rnw{
padding: 15px 0;
line-height: 1.5;
display: block;
}
.btn-rnw-yellow {
background-color: #f8e71c;
color: #000000;
}
.carousel-indicators li {
display: inline-block;
width: 8px;
height: 8px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000\9;
background-color: #e1e1e1;
border-radius: 10px;
}
.carousel-indicators li+li{
margin-left: 10px;
}
.carousel-indicators .active {
background-color: #f8e71c;
}
div.modal-rnw-full-screen {
padding: 0 !important;
}
div.modal-rnw-full-screen .modal-dialog/*, div.modal-rnw-full-screen .modal-content*/ {
width: 100%;
height: 100%;
background: #fff;
margin: 0;
}
.modal-rnw button.close {
opacity: 1;
padding: 0;
float: inherit;
}
.modal-rnw button.close:hover {
opacity: 0.6;
}
.modal-rnw .modal-header {
display: block;
border: 0;
}
.modal-rnw button.close {
margin: 0;
width: 30px;
height: 30px;
float: right;
}
.modal-rnw-main .close i {
font-size: 20px;
}
.modal-rnw-main .modal-header {
padding: 0;
}
h2.title-modal {
font-family: Montserrat;
font-size: 30px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
line-height: 1.13;
letter-spacing: -1.2px;
color: #000000;
margin: 16px 0 40px;
}
.form-check-label i.icon-checkbox-blank {
color: #e1e1e1;
}
span.checkbox-label {
line-height: 24px;
}
.form-check-label .icon-checkbox {
color: #70c611;
}
.form-check-label .check {
width: auto;
display: flex;
margin-right: 15px;
}
.form-check-label {
display: flex;
}
/*header top*/
nav#header-top a {
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 1px;
color: #fff;
padding: 0;
}
#app .account-menu #account-menu a {
font-family: Montserrat;
font-size: 10px;
font-weight: bold;
font-style: normal;
font-stretch: normal;
letter-spacing: 1px;
color: #ffff;
padding: 0;
}
#app .account-menu #account-menu a.type-agency {
color: #f8e71c;
}
nav#header-top {
height: 30px;
border-bottom: solid 1px rgba(36, 36, 36, 0.5);
padding: 0
}
div#header.hasslide {
background-color: rgba(0, 0, 0, 0.5);
}
div#header {
position: fixed;
top: 0;
left: 0;
z-index: 99999999999999;
width: 100%;
}
.account-menu {
text-align: right;
text-transform: uppercase;
}
.account-menu li {
padding: 0 8px 0 8px;
}
.account-menu li:first-child {
border-right: solid 2px rgba(249, 249, 249, 0.5);
}
.account-menu li:last-child {
padding-right: 0;
}
.account-menu li.nav-item.seperate {
padding: 0;
}
.text-opensans-14{
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: 1.71;
letter-spacing: normal;
color: rgba(0, 0, 0, 0.8);
}
.flex-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.lang-switcher .nav-link.dropdown-toggle:after {
content: '';
background: url(/img/frontend/dropdown_white.png);
width: 26px;
height: 15px;
border: none;
position: relative;
top: 2px;
}
.lang-switcher .country {
font-weight: 600;
color: rgba(255, 255, 255, 0.5);
}
#header .language-items a {
line-height: 32px;
font-family: Open Sans;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
letter-spacing: normal;
text-align: left;
color: #656b6f;
padding: 0 25px;
cursor: pointer;
}
#header .country-name {
margin-left: 15px;
margin-right: 15px;
font-size: 10px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 10px;
color: rgba(101, 107, 111, 0.4);
display: flex;
flex-direction: row;
}
#header .language-items a:hover, #header .language-items a.active {
background-color: #000000;
color: #f8e71c;
}
#header .language-items {
width: 160px;
}
#header .country-name span {
background: #fff;
padding:0 10px 0 0;
}
#header .country-name:after{
content: "";
flex: 1 1;
border-bottom: 2px solid rgba(101, 107, 111, 0.4);
margin: auto;
}
#header .language-items a.active:after {
content: '';
background: url(../../img/frontend/check_icon.png) no-repeat;
display: inline-block;
width: 15px;
height: 10px;
margin-left: 60px;
}
/*end header top*/
/*navigation*/
div#navbar a {
font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #ffffff;
padding-right: 22px;
padding-left: 22px;
}
div#logo a {
padding-left: 0;
}
.nav-bar-meu {
margin-left: auto;
}
div.nav-bar-menu a {
font-family: Montserrat;
font-size: 14px;
font-weight: normal;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #ffffff;
padding-right: 22px;
padding-left: 22px;
}
#navbar-menu ul.navbar-nav li:last-child a {
padding-right: 0
}
div#navbar nav {
padding: 0;
}
div#logo img {
width: 40px;
}
div#navbar-menu li.nav-item {
height: 70px;
}
div#navbar-menu li.nav-item a {
line-height: 70px;
padding-top: 0;
padding-bottom: 0;
}
div#navbar-menu li.nav-item.active a {
color: #f8e71c;
}
div#navbar-menu li.nav-item a:hover {
color: #f8e71c;
}
div#navbar-menu li.nav-item.active{
border-bottom: solid 4px #f8e71c;
}
div#navbar-menu li.nav-item:hover {
color: #f8e71c;
border-bottom: solid 4px #f8e71c;
}
@media (max-width: 992px) and (min-width: 767px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#header .nav-bar-meu a{
padding-left:20px;
padding-right: 0;
}
#header #logo img{
height: 40px;
}
}
@media (max-width: 767px) and (min-width: 576px) {
.navbar-expand-lg .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
#header .nav-bar-meu a{
padding-left:10px;
padding-right: 0;
}
#header #logo img{
height: 15px;
}
}
.fxc {
flex-direction: row;
align-items: center;
}
.fxc {
display: flex;
justify-content: center;
}
.popup-backdrop {
position: fixed;
background: rgba(41,48,59,.8);
}
.popup-backdrop, .popup-form-loader {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999999999999;;
}
.fxc.popup-backdrop i {
font-size: 48px;
color: #fff;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} | 0.352313 | 0.107063 |
:root {
--main-background: #eeeeee;
--main-color: #eeeeee;
--color: #65dde4;
--box-shadow: 0 0 30px rgba(0, 0, 0, 0.164);
--text-color: rgb(59, 59, 59);
--font-A-: "Josefin Slab";
--font-B-: "Comforter";
--transition: 1s;
}
.material-icons-round {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 30px;
/* Preferred icon size */
display: inline-block;
line-height: 0.9;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: "liga";
}
* {
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-family: "Josefin Slab", "Comforter";
}
body {
background-color: var(--main-background);
transition: var(--transition);
}
.header-back {
background-color: var(--color);
transition: var(--transition);
height: 100%;
width: 100%;
}
.header {
height: 120px;
width: 100%;
padding-top: 0px;
border-radius: 0px 0px 50px 0px;
background: var(--main-color);
transition: var(--transition);
}
.logo {
font-family: var(--font-B-);
margin-left: 50px;
margin-top: 5px;
color: var(--text-color);
transition: var(--transition);
}
.logo-1 {
font-size: 80px;
float: left;
text-align: justify;
color: var(--text-color);
transition: var(--transition);
}
.logo-1:hover {
color: var(--color);
}
.logo-2 {
font-size: 8px;
float: left;
color: var(--text-color);
transition: var(--transition);
}
nav {
width: 95%;
margin-top: 5px;
margin-left: 2.5%;
position: relative;
transition: var(--transition);
}
.checkbtn {
float: right;
font-size: 40px;
line-height: 50px;
background-color: var(--color);
border-radius: 30px;
padding: 0px 5px 0px 5px;
transition: var(--transition);
margin: 20px 20px 0px 0px;
cursor: pointer;
display: none;
}
.checkbtn:hover {
border-radius: 10px;
transform: rotate(5deg);
transition: var(--transition);
}
#check {
display: none;
}
nav ul {
float: right;
transition: var(--transition);
}
nav ul li {
display: inline-flex;
}
a {
font-family: var(--font-A-);
position: relative;
float: left;
font-size: 40px;
font-weight: 5px;
padding: 40px 40px 0px 20px;
color: var(--text-color);
transition: var(--transition);
}
a.active,
a:hover {
position: relative;
width: auto;
height: auto;
color: #00adb5;
border-style: hidden;
transition: var(--transition);
}
@media (max-width: 952px) {
nav ul li a {
font-size: 20px;
transition: var(--transition);
}
.box-info-1 {
width: 0px;
height: 0px;
display: block;
transition: var(--transition);
}
}
@media (max-width: 858px) {
.checkbtn {
display: block;
transition: var(--transition);
}
ul {
position: fixed;
width: 70%;
height: 85%;
top: 80px;
left: -100%;
padding-top: 40px;
padding-left: 40px;
z-index: 1;
font-size: 40px;
backdrop-filter: blur(3px);
transition: var(--transition);
border-radius: 0px 50px 50px 0px;
background: #ffffffa6;
}
nav ul li {
padding: 1px 10px 1px 10px;
text-decoration: none;
margin-left: 20px;
margin-top: 20px;
display: block;
transition: var(--transition);
}
nav ul li a {
font-size: 30px;
}
a.active {
color: #00adb5;
transition: var(--transition);
}
a:hover {
border-style: hidden;
transition: var(--transition);
}
#check:checked~ul {
left: 0;
}
}
.footer {
height: 100px;
width: auto;
text-align: center;
font-size: 15px;
border-radius: 50px 0px 0px 0px;
padding: 30px;
text-align: center;
color: var(--text-color);
background: var(--color);
transition: var(--transition);
}
.footer-box {
background: var(--main-color);
transition: var(--transition);
}
.main {
height: auto;
width: auto;
transition: var(--transition);
}
.main-info-container {
background-color: var(--main-color);
transition: var(--transition);
}
.main-info {
background-color: var(--color);
border-radius: 50px 0px 0px 50px;
height: 100%;
padding: 20px;
width: 100%;
display: inline-table;
transition: var(--transition);
}
.main-pic {
float: left;
border-radius: 50px 30px 30px 50px;
width: 100%;
max-width: 500px;
transition: var(--transition);
}
.main-pic img {
width: inherit;
object-fit: contain;
image-rendering: auto;
border-radius: inherit;
box-shadow: var(--box-shadow);
transition: var(--transition);
}
.main-pic:hover {
border-radius: 60px;
transform: rotate(2deg);
}
.c-box {
background: var(--color);
height: auto;
width: auto;
transition: var(--transition);
}
.c-box-2 {
background: var(--main-color);
height: auto;
width: auto;
transition: var(--transition);
}
.container1 {
margin-bottom: 10px;
margin: 2.5% 2.5% 2.5% 2.5%;
padding: 10px;
background: var(--secondary-main-color);
width: 100%;
height: 100%;
transition: var(--transition);
}
.img-boxs {
background-color: var(--main-color);
width: 100%;
height: 100%;
padding: 25px;
display: inline-table;
border-radius: 0px 50px 50px 0px;
transition: var(--transition);
}
.img-a {
float: left;
width: 100%;
max-width: 550px;
margin-top: 10px;
margin-right: 2.5%;
margin-bottom: 20px;
background-color: none;
border-radius: 50px;
transition: var(--transition);
}
.img-a img {
min-width: 300px;
width: 100%;
max-width: 600px;
object-fit: contain;
image-resolution: from-image 100dpi;
image-rendering: auto;
border-radius: inherit;
box-shadow: var(--box-shadow);
transition: var(--transition);
}
.img-a img:hover {
border-radius: 30px;
transform: rotate(3deg);
}
p {
font-size: 20px;
text-align: center;
}
.box-info {
float: left;
min-width: 300px;
width: 100%;
max-width: 550px;
height: 180px;
padding: 30px;
background-color: #ffffff49;
border-radius: 50px;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
transition: var(--transition);
box-shadow: var(--box-shadow);
}
.box-info:hover {
border-radius: 20px;
transform: rotate(-3deg);
background-color: #ffffff;
}
.container2 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--main-color);
transition: var(--transition);
}
.img-boxs-2 {
display: inline-table;
background-color: var(--color);
width: 100%;
height: 100%;
border-radius: 50px 0px 0px 50px;
padding: 25px;
transition: var(--transition);
}
.container3 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--color);
transition: var(--transition);
}
.img-boxs-3 {
display: inline-table;
background-color: var(--main-color);
width: 100%;
height: 100%;
border-radius: 0px 50px 50px 0px;
padding: 25px;
transition: var(--transition);
}
.container4 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background-color: var(--main-color);
transition: var(--transition);
}
.img-boxs-4 {
display: inline-table;
background: var(--color);
width: 100%;
height: 100%;
border-radius: 50px 0px 0px 30px;
padding: 25px;
transition: var(--transition);
}
.social-back {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--color);
transition: var(--transition);
}
.social-box {
display: inline-table;
background-color: var(--main-color);
width: 100%;
height: 100%;
transition: var(--transition);
}
.social-main {
width: 100%;
height: 100%;
padding: 15px;
display: inline-table;
border-radius: 0px 30px 30px 0px;
transition: var(--transition);
background-color: var(--main-color);
transition: var(--transition);
}
.social-info {
width: 100%;
height: 100%;
padding: 20px;
display: inline-table;
background: var(--color);
border-radius: 30px 30px 30px 30px;
transition: var(--transition);
box-shadow: var(--box-shadow);
}
.social-info:hover {
background-color: #ffffffc2;
}
.icon-box {
float: left;
height: 50px;
margin-top: 30px;
max-width: 400px;
width: 100%;
}
.icon-1 {
float: left;
margin-left: 10px;
margin-right: 20px;
}
.icon-label {
float: left;
margin-top: 2px;
height: 30px;
width: 80px;
margin-bottom: 10px;
}
.fa {
float: left;
padding: 22px;
width: 60px;
height: 60px;
margin: 8px;
text-align: center;
text-shadow: var(--box-shadow);
text-decoration: none;
box-shadow: var(--box-shadow);
border-radius: 50%;
background: var(--main-color);
transition: var(--transition);
}
.fa:hover {
border-radius: 10px;
transform: rotate(20deg);
background-color: #5e5e5e88;
box-shadow: var(--box-shadow);
transition: var(--transition);
} | css/styles.css | :root {
--main-background: #eeeeee;
--main-color: #eeeeee;
--color: #65dde4;
--box-shadow: 0 0 30px rgba(0, 0, 0, 0.164);
--text-color: rgb(59, 59, 59);
--font-A-: "Josefin Slab";
--font-B-: "Comforter";
--transition: 1s;
}
.material-icons-round {
font-family: "Material Icons";
font-weight: normal;
font-style: normal;
font-size: 30px;
/* Preferred icon size */
display: inline-block;
line-height: 0.9;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: "liga";
}
* {
padding: 0;
margin: 0;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
font-family: "Josefin Slab", "Comforter";
}
body {
background-color: var(--main-background);
transition: var(--transition);
}
.header-back {
background-color: var(--color);
transition: var(--transition);
height: 100%;
width: 100%;
}
.header {
height: 120px;
width: 100%;
padding-top: 0px;
border-radius: 0px 0px 50px 0px;
background: var(--main-color);
transition: var(--transition);
}
.logo {
font-family: var(--font-B-);
margin-left: 50px;
margin-top: 5px;
color: var(--text-color);
transition: var(--transition);
}
.logo-1 {
font-size: 80px;
float: left;
text-align: justify;
color: var(--text-color);
transition: var(--transition);
}
.logo-1:hover {
color: var(--color);
}
.logo-2 {
font-size: 8px;
float: left;
color: var(--text-color);
transition: var(--transition);
}
nav {
width: 95%;
margin-top: 5px;
margin-left: 2.5%;
position: relative;
transition: var(--transition);
}
.checkbtn {
float: right;
font-size: 40px;
line-height: 50px;
background-color: var(--color);
border-radius: 30px;
padding: 0px 5px 0px 5px;
transition: var(--transition);
margin: 20px 20px 0px 0px;
cursor: pointer;
display: none;
}
.checkbtn:hover {
border-radius: 10px;
transform: rotate(5deg);
transition: var(--transition);
}
#check {
display: none;
}
nav ul {
float: right;
transition: var(--transition);
}
nav ul li {
display: inline-flex;
}
a {
font-family: var(--font-A-);
position: relative;
float: left;
font-size: 40px;
font-weight: 5px;
padding: 40px 40px 0px 20px;
color: var(--text-color);
transition: var(--transition);
}
a.active,
a:hover {
position: relative;
width: auto;
height: auto;
color: #00adb5;
border-style: hidden;
transition: var(--transition);
}
@media (max-width: 952px) {
nav ul li a {
font-size: 20px;
transition: var(--transition);
}
.box-info-1 {
width: 0px;
height: 0px;
display: block;
transition: var(--transition);
}
}
@media (max-width: 858px) {
.checkbtn {
display: block;
transition: var(--transition);
}
ul {
position: fixed;
width: 70%;
height: 85%;
top: 80px;
left: -100%;
padding-top: 40px;
padding-left: 40px;
z-index: 1;
font-size: 40px;
backdrop-filter: blur(3px);
transition: var(--transition);
border-radius: 0px 50px 50px 0px;
background: #ffffffa6;
}
nav ul li {
padding: 1px 10px 1px 10px;
text-decoration: none;
margin-left: 20px;
margin-top: 20px;
display: block;
transition: var(--transition);
}
nav ul li a {
font-size: 30px;
}
a.active {
color: #00adb5;
transition: var(--transition);
}
a:hover {
border-style: hidden;
transition: var(--transition);
}
#check:checked~ul {
left: 0;
}
}
.footer {
height: 100px;
width: auto;
text-align: center;
font-size: 15px;
border-radius: 50px 0px 0px 0px;
padding: 30px;
text-align: center;
color: var(--text-color);
background: var(--color);
transition: var(--transition);
}
.footer-box {
background: var(--main-color);
transition: var(--transition);
}
.main {
height: auto;
width: auto;
transition: var(--transition);
}
.main-info-container {
background-color: var(--main-color);
transition: var(--transition);
}
.main-info {
background-color: var(--color);
border-radius: 50px 0px 0px 50px;
height: 100%;
padding: 20px;
width: 100%;
display: inline-table;
transition: var(--transition);
}
.main-pic {
float: left;
border-radius: 50px 30px 30px 50px;
width: 100%;
max-width: 500px;
transition: var(--transition);
}
.main-pic img {
width: inherit;
object-fit: contain;
image-rendering: auto;
border-radius: inherit;
box-shadow: var(--box-shadow);
transition: var(--transition);
}
.main-pic:hover {
border-radius: 60px;
transform: rotate(2deg);
}
.c-box {
background: var(--color);
height: auto;
width: auto;
transition: var(--transition);
}
.c-box-2 {
background: var(--main-color);
height: auto;
width: auto;
transition: var(--transition);
}
.container1 {
margin-bottom: 10px;
margin: 2.5% 2.5% 2.5% 2.5%;
padding: 10px;
background: var(--secondary-main-color);
width: 100%;
height: 100%;
transition: var(--transition);
}
.img-boxs {
background-color: var(--main-color);
width: 100%;
height: 100%;
padding: 25px;
display: inline-table;
border-radius: 0px 50px 50px 0px;
transition: var(--transition);
}
.img-a {
float: left;
width: 100%;
max-width: 550px;
margin-top: 10px;
margin-right: 2.5%;
margin-bottom: 20px;
background-color: none;
border-radius: 50px;
transition: var(--transition);
}
.img-a img {
min-width: 300px;
width: 100%;
max-width: 600px;
object-fit: contain;
image-resolution: from-image 100dpi;
image-rendering: auto;
border-radius: inherit;
box-shadow: var(--box-shadow);
transition: var(--transition);
}
.img-a img:hover {
border-radius: 30px;
transform: rotate(3deg);
}
p {
font-size: 20px;
text-align: center;
}
.box-info {
float: left;
min-width: 300px;
width: 100%;
max-width: 550px;
height: 180px;
padding: 30px;
background-color: #ffffff49;
border-radius: 50px;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 5%;
transition: var(--transition);
box-shadow: var(--box-shadow);
}
.box-info:hover {
border-radius: 20px;
transform: rotate(-3deg);
background-color: #ffffff;
}
.container2 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--main-color);
transition: var(--transition);
}
.img-boxs-2 {
display: inline-table;
background-color: var(--color);
width: 100%;
height: 100%;
border-radius: 50px 0px 0px 50px;
padding: 25px;
transition: var(--transition);
}
.container3 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--color);
transition: var(--transition);
}
.img-boxs-3 {
display: inline-table;
background-color: var(--main-color);
width: 100%;
height: 100%;
border-radius: 0px 50px 50px 0px;
padding: 25px;
transition: var(--transition);
}
.container4 {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background-color: var(--main-color);
transition: var(--transition);
}
.img-boxs-4 {
display: inline-table;
background: var(--color);
width: 100%;
height: 100%;
border-radius: 50px 0px 0px 30px;
padding: 25px;
transition: var(--transition);
}
.social-back {
height: auto;
width: 100%;
border-radius: 0px 0px 0px 0px;
background: var(--color);
transition: var(--transition);
}
.social-box {
display: inline-table;
background-color: var(--main-color);
width: 100%;
height: 100%;
transition: var(--transition);
}
.social-main {
width: 100%;
height: 100%;
padding: 15px;
display: inline-table;
border-radius: 0px 30px 30px 0px;
transition: var(--transition);
background-color: var(--main-color);
transition: var(--transition);
}
.social-info {
width: 100%;
height: 100%;
padding: 20px;
display: inline-table;
background: var(--color);
border-radius: 30px 30px 30px 30px;
transition: var(--transition);
box-shadow: var(--box-shadow);
}
.social-info:hover {
background-color: #ffffffc2;
}
.icon-box {
float: left;
height: 50px;
margin-top: 30px;
max-width: 400px;
width: 100%;
}
.icon-1 {
float: left;
margin-left: 10px;
margin-right: 20px;
}
.icon-label {
float: left;
margin-top: 2px;
height: 30px;
width: 80px;
margin-bottom: 10px;
}
.fa {
float: left;
padding: 22px;
width: 60px;
height: 60px;
margin: 8px;
text-align: center;
text-shadow: var(--box-shadow);
text-decoration: none;
box-shadow: var(--box-shadow);
border-radius: 50%;
background: var(--main-color);
transition: var(--transition);
}
.fa:hover {
border-radius: 10px;
transform: rotate(20deg);
background-color: #5e5e5e88;
box-shadow: var(--box-shadow);
transition: var(--transition);
} | 0.494385 | 0.133783 |
=============================================*/
.invalid input{border: 2px solid red !important;}
.valid input{border: 1px solid green;}
.clearfix {zoom:1; /* For IE */}
.placeholder { cursor: text; padding: 4px 4px 4px 4px; color: #999999; }
input:placeholder, textarea:placeholder { color: #999999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
/* = Post Type Listing
=============================================*/
.events-cal .tablenav select[name=m], .events-cal #post-query-submit {display:none;}
.fixed .column-start-date, .fixed .column-end-date, .fixed .column-events-cats {width:14%;}
#additional-field-table input, #additional-field-table select, #additional-field-table textarea { width: 200px; }
#additional-field-table tbody tr { height: 72px; }
/* = Post Type Editing
=============================================*/
.notice {background-color: rgb(255, 255, 224); border: 1px solid rgb(230, 219, 85); margin: 5px 0 15px;}
.bubble {border-color:#dfdfdf; border-width:1px; border-style:solid; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 10px; border-style:solid; border-spacing:0; background-color:#F9F9F9;}
.eventForm {margin-top: -20px;}
.eventForm td {padding:0 6px 10px 0; font-size:12px; vertical-align:middle;}
.eventForm #event-meta td { vertical-align: top; }
.eventForm #event-meta td div { margin-bottom: 10px; }
.eventForm #event-meta td div:last-child {margin-bottom: 20px;}
.eventForm select, .eventForm input {font-size:11px;}
.eventForm h4 {font-size:1.2em; margin:1em 0 1em;}
.eventForm h4.event-time {margin-top: 0;}
.tribe-community-event-info {margin: 10px; width:100%;}
.eventtable, #EventInfo{margin:0; padding-top:0; width:100%; }
#event_tickets,
.eventtable.ticket_list.eventForm {table-layout: fixed; }
#ticket_start_date,
#ticket_end_date{width:100px;}
.form-table form input {border:none;}
#submitLabel {display: block;}
#submitLabel input {display: block; padding: 0;}
#EventBriteDetailDiv h4, .tribe-community-event-info h4, .eventForm .tribe_sectionheader h4 {text-transform: uppercase; border-bottom: 1px solid #e5e5e5; padding-bottom: 6px;}
.eventForm .tribe_sectionheader {padding-bottom: 5px !important;}
td.tribe_message {padding-bottom: 10px !important;}
#tribe_thanks {float: left; width: 200px; margin: 5px 0 0 0;}
.tribe_brand {font-weight: normal; margin: 8px 0; font-family: Georgia !important; font-size: 17px !important;}
.eventForm p {margin: 0 0 10px 0!important;}
.tribe-events-error {display:none;}
.tribe-events-multi-event-day {color: #0F81BB;}
.ui-front {z-index: 1000000;}
.events-cal .ui-widget-overlay.ui-front {z-index: 90;
}
/* = Eventbrite
=============================================*/
.tribe-community-event-info small, #EventBriteDetailDiv small {color: #a3a3a3; font-size: 10px;}
#eventBriteTicketing, #mainDonateRow {background: url(images/bg_fade.png) repeat-x top left; background-color: #fff; padding: 10px 15px; border: 1px solid #e2e2e2; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-radius: 3px; margin: -11px 6px 0;}
#eventBriteTicketing h2 {background: url(images/eb_press_little.gif) no-repeat top right; height: 80px; margin: 0;}
.tribe-community-event-info, table.eventForm {width: 100%;}
/* = Recurrence
=============================================*/
#custom-recurrence-weeks label { width: 45px; display: block; float: left; margin-bottom: 3px;}
#custom-recurrence-frequency input { width: 30px; }
#custom-recurrence-years label { width: 50px; display: block; float: left; margin-bottom: 3px;}
#recurrence-changed-row { color: red; display: none; }
#rec-end-error { color: red; }
#rec-days-error { color: red; }
.rec-error { display:none; }
#recurrence-pattern-description { font-style: italic; }
.recurrence-pattern-description-row { display: none; }
/* = Upgrade Screen
=============================================*/
#tribe-upgrade {margin:20px 0 30px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0 20px 20px; background:#f6f6f6;}
#tribe-upgrade .message {border-style:solid; border-width:1px; padding:6px 12px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#FFFFE0; border-color:#E6DB55;}
/* = Chosen
=============================================*/
.chosen, .tribe-chosen, .chzn-container {margin-right: 10px!important;}
.venue-dropdown, .organizer-dropdown, .events-dropdown, #eventsDefaultState, #defaultCountry, #StateProvinceSelect {width: 220px !important;}
.multi-day-cutoff-dropdown {width: 100px !important;}
/* fix for widgets + chosen support */
.widget-liquid-right .widget, .inactive-sidebar .widget, .widget-liquid-right .sidebar-description {overflow: visible !important;}
/* = Settings Screen
=============================================*/
.tribe-settings-form { max-width: 1000px; }
.tribe-settings-form fieldset {padding: 10px 0; display: inline-block; clear: both;}
.tribe-settings-form legend {width: 220px; margin-right: 20px; float: left; font-weight: bold;}
.tribe-settings-form fieldset.tribe-field-license_key legend { width: auto; }
.tribe-settings-form .tribe-field-wrap {float: left; max-width: 500px;}
.tribe-settings-form .tribe-field-radio label, .tribe-settings-form .tribe-field-checkbox_list label {display: block; margin: 5px 0;}
.tribe-settings-form .tribe-field-radio label input, .tribe-settings-form .tribe-field-checkbox_list label input {margin-right: 5px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset,
.tribe-settings-form .tribe-settings-form-wrap .description,
.tribe-settings-form fieldset[id^="tribe-field-geoloc_"] {padding-left: 12px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset .description {padding-left: 0; margin-left:0; max-width: 450px;}
.tribe-settings-form .tribe-settings-form-wrap h3 {margin-bottom: 10px; background-color: #f9f9f9; padding: 6px 0 6px 12px;}
.tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {margin-top: 2.25em;}
.tribe-settings-form .tribe-settings-form-wrap h3 + p {margin: 0 0 10px; padding-left: 12px;}
.tribe_settings .tribe-field-indent {margin-left: 245px;}
.tribe_settings #pu_dashboard_message{ display: none;}
.tribe_settings .tribe-errors-list {margin-left: 15px;}
.tribe_settings .expiring-license {color: red;}
.tribe_settings .tribe-error {border: 1px solid #F00;}
.tribe_settings .tribe-field-description {position: relative; top: -12px; margin-bottom: 0;}
.tribe_settings #ical-link {top: -14px;}
.tribe-settings-form #tribe-field-stylesheetOption label { margin-left: 20px;}
.tribe-settings-form #tribe-field-stylesheetOption input { margin-left: -20px; margin-right: 8px;}
.tribe-settings-form #tribe-field-stylesheetOption p.description {color: #999;}
/* Modern Tribe box */
#modern-tribe-info {margin: 20px 0; background-color: #f9f9f9; padding: 8px 20px 12px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
#modern-tribe-info img {margin: 10px 0; width: 250px; height: 18px;}
#modern-tribe-info ul {margin-left: 20px; list-style: disc;}
#modern-tribe-info ul ul {list-style: circle;}
/* sizes */
.tribe-field-textarea.tribe-size-small textarea {width: 180px; height: 60px;}
.tribe-field-textarea.tribe-size-medium textarea {width: 300px; height: 80px;}
.tribe-field-textarea.tribe-size-large textarea {width: 450px; height: 120px;}
.tribe-field-text.tribe-size-small input, .tribe-field-license_key.tribe-size-small input {width: 50px;}
.tribe-field-text.tribe-size-medium input, .tribe-field-license_key.tribe-size-medium input {width: 225px}
.tribe-field-text.tribe-size-large input, .tribe-field-license_key.tribe-size-large input {width: 450px;}
.tribe-field-dropdown.tribe-size-small select {width: 100px;}
.tribe-field-dropdown.tribe-size-medium select {width: 300px;}
.tribe-field-dropdown.tribe-size-large select {width: 450px;}
.tribe-field-dropdown_chosen.tribe-size-small select {width: 100px;}
.tribe-field-dropdown_chosen.tribe-size-medium select {width: 200px;}
.tribe-field-dropdown_chosen.tribe-size-large select {width: 300px;}
/* license keys */
.ajax-loading-license, .valid-key, .invalid-key {display: none; margin: 0 5px;}
.ajax-loading-license {position: relative; top: 5px;}
.valid-key {color: green;}
.invalid-key {color: red;}
/* additional fields */
#additional-field-table {margin-bottom: 20px;}
/* help tab */
#tribe-help-general, #tribe-help-sidebar {float: left;}
#tribe-help-general {width: 70%;}
#tribe-help-sidebar {width: 25%; max-width: 200px; margin: 20px 0 0 5%;}
#tribe-help-plugin-info {border: 1px solid #CCC; padding: 0 12px;}
/* miscellaneous */
.tribe-admin-box-left {float:left; width: 20%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.tribe-admin-box-right {float:right; width: 68%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.ajax-loader {float:right; margin: 10px;}
.tribe-arrangeable-item { border: 1px solid lightGrey; -moz-border-radius: 6px; border-radius: 6px; }
.tribe-arrangeable-item .ui-state-default { border:none; }
.tribe-arrangeable-item-top { padding: 6px; }
.tribe-arrangeable-item-top:hover { cursor: move; }
.tribe-arrangeable-action { float:right; }
.tribe-arrangeable-child { display:none; padding: 25px; border-top: 1px solid lightGrey; background-color: #f9f9f9 }
.tribe-arrangeable-child label{margin:0 0 7px 0; display:block;}
.tribe_events_active_filter_type_options {
margin: 10px 0;
}
.tribe_events_active_filter_type_options label {
margin: 7px 0;
}
.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px;}
.OrganizerInfo td small {
display: block;
max-width: 250px;
margin: 0;
}
.OrganizerInfo .organizer-email {
vertical-align: top;
}
/* = Help Screen
=============================================*/
.tribe-settings-form-wrap p,
.tribe-settings-form-wrap ul {margin-left: 15px;}
.tribe-settings-form-wrap ul {list-style-type: square; margin-left: 35px;}
/* = jQuery UI
=============================================*/
.ui-widget-overlay {background: #666666; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow {margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {display: none; }
.ui-resizable-n {cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s {cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e {cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w {cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se {cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw {cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw {cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne {cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-dialog {position: relative; padding: .2em; width: 375px; }
.ui-dialog .ui-dialog-titlebar {padding: .5em .3em .3em 1em; position: relative; }
.ui-dialog .ui-dialog-title {float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close {position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span {display: block; margin-left: -8px; margin-top: -8px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0; }
.ui-dialog .ui-dialog-content {border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {text-align: right; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em !important; }
.ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em !important; cursor: pointer; padding: .2em .6em .3em; line-height: 1.4em; width:auto; overflow:visible; text-shadow:none; }
.ui-dialog .ui-resizable-se {width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar {cursor: move; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important; text-align: center;}
.ui-button-text-only .ui-button-text {padding: .4em 1em;}
.ui-button .ui-button-text {display: block; line-height: 1.4;}
.ui-datepicker{font-size:8pt;}
#ui-datepicker-div { display: none; }
#tribe-loading {
display : none;
position : absolute;
width : 100%;
height : 100%;
left : 0;
top : 0;
background : #fff;
background : rgba(255, 255, 255, 0.8);
z-index : 4;
webkit-transition : all 1s linear;
-moz-transition : all 1s linear;
-o-transition : all 1s linear;
-ms-transition : all 1s linear;
transition : all 1s linear;
}
#tribe-loading span {
position : absolute;
width : 32px;
height : 32px;
left : 50%;
top : 50%;
margin : -16px 0 0 -16px;
background : url(images/tribe-loading.gif) 0 0 no-repeat;
-webkit-background-size: 32px 32px;
background-size: 32px 32px;
}
/* = Admin Retina Bits
=============================================*/
@media
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.events-cal #icon-edit {
background-image: url(images/events-screen-icon@2x.png);
}
#tribe-loading span {
background-image: url(images/tribe-loading@2x.gif);
}
} | the-events-calendar/resources/events-admin.css | =============================================*/
.invalid input{border: 2px solid red !important;}
.valid input{border: 1px solid green;}
.clearfix {zoom:1; /* For IE */}
.placeholder { cursor: text; padding: 4px 4px 4px 4px; color: #999999; }
input:placeholder, textarea:placeholder { color: #999999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999999; }
/* = Post Type Listing
=============================================*/
.events-cal .tablenav select[name=m], .events-cal #post-query-submit {display:none;}
.fixed .column-start-date, .fixed .column-end-date, .fixed .column-events-cats {width:14%;}
#additional-field-table input, #additional-field-table select, #additional-field-table textarea { width: 200px; }
#additional-field-table tbody tr { height: 72px; }
/* = Post Type Editing
=============================================*/
.notice {background-color: rgb(255, 255, 224); border: 1px solid rgb(230, 219, 85); margin: 5px 0 15px;}
.bubble {border-color:#dfdfdf; border-width:1px; border-style:solid; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding: 10px; border-style:solid; border-spacing:0; background-color:#F9F9F9;}
.eventForm {margin-top: -20px;}
.eventForm td {padding:0 6px 10px 0; font-size:12px; vertical-align:middle;}
.eventForm #event-meta td { vertical-align: top; }
.eventForm #event-meta td div { margin-bottom: 10px; }
.eventForm #event-meta td div:last-child {margin-bottom: 20px;}
.eventForm select, .eventForm input {font-size:11px;}
.eventForm h4 {font-size:1.2em; margin:1em 0 1em;}
.eventForm h4.event-time {margin-top: 0;}
.tribe-community-event-info {margin: 10px; width:100%;}
.eventtable, #EventInfo{margin:0; padding-top:0; width:100%; }
#event_tickets,
.eventtable.ticket_list.eventForm {table-layout: fixed; }
#ticket_start_date,
#ticket_end_date{width:100px;}
.form-table form input {border:none;}
#submitLabel {display: block;}
#submitLabel input {display: block; padding: 0;}
#EventBriteDetailDiv h4, .tribe-community-event-info h4, .eventForm .tribe_sectionheader h4 {text-transform: uppercase; border-bottom: 1px solid #e5e5e5; padding-bottom: 6px;}
.eventForm .tribe_sectionheader {padding-bottom: 5px !important;}
td.tribe_message {padding-bottom: 10px !important;}
#tribe_thanks {float: left; width: 200px; margin: 5px 0 0 0;}
.tribe_brand {font-weight: normal; margin: 8px 0; font-family: Georgia !important; font-size: 17px !important;}
.eventForm p {margin: 0 0 10px 0!important;}
.tribe-events-error {display:none;}
.tribe-events-multi-event-day {color: #0F81BB;}
.ui-front {z-index: 1000000;}
.events-cal .ui-widget-overlay.ui-front {z-index: 90;
}
/* = Eventbrite
=============================================*/
.tribe-community-event-info small, #EventBriteDetailDiv small {color: #a3a3a3; font-size: 10px;}
#eventBriteTicketing, #mainDonateRow {background: url(images/bg_fade.png) repeat-x top left; background-color: #fff; padding: 10px 15px; border: 1px solid #e2e2e2; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-radius: 3px; margin: -11px 6px 0;}
#eventBriteTicketing h2 {background: url(images/eb_press_little.gif) no-repeat top right; height: 80px; margin: 0;}
.tribe-community-event-info, table.eventForm {width: 100%;}
/* = Recurrence
=============================================*/
#custom-recurrence-weeks label { width: 45px; display: block; float: left; margin-bottom: 3px;}
#custom-recurrence-frequency input { width: 30px; }
#custom-recurrence-years label { width: 50px; display: block; float: left; margin-bottom: 3px;}
#recurrence-changed-row { color: red; display: none; }
#rec-end-error { color: red; }
#rec-days-error { color: red; }
.rec-error { display:none; }
#recurrence-pattern-description { font-style: italic; }
.recurrence-pattern-description-row { display: none; }
/* = Upgrade Screen
=============================================*/
#tribe-upgrade {margin:20px 0 30px; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:0 20px 20px; background:#f6f6f6;}
#tribe-upgrade .message {border-style:solid; border-width:1px; padding:6px 12px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; background-color:#FFFFE0; border-color:#E6DB55;}
/* = Chosen
=============================================*/
.chosen, .tribe-chosen, .chzn-container {margin-right: 10px!important;}
.venue-dropdown, .organizer-dropdown, .events-dropdown, #eventsDefaultState, #defaultCountry, #StateProvinceSelect {width: 220px !important;}
.multi-day-cutoff-dropdown {width: 100px !important;}
/* fix for widgets + chosen support */
.widget-liquid-right .widget, .inactive-sidebar .widget, .widget-liquid-right .sidebar-description {overflow: visible !important;}
/* = Settings Screen
=============================================*/
.tribe-settings-form { max-width: 1000px; }
.tribe-settings-form fieldset {padding: 10px 0; display: inline-block; clear: both;}
.tribe-settings-form legend {width: 220px; margin-right: 20px; float: left; font-weight: bold;}
.tribe-settings-form fieldset.tribe-field-license_key legend { width: auto; }
.tribe-settings-form .tribe-field-wrap {float: left; max-width: 500px;}
.tribe-settings-form .tribe-field-radio label, .tribe-settings-form .tribe-field-checkbox_list label {display: block; margin: 5px 0;}
.tribe-settings-form .tribe-field-radio label input, .tribe-settings-form .tribe-field-checkbox_list label input {margin-right: 5px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset,
.tribe-settings-form .tribe-settings-form-wrap .description,
.tribe-settings-form fieldset[id^="tribe-field-geoloc_"] {padding-left: 12px;}
.tribe-settings-form .tribe-settings-form-wrap fieldset .description {padding-left: 0; margin-left:0; max-width: 450px;}
.tribe-settings-form .tribe-settings-form-wrap h3 {margin-bottom: 10px; background-color: #f9f9f9; padding: 6px 0 6px 12px;}
.tribe-settings-form .tribe-settings-form-wrap h3 ~ h3 {margin-top: 2.25em;}
.tribe-settings-form .tribe-settings-form-wrap h3 + p {margin: 0 0 10px; padding-left: 12px;}
.tribe_settings .tribe-field-indent {margin-left: 245px;}
.tribe_settings #pu_dashboard_message{ display: none;}
.tribe_settings .tribe-errors-list {margin-left: 15px;}
.tribe_settings .expiring-license {color: red;}
.tribe_settings .tribe-error {border: 1px solid #F00;}
.tribe_settings .tribe-field-description {position: relative; top: -12px; margin-bottom: 0;}
.tribe_settings #ical-link {top: -14px;}
.tribe-settings-form #tribe-field-stylesheetOption label { margin-left: 20px;}
.tribe-settings-form #tribe-field-stylesheetOption input { margin-left: -20px; margin-right: 8px;}
.tribe-settings-form #tribe-field-stylesheetOption p.description {color: #999;}
/* Modern Tribe box */
#modern-tribe-info {margin: 20px 0; background-color: #f9f9f9; padding: 8px 20px 12px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
#modern-tribe-info img {margin: 10px 0; width: 250px; height: 18px;}
#modern-tribe-info ul {margin-left: 20px; list-style: disc;}
#modern-tribe-info ul ul {list-style: circle;}
/* sizes */
.tribe-field-textarea.tribe-size-small textarea {width: 180px; height: 60px;}
.tribe-field-textarea.tribe-size-medium textarea {width: 300px; height: 80px;}
.tribe-field-textarea.tribe-size-large textarea {width: 450px; height: 120px;}
.tribe-field-text.tribe-size-small input, .tribe-field-license_key.tribe-size-small input {width: 50px;}
.tribe-field-text.tribe-size-medium input, .tribe-field-license_key.tribe-size-medium input {width: 225px}
.tribe-field-text.tribe-size-large input, .tribe-field-license_key.tribe-size-large input {width: 450px;}
.tribe-field-dropdown.tribe-size-small select {width: 100px;}
.tribe-field-dropdown.tribe-size-medium select {width: 300px;}
.tribe-field-dropdown.tribe-size-large select {width: 450px;}
.tribe-field-dropdown_chosen.tribe-size-small select {width: 100px;}
.tribe-field-dropdown_chosen.tribe-size-medium select {width: 200px;}
.tribe-field-dropdown_chosen.tribe-size-large select {width: 300px;}
/* license keys */
.ajax-loading-license, .valid-key, .invalid-key {display: none; margin: 0 5px;}
.ajax-loading-license {position: relative; top: 5px;}
.valid-key {color: green;}
.invalid-key {color: red;}
/* additional fields */
#additional-field-table {margin-bottom: 20px;}
/* help tab */
#tribe-help-general, #tribe-help-sidebar {float: left;}
#tribe-help-general {width: 70%;}
#tribe-help-sidebar {width: 25%; max-width: 200px; margin: 20px 0 0 5%;}
#tribe-help-plugin-info {border: 1px solid #CCC; padding: 0 12px;}
/* miscellaneous */
.tribe-admin-box-left {float:left; width: 20%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.tribe-admin-box-right {float:right; width: 68%; margin: 20px 0; background-color: #f9f9f9; padding: 0px 20px 15px; border: 1px solid #ccc; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; -o-border-radius: 4px;}
.ajax-loader {float:right; margin: 10px;}
.tribe-arrangeable-item { border: 1px solid lightGrey; -moz-border-radius: 6px; border-radius: 6px; }
.tribe-arrangeable-item .ui-state-default { border:none; }
.tribe-arrangeable-item-top { padding: 6px; }
.tribe-arrangeable-item-top:hover { cursor: move; }
.tribe-arrangeable-action { float:right; }
.tribe-arrangeable-child { display:none; padding: 25px; border-top: 1px solid lightGrey; background-color: #f9f9f9 }
.tribe-arrangeable-child label{margin:0 0 7px 0; display:block;}
.tribe_events_active_filter_type_options {
margin: 10px 0;
}
.tribe_events_active_filter_type_options label {
margin: 7px 0;
}
.tribe-settings-form .tribe-settings-form-wrap fieldset .tribe-style-selection{margin-bottom:18px;}
.OrganizerInfo td small {
display: block;
max-width: 250px;
margin: 0;
}
.OrganizerInfo .organizer-email {
vertical-align: top;
}
/* = Help Screen
=============================================*/
.tribe-settings-form-wrap p,
.tribe-settings-form-wrap ul {margin-left: 15px;}
.tribe-settings-form-wrap ul {list-style-type: square; margin-left: 35px;}
/* = jQuery UI
=============================================*/
.ui-widget-overlay {background: #666666; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow {margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-resizable {position: relative;}
.ui-resizable-handle {position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {display: none; }
.ui-resizable-n {cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s {cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e {cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w {cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se {cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw {cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw {cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne {cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}
.ui-dialog {position: relative; padding: .2em; width: 375px; }
.ui-dialog .ui-dialog-titlebar {padding: .5em .3em .3em 1em; position: relative; }
.ui-dialog .ui-dialog-title {float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close {position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span {display: block; margin-left: -8px; margin-top: -8px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {padding: 0; }
.ui-dialog .ui-dialog-content {border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane {text-align: right; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em !important; }
.ui-dialog .ui-dialog-buttonpane button {margin: .5em .4em .5em !important; cursor: pointer; padding: .2em .6em .3em; line-height: 1.4em; width:auto; overflow:visible; text-shadow:none; }
.ui-dialog .ui-resizable-se {width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar {cursor: move; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {float: none !important; text-align: center;}
.ui-button-text-only .ui-button-text {padding: .4em 1em;}
.ui-button .ui-button-text {display: block; line-height: 1.4;}
.ui-datepicker{font-size:8pt;}
#ui-datepicker-div { display: none; }
#tribe-loading {
display : none;
position : absolute;
width : 100%;
height : 100%;
left : 0;
top : 0;
background : #fff;
background : rgba(255, 255, 255, 0.8);
z-index : 4;
webkit-transition : all 1s linear;
-moz-transition : all 1s linear;
-o-transition : all 1s linear;
-ms-transition : all 1s linear;
transition : all 1s linear;
}
#tribe-loading span {
position : absolute;
width : 32px;
height : 32px;
left : 50%;
top : 50%;
margin : -16px 0 0 -16px;
background : url(images/tribe-loading.gif) 0 0 no-repeat;
-webkit-background-size: 32px 32px;
background-size: 32px 32px;
}
/* = Admin Retina Bits
=============================================*/
@media
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
.events-cal #icon-edit {
background-image: url(images/events-screen-icon@2x.png);
}
#tribe-loading span {
background-image: url(images/tribe-loading@2x.gif);
}
} | 0.33372 | 0.161684 |
.gray-stars {
font-size: 18px;
float: left;
position: relative;
overflow: hidden;
}
.gray-stars > span {
color: #CCC;
}
.gray-stars .red-stars {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
overflow: hidden;
white-space: nowrap;
}
.gray-stars .red-stars span {
color: #337ab7;
}
.gray-stars span {
padding: 0px 1px 0px 1px;
display: inline-block;
}
.star-marks-overlay {
visibility: hidden;
display: inline-block;
}
.star-marks {
position: absolute;
top: 0px;
left: 0px;
}
#search_form {
padding: 15px;
}
#search_form .clear-filter {
font-size: 16px;
font-weight: bold;
color: #991c08;
}
#search_form .input-group {
width: 450px;
float: right;
}
#search_form .input-group #search_btn {
background-color: #cc2409;
}
#search_form #condition_section .condition-box {
background-color: #f7f7f7;
border-left: 7px solid #b2341f;
border-bottom: 1px solid #edc8c2;
margin-bottom: 25px;
box-shadow: 0px 5px 5px #edc8c2;
-webkit-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
#search_form #condition_section .condition-box .condition-label {
margin: 0px;
padding: 10px;
font-weight: bold;
font-size: 18px;
color: #7c2415;
}
#search_form #condition_section .condition-box .condition-label i {
font-size: 22px;
}
#search_form #condition_section .condition-box .condition-value {
padding: 10px;
}
#search_form #condition_section .condition-box .condition-value #date_range {
width: 240px;
}
#search_form #condition_section .condition-box:hover {
background-color: #faf2f2;
border-left: 7px solid #a42f1b;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 5px 5px #e4afa6;
}
#search_form #condition_section .events-view {
display: none;
}
#search_form .sortby {
margin-right: 0px;
}
#search_form #result_section .box-section {
padding: 15px;
border: 1px solid #d9c3c3;
border-radius: 8px;
background-color: #f7f7f7;
}
#search_form #result_section .ordinary-value {
font-weight: bold;
margin-left: 5px;
font-family: 'WKLCHBO';
}
#search_form #result_section .client-score {
float: left;
position: relative;
cursor: pointer;
}
#search_form #result_section .client-score .score-wrap {
float: left;
}
#search_form #result_section .client-score .score-wrap .gray-stars {
font-size: 16px;
}
#search_form #result_section .client-score .score-wrap .gray-stars span {
float: none;
}
#search_form #result_section .client-score .score-wrap:hover .client-score-desc {
display: block !important;
border: solid 1px #337ab7;
position: absolute;
left: 40px;
border-radius: 4px;
padding: 5px 10px;
background-color: #ddd;
z-index: 999;
top: 22px;
white-space: nowrap;
}
#search_form #result_section #competition_section .competition-item {
border-bottom: 1px solid #d9c3c3;
padding: 10px;
-webkit-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
#search_form #result_section #competition_section .competition-item .competition-name {
font-size: 18px;
font-weight: bold;
color: #337ab7;
font-family: 'WKLCHBO';
margin-bottom: 10px;
text-decoration: none;
}
#search_form #result_section #competition_section .competition-item:hover .competition-name {
color: #0f548f;
}
#search_form #result_section #competition_section .competition-item .competition-content {
padding: 10px;
padding-left: 25px;
}
#search_form #result_section #competition_section .competition-item .competition-content .event-name {
font-weight: bold;
background-color: #777;
margin-right: 5px;
}
#search_form #result_section #competition_section .competition-item .competition-content .progress-percent {
text-align: center;
color: #000;
}
#search_form #result_section #competition_section .competition-item .competition-content .wrapper {
border: 1px solid #2E6DA4;
border-radius: 4px;
text-align: center;
}
#search_form #result_section #competition_section .competition-item .competition-content .wrapper .competition-progress {
border-radius: 0px;
background-color: #337AB7;
height: 12px;
}
#search_form #result_section #schedule_section .schedule-item {
position: relative;
border-bottom: 1px solid #d9c3c3;
padding: 10px;
overflow: hidden;
}
#search_form #result_section #schedule_section .schedule-item .status {
position: absolute;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background: #337ab7;
padding: 0px 25px;
left: -12px;
top: 2px;
}
#search_form #result_section #schedule_section .schedule-item .status span {
color: #fff;
font-weight: bold;
}
#search_form #result_section #schedule_section .schedule-item .schedule-name {
font-size: 18px;
font-weight: bold;
color: #337ab7;
font-family: 'WKLCHBO';
margin-bottom: 10px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content {
padding: 10px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files {
border: 1px solid #d9c3c3;
padding: 5px;
padding-bottom: 0px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.photo,
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.video {
width: 150px;
white-space: nowrap;
margin-bottom: 5px;
border-radius: 5px;
display: block;
background: #ddd;
padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.photo video,
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.video video {
width: 100%;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.badge {
position: absolute;
font-size: 11px !important;
font-weight: 300;
top: -5px;
right: 5px;
padding: 3px 6px 3px 6px;
color: white !important;
background-color: #337ab7;
}
#search_form #result_section .not-found-result {
padding: 50px;
padding-top: 100px;
}
#search_form #result_section .not-found-result .heading {
font-size: 20px;
font-weight: bold;
} | public/assets/css/pages/frontend/homepage.css | .gray-stars {
font-size: 18px;
float: left;
position: relative;
overflow: hidden;
}
.gray-stars > span {
color: #CCC;
}
.gray-stars .red-stars {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
overflow: hidden;
white-space: nowrap;
}
.gray-stars .red-stars span {
color: #337ab7;
}
.gray-stars span {
padding: 0px 1px 0px 1px;
display: inline-block;
}
.star-marks-overlay {
visibility: hidden;
display: inline-block;
}
.star-marks {
position: absolute;
top: 0px;
left: 0px;
}
#search_form {
padding: 15px;
}
#search_form .clear-filter {
font-size: 16px;
font-weight: bold;
color: #991c08;
}
#search_form .input-group {
width: 450px;
float: right;
}
#search_form .input-group #search_btn {
background-color: #cc2409;
}
#search_form #condition_section .condition-box {
background-color: #f7f7f7;
border-left: 7px solid #b2341f;
border-bottom: 1px solid #edc8c2;
margin-bottom: 25px;
box-shadow: 0px 5px 5px #edc8c2;
-webkit-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
#search_form #condition_section .condition-box .condition-label {
margin: 0px;
padding: 10px;
font-weight: bold;
font-size: 18px;
color: #7c2415;
}
#search_form #condition_section .condition-box .condition-label i {
font-size: 22px;
}
#search_form #condition_section .condition-box .condition-value {
padding: 10px;
}
#search_form #condition_section .condition-box .condition-value #date_range {
width: 240px;
}
#search_form #condition_section .condition-box:hover {
background-color: #faf2f2;
border-left: 7px solid #a42f1b;
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0px 5px 5px #e4afa6;
}
#search_form #condition_section .events-view {
display: none;
}
#search_form .sortby {
margin-right: 0px;
}
#search_form #result_section .box-section {
padding: 15px;
border: 1px solid #d9c3c3;
border-radius: 8px;
background-color: #f7f7f7;
}
#search_form #result_section .ordinary-value {
font-weight: bold;
margin-left: 5px;
font-family: 'WKLCHBO';
}
#search_form #result_section .client-score {
float: left;
position: relative;
cursor: pointer;
}
#search_form #result_section .client-score .score-wrap {
float: left;
}
#search_form #result_section .client-score .score-wrap .gray-stars {
font-size: 16px;
}
#search_form #result_section .client-score .score-wrap .gray-stars span {
float: none;
}
#search_form #result_section .client-score .score-wrap:hover .client-score-desc {
display: block !important;
border: solid 1px #337ab7;
position: absolute;
left: 40px;
border-radius: 4px;
padding: 5px 10px;
background-color: #ddd;
z-index: 999;
top: 22px;
white-space: nowrap;
}
#search_form #result_section #competition_section .competition-item {
border-bottom: 1px solid #d9c3c3;
padding: 10px;
-webkit-transition: transform 0.2s ease-out;
transition: transform 0.2s ease-out;
}
#search_form #result_section #competition_section .competition-item .competition-name {
font-size: 18px;
font-weight: bold;
color: #337ab7;
font-family: 'WKLCHBO';
margin-bottom: 10px;
text-decoration: none;
}
#search_form #result_section #competition_section .competition-item:hover .competition-name {
color: #0f548f;
}
#search_form #result_section #competition_section .competition-item .competition-content {
padding: 10px;
padding-left: 25px;
}
#search_form #result_section #competition_section .competition-item .competition-content .event-name {
font-weight: bold;
background-color: #777;
margin-right: 5px;
}
#search_form #result_section #competition_section .competition-item .competition-content .progress-percent {
text-align: center;
color: #000;
}
#search_form #result_section #competition_section .competition-item .competition-content .wrapper {
border: 1px solid #2E6DA4;
border-radius: 4px;
text-align: center;
}
#search_form #result_section #competition_section .competition-item .competition-content .wrapper .competition-progress {
border-radius: 0px;
background-color: #337AB7;
height: 12px;
}
#search_form #result_section #schedule_section .schedule-item {
position: relative;
border-bottom: 1px solid #d9c3c3;
padding: 10px;
overflow: hidden;
}
#search_form #result_section #schedule_section .schedule-item .status {
position: absolute;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background: #337ab7;
padding: 0px 25px;
left: -12px;
top: 2px;
}
#search_form #result_section #schedule_section .schedule-item .status span {
color: #fff;
font-weight: bold;
}
#search_form #result_section #schedule_section .schedule-item .schedule-name {
font-size: 18px;
font-weight: bold;
color: #337ab7;
font-family: 'WKLCHBO';
margin-bottom: 10px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content {
padding: 10px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files {
border: 1px solid #d9c3c3;
padding: 5px;
padding-bottom: 0px;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.photo,
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.video {
width: 150px;
white-space: nowrap;
margin-bottom: 5px;
border-radius: 5px;
display: block;
background: #ddd;
padding: 5px;
overflow: hidden;
text-overflow: ellipsis;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.photo video,
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.video video {
width: 100%;
}
#search_form #result_section #schedule_section .schedule-item .schedule-content .files span.badge {
position: absolute;
font-size: 11px !important;
font-weight: 300;
top: -5px;
right: 5px;
padding: 3px 6px 3px 6px;
color: white !important;
background-color: #337ab7;
}
#search_form #result_section .not-found-result {
padding: 50px;
padding-top: 100px;
}
#search_form #result_section .not-found-result .heading {
font-size: 20px;
font-weight: bold;
} | 0.366363 | 0.112162 |
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* .card {
width: 800px;
height: 400px;
background: transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
} */
/* .card_left {
width: 40%;
height: 400px;
float: left;
overflow: hidden;
background: transparent;
}
.card_left img {
width: 100%;
height: auto;
border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
position: relative;
}
.card_right {
width: 60%;
float: left;
background: #000000;
height: 400px;
border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
}
.card_right h1 {
color: white;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-align: left;
font-size: 40px;
margin: 30px 0 0 0;
padding: 0 0 0 40px;
letter-spacing: 1px;
}
.card_right__details ul {
list-style-type: none;
padding: 0 0 0 40px;
margin: 10px 0 0 0;
}
.card_right__details ul li {
display: inline;
color: #e3e3e3;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
padding: 0 40px 0 0;
} */
.card_right__rating__stars {
position: relative;
/* right: 160px; */
float: left;
margin: 10px 0 10px 0;
/***** CSS Magic to Highlight Stars on Hover *****/
/* hover previous stars in list */
}
.card_right__rating__stars fieldset, .card_right__rating__stars label {
margin: 0;
padding: 0;
}
.card_right__rating__stars .rating {
border: none;
}
.card_right__rating__stars .rating > input {
display: none;
}
.card_right__rating__stars .rating > label:before {
margin: 5px;
font-size: 1.25em;
display: inline-block;
content: "";
font-family: FontAwesome;
}
.card_right__rating__stars .rating > .half:before {
content: "";
position: absolute;
}
.card_right__rating__stars .rating > label {
color: #ddd;
float: right;
}
.card_right__rating__stars .rating > input:checked ~ label,
.card_right__rating__stars .rating:not(:checked) > label:hover,
.card_right__rating__stars .rating:not(:checked) > label:hover ~ label {
color: #FFD700;
}
.card_right__rating__stars .rating > input:checked + label:hover,
.card_right__rating__stars .rating > input:checked ~ label:hover,
.card_right__rating__stars .rating > label:hover ~ input:checked ~ label,
.card_right__rating__stars .rating > input:checked ~ label:hover ~ label {
color: #FFED85;
}
.card_right__review p {
color: white;
font-family: "Montserrat", sans-serif;
font-size: 12px;
padding: 0 40px 0 40px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
line-height: 20px;
}
.card_right__review a {
text-decoration: none;
font-family: "Montserrat", sans-serif;
font-size: 14px;
padding: 0 0 0 40px;
color: #ffda00;
margin: 0;
}
.card_right__button {
padding: 0 0 0 40px;
margin: 30px 0 0 0;
}
.card_right__button a {
color: #ffda00;
text-decoration: none;
font-family: "Montserrat", sans-serif;
border: 2px solid #ffda00;
padding: 10px 10px 10px 40px;
font-size: 12px;
background: url('frontend/img/starts/COMdoWZ.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 7% 50%;
border-radius: 5px;
transition-property: all;
transition-duration: 0.5s;
}
.card_right__button a:hover {
color: #000000;
background-color: #ffda00;
background-image: url('frontend/img/starts/rFQ5dHA.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 10% 50%;
cursor: pointer;
transition-property: all;
transition-duration: 0.5s;
} | public/frontend/css/ratingStart.css | @charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/* .card {
width: 800px;
height: 400px;
background: transparent;
position: absolute;
left: 0;
right: 0;
margin: auto;
top: 0;
bottom: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
} */
/* .card_left {
width: 40%;
height: 400px;
float: left;
overflow: hidden;
background: transparent;
}
.card_left img {
width: 100%;
height: auto;
border-radius: 10px 0 0 10px;
-webkit-border-radius: 10px 0 0 10px;
-moz-border-radius: 10px 0 0 10px;
position: relative;
}
.card_right {
width: 60%;
float: left;
background: #000000;
height: 400px;
border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
}
.card_right h1 {
color: white;
font-family: "Montserrat", sans-serif;
font-weight: 400;
text-align: left;
font-size: 40px;
margin: 30px 0 0 0;
padding: 0 0 0 40px;
letter-spacing: 1px;
}
.card_right__details ul {
list-style-type: none;
padding: 0 0 0 40px;
margin: 10px 0 0 0;
}
.card_right__details ul li {
display: inline;
color: #e3e3e3;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 14px;
padding: 0 40px 0 0;
} */
.card_right__rating__stars {
position: relative;
/* right: 160px; */
float: left;
margin: 10px 0 10px 0;
/***** CSS Magic to Highlight Stars on Hover *****/
/* hover previous stars in list */
}
.card_right__rating__stars fieldset, .card_right__rating__stars label {
margin: 0;
padding: 0;
}
.card_right__rating__stars .rating {
border: none;
}
.card_right__rating__stars .rating > input {
display: none;
}
.card_right__rating__stars .rating > label:before {
margin: 5px;
font-size: 1.25em;
display: inline-block;
content: "";
font-family: FontAwesome;
}
.card_right__rating__stars .rating > .half:before {
content: "";
position: absolute;
}
.card_right__rating__stars .rating > label {
color: #ddd;
float: right;
}
.card_right__rating__stars .rating > input:checked ~ label,
.card_right__rating__stars .rating:not(:checked) > label:hover,
.card_right__rating__stars .rating:not(:checked) > label:hover ~ label {
color: #FFD700;
}
.card_right__rating__stars .rating > input:checked + label:hover,
.card_right__rating__stars .rating > input:checked ~ label:hover,
.card_right__rating__stars .rating > label:hover ~ input:checked ~ label,
.card_right__rating__stars .rating > input:checked ~ label:hover ~ label {
color: #FFED85;
}
.card_right__review p {
color: white;
font-family: "Montserrat", sans-serif;
font-size: 12px;
padding: 0 40px 0 40px;
letter-spacing: 1px;
margin: 10px 0 10px 0;
line-height: 20px;
}
.card_right__review a {
text-decoration: none;
font-family: "Montserrat", sans-serif;
font-size: 14px;
padding: 0 0 0 40px;
color: #ffda00;
margin: 0;
}
.card_right__button {
padding: 0 0 0 40px;
margin: 30px 0 0 0;
}
.card_right__button a {
color: #ffda00;
text-decoration: none;
font-family: "Montserrat", sans-serif;
border: 2px solid #ffda00;
padding: 10px 10px 10px 40px;
font-size: 12px;
background: url('frontend/img/starts/COMdoWZ.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 7% 50%;
border-radius: 5px;
transition-property: all;
transition-duration: 0.5s;
}
.card_right__button a:hover {
color: #000000;
background-color: #ffda00;
background-image: url('frontend/img/starts/rFQ5dHA.png');
background-size: 12px 12px;
background-repeat: no-repeat;
background-position: 10% 50%;
cursor: pointer;
transition-property: all;
transition-duration: 0.5s;
} | 0.335024 | 0.077868 |
@charset "utf-8";
@import "icon.css";
@import "btn.css";
/*
*字体颜色
*/
/*
*边框颜色
*/
/*
*字体
*/
.icon_public {
margin: 0;
font-style: normal;
display: inline-block;
*display: inline;
vertical-align: middle;
text-align: center;
overflow: hidden;
zoom: 1;
}
/*
* @ reset style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-10-15
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0;
}
body,
button,
input,
select,
textarea {
color: #3c3c3c;
font: 12px/1.5 "宋体", tahoma, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
address,
cite,
dfn,
i,
em,
var {
font-style: normal;
}
code,
kbd,
pre,
samp {
font-family: courier new, courier, monospace;
}
small {
font-size: 12px;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:focus,
input:focus,
button:focus {
outline: none;
}
button {
cursor: pointer;
border: 0;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
legend {
color: #000;
}
fieldset {
border: 0;
}
img {
border: 0 none;
vertical-align: top;
}
button,
input,
select,
textarea {
font-size: 100%;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
display: block;
margin: 0;
padding: 0;
}
mark {
background: #ff0;
}
/*清除浮动*/
.clearfix {
zoom: 1;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
line-height: 0;
}
.integralhide{
display:none
}
.fnhide{
display:none!important;
}
/*
* @ public style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-12-23
*/
.a {
word-wrap: break-word;
break-word: break-all;
border-radius: 4px;
}
.top_banner {
width: 100%;
height: 260px;
background: url(../img/top.png) 50% 0 no-repeat;
}
body {
background-color: #fafafa;
}
.col_main input:focus {
border: 1px solid #aaa !important;
}
.rmb {
font-family: "Microsoft Yahei";
}
.num {
font-family: tahoma;
}
.red {
color: #f22e00;
}
.red_c {
color: #cc2c00;
}
.blue {
color: #0066cc;
position: relative;
}
.main {
background-color: #ffffff;
padding: 15px;
}
.fl {
float: left;
}
.fr {
float: right;
}
.col_w10 {
width: 10%;
}
.col_w15 {
width: 15%;
word-wrap: break-word;
}
.col_w16 {
width: 16%;
}
.col_w18{
width: 18%;
}
.col_w19{
width: 19%;
}
.col_w20 {
width: 20%;
}
.col_w25 {
width: 25%;
}
.col_w30 {
width: 30%;
}
.col_w35 {
width: 35%;
}
.col_33 {
width: 33.33333333%;
}
.col_w40 {
width: 40%;
}
.col_w50 {
width: 50%;
}
.col_w60 {
width: 60%;
}
.w310{
width:310px;
}
.w370{
width:370px;
}
.tleft{
text-align:left;
}
.tright{
text-align:right;
}
.tcenter{
text-align:center;
}
.h_bottom {
margin-bottom: 40px;
}
.backtop {
background: url(../images/backtop.png) no-repeat;
display: none;
position: fixed;
right: 15%;
bottom: 50px;
width: 50px;
height: 50px;
line-height: 0;
font-size: 0;
overflow: hidden;
z-index: 999;
opacity: 0.7;
}
.backtop:hover {
background-position: 0 -52px;
opacity: 1;
}
.sure_delete {
font-size: 14px;
font-weight: bold;
color: #3c3c3c;
}
.return_goods {
margin-top: 5px;
}
.return_goods_tips {
width: 330px;
text-align: center;
}
.v_line {
border-left: 1px solid #eee;
height: 14px;
vertical-align: middle;
width: 1px;
margin: 0 10px 0 5px;
}
.wrap {
background: url(../image/main_bg.png) repeat-y 0 0;
width: 1190px;
margin: 52px auto 0;
zoom: 1;
}
.wrap:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.form-group {
display: table;
position: relative;
margin-bottom: 12px;
height: 25px;
}
.form-label {
float: left;
width: 100px;
padding-top: 3px;
text-align: right;
font-family: 'SimSun';
color: #3f3f3f;
}
.form-mile {
float: left;
}
.form-mile input {
width: 106px;
height: 18px;
padding: 2px 6px;
border: 1px solid #ccc;
outline: none;
vertical-align: middle;
}
.form-mile input:focus {
border-color: #6c6c6c;
}
.form-mile select {
width: 119px;
height: 22px;
padding-left: 1px;
margin-right: 10px;
border: 1px solid #ccc;
outline: none;
}
.form-mile select:focus {
border-color: #6c6c6c;
}
/*验证*/
.form-verify {
display: none;
position: absolute;
left: 100%;
*left: auto;
top: 50%;
width: 100%;
margin-left: 10px;
margin-top: -10px;
color: #f22e00;
}
.form-verify i {
margin: -1px 5px 0 0;
}
.form-verify.show {
display: block;
}
/* 验证错误 输入框border 变红 */
.colour-red {
border: 1px solid #f22e00 !important;
}
/*自定义下拉框通用组样式--go*/
/*.mod-dropdownlist--go*/
.mod-dropdownlist {
display: inline-block;
/*.dropdown-select*/
/*.dropdown-select*/
}
.mod-dropdownlist a {
text-decoration: none;
}
.mod-dropdownlist .dropdown-select {
border: 1px solid #ccc;
color: #3c3c3c;
cursor: default;
display: block;
height: 26px;
line-height: 26px;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 14px;
}
.mod-dropdownlist .dropdown-select .dropdown-input {
padding: 0 10px;
zoom: 1;
overflow: hidden;
font-size: 12px;
line-height: 26px;
float: left;
height: 26px;
}
.mod-dropdownlist .dropdown-select .dropdown-icon {
float: left;
width: 21px;
height: 24px;
padding: 0;
margin-top: 1px;
margin-right: 1px;
font-size: 12px;
line-height: 24px;
zoom: 1;
background: transparent url("../images/icon_dropdown.gif") no-repeat;
}
.mod-dropdownlist .dropdown-select:hover .dropdown-icon {
background-position: 0 bottom;
}
.mod-dropdownlist .dropdown-select:visited,
.mod-dropdownlist .dropdown-select:hover,
.mod-dropdownlist .dropdown-select:active {
border: 1px solid #c7c7c7;
color: #666;
background: transparent;
}
.mod-dropdownlist .dropdown-list {
background: #fff;
border: 1px solid #d9d9d9;
border-bottom: none;
border-top: none;
display: block;
overflow: hidden;
padding: 0;
}
.mod-dropdownlist .dropdown-list .dropdown-custombox {
border-top: 1px solid #ccc;
}
.mod-dropdownlist .dropdown-options {
background: #fff;
display: block;
overflow: hidden;
overflow-y: auto;
padding: 0;
margin: 0;
}
.mod-dropdownlist .dropdown-options li {
margin: 0;
padding: 0;
}
.mod-dropdownlist .dropdown-options li a {
color: #666;
cursor: default;
display: block;
padding: 0 10px;
white-space: nowrap;
width: 120%;
font-size: 12px;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mod-dropdownlist .dropdown-options li a:hover {
background-color: #eee;
color: #666;
}
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a:hover {
background-color: #eee;
}
/*.mod-dropdownlist--end*/
.bread_crumbs {
height: 40px;
line-height: 40px;
padding-left: 25px;
clear: both;
background-color: #fafafa;
}
.bread_crumbs span {
margin: 0 5px;
}
.bread_crumbs .crumbs_font {
margin: 0 5px;
color: #3c3c3c;
}
.bread_crumbs .crumbs_font:hover {
color: #f22e00;
text-decoration: none;
}
.bread_crumbs .color {
color: #f22e00;
}
.sideBar_nav {
float: left;
width: 150px;
padding: 10px 10px;
}
.sideBar_nav dl {
border-bottom: 1px dashed #ddd;
padding: 5px 15px 7px;
margin-bottom: 6px;
}
.sideBar_nav dt {
font-weight: bold;
margin-bottom: 5px;
}
.sideBar_nav dd {
padding: 4px 0 4px 7px;
position: relative;
}
.sideBar_nav dd a {
color: #6c6c6c;
}
.sideBar_nav dd a:hover {
text-decoration: none;
color: #f22e00;
}
.sideBar_nav dd .active {
color: #f22e00;
}
.sideBar_nav .icon_square {
background: url(../image/square.png) no-repeat 0 -14px;
width: 3px;
height: 3px;
position: absolute;
left: 0;
top: 12px;
_left: -5px;
_top: 8px;
}
.sideBar_nav .subnav {
padding-bottom: 0;
}
.sideBar_nav .subnav ul {
padding-top: 4px;
padding-left: 15px;
}
.sideBar_nav .subnav li {
padding: 4px 0;
}
.sideBar_nav .service_center {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: -2px;
}
.col_main {
width: 1000px;
float: right;
}
.pop_title {
display: none;
position: absolute;
width: 228px;
margin: 0 auto;
z-index: 10;
padding: 5px;
border: 1px solid #ccc;
box-shadow: 2px 2px 2px #ccc;
background-color: #F9F9F9;
color: #6c6c6c;
border-radius: 4px;
}
.pop_title .title_order_name {
max-height: 40px;
line-height: 20px;
overflow: hidden;
word-break: break-all;
}
.pop_title .title_order_tip label {
vertical-align: middle;
margin-right: 10px;
}
.order_tips {
padding: 15px;
background-color: #ffffff;
}
.order_tips .cell_title {
padding: 0 5px;
line-height: 20px;
margin-bottom: 4px;
}
.order_tips .cell_title h2,
.order_tips .cell_title .type {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_tips .cell_title h2 {
font-size: 14px;
font-weight: bold;
margin-right: 45px;
}
.order_tips .cell_title .type a {
color: #6c6c6c;
}
.order_tips .cell_title .type a .num {
color: #f22e00;
margin-left: 5px;
}
.order_tips .cell_title .type a .null {
color: #6c6c6c;
}
.order_tips .cell_title .type a:hover {
color: #f22e00;
text-decoration: none;
}
.order_tips .cell_title .type a:hover .null {
color: #f22e00;
}
.order_tips .cell_title .order_viewAll {
float: right;
color: #6c6c6c;
}
.order_tips .cell_title .order_viewAll:hover {
color: #f22e00;
text-decoration: none;
}
.order_tips .order_list .list_cont .td_01 {
width: 460px;
}
.order_tips .order_list .list_cont .list_main a {
width: 58px;
height: 58px;
margin-right: 10px;
margin-bottom: 10px;
}
.order_tips .order_list .list_cont .list_main a img {
width: 58px;
height: 58px;
}
.order_tips .order_list .null {
height: 200px;
line-height: 200px;
text-align: center;
}
.browse_related_list {
position: relative;
z-index: 0;
}
.browse_related_list .prev,
.browse_related_list .next {
position: absolute;
top: 40px;
}
.browse_related_list .prev {
left: 0;
}
.browse_related_list .next {
right: 0;
_right: 15px;
}
.browse_related_list .slide_box {
margin: 0 auto;
overflow: hidden;
width: 318px;
zoom: 1;
}
.browse_related_list .slide_box ul {
width: 10000px;
}
.browse_related_list .slide_box li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
width: 100px;
height: 100px;
margin: 0 3px;
overflow: hidden;
}
.ui_tab_nav {
height: 35px;
margin-bottom: -2px;
overflow: hidden;
position: relative;
z-index: 1;
}
.ui_tab_nav li {
float: left;
}
.ui_tab_nav a {
font-weight: bold;
color: #6c6c6c;
background: #fcfcfc;
border: 1px solid #eee;
border-right: 0;
display: block;
font-size: 14px;
padding: 5px 51px 6px;
}
.ui_tab_nav a:hover {
text-decoration: none;
}
.ui_tab_nav .last a {
border-right: 1px solid #eee;
}
.ui_tab_nav .active a {
background: #fff;
border-bottom: 0;
padding-bottom: 7px;
color: #f22e00;
border-top: 2px solid #f22e00;
}
.nav_line {
background-color: #f22e00;
bottom: -2px;
font-size: 0;
height: 2px;
left: 0;
top: 2px;
line-height: 2px;
position: relative;
width: 120px;
}
.ui_tab_content {
border-top: 1px solid #eee;
}
.ui_tab_content .ui_panel {
padding: 25px 20px;
display: none;
}
.themes_title {
border-bottom: 2px solid #eee;
height: 20px;
line-height: 20px;
padding: 0 10px 7px 5px;
margin-bottom: 20px;
position: relative;
margin-top: -3px;
}
.themes_title h3 {
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
float:left;
}
.themes_title h2{
float:right;
font-weight:700;
}
.themes_title h2 a{
color:#f22e00;
}
.themes_title h2:after{
content:"";
clear:both;
}
.themes_title .blue {
position: absolute;
right: 10px;
bottom: 6px;
}
.message {
border: 1px solid #ddd;
height: 98px;
line-height: 98px;
}
.message li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
border-right: 1px dashed #ddd;
}
.details_list {
margin-top: 20px;
text-align: center;
}
.details_list .nogrowthvalue {
padding-top: 25px;
}
.details_list .nointegral{
font-weight:bold;
padding-top:25px;
}
.details_list .nointegral a{
color:#f22e00;
cursor:pointer;
}
.details_list li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.details_list li .pnum{
color:#7abd54;
}
.details_list li .nnum{
color:#f22e00;
}
.details_list .details_list_tit {
border: 1px solid #ddd;
background-color: #eee;
height: 38px;
line-height: 38px;
color: #6c6c6c;
}
.details_list .details_list_tit2 {
border: 1px solid #ddd;
border-top:0;
height: 38px;
line-height: 38px;
color: #6c6c6c;
}
.details_list .details_list_cont ul {
margin-top: -1px;
line-height: 38px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.details_list .details_list_cont ul:hover {
position: relative;
z-index: 1;
background-color: #fff8e1;
border-top-color: #fddbaa;
border-bottom-color: #fddbaa;
}
.details_list .detailtxt{
}
.details_list .detailtxtshow{
margin-bottom:10px;
}
.details_list .detailtxt span{
margin-right:5px;
}
.details_list .detailtxt .num{
color:#6c6c6c;
}
.details_list .detailtxt .num:hover{
cursor:pointer;
color:#3c3c3c;
}
.details_list .detailtxt .detailbtn{
color:#6c6c6c;
padding-right:15px;
background:url(../images/btn_slide.png) right -55px no-repeat;
}
.details_list .detailtxt .detailbtn:hover{
cursor:pointer;
color:#0066cc;
text-decoration:none;
background-position:right -85px;
}
.details_list .detailtxt .bdown{
color:#6c6c6c;
background-position:right 5px;
}
.details_list .detailtxt .bdown:hover{
background-position:right -25px;
}
.details_list .detailimg{
display:none;
margin-top:-3px;
}
.details_list .detailimg a{
display:inline;
float:left;
margin-right:10px;
margin-bottom:12px;
width:50px;
height:50px;
border:1px solid #fff;
}
.details_list .detailimg .more{
color:#6c6c6c;
cursor:pointer;
border:0 none;
line-height:88px;
}
.details_list .detailimg a:hover{
border-color:#ddd;
}
.details_list .detailimg a img{
width:50px;
height:50px;
}
/* popTip style */
.ui_poptip {
color: #6c6c6c;
font-size: 12px;
line-height: 1.5;
width: 300px;
clear: both;
}
.ui_poptip .ui_poptip_container {
background-color: #fff;
border: 1px solid #d4d4d4;
border-radius: 2px;
box-shadow: 0 0 5px #d4d4d4;
padding: 10px 15px 12px;
position: relative;
}
.ui_poptip .ui_poptip_arrow {
position: absolute;
z-index: 10;
}
.ui_poptip .ui_poptip_arrow em,
.ui_poptip .ui_poptip_arrow span {
border-color: rgba(255, 255, 255, 0);
border-style: solid;
height: 0;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 0;
}
.ui_poptip .ui_poptip_content {
width: auto;
height: auto;
}
.ui_poptip .view_all_order {
padding-top: 7px;
}
.ui_poptip .poptip_up {
right: 50%;
top: -6px;
}
.ui_poptip .poptip_up em {
border-color: transparent transparent #d4d4d4 transparent;
border-width: 0 6px 6px;
left: 0;
top: -1px;
}
.ui_poptip .poptip_up span {
border-color: transparent transparent #fff transparent;
border-width: 0 6px 6px;
}
.ui_poptip .poptip_down {
right: 28px;
bottom: 0;
}
.ui_poptip .poptip_down em {
border-top-color: #d4d4d4;
border-width: 6px 6px 0;
left: 0;
top: 1px;
}
.ui_poptip .poptip_down span {
border-top-color: #fff;
border-width: 6px 6px 0;
}
.ui_poptip .poptip_left {
left: -6px;
top: 10px;
}
.ui_poptip .poptip_left em {
border-right-color: #d4d4d4;
border-width: 6px 6px 6px 0;
left: -1px;
top: 0;
}
.ui_poptip .poptip_left span {
border-right-color: #fff;
border-width: 6px 6px 6px 0;
}
.ui_poptip .poptip_right {
right: 0;
top: 10px;
}
.ui_poptip .poptip_right em {
border-left-color: #d4d4d4;
border-width: 6px 0 6px 6px;
left: 1px;
top: 0;
}
.ui_poptip .poptip_right span {
border-left-color: #fff;
border-width: 6px 0 6px 6px;
}
.pop_details {
width: 750px;
background-color: #fff;
text-align: center;
}
.pop_details li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
vertical-align: middle;
}
.pop_details .pop_details_tit {
border-bottom: 2px solid #ddd;
height: 20px;
line-height: 20px;
padding-bottom: 6px;
margin-top: -3px;
}
.pop_details .pop_details_cont {
color: #6c6c6c;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.pop_details .pop_details_cont ul {
padding: 18px 0;
border-bottom: 1px dashed #ddd;
}
.pop_recharge {
background-color: #fff;
width: 370px;
}
.pop_recharge .mesbox {
margin-bottom: 10px;
height: 28px;
line-height: 28px;
}
.pop_recharge .mesbox .red {
margin-right: 3px;
}
.pop_recharge .mes_left,
.pop_recharge .mes_right {
display: inline-block;
*display: inline;
zoom: 1;
}
.pop_recharge .mes_left {
text-align: right;
width: 100px;
}
.pop_recharge .mes_right {
vertical-align: bottom;
}
.pop_recharge input {
border: 1px solid #ddd;
padding: 2px 5px;
height: 22px;
line-height: 22px;
width: 213px;
}
.pop_recharge .code input {
width: 84px;
}
.pop_recharge .code .v_code {
margin-left: 10px;
}
.pop_recharge .code .replay {
*position: relative;
*left: 10px;
*top: -8px;
}
.pop_recharge .mes_tips {
margin-left: 105px;
color: #f22e00;
}
.pop_recharge .mes_tips .icon_error {
margin-right: 5px;
}
.pop_recharge .mes_tips span {
vertical-align: middle;
}
.pop_recharge .info_title {
color: #fff;
background-color: #f22e00;
height: 30px;
line-height: 30px;
margin-bottom: 50px;
padding-left: 10px;
}
/* selected style */
.zSelect {
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
width: 120px;
margin-bottom: 20px;
padding: 0 20px 0 5px;
cursor: pointer;
position: relative;
font-family: "宋体";
}
.zSelect:hover {
border: 1px solid #aaa;
}
.zSelect:hover .options {
border-color: #aaa;
}
.zSelect .current {
color: #ccc;
}
.zSelect em {
position: absolute;
right: 10px;
top: 10px;
}
.zSelect .options {
display: none;
position: absolute;
left: -1px;
background: #fff;
z-index: 1;
text-align: center;
border: 1px solid #ddd;
border-top: 0;
top: 27px;
}
.zSelect .options a {
color: #9c9c9c;
display: block;
height: auto;
width: auto;
}
.zSelect .options a:hover {
text-decoration: none;
color: #3c3c3c;
}
.zSelect .options .active {
background: #F9F9F9;
}
.zSelect li {
width: 140px;
text-align: left;
padding-left: 5px;
}
.fn_page {
color: #3c3c3c;
font-size: 12px;
margin-top: 20px;
}
.fn_page ul {
float: right;
}
.fn_page li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
line-height: 24px;
height: 24px;
}
.fn_page input {
border: 1px solid #d7d7d7;
height: 14px;
line-height: 14px;
padding: 4px 6px;
text-align: center;
width: 22px;
margin: 0 5px;
}
.fn_page span,
.fn_page input {
float: left;
}
.fn_page .cur,
.fn_page .all {
float: none;
}
.fn_page .cur {
color: #f22e00;
margin-left: 5px;
}
.fn_page .all {
margin-right: 5px;
}
.fn_page a {
color: #666;
display: block;
height: 22px;
line-height: 22px;
margin: 0 5px;
text-decoration: none;
vertical-align: middle;
padding: 0 12px;
_width: 50px;
_text-align: center;
_padding: 0;
background-color: #fff;
border: 1px solid #d7d7d7;
}
.fn_page a:hover {
border-color: #999;
color: #f22e00;
}
.fn_page .page_ellipsis {
font-weight: 700;
line-height: 30px;
margin: 0 10px;
}
.fn_page .active a {
color: #f22e00;
border-color: #999;
}
.fn_page .off a {
border-color: #d7d7d7;
color: #d7d7d7;
}
.fn_page .off a:hover {
cursor: text;
color: #d7d7d7;
}
.fn_page .off span {
cursor: text;
}
.fn_page .off .arrow_prev {
border-right: 5px solid #d7d7d7;
}
.fn_page .off .arrow_next {
border-left: 5px solid #d7d7d7;
}
.fn_page .goto a {
margin-right: 0;
background-color: #eee;
}
.fn_page .goto a:hover {
text-decoration: none;
}
.fn_prve a:hover,
.fn_next a:hover {
color: #666;
text-decoration: none;
}
.fn_prve span,
.fn_next span {
cursor: pointer;
}
.arrow_prev,
.arrow_next {
font-size: 0;
line-height: 0;
display: inline-block;
*display: inline;
zoom: 1;
float: left;
margin-top: 6px;
border-bottom: 5px dashed transparent;
border-top: 5px dashed transparent;
height: 0;
width: 0;
}
.arrow_prev {
border-right: 5px solid #333;
margin-right: 5px;
}
.arrow_next {
border-left: 5px solid #333;
margin-left: 5px;
}
.add_address .group {
display: table;
height: 25px;
margin: 15px 0;
position: relative;
}
.add_address .form_label {
color: #3f3f3f;
float: left;
font-family: "SimSun";
padding-top: 3px;
text-align: right;
width: 100px;
}
.add_address .form_label i {
color: #f22e00;
margin-right: 5px;
}
.add_address .form_cont {
float: left;
}
.add_address .form_cont input {
border: 1px solid #ccc;
height: 18px;
outline: medium none;
padding: 2px 6px;
width: 106px;
}
.add_address .form_cont small {
margin: 0 5px 0 10px;
}
.add_address .verify_tips {
color: #f22e00;
left: 100%;
margin-left: 10px;
margin-top: -12px;
position: absolute;
top: 50%;
width: 100%;
}
.add_address .verify_tips span {
vertical-align: middle;
}
.add_address .address_default {
float: left;
margin-right: 5px;
margin-top: 3px;
*margin-top: -2px;
}
.step_nav {
height: 35px;
line-height: 35px;
margin-bottom: 10px;
}
.step_nav li {
float: left;
text-align: center;
background: #eee;
position: relative;
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
}
.step_nav .go,
.step_nav .end {
background: #fff4d8;
color: #ff8401;
}
.step_nav .go .arrow .arrow_02,
.step_nav .end .arrow .arrow_02 {
border-left-color: #fff4d8;
}
.step_nav .arrow {
position: absolute;
top: 0;
right: -40px;
height: 35px;
overflow: hidden;
}
.step_nav .arrow span {
border: 25px solid transparent;
width: 0;
height: 0;
display: block;
position: relative;
float: left;
}
.step_nav .arrow .arrow_01 {
border-left-color: #fff;
top: -7px;
right: -50px;
}
.step_nav .arrow .arrow_02 {
border-left-color: #eee;
top: -7px;
right: 10px;
}
.step_nav .step_nav_01 {
z-index: 5;
}
.step_nav .step_nav_02 {
z-index: 4;
}
.step_nav .step_nav_03 {
z-index: 3;
}
.step_nav .step_nav_04 {
z-index: 2;
}
.step_nav .step_nav_05 {
z-index: 1;
}
.step_03 li {
width: 33.33333333%;
}
.fn-s1,
.fn-s2 {
text-align: center;
line-height: 30px;
color: #666666;
margin-top: -10px;
*margin-top: -6px;
}
.fn-s1:hover,
.fn-s2:hover {
color: #f22e00;
text-decoration: none;
}
.fn-s1 {
margin-right: 5px;
}
/* package ui step style*/
.ui_step {
padding: 0 70px;
margin: 0 auto;
font-size: 12px;
list-style: none;
position: relative;
color: #b7b7b7;
overflow: hidden;
}
.ui_step li {
float: left;
margin: 0;
width: 50%;
}
.ui_step .ui_step_title {
margin-bottom: 15px;
width: 100px;
text-align: center;
margin-left: -30px;
}
.ui_step .ui_step_bg {
height: 40px;
}
.ui_step .step_bg {
height: 40px;
width: 40px;
line-height: 40px;
background: url(../image/step.png) 0 -41px no-repeat;
overflow: hidden;
text-align: center;
font-weight: bold;
font-size: 24px;
font-family: Arial;
position: relative;
}
.ui_step .step_line {
height: 8px;
background: url(../image/step_line.png) 0 0 repeat-x;
display: block;
overflow: hidden;
margin-left: 40px;
position: relative;
top: -25px;
}
.ui_step .ui_step_time {
width: 100px;
text-align: center;
margin-left: -30px;
margin-top: 10px;
color: #9c9c9c;
}
.ui_step .step_start,
.ui_step .step_done {
color: #56ae25;
}
.ui_step .step_start .step_bg,
.ui_step .step_done .step_bg {
background-position: 0 0;
}
.ui_step .step_done .step_line {
background-position: 0 -9px;
}
.ui_step .step_end {
width: 45px;
position: absolute;
right: 26px;
z-index: 1;
}
.ui_step .step_end .step_line {
display: none;
}
.ui_step_4 li {
width: 33.33333333%;
}
.ui_step_5 li {
width: 25%;
}
.ui_step_6 li {
width: 20%;
}
.f_left {
float: left;
}
.f_right {
float: right;
}
.zIndex {
z-index: 1;
}
.soon_begin {
border: 1px solid #6ad1eb;
color: #6ad1eb;
}
.new {
border: 1px solid #fab20e;
color: #fab20e;
font-family: Arial;
}
.expiring {
border: 1px solid #ff7d26;
color: #ff7d26;
}
.word {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bg {
background-color: #fffef8;
}
.info_bar {
height: 24px;
line-height: 24px;
margin-bottom: 10px;
}
.info_bar li {
background: none repeat scroll 0 0 #eee;
border: 1px solid #ddd;
cursor: pointer;
float: left;
height: 22px;
line-height: 22px;
margin-right: -1px;
}
.info_bar li.active {
background-color: #fff;
}
.info_bar li.active i {
display: inline-block;
*display: inline;
zoom: 1;
}
.info_bar li a {
display: inline-block;
*display: inline;
zoom: 1;
color: #3c3c3c;
padding: 0 8px;
}
.info_bar li a:hover {
color: #f22e00;
text-decoration: none;
}
.info_bar li i {
display: none;
margin-right: 10px;
margin-top: -4px;
*margin-top: 0;
}
.info_bar .select_wrap {
border: 0;
height: 24px;
line-height: 24px;
}
.info_bar .select_wrap .zSelect {
height: 22px;
line-height: 22px;
width: 110px;
}
.info_bar .select_wrap .zSelect:hover {
background-color: #fff;
}
.info_bar .select_wrap .zSelect .options {
top: 23px;
}
.info_bar .select_wrap .zSelect .options .active {
background-color: #f9f9f9;
}
.info_bar .select_wrap .zSelect li {
border: 0;
margin-right: 0;
background-color: #fff;
width: 130px;
}
.tickets_list li {
width: 312px;
border: 1px solid #ddd;
float: left;
margin: 0 14px 15px 0;
position: relative;
}
.tickets_list li.last {
margin: 0;
}
.tickets_list .tickets_header {
border-bottom: 1px dashed #ddd;
overflow: hidden;
padding: 0 10px;
}
.tickets_list .tickets_header .title {
height: 39px;
line-height: 39px;
font-weight: bold;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
width: 200px;
color: #3c3c3c;
}
.tickets_list .tickets_header .title:hover {
text-decoration: none;
}
.tickets_list .tickets_header .instructions .explain {
color: #666;
display: block;
height: 39px;
line-height: 39px;
padding-right: 20px;
position: relative;
}
.tickets_list .tickets_header .instructions .explain:hover {
color: #f22e00;
cursor: pointer;
}
.tickets_list .tickets_header .instructions i {
position: absolute;
right: 0;
top: 14px;
}
.tickets_list .tickets_header .wrap_explain {
display: none;
overflow: hidden;
position: absolute;
top: 40px;
left: -1px;
right: -1px;
color: #666;
background-color: #fffef8;
z-index: 1;
border: solid 1px #eee;
border-top: 0;
}
.tickets_list .tickets_header .explain_text {
padding: 24px 10px 25px 10px;
}
.tickets_list .tickets_header .explain_text p {
margin-bottom: 15px;
}
.tickets_list .tickets_header .explain_text .btn_batch {
float: right;
margin-bottom: 15px;
color: #727272;
}
.tickets_list .tickets_header .explain_text .btn_batch:hover {
color: #f22e00;
}
.tickets_list .tickets_header .explain_text .last {
clear: right;
margin-bottom: 0;
}
.tickets_list .tickets_body {
padding: 26px 15px;
overflow: hidden;
}
.tickets_list .tickets_body .tickets {
width: 100px;
position: relative;
}
.tickets_list .tickets_body .tickets,
.tickets_list .tickets_body .free_tickets {
line-height: normal;
}
.tickets_list .tickets_body .tickets_bg {
position: absolute;
left: 0;
top: 0;
display: none;
}
.tickets_list .tickets_body .free_tickets .ticket_top {
line-height: 93px;
}
.tickets_list .tickets_body .free_tickets .ticket_top .name {
padding-top: 0;
margin-top: 0;
font-size: 24px;
}
.tickets_list .tickets_body .free_tickets .ticket_bottom {
color: #c97409;
}
.tickets_list .tickets_body .ticket_top {
color: #fff;
height: 93px;
text-align: center;
}
.tickets_list .tickets_body .ticket_top .num {
font-size: 32px;
padding-top: 15px;
}
.tickets_list .tickets_body .ticket_top .rmb {
font-size: 16px;
}
.tickets_list .tickets_body .ticket_top .name {
margin-top: -5px;
font-size: 16px;
font-family: "Microsoft Yahei";
}
.tickets_list .tickets_body .ticket_bottom {
color: #fff4a5;
height: 27px;
line-height: 28px;
text-align: center;
}
.tickets_list .tickets_body .tickets_detail {
width: 167px;
}
.tickets_list .tickets_body .tickets_detail .tips {
padding: 0 2px;
position: relative;
left: 0;
top: -3px;
height: 14px;
line-height: 14px;
}
.tickets_list .tickets_body .tickets_detail .for_type {
color: #ff7070;
}
.tickets_list .tickets_body .tickets_detail .validity {
color: #666;
white-space: nowrap;
}
.tickets_list .tickets_body .tickets_detail .No {
color: #d5d5d5;
}
.tickets_list .tickets_body .tickets_detail .btn_batch {
margin-top: 20px;
color: #727272;
}
.tickets_list .tickets_body .tickets_detail .btn_batch:hover {
color: #f22e00;
}
/*
* @ index style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-12-23
*/
.informations {
background-color: #fff;
height: 100px;
padding: 25px 0;
margin-bottom: 10px;
}
.informations li {
float: left;
height: 100px;
border-right: 1px dashed #ddd;
}
.informations .in_01 {
width: 250px;
padding-left: 145px;
position: relative;
}
.informations .in_01 .personal_head {
position: absolute;
top: 5px;
left: 30px;
}
.informations .in_01 .personal_head img {
width: 84px;
height: 84px;
border: 1px solid #f1f1f1;
padding: 2px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.informations .in_01 h2 {
font-family: "Microsoft Yahei";
font-size: 16px;
font-weight: 100;
position: relative;
top: 15px;
top:0px\0;
}
.informations .in_01 span {
word-wrap: break-word;
word-break: break-all;
}
.informations .usertitle {
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 3px 0;
text-align: center;
width: 100px;
background: url("../image/bg_usertitle.png") left top no-repeat;
}
.informations .usertitle:hover {
background-position: left bottom;
text-decoration: none;
}
.informations .in_01 .greeting {
color: #9c9c9c;
font-size: 12px;
line-height: 20px;
font-family: "宋体";
}
.informations .in_02 {
width: 300px;
position: relative;
}
.informations .in_02 .icon_purse {
/* position: absolute; */
top: 30px;
left: 100px;
}
.informations .in_02 .inf_purse {
color: #6c6c6c;
margin-top: 30px;
margin-left: 137px;
}
.informations .in_02 .num a {
color: #f22e00;
font-weight: bold;
}
.informations .in_03 {
width: 255px;
padding-left: 45px;
border-right: 0;
}
.informations .account_security {
margin-top: 30px;
}
.informations .title,
.informations .progress_bar,
.informations .security_tips,
.informations .security_up {
display: inline-block;
*display: inline;
zoom: 1;
}
.informations .title {
color: #6c6c6c;
margin-right: -4px;
}
.informations .progress_bar {
position: relative;
top: 3px;
*top: 0;
left: 0;
width: 80px;
height: 12px;
background-color: #eee;
}
.informations .progress {
height: 12px;
background-color: #4D8B10;
}
.informations .security_tips {
color: #f22e00;
margin-left: 5px;
*margin-left: 10px;
}
.informations .security_up {
margin-left: 5px;
}
.informations .genre {
margin-top: 8px;
}
.informations .genre li {
display: inline-block;
*display: inline;
zoom: 1;
border: 0;
height: 20px;
line-height: 20px;
width: 125px;
color: #6c6c6c;
}
.informations .genre li i {
margin-right: 5px;
margin-top: -2px;
*margin-top: 0;
}
.informations .genre .blue {
margin-left: 5px;
}
.informations .genre .red {
color: #f22e00;
margin-left: 5px;
}
.informations .jfgenre{
margin-top:4px;
}
.informations .jfgenre li{
color:#9c9c9c;
margin-left:-2px;
}
.middle_infor {
float: left;
width: 750px;
}
.right_infor {
margin-left: auto;
width: 240px;
}
.view_all_order {
border-top: 1px solid #eee;
margin-top: 10px;
padding-top: 10px;
text-align: center;
}
.view_all_order a {
color: #6c6c6c;
}
.view_all_order a:hover {
color: #f22e00;
text-decoration: none;
}
.items_collect,
.my_card,
.related,
.my_cart {
margin-top: 10px;
background-color: #ffffff;
padding: 15px;
width: 340px;
}
.items_collect .cell_title,
.my_card .cell_title,
.related .cell_title,
.my_cart .cell_title {
font-weight: bold;
margin-bottom: 10px;
font-size: 14px;
}
.items_collect .null,
.my_card .null,
.related .null,
.my_cart .null {
height: 100px;
line-height: 100px;
text-align: center;
}
.items_collect li:hover .mask,
.my_cart li:hover .mask {
display: block;
}
.items_collect img,
.my_cart img {
width: 100px;
height: 100px;
}
.items_collect .mask,
.my_cart .mask {
display: none;
color: #fff;
width: 80px;
height: 65px;
padding: 25px 10px 10px;
position: relative;
left: 0;
_left: 26px;
top: -100px;
z-index: 1;
background: url(../images/mask.png) repeat;
}
.items_collect .mask .items_tit,
.my_cart .mask .items_tit,
.items_collect .mask span,
.my_cart .mask span {
display: block;
}
.items_collect .mask .items_tit,
.my_cart .mask .items_tit {
color: #fff;
}
.items_collect .mask .items_tit:hover,
.my_cart .mask .items_tit:hover {
text-decoration: none;
}
.items_collect .mask .goods_name,
.my_cart .mask .goods_name {
height: 35px;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.items_collect .mask .num,
.my_cart .mask .num {
margin-top: 2px;
}
.items_collect {
float: left;
}
.my_card {
margin-left: auto;
}
.my_card .icon_card_bg {
display: block;
margin-left: 10px;
color: #fff;
background: url(../images/card_bg.png) no-repeat;
height: 100px;
width: 80px;
text-align: center;
}
.my_card .icon_card_bg:hover {
text-decoration: none;
}
.my_card .icon_card_bg span {
display: block;
line-height: 20px;
cursor: pointer;
}
.my_card .icon_card_bg .num {
font-size: 32px;
padding-top: 5px;
height: 40px;
line-height: 40px;
}
.my_card .icon_card_bg em {
font-size: 16px;
margin-left: -3px;
}
.my_card .icon_card_bg .card_type {
height: 20px;
margin-top: -5px;
font-size: 16px;
font-family: "Microsoft Yahei";
}
.my_card .icon_card_bg .full_cut {
height: 20px;
color: #fff4a5;
margin-top: 18px;
}
.related {
width: auto;
}
.related .ui_tab_nav {
margin-bottom: 0;
height: auto;
}
.related .ui_tab_nav a,
.related .ui_tab_nav .v_line {
display: inline-block;
*display: inline;
zoom: 1;
}
.related .ui_tab_nav li {
position: relative;
}
.related .ui_tab_nav a {
width: 120px;
text-align: center;
height: 20px;
line-height: 20px;
background-color: #fff;
border: 0;
padding: 0 0 5px 0;
display: block;
}
.related .ui_tab_nav a:hover {
color: #f22e00;
}
.related .ui_tab_nav .active a {
color: #f22e00;
}
.related .ui_tab_nav .v_line {
margin: 0;
position: absolute;
right: 0;
top: 3px;
}
.related .ui_tab_content {
border-top-color: #ddd;
border-width: 2px 0 0;
}
.related .ui_tab_content .ui_panel {
padding: 15px 0 0;
}
.related .browse_related_list .prev,
.related .browse_related_list .next {
top: 95px;
}
.related .browse_related_list .slide_box {
width: 680px;
}
.related .browse_related_list .slide_box li {
width: 160px;
height: 208px;
margin: 0 5px;
text-align: center;
}
.related .browse_related_list .slide_box a {
width: 158px;
height: 206px;
display: block;
border: 1px solid #fff;
color: #6c6c6c;
}
.related .browse_related_list .slide_box a:hover {
border-color: #f22e00;
text-decoration: none;
}
.related .browse_related_list .slide_box a:hover .items_tit {
color: #f22e00;
}
.related img {
width: 150px;
height: 150px;
}
.related .items_tit,
.related .num {
width: 100%;
_width: 93%;
display: block;
margin: 0 5px;
}
.related .items_tit {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-top: 5px;
}
.related .num {
color: #f22e00;
text-align: left;
font-weight: bold;
}
.my_cart {
margin-top: 0;
width: auto;
padding: 15px 10px;
}
.my_cart .cell_title {
margin-bottom: 1px;
}
.my_cart .browse_related_list {
overflow: hidden;
}
.my_cart .null {
height: 400px;
line-height: 400px;
}
.my_cart .cell_title {
padding-left: 5px;
}
.my_cart li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
margin: 5px;
width: 100px;
height: 100px;
}
.express_tracer {
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
}
/* 快递信息 popTip style */
.express_info {
display: none;
padding-top: 6px;
z-index: 1;
}
.express_info .express_title {
color: #6c6c6c;
height: 20px;
line-height: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 7px;
}
.express_info .express_title span {
float: left;
}
.express_info .express_title .name {
margin-right: 10px;
}
.express_info .express_details {
margin-top: 10px;
}
.express_info li {
position: relative;
padding-left: 15px;
margin: 10px 0;
}
.express_info li i {
background: url(../images/square.png) no-repeat 0 0;
width: 6px;
height: 6px;
position: absolute;
left: 0;
top: 8px;
}
.express_info li p {
display: inline-block;
*display: inline;
zoom: 1;
}
.express_info li.red_c i {
background-position: 0 -7px;
}
.return_area .return_success_tip span {
width: 60px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .return_success_tip h3 {
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .mt_40 {
margin-top: 40px;
}
.return_area .return_success {
padding-left: 70px;
}
.return_area .return_info_self {
padding-top: 43px;
}
.return_area .return_info_bg {
background: url(../images/return_info_bg.png) no-repeat top left;
width: 970px;
height: 20px;
position: absolute;
top: -1px;
left: -20px;
}
.return_area .return_persion_info {
color: #3c3c3c;
margin: 0 54px 15px;
padding-bottom: 5px;
border-bottom: 2px solid #ddd;
}
.return_area .return_persion_info span {
height: 24px;
line-height: 24px;
}
.return_area .return_persion_info input {
vertical-align: middle;
margin-right: 5px;
}
.return_area .fill_info {
color: #3c3c3c;
margin-bottom: 20px;
margin-left: 70px;
}
.return_area .fill_info .add_address {
border: 1px solid #ddd;
padding: 20px;
width: 630px;
}
.return_area .fill_info li {
height: 24px;
line-height: 24px;
margin-bottom: 12px;
}
.return_area .fill_info li input {
border: 1px solid #ddd;
padding: 2px 5px;
height: 18px;
line-height: 18px;
width: 105px;
vertical-align: middle;
}
.return_area .fill_info li input:focus {
border: 1px solid #aaa;
}
.return_area .fill_info span {
display: inline-block;
*display: inline;
zoom: 1;
height: 24px;
line-height: 24px;
}
.return_area .fill_info .warning {
vertical-align: middle;
}
.return_area .fill_info .mes_tip {
margin-right: 5px;
}
.return_area .fill_info em.red {
margin-right: 3px;
}
.return_area .fill_info .or {
margin: 0 20px 0 5px;
}
.return_area .fill_info .fixed_tel {
width: 126px;
}
.return_area .fill_info .detail_address {
width: 359px;
}
.return_area .fill_info .zSelect {
position: relative;
width: 115px;
}
.return_area .fill_info .zSelect .current span {
width: 91px;
}
.return_area .fill_info .zSelect_options {
left: -1px;
top: 23px;
border-top: 0;
}
.return_area .fill_info .zSelect_options li {
width: 105px;
margin-bottom: 0;
}
.return_area .fill_info select {
height: 24px;
line-height: 24px;
border: 1px solid #ddd;
}
.return_area .fill_info .warning .icon_warning {
margin-right: 5px;
}
.return_data .return_account_tip {
border: 1px solid #ddd;
padding: 48px 4px 45px 4px;
width: 630px;
text-align: center;
}
.return_data .return_account_tip a {
color: #0066cc;
}
.return_area .return_account_tip .tip2{
margin-top: 5px;
}
.return_area .return_address .tips {
margin-top: 3px;
}
.return_area .return_address label {
display: block;
float: none!important;
}
.return_area .return_address .new_address {
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .return_address .new_address span {
height: auto;
line-height: normal;
}
.return_area .return_address .new_address .edit_address {
color: #0066cc;
margin-left: 10px;
}
.return_area .return_address .add_address {
margin-top: 5px;
/*display: none;*/
}
.return_area .return_address .button {
padding-left: 75px;
margin-top: 20px;
margin-bottom: 0;
}
.return_area .return_address .button button {
color: #fff;
}
.return_area .return_address .aa {
margin-bottom: 40px;
position: relative;
}
.return_area .return_address .aa .warning {
position: absolute;
left: 75px;
top: 23px;
}
.return_area .return_data {
margin-bottom: 30px;
}
.return_area .return_data .add_address {
padding-top: 0;
}
.return_area .return_data .td_01 {
margin-bottom: 6px;
margin-top: 14px;
}
.return_area .return_data .mes_tip {
width: 95px;
text-align: right;
}
.return_area .return_data .bank {
width: 210px;
margin-right: 5px;
*margin-right: 10px;
}
.return_area .return_data .select {
width: 45px;
height: 24px;
border: 1px solid #ddd;
background-color: #eee;
vertical-align: middle;
}
.return_area .return_data .select:hover {
border-color: #aaa;
color: #f22e00;
}
.return_area .return_data .agreement {
margin-top: -1px;
}
.return_area .return_data .agreement label {
float: none;
}
.return_area .return_data .agreement a {
color: #0066cc;
}
.return_area .process_right .tips_box {
margin-top: 10px;
}
.return_area .process_right .tips_box h3 span {
color: #3c3c3c;
font-weight: normal;
}
.return_area .process_right .tips_box .tips {
margin-top: 10px;
background-color: #fff0e7;
color: #c66e33;
width: 540px;
padding: 8px 10px;
}
.return_area .return_details .process_goods {
padding-bottom: 20px!important;
}
.return_area .return_details .return_order_details {
margin-left: 54px;
border: 1px solid #ddd;
border-bottom: 0;
width: 560px;
margin-bottom: 20px;
}
.return_area .return_details .return_order_details dl {
border-bottom: 1px solid #ddd;
background-color: #F9F9F9;
}
.return_area .return_details .return_order_details dt {
padding: 7px 0 7px 10px;
font-weight: bold;
color: #6c6c6c;
width: 90px;
line-height: 20px;
}
.return_area .return_details .return_order_details dd {
width: 439px;
border-left: 1px solid #ddd;
line-height: 20px;
padding: 7px 10px;
display: block;
color: #9c9c9c;
min-height: 20px;
background-color: #fff;
}
.return_area .return_details .return_order_details dd .num {
font-weight: bold;
}
.return_area .return_details .return_order_details .td_02 {
width: 404px;
}
.return_area .return_details .return_order_details .td_03 {
width: 34px;
text-align: center;
padding: 0;
min-height: 34px;
}
.return_area .return_details .return_order_details .td_03 i {
margin-top: 10px;
}
.return_area .return_details .return_order_details.success {
margin-bottom: 40px;
}
.return_area .return_details .title {
margin: 40px 0 15px 54px;
font-size: 16px;
font-weight: bold;
color: #3c3c3c;
}
.return_area .return_details .tips_box {
margin-left: 54px;
margin-bottom: 25px;
}
.return_area .fill_info .return-city {
height:auto;
margin-bottom:0;
}
.return_area .fill_info .provinceredshow, .return_area .fill_info .provincegreyshow , .return_area .fill_info .addresshow,
.return_area .fill_info .cardredshow, .return_area .fill_info .cardgreyshow , .return_area .fill_info .cardaddresshow {
width:400px;
margin-left:65px;
}
.my_order {
padding-top: 12px;
}
.my_order .zSelect .options {
top: 25px;
}
.my_order .ui_tab_nav {
margin-bottom: 0;
height: auto;
}
.my_order .ui_tab_nav li {
position: relative;
}
.my_order .ui_tab_nav a,
.my_order .ui_tab_nav .v_line {
display: inline-block;
*display: inline;
zoom: 1;
}
.my_order .ui_tab_nav a {
width: 120px;
text-align: center;
height: 20px;
line-height: 20px;
background-color: #fff;
border: 0;
padding: 0 0 5px 0;
display: block;
}
.my_order .ui_tab_nav a:hover {
color: #f22e00;
}
.my_order .ui_tab_nav .active a {
color: #f22e00;
}
.my_order .ui_tab_nav .v_line {
margin: 0;
position: absolute;
right: 0;
top: 3px;
}
.my_order .ui_tab_content {
border-top: 2px solid #eee;
}
.my_order .ui_tab_content .ui_panel {
padding: 0;
}
.my_order .query_area {
position: relative;
margin-top: 20px;
padding-left: 15px;
}
.my_order .query_area .default .default_left,
.my_order .query_area .default .default_left {
display: inline-block;
*display: inline;
zoom: 1;
}
.my_order .query_area .inquery {
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 50px;
height: 26px;
text-align: center;
margin-left: 5px;
*margin-left: 10px;
float: left;
}
.my_order .query_area .inquery:hover {
color: #f22e00;
border-color: #999;
}
.my_order .operating {
margin-bottom: 10px;
height: 28px;
line-height: 28px;
}
.my_order .operating label {
margin: 0 10px;
}
.my_order .operating input {
vertical-align: middle;
margin-right: 5px;
margin-top: -1px;
}
.my_order .operating label,
.my_order .operating .btn_batch_con {
float: left;
}
.my_order .btn_batch_con {
height: 24px;
line-height: 24px;
width: 90px;
text-align: center;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #fff;
color: #6c6c6c;
position: static;
margin-top: 2px;
}
.my_order .btn_batch_con:hover {
text-decoration: none;
color: #f22e00;
border-color: #ccc;
}
.my_order .check {
position: relative;
left: 10px;
top: 2px;
}
.select_more {
display: none;
margin-bottom: 20px;
}
.order_select {
margin-bottom: 20px;
}
.order_select .order_select_l {
float: left;
*display: inline;
width: 300px;
}
.order_select .order_select_l .select_name {
float: left;
height: 20px;
line-height: 20px;
width: 228px;
padding: 2px 5px;
border: 1px solid #ddd;
}
.order_select .order_select_r {
float: left;
*display: inline;
width: 370px;
margin-left: 60px;
}
.order_select .order_select_type {
height: 26px;
line-height: 26px;
margin-bottom: 10px;
}
.order_select .l_type_select {
float: left;
margin-right: 120px;
}
.order_select .l_type_select span.txt {
float: left;
height: 26px;
line-height: 26px;
}
.order_select .l_type_select .zSelect {
width: 153px;
height: 24px;
line-height: 24px;
float: left;
margin-bottom: 0;
}
.order_select .l_type_select .zSelect li {
width: 173px;
}
.order_select .select_r_top .more {
height: 26px;
line-height: 26px;
}
.order_select .select_r_top .more:hover {
text-decoration: none;
}
.order_select .select_r_top .more em {
margin-top: -3px;
*margin-top: 0;
}
.order_select .select_r_top em {
margin-left: 5px;
}
.order_select .select_r_top .zSelect {
width: 173px;
height: 24px;
float: left;
*display: inline;
line-height: 24px;
margin-right: 60px;
margin-bottom: 0;
}
.order_select .select_r_top .zSelect li {
width: 193px;
}
.order_select .r_select_time {
float: left;
}
.order_select .r_select_time .txt,
.order_select .r_select_time .txt-cen {
float: left;
height: 26px;
}
.order_select .r_select_time .txt-cen {
margin: 0 10px;
}
.order_select .r_select_time input {
width: 124px;
height: 16px;
float: left;
line-height: 16px;
padding: 4px 6px;
border: 1px solid #DDD;
vertical-align: middle;
}
.order_select .r_select_time input:focus {
outline: none;
}
.order_select .r_select_send {
height: 26px;
line-height: 26px;
}
.order_select .r_select_send .txt,
.order_select .r_select_send label,
.order_select .r_select_send input {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_select .r_select_send label {
margin-right: 20px;
}
.order_select .r_select_send label input {
margin-right: 5px;
vertical-align: middle;
float: none;
}
.order_select .r_select_send .self {
margin-right: 33px;
*margin-right: 24px;
}
.order_select .r_select_send .text {
width: 66px;
height: 16px;
line-height: 16px;
margin-left: -12px;
padding: 4px 6px;
border: 1px solid #DDD;
vertical-align: middle;
}
.order_select .r_select_send .text:focus {
outline: none;
}
.order_select_btn {
clear: left;
height: 28px;
margin-top: 20px;
padding-left: 60px;
}
.order_select_btn .btn_pay {
color: #fff;
}
.order_title {
height: 38px;
line-height: 38px;
border: 1px solid #ddd;
background-color: #eee;
text-align: center;
margin-bottom: 10px;
}
.order_title li {
float: left;
}
.order_title .th_01 {
width: 710px;
}
.order_title .th_02,
.order_title .th_03 {
width: 128px;
}
.order_list table {
border: 1px solid #f1f1f1;
margin-bottom: 15px;
}
.order_list table:hover {
border-color: #ccc;
}
.order_list .list_top {
height: 40px;
line-height: 40px;
background-color: #f9f9f9;
}
.order_list .shop_name {
color: #3c3c3c;
}
.order_list .shop_name:hover {
color: #0066cc;
text-decoration: none;
}
.order_list .contact {
margin-bottom: -3px;
}
.order_list .icon_contact_no{
margin-bottom:0px;
}
/*
.order_list .icon_contact {
background: url(../images/contact.gif) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
*display: inline;
zoom: 1;
}
*/
.order_list .chat-icon {
display: inline-block;
vertical-align: middle;
*display: inline;
zoom: 1;
}
/*
.order_list .chat-online {
background: url(../images/contact.gif) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .offline {
background: url(../images/sprite_icon.png) -283px -95px no-repeat;
width: 16px;
height: 16px;
line-height: 16px;
display: inline-block;
*display: inline;
zoom: 1;
}
*/
/*.order_list .chat-online {
background: url(../images/contact.gif) no-repeat;
display: inline-block;
*display: inline;
zoom: 1;
}*/
/*
.order_list .chat-icon span{
font-size: 0;
}
*/
.order_list .order_info .check {
top: 2px;
left: 10px;
position: relative;
}
.order_list .order_info .time {
font-weight: bold;
margin-left: 14px;
}
.order_list .order_info .order_No {
margin-left: 30px;
}
.order_list .order_info .order_No small {
color: #9c9c9c;
}
.order_list .order_tip .num,
.order_list .order_tip .btn_pay,
.order_list .order_tip .cancel {
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .order_tip{
position:relative;
}
.order_list .order_tip .deleteOrder{
display:none;
*display:inline;
*zoom:1;
cursor:pointer;
width:41px;
height:41px;
border:1px solid #ccc;
position:absolute;
right:-43px;
top:-1px;
background:#f9f9f9 url(../images/icon_delete.png) -62px center no-repeat;
z-index: 9;
}
.order_list .order_tip .deleteOrder:hover{
background-position:-62px center;
}
.order_list table:hover .deleteOrder,
.order_list .hover .deleteOrder{
display:inline-block;
}
.order_list .order_tip .num {
font-weight: bold;
padding-right: 15px;
}
.order_list .order_tip .num em {
font-size: 12px;
}
.order_list .order_tip .btn_pay {
color: #fff;
margin-right: 15px;
margin-top: -4px;cursor: pointer;
*margin-top: 0;
*
}
.order_list .order_tip .goods_payment {
color: #3c3c3c;
font-weight: bold;
margin-right: 15px;
}
.order_list .order_tip .cancel {
color: #0066cc;
padding-right: 15px;
}
.order_list .list_cont td {
border-bottom: 1px solid #f1f1f1;
}
.order_list .list_cont.last td {
border-bottom: 0;
}
.order_list .list_cont .td_01 {
width: 670px;
padding: 15px 15px 0 30px;
*padding-bottom: 15px;
}
.order_list .list_cont .td_02,
.order_list .list_cont .td_03 {
/*padding-top: 52px;*/
width: 129px;
text-align: center;
vertical-align: middle;
border-left: 1px solid #f1f1f1;
}
.order_list .list_cont .td_02 p,
.order_list .list_cont .td_03 p {
margin-bottom: 6px;
}
.order_list .list_cont .td_02 p.express_tracer,
.order_list .list_cont .td_03 p.express_tracer {
margin-bottom: 0;
}
.order_list .list_cont .td_02 a,
.order_list .list_cont .td_03 a {
color: #3c3c3c;
}
.order_list .list_cont .td_02 a:hover,
.order_list .list_cont .td_03 a:hover {
color: #0066cc;
}
.order_list .list_cont .td_02 .appraisal,
.order_list .list_cont .td_03 .appraisal {
color: #0066cc;
}
.order_list .list_cont .td_02 .btn_pay,
.order_list .list_cont .td_03 .btn_pay {
color: #fff;
}
.order_list .list_cont .td_02 .btn_pay:hover,
.order_list .list_cont .td_03 .btn_pay:hover {
color: #fff;
}
.order_list .list_cont .td_02 .btn-02,
.order_list .list_cont .td_03 .btn-02 {
color: #6c6c6c;
}
.order_list .list_cont .td_02 .btn-02:hover,
.order_list .list_cont .td_03 .btn-02:hover {
color: #f22e00;
text-decoration: none;
}
.order_list .list_cont .list_title {
margin-bottom: 15px;
}
.order_list .list_cont .package_number {
margin-right: 23px;
font-weight: bold;
background-color: #FFE6E6;
width: 60px;
text-align: center;
height: 24px;
line-height: 24px;
color: #6c6c6c;
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .list_cont .global_icon {
width: 58px;
height: 24px;
background:url(../images/global_icon.jpg) center no-repeat;
vertical-align: middle;
display: inline-block;
*margin-right: 5px;
}
.order_list .list_cont .list_main a {
margin-right: 15px;
margin-bottom: 15px;
float: left;
border: 1px solid #f1f1f1;
}
.order_list .list_cont .list_main a:hover {
border-color: #ddd;
}
.order_list .list_cont .list_main a img {
width: 78px;
height: 78px;
line-height: 78px;
display: block;
}
.order_list .paying {
border: 1px solid #ffe6e6;
}
.order_list .paying .list_top {
background-color: #fff4f4;
}
.order_list .paying .list_cont td {
border-bottom: 1px solid #ffe6e6;
}
.order_list .paying .list_cont .td_02,
.order_list .paying .list_cont .td_03 {
border-left: 1px solid #ffe6e6;
}
.order_list .paying .list_cont.last td {
border-bottom: 0;
}
.order_list .paying:hover {
border-color: #fec1c1;
}
.order_details .order_tip {
position: relative;
z-index: 2;
border: 1px dashed #ffd9b3;
background-color: #fffdee;
}
.order_details .g-tsp {
padding: 10px 0;
text-indent: 30px;
color: #6c6c6c ;
}
.order_details .g-tsp span {
color: #f00;
}
.order_details .g-tsp a {
color: #06c;
}
.order_details .order_tip_tit {
padding: 10px 15px;
border-bottom: 1px dashed #ffd9b3;
height: 28px;
line-height: 28px;
}
.order_details .order_tip_tit h3 {
float: left;
font-size: 14px;
padding-left: 15px;
font-weight: bold;
}
.order_details .order_tip_tit .print {
float: right;
color: #6c6c6c;
}
.order_details .info_box {
/*shirley*/
position: relative;
margin: 5px 0;
}
.order_details .info_box .num {
color: #f22e00;
display: inline-block;
}
.order_details .info_L,
.order_details .info_R,
.order_details .msg_L,
.order_details .msg_R {
display: inline-block;
*display: inline;
zoom: 1;
}
.order_details .info_L {
color: #6c6c6c;
vertical-align: top;
}
.order_details .ui_poptip {
margin-top: 10px;
display: none;
}
.order_details .ui_poptip .poptip_up em {
border-bottom-color: #ffd9b3;
}
.order_details .ui_poptip .ui_poptip_container {
box-shadow: none;
border-color: #ffd9b3;
}
.order_details .money_info .icon_order_up {
position: absolute;
left: 50%;
top: -6px;
}
.order_details .money_info li {
margin: 3px 0;
}
.order_details .money_info .msg_L {
text-align: left;
width: 80px;
}
.order_details .money_info .msg_R {
text-align: right;
width: 140px;
}
.order_details .money_info .num {
color: #6c6c6c;
}
.order_details .money_info .rmb {
margin-left: 2px;
}
.order_details .money_info .lump_sum {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ddd;
}
.order_details .money_info .lump_sum .msg_L {
font-weight: bold;
}
.order_details .money_info .lump_sum .num {
color: #f22e00;
}
.order_details .df {
font-weight: bold;
}
.order_details .btn_to_pay {
color: #fff;
}
.order_details .way_tips {
color: #6c6c6c;
}
.order_details .again {
margin-top: 10px;
border-top: 1px dashed #ddd;
padding-top: 20px;
}
.order_details .order_tip_info {
padding: 5px 30px;
}
.order_details .ui_tab {
position: relative;
}
.order_details .ui_tab_nav {
margin-bottom: -2px;
}
.order_details .ui_tab_content {
border: 1px solid #eee;
}
.order_details .ui_tab_content .ui_panel {
padding: 15px 30px;
display: none;
}
.order_details .order_info {
margin-top: 30px;
}
.order_details .ui_tab {
position: relative;
}
.order_details .order_info h3 {
font-weight: bold;
margin: 20px 0 10px 20px;
}
.order_details .opeating {
position: absolute;
right: 0;
top: 0;
}
.order_details .opeating .btn_pay {
color: #fff;
margin-right: 10px;
}
.order_details .package_L,
.order_details .package_R {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .package_info {
border: 1px solid #ddd;
background-color: #f9f9f9;
}
.order_details .package_L {
padding: 15px;
width: 192px;
}
.order_details .package_R {
border-left: 1px solid #ddd;
padding: 30px 50px;
width: 773px;
min-height: 130px;
background-color: #fff;
}
.order_details .btn_again {
color: #6c6c6c;
}
.order_details .btn_again:hover {
text-decoration: none;
}
.order_details .details_info {
margin-top: 40px;
height: 120px;
overflow: hidden;
}
.order_details .details_info .show {
display: block;
}
.order_details .details_info li {
width: 100%;
*margin-top: -2px;
}
.order_details .details_info .timer,
.order_details .details_info .time_item {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .details_info .timer {
width: 80px;
padding-left: 100px;
}
.order_details .details_info .timer span {
display: block;
}
.order_details .details_info .time_item {
border-left: 1px solid #ddd;
padding-left: 30px;
height: 40px;
width: 70%;
}
.order_details .details_info .active {
color: #cc2c00;
}
.order_details .order_click {
margin-left: 158px;
margin-top: 15px;
}
.order_details .order_click a {
border: 1px solid #ddd;
display: inline-block;
*display: inline;
zoom: 1;
padding: 2px 10px 2px 5px;
color: #3c3c3c;
}
.order_details .order_click a:hover {
text-decoration: none;
}
.order_details .order_click i {
left: 4px;
top: -1px;
*top: 0;
}
.order_details .tit_05,
.order_details .cont_05 {
*width: 14.8%;
}
.cont_05 span{
display: block;
padding: 0 10px;
}
.order_details .details_list {
margin-top: 0;
}
.order_details .details_list_tit ul {
padding: 0 20px;
}
.order_details .details_list_cont {
padding: 15px 0;
}
.order_details .details_list_cont .item_details {
border-bottom: 1px dashed #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}
.order_details .details_list_cont .item_details.last {
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.order_details .details_list_cont ol {
padding: 0 20px;
}
.order_details .details_list_cont .list_premiums {
padding: 0 20px;
}
.order_details .details_list_cont li {
height: 60px;
vertical-align: bottom;
position: relative;
}
.order_details .details_list_cont .num {
color: #3c3c3c;
}
.order_details .details_list_cont .item_container {
text-align: left;
}
.order_details .details_list_cont .item_img,
.order_details .details_list_cont .item_meta {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .details_list_cont .item_meta .global_icon{
width: 58px;
height: 16px;
background:url(../images/global_icon.jpg) center no-repeat;
display: inline-block;
*margin-right: 5px;
}
.order_details .details_list_cont .item_img {
border: 1px solid #f1f1f1;
height: 58px;
line-height: 58px;
margin-right: 6px;
width: 58px;
}
.order_details .details_list_cont .item_img:hover {
border-color: #ddd;
}
.order_details .details_list_cont .item_img img {
width: 58px;
height: 58px;
}
.order_details .details_list_cont .item_meta {
width: 350px;
height: 60px;
line-height: 20px;
overflow: hidden;
}
.order_details .details_list_cont .item_meta a {
color: #3c3c3c;
}
.order_details .details_list_cont .item_meta a:hover {
color: #0066cc;
}
.order_details .details_list_cont .item_meta .premiums {
display: inline-block;
*display: inline;
zoom: 1;
background-color: #ff9999;
color: #fff;
padding: 1px 3px;
margin-right: 5px;
height: 14px;
line-height: 14px;
}
.order_details .details_list_cont .item_meta .premiums:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.order_details .details_list_cont .item_meta .fresh_color {
background-color: #7abd54;
}
.order_details .order_name,
.order_details .premiums {
position: relative;
left: 0;
top: -3px;
}
.order_details .premiums {
top: -2px;
}
.order_details .list_premiums {
margin-top: 15px;
}
.order_details .list_premiums li {
height: 40px;
position: relative;
}
.order_details .list_premiums .item_img {
height: 38px;
width: 38px;
line-height: 38px;
margin: 0 16px 0 10px;
}
.order_details .list_premiums .item_img img {
height: 38px;
width: 38px;
}
.order_details .list_premiums .item_meta {
height: 40px;
line-height: 20px;
}
.order_details .list_premiums .item_meta .premiums {
*top: 0;
}
.order_details .list_premiums .t2-cg {
background: #f1f1f1;
display: block;
height: 15px;
left: 29px;
*left: 32px;
position: absolute;
top: -16px;
width: 1px;
}
.order_details .list_premiums .t2-cg .icon_triangle {
bottom: -1px;
left: 0;
margin-left: -4px;
position: absolute;
}
/***
* @authors jun.wang
* @description account_balance style
* @date 2015年10月15日 11:44:57
*/
.balance .message {
position: relative;
padding: 29px 0;
height: 40px;
line-height: 40px;
text-align: center;
margin-bottom: 20px;
}
.balance .message .num {
color: #f22e00;
font-weight: bold;
}
.balance .message .status {
color: #f22e00;
font-weight: bold;
font-size:14px;
}
.balance .message .txt {
font-size: 12px;
font-family: "宋体";
color:#666666;
}
.balance .message ul {
overflow: hidden;
margin: 0 80px;
}
.balance .message li {
height: 40px;
line-height: 40px;
border: none;
}
.balance .message i {
display: inline-block;
zoom: 1;
float: left;
}
.balance .message div{
margin-left: 30px;
text-align: left;
}
.balance .message p {
height: 16px;
line-height: 16px;
}
.balance .message .mes_02 {
margin-left: 95px;
}
.balance .message .mes_03 i {
position: relative;
top: 12px;
margin-left: 10px;
cursor: pointer;
}
.balance .message .tip {
padding: 0 10px;
background: #FFFFFF;
border:1px solid #FDDBAA;
position: absolute;
left: 270px;
top: 67px;
display: none;
}
.balance .message .mes_04 {
position: relative;
}
.balance .message .mes_04 .activation {
position: absolute;
width: 300px;
color: #dddddd;
}
.balance .message .mes_04 .txt{
padding-left: 95px;
}
.balance .message .mes_04 .blue{
cursor: pointer;
}
.balance .message .mes_05 {
margin-left: 110px;
}
.balance .message .mes_05 a {
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
padding: 0px 40px;
background: #f9f9f9;;
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
text-decoration: none;
}
.balance .message .mes_05 .invalid {
color: #dddddd;
}
.balance .details_list li {
color: #6c6c6c;
}
.balance .details_list .noRecord {
line-height: 30px;
color: #3c3c3c;
}
.g-dlg-st {
width:660px;
height: 382px;
background: #FFFFFF;
}
.g-dlg-st .g-hd {
padding: 0 15px;
height: 40px;
line-height: 40px;
background: #f9f9f9;
color: #333;
font-weight: bold;
font-size: 14px;
position: relative;
}
.g-dlg-st .g-hd span{
font-size: 18px;
color: #68767b;
font-family: Helvetica, STHeiti;
position: absolute;
right: 15px;
top:0px;
cursor: pointer;
}
.g-dlg-st .g-st-1 {
position: relative;
width: 340px;
margin: 0 auto;
}
.g-dlg-st .g-st-1 ul {
margin-top: 38px;
}
.g-dlg-st .g-st-1 ul li {
height: 26px;
line-height: 26px;
}
.g-dlg-st .g-st-1 input {
width: 200px;
height: 23px;
line-height: 23px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .g-st-1 .label {
display: inline-block;
width: 100px;
text-align: right;
height: 23px;
line-height: 23px;
*line-height: 23px;
}
.g-dlg-st .g-st-1 .content {
margin-left: 2px;
}
.g-dlg-st .g-st-1 ul a {
height: 23px;
line-height: 23px;
padding: 0px 8px;
display: inline-block;
}
.g-dlg-st .g-st-1 .u-gcode {
background: #F5F5F5;
border: 1px solid #ddd;
color: #333333;
}
.g-dlg-st .g-st-1 .u-ci {
width: 80px;
border: 1px solid #CCCCCC;
color: #CCCCCC;
}
.g-dlg-st .g-st-1 .disable {
cursor:default;
background: #F5F5F5;
border: 1px solid #ddd;
color: #cccccc;
text-decoration: none;
}
.g-dlg-st .g-st-1 .second {
margin-left: 102px;
margin-top: 2px;
line-height: normal;
}
.g-dlg-st .g-st-1 .last {
margin-top: 28px;
}
.g-dlg-st .g-st-1 .last a{
margin-left: 10px;
}
/*
.g-dlg-st .g-st-1 .item {
color: #333333;
margin-top: 32px;
height: 30px;
line-height: 30px;
}
.g-dlg-st .g-st-1 .item input {
height: 20px;
line-height: 20px;
border: 1px solid #ddd;
padding: 2px 4px;
}
.g-dlg-st .g-st-1 .item i{
cursor: pointer;
}
.g-dlg-st .g-st-1 .item label {
text-align: right;
width: 100px;
display: inline-block;
height: 30px;
line-height: 30px;
*line-height: 30px;
}
.g-dlg-st .g-st-1 .item .content {
margin-left: 2px;
display: inline-block;
*display:inline;
*zoom:1;
}
.g-dlg-st .g-st-1 .tip {
margin:1px 0px 0px 102px;
}
.g-dlg-st .g-st-1 .first {
margin-top: 38px;
}
.g-dlg-st .g-st-1 .second {
margin-top: 13px;
}
.g-dlg-st .g-st-1 .first input{
width: 200px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .g-st-1 .u-ci {
width: 80px;
border: 1px solid #CCCCCC;
color: #CCCCCC;
}
.g-dlg-st .g-st-1 .content a {
height: 23px;
line-height: 23px;
padding: 0px 8px;
display: inline-block;
}
.g-dlg-st .g-st-1 .u-gcode {
background: #F5F5F5;
border: 1px solid #ddd;
color: #333333;
}
.g-dlg-st .g-st-1 .disable {
cursor:default;
background: #F5F5F5;
border: 1px solid #ddd;
color: #cccccc;
}
.g-dlg-st .g-st-1 .disable:hover {
text-decoration: none;
}*/
.g-dlg-st .g-ft {
width: 440px;
margin: 30px auto 0;
text-align: center;
}
.g-dlg-st .g-ft {
width: 200px;
margin: 28px auto;
text-align: center;
}
.g-dlg-st .g-ft .u-next {
width: 81px;
height: 28px;
line-height: 28px;
background: url(../images/icon_next.png) 0 0 no-repeat;
text-decoration: none;
display: inline-block;
}
.g-dlg-st .g-ft .u-next:hover {
background: url(../images/icon_next_hover.png) 0 0 no-repeat;
}
.g-dlg-st .g-ft .u-close {
width: 81px;
height: 28px;
line-height: 28px;
background: url(../images/icon_close.png) 0 0 no-repeat;
text-decoration: none;
display: inline-block;
margin-left: 20px;
}
.g-dlg-st .g-st-2 {
position: relative;
width: 440px;
margin: 24px auto 0;
}
.g-dlg-st .g-st-2 label {
text-align: right;
display: inline-block;
width: 120px;
}
.g-dlg-st .f-i {
margin-top: 27px;
height: 27px;
line-height: 27px;
}
.g-dlg-st .f-i input {
height: 25px;
line-height: 25px;
width:200px;
border: 1px solid #CCCCCC;
}
.g-dlg-st .f-i1 select {
height: 25px;
line-height: 25px;
width: 120px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .f-i1 select.f-sel-2 {
margin-left: 14px;
}
.g-dlg-st .f-i2 a {
*+line-height:19px;
display: inline-block;
text-decoration: none;
background: url(../images/icon_query.png);
width: 80px;
height: 28px;
}
.g-dlg-st .f-i2 button:hover {
background: url(../images/icon_query_hover.png);
}
.g-dlg-st .g-ft a {
text-align: center;
display: inline-block;
}
.g-dlg-st .g-ft .u-apply {
background: url(../images/icon_apply.png);
width: 81px;
height: 28px;
}
.g-dlg-st .g-ft .u-apply:hover {
background: url(../images/icon_apply_hover.png);
}
.g-dlg-st .g-ft .u-close {
margin-left: 20px;
background: url(../images/icon_close.png);
width: 80px;
height: 28px;
}
.g-dlg-if {
width:420px;
height:280px;
background: #FFF;
}
.g-dlg-if .g-hd {
padding: 0 15px;
height: 40px;
line-height: 40px;
background: #f9f9f9;
color: #333;
font-weight: bold;
font-size: 14px;
position: relative;
}
.g-dlg-if .g-hd span{
font-size: 18px;
color: #68767b;
font-family: Helvetica, STHeiti;
position: absolute;
right: 15px;
top:0px;
cursor: pointer;
}
.g-dlg-if .g-info {
width:350px;
margin: 42px auto 0px;
color: #333;
}
.g-dlg-if .g-info .u-hotline {
text-align: center;
color: #333;
}
.g-dlg-if .g-ft {
margin-top: 57px;
text-align: center;
}
.g-dlg-if .g-ft a {
color: #FFF;
display: inline-block;
cursor: pointer;
width:85px;
height: 28px;
line-height: 28px;
background: url(../images/sprite_btn.png);
background-position: 98px -90px;
text-decoration: none;
}
.g-dlg-if .g-ft a:hover {
background-position: 95px -125px;
}
/**account_balance style end**/
/**
* @authors zmh.zhu
* @description evaluation style
* @date 2015-01-15 15:56:21
* @version 1.0
*/
.evaluation .ui_tab_nav a {
padding: 2px 51px 3px;
height: 28px;
line-height: 28px;
}
.evaluation .ui_tab_nav .active a {
border-bottom: 3px;
}
.evaluation .ui_panel {
padding: 10px 0 0 0;
}
.evaluation .success_mes {
display: none;
border: 1px solid #FFCE83;
background-color: #FFFDEE;
height: 78px;
line-height: 78px;
text-align: center;
margin-bottom: 10px;
}
.evaluation .success_mes i,
.evaluation .success_mes p,
.evaluation .success_mes a {
display: inline-block;
*display: inline;
zoom: 1;
}
.evaluation .success_mes p,
.evaluation .success_mes a {
line-height: 20px;
}
.evaluation .success_mes i {
margin-right: 5px;
}
.evaluation .success_mes .num {
color: #f22e00;
margin: 0 5px;
font-family: tahoma;
font-weight: bold;
}
.evaluation .success_mes a {
color: #0066cc;
margin-left: 10px;
}
.evaluation .ui_poptip_arrow {
position: absolute;
z-index: 10;
}
.evaluation .ui_poptip_arrow em,
.evaluation .ui_poptip_arrow span {
position: absolute;
width: 0;
height: 0;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-color: transparent\0;
overflow: hidden;
top: 0;
left: 0;
}
.evaluation .poptip_up {
right: 112px;
top: -10px;
}
.evaluation .poptip_up em {
border-bottom-color: #f22e00;
border-width: 0 10px 10px;
left: 0;
top: -1px;
}
.evaluation .poptip_up span {
border-bottom-color: #fff;
border-width: 0 10px 10px;
}
.evaluation .poptip_left {
left: -8px;
top: 25px;
}
.evaluation .poptip_left em {
border-right-color: #ddd;
border-width: 8px 8px 8px 0;
left: -1px;
top: 0;
}
.evaluation .poptip_left span {
border-right-color: #fff;
border-width: 8px 8px 8px 0;
}
.evaluation .fn_page {
margin-top: 0;
}
.evaluation_cont .evaluation_title {
background-color: #f1f1f1;
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 0 10px;
}
.evaluation_cont .evaluation_title li {
float: left;
height: 38px;
line-height: 38px;
text-align: center;
}
.evaluation_cont .evaluation_title .th_03 {
*width: 19.8%;
}
.evaluation_cont .evaluation_list {
border: 1px solid #f1f1f1;
margin-bottom: 10px;
}
.evaluation_cont .evaluation_list:hover {
border-color: #cecece;
cursor: pointer;
}
.evaluation_cont .evaluation_list .list_block {
border-top: 1px dashed #ddd;
margin: 0 10px;
padding: 20px 0;
}
.evaluation_cont .evaluation_list .list_block:first-child {
border-top: 0;
}
.evaluation_cont .evaluation_list .list_block li {
float: left;
height: 82px;
line-height: 82px;
text-align: center;
}
.evaluation_cont .evaluation_list .td_01 {
text-align: left;
line-height: 20px;
}
.evaluation_cont .evaluation_list .item_img {
border: 1px solid #f1f1f1;
float: left;
height: 80px;
margin-left: 10px;
padding: 1px;
width: 80px;
}
.evaluation_cont .evaluation_list .item_img:hover {
border-color: #ddd;
}
.evaluation_cont .evaluation_list .item_img img {
width: 80px;
height: 80px;
}
.evaluation_cont .evaluation_list .item_name {
float: left;
margin-left: 10px;
max-height: 80px;
overflow: hidden;
width: 80%;
}
.evaluation_cont .evaluation_list .item_name a {
color: #3c3c3c;
display: inline-block;
*display: inline;
zoom: 1;
line-height: 20px;
vertical-align: top;
}
.evaluation_cont .evaluation_list .td_03 {
*width: 19.8%;
}
.evaluation_cont .evaluation_list .td_03 button {
margin-left: 7px;
}
.evaluation_cont .evaluation_list .td_03 .btn_pay {
color: #fff;
}
.evaluation_cont .evaluation_list .td_03 .edit_up {
margin-left: 4px;
}
.evaluation_cont .list_release {
border: 1px solid #ddd;
border-top: 0;
padding-top: 30px;
margin: 0 -1px -1px;
position: relative;
width: 968px;
display: none;
}
.evaluation_cont .list_release:hover {
border-color: #cecece;
}
.evaluation_cont .list_release .top_line {
border-top: 1px solid #f22e00;
position: relative;
top: -30px;
left: 0;
}
.evaluation_cont .list_release .comment_shop {
margin: 0;
border-width: 1px 0 0;
}
.star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.star i {
float: left;
margin-right: 5px;
}
.star i:hover {
cursor: pointer;
}
.comm_box {
padding-left: 60px;
min-height: 1%;
}
.comm_box dt {
float: left;
width: 60px;
height: 20px;
line-height: 25px;
text-align: right;
color: #6c6c6c;
}
.comm_box dt span {
margin-right: 3px;
}
.comm_box dd {
float:left;
width: 790px;
margin: 0 0 15px;
position: relative;
}
.comm_box .star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.comm_box .star i {
float: left;
margin-right: 5px;
}
.comm_box .star .tip,
.comm_box .star .tipb{
color: #f54e25;
float:left;
height: 19px;
line-height: 20px;
}
.comm_box .dd_01 .red {
position: absolute;
top: 3px;
}
.comm_box .dd_02 {
margin-bottom: 0;
padding-bottom: 25px;
}
.comm_box .dd_02 li {
display: inline-block;
*display: inline;
zoom: 1;
margin: 0 4px 10px 0;
*margin-right: 10px;
position: relative;
padding: 0 10px 0 30px;
height: 25px;
line-height: 25px;
cursor: pointer;
border: 1px solid #d8d8d8;
color: #6c6c6c;
vertical-align: top;
}
.comm_box .dd_02 li input[type="checkbox"] {
position: absolute;
top: 6px;
*top: 3px;
left: 10px;
*left: 5px;
}
.comm_box .dd_02 li.on {
border-color: #f22e00;
}
.comm_box .dd_02 .red {
position: absolute;
left: 0;
bottom: 15px;
}
.comm_box .dd_03 {
height: 119px;
margin-bottom: 0;
}
.comm_box .dd_03 .textarea_text {
border: 1px solid #ccc;
height: 119px;
padding: 8px 10px 25px;
resize: none;
width: 788px;
}
.comm_box .dd_03 .textarea_tip {
bottom: 7px;
color: #999;
position: absolute;
right: 15px;
}
.comm_box .dd_03 .red {
position: absolute;
top: 120px;
left: 0;
}
.comment_shop {
padding-bottom: 20px;
margin: 20px 0 30px;
border: 1px solid #f1f1f1;
background: #fafafa;
}
.comment_shop .tips {
color: #3c3c3c;
height: 20px;
padding: 20px 0 10px 10px;
margin: 0 10px 30px;
border-bottom: 1px solid #f1f1f1;
line-height: 20px;
}
.comment_shop .tips span {
margin-left: 5px;
font-weight: 100;
color: #9c9c9c;
}
.comment_shop .shop_box {
margin: 0 20px;
}
.comment_shop .shop_des {
margin-right: 120px;
}
.comment_shop .shop_img {
margin-right: 10px;
}
.comment_shop .shop_img a {
width: 98px;
height: 98px;
border: 1px solid #f1f1f1;
display: inline-block;
*display: inline;
zoom: 1;
}
.comment_shop .shop_img a:hover {
border-color: #ddd;
}
.comment_shop .shop_img a img {
width: 98px;
height: 98px;
}
.comment_shop .shop_describe h4 {
font-size: 14px;
font-weight: bold;
}
.comment_shop .shop_describe ul {
width: 255px;
color: #6c6c6c;
}
.comment_shop .shop_describe li {
margin: 1px 0;
}
.comment_shop .shop_describe .th {
color: #3c3c3c;
}
.comment_shop .shop_describe .right {
width: 60px;
text-align: right;
}
.comment_shop .shop_describe .right i {
float: left;
margin-top: 4px;
}
.comment_shop .shop_describe .up {
color: #f22e00;
}
.comment_shop .shop_describe .down {
color: #ff8f5d;
}
.comment_shop .shop_comment {
margin-top: 22px;
}
.comment_shop .shop_comment .comment_box {
position: relative;
margin-top: 8px;
}
.comment_shop .shop_comment .comment_box .red {
display: none;
}
.comment_shop .shop_comment .star {
margin: -5px 0 0 5px;
vertical-align: middle;
}
.comment_shop .shop_comment .ui_poptip {
width: 200px;
position: absolute;
z-index: 1;
top: 40px;
}
.comment_shop .shop_comment .ui_poptip .ui_poptip_container {
padding: 8px;
}
.comment_shop .shop_comment .ui_poptip .poptip_up {
left: 15px;
right: 0;
}
.comment_shop .shop_comment .ui_poptip .poptip_up em {
border-bottom-color: #ddd;
}
.comment_shop .shop_comment .ui_poptip h5 {
color: #ff6600;
}
.comment_shop .shop_btn {
text-align: center;
margin-top: 20px;
}
.comment_shop .shop_btn button {
background-color: #fff;
border: 1px solid #f22e00;
border-radius: 2px;
color: #3c3c3c;
height: 26px;
width: 53px;
margin-left: -65px;
}
.comment_shop .shop_btn button:hover {
color: #f22e00;
}
.submit_review {
border-top: 1px solid #EBEBEB;
background: #F2F2F2;
height: 108px;
line-height: 108px;
text-align: right;
padding-right: 60px;
}
.submit_review label {
margin-right: 10px;
cursor: pointer;
}
.submit_review input {
margin-right: 5px;
vertical-align: middle;
}
.submit_review .btn_pay {
color: #fff;
}
.single_review .goods_img {
text-align: center;
}
.single_review .goods_img a {
display: block;
}
.single_review .goods_img img {
width: 60px;
height: 60px;
margin-top: 15px;
*margin-top: 0;
}
.single_review .goods_commented {
position:relative;
width: 820px;
padding: 0 20px;
margin-bottom: 10px;
border: 1px solid #f1f1f1;
}
.single_review .goods_commented .first_comments,
.single_review .goods_commented .add_comments{
position:relative;
padding-bottom:10px;
}
.single_review .goods_commented .add_comments{
border-top:1px dashed #ddd;
padding-top:15px;
}
.single_review .goods_commented li {
line-height: 20px;
color: #888;
padding-top:10px;
}
.single_review .goods_commented .frist {
border-bottom: 1px solid #f1f1f1;
padding-bottom:10px;
}
.single_review .goods_commented .replay_li{
color:#a98752;
}
.single_review .goods_commented .des_left {
overflow:hidden;
width: 60px;
height:20px;
word-wrap: break-word;
word-break: break-all;
text-align: justify;
text-align-last: justify;
}
.single_review .goods_commented .des_left:after{
display:inline-block;
content:'';
overflow:hidden;
width:100%;
height:0;
}
.single_review .goods_commented .addcomments .des_left {
height:195px;
}
.single_review .goods_commented .des_right {
padding-left: 5px;
width: 755px;
}
.single_review .goods_commented .td_03 {
padding: 0;
}
.single_review .goods_commented .tag {
background-color: #fff6df;
padding: 0 18px;
color: #3c3c3c;
height: 22px;
line-height: 22px;
margin-right: 5px;
display: inline-block;
*display: inline;
zoom: 1;
}
.single_review .goods_commented .text,
.single_review .goods_commented .time {
color: #666;
}
.explanation {
border: 1px solid #ddd;
color: #9c9c9c;
line-height: 20px;
padding: 15px;
margin-top: 30px;
}
.explanation .explanation_tips {
font-weight: bold;
line-height: 20px;
}
.single_review .goods_commented .btn_addcomment{
padding-top:0px;
}
.single_review .goods_commented .des_right .btn_div{
margin-top:20px;
}
.single_review .goods_commented .des_right .btn-02,
.single_review .goods_commented .des_right .hiderate{
color: #0066cc;
}
.single_review .goods_commented .des_right .hiderate{
height:28px;
line-height:28px;
margin-right:15px;
}
.single_review .goods_commented .des_right a:hover{
text-decoration:none;
cursor: pointer;
}
.single_review .goods_commented .des_right .btn_pay{
color: #fff;
}
.single_review .goods_commented .textarea_div{
position: relative;
height:102px;
*+height:103px;
}
.single_review .goods_commented .textarea_div textarea{
width:732px;
height:67px;
resize:none;
padding:8px 10px 25px;
border:1px solid #ccc;
}
.single_review .goods_commented .textarea_div .textarea_tip{
position:absolute;
right:15px;
bottom:0px;
}
.evaluation_cont .list_release .comment_shop {
margin: 0;
border-width: 1px 0 0;
}
.star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.star i {
float: left;
margin-right: 5px;
}
.star i:hover {
cursor: pointer;
}
.comment_shop {
padding-bottom: 20px;
margin: 20px 0 30px;
border: 1px solid #f1f1f1;
background: #fafafa;
}
.comment_shop .tips {
color: #3c3c3c;
height: 20px;
padding: 20px 0 10px 10px;
margin: 0 10px 30px;
border-bottom: 1px solid #f1f1f1;
line-height: 20px;
}
.comment_shop .tips span {
margin-left: 5px;
font-weight: 100;
color: #9c9c9c;
}
.comment_shop .shop_box {
margin: 0 20px;
}
.comment_shop .shop_des {
margin-right: 120px;
}
.comment_shop .shop_img {
margin-right: 10px;
}
.comment_shop .shop_img a {
width: 98px;
height: 98px;
border: 1px solid #f1f1f1;
display: inline-block;
*display: inline;
zoom: 1;
}
.comment_shop .shop_img a:hover {
border-color: #ddd;
}
.comment_shop .shop_img a img {
width: 98px;
height: 98px;
}
.comment_shop .shop_describe h4 {
font-size: 14px;
font-weight: bold;
}
.comment_shop .shop_describe ul {
width: 255px;
color: #6c6c6c;
}
.comment_shop .shop_describe li {
margin: 1px 0;
}
.comment_shop .shop_describe .th {
color: #3c3c3c;
}
.comment_shop .shop_describe .right {
width: 60px;
text-align: right;
}
.comment_shop .shop_describe .right i {
float: left;
margin-top: 4px;
}
.comment_shop .shop_describe .up {
color: #f22e00;
}
.comment_shop .shop_describe .down {
color: #ff8f5d;
}
.comment_shop .shop_comment {
margin-top: 22px;
}
.comment_shop .shop_comment .comment_box {
position: relative;
margin-top: 8px;
}
.comment_shop .shop_comment .comment_box .red {
display: none;
}
.comment_shop .shop_comment .star {
margin-top: -5px;
vertical-align: middle;
}
.comment_shop .shop_comment .ui_poptip {
width: 200px;
position: absolute;
z-index: 1;
top: 40px;
}
.comment_shop .shop_comment .ui_poptip .ui_poptip_container {
padding: 8px;
}
.comment_shop .shop_comment .ui_poptip .poptip_up {
left: 15px;
right: 0;
}
.comment_shop .shop_comment .ui_poptip .poptip_up em {
border-bottom-color: #ddd;
}
.comment_shop .shop_comment .ui_poptip h5 {
color: #ff6600;
}
.comment_shop .shop_btn {
text-align: center;
margin-top: 20px;
}
.comment_shop .shop_btn button {
background-color: #fff;
border: 1px solid #f22e00;
border-radius: 2px;
color: #3c3c3c;
height: 26px;
width: 53px;
margin-left: -65px;
}
.comment_shop .shop_btn button:hover {
color: #f22e00;
}
.submit_review {
border-top: 1px solid #EBEBEB;
background: #F2F2F2;
height: 108px;
line-height: 108px;
text-align: right;
padding-right: 60px;
}
.submit_review label {
margin-right: 10px;
cursor: pointer;
}
.submit_review input {
margin-right: 5px;
vertical-align: middle;
}
.submit_review .btn_pay {
color: #fff;
}
.single_review .goods_img {
text-align: center;
}
.single_review .goods_img a {
display: block;
}
.single_review .goods_img img {
width: 60px;
height: 60px;
margin-top: 15px;
*margin-top: 0;
}
.single_review .goods_commented {
width: 820px;
height: auto;
padding: 0 20px;
margin-bottom: 10px;
position: relative;
border: 1px solid #f1f1f1;
}
.single_review .goods_commented li {
line-height: 20px;
color: #888;
padding: 10px 0;
}
.single_review .goods_commented .frist {
border-bottom: 1px solid #f1f1f1;
}
.single_review .goods_commented .des_left {
width: 60px;
}
.single_review .goods_commented .des_right {
padding-left: 5px;
width: 755px;
}
.single_review .goods_commented .td_03 {
padding: 0;
}
.single_review .goods_commented .tag {
background-color: #fff6df;
padding: 0 18px;
color: #3c3c3c;
height: 22px;
line-height: 22px;
margin-right: 5px;
display: inline-block;
*display: inline;
zoom: 1;
}
.single_review .goods_commented .text,
.single_review .goods_commented .time {
color: #666;
}
.single_review .fn-comment-photos{
height:58px;
}
.single_review .fn-comment-photos .vselect{
border-color:#f22e00;
cursor:url(http://img.alicdn.com/tps/i1/T1oq4AFupvXXcu5FDa-20-20.png),url(http://assets.alicdn.com/img/common/zoom_out.cur),auto;
}
.single_review .fn-comment-photos .vselect b{
display:block;
}
.single_review .fn-comment-photos img{
width:44px;
height:44px;
}
.single_review .fn-photos-view{
display:none;
position:relative;
width:302px;
height:402px;
padding:1px;
border:1px solid #ccc;
background:url(../img/feiniuloading.gif) center center no-repeat;
}
.single_review .fn-photos-view a{
position:absolute;
top:0px;
width:85px;
height:402px;
z-index:10;
cursor:pointer;
background-image: url(.);
}
.single_review .fn-photos-view a i{
display:none;
position:absolute;
top:50%;
width:18px;
height:31px;
background:url(../images/view-navbtn.png) left center no-repeat;
}
.single_review .fn-photos-view a:hover i{
display:block;
}
.single_review .fn-photos-view .view-navleft{
left:0px;
}
.single_review .fn-photos-view .view-navleft i{
left:10px;
}
.single_review .fn-photos-view .view-navright{
right:0px;
}
.single_review .fn-photos-view .view-navright i{
background-position:right center;
right:10px;
}
.single_review .fn-photos-view a.adisabled,
.single_review .fn-photos-view a.adisabled:hover {
cursor:default;
}
.single_review .fn-photos-view a.adisabled i,
.single_review .fn-photos-view a.adisabled:hover i
{
display:none;
}
.single_review .addcomments{
display:none;
overflow:hidden;
position:relative;
padding-bottom:12px;
}
.single_review .addcomments .des_right{
position:relative;
}
.evaluation .uploadimg{
position:relative;
height:42px;
padding:8px 2px;
background:#ebebeb;
}
.evaluation .uploadimg .btn_upload{
position:relative;
display:inline-block;
*display:inline;
*zoom:1;
width:74px;
height:22px;
text-align:center;
line-height:24px;
margin-right:5px;
border:1px solid #db998e;
color:#8e391c;
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .btn_disabled{
position:relative;
display:inline-block;
*display:inline;
*zoom:1;
width:74px;
height:22px;
text-align:center;
line-height:24px;
margin-right:5px;
border:1px solid #b4b4b4;
color:#b4b4b4;
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .btn_upload input,
.evaluation .uploadimg .btn_disabled input{
position:absolute;
left:0px;
top:0px;
width:74px;
height:22px;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0;
}
.evaluation .uploadimg .btn_upload:hover{
background-position:right top;
text-decoration:none;
}
.evaluation .uploadimg .btn_disabled:hover{
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .uploadtxt{
color:#888;
height:24px;
line-height:24px;
}
.evaluation .uploadimg .loadedimg{
}
.evaluation .uploadimg .loadedimg a{
display:inline;
position:relative;
float:left;
width:40px;
height:40px;
padding:1px;
border:1px solid #d9d9d9;
background:#fafafa;
margin-right:5px;
}
.evaluation .uploadimg .loadedimg a i{
position:absolute;
left:0px;
top:0px;
background:#000;
color:#bebebe;
width:42px;
height:42px;
text-align:center;
line-height:42px;
}
.evaluation .uploadimg .loadedimg a .i_delete{
display:none;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
opacity: 0.8;
}
.evaluation .uploadimg .loadedimg a .i_error{
background:#2f2f2f;
color:#ff0000;
}
.evaluation .uploadimg .loadedimg a:hover .i_delete{
display:block;
z-index:5;
}
.evaluation .uploadimg .loadedimg img{
width:40px;
height:40px;
}
.evaluation .uploadimg .num{
color:#888;
height:42px;
line-height:42px;
}
.evaluation .comm_box .uploadimg{
width:785px;
margin-left:60px;
}
.errorUploadTxt{
font-weight:bold;
font-size:14px;
color:#3c3c3c;
height:40px;
line-height:40px;
}
.errorUploadImg{
display:inline;
float:left;
height:40px;
width:40px;
background:url(../images/erroruploadimg.jpg) left top no-repeat;
}
.errorUploadTxt .errorUploadImg{
margin-right:10px;
}
.explanation {
border: 1px solid #ddd;
color: #9c9c9c;
line-height: 20px;
padding: 15px;
margin-top: 30px;
}
.explanation .explanation_tips {
font-weight: bold;
line-height: 20px;
}
.explanation .explanation_cont .redtxt{
color: #f22e00;
}
.explanation .explanation_cont .jflink{
color: #0066cc;
cursor:pointer;
}
.single_review .goods_commented .btn_addcomment {
padding-top: 0;
}
.single_review .goods_commented .des_right .btn_div {
margin-top: 20px;
}
.single_review .goods_commented .des_right .btn-02, .single_review .goods_commented .des_right .hiderate {
color: #0066cc;
}
.single_review .goods_commented .des_right .hiderate {
height: 28px;
line-height: 28px;
margin-right: 15px;
}
.single_review .goods_commented .des_right a:hover {
cursor: pointer;
text-decoration: none;
}
.single_review .goods_commented .des_right .btn_pay {
color: #fff;
}
.single_review .goods_commented .textarea_div {
height: 102px;
position: relative;
}
.single_review .goods_commented .textarea_div textarea {
border: 1px solid #ccc;
height: 102px;
padding: 8px 10px 25px;
resize: none;
width: 732px;
}
.single_review .goods_commented .textarea_div .textarea_tip {
bottom: 0;
position: absolute;
right: 15px;
}
.coupon {
/* coupon list */
}
.coupon .details_list {
margin-top: 8px;
}
.coupon .ui_tab_nav {
*margin-bottom: -2px;
}
.coupon .ui_tab_nav a {
padding: 5px 0 6px;
width: 180px;
text-align: center;
}
.coupon .ui_tab_content .ui_panel {
padding: 20px 0 0;
}
.coupon .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.coupon .zSelect li {
padding-left: 10px;
width: 110px;
}
.coupon .coupon_list ul {
background-color: #fff;
border: 1px solid #ddd;
padding: 26px 0;
height: 46px;
line-height: 46px;
margin-bottom: 10px;
}
.coupon .coupon_list ul:hover {
background-color: #fff8e1;
border-color: #fddbaa;
}
.coupon .coupon_list .num {
color: #f22e00;
margin: 0 5px 0 10px;
font-weight: bold;
font-size: 14px;
}
.coupon .coupon_list .look {
color: #3c3c3c;
}
.coupon .coupon_list li {
float: left;
width: 20%;
text-align: center;
}
.coupon .coupon_list .td_01 {
border-right: 1px solid #D9D9D9;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
width: 16.49484536%;
}
.coupon .coupon_list .td_02 {
width: 26.80412371%;
}
.coupon .coupon_list .td_03 {
width: 16.49484536%;
}
.coupon .coupon_list .td_04 {
width: 24.74226804%;
}
.coupon .coupon_list .td_05 {
width: 14.94845361%;
}
.coupon .coupon_list .td_05 a {
color: #0066cc;
}
.coupon .coupon_list .btn_recharge {
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
line-height: 40px;
}
.coupon .coupon_list .btn_recharge:hover {
text-decoration: none;
}
.coupon .voucher_select {
height: 30px;
line-height: 30px;
}
.coupon .voucher_select .blue {
margin-left: 10px;
}
.coupon .query_terms,
.coupon .zSelect {
display: inline-block;
*display: inline;
zoom: 1;
*float: left;
}
.coupon .query_terms {
font-weight: bold;
color: #6c6c6c;
}
.coupon .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.coupon .cont_03 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.coupon .tit_08,
.coupon .cont_08 {
*width: 9.8%;
}
.coupon .fn_page {
margin-bottom: 0;
}
.shopping_card .message {
padding: 29px 0;
height: 40px;
line-height: 40px;
text-align: center;
}
.shopping_card .message ul {
overflow: hidden;
}
.shopping_card .message li {
height: 40px;
line-height: 40px;
}
.shopping_card .message .mes_01 {
width: 483px;
}
.shopping_card .message .icon_purse,
.shopping_card .message .inf_purse {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.shopping_card .message .icon_purse {
position: relative;
left: 200px;
top: 0;
}
.shopping_card .message p {
margin-left: 50px;
height: 16px;
line-height: 16px;
color: #6c6c6c;
}
.shopping_card .message .num {
color: #f22e00;
font-weight: bold;
}
.shopping_card .message .mes_02 {
width: 484px;
border: 0;
}
.shopping_card .message .mes_02 .btn_recharge {
display: block;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
}
.shopping_card .message .mes_02 .btn_recharge:hover {
text-decoration: none;
}
.shopping_card .tit_07,
.shopping_card .cont_07 {
*width: 9.8%;
}
.shopping_card .tit_05,
.shopping_card .cont_05 {
*width: 24.8%;
}
.shopping_card .count_03 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.shopping_card_details {
width: 750px;
margin: 0 auto 100px;
}
.aui_main .pop_recharge {
margin-bottom: 30px;
}
.aui_main .pop_details_cont {
max-height: 300px;
overflow: auto;
}
.single_review .fn-comment-photos {
height: 58px;
}
.single_review .fn-comment-photos li {
background: rgba(0, 0, 0, 0) url("../images/feiniuloading45.gif") no-repeat scroll center center;
border: 2px solid #f2f2f2;
cursor: url("../images/c1.png"), url("../images/zoom_in.cur"), auto;
display: inline;
float: left;
height: 44px;
margin-right: 10px;
padding: 2px;
position: relative;
width: 44px;
}
.single_review .fn-comment-photos li b {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f22e00 transparent transparent;
border-image: none;
border-style: solid;
border-width: 4px;
bottom: -10px;
display: none;
font-size: 0;
height: 0;
left: 20px;
position: absolute;
width: 0;
}
.single_review .fn-comment-photos .vselect {
border-color: #f22e00;
cursor: url("http://img.alicdn.com/tps/i1/T1oq4AFupvXXcu5FDa-20-20.png"), url("../images/zoom_out.cur"), auto;
}
.single_review .fn-comment-photos .vselect b {
display: block;
}
.single_review .fn-comment-photos img {
height: 44px;
width: 44px;
}
.single_review .fn-photos-view {
background: rgba(0, 0, 0, 0) url("../img/feiniuloading.gif") no-repeat scroll center center;
border: 1px solid #ccc;
display: none;
height: 400px;
padding: 1px;
position: relative;
width: 400px;
}
.single_review .fn-photos-view a {
background-image: url(".");
cursor: pointer;
height: 402px;
position: absolute;
top: 0;
width: 85px;
z-index: 10;
}
.single_review .fn-photos-view a i {
background: rgba(0, 0, 0, 0) url("../images/view-navbtn.png") no-repeat scroll left center;
display: none;
height: 31px;
position: absolute;
top: 50%;
width: 18px;
}
.single_review .fn-photos-view a:hover i {
display: block;
}
.single_review .fn-photos-view .view-navleft {
left: 0;
}
.single_review .fn-photos-view .view-navleft i {
left: 10px;
}
.single_review .fn-photos-view .view-navright {
right: 0;
}
.single_review .fn-photos-view .view-navright i {
background-position: right center;
right: 10px;
}
.single_review .fn-photos-view a.adisabled, .single_review .fn-photos-view a.adisabled:hover {
cursor: default;
}
.single_review .fn-photos-view a.adisabled i, .single_review .fn-photos-view a.adisabled:hover i {
display: none;
}
.single_review .fn-photos-view img {
cursor: url("../images/c2.png"), url("../images/zoom_out.cur"), auto;
height: 400px;
position: absolute;
width: 400px;
}
.single_review .addcomments {
display: none;
overflow: hidden;
padding-bottom: 12px;
position: relative;
}
.single_review .addcomments .des_right {
position: relative;
}
.evaluation .uploadimg {
background: #ebebeb none repeat scroll 0 0;
height: 42px;
padding: 8px 2px;
position: relative;
}
.evaluation .uploadimg .btn_upload {
background: rgba(0, 0, 0, 0) url("../images/img_comment.jpg") no-repeat scroll left top;
border: 1px solid #db998e;
color: #8e391c;
display: inline-block;
height: 22px;
line-height: 24px;
margin-right: 5px;
position: relative;
text-align: center;
width: 74px;
}
.evaluation .uploadimg .btn_disabled {
background: rgba(0, 0, 0, 0) url("../images/img_comment.jpg") no-repeat scroll left top;
border: 1px solid #b4b4b4;
color: #b4b4b4;
display: inline-block;
height: 22px;
line-height: 24px;
margin-right: 5px;
position: relative;
text-align: center;
width: 74px;
}
.evaluation .uploadimg .btn_upload input, .evaluation .uploadimg .btn_disabled input {
height: 22px;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 74px;
}
.evaluation .uploadimg .btn_upload:hover {
background-position: right top;
text-decoration: none;
}
.evaluation .uploadimg .uploadtxt {
color: #888;
height: 24px;
line-height: 24px;
}
.evaluation .uploadimg .loadedimg {
}
.evaluation .uploadimg .loadedimg a {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #d9d9d9;
display: inline;
float: left;
height: 40px;
margin-right: 5px;
padding: 1px;
position: relative;
width: 40px;
}
.evaluation .uploadimg .loadedimg a i {
background: #000 none repeat scroll 0 0;
color: #bebebe;
height: 42px;
left: 0;
line-height: 42px;
position: absolute;
text-align: center;
top: 0;
width: 42px;
}
.evaluation .uploadimg .loadedimg a .i_delete {
display: none;
opacity: 0.8;
}
.evaluation .uploadimg .loadedimg a .i_error {
background: #2f2f2f none repeat scroll 0 0;
color: #ff0000;
}
.evaluation .uploadimg .loadedimg a:hover .i_delete {
display: block;
z-index: 5;
}
.evaluation .uploadimg .loadedimg img {
height: 40px;
width: 40px;
}
.evaluation .uploadimg .num {
color: #888;
height: 42px;
line-height: 42px;
}
.evaluation .comm_box .uploadimg {
margin-left: 60px;
width: 806px;
}
.errorUploadTxt {
color: #3c3c3c;
font-size: 14px;
font-weight: bold;
height: 40px;
line-height: 40px;
}
.errorUploadImg {
background: rgba(0, 0, 0, 0) url("../images/erroruploadimg.jpg") no-repeat scroll left top;
display: inline;
float: left;
height: 40px;
width: 40px;
}
.errorUploadTxt .errorUploadImg {
margin-right: 10px;
}
/**
* @authors zmh.zhu
* @description
* @date 2015-02-26 15:11:07
* @version 1.0
*/
.integral{padding-top:0px;}
.integral .themes_title{
margin:0px;
height:30px;
line-height:38px;
background:#eee;
border:1px solid #ddd;
padding-left:14px;
padding-right:20px;
}
.integral .themes_title h3{
float:left;
}
.integral .themes_title .blue{
position:static;
float:right;
}
.integral .message {
border: 1px solid #ddd;
border-top:0 none;
height: 50px;
margin-bottom: 30px;
padding: 35px 0;
}
.integral .message li {
width: 33%;
border-right: 1px solid #f4f4f4;
height: 50px;
line-height: normal;
text-align: center;
color:#6c6c6c;
}
.integral .message .lidiv{
text-align:left;
padding-left:108px;
}
.integral .message li .btn-01{
color:#fff;
display:block;
}
.integral .message li .btn-01:hover{
text-decoration:none;
cursor:pointer;
}
.integral .message .red {
font-size: 14px;
font-weight: bold;
margin: 0 6px 0 12px;
}
.integral .message .djnum{
color:#3c3c3c;
font-weight:bold;
}
.integral .message .txt{
color:#9c9c9c;
margin-left:-4px;
margin-right:2px;
}
.integral .message .txtsec{
color:#9c9c9c;
}
.integral .message .last {
border-right: none;
font-size: 12px;
font-weight: normal;
}
.integral .message li p{
margin-bottom:5px;
}
.integral .message .what {
display: inline-block;
*display: inline;
zoom: 1;
border: 1px solid #ddd;
color: #f22e00;
cursor: pointer;
height: 14px;
line-height: 14px;
margin-left: 0;
position: relative;
text-align: center;
width: 14px;
}
.integral .message .what_info {
background: #fff;
border: 1px solid #ffd9b3;
color: #6c6c6c;
display: none;
left: -84px;
line-height: 18px;
padding: 7px 10px;
position: absolute;
text-align: left;
top: 25px;
z-index:10;
white-space: normal;
width: 149px;
word-break: break-all;
word-wrap: break-word;
}
.integral .message .what_info i{
display:block;
position:absolute;
width:9px;
height:7px;
left:50%;
margin-left:2px;
top:-5px;
background:url(../images/img_single.jpg) left top no-repeat;
}
.integral .ui_tab_inav{
}
.integral .ui_tab_inav a{
padding:5px 15px 6px;
}
.integral .ui_tab_inav .active a{
padding:5px 15px 7px;
}
.integral .ifilter{
float:right;
color:#6c6c6c;
width:537px;
}
.integral .ifilter .isearch{
display:inline;
float:left;
width:180px;
height:24px;
margin-right:30px;
border:1px solid #ddd;
}
.integral .ifilter .isearch input{
float:left;
width:142px;
padding:6px 4px;
vertical-align:middle;
height:12px;
line-height:12px;
border:0 none;
color:#9c9c9c;
}
.integral .ifilter .isearch input:focus{
border:0 none!important;
}
.integral .ifilter .isearch .ibtn{
cursor:pointer;
float:right;
padding:0;
width:27px;
height:24px;
border:0 none;
border-left:1px solid #ddd;
}
.integral .ifilter .isearch .ibtn i{
display:block;
width:16px;
height:16px;
margin:4px 6px;
background:url("../images/return.png") -153px -84px no-repeat;
}
.integral .ifilter .txt{
font-family:Tahoma;
width:92px;
padding:0px 4px;
height:24px;
line-height:24px;
vertical-align:middle;
border:1px solid #ddd;
}
.integral .ifilter .gtxt{
margin-left:5px;
margin-right:5px;
}
.integral .ifilter .iquery{
display:inline-block;
padding:0px;
font-weight:normal;
cursor:pointer;
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 50px;
height: 24px;
line-height:24px;
margin-left:5px;
font-size:12px;
text-align: center;
}
.integral .ifilter .iquery:hover {
color: #f22e00;
border-color: #999;
}
.integral .ui_panel {
padding: 25px 0;
}
.integral .ui_tab_fnav{
overflow:visible;
}
.integral .ui_tab_fnav li{
}
.integral .ui_tab_fnav .navlayer{
position:relative;
}
.integral .ui_tab_fnav .navlayer .layer{
position:absolute;
left:6px;
top:-24px;
font-size:12px;
border:1px solid #ffd9b3;
padding:0px 4px;
background:#fff;
}
.integral .ui_tab_fnav .navlayer .layer i{
display:block;
position:absolute;
left:50%;
bottom:-7px;
margin-left:-4px;
width:9px;
height:7px;
background:url(../images/img_single.png) left bottom no-repeat;
}
.integral .ui_tab_fnav li a{
border:1px solid #ddd;
padding:1px 12px;
font-weight:normal;
cursor:pointer;
font-size:12px;
background:0 none;
margin-right:10px;
}
.integral .ui_tab_fnav li a:hover{
color:#f22e00;
}
.integral .ui_tab_fnav .active a{
color:#f22e00;
background:#fff4f4;
}
.integral .ui_tab_navtit a{
display:block;
cursor:pointer;
border:0px;
padding:2px 0px;
font-weight:bold;
margin-right:0px;
color:#6c6c6c;
}
.integral .ui_tab_navtit a:hover{
background:none;
color:#6c6c6c;
text-decoration:none;
}
.integral .ui_tab_fcontent{
border-top:0 none;
}
.integral .ui_tab_fcontent .ui_panel{
padding:0px;
}
.integral .ui_tab_fcontent .ui_panelsec{
padding:20px;
border:1px solid #ddd;
}
.integral .ui_tab_fcontent .ui_panelin{
padding-left:220px;
}
.integral .ui_tab_fcontent .ui_panelin .tit{
font-weight:bold;
color:#6c6c6c;
}
.integral .ui_tab_fcontent .ui_panelin .txt{
color:#6c6c6c;
padding:3px 0px 7px;
}
.integral .details_list .details_list_cont ul{
line-height:normal;
padding:12px 0px;
}
.integral .ui_tab_fcontent .ui_panelin .btn_rel{
cursor:pointer;
}
.integral .details_list {
margin-top: 0;
}
.integral .details_list .able_date {
width: 14.5%;
}
.integral .fn_page {
margin-top: 0;
}
.shop_red .query_terms,
.shop_red .zSelect {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.shop_red .query_terms {
font-weight: bold;
color: #6c6c6c;
}
.shop_red .shop_select {
margin-bottom: 20px;
height: 28px;
line-height: 28px;
}
.shop_red .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.shop_red .zSelect .current {
color: #3c3c3c;
}
.shop_red .zSelect .options {
top: 27px;
}
.shop_red .zSelect li {
padding-left: 10px;
width: 110px;
}
.shop_red .details_list .col_33 {
*width: 33%;
}
.shop_red .details_list .cont_04 {
*width: 24%;
}
.shop_red .details_list .cont_04 a {
color: #0066cc;
}
.shop_red .details_list .cont_04 a:hover {
text-decoration: underline;
}
.shop_red .shop_page {
*margin-top: 15px;
height: 30px;
line-height: 30px;
}
.shop_red .margin20 {
margin-top: 20px;
}
.shop_red .shop_page .fn-s1,
.shop_red .shop_page .c-btn-02 {
float: left;
color: #666;
margin-top: 0;
}
.shop_red .shop_page .fn-s1:hover,
.shop_red .shop_page .c-btn-02:hover {
color: #f22e00;
text-decoration: none;
}
.shop_red .shop_page .fn_page {
float: right;
margin-top: 3px;
margin-bottom: 0;
}
.shop_red .shop_select {
margin-bottom: 10px;
}
.invoice .ui_tab_nav {
margin-bottom: -2px;
}
.invoice .ui_tab_nav li {
width: 178px;
text-align: center;
}
.invoice .ui_tab_nav a {
padding: 5px 0 6px;
}
.invoice .bill_tip {
background-color: #FFF0E7;
color: #c66e33;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
padding-left: 20px;
}
.invoice .ui_panel {
padding: 20px 0 0 0;
}
.invoice .ui_panel .bill_list .td_01 {
padding: 10px 15px;
}
.invoice .ui_panel .bill_list .td_02 {
width: 168px;
}
.invoice .ui_panel .bill_list .td_02 .num {
font-weight: 100;
font-size: 14px;
font-weight: bold;
}
.invoice .ui_panel .bill_list .td_03 {
width: 208px;
}
.invoice .ui_panel .bill_list .rmb {
font-size: 12px;
}
.invoice .shop_name {
margin-left: 80px;
}
.invoice .order_list {
margin-top: 10px;
}
.invoice .order_list table {
border: 1px solid #ddd;
width: 100%;
margin: 10px 0;
}
.invoice .order_list table:hover {
border: 1px solid #ccc;
}
.invoice .order_list .order_number {
background-color: #f9f9f9;
}
.invoice .order_list .order_number td {
padding: 10px 20px;
}
.invoice .order_list .order_number .time {
margin-right: 25px;
font-weight: bold;
}
.invoice .order_list .order_number small {
color: #9c9c9c;
}
.invoice .order_detail td {
border-right: 1px solid #ddd;
vertical-align: top;
text-align: center;
padding-top: 15px;
}
.invoice .order_detail p {
margin-bottom: 5px;
}
.invoice .order_detail .td_01 {
padding: 10px;
}
.invoice .order_detail .td_01 a {
border: 1px solid #eee;
width: 58px;
height: 58px;
float: left;
margin: 5px;
}
.invoice .order_detail .td_01 a:hover {
border: 1px solid #ddd;
}
.invoice .order_detail .td_01 img {
width: 58px;
height: 58px;
}
.invoice .order_detail .td_02 {
width: 110px;
}
.invoice .order_detail .td_03 {
width: 110px;
}
.invoice .order_detail .td_03 a {
color: #3c3c3c;
}
.invoice .order_detail .td_04 {
width: 125px;
border-right: 0;
}
.invoice .order_detail .view_order {
color: #3c3c3c;
}
.invoice .order_detail .payment_tips {
color: #6c6c6c;
}
.invoice .order_detail .btn_pay {
color: #fff;
}
.invoice .order_detail .num {
font-size: 14px;
font-weight: bold;
}
.invoice .details_list {
margin-top: 0;
}
.invoice .details_list .details_list_cont ul {
height: auto;
line-height: auto;
}
.invoice .details_list .cont_05 {
line-height: 20px;
padding-top: 10px;
text-align: left;
}
.invoice .details_list .cont_04 {
line-height: 20px;
padding-top: 10px;
}
.invoice .details_list .cont_07 {
width: 9.6%;
}
.invoice .bill_address {
padding: 26px 30px 35px;
border: 1px solid #ddd;
color: #6c6c6c;
}
.invoice .bill_address select {
margin:0px 5px 0px 0px;
height: 26px;
line-height: 26px;
border: 1px solid #ddd;
}
.invoice .mesbox {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
.invoice .mesbox .mestxt{
margin:0px 20px 0px 15px;
}
.invoice .mesbox .rxing{
display:inline-block;
*display:inline;
*zoom:1;
width:7px;
color: #f23000;
font-style: normal;
}
.invoice .mesbox span.f_left {
width: 80px;
text-align: right;
}
.invoice .mesbox span.rxleft{
text-indent: 0px;
}
.invoice .mesbox span.mestit{
width:66px;
}
.invoice .mesbox .zSelect {
width: 88px;
}
.invoice .mesbox .zSelect li {
width: 93px;
}
.invoice .zSelect {
float: left;
height: 24px;
line-height: 24px;
width: 69px;
margin-bottom: 0;
margin-right: 10px;
padding: 0 5px;
}
.invoice .zSelect .options {
top: 25px;
}
.invoice .zSelect em {
top: 10px;
}
.invoice .zSelect li {
width: 74px;
}
.invoice .bill_cont {
border: 1px solid #ddd;
padding: 4px 5px;
width: 168px;
height: 16px;
line-height: 16px;
}
.invoice .post_adress {
height: 42px;
line-height: 42px;
border-top: 1px dashed #ddd;
font-weight: bold;
margin-top: 13px;
color: #3c3c3c;
}
.invoice .detail_address {
margin-left: 60px;
*margin-left: 30px;
}
.invoice .detail_address .bill_cont {
width: 308px;
}
.invoice .bill_daddress{
width:365px;
}
.invoice .bill_mobile{
width:108px;
margin-right:2px;
}
.invoice .bill_code{
width: 30px;
margin-right:2px;
}
.invoice .bill_telephone{
width:60px;
margin-right:2px;
}
.invoice .remark {
height: auto;
line-height: auto;
vertical-align: top;
}
.invoice .remark .remark_text {
min-width: 317px;
max-width: 317px;
min-height: 50px;
max-height: 50px;
overflow: auto;
border: 1px solid #ddd;
}
.invoice .remark .remark_text:focus {
border-color: #aaa;
}
.invoice .btn_bill {
padding-left: 60px;
padding-top: 20px;
}
.invoice .btn_bill .btn_120 {
color: #fff;
margin-right: 25px;
}
.invoice .btn_bill .btn_120:hover {
text-decoration: none;
}
.invoice .btn_bill .btn_rel {
color: #3C3C3C;
}
.bill_set_success {
position: relative;
width: 267px;
text-align: left;
padding-left: 103px;
}
.bill_set_success .icon_correct_big {
position: absolute;
left: 45px;
top: 0;
}
.bill_set_success h3 {
color: #3c3c3c;
font-size: 14px;
}
.bill_set_success p {
font-size: 12px;
color: #6c6c6c;
margin-top: 5px;
}
.bill_info {
border: 1px solid #ddd;
width: 260px;
padding: 5px 0 10px;
}
.bill_info .bill_info_opened li {
height: 30px;
line-height: 30px;
}
.bill_info .mes_left {
width: 70px;
text-align: right;
}
.bill_info .mes_right {
width: 185px;
padding-left: 5px;
}
.bill_info.append {
margin-top: 20px;
}
.bill_info.append h3 {
padding-left: 20px;
}
.bill_info.append .appenf_info li {
float: left;
width: 130px;
text-align: center;
height: 20px;
line-height: 20px;
}
.bill_info .fn_page {
margin-top: 10px;
}
.personal {
/*图像*/
/*昵称、真实姓名*/
/*性别*/
/*出生年月日*/
/*绑定部分*/
/*确认保存*/
/*个人信息列出*/
}
.personal .personal_info {
margin-bottom: 40px;
}
.personal .personal_info_header {
width: 970px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 20px;
}
.personal .personal_info_header h3 {
width: 100px;
font-size: 14px;
color: #3c3c3c;
}
.personal .personal_info_content {
width: 970px;
height: auto;
border: 1px solid #ddd;
}
.personal .personal_info_content .name {
width: 153px;
text-align: right;
float: left;
}
.personal .personal_info_content .name span {
font: 12px/1.5 "宋体";
color: #6c6c6c;
}
.personal .personal_info_content .detail {
width: 805px;
float: left;
}
.personal .personal_info_content .detail select {
border: 1px solid #ddd;
float: left;
height: 26px;
line-height: 26px;
width: 65px;
padding-left: 3px;
}
.personal .personal_info_content .detail select:focus {
border-color: #aaa;
}
.personal .personal_info_image {
width: 100%;
height: 100px;
padding: 30px 0 15px;
}
.personal .personal_info_image .name {
padding: 10px 2px 0 0;
}
.personal .personal_info_image .detail {
height: 100px;
position: relative;
width: auto;
border: 1px solid #ddd;
}
.personal .personal_info_image .detail:hover {
border: 1px solid #aaa;
}
.personal .personal_info_image .detail img {
width: 100px;
height: 100px;
display: inline-block;
}
.personal .personal_info_image .detail .edit {
display: none;
width: 100px;
height: 30px;
position: absolute;
left: 0;
bottom: 0;
background: url(../images/mask.png) repeat;
line-height: 30px;
text-align: center;
}
.personal .personal_info_image .detail .edit a {
text-decoration: none;
color: #fff;
display: block;
}
.personal .personal_info_image .detail .edit input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer;
}
.personal .personal_info_nickname,
.personal .personal_info_truename {
width: 100%;
height: 26px;
padding: 0 0 15px;
}
.personal .personal_info_nickname .name,
.personal .personal_info_truename .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_nickname .detail,
.personal .personal_info_truename .detail {
height: 26px;
}
.personal .personal_info_nickname .detail input,
.personal .personal_info_truename .detail input {
width: 172px;
height: 20px;
display: inline-block;
line-height: 20px;
padding: 2px;
border: 1px solid #ddd;
}
.personal .personal_info_sex {
width: 100%;
height: 26px;
padding: 0 0 15px;
margin-top: -8px;
}
.personal .personal_info_sex .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_sex .detail {
height: 26px;
}
.personal .personal_info_sex .detail li {
width: 70px;
height: 26px;
line-height: 26px;
float: left;
text-align: left;
}
.personal .personal_info_sex .detail li input {
margin: 0 10px 0 0;
top: 3px;
position: relative;
vertical-align:text-bottom;
}
.personal .personal_info_sex .detail li label {
font: 12px/1.5 "宋体";
color: #3c3c3c;
vertical-align: middle;
}
.personal .zSelect {
float: left;
height: 26px;
line-height: 26px;
width: 35px;
margin-bottom: 0;
padding: 0 20px 0 10px;
}
.personal .zSelect li {
width: 60px;
}
.personal .personal_info_birth {
width: 100%;
height: 26px;
padding: 0 0 28px;
margin-top: -8px;
}
.personal .personal_info_birth .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_birth .detail .tips {
width: 600px;
float: left;
}
.personal .personal_info_birth .detail .tips span {
display: block;
font: 12px/1.5 "宋体";
color: #9c9c9c;
padding-top: 5px;
margin-left: -5px;
text-align: left;
}
.personal .personal_info_birth .detail .date {
float: left;
display: block;
width: 15px;
padding: 8px 9px 8px 6px;
font: 12px/1 "宋体";
color: #3c3c3c;
}
.personal .personal_info_birth .detail select {
float: left;
height: 26px;
line-height: 26px;
width: 65px;
padding-left: 3px;
}
.personal .personal_info_birth .detail option {
height: 16px;
line-height: 16px;
}
.personal .personal_info_bind {
height: 48px;
padding: 0 0 15px 155px;
padding: 0 0 21px 155px !important;
}
.personal .personal_info_bind .bind {
font: 12px/1.5 "宋体";
color: #6c6c6c;
float: left;
margin-left: 0px;
}
.personal .personal_info_bind .bind li {
float: left;
display: inline-block;
padding-right: 12px;
}
.personal .personal_info_bind .bind span {
height: 15px;
line-height: 15px;
display: inline-block;
padding-right: 10px;
}
.personal .personal_info_bind .bind .jf {
padding-right: 0px;
color: #9c9c9c;
}
.personal .personal_info_bind .bind i {
margin-right: 5px;
}
.personal .personal_info_bind .bind .mobile a {
text-decoration: none;
color: #4d8b10;
}
.personal .personal_info_bind .bind .mobile a:hover {
text-decoration: underline;
}
.personal .personal_info_bind .bind .mobile .change {
color: #4d8b10;
}
.personal .personal_info_bind .bind .mobile .null {
color: #f22e00;
}
.personal .personal_info_bind .bind .mail a {
color: #4d8b10;
text-decoration: none;
}
.personal .personal_info_bind .bind .mail a:hover {
text-decoration: underline;
}
.personal .personal_info_bind .bind .mail .change {
color: #4d8b10;
}
.personal .personal_info_bind .bind .mail .null {
color: #f22e00;
}
.personal .personal_info_bind .tips {
clear:both;
float: left;
color: #9c9c9c;
margin: 7px 0 0 0px;
}
.personal .personal_info_bind .tips a {
text-decoration: none;
color: #0066cc;
padding-left: 8px;
}
.personal .personal_info_bind .tips a:hover {
text-decoration: underline;
}
.personal .personal_info_btn {
padding: 0 0 40px 155px;
}
.personal .personal_info_btn .btn_pay {
color: #fff;
}
.personal .personal_info_btn .btn_rel {
color: #3c3c3c;
}
.personal .personal_info_list {
width: 100%;
height: 18px;
padding: 0 0 10px;
margin-top: -2px;
}
.personal .personal_info_list .name {
padding-right: 5px;
}
.personal .personal_info_change input {
background-color: #fff;
color: #000;
border: 1px solid #ddd;
}
.address_management {
color: #3c3c3c;
/*.address-adc--主要内容*/
/*.address-add*/
/*.address-add*/
}
.address_management .address-adc .aa-title {
height: 40px;
margin-bottom: 10px;
line-height: 40px;
background: #f1f1f1;
border: 1px solid #ddd;
}
.address_management .address-adc .aa-title ul li {
float: left;
min-height: 1px;
text-align: center;
}
.address_management .address-adc .aa-title .th-01 {
width: 470px;
width: 10%;
}
.address_management .address-adc .aa-title .th-02 {
width: 180px;
width: 50%;
}
.address_management .address-adc .aa-title .th-03 {
width: 178px;
width: 15%;
}
.address_management .address-adc .aa-title .th-04 {
width: 167px;
width: 10%;
}
.address_management .address-adc .aa-title .th-05 {
width: 167px;
width: 15%;
}
.address_management .address-adc .aa-list > ul {
height: 78px;
margin-bottom: 10px;
border: 1px solid #f1f1f1;
}
.address_management .address-adc .aa-list > ul:hover {
border-color: #fddbaa;
background: #fff8e1;
}
.address_management .address-adc .aa-list > ul:hover .td-04 a {
display: inline;
}
.address_management .address-adc .aa-list > ul li {
float: left;
height: 78px;
line-height: 78px;
text-align: center;
}
.address_management .address-adc .aa-list .td-01 {
width: 10%;
}
.address_management .address-adc .aa-list .td-02 {
width: 50%;
line-height: 73px;
*padding-top: 24px;
}
.address_management .address-adc .aa-list .td-02 .ini {
display: inline-block;
width: 80%;
margin-left: -30px;
vertical-align: middle;
line-height: 20px;
text-align: left;
}
.address_management .address-adc .aa-list .td-02 span {
margin: 0 3px;
}
.address_management .address-adc .aa-list .td-03 {
width: 15%;
line-height: 18px;
padding-top: 30px;
height: auto;
}
.address_management .address-adc .aa-list .td-04 {
width: 10%;
color: #9c9c9c;
}
.address_management .address-adc .aa-list .td-04 a {
display: none;
color: #0066cc;
}
.address_management .address-adc .aa-list .td-05 {
width: 15%;
*width: 14.5%;
}
.address_management .address-adc .aa-list .td-05 a {
margin: 0 5px;
color: #0066cc;
}
.address_management .address-adc .aa-list .list-add {
height: 58px;
line-height: 58px;
border: 1px dashed #f1f1f1;
text-align: center;
cursor: pointer;
color: #9c9c9c;
}
.address_management .address-adc .aa-list .list-add:hover {
background: #fcfcfc;
}
.address_management .address-adc .aa-list .list-add span {
position: relative;
top: 2px;
margin-right: 10px;
font-size: 17px;
font-weight: bold;
color: #dddddd;
}
.address_management .address-add {
position: relative;
z-index: 1;
padding: 12px 0 20px;
margin-bottom: 10px;
/*详细地址*/
/*手机号码*/
/*是否设置默认*/
/*保存收货信息*/
}
.address_management .address-add h3 {
margin-left: 32px;
margin-bottom: 18px;
color: #6c6c6c;
font-weight: bold;
}
.address_management .address-add .form-label {
width: 104px;
margin-right: 2px;
}
.address_management .address-add .form-label i {
color: #f23000;
font-style: normal;
}
.address_management .address-add #address-address input {
width: 366px;
}
.address_management .address-add #address-number .form-mile small {
color: #6c6c6c;
margin-left: 5px;
margin-right: 13px;
}
.address_management .address-add #address-number .form-mile .cs-01 {
width: 54px;
margin-left: -4px;
}
.address_management .address-add #address-number .form-mile .i_text {
width: 60px;
vertical-align: middle;
}
.address_management .address-add #address-number .form-mile .i_text_section {
width: 25px;
}
.address_management .address-add #address-number .form-mile .i_text_code {
width: 54px;
}
.address_management .address-add #address-number .form-mile .i_text_ext {
width: 25px;
}
.address_management .address-add #address-default {
float: left;
margin-right: 5px;
margin-top: 3px;
*margin-top: -2px;
}
.address_management .address-add #address-region {
z-index: 10;
}
.address_management .address-add #address-save {
margin-bottom: 0;
}
.address_management .address-add #address-save a {
text-decoration: none;
cursor: pointer;
}
.address_management .address-add #address-save .btn-01 {
margin-left: 106px;
text-align: center;
line-height: 28px;
color: #fff;
}
.address_management .address-add #address-save .btn-02 {
margin-left: 25px;
text-align: center;
line-height: 28px;
color: #3c3c3c;
}
.address_management .address-add .mod-dropdownlist {
position: relative;
z-index: 1000;
float: left;
margin-right: 10px;
}
.address_management .address-add .mod-dropdownlist .dropdown-select,
.address_management .address-add .mod-dropdownlist .dropdown-input {
height: 24px;
line-height: 24px;
background: #fff;
}
.address_management .address-add .mod-dropdownlist .dropdown-icon {
margin-top: 0px;
margin-right: 0;
}
.address_management .address-add .mod-dropdownlist a {
color: #3c3c3c;
}
.address_management .total {
color: #6c6c6c;
font-weight: bold;
}
.address_management .total .num {
color: #f22e00;
margin: 0 2px;
}
.address_management .address_num p {
font-weight: bold;
color: #6c6c6c;
}
.address_management .address_num .num {
color: #f22e00;
margin: 0 2px;
}
.security_center_top {
border: 1px dashed #ddd;
background-color: #fffef2;
padding: 15px 20px;
position: relative;
}
.security_center_top .personal_head {
position: absolute;
left: 20px;
top: 15px;
height: 90px;
width: 90px;
border-radius: 50%;
padding: 2px;
border: 1px solid #f1f1f1;
}
.security_center_top .personal_head img {
height: 90px;
width: 90px;
border-radius: 50%;
}
.security_center_top .pers_info {
padding-left: 127px;
padding-top: 15px;
height: 75px;
vertical-align: middle;
}
.security_center_top .name {
font-weight: bold;
}
.security_center_top .rat {
margin: 5px 0;
height: 15px;
line-height: 15px;
}
.security_center_top .rat span {
width: 56px;
text-align: center;
float: left;
margin-right: 1px;
color: #fff;
background-color: #ddd;
}
.security_center_top .rat .rat_00.on {
background-color: #b4cd9c;
}
.security_center_top .rat .rat_01.on {
background-color: #92b76d;
}
.security_center_top .rat .rat_02.on {
background-color: #6fa13f;
}
.security_center_top .rat .rat_03.on {
background-color: #4d8b10;
}
.security_center_top .tips {
color: #ff8a15;
}
.security_center_list ul {
border-bottom: 1px dashed #ddd;
padding: 15px 0 15px 40px;
margin-top: 30px;
}
.security_center_list li {
display: inline-block;
*display: inline;
zoom: 1;
}
.security_center_list i {
margin-right: 10px;
}
.security_center_list .list_name {
width: 145px;
text-align: right;
font-size: 20px;
font-weight: bold;
font-family: "microsoft yahei";
color: #000;
border-right: 1px solid #ddd;
padding-right: 25px;
}
.security_center_list .list_des {
margin-left: 30px;
width: 532px;
color: #6c6c6c;
}
.security_center_list .list_des .jf {
color: #f22e00;
cursor: pointer;
}
.security_center_list .list_des .hide {
display: none;
}
.security_center_list .list_opear {
width: 160px;
text-align: center;
}
.security_center_list .list_opear a {
color: #0066cc;
}
.security_center_list .list_opear .edit {
margin-right: 10px;
}
.security_center_list .list_opear .btn_pay {
color: #fff;
}
.block_01,
.block_02,
.block_03 {
margin-bottom: 40px;
}
.step_col {
border: 1px solid #ddd;
height: 300px;
padding-top: 40px;
padding-left: 200px;
}
.step_col .select_way {
line-height: 30px;
margin-bottom: 15px;
}
.step_col .list_tip,
.step_col .list_cont {
display: inline-block;
*display: inline;
zoom: 1;
}
.step_col .list_tip {
width: 100px;
text-align: right;
}
.step_col .list_cont {
vertical-align: top;
}
.step_col .selest_way_01 li,
.step_col .selest_way_02 li {
line-height: 26px;
margin-bottom: 15px;
}
.step_col .selest_way_02 .btn_danger {
width: 100px;
}
.step_col .btn_danger {
margin-left: 105px;
width: 140px;
margin-top: 20px;
}
.step_col .get_msg_code {
display: inline-block;
margin-left: 15px;
border: 1px solid #ddd;
background-color: #eee;
height: 28px;
line-height: 28px;
width: 110px;
text-align: center;
}
.step_col .get_msg_code:hover {
background-color: #fff4d8;
cursor: pointer;
}
.step_col .msg_code {
float: left;
width: 70px;
border: 1px solid #ddd;
padding: 4px 10px;
line-height: 16px;
height: 16px;
margin-right: 5px;
}
.step_col .pwd_code {
width: 198px;
height: 16px;
line-height: 16px;
padding: 4px 10px;
border: 1px solid #ddd;
}
.step_col .success_set {
padding-left: 130px;
padding-top: 130px;
}
.step_col .success_set h3 {
color: #3c3c3c;
font-size: 18px;
font-family: "microsoft yahei";
font-weight: 100;
}
.step_col .success_set i {
margin-right: 10px;
}
.step_col .success_set p {
margin-left: 52px;
color: #6c6c6c;
}
.step_col .success_set p a {
color: #0066cc;
}
.step_col .btn_pay {
color: #fff;
}
.step_col .btn_120 {
color: #fff;
margin: 20px 0 0 105px;
line-height: 20px;
}
/* bind page style */
.bind .step_col {
border: 0;
}
.bind h4 {
margin-left: 105px;
font-size: 16px;
margin-bottom: 10px;
color: #3c3c3c;
font-family: "Microsoft Yahei";
}
.bind .ui_tab_nav a {
background-color: #f9f9f9;
border-color: #eee;
}
.bind .ui_tab_nav .active a {
background-color: #fff;
border-top: 2px solid #f22e00;
}
.bind .ui_tab_content {
border-bottom: 1px solid #ddd;
}
/* change pwd style */
/* 支付密码 css style */
.set_payCode {
padding-left: 100px;
}
.set_payCode .list_tip {
width: 200px;
}
.set_payCode .btn_danger {
margin-left: 205px;
}
.set_payCode .success_set {
padding-left: 0;
margin-left: -100px;
text-align: center;
}
.set_payCode .success_set p {
margin-left: 58px;
color: #6c6c6c;
}
/*用户中心添加绑定微信二维码*/
.myfeiniu .weixin_box{
width:240px;
background:#fff;
color:#3c3c3c;
margin-bottom:11px;
}
.myfeiniu .weixin_box .in{
padding:15px;
}
.myfeiniu .weixin_box .wxcode{
display:inline;
width:80px;
height:80px;
margin-right:10px;
background:url(../images/qrcode_weixin.png) 0px 0px no-repeat;
}
.myfeiniu .weixin_box .wxtxt{
width:120px;
}
.myfeiniu .weixin_box .nob{
display:block;
padding-left:30px;
color:#f22e00;
margin-top:7px;
background:url(../images/mygrowth.png) -249px -72px no-repeat;
}
.myfeiniu .weixin_box .changeb{
color:#6c6c6c;
}
/*我的等级*/
.mygrades{
}
.mygrades .informations{
height:auto;
padding:20px 15px 0px 15px;
}
.mygrades .informations .uphoto{
padding-bottom:8px;
border-bottom:1px dotted #ccc;
}
.mygrades .informations li,
.mygrades .informations .in_01{
width:auto;
border:0 none;
}
.mygrades .informations .in_01{
}
.mygrades .informations .aboutd{
padding-top:17px;
float:right;
margin-right:56px;
}
.mygrades .informations .in_01 h2{
top:30px;
}
.mygrades .informations .in_01 h2 .num{
display:inline-block;
*display:inline;
*zoom:1;
width:235px;
}
.mygrades .informations fieldset{
display:inline;
float:left;
margin-left:30px;
padding-top:8px;
width:145px;
height:75px;
text-align:center;
border:1px solid #eee;
border-radius:4px;
color:#3c3c3c;
font-size:12px;
}
.mygrades .informations fieldset legend{
width:22px;
height:22px;
margin-left:50px;
padding:0px 10px;
background:url(../images/mygrowth.png) 10px 0px no-repeat;
}
.mygrades .informations .fsecond legend{
background-position:-89px 0px;
}
.mygrades .informations .fthird legend{
background-position:-190px 0px;
}
.mygrades .informations fieldset .dnum{
font-size:18px;
color:#ff9090;
font-family:Tahoma;
}
.mygrades .informations fieldset .txt{
position:relative;
left:3px;
top:-3px;
}
.mygrades .growthtitle{
padding:10px 0px 35px;
color:#3c3c3c;
}
.mygrades .growthline{
position:relative;
height:48px;
width:969px;
background:#f9f9f9;
}
.mygrades .growthline .gprogress{
position:relative;
z-index:10;
height:10px;
background:#dedede;
}
.mygrades .growthline .gprogress li{
/*position:relative;*/
z-index:10;
width:323px;
height:50px;
}
.mygrades .growthline .gprogress .jnum{
display:inline-block;
position:absolute;
left:0px;
top:-24px;
z-index:10;
font-family:'Microsoft YaHei';
color:#9c9c9c;
width:54px;
height:54px;
text-align:center;
line-height:54px;
background:url(../images/mygrowth.png) right bottom no-repeat;
}
.mygrades .growthline .gprogress .progressline{
position:absolute;
left:0;
top:0px;
width:270px;
height:10px;
background:#ff9090;
}
.mygrades .growthline .gprogress .pg21,
.mygrades .growthline .gprogress .pg31{
}
.mygrades .growthline .gprogress .progressvalue{
display:none;
position:absolute;
/*left:52%;*/
top:-45px;
display:block;
font-family:'Microsoft YaHei';
font-weight:bold;
color:#fff;
line-height:24px;
text-align:center;
height:24px;
padding-left:2px;
border-radius:4px;
background:url(../images/mygrowth.png) 0px -24px no-repeat;
}
.mygrades .growthline .gprogress .progressvalue span{
display:block;
float:left;
height:24px;
line-height:24px;
}
.mygrades .growthline .gprogress .progressvalue .pvright{
padding-right:2px;
background:url(../images/mygrowth.png) right top no-repeat;
}
.mygrades .growthline .gprogress .progressvalue .pvmidd{
background:#ff9090;
padding:0px 3px;
}
.mygrades .growthline .gprogress .progressvalue .vsingle{
position:absolute;
left:50%;
bottom:-6px;
margin-left:-4px;
display:block;
width:8px;
height:6px;
background:url(../images/mygrowth.png) -68px -106px no-repeat;
}
.mygrades .growthline .gprogress .fpro .jnum{
background-position:left bottom;
text-align:left;
text-indent:23px;
color:#ff7272;
font-weight:bold;
margin-left:-1px;
}
.mygrades .growthline .gprogress .spro .jnum{
left:296px;
}
.mygrades .growthline .gprogress .tpro .jnum{
left:619px;
}
.mygrades .growthline .gprogress .on .jnum{
top:-27px;
color:#ff7272;
font-size:14px;
font-weight:bold;
background-position:left bottom;
}
.mygrades .growthline .gprogress .on .progressline{
left:62px;
}
.mygrades .growthline .gprogress .on2 .jnum{
color:#ff7272;
font-size:14px;
font-weight:bold;
background-position:left bottom;
}
.mygrades .growthline .growthtxt{
position:absolute;
left:0px;
bottom:8px;
width:100%;
color:#6c6c6c;
font-weight:bold;
}
.mygrades .growthline .growthtxt span{
display:inline;
float:left;
width:270px;
margin-left:50px;
text-align:center;
}
.mygrades .informations .ibottom{
padding:20px 0px 15px;
}
.mygrades .informations .ibottom a{
color:#0066cc;
}
.mygrades .informations .ibottom a:hover{
cursor:pointer;
text-decoration:underline;
}
.mygrades .growthtable{
background:#fff;
padding:15px;
}
.mygrades .growthtit{
font-weight:bold;
color:#6c6c6c;
font-size:14px;
}
.mygrades .growthtable .ui_tab_nav a{
border:0 none;
background:none;
color:#9c9c9c;
font-weight:normal;
font-size:12px;
height:26px;
line-height:21px;
cursor:pointer;
padding:0px 15px;
}
.mygrades .growthtable .ui_tab_nav a:hover,
.mygrades .growthtable .ui_tab_nav .active a{
color:#3c3c3c;
background:url(../images/mygrowth.png) -77px -50px no-repeat;
}
.mygrades .growthtable .ui_tab_nav a:hover{
color:#3c3c3c;
}
.mygrades .growthtable .ui_tab_content{
border:0 none;
clear:both;
}
.mygrades .growthtable .ui_tab_content .ui_panel{
padding:0px;
}
.mygrades .growthtable .details_list{
margin-top:0px;
font-family:Tahoma;
}
.mygrades .growthtable .details_list .details_list_cont ul{
line-height:normal;
padding:12px 0px;
}
/**电子发票 @japin.pan 20151012 start**/
.invoice .details_list .cont_07 {
position: relative;
}
.invoice .details_list .cont_07 a:hover {
color: #0066cc;
}
.invoice .details_list .cont_07 a i {
width: 5px;
height: 3px;
background: url("../images/sprite_icon.png") -291px -196px no-repeat;
font-style: normal;
display: inline-block;
margin: 0 0 2px 3px;
position: absolute;
top: 5px;
right: -8px;
}
.invoice .details_list .cont_07 a i.hv {
background-position: -294px -149px;
}
.invoice .details_list .cont_07 .all_pack {
position: absolute;
top: 32px;
left: 0;
background-color: #fff;
padding: 5px;
border: 1px solid #ddd;
z-index: 5;
display: none;
}
.invoice .details_list .cont_07 .all_pack span {
width: 100%;
font-size: 12px;
color: #666;
line-height: 20px;
display: inline-block;
float: left;
}
.invoice .details_list .cont_07 .all_pack span a {
color: #0066cc;
text-decoration: none;
margin-left: 20px;
}
/*.invoice .details_list .cont_07 .all_pack span a:hover {
text-decoration: underline;
}*/
.dl_info { width: 262px;}
.dl_info p { width: 100%; font-size: 12px; color: #666;}
.dl_info p.tip { height: 20px; line-height: 20px;}
.dl_info p.faltip { padding: 15px 0;}
.dl_info p a { height: 20px; line-height: 20px; font-size: 12px; color: #0066cc; text-decoration: none; padding: 5px 10px; display: inline-block; float: left;}
.dl_info p a:hover { text-decoration: underline;}
/**电子发票 @japin.pan 20151012 end**/
/**TPshop商城 评论因子 @japin.pan 20150924 start**/
.comm_box .dd_02 li.addDefine {
/*display: none;*/
}
.comm_box .dd_02 li.operCont {
border: 0;
padding: 0;
display: none;
}
.comm_box .dd_02 li.operCont input[type="text"] {
width: 74px;
height: 25px;
line-height: 25px;
border: 1px solid #d8d8d8;
margin-right: 5px;
text-align: center;
color: #6c6c6c;
float: left;
}
.comm_box .dd_02 li.operCont a {
height: 27px;
line-height: 27px;
padding: 0 5px;
color: #0066cc;
text-decoration: none;
display: inline-block;
float: left;
}
.comm_box .dd_02 li.addDefine i {
position: absolute;
left: -1px;
top: -1px;
background: #000;
color: #eee;
width: 100%;
height: 25px;
text-align: center;
line-height: 25px;
border: 1px solid #000;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
display: none;
}
.comm_box .dd_02 li i {
width: 14px;
height: 15px;
position: absolute;
top: 5px;
left: 10px;
background: url(../images/sprite_icon.png) -76px -220px no-repeat;
display: inline-block;
}
.comm_box .dd_02 .red {
position: absolute;
left: 0;
bottom: 5px;
line-height: 23px;
border: 1px solid #ffbdbe;
padding: 0 10px;
background-color: #ffebeb;
color: #e4393c;
}
/**TPshop商城 评论因子 @japin.pan 20150924 end**/
/**vvip @jie.tang 20151118 start**/
.vvip-member {
width: 116px;
height: 28px;
padding-left: 21px;
line-height: 28px;
position: absolute;
left: 0;
top: -25px;
}
.vvip-member a {
display: block;
font-size: 12px;
color: #0066cc;
font-family: "SimSun";
}
.vvip-member a:hover {
text-decoration: none;
}
.vvip-member .vvip-icon {
width: 18px;
height: 22px;
overflow: hidden;
position: absolute;
top: 1px;
left: 0;
background: url(../images/vvip.png) no-repeat;
}
/* .informations .in_01 .num {
display: block;
max-width: 160px;
max-height: 40px;
line-height: 20px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
} */
/**vvip @jie.tang 20151118 end**/
.jj_hov{width: 300px;height: 40px;overflow: hidden;margin-top: 15px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box; border:0px !important; line-height:20px}
/*代理*/
.Wallet {
width: 100%;
background: #FFF;
overflow: hidden;
border-bottom: 1px solid #dddcdc;
margin-top: 10px;
position: relative;
}
.Wallet a {
margin-left: 10px;
height: 45px;
display: block;
width: 100%;
overflow: hidden;
padding-bottom: 1px;
}
.j_million {
background-image: url(../images/w1_03.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}
.Icon {
display: block;
float: left;
width: 35px;
height: 35px;
margin-top: 5px;
position: absolute;
}
.Wallet a dl {
width: 100%;
margin-left: 35px;
overflow: hidden;
}
.dj_mill .b {
border-bottom: 1px solid #eeeeee;
}
.Wallet a dl dt {
float: left;
font-size: 16px;
line-height: 45px;
color: #666;
}
.Wallet a dl dd {
float: right;
background: url(../images/arrow_right.png) no-repeat right center;
color: #aaaaaa;
background-size: auto 12px;
margin-right: 60px;
padding-right: 20px;
line-height: 45px;
}
.million_num {
background-color: black;
padding: 6px 4px;
color: white;
border-radius: 6px;
display: block;
line-height: 20px;
}
.dj_mill{
cursor: pointer;
}
.show_million{
display: none;
}
.ss_distri{
width: 200px;
height: 24px;
padding: 0 4px;
border: 1px solid #aaa;
margin-left: 20px;
}
.ss_dis_bu{
height: 26px;
width: 60px;
cursor: pointer;
}
li.fr_ss{
float: right;
}
.cash_num{padding: 16px 16px; font-size: 16px;}
.cash_num p{padding-bottom: 20px;}
#cash_submit{width:100px !important;background: #f22e00;border: 1px solid #dedede;border-radius: 4px;border:0;text-align: center;display:initial;margin-left: 62px;height: 24px;padding:6px 26px;color: white;}
.cash_num table{margin-bottom: 20px; border: 1px solid #dedede;font-size: 12px;}
.bb1{border-bottom: 1px solid #dedede;}
.cash_num table tr{border-bottom: 1px solid #dedede;}
.cash_num table tr th,.cash_num table tr td{text-align: center;height: 38px;vertical-align: middle;}
.cash_num table tr th{background: #eee;}
.tx_cash span{display: block;float: left;width: 62px;text-align: right;font-size: 12px;margin-top: 10px;}
.tx_cash input[type=text]{height: 24px;padding: 2px 10px;width: 30%;border: 1px solid #dedede; border-radius: 4px;float: left;margin-top: 5px;}
.tx_cash img{border: 0;}
.tx_cash:after{content: '';clear: both;display: block;}
.tx_cash input.w100{width: 100px;}
.ss_yzm_code{margin: 5px 0 0 20px;} | Public/Home/css/common.css | @charset "utf-8";
@import "icon.css";
@import "btn.css";
/*
*字体颜色
*/
/*
*边框颜色
*/
/*
*字体
*/
.icon_public {
margin: 0;
font-style: normal;
display: inline-block;
*display: inline;
vertical-align: middle;
text-align: center;
overflow: hidden;
zoom: 1;
}
/*
* @ reset style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-10-15
*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0;
}
body,
button,
input,
select,
textarea {
color: #3c3c3c;
font: 12px/1.5 "宋体", tahoma, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
}
address,
cite,
dfn,
i,
em,
var {
font-style: normal;
}
code,
kbd,
pre,
samp {
font-family: courier new, courier, monospace;
}
small {
font-size: 12px;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:focus,
input:focus,
button:focus {
outline: none;
}
button {
cursor: pointer;
border: 0;
}
sup {
vertical-align: text-top;
}
sub {
vertical-align: text-bottom;
}
legend {
color: #000;
}
fieldset {
border: 0;
}
img {
border: 0 none;
vertical-align: top;
}
button,
input,
select,
textarea {
font-size: 100%;
outline: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
display: block;
margin: 0;
padding: 0;
}
mark {
background: #ff0;
}
/*清除浮动*/
.clearfix {
zoom: 1;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
font-size: 0;
height: 0;
line-height: 0;
}
.integralhide{
display:none
}
.fnhide{
display:none!important;
}
/*
* @ public style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-12-23
*/
.a {
word-wrap: break-word;
break-word: break-all;
border-radius: 4px;
}
.top_banner {
width: 100%;
height: 260px;
background: url(../img/top.png) 50% 0 no-repeat;
}
body {
background-color: #fafafa;
}
.col_main input:focus {
border: 1px solid #aaa !important;
}
.rmb {
font-family: "Microsoft Yahei";
}
.num {
font-family: tahoma;
}
.red {
color: #f22e00;
}
.red_c {
color: #cc2c00;
}
.blue {
color: #0066cc;
position: relative;
}
.main {
background-color: #ffffff;
padding: 15px;
}
.fl {
float: left;
}
.fr {
float: right;
}
.col_w10 {
width: 10%;
}
.col_w15 {
width: 15%;
word-wrap: break-word;
}
.col_w16 {
width: 16%;
}
.col_w18{
width: 18%;
}
.col_w19{
width: 19%;
}
.col_w20 {
width: 20%;
}
.col_w25 {
width: 25%;
}
.col_w30 {
width: 30%;
}
.col_w35 {
width: 35%;
}
.col_33 {
width: 33.33333333%;
}
.col_w40 {
width: 40%;
}
.col_w50 {
width: 50%;
}
.col_w60 {
width: 60%;
}
.w310{
width:310px;
}
.w370{
width:370px;
}
.tleft{
text-align:left;
}
.tright{
text-align:right;
}
.tcenter{
text-align:center;
}
.h_bottom {
margin-bottom: 40px;
}
.backtop {
background: url(../images/backtop.png) no-repeat;
display: none;
position: fixed;
right: 15%;
bottom: 50px;
width: 50px;
height: 50px;
line-height: 0;
font-size: 0;
overflow: hidden;
z-index: 999;
opacity: 0.7;
}
.backtop:hover {
background-position: 0 -52px;
opacity: 1;
}
.sure_delete {
font-size: 14px;
font-weight: bold;
color: #3c3c3c;
}
.return_goods {
margin-top: 5px;
}
.return_goods_tips {
width: 330px;
text-align: center;
}
.v_line {
border-left: 1px solid #eee;
height: 14px;
vertical-align: middle;
width: 1px;
margin: 0 10px 0 5px;
}
.wrap {
background: url(../image/main_bg.png) repeat-y 0 0;
width: 1190px;
margin: 52px auto 0;
zoom: 1;
}
.wrap:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.form-group {
display: table;
position: relative;
margin-bottom: 12px;
height: 25px;
}
.form-label {
float: left;
width: 100px;
padding-top: 3px;
text-align: right;
font-family: 'SimSun';
color: #3f3f3f;
}
.form-mile {
float: left;
}
.form-mile input {
width: 106px;
height: 18px;
padding: 2px 6px;
border: 1px solid #ccc;
outline: none;
vertical-align: middle;
}
.form-mile input:focus {
border-color: #6c6c6c;
}
.form-mile select {
width: 119px;
height: 22px;
padding-left: 1px;
margin-right: 10px;
border: 1px solid #ccc;
outline: none;
}
.form-mile select:focus {
border-color: #6c6c6c;
}
/*验证*/
.form-verify {
display: none;
position: absolute;
left: 100%;
*left: auto;
top: 50%;
width: 100%;
margin-left: 10px;
margin-top: -10px;
color: #f22e00;
}
.form-verify i {
margin: -1px 5px 0 0;
}
.form-verify.show {
display: block;
}
/* 验证错误 输入框border 变红 */
.colour-red {
border: 1px solid #f22e00 !important;
}
/*自定义下拉框通用组样式--go*/
/*.mod-dropdownlist--go*/
.mod-dropdownlist {
display: inline-block;
/*.dropdown-select*/
/*.dropdown-select*/
}
.mod-dropdownlist a {
text-decoration: none;
}
.mod-dropdownlist .dropdown-select {
border: 1px solid #ccc;
color: #3c3c3c;
cursor: default;
display: block;
height: 26px;
line-height: 26px;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 14px;
}
.mod-dropdownlist .dropdown-select .dropdown-input {
padding: 0 10px;
zoom: 1;
overflow: hidden;
font-size: 12px;
line-height: 26px;
float: left;
height: 26px;
}
.mod-dropdownlist .dropdown-select .dropdown-icon {
float: left;
width: 21px;
height: 24px;
padding: 0;
margin-top: 1px;
margin-right: 1px;
font-size: 12px;
line-height: 24px;
zoom: 1;
background: transparent url("../images/icon_dropdown.gif") no-repeat;
}
.mod-dropdownlist .dropdown-select:hover .dropdown-icon {
background-position: 0 bottom;
}
.mod-dropdownlist .dropdown-select:visited,
.mod-dropdownlist .dropdown-select:hover,
.mod-dropdownlist .dropdown-select:active {
border: 1px solid #c7c7c7;
color: #666;
background: transparent;
}
.mod-dropdownlist .dropdown-list {
background: #fff;
border: 1px solid #d9d9d9;
border-bottom: none;
border-top: none;
display: block;
overflow: hidden;
padding: 0;
}
.mod-dropdownlist .dropdown-list .dropdown-custombox {
border-top: 1px solid #ccc;
}
.mod-dropdownlist .dropdown-options {
background: #fff;
display: block;
overflow: hidden;
overflow-y: auto;
padding: 0;
margin: 0;
}
.mod-dropdownlist .dropdown-options li {
margin: 0;
padding: 0;
}
.mod-dropdownlist .dropdown-options li a {
color: #666;
cursor: default;
display: block;
padding: 0 10px;
white-space: nowrap;
width: 120%;
font-size: 12px;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mod-dropdownlist .dropdown-options li a:hover {
background-color: #eee;
color: #666;
}
.mod-dropdownlist .dropdown-options li.dropdown-options-focus a:hover {
background-color: #eee;
}
/*.mod-dropdownlist--end*/
.bread_crumbs {
height: 40px;
line-height: 40px;
padding-left: 25px;
clear: both;
background-color: #fafafa;
}
.bread_crumbs span {
margin: 0 5px;
}
.bread_crumbs .crumbs_font {
margin: 0 5px;
color: #3c3c3c;
}
.bread_crumbs .crumbs_font:hover {
color: #f22e00;
text-decoration: none;
}
.bread_crumbs .color {
color: #f22e00;
}
.sideBar_nav {
float: left;
width: 150px;
padding: 10px 10px;
}
.sideBar_nav dl {
border-bottom: 1px dashed #ddd;
padding: 5px 15px 7px;
margin-bottom: 6px;
}
.sideBar_nav dt {
font-weight: bold;
margin-bottom: 5px;
}
.sideBar_nav dd {
padding: 4px 0 4px 7px;
position: relative;
}
.sideBar_nav dd a {
color: #6c6c6c;
}
.sideBar_nav dd a:hover {
text-decoration: none;
color: #f22e00;
}
.sideBar_nav dd .active {
color: #f22e00;
}
.sideBar_nav .icon_square {
background: url(../image/square.png) no-repeat 0 -14px;
width: 3px;
height: 3px;
position: absolute;
left: 0;
top: 12px;
_left: -5px;
_top: 8px;
}
.sideBar_nav .subnav {
padding-bottom: 0;
}
.sideBar_nav .subnav ul {
padding-top: 4px;
padding-left: 15px;
}
.sideBar_nav .subnav li {
padding: 4px 0;
}
.sideBar_nav .service_center {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: -2px;
}
.col_main {
width: 1000px;
float: right;
}
.pop_title {
display: none;
position: absolute;
width: 228px;
margin: 0 auto;
z-index: 10;
padding: 5px;
border: 1px solid #ccc;
box-shadow: 2px 2px 2px #ccc;
background-color: #F9F9F9;
color: #6c6c6c;
border-radius: 4px;
}
.pop_title .title_order_name {
max-height: 40px;
line-height: 20px;
overflow: hidden;
word-break: break-all;
}
.pop_title .title_order_tip label {
vertical-align: middle;
margin-right: 10px;
}
.order_tips {
padding: 15px;
background-color: #ffffff;
}
.order_tips .cell_title {
padding: 0 5px;
line-height: 20px;
margin-bottom: 4px;
}
.order_tips .cell_title h2,
.order_tips .cell_title .type {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_tips .cell_title h2 {
font-size: 14px;
font-weight: bold;
margin-right: 45px;
}
.order_tips .cell_title .type a {
color: #6c6c6c;
}
.order_tips .cell_title .type a .num {
color: #f22e00;
margin-left: 5px;
}
.order_tips .cell_title .type a .null {
color: #6c6c6c;
}
.order_tips .cell_title .type a:hover {
color: #f22e00;
text-decoration: none;
}
.order_tips .cell_title .type a:hover .null {
color: #f22e00;
}
.order_tips .cell_title .order_viewAll {
float: right;
color: #6c6c6c;
}
.order_tips .cell_title .order_viewAll:hover {
color: #f22e00;
text-decoration: none;
}
.order_tips .order_list .list_cont .td_01 {
width: 460px;
}
.order_tips .order_list .list_cont .list_main a {
width: 58px;
height: 58px;
margin-right: 10px;
margin-bottom: 10px;
}
.order_tips .order_list .list_cont .list_main a img {
width: 58px;
height: 58px;
}
.order_tips .order_list .null {
height: 200px;
line-height: 200px;
text-align: center;
}
.browse_related_list {
position: relative;
z-index: 0;
}
.browse_related_list .prev,
.browse_related_list .next {
position: absolute;
top: 40px;
}
.browse_related_list .prev {
left: 0;
}
.browse_related_list .next {
right: 0;
_right: 15px;
}
.browse_related_list .slide_box {
margin: 0 auto;
overflow: hidden;
width: 318px;
zoom: 1;
}
.browse_related_list .slide_box ul {
width: 10000px;
}
.browse_related_list .slide_box li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
width: 100px;
height: 100px;
margin: 0 3px;
overflow: hidden;
}
.ui_tab_nav {
height: 35px;
margin-bottom: -2px;
overflow: hidden;
position: relative;
z-index: 1;
}
.ui_tab_nav li {
float: left;
}
.ui_tab_nav a {
font-weight: bold;
color: #6c6c6c;
background: #fcfcfc;
border: 1px solid #eee;
border-right: 0;
display: block;
font-size: 14px;
padding: 5px 51px 6px;
}
.ui_tab_nav a:hover {
text-decoration: none;
}
.ui_tab_nav .last a {
border-right: 1px solid #eee;
}
.ui_tab_nav .active a {
background: #fff;
border-bottom: 0;
padding-bottom: 7px;
color: #f22e00;
border-top: 2px solid #f22e00;
}
.nav_line {
background-color: #f22e00;
bottom: -2px;
font-size: 0;
height: 2px;
left: 0;
top: 2px;
line-height: 2px;
position: relative;
width: 120px;
}
.ui_tab_content {
border-top: 1px solid #eee;
}
.ui_tab_content .ui_panel {
padding: 25px 20px;
display: none;
}
.themes_title {
border-bottom: 2px solid #eee;
height: 20px;
line-height: 20px;
padding: 0 10px 7px 5px;
margin-bottom: 20px;
position: relative;
margin-top: -3px;
}
.themes_title h3 {
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
float:left;
}
.themes_title h2{
float:right;
font-weight:700;
}
.themes_title h2 a{
color:#f22e00;
}
.themes_title h2:after{
content:"";
clear:both;
}
.themes_title .blue {
position: absolute;
right: 10px;
bottom: 6px;
}
.message {
border: 1px solid #ddd;
height: 98px;
line-height: 98px;
}
.message li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
border-right: 1px dashed #ddd;
}
.details_list {
margin-top: 20px;
text-align: center;
}
.details_list .nogrowthvalue {
padding-top: 25px;
}
.details_list .nointegral{
font-weight:bold;
padding-top:25px;
}
.details_list .nointegral a{
color:#f22e00;
cursor:pointer;
}
.details_list li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.details_list li .pnum{
color:#7abd54;
}
.details_list li .nnum{
color:#f22e00;
}
.details_list .details_list_tit {
border: 1px solid #ddd;
background-color: #eee;
height: 38px;
line-height: 38px;
color: #6c6c6c;
}
.details_list .details_list_tit2 {
border: 1px solid #ddd;
border-top:0;
height: 38px;
line-height: 38px;
color: #6c6c6c;
}
.details_list .details_list_cont ul {
margin-top: -1px;
line-height: 38px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.details_list .details_list_cont ul:hover {
position: relative;
z-index: 1;
background-color: #fff8e1;
border-top-color: #fddbaa;
border-bottom-color: #fddbaa;
}
.details_list .detailtxt{
}
.details_list .detailtxtshow{
margin-bottom:10px;
}
.details_list .detailtxt span{
margin-right:5px;
}
.details_list .detailtxt .num{
color:#6c6c6c;
}
.details_list .detailtxt .num:hover{
cursor:pointer;
color:#3c3c3c;
}
.details_list .detailtxt .detailbtn{
color:#6c6c6c;
padding-right:15px;
background:url(../images/btn_slide.png) right -55px no-repeat;
}
.details_list .detailtxt .detailbtn:hover{
cursor:pointer;
color:#0066cc;
text-decoration:none;
background-position:right -85px;
}
.details_list .detailtxt .bdown{
color:#6c6c6c;
background-position:right 5px;
}
.details_list .detailtxt .bdown:hover{
background-position:right -25px;
}
.details_list .detailimg{
display:none;
margin-top:-3px;
}
.details_list .detailimg a{
display:inline;
float:left;
margin-right:10px;
margin-bottom:12px;
width:50px;
height:50px;
border:1px solid #fff;
}
.details_list .detailimg .more{
color:#6c6c6c;
cursor:pointer;
border:0 none;
line-height:88px;
}
.details_list .detailimg a:hover{
border-color:#ddd;
}
.details_list .detailimg a img{
width:50px;
height:50px;
}
/* popTip style */
.ui_poptip {
color: #6c6c6c;
font-size: 12px;
line-height: 1.5;
width: 300px;
clear: both;
}
.ui_poptip .ui_poptip_container {
background-color: #fff;
border: 1px solid #d4d4d4;
border-radius: 2px;
box-shadow: 0 0 5px #d4d4d4;
padding: 10px 15px 12px;
position: relative;
}
.ui_poptip .ui_poptip_arrow {
position: absolute;
z-index: 10;
}
.ui_poptip .ui_poptip_arrow em,
.ui_poptip .ui_poptip_arrow span {
border-color: rgba(255, 255, 255, 0);
border-style: solid;
height: 0;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 0;
}
.ui_poptip .ui_poptip_content {
width: auto;
height: auto;
}
.ui_poptip .view_all_order {
padding-top: 7px;
}
.ui_poptip .poptip_up {
right: 50%;
top: -6px;
}
.ui_poptip .poptip_up em {
border-color: transparent transparent #d4d4d4 transparent;
border-width: 0 6px 6px;
left: 0;
top: -1px;
}
.ui_poptip .poptip_up span {
border-color: transparent transparent #fff transparent;
border-width: 0 6px 6px;
}
.ui_poptip .poptip_down {
right: 28px;
bottom: 0;
}
.ui_poptip .poptip_down em {
border-top-color: #d4d4d4;
border-width: 6px 6px 0;
left: 0;
top: 1px;
}
.ui_poptip .poptip_down span {
border-top-color: #fff;
border-width: 6px 6px 0;
}
.ui_poptip .poptip_left {
left: -6px;
top: 10px;
}
.ui_poptip .poptip_left em {
border-right-color: #d4d4d4;
border-width: 6px 6px 6px 0;
left: -1px;
top: 0;
}
.ui_poptip .poptip_left span {
border-right-color: #fff;
border-width: 6px 6px 6px 0;
}
.ui_poptip .poptip_right {
right: 0;
top: 10px;
}
.ui_poptip .poptip_right em {
border-left-color: #d4d4d4;
border-width: 6px 0 6px 6px;
left: 1px;
top: 0;
}
.ui_poptip .poptip_right span {
border-left-color: #fff;
border-width: 6px 0 6px 6px;
}
.pop_details {
width: 750px;
background-color: #fff;
text-align: center;
}
.pop_details li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
vertical-align: middle;
}
.pop_details .pop_details_tit {
border-bottom: 2px solid #ddd;
height: 20px;
line-height: 20px;
padding-bottom: 6px;
margin-top: -3px;
}
.pop_details .pop_details_cont {
color: #6c6c6c;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
}
.pop_details .pop_details_cont ul {
padding: 18px 0;
border-bottom: 1px dashed #ddd;
}
.pop_recharge {
background-color: #fff;
width: 370px;
}
.pop_recharge .mesbox {
margin-bottom: 10px;
height: 28px;
line-height: 28px;
}
.pop_recharge .mesbox .red {
margin-right: 3px;
}
.pop_recharge .mes_left,
.pop_recharge .mes_right {
display: inline-block;
*display: inline;
zoom: 1;
}
.pop_recharge .mes_left {
text-align: right;
width: 100px;
}
.pop_recharge .mes_right {
vertical-align: bottom;
}
.pop_recharge input {
border: 1px solid #ddd;
padding: 2px 5px;
height: 22px;
line-height: 22px;
width: 213px;
}
.pop_recharge .code input {
width: 84px;
}
.pop_recharge .code .v_code {
margin-left: 10px;
}
.pop_recharge .code .replay {
*position: relative;
*left: 10px;
*top: -8px;
}
.pop_recharge .mes_tips {
margin-left: 105px;
color: #f22e00;
}
.pop_recharge .mes_tips .icon_error {
margin-right: 5px;
}
.pop_recharge .mes_tips span {
vertical-align: middle;
}
.pop_recharge .info_title {
color: #fff;
background-color: #f22e00;
height: 30px;
line-height: 30px;
margin-bottom: 50px;
padding-left: 10px;
}
/* selected style */
.zSelect {
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
width: 120px;
margin-bottom: 20px;
padding: 0 20px 0 5px;
cursor: pointer;
position: relative;
font-family: "宋体";
}
.zSelect:hover {
border: 1px solid #aaa;
}
.zSelect:hover .options {
border-color: #aaa;
}
.zSelect .current {
color: #ccc;
}
.zSelect em {
position: absolute;
right: 10px;
top: 10px;
}
.zSelect .options {
display: none;
position: absolute;
left: -1px;
background: #fff;
z-index: 1;
text-align: center;
border: 1px solid #ddd;
border-top: 0;
top: 27px;
}
.zSelect .options a {
color: #9c9c9c;
display: block;
height: auto;
width: auto;
}
.zSelect .options a:hover {
text-decoration: none;
color: #3c3c3c;
}
.zSelect .options .active {
background: #F9F9F9;
}
.zSelect li {
width: 140px;
text-align: left;
padding-left: 5px;
}
.fn_page {
color: #3c3c3c;
font-size: 12px;
margin-top: 20px;
}
.fn_page ul {
float: right;
}
.fn_page li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
line-height: 24px;
height: 24px;
}
.fn_page input {
border: 1px solid #d7d7d7;
height: 14px;
line-height: 14px;
padding: 4px 6px;
text-align: center;
width: 22px;
margin: 0 5px;
}
.fn_page span,
.fn_page input {
float: left;
}
.fn_page .cur,
.fn_page .all {
float: none;
}
.fn_page .cur {
color: #f22e00;
margin-left: 5px;
}
.fn_page .all {
margin-right: 5px;
}
.fn_page a {
color: #666;
display: block;
height: 22px;
line-height: 22px;
margin: 0 5px;
text-decoration: none;
vertical-align: middle;
padding: 0 12px;
_width: 50px;
_text-align: center;
_padding: 0;
background-color: #fff;
border: 1px solid #d7d7d7;
}
.fn_page a:hover {
border-color: #999;
color: #f22e00;
}
.fn_page .page_ellipsis {
font-weight: 700;
line-height: 30px;
margin: 0 10px;
}
.fn_page .active a {
color: #f22e00;
border-color: #999;
}
.fn_page .off a {
border-color: #d7d7d7;
color: #d7d7d7;
}
.fn_page .off a:hover {
cursor: text;
color: #d7d7d7;
}
.fn_page .off span {
cursor: text;
}
.fn_page .off .arrow_prev {
border-right: 5px solid #d7d7d7;
}
.fn_page .off .arrow_next {
border-left: 5px solid #d7d7d7;
}
.fn_page .goto a {
margin-right: 0;
background-color: #eee;
}
.fn_page .goto a:hover {
text-decoration: none;
}
.fn_prve a:hover,
.fn_next a:hover {
color: #666;
text-decoration: none;
}
.fn_prve span,
.fn_next span {
cursor: pointer;
}
.arrow_prev,
.arrow_next {
font-size: 0;
line-height: 0;
display: inline-block;
*display: inline;
zoom: 1;
float: left;
margin-top: 6px;
border-bottom: 5px dashed transparent;
border-top: 5px dashed transparent;
height: 0;
width: 0;
}
.arrow_prev {
border-right: 5px solid #333;
margin-right: 5px;
}
.arrow_next {
border-left: 5px solid #333;
margin-left: 5px;
}
.add_address .group {
display: table;
height: 25px;
margin: 15px 0;
position: relative;
}
.add_address .form_label {
color: #3f3f3f;
float: left;
font-family: "SimSun";
padding-top: 3px;
text-align: right;
width: 100px;
}
.add_address .form_label i {
color: #f22e00;
margin-right: 5px;
}
.add_address .form_cont {
float: left;
}
.add_address .form_cont input {
border: 1px solid #ccc;
height: 18px;
outline: medium none;
padding: 2px 6px;
width: 106px;
}
.add_address .form_cont small {
margin: 0 5px 0 10px;
}
.add_address .verify_tips {
color: #f22e00;
left: 100%;
margin-left: 10px;
margin-top: -12px;
position: absolute;
top: 50%;
width: 100%;
}
.add_address .verify_tips span {
vertical-align: middle;
}
.add_address .address_default {
float: left;
margin-right: 5px;
margin-top: 3px;
*margin-top: -2px;
}
.step_nav {
height: 35px;
line-height: 35px;
margin-bottom: 10px;
}
.step_nav li {
float: left;
text-align: center;
background: #eee;
position: relative;
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
}
.step_nav .go,
.step_nav .end {
background: #fff4d8;
color: #ff8401;
}
.step_nav .go .arrow .arrow_02,
.step_nav .end .arrow .arrow_02 {
border-left-color: #fff4d8;
}
.step_nav .arrow {
position: absolute;
top: 0;
right: -40px;
height: 35px;
overflow: hidden;
}
.step_nav .arrow span {
border: 25px solid transparent;
width: 0;
height: 0;
display: block;
position: relative;
float: left;
}
.step_nav .arrow .arrow_01 {
border-left-color: #fff;
top: -7px;
right: -50px;
}
.step_nav .arrow .arrow_02 {
border-left-color: #eee;
top: -7px;
right: 10px;
}
.step_nav .step_nav_01 {
z-index: 5;
}
.step_nav .step_nav_02 {
z-index: 4;
}
.step_nav .step_nav_03 {
z-index: 3;
}
.step_nav .step_nav_04 {
z-index: 2;
}
.step_nav .step_nav_05 {
z-index: 1;
}
.step_03 li {
width: 33.33333333%;
}
.fn-s1,
.fn-s2 {
text-align: center;
line-height: 30px;
color: #666666;
margin-top: -10px;
*margin-top: -6px;
}
.fn-s1:hover,
.fn-s2:hover {
color: #f22e00;
text-decoration: none;
}
.fn-s1 {
margin-right: 5px;
}
/* package ui step style*/
.ui_step {
padding: 0 70px;
margin: 0 auto;
font-size: 12px;
list-style: none;
position: relative;
color: #b7b7b7;
overflow: hidden;
}
.ui_step li {
float: left;
margin: 0;
width: 50%;
}
.ui_step .ui_step_title {
margin-bottom: 15px;
width: 100px;
text-align: center;
margin-left: -30px;
}
.ui_step .ui_step_bg {
height: 40px;
}
.ui_step .step_bg {
height: 40px;
width: 40px;
line-height: 40px;
background: url(../image/step.png) 0 -41px no-repeat;
overflow: hidden;
text-align: center;
font-weight: bold;
font-size: 24px;
font-family: Arial;
position: relative;
}
.ui_step .step_line {
height: 8px;
background: url(../image/step_line.png) 0 0 repeat-x;
display: block;
overflow: hidden;
margin-left: 40px;
position: relative;
top: -25px;
}
.ui_step .ui_step_time {
width: 100px;
text-align: center;
margin-left: -30px;
margin-top: 10px;
color: #9c9c9c;
}
.ui_step .step_start,
.ui_step .step_done {
color: #56ae25;
}
.ui_step .step_start .step_bg,
.ui_step .step_done .step_bg {
background-position: 0 0;
}
.ui_step .step_done .step_line {
background-position: 0 -9px;
}
.ui_step .step_end {
width: 45px;
position: absolute;
right: 26px;
z-index: 1;
}
.ui_step .step_end .step_line {
display: none;
}
.ui_step_4 li {
width: 33.33333333%;
}
.ui_step_5 li {
width: 25%;
}
.ui_step_6 li {
width: 20%;
}
.f_left {
float: left;
}
.f_right {
float: right;
}
.zIndex {
z-index: 1;
}
.soon_begin {
border: 1px solid #6ad1eb;
color: #6ad1eb;
}
.new {
border: 1px solid #fab20e;
color: #fab20e;
font-family: Arial;
}
.expiring {
border: 1px solid #ff7d26;
color: #ff7d26;
}
.word {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bg {
background-color: #fffef8;
}
.info_bar {
height: 24px;
line-height: 24px;
margin-bottom: 10px;
}
.info_bar li {
background: none repeat scroll 0 0 #eee;
border: 1px solid #ddd;
cursor: pointer;
float: left;
height: 22px;
line-height: 22px;
margin-right: -1px;
}
.info_bar li.active {
background-color: #fff;
}
.info_bar li.active i {
display: inline-block;
*display: inline;
zoom: 1;
}
.info_bar li a {
display: inline-block;
*display: inline;
zoom: 1;
color: #3c3c3c;
padding: 0 8px;
}
.info_bar li a:hover {
color: #f22e00;
text-decoration: none;
}
.info_bar li i {
display: none;
margin-right: 10px;
margin-top: -4px;
*margin-top: 0;
}
.info_bar .select_wrap {
border: 0;
height: 24px;
line-height: 24px;
}
.info_bar .select_wrap .zSelect {
height: 22px;
line-height: 22px;
width: 110px;
}
.info_bar .select_wrap .zSelect:hover {
background-color: #fff;
}
.info_bar .select_wrap .zSelect .options {
top: 23px;
}
.info_bar .select_wrap .zSelect .options .active {
background-color: #f9f9f9;
}
.info_bar .select_wrap .zSelect li {
border: 0;
margin-right: 0;
background-color: #fff;
width: 130px;
}
.tickets_list li {
width: 312px;
border: 1px solid #ddd;
float: left;
margin: 0 14px 15px 0;
position: relative;
}
.tickets_list li.last {
margin: 0;
}
.tickets_list .tickets_header {
border-bottom: 1px dashed #ddd;
overflow: hidden;
padding: 0 10px;
}
.tickets_list .tickets_header .title {
height: 39px;
line-height: 39px;
font-weight: bold;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
width: 200px;
color: #3c3c3c;
}
.tickets_list .tickets_header .title:hover {
text-decoration: none;
}
.tickets_list .tickets_header .instructions .explain {
color: #666;
display: block;
height: 39px;
line-height: 39px;
padding-right: 20px;
position: relative;
}
.tickets_list .tickets_header .instructions .explain:hover {
color: #f22e00;
cursor: pointer;
}
.tickets_list .tickets_header .instructions i {
position: absolute;
right: 0;
top: 14px;
}
.tickets_list .tickets_header .wrap_explain {
display: none;
overflow: hidden;
position: absolute;
top: 40px;
left: -1px;
right: -1px;
color: #666;
background-color: #fffef8;
z-index: 1;
border: solid 1px #eee;
border-top: 0;
}
.tickets_list .tickets_header .explain_text {
padding: 24px 10px 25px 10px;
}
.tickets_list .tickets_header .explain_text p {
margin-bottom: 15px;
}
.tickets_list .tickets_header .explain_text .btn_batch {
float: right;
margin-bottom: 15px;
color: #727272;
}
.tickets_list .tickets_header .explain_text .btn_batch:hover {
color: #f22e00;
}
.tickets_list .tickets_header .explain_text .last {
clear: right;
margin-bottom: 0;
}
.tickets_list .tickets_body {
padding: 26px 15px;
overflow: hidden;
}
.tickets_list .tickets_body .tickets {
width: 100px;
position: relative;
}
.tickets_list .tickets_body .tickets,
.tickets_list .tickets_body .free_tickets {
line-height: normal;
}
.tickets_list .tickets_body .tickets_bg {
position: absolute;
left: 0;
top: 0;
display: none;
}
.tickets_list .tickets_body .free_tickets .ticket_top {
line-height: 93px;
}
.tickets_list .tickets_body .free_tickets .ticket_top .name {
padding-top: 0;
margin-top: 0;
font-size: 24px;
}
.tickets_list .tickets_body .free_tickets .ticket_bottom {
color: #c97409;
}
.tickets_list .tickets_body .ticket_top {
color: #fff;
height: 93px;
text-align: center;
}
.tickets_list .tickets_body .ticket_top .num {
font-size: 32px;
padding-top: 15px;
}
.tickets_list .tickets_body .ticket_top .rmb {
font-size: 16px;
}
.tickets_list .tickets_body .ticket_top .name {
margin-top: -5px;
font-size: 16px;
font-family: "Microsoft Yahei";
}
.tickets_list .tickets_body .ticket_bottom {
color: #fff4a5;
height: 27px;
line-height: 28px;
text-align: center;
}
.tickets_list .tickets_body .tickets_detail {
width: 167px;
}
.tickets_list .tickets_body .tickets_detail .tips {
padding: 0 2px;
position: relative;
left: 0;
top: -3px;
height: 14px;
line-height: 14px;
}
.tickets_list .tickets_body .tickets_detail .for_type {
color: #ff7070;
}
.tickets_list .tickets_body .tickets_detail .validity {
color: #666;
white-space: nowrap;
}
.tickets_list .tickets_body .tickets_detail .No {
color: #d5d5d5;
}
.tickets_list .tickets_body .tickets_detail .btn_batch {
margin-top: 20px;
color: #727272;
}
.tickets_list .tickets_body .tickets_detail .btn_batch:hover {
color: #f22e00;
}
/*
* @ index style
* @ Copyright 2014
* @ http://www.tp-shop.cn
* @ @zmhan.zhu
* @ update 2014-12-23
*/
.informations {
background-color: #fff;
height: 100px;
padding: 25px 0;
margin-bottom: 10px;
}
.informations li {
float: left;
height: 100px;
border-right: 1px dashed #ddd;
}
.informations .in_01 {
width: 250px;
padding-left: 145px;
position: relative;
}
.informations .in_01 .personal_head {
position: absolute;
top: 5px;
left: 30px;
}
.informations .in_01 .personal_head img {
width: 84px;
height: 84px;
border: 1px solid #f1f1f1;
padding: 2px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.informations .in_01 h2 {
font-family: "Microsoft Yahei";
font-size: 16px;
font-weight: 100;
position: relative;
top: 15px;
top:0px\0;
}
.informations .in_01 span {
word-wrap: break-word;
word-break: break-all;
}
.informations .usertitle {
color: #fff;
display: block;
font-size: 12px;
font-weight: bold;
height: 20px;
line-height: 20px;
margin: 3px 0;
text-align: center;
width: 100px;
background: url("../image/bg_usertitle.png") left top no-repeat;
}
.informations .usertitle:hover {
background-position: left bottom;
text-decoration: none;
}
.informations .in_01 .greeting {
color: #9c9c9c;
font-size: 12px;
line-height: 20px;
font-family: "宋体";
}
.informations .in_02 {
width: 300px;
position: relative;
}
.informations .in_02 .icon_purse {
/* position: absolute; */
top: 30px;
left: 100px;
}
.informations .in_02 .inf_purse {
color: #6c6c6c;
margin-top: 30px;
margin-left: 137px;
}
.informations .in_02 .num a {
color: #f22e00;
font-weight: bold;
}
.informations .in_03 {
width: 255px;
padding-left: 45px;
border-right: 0;
}
.informations .account_security {
margin-top: 30px;
}
.informations .title,
.informations .progress_bar,
.informations .security_tips,
.informations .security_up {
display: inline-block;
*display: inline;
zoom: 1;
}
.informations .title {
color: #6c6c6c;
margin-right: -4px;
}
.informations .progress_bar {
position: relative;
top: 3px;
*top: 0;
left: 0;
width: 80px;
height: 12px;
background-color: #eee;
}
.informations .progress {
height: 12px;
background-color: #4D8B10;
}
.informations .security_tips {
color: #f22e00;
margin-left: 5px;
*margin-left: 10px;
}
.informations .security_up {
margin-left: 5px;
}
.informations .genre {
margin-top: 8px;
}
.informations .genre li {
display: inline-block;
*display: inline;
zoom: 1;
border: 0;
height: 20px;
line-height: 20px;
width: 125px;
color: #6c6c6c;
}
.informations .genre li i {
margin-right: 5px;
margin-top: -2px;
*margin-top: 0;
}
.informations .genre .blue {
margin-left: 5px;
}
.informations .genre .red {
color: #f22e00;
margin-left: 5px;
}
.informations .jfgenre{
margin-top:4px;
}
.informations .jfgenre li{
color:#9c9c9c;
margin-left:-2px;
}
.middle_infor {
float: left;
width: 750px;
}
.right_infor {
margin-left: auto;
width: 240px;
}
.view_all_order {
border-top: 1px solid #eee;
margin-top: 10px;
padding-top: 10px;
text-align: center;
}
.view_all_order a {
color: #6c6c6c;
}
.view_all_order a:hover {
color: #f22e00;
text-decoration: none;
}
.items_collect,
.my_card,
.related,
.my_cart {
margin-top: 10px;
background-color: #ffffff;
padding: 15px;
width: 340px;
}
.items_collect .cell_title,
.my_card .cell_title,
.related .cell_title,
.my_cart .cell_title {
font-weight: bold;
margin-bottom: 10px;
font-size: 14px;
}
.items_collect .null,
.my_card .null,
.related .null,
.my_cart .null {
height: 100px;
line-height: 100px;
text-align: center;
}
.items_collect li:hover .mask,
.my_cart li:hover .mask {
display: block;
}
.items_collect img,
.my_cart img {
width: 100px;
height: 100px;
}
.items_collect .mask,
.my_cart .mask {
display: none;
color: #fff;
width: 80px;
height: 65px;
padding: 25px 10px 10px;
position: relative;
left: 0;
_left: 26px;
top: -100px;
z-index: 1;
background: url(../images/mask.png) repeat;
}
.items_collect .mask .items_tit,
.my_cart .mask .items_tit,
.items_collect .mask span,
.my_cart .mask span {
display: block;
}
.items_collect .mask .items_tit,
.my_cart .mask .items_tit {
color: #fff;
}
.items_collect .mask .items_tit:hover,
.my_cart .mask .items_tit:hover {
text-decoration: none;
}
.items_collect .mask .goods_name,
.my_cart .mask .goods_name {
height: 35px;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
.items_collect .mask .num,
.my_cart .mask .num {
margin-top: 2px;
}
.items_collect {
float: left;
}
.my_card {
margin-left: auto;
}
.my_card .icon_card_bg {
display: block;
margin-left: 10px;
color: #fff;
background: url(../images/card_bg.png) no-repeat;
height: 100px;
width: 80px;
text-align: center;
}
.my_card .icon_card_bg:hover {
text-decoration: none;
}
.my_card .icon_card_bg span {
display: block;
line-height: 20px;
cursor: pointer;
}
.my_card .icon_card_bg .num {
font-size: 32px;
padding-top: 5px;
height: 40px;
line-height: 40px;
}
.my_card .icon_card_bg em {
font-size: 16px;
margin-left: -3px;
}
.my_card .icon_card_bg .card_type {
height: 20px;
margin-top: -5px;
font-size: 16px;
font-family: "Microsoft Yahei";
}
.my_card .icon_card_bg .full_cut {
height: 20px;
color: #fff4a5;
margin-top: 18px;
}
.related {
width: auto;
}
.related .ui_tab_nav {
margin-bottom: 0;
height: auto;
}
.related .ui_tab_nav a,
.related .ui_tab_nav .v_line {
display: inline-block;
*display: inline;
zoom: 1;
}
.related .ui_tab_nav li {
position: relative;
}
.related .ui_tab_nav a {
width: 120px;
text-align: center;
height: 20px;
line-height: 20px;
background-color: #fff;
border: 0;
padding: 0 0 5px 0;
display: block;
}
.related .ui_tab_nav a:hover {
color: #f22e00;
}
.related .ui_tab_nav .active a {
color: #f22e00;
}
.related .ui_tab_nav .v_line {
margin: 0;
position: absolute;
right: 0;
top: 3px;
}
.related .ui_tab_content {
border-top-color: #ddd;
border-width: 2px 0 0;
}
.related .ui_tab_content .ui_panel {
padding: 15px 0 0;
}
.related .browse_related_list .prev,
.related .browse_related_list .next {
top: 95px;
}
.related .browse_related_list .slide_box {
width: 680px;
}
.related .browse_related_list .slide_box li {
width: 160px;
height: 208px;
margin: 0 5px;
text-align: center;
}
.related .browse_related_list .slide_box a {
width: 158px;
height: 206px;
display: block;
border: 1px solid #fff;
color: #6c6c6c;
}
.related .browse_related_list .slide_box a:hover {
border-color: #f22e00;
text-decoration: none;
}
.related .browse_related_list .slide_box a:hover .items_tit {
color: #f22e00;
}
.related img {
width: 150px;
height: 150px;
}
.related .items_tit,
.related .num {
width: 100%;
_width: 93%;
display: block;
margin: 0 5px;
}
.related .items_tit {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-top: 5px;
}
.related .num {
color: #f22e00;
text-align: left;
font-weight: bold;
}
.my_cart {
margin-top: 0;
width: auto;
padding: 15px 10px;
}
.my_cart .cell_title {
margin-bottom: 1px;
}
.my_cart .browse_related_list {
overflow: hidden;
}
.my_cart .null {
height: 400px;
line-height: 400px;
}
.my_cart .cell_title {
padding-left: 5px;
}
.my_cart li {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
margin: 5px;
width: 100px;
height: 100px;
}
.express_tracer {
display: inline-block;
*display: inline;
zoom: 1;
text-align: center;
}
/* 快递信息 popTip style */
.express_info {
display: none;
padding-top: 6px;
z-index: 1;
}
.express_info .express_title {
color: #6c6c6c;
height: 20px;
line-height: 20px;
border-bottom: 1px solid #ddd;
padding-bottom: 7px;
}
.express_info .express_title span {
float: left;
}
.express_info .express_title .name {
margin-right: 10px;
}
.express_info .express_details {
margin-top: 10px;
}
.express_info li {
position: relative;
padding-left: 15px;
margin: 10px 0;
}
.express_info li i {
background: url(../images/square.png) no-repeat 0 0;
width: 6px;
height: 6px;
position: absolute;
left: 0;
top: 8px;
}
.express_info li p {
display: inline-block;
*display: inline;
zoom: 1;
}
.express_info li.red_c i {
background-position: 0 -7px;
}
.return_area .return_success_tip span {
width: 60px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .return_success_tip h3 {
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .mt_40 {
margin-top: 40px;
}
.return_area .return_success {
padding-left: 70px;
}
.return_area .return_info_self {
padding-top: 43px;
}
.return_area .return_info_bg {
background: url(../images/return_info_bg.png) no-repeat top left;
width: 970px;
height: 20px;
position: absolute;
top: -1px;
left: -20px;
}
.return_area .return_persion_info {
color: #3c3c3c;
margin: 0 54px 15px;
padding-bottom: 5px;
border-bottom: 2px solid #ddd;
}
.return_area .return_persion_info span {
height: 24px;
line-height: 24px;
}
.return_area .return_persion_info input {
vertical-align: middle;
margin-right: 5px;
}
.return_area .fill_info {
color: #3c3c3c;
margin-bottom: 20px;
margin-left: 70px;
}
.return_area .fill_info .add_address {
border: 1px solid #ddd;
padding: 20px;
width: 630px;
}
.return_area .fill_info li {
height: 24px;
line-height: 24px;
margin-bottom: 12px;
}
.return_area .fill_info li input {
border: 1px solid #ddd;
padding: 2px 5px;
height: 18px;
line-height: 18px;
width: 105px;
vertical-align: middle;
}
.return_area .fill_info li input:focus {
border: 1px solid #aaa;
}
.return_area .fill_info span {
display: inline-block;
*display: inline;
zoom: 1;
height: 24px;
line-height: 24px;
}
.return_area .fill_info .warning {
vertical-align: middle;
}
.return_area .fill_info .mes_tip {
margin-right: 5px;
}
.return_area .fill_info em.red {
margin-right: 3px;
}
.return_area .fill_info .or {
margin: 0 20px 0 5px;
}
.return_area .fill_info .fixed_tel {
width: 126px;
}
.return_area .fill_info .detail_address {
width: 359px;
}
.return_area .fill_info .zSelect {
position: relative;
width: 115px;
}
.return_area .fill_info .zSelect .current span {
width: 91px;
}
.return_area .fill_info .zSelect_options {
left: -1px;
top: 23px;
border-top: 0;
}
.return_area .fill_info .zSelect_options li {
width: 105px;
margin-bottom: 0;
}
.return_area .fill_info select {
height: 24px;
line-height: 24px;
border: 1px solid #ddd;
}
.return_area .fill_info .warning .icon_warning {
margin-right: 5px;
}
.return_data .return_account_tip {
border: 1px solid #ddd;
padding: 48px 4px 45px 4px;
width: 630px;
text-align: center;
}
.return_data .return_account_tip a {
color: #0066cc;
}
.return_area .return_account_tip .tip2{
margin-top: 5px;
}
.return_area .return_address .tips {
margin-top: 3px;
}
.return_area .return_address label {
display: block;
float: none!important;
}
.return_area .return_address .new_address {
display: inline-block;
*display: inline;
zoom: 1;
}
.return_area .return_address .new_address span {
height: auto;
line-height: normal;
}
.return_area .return_address .new_address .edit_address {
color: #0066cc;
margin-left: 10px;
}
.return_area .return_address .add_address {
margin-top: 5px;
/*display: none;*/
}
.return_area .return_address .button {
padding-left: 75px;
margin-top: 20px;
margin-bottom: 0;
}
.return_area .return_address .button button {
color: #fff;
}
.return_area .return_address .aa {
margin-bottom: 40px;
position: relative;
}
.return_area .return_address .aa .warning {
position: absolute;
left: 75px;
top: 23px;
}
.return_area .return_data {
margin-bottom: 30px;
}
.return_area .return_data .add_address {
padding-top: 0;
}
.return_area .return_data .td_01 {
margin-bottom: 6px;
margin-top: 14px;
}
.return_area .return_data .mes_tip {
width: 95px;
text-align: right;
}
.return_area .return_data .bank {
width: 210px;
margin-right: 5px;
*margin-right: 10px;
}
.return_area .return_data .select {
width: 45px;
height: 24px;
border: 1px solid #ddd;
background-color: #eee;
vertical-align: middle;
}
.return_area .return_data .select:hover {
border-color: #aaa;
color: #f22e00;
}
.return_area .return_data .agreement {
margin-top: -1px;
}
.return_area .return_data .agreement label {
float: none;
}
.return_area .return_data .agreement a {
color: #0066cc;
}
.return_area .process_right .tips_box {
margin-top: 10px;
}
.return_area .process_right .tips_box h3 span {
color: #3c3c3c;
font-weight: normal;
}
.return_area .process_right .tips_box .tips {
margin-top: 10px;
background-color: #fff0e7;
color: #c66e33;
width: 540px;
padding: 8px 10px;
}
.return_area .return_details .process_goods {
padding-bottom: 20px!important;
}
.return_area .return_details .return_order_details {
margin-left: 54px;
border: 1px solid #ddd;
border-bottom: 0;
width: 560px;
margin-bottom: 20px;
}
.return_area .return_details .return_order_details dl {
border-bottom: 1px solid #ddd;
background-color: #F9F9F9;
}
.return_area .return_details .return_order_details dt {
padding: 7px 0 7px 10px;
font-weight: bold;
color: #6c6c6c;
width: 90px;
line-height: 20px;
}
.return_area .return_details .return_order_details dd {
width: 439px;
border-left: 1px solid #ddd;
line-height: 20px;
padding: 7px 10px;
display: block;
color: #9c9c9c;
min-height: 20px;
background-color: #fff;
}
.return_area .return_details .return_order_details dd .num {
font-weight: bold;
}
.return_area .return_details .return_order_details .td_02 {
width: 404px;
}
.return_area .return_details .return_order_details .td_03 {
width: 34px;
text-align: center;
padding: 0;
min-height: 34px;
}
.return_area .return_details .return_order_details .td_03 i {
margin-top: 10px;
}
.return_area .return_details .return_order_details.success {
margin-bottom: 40px;
}
.return_area .return_details .title {
margin: 40px 0 15px 54px;
font-size: 16px;
font-weight: bold;
color: #3c3c3c;
}
.return_area .return_details .tips_box {
margin-left: 54px;
margin-bottom: 25px;
}
.return_area .fill_info .return-city {
height:auto;
margin-bottom:0;
}
.return_area .fill_info .provinceredshow, .return_area .fill_info .provincegreyshow , .return_area .fill_info .addresshow,
.return_area .fill_info .cardredshow, .return_area .fill_info .cardgreyshow , .return_area .fill_info .cardaddresshow {
width:400px;
margin-left:65px;
}
.my_order {
padding-top: 12px;
}
.my_order .zSelect .options {
top: 25px;
}
.my_order .ui_tab_nav {
margin-bottom: 0;
height: auto;
}
.my_order .ui_tab_nav li {
position: relative;
}
.my_order .ui_tab_nav a,
.my_order .ui_tab_nav .v_line {
display: inline-block;
*display: inline;
zoom: 1;
}
.my_order .ui_tab_nav a {
width: 120px;
text-align: center;
height: 20px;
line-height: 20px;
background-color: #fff;
border: 0;
padding: 0 0 5px 0;
display: block;
}
.my_order .ui_tab_nav a:hover {
color: #f22e00;
}
.my_order .ui_tab_nav .active a {
color: #f22e00;
}
.my_order .ui_tab_nav .v_line {
margin: 0;
position: absolute;
right: 0;
top: 3px;
}
.my_order .ui_tab_content {
border-top: 2px solid #eee;
}
.my_order .ui_tab_content .ui_panel {
padding: 0;
}
.my_order .query_area {
position: relative;
margin-top: 20px;
padding-left: 15px;
}
.my_order .query_area .default .default_left,
.my_order .query_area .default .default_left {
display: inline-block;
*display: inline;
zoom: 1;
}
.my_order .query_area .inquery {
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 50px;
height: 26px;
text-align: center;
margin-left: 5px;
*margin-left: 10px;
float: left;
}
.my_order .query_area .inquery:hover {
color: #f22e00;
border-color: #999;
}
.my_order .operating {
margin-bottom: 10px;
height: 28px;
line-height: 28px;
}
.my_order .operating label {
margin: 0 10px;
}
.my_order .operating input {
vertical-align: middle;
margin-right: 5px;
margin-top: -1px;
}
.my_order .operating label,
.my_order .operating .btn_batch_con {
float: left;
}
.my_order .btn_batch_con {
height: 24px;
line-height: 24px;
width: 90px;
text-align: center;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #fff;
color: #6c6c6c;
position: static;
margin-top: 2px;
}
.my_order .btn_batch_con:hover {
text-decoration: none;
color: #f22e00;
border-color: #ccc;
}
.my_order .check {
position: relative;
left: 10px;
top: 2px;
}
.select_more {
display: none;
margin-bottom: 20px;
}
.order_select {
margin-bottom: 20px;
}
.order_select .order_select_l {
float: left;
*display: inline;
width: 300px;
}
.order_select .order_select_l .select_name {
float: left;
height: 20px;
line-height: 20px;
width: 228px;
padding: 2px 5px;
border: 1px solid #ddd;
}
.order_select .order_select_r {
float: left;
*display: inline;
width: 370px;
margin-left: 60px;
}
.order_select .order_select_type {
height: 26px;
line-height: 26px;
margin-bottom: 10px;
}
.order_select .l_type_select {
float: left;
margin-right: 120px;
}
.order_select .l_type_select span.txt {
float: left;
height: 26px;
line-height: 26px;
}
.order_select .l_type_select .zSelect {
width: 153px;
height: 24px;
line-height: 24px;
float: left;
margin-bottom: 0;
}
.order_select .l_type_select .zSelect li {
width: 173px;
}
.order_select .select_r_top .more {
height: 26px;
line-height: 26px;
}
.order_select .select_r_top .more:hover {
text-decoration: none;
}
.order_select .select_r_top .more em {
margin-top: -3px;
*margin-top: 0;
}
.order_select .select_r_top em {
margin-left: 5px;
}
.order_select .select_r_top .zSelect {
width: 173px;
height: 24px;
float: left;
*display: inline;
line-height: 24px;
margin-right: 60px;
margin-bottom: 0;
}
.order_select .select_r_top .zSelect li {
width: 193px;
}
.order_select .r_select_time {
float: left;
}
.order_select .r_select_time .txt,
.order_select .r_select_time .txt-cen {
float: left;
height: 26px;
}
.order_select .r_select_time .txt-cen {
margin: 0 10px;
}
.order_select .r_select_time input {
width: 124px;
height: 16px;
float: left;
line-height: 16px;
padding: 4px 6px;
border: 1px solid #DDD;
vertical-align: middle;
}
.order_select .r_select_time input:focus {
outline: none;
}
.order_select .r_select_send {
height: 26px;
line-height: 26px;
}
.order_select .r_select_send .txt,
.order_select .r_select_send label,
.order_select .r_select_send input {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_select .r_select_send label {
margin-right: 20px;
}
.order_select .r_select_send label input {
margin-right: 5px;
vertical-align: middle;
float: none;
}
.order_select .r_select_send .self {
margin-right: 33px;
*margin-right: 24px;
}
.order_select .r_select_send .text {
width: 66px;
height: 16px;
line-height: 16px;
margin-left: -12px;
padding: 4px 6px;
border: 1px solid #DDD;
vertical-align: middle;
}
.order_select .r_select_send .text:focus {
outline: none;
}
.order_select_btn {
clear: left;
height: 28px;
margin-top: 20px;
padding-left: 60px;
}
.order_select_btn .btn_pay {
color: #fff;
}
.order_title {
height: 38px;
line-height: 38px;
border: 1px solid #ddd;
background-color: #eee;
text-align: center;
margin-bottom: 10px;
}
.order_title li {
float: left;
}
.order_title .th_01 {
width: 710px;
}
.order_title .th_02,
.order_title .th_03 {
width: 128px;
}
.order_list table {
border: 1px solid #f1f1f1;
margin-bottom: 15px;
}
.order_list table:hover {
border-color: #ccc;
}
.order_list .list_top {
height: 40px;
line-height: 40px;
background-color: #f9f9f9;
}
.order_list .shop_name {
color: #3c3c3c;
}
.order_list .shop_name:hover {
color: #0066cc;
text-decoration: none;
}
.order_list .contact {
margin-bottom: -3px;
}
.order_list .icon_contact_no{
margin-bottom:0px;
}
/*
.order_list .icon_contact {
background: url(../images/contact.gif) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
*display: inline;
zoom: 1;
}
*/
.order_list .chat-icon {
display: inline-block;
vertical-align: middle;
*display: inline;
zoom: 1;
}
/*
.order_list .chat-online {
background: url(../images/contact.gif) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .offline {
background: url(../images/sprite_icon.png) -283px -95px no-repeat;
width: 16px;
height: 16px;
line-height: 16px;
display: inline-block;
*display: inline;
zoom: 1;
}
*/
/*.order_list .chat-online {
background: url(../images/contact.gif) no-repeat;
display: inline-block;
*display: inline;
zoom: 1;
}*/
/*
.order_list .chat-icon span{
font-size: 0;
}
*/
.order_list .order_info .check {
top: 2px;
left: 10px;
position: relative;
}
.order_list .order_info .time {
font-weight: bold;
margin-left: 14px;
}
.order_list .order_info .order_No {
margin-left: 30px;
}
.order_list .order_info .order_No small {
color: #9c9c9c;
}
.order_list .order_tip .num,
.order_list .order_tip .btn_pay,
.order_list .order_tip .cancel {
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .order_tip{
position:relative;
}
.order_list .order_tip .deleteOrder{
display:none;
*display:inline;
*zoom:1;
cursor:pointer;
width:41px;
height:41px;
border:1px solid #ccc;
position:absolute;
right:-43px;
top:-1px;
background:#f9f9f9 url(../images/icon_delete.png) -62px center no-repeat;
z-index: 9;
}
.order_list .order_tip .deleteOrder:hover{
background-position:-62px center;
}
.order_list table:hover .deleteOrder,
.order_list .hover .deleteOrder{
display:inline-block;
}
.order_list .order_tip .num {
font-weight: bold;
padding-right: 15px;
}
.order_list .order_tip .num em {
font-size: 12px;
}
.order_list .order_tip .btn_pay {
color: #fff;
margin-right: 15px;
margin-top: -4px;cursor: pointer;
*margin-top: 0;
*
}
.order_list .order_tip .goods_payment {
color: #3c3c3c;
font-weight: bold;
margin-right: 15px;
}
.order_list .order_tip .cancel {
color: #0066cc;
padding-right: 15px;
}
.order_list .list_cont td {
border-bottom: 1px solid #f1f1f1;
}
.order_list .list_cont.last td {
border-bottom: 0;
}
.order_list .list_cont .td_01 {
width: 670px;
padding: 15px 15px 0 30px;
*padding-bottom: 15px;
}
.order_list .list_cont .td_02,
.order_list .list_cont .td_03 {
/*padding-top: 52px;*/
width: 129px;
text-align: center;
vertical-align: middle;
border-left: 1px solid #f1f1f1;
}
.order_list .list_cont .td_02 p,
.order_list .list_cont .td_03 p {
margin-bottom: 6px;
}
.order_list .list_cont .td_02 p.express_tracer,
.order_list .list_cont .td_03 p.express_tracer {
margin-bottom: 0;
}
.order_list .list_cont .td_02 a,
.order_list .list_cont .td_03 a {
color: #3c3c3c;
}
.order_list .list_cont .td_02 a:hover,
.order_list .list_cont .td_03 a:hover {
color: #0066cc;
}
.order_list .list_cont .td_02 .appraisal,
.order_list .list_cont .td_03 .appraisal {
color: #0066cc;
}
.order_list .list_cont .td_02 .btn_pay,
.order_list .list_cont .td_03 .btn_pay {
color: #fff;
}
.order_list .list_cont .td_02 .btn_pay:hover,
.order_list .list_cont .td_03 .btn_pay:hover {
color: #fff;
}
.order_list .list_cont .td_02 .btn-02,
.order_list .list_cont .td_03 .btn-02 {
color: #6c6c6c;
}
.order_list .list_cont .td_02 .btn-02:hover,
.order_list .list_cont .td_03 .btn-02:hover {
color: #f22e00;
text-decoration: none;
}
.order_list .list_cont .list_title {
margin-bottom: 15px;
}
.order_list .list_cont .package_number {
margin-right: 23px;
font-weight: bold;
background-color: #FFE6E6;
width: 60px;
text-align: center;
height: 24px;
line-height: 24px;
color: #6c6c6c;
display: inline-block;
*display: inline;
zoom: 1;
}
.order_list .list_cont .global_icon {
width: 58px;
height: 24px;
background:url(../images/global_icon.jpg) center no-repeat;
vertical-align: middle;
display: inline-block;
*margin-right: 5px;
}
.order_list .list_cont .list_main a {
margin-right: 15px;
margin-bottom: 15px;
float: left;
border: 1px solid #f1f1f1;
}
.order_list .list_cont .list_main a:hover {
border-color: #ddd;
}
.order_list .list_cont .list_main a img {
width: 78px;
height: 78px;
line-height: 78px;
display: block;
}
.order_list .paying {
border: 1px solid #ffe6e6;
}
.order_list .paying .list_top {
background-color: #fff4f4;
}
.order_list .paying .list_cont td {
border-bottom: 1px solid #ffe6e6;
}
.order_list .paying .list_cont .td_02,
.order_list .paying .list_cont .td_03 {
border-left: 1px solid #ffe6e6;
}
.order_list .paying .list_cont.last td {
border-bottom: 0;
}
.order_list .paying:hover {
border-color: #fec1c1;
}
.order_details .order_tip {
position: relative;
z-index: 2;
border: 1px dashed #ffd9b3;
background-color: #fffdee;
}
.order_details .g-tsp {
padding: 10px 0;
text-indent: 30px;
color: #6c6c6c ;
}
.order_details .g-tsp span {
color: #f00;
}
.order_details .g-tsp a {
color: #06c;
}
.order_details .order_tip_tit {
padding: 10px 15px;
border-bottom: 1px dashed #ffd9b3;
height: 28px;
line-height: 28px;
}
.order_details .order_tip_tit h3 {
float: left;
font-size: 14px;
padding-left: 15px;
font-weight: bold;
}
.order_details .order_tip_tit .print {
float: right;
color: #6c6c6c;
}
.order_details .info_box {
/*shirley*/
position: relative;
margin: 5px 0;
}
.order_details .info_box .num {
color: #f22e00;
display: inline-block;
}
.order_details .info_L,
.order_details .info_R,
.order_details .msg_L,
.order_details .msg_R {
display: inline-block;
*display: inline;
zoom: 1;
}
.order_details .info_L {
color: #6c6c6c;
vertical-align: top;
}
.order_details .ui_poptip {
margin-top: 10px;
display: none;
}
.order_details .ui_poptip .poptip_up em {
border-bottom-color: #ffd9b3;
}
.order_details .ui_poptip .ui_poptip_container {
box-shadow: none;
border-color: #ffd9b3;
}
.order_details .money_info .icon_order_up {
position: absolute;
left: 50%;
top: -6px;
}
.order_details .money_info li {
margin: 3px 0;
}
.order_details .money_info .msg_L {
text-align: left;
width: 80px;
}
.order_details .money_info .msg_R {
text-align: right;
width: 140px;
}
.order_details .money_info .num {
color: #6c6c6c;
}
.order_details .money_info .rmb {
margin-left: 2px;
}
.order_details .money_info .lump_sum {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #ddd;
}
.order_details .money_info .lump_sum .msg_L {
font-weight: bold;
}
.order_details .money_info .lump_sum .num {
color: #f22e00;
}
.order_details .df {
font-weight: bold;
}
.order_details .btn_to_pay {
color: #fff;
}
.order_details .way_tips {
color: #6c6c6c;
}
.order_details .again {
margin-top: 10px;
border-top: 1px dashed #ddd;
padding-top: 20px;
}
.order_details .order_tip_info {
padding: 5px 30px;
}
.order_details .ui_tab {
position: relative;
}
.order_details .ui_tab_nav {
margin-bottom: -2px;
}
.order_details .ui_tab_content {
border: 1px solid #eee;
}
.order_details .ui_tab_content .ui_panel {
padding: 15px 30px;
display: none;
}
.order_details .order_info {
margin-top: 30px;
}
.order_details .ui_tab {
position: relative;
}
.order_details .order_info h3 {
font-weight: bold;
margin: 20px 0 10px 20px;
}
.order_details .opeating {
position: absolute;
right: 0;
top: 0;
}
.order_details .opeating .btn_pay {
color: #fff;
margin-right: 10px;
}
.order_details .package_L,
.order_details .package_R {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .package_info {
border: 1px solid #ddd;
background-color: #f9f9f9;
}
.order_details .package_L {
padding: 15px;
width: 192px;
}
.order_details .package_R {
border-left: 1px solid #ddd;
padding: 30px 50px;
width: 773px;
min-height: 130px;
background-color: #fff;
}
.order_details .btn_again {
color: #6c6c6c;
}
.order_details .btn_again:hover {
text-decoration: none;
}
.order_details .details_info {
margin-top: 40px;
height: 120px;
overflow: hidden;
}
.order_details .details_info .show {
display: block;
}
.order_details .details_info li {
width: 100%;
*margin-top: -2px;
}
.order_details .details_info .timer,
.order_details .details_info .time_item {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .details_info .timer {
width: 80px;
padding-left: 100px;
}
.order_details .details_info .timer span {
display: block;
}
.order_details .details_info .time_item {
border-left: 1px solid #ddd;
padding-left: 30px;
height: 40px;
width: 70%;
}
.order_details .details_info .active {
color: #cc2c00;
}
.order_details .order_click {
margin-left: 158px;
margin-top: 15px;
}
.order_details .order_click a {
border: 1px solid #ddd;
display: inline-block;
*display: inline;
zoom: 1;
padding: 2px 10px 2px 5px;
color: #3c3c3c;
}
.order_details .order_click a:hover {
text-decoration: none;
}
.order_details .order_click i {
left: 4px;
top: -1px;
*top: 0;
}
.order_details .tit_05,
.order_details .cont_05 {
*width: 14.8%;
}
.cont_05 span{
display: block;
padding: 0 10px;
}
.order_details .details_list {
margin-top: 0;
}
.order_details .details_list_tit ul {
padding: 0 20px;
}
.order_details .details_list_cont {
padding: 15px 0;
}
.order_details .details_list_cont .item_details {
border-bottom: 1px dashed #ddd;
margin-bottom: 15px;
padding-bottom: 15px;
}
.order_details .details_list_cont .item_details.last {
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.order_details .details_list_cont ol {
padding: 0 20px;
}
.order_details .details_list_cont .list_premiums {
padding: 0 20px;
}
.order_details .details_list_cont li {
height: 60px;
vertical-align: bottom;
position: relative;
}
.order_details .details_list_cont .num {
color: #3c3c3c;
}
.order_details .details_list_cont .item_container {
text-align: left;
}
.order_details .details_list_cont .item_img,
.order_details .details_list_cont .item_meta {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.order_details .details_list_cont .item_meta .global_icon{
width: 58px;
height: 16px;
background:url(../images/global_icon.jpg) center no-repeat;
display: inline-block;
*margin-right: 5px;
}
.order_details .details_list_cont .item_img {
border: 1px solid #f1f1f1;
height: 58px;
line-height: 58px;
margin-right: 6px;
width: 58px;
}
.order_details .details_list_cont .item_img:hover {
border-color: #ddd;
}
.order_details .details_list_cont .item_img img {
width: 58px;
height: 58px;
}
.order_details .details_list_cont .item_meta {
width: 350px;
height: 60px;
line-height: 20px;
overflow: hidden;
}
.order_details .details_list_cont .item_meta a {
color: #3c3c3c;
}
.order_details .details_list_cont .item_meta a:hover {
color: #0066cc;
}
.order_details .details_list_cont .item_meta .premiums {
display: inline-block;
*display: inline;
zoom: 1;
background-color: #ff9999;
color: #fff;
padding: 1px 3px;
margin-right: 5px;
height: 14px;
line-height: 14px;
}
.order_details .details_list_cont .item_meta .premiums:hover {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.order_details .details_list_cont .item_meta .fresh_color {
background-color: #7abd54;
}
.order_details .order_name,
.order_details .premiums {
position: relative;
left: 0;
top: -3px;
}
.order_details .premiums {
top: -2px;
}
.order_details .list_premiums {
margin-top: 15px;
}
.order_details .list_premiums li {
height: 40px;
position: relative;
}
.order_details .list_premiums .item_img {
height: 38px;
width: 38px;
line-height: 38px;
margin: 0 16px 0 10px;
}
.order_details .list_premiums .item_img img {
height: 38px;
width: 38px;
}
.order_details .list_premiums .item_meta {
height: 40px;
line-height: 20px;
}
.order_details .list_premiums .item_meta .premiums {
*top: 0;
}
.order_details .list_premiums .t2-cg {
background: #f1f1f1;
display: block;
height: 15px;
left: 29px;
*left: 32px;
position: absolute;
top: -16px;
width: 1px;
}
.order_details .list_premiums .t2-cg .icon_triangle {
bottom: -1px;
left: 0;
margin-left: -4px;
position: absolute;
}
/***
* @authors jun.wang
* @description account_balance style
* @date 2015年10月15日 11:44:57
*/
.balance .message {
position: relative;
padding: 29px 0;
height: 40px;
line-height: 40px;
text-align: center;
margin-bottom: 20px;
}
.balance .message .num {
color: #f22e00;
font-weight: bold;
}
.balance .message .status {
color: #f22e00;
font-weight: bold;
font-size:14px;
}
.balance .message .txt {
font-size: 12px;
font-family: "宋体";
color:#666666;
}
.balance .message ul {
overflow: hidden;
margin: 0 80px;
}
.balance .message li {
height: 40px;
line-height: 40px;
border: none;
}
.balance .message i {
display: inline-block;
zoom: 1;
float: left;
}
.balance .message div{
margin-left: 30px;
text-align: left;
}
.balance .message p {
height: 16px;
line-height: 16px;
}
.balance .message .mes_02 {
margin-left: 95px;
}
.balance .message .mes_03 i {
position: relative;
top: 12px;
margin-left: 10px;
cursor: pointer;
}
.balance .message .tip {
padding: 0 10px;
background: #FFFFFF;
border:1px solid #FDDBAA;
position: absolute;
left: 270px;
top: 67px;
display: none;
}
.balance .message .mes_04 {
position: relative;
}
.balance .message .mes_04 .activation {
position: absolute;
width: 300px;
color: #dddddd;
}
.balance .message .mes_04 .txt{
padding-left: 95px;
}
.balance .message .mes_04 .blue{
cursor: pointer;
}
.balance .message .mes_05 {
margin-left: 110px;
}
.balance .message .mes_05 a {
display: inline-block;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
padding: 0px 40px;
background: #f9f9f9;;
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
text-decoration: none;
}
.balance .message .mes_05 .invalid {
color: #dddddd;
}
.balance .details_list li {
color: #6c6c6c;
}
.balance .details_list .noRecord {
line-height: 30px;
color: #3c3c3c;
}
.g-dlg-st {
width:660px;
height: 382px;
background: #FFFFFF;
}
.g-dlg-st .g-hd {
padding: 0 15px;
height: 40px;
line-height: 40px;
background: #f9f9f9;
color: #333;
font-weight: bold;
font-size: 14px;
position: relative;
}
.g-dlg-st .g-hd span{
font-size: 18px;
color: #68767b;
font-family: Helvetica, STHeiti;
position: absolute;
right: 15px;
top:0px;
cursor: pointer;
}
.g-dlg-st .g-st-1 {
position: relative;
width: 340px;
margin: 0 auto;
}
.g-dlg-st .g-st-1 ul {
margin-top: 38px;
}
.g-dlg-st .g-st-1 ul li {
height: 26px;
line-height: 26px;
}
.g-dlg-st .g-st-1 input {
width: 200px;
height: 23px;
line-height: 23px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .g-st-1 .label {
display: inline-block;
width: 100px;
text-align: right;
height: 23px;
line-height: 23px;
*line-height: 23px;
}
.g-dlg-st .g-st-1 .content {
margin-left: 2px;
}
.g-dlg-st .g-st-1 ul a {
height: 23px;
line-height: 23px;
padding: 0px 8px;
display: inline-block;
}
.g-dlg-st .g-st-1 .u-gcode {
background: #F5F5F5;
border: 1px solid #ddd;
color: #333333;
}
.g-dlg-st .g-st-1 .u-ci {
width: 80px;
border: 1px solid #CCCCCC;
color: #CCCCCC;
}
.g-dlg-st .g-st-1 .disable {
cursor:default;
background: #F5F5F5;
border: 1px solid #ddd;
color: #cccccc;
text-decoration: none;
}
.g-dlg-st .g-st-1 .second {
margin-left: 102px;
margin-top: 2px;
line-height: normal;
}
.g-dlg-st .g-st-1 .last {
margin-top: 28px;
}
.g-dlg-st .g-st-1 .last a{
margin-left: 10px;
}
/*
.g-dlg-st .g-st-1 .item {
color: #333333;
margin-top: 32px;
height: 30px;
line-height: 30px;
}
.g-dlg-st .g-st-1 .item input {
height: 20px;
line-height: 20px;
border: 1px solid #ddd;
padding: 2px 4px;
}
.g-dlg-st .g-st-1 .item i{
cursor: pointer;
}
.g-dlg-st .g-st-1 .item label {
text-align: right;
width: 100px;
display: inline-block;
height: 30px;
line-height: 30px;
*line-height: 30px;
}
.g-dlg-st .g-st-1 .item .content {
margin-left: 2px;
display: inline-block;
*display:inline;
*zoom:1;
}
.g-dlg-st .g-st-1 .tip {
margin:1px 0px 0px 102px;
}
.g-dlg-st .g-st-1 .first {
margin-top: 38px;
}
.g-dlg-st .g-st-1 .second {
margin-top: 13px;
}
.g-dlg-st .g-st-1 .first input{
width: 200px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .g-st-1 .u-ci {
width: 80px;
border: 1px solid #CCCCCC;
color: #CCCCCC;
}
.g-dlg-st .g-st-1 .content a {
height: 23px;
line-height: 23px;
padding: 0px 8px;
display: inline-block;
}
.g-dlg-st .g-st-1 .u-gcode {
background: #F5F5F5;
border: 1px solid #ddd;
color: #333333;
}
.g-dlg-st .g-st-1 .disable {
cursor:default;
background: #F5F5F5;
border: 1px solid #ddd;
color: #cccccc;
}
.g-dlg-st .g-st-1 .disable:hover {
text-decoration: none;
}*/
.g-dlg-st .g-ft {
width: 440px;
margin: 30px auto 0;
text-align: center;
}
.g-dlg-st .g-ft {
width: 200px;
margin: 28px auto;
text-align: center;
}
.g-dlg-st .g-ft .u-next {
width: 81px;
height: 28px;
line-height: 28px;
background: url(../images/icon_next.png) 0 0 no-repeat;
text-decoration: none;
display: inline-block;
}
.g-dlg-st .g-ft .u-next:hover {
background: url(../images/icon_next_hover.png) 0 0 no-repeat;
}
.g-dlg-st .g-ft .u-close {
width: 81px;
height: 28px;
line-height: 28px;
background: url(../images/icon_close.png) 0 0 no-repeat;
text-decoration: none;
display: inline-block;
margin-left: 20px;
}
.g-dlg-st .g-st-2 {
position: relative;
width: 440px;
margin: 24px auto 0;
}
.g-dlg-st .g-st-2 label {
text-align: right;
display: inline-block;
width: 120px;
}
.g-dlg-st .f-i {
margin-top: 27px;
height: 27px;
line-height: 27px;
}
.g-dlg-st .f-i input {
height: 25px;
line-height: 25px;
width:200px;
border: 1px solid #CCCCCC;
}
.g-dlg-st .f-i1 select {
height: 25px;
line-height: 25px;
width: 120px;
border: 1px solid #d7d7d7;
}
.g-dlg-st .f-i1 select.f-sel-2 {
margin-left: 14px;
}
.g-dlg-st .f-i2 a {
*+line-height:19px;
display: inline-block;
text-decoration: none;
background: url(../images/icon_query.png);
width: 80px;
height: 28px;
}
.g-dlg-st .f-i2 button:hover {
background: url(../images/icon_query_hover.png);
}
.g-dlg-st .g-ft a {
text-align: center;
display: inline-block;
}
.g-dlg-st .g-ft .u-apply {
background: url(../images/icon_apply.png);
width: 81px;
height: 28px;
}
.g-dlg-st .g-ft .u-apply:hover {
background: url(../images/icon_apply_hover.png);
}
.g-dlg-st .g-ft .u-close {
margin-left: 20px;
background: url(../images/icon_close.png);
width: 80px;
height: 28px;
}
.g-dlg-if {
width:420px;
height:280px;
background: #FFF;
}
.g-dlg-if .g-hd {
padding: 0 15px;
height: 40px;
line-height: 40px;
background: #f9f9f9;
color: #333;
font-weight: bold;
font-size: 14px;
position: relative;
}
.g-dlg-if .g-hd span{
font-size: 18px;
color: #68767b;
font-family: Helvetica, STHeiti;
position: absolute;
right: 15px;
top:0px;
cursor: pointer;
}
.g-dlg-if .g-info {
width:350px;
margin: 42px auto 0px;
color: #333;
}
.g-dlg-if .g-info .u-hotline {
text-align: center;
color: #333;
}
.g-dlg-if .g-ft {
margin-top: 57px;
text-align: center;
}
.g-dlg-if .g-ft a {
color: #FFF;
display: inline-block;
cursor: pointer;
width:85px;
height: 28px;
line-height: 28px;
background: url(../images/sprite_btn.png);
background-position: 98px -90px;
text-decoration: none;
}
.g-dlg-if .g-ft a:hover {
background-position: 95px -125px;
}
/**account_balance style end**/
/**
* @authors zmh.zhu
* @description evaluation style
* @date 2015-01-15 15:56:21
* @version 1.0
*/
.evaluation .ui_tab_nav a {
padding: 2px 51px 3px;
height: 28px;
line-height: 28px;
}
.evaluation .ui_tab_nav .active a {
border-bottom: 3px;
}
.evaluation .ui_panel {
padding: 10px 0 0 0;
}
.evaluation .success_mes {
display: none;
border: 1px solid #FFCE83;
background-color: #FFFDEE;
height: 78px;
line-height: 78px;
text-align: center;
margin-bottom: 10px;
}
.evaluation .success_mes i,
.evaluation .success_mes p,
.evaluation .success_mes a {
display: inline-block;
*display: inline;
zoom: 1;
}
.evaluation .success_mes p,
.evaluation .success_mes a {
line-height: 20px;
}
.evaluation .success_mes i {
margin-right: 5px;
}
.evaluation .success_mes .num {
color: #f22e00;
margin: 0 5px;
font-family: tahoma;
font-weight: bold;
}
.evaluation .success_mes a {
color: #0066cc;
margin-left: 10px;
}
.evaluation .ui_poptip_arrow {
position: absolute;
z-index: 10;
}
.evaluation .ui_poptip_arrow em,
.evaluation .ui_poptip_arrow span {
position: absolute;
width: 0;
height: 0;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-color: transparent\0;
overflow: hidden;
top: 0;
left: 0;
}
.evaluation .poptip_up {
right: 112px;
top: -10px;
}
.evaluation .poptip_up em {
border-bottom-color: #f22e00;
border-width: 0 10px 10px;
left: 0;
top: -1px;
}
.evaluation .poptip_up span {
border-bottom-color: #fff;
border-width: 0 10px 10px;
}
.evaluation .poptip_left {
left: -8px;
top: 25px;
}
.evaluation .poptip_left em {
border-right-color: #ddd;
border-width: 8px 8px 8px 0;
left: -1px;
top: 0;
}
.evaluation .poptip_left span {
border-right-color: #fff;
border-width: 8px 8px 8px 0;
}
.evaluation .fn_page {
margin-top: 0;
}
.evaluation_cont .evaluation_title {
background-color: #f1f1f1;
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 0 10px;
}
.evaluation_cont .evaluation_title li {
float: left;
height: 38px;
line-height: 38px;
text-align: center;
}
.evaluation_cont .evaluation_title .th_03 {
*width: 19.8%;
}
.evaluation_cont .evaluation_list {
border: 1px solid #f1f1f1;
margin-bottom: 10px;
}
.evaluation_cont .evaluation_list:hover {
border-color: #cecece;
cursor: pointer;
}
.evaluation_cont .evaluation_list .list_block {
border-top: 1px dashed #ddd;
margin: 0 10px;
padding: 20px 0;
}
.evaluation_cont .evaluation_list .list_block:first-child {
border-top: 0;
}
.evaluation_cont .evaluation_list .list_block li {
float: left;
height: 82px;
line-height: 82px;
text-align: center;
}
.evaluation_cont .evaluation_list .td_01 {
text-align: left;
line-height: 20px;
}
.evaluation_cont .evaluation_list .item_img {
border: 1px solid #f1f1f1;
float: left;
height: 80px;
margin-left: 10px;
padding: 1px;
width: 80px;
}
.evaluation_cont .evaluation_list .item_img:hover {
border-color: #ddd;
}
.evaluation_cont .evaluation_list .item_img img {
width: 80px;
height: 80px;
}
.evaluation_cont .evaluation_list .item_name {
float: left;
margin-left: 10px;
max-height: 80px;
overflow: hidden;
width: 80%;
}
.evaluation_cont .evaluation_list .item_name a {
color: #3c3c3c;
display: inline-block;
*display: inline;
zoom: 1;
line-height: 20px;
vertical-align: top;
}
.evaluation_cont .evaluation_list .td_03 {
*width: 19.8%;
}
.evaluation_cont .evaluation_list .td_03 button {
margin-left: 7px;
}
.evaluation_cont .evaluation_list .td_03 .btn_pay {
color: #fff;
}
.evaluation_cont .evaluation_list .td_03 .edit_up {
margin-left: 4px;
}
.evaluation_cont .list_release {
border: 1px solid #ddd;
border-top: 0;
padding-top: 30px;
margin: 0 -1px -1px;
position: relative;
width: 968px;
display: none;
}
.evaluation_cont .list_release:hover {
border-color: #cecece;
}
.evaluation_cont .list_release .top_line {
border-top: 1px solid #f22e00;
position: relative;
top: -30px;
left: 0;
}
.evaluation_cont .list_release .comment_shop {
margin: 0;
border-width: 1px 0 0;
}
.star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.star i {
float: left;
margin-right: 5px;
}
.star i:hover {
cursor: pointer;
}
.comm_box {
padding-left: 60px;
min-height: 1%;
}
.comm_box dt {
float: left;
width: 60px;
height: 20px;
line-height: 25px;
text-align: right;
color: #6c6c6c;
}
.comm_box dt span {
margin-right: 3px;
}
.comm_box dd {
float:left;
width: 790px;
margin: 0 0 15px;
position: relative;
}
.comm_box .star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.comm_box .star i {
float: left;
margin-right: 5px;
}
.comm_box .star .tip,
.comm_box .star .tipb{
color: #f54e25;
float:left;
height: 19px;
line-height: 20px;
}
.comm_box .dd_01 .red {
position: absolute;
top: 3px;
}
.comm_box .dd_02 {
margin-bottom: 0;
padding-bottom: 25px;
}
.comm_box .dd_02 li {
display: inline-block;
*display: inline;
zoom: 1;
margin: 0 4px 10px 0;
*margin-right: 10px;
position: relative;
padding: 0 10px 0 30px;
height: 25px;
line-height: 25px;
cursor: pointer;
border: 1px solid #d8d8d8;
color: #6c6c6c;
vertical-align: top;
}
.comm_box .dd_02 li input[type="checkbox"] {
position: absolute;
top: 6px;
*top: 3px;
left: 10px;
*left: 5px;
}
.comm_box .dd_02 li.on {
border-color: #f22e00;
}
.comm_box .dd_02 .red {
position: absolute;
left: 0;
bottom: 15px;
}
.comm_box .dd_03 {
height: 119px;
margin-bottom: 0;
}
.comm_box .dd_03 .textarea_text {
border: 1px solid #ccc;
height: 119px;
padding: 8px 10px 25px;
resize: none;
width: 788px;
}
.comm_box .dd_03 .textarea_tip {
bottom: 7px;
color: #999;
position: absolute;
right: 15px;
}
.comm_box .dd_03 .red {
position: absolute;
top: 120px;
left: 0;
}
.comment_shop {
padding-bottom: 20px;
margin: 20px 0 30px;
border: 1px solid #f1f1f1;
background: #fafafa;
}
.comment_shop .tips {
color: #3c3c3c;
height: 20px;
padding: 20px 0 10px 10px;
margin: 0 10px 30px;
border-bottom: 1px solid #f1f1f1;
line-height: 20px;
}
.comment_shop .tips span {
margin-left: 5px;
font-weight: 100;
color: #9c9c9c;
}
.comment_shop .shop_box {
margin: 0 20px;
}
.comment_shop .shop_des {
margin-right: 120px;
}
.comment_shop .shop_img {
margin-right: 10px;
}
.comment_shop .shop_img a {
width: 98px;
height: 98px;
border: 1px solid #f1f1f1;
display: inline-block;
*display: inline;
zoom: 1;
}
.comment_shop .shop_img a:hover {
border-color: #ddd;
}
.comment_shop .shop_img a img {
width: 98px;
height: 98px;
}
.comment_shop .shop_describe h4 {
font-size: 14px;
font-weight: bold;
}
.comment_shop .shop_describe ul {
width: 255px;
color: #6c6c6c;
}
.comment_shop .shop_describe li {
margin: 1px 0;
}
.comment_shop .shop_describe .th {
color: #3c3c3c;
}
.comment_shop .shop_describe .right {
width: 60px;
text-align: right;
}
.comment_shop .shop_describe .right i {
float: left;
margin-top: 4px;
}
.comment_shop .shop_describe .up {
color: #f22e00;
}
.comment_shop .shop_describe .down {
color: #ff8f5d;
}
.comment_shop .shop_comment {
margin-top: 22px;
}
.comment_shop .shop_comment .comment_box {
position: relative;
margin-top: 8px;
}
.comment_shop .shop_comment .comment_box .red {
display: none;
}
.comment_shop .shop_comment .star {
margin: -5px 0 0 5px;
vertical-align: middle;
}
.comment_shop .shop_comment .ui_poptip {
width: 200px;
position: absolute;
z-index: 1;
top: 40px;
}
.comment_shop .shop_comment .ui_poptip .ui_poptip_container {
padding: 8px;
}
.comment_shop .shop_comment .ui_poptip .poptip_up {
left: 15px;
right: 0;
}
.comment_shop .shop_comment .ui_poptip .poptip_up em {
border-bottom-color: #ddd;
}
.comment_shop .shop_comment .ui_poptip h5 {
color: #ff6600;
}
.comment_shop .shop_btn {
text-align: center;
margin-top: 20px;
}
.comment_shop .shop_btn button {
background-color: #fff;
border: 1px solid #f22e00;
border-radius: 2px;
color: #3c3c3c;
height: 26px;
width: 53px;
margin-left: -65px;
}
.comment_shop .shop_btn button:hover {
color: #f22e00;
}
.submit_review {
border-top: 1px solid #EBEBEB;
background: #F2F2F2;
height: 108px;
line-height: 108px;
text-align: right;
padding-right: 60px;
}
.submit_review label {
margin-right: 10px;
cursor: pointer;
}
.submit_review input {
margin-right: 5px;
vertical-align: middle;
}
.submit_review .btn_pay {
color: #fff;
}
.single_review .goods_img {
text-align: center;
}
.single_review .goods_img a {
display: block;
}
.single_review .goods_img img {
width: 60px;
height: 60px;
margin-top: 15px;
*margin-top: 0;
}
.single_review .goods_commented {
position:relative;
width: 820px;
padding: 0 20px;
margin-bottom: 10px;
border: 1px solid #f1f1f1;
}
.single_review .goods_commented .first_comments,
.single_review .goods_commented .add_comments{
position:relative;
padding-bottom:10px;
}
.single_review .goods_commented .add_comments{
border-top:1px dashed #ddd;
padding-top:15px;
}
.single_review .goods_commented li {
line-height: 20px;
color: #888;
padding-top:10px;
}
.single_review .goods_commented .frist {
border-bottom: 1px solid #f1f1f1;
padding-bottom:10px;
}
.single_review .goods_commented .replay_li{
color:#a98752;
}
.single_review .goods_commented .des_left {
overflow:hidden;
width: 60px;
height:20px;
word-wrap: break-word;
word-break: break-all;
text-align: justify;
text-align-last: justify;
}
.single_review .goods_commented .des_left:after{
display:inline-block;
content:'';
overflow:hidden;
width:100%;
height:0;
}
.single_review .goods_commented .addcomments .des_left {
height:195px;
}
.single_review .goods_commented .des_right {
padding-left: 5px;
width: 755px;
}
.single_review .goods_commented .td_03 {
padding: 0;
}
.single_review .goods_commented .tag {
background-color: #fff6df;
padding: 0 18px;
color: #3c3c3c;
height: 22px;
line-height: 22px;
margin-right: 5px;
display: inline-block;
*display: inline;
zoom: 1;
}
.single_review .goods_commented .text,
.single_review .goods_commented .time {
color: #666;
}
.explanation {
border: 1px solid #ddd;
color: #9c9c9c;
line-height: 20px;
padding: 15px;
margin-top: 30px;
}
.explanation .explanation_tips {
font-weight: bold;
line-height: 20px;
}
.single_review .goods_commented .btn_addcomment{
padding-top:0px;
}
.single_review .goods_commented .des_right .btn_div{
margin-top:20px;
}
.single_review .goods_commented .des_right .btn-02,
.single_review .goods_commented .des_right .hiderate{
color: #0066cc;
}
.single_review .goods_commented .des_right .hiderate{
height:28px;
line-height:28px;
margin-right:15px;
}
.single_review .goods_commented .des_right a:hover{
text-decoration:none;
cursor: pointer;
}
.single_review .goods_commented .des_right .btn_pay{
color: #fff;
}
.single_review .goods_commented .textarea_div{
position: relative;
height:102px;
*+height:103px;
}
.single_review .goods_commented .textarea_div textarea{
width:732px;
height:67px;
resize:none;
padding:8px 10px 25px;
border:1px solid #ccc;
}
.single_review .goods_commented .textarea_div .textarea_tip{
position:absolute;
right:15px;
bottom:0px;
}
.evaluation_cont .list_release .comment_shop {
margin: 0;
border-width: 1px 0 0;
}
.star {
display: inline-block;
*display: inline;
zoom: 1;
margin-right: 10px;
}
.star i {
float: left;
margin-right: 5px;
}
.star i:hover {
cursor: pointer;
}
.comment_shop {
padding-bottom: 20px;
margin: 20px 0 30px;
border: 1px solid #f1f1f1;
background: #fafafa;
}
.comment_shop .tips {
color: #3c3c3c;
height: 20px;
padding: 20px 0 10px 10px;
margin: 0 10px 30px;
border-bottom: 1px solid #f1f1f1;
line-height: 20px;
}
.comment_shop .tips span {
margin-left: 5px;
font-weight: 100;
color: #9c9c9c;
}
.comment_shop .shop_box {
margin: 0 20px;
}
.comment_shop .shop_des {
margin-right: 120px;
}
.comment_shop .shop_img {
margin-right: 10px;
}
.comment_shop .shop_img a {
width: 98px;
height: 98px;
border: 1px solid #f1f1f1;
display: inline-block;
*display: inline;
zoom: 1;
}
.comment_shop .shop_img a:hover {
border-color: #ddd;
}
.comment_shop .shop_img a img {
width: 98px;
height: 98px;
}
.comment_shop .shop_describe h4 {
font-size: 14px;
font-weight: bold;
}
.comment_shop .shop_describe ul {
width: 255px;
color: #6c6c6c;
}
.comment_shop .shop_describe li {
margin: 1px 0;
}
.comment_shop .shop_describe .th {
color: #3c3c3c;
}
.comment_shop .shop_describe .right {
width: 60px;
text-align: right;
}
.comment_shop .shop_describe .right i {
float: left;
margin-top: 4px;
}
.comment_shop .shop_describe .up {
color: #f22e00;
}
.comment_shop .shop_describe .down {
color: #ff8f5d;
}
.comment_shop .shop_comment {
margin-top: 22px;
}
.comment_shop .shop_comment .comment_box {
position: relative;
margin-top: 8px;
}
.comment_shop .shop_comment .comment_box .red {
display: none;
}
.comment_shop .shop_comment .star {
margin-top: -5px;
vertical-align: middle;
}
.comment_shop .shop_comment .ui_poptip {
width: 200px;
position: absolute;
z-index: 1;
top: 40px;
}
.comment_shop .shop_comment .ui_poptip .ui_poptip_container {
padding: 8px;
}
.comment_shop .shop_comment .ui_poptip .poptip_up {
left: 15px;
right: 0;
}
.comment_shop .shop_comment .ui_poptip .poptip_up em {
border-bottom-color: #ddd;
}
.comment_shop .shop_comment .ui_poptip h5 {
color: #ff6600;
}
.comment_shop .shop_btn {
text-align: center;
margin-top: 20px;
}
.comment_shop .shop_btn button {
background-color: #fff;
border: 1px solid #f22e00;
border-radius: 2px;
color: #3c3c3c;
height: 26px;
width: 53px;
margin-left: -65px;
}
.comment_shop .shop_btn button:hover {
color: #f22e00;
}
.submit_review {
border-top: 1px solid #EBEBEB;
background: #F2F2F2;
height: 108px;
line-height: 108px;
text-align: right;
padding-right: 60px;
}
.submit_review label {
margin-right: 10px;
cursor: pointer;
}
.submit_review input {
margin-right: 5px;
vertical-align: middle;
}
.submit_review .btn_pay {
color: #fff;
}
.single_review .goods_img {
text-align: center;
}
.single_review .goods_img a {
display: block;
}
.single_review .goods_img img {
width: 60px;
height: 60px;
margin-top: 15px;
*margin-top: 0;
}
.single_review .goods_commented {
width: 820px;
height: auto;
padding: 0 20px;
margin-bottom: 10px;
position: relative;
border: 1px solid #f1f1f1;
}
.single_review .goods_commented li {
line-height: 20px;
color: #888;
padding: 10px 0;
}
.single_review .goods_commented .frist {
border-bottom: 1px solid #f1f1f1;
}
.single_review .goods_commented .des_left {
width: 60px;
}
.single_review .goods_commented .des_right {
padding-left: 5px;
width: 755px;
}
.single_review .goods_commented .td_03 {
padding: 0;
}
.single_review .goods_commented .tag {
background-color: #fff6df;
padding: 0 18px;
color: #3c3c3c;
height: 22px;
line-height: 22px;
margin-right: 5px;
display: inline-block;
*display: inline;
zoom: 1;
}
.single_review .goods_commented .text,
.single_review .goods_commented .time {
color: #666;
}
.single_review .fn-comment-photos{
height:58px;
}
.single_review .fn-comment-photos .vselect{
border-color:#f22e00;
cursor:url(http://img.alicdn.com/tps/i1/T1oq4AFupvXXcu5FDa-20-20.png),url(http://assets.alicdn.com/img/common/zoom_out.cur),auto;
}
.single_review .fn-comment-photos .vselect b{
display:block;
}
.single_review .fn-comment-photos img{
width:44px;
height:44px;
}
.single_review .fn-photos-view{
display:none;
position:relative;
width:302px;
height:402px;
padding:1px;
border:1px solid #ccc;
background:url(../img/feiniuloading.gif) center center no-repeat;
}
.single_review .fn-photos-view a{
position:absolute;
top:0px;
width:85px;
height:402px;
z-index:10;
cursor:pointer;
background-image: url(.);
}
.single_review .fn-photos-view a i{
display:none;
position:absolute;
top:50%;
width:18px;
height:31px;
background:url(../images/view-navbtn.png) left center no-repeat;
}
.single_review .fn-photos-view a:hover i{
display:block;
}
.single_review .fn-photos-view .view-navleft{
left:0px;
}
.single_review .fn-photos-view .view-navleft i{
left:10px;
}
.single_review .fn-photos-view .view-navright{
right:0px;
}
.single_review .fn-photos-view .view-navright i{
background-position:right center;
right:10px;
}
.single_review .fn-photos-view a.adisabled,
.single_review .fn-photos-view a.adisabled:hover {
cursor:default;
}
.single_review .fn-photos-view a.adisabled i,
.single_review .fn-photos-view a.adisabled:hover i
{
display:none;
}
.single_review .addcomments{
display:none;
overflow:hidden;
position:relative;
padding-bottom:12px;
}
.single_review .addcomments .des_right{
position:relative;
}
.evaluation .uploadimg{
position:relative;
height:42px;
padding:8px 2px;
background:#ebebeb;
}
.evaluation .uploadimg .btn_upload{
position:relative;
display:inline-block;
*display:inline;
*zoom:1;
width:74px;
height:22px;
text-align:center;
line-height:24px;
margin-right:5px;
border:1px solid #db998e;
color:#8e391c;
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .btn_disabled{
position:relative;
display:inline-block;
*display:inline;
*zoom:1;
width:74px;
height:22px;
text-align:center;
line-height:24px;
margin-right:5px;
border:1px solid #b4b4b4;
color:#b4b4b4;
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .btn_upload input,
.evaluation .uploadimg .btn_disabled input{
position:absolute;
left:0px;
top:0px;
width:74px;
height:22px;
filter:alpha(opacity=0);
-moz-opacity:0;
-khtml-opacity:0;
opacity: 0;
}
.evaluation .uploadimg .btn_upload:hover{
background-position:right top;
text-decoration:none;
}
.evaluation .uploadimg .btn_disabled:hover{
background:url(../images/img_comment.jpg) left top no-repeat;
}
.evaluation .uploadimg .uploadtxt{
color:#888;
height:24px;
line-height:24px;
}
.evaluation .uploadimg .loadedimg{
}
.evaluation .uploadimg .loadedimg a{
display:inline;
position:relative;
float:left;
width:40px;
height:40px;
padding:1px;
border:1px solid #d9d9d9;
background:#fafafa;
margin-right:5px;
}
.evaluation .uploadimg .loadedimg a i{
position:absolute;
left:0px;
top:0px;
background:#000;
color:#bebebe;
width:42px;
height:42px;
text-align:center;
line-height:42px;
}
.evaluation .uploadimg .loadedimg a .i_delete{
display:none;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
opacity: 0.8;
}
.evaluation .uploadimg .loadedimg a .i_error{
background:#2f2f2f;
color:#ff0000;
}
.evaluation .uploadimg .loadedimg a:hover .i_delete{
display:block;
z-index:5;
}
.evaluation .uploadimg .loadedimg img{
width:40px;
height:40px;
}
.evaluation .uploadimg .num{
color:#888;
height:42px;
line-height:42px;
}
.evaluation .comm_box .uploadimg{
width:785px;
margin-left:60px;
}
.errorUploadTxt{
font-weight:bold;
font-size:14px;
color:#3c3c3c;
height:40px;
line-height:40px;
}
.errorUploadImg{
display:inline;
float:left;
height:40px;
width:40px;
background:url(../images/erroruploadimg.jpg) left top no-repeat;
}
.errorUploadTxt .errorUploadImg{
margin-right:10px;
}
.explanation {
border: 1px solid #ddd;
color: #9c9c9c;
line-height: 20px;
padding: 15px;
margin-top: 30px;
}
.explanation .explanation_tips {
font-weight: bold;
line-height: 20px;
}
.explanation .explanation_cont .redtxt{
color: #f22e00;
}
.explanation .explanation_cont .jflink{
color: #0066cc;
cursor:pointer;
}
.single_review .goods_commented .btn_addcomment {
padding-top: 0;
}
.single_review .goods_commented .des_right .btn_div {
margin-top: 20px;
}
.single_review .goods_commented .des_right .btn-02, .single_review .goods_commented .des_right .hiderate {
color: #0066cc;
}
.single_review .goods_commented .des_right .hiderate {
height: 28px;
line-height: 28px;
margin-right: 15px;
}
.single_review .goods_commented .des_right a:hover {
cursor: pointer;
text-decoration: none;
}
.single_review .goods_commented .des_right .btn_pay {
color: #fff;
}
.single_review .goods_commented .textarea_div {
height: 102px;
position: relative;
}
.single_review .goods_commented .textarea_div textarea {
border: 1px solid #ccc;
height: 102px;
padding: 8px 10px 25px;
resize: none;
width: 732px;
}
.single_review .goods_commented .textarea_div .textarea_tip {
bottom: 0;
position: absolute;
right: 15px;
}
.coupon {
/* coupon list */
}
.coupon .details_list {
margin-top: 8px;
}
.coupon .ui_tab_nav {
*margin-bottom: -2px;
}
.coupon .ui_tab_nav a {
padding: 5px 0 6px;
width: 180px;
text-align: center;
}
.coupon .ui_tab_content .ui_panel {
padding: 20px 0 0;
}
.coupon .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.coupon .zSelect li {
padding-left: 10px;
width: 110px;
}
.coupon .coupon_list ul {
background-color: #fff;
border: 1px solid #ddd;
padding: 26px 0;
height: 46px;
line-height: 46px;
margin-bottom: 10px;
}
.coupon .coupon_list ul:hover {
background-color: #fff8e1;
border-color: #fddbaa;
}
.coupon .coupon_list .num {
color: #f22e00;
margin: 0 5px 0 10px;
font-weight: bold;
font-size: 14px;
}
.coupon .coupon_list .look {
color: #3c3c3c;
}
.coupon .coupon_list li {
float: left;
width: 20%;
text-align: center;
}
.coupon .coupon_list .td_01 {
border-right: 1px solid #D9D9D9;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
width: 16.49484536%;
}
.coupon .coupon_list .td_02 {
width: 26.80412371%;
}
.coupon .coupon_list .td_03 {
width: 16.49484536%;
}
.coupon .coupon_list .td_04 {
width: 24.74226804%;
}
.coupon .coupon_list .td_05 {
width: 14.94845361%;
}
.coupon .coupon_list .td_05 a {
color: #0066cc;
}
.coupon .coupon_list .btn_recharge {
color: #6c6c6c;
font-size: 14px;
font-weight: bold;
line-height: 40px;
}
.coupon .coupon_list .btn_recharge:hover {
text-decoration: none;
}
.coupon .voucher_select {
height: 30px;
line-height: 30px;
}
.coupon .voucher_select .blue {
margin-left: 10px;
}
.coupon .query_terms,
.coupon .zSelect {
display: inline-block;
*display: inline;
zoom: 1;
*float: left;
}
.coupon .query_terms {
font-weight: bold;
color: #6c6c6c;
}
.coupon .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.coupon .cont_03 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.coupon .tit_08,
.coupon .cont_08 {
*width: 9.8%;
}
.coupon .fn_page {
margin-bottom: 0;
}
.shopping_card .message {
padding: 29px 0;
height: 40px;
line-height: 40px;
text-align: center;
}
.shopping_card .message ul {
overflow: hidden;
}
.shopping_card .message li {
height: 40px;
line-height: 40px;
}
.shopping_card .message .mes_01 {
width: 483px;
}
.shopping_card .message .icon_purse,
.shopping_card .message .inf_purse {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.shopping_card .message .icon_purse {
position: relative;
left: 200px;
top: 0;
}
.shopping_card .message p {
margin-left: 50px;
height: 16px;
line-height: 16px;
color: #6c6c6c;
}
.shopping_card .message .num {
color: #f22e00;
font-weight: bold;
}
.shopping_card .message .mes_02 {
width: 484px;
border: 0;
}
.shopping_card .message .mes_02 .btn_recharge {
display: block;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
color: #6c6c6c;
}
.shopping_card .message .mes_02 .btn_recharge:hover {
text-decoration: none;
}
.shopping_card .tit_07,
.shopping_card .cont_07 {
*width: 9.8%;
}
.shopping_card .tit_05,
.shopping_card .cont_05 {
*width: 24.8%;
}
.shopping_card .count_03 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.shopping_card_details {
width: 750px;
margin: 0 auto 100px;
}
.aui_main .pop_recharge {
margin-bottom: 30px;
}
.aui_main .pop_details_cont {
max-height: 300px;
overflow: auto;
}
.single_review .fn-comment-photos {
height: 58px;
}
.single_review .fn-comment-photos li {
background: rgba(0, 0, 0, 0) url("../images/feiniuloading45.gif") no-repeat scroll center center;
border: 2px solid #f2f2f2;
cursor: url("../images/c1.png"), url("../images/zoom_in.cur"), auto;
display: inline;
float: left;
height: 44px;
margin-right: 10px;
padding: 2px;
position: relative;
width: 44px;
}
.single_review .fn-comment-photos li b {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #f22e00 transparent transparent;
border-image: none;
border-style: solid;
border-width: 4px;
bottom: -10px;
display: none;
font-size: 0;
height: 0;
left: 20px;
position: absolute;
width: 0;
}
.single_review .fn-comment-photos .vselect {
border-color: #f22e00;
cursor: url("http://img.alicdn.com/tps/i1/T1oq4AFupvXXcu5FDa-20-20.png"), url("../images/zoom_out.cur"), auto;
}
.single_review .fn-comment-photos .vselect b {
display: block;
}
.single_review .fn-comment-photos img {
height: 44px;
width: 44px;
}
.single_review .fn-photos-view {
background: rgba(0, 0, 0, 0) url("../img/feiniuloading.gif") no-repeat scroll center center;
border: 1px solid #ccc;
display: none;
height: 400px;
padding: 1px;
position: relative;
width: 400px;
}
.single_review .fn-photos-view a {
background-image: url(".");
cursor: pointer;
height: 402px;
position: absolute;
top: 0;
width: 85px;
z-index: 10;
}
.single_review .fn-photos-view a i {
background: rgba(0, 0, 0, 0) url("../images/view-navbtn.png") no-repeat scroll left center;
display: none;
height: 31px;
position: absolute;
top: 50%;
width: 18px;
}
.single_review .fn-photos-view a:hover i {
display: block;
}
.single_review .fn-photos-view .view-navleft {
left: 0;
}
.single_review .fn-photos-view .view-navleft i {
left: 10px;
}
.single_review .fn-photos-view .view-navright {
right: 0;
}
.single_review .fn-photos-view .view-navright i {
background-position: right center;
right: 10px;
}
.single_review .fn-photos-view a.adisabled, .single_review .fn-photos-view a.adisabled:hover {
cursor: default;
}
.single_review .fn-photos-view a.adisabled i, .single_review .fn-photos-view a.adisabled:hover i {
display: none;
}
.single_review .fn-photos-view img {
cursor: url("../images/c2.png"), url("../images/zoom_out.cur"), auto;
height: 400px;
position: absolute;
width: 400px;
}
.single_review .addcomments {
display: none;
overflow: hidden;
padding-bottom: 12px;
position: relative;
}
.single_review .addcomments .des_right {
position: relative;
}
.evaluation .uploadimg {
background: #ebebeb none repeat scroll 0 0;
height: 42px;
padding: 8px 2px;
position: relative;
}
.evaluation .uploadimg .btn_upload {
background: rgba(0, 0, 0, 0) url("../images/img_comment.jpg") no-repeat scroll left top;
border: 1px solid #db998e;
color: #8e391c;
display: inline-block;
height: 22px;
line-height: 24px;
margin-right: 5px;
position: relative;
text-align: center;
width: 74px;
}
.evaluation .uploadimg .btn_disabled {
background: rgba(0, 0, 0, 0) url("../images/img_comment.jpg") no-repeat scroll left top;
border: 1px solid #b4b4b4;
color: #b4b4b4;
display: inline-block;
height: 22px;
line-height: 24px;
margin-right: 5px;
position: relative;
text-align: center;
width: 74px;
}
.evaluation .uploadimg .btn_upload input, .evaluation .uploadimg .btn_disabled input {
height: 22px;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 74px;
}
.evaluation .uploadimg .btn_upload:hover {
background-position: right top;
text-decoration: none;
}
.evaluation .uploadimg .uploadtxt {
color: #888;
height: 24px;
line-height: 24px;
}
.evaluation .uploadimg .loadedimg {
}
.evaluation .uploadimg .loadedimg a {
background: #fafafa none repeat scroll 0 0;
border: 1px solid #d9d9d9;
display: inline;
float: left;
height: 40px;
margin-right: 5px;
padding: 1px;
position: relative;
width: 40px;
}
.evaluation .uploadimg .loadedimg a i {
background: #000 none repeat scroll 0 0;
color: #bebebe;
height: 42px;
left: 0;
line-height: 42px;
position: absolute;
text-align: center;
top: 0;
width: 42px;
}
.evaluation .uploadimg .loadedimg a .i_delete {
display: none;
opacity: 0.8;
}
.evaluation .uploadimg .loadedimg a .i_error {
background: #2f2f2f none repeat scroll 0 0;
color: #ff0000;
}
.evaluation .uploadimg .loadedimg a:hover .i_delete {
display: block;
z-index: 5;
}
.evaluation .uploadimg .loadedimg img {
height: 40px;
width: 40px;
}
.evaluation .uploadimg .num {
color: #888;
height: 42px;
line-height: 42px;
}
.evaluation .comm_box .uploadimg {
margin-left: 60px;
width: 806px;
}
.errorUploadTxt {
color: #3c3c3c;
font-size: 14px;
font-weight: bold;
height: 40px;
line-height: 40px;
}
.errorUploadImg {
background: rgba(0, 0, 0, 0) url("../images/erroruploadimg.jpg") no-repeat scroll left top;
display: inline;
float: left;
height: 40px;
width: 40px;
}
.errorUploadTxt .errorUploadImg {
margin-right: 10px;
}
/**
* @authors zmh.zhu
* @description
* @date 2015-02-26 15:11:07
* @version 1.0
*/
.integral{padding-top:0px;}
.integral .themes_title{
margin:0px;
height:30px;
line-height:38px;
background:#eee;
border:1px solid #ddd;
padding-left:14px;
padding-right:20px;
}
.integral .themes_title h3{
float:left;
}
.integral .themes_title .blue{
position:static;
float:right;
}
.integral .message {
border: 1px solid #ddd;
border-top:0 none;
height: 50px;
margin-bottom: 30px;
padding: 35px 0;
}
.integral .message li {
width: 33%;
border-right: 1px solid #f4f4f4;
height: 50px;
line-height: normal;
text-align: center;
color:#6c6c6c;
}
.integral .message .lidiv{
text-align:left;
padding-left:108px;
}
.integral .message li .btn-01{
color:#fff;
display:block;
}
.integral .message li .btn-01:hover{
text-decoration:none;
cursor:pointer;
}
.integral .message .red {
font-size: 14px;
font-weight: bold;
margin: 0 6px 0 12px;
}
.integral .message .djnum{
color:#3c3c3c;
font-weight:bold;
}
.integral .message .txt{
color:#9c9c9c;
margin-left:-4px;
margin-right:2px;
}
.integral .message .txtsec{
color:#9c9c9c;
}
.integral .message .last {
border-right: none;
font-size: 12px;
font-weight: normal;
}
.integral .message li p{
margin-bottom:5px;
}
.integral .message .what {
display: inline-block;
*display: inline;
zoom: 1;
border: 1px solid #ddd;
color: #f22e00;
cursor: pointer;
height: 14px;
line-height: 14px;
margin-left: 0;
position: relative;
text-align: center;
width: 14px;
}
.integral .message .what_info {
background: #fff;
border: 1px solid #ffd9b3;
color: #6c6c6c;
display: none;
left: -84px;
line-height: 18px;
padding: 7px 10px;
position: absolute;
text-align: left;
top: 25px;
z-index:10;
white-space: normal;
width: 149px;
word-break: break-all;
word-wrap: break-word;
}
.integral .message .what_info i{
display:block;
position:absolute;
width:9px;
height:7px;
left:50%;
margin-left:2px;
top:-5px;
background:url(../images/img_single.jpg) left top no-repeat;
}
.integral .ui_tab_inav{
}
.integral .ui_tab_inav a{
padding:5px 15px 6px;
}
.integral .ui_tab_inav .active a{
padding:5px 15px 7px;
}
.integral .ifilter{
float:right;
color:#6c6c6c;
width:537px;
}
.integral .ifilter .isearch{
display:inline;
float:left;
width:180px;
height:24px;
margin-right:30px;
border:1px solid #ddd;
}
.integral .ifilter .isearch input{
float:left;
width:142px;
padding:6px 4px;
vertical-align:middle;
height:12px;
line-height:12px;
border:0 none;
color:#9c9c9c;
}
.integral .ifilter .isearch input:focus{
border:0 none!important;
}
.integral .ifilter .isearch .ibtn{
cursor:pointer;
float:right;
padding:0;
width:27px;
height:24px;
border:0 none;
border-left:1px solid #ddd;
}
.integral .ifilter .isearch .ibtn i{
display:block;
width:16px;
height:16px;
margin:4px 6px;
background:url("../images/return.png") -153px -84px no-repeat;
}
.integral .ifilter .txt{
font-family:Tahoma;
width:92px;
padding:0px 4px;
height:24px;
line-height:24px;
vertical-align:middle;
border:1px solid #ddd;
}
.integral .ifilter .gtxt{
margin-left:5px;
margin-right:5px;
}
.integral .ifilter .iquery{
display:inline-block;
padding:0px;
font-weight:normal;
cursor:pointer;
border: 1px solid #ddd;
background-color: #f9f9f9;
width: 50px;
height: 24px;
line-height:24px;
margin-left:5px;
font-size:12px;
text-align: center;
}
.integral .ifilter .iquery:hover {
color: #f22e00;
border-color: #999;
}
.integral .ui_panel {
padding: 25px 0;
}
.integral .ui_tab_fnav{
overflow:visible;
}
.integral .ui_tab_fnav li{
}
.integral .ui_tab_fnav .navlayer{
position:relative;
}
.integral .ui_tab_fnav .navlayer .layer{
position:absolute;
left:6px;
top:-24px;
font-size:12px;
border:1px solid #ffd9b3;
padding:0px 4px;
background:#fff;
}
.integral .ui_tab_fnav .navlayer .layer i{
display:block;
position:absolute;
left:50%;
bottom:-7px;
margin-left:-4px;
width:9px;
height:7px;
background:url(../images/img_single.png) left bottom no-repeat;
}
.integral .ui_tab_fnav li a{
border:1px solid #ddd;
padding:1px 12px;
font-weight:normal;
cursor:pointer;
font-size:12px;
background:0 none;
margin-right:10px;
}
.integral .ui_tab_fnav li a:hover{
color:#f22e00;
}
.integral .ui_tab_fnav .active a{
color:#f22e00;
background:#fff4f4;
}
.integral .ui_tab_navtit a{
display:block;
cursor:pointer;
border:0px;
padding:2px 0px;
font-weight:bold;
margin-right:0px;
color:#6c6c6c;
}
.integral .ui_tab_navtit a:hover{
background:none;
color:#6c6c6c;
text-decoration:none;
}
.integral .ui_tab_fcontent{
border-top:0 none;
}
.integral .ui_tab_fcontent .ui_panel{
padding:0px;
}
.integral .ui_tab_fcontent .ui_panelsec{
padding:20px;
border:1px solid #ddd;
}
.integral .ui_tab_fcontent .ui_panelin{
padding-left:220px;
}
.integral .ui_tab_fcontent .ui_panelin .tit{
font-weight:bold;
color:#6c6c6c;
}
.integral .ui_tab_fcontent .ui_panelin .txt{
color:#6c6c6c;
padding:3px 0px 7px;
}
.integral .details_list .details_list_cont ul{
line-height:normal;
padding:12px 0px;
}
.integral .ui_tab_fcontent .ui_panelin .btn_rel{
cursor:pointer;
}
.integral .details_list {
margin-top: 0;
}
.integral .details_list .able_date {
width: 14.5%;
}
.integral .fn_page {
margin-top: 0;
}
.shop_red .query_terms,
.shop_red .zSelect {
display: inline-block;
*display: inline;
zoom: 1;
float: left;
}
.shop_red .query_terms {
font-weight: bold;
color: #6c6c6c;
}
.shop_red .shop_select {
margin-bottom: 20px;
height: 28px;
line-height: 28px;
}
.shop_red .zSelect {
height: 26px;
line-height: 26px;
width: 90px;
padding: 0 20px 0 10px;
margin-bottom: 0;
}
.shop_red .zSelect .current {
color: #3c3c3c;
}
.shop_red .zSelect .options {
top: 27px;
}
.shop_red .zSelect li {
padding-left: 10px;
width: 110px;
}
.shop_red .details_list .col_33 {
*width: 33%;
}
.shop_red .details_list .cont_04 {
*width: 24%;
}
.shop_red .details_list .cont_04 a {
color: #0066cc;
}
.shop_red .details_list .cont_04 a:hover {
text-decoration: underline;
}
.shop_red .shop_page {
*margin-top: 15px;
height: 30px;
line-height: 30px;
}
.shop_red .margin20 {
margin-top: 20px;
}
.shop_red .shop_page .fn-s1,
.shop_red .shop_page .c-btn-02 {
float: left;
color: #666;
margin-top: 0;
}
.shop_red .shop_page .fn-s1:hover,
.shop_red .shop_page .c-btn-02:hover {
color: #f22e00;
text-decoration: none;
}
.shop_red .shop_page .fn_page {
float: right;
margin-top: 3px;
margin-bottom: 0;
}
.shop_red .shop_select {
margin-bottom: 10px;
}
.invoice .ui_tab_nav {
margin-bottom: -2px;
}
.invoice .ui_tab_nav li {
width: 178px;
text-align: center;
}
.invoice .ui_tab_nav a {
padding: 5px 0 6px;
}
.invoice .bill_tip {
background-color: #FFF0E7;
color: #c66e33;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
padding-left: 20px;
}
.invoice .ui_panel {
padding: 20px 0 0 0;
}
.invoice .ui_panel .bill_list .td_01 {
padding: 10px 15px;
}
.invoice .ui_panel .bill_list .td_02 {
width: 168px;
}
.invoice .ui_panel .bill_list .td_02 .num {
font-weight: 100;
font-size: 14px;
font-weight: bold;
}
.invoice .ui_panel .bill_list .td_03 {
width: 208px;
}
.invoice .ui_panel .bill_list .rmb {
font-size: 12px;
}
.invoice .shop_name {
margin-left: 80px;
}
.invoice .order_list {
margin-top: 10px;
}
.invoice .order_list table {
border: 1px solid #ddd;
width: 100%;
margin: 10px 0;
}
.invoice .order_list table:hover {
border: 1px solid #ccc;
}
.invoice .order_list .order_number {
background-color: #f9f9f9;
}
.invoice .order_list .order_number td {
padding: 10px 20px;
}
.invoice .order_list .order_number .time {
margin-right: 25px;
font-weight: bold;
}
.invoice .order_list .order_number small {
color: #9c9c9c;
}
.invoice .order_detail td {
border-right: 1px solid #ddd;
vertical-align: top;
text-align: center;
padding-top: 15px;
}
.invoice .order_detail p {
margin-bottom: 5px;
}
.invoice .order_detail .td_01 {
padding: 10px;
}
.invoice .order_detail .td_01 a {
border: 1px solid #eee;
width: 58px;
height: 58px;
float: left;
margin: 5px;
}
.invoice .order_detail .td_01 a:hover {
border: 1px solid #ddd;
}
.invoice .order_detail .td_01 img {
width: 58px;
height: 58px;
}
.invoice .order_detail .td_02 {
width: 110px;
}
.invoice .order_detail .td_03 {
width: 110px;
}
.invoice .order_detail .td_03 a {
color: #3c3c3c;
}
.invoice .order_detail .td_04 {
width: 125px;
border-right: 0;
}
.invoice .order_detail .view_order {
color: #3c3c3c;
}
.invoice .order_detail .payment_tips {
color: #6c6c6c;
}
.invoice .order_detail .btn_pay {
color: #fff;
}
.invoice .order_detail .num {
font-size: 14px;
font-weight: bold;
}
.invoice .details_list {
margin-top: 0;
}
.invoice .details_list .details_list_cont ul {
height: auto;
line-height: auto;
}
.invoice .details_list .cont_05 {
line-height: 20px;
padding-top: 10px;
text-align: left;
}
.invoice .details_list .cont_04 {
line-height: 20px;
padding-top: 10px;
}
.invoice .details_list .cont_07 {
width: 9.6%;
}
.invoice .bill_address {
padding: 26px 30px 35px;
border: 1px solid #ddd;
color: #6c6c6c;
}
.invoice .bill_address select {
margin:0px 5px 0px 0px;
height: 26px;
line-height: 26px;
border: 1px solid #ddd;
}
.invoice .mesbox {
margin-bottom: 8px;
height: 28px;
line-height: 28px;
}
.invoice .mesbox .mestxt{
margin:0px 20px 0px 15px;
}
.invoice .mesbox .rxing{
display:inline-block;
*display:inline;
*zoom:1;
width:7px;
color: #f23000;
font-style: normal;
}
.invoice .mesbox span.f_left {
width: 80px;
text-align: right;
}
.invoice .mesbox span.rxleft{
text-indent: 0px;
}
.invoice .mesbox span.mestit{
width:66px;
}
.invoice .mesbox .zSelect {
width: 88px;
}
.invoice .mesbox .zSelect li {
width: 93px;
}
.invoice .zSelect {
float: left;
height: 24px;
line-height: 24px;
width: 69px;
margin-bottom: 0;
margin-right: 10px;
padding: 0 5px;
}
.invoice .zSelect .options {
top: 25px;
}
.invoice .zSelect em {
top: 10px;
}
.invoice .zSelect li {
width: 74px;
}
.invoice .bill_cont {
border: 1px solid #ddd;
padding: 4px 5px;
width: 168px;
height: 16px;
line-height: 16px;
}
.invoice .post_adress {
height: 42px;
line-height: 42px;
border-top: 1px dashed #ddd;
font-weight: bold;
margin-top: 13px;
color: #3c3c3c;
}
.invoice .detail_address {
margin-left: 60px;
*margin-left: 30px;
}
.invoice .detail_address .bill_cont {
width: 308px;
}
.invoice .bill_daddress{
width:365px;
}
.invoice .bill_mobile{
width:108px;
margin-right:2px;
}
.invoice .bill_code{
width: 30px;
margin-right:2px;
}
.invoice .bill_telephone{
width:60px;
margin-right:2px;
}
.invoice .remark {
height: auto;
line-height: auto;
vertical-align: top;
}
.invoice .remark .remark_text {
min-width: 317px;
max-width: 317px;
min-height: 50px;
max-height: 50px;
overflow: auto;
border: 1px solid #ddd;
}
.invoice .remark .remark_text:focus {
border-color: #aaa;
}
.invoice .btn_bill {
padding-left: 60px;
padding-top: 20px;
}
.invoice .btn_bill .btn_120 {
color: #fff;
margin-right: 25px;
}
.invoice .btn_bill .btn_120:hover {
text-decoration: none;
}
.invoice .btn_bill .btn_rel {
color: #3C3C3C;
}
.bill_set_success {
position: relative;
width: 267px;
text-align: left;
padding-left: 103px;
}
.bill_set_success .icon_correct_big {
position: absolute;
left: 45px;
top: 0;
}
.bill_set_success h3 {
color: #3c3c3c;
font-size: 14px;
}
.bill_set_success p {
font-size: 12px;
color: #6c6c6c;
margin-top: 5px;
}
.bill_info {
border: 1px solid #ddd;
width: 260px;
padding: 5px 0 10px;
}
.bill_info .bill_info_opened li {
height: 30px;
line-height: 30px;
}
.bill_info .mes_left {
width: 70px;
text-align: right;
}
.bill_info .mes_right {
width: 185px;
padding-left: 5px;
}
.bill_info.append {
margin-top: 20px;
}
.bill_info.append h3 {
padding-left: 20px;
}
.bill_info.append .appenf_info li {
float: left;
width: 130px;
text-align: center;
height: 20px;
line-height: 20px;
}
.bill_info .fn_page {
margin-top: 10px;
}
.personal {
/*图像*/
/*昵称、真实姓名*/
/*性别*/
/*出生年月日*/
/*绑定部分*/
/*确认保存*/
/*个人信息列出*/
}
.personal .personal_info {
margin-bottom: 40px;
}
.personal .personal_info_header {
width: 970px;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #eeeeee;
margin-bottom: 20px;
}
.personal .personal_info_header h3 {
width: 100px;
font-size: 14px;
color: #3c3c3c;
}
.personal .personal_info_content {
width: 970px;
height: auto;
border: 1px solid #ddd;
}
.personal .personal_info_content .name {
width: 153px;
text-align: right;
float: left;
}
.personal .personal_info_content .name span {
font: 12px/1.5 "宋体";
color: #6c6c6c;
}
.personal .personal_info_content .detail {
width: 805px;
float: left;
}
.personal .personal_info_content .detail select {
border: 1px solid #ddd;
float: left;
height: 26px;
line-height: 26px;
width: 65px;
padding-left: 3px;
}
.personal .personal_info_content .detail select:focus {
border-color: #aaa;
}
.personal .personal_info_image {
width: 100%;
height: 100px;
padding: 30px 0 15px;
}
.personal .personal_info_image .name {
padding: 10px 2px 0 0;
}
.personal .personal_info_image .detail {
height: 100px;
position: relative;
width: auto;
border: 1px solid #ddd;
}
.personal .personal_info_image .detail:hover {
border: 1px solid #aaa;
}
.personal .personal_info_image .detail img {
width: 100px;
height: 100px;
display: inline-block;
}
.personal .personal_info_image .detail .edit {
display: none;
width: 100px;
height: 30px;
position: absolute;
left: 0;
bottom: 0;
background: url(../images/mask.png) repeat;
line-height: 30px;
text-align: center;
}
.personal .personal_info_image .detail .edit a {
text-decoration: none;
color: #fff;
display: block;
}
.personal .personal_info_image .detail .edit input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer;
}
.personal .personal_info_nickname,
.personal .personal_info_truename {
width: 100%;
height: 26px;
padding: 0 0 15px;
}
.personal .personal_info_nickname .name,
.personal .personal_info_truename .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_nickname .detail,
.personal .personal_info_truename .detail {
height: 26px;
}
.personal .personal_info_nickname .detail input,
.personal .personal_info_truename .detail input {
width: 172px;
height: 20px;
display: inline-block;
line-height: 20px;
padding: 2px;
border: 1px solid #ddd;
}
.personal .personal_info_sex {
width: 100%;
height: 26px;
padding: 0 0 15px;
margin-top: -8px;
}
.personal .personal_info_sex .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_sex .detail {
height: 26px;
}
.personal .personal_info_sex .detail li {
width: 70px;
height: 26px;
line-height: 26px;
float: left;
text-align: left;
}
.personal .personal_info_sex .detail li input {
margin: 0 10px 0 0;
top: 3px;
position: relative;
vertical-align:text-bottom;
}
.personal .personal_info_sex .detail li label {
font: 12px/1.5 "宋体";
color: #3c3c3c;
vertical-align: middle;
}
.personal .zSelect {
float: left;
height: 26px;
line-height: 26px;
width: 35px;
margin-bottom: 0;
padding: 0 20px 0 10px;
}
.personal .zSelect li {
width: 60px;
}
.personal .personal_info_birth {
width: 100%;
height: 26px;
padding: 0 0 28px;
margin-top: -8px;
}
.personal .personal_info_birth .name {
height: 26px;
line-height: 26px;
padding-right: 2px;
}
.personal .personal_info_birth .detail .tips {
width: 600px;
float: left;
}
.personal .personal_info_birth .detail .tips span {
display: block;
font: 12px/1.5 "宋体";
color: #9c9c9c;
padding-top: 5px;
margin-left: -5px;
text-align: left;
}
.personal .personal_info_birth .detail .date {
float: left;
display: block;
width: 15px;
padding: 8px 9px 8px 6px;
font: 12px/1 "宋体";
color: #3c3c3c;
}
.personal .personal_info_birth .detail select {
float: left;
height: 26px;
line-height: 26px;
width: 65px;
padding-left: 3px;
}
.personal .personal_info_birth .detail option {
height: 16px;
line-height: 16px;
}
.personal .personal_info_bind {
height: 48px;
padding: 0 0 15px 155px;
padding: 0 0 21px 155px !important;
}
.personal .personal_info_bind .bind {
font: 12px/1.5 "宋体";
color: #6c6c6c;
float: left;
margin-left: 0px;
}
.personal .personal_info_bind .bind li {
float: left;
display: inline-block;
padding-right: 12px;
}
.personal .personal_info_bind .bind span {
height: 15px;
line-height: 15px;
display: inline-block;
padding-right: 10px;
}
.personal .personal_info_bind .bind .jf {
padding-right: 0px;
color: #9c9c9c;
}
.personal .personal_info_bind .bind i {
margin-right: 5px;
}
.personal .personal_info_bind .bind .mobile a {
text-decoration: none;
color: #4d8b10;
}
.personal .personal_info_bind .bind .mobile a:hover {
text-decoration: underline;
}
.personal .personal_info_bind .bind .mobile .change {
color: #4d8b10;
}
.personal .personal_info_bind .bind .mobile .null {
color: #f22e00;
}
.personal .personal_info_bind .bind .mail a {
color: #4d8b10;
text-decoration: none;
}
.personal .personal_info_bind .bind .mail a:hover {
text-decoration: underline;
}
.personal .personal_info_bind .bind .mail .change {
color: #4d8b10;
}
.personal .personal_info_bind .bind .mail .null {
color: #f22e00;
}
.personal .personal_info_bind .tips {
clear:both;
float: left;
color: #9c9c9c;
margin: 7px 0 0 0px;
}
.personal .personal_info_bind .tips a {
text-decoration: none;
color: #0066cc;
padding-left: 8px;
}
.personal .personal_info_bind .tips a:hover {
text-decoration: underline;
}
.personal .personal_info_btn {
padding: 0 0 40px 155px;
}
.personal .personal_info_btn .btn_pay {
color: #fff;
}
.personal .personal_info_btn .btn_rel {
color: #3c3c3c;
}
.personal .personal_info_list {
width: 100%;
height: 18px;
padding: 0 0 10px;
margin-top: -2px;
}
.personal .personal_info_list .name {
padding-right: 5px;
}
.personal .personal_info_change input {
background-color: #fff;
color: #000;
border: 1px solid #ddd;
}
.address_management {
color: #3c3c3c;
/*.address-adc--主要内容*/
/*.address-add*/
/*.address-add*/
}
.address_management .address-adc .aa-title {
height: 40px;
margin-bottom: 10px;
line-height: 40px;
background: #f1f1f1;
border: 1px solid #ddd;
}
.address_management .address-adc .aa-title ul li {
float: left;
min-height: 1px;
text-align: center;
}
.address_management .address-adc .aa-title .th-01 {
width: 470px;
width: 10%;
}
.address_management .address-adc .aa-title .th-02 {
width: 180px;
width: 50%;
}
.address_management .address-adc .aa-title .th-03 {
width: 178px;
width: 15%;
}
.address_management .address-adc .aa-title .th-04 {
width: 167px;
width: 10%;
}
.address_management .address-adc .aa-title .th-05 {
width: 167px;
width: 15%;
}
.address_management .address-adc .aa-list > ul {
height: 78px;
margin-bottom: 10px;
border: 1px solid #f1f1f1;
}
.address_management .address-adc .aa-list > ul:hover {
border-color: #fddbaa;
background: #fff8e1;
}
.address_management .address-adc .aa-list > ul:hover .td-04 a {
display: inline;
}
.address_management .address-adc .aa-list > ul li {
float: left;
height: 78px;
line-height: 78px;
text-align: center;
}
.address_management .address-adc .aa-list .td-01 {
width: 10%;
}
.address_management .address-adc .aa-list .td-02 {
width: 50%;
line-height: 73px;
*padding-top: 24px;
}
.address_management .address-adc .aa-list .td-02 .ini {
display: inline-block;
width: 80%;
margin-left: -30px;
vertical-align: middle;
line-height: 20px;
text-align: left;
}
.address_management .address-adc .aa-list .td-02 span {
margin: 0 3px;
}
.address_management .address-adc .aa-list .td-03 {
width: 15%;
line-height: 18px;
padding-top: 30px;
height: auto;
}
.address_management .address-adc .aa-list .td-04 {
width: 10%;
color: #9c9c9c;
}
.address_management .address-adc .aa-list .td-04 a {
display: none;
color: #0066cc;
}
.address_management .address-adc .aa-list .td-05 {
width: 15%;
*width: 14.5%;
}
.address_management .address-adc .aa-list .td-05 a {
margin: 0 5px;
color: #0066cc;
}
.address_management .address-adc .aa-list .list-add {
height: 58px;
line-height: 58px;
border: 1px dashed #f1f1f1;
text-align: center;
cursor: pointer;
color: #9c9c9c;
}
.address_management .address-adc .aa-list .list-add:hover {
background: #fcfcfc;
}
.address_management .address-adc .aa-list .list-add span {
position: relative;
top: 2px;
margin-right: 10px;
font-size: 17px;
font-weight: bold;
color: #dddddd;
}
.address_management .address-add {
position: relative;
z-index: 1;
padding: 12px 0 20px;
margin-bottom: 10px;
/*详细地址*/
/*手机号码*/
/*是否设置默认*/
/*保存收货信息*/
}
.address_management .address-add h3 {
margin-left: 32px;
margin-bottom: 18px;
color: #6c6c6c;
font-weight: bold;
}
.address_management .address-add .form-label {
width: 104px;
margin-right: 2px;
}
.address_management .address-add .form-label i {
color: #f23000;
font-style: normal;
}
.address_management .address-add #address-address input {
width: 366px;
}
.address_management .address-add #address-number .form-mile small {
color: #6c6c6c;
margin-left: 5px;
margin-right: 13px;
}
.address_management .address-add #address-number .form-mile .cs-01 {
width: 54px;
margin-left: -4px;
}
.address_management .address-add #address-number .form-mile .i_text {
width: 60px;
vertical-align: middle;
}
.address_management .address-add #address-number .form-mile .i_text_section {
width: 25px;
}
.address_management .address-add #address-number .form-mile .i_text_code {
width: 54px;
}
.address_management .address-add #address-number .form-mile .i_text_ext {
width: 25px;
}
.address_management .address-add #address-default {
float: left;
margin-right: 5px;
margin-top: 3px;
*margin-top: -2px;
}
.address_management .address-add #address-region {
z-index: 10;
}
.address_management .address-add #address-save {
margin-bottom: 0;
}
.address_management .address-add #address-save a {
text-decoration: none;
cursor: pointer;
}
.address_management .address-add #address-save .btn-01 {
margin-left: 106px;
text-align: center;
line-height: 28px;
color: #fff;
}
.address_management .address-add #address-save .btn-02 {
margin-left: 25px;
text-align: center;
line-height: 28px;
color: #3c3c3c;
}
.address_management .address-add .mod-dropdownlist {
position: relative;
z-index: 1000;
float: left;
margin-right: 10px;
}
.address_management .address-add .mod-dropdownlist .dropdown-select,
.address_management .address-add .mod-dropdownlist .dropdown-input {
height: 24px;
line-height: 24px;
background: #fff;
}
.address_management .address-add .mod-dropdownlist .dropdown-icon {
margin-top: 0px;
margin-right: 0;
}
.address_management .address-add .mod-dropdownlist a {
color: #3c3c3c;
}
.address_management .total {
color: #6c6c6c;
font-weight: bold;
}
.address_management .total .num {
color: #f22e00;
margin: 0 2px;
}
.address_management .address_num p {
font-weight: bold;
color: #6c6c6c;
}
.address_management .address_num .num {
color: #f22e00;
margin: 0 2px;
}
.security_center_top {
border: 1px dashed #ddd;
background-color: #fffef2;
padding: 15px 20px;
position: relative;
}
.security_center_top .personal_head {
position: absolute;
left: 20px;
top: 15px;
height: 90px;
width: 90px;
border-radius: 50%;
padding: 2px;
border: 1px solid #f1f1f1;
}
.security_center_top .personal_head img {
height: 90px;
width: 90px;
border-radius: 50%;
}
.security_center_top .pers_info {
padding-left: 127px;
padding-top: 15px;
height: 75px;
vertical-align: middle;
}
.security_center_top .name {
font-weight: bold;
}
.security_center_top .rat {
margin: 5px 0;
height: 15px;
line-height: 15px;
}
.security_center_top .rat span {
width: 56px;
text-align: center;
float: left;
margin-right: 1px;
color: #fff;
background-color: #ddd;
}
.security_center_top .rat .rat_00.on {
background-color: #b4cd9c;
}
.security_center_top .rat .rat_01.on {
background-color: #92b76d;
}
.security_center_top .rat .rat_02.on {
background-color: #6fa13f;
}
.security_center_top .rat .rat_03.on {
background-color: #4d8b10;
}
.security_center_top .tips {
color: #ff8a15;
}
.security_center_list ul {
border-bottom: 1px dashed #ddd;
padding: 15px 0 15px 40px;
margin-top: 30px;
}
.security_center_list li {
display: inline-block;
*display: inline;
zoom: 1;
}
.security_center_list i {
margin-right: 10px;
}
.security_center_list .list_name {
width: 145px;
text-align: right;
font-size: 20px;
font-weight: bold;
font-family: "microsoft yahei";
color: #000;
border-right: 1px solid #ddd;
padding-right: 25px;
}
.security_center_list .list_des {
margin-left: 30px;
width: 532px;
color: #6c6c6c;
}
.security_center_list .list_des .jf {
color: #f22e00;
cursor: pointer;
}
.security_center_list .list_des .hide {
display: none;
}
.security_center_list .list_opear {
width: 160px;
text-align: center;
}
.security_center_list .list_opear a {
color: #0066cc;
}
.security_center_list .list_opear .edit {
margin-right: 10px;
}
.security_center_list .list_opear .btn_pay {
color: #fff;
}
.block_01,
.block_02,
.block_03 {
margin-bottom: 40px;
}
.step_col {
border: 1px solid #ddd;
height: 300px;
padding-top: 40px;
padding-left: 200px;
}
.step_col .select_way {
line-height: 30px;
margin-bottom: 15px;
}
.step_col .list_tip,
.step_col .list_cont {
display: inline-block;
*display: inline;
zoom: 1;
}
.step_col .list_tip {
width: 100px;
text-align: right;
}
.step_col .list_cont {
vertical-align: top;
}
.step_col .selest_way_01 li,
.step_col .selest_way_02 li {
line-height: 26px;
margin-bottom: 15px;
}
.step_col .selest_way_02 .btn_danger {
width: 100px;
}
.step_col .btn_danger {
margin-left: 105px;
width: 140px;
margin-top: 20px;
}
.step_col .get_msg_code {
display: inline-block;
margin-left: 15px;
border: 1px solid #ddd;
background-color: #eee;
height: 28px;
line-height: 28px;
width: 110px;
text-align: center;
}
.step_col .get_msg_code:hover {
background-color: #fff4d8;
cursor: pointer;
}
.step_col .msg_code {
float: left;
width: 70px;
border: 1px solid #ddd;
padding: 4px 10px;
line-height: 16px;
height: 16px;
margin-right: 5px;
}
.step_col .pwd_code {
width: 198px;
height: 16px;
line-height: 16px;
padding: 4px 10px;
border: 1px solid #ddd;
}
.step_col .success_set {
padding-left: 130px;
padding-top: 130px;
}
.step_col .success_set h3 {
color: #3c3c3c;
font-size: 18px;
font-family: "microsoft yahei";
font-weight: 100;
}
.step_col .success_set i {
margin-right: 10px;
}
.step_col .success_set p {
margin-left: 52px;
color: #6c6c6c;
}
.step_col .success_set p a {
color: #0066cc;
}
.step_col .btn_pay {
color: #fff;
}
.step_col .btn_120 {
color: #fff;
margin: 20px 0 0 105px;
line-height: 20px;
}
/* bind page style */
.bind .step_col {
border: 0;
}
.bind h4 {
margin-left: 105px;
font-size: 16px;
margin-bottom: 10px;
color: #3c3c3c;
font-family: "Microsoft Yahei";
}
.bind .ui_tab_nav a {
background-color: #f9f9f9;
border-color: #eee;
}
.bind .ui_tab_nav .active a {
background-color: #fff;
border-top: 2px solid #f22e00;
}
.bind .ui_tab_content {
border-bottom: 1px solid #ddd;
}
/* change pwd style */
/* 支付密码 css style */
.set_payCode {
padding-left: 100px;
}
.set_payCode .list_tip {
width: 200px;
}
.set_payCode .btn_danger {
margin-left: 205px;
}
.set_payCode .success_set {
padding-left: 0;
margin-left: -100px;
text-align: center;
}
.set_payCode .success_set p {
margin-left: 58px;
color: #6c6c6c;
}
/*用户中心添加绑定微信二维码*/
.myfeiniu .weixin_box{
width:240px;
background:#fff;
color:#3c3c3c;
margin-bottom:11px;
}
.myfeiniu .weixin_box .in{
padding:15px;
}
.myfeiniu .weixin_box .wxcode{
display:inline;
width:80px;
height:80px;
margin-right:10px;
background:url(../images/qrcode_weixin.png) 0px 0px no-repeat;
}
.myfeiniu .weixin_box .wxtxt{
width:120px;
}
.myfeiniu .weixin_box .nob{
display:block;
padding-left:30px;
color:#f22e00;
margin-top:7px;
background:url(../images/mygrowth.png) -249px -72px no-repeat;
}
.myfeiniu .weixin_box .changeb{
color:#6c6c6c;
}
/*我的等级*/
.mygrades{
}
.mygrades .informations{
height:auto;
padding:20px 15px 0px 15px;
}
.mygrades .informations .uphoto{
padding-bottom:8px;
border-bottom:1px dotted #ccc;
}
.mygrades .informations li,
.mygrades .informations .in_01{
width:auto;
border:0 none;
}
.mygrades .informations .in_01{
}
.mygrades .informations .aboutd{
padding-top:17px;
float:right;
margin-right:56px;
}
.mygrades .informations .in_01 h2{
top:30px;
}
.mygrades .informations .in_01 h2 .num{
display:inline-block;
*display:inline;
*zoom:1;
width:235px;
}
.mygrades .informations fieldset{
display:inline;
float:left;
margin-left:30px;
padding-top:8px;
width:145px;
height:75px;
text-align:center;
border:1px solid #eee;
border-radius:4px;
color:#3c3c3c;
font-size:12px;
}
.mygrades .informations fieldset legend{
width:22px;
height:22px;
margin-left:50px;
padding:0px 10px;
background:url(../images/mygrowth.png) 10px 0px no-repeat;
}
.mygrades .informations .fsecond legend{
background-position:-89px 0px;
}
.mygrades .informations .fthird legend{
background-position:-190px 0px;
}
.mygrades .informations fieldset .dnum{
font-size:18px;
color:#ff9090;
font-family:Tahoma;
}
.mygrades .informations fieldset .txt{
position:relative;
left:3px;
top:-3px;
}
.mygrades .growthtitle{
padding:10px 0px 35px;
color:#3c3c3c;
}
.mygrades .growthline{
position:relative;
height:48px;
width:969px;
background:#f9f9f9;
}
.mygrades .growthline .gprogress{
position:relative;
z-index:10;
height:10px;
background:#dedede;
}
.mygrades .growthline .gprogress li{
/*position:relative;*/
z-index:10;
width:323px;
height:50px;
}
.mygrades .growthline .gprogress .jnum{
display:inline-block;
position:absolute;
left:0px;
top:-24px;
z-index:10;
font-family:'Microsoft YaHei';
color:#9c9c9c;
width:54px;
height:54px;
text-align:center;
line-height:54px;
background:url(../images/mygrowth.png) right bottom no-repeat;
}
.mygrades .growthline .gprogress .progressline{
position:absolute;
left:0;
top:0px;
width:270px;
height:10px;
background:#ff9090;
}
.mygrades .growthline .gprogress .pg21,
.mygrades .growthline .gprogress .pg31{
}
.mygrades .growthline .gprogress .progressvalue{
display:none;
position:absolute;
/*left:52%;*/
top:-45px;
display:block;
font-family:'Microsoft YaHei';
font-weight:bold;
color:#fff;
line-height:24px;
text-align:center;
height:24px;
padding-left:2px;
border-radius:4px;
background:url(../images/mygrowth.png) 0px -24px no-repeat;
}
.mygrades .growthline .gprogress .progressvalue span{
display:block;
float:left;
height:24px;
line-height:24px;
}
.mygrades .growthline .gprogress .progressvalue .pvright{
padding-right:2px;
background:url(../images/mygrowth.png) right top no-repeat;
}
.mygrades .growthline .gprogress .progressvalue .pvmidd{
background:#ff9090;
padding:0px 3px;
}
.mygrades .growthline .gprogress .progressvalue .vsingle{
position:absolute;
left:50%;
bottom:-6px;
margin-left:-4px;
display:block;
width:8px;
height:6px;
background:url(../images/mygrowth.png) -68px -106px no-repeat;
}
.mygrades .growthline .gprogress .fpro .jnum{
background-position:left bottom;
text-align:left;
text-indent:23px;
color:#ff7272;
font-weight:bold;
margin-left:-1px;
}
.mygrades .growthline .gprogress .spro .jnum{
left:296px;
}
.mygrades .growthline .gprogress .tpro .jnum{
left:619px;
}
.mygrades .growthline .gprogress .on .jnum{
top:-27px;
color:#ff7272;
font-size:14px;
font-weight:bold;
background-position:left bottom;
}
.mygrades .growthline .gprogress .on .progressline{
left:62px;
}
.mygrades .growthline .gprogress .on2 .jnum{
color:#ff7272;
font-size:14px;
font-weight:bold;
background-position:left bottom;
}
.mygrades .growthline .growthtxt{
position:absolute;
left:0px;
bottom:8px;
width:100%;
color:#6c6c6c;
font-weight:bold;
}
.mygrades .growthline .growthtxt span{
display:inline;
float:left;
width:270px;
margin-left:50px;
text-align:center;
}
.mygrades .informations .ibottom{
padding:20px 0px 15px;
}
.mygrades .informations .ibottom a{
color:#0066cc;
}
.mygrades .informations .ibottom a:hover{
cursor:pointer;
text-decoration:underline;
}
.mygrades .growthtable{
background:#fff;
padding:15px;
}
.mygrades .growthtit{
font-weight:bold;
color:#6c6c6c;
font-size:14px;
}
.mygrades .growthtable .ui_tab_nav a{
border:0 none;
background:none;
color:#9c9c9c;
font-weight:normal;
font-size:12px;
height:26px;
line-height:21px;
cursor:pointer;
padding:0px 15px;
}
.mygrades .growthtable .ui_tab_nav a:hover,
.mygrades .growthtable .ui_tab_nav .active a{
color:#3c3c3c;
background:url(../images/mygrowth.png) -77px -50px no-repeat;
}
.mygrades .growthtable .ui_tab_nav a:hover{
color:#3c3c3c;
}
.mygrades .growthtable .ui_tab_content{
border:0 none;
clear:both;
}
.mygrades .growthtable .ui_tab_content .ui_panel{
padding:0px;
}
.mygrades .growthtable .details_list{
margin-top:0px;
font-family:Tahoma;
}
.mygrades .growthtable .details_list .details_list_cont ul{
line-height:normal;
padding:12px 0px;
}
/**电子发票 @japin.pan 20151012 start**/
.invoice .details_list .cont_07 {
position: relative;
}
.invoice .details_list .cont_07 a:hover {
color: #0066cc;
}
.invoice .details_list .cont_07 a i {
width: 5px;
height: 3px;
background: url("../images/sprite_icon.png") -291px -196px no-repeat;
font-style: normal;
display: inline-block;
margin: 0 0 2px 3px;
position: absolute;
top: 5px;
right: -8px;
}
.invoice .details_list .cont_07 a i.hv {
background-position: -294px -149px;
}
.invoice .details_list .cont_07 .all_pack {
position: absolute;
top: 32px;
left: 0;
background-color: #fff;
padding: 5px;
border: 1px solid #ddd;
z-index: 5;
display: none;
}
.invoice .details_list .cont_07 .all_pack span {
width: 100%;
font-size: 12px;
color: #666;
line-height: 20px;
display: inline-block;
float: left;
}
.invoice .details_list .cont_07 .all_pack span a {
color: #0066cc;
text-decoration: none;
margin-left: 20px;
}
/*.invoice .details_list .cont_07 .all_pack span a:hover {
text-decoration: underline;
}*/
.dl_info { width: 262px;}
.dl_info p { width: 100%; font-size: 12px; color: #666;}
.dl_info p.tip { height: 20px; line-height: 20px;}
.dl_info p.faltip { padding: 15px 0;}
.dl_info p a { height: 20px; line-height: 20px; font-size: 12px; color: #0066cc; text-decoration: none; padding: 5px 10px; display: inline-block; float: left;}
.dl_info p a:hover { text-decoration: underline;}
/**电子发票 @japin.pan 20151012 end**/
/**TPshop商城 评论因子 @japin.pan 20150924 start**/
.comm_box .dd_02 li.addDefine {
/*display: none;*/
}
.comm_box .dd_02 li.operCont {
border: 0;
padding: 0;
display: none;
}
.comm_box .dd_02 li.operCont input[type="text"] {
width: 74px;
height: 25px;
line-height: 25px;
border: 1px solid #d8d8d8;
margin-right: 5px;
text-align: center;
color: #6c6c6c;
float: left;
}
.comm_box .dd_02 li.operCont a {
height: 27px;
line-height: 27px;
padding: 0 5px;
color: #0066cc;
text-decoration: none;
display: inline-block;
float: left;
}
.comm_box .dd_02 li.addDefine i {
position: absolute;
left: -1px;
top: -1px;
background: #000;
color: #eee;
width: 100%;
height: 25px;
text-align: center;
line-height: 25px;
border: 1px solid #000;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
display: none;
}
.comm_box .dd_02 li i {
width: 14px;
height: 15px;
position: absolute;
top: 5px;
left: 10px;
background: url(../images/sprite_icon.png) -76px -220px no-repeat;
display: inline-block;
}
.comm_box .dd_02 .red {
position: absolute;
left: 0;
bottom: 5px;
line-height: 23px;
border: 1px solid #ffbdbe;
padding: 0 10px;
background-color: #ffebeb;
color: #e4393c;
}
/**TPshop商城 评论因子 @japin.pan 20150924 end**/
/**vvip @jie.tang 20151118 start**/
.vvip-member {
width: 116px;
height: 28px;
padding-left: 21px;
line-height: 28px;
position: absolute;
left: 0;
top: -25px;
}
.vvip-member a {
display: block;
font-size: 12px;
color: #0066cc;
font-family: "SimSun";
}
.vvip-member a:hover {
text-decoration: none;
}
.vvip-member .vvip-icon {
width: 18px;
height: 22px;
overflow: hidden;
position: absolute;
top: 1px;
left: 0;
background: url(../images/vvip.png) no-repeat;
}
/* .informations .in_01 .num {
display: block;
max-width: 160px;
max-height: 40px;
line-height: 20px;
overflow: hidden;
word-wrap: break-word;
word-break: break-all;
} */
/**vvip @jie.tang 20151118 end**/
.jj_hov{width: 300px;height: 40px;overflow: hidden;margin-top: 15px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box; border:0px !important; line-height:20px}
/*代理*/
.Wallet {
width: 100%;
background: #FFF;
overflow: hidden;
border-bottom: 1px solid #dddcdc;
margin-top: 10px;
position: relative;
}
.Wallet a {
margin-left: 10px;
height: 45px;
display: block;
width: 100%;
overflow: hidden;
padding-bottom: 1px;
}
.j_million {
background-image: url(../images/w1_03.png);
background-repeat: no-repeat;
background-position: 0px 3px;
}
.Icon {
display: block;
float: left;
width: 35px;
height: 35px;
margin-top: 5px;
position: absolute;
}
.Wallet a dl {
width: 100%;
margin-left: 35px;
overflow: hidden;
}
.dj_mill .b {
border-bottom: 1px solid #eeeeee;
}
.Wallet a dl dt {
float: left;
font-size: 16px;
line-height: 45px;
color: #666;
}
.Wallet a dl dd {
float: right;
background: url(../images/arrow_right.png) no-repeat right center;
color: #aaaaaa;
background-size: auto 12px;
margin-right: 60px;
padding-right: 20px;
line-height: 45px;
}
.million_num {
background-color: black;
padding: 6px 4px;
color: white;
border-radius: 6px;
display: block;
line-height: 20px;
}
.dj_mill{
cursor: pointer;
}
.show_million{
display: none;
}
.ss_distri{
width: 200px;
height: 24px;
padding: 0 4px;
border: 1px solid #aaa;
margin-left: 20px;
}
.ss_dis_bu{
height: 26px;
width: 60px;
cursor: pointer;
}
li.fr_ss{
float: right;
}
.cash_num{padding: 16px 16px; font-size: 16px;}
.cash_num p{padding-bottom: 20px;}
#cash_submit{width:100px !important;background: #f22e00;border: 1px solid #dedede;border-radius: 4px;border:0;text-align: center;display:initial;margin-left: 62px;height: 24px;padding:6px 26px;color: white;}
.cash_num table{margin-bottom: 20px; border: 1px solid #dedede;font-size: 12px;}
.bb1{border-bottom: 1px solid #dedede;}
.cash_num table tr{border-bottom: 1px solid #dedede;}
.cash_num table tr th,.cash_num table tr td{text-align: center;height: 38px;vertical-align: middle;}
.cash_num table tr th{background: #eee;}
.tx_cash span{display: block;float: left;width: 62px;text-align: right;font-size: 12px;margin-top: 10px;}
.tx_cash input[type=text]{height: 24px;padding: 2px 10px;width: 30%;border: 1px solid #dedede; border-radius: 4px;float: left;margin-top: 5px;}
.tx_cash img{border: 0;}
.tx_cash:after{content: '';clear: both;display: block;}
.tx_cash input.w100{width: 100px;}
.ss_yzm_code{margin: 5px 0 0 20px;} | 0.382026 | 0.061003 |
html {
font-size: 14px; }
body {
margin: 0px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background-color: var(--surface-a);
font-family: var(--font-family);
font-weight: normal;
color: var(--text-color);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
margin: 1.5rem 0 1rem 0;
font-family: inherit;
font-weight: 600;
line-height: 1.2;
color: inherit; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.5rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; }
p {
line-height: 1.5;
margin: 0 0 1rem 0; }
input[type="number"] {
-moz-appearance: textfield; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
@keyframes pulse {
0% {
background-color: rgba(165, 165, 165, 0.1); }
50% {
background-color: rgba(165, 165, 165, 0.3); }
100% {
background-color: rgba(165, 165, 165, 0.1); } }
.p-toast.p-toast-topright,
.p-toast.p-toast-topleft {
top: 100px; }
.action-button {
font-weight: bold;
text-align: center;
color: #2b3034 !important;
background-color: #FEAB4D;
padding: 10px 24px 9px 24px;
border-radius: 3px;
transition: background-color .2s; }
.action-button:hover {
background-color: #feb767;
color: #ffffff;
text-decoration: none !important; }
.status-indicator {
position: fixed;
width: 42px;
height: 42px;
right: 7px;
bottom: 7px;
font-size: 28px;
color: var(--primary-color);
pointer-events: none; }
.text-secondary {
color: var(--text-color-secondary); }
.p-connected-overlay {
opacity: 0;
transform: scaleY(0.8);
transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); }
.p-connected-overlay-visible {
opacity: 1;
transform: scaleY(1); }
.p-connected-overlay-hidden {
opacity: 0;
transform: scaleY(1);
transition: opacity .1s linear; }
@-webkit-keyframes connected-overlay-in {
from {
opacity: 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes connected-overlay-in {
from {
opacity: 0;
transform: scaleY(0.8); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes connected-overlay-out {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fade-out-down {
from {
opacity: 1; }
to {
opacity: 0; } }
.connected-overlay-in {
-webkit-animation-name: connected-overlay-in;
animation-name: connected-overlay-in; }
.connected-overlay-out {
-webkit-animation-name: connected-overlay-out;
animation-name: connected-overlay-out; }
.layout-topbar {
background-color: var(--surface-a);
padding: 0;
height: 70px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 997;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid var(--surface-d);
display: flex;
align-items: center;
padding: 0 35px; }
.layout-topbar .menu-button {
display: none;
color: var(--text-color);
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
transition: background-color .2s;
overflow: hidden;
cursor: pointer; }
.layout-topbar .menu-button:hover {
background-color: var(--surface-c); }
.layout-topbar .menu-button i {
font-size: 24px;
line-height: inherit; }
.layout-topbar .logo img {
width: 180px; }
.layout-topbar .logo:focus {
outline: 0 none;
transition: box-shadow .2s;
box-shadow: 0 0 0 0.2rem #BBDEFB; }
.layout-topbar .app-theme {
background-color: var(--primary-color);
color: var(--primary-color-text);
padding: .5rem;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
width: 39px;
height: 39px;
margin-left: 70px; }
.layout-topbar .app-theme img {
width: 25px; }
.layout-topbar .topbar-form {
margin-left: auto; }
.layout-topbar .topbar-menu {
list-style-type: none;
margin: 0;
padding: 0;
height: 100%;
display: flex; }
.layout-topbar .topbar-menu > li {
height: 70px;
line-height: 70px; }
.layout-topbar .topbar-menu > li > a {
text-decoration: none;
color: var(--text-color);
min-width: 120px;
font-size: 16px;
display: block;
text-align: center;
user-select: none;
line-height: 68px;
border-bottom: 2px solid transparent;
transition: border-bottom-color .2s;
cursor: pointer; }
.layout-topbar .topbar-menu > li > a:hover, .layout-topbar .topbar-menu > li > a:focus {
border-bottom-color: var(--primary-color); }
.layout-topbar .topbar-menu > li > a:focus {
z-index: 1;
outline: 0 none;
transition: box-shadow .2s;
box-shadow: inset 0 0 0 0.2em #BBDEFB; }
.layout-topbar .topbar-menu > li.topbar-submenu {
position: relative; }
.layout-topbar .topbar-menu > li.topbar-submenu .ui-overlay-badge {
display: inline; }
.layout-topbar .topbar-menu > li.topbar-submenu.topbar-submenu-active > ul {
display: block; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
display: none;
position: absolute;
transform-origin: top;
top: 70px;
right: 0;
width: 275px;
max-height: 400px;
background-color: var(--surface-f);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
overflow: auto;
list-style-type: none;
padding: 1rem;
margin: 0;
border-radius: 3px;
animation-duration: .12s; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li {
line-height: 1; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li.topbar-submenu-header {
display: block;
color: var(--text-color-secondary);
font-weight: 600;
user-select: none;
padding: 1.5rem 0 1rem 0;
font-size: 0.857rem;
text-transform: uppercase; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li.topbar-submenu-header:first-child {
padding-top: 1rem; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a {
text-decoration: none;
color: var(--text-color);
padding: .5rem;
display: flex;
align-items: center;
user-select: none;
border-radius: 3px;
cursor: pointer; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a:hover {
background-color: var(--surface-c); }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a span {
margin-left: .5rem; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a i {
font-size: 18px;
color: var(--text-color-secondary); }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a img {
width: 32px;
margin-right: .5rem; }
.layout-topbar .topbar-menu .theme-badge {
padding: 2px 4px;
vertical-align: middle;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
font-size: 11px;
position: relative;
top: -1px; }
.layout-topbar .topbar-menu .theme-badge.material {
background: linear-gradient(to bottom, #2196F3, #2196F3); }
.layout-topbar .topbar-menu .theme-badge.bootstrap {
background: linear-gradient(to bottom, #563D7C, #966BD8); }
.layout-topbar .topbar-menu .theme-badge.darkmode {
background: linear-gradient(to bottom, #141d26, #5a6067); }
.layout-sidebar {
position: fixed;
left: 0;
top: 70px;
height: calc(100% - 70px);
background-color: var(--surface-a);
width: 250px;
border-right: 1px solid var(--surface-d);
user-select: none;
transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
display: flex;
flex-direction: column; }
.layout-sidebar .layout-sidebar-filter {
padding: 1.25rem 1rem;
border-bottom: 1px solid var(--surface-d);
background-color: var(--surface-a); }
.layout-sidebar .layout-menu {
padding: 0 1rem;
overflow-y: auto;
flex-grow: 1; }
.layout-sidebar .layout-menu .menu-category {
display: block;
color: var(--text-color-secondary);
font-weight: 600;
user-select: none;
padding: 1.5rem 0 1rem 0;
font-size: 0.857rem;
text-transform: uppercase;
border-top: 1px solid var(--surface-d); }
.layout-sidebar .layout-menu .menu-category:first-child {
border-top: 0 none;
padding-top: 1rem; }
.layout-sidebar .layout-menu .menu-items {
padding: 0 0 1rem 0;
display: flex;
flex-direction: column; }
.layout-sidebar .layout-menu .menu-items a {
color: var(--text-color);
display: flex;
align-items: center;
padding: .5rem;
border-radius: 3px;
cursor: pointer; }
.layout-sidebar .layout-menu .menu-items a:hover {
background-color: var(--surface-c); }
.layout-sidebar .layout-menu .menu-items a:focus {
z-index: 1;
outline: 0 none;
transition: box-shadow .2s;
box-shadow: 0 0 0 0.2em #BBDEFB; }
.layout-sidebar .layout-menu .menu-items a.router-link-active {
font-weight: 700; }
.layout-sidebar .layout-menu .menu-items a .ui-tag {
padding-top: .125rem;
padding-bottom: .125rem;
margin-left: .5rem; }
.layout-sidebar .layout-menu .menu-items a.hidden {
pointer-events: none; }
.layout-sidebar .layout-menu .menu-items .submenu {
display: none; }
.layout-sidebar .layout-menu .menu-items .submenu ul {
padding: .5rem 0;
margin: 0;
list-style-type: none; }
.layout-sidebar .layout-menu .menu-items .submenu ul a {
font-size: .875rem;
padding: .475rem .5rem .475rem 2rem; }
.layout-sidebar-filter-panel.ui-autocomplete-panel {
padding: 0.5rem 0; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-widget-header td {
border: 1px solid transparent;
padding: 3px 5px; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td {
border: 1px solid transparent;
padding: 0; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td a {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
color: var(--text-color); }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td a .ui-tag {
padding-top: .125rem;
padding-bottom: .125rem;
margin-left: .5rem; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row.ui-state-highlight > td a {
background: var(--primary-color);
color: var(--primary-color-text); }
.layout-content {
margin-left: 0px;
padding-top: 70px; }
.layout-content .content-section {
padding: 2rem; }
.layout-content .content-section.introduction {
background-color: var(--surface-b);
color: var(--text-color);
padding-bottom: 0;
display: flex;
align-items: top;
justify-content: space-between; }
.layout-content .content-section.introduction .feature-intro h1 span {
font-weight: 400;
color: var(--text-color-secondary); }
.layout-content .content-section.introduction .feature-intro p {
margin: 0; }
.layout-content .content-section.introduction .feature-intro a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.layout-content .content-section.introduction .feature-intro a:hover {
text-decoration: underline; }
.layout-content .content-section.introduction .documentation-link {
text-decoration: none;
color: #2196f3;
font-weight: 600;
display: flex;
align-items: center;
margin: 1rem 0;
white-space: nowrap; }
.layout-content .content-section.introduction .documentation-link:hover {
text-decoration: underline; }
.layout-content .content-section.introduction .documentation-link i {
margin-right: .5rem; }
.layout-content .content-section.implementation {
background-color: var(--surface-b);
color: var(--text-color); }
.layout-content .content-section.implementation + .documentation {
padding-top: 0; }
.layout-content .content-section.implementation input[type="hidden"] + h5 {
margin-top: 0; }
.layout-content .content-section.documentation {
background-color: var(--surface-b);
color: var(--text-color); }
.layout-content .content-section.documentation li {
line-height: 1.5; }
.layout-content .content-section.documentation a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.layout-content .content-section.documentation a:hover {
text-decoration: underline; }
.layout-content .content-section.documentation .doc-tablewrapper {
margin: 1rem 0;
overflow: auto; }
.layout-content .content-section.documentation i:not([class~="pi"]) {
background-color: var(--surface-a);
color: #2196f3;
font-family: Monaco, courier, monospace;
font-style: normal;
font-size: 12px;
padding: 2px 4px;
letter-spacing: .5px;
border-radius: 3px;
font-weight: 600;
margin: 0 2px; }
.layout-content .content-section.documentation .ui-tabs {
background: transparent;
border: 0 none; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav {
background-color: transparent; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav:before {
border-bottom: 1px solid var(--surface-d) !important; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header {
background-color: transparent;
border-bottom-width: 1px; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
text-decoration: none; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-hover {
border-color: transparent;
border-bottom-color: var(--primary-color);
border-radius: 0; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-hover a {
color: var(--text-color); }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
border-color: transparent;
border-bottom-color: var(--primary-color);
border-radius: 0; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
color: var(--primary-color); }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-panels {
background: transparent; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-panels .ui-tabs-panel {
padding: 2rem 1rem; }
.layout-content .content-section .doc-table {
border-collapse: collapse;
width: 100%;
background-color: var(--surface-a); }
.layout-content .content-section .doc-table th {
border-bottom: 1px solid var(--surface-d);
padding: 1rem;
text-align: left; }
.layout-content .content-section .doc-table tbody td {
padding: 1rem;
border-bottom: 1px solid var(--surface-d); }
.layout-content .card {
background: var(--surface-e);
padding: 2rem;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
margin-bottom: 2rem; }
.layout-content .card .card-header {
display: flex;
align-items: center;
justify-content: space-between; }
/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+bash+java&plugins=line-numbers+normalize-whitespace */
/**
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
* @author Tim Shedor
*/
/*
Attention: This is not the original CSS downloaded from PrismJS! There are some PrimeFaces-specific modifications.
Some var(iable)-usages have been introduced to adapt color-scheme to dark PrimeFaces-themes like Vela and Arya.
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none; }
/* Code blocks */
pre[class*="language-"] {
position: relative;
margin: .5em 0;
overflow: visible;
padding: 0; }
pre[class*="language-"] > code {
position: relative;
border-left: 10px solid var(--surface-d) !important;
/*box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;*/
background-color: var(--surface-e) !important;
background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
background-size: 3em 3em;
background-origin: content-box;
background-attachment: local;
color: var(--text-color); }
code[class*="language-"] {
max-height: inherit;
height: inherit;
padding: 0 1em;
display: block;
overflow: auto; }
/* Margin bottom to accommodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background-color: #fdfdfd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1em; }
/* Inline code */
:not(pre) > code[class*="language-"] {
position: relative;
padding: .2em;
border-radius: 0.3em;
color: #c92c2c;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline;
white-space: normal; }
pre[class*="language-"]:before,
pre[class*="language-"]:after {
content: '';
z-index: -2;
display: block;
position: absolute;
bottom: 0.75em;
left: 0.18em;
width: 40%;
height: 20%;
max-height: 13em;
box-shadow: 0px 13px 8px #979797;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg); }
pre[class*="language-"]:after {
right: 0.75em;
left: auto;
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-ms-transform: rotate(2deg);
-o-transform: rotate(2deg);
transform: rotate(2deg); }
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #7D8B99; }
.token.punctuation {
color: var(--text-color); }
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
color: #c92c2c; }
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
color: #2f9c0a; }
.token.operator,
.token.entity,
.token.url,
.token.variable {
color: #a67f59;
background: rgba(255, 255, 255, 0.5); }
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
color: #1990b8; }
.token.regex,
.token.important {
color: #e90; }
.language-css .token.string,
.style .token.string {
color: #a67f59;
background: rgba(255, 255, 255, 0.5); }
.token.important {
font-weight: normal; }
.token.bold {
font-weight: bold; }
.token.italic {
font-style: italic; }
.token.entity {
cursor: help; }
.token.namespace {
opacity: .7; }
@media screen and (max-width: 767px) {
pre[class*="language-"]:before,
pre[class*="language-"]:after {
bottom: 14px;
box-shadow: none; } }
/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
padding-left: 0; }
pre[class*="language-"].line-numbers.line-numbers code {
padding-left: 3.8em; }
pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
left: 0; }
/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
padding-top: 0;
padding-bottom: 0;
padding-left: 0; }
pre[data-line] code {
position: relative;
padding-left: 4em; }
pre .line-highlight {
margin-top: 0; }
pre[class*="language-"].line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber; }
pre[class*="language-"].line-numbers > code {
position: relative;
white-space: inherit; }
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em;
/* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid var(--surface-d) !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.line-numbers-rows > span {
display: block;
counter-increment: linenumber; }
.line-numbers-rows > span:before {
content: counter(linenumber);
color: var(--text-color-secondary);
display: block;
padding-right: 0.8em;
text-align: right; }
.layout-news {
position: fixed;
top: 0;
left: 0;
z-index: 997;
height: 70px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-image: url("assets/images/topbar-diamond-bg.png"); }
.layout-news .layout-news-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-weight: bold;
font-size: 20px; }
.layout-news .layout-news-container .layout-news-details {
display: flex;
align-items: center;
z-index: 1; }
.layout-news .layout-news-container .layout-news-details .rate {
color: #f2b837;
font-size: 25px;
font-weight: bold;
margin: 0 .25rem; }
.layout-news .layout-news-container .layout-news-details .helper-text {
background-color: #f2b837;
color: #212121;
padding: 0 0.2rem;
margin-right: 0.3rem; }
.layout-news .layout-news-container img.layouts-news-mockup-image {
height: 70px; }
.layout-news .layout-news-container .layout-news-button {
border: 1px solid #ffffff;
color: #ffffff;
font-size: 15px;
padding: .3em .3em .5em 1em;
font-weight: bold;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
transition: background-color 0.15s;
margin-left: 2em;
position: relative;
z-index: 1; }
.layout-news .layout-news-container .layout-news-button:hover {
background-color: rgba(255, 255, 255, 0.25); }
.layout-news .layout-news-close {
cursor: pointer;
color: #fff;
position: absolute;
z-index: 2;
right: 28px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 23px;
height: 23px; }
.layout-wrapper.layout-news-active .layout-topbar {
top: 70px; }
.layout-wrapper.layout-news-active .layout-sidebar {
top: 140px;
height: calc(100% - 140px); }
.layout-wrapper.layout-news-active .layout-content {
padding-top: 140px; }
.layout-footer {
font-size: 1rem;
padding: 2rem;
background-color: var(--surface-a);
display: flex;
align-items: center;
justify-content: space-between; }
.layout-footer a {
color: var(--text-color);
font-weight: 600; }
.layout-footer .layout-footer-right a i {
color: var(--text-secondary-color);
font-size: 1.5rem; }
.layout-config {
position: fixed;
padding: 0;
top: 0;
right: 0;
display: block;
width: 550px;
z-index: 998;
height: 100%;
transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
transform: translateX(100%);
backface-visibility: hidden; }
.layout-config.layout-config-active {
transform: translateX(0); }
.layout-config.layout-config-active .layout-config-content-wrapper .layout-config-button i {
transform: rotate(0deg); }
.layout-config .layout-config-content-wrapper {
position: relative;
height: 100%;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
color: var(--text-color);
background-color: var(--surface-f); }
.layout-config .layout-config-content-wrapper .layout-config-button {
display: block;
position: absolute;
width: 52px;
height: 52px;
line-height: 52px;
background-color: var(--primary-color);
text-align: center;
color: var(--primary-color-text);
top: 270px;
left: -51px;
z-index: -1;
overflow: hidden;
cursor: pointer;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
animation-name: rubberBand;
animation-duration: 1s;
animation-iteration-count: 3;
animation-delay: 5s;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
.layout-config .layout-config-content-wrapper .layout-config-button i {
font-size: 26px;
line-height: inherit;
cursor: pointer;
transform: rotate(360deg);
transition: transform 1s; }
.layout-config a {
color: #2196f3;
font-weight: 600;
cursor: pointer; }
.layout-config a:hover {
text-decoration: underline; }
.layout-config .layout-config-content {
overflow: auto;
height: 100%;
padding: 2rem; }
.layout-config .config-scale {
display: flex;
align-items: center;
margin: 1rem 0 2rem 0; }
.layout-config .config-scale .p-button {
margin-right: .5rem; }
.layout-config .config-scale i {
margin-right: .5rem;
font-size: .75rem;
color: var(--text-color-secondary); }
.layout-config .config-scale i.scale-active {
font-size: 1.25rem;
color: #2196f3; }
.layout-config .layout-config-close {
position: absolute;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
right: 20px;
top: 20px;
z-index: 999;
background-color: var(--primary-color);
border-radius: 50%;
transition: background-color .2s, box-shadow .2s, transform .2s; }
.layout-config .layout-config-close i {
color: var(--primary-color-text);
line-height: inherit;
font-size: 14px; }
.layout-config .layout-config-close:hover {
transform: scale(1.1); }
.layout-config .layout-config-close:focus {
outline: 0 none;
box-shadow: 0 0 0 0.2rem #BBDEFB; }
.layout-config .p-grid > div {
padding: 1rem;
text-align: center; }
.layout-config .p-grid > div span {
display: block; }
.layout-config .p-grid > div button {
position: relative;
display: inline-flex;
justify-content: center; }
.layout-config .free-themes img {
width: 50px;
border-radius: 4px;
transition: transform .2s; }
.layout-config .free-themes img:hover {
transform: scale(1.1); }
.layout-config .free-themes span {
font-size: .875rem;
margin-top: .25rem; }
.layout-config .premium-themes img {
width: 100%;
transition: transform .2s; }
.layout-config .premium-themes img:hover {
transform: scale(1.1); }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.layout-error + .layout-footer {
display: none; }
/* DESIGNER */
/* Home Component*/
.home a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.home a:hover {
text-decoration: underline; }
.home p {
margin-bottom: 2rem; }
.home .introduction {
background-color: var(--surface-a);
background-image: url("#{resource['showcase:images/home/intro-bg.jpg']}");
background-repeat: no-repeat;
background-size: cover;
padding: 115px 30px 135px 50px;
color: var(--text-color);
position: relative; }
.home .introduction.introduction-dark {
background-image: url("#{resource['showcase:images/home/intro-bg-dark.jpg']}");
color: var(--text-color); }
.home .introduction.introduction-dark .introduction-promo {
background: linear-gradient(90deg, rgba(76, 87, 111, 0.4) 0%, transparent 100%); }
.home .introduction .introduction-promo {
display: inline-block;
margin-left: -50px;
margin-bottom: 20px;
padding: 10px 175px 10px 50px;
font-size: 1.5rem;
background: linear-gradient(90deg, rgba(12, 75, 152, 0.6) 0%, transparent 100%);
position: relative;
color: #ffffff;
font-weight: 700; }
.home .introduction .introduction-title {
font-weight: 400;
margin-bottom: 5px;
font-size: 24px; }
.home .introduction .introduction-subtitle {
font-weight: 700;
margin-bottom: 40px;
margin-top: 0;
font-size: 24px; }
.home .introduction .introduction-devices {
position: absolute;
bottom: 0;
right: 0;
width: 55%; }
.home .features {
background-color: var(--surface-b);
text-align: center;
padding: 2rem; }
.home .features .p-col-12 {
padding: 1rem; }
.home .features .feature-card {
background-color: var(--surface-e);
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
height: 100%;
border-radius: 3px; }
.home .features .feature-card .feature-card-detail {
padding: 0 2rem 2rem 2rem; }
.home .features .feature-card p {
margin-bottom: 0; }
.home .features img {
width: 100%; }
.home .features .feature-name {
font-weight: 700;
font-size: 16px;
margin: 1rem 0; }
.home .video {
background-color: var(--surface-a);
text-align: center;
padding: 2rem; }
.home .whouses {
background-color: #34495E;
color: #EAECEE;
text-align: center;
padding: 2rem; }
.home .whouses img {
height: 30px; }
.home .whouses img.circular {
height: 50px; }
.home .whouses .p-grid > div {
padding: 2rem .5rem;
display: flex;
align-items: center;
justify-content: center; }
.home .templates {
background-color: var(--surface-b);
text-align: center;
padding: 2rem;
border-bottom: 1px solid var(--surface-d); }
.home .templates img {
width: 100%;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
.home .prime-designer {
background-color: var(--surface-a);
color: var(--text-color);
padding: 2rem; }
.home .prime-designer img {
width: 100%;
margin-bottom: 30px; }
.home .prime-designer h4 {
text-align: center; }
.home .prosupport {
border-bottom: 1px solid var(--surface-d);
background-color: var(--surface-b);
padding: 2rem;
color: var(--text-color); }
.home .prosupport img {
margin-top: 10px; }
.home .prosupport .p-md-6:last-child {
text-align: center; }
.home .prosupport .action-button {
display: inline-block;
margin-top: 1rem; }
@media screen and (max-width: 960px) {
.layout-wrapper.layout-news-active .layout-content {
padding-top: 180px; }
.layout-wrapper.layout-news-active .layout-sidebar {
top: 0;
height: 100%; }
.layout-wrapper.layout-news-active .layout-news-button {
opacity: 0;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
margin: 0;
top: 0;
left: 0; }
.layout-topbar {
height: 110px;
flex-wrap: wrap;
justify-content: space-between;
padding: 0; }
.layout-topbar .menu-button {
display: block; }
.layout-topbar .logo img {
width: 150px; }
.layout-topbar .app-theme {
margin-left: 0;
margin-right: 23px; }
.layout-topbar .topbar-form {
width: 100%; }
.layout-topbar .topbar-menu {
background-color: var(--surface-a);
width: 100%;
height: 40px;
margin: 0;
border-top: 1px solid var(--surface-d); }
.layout-topbar .topbar-menu > li {
height: 40px;
line-height: 40px;
width: 25%; }
.layout-topbar .topbar-menu > li > a {
padding-bottom: 0;
height: 40px;
line-height: 38px;
width: 100%;
font-size: 14px;
min-width: auto; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
top: 40px; }
.layout-sidebar {
top: 0;
z-index: 999;
height: 100%;
transform: translateX(-100%); }
.layout-sidebar.active {
transform: translateX(0); }
.layout-content {
margin-left: 0;
padding-top: 110px; }
.layout-content .content-section.introduction {
flex-direction: column; }
.layout-content .video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; }
.layout-content .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.layout-mask {
background-color: rgba(0, 0, 0, 0.1); }
.layout-mask.layout-mask-active {
z-index: 998;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
transition: background-color .2s; }
.home .introduction > div {
width: 100%; }
.home .features > div {
width: 100%; }
.home .whouses > div {
width: 100%; }
.home .prosupport > div {
width: 100%; }
.home .video iframe {
width: 100% !important; }
.layout-config .layout-config-button {
left: auto;
right: -52px; }
.layout-config.layout-config-active {
width: 100%; }
.blocked-scroll {
overflow: hidden; } }
@media screen and (max-width: 640px) {
.layout-wrapper.layout-news-active .topbar-menu > li.topbar-submenu > ul {
top: 180px; }
.layout-topbar .topbar-menu > li.topbar-submenu {
position: static; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
top: 110px;
position: fixed;
right: auto;
left: 0;
width: 100vw; }
.layout-error img {
width: 80%; } }
.customer-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.customer-badge.status-qualified {
background-color: #C8E6C9;
color: #256029; }
.customer-badge.status-unqualified {
background-color: #FFCDD2;
color: #C63737; }
.customer-badge.status-negotiation {
background-color: #FEEDAF;
color: #8A5340; }
.customer-badge.status-new {
background-color: #B3E5FC;
color: #23547B; }
.customer-badge.status-renewal {
background-color: #ECCFFF;
color: #694382; }
.customer-badge.status-proposal {
background-color: #FFD8B2;
color: #805B36; }
.product-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.product-badge.status-instock {
background: #C8E6C9;
color: #256029; }
.product-badge.status-outofstock {
background: #FFCDD2;
color: #C63737; }
.product-badge.status-lowstock {
background: #FEEDAF;
color: #8A5340; }
.order-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.order-badge.order-delivered {
background: #C8E6C9;
color: #256029; }
.order-badge.order-cancelled {
background: #FFCDD2;
color: #C63737; }
.order-badge.order-pending {
background: #FEEDAF;
color: #8A5340; }
.order-badge.order-returned {
background: #ECCFFF;
color: #694382; }
.image-text {
vertical-align: middle;
margin-left: .5rem; }
.p-multiselect-representative-option {
display: inline-block;
vertical-align: middle; }
.p-multiselect-representative-option img {
vertical-align: middle;
width: 24px; }
.p-multiselect-representative-option span {
margin-top: .125rem; }
.p-column-filter {
width: 100%; }
.country-item {
display: flex;
align-items: center; }
.country-item img.flag {
width: 18px;
margin-right: .5rem; }
.image-text {
vertical-align: middle;
margin-left: .5rem; }
.p-multiselect-representative-option {
display: inline-block;
vertical-align: middle; }
.p-multiselect-representative-option img {
vertical-align: middle;
width: 24px; }
.p-multiselect-representative-option span {
margin-top: .125rem; }
.p-column-filter {
width: 100%; }
.country-item {
display: flex;
align-items: center; }
.country-item img.flag {
width: 18px;
margin-right: .5rem; }
.product .product-name {
font-size: 1rem;
font-weight: 700; }
.product .product-description {
margin: 0 0 1rem 0; }
.product .product-category-icon {
vertical-align: middle;
margin-right: .5rem; }
.product .product-category {
font-weight: 600;
vertical-align: middle; }
.product .product-list-item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 1rem; }
.product .product-list-item.border-1 {
border-bottom: 1px solid var(--surface-d); }
.product .product-list-item img {
width: 150px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin-right: 2rem; }
.product .product-list-item .product-list-detail {
flex: 1 1 0;
-ms-flex: 1 1 0; }
.product .product-list-item .ui-rating {
margin: 0 0 .5rem 0; }
.product .product-list-item .product-price {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: .5rem;
align-self: flex-end; }
.product .product-list-item .product-list-action {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.product .product-list-item .ui-button {
margin-bottom: .5rem; }
.product .product-grid-item.border-1 {
border: 1px solid var(--surface-d); }
.product .product-grid-item .product-grid-item-top,
.product .product-grid-item .product-grid-item-bottom {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }
.product .product-grid-item img {
width: 75%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin: 2rem 0; }
.product .product-grid-item .ui-rating {
margin: 0 0 1rem 0; }
.product .product-grid-item .product-grid-item-content {
text-align: center; }
.product .product-grid-item .product-price {
font-size: 1.5rem;
font-weight: 600; }
@media screen and (max-width: 576px) {
.product .product-list-item {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center; }
.product .product-list-item img {
width: 75%;
margin: 2rem 0; }
.product .product-list-item .product-list-detail {
text-align: center; }
.product .product-list-item .product-price {
align-self: center; }
.product .product-list-item .product-list-action {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.product .product-list-item .product-list-action {
margin-top: 2rem;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: 100%; } }
.crud-demo .ui-datatable {
margin-top: 1rem; }
.crud-demo .product-image {
width: 100px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
.crud-demo .ui-dialog .product-image {
width: 250px;
margin: 0 auto 2rem auto;
display: block; }
.crud-demo .ui-dialog-footer .ui-button {
min-width: 6rem; }
.crud-demo .ui-datatable .ui-column-filter {
display: none; }
.crud-demo .products-table-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crud-demo .edit-button.ui-button {
margin-right: .5rem; }
.crud-demo .orders-subtable {
padding: 1rem; }
.crud-demo .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(1) {
width: 1rem; }
.crud-demo .products-table .ui-rating {
display: inline-block; }
@media (max-width: 640px) {
.products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title,
.products-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title {
display: none !important; }
.products-buttonbar {
-ms-flex-direction: column;
flex-direction: column; }
.products-buttonbar > div:last-child {
margin-top: .5rem; } }
.cascadeselect-item.country-item .flag {
width: 18px;
height: 12px;
margin-right: .5rem; }
.manymenu-advanced.ui-selectmanymenu .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item > td:nth-child(2) {
width: 1rem;
padding: 0; } | src/main/resources/META-INF/resources/showcase/css/layout/layoutSinMenu.css | html {
font-size: 14px; }
body {
margin: 0px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background-color: var(--surface-a);
font-family: var(--font-family);
font-weight: normal;
color: var(--text-color);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
a {
text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
margin: 1.5rem 0 1rem 0;
font-family: inherit;
font-weight: 600;
line-height: 1.2;
color: inherit; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.5rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; }
p {
line-height: 1.5;
margin: 0 0 1rem 0; }
input[type="number"] {
-moz-appearance: textfield; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0; }
@keyframes pulse {
0% {
background-color: rgba(165, 165, 165, 0.1); }
50% {
background-color: rgba(165, 165, 165, 0.3); }
100% {
background-color: rgba(165, 165, 165, 0.1); } }
.p-toast.p-toast-topright,
.p-toast.p-toast-topleft {
top: 100px; }
.action-button {
font-weight: bold;
text-align: center;
color: #2b3034 !important;
background-color: #FEAB4D;
padding: 10px 24px 9px 24px;
border-radius: 3px;
transition: background-color .2s; }
.action-button:hover {
background-color: #feb767;
color: #ffffff;
text-decoration: none !important; }
.status-indicator {
position: fixed;
width: 42px;
height: 42px;
right: 7px;
bottom: 7px;
font-size: 28px;
color: var(--primary-color);
pointer-events: none; }
.text-secondary {
color: var(--text-color-secondary); }
.p-connected-overlay {
opacity: 0;
transform: scaleY(0.8);
transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1); }
.p-connected-overlay-visible {
opacity: 1;
transform: scaleY(1); }
.p-connected-overlay-hidden {
opacity: 0;
transform: scaleY(1);
transition: opacity .1s linear; }
@-webkit-keyframes connected-overlay-in {
from {
opacity: 0;
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8); }
to {
opacity: 1;
-webkit-transform: none;
transform: none; } }
@keyframes connected-overlay-in {
from {
opacity: 0;
transform: scaleY(0.8); }
to {
opacity: 1;
transform: none; } }
@-webkit-keyframes connected-overlay-out {
from {
opacity: 1; }
to {
opacity: 0; } }
@keyframes fade-out-down {
from {
opacity: 1; }
to {
opacity: 0; } }
.connected-overlay-in {
-webkit-animation-name: connected-overlay-in;
animation-name: connected-overlay-in; }
.connected-overlay-out {
-webkit-animation-name: connected-overlay-out;
animation-name: connected-overlay-out; }
.layout-topbar {
background-color: var(--surface-a);
padding: 0;
height: 70px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 997;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
border-bottom: 1px solid var(--surface-d);
display: flex;
align-items: center;
padding: 0 35px; }
.layout-topbar .menu-button {
display: none;
color: var(--text-color);
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
transition: background-color .2s;
overflow: hidden;
cursor: pointer; }
.layout-topbar .menu-button:hover {
background-color: var(--surface-c); }
.layout-topbar .menu-button i {
font-size: 24px;
line-height: inherit; }
.layout-topbar .logo img {
width: 180px; }
.layout-topbar .logo:focus {
outline: 0 none;
transition: box-shadow .2s;
box-shadow: 0 0 0 0.2rem #BBDEFB; }
.layout-topbar .app-theme {
background-color: var(--primary-color);
color: var(--primary-color-text);
padding: .5rem;
border-radius: 4px;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
width: 39px;
height: 39px;
margin-left: 70px; }
.layout-topbar .app-theme img {
width: 25px; }
.layout-topbar .topbar-form {
margin-left: auto; }
.layout-topbar .topbar-menu {
list-style-type: none;
margin: 0;
padding: 0;
height: 100%;
display: flex; }
.layout-topbar .topbar-menu > li {
height: 70px;
line-height: 70px; }
.layout-topbar .topbar-menu > li > a {
text-decoration: none;
color: var(--text-color);
min-width: 120px;
font-size: 16px;
display: block;
text-align: center;
user-select: none;
line-height: 68px;
border-bottom: 2px solid transparent;
transition: border-bottom-color .2s;
cursor: pointer; }
.layout-topbar .topbar-menu > li > a:hover, .layout-topbar .topbar-menu > li > a:focus {
border-bottom-color: var(--primary-color); }
.layout-topbar .topbar-menu > li > a:focus {
z-index: 1;
outline: 0 none;
transition: box-shadow .2s;
box-shadow: inset 0 0 0 0.2em #BBDEFB; }
.layout-topbar .topbar-menu > li.topbar-submenu {
position: relative; }
.layout-topbar .topbar-menu > li.topbar-submenu .ui-overlay-badge {
display: inline; }
.layout-topbar .topbar-menu > li.topbar-submenu.topbar-submenu-active > ul {
display: block; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
display: none;
position: absolute;
transform-origin: top;
top: 70px;
right: 0;
width: 275px;
max-height: 400px;
background-color: var(--surface-f);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
overflow: auto;
list-style-type: none;
padding: 1rem;
margin: 0;
border-radius: 3px;
animation-duration: .12s; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li {
line-height: 1; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li.topbar-submenu-header {
display: block;
color: var(--text-color-secondary);
font-weight: 600;
user-select: none;
padding: 1.5rem 0 1rem 0;
font-size: 0.857rem;
text-transform: uppercase; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li.topbar-submenu-header:first-child {
padding-top: 1rem; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a {
text-decoration: none;
color: var(--text-color);
padding: .5rem;
display: flex;
align-items: center;
user-select: none;
border-radius: 3px;
cursor: pointer; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a:hover {
background-color: var(--surface-c); }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a span {
margin-left: .5rem; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a i {
font-size: 18px;
color: var(--text-color-secondary); }
.layout-topbar .topbar-menu > li.topbar-submenu > ul a img {
width: 32px;
margin-right: .5rem; }
.layout-topbar .topbar-menu .theme-badge {
padding: 2px 4px;
vertical-align: middle;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
font-size: 11px;
position: relative;
top: -1px; }
.layout-topbar .topbar-menu .theme-badge.material {
background: linear-gradient(to bottom, #2196F3, #2196F3); }
.layout-topbar .topbar-menu .theme-badge.bootstrap {
background: linear-gradient(to bottom, #563D7C, #966BD8); }
.layout-topbar .topbar-menu .theme-badge.darkmode {
background: linear-gradient(to bottom, #141d26, #5a6067); }
.layout-sidebar {
position: fixed;
left: 0;
top: 70px;
height: calc(100% - 70px);
background-color: var(--surface-a);
width: 250px;
border-right: 1px solid var(--surface-d);
user-select: none;
transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
display: flex;
flex-direction: column; }
.layout-sidebar .layout-sidebar-filter {
padding: 1.25rem 1rem;
border-bottom: 1px solid var(--surface-d);
background-color: var(--surface-a); }
.layout-sidebar .layout-menu {
padding: 0 1rem;
overflow-y: auto;
flex-grow: 1; }
.layout-sidebar .layout-menu .menu-category {
display: block;
color: var(--text-color-secondary);
font-weight: 600;
user-select: none;
padding: 1.5rem 0 1rem 0;
font-size: 0.857rem;
text-transform: uppercase;
border-top: 1px solid var(--surface-d); }
.layout-sidebar .layout-menu .menu-category:first-child {
border-top: 0 none;
padding-top: 1rem; }
.layout-sidebar .layout-menu .menu-items {
padding: 0 0 1rem 0;
display: flex;
flex-direction: column; }
.layout-sidebar .layout-menu .menu-items a {
color: var(--text-color);
display: flex;
align-items: center;
padding: .5rem;
border-radius: 3px;
cursor: pointer; }
.layout-sidebar .layout-menu .menu-items a:hover {
background-color: var(--surface-c); }
.layout-sidebar .layout-menu .menu-items a:focus {
z-index: 1;
outline: 0 none;
transition: box-shadow .2s;
box-shadow: 0 0 0 0.2em #BBDEFB; }
.layout-sidebar .layout-menu .menu-items a.router-link-active {
font-weight: 700; }
.layout-sidebar .layout-menu .menu-items a .ui-tag {
padding-top: .125rem;
padding-bottom: .125rem;
margin-left: .5rem; }
.layout-sidebar .layout-menu .menu-items a.hidden {
pointer-events: none; }
.layout-sidebar .layout-menu .menu-items .submenu {
display: none; }
.layout-sidebar .layout-menu .menu-items .submenu ul {
padding: .5rem 0;
margin: 0;
list-style-type: none; }
.layout-sidebar .layout-menu .menu-items .submenu ul a {
font-size: .875rem;
padding: .475rem .5rem .475rem 2rem; }
.layout-sidebar-filter-panel.ui-autocomplete-panel {
padding: 0.5rem 0; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-widget-header td {
border: 1px solid transparent;
padding: 3px 5px; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td {
border: 1px solid transparent;
padding: 0; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td a {
display: flex;
align-items: center;
padding: 0.5rem 1rem;
color: var(--text-color); }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row > td a .ui-tag {
padding-top: .125rem;
padding-bottom: .125rem;
margin-left: .5rem; }
.layout-sidebar-filter-panel.ui-autocomplete-panel .ui-autocomplete-table .ui-autocomplete-item.ui-autocomplete-row.ui-state-highlight > td a {
background: var(--primary-color);
color: var(--primary-color-text); }
.layout-content {
margin-left: 0px;
padding-top: 70px; }
.layout-content .content-section {
padding: 2rem; }
.layout-content .content-section.introduction {
background-color: var(--surface-b);
color: var(--text-color);
padding-bottom: 0;
display: flex;
align-items: top;
justify-content: space-between; }
.layout-content .content-section.introduction .feature-intro h1 span {
font-weight: 400;
color: var(--text-color-secondary); }
.layout-content .content-section.introduction .feature-intro p {
margin: 0; }
.layout-content .content-section.introduction .feature-intro a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.layout-content .content-section.introduction .feature-intro a:hover {
text-decoration: underline; }
.layout-content .content-section.introduction .documentation-link {
text-decoration: none;
color: #2196f3;
font-weight: 600;
display: flex;
align-items: center;
margin: 1rem 0;
white-space: nowrap; }
.layout-content .content-section.introduction .documentation-link:hover {
text-decoration: underline; }
.layout-content .content-section.introduction .documentation-link i {
margin-right: .5rem; }
.layout-content .content-section.implementation {
background-color: var(--surface-b);
color: var(--text-color); }
.layout-content .content-section.implementation + .documentation {
padding-top: 0; }
.layout-content .content-section.implementation input[type="hidden"] + h5 {
margin-top: 0; }
.layout-content .content-section.documentation {
background-color: var(--surface-b);
color: var(--text-color); }
.layout-content .content-section.documentation li {
line-height: 1.5; }
.layout-content .content-section.documentation a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.layout-content .content-section.documentation a:hover {
text-decoration: underline; }
.layout-content .content-section.documentation .doc-tablewrapper {
margin: 1rem 0;
overflow: auto; }
.layout-content .content-section.documentation i:not([class~="pi"]) {
background-color: var(--surface-a);
color: #2196f3;
font-family: Monaco, courier, monospace;
font-style: normal;
font-size: 12px;
padding: 2px 4px;
letter-spacing: .5px;
border-radius: 3px;
font-weight: 600;
margin: 0 2px; }
.layout-content .content-section.documentation .ui-tabs {
background: transparent;
border: 0 none; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav {
background-color: transparent; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav:before {
border-bottom: 1px solid var(--surface-d) !important; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header {
background-color: transparent;
border-bottom-width: 1px; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header a {
text-decoration: none; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-hover {
border-color: transparent;
border-bottom-color: var(--primary-color);
border-radius: 0; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-hover a {
color: var(--text-color); }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active {
border-color: transparent;
border-bottom-color: var(--primary-color);
border-radius: 0; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-nav li.ui-tabs-header.ui-state-active a {
color: var(--primary-color); }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-panels {
background: transparent; }
.layout-content .content-section.documentation .ui-tabs .ui-tabs-panels .ui-tabs-panel {
padding: 2rem 1rem; }
.layout-content .content-section .doc-table {
border-collapse: collapse;
width: 100%;
background-color: var(--surface-a); }
.layout-content .content-section .doc-table th {
border-bottom: 1px solid var(--surface-d);
padding: 1rem;
text-align: left; }
.layout-content .content-section .doc-table tbody td {
padding: 1rem;
border-bottom: 1px solid var(--surface-d); }
.layout-content .card {
background: var(--surface-e);
padding: 2rem;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
border-radius: 4px;
margin-bottom: 2rem; }
.layout-content .card .card-header {
display: flex;
align-items: center;
justify-content: space-between; }
/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+bash+java&plugins=line-numbers+normalize-whitespace */
/**
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
* @author Tim Shedor
*/
/*
Attention: This is not the original CSS downloaded from PrismJS! There are some PrimeFaces-specific modifications.
Some var(iable)-usages have been introduced to adapt color-scheme to dark PrimeFaces-themes like Vela and Arya.
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none; }
/* Code blocks */
pre[class*="language-"] {
position: relative;
margin: .5em 0;
overflow: visible;
padding: 0; }
pre[class*="language-"] > code {
position: relative;
border-left: 10px solid var(--surface-d) !important;
/*box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;*/
background-color: var(--surface-e) !important;
background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
background-size: 3em 3em;
background-origin: content-box;
background-attachment: local;
color: var(--text-color); }
code[class*="language-"] {
max-height: inherit;
height: inherit;
padding: 0 1em;
display: block;
overflow: auto; }
/* Margin bottom to accommodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background-color: #fdfdfd;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1em; }
/* Inline code */
:not(pre) > code[class*="language-"] {
position: relative;
padding: .2em;
border-radius: 0.3em;
color: #c92c2c;
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline;
white-space: normal; }
pre[class*="language-"]:before,
pre[class*="language-"]:after {
content: '';
z-index: -2;
display: block;
position: absolute;
bottom: 0.75em;
left: 0.18em;
width: 40%;
height: 20%;
max-height: 13em;
box-shadow: 0px 13px 8px #979797;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
transform: rotate(-2deg); }
pre[class*="language-"]:after {
right: 0.75em;
left: auto;
-webkit-transform: rotate(2deg);
-moz-transform: rotate(2deg);
-ms-transform: rotate(2deg);
-o-transform: rotate(2deg);
transform: rotate(2deg); }
.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #7D8B99; }
.token.punctuation {
color: var(--text-color); }
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
color: #c92c2c; }
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
color: #2f9c0a; }
.token.operator,
.token.entity,
.token.url,
.token.variable {
color: #a67f59;
background: rgba(255, 255, 255, 0.5); }
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
color: #1990b8; }
.token.regex,
.token.important {
color: #e90; }
.language-css .token.string,
.style .token.string {
color: #a67f59;
background: rgba(255, 255, 255, 0.5); }
.token.important {
font-weight: normal; }
.token.bold {
font-weight: bold; }
.token.italic {
font-style: italic; }
.token.entity {
cursor: help; }
.token.namespace {
opacity: .7; }
@media screen and (max-width: 767px) {
pre[class*="language-"]:before,
pre[class*="language-"]:after {
bottom: 14px;
box-shadow: none; } }
/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
padding-left: 0; }
pre[class*="language-"].line-numbers.line-numbers code {
padding-left: 3.8em; }
pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
left: 0; }
/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
padding-top: 0;
padding-bottom: 0;
padding-left: 0; }
pre[data-line] code {
position: relative;
padding-left: 4em; }
pre .line-highlight {
margin-top: 0; }
pre[class*="language-"].line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber; }
pre[class*="language-"].line-numbers > code {
position: relative;
white-space: inherit; }
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em;
/* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid var(--surface-d) !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.line-numbers-rows > span {
display: block;
counter-increment: linenumber; }
.line-numbers-rows > span:before {
content: counter(linenumber);
color: var(--text-color-secondary);
display: block;
padding-right: 0.8em;
text-align: right; }
.layout-news {
position: fixed;
top: 0;
left: 0;
z-index: 997;
height: 70px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-image: url("assets/images/topbar-diamond-bg.png"); }
.layout-news .layout-news-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-weight: bold;
font-size: 20px; }
.layout-news .layout-news-container .layout-news-details {
display: flex;
align-items: center;
z-index: 1; }
.layout-news .layout-news-container .layout-news-details .rate {
color: #f2b837;
font-size: 25px;
font-weight: bold;
margin: 0 .25rem; }
.layout-news .layout-news-container .layout-news-details .helper-text {
background-color: #f2b837;
color: #212121;
padding: 0 0.2rem;
margin-right: 0.3rem; }
.layout-news .layout-news-container img.layouts-news-mockup-image {
height: 70px; }
.layout-news .layout-news-container .layout-news-button {
border: 1px solid #ffffff;
color: #ffffff;
font-size: 15px;
padding: .3em .3em .5em 1em;
font-weight: bold;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
transition: background-color 0.15s;
margin-left: 2em;
position: relative;
z-index: 1; }
.layout-news .layout-news-container .layout-news-button:hover {
background-color: rgba(255, 255, 255, 0.25); }
.layout-news .layout-news-close {
cursor: pointer;
color: #fff;
position: absolute;
z-index: 2;
right: 28px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
width: 23px;
height: 23px; }
.layout-wrapper.layout-news-active .layout-topbar {
top: 70px; }
.layout-wrapper.layout-news-active .layout-sidebar {
top: 140px;
height: calc(100% - 140px); }
.layout-wrapper.layout-news-active .layout-content {
padding-top: 140px; }
.layout-footer {
font-size: 1rem;
padding: 2rem;
background-color: var(--surface-a);
display: flex;
align-items: center;
justify-content: space-between; }
.layout-footer a {
color: var(--text-color);
font-weight: 600; }
.layout-footer .layout-footer-right a i {
color: var(--text-secondary-color);
font-size: 1.5rem; }
.layout-config {
position: fixed;
padding: 0;
top: 0;
right: 0;
display: block;
width: 550px;
z-index: 998;
height: 100%;
transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
transform: translateX(100%);
backface-visibility: hidden; }
.layout-config.layout-config-active {
transform: translateX(0); }
.layout-config.layout-config-active .layout-config-content-wrapper .layout-config-button i {
transform: rotate(0deg); }
.layout-config .layout-config-content-wrapper {
position: relative;
height: 100%;
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
color: var(--text-color);
background-color: var(--surface-f); }
.layout-config .layout-config-content-wrapper .layout-config-button {
display: block;
position: absolute;
width: 52px;
height: 52px;
line-height: 52px;
background-color: var(--primary-color);
text-align: center;
color: var(--primary-color-text);
top: 270px;
left: -51px;
z-index: -1;
overflow: hidden;
cursor: pointer;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
animation-name: rubberBand;
animation-duration: 1s;
animation-iteration-count: 3;
animation-delay: 5s;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
.layout-config .layout-config-content-wrapper .layout-config-button i {
font-size: 26px;
line-height: inherit;
cursor: pointer;
transform: rotate(360deg);
transition: transform 1s; }
.layout-config a {
color: #2196f3;
font-weight: 600;
cursor: pointer; }
.layout-config a:hover {
text-decoration: underline; }
.layout-config .layout-config-content {
overflow: auto;
height: 100%;
padding: 2rem; }
.layout-config .config-scale {
display: flex;
align-items: center;
margin: 1rem 0 2rem 0; }
.layout-config .config-scale .p-button {
margin-right: .5rem; }
.layout-config .config-scale i {
margin-right: .5rem;
font-size: .75rem;
color: var(--text-color-secondary); }
.layout-config .config-scale i.scale-active {
font-size: 1.25rem;
color: #2196f3; }
.layout-config .layout-config-close {
position: absolute;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
right: 20px;
top: 20px;
z-index: 999;
background-color: var(--primary-color);
border-radius: 50%;
transition: background-color .2s, box-shadow .2s, transform .2s; }
.layout-config .layout-config-close i {
color: var(--primary-color-text);
line-height: inherit;
font-size: 14px; }
.layout-config .layout-config-close:hover {
transform: scale(1.1); }
.layout-config .layout-config-close:focus {
outline: 0 none;
box-shadow: 0 0 0 0.2rem #BBDEFB; }
.layout-config .p-grid > div {
padding: 1rem;
text-align: center; }
.layout-config .p-grid > div span {
display: block; }
.layout-config .p-grid > div button {
position: relative;
display: inline-flex;
justify-content: center; }
.layout-config .free-themes img {
width: 50px;
border-radius: 4px;
transition: transform .2s; }
.layout-config .free-themes img:hover {
transform: scale(1.1); }
.layout-config .free-themes span {
font-size: .875rem;
margin-top: .25rem; }
.layout-config .premium-themes img {
width: 100%;
transition: transform .2s; }
.layout-config .premium-themes img:hover {
transform: scale(1.1); }
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1); }
30% {
transform: scale3d(1.25, 0.75, 1); }
40% {
transform: scale3d(0.75, 1.25, 1); }
50% {
transform: scale3d(1.15, 0.85, 1); }
65% {
transform: scale3d(0.95, 1.05, 1); }
75% {
transform: scale3d(1.05, 0.95, 1); }
to {
transform: scale3d(1, 1, 1); } }
.layout-error + .layout-footer {
display: none; }
/* DESIGNER */
/* Home Component*/
.home a {
text-decoration: none;
color: #2196f3;
font-weight: 600; }
.home a:hover {
text-decoration: underline; }
.home p {
margin-bottom: 2rem; }
.home .introduction {
background-color: var(--surface-a);
background-image: url("#{resource['showcase:images/home/intro-bg.jpg']}");
background-repeat: no-repeat;
background-size: cover;
padding: 115px 30px 135px 50px;
color: var(--text-color);
position: relative; }
.home .introduction.introduction-dark {
background-image: url("#{resource['showcase:images/home/intro-bg-dark.jpg']}");
color: var(--text-color); }
.home .introduction.introduction-dark .introduction-promo {
background: linear-gradient(90deg, rgba(76, 87, 111, 0.4) 0%, transparent 100%); }
.home .introduction .introduction-promo {
display: inline-block;
margin-left: -50px;
margin-bottom: 20px;
padding: 10px 175px 10px 50px;
font-size: 1.5rem;
background: linear-gradient(90deg, rgba(12, 75, 152, 0.6) 0%, transparent 100%);
position: relative;
color: #ffffff;
font-weight: 700; }
.home .introduction .introduction-title {
font-weight: 400;
margin-bottom: 5px;
font-size: 24px; }
.home .introduction .introduction-subtitle {
font-weight: 700;
margin-bottom: 40px;
margin-top: 0;
font-size: 24px; }
.home .introduction .introduction-devices {
position: absolute;
bottom: 0;
right: 0;
width: 55%; }
.home .features {
background-color: var(--surface-b);
text-align: center;
padding: 2rem; }
.home .features .p-col-12 {
padding: 1rem; }
.home .features .feature-card {
background-color: var(--surface-e);
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
height: 100%;
border-radius: 3px; }
.home .features .feature-card .feature-card-detail {
padding: 0 2rem 2rem 2rem; }
.home .features .feature-card p {
margin-bottom: 0; }
.home .features img {
width: 100%; }
.home .features .feature-name {
font-weight: 700;
font-size: 16px;
margin: 1rem 0; }
.home .video {
background-color: var(--surface-a);
text-align: center;
padding: 2rem; }
.home .whouses {
background-color: #34495E;
color: #EAECEE;
text-align: center;
padding: 2rem; }
.home .whouses img {
height: 30px; }
.home .whouses img.circular {
height: 50px; }
.home .whouses .p-grid > div {
padding: 2rem .5rem;
display: flex;
align-items: center;
justify-content: center; }
.home .templates {
background-color: var(--surface-b);
text-align: center;
padding: 2rem;
border-bottom: 1px solid var(--surface-d); }
.home .templates img {
width: 100%;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); }
.home .prime-designer {
background-color: var(--surface-a);
color: var(--text-color);
padding: 2rem; }
.home .prime-designer img {
width: 100%;
margin-bottom: 30px; }
.home .prime-designer h4 {
text-align: center; }
.home .prosupport {
border-bottom: 1px solid var(--surface-d);
background-color: var(--surface-b);
padding: 2rem;
color: var(--text-color); }
.home .prosupport img {
margin-top: 10px; }
.home .prosupport .p-md-6:last-child {
text-align: center; }
.home .prosupport .action-button {
display: inline-block;
margin-top: 1rem; }
@media screen and (max-width: 960px) {
.layout-wrapper.layout-news-active .layout-content {
padding-top: 180px; }
.layout-wrapper.layout-news-active .layout-sidebar {
top: 0;
height: 100%; }
.layout-wrapper.layout-news-active .layout-news-button {
opacity: 0;
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
margin: 0;
top: 0;
left: 0; }
.layout-topbar {
height: 110px;
flex-wrap: wrap;
justify-content: space-between;
padding: 0; }
.layout-topbar .menu-button {
display: block; }
.layout-topbar .logo img {
width: 150px; }
.layout-topbar .app-theme {
margin-left: 0;
margin-right: 23px; }
.layout-topbar .topbar-form {
width: 100%; }
.layout-topbar .topbar-menu {
background-color: var(--surface-a);
width: 100%;
height: 40px;
margin: 0;
border-top: 1px solid var(--surface-d); }
.layout-topbar .topbar-menu > li {
height: 40px;
line-height: 40px;
width: 25%; }
.layout-topbar .topbar-menu > li > a {
padding-bottom: 0;
height: 40px;
line-height: 38px;
width: 100%;
font-size: 14px;
min-width: auto; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
top: 40px; }
.layout-sidebar {
top: 0;
z-index: 999;
height: 100%;
transform: translateX(-100%); }
.layout-sidebar.active {
transform: translateX(0); }
.layout-content {
margin-left: 0;
padding-top: 110px; }
.layout-content .content-section.introduction {
flex-direction: column; }
.layout-content .video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; }
.layout-content .video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.layout-mask {
background-color: rgba(0, 0, 0, 0.1); }
.layout-mask.layout-mask-active {
z-index: 998;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
transition: background-color .2s; }
.home .introduction > div {
width: 100%; }
.home .features > div {
width: 100%; }
.home .whouses > div {
width: 100%; }
.home .prosupport > div {
width: 100%; }
.home .video iframe {
width: 100% !important; }
.layout-config .layout-config-button {
left: auto;
right: -52px; }
.layout-config.layout-config-active {
width: 100%; }
.blocked-scroll {
overflow: hidden; } }
@media screen and (max-width: 640px) {
.layout-wrapper.layout-news-active .topbar-menu > li.topbar-submenu > ul {
top: 180px; }
.layout-topbar .topbar-menu > li.topbar-submenu {
position: static; }
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
top: 110px;
position: fixed;
right: auto;
left: 0;
width: 100vw; }
.layout-error img {
width: 80%; } }
.customer-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.customer-badge.status-qualified {
background-color: #C8E6C9;
color: #256029; }
.customer-badge.status-unqualified {
background-color: #FFCDD2;
color: #C63737; }
.customer-badge.status-negotiation {
background-color: #FEEDAF;
color: #8A5340; }
.customer-badge.status-new {
background-color: #B3E5FC;
color: #23547B; }
.customer-badge.status-renewal {
background-color: #ECCFFF;
color: #694382; }
.customer-badge.status-proposal {
background-color: #FFD8B2;
color: #805B36; }
.product-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.product-badge.status-instock {
background: #C8E6C9;
color: #256029; }
.product-badge.status-outofstock {
background: #FFCDD2;
color: #C63737; }
.product-badge.status-lowstock {
background: #FEEDAF;
color: #8A5340; }
.order-badge {
border-radius: 2px;
padding: .25em .5rem;
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
letter-spacing: .3px; }
.order-badge.order-delivered {
background: #C8E6C9;
color: #256029; }
.order-badge.order-cancelled {
background: #FFCDD2;
color: #C63737; }
.order-badge.order-pending {
background: #FEEDAF;
color: #8A5340; }
.order-badge.order-returned {
background: #ECCFFF;
color: #694382; }
.image-text {
vertical-align: middle;
margin-left: .5rem; }
.p-multiselect-representative-option {
display: inline-block;
vertical-align: middle; }
.p-multiselect-representative-option img {
vertical-align: middle;
width: 24px; }
.p-multiselect-representative-option span {
margin-top: .125rem; }
.p-column-filter {
width: 100%; }
.country-item {
display: flex;
align-items: center; }
.country-item img.flag {
width: 18px;
margin-right: .5rem; }
.image-text {
vertical-align: middle;
margin-left: .5rem; }
.p-multiselect-representative-option {
display: inline-block;
vertical-align: middle; }
.p-multiselect-representative-option img {
vertical-align: middle;
width: 24px; }
.p-multiselect-representative-option span {
margin-top: .125rem; }
.p-column-filter {
width: 100%; }
.country-item {
display: flex;
align-items: center; }
.country-item img.flag {
width: 18px;
margin-right: .5rem; }
.product .product-name {
font-size: 1rem;
font-weight: 700; }
.product .product-description {
margin: 0 0 1rem 0; }
.product .product-category-icon {
vertical-align: middle;
margin-right: .5rem; }
.product .product-category {
font-weight: 600;
vertical-align: middle; }
.product .product-list-item {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 1rem; }
.product .product-list-item.border-1 {
border-bottom: 1px solid var(--surface-d); }
.product .product-list-item img {
width: 150px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin-right: 2rem; }
.product .product-list-item .product-list-detail {
flex: 1 1 0;
-ms-flex: 1 1 0; }
.product .product-list-item .ui-rating {
margin: 0 0 .5rem 0; }
.product .product-list-item .product-price {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: .5rem;
align-self: flex-end; }
.product .product-list-item .product-list-action {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.product .product-list-item .ui-button {
margin-bottom: .5rem; }
.product .product-grid-item.border-1 {
border: 1px solid var(--surface-d); }
.product .product-grid-item .product-grid-item-top,
.product .product-grid-item .product-grid-item-bottom {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between; }
.product .product-grid-item img {
width: 75%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
margin: 2rem 0; }
.product .product-grid-item .ui-rating {
margin: 0 0 1rem 0; }
.product .product-grid-item .product-grid-item-content {
text-align: center; }
.product .product-grid-item .product-price {
font-size: 1.5rem;
font-weight: 600; }
@media screen and (max-width: 576px) {
.product .product-list-item {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center; }
.product .product-list-item img {
width: 75%;
margin: 2rem 0; }
.product .product-list-item .product-list-detail {
text-align: center; }
.product .product-list-item .product-price {
align-self: center; }
.product .product-list-item .product-list-action {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column; }
.product .product-list-item .product-list-action {
margin-top: 2rem;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
width: 100%; } }
.crud-demo .ui-datatable {
margin-top: 1rem; }
.crud-demo .product-image {
width: 100px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
.crud-demo .ui-dialog .product-image {
width: 250px;
margin: 0 auto 2rem auto;
display: block; }
.crud-demo .ui-dialog-footer .ui-button {
min-width: 6rem; }
.crud-demo .ui-datatable .ui-column-filter {
display: none; }
.crud-demo .products-table-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.crud-demo .edit-button.ui-button {
margin-right: .5rem; }
.crud-demo .orders-subtable {
padding: 1rem; }
.crud-demo .products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(1) {
width: 1rem; }
.crud-demo .products-table .ui-rating {
display: inline-block; }
@media (max-width: 640px) {
.products-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title,
.products-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title {
display: none !important; }
.products-buttonbar {
-ms-flex-direction: column;
flex-direction: column; }
.products-buttonbar > div:last-child {
margin-top: .5rem; } }
.cascadeselect-item.country-item .flag {
width: 18px;
height: 12px;
margin-right: .5rem; }
.manymenu-advanced.ui-selectmanymenu .ui-selectlistbox-listcontainer .ui-selectlistbox-list .ui-selectlistbox-item > td:nth-child(2) {
width: 1rem;
padding: 0; } | 0.452536 | 0.088426 |
@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("amoursucre.com"), domain("amordoce.com"), domain("sweetamoris.de"), domain("corazondemelon.es"), domain("flirttistoori.com"), domain("csabitasboljeles.hu"), domain("slodkiflirt.pl"), domain("sweetflirt.ro"), domain("sladkiiflirt.ru"), domain("askito-m.com"), domain("sweetcrush.co.uk"), domain("mycandylove.com") {
/* Esses são os dominios que o style vai pegar, não mexer */
/* Fundo da página */
index > .connected {
background-color : #FFFFFF !important;
background-image : url("http://i67.tinypic.com/dbqwdj.png") !important ;
background-repeat : no-repeat !important ;
background-position : center center !important ;
background-attachment : fixed !important ;
}
/* Logo do Amor Doce*/
#site-logo > a > img[src*="/logo-as.png"] {
height : 0 !important ;
width : 0 !important ;
background: url("http://i68.tinypic.com/m9ylg3.png") no-repeat !important ;
padding-left : 427px !important ;
padding-top : 142px !important ;
}
.halo {background-image : url(http://www.amoursucre.com/image/halo.png) !important ;}
panel-connected {background : #FFFFFF!important ;}
#pseudo-container > .blue {
background : #000000!important ;
box-shadow : 0 1px 1px rgba(125,125,125,0.75) !important ;
}
.title-container a {
color : #FFFFFF!important ;
text-shadow : 0 1px 1px rgba(125,125,125,0.75) !important ;
}
#episode-container {background : #B22222!important ;}
#episode-container span {color : #00FFFF!important ;}
#episode-container .number {color : #000000!important ;}
.trombone {background-image : url("http://www.amoursucre.com/image/paper-clip/left.png") !important ;}
#currencies-container .values {
background : #000000!important ;
border : 2px solid #FF1493!important ;
color : #FFFFFF!important ;
}
#panel-menu a {
background : #B22222!important ;
color : #000000!important ;
}
#panel-menu a:hover {
background : #000000!important ;
color : #B22222!important ;
}
navigation-menu > div > .pink, navigation-menu > div > .blue {
background : #B22222!important ;
color : #FFFFFF!important ;
}
navigation-menu > div > .active, navigation-menu > div > a:hover {
background : #FFFFFF!important ;
color : #B22222!important ;
}
navigation-menu > div > .border {
border : none !important ;
}
side-links > .link-entry {
background : #4169E1!important ;
}
} | data/usercss/153645.user.css | @namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain("amoursucre.com"), domain("amordoce.com"), domain("sweetamoris.de"), domain("corazondemelon.es"), domain("flirttistoori.com"), domain("csabitasboljeles.hu"), domain("slodkiflirt.pl"), domain("sweetflirt.ro"), domain("sladkiiflirt.ru"), domain("askito-m.com"), domain("sweetcrush.co.uk"), domain("mycandylove.com") {
/* Esses são os dominios que o style vai pegar, não mexer */
/* Fundo da página */
index > .connected {
background-color : #FFFFFF !important;
background-image : url("http://i67.tinypic.com/dbqwdj.png") !important ;
background-repeat : no-repeat !important ;
background-position : center center !important ;
background-attachment : fixed !important ;
}
/* Logo do Amor Doce*/
#site-logo > a > img[src*="/logo-as.png"] {
height : 0 !important ;
width : 0 !important ;
background: url("http://i68.tinypic.com/m9ylg3.png") no-repeat !important ;
padding-left : 427px !important ;
padding-top : 142px !important ;
}
.halo {background-image : url(http://www.amoursucre.com/image/halo.png) !important ;}
panel-connected {background : #FFFFFF!important ;}
#pseudo-container > .blue {
background : #000000!important ;
box-shadow : 0 1px 1px rgba(125,125,125,0.75) !important ;
}
.title-container a {
color : #FFFFFF!important ;
text-shadow : 0 1px 1px rgba(125,125,125,0.75) !important ;
}
#episode-container {background : #B22222!important ;}
#episode-container span {color : #00FFFF!important ;}
#episode-container .number {color : #000000!important ;}
.trombone {background-image : url("http://www.amoursucre.com/image/paper-clip/left.png") !important ;}
#currencies-container .values {
background : #000000!important ;
border : 2px solid #FF1493!important ;
color : #FFFFFF!important ;
}
#panel-menu a {
background : #B22222!important ;
color : #000000!important ;
}
#panel-menu a:hover {
background : #000000!important ;
color : #B22222!important ;
}
navigation-menu > div > .pink, navigation-menu > div > .blue {
background : #B22222!important ;
color : #FFFFFF!important ;
}
navigation-menu > div > .active, navigation-menu > div > a:hover {
background : #FFFFFF!important ;
color : #B22222!important ;
}
navigation-menu > div > .border {
border : none !important ;
}
side-links > .link-entry {
background : #4169E1!important ;
}
} | 0.178884 | 0.211987 |
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
html, body{
height: 100vh;
}
.container {
width:100%;
height:100%;
background: #42455a;
}
.menu ul {
display: inline-flex;
margin: 50px;
}
.menu ul li {
list-style: none;
margin-left: -20px;
margin-right: 40px;
color: #b2b1b1;
cursor: pointer;
align-items: center;
justify-content: center;
display: flex;
}
.logo {
width: 75px;
height: 75px;
align-items: center;
margin-right: 40px;
margin-left: 20px;
border-radius: 50%;
background-image: linear-gradient(#fd00da,#19d7f8),
radial-gradient(circle at top left, #fd00da,#19d7f8);
}
.active {
color: #19dafa !important;
}
.signup-btn {
top: 40px;
right: 80px;
position: absolute;
text-decoration: none;
color:#fff;
border: 2px solid transparent;
border-radius: 20px;
background-image: linear-gradient(#42455a,#42455a),
radial-gradient(circle at top left, #fd00da,#19d7f8);
background-origin: border-box;
background-clip: content-box, border-box;
}
.signup-btn span {
display: block;
padding: 8px 22px;
}
.banner {
width: 80%;
height: 70%;
top: 25%;
left: 130px;
position: absolute;
color:#fff;
}
.app-text {
width: 50%;
float: left;
}
.app-text h1 {
font-size: 43px;
width: 640px;
position:relative;
margin-left: 40px;
}
.app-text p {
width: 650px;
font-size: 15px;
margin: 30px 0 30px 40px;
line-height: 25px;
color: #919191;
}
.app-picture {
margin-top: 40px;
width: 50%;
float: right;
}
.app-picture img {
width: 100%;
margin-top: -90px;
padding-left: 50px;
}
.play-btn {
margin-left: 40px;
display: inline-flex;
}
.play-btn-inner {
height: 50px;
width: 50px;
position: absolute;
text-decoration: none;
color:#fff;
border: 2px solid transparent;
border-radius: 50%;
background-image: linear-gradient(#42455a,#42455a),
radial-gradient(circle at top left, #fd00da,#19d7f8);
background-origin: border-box;
background-clip: content-box, border-box;
text-align: center;
}
.play-btn-inner .fa {
padding: 18px 0;
font-size: 13px;
cursor: pointer;
}
small {
margin-left: 80px;
margin-top: 20px;
cursor: pointer;
font-size: 16px;
color: #19dafa;
letter-spacing: 3px;
}
.quick-links {
margin-left: 40px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(to right, #db1bf6, #19d7f8);
border-radius: 10px;
}
.quick-links ul {
display: inline-flex;
margin: 30px auto;
text-align: center;
}
.quick-links ul li {
list-style: none;
margin: 0 50px;
cursor: pointer;
}
.quick-links ul li .fa {
font-size: 25px;
color: #fff;
}
.quick-links ul li p {
margin-top: 15px;
font-size: 10px;
color: #fff;
}
.social-icons {
right: 75px;
bottom: 35px;
position: absolute;
}
.social-icons ul li {
list-style: none;
margin-top: 15px;
text-align: center;
}
.social-icons ul li a {
color: #fff;
border-radius: 50%;
border: none;
padding: 6px;
display: block;
background: linear-gradient(to right, #db1bf6,#19d7f8);
} | style.css | * {
margin: 0;
padding: 0;
font-family: sans-serif;
}
html, body{
height: 100vh;
}
.container {
width:100%;
height:100%;
background: #42455a;
}
.menu ul {
display: inline-flex;
margin: 50px;
}
.menu ul li {
list-style: none;
margin-left: -20px;
margin-right: 40px;
color: #b2b1b1;
cursor: pointer;
align-items: center;
justify-content: center;
display: flex;
}
.logo {
width: 75px;
height: 75px;
align-items: center;
margin-right: 40px;
margin-left: 20px;
border-radius: 50%;
background-image: linear-gradient(#fd00da,#19d7f8),
radial-gradient(circle at top left, #fd00da,#19d7f8);
}
.active {
color: #19dafa !important;
}
.signup-btn {
top: 40px;
right: 80px;
position: absolute;
text-decoration: none;
color:#fff;
border: 2px solid transparent;
border-radius: 20px;
background-image: linear-gradient(#42455a,#42455a),
radial-gradient(circle at top left, #fd00da,#19d7f8);
background-origin: border-box;
background-clip: content-box, border-box;
}
.signup-btn span {
display: block;
padding: 8px 22px;
}
.banner {
width: 80%;
height: 70%;
top: 25%;
left: 130px;
position: absolute;
color:#fff;
}
.app-text {
width: 50%;
float: left;
}
.app-text h1 {
font-size: 43px;
width: 640px;
position:relative;
margin-left: 40px;
}
.app-text p {
width: 650px;
font-size: 15px;
margin: 30px 0 30px 40px;
line-height: 25px;
color: #919191;
}
.app-picture {
margin-top: 40px;
width: 50%;
float: right;
}
.app-picture img {
width: 100%;
margin-top: -90px;
padding-left: 50px;
}
.play-btn {
margin-left: 40px;
display: inline-flex;
}
.play-btn-inner {
height: 50px;
width: 50px;
position: absolute;
text-decoration: none;
color:#fff;
border: 2px solid transparent;
border-radius: 50%;
background-image: linear-gradient(#42455a,#42455a),
radial-gradient(circle at top left, #fd00da,#19d7f8);
background-origin: border-box;
background-clip: content-box, border-box;
text-align: center;
}
.play-btn-inner .fa {
padding: 18px 0;
font-size: 13px;
cursor: pointer;
}
small {
margin-left: 80px;
margin-top: 20px;
cursor: pointer;
font-size: 16px;
color: #19dafa;
letter-spacing: 3px;
}
.quick-links {
margin-left: 40px;
left: 0;
bottom: 0;
position: absolute;
background: linear-gradient(to right, #db1bf6, #19d7f8);
border-radius: 10px;
}
.quick-links ul {
display: inline-flex;
margin: 30px auto;
text-align: center;
}
.quick-links ul li {
list-style: none;
margin: 0 50px;
cursor: pointer;
}
.quick-links ul li .fa {
font-size: 25px;
color: #fff;
}
.quick-links ul li p {
margin-top: 15px;
font-size: 10px;
color: #fff;
}
.social-icons {
right: 75px;
bottom: 35px;
position: absolute;
}
.social-icons ul li {
list-style: none;
margin-top: 15px;
text-align: center;
}
.social-icons ul li a {
color: #fff;
border-radius: 50%;
border: none;
padding: 6px;
display: block;
background: linear-gradient(to right, #db1bf6,#19d7f8);
} | 0.362179 | 0.0745 |
body {
font-family: sans-serif;
width: 100vw;
height: 100vh;
margin: 0px;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
display: inline-block;
}
#cart-side-bar {
height: calc(100vh - 80px);
width: 20vw;
text-align: center;
position: fixed;
z-index: 2;
bottom: 0;
right: 0;
background-color: white;
border-left: 1px solid rgb(73, 73, 73);
}
.add-to-cart {
width: 80px;
height: 50px;
background-color: rgb(255, 187, 0);
}
.add-to-cart:hover {
background-color: rgb(228, 170, 13);
}
.back-btn {
color: darkblue;
margin: 16px;
background-color: transparent;
border-style: none;
}
.back-btn:hover {
color: white;
}
.cart-header {
color: white;
background-color: rgb(73, 73, 73);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.cart-quantity {
border-radius: 5px;
width: 45px;
font-size: 16px;
border-style: none;
}
.cart-quantity:hover {
background-color: rgb(231, 230, 230);
}
.checkout {
background-color: rgb(255, 187, 0);
font-size: 16px;
border-style: none;
border-radius: 5px;
}
.checkout:hover {
background-color: rgba(199, 154, 6, 0.973);
}
.delete {
border-style: none;
color: rgb(64, 124, 255);
}
.delete:hover {
color: rgb(68, 201, 241);
text-decoration: underline;
}
.estimated-delivery-date {
border: 1px solid rgb(73, 73, 73);
margin: 10px;
margin-right: 30px;
padding: 20px;
border-radius: 10px;
display: flex;
}
.flex-display {
display: flex;
}
.green {
color: rgb(27, 172, 27);
}
.item-name {
font-size: 14px;
}
.link {
color: white;
font-size: 20px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
}
.link:hover {
color: rgb(138, 138, 138);
}
.logo {
margin-left: auto;
margin-right: 45px;
}
.manage-order {
padding: 10px;
background-color: rgb(255, 187, 0);
margin: 10px;
border-radius: 10px;
border-style: 0.5px solid rgb(126, 126, 126);
}
.manage-order:hover {
background-color: rgb(228, 168, 2);
}
.nav {
margin: 0px;
display: flex;
height: 80px;
width: 100vw;
background-color: rgb(73, 73, 73);
color: white;
align-items: center;
}
.order-confirmation-view {
padding: 20px;
font-size: 18px;
}
.order-recap {
margin-left: auto;
margin-right: 20px;
font-size: 18px;
}
.place-order-sidebar {
position: fixed;
right: 10px;
top: 100px;
border: 1px solid rgb(73, 73, 73);
padding: 10px;
color: black;
align-items: center;
}
.place-order-button {
text-align: center;
font-size: 16px;
background-color: rgb(255, 187, 0);
border: 0.5px solid rgb(126, 126, 126);
padding: 10px 30px 10px 30px;
border-radius: 5px;
}
.place-order-button:hover {
background-color: rgba(216, 167, 7, 0.973);
}
.price {
color: rgb(231, 138, 17);
}
.remove-decoration {
color: black;
text-decoration: none;
}
.right {
float: right;
}
.search {
font-size: 29px;
border-style: none;
}
.search:hover {
background-color: rgb(230, 230, 230);
}
.search-button {
background-color: rgba(233, 180, 8, 0.973);
border-style: none;
color: rgb(73, 73, 73);
}
.search-button:hover {
background-color: rgba(199, 154, 6, 0.973);
}
.wrap {
display: table;
}
.wrap .itemPhoto {
padding: 10px;
display: table-cell;
vertical-align: left;
height: 100px;
width: 100px;
}
.singleItemPhoto {
height: 250px;
width: 250px;
}
ul {
background-position: left center;
background-repeat: no-repeat;
height: 105px;
width: 621px;
vertical-align: middle;
display: table-cell;
list-style-type: none;
}
img {
max-height: 225px;
max-width: 225px;
border-radius: 5px;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.dropbtn {
background-color: transparent;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: transparent;
}
.users {
list-style-type: none;
margin-left: 35px;
width: 60vw;
}
#deleteUserIcon {
padding: 0px 10px 0px 10px;
}
#reviewEntry {
width: 450px;
height: 150px;
}
.warning {
padding: 2px;
font-size: 10px;
letter-spacing: 1px;
background-color: red;
color: white;
}
ul.allorders {
vertical-align: middle;
display: block;
}
ul.allordersdetails {
vertical-align: text-top;
display: block;
} | public/style.css | body {
font-family: sans-serif;
width: 100vw;
height: 100vh;
margin: 0px;
}
a {
text-decoration: none;
}
label {
display: block;
}
nav a {
display: inline-block;
}
form div {
display: inline-block;
}
#cart-side-bar {
height: calc(100vh - 80px);
width: 20vw;
text-align: center;
position: fixed;
z-index: 2;
bottom: 0;
right: 0;
background-color: white;
border-left: 1px solid rgb(73, 73, 73);
}
.add-to-cart {
width: 80px;
height: 50px;
background-color: rgb(255, 187, 0);
}
.add-to-cart:hover {
background-color: rgb(228, 170, 13);
}
.back-btn {
color: darkblue;
margin: 16px;
background-color: transparent;
border-style: none;
}
.back-btn:hover {
color: white;
}
.cart-header {
color: white;
background-color: rgb(73, 73, 73);
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
.cart-quantity {
border-radius: 5px;
width: 45px;
font-size: 16px;
border-style: none;
}
.cart-quantity:hover {
background-color: rgb(231, 230, 230);
}
.checkout {
background-color: rgb(255, 187, 0);
font-size: 16px;
border-style: none;
border-radius: 5px;
}
.checkout:hover {
background-color: rgba(199, 154, 6, 0.973);
}
.delete {
border-style: none;
color: rgb(64, 124, 255);
}
.delete:hover {
color: rgb(68, 201, 241);
text-decoration: underline;
}
.estimated-delivery-date {
border: 1px solid rgb(73, 73, 73);
margin: 10px;
margin-right: 30px;
padding: 20px;
border-radius: 10px;
display: flex;
}
.flex-display {
display: flex;
}
.green {
color: rgb(27, 172, 27);
}
.item-name {
font-size: 14px;
}
.link {
color: white;
font-size: 20px;
margin-left: auto;
margin-right: auto;
text-decoration: none;
}
.link:hover {
color: rgb(138, 138, 138);
}
.logo {
margin-left: auto;
margin-right: 45px;
}
.manage-order {
padding: 10px;
background-color: rgb(255, 187, 0);
margin: 10px;
border-radius: 10px;
border-style: 0.5px solid rgb(126, 126, 126);
}
.manage-order:hover {
background-color: rgb(228, 168, 2);
}
.nav {
margin: 0px;
display: flex;
height: 80px;
width: 100vw;
background-color: rgb(73, 73, 73);
color: white;
align-items: center;
}
.order-confirmation-view {
padding: 20px;
font-size: 18px;
}
.order-recap {
margin-left: auto;
margin-right: 20px;
font-size: 18px;
}
.place-order-sidebar {
position: fixed;
right: 10px;
top: 100px;
border: 1px solid rgb(73, 73, 73);
padding: 10px;
color: black;
align-items: center;
}
.place-order-button {
text-align: center;
font-size: 16px;
background-color: rgb(255, 187, 0);
border: 0.5px solid rgb(126, 126, 126);
padding: 10px 30px 10px 30px;
border-radius: 5px;
}
.place-order-button:hover {
background-color: rgba(216, 167, 7, 0.973);
}
.price {
color: rgb(231, 138, 17);
}
.remove-decoration {
color: black;
text-decoration: none;
}
.right {
float: right;
}
.search {
font-size: 29px;
border-style: none;
}
.search:hover {
background-color: rgb(230, 230, 230);
}
.search-button {
background-color: rgba(233, 180, 8, 0.973);
border-style: none;
color: rgb(73, 73, 73);
}
.search-button:hover {
background-color: rgba(199, 154, 6, 0.973);
}
.wrap {
display: table;
}
.wrap .itemPhoto {
padding: 10px;
display: table-cell;
vertical-align: left;
height: 100px;
width: 100px;
}
.singleItemPhoto {
height: 250px;
width: 250px;
}
ul {
background-position: left center;
background-repeat: no-repeat;
height: 105px;
width: 621px;
vertical-align: middle;
display: table-cell;
list-style-type: none;
}
img {
max-height: 225px;
max-width: 225px;
border-radius: 5px;
margin-right: 5px;
margin-left: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.dropbtn {
background-color: transparent;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
background-color: #ddd;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: transparent;
}
.users {
list-style-type: none;
margin-left: 35px;
width: 60vw;
}
#deleteUserIcon {
padding: 0px 10px 0px 10px;
}
#reviewEntry {
width: 450px;
height: 150px;
}
.warning {
padding: 2px;
font-size: 10px;
letter-spacing: 1px;
background-color: red;
color: white;
}
ul.allorders {
vertical-align: middle;
display: block;
}
ul.allordersdetails {
vertical-align: text-top;
display: block;
} | 0.556882 | 0.08266 |
:root {
--hks-01n: device-cmyk(0% 5% 60% 0%);
--hks-02n: device-cmyk(2% 0% 100% 0%);
--hks-03n: device-cmyk(0% 0% 100% 0%);
--hks-04n: device-cmyk(0% 10% 100% 0%);
--hks-05n: device-cmyk(0% 15% 100% 0%);
--hks-06n: device-cmyk(0% 30% 100% 0%);
--hks-07n: device-cmyk(0% 45% 100% 0%);
--hks-08n: device-cmyk(0% 50% 100% 0%);
/* no HKS 09N */
--hks-10n: device-cmyk(0% 70% 90% 0%);
--hks-11n: device-cmyk(0% 30% 35% 0%);
--hks-12n: device-cmyk(0% 60% 70% 0%);
--hks-13n: device-cmyk(0% 90% 80% 0%);
--hks-14n: device-cmyk(0% 75% 70% 0%);
--hks-15n: device-cmyk(5% 85% 70% 0%);
--hks-16n: device-cmyk(0% 100% 80% 0%);
--hks-17n: device-cmyk(10% 100% 60% 0%);
--hks-18n: device-cmyk(35% 100% 60% 0%);
/* no HKS 19N */
/* no HKS 20N */
--hks-21n: device-cmyk(0% 60% 15% 0%);
--hks-22n: device-cmyk(0% 100% 80% 0%);
--hks-23n: device-cmyk(0% 100% 70% 0%);
--hks-24n: device-cmyk(0% 100% 30% 0%);
--hks-25n: device-cmyk(0% 100% 25% 0%);
--hks-26n: device-cmyk(5% 100% 0% 0%);
--hks-27n: device-cmyk(3% 100% 60% 0%);
--hks-28n: device-cmyk(10% 100% 15% 0%);
--hks-29n: device-cmyk(35% 100% 0% 0%);
/* no HKS 30N */
--hks-31n: device-cmyk(10% 95% 0% 0%);
--hks-32n: device-cmyk(5% 100% 0% 0%);
--hks-33n: device-cmyk(40% 100% 0% 0%);
--hks-34n: device-cmyk(60% 90% 0% 0%);
--hks-35n: device-cmyk(80% 80% 0% 0%);
--hks-36n: device-cmyk(60% 80% 0% 0%);
--hks-37n: device-cmyk(70% 90% 0% 0%);
--hks-38n: device-cmyk(90% 50% 15% 30%);
--hks-39n: device-cmyk(100% 40% 0% 0%);
--hks-40n: device-cmyk(80% 7% 3% 0%);
--hks-41n: device-cmyk(90% 60% 10% 30%);
--hks-42n: device-cmyk(90% 55% 0% 0%);
--hks-43n: device-cmyk(100% 50% 0% 0%);
--hks-44n: device-cmyk(100% 30% 0% 0%);
--hks-45n: device-cmyk(90% 70% 0% 0%);
--hks-46n: device-cmyk(90% 20% 5% 0%);
--hks-47n: device-cmyk(100% 3% 0% 0%);
--hks-48n: device-cmyk(100% 0% 5% 0%);
--hks-49n: device-cmyk(100% 0% 8% 0%);
--hks-50n: device-cmyk(50% 0% 10% 0%);
--hks-51n: device-cmyk(100% 0% 30% 0%);
--hks-52n: device-cmyk(100% 0% 45% 0%);
--hks-53n: device-cmyk(80% 0% 45% 0%);
--hks-54n: device-cmyk(85% 0% 65% 0%);
--hks-55n: device-cmyk(100% 0% 65% 0%);
--hks-56n: device-cmyk(100% 0% 55% 20%);
--hks-57n: device-cmyk(80% 0% 70% 0%);
--hks-58n: device-cmyk(85% 0% 85% 20%);
--hks-59n: device-cmyk(100% 0% 40% 0%);
--hks-60n: device-cmyk(80% 0% 70% 0%);
--hks-61n: device-cmyk(60% 0% 90% 35%);
--hks-62n: device-cmyk(10% 0% 70% 35%);
--hks-63n: device-cmyk(55% 0% 90% 10%);
--hks-64n: device-cmyk(65% 0% 80% 0%);
--hks-65n: device-cmyk(45% 0% 75% 0%);
--hks-66n: device-cmyk(40% 0% 90% 0%);
--hks-67n: device-cmyk(40% 0% 100% 0%);
--hks-68n: device-cmyk(20% 7% 100% 0%);
--hks-69n: device-cmyk(10% 0% 100% 0%);
/* no HKS 70N */
--hks-71n: device-cmyk(0% 25% 100% 0%);
--hks-72n: device-cmyk(0% 30% 100% 2%);
--hks-73n: device-cmyk(20% 40% 100% 0%);
--hks-74n: device-cmyk(0% 30% 100% 25%);
--hks-75n: device-cmyk(10% 30% 80% 30%);
--hks-76n: device-cmyk(10% 40% 80% 50%);
--hks-77n: device-cmyk(0% 50% 90% 50%);
--hks-78n: device-cmyk(0% 55% 80% 30%);
/* no HKS 79N */
/* no HKS 80N */
--hks-81n: device-cmyk(0% 55% 100% 0%);
--hks-82n: device-cmyk(0% 65% 100% 5%);
--hks-83n: device-cmyk(0% 70% 90% 30%);
--hks-84n: device-cmyk(0% 70% 85% 40%);
/* no HKS 85N */
/* no HKS 86N */
/* no HKS 87N */
--hks-88n: device-cmyk(0% 0% 0% 100%);
--hks-89n: device-cmyk(0% 5% 30% 30%);
--hks-90n: device-cmyk(0% 20% 20% 85%);
--hks-91n: device-cmyk(15% 0% 15% 30%);
--hks-92n: device-cmyk(10% 0% 10% 50%);
--hks-93n: device-cmyk(35% 0% 10% 60%);
/* no HKS 94N */
--hks-95n: device-cmyk(0% 0% 20% 40%);
--hks-96n: device-cmyk(10% 3% 20% 40%);
--hks-97n: device-cmyk(15% 0% 25% 95%);
/* no HKS 98N */
/* no HKS 99N */
} | hks/hks-n-base.css | :root {
--hks-01n: device-cmyk(0% 5% 60% 0%);
--hks-02n: device-cmyk(2% 0% 100% 0%);
--hks-03n: device-cmyk(0% 0% 100% 0%);
--hks-04n: device-cmyk(0% 10% 100% 0%);
--hks-05n: device-cmyk(0% 15% 100% 0%);
--hks-06n: device-cmyk(0% 30% 100% 0%);
--hks-07n: device-cmyk(0% 45% 100% 0%);
--hks-08n: device-cmyk(0% 50% 100% 0%);
/* no HKS 09N */
--hks-10n: device-cmyk(0% 70% 90% 0%);
--hks-11n: device-cmyk(0% 30% 35% 0%);
--hks-12n: device-cmyk(0% 60% 70% 0%);
--hks-13n: device-cmyk(0% 90% 80% 0%);
--hks-14n: device-cmyk(0% 75% 70% 0%);
--hks-15n: device-cmyk(5% 85% 70% 0%);
--hks-16n: device-cmyk(0% 100% 80% 0%);
--hks-17n: device-cmyk(10% 100% 60% 0%);
--hks-18n: device-cmyk(35% 100% 60% 0%);
/* no HKS 19N */
/* no HKS 20N */
--hks-21n: device-cmyk(0% 60% 15% 0%);
--hks-22n: device-cmyk(0% 100% 80% 0%);
--hks-23n: device-cmyk(0% 100% 70% 0%);
--hks-24n: device-cmyk(0% 100% 30% 0%);
--hks-25n: device-cmyk(0% 100% 25% 0%);
--hks-26n: device-cmyk(5% 100% 0% 0%);
--hks-27n: device-cmyk(3% 100% 60% 0%);
--hks-28n: device-cmyk(10% 100% 15% 0%);
--hks-29n: device-cmyk(35% 100% 0% 0%);
/* no HKS 30N */
--hks-31n: device-cmyk(10% 95% 0% 0%);
--hks-32n: device-cmyk(5% 100% 0% 0%);
--hks-33n: device-cmyk(40% 100% 0% 0%);
--hks-34n: device-cmyk(60% 90% 0% 0%);
--hks-35n: device-cmyk(80% 80% 0% 0%);
--hks-36n: device-cmyk(60% 80% 0% 0%);
--hks-37n: device-cmyk(70% 90% 0% 0%);
--hks-38n: device-cmyk(90% 50% 15% 30%);
--hks-39n: device-cmyk(100% 40% 0% 0%);
--hks-40n: device-cmyk(80% 7% 3% 0%);
--hks-41n: device-cmyk(90% 60% 10% 30%);
--hks-42n: device-cmyk(90% 55% 0% 0%);
--hks-43n: device-cmyk(100% 50% 0% 0%);
--hks-44n: device-cmyk(100% 30% 0% 0%);
--hks-45n: device-cmyk(90% 70% 0% 0%);
--hks-46n: device-cmyk(90% 20% 5% 0%);
--hks-47n: device-cmyk(100% 3% 0% 0%);
--hks-48n: device-cmyk(100% 0% 5% 0%);
--hks-49n: device-cmyk(100% 0% 8% 0%);
--hks-50n: device-cmyk(50% 0% 10% 0%);
--hks-51n: device-cmyk(100% 0% 30% 0%);
--hks-52n: device-cmyk(100% 0% 45% 0%);
--hks-53n: device-cmyk(80% 0% 45% 0%);
--hks-54n: device-cmyk(85% 0% 65% 0%);
--hks-55n: device-cmyk(100% 0% 65% 0%);
--hks-56n: device-cmyk(100% 0% 55% 20%);
--hks-57n: device-cmyk(80% 0% 70% 0%);
--hks-58n: device-cmyk(85% 0% 85% 20%);
--hks-59n: device-cmyk(100% 0% 40% 0%);
--hks-60n: device-cmyk(80% 0% 70% 0%);
--hks-61n: device-cmyk(60% 0% 90% 35%);
--hks-62n: device-cmyk(10% 0% 70% 35%);
--hks-63n: device-cmyk(55% 0% 90% 10%);
--hks-64n: device-cmyk(65% 0% 80% 0%);
--hks-65n: device-cmyk(45% 0% 75% 0%);
--hks-66n: device-cmyk(40% 0% 90% 0%);
--hks-67n: device-cmyk(40% 0% 100% 0%);
--hks-68n: device-cmyk(20% 7% 100% 0%);
--hks-69n: device-cmyk(10% 0% 100% 0%);
/* no HKS 70N */
--hks-71n: device-cmyk(0% 25% 100% 0%);
--hks-72n: device-cmyk(0% 30% 100% 2%);
--hks-73n: device-cmyk(20% 40% 100% 0%);
--hks-74n: device-cmyk(0% 30% 100% 25%);
--hks-75n: device-cmyk(10% 30% 80% 30%);
--hks-76n: device-cmyk(10% 40% 80% 50%);
--hks-77n: device-cmyk(0% 50% 90% 50%);
--hks-78n: device-cmyk(0% 55% 80% 30%);
/* no HKS 79N */
/* no HKS 80N */
--hks-81n: device-cmyk(0% 55% 100% 0%);
--hks-82n: device-cmyk(0% 65% 100% 5%);
--hks-83n: device-cmyk(0% 70% 90% 30%);
--hks-84n: device-cmyk(0% 70% 85% 40%);
/* no HKS 85N */
/* no HKS 86N */
/* no HKS 87N */
--hks-88n: device-cmyk(0% 0% 0% 100%);
--hks-89n: device-cmyk(0% 5% 30% 30%);
--hks-90n: device-cmyk(0% 20% 20% 85%);
--hks-91n: device-cmyk(15% 0% 15% 30%);
--hks-92n: device-cmyk(10% 0% 10% 50%);
--hks-93n: device-cmyk(35% 0% 10% 60%);
/* no HKS 94N */
--hks-95n: device-cmyk(0% 0% 20% 40%);
--hks-96n: device-cmyk(10% 3% 20% 40%);
--hks-97n: device-cmyk(15% 0% 25% 95%);
/* no HKS 98N */
/* no HKS 99N */
} | 0.133726 | 0.082512 |