@charset "utf-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
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;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.slick-loading .slick-list{background:#fff url(//www.arbona-fc.fr/wp-content/plugins/wp-logo-showcase-responsive-slider-slider/assets/images/ajax-loader.gif) center center no-repeat}.slick-slider{position:relative;display:block;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{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,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: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}.wpls-wrap, .wpls-wrap * {-webkit-box-sizing: border-box; box-sizing: border-box; outline: none;} .wpls-logo-clearfix:before, .wpls-logo-clearfix:after{content: "";display: table;}
.wpls-logo-clearfix::after{clear: both;}
.wpls-logo-clearfix{clear: both;}
.wpls-logo-showcase{visibility: hidden; opacity:0; -webkit-transition:opacity 0.5s linear; transition:opacity 0.5s linear;}
.wpls-logo-showcase.slick-initialized {visibility: visible; opacity:1;}
.wpls-logo-showcase{padding:0 30px 20px 30px; margin:0; text-align:center;}
.wpls-logo-showcase.wpls-dots-false{padding:0 30px 0px 30px !important;}
.wpls-logo-showcase .slick-next{right:0px !important;}
.wpls-logo-showcase .slick-prev{left:0px !important}
.wpls-logo-showcase .slick-dots{left:30px !important; right:30px !important; text-align:center;bottom:-10px !important; position: absolute;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide{margin:0 5px;}
.wpls-logo-showcase .wpls-fix-box{max-height: 250px; width: 100%; line-height: 0;}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img{display:inline-block !important; border-radius:0px !important; max-height:250px; max-width:100%; padding:10px; border:1px solid #f1f1f1; box-shadow:none !important }
.wpls-logo-showcase .slick-slide{  text-align:center !important; display: inline-block !important;   float:none !important;    vertical-align: middle !important;     }
.wpls-logo-showcase .slick-slide .logo-title{color:#444; padding:10px 0; font-size:16px;}
.wpls-logo-slider.wpls-center .slick-slide {opacity: 0.5; transform: scale(0.7); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
.wpls-logo-showcase .slick-arrow::before{display: none !important;}
.wpls-logo-showcase .wplss-logo-slide::before, .wpls-logo-showcase .wplss-logo-slide::after{display: none !important;}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img{padding:0px; border:0px solid #f1f1f1;}
@media screen and (max-width: 641px) {
.wpls-logo-showcase.wpls-center .slick-slide {opacity: 1;transform: scale(1); transition: all 300ms ease 0s;}
.wpls-logo-showcase.wpls-center .slick-center{opacity: 1;transform: scale(1);}
} .fusion-flex-container.wpls-fusion-flex{ flex-direction: column; }
.wpls-elementor-tab-wrap{min-width: 0; min-height: 0;} .wpls-logo-showcase .slick-arrow{position:absolute; z-index:9; padding:5px; display: inline-block; background-color: rgba(0, 0, 0, 0.5); text-align:center; width:30px; height:30px; cursor: pointer; border-radius: 50%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.wpls-logo-showcase .slick-arrow svg{fill: #fff; height: 100%; width: 100%;}
.wpls-logo-showcase .slick-arrow:hover{background-color: rgba(0, 0, 0, 0.7);}
.wpls-logo-showcase .slick-dots {padding:0 !important; margin:0 !important; text-align:center;}
.wpls-logo-showcase .slick-dots li {list-style:none !important; display:inline-block !important; line-height:0px !important; margin:0 3px !important; padding:0px !important; }
.wpls-logo-showcase .slick-dots li button {text-indent:-99999px;margin: 0px !important; padding: 0px !important; border: 2px solid #444 !important; border-radius: 50% !important; width: 12px !important; height: 12px !important; background-color:#fff; cursor:pointer;}
.wpls-logo-showcase .slick-dots li button:focus {outline:none !important}
.wpls-logo-showcase .slick-dots li.slick-active button {background:#8D8C8C !important;}* {
padding: 0px;
margin: 0px;
}
.sticky {
}
.wp-caption-text {
}
.gallery-caption {
}
.bypostauthor {
}
.alignleft {
display: inline;
float: left;
}
.alignright {
display: inline;
float: right;
}
.aligncenter {
display: block;
margin-right: auto;
margin-left: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
clear: both;
margin-top: 0.4em;
margin-bottom: 1.6em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
margin-bottom: 1.2em;
} .kode-topbar {
float: left;
width: 100%;
background-color: #222126;
font-size: 16px;
padding: 7px 0px;
position: relative;
height: 90px;
}
.kode-topbar:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 27%;
}
.kode-barinfo {
float: left;
color: #ffffff;
}
.kode-barinfo i, .kode-email i {
width: 28px;
height: 28px;
border: 1px solid #ffffff;
border-radius: 100%;
color: #ffffff;
text-align: center;
padding: 5px 0px 0px 0px;
margin-right: 12px;
font-size: 15px;
}
.kode-email {
float: left;
color: #ffffff;
}
.kode-team-network {
float: right;
margin: 0px;
padding: 0px;
}
.kode-team-network li {
list-style: none;
float: left;
margin: 0px 0px 0px 5px;
}
.kode-header-two .kode-team-network li {
margin: 0px 0px 0px 20px;
}
.kode-team-network li a i, {
float: left;
width: 30px;
height: 30px;
color: #ffffff;
border: 1px solid #ffffff;
text-align: center;
border-radius: 100%;
padding: 6px 0px 0px 0px;
}
.kode-team-network li a {
float: left;
width: 30px;
height: 30px;
border: 1px solid #ffffff;
text-align: center;
padding: 6px 0px 0px 0px;
}
.kode-team-network li a:hover {
color: #ffffff;
} .kode-header-absolute {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
z-index: 999;
}
.content-wrapper {
width: 100%;
float: left;
overflow: hidden;
}
.kode-header-pagebuilder .kode-headbar {
margin-top: 0px;
}
.kode-header-pagebuilder .kode-header-absolute {
position: relative;
}
.kode-header-pagebuilder .kode-topbar {
height: 42px;
}
.kode-headbar {
float: left;
width: 100%;
background: #ffffff;
margin-top: -46px;
position: relative;
border-bottom: 2px solid #222126;
}
.logo {
float: left;
margin: 13px 0px 13px 15px;
} .kode-rightsection {
float: right;
padding-right: 15px;
width: 100%;
}
.navbar-collapse {
padding: 0px;
}
.navbar-default {
background: none;
border: none;
margin: 0px;
float: left;
}
.navigation ul {
margin: 0px;
}
.navigation .menu ul > li > a {
color: #666;
}
.navigation li, .navigation .menu ul li, .navbar-default .navbar-nav li {
list-style: none;
}
.navigation .menu ul li a, .navigation li a {
display: block;
}
.navigation > li:hover > a, .navbar-default .navbar-nav > li:hover > a {
color: #fff;
}
.navigation .menu ul li a, .navigation ul > li > a, .navbar-nav > li > a {
padding: 35px 14px 31px 14px;
font-size: 14px;
color: #666;
text-transform: uppercase;
position: relative;
}
.navigation ul > li {
position: relative;
float: left;
}
.navigation ul li a {
display: block;
}
.navigation .menu ul li:hover:before, .navigation ul > li:hover:before, .navbar-nav > li:hover:before {
opacity: 1;
height: 100%;
}
.navigation .menu .sub-menu .sub-menu .sub-menu, .navigation .menu .sub-menu, .navigation .sub-menu, .navigation .children, .navbar-nav .children {
position: absolute;
left: 0px;
top: 100%;
background-color: #222126;
margin: 0px 0px 0px 0px;
border-top: 1px solid;
opacity: 0;
visibility: hidden;
z-index: 999;
min-width: 200px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.navigation .menu ul li:hover > .sub-menu li:hover > .sub-menu, .navigation .menu > .sub-menu li:hover > .sub-menu li:hover > .sub-menu, .navigation .menu ul li:hover > .sub-menu, .navigation .menu > .sub-menu li:hover > .sub-menu, .navigation ul li:hover > .sub-menu, .navigation .sub-menu li:hover > .sub-menu, .navbar-nav > li:hover > .children, .navbar-nav .children > li:hover > .children {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.navigation .menu .sub-menu li, .navigation .sub-menu li, .navbar-nav .children li {
position: relative;
float: left;
margin:0px;
width: 100%;
}
.navigation .menu .sub-menu li a, .navigation .sub-menu li a, .navbar-nav .children li a {
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
width: 210px;
padding: 12px 15px;
border-bottom: 1px dashed rgba(255,255,255,0.1);
display: block;
}
.navigation .menu .sub-menu li a:before, .navigation .sub-menu li a:before, .navbar-nav .children li a:before {
content: "\f105";
font-family: FontAwesome;
display: inline-block;
padding: 0px 14px 0px 0px;
}
.navigation .menu .sub-menu .sub-menu .sub-menu, .navigation .menu .sub-menu .sub-menu, .navigation .sub-menu .sub-menu, .navbar-nav .children .children {
top: 0;
left: 100%;
margin: 0px;
}
.navigation .menu .sub-menu > li:hover > a, .navigation .sub-menu > li:hover > a, .sub-menu > li:hover > a:before, .navbar-nav .children > li:hover > a, .children > li:hover > a:before {
color: #ffffff;
}
#header-style-3 .kode-donate-btn {
padding: 10px 15px;
}
.kode-donate-btn {
float: right;
padding: 10px 30px;
color: #ffffff;
text-transform: uppercase;
border-radius: 4px;
font-weight: bold;
margin: 23px 0px 0px 10px;
position: relative;
}
.kode-donate-btn:hover {
opacity: 0.7;
} .kd-accordion {
float: left;
width: 100%;
margin-bottom: 25px;
}
.kd-accordion .accordion {
display: inline-block;
width: 100%;
background-color: #ffffff;
border: 1px solid #e2e2e2;
padding: 15px 20px;
color: #777777;
font-size: 16px;
margin: 0px 0px 15px 0px;
position: relative;
}
.kd-accordion .accordion.accordion-open {
background-color: #49b424;
color: #ffffff;
}
.kd-accordion .accordion.accordion-open span {
color: #ffffff;
border-left: none;
}
.kd-accordion .accordion p {
margin: 0px;
}
.kd-accordion .accordion span {
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 100%;
color: #777777;
border-left: 1px solid #e2e2e2;
font-size: 16px;
padding: 18px 0px 0px 0px;
text-align: center;
}
.kd-accordion .accordion.accordion-open span:before {
content: "\f106";
}
.accordion-content .accordian-fram {
padding: 20px;
border: 1px solid #e2e2e2;
border-top: none;
margin-top: -15px;
margin-bottom: 15px;
}
.accordian-fram, .accordian-fram .ac-thumb img {
float: left;
width: 100%;
}
.accordian-fram .ac-thumb {
float: left;
width: 195px;
}
.accordian-fram .ac-thumb ~ .ac-info {
padding: 0px 0px 0px 215px;
}
.ac-info .kode-donate-btn {
margin: 0px;
}
.ac-info p {
margin-bottom: 20px;
} .kode-main-action {
float: left;
width: 100%;
}
.kode-main-action span {
float: left;
width: 70%;
font-size: 30px;
color: #ffffff;
text-transform: uppercase;
}
.kode-main-action span strong {
color: #333;
}
.kode-main-action a {
float: right;
background-color: #222126;
text-transform: uppercase;
color: #ffffff;
padding: 0px 18px 0px 0px;
border-radius: 40px;
line-height: 47px;
font-weight: 600;
margin-top: 25px;
}
.kode-main-action a:hover {
opacity: 0.7;
}
.kode-main-action a i {
float: left;
width: 47px;
height: 47px;
color: #333;
background-color: #ffffff;
border-radius: 100%;
font-size: 22px;
text-align: center;
padding: 12px 0px 0px 0px;
margin-right: 15px;
} .kode-classic-action {
float: left;
width: 100%;
}
.kode-classic-action h2 {
color: #ffffff;
text-transform: uppercase;
display: inline-block;
}
.kode-classic-action h2 i {
margin-right: 12px;
}
.kode-actionbtn {
float: right;
}
.kode-actionbtn a {
float: left;
padding: 10px 20px;
color: #ffffff;
border: 2px solid #ffffff;
border-radius: 4px;
margin-left: 16px;
text-transform: uppercase;
font-weight: bold;
}
.kode-actionbtn a:hover {
background-color: #ffffff;
} .video-parallex {
float: left;
width: 100%;
text-align: center;
}
.video-parallex h2 strong {
color: #ffffff;
}
.video-parallex h2 {
color: #ffffff;
font-size: 48px;
text-transform: uppercase;
margin-bottom: 0px;
}
.video-parallex span {
font-size: 20px;
color: #ffffff;
display: inline-block;
margin-bottom: 35px;
}
.kode-play {
display: inline-block;
width: 82px;
height: 82px;
background-color: #ffffff;
color: #292827;
border-radius: 100%;
border: 6px solid #000;
box-shadow: 0px 0px 0px 2px #fff;
padding: 15px 0 0 7px;
font-size: 30px;
margin-bottom: 35px;
}
.parallex-more-btn {
display: inline-block;
padding: 10px 35px 12px 35px;
color: #000;
background-color: #ffffff;
text-transform: uppercase;
font-weight: bold;
border-radius: 3px;
}
.kode_top_strip .logo {
float: none;
}
.kode_top_strip {
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 30px 0px;
} .kode_loc {
float: left;
padding-top: 20px;
} .kode_logo {
width: 100%;
text-align: center;
}
.kode_logo a {
display: block;
} .kode_social_icon {
width: 100%;
float: right;
padding-top: 20px;
text-align: center;
}
ul.kode_social_icon li {
float: right;
} .kode_top_strip2 {
width: 100%;
float: left;
background-color: #e9d10b;
padding: 10px 0px;
}
.kode_top_strip2 .kode_loc {
padding: 0px;
}
.kode_contact_icon {
float: right;
}
.kode_contact_icon ul li {
float: right;
padding: 0px 12px;
font-size: 16px;
}
.kode_contact_icon ul li i {
margin-right: 10px;
}
.kode_contact_icon ul li:first-child {
padding-right: 0px;
} .kode_logo_2 {
float: left;
width: 275px;
}
.kode_logo_2 a {
display: block;
} .kode_header_2 .kode_nav_1 .navbar {
float: right;
}
.kode_header_2 .kode_nav_1 {
float: left;
padding: 15px 0px;
background-color: #fff;
box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.23);
width: 100%;
}
#header-style-3 {
position: relative;
z-index: 9999999;
}
.kode_header_2 .kode_nav_1 .kode-navigation-wrapper {
float: right;
}
#header-style-3 .logo {
margin-left: auto;
}
.kode_heart {
float: right;
margin: 27px 0px 0px 10px;
}
.kode_header_2 .dl-menuwrapper {
margin: 26px 0px;
}
.dl-menuwrapper .dl-menu {
z-index: 100;
}
.kode_heart a {
display: inline-block;
color: #fff;
background-color: #e9d10b;
width: 37px;
height: 37px;
text-align: center;
border-radius: 4px;
}
.kode_heart i {
padding-top: 13px;
color: #fff;
} .kode_header_5 .kode_top_strip2 {
background-color: #fff;
padding: 0px;
border-bottom: 1px solid #d3d3d3;
}
.kode_coun {
float: left;
}
.kode_coun .dropdown, .dropup {
float: left;
padding: 19px 5px 0px 0px;
}
.kode_coun .btn-default {
background: none;
border: 0px;
color: #2b2b2b;
font-weight: bold;
padding: 0px 10px;
}
.kode_coun .btn-default i {
margin-left: 10px;
}
.kode_coun .btn-default.active, .kode_coun .btn-default:active, .kode_coun .open > .dropdown-toggle.btn-default {
background-color: #f37936;
border: 0px;
color: #fff;
}
.kode_coun .dropdown-menu > li > a:focus, .kode_coun .dropdown-menu > li > a:hover {
color: #fff;
background-color: #f37936;
}
.kode_coun p {
margin: 0px;
float: left;
padding: 20px 0px 18px 20px;
border-left: 1px solid #dcdcdc;
}
.kode_coun p span {
display: inline-block;
color: #f37936;
} .kode_header_5 .kode_social_icon {
float: right;
width: auto;
padding: 18px 0px 0px;
}
.kode_header_5 ul.kode_social_icon li a {
color: #666666;
padding: 0px 20px;
margin: 0px;
}
.kode_header_5 ul.kode_social_icon li a i {
border: 0px;
width: 0px;
height: 0px;
color: #666;
float: none;
border-radius: none;
}
.kode_header_5 ul.kode_social_icon li:hover a i, .kode_cart_wrap ul li:hover a {
color: #f37936;
} .kode_cart_wrap {
float: right;
}
.kode_cart_wrap ul li {
float: right;
padding: 21px 21px;
color: #2b2b2b;
border-right: 1px solid #dcdcdc;
list-style: none;
}
.kode_cart_wrap ul li a i {
margin-right: 10px;
} .kode_header_5 .kode_logo_2 {
width: 240px;
padding: 11px 0px 0px 0px;
} .kode_header_5 .kode_nav_1 {
background-color: #fff;
box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.23);
}
.kode_header_5 .kode_nav_1 .navbar {
float: left;
}
.kode_header_5 .kode_nav_1 ul li a {
font-weight: normal;
padding: 40px 18px;
font-size: 14px;
margin-top: -2px;
border-top: 1px solid transparent;
}
.kode_header_5 {
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
position: relative;
z-index: 999999;
}
.kode_header_2 {
position: relative;
}
.kode_header_5 .kode_nav_1 ul li:hover a {
color: #333;
}
.kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li.active > a, .kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus, .kode_header_5 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover {
color: #f37936;
border-top: 1px solid #f37936;
} .kode_search {
float: right;
}
.kode_search a {
color: #2b2b2b;
font-size: 14px;
} .kode_search, .kode_cart_fill {
float: right;
position: relative;
}
.kode_search a, .kode_cart_fill a {
display: inline-block;
color: #2b2b2b;
font-size: 14px;
font-weight: normal;
padding: 36px 12px;
} .kode_cart_fill span {
position: absolute;
color: #fff;
background-color: #f37936;
border-radius: 100%;
padding: 0px 5px;
top: 30%;
right: 0px;
font-size: 12px;
font-weight: bold;
}
.navigation ul > li.kode-last ul {
left: auto !important;
right: 0px;
}
.navigation ul > li.kode-last ul ul {
right: 100%;
}
.footer-bottom-1 {
padding: 30px 0px;
position:relative;
float:left;
width:100%;
}
.heading-4 h2 {
padding: 0px 0px 20px 0px;
display: inline-block;
font-weight: bold;
margin: 0px 0px 20px 0px;
text-transform: uppercase;
}
.kode-team-section .heading-4 h2:after {
background-color: #fff;
}
.heading-4 h2:after {
content: "";
height: 1px;
width: 50px;
position: absolute;
left: 0px;
right: 0px;
margin: auto;
bottom: 0px;
background-color: #db2d14;
}
.heading-4 p {
font-size: 14px;
color: #949494;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
font-family: 'Open Sans', sans-serif;
} #header-style-3 .kode_loc {
padding-top: 35px;
}
.kode_header_7 .kode_top_eng {
padding: 10px 0px 0px;
border: 0px;
position: relative;
}
#header-style-3 .kode_top_strip:before, .kode_header_7 .kode_top_eng:before {
content: "";
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0.5);
}
#header-style-3 .kode_top_strip, .kode_header_7 .kode_top_eng .container, .kode_header_7 .kode_top_eng .kode_nav_1 {
position: relative;
}
#header-style-3 .header_sticky_nav {
background: #fff;
}
.kode_header_7 .kode_welcome p {
color: #fff;
}
.kode_header_7 .kode_umeed_list li {
color: #fff;
}
.kode_header_7 .kode_select_opt .dropdown .btn-default {
background-color: rgba(0,0,0,0.17);
color: #fff;
}
.kode_header_7 .kode_select_opt .dropdown .btn-default span {
color: #fff;
} .kode_header_7 .kode_logo {
text-align: left
} .kode_header_7 .kode_search_bar form {
width: 100%;
}
.kode_header_7 .kode_search_bar form input[type="text"] {
width: 100%;
border-radius: 3px;
height: 45px;
border: 1px solid #fff;
}
.kode_header_7 .kode_search_bar form button {
position: absolute;
right: 5px;
top: 5px;
bottom: 5px;
padding: 10px 15px;
border-radius: 4px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.kode_header_7 .kode_search_bar form a {
background-color: #e5cd0b;
font-size: 18px;
height: 36px;
padding: 5px 12px 0;
position: absolute;
right: 5px;
top: 5px;
border-radius: 3px;
} .kode_header_7 .kode_ph_no {
float: right;
}
.kode_header_7 .kode_left_thumb {
float: right;
}
.kode_header_7 .kode_ph_no p {
color: #fff;
}
.kode_header_7 .kode_ph_no h4 {
color: #fff;
}
.kode_header_7 .kode_left_thumb i {
color: #2b2b2b;
background-color: #fff;
border-radius: 100%;
padding: 12px;
} .kode_header_7 .kode_nav_1 {
background-color: #fff;
box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.23);
}
.kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li.active > a, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover {
color: #e5cd0b;
}
.kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li.active > a:before, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:focus:before, .kode_header_7 .kode_nav_1 .navbar-default .navbar-nav > li > a:hover:before {
content: "";
position: absolute;
top: 0;
left: 48%;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #e5cd0b;
margin: -1px 0px 0px -6px;
} .kode_header_7 .kode_donate_btn a {
color: #fff;
}
.kode_header_7 .kode_donate_btn a {
display: inline-block;
padding: 15px 18px;
}
.kode_header_7 .kode_donate_btn a i {
margin-right: 10px;
}
.kode_header_7 .kode_donate_btn a:hover {
background-color: #e5cd0b;
color: #2b2b2b;
}
.kode_header_7 .navigation .menu ul li a, .kode_header_7 .navigation ul > li > a, .kode_header_7 .navbar-nav > li > a {
padding: 16px 20px;
border-top: solid 4px transparent;
border-bottom: solid 4px transparent;
background-color: transparent;
color: #333
}
.kode_header_7 .navigation .menu ul ul li a, .kode_header_7 .navigation ul ul > li > a, .kode_header_7 .navbar-nav ul > li > a {
padding: 12px 15px !important;
}
.kode_header_7 .navigation ul > li.current-menu-item a {
border-color: #333;
}
.kode_top_eng {
float: left;
width: 100%;
padding: 12px 0px 0px;
border-top: 1px solid #cfcfcf;
}
.kode_welcome {
float: left;
}
.kode_welcome p {
color: #8d8d8d;
font-size: 13px;
margin: 0px;
} .kode_select_opt {
float: right;
}
.kode_select_opt .dropdown {
margin-left: 8px;
float: right;
}
.kode_select_opt .dropdown .btn-default {
color: #8d8d8d;
font-size: 13px;
}
.kode_select_opt .dropdown .btn-default span {
color: #2b2b2b;
display: inline-block;
margin-left: 5px;
}
.kode_select_opt .btn-default:hover {
background-color: #db5f4f;
color: #fff;
}
.kode_select_opt .btn-default.active, .kode_select_opt .btn-default:active, .kode_select_opt .open > .dropdown-toggle.btn-default {
background-color: #db5f4f;
color: #fff;
} .kode_umeed_list {
float: right;
}
.kode_umeed_list li {
float: right;
color: #8d8d8d;
padding: 0px 15px;
border-right: 1px solid #cfcfcf;
}
.kode_umeed_list li i {
margin-right: 10px;
}
.kode_umeed_list li:first-child {
border: 0px;
} .kode_sec_strip {
padding: 30px 0px;
float: left;
width: 100%;
}
.kode_call {
float: left;
width: 100%;
margin-top: 10px;
}
.kode_left_thumb {
float: left;
}
.kode_left_thumb i {
color: #2b2b2b;
font-size: 20px;
background-color: #f5f5f5;
border-radius: 100%;
padding: 12px;
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.23);
}
.kode_ph_no {
float: left;
padding: 0px 0px 0px 20px;
}
.kode_ph_no p {
font-size: 13px;
color: #8d8d8d;
margin-bottom: 0px;
}
.kode_ph_no h4 {
color: #2b2b2b;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
} .kode_header_6 .kode_logo {
text-align: center;
width: auto;
padding: 0px;
} .kode_search_bar {
float: left;
width: 100%;
padding: 15px 0px;
}
.kode_search_bar form {
float: right;
width: 320px;
position: relative;
}
.kode_search_bar form input[type="text"] {
width: 100%;
border: 2px solid #717171;
height: 40px;
padding: 5px 50px 5px 15px;
color: #2b2b2b;
}
.kode_search_bar form a {
position: absolute;
top: 0;
right: 0px;
color: #fff;
font-size: 18px;
background-color: #2b2b2b;
height: 40px;
padding: 5px 15px 0px;
} .kode_header_7 .kode_donate_btn {
float: right;
margin: 6px 0px;
}
.kode_header_7 .kode_donate_btn a {
display: inline-block;
border: 0px;
background-color: #2b2b2b;
color: #e9d10b;
padding: 15px 29px;
line-height: normal;
border-radius: 5px;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.kode_header_7 .kode_donate_btn a:hover {
background-color: #e9d10b;
color: #2b2b2b;
}
.overflow-none {
overflow: visible !important;
}
.margin-top-150-minus {
margin-top: -150px;
float: left;
width: 100%;
}
.video-parallex {
position: absolute;
width: 100%;
text-align: center;
left: 0px;
top: 50%;
z-index: 99999;
}
.video-parallex h2 {
font-size: 70px !important;
display: inline-block;
padding: 0px 0px 20px 0px;
margin: 0px 0px 20px 0px;
line-height: 70px;
color: #fff;
text-transform: uppercase;
font-weight: bold;
border-bottom: solid 2px #fff;
}
.video-parallex p {
font-size: 20px;
color: #fff;
margin: 0px;
}
.kode_header_7.header_sticky_nav.kf_sticky .kode_top_eng > .container {
display: none;
}
.kode_header_7.header_sticky_nav.kf_sticky .kode_top_eng {
padding: 0px;
}
#header-style-3 {
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
#header-style-3 .navigation .menu ul li a, #header-style-3 .navigation ul > li > a, #header-style-3 .navbar-nav > li > a {
padding: 20px 20px;
}
#header-style-3 .kode-donate-btn {
margin: 10px 0px;
}
#header-style-3 .navigation li:before {
content: "";
height: 10px;
width: 1px;
background-color: #ccc;
position: absolute;
left: 0px;
top: 50%;
margin-top: -5px;
}
#header-style-3 .navigation ul ul li:before, #header-style-3 .navigation li:first-child:before {
display: none;
}
#header-style-3 .navigation .menu ul li a, #header-style-3 .navigation ul ul > li > a, #header-style-3 .navbar-nav ul > li > a {
padding: 10px 20px;
}
.kode-background-video.kode-remove-pos-abs .kode-video-bg {
position: relative;
}
.kode_header_5 .kode_coun {
margin: 21px 0px;
}
.white-theme .kode-services.services-three h3 {
color: #fff;
}
.white-theme .kode-services.services-three p {
color: #fff;
font-weight: 600;
}
.white-theme .kode-services.services-three i {
border-color: #fff;
}
.top_slider_bxslider > li {
list-style: none;
} .kode-topbar-kickoff {
float: left;
width: 100%;
background-color: #195D10;
position: relative;
font-size: 13px;
padding: 4px 0px;
}
.kode-topbar-kickoff .bx-controls.bx-has-controls-direction {
display: none;
}
.kode-topbar-kickoff:before {
content: '';
position: absolute;
right: 0px;
top: 0px;
background-color: #009C00;
width: 50%;
height: 100%;
}
.kode-topbar-kickoff:after {
content: '';
position: absolute;
right: 50%;
top: 0px;
border-bottom: 39px solid #009C00;
border-left: 30px solid transparent;
}
.kode-topbar-kickoff a, .kode-topbar-kickoff p, .kode-topbar-kickoff i, .kode-topbar-kickoff span {
color: #ffffff;
}
.kode-barinfo {
float: left;
padding: 5px 16px 5px 16px;
height: 30px;
overflow: hidden;
}
.kode_bg_white .bx-wrapper .bx-viewport {
background: none;
}
.kode_bg_white strong {
color: #fff;
}
.kode-userinfo {
float: right;
}
.kode-userinfo li {
list-style: none;
display: inline-block;
padding: 6px 11px 5px 15px;
border-left: 1px solid rgba(255,255,255,0.4);
position: relative;
}
.kode-userinfo li i {
margin-right: 4px;
} .kd-headbar-kick {
float: left;
width: 100%;
background-color: #333333;
border-bottom: 3px solid;
}
.logo {
float: left;
margin: 25px 0px 25px 25px;
width: 100%;
}
.kd-headbar-kick .logo {
transition: all 0.3s ease-in-out;
}
.kf_sticky .kd-headbar-kick .logo {
margin: 10px 0 10px 10px;
}
.kf_sticky .navbar-nav > li > a {
padding: 27px 14px
}
.kf_sticky .kode-search {
margin: 21px -14px 0 0;
}  .kode-rightsection {
float: right;
}
.navbar-default {
background: none;
border: none;
margin: 0px;
float: left;
display: none;
}
.navbar-default .navbar-nav li {
list-style: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #eb1a1a;
}
.navbar-nav > li:first-child > a {
padding-left: 0px;
}
.navbar-nav > li > a {
padding: 42px 14px;
font-size: 14px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
position: relative;
overflow: hidden;
}
.navbar-nav > li > a:before {
content: "\f106";
font-family: FontAwesome;
width: 18px;
height: 9px;
position: absolute;
left: 50%;
bottom: 0px;
border-radius: 40px 40px 0px 0px;
color: #ffffff;
line-height: 9px;
font-size: 9px;
padding: 0px 0px 0px 5px;
z-index: 4;
margin: 0px 0px -8px -12px;
}
.navbar-nav > li > a:after {
content: '';
position: absolute;
left: 50%;
bottom: 1px;
width: 24px;
height: 12px;
border: 1px solid #eb1a1a;
border-bottom: none;
border-radius: 40px 40px 0px 0px;
z-index: 0;
margin: 0px 0px -8px -15px;
}
.navbar-nav > li > a:before, .navbar-nav > li > a:after {
opacity: 0;
}
.navbar-nav > li:hover > a:before, .navbar-nav > li:hover > a:after {
opacity: 1;
margin-bottom: 0px;
}
.navbar-nav .children {
position: absolute;
left: 0px;
top: 100%;
background-color: #333333;
margin: 0px 0px 0px -50px;
border-top: 1px solid;
opacity: 0;
visibility: hidden;
z-index: 999;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-transform: translateX(30px);
-moz-transform: translateX(30px);
-ms-transform: translateX(30px);
-o-transform: translateX(30px);
transform: translateX(30px);
}
.navbar-nav > li:hover > .children, .navbar-nav .children > li:hover > .children {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
-o-transform: translateX(0px);
transform: translateX(0px);
}
.navbar-nav .children li {
position: relative;
float: left;
width: 100%;
}
.navbar-nav .children li a {
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
float: left;
width: 195px;
padding: 7px 15px;
border-bottom: 1px solid #3e3e3e;
}
.navbar-nav .children li a:before {
content: "\f105";
font-family: FontAwesome;
display: inline-block;
padding: 0px 14px 0px 0px;
}
.navbar-nav .children .children {
left: 100%;
top: 0;
margin: 0px;
}
.navbar-nav .children > li:hover > a, .children > li:hover > a:before {
color: #ffffff;
}  .kode-header-two .kode-search:before, .kode-header-two .kode-search:after {
display: none;
} .kode-header-three .kd-headbar {
background: none;
border: none;
}
.kode-header-three .navbar-nav > li > a:after {
display: none;
}
.kode-header-three .navbar-nav > li > a:before {
content: '';
border-bottom: 2px solid #000;
background: none;
width: 100%;
margin: 0px;
left: 0px;
bottom: 30px;
}
.kode-cart {
float: right;
padding: 29px 0px 0px 0px;
}
.kode-cart a {
color: #ffffff;
text-transform: uppercase;
}
.kode-cart a i {
width: 42px;
height: 42px;
color: #000;
border-radius: 100%;
text-align: center;
padding: 13px 0px 0px 0px;
margin-right: 12px;
} .modal-dialog {
width: 400px;
}
.modal-content {
border-radius: 0px;
}
.modal-body {
display: inline-block;
width: 100%;
padding: 15px 22px 4px 22px;
}
.modal-header h4 {
text-transform: uppercase;
color: #ffffff;
}
.kode-loginform {
display: inline-block;
width: 100%;
}
.kode-loginform p {
display: inline-block;
width: 100%;
}
.kode-loginform p > span {
font-size: 14px;
color: #333333;
font-weight: bold;
display: block;
margin-bottom: 6px;
}
.kode-loginform p input[type="text"], .kode-loginform p input[type="password"] {
float: left;
width: 100%;
border: 1px solid #e2e2e2;
height: 42px;
}
.kode-loginform p label {
float: left;
margin: 0px;
}
.kode-loginform p input[type="checkbox"] {
float: left;
margin: 7px 10px 0px 0px;
}
.kode-loginform p label span, .kode-loginform p a {
font-size: 14px;
color: #333333;
font-weight: bold;
}
.kode-loginform p a {
float: left;
margin: 14px 0px 0px 0px;
}
.kode-loginform p.kode-submit {
padding: 18px 0px 0px 0px;
border-top: 1px solid #dfdfdf;
}
.kode-loginform p input[type="submit"] {
float: right;
padding: 5px 30px;
color: #000;
text-transform: uppercase;
box-shadow: 0px 0px 0px 1px #000 inset;
border: 7px solid;
font-weight: bold;
}
.close {
opacity: 0.4
}  .search-page-kode .kode-404-page .kode-search {
margin: 15px -14px 0px 0px;
}
.search-page-kode .kode-404-page {
padding: 50px 0px
}
.widget.widget-search .kode-search {
float: right;
width: 160px;
margin: 0px -14px 0px 0px;
position: relative;
}
.kode-search:before {
content: '';
position: absolute;
right: 0px;
top: -14px;
border-bottom: 14px solid #000;
border-right: 14px solid transparent;
}
.kode-search:after {
content: '';
position: absolute;
right: 0px;
bottom: -14px;
border-top: 14px solid #000;
border-right: 14px solid transparent;
}
.kode-search input[type="text"] {
float: left;
width: 100%;
border: none;
font-size: 12px;
color: #ffffff;
text-transform: uppercase;
padding: 6px 15px 6px 15px;
height: 29px;
box-shadow: none;
}  #mainbanner {
float: left;
width: 100%;
}
#mainbanner .flex-direction-nav {
display: none;
}
#mainbanner .container {
position: relative;
}
.flexslider .slides .kode-caption img {
width: auto;
margin-bottom: 16px;
display: inline-block;
}
.kode-caption {
position: absolute;
right: 0px;
bottom: 130px;
z-index: 999;
width: 100%;
text-align: center;
left: 0px;
margin: auto;
padding: 0px 80px;
}
.position-left .kode-caption-inner .kode-caption {
text-align: left;
}
.position-right .kode-caption-inner .kode-caption {
text-align: right;
}
.kode-caption .kode-caption-title {
font-size: 50px;
color: #000;
padding: 10px 30px;
background-color: #F00;
display: inline-block;
text-transform: uppercase;
position: relative;
box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 30px 20px 0px rgba(0,0,0,0.5);
margin-bottom: 40px;
}
.kode-caption .kode-caption-text {
font-size: 20px;
line-height: normal;
}
.kode-caption .kode-caption-title:before {
content: "";
position: absolute;
border-bottom: 95px solid #F00;
border-left: 50px solid transparent;
left: -50px;
top: 0px;
}
.kode-caption .kode-caption-title:after {
content: "";
position: absolute;
border-bottom: 95px solid #F00;
border-right: 50px solid transparent;
right: -50px;
top: 0px;
}
.kode-caption .kode-caption-text {
color: #ffffff;
display: inline-block;
width: 100%;
margin-bottom: 25px;
}
.kode-linksection, .kode-modren-btn {
color: #fff;
display: inline-block;
color: #333333;
font-size: 20px;
text-transform: uppercase;
padding: 6px 35px;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3) inset;
border: 7px solid #ffe325;
}
.kode-linksection:hover, .kode-modren-btn:hover {
opacity: 0.7;
}
.kode-content .kode-pagesection.kode-parallax {
background-attachment: fixed !important;
}
.kode-dark-overlay {
position: relative;
}
.kode-dark-overlay:before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
background: #000;
width: 100%;
height: 100%;
opacity: 0.6;
}  .kode-content {
float: left;
width: 100%;
padding: 40px 0px 0px 0px;
} .kode-call-action {
float: left;
width: 100%;
text-align: right;
}
.kode-call-action .kode-simplebtn {
float: right;
}
.kode-simplebtn {
display: inline-block;
padding: 12px 40px;
color: #ffffff;
border: 1px solid #fff;
font-size: 18px;
margin: 10px 0px 0px 0px;
position: relative;
}
.kode-simplebtn:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
height: 0;
width: 100%;
background-color: rgba(0,0,0,0.1);
}
.kode-simplebtn:hover:before {
height: 100%;
}
.kode-simplebtn ~ .kode-action-info {
padding: 0px 220px 0px 0px;
}
.kode-action-info h2 {
text-transform: uppercase;
}
.kode-action-info h2, .kode-action-info span {
color: #ffffff;
}
.kode-action-info span {
font-size: 16px;
text-transform: uppercase;
}  .kode-section-title {
float: left;
width: 100%;
}
.contact-form-head {
margin-bottom: 0px;
}
.contact-form-head p {
display: none;
}
.kode-widget-title {
float: left;
width: 100%;
margin-bottom: 18px;
}
.contact-form-sec .social-links1.small {
margin-top: 10px;
}
.kode-section-title h2, .kode-widget-title h2 {
text-transform: uppercase;
border-bottom: 1px solid;
display: inline-block;
padding: 0px 0px 7px 0px;
}
.widget-recent-news ul li:hover time {
color: #ffffff;
}
.kode-section-title.kode-white h2 {
color: #ffffff !important;
border-bottom-color: #fff !important;
}
.kode-white.heading-12 p, .kode-white.heading-12 h2 {
color: #fff !important;
}  .shape-view .kode-section-title {
margin-bottom: 90px;
}
.kode-result-list article {
float: left;
width: 100%;
background-color: #333;
padding: 25px 20px;
position: relative;
min-height: 191px;
margin-bottom: 30px;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-result-list article:before {
content: '';
position: absolute;
right: 0px;
top: -46px;
border-top: 237px solid #eb1a1a;
border-left: 237px solid transparent;
} .kode-result-info h2 {
display: inline-block;
width: 100%;
border-bottom: 1px solid #9d9d9d;
text-transform: uppercase;
padding: 0px 0px 12px 0px;
}
.kode-result-info ul {
margin: 0px;
padding: 0px;
}
.kode-result-info h2 a {
color: #ffffff;
display: inline-block;
}
.kode-result-info h2 span {
float: right;
color: #ffffff;
}
.kode-result-info ul li a, .kode-result-info ul li {
float: left;
width: 100%;
list-style: none;
color: #ffffff;
}
.kode-result-info ul li span {
float: right;
}
.kode-result-thumb ~ .kode-result-info {
padding: 0px 200px 0px 0px;
}
.kode-result-thumb {
float: right;	
position: relative;
z-index: 9;
border-radius: 100%;
overflow: hidden;
height: 120px;
width: 120px;
border: solid 10px #333;
background-color: #333;
}
.kode-result-thumb img {
width: 100%;
}
.kode-result-count {
position: absolute;
right: 20px;
top: -70px;
width: 75px;
height: 75px;
color: #333333;
font-size: 45px;
text-align: center;
font-weight: bold;
padding: 5px 0px 0px 0px;
}
.kode-result-count:before {
content: '';
position: absolute;
left: -7px;
top: 0px;
border-bottom: 24px solid #c9b005;
border-left: 7px solid transparent;
}
.kode-result-list article.kode-even:before {
right: auto;
left: 0px;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}
.kode-result-list article.kode-even .kode-result-thumb ~ .kode-result-info {
padding: 0px 0px 0px 200px;
}
.kode-result-list article.kode-even .kode-result-thumb {
float: left;
}
.kode-result-list article.kode-even:after {
right: auto;
left: 31px;
}
.kode-result-list article.kode-even .kode-result-count {
right: auto;
left: 20px;
}
.kode-result-count::before {
left: auto;
right: -7px;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}  .kode-shop-list ul li {
list-style: none;
}
.kode-pro-inner {
float: left;
width: 100%;
border: 1px solid #868686;
padding: 5px;
margin-bottom: 30px;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-shop-list figure, .kode-shop-list figure a, .kode-shop-list figure img {
float: left;
width: 100%;
margin: 0px;
}
.kode-shop-list figure figcaption {
float: left;
width: 100%;
padding: 16px;
background-color: #ffffff;
}
.kode-shop-list figure figcaption h4 {
text-transform: uppercase;
}
.kode-pro-info {
float: left;
width: 100%;
padding: 10px 16px 8px 16px;
background-color: #373737;
}
.add_to_cart {
display: inline-block;
color: #ffffff;
text-transform: uppercase;
}
.add_to_cart i {
margin-right: 8px;
}
.added_to_cart {
position: absolute;
top: 20px;
right: 20px;
padding: 3px 13px;
border-radius: 5px;
color: #fff !important;
}
.kode-pro-info span {
float: right;
color: #ffffff;
font-weight: bold;
} .kode-team-list.kode-team-modern figure {
margin: 0px;
}
.widget-recent-news li {
list-style: none;
}
.kode-pro-inner:hover .kode-pro-info a, .kode-pro-inner:hover .kode-pro-info span {
color: #000;
} .kode-team-list > ul > li.clear {
margin-bottom: 0px;
}
.kode-team-list > ul > li {
list-style: none;
margin-bottom: 30px;
}
.kode-team-list figure {
margin-bottom: 20px;
position: relative;
;
}
.kode-team-list figure, .kode-team-list figure img {
float: left;
width: 100%;
background-color: #ffffff;
}
.kode-team-thumb {
float: left;
width: 248px;
border: 1px solid #d8d8d8;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-list figure figcaption {
position: absolute;
right: 0px;
bottom: 0px;
z-index: 10;
}
.kode-team-list figure figcaption:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
width: 116px;
height: 100%;
}
.kode-blog-grid-ux .kode-team-network-kick {
float: none;
margin: 20px 0px 20px 0px;
}
.kode-team-network-kick {
float: right;
margin: 0px 0px 15px 0px;
}
.kode-fullwidth-blog .kode-team-network-kick {
margin: 0px 0px 0px 0px;
}
.kode-team-network-kick li {
list-style: none;
display: inline-block;
margin-right: 3px;
}
.kode-team-list .kode-team-network-kick li a {
padding: 2px 0px 0px 0px;
}
.kode-team-network-kick li a {
display: inline-block;
border: 1px solid #e6e6e6;
color: #999999;
width: 26px;
height: 26px;
text-align: center;
padding: 6px 0px 0px 0px;
background-color: #fff;
}
.kode-team-network-kick li a:hover {
color: #fff;
}
.kode-detail-element .kode-team-network-kick li a {
padding: 5px 0px 0px 0px;
}
.kode-team-list figure figcaption h2 {
display: block;
text-align: right;
text-transform: uppercase;
margin-bottom: 15px;
font-size:20px !important;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-list figure figcaption h2 a {
color: #ffffff;
padding: 8px 40px 8px;
display: block;
box-shadow: 0px 0px 0px 1px #fff inset;
border: 4px solid #333;
background-color: #333;
}
.kode-team-list .kode-modren-btn {
font-size: 14px;
padding: 5px 18px;
float: right;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-network li a:hover {
color: #ffffff;
}
.kode-team-modern .kode-team-network-kick {
float: none;
margin-left: 0;
text-align: center;
}  .kode-blog-player {
height: 601px;
}
.kode-blog-player .mejs-controls {
display: none;
}
.kode-blog-player .mejs-container {
height: 100% !important;
}  .kode-medium-blog {
float: left;
width: 100%;
background-color: #333;
padding: 35px;
border-left: 2px solid;
}
.kode-medium-blog h2 {
color: #ffffff;
text-transform: uppercase;
margin-bottom: 25px;
}
.kode-medium-blog > ul > li {
float: left;
width: 100%;
list-style: none;
border-bottom: 1px solid #484848;
padding: 0px 0px 5px 0px;
margin: 0px 0px 20px 0px;
}
.kode-medium-blog > ul > li:last-child {
margin: 0px;
}
.medium-info {
float: left;
width: 100%;
margin-bottom: 14px;
}
.medium-info time {
float: left;
width: 80px;
height: 63px;
color: #333333;
box-shadow: 0px 0px 0px 1px #9f9f9f inset;
border: 4px solid #fff;
background-color: #ffffff;
font-size: 27px;
font-weight: bold;
text-align: center;
padding: 12px 0px 0px 0px;
}
.medium-info time ~ .medium-title {
padding: 0px 0px 0px 100px;
}
.medium-title h5 a {
color: #ffffff;
text-transform: uppercase;
}
.kode-blog-options {
margin: 0px;
}
.kode-blog-options li {
display: inline-block;
list-style: none;
margin-right: 20px;
margin-bottom: 0px;
}
.kode-blog-options li i {
margin-right: 6px;
}
.kode-medium-blog .kode-blog-options li a, .kode-medium-blog .kode-blog-options li, .kode-medium-blog p {
color: #ffffff;
}  .kode-services, .service-info {
float: left;
width: 100%;
}
.kode-services ul li {
padding: 0px;
list-style: none;
}
.service-info {
background-color: #505050;
text-align: center;
padding: 55px 10px;
}
.service-info i {
color: #ffffff;
margin-bottom: 15px;
}
.service-info h2 {
text-transform: uppercase;
color: #ffffff;
}  .kode-fixer-counter {
float: left;
width: 100%;
text-align: center;
}
.kode-fixer-title {
text-transform: uppercase;
font-size: 48px;
}
.kode-fixer-counter h2 {
font-weight: lighter;
text-transform: uppercase;
}  .has-countdown,
.is-countdown {
display: inline-block;
margin: 50px 0px 0px 0px;
}
.countdown-amount {
background: #333333;
color: #fff;
display: block;
font-size: 55px;
font-weight: bold;
width: 97px;
height: 97px;
text-align: center;
padding: 9px 0px 0px 0px;
margin-bottom: 15px;
position: relative;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.countdown-amount:before {
content: '';
position: absolute;
left: 0px;
top: -20px;
border-top: 116px solid red;
border-right: 100px solid transparent;
z-index: 0;
}
.countdown-amount small {
position: relative;
}
.countdown-section {
display: inline-block;
margin-left: 80px;
margin-bottom: 30px;
}
.countdown-period {
font-size: 20px;
color: #505050;
font-weight: bold;
text-transform: uppercase;
}  .kode-team-match {
float: left;
width: 100%;
text-align: center;
}
.kode-team-match ul {
display: inline-block;
margin-bottom: 35px;
}
.kode-team-match ul li {
float: left;
list-style: none;
margin-left: 100px;
}
.kode-team-match ul li.home-kode-vs {
margin-top: 32px;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-team-match ul li:first-child, .countdown-section:first-child {
margin-left: 0px;
}
.kode-team-match ul li .kode-modren-btn {
font-size: 42px;
padding: 15px 12px;
}
.kode-subtitle {
display: inline-block;
width: 50%;
font-size: 18px;
}  .kode-table {
border-bottom: 3px solid;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
float:left;
width:100%;
}
.kode-table tr:hover {
background: #666 !important;
}
.kode-table thead th {
color: #ffffff;
border: none;
padding: 6px 10px;
text-align: center;
font-size: 16px;
text-transform: uppercase;
}
.kode-table thead th:first-child {
text-align: left;
}
.kode-table tbody tr {
background-color: #333333;
}
.kode-table tbody tr:nth-child(even) {
background-color: #404040;
}
.kode-table tbody tr:nth-child(even) td {
border: none;
}
.col-md-8.columns .match-listing .kode-table tbody tr td {
padding: 8px 19px;
}
.kode-table tbody tr td {
color: #ffffff;
border: none;
border-right: 1px solid #484848;
padding: 8px 6px;
vertical-align: middle;
}
.kode-table td a {
color: #fff;
}
.kode-table span {
display: inline-block;
text-align: center;
width: 33%;
font-size: 20px;
font-weight: normal;
}  .kode-table-v2.kode-table tbody tr:nth-child(even) {
background-color: #333333;
}
.kode-table-v2.kode-table tbody tr td {
border: none;
}
.kode-table-v2.kode-table tbody tr td:first-child {
padding: 11px 0 9px 15px;
text-align: left;
}
.kode-table-v2.kode-table tbody tr td {
padding: 3px 15px;
text-align: center;
}  .kode-large-blog article, .kode-grid-blog article, .kode-fullwidth-blog article {
margin-bottom: 45px;
}
.kode-time-zoon {
float: left;
width: 100%;
background-color: #f4f4f4;
padding: 18px;
position: relative;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.kode-grid-blog .col-md-4 .kode-blog-thumbnail iframe {
height: 190px;
float: left;
}
.kode-grid-blog .col-md-3 .kode-blog-thumbnail iframe {
height: 138px;
float: left;
}
.kode-grid-blog .col-md-6 .kode-blog-thumbnail iframe {
height: 290px;
float: left;
}
.kode-time-zoon:before {
content: '';
position: absolute;
left: 20%;
top: -2px;
right: 20px;
height: 2px;
background-color: #f4f4f4;
}
.kode-large-blog article:hover .kode-time-zoon time {
color: #ffffff;
}
.kode-blog-list article:hover img {
opacity: 0.6;
}
.kode-time-zoon time {
float: left;
width: 79px;
color: #ffffff;
font-size: 32px;
text-transform: uppercase;
text-align: center;
background-color: #2f2f2f;
padding: 10px 0px 6px 0px;
margin-right: 18px;
line-height: 26px;
}
.kode-time-zoon time span {
display: block;
margin-top: 6px;
font-size: 18px;
}
.kode-time-zoon h5 {
text-transform: uppercase;
padding: 14px 0px 0px 0px;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.kode-blog-list figure, .kode-blog-list figure img {
float: left;
width: 100%;
margin: 0px;
}
.kode-blog-info {
float: left;
width: 100%;
background-color: #f4f4f4;
padding: 20px 20px 0px 20px;
text-align: center;
position: relative;
}
.kode-blog-info:before {
content: '';
position: absolute;
left: 0;
right: 0px;
bottom: -14px;
width: 42%;
height: 14px;
background-color: #f4f4f4;
margin: auto;
}
.kode-blog-info .kode-team-network {
margin: 18px 0px 0px 0px;
float: none;
display: inline-block;
}
.kode-blog-btn {
text-transform: uppercase;
}
.kode-align-btn {
float: left;
width: 100%;
text-align: center;
}
.section-container .col-md-9 .kode-blog-grid-ux iframe {
height: 214px;
margin: 0px;
}  .kode-grid-blog .kode-blog-options li {
margin-bottom: 12px;
}
.kode-grid-blog .kode-blog-options li a {
color: #505050;
}
.kode-grid-blog .kode-blog-info, .kode-grid-blog .kode-blog-info:before {
background-color: #eaeaea;
}
.kode-grid-blog .kode-team-network li a {
background-color: #ffffff;
}
.kode-grid-blog .kode-blog-info:before {
border-bottom: 1px solid;
}
.kode-modrenbtn {
display: inline-block;
background-color: #2a2a2a;
color: #ffffff;
text-transform: uppercase;
border: 4px solid #2a2a2a;
box-shadow: 0px 0px 0px 1px #ffffff inset;
padding: 5px 25px;
margin: 9px 0px 4px 0px;
}  .kode-fullwidth-blog article:last-child {
margin-bottom: 0px;
}
.kode-fullwidth-blog article:last-child .kode-blog-info {
border: none;
padding-bottom: 0px;
}
.kode-fullwidth-blog .kode-blog-info {
text-align: left;
background-color: #ffffff;
padding: 15px 0px 15px 0px;
border-bottom: 1px solid #d1d1d1;
}
.kode-fullwidth-blog .kode-blog-info:before {
display: none;
}
.kode-fullwidth-blog .kode-blog-options {
float: left;
padding: 4px 0px 0px 0px;
}
.kode-fullwidth-blog .kode-team-network {
float: right;
margin: 3px 0px 0px 0px;
}
.kode-fullwidth-blog > p {
float: left;
padding: 13px 0px 0px 0px;
}
.kode-fullwidth-blog .kode-modrenbtn {
float: left;
}
.kode-fullwidth-blog .kode-time-zoon:before {
left: 0px;
right: 0px;
margin: auto;
width: 264px;
background-color: #a5a5a5;
}  .page-numbers, .page-links, .kode-pagination {
float: left;
width: 100%;
text-align: center;
margin: 0px 0px 30px 0px;
}
.page-numbers {
text-align: center;
width: auto;
float: none;
}
.woocommerce-pagination {
margin-bottom: 30px !important;
}
.page-numbers, .page-links {
margin-top: 30px;
}
.page-links .page-links-title {
width: auto;
padding: 5px 5px 0px 5px;
}
.page-numbers li a, .page-numbers li span, .page-links > a, .page-links > span, .kode-pagination a, .kode-pagination span {
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #d7d7d7;
color: #999999;
padding: 5px 0px 0px 0px;
margin-right: 6px;
}
.page-numbers li a.next, .page-numbers li span.next, .page-numbers li a.prev, .page-numbers li span.prev, .kode-pagination a.next, .kode-pagination span.next, .kode-pagination a.prev, .kode-pagination span.prev {
width: auto;
padding: 5px 10px;
}
.page-numbers li a:hover, .page-numbers li span, .page-links > a:hover, .page-links > span, .kode-pagination a:hover, .kode-pagination span {
color: #ffffff;
}  .kode-editor {
float: left;
width: 100%;
}
.kode-editor p {
margin: 14px 0px;
}
blockquote {
float: left;
width: 100%;
padding: 20px 20px;
background-color: #f1f1f1;
border-left: 3px solid;
font-size: 15px;
font-style: italic;
color: #666666;
margin: 15px 0px;
}  .kode-related-blog ul li {
list-style: none;
margin-bottom: 30px;
}
.related-thumb {
border-bottom: 3px solid;
}
.kode-related-blog, .related-thumb, .kode-related-blog ul li img, .related-text {
float: left;
width: 100%;
}
.kode-related-blog ul li:hover img {
opacity: 0.6;
}
.related-text {
text-align: center;
padding: 10px 0px 0px 0px;
}
.related-text h6 a {
text-transform: uppercase;
color: #666666;
}  .kode-postsection {
float: left;
width: 100%;
border: 1px solid #ebebeb;
border-left: none;
border-right: none;
padding: 25px 0px;
margin-bottom: 30px;
}
.kode-postsection h6 {
margin: 0px;
text-transform: uppercase;
}
.kode-postsection h6 a {
color: #666666;
}
.kode-postsection h6 i {
font-size: 34px;
}
.kode-prev {
float: left;
}
.kode-prev a, .kode-next a {
display: inline-block;
padding: 10px 20px;
border-radius: 4px;
}
.kode-prev a:hover, .kode-next a:hover {
color: #fff;
}
.kode-prev i {
float: left;
margin: -5px 25px 0px 0px;
}
.kode-next {
float: right;
}
.kode-next i {
float: right;
margin: -5px 0px 0px 25px;
}  .kode-admin-post {
float: left;
width: 100%;
background-color: #333333;
padding: 24px 75px 24px 75px;
position: relative;
margin: 36px 0px 30px 0px;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-admin-post:before {
content: '';
position: absolute;
left: 0px;
top: -36px;
border-top: 197px solid #eb1a1a;
border-right: 230px solid transparent;
}
.kode-admin-post figure {
border: 5px solid #333333;
float: left;
width: 110px;
margin: 0px;
position: relative;
z-index: 10;
}
.kode-admin-post figure ~ .admin-info {
padding: 0px 0px 0px 135px;
}
.admin-info p {
color: #ffffff;
}
.admin-info h5 {
margin-bottom: 0px;
text-transform: uppercase;
}
.admin-info h5 span {
font-size: 14px;
margin-left: 9px;
}  #kodecomments {
float: left;
width: 100%;
}
#kodecomments ul ul {
margin: 0px;
}
#kodecomments ul li {
float: left;
width: 100%;
list-style: none;
}
#kodecomments > ul > li {
border-bottom: 1px solid #ebebeb;
margin-bottom: 25px;
padding-bottom: 12px;
}
#kodecomments ul li figure {
float: left;
background-color: #f1f1f1;
border: 1px solid #d4d4d4;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
#kodecomments ul li figure img {
border-radius: 0px;
}
#kodecomments ul li figure ~ .text {
padding: 0px 0px 0px 110px;
float: none;
width: auto;
}
#kodecomments ul li .text h6 {
margin: 0px;
}
#kodecomments ul li .text a {
float: left;
}
#kodecomments ul li .text .replay-btn {
float: none;
display: inline-block;
margin: 0px 0px 0px 10px;
}
#kodecomments ul li .text time {
color: #b5b5b5;
font-size: 12px;
text-transform: uppercase;
margin-left: 8px;
}
#kodecomments ul li .text p {
margin-top: 8px;
}
#kodecomments ul li .text time i {
margin-right: 7px;
}
#kodecomments .children li {
margin-bottom: 0px;
}
#kodecomments .children > li {
padding: 0px 0px 0px 150px;
}
#kodecomments ul ul.children li {
border-top: 1px solid #ebebeb;
margin-top: 25px;
padding-top: 25px;
}  #koderespond, #koderespond form, #koderespond form p.kd-textarea, #koderespond form p textarea {
float: left;
width: 100%;
}
#koderespond h2 {
margin: 0px 0px 15px 0px;
text-transform: uppercase;
}
#koderespond form p {
float: left;
width: 33.333%;
padding: 0px 25px 25px 0px;
margin: 0px;
}
#koderespond form p:nth-child(3n), #koderespond form p.kd-textarea {
padding-right: 0px;
}
#koderespond form input[type="text"] {
float: left;
width: 100%;
border: 1px solid #dcdcdc;
height: 40px;
color: #666666;
padding: 9px;
}
#koderespond form input[type="text"]:focus, #koderespond form p textarea:focus {
background-color: #f4f4f4;
}
#koderespond form p textarea {
height: 170px;
border: 1px solid #dcdcdc;
color: #666666;
padding: 9px;
}
#koderespond form p input[type="button"], #koderespond form p input[type="submit"] {
float: left;
padding: 8px 25px;
color: #ffffff;
border: 6px solid;
text-transform: uppercase;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3) inset;
}
#koderespond form p.kd-button {
width: 100%;
}  .kode-testimonial {
margin: 30px 0 0;
}
.kode-testimonial figure, .kode-testimonial figure img, .kode-testimonial {
float: left;
width: 100%;
}
.kode-testimonial figure {
padding: 16px 80px;
background-color: #333537;
}
.kode-testimonial ul li {
list-style: none;
margin-bottom: 55px;
}
.kode-testimonial ul li .thcolor {
color: #fff;
}
.kode-testimonial figure:before {
content: '';
position: absolute;
left: 0px;
top: -35px;
border-top: 194px solid #eb1a1a;
border-right: 270px solid transparent;
z-index: 0;
}
.kode-testimnl-thumb {
float: left;
width: 137px;
position: relative;
border: 4px solid #333537;
}
.kode-testimnl-thumb ~ figcaption {
padding: 11px 0px 0px 162px;
}
.kode-testimonial figure figcaption p {
color: #ffffff;
}  .kode-partner ul li {
list-style: none;
text-align: center;
margin-bottom: 30px;
}
.kode-partner ul li a {
float: left;
width: 100%;
border: 1px solid #e2e2e2;
box-shadow: 0px 2px 0px 0px #e2e2e2;
}  .kode-subheader {
float: left;
width: 100%;
background-color: #eb1a1a;
height: 236px;
position: relative;
margin-bottom: 30px;
overflow: hidden;
}
.subheader-height:before {
content: '';
position: absolute;
right: 0px;
top: 0px;
width: 52.2%;
height: 100%;
background-color: #c50000;
}
.subheader-height:after {
border-bottom: 198px solid #c50000;
border-left: 152px solid transparent;
bottom: 0;
content: "";
position: absolute;
right: 52.2%;
}
.kode-subheader.subheader-height {
padding: 180px 0px 0px 0px;
}
.kode-subheader h2 {
color: #ffffff;
text-transform: uppercase;
font-size: 26px !important;
}
.kode-breadcrumb {
float: right;
padding: 9px 0px 0px 0px;
}
.kode-breadcrumb li {
display: inline-block;
list-style: none;
padding: 0px 15px;
position: relative;
color: #fff;
}
.kode-breadcrumb li:before {
content: "\f101";
font-family: FontAwesome;
position: absolute;
right: -5px;
top: 0px;
color: #ffffff;
}
.kode-breadcrumb li:last-child {
padding-right: 0px;
}
.kode-breadcrumb li:last-child:before {
display: none;
}
.kode-breadcrumb li a {
color: #ffffff;
} .kode-gallery ul li.clear {
margin-bottom: 0px;
} .kode-gallery ul li {
list-style: none;
margin-bottom: 30px;
}
.kode-gallery ul li figure {
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
position: relative;
}
.kode-gallery ul li figure, .kode-gallery ul li figure a, .kode-gallery ul li figure img {
float: left;
width: 100%;
height: 100%;
margin: 0px;
}
.kode-gallery ul li figure figcaption {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
padding: 10px;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.kode-gallery ul li:hover figure figcaption {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.kode-gallery-info {
float: left;
width: 100%;
border: 1px solid #dedede;
padding: 18px 25px;
}
.kode-gallery-info h2 {
text-transform: uppercase;
margin: 0px 0px 0px 0px;
}
.kode-gallery-info p {
margin: 0px;
}
.kode-gallery-hover {
width: 100%;
height: 100%;
display: inline-block;
opacity: 0.8;
}
.kode-gallery-hover i {
font-size: 28px;
color: #ffffff;
position: absolute;
left: 50%;
top: 50%;
margin: -12px 0px 0px -10px;
}  .kode-player-thumb {
float: left;
width: 100%;
border: 1px solid #d8d8d8;
}
.kode-detail-element {
float: left;
width: 100%;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 18px 0px 15px 0px;
margin-bottom: 20px;
}
.kode-detail-element .kode-team-network {
margin: 0px;
}
.kode-detail-element h2 {
text-transform: uppercase;
display: inline-block;
margin: 0px;
}
.kode-table caption {
color: #ffffff;
padding: 7px 20px;
font-size: 24px;
text-transform: uppercase;
}  .kode-player-tabs {
margin: 40px 0px 20px 0px;
}
.kode-player-tabs, .player-nav, .kode-player-tabs .tab-content {
float: left;
width: 100%;
padding: 0px;
margin: 0px;
}
.player-nav li {
float: left;
list-style: none;
line-height: 1;
}
.player-nav li a {
font-size: 18px;
text-transform: uppercase;
border: 1px solid #d0d0d0;
border-bottom: none;
padding: 14px 45px;
float: left;
}
.player-nav li a:hover, .player-nav li.active a {
background-color: #CCC;
color: #000;
}
.kode-player-tabs .kode-table thead th {
padding: 4px 14px;
font-size: 15px;
}
.kode-player-tabs .kode-table tbody tr td:nth-child(2n) {
background-color: #404040;
}
.kode-player-tabs .kode-table tbody tr:nth-child(2n) {
background-color: #333333;
}
.kode-player-tabs .kode-table tbody tr td {
border: none;
border-bottom: 1px solid rgba(0,0,0,0.2);
border-left: 1px solid rgba(0,0,0,0.2);
}  .kode-images {
float: left;
width: 39%;
}
.kode-images ul {
float: left;
width: 101px;
}
.kode-images ul li {
float: left;
width: 100%;
border: 1px solid #d9d9d9;
margin-bottom: 15px;
list-style: none;
}
.shopmainthumb {
float: right;
width: 70%;
border: 1px solid #d9d9d9;
}
.kode-summery {
float: right;
width: 60%;
padding-left: 20px;
}
.summery-title {
float: left;
width: 100%;
border-bottom: 1px solid #c6c6c6;
padding-bottom: 15px;
margin-bottom: 25px;
position: relative;
}
.summery-title h2 {
text-transform: uppercase;
float: left;
margin: 0px;
}
.priceinfo {
float: left;
width: 100%;
padding: 25px 0px;
border-bottom: 1px solid #c6c6c6;
margin-bottom: 20px;
}
.priceinfo h2 {
float: left;
}
.priceinfo ul {
float: left;
width: 70%;
}
.priceinfo ul li {
list-style: none;
float: left;
width: 50%;
padding-left: 25px;
}
.priceinfo ul li span {
float: left;
width: 25%;
padding: 6px 0px 0px 0px;
}
.priceinfo ul li select {
float: left;
width: 75%;
}
.kode-summery .kode-modren-btn {
float: left;
width: auto;
font-size: 20px;
}
.shop-btn {
float: left;
}
.shop-btn a {
float: left;
width: 46px;
height: 46px;
background-color: #333333;
color: #ffffff;
padding: 16px 0px 0px 0px;
margin: 0px 0px 0px 13px;
text-align: center;
}
.shop-btn a:hover {
color: #ffffff;
}
.shop-nav .tab-content {
float: left;
width: 100%;
padding: 25px;
border: 1px solid #dedede;
}
.shop-nav {
float: left;
width: 100%;
border-bottom: 1px solid #e5e5e5;
padding: 0px 0px 40px 0px;
margin: 30px 0px 25px 0px;
}
.kode-rating {
height: 22px;
line-height: 16px;
margin-right: 0;
padding-bottom: 10px;
position: absolute;
right: 0px;
top: 22px;
width: 100px;
}
.kode-rating:before, .rating-box:before {
color: #ddd;
content: "\f005 \f005 \f005 \f005 \f005";
font-family: 'FontAwesome';
font-size: 16px;
left: 0;
letter-spacing: 4px;
position: absolute;
top: 0;
}
.rating-box:before {
color: #ffae00;
}
.rating-box {
height: 16px;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
}  .kode-inner-fixer {
float: left;
width: 100%;
background-color: #f2f2f2;
border-bottom: 1px solid;
padding: 45px 0px;
margin-bottom: 30px;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-inner-fixer .kode-fixer-counter h2 {
color: #ffffff;
padding: 15px 10px;
}
.kode-fixer-list {
display: table;
width: 100%;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-fixer-list ul {
display: table-row;
}
.kode-fixer-list ul li {
display: table-cell;
vertical-align: middle;
}
.table-head li {
padding: 15px 10px;
text-align: center;
width: 20%;
}
.table-head li:first-child {
width: 32%;
}
.table-head li h5 {
color: #ffffff;
text-transform: uppercase;
margin: 0px;
}
.fixer-pagination a {
float: right;
width: 26px;
height: 26px;
color: #ffffff;
border: 1px solid #ffffff;
margin-right: 10px;
padding: 4px 0px 0px 0px;
border-radius: 2px;
}
.fixer-pagination a:hover {
background-color: #ffffff;
}
.table-body:nth-child(even) li {
background-color: #333333;
}
.table-body:nth-child(even) li {
border-left: 1px solid #404040;
}
.table-body li {
text-align: center;
background-color: #404040;
color: #ffffff;
padding: 25px 0px;
}
.list-thumb {
display: inline-block;
color: #ffffff;
}
.list-thumb img {
margin-right: 8px;
}
.table-body li span {
display: inline-block;
font-size: 20px;
width: 22%;
}
.table-body li small {
text-transform: uppercase;
}
.fixer-btn a {
float: right;
padding: 3px 14px;
color: #333333;
background-color: #ffffff;
margin-right: 20px;
font-weight: bold;
}
.table-body li.fixer-btn {
width: 26%;
}
.fixer-btn a:hover {
color: #ffffff;
}  .icon-list {
margin: 0px;
}
.icon-list li {
list-style: none;
color: #666666;
border-bottom: 1px solid #ececec;
padding: 7px 0px;
}
.icon-list li i {
margin-right: 10px;
}  .kode-team-timeline {
float: left;
width: 100%;
position: relative;
}
.kode-team-timeline ul {
margin: 0px 0px 0px -198px;
position: relative;
}
.kode-team-timeline ul:before {
content: '';
position: absolute;
left: 50%;
top: 0px;
border-left: 1px solid rgba(255,255,255,0.25);
width: 2px;
height: 94%;
margin: 0px 0px 0px 98px;
}
.kode-team-timeline ul li {
list-style: none;
width: 50%;
display: inline-block;
margin: 0px -4px 40px 0px;
padding: 0px 0px 0px 198px;
position: relative;
}
.timeline-inner {
background-color: #ffffff;
border: 1px solid #62666c;
padding: 22px 22px 15px 22px;
position: relative;
}
.timeline-inner:before {
content: '';
position: absolute;
right: -16px;
top: 32px;
border-bottom: 25px solid #ffffff;
border-right: 25px solid transparent;
}
.kode-team-timeline ul li:nth-child(even) .timeline-inner:before {
right: auto;
left: -16px;
border-top: 25px solid transparent;
border-right: 25px solid #fff;
border-bottom: 0px solid transparent;
}
.timeline-inner h2 {
text-transform: uppercase;
}
.kode-timezoon {
width: 85px;
height: 66px;
font-size: 22px;
color: #282828;
text-transform: uppercase;
position: absolute;
right: -21%;
top: 31px;
background-color: #ffffff;
box-shadow: 0px 0px 0px 1px #cdcdcd inset;
border: 7px solid #ffffff;
text-align: center;
padding: 10px 0px 0px 0px;
}
.timeline-circle {
width: 16px;
height: 16px;
background-color: #ffffff;
position: absolute;
left: 50%;
top: -15px;
border-radius: 100%;
margin: 0px 0px 0px -8px;
}
.bottom-circle {
top: auto;
bottom: 28px;
}  .contactus-page {
float: left;
width: 100%;
margin-bottom: 20px;
}
.kode-simple-form ul{
float:left;
width:100%;
margin:0px;
}
.contactus-page .kode-forminfo h3, .contactus-page .kode-forminfo p, .contactus-page .kode-form-list li strong, .contactus-page .kode-simple-form ul li input[type="text"], .contactus-page .kode-simple-form ul li textarea {
color: #666666;
}
.contactus-page .kode-form-list li i {
border-color: #c4c4c4;
color: #666666;
}
.contactus-page .kode-forminfo h3 {
float: left;
margin: 0px 18px 0px 0px;
}
.kode-map {
float: left;
width: 100%;
border: 3px solid #e4e4e4;
margin-bottom: 40px;
}
.kode-simple-form.contact-formtwo ul {
margin: 0px 0px 0px -28px;
}
.kode-simple-form.contact-formtwo ul li {
width: 33.333%;
padding: 0px 0px 10px 28px;
}
.kode-simple-form.contact-formtwo ul li.full-column {
width: 100%;
}
.kode-plain-divider {
float: left;
width: 100%;
margin: 20px 0px 35px 0px;
}
.kode-plain-divider span {
float: left;
width: 100%;
border-bottom: 1px solid #e9e9e9;
}  .kode-404-page {
float: left;
width: 100%;
text-align: center;
padding: 25px 0px 80px 0px;
}
.kode-404-page h2 {
font-size: 40px;
text-transform: uppercase;
}
.kode-404-page img {
margin-bottom: 40px;
}
.kode-404-page span {
display: inline-block;
margin-bottom: 15px;
}
.kode-innersearch {
float: left;
margin: 20px 0 0;
width: 100%;
}
.kode-innersearch form {
display: inline-block;
width: 350px;
position: relative;
}
.kode-innersearch form input[type="text"] {
border: 1px solid #d4d4d4;
color: #000;
font-size: 16px;
height: 48px !important;
padding: 6px 20px 6px 20px;
float: left;
width: 100%;
box-shadow: 0px 2px 0px 0px #d4d4d4;
}
.kode-innersearch form label {
position: absolute;
right: 0px;
top: 0px;
height: 100%;
margin: 0px;
}
.kode-innersearch form label:before {
content: "\f002";
font-family: FontAwesome;
position: absolute;
right: 50%;
top: 50%;
color: #fff;
cursor: pointer;
margin:-12px -5px 0 0;
}
.kode-404-page .kode-innersearch .kode-search label {
padding: 0;
}
.kode-innersearch form input[type="submit"] {
float: right;
width: 66px;
height: 60px;
background: none;
border: none;
}  .kode-underconstruction {
float: left;
width: 100%;
text-align: center;
}
.kode-underconstruction h2 {
text-transform: uppercase;
color: #ffffff;
font-size: 60px;
}
.kode-underconstruction span.kode-subtitle {
font-size: 19px;
color: #ffffff;
margin-bottom: 20px;
}
.kode-underconstruction .countdown-period {
color: #ffffff;
}
.kode-underconstruction .kode-innersearch form input[type="text"] {
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 2px 0 0 rgba(255, 255, 255, 0.1);
border: none;
}
#whats-new-textarea textarea {
height: 150px;
}  .kode-newslatter {
float: left;
width: 100%;
padding: 30px 0px;
position: relative;
}
.kode-newslatter h3 {
color: #ffffff;
font-size: 30px !important;
float: left;
margin: 0px;
font-weight: 300;
padding-right: 20px;
}
.kode-newslatter form {
display: inline-block;
vertical-align: middle;
width: 100%;
position: relative;
padding-left: 20px;
}
.kode-newslatter form input[type="text"] {
border: 1px solid #fff;
height: 50px !important;
width: 100%;
padding: 5px 15px 5px 15px;
background: none;
font-size: 16px;
font-style: italic;
color: #ffffff;
}
.kode-newslatter form label {
position: absolute;
right: 0px;
top: 0px;
margin: 0px;
}
.kode-newslatter form label:before {
content: "\f1d8";
font-family: FontAwesome;
position: absolute;
right: 20px;
top: 0px;
color: #ffffff;
font-size: 20px;
cursor: pointer;
line-height:48px;
}
.kode-newslatter form input[type="submit"] {
width: 50px;
height: 50px;
background: none;
border: none;
}
.kode-halfbg {
position: absolute;
right: 0px;
top: 0px;
width: 50%;
height: 100%;
}  #contact-footer {
float: left;
width: 100%;
background: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/extra-images/footer-bg.jpg);
padding: 40px 0px;
}
.kode-simple-form {
float: left;
width: 100%;
}
.kode-simple-form ul li {
float: left;
width: 100%;
list-style: none;
margin-bottom: 15px;
}
.kode-simple-form ul li input[type="text"], .kode-simple-form ul li textarea {
background-color: rgba(255,255,255,0.10);
border: 1px solid #c4c4c4;
float: left;
width: 100%;
height: 43px;
color: #333;
padding: 6px 20px 6px 20px;
}
.kode-simple-form ul li textarea {
height: 155px;
}
.kode-simple-form ul li input[type="submit"] {
float: left;
color: #ffffff;
padding: 10px 30px;
text-transform: uppercase;
font-size: 16px;
text-transform: uppercase;
margin-top: 15px;
}
.kode-forminfo h3 {
text-transform: uppercase;
}
.kode-forminfo h3, .kode-forminfo p, .kode-form-list li strong {
color: #000;
}
.kode-form-list li {
color: #000;
list-style: none;
margin-bottom: 5px;
position: relative;
padding: 0px 0px 0px 45px;
}
.kode-form-list li i {
display: inline-block;
width: 32px;
height: 32px;
border: 1px solid #000;
margin-right: 20px;
text-align: center;
font-size: 18px;
padding: 5px 0px 0px 0px;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
position: absolute;
left: 0px;
top: 0px;
color: #000;
}
.kode-form-list li:hover i{
color: #fff;
}
.kode-form-list li p {
display: inline-block;
width: auto;
}
.kode-forminfo .kode-team-network {
float: left;
}
.kode-form-list {
float: left;
width: 100%;
}
.kode-forminfo {
float: left;
padding: 0 15px;
width: 100%;
}  .kode-bottom-footer {
float: left;
width: 100%;
}
.kode-bottom-footer p {
color: #ffffff;
padding: 12px 0px;
margin: 0px;
}
#kode-topbtn {
float: right;
color: #000;
width: 40px;
height: 40px;
text-align: center;
font-size: 20px;
padding: 3px 0px 0px 0px;
margin-top: -10px;
position: relative;
}
#kode-topbtn:before, #kode-topbtn:after {
content: '';
position: absolute;
left: -6px;
top: -1px;
border-bottom: 11px solid #c9b005;
border-left: 6px solid transparent;
}
#kode-topbtn:after {
left: auto;
right: -6px;
-webkit-transform: scaleX(-1);
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
transform: scaleX(-1);
}  .project-fact {
padding: 50px 0px;
float: left;
width: 100%;
}
.project-numbering {
text-align: center;
}
.project-numbering i {
font-size: 50px;
color: #fff;
}
.project-numbering p {
color: #fff;
text-transform: uppercase;
font-weight: bold;
}
.project-numbering .counter {
font-size: 60px;
font-family: 'Lato', sans-serif;
color: #fff;
font-weight: bold;
}  .kode-topbar-kickoff ul {
padding: 0px;
margin: 0px;
}
.header-8 {
float: left;
width: 100%;
background-color: rgba(0,0,0,0.6);
text-align: center;
padding: 25px 0px;
transition: all 0.3s ease-in-out;
position: relative;
z-index: 1000;
}
.header-8 .kode-navigation {
margin-top: 8px;
}
.kf_sticky .header-8 {
padding: 10px 0px;
}
.header-8 .kode-navigation ul li a {
text-align: left;
padding: 14px 15px;
color: #fff;
}
.header-8 .kode-navigation ul li a:hover {
background-color: #fff;
color: #666;
}
.header-8 .kode-navigation ul ul li a {
padding: 10px 15px;
font-size: 12px;
}
.header-8 .kode-navigation ul ul li {
width: 100%;
}
.header-8 .logo {
width: 200px;
margin: 0px auto;
float: none;
}
.navigation ul > li.last ul {
left: auto !important;
right: 0;
}
.navigation ul > li.last ul ul {
right: 100%;
}
.header-8 .kode-navigation.left {
float: left;
}
.header-8 .kode-navigation.right {
float: right;
} .logo {
float: left;
}
.logo a {
display: block;
}
.logo img {
float: left;
}
.kode-navigation {
float: right;
}
.kode-navigation ul {
float: left;
margin: 0px;
padding: 0px;
width: 100%;
list-style: none;
}
.kode-navigation ul li {
float: left;
position: relative;
list-style: none;
}
.kode-navigation ul li a {
display: block;
font-size: 14px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
text-decoration: none;
padding: 15px 16px;
}
.kode-navigation ul li > a:hover {
} .kode-navigation ul ul {
float: left;
width: 210px;
position: absolute;
left: 0px;
top: 100%;
background-color: rgba(0,0,0,0.8);
visibility: hidden;
opacity: 0;
margin: 20px 0px 0px 0px;
z-index: 10;
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.kode-navigation ul li:hover > ul {
display: block;
visibility: visible;
opacity: 1;
margin: 0px;
}
.kode-navigation ul ul li {
width: 100%;
}
.kode-navigation ul ul li a {
font-weight: normal;
text-transform: inherit;
padding: 8px 20px;
text-transform: capitalize;
}
.kode-navigation ul ul li a:hover {
color: #fff;
}
.kode-navigation ul ul ul {
left: 100%;
top: 0px;
}  .kode-social-network {
float: right;
margin: 0px 0px 0px 20px;
}
.kode-social-network ul {
list-style: none;
float: left;
width: 100%;
margin: 4px 0px;
}
.kode-social-network ul li {
float: left;
margin: 0px 5px;
list-style: none;
}
.kode-social-network ul li a {
display: block;
height: 33px;
width: 33px;
background-color: #e5e5e5;
color: #686868;
font-size: 14px;
border-radius: 100%;
text-align: center;
padding: 4px 0px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.kode-social-network ul li a:hover {
color: #fff;
background-color: #000;
}  .pick-event {
float: left;
background-color: #ededed;
padding: 20px 0px;
}
.pick-event .heading {
float: left;
width: 20%;
text-align: left;
}
.pick-event .heading h4 {
font-size: 16px;
font-family: 'Raleway', sans-serif;
color: #343434;
margin: 5px 0px;
}
.pick-event .heading h2 {
font-size: 20px;
text-transform: uppercase;
font-weight: bold;
font-family: 'Raleway', sans-serif;
margin: 6px 0px;
}
.pick-event .form {
float: left;
width: 80%;
}
.pick-event .form input {
width: 100%;
min-height: 42px;
background-color: #fff;
border: none;
padding: 10px 10px;
}
.pick-event .form .cover {
float: left;
position: relative;
width: 25%;
padding: 0px 10px;
}
.pick-event .form .cover .dropdown-menu li {
list-style: none;
}
.pick-event .form .cover .kode-modren-btn.thbg-colortwo {
padding: 0px 10px;
text-align: center;
width: 100%;
font-size: 18px;
}
.pick-event .form .cover i {
position: absolute;
right: 20px;
top: 13px;
color: #bbbbbb;
}
.pick-event .form div.cover:first-child {
margin-left: 0px;
}
.pick-event .form button.find {
display: block;
min-height: 42px;
border: none;
text-align: center;
font-family: 'Lato', sans-serif;
font-size: 14px;
color: #fff;
font-weight: bold;
text-transform: uppercase;
padding: 5px 20px;
}
.pick-event .cover .dropdown button {
min-height: 42px;
background-color: #fff;
width: 100%;
border: none;
text-align: left;
padding: 10px 10px;
}
.pick-event .cover .dropdown .dropdown-menu {
width: 100%;
}   .kode-sport-section {
float: left;
width: 100%;
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/extra-images/bg-paralaxx-1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
text-align: center;
padding: 50px 0px;
}
.kode-sport-section:before {
content: "";
background-color: rgba(255,255,255,0.7);
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%; }
.kode-video-section {
float: left;
width: 100%;
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/extra-images/slide3.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
text-align: center;
padding: 150px 0px;
}
.kode-video-section:before {
content: "";
background-color: rgba(0,0,0,0.7);
position: absolute;
left: 0px;
top: 0px;
height: 100%;
width: 100%; }
.kode-video-section .container {
position: relative;
}
.kode-video-section h2 {
font-size: 34px;
color: #fff;
margin: 0px 0px 30px 0px;
text-transform: uppercase;
letter-spacing: 10px;
}
.kode-video-section h4 {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 5px;
color: #fff;
}
.kode-video-section p {
text-transform: uppercase;
color: #fff;
}
.kode-video-section i {
height: 62px;
width: 62px;
border: solid 2px #fff;
background-color: rgba(255,255,255,0.2);
text-align: center;
color: #fff;
font-size: 24px;
padding: 15px 0px;
border-radius: 4px;
margin: 0px 0px 20px 0px;
}  .heading-12 {
position: relative;
}
.heading-12 h2 {
margin: 0px 0px 15px 0px;
display: inline-block;
font-weight: bold;
position: relative;
padding: 0px 0px 20px 0px;
text-transform: uppercase;
}
.heading-12 h2:before {
content: "";
width: 150px;
border-bottom: dashed 1px #b7b7b7;
height: 2px;
position: absolute;
left: 0px;
right: 0px;
margin: auto;
bottom: 0px;
}
.heading-12 p {
font-size: 14px;
color: #949494;
margin: 0px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
.heading-12 span.left, .heading-12 span.right {
position: absolute;
height: 9px;
width: 9px;
border-radius: 100%;
background-color: #db2d14;
position: absolute;
left: 27%;
bottom: -4px;
}
.heading-12 span.right {
left: auto;
right: 27%;
}
.heading {
float: left;
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.heading > h2 {
font-family: 'Open Sans', sans-serif;
font-size: 33px !important;
color: #000;
position: relative;
font-weight: normal;
}  .footer-medium {
float: left;
width: 100%;
}
#footer1 .footer-medium h3 {
font-size: 20px;
text-transform: uppercase;
color: #252525;
}  .about-widget p {
margin: 17px 0 0;
}
.newsletter-widget {
float: left;
width: 100%;
}
.newsletter-widget p {
margin: 0 0 17px;
}
.newsletter-widget form {
width: 100%;
height: 40px;
float: left;
position: relative;
}
.newsletter-widget form [type="text"] {
border: 1px solid #dadada;
border-right: 0;
font-size: 13px;
text-transform: uppercase;
color: #787878;
padding: 11px 15px;
background-color: transparent;
float: left;
width: 100%;
}
.newsletter-widget form [type="submit"] {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
color: #fff;
padding: 11px 13px;
border: none;
position: absolute;
top: 0;
right: 0;
}  .contact-us-widget {
float: left;
width: 100%;
}
.contact-us-widget p {
margin: 0 0 17px;
}  .social-links1 li, .socialnetwork li {
display: inline-block;
margin: 0 10px 0 0;
}
.social-links1 li:last-child, .socialnetwork li:last-child {
margin: 0;
}
.social-links1 li a, .socialnetwork li a {
width: 35px;
height: 35px;
text-align: center;
padding: 3px 0;
display: block;
font-size: 16px;
color: #fff;
overflow: hidden;
position: relative;
z-index: 11;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.social-links1 li a:before, .socialnetwork li a:before {
content: '';
position: absolute;
top: -100%;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.2);
}
.social-links1 li a:hover:before, .socialnetwork li a:hover:before {
top: 0;
}
.fb-bg1 {
background-color: #3b5997;
}
.tw-bg1 {
background-color: #00aceb;
}
.youtube-bg1 {
background-color: #ba0204;
}
.linkedin-bg1 {
background-color: #5182aa;
}  .widget-flickr ul {
float: left;
width: 100%;
margin: 0;
}
.widget-flickr ul li {
float: left;
margin: 0 3px 10px;
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.widget-flickr ul li img {
border-radius: 3px;
}
.kode-table tr:hover {
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}  .owl-carousel-team .owl-item:hover .team-info {
background-color: #333333;
}
.owl-carousel-team .owl-item:hover .team-info h2, ..owl-carousel-team .owl-item:hover .team-info h6 {
color: #ffffff;
}
.team-info {
background-color: #ffffff;
padding: 28px 22px 22px 22px;
text-align: center;
position: relative;
}
.team-info h2 {
line-height: 1;
margin: 0px 0px 4px 0px;
font-weight: 500;
text-transform: uppercase;
}
.team-info h2 a, .team-info h6, .team-info p {
color: #777777;
}
.team-info p {
margin: 0px;
}
.owl-carousel-team .owl-item:hover .team-network {
margin: 0px;
opacity: 1;
background-color: #333;
left: 0px;
color: #fff;
}
.owl-carousel-team .owl-item:hover .team-network ul li a {
color: #fff;
}
.team-network {
float: left;
width: 100%;
top: 50%;
}
.team-network ul {
display: inline-block;
margin: 0px;
}
.team-network ul li {
float: left;
list-style: none;
margin: 18px 0px 0px 18px;
line-height: 1;
}
.team-network ul li:first-child {
margin-left: 0px;
}
.team-network ul li a {
color: #333;
font-size: 20px;
}
.kode-team-grid ul li:hover p {
color: #ffffff;
}  .kode-testimonials-6 {
float: left;
width: 100%;
position: relative;
}
.kode-testimonials-6:before {
content: "\f10d";
background-color: #fff;
padding: 5px;
font-size: 40px;
font-family: FontAwesome;
height: 50px;
width: 50px;
position: absolute;
left: 0px;
right: 0px;
margin: auto;
top: -25px;
z-index: 10;
text-align: center;
color: #7dbd22;
}
.kode-testimonials-6 ul {
float: left;
margin: 0px;
width: 100%;
}
.kode-testimonials-6 .bx-wrapper {
}
.kode-testimonials-6 .kode-text {
float: left;
width: 100%;
text-align: center;
border: solid 1px #eeeeee;
padding: 40px 40px 90px;
margin: 0px 0px 60px 0px;
position: relative;
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}
.kode-testimonials-6 .kode-text p {
margin: 0px 0px 0px 0px;
font-size: 20px;
color: #666;
font-weight: 300;
}
.kode-testimonials-6 .kode-thumb {
height: 90px;
width: 90px;
border: solid 14px #fff;
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
display: inline-block;
}
.kode-testimonials-6 .client-name {
width: 15%;
left: 0px;
right: 0px;
margin: auto;
bottom: -50px;
position: absolute;
}
.kode-testimonials-6 .client-name h4 {
font-size: 14px;
font-weight: bold;
color: #7dbd22;
margin-bottom: 10px;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a {
margin-top: -50px;
left: -14px;
width: auto;
height: auto;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a i {
color: #333;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a.bx-next {
left: auto;
right: -14px;
}
.kode-testimonials-6 .bx-wrapper .bxslider > li {
padding: 0px 30px;
}
.kode-testimonials-3 .bx-pager {
display: none;
}   .header-4 {
float: left;
width: 100%;
background-color: rgba(0,0,0,0.6);
}
.header-4 .kode-top-strip {
float: left;
width: 100%;
border-bottom: 1px solid #ccc;
padding: 5px 0px;
text-align: center;
}
.header-4 .logo {
margin: 0px 20px 0px 0px;
height: 90px;
position: relative;
width: 170px;
}
.header-4 .logo img {
position: absolute;
left: 0px;
top: 0px;
bottom: 0px;
margin: auto;
}
.header-4 .kode-navigation ul li a {
padding: 35px 16px;
}
.header-4 .kode-navigation ul li:hover > a {
color: #fff;
}
.header-4 .kode-navigation ul ul li a {
padding: 10px 16px;
}
.header-4 .logo {
float: left;
}
.header-4 .logo a {
display: block;
}
.logo img {
float: left;
}
.header-4 .kode-navigation {
float: left;
}
.header-4 .kode-top-search {
float: right;
position: relative;
margin: 25px 0px;
}
.header-4 .kode-top-search input[type="text"] {
float: left;
width: 300px;
height: 40px;
border: solid 1px #ccc;
padding: 6px 10px;
}
.header-4 .kode-top-search input[type="text"]:focus {
}
.header-4 .kode-top-search i {
position: absolute;
height: 40px;
width: 40px;
top: 0px;
right: 0px;
padding: 10px 0px;
text-align: center;
font-size: 16px;
color: #000;
}
.header-4 .kode-top-search {
float: right;
position: relative;
margin: 29px 0px;
}
.header-4 .kode-top-search input[type="text"] {
float: left;
width: 300px;
height: 40px;
border-left: none;
border-right: none;
border-top: none;
border-bottom: solid 1px #000;
padding: 6px 10px;
background: rgba(0,0,0,0.3);
}
.header-4 .kode-top-search input[type="text"]:focus {
}
.header-4 .kode-top-search i {
position: absolute;
height: 40px;
top: 0px;
right: 0px;
padding: 10px 0px;
text-align: center;
font-size: 18px;
color: #fff;
}  .header-6 {
float: left;
width: 100%;
background-color: rgba(0,0,0,0.3);
}
.header-6 .kode-nav-container {
float: left;
width: 100%;
padding: 25px 0px;
}
.header-6 .logo {
float: left;
margin: 0px;
width: auto;
}
.header-6 .logo a.logo {
padding: 0px;
margin: 0px;
}
.header-6 .logo a {
display: block;
}
.header-6 .logo img {
float: left;
}
.header-6 .kode-navigation {
float: right;
margin-top: 6px;
}
.header-6 .kode-social-network {
margin-top: 6px;
}
.padding-none {
padding: 0px 0px 50px 0px;
}  section {
float: left;
width: 100%;
}
.kd-counter {
text-align: center;
} .kd-counter i {
color: #ffffff;
}
.kd-counter span {
color: #ffffff;
display: block;
font-size: 50px;
font-weight: bold;
padding: 0px 0px 0px 0px;
position: relative;
margin-bottom: 5px;
}
.kd-counter span:before {
content: '';
position: absolute;
left: 50%;
bottom: 0px;
width: 80px;
height: 3px;
border-bottom: 2px solid #ffffff;
margin: 0px 0px 0px -40px;
}
.kd-counter small {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
}
.widget {
float: left;
width: 100%;
}
.kode-team-list.kode-team-modern figure figcaption {
left: 0;
}
.kode-team-list.kode-team-modern figure figcaption h2 {
text-align: center;
}
.kode-team-list.kode-team-modern .kode-team-thumb {
width: 100%;
}
.kode-team-list.kode-team-modern .kode-team-network li {
background: #fff;
}
.kode-team-list.kode-team-modern .kode-team-network {
float: none;
text-align: center;
margin: 10px 0;
}
.kode-team-list.kode-team-modern .kode-modren-btn {
display: none;
}
.kode-team-list.kode-team-modern.kode-small figure figcaption h2 a {
padding: 10px;
font-size: 18px;
}
.kode-team-list.kode-team-modern figure figcaption h2 {
box-shadow: inherit;
}
.kode-team-list.kode-team-modern > ul > li.col-md-5 {
float: none;
display: inline-block;
text-align: center;
margin: 0 auto;
}
.kode-align-center {
text-align: center;
}
.kode-main-content .kode-fullwidth-blog .col-md-12.columns {
margin-bottom: 30px;
}
.kode-blog-thumbnail img {
height: 100%;
width: 100%;
}
.next-prev-style .owl-nav {
display: block;
}
.kode-team.kode-team-list .owl-nav {
top: -46px;
}
.kode-bg-color {
background: #373737
}
ul.row.kode-item {
margin-bottom: 0px;
}
.kode-blog-grid-ux article {
float: left;
width: 100%;
}
.kode-blog-grid-ux iframe {
margin: 0px
}
.kode-team-timeline ul li:nth-child(2n) .kode-timezoon {
display: none;
}
.kode-result-thumb img {
height: 111px;
width: 112px;
}
.margin-bottom-top-30 {
margin: 30px 0px;
}
.margin-bottom-top-50 {
margin: 90px 0px 0px 0px;
}
.kode-result-list.shape-view .margin-bottom-top-50 {
margin: 85px 0 30px;
}
.kode-result-list.shape-view {
float: left;
width: 100%;
}
.match-listing {
clear: both;
}
.kode-blog-full {
padding: 0px 0px 30px 0px; border-bottom: solid 1px #d1d1d1;
float: left;
width: 100%;
}
.kode-blog-full .kode-time-zoon h5 {
font-size: 26px !important;
}
.simple-column {
float: left;
width: 100%;
}
.next-prev-style .owl-nav div:hover {
color: #fff !important;
}
.kode-404-page .kode-search {
float: none;
}
.kode-404-page .kode-innersearch {
float: none;
text-align: center;
margin: 0px;
}
.kode-404-page .kode-innersearch .kode-search{
margin:0px;
width:70%;
}
.kode-404-page .kode-innersearch form input[type="text"]{
height:60px !important;
}
.kode-404-page .kode-innersearch .kode-search:before, .kode-404-page .kode-innersearch .kode-search:after{
display:none;
}
.cart-option .widget_shopping_cart_content {
background: #fff;
display: none;
position: absolute;
z-index: 9999999;
}
.widget_shopping_cart_content {
float: left;
width: 300px;
position: absolute;
top: 100%;
right: 0px;
z-index: 100;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
background: #fff;
padding: 10px;
border-radius: 5px;
}
.widget_shopping_cart_content p.total {
padding: 10px;
background-color: #f5f5f5;
float: left;
width: 100%;
}
.widget_shopping_cart_content p.buttons {
float: left;
width: 100%;
}
.widget_shopping_cart_content p.buttons a {
width: 49%;
float: left;
text-align: center;
color: #fff;
margin: 0px 0px 0px 2%;
}
.widget_shopping_cart_content p.buttons a:hover {
color: #fff;
background-color: #000;
}
.widget_shopping_cart_content p.buttons a:first-child {
margin: 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget {
float: left;
width: 100%;
padding: 0px;
margin: 0px 0px 10px 0px;
list-style: none;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li {
float: left;
width: 100%;
padding: 10px;
margin: 10px 0px 0px 0px;
border: solid 1px #f5f5f5;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li img {
width: 80px;
float: left;
margin: 0px 15px 0px 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li:first-child {
margin: 0px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li:hover {
padding: 10px;
background-color: #f5f5f5;
}
.cart-option .widget_shopping_cart_content ul.cart_list.product_list_widget li a {
float: left;
background: none !important;
border-radius: 0px;
padding: 0px;
color: #333;
width: 100%;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li a.remove {
float: right;
width: auto;
position: absolute;
right: 10px;
text-align: center;
top: 10px;
font-size: 18px;
height: 20px;
width: 20px;
}
.widget_shopping_cart_content ul.cart_list.product_list_widget li span.quantity {
width: 100%;
float: left;
margin: 10px 0px 0px 0px;
height: 20px;
width: 20px;
color: #fff;
width: 100%;
font-weight: bold;
color: #666;
}
div.cart-option, li.cart-option {
position: relative;
}
.subheader-height.subheader .page-info {
padding-top: 5px;
position: relative;;
z-index: 10;
}
.subheader-height.subheader .page-info h2 {
margin: 0px;
}
.body-wrapper {
position: relative;
background:#fff;
}
.kode-bxslider {
width: 100%;
float: left;
}
.screen-reader-text {
}
.kode-table .em-full-button {
width: 100%;
}
.em-booking-form-details .dbem_country {
width: 22%;
}
.em-booking-form label {
width: 125px;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
height: 150px;
}
.em-booking-form .em-booking-form-details {
width: 100%;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
width: 425px;
}
.em-booking {
float: left;
margin: 15px 0 10px;
position: relative;
width: 100%;
}
.col-md-8.columns .kode-booking {
display: none;
}
.kode-booking {
text-align: center;
}
.em-booking-form {
clear: left;
float: left;
position: relative;
width: 50%;
}
div.em-booking-login {
float: left;
padding: 0 10px 10px 20px;
width: 50%;
}
.em-booking-login-form input[type="password"], .em-booking-login-form input[type="text"] {
width: 82%;
}
.kode-table .kode-booking .em-full-button {
font-size: 14px;
}
.tablenav select {
float: left;
width: 170px;
}
.em-bookings-table .em-bookings-table-export, .em-bookings-table .em-bookings-table-settings {
margin: 8px 5px;
}
.kd-loginbox .modal-dialog {
width: 430px;
z-index: 9999
}
.kd-loginbox ul {
margin: 0px;
}
.kd-loginbox .modal-body {
padding: 0px;
position: relative;
}
.kd-loginbox .close {
position: absolute;
right: 15px;
top: 6px;
font-size: 30px;
color: #999 !important;
opacity: 1;
}
.kd-login-title {
display: inline-block;
width: 100%;
text-align: center;
padding: 25px 60px 0px 60px;
}
.kd-login-title h2 {
text-transform: uppercase;
color: #999999;
margin-bottom: 0px;
}
.kd-login-title span {
font-size: 30px;
color: #999999;
font-weight: 600;
margin-bottom: 30px;
display: inline-block;
width: 100%;
}
.kd-login-network ul li {
float: left;
width: 100%;
list-style: none;
margin: 0px 0px 20px 0px;
}
.kd-login-network ul li a {
background-color: #3b5999;
color: #ffffff;
font-size: 20px;
padding: 6px 20px;
float: left;
width: 100%;
border-radius: 6px;
}
.logout-btn.kd-login-network ul li a {
background: none;
color: #000;
text-align: center;
}
.logout-btn.kd-login-network ul li a i {
color: #000;
}
.modal-body .close span {
color: #000;
}
.logout-btn.kd-login-network ul li {
border: none;
}
.kd-login-network ul li a i {
margin-right: 10px;
}
.kd-login-network ul li a[data-original-title="Twitter"] {
background-color: #4fa8e4;
} .kd-login-sepratore {
display: inline-block;
width: 100%;
margin: 0px 0px 15px 0px;
overflow: hidden;
text-align: center;
}
.kd-login-sepratore span {
text-transform: uppercase;
font-size: 18px;
position: relative;
display: inline-block;
vertical-align: top;
margin: 0px;
}
.kd-login-sepratore span:before, .kd-login-sepratore span:after {
content: '';
width: 9999px;
height: 4px;
border-top: 1px solid #d4d4d4;
position: absolute;
top: 15px;
left: 100%;
margin-left: 10px;
}
.kd-login-sepratore span:after {
content: '';
left: auto;
right: 100%;
margin-left: 0px;
margin-right: 10px;
} .kd-loginbox form {
display: inline-block;
width: 100%;
padding: 0px 60px;
}
.kd-login-title .kode-allowed, .kd-loginbox form p.status {
color: #000;
}
.kd-loginbox form p {
float: left;
width: 100%;
margin: 0px 0px 20px 0px;
position: relative;
}
.kd-loginbox form p input[type="text"], .kd-loginbox form p input[type="password"] {
width: 100%;
border: 1px solid #f0ede8;
height: 54px;
float: left;
border-radius: 4px;
color: #999999;
padding: 10px 0px 10px 60px;
}
.kd-loginbox form p i {
border-right: 1px solid #f0ede8;
bottom: 0;
color: #989898;
font-size: 14px;
height: 30px;
left: 17px;
line-height: 30px;
margin: auto;
position: absolute;
top: 0;
width: 30px;
}
.kd-loginbox form p input[type="submit"] {
float: left;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
border: none;
padding: 10px 27px;
font-size: 16px;
border-radius: 5px;
}
.kd-loginbox form p a {
color: #666666;
float: left;
padding: 13px 0px 0px 30px;
font-size: 14px;
}
.kode-navigation .menu .sub-menu .sub-menu, .kode-navigation .sub-menu .sub-menu, .navigation .children .children {
top: 0;
left: 100%;
margin: 0px;
}
.navigation ul > li.last ul {
left: auto !important;
right: 0;
}
.navigation ul > li.last ul ul {
right: 100%;
}
.kd-login-sepratore span {
color: #000;
}
.is-subscribed {
float: right;
}
.forums.bbp-replies .bbp-footer {
color: #fff;
}
.bbpress .kode-item.k-title {
display: none;
}
#subscription-toggle .subscription-toggle {
padding: 10px;
text-align: left;
}
.bp-user.buddypress.bbp-user-page .kode-admin-post, .forum-archive .kode-admin-post {
display: none;
}
.post-password-form input[type="password"] {
height: 43px !important;
}
.post-password-form label {
margin-bottom: 0px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
float: left;
width: 100%;
}
.bx-wrapper .bx-controls-direction a{
background:none !important;
}
header .dl-menuwrapper li a{
text-align: left;
}
#footer{position:relative;}
footer{position:relative;}
.simple-social-style {
display:inline-block;
float:none;
}
.simple-social-style li{
float:none;
}
.kode_football_footer_social_icon ul.simple-social-style li a{
line-height:29px;
}
.footer-bottom-1 .widget_nav_menu li a{
color:#fff;
}
.footer-bottom-1  .kode_football_footer_logo p{
color:#fff;
}
.kode-subheader.header-style-3{
padding-top:35px;
height:116px;
}
.crkt-team-categories{
float: right;
width: 50%;
margin-bottom: 30px;
}
.crkt-team-dec{
float: left;
width: 100%;
position: relative;
padding:40px 120px 33px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
z-index: 2;
}
.crkt-team-categories .crkt-team-dec:first-child{
padding-top: 0;
}
.crkt-team-categories .crkt-team-dec:last-child{
border: none;
padding-bottom: 0;
}
.crkt-team-dec h4{
color: #fff;
text-transform: uppercase;
font-weight: 500;
line-height: 16px;
margin-bottom: 22px;
}
.crkt-team-dec h4 a{
color: #fff;
}
.crkt-team-dec p{
color: #fff;
margin: 0;
line-height: 26px;
}
.crkt-team-dec span{
position: absolute;
right: 0;
top: 50%;
margin-top: -38px;
color: #fff;
font-size: 70px;
}
.crkt-more{
padding:16px 25px 14px; 
font-size: 16px;
font-weight: normal;
color: #000;
text-transform: uppercase;
line-height: 13px;
float: left;
width: auto;
}
.crkt-more:hover{
background-color: #fff;
}
.crkt-plyer1{
position: absolute;
bottom: 0;
left: 50%;
z-index: 1;
margin-left: -555px;
}
.crkt-plyer2 {
bottom: 0;
left: 50%;
margin-left: -805px;
position: absolute;
} .crkt-videos-wrap{
padding: 30px 10px;
}
.crkt-videos{
float: left;
width: 100%;
margin-bottom: 37px;
}
.crkt-videos .thumb{
float: left;
width: 101px;
position: relative;
border: 2px solid;
z-index: 1;
}
.crkt-videos .thumb:before{
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
font-size: 30px;
font-family: FontAwesome;
content: "\f04b";
margin: -13px auto 0;
opacity: 0;
width: 22px;
height: 22px;
cursor: pointer;
}
.crkt-videos:hover .thumb:before{
opacity: 1;
}
.crkt-videos .thumb img{
float: left;
width: 100%;
}
.crkt-videos .text{
float: none;
overflow: hidden;
width: auto;
padding: 0 0 0 15px;
}
.crkt-videos .text h4{
font-size: 20px;
line-height: 16px;
text-transform: uppercase;
font-weight: normal;
margin-bottom: 12px;
overflow: hidden;
}
.crkt-videos .text p{
color: #fff;
font-size: 14px;
margin: 0 0 14px 0;
overflow: hidden;
}
.crkt-videos .text p a{
color: #fff;
}
.crkt-videos .text span{
float: left;
width: 100%;
color: #fff;
text-transform: capitalize;
line-height: 20px;
margin-bottom: -3px;
}
.crkt-viewmore{
float: left;
width: 100%;
text-align: center;
line-height: 16px;
}
.crkt-viewmore a{
display: inline-block;
font-size: 20px;
color: #fff;
text-transform: uppercase;
line-height: 16px;
font-weight: 500;
}
.kode_football_icon_cart span i,
.kode_football_icon_cart span{
color:#fff;
}
.widget_shopping_cart_content{
display:none;
}
.kode_football_top_login ul{
margin:0px 0px;
}
.kode_football_top_login .kode_football_regsiter li{
margin-right:11px;
}
.kode_football_top_login .kode_football_icon_cart{
margin-left:8px;
}
.widget.widget-search .kode-search input{
height:30px !important;
}
.widget.widget-search .kode-search label{
padding:0 20px;
}
.widget.widget-search .kode-search label:before {
color: #fff;
content: "";
font-family: "FontAwesome";
left: 0;
position: absolute;
right: 0;
text-align: center;
top: 4px;
}
.checkout-button.button.alt.wc-forward{
color:#fff;
display:inline-block;
margin-top:20px;
padding:13px 10px 10px;
overflow:hidden;
}
.wp-social-login-connect-with{
float: left;
width: 100%;
text-align: center;
font-size: 18px;
text-transform: capitalize;
line-height: 18px;
color: #333;
font-weight: bold;
}
.wp-social-login-provider-list{
float: left;
width: 100%;
text-align: center;
}
.wp-social-login-provider-list a {
background-color: #c7c7c7;
border-radius: 6px;
color: #ffffff;
display: inline-block;
font-size: 20px;
padding: 6px 20px;
width: 100%;
margin-bottom: 15px;
border-radius: 5px;
min-width: 250px;
width: auto;
}
.wp-social-login-provider-list a:last-child{
margin: 0;
}
a.wp-social-login-provider-facebook{
background-color: #3b5999;
}
a.wp-social-login-provider-twitter{
background-color: #4fa8e4;
}
a.wp-social-login-provider-google{
background-color: #d34836;
}
a.wp-social-login-provider-linkedin{
background-color: #0e76a8;
}
a.wp-social-login-provider-live{
background-color: #99b433;
}
#buddypress div#item-header #item-header-cover-image #item-header-content{
margin-left:0px;
}
fieldset.datebox{
float:left;
width:100%;
}
.standard-form input[type="password"],
.standard-form input[type="text"]{
width:100%;
}
#buddypress .standard-form select{
width:auto;
}
body.registration form div#ws-plugin--s2member-custom-reg-fields-4bp-section{
float: left !important;
}
#buddypress .standard-form select,
#buddypress .register-section input,
#buddypress .standard-form label, 
#buddypress .standard-form legend, 
#buddypress .standard-form #basic-details-section input[type="password"],
#buddypress .standard-form span.label,
#buddypress .standard-form input{
width: 100% !important;
float: left !important;
margin:0 0 10px !important;
}
#buddypress .standard-form legend{
padding-bottom: 10px;
}
#buddypress .datebox-selects .bp-screen-reader-text {
height: auto;
position: relative !important;
width: auto;
}
body.registration form div.ws-plugin--s2member-custom-reg-fields-4bp-container{
margin-right: 0 !important;
}
#buddypress .register-section fieldset{
margin: 0 !important;
}
footer.footer-bottom-2 {
float: left;
margin: 30px 0;
width: 100%;
}@font-face {
font-family: 'icomoon';
src:    url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/svg/icomoon.eot?ghin1a);
src:    url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/svg/icomoon.eot?ghin1a#iefix) format('embedded-opentype'),
url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/svg/icomoon.ttf?ghin1a) format('truetype'),
url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/svg/icomoon.woff?ghin1a) format('woff'),
url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/svg/icomoon.svg?ghin1a#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-person:before {
content: "\e900";
}@font-face{font-family:'FontAwesome';src:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0);src:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format('embedded-opentype'),url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0) format('woff2'),url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0) format('woff'),url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0) format('truetype'),url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.dl-menuwrapper {
float: left;
position: relative;
margin-top: 22px;
}
.dl-menuwrapper button {
background: #ccc;
border: none;
width: 43px;
height: 39px;
text-indent: -900em;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
background: #000;
}
.dl-menuwrapper button:after {
content: '';
position: absolute;
width: 68%;
height: 4px;
background: #fff;
top: 8px;
left: 17%;
box-shadow: 
0 10px 0 #fff, 
0 20px 0 #fff;
}
.dl-menuwrapper ul {
margin: 0;
padding: 0;
list-style: none;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.dl-menuwrapper li {
position: relative;
list-style: none;
}
.dl-menuwrapper li a {
display: block;
position: relative;
list-style: none;
padding: 15px 20px;
font-size: 16px;
line-height: 20px;
font-weight: 300;
color: #fff;
outline: none;
}
.no-touch .dl-menuwrapper li a:hover {
background: rgba(255,255,255,0.1);
}
.dl-menuwrapper li.dl-back > a {
padding-left: 38px;
background: rgba(0,0,0,0.1);
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
position: absolute;
top: 0;
line-height: 50px;
font-family: FontAwesome;
speak: none;
-webkit-font-smoothing: antialiased;
content: "\f105";
font-size: 16px;
color: #ffffff;
}
.dl-menuwrapper li.dl-back:after {
left: 20px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
right: 15px;
color: rgba(0,0,0,0.15);
}
.dl-menuwrapper .dl-menu {
margin: 0;
position: absolute;
width: 270px;
right: 0px;
opacity: 0;
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
} .dl-menuwrapper li .dl-submenu {
display: none;
} .dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
} .dl-menuwrapper > .dl-submenu {
position: absolute;
width: 200px;
left: 0;
margin: 0;
} .dl-menu.dl-animate-out-1 {
-webkit-animation: MenuAnimOut1 0.4s;
-moz-animation: MenuAnimOut1 0.4s;
animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
-webkit-animation: MenuAnimOut2 0.3s ease-in-out;
-moz-animation: MenuAnimOut2 0.3s ease-in-out;
animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
-webkit-animation: MenuAnimOut3 0.4s ease;
-moz-animation: MenuAnimOut3 0.4s ease;
animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
-webkit-animation: MenuAnimOut4 0.4s ease;
-moz-animation: MenuAnimOut4 0.4s ease;
animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
-webkit-animation: MenuAnimOut5 0.4s ease;
-moz-animation: MenuAnimOut5 0.4s ease;
animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
50% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
}
75% {
-webkit-transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut2 {
100% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut3 {
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut4 {
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes MenuAnimOut5 {
100% {
-webkit-transform: translateY(40%);
opacity: 0;
}
}
@-moz-keyframes MenuAnimOut1 {
50% {
-moz-transform: translateZ(-250px) rotateY(30deg);
}
75% {
-moz-transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
-moz-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@-moz-keyframes MenuAnimOut2 {
100% {
-moz-transform: translateX(-100%);
opacity: 0;
}
}
@-moz-keyframes MenuAnimOut3 {
100% {
-moz-transform: translateZ(300px);
opacity: 0;
}
}
@-moz-keyframes MenuAnimOut4 {
100% {
-moz-transform: translateZ(-300px);
opacity: 0;
}
}
@-moz-keyframes MenuAnimOut5 {
100% {
-moz-transform: translateY(40%);
opacity: 0;
}
}
@keyframes MenuAnimOut1 {
50% {
transform: translateZ(-250px) rotateY(30deg);
}
75% {
transform: translateZ(-372.5px) rotateY(15deg);
opacity: .5;
}
100% {
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
}
@keyframes MenuAnimOut2 {
100% {
transform: translateX(-100%);
opacity: 0;
}
}
@keyframes MenuAnimOut3 {
100% {
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes MenuAnimOut4 {
100% {
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes MenuAnimOut5 {
100% {
transform: translateY(40%);
opacity: 0;
}
}
.dl-menu.dl-animate-in-1 {
-webkit-animation: MenuAnimIn1 0.3s;
-moz-animation: MenuAnimIn1 0.3s;
animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
-webkit-animation: MenuAnimIn2 0.3s ease-in-out;
-moz-animation: MenuAnimIn2 0.3s ease-in-out;
animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
-webkit-animation: MenuAnimIn3 0.4s ease;
-moz-animation: MenuAnimIn3 0.4s ease;
animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
-webkit-animation: MenuAnimIn4 0.4s ease;
-moz-animation: MenuAnimIn4 0.4s ease;
animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
-webkit-animation: MenuAnimIn5 0.4s ease;
-moz-animation: MenuAnimIn5 0.4s ease;
animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
0% {
-webkit-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-webkit-transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-webkit-transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn2 {
0% {
-webkit-transform: translateX(-100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn3 {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn4 {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes MenuAnimIn5 {
0% {
-webkit-transform: translateY(40%);
opacity: 0;
}
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@-moz-keyframes MenuAnimIn1 {
0% {
-moz-transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
-moz-transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
-moz-transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes MenuAnimIn2 {
0% {
-moz-transform: translateX(-100%);
opacity: 0;
}
100% {
-moz-transform: translateX(0px);
opacity: 1;
}
}
@-moz-keyframes MenuAnimIn3 {
0% {
-moz-transform: translateZ(300px);
opacity: 0;
}
100% {
-moz-transform: translateZ(0px);
opacity: 1;
}
}
@-moz-keyframes MenuAnimIn4 {
0% {
-moz-transform: translateZ(-300px);
opacity: 0;
}
100% {
-moz-transform: translateZ(0px);
opacity: 1;
}
}
@-moz-keyframes MenuAnimIn5 {
0% {
-moz-transform: translateY(40%);
opacity: 0;
}
100% {
-moz-transform: translateY(0);
opacity: 1;
}
}
@keyframes MenuAnimIn1 {
0% {
transform: translateZ(-500px) rotateY(0deg);
opacity: 0;
}
20% {
transform: translateZ(-250px) rotateY(30deg);
opacity: 0.5;
}
100% {
transform: translateZ(0px) rotateY(0deg);
opacity: 1;
}
}
@keyframes MenuAnimIn2 {
0% {
transform: translateX(-100%);
opacity: 0;
}
100% {
transform: translateX(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn3 {
0% {
transform: translateZ(300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn4 {
0% {
transform: translateZ(-300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes MenuAnimIn5 {
0% {
transform: translateY(40%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
-webkit-animation: SubMenuAnimIn1 0.4s ease;
-moz-animation: SubMenuAnimIn1 0.4s ease;
animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;
animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
-webkit-animation: SubMenuAnimIn3 0.4s ease;
-moz-animation: SubMenuAnimIn3 0.4s ease;
animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
-webkit-animation: SubMenuAnimIn4 0.4s ease;
-moz-animation: SubMenuAnimIn4 0.4s ease;
animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
-webkit-animation: SubMenuAnimIn5 0.4s ease;
-moz-animation: SubMenuAnimIn5 0.4s ease;
animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
0% {
-webkit-transform: translateX(50%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn2 {
0% {
-webkit-transform: translateX(100%);
opacity: 0;
}
100% {
-webkit-transform: translateX(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn3 {
0% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn4 {
0% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
}
@-webkit-keyframes SubMenuAnimIn5 {
0% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
100% {
-webkit-transform: translateZ(0);
opacity: 1;
}
}
@-moz-keyframes SubMenuAnimIn1 {
0% {
-moz-transform: translateX(50%);
opacity: 0;
}
100% {
-moz-transform: translateX(0px);
opacity: 1;
}
}
@-moz-keyframes SubMenuAnimIn2 {
0% {
-moz-transform: translateX(100%);
opacity: 0;
}
100% {
-moz-transform: translateX(0px);
opacity: 1;
}
}
@-moz-keyframes SubMenuAnimIn3 {
0% {
-moz-transform: translateZ(-300px);
opacity: 0;
}
100% {
-moz-transform: translateZ(0px);
opacity: 1;
}
}
@-moz-keyframes SubMenuAnimIn4 {
0% {
-moz-transform: translateZ(300px);
opacity: 0;
}
100% {
-moz-transform: translateZ(0px);
opacity: 1;
}
}
@-moz-keyframes SubMenuAnimIn5 {
0% {
-moz-transform: translateZ(-200px);
opacity: 0;
}
100% {
-moz-transform: translateZ(0);
opacity: 1;
}
}
@keyframes SubMenuAnimIn1 {
0% {
transform: translateX(50%);
opacity: 0;
}
100% {
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn2 {
0% {
transform: translateX(100%);
opacity: 0;
}
100% {
transform: translateX(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn3 {
0% {
transform: translateZ(-300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn4 {
0% {
transform: translateZ(300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn5 {
0% {
transform: translateZ(-200px);
opacity: 0;
}
100% {
transform: translateZ(0);
opacity: 1;
}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
-webkit-animation: SubMenuAnimOut1 0.4s ease;
-moz-animation: SubMenuAnimOut1 0.4s ease;
animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;
animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
-webkit-animation: SubMenuAnimOut3 0.4s ease;
-moz-animation: SubMenuAnimOut3 0.4s ease;
animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
-webkit-animation: SubMenuAnimOut4 0.4s ease;
-moz-animation: SubMenuAnimOut4 0.4s ease;
animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
-webkit-animation: SubMenuAnimOut5 0.4s ease;
-moz-animation: SubMenuAnimOut5 0.4s ease;
animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(50%);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut2 {
0% {
-webkit-transform: translateX(0%);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut3 {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-300px);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut4 {
0% {
-webkit-transform: translateZ(0px);
opacity: 1;
}
100% {
-webkit-transform: translateZ(300px);
opacity: 0;
}
}
@-webkit-keyframes SubMenuAnimOut5 {
0% {
-webkit-transform: translateZ(0);
opacity: 1;
}
100% {
-webkit-transform: translateZ(-200px);
opacity: 0;
}
}
@-moz-keyframes SubMenuAnimOut1 {
0% {
-moz-transform: translateX(0%);
opacity: 1;
}
100% {
-moz-transform: translateX(50%);
opacity: 0;
}
}
@-moz-keyframes SubMenuAnimOut2 {
0% {
-moz-transform: translateX(0%);
opacity: 1;
}
100% {
-moz-transform: translateX(100%);
opacity: 0;
}
}
@-moz-keyframes SubMenuAnimOut3 {
0% {
-moz-transform: translateZ(0px);
opacity: 1;
}
100% {
-moz-transform: translateZ(-300px);
opacity: 0;
}
}
@-moz-keyframes SubMenuAnimOut4 {
0% {
-moz-transform: translateZ(0px);
opacity: 1;
}
100% {
-moz-transform: translateZ(300px);
opacity: 0;
}
}
@-moz-keyframes SubMenuAnimOut5 {
0% {
-moz-transform: translateZ(0);
opacity: 1;
}
100% {
-moz-transform: translateZ(-200px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut1 {
0% {
transform: translateX(0%);
opacity: 1;
}
100% {
transform: translateX(50%);
opacity: 0;
}
}
@keyframes SubMenuAnimOut2 {
0% {
transform: translateX(0%);
opacity: 1;
}
100% {
transform: translateX(100%);
opacity: 0;
}
}
@keyframes SubMenuAnimOut3 {
0% {
transform: translateZ(0px);
opacity: 1;
}
100% {
transform: translateZ(-300px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut4 {
0% {
transform: translateZ(0px);
opacity: 1;
}
100% {
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes SubMenuAnimOut5 {
0% {
transform: translateZ(0);
opacity: 1;
}
100% {
transform: translateZ(-200px);
opacity: 0;
}
} .no-js .dl-menuwrapper .dl-menu {
position: relative;
opacity: 1;
-webkit-transform: none;
-moz-transform: none;
transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
display: block;
}
.no-js .dl-menuwrapper li.dl-back {
display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
background: rgba(0,0,0,0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
content: '';
}#group-dir-search > label,
#search-members-form > label {
float: left;
width: 91%;
}
#search-members-form > input#members_search_submit {
clear: none !important;
float: right;
margin: 0;    
}
#search-members-form{
width:100%;
float:left;
}
#buddypress div.dir-search{
width:100%;
margin:0px;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"]{
width:100% !important;
}
#groups-directory-form div.item-list-tabs,
#members-directory-form .item-list-tabs{
float:left;
clear:none !important;
margin:20px 0px;
}
#buddypress .dir-form{
margin-bottom:30px;
}
#buddypress ul.item-list li div.item-desc{
margin:0px;
}
#groups-directory-form #subnav,
#members-directory-form #subnav{
float:right;
margin:0px;
}
#buddypress div#subnav.item-list-tabs{
margin:0px;
}
#item-header-avatar{
float: left;
}
#buddypress div#item-header{
padding: 20px;
border: solid 1px #ccc;
margin: 0px 0px 30px 0px;
}
#buddypress div#item-header div#item-header-content{
float: none;
padding:0px 0px 0px 170px;
}
#buddypress div#item-header img.avatar{
margin: 0px;
}
#buddypress #item-nav {
background: ghostwhite none repeat scroll 0 0;
padding: 30px 10px;
text-align: center;
}
#buddypress div.item-list-tabs ul li{
display:inline-block;
float:none;
}
#buddypress div#subnav.item-list-tabs ul li {
margin: 22px 0px;
}
#buddypress #item-body{
width:100%;
float:left;
}
#buddypress #item-body div.activity{
margin-bottom:30px;
}
.bp-single-group .item {
float: left;
width: 94%;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a{
color: #fff;
}
#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span{
border: solid 1px #eaeaea;
margin:0px 5px;
border-radius: 5px;
}
#buddypress div.item-list-tabs ul li a span{
font-size: 10px;
margin-top: -2px;
padding: 1px 6px;
display: inline-block;
}
#buddypress form#whats-new-form textarea{
width: 100%;
float: left;
}
#buddypress form#whats-new-form p.activity-greeting{
width: auto;
margin: 0px 0px 15px 70px;
float: none;
}
#buddypress form#whats-new-form #whats-new-content{
padding: 0px 0px 0px 70px;
margin: -30px 0px 30px 0px;
float: left;
width: 100%;
}
#whats-new-content #whats-new-options{
float: left;
width: 100%
}
#whats-new-textarea{
float: left;
width: 100%;
}
#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button{
display: inline-block;
padding: 10px 20px;
border-radius: 0px;
border: none;
color: #fff !important;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
#buddypress .comment-reply-link:hover, #buddypress a.button:focus, #buddypress a.button:hover, #buddypress button:hover, #buddypress div.generic-button a:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, #buddypress input[type="submit"]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a{
border: none;
background-color: #000;
color: #fff;
}
#buddypress #reply-title small a span, #buddypress a.bp-primary-action span{
background-color: #000
}
.messages-options-nav{
margin-bottom: 20px;
}
.messages-options-nav select, .notifications-options-nav select{
margin-bottom: 10px;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
height: 36px !important;
}
#buddypress table#message-threads tr.unread td{
background-color: #f5f5f5;
}
#settings-form{
margin-bottom: 20px;
}
#buddypress table.notification-settings{
float: left;
width: 100%;
}
#buddypress table.forum thead tr, #buddypress table.messages-notices thead tr, #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.profile-settings thead tr, #buddypress table.wp-profile-fields thead tr{
color: #fff;
}
#buddypress table#message-threads tr.unread td{
border-color: #d8d6d6 ;
}
#buddypress table.forum, #buddypress table.messages-notices, #buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-fields, #buddypress table.profile-settings, #buddypress table.wp-profile-fields{
border-collapse: collapse;
}
#message-threads thead th.thread-star .message-action-star span.icon::before{
color: #fff;
}
#message-threads  tbody td.thread-star{
text-align: center;
color: #333;
}
#buddypress div.message-search{
float: left;
width: 100%;
padding: 10px 10px;
margin: 20px 0px;
text-align: right;
background-color: #f2f2f2;
border: solid 1px #e9e9e9 ;
position: relative;
}
#buddypress div.message-search:before{
content: "";
height: 15px;
width: 15px;
background-color: #f2f2f2;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
position: absolute;
left: 0px;
right: 0px;
bottom: -7px;
margin: auto;
}
#buddypress div.message-search input[type="text"]{
width: 100%;
}
#buddypress div.message-search input[type="submit"]{
position: absolute;
right: 10px;
top: 10px;
}
#buddypress table.profile-fields{
float: left;
width: 100%;
margin-bottom: 30px !important;
}
#buddypress table.profile-fields td.label{
width: auto;
float: none;
color: #777777;
font-size: inherit;
display: table-cell;
text-align: left;
}
#buddypress .standard-form input[type="submit"]:focus{
}
#buddypress div#message{
float:left;
width: 100%;
margin: 20px 0 0;
}
#buddypress div#message p{
margin-bottom: 0px;
}
#buddypress .standard-form input[type="text"], #buddypress .standard-form textarea{
width: 100%;
}
ul.acfb-holder li.friend-tab{
padding: 6px 10px !important;
height: 36px;
}
ul.acfb-holder li.friend-tab span img{
margin-right:5px; 
}
#buddypress .standard-form div.submit{
padding: 15px 0px;
}
.kode-admin-post{
margin: 30px 0px;
}
#buddypress div#item-header div#item-actions h3{
display: inline;
}
#buddypress div#item-header ul{
float: right;
width: auto;
margin: 0px 0px 0px 20px;
}
#buddypress div#item-header div#item-meta{
width: 100%;
font-size: 100%;
} #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a, 
#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button, #buddypress table.forum thead tr, #buddypress table.messages-notices thead tr, #buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.profile-settings thead tr, #buddypress table.wp-profile-fields thead tr, #buddypress .standard-form input[type="submit"]:focus{
background-color: #ee6c6c;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a{
border-color: #ee6c6c;
}
#buddypress .standard-form select{
width:auto;
}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-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: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: .67em 0;
font-size: 2em;
}
mark {
color: #000;
background: #ff0;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
height: 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
font: inherit;
color: inherit;
}
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 {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-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-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} @media print {
*,
*:before,
*:after {
color: #000 !important;
text-shadow: none !important;
background: transparent !important;
-webkit-box-shadow: none !important;
box-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: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.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 th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.eot);
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur: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 {
content: "\e227";
}
.glyphicon-btc:before {
content: "\e227";
}
.glyphicon-xbt:before {
content: "\e227";
}
.glyphicon-yen:before {
content: "\00a5";
}
.glyphicon-jpy:before {
content: "\00a5";
}
.glyphicon-ruble:before {
content: "\20bd";
}
.glyphicon-rub: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";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:focus {
outline: none;
outline: 0px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
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: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10px;
margin-bottom: 10px;
}
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 {
}
h2,
.h2 {
}
h3,
.h3 {
}
h4,
.h4 {
}
h5,
.h5 {
}
h6,
.h6 {
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
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 {
padding: .2em;
background-color: #fcf8e3;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.list-inline > li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
text-align: right;
border-right: 5px solid #eee;
border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
-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: bold;
-webkit-box-shadow: none;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
color: #333;
word-break: break-all;
word-wrap: break-word;
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 {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
margin-right: -15px;
margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 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-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
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;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
display: table-cell;
float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
min-height: .01%;
overflow-x: auto;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 20px;
font-size: 21px;
line-height: inherit;
color: #333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
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="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 7px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
}
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
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 ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.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"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 34px;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
.input-group-sm input[type="date"],
.input-group-sm input[type="time"],
.input-group-sm input[type="datetime-local"],
.input-group-sm input[type="month"] {
line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
.input-group-lg input[type="date"],
.input-group-lg input[type="time"],
.input-group-lg input[type="datetime-local"],
.input-group-lg input[type="month"] {
line-height: 46px;
}
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-top: 4px \9;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
cursor: not-allowed;
}
.form-control-static {
min-height: 34px;
padding-top: 7px;
padding-bottom: 7px;
margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
padding-right: 0;
padding-left: 0;
}
.input-sm {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 30px;
line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.form-group-sm .form-control {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.form-group-sm .form-control {
height: 30px;
line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
}
.input-lg {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-lg {
height: 46px;
line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.form-group-lg .form-control {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.form-group-lg .form-control {
height: 46px;
line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 42.5px;
}
.form-control-feedback {
position: absolute;
top: 0;
right: 0;
z-index: 2;
display: block;
width: 34px;
height: 34px;
line-height: 34px;
text-align: center;
pointer-events: none;
}
.input-lg + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback {
width: 30px;
height: 30px;
line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-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: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
color: #3c763d;
background-color: #dff0d8;
border-color: #3c763d;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-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: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-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: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
color: #a94442;
background-color: #f2dede;
border-color: #a94442;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #737373;
}
@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 .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 27px;
}
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 14.333333px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-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 {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #337ab7;
border-color: #2e6da4;
}
.btn-primary .badge {
color: #337ab7;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
font-weight: normal;
color: #337ab7;
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:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #23527c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #777;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-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-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropup,
.dropdown {
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;
font-size: 14px;
text-align: left;
list-style: none;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
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);
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
background-color: #337ab7;
outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0;
border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
right: auto;
left: 0;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
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 .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-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
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-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-right: 8px;
padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px;
padding-left: 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-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.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 > .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-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
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-right: 0;
padding-left: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 46px;
line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 30px;
line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.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: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #555;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 10px 16px;
font-size: 18px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
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 {
margin-left: -1px;
}
.nav {
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #eee;
}
.nav > li.disabled > a {
color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #777;
text-decoration: none;
cursor: not-allowed;
background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #eee;
border-color: #337ab7;
}
.nav .nav-divider {
height: 1px;
margin: 9px 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.42857143;
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:hover,
.nav-tabs > li.active > a:focus {
color: #555;
cursor: default;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #fff;
background-color: #337ab7;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
margin-bottom: 5px;
text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
padding-right: 15px;
padding-left: 15px;
overflow-x: visible;
-webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.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-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-right: 0;
padding-left: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
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;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
.navbar-brand > img {
display: block;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
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: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 7.5px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
}
@media (max-width: 767px) {
.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 > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
}
.navbar-form {
padding: 10px 15px;
margin-top: 8px;
margin-right: -15px;
margin-bottom: 8px;
margin-left: -15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .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 .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
width: auto;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio label,
.navbar-form .checkbox label {
padding-left: 0;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
margin-bottom: 0;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
.navbar-btn.btn-sm {
margin-top: 10px;
margin-bottom: 10px;
}
.navbar-btn.btn-xs {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-right: 15px;
margin-left: 15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
margin-right: -15px;
}
.navbar-right ~ .navbar-right {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #080808;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #080808;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #080808;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
padding: 0 5px;
color: #ccc;
content: "/\00a0";
}
.breadcrumb > .active {
color: #777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 20px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777;
cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 10px 16px;
font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777;
cursor: not-allowed;
background-color: #fff;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #286090;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 12px;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
background-color: #777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #337ab7;
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;
}
.jumbotron {
padding: 30px 15px;
margin-bottom: 30px;
color: inherit;
background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 21px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding: 48px 0;
}
.container .jumbotron,
.container-fluid .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-right: auto;
margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #337ab7;
}
.thumbnail .caption {
padding: 9px;
color: #333;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@-o-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 40px 40px;
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media-body {
width: 10000px;
}
.media-object {
display: block;
}
.media-right,
.media > .pull-right {
padding-left: 10px;
}
.media-left,
.media > .pull-left {
padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
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 {
padding-left: 0;
margin-bottom: 20px;
}
.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-left-radius: 4px;
border-top-right-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
color: #777;
cursor: not-allowed;
background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
color: #c7ddef;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 20px;
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-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
padding-right: 15px;
padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
margin-bottom: 0;
border: 0;
}
.panel-group {
margin-bottom: 20px;
}
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
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: #337ab7;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #337ab7;
border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
color: #337ab7;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #337ab7;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 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: #f5f5f5;
border: 1px solid #e3e3e3;
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: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
-o-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 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;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.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: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 1.4;
filter: alpha(opacity=0);
opacity: 0;
}
.tooltip.in {
filter: alpha(opacity=90);
opacity: .9;
}
.tooltip.top {
padding: 5px 0;
margin-top: -3px;
}
.tooltip.right {
padding: 0 5px;
margin-left: 3px;
}
.tooltip.bottom {
padding: 5px 0;
margin-top: 3px;
}
.tooltip.left {
padding: 0 5px;
margin-left: -3px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
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: #000;
}
.tooltip.top-left .tooltip-arrow {
right: 5px;
bottom: 0;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-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: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
padding: 8px 14px;
margin: 0;
font-size: 14px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 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: 11px;
}
.popover > .arrow:after {
content: "";
border-width: 10px;
}
.popover.top > .arrow {
bottom: -11px;
left: 50%;
margin-left: -11px;
border-top-color: #999;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0;
}
.popover.top > .arrow:after {
bottom: 1px;
margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-right-color: #999;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0;
}
.popover.right > .arrow:after {
bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0;
}
.popover.bottom > .arrow {
top: -11px;
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
top: 1px;
margin-left: -10px;
content: " ";
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
right: 1px;
bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner > .item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
-webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition:      -o-transform .6s ease-in-out;
transition:         transform .6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
perspective: 1000;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 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;
bottom: 0;
left: 0;
width: 15%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
filter: alpha(opacity=50);
opacity: .5;
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control.right {
right: 0;
left: auto;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
color: #fff;
text-decoration: none;
filter: alpha(opacity=90);
outline: 0;
opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
line-height: 1;
}
.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%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #fff;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
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-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
right: 20%;
left: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-right: auto;
margin-left: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .kode-team-network li a,.kode-modren-btn,.kode-causes-info,.kode-causes-box figure figcaption,
.cause-inner-caption,.kode-team figure figcaption ul li a,.kode-team figure figcaption,.team-network ul li a,
.kode-team-classic img,.kode-main-action a,.kode-donate-btn,
.gallery-link a,.kode-gallery figure figcaption,.gallery-info,.gallery-info h4 a,
.kode-blog-list ul li figcaption time,.kode-blog-list ul li figcaption,
.kode-blog-post li a,.kode-blog-post li,.services-view-two ul li,.services-view-two ul li i,
.service-btn,.pagination a,.pagination span,.upcoming_event_widget figure figcaption,.widget_archive ul li,
.widget_archive ul li a,.kode-content .widget-recentpost ul li time,#kodecomments ul li .text .replay-btn,
#koderespond form p input[type="submit"],.kode-postsection a,.couses-donate-btn,
.voluntree-info figure figcaption,.kode-shop-btn,.event-cell h2,.event-morebtn,.kode-ev-btn a,.blog-more,
.widget_categories ul li,.widget-gallery ul li img,.widget-recentpost ul li time,
.kode-shop-list ul li figure img,.parallex-btn,.widget-text i,.box-btn a,
.kode-newslatter form input[type="submit"],.gallery-info,.kode-actionbtn a,
.kode-shop-list ul li figure figcaption,.kode-pro-info,.list-price,.blogmore-btn,
.kode-blog-list.kode-box-blog ul li .box-icon,.kode-blog-list.kode-box-blog ul li h5 a,
.kode-gallery-thumb li a:after,.kode-gallery-thumb li a:before {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.team-inner figure figcaption ul {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.navbar-nav > li:before,.navbar-nav > li a,.kode-causes-info .kode-donate-btn {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .flex-active-slide .kode-caption {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0)
}
} #koderespond select {
padding:1px 16px 3px 16px;
margin: 0;
-webkit-border-radius:40px;
-moz-border-radius:40px;
border-radius:40px;
border: 1px solid #e6e6e6;
color:#666666;
outline:none;
display: inline-block;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
cursor:pointer;
height: 38px;
}
#koderespond label {
position: relative;
margin: 0px;
}
#koderespond label:before {
content:'';
right:6px; top:2px;
width:20px; height:20px;
position:absolute;
pointer-events:none;
display:block;
}
option {
padding: 6px 10px;
} .donation-list {
display: inline-block;
}
.donation-list small {
position: absolute;
left: 38px;
top: 10px;
font-size: 15px;
color: #777777;
}
.donation-list small:before {
content: '';
position: absolute;
left: -19px;
top: -2px;
width: 12px;
height: 12px;
background-color: #ffffff;
border-radius: 100%;
border: 3px solid #cfcfcf;
margin: 7px 5px 0px 0px;
}
.donation-nav input[type=checkbox]:not(old),
.donation-nav input[type=radio   ]:not(old){
margin    : 0;
padding   : 0;
font-size : 1em;
opacity   : 0;
}
.donation-nav input[type=checkbox]:not(old) + label,
.donation-nav input[type=radio   ]:not(old) + label{
display      : inline-block;
line-height  : 1.5em;
position: relative;
cursor: pointer;
margin-left: -1.7em;
}
.donation-nav input[type=checkbox]:not(old) + label > span,
.donation-nav input[type=radio   ]:not(old) + label > span{
display          : inline-block;
width            : 100px;
height           : 36px;
margin           : 0.25em 0.5em 0.25em 0.25em;
border           : 0.0625em solid #c3c3c3;
border-radius    : 0.25em;
background       : #ffffff;
vertical-align   : bottom;
border-radius    : 80px;
}
.donation-nav input[type=checkbox]:not(old):checked + label > span,
.donation-nav input[type=radio   ]:not(old):checked + label > span{
background: #eee;
}
.donation-nav input[type=checkbox]:not(old):checked + label > span:before{
content     : '✓';
display     : block;
width       : 1em;
color       : rgb(153,204,102);
font-size   : 0.875em;
line-height : 1em;
text-align  : center;
text-shadow : 0 0 0.0714em rgb(115,153,77);
font-weight : bold;
}
.donation-nav input[type=radio]:not(old):checked +  label > span > span{
display          : block;
width            : 0.5em;
height           : 0.5em;
margin           : 0.125em;
}

@-moz-keyframes spin {
100% {
-moz-transform:rotate(360deg)
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@font-face {
font-family: star;
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/star.eot);
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/star.eot?#iefix) format("embedded-opentype"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/star.woff) format("woff"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/star.ttf) format("truetype"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/star.svg#star) format("svg");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: WooCommerce;
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/WooCommerce.eot);
src: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/WooCommerce.woff) format("woff"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/WooCommerce.ttf) format("truetype"), url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/fonts/WooCommerce.svg#WooCommerce) format("svg");
font-weight: 400;
font-style: normal
}
p.demo_store {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
width: 100%;
font-size: 1em;
padding: 1em 0;
text-align: center;
background-color: #a46497;
color: #fff;
z-index: 99998;
box-shadow: 0 1px 1em rgba(0,0,0,.2)
}
.admin-bar p.demo_store {
top: 32px
}
.clear {
clear: both
}
.woocommerce .blockUI.blockOverlay {
position: relative
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
height: 1em;
width: 1em;
position: absolute;
top: 50%;
left: 50%;
margin-left: -.5em;
margin-top: -.5em;
display: block;
-webkit-animation: spin 1s ease-in-out infinite;
-moz-animation: spin 1s ease-in-out infinite;
animation: spin 1s ease-in-out infinite;
content: "";
background: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/loader.svg) center center/cover;
line-height: 1;
text-align: center;
font-size: 2em;
color: rgba(0,0,0,.75)
}
.woocommerce a.remove {
display: block;
font-size: 1.5em;
height: 1em;
width: 1em;
text-align: center;
line-height: 1;
border-radius: 100%;
color: red!important;
text-decoration: none;
font-weight: 700;
border: 0
}
.woocommerce a.remove:hover {
color: #fff!important;
background: red
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
padding: 1em 2em 1em 3.5em!important;
margin: 0 0 2em!important;
position: relative;
background-color: #f7f6f7;
color: #515151;
border-top: 3px solid #a46497;
list-style: none!important;
width: auto
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
content: " ";
display: table
}
.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
clear: both
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
font-family: WooCommerce;
content: "\e028";
display: inline-block;
position: absolute;
top: 1em;
left: 1.5em
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
float: right
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
list-style: none!important;
padding-left: 0!important;
margin-left: 0!important
}
.woocommerce .woocommerce-message {
border-top-color: #8fae1b
}
.woocommerce .woocommerce-message:before {
content: "\e015";
color: #8fae1b
}
.woocommerce .woocommerce-info {
border-top-color: #1e85be
}
.woocommerce .woocommerce-info:before {
color: #1e85be
}
.woocommerce .woocommerce-error {
border-top-color: #b81c23
}
.woocommerce .woocommerce-error:before {
content: "\e016";
color: #b81c23
}
.woocommerce small.note {
display: block;
color: #777;
font-size: .857em;
margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb {
margin: 0 0 1em;
padding: 0;
font-size: .92em;
color: #777
}
.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
content: " ";
display: table
}
.woocommerce .woocommerce-breadcrumb:after {
clear: both
}
.woocommerce .woocommerce-breadcrumb a {
color: #777
}
.woocommerce .quantity .qty {
width: 6.631em;
text-align: center
}
.woocommerce div.product {
margin-bottom: 0;
position: relative
}
.woocommerce div.product .product_title {
clear: none;
margin-top: 0;
padding: 0
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #77a464;
font-size: 1.25em
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
background: inherit;
font-weight: 700
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: .5;
display: block
}
.woocommerce div.product p.stock {
font-size: .92em
}
.woocommerce div.product .stock {
color: #77a464
}
.woocommerce div.product .out-of-stock {
color: red
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 1.618em
}
.woocommerce div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none
}
.woocommerce div.product div.social {
text-align: right;
margin: 0 0 1em
}
.woocommerce div.product div.social span {
margin: 0 0 0 2px
}
.woocommerce div.product div.social span span {
margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0
}
.woocommerce div.product div.social iframe {
float: left;
margin-top: 3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
list-style: none;
padding: 0 0 0 1em;
margin: 0 0 1.618em;
overflow: hidden;
position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #d3ced2;
background-color: #ebe9eb;
display: inline-block;
position: relative;
z-index: 0;
border-radius: 4px 4px 0 0;
margin: 0 -5px;
padding: 0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
display: inline-block;
padding:10px 30px;
font-weight: 700;
color: #515151;
text-decoration: none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
text-decoration: none;
color: #6b6b6b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #fff;
z-index: 2;
border-bottom-color: #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: inherit;
text-shadow: inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
position: absolute;
content: " ";
width: 100%;
bottom: 0;
left: 0;
border-bottom: 1px solid #d3ced2;
z-index: 1
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0
}
.woocommerce div.product p.cart {
margin-bottom: 2em
}
.woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
content: " ";
display: table
}
.woocommerce div.product p.cart:after {
clear: both
}
.woocommerce div.product form.cart {
margin-bottom: 2em
}
.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
content: " ";
display: table
}
.woocommerce div.product form.cart:after {
clear: both
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
width:100px;
}
.woocommerce div.product form.cart div.quantity input{
width:100%;
}
.woocommerce div.product form.cart table {
border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
padding-left: 0
}
.woocommerce div.product form.cart table div.quantity {
float: none;
margin: 0
}
.woocommerce div.product form.cart table small.stock {
display: block;
float: none
}
.woocommerce div.product form.cart .variations {
margin-bottom: 1em;
border: 0
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
border: 0
}
.woocommerce div.product form.cart .variations label {
font-weight: 700
}
.woocommerce div.product form.cart .variations select {
width: 100%;
float: left
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em
}
.woocommerce div.product form.cart .variations td {
vertical-align: top
}
.woocommerce div.product form.cart .button {
vertical-align: middle;
float: left
}
.woocommerce div.product form.cart .group_table td.label {
padding-right: 1em;
padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
vertical-align: top;
padding-bottom: .5em;
border: 0
}
.woocommerce span.onsale {
min-height: 3.236em;
min-width: 3.236em;
padding: .202em;
font-weight: 700;
position: absolute;
text-align: center;
line-height: 3.236;
top: -.5em;
left: -.5em;
margin: 0;
border-radius: 100%;
background-color: #77a464;
color: #fff;
font-size: .857em;
-webkit-font-smoothing: antialiased
}
.woocommerce .products ul, .woocommerce ul.products {
padding: 0;
list-style: none;
clear: both
}
.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
content: " ";
display: table
}
.woocommerce .products ul:after, .woocommerce ul.products:after {
clear: both
}
.woocommerce .products ul li, .woocommerce ul.products li {
list-style: none
}
.woocommerce ul.products li.product h3 {
}
.woocommerce ul.products li.product a {
text-decoration: none
}
.woocommerce ul.products li.product a img {
width: 100%;
height: auto;
display: block;
margin: 0 0 1em;
box-shadow: none
}
.woocommerce ul.products li.product strong {
display: block
}
.woocommerce ul.products li.product .star-rating {
font-size: .857em
}
.woocommerce ul.products li.product .button {
}
.woocommerce ul.products li.product .price {
color: #77a464;
display: block;
font-weight: 400;
margin-bottom: .5em;
font-size: .857em
}
.woocommerce ul.products li.product .price del {
color: inherit;
opacity: .5;
display: block
}
.woocommerce ul.products li.product .price ins {
background: 0 0;
font-weight: 700
}
.woocommerce ul.products li.product .price .from {
font-size: .67em;
margin: -2px 0 0;
text-transform: uppercase;
color: rgba(132,132,132,.5)
}
.woocommerce .woocommerce-ordering select {
vertical-align: top
}
.woocommerce nav.woocommerce-pagination {
text-align: center
}
.woocommerce nav.woocommerce-pagination ul {
display: inline-block;
white-space: nowrap;
padding: 0;
clear: both;
border: 1px solid #d3ced2;
border-right: 0;
margin: 1px
}
.woocommerce nav.woocommerce-pagination ul li {
border-right: 1px solid #d3ced2;
padding: 0;
margin: 0;
float: left;
display: inline;
overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
margin: 0;
text-decoration: none;
line-height: 1;
font-size: 1em;
font-weight: 400;
padding: .5em;
min-width: 1em;
display: block
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: #ebe9eb;
color: #8a7e88
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
position: relative;
font-family: inherit;
text-decoration: none;
overflow: visible;
padding: .618em 1em;
font-weight: 700;
border-radius: 3px;
left: auto;
color: #fff;
border: 0;
white-space: nowrap;
display: inline-block;
background-image: none;
box-shadow: none;
-webkit-box-shadow: none;
text-shadow: none;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out; 
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
opacity: .25;
padding-right: 2.618em
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: .618em;
right: 1em;
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite
}
.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
font-family: WooCommerce;
content: "\e017";
margin-left: .53em;
vertical-align: bottom
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background-color: #000;
text-decoration: none;
background-image: none;
color: #fff
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
padding:10px 20px;
color: #fff;
height:44px;
-webkit-font-smoothing: antialiased;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #000;
color: #fff
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #a46497;
color: #fff
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
color: inherit;
cursor: not-allowed;
opacity: .5
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
color: inherit;
background-color: #ebe9eb
}
.woocommerce .cart .button, .woocommerce .cart input.button {
float: right;
height:44px;
color:#fff
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
background-color:#000;
}
.woocommerce a.added_to_cart {
padding-top: .5em;
white-space: nowrap;
display: inline-block
}
.woocommerce #reviews h2 small {
float: right;
color: #777;
font-size: 15px;
margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
text-decoration: none;
color: #777
}
.woocommerce #reviews h3 {
margin: 0
}
.woocommerce #reviews #respond {
margin: 0;
border: 0;
padding: 0
}
.woocommerce #reviews #comment {
height: 75px
}
.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
content: " ";
display: table
}
.woocommerce #reviews #comments .add_review:after {
clear: both
}
.woocommerce #reviews #comments h2 {
clear: none
}
.woocommerce #reviews #comments ol.commentlist {
margin: 0;
width: 100%;
background: 0 0;
list-style: none
}
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
content: " ";
display: table
}
.woocommerce #reviews #comments ol.commentlist:after {
clear: both
}
.woocommerce #reviews #comments ol.commentlist li {
padding: 0;
margin: 0 0 20px;
position: relative;
background: 0;
border: 0
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: .75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float: left;
position: absolute;
top: 0;
left: 0;
padding: 3px;
width: 32px;
height: auto;
background: #ebe9eb;
border: 1px solid #e4e1e3;
margin: 0;
box-shadow: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 50px;
border: 1px solid #e4e1e3;
border-radius: 4px;
padding: 1em 1em 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
content: " ";
display: table
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
clear: both
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: .83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style: none;
margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display: none
}
.woocommerce #reviews #comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
padding: 1em 1em 0;
margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li:before {
content: ""
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em
}
.woocommerce .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0
}
.woocommerce .woocommerce-product-rating {
line-height: 2;
display: block
}
.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
content: " ";
display: table
}
.woocommerce .woocommerce-product-rating:after {
clear: both
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: .5em 4px 0 0;
float: left
}
.woocommerce .products .star-rating {
display: block;
margin: 0 0 .5em;
float: none
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0
}
.woocommerce #review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: 0 0;
border: 0
}
.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
content: " ";
display: table
}
.woocommerce #review_form #respond:after {
clear: both
}
.woocommerce #review_form #respond .form-submit input {
left: auto
}
.woocommerce #review_form #respond textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%
}
.woocommerce p.stars {
position: relative;
font-size: 1em
}
.woocommerce p.stars a {
display: inline-block;
font-weight: 700;
margin-right: 1em;
text-indent: -9999px;
position: relative;
border-bottom: 0!important;
outline: 0
}
.woocommerce p.stars a:last-child {
border-right: 0
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5 {
border-right: 1px solid #ccc
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after {
font-family: WooCommerce;
text-indent: 0;
position: absolute;
top: 0;
left: 0
}
.woocommerce p.stars a.star-1 {
width: 2em
}
.woocommerce p.stars a.star-1:after {
content: "\e021"
}
.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
content: ""
}
.woocommerce p.stars a.star-2 {
width: 3em
}
.woocommerce p.stars a.star-2:after {
content: "\e021\e021"
}
.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
content: ""
}
.woocommerce p.stars a.star-3 {
width: 4em
}
.woocommerce p.stars a.star-3:after {
content: "\e021\e021\e021"
}
.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
content: ""
}
.woocommerce p.stars a.star-4 {
width: 5em
}
.woocommerce p.stars a.star-4:after {
content: "\e021\e021\e021\e021"
}
.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
content: ""
}
.woocommerce p.stars a.star-5 {
width: 6em;
border: 0
}
.woocommerce p.stars a.star-5:after {
content: "\e021\e021\e021\e021\e021"
}
.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
content: ""
}
.woocommerce table.shop_attributes {
border: 0;
border-top: 1px dotted rgba(0,0,0,.1);
margin-bottom: 1.618em;
width: 100%
}
.woocommerce table.shop_attributes th {
width: 150px;
font-weight: 700;
padding: 8px;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
line-height: 1.5
}
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0;
border-top: 0;
border-bottom: 1px dotted rgba(0,0,0,.1);
margin: 0;
line-height: 1.5
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 8px 0
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
background: rgba(0,0,0,.025)
}
.woocommerce table.shop_table {
border: 1px solid rgba(0,0,0,.1);
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 5px;
float:left;
}
.woocommerce table.shop_table th {
font-weight: 700;
padding: 9px 12px
}
.woocommerce table.shop_table td {
border-top: 1px solid rgba(0,0,0,.1);
padding: 6px 12px;
vertical-align: middle
}
.woocommerce table.shop_table td small {
font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
font-weight: 700;
border-top: 1px solid rgba(0,0,0,.1)
}
.woocommerce table.my_account_orders {
font-size: .85em
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
padding: 4px 8px;
vertical-align: middle
}
.woocommerce table.my_account_orders .button {
white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
margin: .25em 0
}
.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
content: " ";
display: table
}
.woocommerce td.product-name dl.variation:after {
clear: both
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
display: inline-block;
float: left;
margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
font-weight: 700;
padding: 0 0 .25em;
margin: 0 4px 0 0;
clear: left
}
.woocommerce td.product-name dl.variation dd {
padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p:last-child {
margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
font-size: .83em
}
.woocommerce td.product-quantity {
min-width: 80px
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
list-style: none;
padding: 0;
margin: 0
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 4px 0;
margin: 0;
list-style: none
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.woocommerce ul.cart_list li:hover, .woocommerce ul.product_list_widget li:hover {
padding-left: 15px;
}
.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
content: " ";
display: table
}
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
clear: both
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
display: block;
font-weight: 700
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left;
margin-right: 15px;
width: 60px;
height: auto;
box-shadow: none
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
margin: 0;
padding-left: 0em;
border-left: none;
}
.widget_shopping_cart ul li dl dd {
margin: 0px;
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
content: " ";
display: table
}
.woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
clear: both
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
display: inline-block;
float: left;
margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 .25em;
margin: 0 4px 0 0;
clear: left
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
float: none
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border-top: 3px double #ebe9eb;
padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
min-width: 40px;
display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0em;
position: relative;
padding-top: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
position: absolute;
top: 0;
left: 0
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
content: " ";
display: table
}
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
clear: both
}
.woocommerce form .form-row {
padding: 3px;
margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
-webkit-transition:opacity .5s .5s ease;
-moz-transition:opacity .5s .5s ease;
transition:opacity .5s .5s ease;
opacity:0
}
.woocommerce form .form-row label {
line-height: 2
}
.woocommerce form .form-row label.hidden {
visibility: hidden
}
.woocommerce form .form-row label.inline {
display: inline
}
.woocommerce form .form-row select {
cursor: pointer;
margin: 0
}
.woocommerce form .form-row .required {
color: red;
font-weight: 700;
border: 0
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 0;
outline: 0;
line-height: 1
}
.woocommerce form .form-row textarea {
height: 4em;
line-height: 1.5;
display: block;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none
}
.woocommerce form .form-row .select2-container {
width: 100%;
line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
border-color: #69bf29
}
.woocommerce form .form-row ::-webkit-input-placeholder {
line-height:normal
}
.woocommerce form .form-row :-moz-placeholder {
line-height:normal
}
.woocommerce form .form-row :-ms-input-placeholder {
line-height:normal
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid #d3ced2;
padding: 20px;
margin: 2em 0;
text-align: left;
border-radius: 5px
}
.woocommerce ul#shipping_method {
list-style: none;
margin: 0;
padding: 0
}
.woocommerce ul#shipping_method li {
margin: 0;
padding: .25em 0 .25em 22px;
text-indent: -22px;
list-style: none
}
.woocommerce ul#shipping_method .amount {
font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
margin: 0
}
.woocommerce .order_details {
margin: 0 0 1.5em;
list-style: none
}
.woocommerce .order_details:after, .woocommerce .order_details:before {
content: " ";
display: table
}
.woocommerce .order_details:after {
clear: both
}
.woocommerce .order_details li {
float: left;
margin-right: 2em;
text-transform: uppercase;
font-size: .715em;
line-height: 1;
border-right: 1px dashed #d3ced2;
padding-right: 2em;
margin-left: 0;
padding-left: 0
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
text-transform: none;
line-height: 1.5
}
.woocommerce .order_details li:last-of-type {
border: none
}
.woocommerce .widget_layered_nav ul {
margin: 0;
padding: 0;
border: 0;
list-style: none
}
.woocommerce .widget_layered_nav ul li {
padding: 0 0 1px;
list-style: none
}
.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
content: " ";
display: table
}
.woocommerce .widget_layered_nav ul li:after {
clear: both
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
padding: 1px 0
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "";
text-decoration: none;
color: #a00
}
.woocommerce .widget_layered_nav_filters ul {
margin: 0;
padding: 0;
border: 0;
list-style: none;
overflow: hidden;
zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
float: left;
padding: 0 1px 1px 0;
list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a:before {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "";
text-decoration: none;
color: #a00
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 1.15em;
float: left
}
.woocommerce .widget_price_filter .ui-slider {
position: relative;
text-align: left;
margin-left: .5em;
margin-right: .5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
background-color: #a46497;
border-radius: 1em;
cursor: ew-resize;
outline: 0;
top: -.3em;
margin-left: -.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
border-radius: 1em;
background-color: #a46497
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
border-radius: 1em;
background-color: #602053;
border: 0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px
}
.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
content: " ";
display: table
}
.woocommerce-account .addresses .title:after {
clear: both
}
.woocommerce-account .addresses .title h3 {
float: left
}
.woocommerce-account .addresses .title .edit {
float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
list-style: none;
margin-left: 0;
padding-left: 0
}
.woocommerce-account ul.digital-downloads li:before {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: .618em;
content: "";
text-decoration: none
}
.woocommerce-account ul.digital-downloads li .count {
float: right
}
.woocommerce-cart table.cart .product-thumbnail {
min-width: 32px
}
.woocommerce-cart table.cart img {
width: 80px;
box-shadow: none
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
vertical-align: middle;
text-align:center;
padding:20px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d3ced2;
padding: 6px 6px 5px;
margin: 0 4px 0 0;
outline: 0;
line-height: 1
}
.woocommerce-cart table.cart input {
margin: 0;
vertical-align: middle;
line-height: 1
}
.woocommerce-cart .wc-proceed-to-checkout {
padding: 1em 0
}
.woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {
content: " ";
display: table
}
.woocommerce-cart .wc-proceed-to-checkout:after {
clear: both
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
color:#fff;
display:inline-block;
margin-top:20px;
padding:13px 10px 10px;
overflow:hidden;
text-align:center;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
width: 100%;
float: none;
display: block
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
font-family: WooCommerce;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: .618em;
content: "";
text-decoration: none
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
color: #777;
font-size: .83em
}
.woocommerce-cart .cart-collaterals .cart_totals table {
border-collapse: collapse;
margin: 0 0 6px;
padding: 0;
border-left: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
border-top: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
width: 25%
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
vertical-align: top;
border-left: 0;
border-right: 0;
padding: 6px 0;
line-height: 2em
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
color: #777
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
width: 100%
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
color: #77a464
}
.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
border: 1px solid #ebe9eb;
padding:10px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
float: left;
clear: none
}
.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
clear: left
}
.woocommerce-checkout .checkout .create-account small {
font-size: 11px;
color: #777;
font-weight: 400
}
.woocommerce-checkout .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%
}
.woocommerce-checkout .checkout .shipping_address {
clear: both
}
.woocommerce-checkout #payment {
background: #ebe9eb;
border-radius: 5px;
float:left;
width:100%;
margin:0px 0px 30px 0px;
}
.woocommerce-checkout #payment ul.payment_methods {
text-align: left;
padding: 1em;
border-bottom: 1px solid #d3ced2;
margin: 0;
list-style: none
}
.woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
content: " ";
display: table
}
.woocommerce-checkout #payment ul.payment_methods:after {
clear: both
}
.woocommerce-checkout #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: 400;
float:left;
width:100%;
}
.woocommerce-checkout #payment ul.payment_methods li label{
float:left;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 8px;
float:left;
}
.woocommerce-checkout #payment ul.payment_methods li.payment_method_paypal input{
margin:17px 8px
}
.woocommerce-checkout #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 .5em;
padding: 0;
position: relative;
box-shadow: none
}
.woocommerce-checkout #payment ul.payment_methods li img+img {
margin-left: 2px
}
.woocommerce-checkout #payment div.form-row {
padding: 1em
}
.woocommerce-checkout #payment div.payment_box {
position: relative;
width: 96%;
padding: 1em 2%;
margin: 1em 0;
font-size: .92em;
border-radius: 2px;
line-height: 1.5;
background-color: #dfdcde;
color: #515151;
float:left;
width:100%;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
color:#bbb3b9
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
color:#bbb3b9
}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
color:#bbb3b9
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
font-size: 1.5em;
padding: 8px;
background-repeat: no-repeat;
background-position: right
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/visa.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/mastercard.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/laser.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/diners.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/maestro.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/jcb.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/amex.png)
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/framework/include/frontend_assets/default/images/icons/credit-cards/discover.png)
}
.woocommerce-checkout #payment div.payment_box span.help {
font-size: .857em;
color: #777;
font-weight: 400
}
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em
}
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0
}
.woocommerce-checkout #payment div.payment_box:after {
content: "";
display: block;
border: 8px solid #dfdcde;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -3px;
left: 0;
margin: -1em 0 0 2em
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 52px;
font-size: .83em
}
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle
}
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1
}
.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
padding: 0
}
.single-product .twentythirteen p.stars {
clear: both
}
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px
}
.twentyfourteen ul.products li.product {
margin-top: 0!important
} .widget_product_search form {
position: relative;
}
.widget_product_search form label {
display: none;
}
.widget_product_search form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 3.157em;
text-indent: -999em;
border: 0;
}
.widget_product_search form input[type="submit"]:hover {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
background: rgba(0, 0, 0, 0.05);
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.widget_product_search form input[type="submit"]:active {
-webkit-transform: none;
}
.widget_product_search form input[type="search"] {
padding-right: 3.552em;
padding-left: 15px;
height: 42px;
width: 100%;
}
.widget_product_search form:before {
content: "\f002";
font-family: "FontAwesome";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
text-indent: 0;
width: 3.157em;
text-align: center;
line-height: 2.9;
} .itme_title {
font-weight: bold;
}
.widget_product_categories ul li {
float: left;
width: 100%;
padding: 4px 0px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.widget_product_categories ul li:hover {
background-color: #000;
padding: 4px 10px;
}
.widget_product_categories ul li:hover a, .widget_product_categories ul li:hover span {
color: #fff;
}
.widget_product_categories ul li a {
float: left;
}
.widget_product_categories ul li span {
float: right;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
max-width: 100%;
}
body,
button,
input,
select,
textarea {
color: #2b2b2b;
font-family: Lato, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
body {
color: #666666;    
font-size: 14px;
font-weight: normal;
}  body h1, body h2, body h3, body h4, body h5, body h6 {
color: #333333;    
font-style: normal;
font-weight: 400;
line-height: 1.5;
margin: 0px 0px 8px 0px;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #777777;
}
p a {
color: #777777;
} p {
letter-spacing: 0.2px;
line-height: 1.8;
margin-bottom: 10px;
}
.bread-current{color:#fff;}
a {
color: #777777;
text-decoration: none;
}
a:hover, a:focus, a:active {
outline: none;
text-decoration: none;
}
ul {
margin-bottom: 0px;
}
figure {
margin-bottom: 6px;
}
.clear {
clear: both;
font-size: 0;
line-height: 0;
}
img {
max-width: 100%;
}
strong {
color: #777777;
}
iframe {
border: none;    
width: 100%;
} select {
border: 1px solid #d2d2d2;
color: #666666;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 300;
height: 40px;
padding: 8px 12px;
width: 100%;
}
label {
color: #333333;
display: block;
font-weight: 400;
margin-bottom: 10px;
}
button {
border: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d2d2d2;
color: #b2b2b2;
display: inline-block;
font-size: 12px;
font-weight: 400;
height: 44px;
line-height: 20px;
outline: none;
padding: 4px 10px;
vertical-align: middle;
}
form p {
float: left;
position: relative;
width: 100%;
}
form p span i {
color: #474747;
left: 16px;
position: absolute;
top: 13px;
} .fullsection {
width: 100%;
padding: 0px;
}
.fullsection .row {
margin: 0px;
}
.fullsection [class*="col-md-"] {
padding: 0px;
}
.full-content {
width: 100%;
float: left;
padding: 0px;
}
.full-content .row { margin: 0px; }
.thememargin { margin: 0px 0px 30px 0px; }
.kd-pagesection {
float: left;
width: 100%;
}
::-webkit-input-placeholder {color: #666666;}
:-moz-placeholder { color: #666666; opacity: 1; }
::-moz-placeholder { color: #666666; opacity: 1; }
:-ms-input-placeholder {color: #666666;}
.kode-newslatter ::-webkit-input-placeholder        {color: #b5b5b5;}
.kode-newslatter :-moz-placeholder                  { color: #b5b5b5; opacity: 1; }
.kode-newslatter ::-moz-placeholder                 { color: #b5b5b5; opacity: 1; }
.kode-newslatter :-ms-input-placeholder             {color: #b5b5b5;}
.widget-search .kode-search ::-webkit-input-placeholder        {color: #666;}
.widget-search .kode-search :-moz-placeholder                  { color: #666; opacity: 1; }
.widget-search .kode-search ::-moz-placeholder                 { color: #666; opacity: 1; }
.widget-search .kode-search :-ms-input-placeholder             {color: #666;}
::selection {
background: #58c333;
color:#ffffff;
}
::-webkit-selection {
background: #58c333;
color: #ffffff;
}
::-moz-selection {
background: #58c333;
color: #ffffff;
}
audio, video {
width: 100%;
float: left;
}
.mejs-container {
width: 100% !important;  
}
.mejs-overlay, .mejs-poster {
width: 100% !important;
height: 100% !important;
}
.mejs-mediaelement video {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
width: 100% !important;
height: 100% !important;
}
.parallex-btn,.navbar-nav li a,.list-price span,.widget-text ul li,.widget-recentpost ul li time,
.kode-newslatter form input[type="submit"],.kode-copyright p,.footer-nav ul li a,
.widget-search .kode-search input[type="text"],.event-widget-info a,.kode-main-action span,
#kodecomments ul li .text .replay-btn,.voluntree-detail ul li,.player-nav li a,.accordion,
.services-wrap a {
font-family: 'Exo', sans-serif;
}
.kode-parallex-info-two h2,.kode-parallex-info-two h4,.kode-parallex-info-two h6,.kode-parallex-info-two a,
.kode-parallex-info-two span,.kode-couses-options li {
font-family: 'PT Sans', sans-serif;
}
.kode-parallex-info h2 {
font-family: 'Oswald', sans-serif;
}
.parallex-bg {
background-size: cover !important;
background-attachment: fixed !important;
}
.parallex-bgtwo {
background-size: inherit !important;
background-attachment: fixed !important;
background-position: top center !important;
}
.kode-pagesection {
float: left;
width: 100%;
position: relative;
}
address {
font-style: italic;
margin-bottom: 24px;
}
abbr[title] {
border-bottom: 1px dotted #2b2b2b;
cursor: help;
}
b,
strong {
font-weight: 700;
}
cite,
dfn,
em,
i {
font-style: italic;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
code,
kbd,
tt,
var,
samp,
pre {
font-family: monospace, serif;
font-size: 15px;
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
line-height: 1.6;
}
pre {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
padding: 12px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
blockquote,
q {
-webkit-hyphens: none;
-moz-hyphens:    none;
-ms-hyphens:     none;
hyphens:         none;
quotes: none;
}
blockquote cite,
blockquote small {
color: #2b2b2b;
font-size: 14px;
font-weight: 400;
line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote strong,
blockquote b {
font-weight: 400;
}
small {
font-size: smaller;
}
big {
font-size: 125%;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 24px;
}
ul,
ol {
list-style: none;
margin: 0 0 24px 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin: 0 0 0 20px;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
}
figure {
margin: 0;
}
fieldset {
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 0 0 24px;
padding: 11px 12px 0;
}
legend {
white-space: normal;
}
button,
input,
select,
textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
button,
input {
line-height: normal;
}
input,
textarea {
background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
}
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;
}
table,
th,
td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
th {
border-width: 0 1px 1px 0;
font-weight: bold;
padding:15px;
}
td {
border-width: 0 1px 1px 0;
padding:15px;
}
del {
color: #767676;
}
hr {
background-color: rgba(0, 0, 0, 0.1);
border: 0;
height: 1px;
margin-bottom: 23px;
} ::selection {
background: #24890d;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #24890d;
color: #fff;
text-shadow: none;
}  input,
textarea {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
color: #2b2b2b;
padding: 8px 10px 7px;
}
textarea {
width: 100%;
}
input:focus,
textarea:focus {
border: 1px solid rgba(0, 0, 0, 0.3);
outline: 0;
} button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background-color: #24890d;
border: 0;
color: #fff;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
vertical-align: bottom;
}
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
color: #fff;
}
button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #55d737;
}
.search-field {
width: 100%;
}
.search-submit {
display: none;
} ::-webkit-input-placeholder {
color: #939393;
}
:-moz-placeholder {
color: #939393;
}
::-moz-placeholder {
color: #939393;
opacity: 1; }
:-ms-input-placeholder {
color: #939393;
} .comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
max-width: 100%;
} .comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
height: auto;
}
img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
height: auto;
max-width: 100%;
} embed,
iframe,
object,
video {
margin-bottom: 24px;
max-width: 100%;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
margin-bottom: 0;
} .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin-top: 7px;
margin-bottom: 7px;
}
.site-content blockquote.alignleft,
.site-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
} */
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption {
color: #767676;
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0;
padding-right: 10px;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.kode-bxslider ul{margin:0px;padding:0px}
.widget_recent_comments  .recentcomments a{padding:5px 3px !important;margin:auto !important;-ms-word-wrap: break-word;
word-wrap: break-word;}
.widget_recent_comments  .recentcomments{padding:10px 0px;}
.gallery {
margin-bottom: 1.6em;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
margin-bottom:0px;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
margin-bottom:0px;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-family: "Noto Sans", sans-serif;
font-size: 12px;
font-size: 1.2rem;
line-height: 1.5;
padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.blog-info.blog-author{margin-bottom:10px;}
.post-password-form label { float: left; }
.post-password-form input[type="Submit"] {background: #000; border: medium none; color: #fff; float: left; padding: 14px 15px;}
.comment-author-link {
margin: 0px 5px 5px 0px;
display: inline-block;
}aside .widget {
float: left;
width: 100%;
margin-bottom: 30px;
}
.kode-sidebar-element .widget {
margin-bottom: 30px;
}
.widget-title {
position: relative;
padding-bottom: 7px;
font-weight: normal;
text-transform: uppercase;
}
.widget-title:before {
content: '';
position: absolute;
left: 0px;
bottom: 0px;
width: 46px;
height: 2px;
background-color: #777777;
} .widget-search .kode-search input[type="text"] {
border: 1px solid #e6e6e6;
height: 40px;
padding: 4px 35px 4px 10px;
border-radius: 0px;
font-weight: normal;
color: #666;
text-transform: inherit;
width:100%;
}
.kode-sidebar .kode-search::after, .kode-sidebar .kode-search::before{
display: none;
}
.widget-search input[type="submit"] {
padding: 0px;
}
.kode-search{
float:left;
width:100%;
position:relative;
}
.kode-search label {
position: absolute;
right: 0px;
top: 0px;
margin: 0px;
height:100%;
padding:9px 20px;
cursor:pointer;
}
.kode-search label:hover{
background-color:#000;
}
.kode-search label:before {
content: "\f002";
font-family: 'FontAwesome';
color: #fff;
} .upcoming_event_widget ul li {
float: left;
width: 100%;
list-style: none;
border-bottom: 1px solid #e3e3e3;
padding: 0px 0px 10px 0px;
margin: 0px 0px 15px 0px;
}
.upcoming_event_widget .widget-thumb {
float: left;
width: 100%;
}
.upcoming_event_widget figure {
float: left;
position: relative;
}
.upcoming_event_widget figure figcaption {
position: absolute;
left: 0px;
top: 0px;
padding: 5px;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.upcoming_event_widget ul li:hover figcaption {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.upcoming_event_widget figure figcaption a {
width: 100%;
height: 100%;
display: inline-block;
color: #ffffff;
text-align: center;
position: relative;
}
.upcoming_event_widget figure figcaption a i {
position: absolute;
left: 0px;
width: 100%;
top: 50%;
margin: -6px 0px 0px 0px;
}
.upcoming_event_widget figure ~ .event-widget-info {
padding: 0px 0px 0px 90px;
}
.event-widget-info a {
font-size: 13px;
color: #666666;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
line-height: 1.5;
}
.event-widget-info time {
display: block;
color: #999999;
font-size: 13px;
}
.event-widget-info time i {
float: left;
padding: 6px 8px 0px 0px;
} .widget_archive ul {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
width: 100%;
}
.widget_archive ul li {
float: left;
width: 100%;
text-align: right;
padding: 10px 10px 10px 20px;
border-bottom: 1px solid #e3e3e3;
position: relative;
}
.widget_archive ul li:hover {
padding: 10px 10px 10px 25px
}
.widget_archive ul li a {
color: #666666;
float: left;
text-transform: uppercase;
display: block;
}
.widget_archive ul li:hover a, .widget_archive ul li:hover, .widget_archive ul li:hover a:before {
color: #ffffff;
}
.widget_archive ul li a:before {
content: "\f105";
font-family: FontAwesome;
font-size: 14px;
color: #666666;
position: absolute;
left: 0px;
top: 50%;
margin-top: -10px;
}
.widget_archive ul li:hover a:before {
left: 10px;
} .kode-content .widget-recentpost ul li {
border-color: #e3e3e3;
}
.kode-content .widget-recentpost ul li .datetime {
border-color: #666;
color: #666;
}
.kode-content .widget-recentpost ul li:hover .datetime {
color: #ffffff;
}
.post-info h6 {
margin: 0px;	
}
.widget-recentpost ul li .datetime ~ .post-info {
padding: 0px 0px 0px 75px;
}
.kode-widget.kode-sidebar-element .recent-posts .datetime{
color:#000;
}
.recent-posts .datetime {
color: #fff;
}
.widget-recentpost .recent-posts {
margin: 0px;
padding: 0px;
}
.tagcloud a {
float: left;
padding: 7px 15px 7px 24px;
color: #fff;
margin: 0px 6px 6px 0px;
text-transform: uppercase;
font-size: 12px !important;
position: relative;
border-radius: 3px;
}
.tagcloud a:before {
content: "";
height: 6px;
width: 6px;
border-radius: 100%;
background-color: #fff;
position: absolute;
left: 10px;
top: 50%;
margin-top: -3px;
}
.tagcloud a:hover {
background-color: #000;
color: #ffffff;
}
.kode-sidebar.kode-left-sidebar .kode-widget,
.kode-sidebar.kode-right-sidebar .kode-widget {
margin-bottom: 30px;
float: left;
width: 100%;
padding:0px
}
.flickr_badge_image {
float: left;
margin: 0 3.0% 3% 0;
width:22%
}
.kode-right-sidebar .flickr_badge_image, .kode-sidebar-element .flickr_badge_image{
width:30%
}
.flickr_badge_image img{
margin:0px;
float:left;
width:100%;
}
.flickr_badge_image a{
float:left;
width:100%;
} .widget_kode_twitter_widget .twitter-widget {
list-style: none;
overflow-x:hidden;
padding: 20px;
border: solid 1px #eee;
margin: 0px;
height: 250px;
}
.twitter-widget li:last-child {
margin: 0px;
}
.twitter-widget li {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 30px;
position: relative;
}
.twitter-widget li:before{
content: "\f099";
position: absolute;
left: 0px;
top: 0px;
font-size: 20px;
color: #13d5ec;
font-family: FontAwesome;
}
.twitter-widget .kode-twitter-text, .twitter-widget p {
color: #aaaaaa;
margin: 0px 0px 4px 0px;
}
.twitter-widget p a {
color: #ffffff;
}
.twitter-widget div.kode-twitter-time {
color: #ffffff;
text-transform: capitalize;
}
.twitter-widget i {
color: #767676;
margin-right: 6px;
} .widget-recentpost ul li {
float: left;
width: 100%;
list-style: none;
border-bottom: 1px solid rgba(255,255,255,0.2);
margin-bottom: 15px;
padding-bottom: 15px;
}
.widget-recentpost ul li p {
margin-bottom: 0px;
}
.widget-recentpost ul li .datetime {
border: 2px solid #e2e2e2;
width: 56px;
height: 56px;
float: left;
color: #999;
border-radius: 100%;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
text-align: center;
padding: 5px 0px 0px 0px;
margin: 3px 0px 0px 0px;
}
.widget-recentpost ul li:hover .datetime{
color:#fff;
}
.widget-recentpost ul li .datetime span {
font-size: 14px;
display: block;
line-height: 0.6;
}
.widget-recentpost ul li p {
font-size: 13px;
line-height: 20px;
}
.widget-recentpost ul li .datetime ~ p {
padding: 0px 0px 0px 76px;
} .widget-gallery ul {
margin: 0px 0px 0px -10px;
}
.widget-gallery ul li {
list-style: none;
float: left;
width: 33.333%;
padding: 0px 0px 10px 10px;
}
.widget-gallery ul li:hover img {
opacity: 0.4;
}
.widget-gallery ul li a, .widget-gallery ul li a img {
float: left;
width: 100%;
} .widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget_categories ul li {
float: left;
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.2);	
padding: 8px 0 9px;
list-style: none;
text-align: right
}
.widget_categories ul li:hover {
padding-left: 15px;
padding-right: 15px;
}
.widget_categories ul li a {
float: left;
}
.widget_categories ul li:hover a, .widget_categories ul li:hover a:before, .widget_categories ul li:hover {
color: #ffffff;
}
.widget_categories ul li a:before {
content: "\f105";
font-family: FontAwesome;
float: left;
margin: 0px 10px 0px 0px;
color: #333;
} .widget_calendar {
}
.widget_calendar table tr td {
padding: 10px 5px;
text-align: center;
}
.widget_calendar table tr td:hover {
color: #fff;
}
.widget_calendar table td.pad:hover {
background: none;
}
.widget_calendar table thead th {
padding: 10px 5px;
text-align: center;
color: #fff;
}
.widget_calendar caption {
font-size: 20px;
text-align: center;
padding: 10px 10px;
text-transform: uppercase;
} .widget_pages {
}
.widget_pages ul, .widget_recent_entries ul, .widget_nav_menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
.widget_pages ul ul, .widget_nav_menu ul ul {
padding-left: 20px;
margin: 5px 0px 0px 0px;
}
.widget_pages ul li, .widget_recent_entries ul li, .widget_nav_menu ul li {
float: left;
width: 100%;
}
.widget_nav_menu ul li, .widget_nav_menu ul ul li:first-child {
border-top: dotted 1px #ccc;
}
.widget_nav_menu ul li:first-child {
border: none;
}
.widget_pages ul li a, .widget_recent_entries ul li a, .widget_nav_menu ul li a {
display: block;
padding: 8px 15px;
position: relative;
}
.widget_pages ul li:hover > a, .widget_recent_entries ul li:hover a, .widget_nav_menu ul li:hover > a {
padding: 8px 15px 8px 20px;
color: #fff;
}
.widget_pages ul li a:before, .widget_recent_entries ul li a:before, .widget_nav_menu ul li a:before {
content: "\f0da";
position: absolute;
left: 0px;
top: 50%;
font-size: 14px;
color: #333;
font-family: FontAwesome;
margin-top: -9px;
}
.widget_pages ul li:hover > a:before, .widget_recent_entries ul li:hover a:before, .widget_nav_menu ul li:hover > a:before {
left: 10px;
color: #fff !important;
} .widget_meta {
}
.widget_meta ul {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
width: 100%;
}
.widget_meta ul li {
float: left;
width: 100%;
border-top: dotted 1px #999;
}
.widget_meta ul li:first-child {
border: none;
}
.widget_meta ul li a {
display: block;
padding: 8px 0px;
}
.widget_meta ul li a:hover {
padding: 8px 8px;
color: #fff;
} .widget_recent_comments {
}
.widget_recent_comments ul {
float: left;
width: 100%;
list-style: none;
margin: 0px;
padding: 0px;
}
.widget_recent_comments ul li {
float: left;
width: 100%;
padding: 3px 0px;
border-top: solid 1px #CCC;
font-size: 12px;
}
.widget_recent_comments ul li .comment-author-link a {
text-transform: uppercase;
padding: 3px 5px;
border-radius: 3px;
color: #fff;
margin:5px 0px 5px 0px;
display:inline-block;
} .widget_rss {
}
.widget_rss ul {
list-style: none;
margin: 0px;
float: left;
width: 100%;
}
.widget_rss ul li {
float: left;
width: 100%;
margin-top: 10px;
padding-top: 10px;
border-top: solid 1px #ccc;
}
.widget_rss ul li:first-child {
padding: 0px;
margin: 0px;
border: none;
}
.widget_rss ul li a.rsswidget {
}
.widget_rss ul li a.rss-date {
margin-left: 10px;
} .widget_text {
}
.widget_text img {
padding: 10px;
float: left;
width: 100%;
border: solid 1px #CCC;
margin: 0px 0px 10px 0px;
}
.widget_text img:hover {
}
.widget_text strong {
margin-bottom: 10px;
} #footer-widget .widget_calendar caption {
color: #CCC;
padding: 5px 0px;
}
#footer-widget .widget_calendar #calendar_wrap {
background-color: #111;
}
#footer-widget .widget_archive select, #footer-widget .widget_categories select, #footer-widget .widget_text select, #footer-widget .widget_search input[type='text'] {
background-color: #111;
border: solid 1px #333;
}
#footer-widget .kode-search label:before {
color: #CCC;
}
#footer-widget .widget_pages ul li a:before, #footer-widget .widget_recent_entries ul li a:before, #footer-widget .widget_nav_menu ul li a:before, #footer-widget .widget_pages ul li a, #footer-widget .widget_recent_entries ul li a, #footer-widget .widget_nav_menu ul li a{
color: #CCC;
}
#footer-widget .widget_pages ul li a:hover, #footer-widget .widget_recent_entries ul li a:hover, #footer-widget .widget_nav_menu ul li a:hover{
color:#fff;
}
#footer-widget .widget_recent_comments ul li, #footer-widget .widget_meta ul li, #footer-widget .widget_rss ul li, #footer-widget .widget_nav_menu ul li, #footer-widget .widget_archive ul li, #footer-widget .widget_categories ul li {
border-color: rgba(255,255,255,0.15);
}
#footer-widget label {
color: #ccc;
}
#footer-widget .widget_rss ul li, #footer-widget  .widget_categories ul li a:before, #footer-widget .widget_categories ul li a{
color: #fff
} .comment-form {
float: left;
width: 100%;
}
.comment-form input[type='text'] {
width: 100%;
}
.comment-form p {
float: left;
width: 49%;
margin-left: 2%;
margin-bottom:20px;
}
.comment-form p:first-child {
margin-left: 0px;
}
.comment-form .comment-form-rating, .comment-form .comment-form-comment{
margin-left:0px;
width:100%;
}
.comment-form p.full-width-kode, .comment-form p.kode-textarea, .comment-form p.form-submit {
width: 100%;
margin-left: 0px;
}
.comment-form input[type="submit"] {
border-radius: 0px;
color: #fff;
padding: 14px 20px;
}
.comment-form textarea {
height: 200px;
}
.comment-form input[type="submit"]:hover {
background-color: #000;
} #kodecomments {
float: left;
width: 100%;
}
#kodecomments > ul > ul {
margin: 0px;
}
.commentlist > .children > li,
#kodecomments > ul > li {
float: left;
width: 100%;
list-style: none;
}
#kodecomments > ul > li {
border-bottom: 1px solid #ebebeb;
margin-bottom: 25px;
padding-bottom: 12px;
}
#kodecomments ul li figure {
float: left;
width: 60px;
height: 60px;
overflow: hidden;
border-radius: 100%;
}
#kodecomments ul li figure img {
border-radius: 100%;
width: 100%;
}
#kodecomments ul li figure ~ .text {
padding: 0px 0px 0px 80px;
float: none;
width: auto;
}
#kodecomments ul li .text h6 {
margin: 0px 0px 10px 0px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
}
#kodecomments ul li .text a {
float: left;
}
#kodecomments ul .kode-edit-reply p.edit-link{
padding:0px;
float:right;
margin:0px;
}
p.edit-link a,
#kodecomments ul li .text a.comment-reply-link{
border: 1px solid #dddddd;
border-radius: 4px;
color: #777777;
float: left;
font-size: 15px;
font-weight: bold;
padding: 6px 24px;
text-transform: uppercase;
}
#kodecomments ul li .text a.comment-reply-link:hover{
color:#fff;
}
#kodecomments ul li .text .replay-btn {
float: left;
padding: 6px 24px 6px 24px;
color: #777777;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
border: 1px solid #dddddd;
border-radius: 4px;
}
#kodecomments ul li .text .replay-btn:hover {
color: #ffffff;
}
#kodecomments ul li .text p {
margin-top: 8px;
margin-bottom: 25px;
display: list-item;
}
.short-time {
float: left;
width: 100%;
font-size: 12px;
}
.short-time span {
color: #999;
text-transform: uppercase;
margin-right: 20px;
}
.short-time span i {
margin-right: 5px;
}
#kodecomments .children li {
margin-bottom: 0px;
}
#kodecomments .children > li {
padding: 0 0 0 80px;
float: left;
width: 100%;
}
#kodecomments .kode-title-comment-c a {
font-size: 16px;
font-weight: bold;
}
#kodecomments ul ul.children li {
border-top: 1px solid #ebebeb;
margin-top: 25px;
padding-top: 25px;
list-style:none;
} .widget_kode_flickr_widget{
}
.widget_kode_flickr_widget a{
display:block;
position:relative;
float:left;
}
.widget_kode_flickr_widget a:before{
content:"\f067";
position:absolute;
left:0px;
top:50%;
width:100%;
text-align:center;
margin-top:-9px;
color:#fff;
font-family:FontAwesome;
opacity:0; 
font-size:20px;
line-height:20px;
z-index:10;
}
.widget_kode_flickr_widget a:hover:before{
opacity:1;
}
.widget_kode_flickr_widget a:after{
content:"";
position:absolute;
left:0px;
top:0px;
height:100%;
width:100%;
opacity:0;
}
.widget_kode_flickr_widget a:hover:after{
opacity:0.7
}
.widget_kode_flickr_widget img{
width:100%;
height:auto;
} .widget_em_widget{
}
.widget_em_widget ul{
float:left;
width:100%;
margin:0px;
padding:0px;
list-style:none;
}
.widget_em_widget ul li{
font-size:14px;
font-weight:normal;
}
.widget_em_widget ul li a{
display:block;
clear:both;
padding:5px 8px;
color:#333;
background-color:#efeeee;
}
.widget_em_widget ul ul li a{
background-color:transparent;
}
.widget_em_widget ul ul li{
font-size:12px;
padding:5px 0px;
list-style-position:inside;
}
.widget_em_widget ul ul{
padding:5px 0px 5px 20px;
list-style:decimal;
}  .widget_archive ul li a, .widget_archive ul li, .widget_archive ul li a:before, .widget_calendar table tr td, .widget_categories ul li a, .widget_categories ul li, .widget_categories ul li a:before, .widget_pages ul li a, .widget_pages ul li a:before, .widget_meta ul li a, .widget_recent_entries ul li a:before, .widget_recent_entries ul li a, .tagcloud a, .widget_nav_menu ul li a:before, .widget_nav_menu ul li a, .widget_nav_menu ul li, .comment-form input[type="submit"], #kodecomments ul li .text a.comment-reply-link, .kode-search label, .widget-recentpost ul li .datetime, .kode-blog-list figcaption .datetime, .woocommerce .cart .button, .woocommerce .cart input.button, .widget_kode_flickr_widget a:after {
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
.kode-sidebar-element [class*="col-md-"] {
padding:0px;
width:100%;
}
.check-list ul{
margin:0px;
padding:0px;
}
.kode-thumb .kode-bxslider .bxslider li{margin:0px !important}
.kode-form-list,
.social-links1.small{
padding:0px;
margin:0px;
} .woocommerce-content{
float:left;
width:100%;
}
.woocommerce-content ul.products{
list-style:none;
margin:0px 0px 0px -1.6%;
padding:0px;
}
.woocommerce-content ul.products li{
display:inline-block;
width:23%;
margin:0px 0px 2% 1.7%;
vertical-align:top;
padding:10px 10px 20px 10px;
border:solid 1px rgba(0,0,0,0.2);
background-color:#fff;
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
text-align:center;
position:relative;
overflow:hidden;
}
.woocommerce ul.products li img{
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
}
.woocommerce ul.products li:hover img{
opacity:0.5;
}
.woocommerce-content ul.products li:hover{
box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.woocommerce-content ul.products .star-rating{
position:absolute;
top:20px;
left:20px;
}
.woocommerce-content ul.products li .added_to_cart{
background: red none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 39px 40px 10px;
position: absolute;
right: -50px;
text-transform: uppercase;
top: -10px;
transform: rotate(45deg);
white-space: nowrap;
}
.woocommerce ul.products li.product h3{
font-size:18px;
margin:0px 0px 5px 0px;
text-transform:uppercase;
}
.woocommerce ul.products li .button:hover {
background-color:#000 !important;
}
.woocommerce .star-rating span::before{
color:#ffc000
}
.woocommerce ul.products li.product span.onsale{
height:50px;
width:50px;
z-index:10;
right:10px;
top:10px;
left:auto;
background-color:red;
}
.woocommerce div.product div.images{
float:left;
width:30%;
margin:0px 0px 20px 0px;
}
.woocommerce div.product div.images div.thumbnails{
margin:20px -5px 0px -5px;
}
.woocommerce div.product div.images div.thumbnails a.zoom{
float:left;
width:33.333%;
padding:0px 5px 0px 5px;
}
.woocommerce div.product div.summary {
float: left;
margin-bottom: 20px;
width: 70%;
padding: 0px 0px 0px 30px;
}
.woocommerce-tabs{
float:left;
width:100%;
}
.woocommerce-content-item .related{
float:left;
width:100%;
}
.woocommerce-ordering{
float:right;
width:25%;
margin:0px 0px 20px 0px;
}
.woocommerce-result-count{
float:left;
}
div.wpcf7-validation-errors{width:100%;float:left;}
.widget_kode_recent_comment_widget{
}
.kode-widget > ul{
margin: 0px;
}
.kode-recent-comment-widget{
float: left;
width: 100%;
}
.kode-recent-comment-widget .recent-comment-widget-thumbnail{
float: right;
width: auto;
}
.kode-recent-comment-widget .recent-comment-widget-content{
float: none;
padding: 0px 70px 0px 0px;
margin: 15px 0px;
} .kode-recent-blog ul li figure {
float: left;
width: 100%;
}
.kode-recent-blog > ul > li {
float: left;
width: 100%;
list-style: none;
border-bottom: 1px solid #dedede;
padding: 0px 0px 11px 0px;
margin: 0px 0px 20px 0px;
}
.kode-recent-blog > ul > li:last-child {
margin-bottom: 0px;
border: none;
padding: 0px;
}
.kode-recent-blog > ul > li:hover img { opacity: 0.6; }
.kode-recent-thumb { float: right; }
.kode-recent-thumb ~ figcaption {
padding: 0px 108px 0px 0px;
}
.kode-recent-blog figcaption ul {
margin: 0px;
display: inline-block;
}
.kode-recent-blog figcaption ul li {
display: inline-block;
color: #666666;
padding: 0px 10px;
border-left: 1px solid #919191;
line-height: 1;
}
.kode-recent-blog figcaption ul li:first-child {
padding-left: 0px;
border: none;
}
.kode-recent-blog figcaption ul li:last-child { padding-right: 0px; } .widget-recent-news .medium-title h6 { margin: 0px; }
.widget-recent-news .medium-title h6 a {
color: #666666;
text-transform: uppercase;
}
.widget-recent-news .medium-info time {
background-color: #333333;
color: #fff;
border: 3px solid #333333;
height: 70px;
padding: 13px 0px 0px 0px;
}
.widget-recent-news .kode-blog-options li a {
color: #666666;
}
.tab-widget {
float: left;
border: 1px solid #e0e0e0;
box-shadow: 0px 2px 0px 0px #000,0px 2px 0px 0px #000 inset;
width:100%;
}
.widget-tabnav {
float: left;
width: 100%;
border-bottom: 1px solid #e0e0e0;
margin: 0px
}
.widget-tabnav li {
display: inline-block;
list-style: none;
margin-left: 10px;
}
.widget-tabnav li a {
font-size: 18px;
color: #5c5c5c;
padding: 13px 12px;
display: inline-block;
position: relative;
}
.widget-tabnav li a:before {
content: '';
position: absolute;
bottom: -4px;
left: 0px;
width: 100%;
height: 0px;
opacity: 0;
}
.widget-tabnav li:hover a:before,.widget-tabnav li.active a:before {
opacity: 1;
height: 4px;
}
.match-widget {
float: left;
margin: 0px;
width: 100%;
padding: 0px 14px 0px 14px;
}
.match-widget li {
list-style: none;
padding: 18px 0px;
border-bottom: 1px solid #e0e0e0;
float: left;
width: 100%;
}
.match-widget li:last-child { border-bottom: none; }
.kode-cell {
display: inline-block;
vertical-align: middle;
width: 33.333%;
margin: 0px -4px 0px 0px;
text-align: center;
}
.kode-cell small {
display: block;
line-height: 1;
font-size: 14px;
margin-top: 8px;
}
.kode-vs {
display: inline-block;
width: 32px;
height: 25px;
border: 1px solid #dcdcdc;
color: #ffffff;
background-color: #2a2a2a;
line-height: 1;
padding: 4px 0px 0px 0px;
}
.kode_football_ipl_wraper{
float:left;
width:100%;
padding:70px 0px 104px 0px;
}
.kode_football_ipl_list{
float:left;
width:100%;
overflow:hidden;
position:relative;
background-color:#1d1d1e;
}
.kode_football_ipl_cols{
float:left;
width:70%;
}
.kode_football_ipl_cols ul{
float:left;
width:100%;
}
.kode_football_ipl_cols .kode_football_ipl_compition{
float:left;
width:100%;
border-bottom:5px solid #0c0c0c;
position:relative;
z-index:999;
}
.kode_football_ipl_cols .kode_football_ipl_compition:before{
position:absolute;
content:"";
top:0px;
right:0px;
bottom:0px;
left:0px;
opacity:0.70;
z-index:-1;
}
.kode_football_ipl_cols .kode_football_ipl_compition:hover:before{
z-index:-1;
position:absolute;
}
.kode_football_ipl_cols .kode_football_ipl_compition:last-child{
border-bottom:none;
}
.kode_football_ipl_compition{
float:left;
width:100%;
padding:3px 0px;
}
.kode_football_ipl_compition h4 {
float: left;
color:#fff;
width:30%;
text-align:center;
font-size:40px !important;
padding:17px 0px;
margin:0px;
}
.kode_football_ipl_caption {
float: right;
width:70%;
padding:13px 0px;
}
.kode_football_ipl_tabedeta {
float: left;
width: 100%;
}
.kode_football_ipl_tabs .nav.nav-tabs {
float: left;
width: 70%;
}
.kode_football_ipl_tabs .nav.nav-tabs a {
float: left;
width: 100%;
padding:0px;
}
.kode_football_ipl_tabs .nav-tabs > li > a:hover {
border-color:none;
}
.kode_football_ipl_tabs .nav.nav-tabs > li {
float: left;
width: 100%;
margin-bottom:4px;
}
.kode_football_ipl_tabs .nav.nav-tabs > li:last-child {
margin: 0;
}
.kode_football_ipl_row h5 {
display: inline-block;
float: left;
color:#fff;
margin:0px;
}
.kode_football_ipl_row h3{
float:left;
padding:0px 30px;
margin-top:-6px;
color:#fff;
}
.kode_football_ipl_date{
float:left;
width:100%;
list-style:none;
margin:0px;
}
.kode_football_ipl_date  > li{
display:inline-block;
padding:0px 11px;
border-right:1px solid #fff;
color:#fff;
line-height:16px;
}
.kode_football_ipl_date  >  li:last-child{
border-right:none;
}
.kode_football_ipl_fixture{
float:left;
width:30%;
padding:188px 0px;
position:relative;
z-index:999;
}
.kode_football_ipl_fixture:before{
bottom: 0;
content: "";
left:0px;
right:0px;
opacity: 0.7;
position: absolute;
top: 0;
transform:skewX(10deg) scale(1.5) translateX(14px);
-moz-transform:skewX(10deg) scale(1.5) translateX(14px);
-webkit-transform:skewX(10deg) scale(1.5) translateX(14px);
}
.kode_football_ipl_fixture:after{
position:absolute;
content:"";
top:0px;
right:0px;
bottom:0px;
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/images/g.png);
background-position:right;
background-repeat:no-repeat;
background-size:cover;
width:100%;
z-index:-1;
transform:skewX(10deg) scale(1.5) translateX(14px);
-moz-transform:skewX(10deg) scale(1.5) translateX(14px);
-webkit-transform:skewX(10deg) scale(1.5) translateX(14px);
}	
.kode_football_ipl_fixture h3{
margin-bottom:25px;
position:relative;
}
.kode_football_ipl_fixture h3:before{
position:absolute;
content:"";
bottom:-17px;
left:0px;
right:0px;
border-bottom:2px solid #000;
width:64px;
}
.kode_football_ipl_fixture p{
color:#000000;
position:relative;
padding:0px 8px 0px 0px;
}  .kode_football_product_wraper{
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/images/productb.png);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
position:relative;
padding:63px 0px 66px 0px;
}
.kode_football_product_wraper:before{
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
background-color:#1a1a1a;
opacity:0.80;
}
.kode_football_latest_heading.product_hdg{
position:relative;
}
.kode_football_latest_heading.product_hdg h2{
color:#fff;
}
.kode_football_product_star,
.kode_football_product_caption,
.kode_football_product_wraper,
.kode_football_product_fig{
float:left;
width:100%;
}
.kode_football_product_fig figure{
position:relative;
border:2px solid transparent;
margin-bottom:14px;
overflow:hidden;
}
.kode_football_product_icon,
.kode_football_product_icon{
position:absolute;
text-align:center;
padding:10px 0px;
bottom:-50px;
left:0px;
right:0px;
opacity:0;
margin:0px;
}
.kode_football_product_fig:hover .kode_football_product_icon{
bottom:30px;
opacity:1;
}
.kode_football_product_icon li{
display:inline-block;
}
.kode_football_product_icon li a{
display:inline-block;
height:36px;
width:36px;
text-align:center;
line-height:32px;
border:2px solid #000000;
color:#000000;
margin-right:1px;
}
.kode_football_product_icon li a.active,
.kode_football_product_icon li a:hover{
background-color:#000;
color:#fff;
}
.kode_football_product_star,
.kode_football_product_caption{
text-align:center;
margin:0px;
}
.kode_football_product_caption h5{
color:#fff;
margin-bottom:7px;
}
.kode_football_product_caption h5 a{
color:#fff;
}
.kode_football_product_caption span{
color:#999;
font-size:20px;
display:inline-block;
margin-bottom:8px;
}
.kode_football_product_star li{
display:inline-block;
}
.kode_football_product_star a{
display: inline-block;
margin: 0 -2px;
}
.kode_football_product_star a:hover{
color:#000;
}  .kode_football_news_wraper{
padding:62px 0px 122px 0px;
}
.kode_football_news_icon,
.kode_football_news_caption,
.kode_football_news_wraper,
.kode_football_news_fig{
float:left;
width:100%;
}
.kode_football_news_fig{
text-align:center;
}
.kode_football_news_fig:hover{
box-shadow: 0 0 16px 1px #b7b7b7;
}
.kode_football_news_fig figure{
position:relative;
}
.kode_football_news_fig figure:before{
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
width: 0;
height: 0;
border-style: solid;
border-width: 71px 71px 0 0;
border-color: #ffcc33 transparent transparent transparent;
opacity:0;
}
.kode_football_news_fig:hover figure:before{
opacity:0.90;
}
.kode_football_news_fig .kode_football_news_search{
position:absolute;
top:13px;
left:-17px;
color:#fff;
opacity:0;
}
.kode_football_news_fig:hover .kode_football_news_search{
left:13px;
opacity:1;
}
.kode_football_news_fig .kode_football_news_search:hover{
color:#000;
}
.kode_football_news_caption{
position:relative;
z-index:999;
padding-bottom:23px;
background-color:#333;
}
.kode_football_news_caption:before{
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/images/newsb.jpg);
background-position:center;
background-repeat:no-repeat;
background-size:cover;
z-index:-1;
}
.kode_football_news_caption span{
height:60px;
width:52px;
display:inline-block;
text-align:center;
padding:5px 0px;
color:#333;
line-height:25px;
position:relative;
margin-top:-30px;
margin-bottom:26px;
}
.kode_football_news_caption span:before{
position:absolute;
content:"";
top:-5px;
left:-5px;
right:-5px;
bottom:-5px;
border:1px solid ;
}
.kode_football_news_caption h5{
color:#fff;
line-height:24px;
margin-bottom:10px;
}
.kode_football_news_caption h5 a{
color:#fff;
}
.kode_football_news_caption p{
font-weight:bold;
}
.kode_football_news_icon{
padding:5px 20px 5px 16px;
}
.kode_football_news_icon a{
float:left;
display:inline-block;
color:#000000;
font-weight:600;
}
.kode_football_news_icon a:hover{
color:#fff;
}
.kode_football_news_icon > span{
float:right;
color:#000000;
}
.kode_football_news_icon > span i{
color:#000000;
margin:0px 10px; 
} .kode_football_news_wraper .bx-wrapper .bx-controls-direction a{
color:transparent;
}
.kode_football_news_wraper  .bx-wrapper .bx-pager.bx-default-pager a {
background: #666 none repeat scroll 0 0;
border-radius: 5px;
display: block;
height: 10px;
margin: 0 5px;
outline: 0 none;
text-indent: -9999px;
width: 10px;
}
.kode_football_news_wraper .bx-pager.bx-default-pager a.active{
}
.kode_football_news_wraper .bx-wrapper .bx-controls-direction a:hover{
border:1px solid #c22b2a;
}
.kode_football_news_wraper  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
bottom:-62px;
position: absolute;
width: 100%;
}
.kode_football_news_wraper  .bx-wrapper{
margin:0px;
}
ul.product-listing{
margin:0px;
padding:0px;
list-style:none;
}
.kode_football_news_fig .kode-blog-thumbnail iframe{
margin:0px;
}
.kode_football_heros_fig figure{
margin-bottom:0px;
}
.kode_football_heros_icon{
padding:0px;
margin:0px;
list-style:none;
}
.kode-newslatter *::-moz-placeholder{
color:#fff;
}
.kode_football_footer_wraper{
float:left;
width:100%;
position:relative;
z-index:999;
}
.kode_football_footer_wraper:after{
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
background-position:center;
background-repeat:no-repeat;
background-size:cover;
height:100%;
z-index:-1;
}
.kode_football_footer_wraper:before{
position:absolute;
content:"";
top:0px;
bottom:0px;
left:0px;
right:0px;
height:100%;
}
.kode_football_footer_social_icon ul,
.kode_football_footer_social_icon,
.kode_football_footer_newsleter form,
.kode_football_footer_newsleter,
.kode_football_footer_gallery ul,
.kode_football_footer_gallery,
.kode_football_footer_information ul,
.kode_football_footer_information,
.kode_football_footer_logo,
.kode_football_footer_caption{
float:left;
width:100%;
}
.kode_football_footer_caption h3{
color:#fff;
font-weight:500;
margin-bottom:30px;
}
.kode_football_footer_logo figure{
margin-bottom:25px;
}
.kode_football_footer_logo{
margin-top: -6px;
}
.kode_football_footer_newsleter,
.kode_football_footer_information {
margin-top: -10px;
}
.kode_football_footer_logo p{
color:#999;
font-size:14px;
}
.kode_football_footer_information ul  li{
}
.kode_football_footer_information ul  li a{
display:inline-block;
color:#999999;
font-size:16px;
margin-bottom:11px;
}
.kode_football_footer_information ul  li a:hover{
padding-left:10px;
}
.kode_football_footer_gallery ul li{
float:left;
margin:0px 10px 10px 0px;
overflow:hidden;
}
.kode_football_footer_gallery img{
transform: scale(1.0);
-moz-transform: scale(1.0);
-webkit-transform: scale(1.0);
}
.kode_football_footer_gallery img:hover {
transform: scale(1.4);
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
}
.kode_football_footer_gallery li:nth-child(3){
margin-right: 0;
}
.kode_football_footer_gallery li:last-child{
margin-right: 0;
}
.kode_football_footer_search{
float:left;
width:100%;
margin-bottom:20px;
}
.kode_football_footer_search:nth-child(2) {
margin-bottom: 25px;
}
.kode_football_footer_search label{
font-size:16px;
color:#fff;
}
.kode_football_footer_search input{
width:100%;
height:40px;
background:none;
border:1px solid #fff;
padding:0px 15px;
color:#474747;
}
.kode_football_footer_search input:focus{
box-shadow:0 0 9px 1px #fff;
color:#ffcc33;
}
.kode_footer_newslater_submit{
float:left;
width:100%;
text-align:center;
padding:7px 0px 7px 0px;
text-transform:uppercase;
color:#fff;
font-size:16px;
font-weight:600;
}
.kode_footer_newslater_submit:hover{
background-color:#000;
color:#fff;
}
.kode_football_footer_social_icon{
text-align:center;
position:relative;
z-index:999;
padding-top:36px;
}
.kode_football_footer_social_icon ul li{
display:inline-block;
}
.kode_football_footer_social_icon ul li a{
display:inline-block;
height:43px;
width:43px;
text-align:center;
line-height:43px;
border-radius:100%;
border:1px solid #ffcc33;
color:#fff;
margin:0px 4px;
}
.kode_football_footer_social_icon ul li a:hover{
color:#000000;
}
.kode_football_copyright_caption,
.kode_football_copyright_wraper{
float:left;
width:100%;
background-color:#000000;
padding:10px 0px 10px 0px;
}
.kode_football_copyright_caption{
text-align:center;
}
.kode_football_copyright_caption p{
color:#fff;
font-size:16px;
font-weight:600;
}
.dropdown-menu > li > a{
text-transform:capitalize;
}
.footer-bottom-1 .widget h3{
color:#fff;
margin-bottom:20px;
}.thcolor,.thcolorhover:hover,.kode-section-title h2,.kode-pro-inner:hover figcaption h4 a,.next-prev-style .owl-nav div,
.kode-blog-list ul li:hover .kode-time-zoon h5 a,.kode-large-blog ul li:hover .kode-blog-btn,.children li a:before,
.kode-grid-blog .kode-blog-options li a:hover,.widget-tabnav li:hover a,.widget-tabnav li.active a,
.kode-recent-blog > ul > li:hover h6 a,.widget-recent-news ul li:hover h6 a,.kode-related-blog ul li:hover h6 a,
.kode-gallery ul li:hover h2 a,.player-nav li.active a,.fixer-pagination a:hover,.next-prev-style .owl-nav div {
color: #195D10 !important;
}
.heading-12 span.left, .heading-12 span.right, .thbg-color,.thbg-colorhover:hover,.navbar-nav > li > a:before,.owl-nav div:hover,.kode-team-network li a:hover,
.kode-team-list figure:hover figcaption h2 a,.kode-services ul li:hover .service-info,.kode-table thead,
.kode-blog-list ul li:hover .kode-time-zoon time,.kode-blog-list ul li:hover .kode-time-zoon:before,.kode-bottom-footer,
.children > li:hover > a,.pagination a:hover,.pagination span,.widget-tabnav li a:before,.widget-recent-news ul li:hover time,
.kode-table caption,.shop-btn a:hover,.fixer-btn a:hover,.kode-underconstruction .kode-innersearch form input[type="submit"] {
background-color: #195D10;
}
.next-prev-style .owl-nav div,
.th-bordercolor,.th-bordercolorhover:hover,.kd-headbar,.kode-section-title h2,.owl-nav div:hover,
.kode-team-list figure:hover figcaption h2 a,.next-prev-style .owl-nav div,.kode-table,
.kode-simple-form ul li input[type="submit"],.children,.kode-grid-blog .kode-blog-info:before,.kode-modrenbtn:hover,
.kode-widget-title h2,.widget-recent-news ul li:hover time,blockquote,.kode-inner-fixer,
#koderespond form p input[type="button"],#koderespond form p input[type="submit"],.kode-header-three .navbar-nav > li > a::before {
border-color: #195D10 !important;
}
.tab-widget {
box-shadow: 0px 2px 0px 0px #195D10,0px 2px 0px 0px #195D10 inset;
}
.kode-admin-post:before,
.kode-result-list article:before,
.kode-testimonial figure:before,
.countdown-amount:before{
border-top-color: #195D10;
}
.subheader-height:after{
border-bottom-color: #195d10;
}
.subheader-height:before{
background: #195d10;
}
.kode-subheader{
background:#009c00;
} .thcolortwo,.thcolortwohover:hover,.kode-medium-blog >ul >li:hover h5 a,.kode-medium-blog .kode-blog-options li a:hover {
color: #ffe325;
}
.thbg-colortwo,.thbg-colortwohover:hover,#mainbanner .flex-control-paging li a.flex-active,.kode-pro-inner:hover .kode-pro-info,
.kode-medium-blog >ul >li:hover .medium-info time, .kode-caption h2{
background-color: #ffe325;
}
.kode-caption h2:before, .kode-caption h2:after{
border-bottom-color: #ffe325;
}
.kode-modren-btn, .th-bordertwocolor,.th-bordercolortwohover:hover,.kode-medium-blog,.kode-medium-blog >ul >li:hover .medium-info time,
.kode-loginform p input[type="submit"] {
border-color: #ffe325;
} .kode_football_copyright_caption p a:hover,
.kode_football_footer_information ul  li a:hover,
.kode_football_news_caption p,
.kode_football_gallery_plus:hover,
.kode_football_product_star li a,
.kode_football_heros_caption h6,
.countdown li  h5,
.kode_football_latest_eangle_2 span,
.kode_football_latest_eangle span,
.kode_football_latest_heading strong,
.kode_football_latest_heading h2 span,
.kode_football_banner_caption  a.active,
.kode_football_banner_caption  a:hover,
.kode_football_banner_caption h1 span,
.kode_football_top_navigation_right ul li a:hover,
.kode_football_top_navigation ul li a.active,
.kode_football_top_navigation ul li a:hover,
.kode_football_icon_cart li a:hover,
.kode_football_regsiter li a.active,
.kode_football_regsiter li a:hover,
.kode_football_top_social ul li a.active,
.kode_football_top_social ul li a:hover {
color:#ffcc33;
} .kode_football_ipl_tabs .nav.nav-tabs a:hover,
.kode_football_footer_social_icon ul li a:hover,
.kode_footer_newslater_submit,
.kode_football_news_wraper  .bx-wrapper .bx-pager.bx-default-pager a.active,
.kode_football_news_wraper  .bx-wrapper .bx-pager.bx-default-pager a:hover,
.kode_football_news_icon,
.kode_football_news_fig span,
.kode_football_gallery_read a,
.kode_football_latest_video_caption,
.kode_football_leader_wraper,
.kode_football_ipl_cols > ul > li:hover:before,
.kode_football_ipl_fixture:before,
.kode_football_product_icon,
.kode_football_heros_wraper .owl-next:hover:before,
.kode_football_heros_wraper .owl-prev:hover:after,
.kode_football_heros_icon:before,
.kode_football_match_wraper,
.kode_football_latest_readmore a,
.kode_football_latest_compition a,
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
background-color:#ffcc33;
} .kode_football_news_fig span:before,
.kode_footbal_leader_team,
.kode_football_product_fig:hover figure,
.kode_football_heros_fig figure,
.kode_football_latest_view a:hover,
.kode_football_latest_compition a:before,
.kode_football_banner_caption  a.active,
.kode_football_banner_caption  a:hover{
border-color:#ffcc33;
} .kode_football_ipl_tabs .nav.nav-tabs a,
.kode_football_copyright_caption p a,
.kode_football_footer_social_icon ul li a,
.kode_footer_newslater_submit,
.kode_football_footer_gallery img,
.kode_football_footer_information ul  li a,
.kode_football_gallery_fig_4 figure:after,
.kode_football_gallery_fig_3 figure:after,
.kode_football_gallery_fig_2 figure:after,
.kode_football_gallery_fig figure:after,
.kode_football_news_fig,
.kode_football_news_icon a,
.kode_football_news_fig .kode_football_news_search,
.kode_football_news_fig figure:before,
.kode_football_news_fig .kode_football_news_search,
.kode_football_gallery_plus,
.kode_football_gallery_fig_caption,
.koode_footall_gallery_fig_stone figure:before,
.koode_footall_gallery_fig_last figure:before,
.kode_football_gallery_store_list figure:before,
.kode_football_gallery_store figure:before,
.kode_football_gallery_fig_2 figure:before,
.kode_football_gallery_fig figure:before,
.kode_football_gallery_plus,
.kode_football_gallery_read a,
.kode_football_video_top_arrow ,
.kode_football_latest_video_content .kode_football_video_capital,
.kode_football_latest_video_content .kode_football_video_bold,
.kode_football_latest_video_content .kode_football_video_italic,
.kode_football_latest_video_tabs span,
.kode_football_latest_video_caption ul li:after,
.kode_football_latest_video_caption ul li:before,
.kode_football_ipl_cols > ul > li:before,
.kode_football_ipl_cols > ul > li,
.kode_football_product_star a,
.kode_football_product_icon,
.kode_football_product_fig figure,
.kode_football_product_icon li a,
.kode_football_heros_wraper .owl-next:before,
.kode_football_heros_wraper .owl-prev:after,
.kode_football_heros_icon li a,
.kode_football_heros_icon,
.kode_football_latest_view a,
.kode_football_latest_compition a,
.kode_football_latest_readmore a,
.kode_football_banner_caption  a,
.kode_football_top_navigation_right ul li a,
.kode_football_top_navigation ul li a,
.kode_football_icon_cart li a,
.kode_football_regsiter li a,
.kode_football_top_social ul li a{
transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
} .crkt-team-dec:hover h4 a,
.crkt-bnr-caption h4 b,
.crkt-event .text h5 a,
.crkt-table thead th,
.crkt-videos .text h4 a,
.crkt-videos .thumb:before,
.crkt-news:hover .text h4 a,
.crkt-videos .text p a:hover,
.crkt-more:hover,
.post-caption h5 a:hover,
.crkt-copyright p a:hover,
.widget ul li:hover,
.crkt-fixtures-dec .text:hover h4 a,
.crkt-viewmore a:hover,
.add-caption h4 a:hover,
.crkt-bx-banner .bx-wrapper .bx-controls-auto .active.bx-start::before,
.crkt-bx-banner .bx-wrapper .bx-controls-auto .active.bx-stop::before
{	
color: #ffcd02;
} .crkt-topbar,
.crkt-navigation li:hover,
.crkt-links .crkt-btn1.active,
.crkt-links .crkt-btn1:hover,
.crkt-hd:before,
.crkt-news .text h4:before,
.cup-name,
.crkt-hd2 h2:before,
.score-btn,
.crkt-tabnav > li.active.current > a,
.crkt-accordian .accordion,
.crkt-midbar,
.post-caption small,
.crkt-more,
.crkt-hd3:before,
.crkt-icon:hover,
.crkt-social li a:hover,
.crkt-slider .bx-wrapper .bx-controls-direction a,
.crkt-fixtures-hd,
.crkt-pagination a,
.crkt-dropdown .dropdown.open button,
.crkt-fixtures-link a:hover,
.crkt-fixtures-more a,
.add-caption h4:before,
.kode-cricket .modal-header
{
background-color: #ffcd02;
} .crkt-links .crkt-btn1.active,
.crkt-links .crkt-btn1:hover,
.crkt-event .thumb,
.crkt-videos .thumb,
.crkt-dropdown .dropdown.open button,
.crkt-fixtures-link a:hover,
.crkt-bx-banner  .bx-wrapper .bx-pager.bx-default-pager a.active
{
border-color: #ffcd02;
}
.crkt-tabnav > li.active.current > a:before{
border-color: #ffcc02 transparent transparent transparent;	
} .crkt-fixtures-dec .text,
.crkt-fixtures-dec .text h4 a,
.crkt-btn1,
.crkt-topbar li a,
.crkt-topbar li,
.crkt-search input[type="text"],
.crkt-navigation li,
.crkt-tabnav li a,
.crkt-tabnav > li.active > a:before,
.crkt-accordian .accordion,
.crkt-table tr,.crkt-videos .thumb:before,
.crkt-news .text h4 a,.crkt-icon,
.crkt-news .thumb img,
.crkt-social li a,
.crkt-videos .text p a,
.crkt-team-dec h4 a,
.crkt-more,
.post-caption h5 a,
.input-dec button,
.crkt-social-2 li a,
.widget-crktgallery ul li img,
.crkt-copyright p a,
.widget ul li,
.crkt-slider .bx-wrapper .bx-controls-direction a,
.crkt-pagination a,
.crkt-dropdown .dropdown button,
.crkt-fixtures-link a,
.crkt-fixtures-more a,
.crkt-viewmore a,
.add-caption h4 a
{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}.kd-tab {
float: left;
width: 100%;
margin: 0px 0px 25px 0px;
}
.kd-horizontal-tab .nav-tabs {
margin: 0px;
}
.kd-horizontal-tab .nav-tabs > li > a {
background-color: #f9f9f9;
}
.kd-horizontal-tab .tab-content {
padding: 20px 0px 0px 0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #ffffff;
} .kd-vertical-tab .nav-tabs {
float: left;
width: 30%;
}
.kd-vertical-tab .nav-tabs li {
width: 100%;
}
.kd-vertical-tab .tab-content {
float: left;
width: 70%;
border-left: 1px solid #eeeeee;
padding: 0px 0px 0px 20px;
}
.kd-vertical-tab .nav-tabs > li.active > a:hover {
border: none;
}
.kd-vertical-tab .nav-tabs {
border-bottom: 1px solid #eeeeee;
}
.kd-vertical-tab .nav-tabs > li.active > a, .kd-vertical-tab .nav-tabs > li.active > a:focus {
border: none;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
background-color: #ffffff;
}
.kd-vertical-tab .nav-tabs > li {
margin: 0px;
}
.kd-vertical-tab .nav-tabs > li > a {
background-color: #f9f9f9;
margin: 0px;
border: none;
border-top: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
border-radius: 0px;
}
.kd-vertical-tab.tabs.kd-tab ul{
margin:0px;
padding:0px;
} .kd-dropcap p::first-letter {
font-size: 43px;
color: #777777;
float: left;
padding: 10px 15px 0px 0px;
} .close {
line-height: 26px;
font-size: 32px;
}
.genral-message {
background-color: #f9f9f9;
border: 2px solid #eeeeee;
}
.success-message {
background-color: #e4f5ba;
border: 2px solid #cbdaa5;
}
.warning-message {
background-color: #fdedbf;
border: 2px solid #e4c789;
}
.error-message {
background-color: #fcd4cb;
border: 2px solid #e1a197;
}
.information-message {
background-color: #e3eff7;
border: 2px solid #a6c4d8;
}
pre {
padding: 9.5px 25px;
} .kd-table {
float: left;
width: 100%;
margin: 0px 0px 30px 0px;
}
.kd-table tr td {
border: none;
border-bottom: 1px solid #eeeeee;
}
.kd-table tr th {
color: #ffffff;
padding: 4px 20px;
border: none;
}
.kd-table tbody {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
.kd-table tbody tr td {
padding: 10px 20px;
}
.kd-tableone thead {
background-color: #f34a53;
}
.kd-tabletwo thead {
background-color: #11b7ad;
} .kd-userservices article {
margin-bottom: 30px;
}
.kd-smallview i {
float: left;
width: 40px;
height: 40px;
color: #ffffff;
background-color: #11b7ad;
border-radius: 100%;
text-align: center;
font-size: 18px;
padding: 10px 0px 0px 0px;
margin: 6px 0px 0px 0px;
}
.kd-smallview i ~ .services-info {
padding: 0px 0px 0px 50px;
} .kd-imageframe {
float: left;
width: 100%;
margin-bottom: 30px;
}
.kd-imageframe a.frame-thumb {
display: inline-block;
box-shadow: 0px 0px 4px 1px #999;
}
.kd-imageframe h1 {
font-weight: 300;
margin: 0px 0px 15px 0px;
}
.kd-imageframe span {
font-size: 22px;
color: #999999;
margin: 0px 0px 20px 0px;
display: inline-block;
width: 100%;
}
.kd-imageframe p {
margin: 0px 0px 10px 0px;
}
.frame-btn {
float: left;
padding: 10px 20px;
color: #ffffff;
text-transform: uppercase;
border-radius: 4px;
font-size: 14px;
position: relative;
margin-top: 15px;
} .unorder-list li {
list-style: inside none disc;
}
.kd-list {
float: left;
width: 100%;
margin-bottom: 25px;
}
.kd-list li {
margin: 0px 0px 10px 0px;
}
.order-list li {
list-style: desimal inside;
}
.icon-list li {
list-style: none;
}
.icon-list li i {
margin-right: 6px;
color: #666;
}
.squareicon-list li {
list-style: none;
float: left;
width: 100%;
}
.squareicon-list li i {
float: left;
width: 25px;
height: 25px;
background-color: #333;
color: #ffffff;
margin-right: 15px;
border-radius: 100%;
text-align: center;
padding: 8px 0px 0px 0px;
font-size: 10px;
} .kd-accordion {
float: left;
width: 100%;
margin-bottom: 25px;
}
.kd-accordion .accordion {
display: inline-block;
width: 100%;
background-color: #ffffff;
border: 1px solid #eeeeee;
padding: 15px 20px;
color: #444444;
font-size: 13px;
margin: 0px 0px 3px 0px;
position: relative;
}
.kd-accordion .accordion span {
position: absolute;
right: 0px;
top: 0px;
width: 50px;
height: 100%;
color: #777777;
border-left: 1px solid #eeeeee;
font-size: 16px;
padding: 18px 0px 0px 0px;
text-align: center;
}
.kd-accordion .accordion.accordion-open span:before {
content: "\f068";
}
.accordion-content > p {padding: 20px;text-align: justify;} .kd-button, .kd-icon {
float: left;
width: 100%;
margin: 0px 0px 20px 0px;
}
.custom-btn {
display: inline-block;
vertical-align: middle;
background-color: #f34a53;
color: #ffffff;
padding: 8px 20px;
text-transform: uppercase;
border-radius: 4px;
font-weight: bold;
}
.kd-medium {
padding: 13px 26px;
}
.kd-large {
padding: 17px 26px;
} .plain-icon {
font-size: 36px;
display: inline-block;
vertical-align: middle;
}
.plain-icon a {
margin-right: 20px;
}
.plain-icon a {
color: #777777;
} .circle-icon a {
display: inline-block;
background-color: #f24952;
width: 65px;
height: 65px;
color: #ffffff;
text-align: center;
font-size: 24px;
border-radius: 100%;
padding: 13px 0px;
margin-right: 12px;
}
.square-icon a {
display: inline-block;
background-color: #11b7ad;
width: 65px;
height: 65px;
color: #ffffff;
text-align: center;
font-size: 28px;
border-radius: 5px;
padding: 13px 0px;
margin-right: 12px;
} .kd-divider {
float: left;
width: 100%;
margin: 0px 0px 0px 0px;
}
.kd-divider span {
display: inline-block;
font-size:30px;
width: 100%;
} .custom-skills {
float: left;
width: 100%;
} .progressbar-back-text { display: none; }
.progress-bar {
font-weight: bold;
font-size: 14px;
text-align: right;
line-height: 23px;
padding: 0px 10px;
}
.circle-progress {
float: left;
width: 25%;
list-style: none;
padding: 0px 20px 0px 0px;
}
.circle-progress:nth-child(4n) { padding-right: 0px; }
.perc { line-height: 175px !important; }
.defoult-map {
float: left;
width: 100%;
margin-bottom: 25px;
} .alert{clear:both;}
.alert i{
}
.check-list li{
list-style:none;
margin-bottom:10px;
}
.check-list li:before{
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;text-rendering:auto;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
transform:translate(0, 0);
font-family:'FontAwesome';
}
.demo-sep{clear:both;}
.sep-single{height:1px;background-color:#e7e6e6;}
.sep-double{height:6px;border-top:1px solid #e7e6e6;border-bottom:1px solid #e7e6e6;}
.sep-dotted{border-bottom:2px dotted #e7e6e6;}
.sep-dashed{border-bottom:2px dashed #e7e6e6;}
.sep-shadow{background:transparent url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/images/sep-shadow.png) no-repeat top center;height:7px;width:100%;}
.code {
background: none repeat scroll 0 0 ghostwhite;
padding: 20px;
clear:both;
}
.code p{
margin-bottom:0px;
}
.kode_shortcode-map{clear:both;}
.one_third{
width:33.33%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.two_third{
width:66.66%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.one_half{
width:50%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.one_fourth{
width:25%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.three_fourth{
width:75%;
float:left;
padding:15px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.fontawesome-icon {
padding: 19px 0px;
width: 65px;
height: 65px;
display: inline-block;
text-align: center;
font-size: 24px;
margin-right:12px;
}
.fontawesome-icon.circle-yes {
border-radius: 100%;
}
.fontawesome-icon.circle-no {
border-radius: 5px;
} .kd-modrentitle .kd-divider{
margin:0px;
}
.kd-divider {
float: left;
width: 100%;
margin: 0px 0px 15px 0px;
}
.kd-divider span {
display: inline-block;
}
.divider2 span {
border-bottom: 1px solid #eeeeee;
}
.divider3 span {
border-bottom: 1px dotted #eeeeee;
}
.divider4 span {
border: 5px double #eeeeee;
}
.divider5 span {
border: 1px dashed #eeeeee;
}  .our-skills {
float: left;
width: 100%;
}
.heading-style3.white h2, .heading-style3.white p {
color: #ffffff;
}
.skills-title {
float: left;
width: 100%;
text-align: center;
color: #fff;
margin: 0 0 47px;
}
.skills-title h2 {
font-size: 48px;
line-height: 48px;
text-transform: uppercase;
margin: 0 0 20px;
color: #fff;
}
.skills-title p {
margin: 0;
}
.our-skills ul li {
list-style: none;
}
.progress-holder {
float: left;
width: 100%;
}
.progress-holder span {
font-size: 16px;
line-height: 16px;
font-weight: 600;
color: #fff;
margin: 0 0 10px;
display: block;
}
.progress-holder .progress {
float: left;
width: 100%;
padding: 0;
border-radius: 10px;
height: auto;
margin: 0 0 50px;
text-align: left;
}
.progress-holder .progress .progress-bar {
margin: 0;
height: 20px;
padding: 0 10px;
text-align: right;
font-weight: bold;
}
.progress .bg-color1 {
background-color: #03acdc !important;
}
.progress .bg-color2 {
background-color: #ffcc0e !important;
}
.progress .bg-color3 {
background-color: #18e2ba !important;
}
.progress .bg-color4 {
background-color: #f65353 !important;
}
.progress .bg-color5 {
background-color: #564bb5 !important;
}
.progress .bg-color6 {
background-color: #52c854 !important;
}
.dropcap p:first-letter,.dropcap2 p:first-letter,.dropcap{
font-size: 40px;
color: #777777;
margin: 0px 15px 3px 0px;
text-transform: uppercase;
float: left;
line-height: 1;
}
.dropcap2 p:first-letter{
width: 65px;
height: 65px;
background-color: #101010;
color: #999;
text-align: center;
padding-top: 11px;
} .kode-counter {
float: left;
width: 100%;
}
.kode-counter {
list-style: none;
text-align: center;
}
.kode-counter i {
color: #ffffff;
margin: 0px 0px 18px 0px;
}
.kode-counter span {
color: #ffffff;
display: block;
font-size: 50px;
font-weight: bold;
padding: 0px 0px 16px 0px;
position: relative;
margin-bottom: 5px;
}
.kode-counter span:before {
content: '';
position: absolute;
left: 50%;
bottom: 0px;
width: 80px;
height: 3px;
border-bottom: 2px solid #ffffff;
margin: 0px 0px 0px -40px;
}
.kode-counter small {
color: #ffffff;
font-size: 16px;
text-transform: uppercase;
} .kode-services,.kode-services figure img {
float: left;
width: 100%;
}
.kode-services article {
margin: 0px -4px 24px 0px;
}
.kode-services figure {
float: left;
width: 270px;
position: relative;
overflow: hidden;
}
.kode-services figure:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-color: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
opacity: 0;
}
.kode-services:hover figure:before {
opacity: 1;
}
.kode-services.type-2 figure ~ .kode-service-info {
padding: 24px 0px 0px 295px;
}
.kode-services .kode-service-info h2 {
margin: 0px 0px 8px 0px;
}
.kode-services .kode-service-info p { margin-bottom: 15px; }
.kode-services .kode-service-info a.kd-readmore {
display: inline-block;
padding: 10px 16px;
color: #333333;
border-radius: 4px;
background-color: #e4e4e4;
}
.kode-services .kode-service-info a.kd-readmore:hover { color: #ffffff; } .kd-services {
text-align: center;
margin-bottom: 30px;
float: left;
width: 100%;
}
.kd-services i {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 100%;
color: #ffffff;
font-size: 45px;
padding: 26px 0px 0px 0px;
margin: 0px 0px 24px 0px;
}
.kd-services:hover i {
box-shadow: 0px 0px 0px 8px #fff inset;
}
.kd-services h5 {
text-transform: uppercase;
margin: 0px 0px 10px 0px;
}
.kd-services .kd-readmore{
float:none;
text-align:center;
}
.kd-services p{
margin:0px 0px 25px 0px;
}
.kd-testimonial {
float: left;
width: 100%;
text-align: center;
}
.kd-testimonial i, .kd-testimonial p, .kd-testimonial span {
color: #ffffff;
}
.kd-testimonial p {
font-size: 22px;
}
.kd-testimonial i {
font-size: 80px;
line-height: 0.6;
}
.kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a {
background-color: #91989a;
}
.bx-wrapper .bx-controls-direction a{
width:auto;
left:0px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
right:0px;
left:auto
}
.kd-testimonial ul.bxslider{
float:left;
width:100%;
margin:0px;
padding:0px;
}
.kd-testimonial .bx-wrapper li{
padding:0px 100px;
}
.kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a:hover, .kd-testimonial .bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #ffffff;
}
.kd-testimonial .bx-wrapper .bx-pager, .kd-testimonial .bx-wrapper .bx-controls-auto {
position: static;
}
.kode-testimonial-white .kdtwitter a,
.kode-testimonial-white h2{
color:#fff;
}
.kode-background-video .kode-video-bg {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
width:100%;
height:100%;
}
.kode-background-video  .container{
position:relative;
} .kode-services-3{
float:left;
width:100%;
text-align:center;
background-color:#fff;
padding:40px 20px;
border-bottom:solid 3px transparent;
overflow:hidden;
}
.kode-services-3:hover{
box-shadow:0px 10px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow:0px 10px 15px 0px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 10px 15px 0px rgba(0,0,0,0.1);
}
.kode-services-3 i{
width:100%;
float:left;
font-size:60px;
margin:0px 0px 15px 0px;
}
.kode-services-3:hover i{
transform:scale(4);
opacity:0.5
}
.kode-services-3 .kode-text-3{
position:relative;
z-index:10;
}
.kode-services-3 h2{
font-size:24px;
color:#333333;		
}
.kode-services-3 p{
line-height:24px;
}
.kode-services-3 a.kode-read-more{
text-transform:uppercase;
font-weight:bold;
font-size:14px;
}
.btn-filled{
display:inline-block;
font-size:18px;
text-transform:uppercase;
padding:10px 30px;
color:#fff;
font-weight:bold;
}
.btn-filled:hover{
background-color:#000;
text-decoration:none;
color:#fff;
}
.btn-filled-rounded{
display:inline-block;
font-size:16px;
text-transform:uppercase;
padding:5px 20px;
color:#fff;
font-weight:bold;
border-radius:50px;
}
.btn-filled-rounded:hover{
background-color:#000;
text-decoration:none;
color:#fff;
}
.btn-borderd{
display:inline-block;
font-size:18px;
text-transform:uppercase;
padding:10px 30px;
color:#fff;
font-weight:bold;
border:solid 2px #fff;
}
.btn-borderd:hover{
text-decoration:none;
color:#fff;
}
.kode-services-3, .kode-services-3 i, .kode-cause-list .kode-thumb img, .kode-cause-list,  .btn-borderd, .kode-event-list:before, .kode-event-list img, .kode-team-member a:before, .kode-social-icons ul li a, .kode-team-member .kode-text, .kode-blog-list, .kode-blog-list .kode-avatar, .kode-blog-list .kode-thumb img, .widget-recentpost ul li a, .widget-social-network ul li span, .widget-social-network .input-container button, .widget-social-network ul li i, .footer-nav ul li a, .kd-accordion .accordion, .kode-testimonials-cover .bx-wrapper .bx-controls-direction a, .pagination > li > a, .pagination > li > span, .kode-event-list-2, .kode-event-list-2 img, .kode-event-list-2 .kode-thumb a:before, .kode-blog-list .kode-thumb a:before, .kode-cause-list .kode-thumb a:before, .widget-categories ul li a, .widget-categories ul li:before, .widget-blog ul li a, .widget-blog ul li .kode-thumb img, .widget-blog ul li .kode-thumb a:before, .widget-tags ul li a, .widget-archive ul li a, .widget-archive ul li:before, .widget-social ul li a, .widget-flickr ul li:before, .widget-flickr ul li img, .kode-gallery-item a.like, .kode-gallery-item, .kode-gallery-item .kode-text, .kode-gallery-item a.like, .kode-gallery-item .kode-thumb a:before, .kode-gallery-item .kode-thumb img, .kode-blog-list i, .kode-contact-icon i, .kode-contact-icon, .kode-product, .kode-product .kode-text h4 a, .kode-product .kode-text h2 a, .kode-product .kode-thumb:before, .kode-product .btn-filled.cart, .kode-product .btn-filled.view, .kode-blog-detail .kode-thumb, .kode-blog-option .kode-tags a, .kode-share-blog ul li a, .kode-comments .kode-text a.reply, .kode-fund-raised ul li a, .kode-shop-detail .product-quantity .qtyminus, .kode-shop-detail .product-quantity .qtyplus, .kode-team-member, .kode-team-detail .prectic-areas ul li a, .navigation ul li a, .header-2 .nav-content .kode-donate-now a{
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
} .kd-divider {
float: left;
width: 100%;
margin: 0px 0px 0px 0px;
}
.kd-divider{
display: inline-block;
font-size:30px;
width: 100%;
}
.div-single{
border-bottom: 1px solid #eeeeee;
}
.div-double {
border-bottom: 1px dotted #eeeeee;
}
.div-dotted{
border: 5px double #eeeeee;
}
.div-dashed{
border: 1px dashed #eeeeee;
}
.div-shadow{background:transparent url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/images/sep-shadow.png) no-repeat top center;height:7px;width:100%;}
.strip-info li{list-style:none;}
.header_2{
float:left;
width:100%;
position:absolute;
z-index:999;
}  .kode_football_top_login,
.kode_football_top_social ul,
.kode_football_top_wraper{
float:left;
width:100%;
list-style:none;
}
.kode_football_top_login ul{
padding:0px;
list-style:none;
}
.kode_football_top_social ul,
.kode_football_regsiter{
padding:0px;
list-style:none;
}
.kode_football_top_wraper{
padding:24px 0px 25px 0px;
position:relative;
}
.kode_football_top_wraper:after{
position:absolute;
content:"";
left:0px;
right:0px;
bottom:0px;
border-bottom:1px solid #adadad;
width:44.3%;
}
.kode_football_top_wraper:before{
position:absolute;
content:"";
right:0px;
bottom:0px;
border-bottom:1px solid #adadad;
width:44.3%;
}
.kode_football_top_social{
float:right;
}
.kode_football_icon_cart li,
.kode_football_top_social ul li{
float:left;
}
.kode_football_top_social ul li a{
display:inline-block;
margin-left:20px;
color:#fff;
}
.kode_football_icon_cart,
.kode_football_regsiter{
float:left;
}
.kode_football_regsiter{
padding-right:34px;
}
.kode_football_regsiter li{
float:left;
margin-right:25px;
}
.kode_football_regsiter li:last-child{
margin:0px;
}
.kode_football_regsiter li a{
text-transform:uppercase;
color:#fff;
font-weight:bold;
}
.kode_football_icon_cart li a{
display:inline-block;
padding-right:25px;
color:#fff;
}  .kode_football_top_navigation_right,
.kode_football_top_navi_wraper{
float:left;
width:100%;
}
.kode_football_top_navigation ul{
float:right;
}
.kode_football_top_navigation_right,
.kode_football_top_navigation{
float:right;
padding:22px 0px 25px 0px;;
}
.kode_football_top_navigation_right{
float:left;
}
.kode_football_top_navigation ul li, .kode_football_top_navigation_right ul li{
float:left;
margin-left:30px;
}
.kode_football_top_navigation ul li:first-child, .kode_football_top_navigation_right ul li:first-child{
margin:0px;
}
.kode_football_top_navigation_right ul{
float:right;
}
.kode_football_top_navigation_right ul li a,
.kode_football_top_navigation ul li a{
text-transform:uppercase;
color:#fff;
padding:0px;
}
.kode_football_top_navigation ul li a{
}
.kode_football_top_navigation_right ul li a{
}
.kode_football_top_navigation ul li a.active{
font-weight:bold;
}
.kode_football_top_navigation_right ul li{
float:left;	
}
.kode_football_top_navigation_right ul li:last-child{
margin-right:0px;
}
.kode_football_top_navi_fig {
margin-top: -60px;
text-align: center;
width: 100%;
}
.kode_football_latest_heading{
text-align:center;
float:left;
margin-bottom:11px;
width:100%;
}
.kode_football_latest_heading h2 {
margin-bottom:0;
line-height:normal
}
.kode_football_latest_heading strong {
font-size: 39px;
position:relative;
}
.kode_football_latest_heading strong:before,
.kode_football_latest_heading strong:after{
position:absolute;
content:"";
right: 45px;
top: 25px;
width: 71px;
border-bottom:1px solid #999999;
}
.kode_football_latest_heading strong:before{
left:54px;
}
.kode_football_latest_heading h2 b{
position:relative;
}
.kode_football_latest_heading strong b:after{
position:absolute;
content:"";
right: 45px;
top: 0px;
bottom:22px;
width: 71px;
border-bottom:1px solid #999999;
}
.kode_football_latest_heading strong b:before{
left:54px;
position:absolute;
content:"";
top: 0px;
bottom:22px;
width: 71px;
border-bottom:1px solid #999999;
} .kode_football_latest_champion ul,
.kode_football_latest_champion{
text-align:center;
}
.kode_football_latest_champion{
margin-bottom:32px;
}
.kode_football_latest_champion h5{
margin-bottom:8px;
}
.kode_football_latest_champion ul li{
display:inline-block;
padding:0px 15px;
border-right:1px solid #d1d1d1;
line-height:17px;
}
.kode_football_latest_champion ul li:last-child{
border-right:none;
margin:0px 0px 0px -3px;
}
.kode_football_latest_compition,
.kode_football_latest_wraper,
.kode_football_latest_champion ul,
.kode_football_latest_champion{
float:left;
width:100%;
}
.kode_football_latest_win{
float:right;
}
.kode_football_latest_win.right-side-content{
float:left;
}
.kode_football_latest_win.right-side-content .kode_football_latest_fig{
margin-right:0px;
margin-left:30px;
}
.kode_football_latest_win.right-side-content .kode_football_latest_eangle{
margin-right:0px;
margin-left:6px;
text-align:left;
}
.kode_football_latest_win.right-side-content  .kode_football_latest_eangle h6:after{
right:auto;
left:0;
}
.kode_football_latest_eangle_2,
.kode_football_latest_eangle{
float: left;
padding:15px 0;
text-align:right;
margin-right:6px;
}
.kode_football_latest_eangle_2 {
text-align: left;
margin-left:5px;
}
.kode_football_latest_eangle_2 h6,
.kode_football_latest_eangle  h6{
text-transform:uppercase;
margin-bottom:23px;
position:relative;
}
.kode_football_latest_eangle_2 h6:after,
.kode_football_latest_eangle  h6:after{
position:absolute;
content:"";
bottom:-15px;
right:0px;
border-bottom:2px solid #999999;
width:126px;
}
.kode_football_latest_eangle_2 h6:after{
left:0px;
}
.kode_football_latest_eangle_2 span,
.kode_football_latest_eangle span{
font-weight:Bold;
}
.kode_football_latest_fig{
float:left;
margin-right:30px;
}
.kode_football_latest_run_1,
.kode_football_latest_run{
float:left;
margin:10px 0;
}
.kode_football_latest_run_1 span,
.kode_football_latest_run span{
font-size:60px;
color:#333;
font-weight:Bold;
}
.kode_football_latest_run_1 span{
margin-right:30px;
}
.kode_football_latest_compition {
text-align:center;
padding:18px 0px;
}
.kode_football_latest_compition a{
display:inline-block;
height:54px;
width:54px;
text-align:center;
line-height:54px;
color:#fff;
font-size:20px;
font-weight:Bold;
position:relative;
}
.kode_football_latest_compition a:before{
position:absolute;
content:"";
top:-4px;
left:-4px;
right:-4px;
bottom:-4px;
border:1px solid #333;
}
.kode_football_latest_p{
float:left;
width:100%;
text-align:center;
padding:42px 0px 40px 0px;
}
.kode_football_latest_p p {
padding: 0 213px;
}
.kode_football_latest_readmore {
width:340px;
text-align:center;
margin:auto;
}
.kode_football_latest_readmore a{
display:inline-block;
padding:19px 40px 19px 40px;
font-size:18px;
color:#333;
}
.kode_football_latest_compition a:hover,
.kode_football_latest_readmore a:hover{
background-color:#000;
color:#fff;
} .kode_football_leader_wraper{
float: left;
padding-top: 30px;
position: relative;
width: 100%;
z-index: 999;
}
}
.kode_football_leader_wraper:after{
background-color:#0c0c0c;
bottom: 30;
content: "";
left: -10px;
position: absolute;
right: 0;
top: 0;
transform: skewX(-8deg) scale(1.1);
width: 67%;
z-index: -1;
min-height:602px;
}
.kode_football_leader_wraper:before{
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/images/leaderb.png);
background-position:center;
background-repeat:no-repeat;
bottom: 30;
content: "";
left: -60px;
bottom:0px;
position: absolute;
right: 0;
top: -30px;
transform: skewX(-8deg);
-moz-transform: skewX(-8deg);
-webkit-transform: skewX(-8deg);
width: 71%;
z-index: 999;
}
.kode_football_leader_cols{
float:left;
width:100%;
}
.kode_football_leader_heading{
float:left;
display:inline-block;
position:relative;
z-index:999;
width:100%;
}
.kode_football_leader_heading h2{
color:#fff;
margin-bottom:35px;
}
.kode_football_leader_row{
float:left;
width:70%;
position:relative;
z-index:10000;
}
.kode_footbal_leader_team{
float:left;
width:100%;
padding:12px 30px 11px 30px;
border-bottom:3px solid;
margin-bottom:25px;
position:relative;
z-index:999;
background-color:#212121;
}
.kode_footbal_leader_team h5{
float:left;
color:#fff;
margin-bottom:0px;
}
.kode_footbal_leader_team ul{
float:right;
list-style:none;
padding:0px;
margin:0px;
width:70%;
}
.kode_footbal_leader_team ul li{
float:left;
color:#fff;
width:20%;
text-align:center;
}
.kode_footbal_leader_team ul li h5{
float:none;
text-align:center;
display:block;
}
.kode_footbal_leader_team ul li:first-child{
margin-left:0px;
}
.kode_footbal_leader_team.team_1 li {
}
.kode_football_leader_fig{
float: right;
position:absolute;
right:0px;
bottom:0px;
width: 35%;
z-index: 999;
}
.kode_footbal_leader_team.team_1 {
background-color:#fff;
border-bottom: medium none;
margin-bottom:10px;
padding:16px 30px 17px 30px;
}
.kode_footbal_leader_team.team_1 h5{
font-size:16px !important;
color:#000000;
}
.kode_footbal_leader_team.team_1  li{
color:#000;
}  .kode_football_match_wraper{
float:left;
width:100%;
}
.kode_football_match_fig{
float:left;
width:35%;
position:relative;
}
.kode_football_matck_counter:before,
.kode_football_match_fig:before{
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/images/macthb.png);
background-position:left;
background-repeat:no-repeat;
background-size:cover;
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
opacity:0.17;
}
.kode_football_match_fig figure{
float:right;
margin-top:-75px;
z-index:999;
position:relative;
}
.kode_football_matck_counter{
float: left;
width:65%;
z-index:999;
position:relative;
padding:50px 0px 86px 40px;
}
.kode_football_matck_counter:after{
position:absolute;
content:"";
top:-30px;
left:-30px;
right:-49px;
transform:skew(-10deg);
bottom:0px;
background-color:#333;
z-index:-1;
}
.kode_football_matck_counter:before{
background-image:url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/images/macthbb.png);
opacity:0.10;
}
.kode_football_latest_heading.heading_2 {
text-align: left;
position:relative;
z-index:999;
}
.kode_football_latest_heading.heading_2 strong{
position:relative;
left:76px;
}
.kode_football_latest_heading.heading_2  h2{
color:#fff;
}
.kode_countdown{
float:left;
width:100%;
margin:0px 0px 30px 0px;
position:relative;
z-index:999;
padding:0px;
}
.kode_countdown li{
float:left;
width:170px;
text-align:center;
padding:32px 0px;
display:inline-block;
background-color:#242425;
margin-right:30px;
}
.kode_countdown li span{
font-size:48px;
color:#fff;
display:inline-block;
line-height:normal;
line-height:48px;
}
.kode_countdown h5{
font-size:25px;
line-height:normal;
color:#fff;
margin:0px;
}
.kode_football_latest_view{
float:left;
width:100%;
position:relative;
z-index:999;
}
.kode_football_latest_view a{
display:inline-block;
border:2px solid #fff;
width:170px;
height:60px;
text-align:center;
line-height:54px;
font-size:18px;
color:#fff;
margin-right:36px;
}  .kode_football_heros_wraper{
padding:60px 0px 70px 0px
}
.kode_football_heros_caption,
.kode_football_heros_wraper,
.kode_football_heros_fig{
float:left;
width:100%;
}
.kode_football_heros_fig figure{
position:relative;
border:3px solid;
border-bottom:none;
}
.kode_football_heros_icon{
position:absolute;
text-align:center;
top:120px;
left:0px;
right:0px;
padding:15px 0px 16px 0px;
z-index:999;
opacity:0;
}
.kode_football_heros_fig:hover .kode_football_heros_icon{
opacity:1;
top:150px;
}
.kode_football_heros_icon:before{
position:absolute;
content:"";
top:0px;
left:0px;
right:0px;
bottom:0px;
opacity:0.85;
z-index:-1;
}
.kode_football_heros_icon li{
display:inline-block;
}
.kode_football_heros_icon li a{
color:#333333;
display:inline-block;
margin-right:15px;
}
.kode_football_heros_icon li a:hover{
color:#000;
}
.kode_football_heros_caption{
text-align:center;
background-color:#333333;
padding:10px 0px 12px 0px;
}
.kode_football_heros_caption h4{
color:#fff;
margin-bottom:5px;
} .kode_football_heros_wraper .item {
padding: 0 15px;
}
.kode_football_heros_wraper .owl-pagination {
display: none;
}
.kode_football_heros_wraper .owl-buttons {
position: absolute;
top: 39%;
left:0px;
right:0px;
}
.kode_football_heros_wraper .owl-prev {
left: -50px;
position: absolute;
}
.kode_football_heros_wraper .owl-next:before,
.kode_football_heros_wraper .owl-prev:after{
position:absolute;
content:"\f104";
font-family: FontAwesome;
top:0px;
left:0px;
right:0px;
bottom:0px;
height:39px;
width:39px;
text-align:centter;
line-height:39px;
color:#fff;
background-color:#333333;
}
.kode_football_heros_wraper .owl-next:before{
content:"\f105";
}
.kode_football_heros_wraper .owl-next{
right:-50px;
position: absolute;
}
.kode_football_heros_wraper .owl-theme .owl-controls .owl-buttons div{
background:transparent;
}  .crkt-topbar{
float: left;
width: 100%;
padding: 0 50px;
}
.crkt-topbar ul{
float: left;
width: auto;	
padding:0px;
list-style:none;
margin:0px;
}
.crkt-topbar li{
float: left;	
background: #000;
margin: 0 -1px;
}
.crkt-topbar li a {
color: #fff;
float: left;
font-size: 12px;
font-weight: normal;
line-height: 14px;
padding-bottom: 2px;
text-transform: capitalize;
padding: 12px 19px 15px;
}
.crkt-topbar li a i{
margin-left: 15px;
}
.crkt-topbar li:hover{
background: #76a425;
}
.crkt-search-wrap{
float: right;
width: auto;
}
.crkt-search{
float: left;
width: 100%;
position: relative;
}
.crkt-search input[type="text"]{
float: left;
width: 100%;
font-size: 16px;
text-transform: capitalize;
height: auto;
padding:7px 24px 9px 10px;
background: transparent;
border:none;
line-height: normal;
color: #000;
}
.crkt-search input[type="text"]::-moz-placeholder{
color: #000;
}
.crkt-search input[type="text"]:focus{
color: #fff;
}
.crkt-search button{
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 100%;
display: inline-block;
font-size: 16px;
color: #000000;
background: transparent;
} .crkt-navigation-wrap{
float: left;
width: 100%;
background: #fff;
padding: 0px 50px;
}
.crkt-logo{
float: left;
width: auto;
margin-right: 120px;
}
.crkt-logo a{
display: block;
}
.crkt-logo a img{
float: left;
width: 100%;
}
.crkt-navigation{
float: left;
width: auto;
padding: 28px 0;
}
.crkt-navigation ul{
float: left;
width:auto;
}
.crkt-navigation li{
float: left;
width: auto;
margin-right: 10px;
}
.crkt-navigation ul ul li:before{
display:none;
}
.crkt-navigation .sub-menu > li:hover > a:before, 
.crkt-navigation .children > li:hover > a::before{
color:#333;
}
.crkt-navigation ul ul li:hover a:after{
color:#000;
}
.crkt-navigation li:last-child{
margin: 0;
}
.crkt-navigation li:hover{
box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.10);
-moz-box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.10);
-webkit-box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.10);
}
.crkt-navigation li a{
font-size: 16px;
line-height: 15px;
display: block;
padding:10px 21px 8px;
color: #000;
text-transform: uppercase;
font-weight: normal;
}
#header-style-3 .crkt-navigation .navigation ul ul li a{
padding:13px 10px;
position:relative;
}
#header-style-3 .crkt-navigation .navigation ul ul li:hover:before{
color:#333;
}
.crkt-social{
float: right;
width: auto;
padding: 31px 0;
margin:0px;
list-style:none;
}
.crkt-social ul{
float: left;
width: 100%;
margin:0px;
padding:0px;
}
.crkt-social li{
float: left;
width: auto;
}
.crkt-social li a{
display: block;
width: 40px;
height: 43px;
line-height: 29px;
text-align: center;
color: #fff;
font-size: 16px;
background:#333;
}
.crkt-social li a:hover{
box-shadow:0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.crkt-facebook{
background: #4d67a3;
}
.crkt-google{
background: #eb4823;
}
.crkt-twitter{
background: #21769b;
}
.crkt-youtube{
background: #ce1616;
}
.crkt-rss{
background: #f77e00;
} .crkt-latestnews{
float: left;
width: 100%;
margin-bottom: 30px;
}
.crkt-news{
float: left;
width: 100%;
border-style: solid;
border-width: 0 1px 1px;
border-color: #e0e0e0;
}
.crkt-news .thumb{
float: left;
width: 50%;
position: relative;
overflow: hidden;
background-color: #000;
}
.crkt-news .thumb img{
float: left;
width: 100%;
}
.crkt-news:hover .thumb img{
opacity: 0.5;
webkit-transform:scale(1.1);
moz-transform:scale(1.1);
ms-transform:scale(1.1);
o-transform:scale(1.1);
transform:scale(1.1);
}
.crkt-cup{
position: absolute;
left: 20px;
bottom: 20px;
width: auto;
}
.cup-name{
float: left;
width: auto;
text-transform: capitalize;
color: #000;
font-size: 16px;
line-height: 16px;
padding: 12px 20px;
}
.cup-name.crkt-date{
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 12px 20px 9px;
line-height: 19px;
}
.crkt-news .text{
float: left;
width: 50%;
padding: 22px 25px 25px;
}
.crkt-news .text h4{
font-weight: 500;
line-height: 24px;
margin: 0;
position: relative;
padding-bottom: 13px;
margin-bottom: 10px;
display: inline-block;
}
.crkt-news .text h4 span{
display: block;
}
.crkt-news .text h4:before{
position: absolute;
left: 0;
width: 37px;
height: 2px;
content: "";
bottom: 0;
}
.crkt-news .text p{
margin-bottom: 0px;
line-height: 27px;
}
.crkt-icon{
float: right;
height: 30px;
width: 30px;
text-align: center;
background: #cfcfcf;
color: #fff;
font-size: 18px;
line-height: 22px;
}
.crkt-icon i{
line-height: 30px;
} .crkt-hd{
float: left;
width: 100%;
background: #000;
position: relative;
padding: 10px 20px 10px;
}
.crkt-hd::before {
bottom: 0;
color: #fff;
content: "";
font-family: "FontAwesome";
font-size: 14px;
height: 100%;
line-height: 46px;
padding: 0 15px;
position: absolute;
right: 0;
top: 0;
}
.crkt-hd h6{
color: #fff;
margin: 0;
text-transform: capitalize;
font-weight: normal;
line-height: 20px;
font-size:20px !important;
}
.crkt-hd2{
float: left;
width: 100%;
}
.crkt-hd2 h2{
font-size: 24px;
color: #000;
position: relative;
line-height: 22px;
text-transform: uppercase;
font-weight: normal;
margin: 0;
padding-bottom: 10px;
}
.crkt-hd2 h2:before{
position: absolute;
left: 0;
width: 102px;
height: 2px;
content: "";
bottom: 0;
}
.crkt-hd3{
float: left;
width: 100%;
padding: 24px 20px 24px 50px;
background-color: #000;
position: relative;
margin-bottom: 10px; }
.crkt-hd3:before{
position: absolute;
left: 0px;
top: 0;
bottom: 0;
width: 20px;
content: "";
}
.crkt-hd3 h4{
font-size: 30px;
color: #fff;
line-height: 24px;
text-transform: uppercase;
margin:0px; } .crkt-accordian{
float: left;
width: 100%;
margin-bottom: 30px;
}
.crkt-accordian .accordion{
float: left;
width: 100%;
font-weight: bold;
font-size: 16px;
line-height: 18px;
text-transform: uppercase;
color: #fff;
position: relative;
padding: 16px 20px;
border-bottom: 1px solid #fff;
cursor: pointer;
}
.crkt-accordian .accordion.accordion-open{
background: #bbb;
border-color: transparent;
}
.crkt-accordian .accordion span{
position: absolute;
right: 15px;
top: 50%;
margin: -10px 0 0 0;
font-size: 20px;
color: #fff;
}
.crkt-accordian .accordion-content{
float: left;
width: 100%;
border-bottom: 1px solid #fff;
}
.crkt-accordian .accordion:last-child ,
.crkt-accordian .accordion-content:last-child{
border:none;
}
.crkt-add{
float: left;
width: 100%;
position: relative;
}
.crkt-add img{
float: left;
width: 100%;
}
.add-caption{
position: absolute;
right: 0;
top: 0;
bottom: 0;
height: 100%;
outline: 1px solid rgba(255, 255, 255, 0.5);
outline-offset:-6px;
background-color: #d33021;
width: auto;
padding:58px 26px; 
text-align: center;
}
.add-caption h4{
font-size: 20px;
color: #fff;
text-transform: capitalize;
line-height: 25px;
position: relative;
padding-bottom: 27px;
margin-bottom: 22px;
}
.add-caption h4:before{
position: absolute;
left: 0;
right: 0;
bottom: 0;
content: "";
margin: 0 auto;
width: 74px;
height: 3px;
}
.add-caption h4 a{
color: #fff;
}
.add-caption h4 span{
display: block;
}
.add-caption p{
font-size: 16px;;
color: #fff;
margin: 0;
font-family: 'Andada', serif;
text-transform: capitalize;
}
.add-caption p a{
color: #fff;
} .crkt-board{
float: left;
width: 100%;
}
.crkt-board .crkt-hd2{
margin-bottom: 30px;
}
.crkt-tab-wrap{
float: left;
width: 100%;
padding: 10px;
background: #e8e8e8;
}
.crkt-tab-wrap ul{
margin:0px;
list-style:none;
}
.crkt-tabnav{
float: left;
width: 100%;
border:none;
}
.crkt-tabnav li{
float: left;
width: 33.3%;
margin: 0 0 7px 0;
}
.crkt-tabnav li a {
border:none;
border-radius: 0;
line-height: 12px;
font-size: 14px;
color: #fff;
margin-right: 0px;
text-align: center;
text-transform: uppercase;
padding: 12px 0;
position: relative;
background-color: #d33021;
}
.crkt-tabnav li a:hover{
background-color: #d33021;
}
.crkt-tabnav > li.active > a, 
.crkt-tabnav > li.active > a:hover, 
.crkt-tabnav > li.active > a:focus{
border: none;
}
.crkt-tabnav > li.active > a:before{
width: 0;
height: 0;
border-style: solid;
border-width: 7px 9px 0 9px;
position: absolute;
content: "";
left: 0;
right: 0;
bottom: -7px;
margin: 0 auto;
}
.crkt-tabnav > li.active.results > a,
.crkt-tabnav > li.results > a{
background: #d33021;
color: #fff;
}
.crkt-tabnav > li.active.results > a:before{
border-color: #d33021 transparent transparent transparent;	
}
.crkt-tabnav > li.active.fixtures > a,
.crkt-tabnav > li.fixtures > a{
background: #000000;
color: #fff;
}
.crkt-tabnav > li.active.fixtures > a:before{
border-color: #000000 transparent transparent transparent;	
}
.tab-content{
float: left;
width: 100%;
}
.current-match{
float: left;
width: 100%;
}
.current-match li{
float: left;
width: 100%;
border-bottom: 1px solid #d1d1d1;
padding: 20px 0;
}
.current-match li:last-child{
padding-bottom: 10px;
border:none; 
}
.current-match li h4 {
font-weight: normal;
line-height: 17px;
text-transform: capitalize;
margin-bottom: 13px;
float:left;
}
.score-btn{
float: right;
padding: 8px 20px 6px;
text-transform: capitalize;
font-size: 16px;
font-weight: normal;
line-height: 12px;
color: #000;
border-radius: 3px;
} section.crkt-fixtures-bg{
padding-bottom: 113px;
}
.crkt-fixtures-wrap{
float: left;
width: 100%;
}
.crkt-fixtures-hd{
float: left;
width: 100%;
padding: 15px 25px;
}
.crkt-fixtures-hd h4 {
float: left;
font-size: 36px;
line-height: 33px;
padding: 10px 0 4px;
width: auto;
text-transform: uppercase;
margin:0px;
}
.crkt-fixtures-hd .crkt-social-2{
color: #fff;
float: right;
width: auto;
margin-left: 5px;
}
.crkt-social-2{
margin:0px;
padding:0px;
list-style:none;
}
.crkt-fixtures-hd .crkt-social-2 li{
float: left;
}
.crkt-fixtures-hd .crkt-social-2 li a{
width: 50px;
height: 47px;
border: none;
text-align:center;
font-size: 20px;
line-height: 47px;
color: #fff;
}
.crkt-fixtures-hd .crkt-twitter {
background: #1b95e0 none repeat scroll 0 0;
}
.crkt-fixtures-innrwrap{
float: left;
width: 100%;
background-color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.crkt-daterange{
float: left;
width: 100%;
padding: 25px;
position: relative;
}
.crkt-daterange h5 {
float: left;
font-size: 16px;
line-height: 12px;
padding: 9px 0 3px;
margin-right: 12px;
}
.crkt-daterange h4{
font-size: 26px;
float: left;
line-height: 24px;
margin-right: 12px;
}
.crkt-daterange h4 i{
font-size: 20px;
}
.crkt-pagination{
position: absolute;
right: 25px;
top: 25px;
}
.crkt-pagination h6{
float: left;
font-size: 16px;
line-height: 12px;
padding: 9px 0 3px;
margin-right: 12px;
}
.crkt-pagination a{
float: right;
width: 28px;
height: 34px;
line-height: 34px;
margin-left: 1px;
color: #fff;
position: relative;
}
.crkt-pagination a:before{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
content:"";
line-height: 34px;
font-family: 'FontAwesome';
font-size: 16px;
text-align: center;
color: #fff;
}
.crkt-pagination .crkt-next:before{
content:"";
}
.crkt-pagination a:hover{
background-color: #000;
color: #fff;
}
.crkt-dropdown{
float: left;
width: 100%;
padding-top: 20px;
margin-bottom: 20px;
}
.crkt-dropdown .dropdown{
position: relative;
width: auto;
float: left;
margin-right: 15px;
}
.crkt-dropdown .dropdown:last-child{
margin: 0;
}
.crkt-dropdown .dropdown button{
background-color: #f3f3f3;
border: 1px solid #dedede;
padding: 13px 22px;
font-size: 14px;
color: #000;
font-weight: normal;
line-height: 16px;
}
.crkt-fixtures-dec{
float: left;
width: 100%;
}
.crkt-fixtures-dec h6{
font-size: 16px;
float: left;
width: 100%;
background-color: #000;
color: #fff;
line-height: 16px;
padding:15px;
margin-bottom: 15px;
}
.crkt-fixtures-dec h6 span{
float: right;
font-size: 16px; }
.crkt-fixtures-dec .text{
float: left;
width: 100%;
background-color: #fff;
border: 1px solid #dedede;
position: relative;
padding:20px 15px; 
margin-bottom: 15px;
}
.crkt-fixtures-dec .text:hover{
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.crkt-fixtures-dec .text h4{
font-size: 24px;
text-transform: capitalize;
font-weight: normal;
float: left;
width: 100%;
line-height: 23px;
margin:0 0 12px 0;
}
.crkt-fixtures-dec .text p{
margin: 0 0 9px 0;
font-size: 14px;
color: #666666;
line-height: normal;
text-transform: capitalize;
font-weight: normal;
float: left;
}
.crkt-fixtures-dec .text p a{
color: #666;
}
.crkt-fixtures-dec .text span{
margin: 0;
font-size: 14px;
color: #666666;
line-height: 17px;
text-transform: capitalize;
font-weight: normal;
float: left;
width: 100%;
}
.crkt-fixtures-link{
position: absolute;
right: 15px;
bottom: 25px;
}
.crkt-fixtures-link a{
float: left;
font-size: 14px;
text-transform: uppercase;
font-weight:bold;
border:1px solid #dedede;
background-color: #f5f5f5;
padding: 10px 25px;
margin-left: 15px;
line-height: 16px;
}
.crkt-fixtures-link a:first-child{
margin: 0;
}
.crkt-fixtures-link a:hover{
color: #fff;
}
.crkt-fixtures-more{
float: left;
width: 100%;
text-align: center;
padding: 35px 0 25px;
}
.crkt-fixtures-more a{
display: inline-block;
font-size: 16px;
text-transform:uppercase;
line-height: 15px;
padding: 20px 40px;
color:#fff;
font-weight:bold;
}
.crkt-fixtures-more a:hover{
color: #fff;
background-color: #000;
}
.crt-piont-table-bg{
position: relative;
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/extra-images/crt-piont-table-bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.crt-piont-table-bg:before{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #1a1a1a;
opacity: 0.85;
content: "";
}
.crkt-event-wrap{
float: left;
width: 100%;
background: rgba(0, 0, 0, 0.4);
padding: 20px 10px; 
margin-bottom: 30px;
}
.crkt-event{
float: left;
width: 100%;
margin-bottom: 24px
}
.crkt-event-wrap .crkt-event:last-child{
margin-bottom: 4px;
}
.crkt-event .thumb{
float: left;
width: 101px;
border: 2px solid;
}
.crkt-event .text{
float: none;
overflow: hidden;
width: auto;
padding: 0 0 0 10px;
}
.crkt-event .text h5{
font-size: 16px;
line-height: 13px;
text-transform: capitalize;
margin-bottom: 18px;
}
.crkt-event .text span{
float: left;
font-size: 16px;
color: #fff;
width: 100%;
line-height: 15px;
margin-bottom: 8px;
}
.crkt-event .text p{
color: #fff;
margin: 0;
line-height: 24px;
}
.crkt-table {
border:none;
}
.crkt-table thead th {
border: medium none;
color: #ffffff;
font-size: 16px;
padding: 0;
text-align: center;
text-transform: uppercase;
font-weight: bold;
}
.crkt-table tbody tr {
border-top: 1px solid #fff;
}
.crkt-table tbody tr td{
border: none;
color: #fff;
text-transform: uppercase;
font-size: 14px;
font-weight: normal;
text-align: center;
}
.crkt-table thead th {
padding-top: 0;
}
.crkt-table thead th, .crkt-table tbody tr td {
height: 41.8px;
line-height: normal;
padding: 2px 0 0;
vertical-align: middle;
}
.crkt-table thead tr:hover{
background-color: transparent;
}
.crkt-table tr:hover{
background-color: #666;
} .cricket-social-profile span{
}
.crkt-midbar{
float: left;
width: 100%;
padding: 30px 0 25px;
}
.input-dec{
float: left;
width: 100%;
}
.input-dec p{
margin:0px;
}
.input-dec span{
font-size: 18px;
text-transform: uppercase;
color: #000;
float: left;
line-height: 21px;
float: left;
margin-right: 15px;
padding: 11px 0 7px;
font-weight:bold;
}
.input-dec input[type="text"]{
float: left;
width: 222px;
height: 44px !important;
line-height: 22px;
border: 1px solid #000;
font-size: 16px;
background: transparent;
padding:10px 15px;
margin-right: 10px;
}
.input-dec #kode-submit-form .thbg-color{
background:#333 !important;
height:44px;
padding:10px 20px;
}
.input-dec input[type="text"]::-moz-placeholder{
color: #000;
}
.input-dec button{
float: left;
font-size: 16px;
padding:13px 45px 12px;
color: #fff;
background: #000;
text-transform: uppercase;
line-height: 14px;
}
.input-dec button:hover{
color: #000;
background-color: #fff;
}
.crkt-social-2{
float: left;
width: 100%;
}
.crkt-social-2{
float: left;
width: 100%;
text-align: right;
margin:2px 0px;
}
.crkt-social-2 li{
display: inline-block;
width: auto;
margin-left: 13px;
}
.crkt-social-2 li:first-child{
margin:0; 
}
.cricket-social-profile{
float:right;
text-align:right;
}
.cricket-social-profile span,
.crkt-social-2 li span{
font-size: 18px;
text-transform: uppercase;
color: #000;
float: left;
line-height: 21px;
padding: 11px 0 7px;
font-weight:bold;
}
.cricket-social-profile .crkt-social-2{
width:auto;
margin-left:20px;
}
.cricket-social-profile span{
float:left;
}
.crkt-social-2 li a{
float: left;
width: 39px;
height: 39px;
text-align: center;
line-height: 25px;
border: 1px solid #000;
font-size: 16px;
color: #000;
}
.crkt-social-2 li a:hover{
color: #fff;
background-color: #000;
box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.3);
} .crkt-posts{
float: left;
width: 100%;
margin-bottom: 30px;
}
.crkt-posts .thumb{
float: left;
width: 100%;
position: relative;
}
.crkt-posts .thumb img{
float: left;
width: 100%;
}
.crkt-posts .bx-wrapper .bx-pager{
display:none;
}
.post-caption{
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding:0 20px 20px; background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 4%, rgba(0,0,0,0.65) 99%, rgba(0,0,0,0.65) 100%); background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 4%,rgba(0,0,0,0.65) 99%,rgba(0,0,0,0.65) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
.post-caption small{
float: left;
width: auto;
font-size: 16px;
color: #fff;
line-height: 15px;
font-weight: normal;
padding: 12px 15px 9px;
text-transform: capitalize;
margin-bottom: 20px;
}
.post-caption h5{
float: left;
width: 100%;
font-size: 36px !important;
color: #fff;
line-height: 44px;
margin-bottom: 22px;
text-transform: capitalize;
}
.post-caption h5 a{
display: inline-block;
color: #fff;
}
.post-caption h5 span{
display: block;
}
.post-caption p{
float: left;
width: auto;
font-size: 20px;
color: #fff;
line-height: 20px;
text-transform: capitalize;
margin: 0;
}
.crkt-slider{
float: left;
width: 100%;
}
.crkt-slider ul{
margin:0px;
padding:0px;
list-style:none;
}
.crkt-slider .bx-wrapper .bx-controls-direction a {
height: 50px;
right: 20px;
outline: 0 none;
position: absolute;
text-decoration: none;
bottom: 20px;
top: auto;
margin: 0;
width: 30px;
}
.crkt-slider .bx-wrapper .bx-controls-direction a:before{
display:none;
}
.crkt-slider .bx-wrapper .bx-controls-direction a:hover{
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3)inset;
}
.crkt-slider .bx-wrapper .bx-controls-direction .bx-prev{
left: auto;
right: 51px;
}
.crkt-slider .bx-wrapper .bx-controls-direction .bx-prev:before{
content: "";
}
.crkt-slider .bx-wrapper .bx-controls-direction .bx-next:before{
content: "";
}
.crkt-slider .bx-wrapper .bx-controls-direction a:before{
position: absolute;
left: 0;
right: 0;
top: 50%;
margin: -11px auto 0;
color: #000;
font-size: 20px;
content: "";
font-family:'FontAwesome';
text-align: center;
}
.footer-layout-7.crkt-footer .kode_football_footer_logo p{
color:#fff;
}
.footer-layout-7.crkt-footer h3{
font-size:30px !important;
margin-bottom:12px;
color:#fff;
} .crkt-footer{
float: left;
width: 100%;
background-image: url(//www.arbona-fc.fr/wp-content/themes/kickoff_backup/css/extra-images/crkt-footer-bg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.crkt-footer:before{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #000;
opacity: 0.85;
content: "";
}
.crkt-main-footer{
float: left;
width: 100%;
padding: 59px 0 65px;
}
.widget h4{
color: #fff;
text-transform: uppercase;
font-size: 30px;
margin: 0;
}
.widget-crkt-text h4{
margin-bottom: 11px;
}
.widget-crkt-text .text{
float: left;
width: 100%;
}
.widget-crkt-text p{
color: #999999;
margin-bottom: 17px;
line-height: 24px;
}
.widget-crkt-text ul{
float: left;
width: 100%;
}
.widget-crkt-text ul li{
float: left;
width: auto;
font-size: 16px;
color: #999;
margin-right: 30px;
}
.widget-crkt-text ul li i{
color: #fff;
margin-right: 10px;
}
.widget-crkt-text ul li:last-child{
margin: 0;
}
.widget-crktgallery h4{
margin-bottom: 17px;
}
.widget-crktgallery ul{
float: left;
width: 100%;
}
.widget-crktgallery ul li{
float: left;
width: auto;
margin: 0 0 0 13px;
}
.widget-crktgallery ul li img{
float: left;
width: 100%;
}
.widget-crktgallery ul li:hover img{
opacity: 0.5;
}
.widget-crktgallery ul li:first-child{
margin-left: 0;
}
.crkt-copyright{
float: left;
width: 100%;
border-top: 1px solid #999999;
padding: 27px 0 31px;
position: relative;
}
.crkt-copyright p{
float: left;
width: auto;
color: #999;
font-family: 'Open Sans', sans-serif;
margin: 0;
}
.crkt-copyright p a{
color: #fff;
font-weight: bold;
text-transform: capitalize;
}
.crkt-copyright span{
float: right;
width: auto;
color: #999;
font-size: 16px;
line-height: 1.8;
font-family: 'Open Sans', sans-serif;
}
.topbtn2{
position: fixed;
right: 30px;
bottom: 30px;
}
.footer-layout-7.crkt-footer .col-md-6.widget .flickr_badge_image{
width:70px;
height:auto;
overflow:hidden;
}
.footer-layout-7.crkt-footer .col-md-6.widget .flickr_badge_image img{
height:auto;
}
.footer-layout-7.crkt-footer .inner-element p{
color:#fff;
}
.footer-layout-7.crkt-footer .kode-form-list{margin:0px;padding:0px;}
.footer-layout-7.crkt-footer .kode-form-list li{float:left;margin-right:20px;}
.footer-layout-7.crkt-footer .kode-form-list strong{
display:none;
}
.footer-layout-7.crkt-footer .kode-form-list li i{
background:#fff;
}
.kode_football_footer_social_icon ul{
margin:0px;
}
.kode-recent-blog ul, ul.recent-posts{
margin:0px;
}
.kode-cricket .kode-table tbody tr{
background-color:#fff;
}
.kode-cricket .kode-table tbody tr:hover{
background-color:#eee !important;
}
.kode-cricket .kode-table tbody tr:nth-child(2n){
background-color:#f7f6f6;
}
.kode-cricket .kode-table tbody tr td{
color:#333;
}
.kode-cricket .kode-table tbody tr td{
border-color:#eee;
}
.kode-cricket .kode-table{
box-shadow:none;
}
 @media (min-width: 1300px) {
.subheader-height:before{
width: 52.1%;
}
.subheader-height:after{
right: 52.1%;
}
}
@media (min-width: 1400px) {
.subheader-height:before{
width: 51.4%;
}
.subheader-height:after{
right: 51.4%;
}
}
@media (min-width: 1900px) {
.subheader-height:before{
width: 51.6%;
}
.subheader-height:after{
right: 51.6%;
}
} @media (min-width: 1200px) {
.dl-menuwrapper {
display: none;
}
.kode-full-size-wrapper .bx-controls-direction {
display: none;
}
} @media (min-width: 992px) and (max-width: 1199px) {
.dl-menuwrapper {
display: none;
}
.crkt-logo{
margin:0px;
padding: 13px 0;
}
.crkt-bnr-caption{
margin:-172px auto auto -114px;
}
.current-match a {
line-height: 30px;
}
.crkt-hd3 h4{
font-size:23px;
}
.crkt-event .text a {
font-size: 13px;
}
.crkt-fixtures-dec .text span{
font-size:15px;
}
.input-dec input[type="text"]{
width:177px;
}
.input-dec button{
padding:13px 16px 12px;
}
.widget-crktgallery ul li{
width:31%;
}
.crkt-team-dec{
padding:25px 88px 25px 0;
}
.crkt-plyer1{
margin-left:-574px;
width:45%
}
.crkt-plyer2{
display:none;
}
#header-style-3 .navigation li ul li a{
text-align: left;
}
.header-9 .kf-cart-options .cart-itmes {
padding: 16px 14px;
}
.kode-full-size-wrapper .bx-controls-direction {
display: none;
}
.shipping-services {
padding: 10px;
}
.navigation ul > li > a, .navbar-nav > li > a {
padding: 30px 10px;
}
.flickr_badge_image {
float: left;
margin: 0 -9% 10px 0;
width: 33.333%;
}
.flickr_badge_image img {
width: 100%;
}
.navigation ul > li > a, .navbar-nav > li > a {
font-size: 12px;
}
#header-style-3.cricket-header .navigation ul > li > a, 
.navbar-nav > li > a{
padding-left: 10px;
padding-right: 10px;
}
#header-style-3.cricket-header .crkt-navigation-wrap{
text-align: right;
}
#header-style-3.cricket-header .crkt-navigation{
float: none;
display: inline-block;
margin-bottom: -5px;
}
.kode-couses-options li {
font-size: 13px;
}
.couses-donate-btn {
margin-top: 8px;
}
.kode_header_5 .kode_nav_1 ul li a{
padding: 40px 12px;
}
.kode-services-3 .kode-text-3 h2{
font-size: 22px !important;
}
.donate-text p{
font-size: 16px;
}
.donate-text .btn-filled{
font-size: 16px;
padding: 10px 20px;
}
.kode-cause-list .kode-cause-content .kode-text h2, .kode-newslatter h2{
font-size: 22px !important;
}
.kode-newslatter span{
font-size: 14px;
}
.kode-main-action span{
font-size: 22px;
}
.kode-main-action a{
margin-top: 15px;
}
.kode-grid-blog .col-md-4 .kode-blog-thumbnail iframe{
height:150px;
}
.kode-timezoon{
right:-25%;
}
.section-container .col-md-9 .kode-blog-grid-ux iframe{
height:176px;
}
.kode-result-thumb ~ .kode-result-info{
padding:0 150px 0 0;
}
.kode-result-list article.kode-even .kode-result-thumb ~ .kode-result-info{
padding:0 0 0 150px;
}
.kode-result-info h2{
font-size:20px !important;
}
.kode-table span{
width:22%;
font-size:15px;
}
.kode-table thead th{
font-size:14px;
}
.kode-grid-blog .col-md-6 .kode-blog-thumbnail iframe{
height:239px;
}
.kode-table thead th{
font-size: 12px;
}
.kode_countdown li{
margin:0px 15px 0px 0px;
width:126px;
}
.kode_football_ipl_compition h4{
width:15%;
}
.kode_football_ipl_caption{
float:left;
}
.kode_football_ipl_row h3{
padding:0px 10px;
}
.kode_football_ipl_caption{
width:84%;
}
.kode_footbal_leader_team.team_1{
padding:10px 30px;
}
.kode_football_top_navigation ul li a,
.kode_football_top_navigation_right ul li a{
padding:0px;
}
.kode_football_leader_wraper{
padding:0px;
}
} @media (min-width: 768px) and (max-width: 991px) {
.kode-headbar .row .col-md-3 {
width: auto;
float: left;
}
.kode-headbar .row .col-md-9 {
width: auto;
float: right;
}
.logo{
margin:10px !important;
}
.navigation {
display: none;
}
.dl-menuwrapper {
display: block;
margin: 19px 0px 19px 20px;
float: right;
}
#header-style-3.cricket-header .dl-menuwrapper li{
float: left;
width: 100%;
}
#header-style-3.cricket-header .dl-menuwrapper li a{
color: #fff;
display: block;
font-size: 16px;
font-weight: 300;
line-height: 20px;
list-style: outside none none;
outline: medium none;
padding: 15px 20px;
}
.kode-donate-btn{
margin:19px 0;
}
.header-9 .logo-container .logo {
margin-bottom: 21px;
}
.shipping-services,  .kf-services {
margin-bottom: 30px;
}
.kode-caption-wrapper {
display: none;
}
.kf-team .social ul li a {
padding: 30px;
}
.footer-2 .container .row .col-md-2:first-child,  .product-listing2 ul li,  .new-products .columns, .team-listing.kd-team .columns,  .product-container .thumb a {
width: 100%;
}
.social-contacts h2 {
float: none;
}
.social-contacts ul {
float: none;
margin: 0px;
padding: 0px;
}
.social-contacts .icon-text p {
float: none;
}
.header-1 .dl-menuwrapper {
margin-top: 20px;
}
.kode-full-size-wrapper .bx-controls-direction {
display: none;
}
.header-1 .logo {
margin-top: 0;
}
.header-4 .dl-menuwrapper {
margin-top: 0px;
}
.kode-headbar .row .col-md-3 {
width: auto;
float: left;
}
.kode-headbar .row .col-md-9 {
width: auto;
float: right;
}
.kode-main-action{
text-align:center;
}
.kode-main-action span{
width:100%;
font-size:24px;
}
.kode-main-action a{
display:inline-block;
float:none;
}
.kode-maintitle h3{
font-size:34px;
}
.fa-4x{
font-size:3em
}
.project_facts span{
font-size:35px;
}
.project_facts h2{
font-size:20px;
}
.cause-inner-caption h2{
font-size:18px;
}
.kode-gutter-gallery ul li{
float:left;
width:50%;
}
.kode-gutter-gallery ul li.clear{
display:none;
}
.kode-classic-action{
text-align:center;
}
.kode-actionbtn{
float:none;
display:inline-block;
}
#footer-widget .kode-widget-bg-footer{
float:left;
width:100%;
}
.kode-subheader.subheader-height .col-md-6{
float:right;
width:auto;
}
.kode-subheader.subheader-height div.col-md-6:first-child{
float:left;
}
.kode-breadcrumb{
margin:10px 0px 0px 0px;
}
.ab-thumb{
display:none;
}
#footer-widget .kode-widget{
float:left;
width:100%;
}
.kode-blog-grid-ux{
float:left;
width:100%;
margin:0px 0px 20px 0px !important;
}
.medium-wrap{
margin:0px 0px 20px 0px;
}
.kode-blog-full{
float:left;
margin:0px 0px 20px 0px;
}
.kode-innsec ul li.kode-map-event, .kode-innsec ul li.kode-image-event{
width:100%;
}
.event-cell h2{
font-size:20px;
}
.kode-causes-list div.clear{
display:none;
}
.woocommerce-content ul.products li{
width:31.3%;
}
.newslatter-info{
width:100%;
text-align:center;
margin-bottom:20px;
}
.kode-newslatter form{
width:100%;
padding:0px;
}
.kode_header_7 .kode_donate_btn{
float: left;
}
.kode_header_7 .dl-menuwrapper{
margin: 11px 0px;
}
.kode_header_7 .kode_sec_strip .col-md-4{
width: 33.333%;
float: left;
}
#header-style-3  .dl-menuwrapper{
margin: 11px 0;
}
#header-style-3 .kode-donate-btn{
float: left;
}
#header-style-3 .col-md-4{
width: 33.333%;
float: left;;
}
#header-style-3 .kode_loc{
padding: 15px 0px 0px 0px;
}
#header-style-3 .kode_logo .logo {
margin: 0px !important;
}
.kode-result-list article{
margin-top:70px;
}
.kode-topbar-kickoff .row .col-md-6{
width:50%;
float:left;
}
.kode-userinfo li{
padding:5px 7px;
}
.kode-partner .row .col-md-3{
width:25%;
float:left;
}
.kode-bottom-footer .row .col-md-6{
width:50%;
float:left;
}
.kode-partner .row .col-md-3{
width:25%;
float:left;
}
.kode-team-list > ul > li{
float:left;
width:100%;
}
.kode-grid-blog .col-md-3 .kode-blog-thumbnail iframe{
height:360px;
}
.kode-navigation{
display: none;
}
.kode-result-list.shape-view .margin-bottom-top-50{
margin:0px;
}
.kode-player-tabs .kode-table thead th{
font-size:12px;
}
.kode-newslatter h3{
margin:0px 0px 20px 0px;
}
.kode-blog-full .kode-time-zoon h5{
font-size:20px !important;
}
.kode-shop-list ul li{
clear:none;
}
.woocommerce-content ul.products li{
width:48% !important;
}
li.bbp-forum-info, li.bbp-topic-title{
width:45%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count{
width:15%;
}
.kode-404-page .kode-innersearch form input[type="text"]{
height:60px !important;
}
.kode-partner .row .col-md-3{
width:22.833%;
}
.kode-timezoon{
right:31%;
}
.simple-column img {
width: 100%;
}
.kode-partner .row .col-md-3{
width:22.933%;
}
.kode-table thead th{
font-size:13px;
}
}
@media (max-width: 991px){
.kode_football_top_wraper .row .col-md-5{
float:left;
width:auto;
}
.crkt-logo{
margin:0px;
}
.crkt-navigation li{
margin:0px;
}
#header-style-3.cricket-header .crkt-navigation{
float: right;
padding: 33px 0;
}
#header-style-3.cricket-header .dl-menuwrapper{
margin: 0 0 0 15px;
}
.crkt-bnr-caption h4 b,
.crkt-bnr-caption h4{
font-size:25px;
}
.crkt-bnr-caption h4 span{
line-height:34px;
}
.crkt-bnr-caption p{
margin-bottom:30px;
}
.crkt-bnr-caption{
margin:-143px auto 0 -56px;
}
.add-caption{
padding:182px 26px;
}
.crkt-fixtures-link{
bottom: 0;
float: left;
left: 22%;
padding: 15px 0;
position: relative;
width: 100%;
}
.crkt-plyer2 {
display: none;
}
.crkt-fixtures-dec .text{
text-align:center;
}
.crkt-fixtures-dec .text p{
float:none;
}
.crkt-team-dec{
padding:40px 78px 33px 0;
}
.input-dec{
text-align:center;
margin-bottom:20px;
}
.input-dec button,
.input-dec input[type="text"],
.input-dec span{
display:inline-block;
float:none;
}
.crkt-social-2{
text-align:center;
}
.crkt-hd3 h4{
text-align:center;
}
.crkt-videos{
text-align:center;
width:32%;
}
.crkt-videos .thumb{
display:inline-block;
float:none;
margin-bottom:15px;
}
.crkt-pagination{
top:78px;
}
.kode_football_top_wraper .row .col-md-2{
display:none;
}
.kode_football_top_wraper .row .col-md-5:last-child{
float:right;
}
.kode_football_top_social ul, .kode_football_icon_cart, .kode_football_regsiter{
margin:0px;
}
.kode_football_top_navi_wraper .row .col-md-5{
display:none;
}
.kode_football_top_navi_wraper .row .col-md-2{
float:left;
}
.kode_football_top_navi_fig{
margin:0px;
}
.kode_football_top_wraper:before{
width:100%;
}
.kode_football_top_wraper:after{
display:none;
}
.kode_football_top_wraper{
padding:15px 0px;
}
.kode-result-rugby{
padding:0px;
}
.kode-result-rugby .row .col-md-5{
width:45%;
float:left;
}
.kode-result-rugby .row .col-md-2{
width:10%;
float:left;
}
.kode_football_latest_fig {
width:80px;
}
.kode_football_matck_counter{
width:80%;
padding:30px;
}
.kode_football_match_fig{
width:20%;
}
.kode_countdown li{
width:110px;
margin-right:10px;
padding:12px 0px;
}
.kode_countdown li span{
font-size:34px;
}
.kode_countdown h5{
font-size:16px !important;
}
.kode_football_latest_view a{
height:50px;
width:150px;
line-height:44px;
}
.kode_football_ipl_compition h4{
width:13%;
padding:13px 0px;
}
.kode_football_ipl_caption{
float:left;
width:87%;
}
.kode_football_ipl_fixture::after, .kode_football_ipl_fixture::before{
transform:none;
-moz-transform:none;
-webkit-transform:none;
}
.kode_football_ipl_row h5{
font-size:16px !important;
}
.kode_football_ipl_row h3{
font-size:20px !important;
padding:0px 10px;
}
.kode_football_leader_row{
width:90%;
}
.kode_footbal_leader_team.team_1{
padding:10px 20px;
}
.kode_football_news_fig{
margin-bottom:30px;
}
#header-style-3.cricket-header .dl-menuwrapper li{
float: left;
width: 100%;
}
#header-style-3.cricket-header .dl-menuwrapper li a{
color: #fff;
display: block;
font-size: 16px;
font-weight: 300;
line-height: 20px;
list-style: outside none none;
outline: medium none;
padding: 15px 20px;
}
} @media (max-width: 767px) {
.kode-full-size-wrapper .bx-controls-direction {
display: none;
}
.crkt-topbar li a{
padding:12px 15px 15px;
font-size:12px;
}
.spb-latest-news:hover .thumb img {
transform: scale(1);
}
.pull-right {
float: left;
width: 100%;
}
.tns-achiv {
margin-right: 15px;
width: 46%;
}
.crkt-topbar{
padding:0px 20px;
}
.pull-left{
float:left;
width:50%;
}
.crkt-search-wrap{
float:left;
width:50%;
}
.crkt-topbar li a i {
margin-left: 10px;
}
.crkt-bnr-caption {
margin: -97px auto 0 -56px;
}
.crkt-bnr-caption.container > p {
display: none;
}
.crkt-bnr-caption h4{
padding:0px;
}
.crkt-bnr-caption h4:after,
.crkt-bnr-caption h4:before{
background-color:transparent;
}
.crkt-btn1{
padding:12px 15px;
}
.crkt-bnr-caption {
margin: -76px auto 0 6px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
bottom:-47px;
}
.crkt-news .thumb{
width:100%;
}
.crkt-news .text {
width: 100%;
}
.crkt-news{
margin-bottom:20px;
border-top:1px solid #ddd;
}
.crkt-event .text{
padding:0 0 0 25px;
}
.add-caption {
padding: 88px 26px;
}
.crkt-pagination {
position: absolute;
right: 10px;
top: 60px;
}
.crkt-daterange h4{
margin-bottom:10px;
}
.crkt-dropdown .dropdown button{
padding:13px 16px;
}
.crkt-dropdown .dropdown{
margin-right:5px:
}
.crkt-fixtures-link a:first-child{
margin-bottom:10px;
}
.crkt-team-categories {
float: left;
margin-bottom: 30px;
text-align: center;
width: 100%;
}
.crkt-plyer1 {
display: none;
}
.crkt-more{
text-align:center;
float:none;
display:inline-block;
}
.input-dec input[type="text"]{
padding:10px 15px 9px;
width:170px;
}
.input-dec button{
padding:13px 21px 11px;
font-size:13px;
}
.crkt-videos{
text-align:center;
width:32%;
}
.crkt-videos .thumb{
display:inline-block;
float:none;
margin-bottom:20px;
}
.crkt-hd3 h4{
text-align:center;
}
.crkt-videos .text h4{
font-size:18px;
margin-bottom:10px;
}
.crkt-videos .text p{
margin:0 0 10px;
}
.kode-navigation-wrapper{
display:none;
}
.kode-headbar .row .col-md-3 {
width: auto;
float: left;
}
.kode-headbar .row .col-md-9 {
width: auto;
float: right;
}
.logo{
margin:10px;
}
.dl-menuwrapper{
float:right;
margin:9px 0px;
}
.kode-donate-btn{
margin:19px 0px;
}
#footer-widget .kode-widget-bg-footer{
float:left;
width:100%;
}
.woocommerce div.product div.images{
width:100%;
}
.woocommerce div.product div.summary{
padding:0px;
width:100%;
}
.woocommerce ul.products {
margin:0px;
float:left;
width:100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width:100%;
float:left;
margin:0px 0px 30px 0px;
}
.kode-main-action span{
width:100%;
text-align:center;
font-size:20px;
}
.kode-main-action a{
float:none;
display:inline-block;
margin-top:10px;
}
.kode-main-action{
text-align:center;
}
.kode-main-action h2{
font-size:20px;
display:block;
}
.kode-actionbtn{
float:left;
width:100%;
}
.kode-actionbtn a{
float:none;
display:inline-block;
margin:5px 0px;
}
.kode-team ul.row{
margin:0px;
}
.kode-team ul.row li{
margin:0px 0px 30px 0px;
padding:0px;
}
.kode-header-absolute{
position:relative;
z-index:100;
}
.kode-headbar{
float:left;
width:100%;
margin:0px;
}
.kode-caption .kode-caption-title{
font-size:30px;
}
.kode-caption .kode-caption-text{
font-size:16px;
}
.kode-caption .kode-linksection{
font-size:16px;
padding:5px 20px;
margin:0px;
}
.kode-caption{
bottom:30px;
}
.kode-gutter-gallery ul li{
float:left;
}
.kode-maintitle h3{
font-size:26px;
}
.kode-maintitle h2{
font-size:18px;
}
.kode-classic-action {
text-align:center;
}
.kode-classic-action h2{
font-size:18px;
}
.kode-actionbtn{
text-align:center;
}
.kode-actionbtn a{
padding:8px 10px;
display:inline-block;
float:none;
}
.kode-gallery ul.kode-item {
float: left;
margin: 0;
padding: 0;
width: 100%;
}
.kode-gallery ul.kode-item li{
width:100%;
float:left;
}
.kode-team .team-network ul li{
margin:0px 3px;
}
.kode-newslatter {
text-align:center;
padding:20px 30px;
}
.kode-newslatter h2{
font-size:18px;
}
.newslatter-info,{
margin:0px 0px 20px 0px;
}
.newslatter-info, .kode-newslatter form{
float:left;
width:100%;
position:relative;
padding:0px;
text-align:center;
}
.kode-newslatter form input[type="submit"]{
padding:10px 15px;
position:absolute;
right:0px;
top:0px;
font-size:12px;
height:100%;
border-radius:0px;
}
.kode-newslatter form input[type="text"]{
width:100%;
height:44px;
}
.kode-blog-list.kode-mediium-blog figure{
float:left;
width:100%;
}
.kode-mediium-blog figure ~ .kode-blog-info{
padding:20px;
float:left;
width:100%;
}
.blog-item-holder .columns{
width: 100%;
}
.kode-services-3{
margin-bottom: 30px;
}
.kode_header_7 .kode_donate_btn{
float: left;
}
.kode_header_7 .dl-menuwrapper{
margin: 11px 0px;
}
#header-style-3  .dl-menuwrapper{
margin: 11px 0;
}
#header-style-3 .kode-donate-btn{
float: left;
}
#header-style-3 .col-md-4{
width: 33.333%;
float: left;
}
#header-style-3 .kode_loc{
padding: 15px 0px 0px 0px;
}
#header-style-3 .kode_logo .logo {
margin: 0px !important;
}
#header-style-3 .kode-team-network{
float: left;
padding: 0px;
margin:0px;
text-align: center;
}
#header-style-3 .kode-team-network li{
display: inline-block;
float: none;
}
#header-style-3 .kode_top_strip{
padding: 10px 0px;
}
.kode-result-list article{
margin-bottom:100px;
}
.kode-topbar-kickoff .row .col-md-6{
width:50%;
float:left;
}
.kode-userinfo li{
padding:5px 7px;
}
.kode-partner .row .col-md-3{
width:31.333%;
float:left;
margin:0px 1%;
}
.kode-grid-blog .col-md-3 .kode-blog-thumbnail iframe{
height:360px;
}
.kode-team-list > ul > li{
float:left;
width:100%;
}
.kode-grid-blog .col-md-4 .kode-blog-thumbnail iframe{
height:350px;
}
.kode-caption .kode-caption-title::before, .kode-caption .kode-caption-title::after, .kode-caption .kode-caption-text, .kode-caption .kode-linksection{
display:none;
}
.kode-caption{
bottom:80px;
}
.countdown-section{
margin:0px 20px;
}
.kode-team-timeline ul{
margin:0px;
}
.kode-team-match ul li{
margin-left:30px;
padding:20px;
}
.kode-team-timeline ul li{
width:100%;
margin:0px 0px 90px 0px;
padding:0px;
}
.kode-timezoon{
right:50%;
margin-right:-43px;
bottom:-77px;
top:auto;
z-index:10;
}
.kode-subheader{
height:auto;
}
.kode-subheader.subheader-height{
padding:20px 0px;
}
.simple-column img{
width:100%;
}
.header-8{
background-color:#000;
}
.kode-bottom-footer .row div.col-md-6:first-child{
float:left;
}
.kode-bottom-footer .row div.col-md-6{
width:auto;
float:right;
}
.kode-result-list.shape-view .margin-bottom-top-50{
margin:0px;
}
.kode-player-tabs .kode-table thead th, .kode-table thead th{
font-size:12px;
}
.woocommerce div.product div.images{
width:100% !important;
}
.woocommerce div.product div.summary{
float:left !important;
width:100% !important;
padding:20px 0px 0px 0px !important;
}
.timeline-inner:before{
display:none;
}
.kode-team-timeline ul:before{
margin:0px;
}
.kode-admin-post{
padding:20px;
}
.kode-admin-post:before{
border-right:100px solid transparent;
border-top:100px solid transparent;
top:-16px;
}
.kode-result-thumb ~ .kode-result-info{
padding:0 100px 0 0;
}
.kode-result-list article.kode-even .kode-result-thumb ~ .kode-result-info{
padding:0  0 0 100px;
}
.kode-result-list article:before{
border-left: 140px solid transparent;
border-top: 140px solid;
top:0px;
}
.kode-result-thumb{
height:90px;
width:90px;
}
.kode-result-thumb img{
width:100%;
height:auto;
}
.kode-result-count{
font-size:30px;
top:-23px;
}
.kode-result-list article{
margin:50px 0px 0px 0px;
}
.kode-newslatter h3{
margin-bottom:20px;
}
.kode-player-tabs .kode-table thead th{
padding:4px 5px;
}
.player-nav li a{
padding:14px 20px;
}
.kode-partner .row .col-md-3{
width:22.933%;
}
.kd-loginbox .modal-dialog{
width:97%;
}
.kode-table thead th:nth-child(2), 
.kode-table tbody td:nth-child(2), 
.kode-table thead th:nth-child(4), 
.kode-table tbody td:nth-child(4){
display:block;
}
li.bbp-forum-info, li.bbp-topic-title{
width:40%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count{
width:15%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness{
width:30%;
}
.kd-testimonial p{
font-size:18px !important;
}
.kd-testimonial .bx-wrapper li{
padding:0px 70px !important;
}
.kode-404-page .kode-innersearch .kode-search{
width:100%;
}
.header_2{
position:relative;
float:left;
width:100%;
background-color:#000;
box-shadow:0 10px 10px 0 rgba(0, 0, 0, 0.5);
}
.kode_football_top_navi_wraper{
padding:15px 0px;
}
.kode_football_top_navi_wraper .dl-menuwrapper{
margin:35px 30px;
}
.kode-result-rugby .row .col-md-5 ,.kode-result-rugby .row .col-md-2{
width:100%;
text-align:center;
}
.kode_football_latest_win {
float:left;
width:100%;
}
.kode_football_latest_win *{
display:inline-block;
float:none;
vertical-align:middle;
}
.kode_countdown li{
margin-bottom:10px;
}
.kode_football_latest_view a{
width:140px;
margin-right:15px;
}
.kode_football_latest_view a:last-child{
margin:0px;
}
.kode_football_product_fig figure img{
width:100%;
}
.kode_football_ipl_fixture{
width:100%;
padding:20px 20px;
position:absolute;
left:0px;
top:0px;
}
.kode_football_ipl_cols{
float:left;
width:100%;
}
.kode_football_ipl_tabs{
float:left;
width:100%;
padding:180px 0px 0px 0px;
}
.kode_football_leader_row{
width:100%;
}
.kode_football_leader_wraper:before{
display:none;
}
.kode_football_leader_wraper{
padding:50px 0px 30px 0px;
}
.kode_football_leader_fig{
width:85%;
}
.kode_football_leader_row{
width:100%;
}
.kode_footbal_leader_team ul{
width:100%;
}
.kode_footbal_leader_team h5{
width:100%;
text-align:center;
}
.kode_football_ipl_wraper{
padding:70px 0 0;
}
.kode_football_match_fig{
display:none;
}
} @media (max-width: 480px) {
.header-8{background:#333;}
.kode-userinfo li a{font-size:12px;}
.logged-in.admin-bar .kode-header-1{margin-top:0px;}
.kode-userinfo{float:none;text-align:center;}
.kode-newslatter{
padding: 20px 0px;
}
.kode-newslatter h2{
font-size: 22px !important;
}
.crkt-topbar li{
display:inline-block;
float:none;
}
.crkt-search-wrap{
width:100%;
}
.crkt-search{
text-align:center;
}
.crkt-search input[type="text"]{
display:inline-block;
text-align:center;
}
.crkt-logo{
width:auto;
}
.dl-menuwrapper {
float: right;
text-align: right;
}
.crkt-social{
text-align:center;
}
.crkt-social li{
display:inline-block;
float:none;
}
.dl-menu.dl-menuopen {
position: absolute;
right: 0;
top: 68%;
}
.crkt-bnr-caption h4 b, 
.crkt-bnr-caption h4{
font-size:16px;
}
.crkt-links {
display: none;
}
.crkt-bnr-caption h4 span {
line-height: 28px;
}
.crkt-bnr-caption {
margin: -37px auto 0 6px;
}
.current-match li h4{
line-height:27px;
}
.add-caption {
padding: 31px 26px;
}
.crkt-hd3 h4{
font-size:22px;
}
.crkt-event .thumb{
width:100%;
margin-bottom:20px;
}
.crkt-event .thumb img{
width:100%;
}
.crkt-event .text {
text-align: center;
padding:0px;
overflow:visible;
}
.crkt-videos .thumb{
width:100%;
}
.crkt-videos{
width:100%;
}
.crkt-fixtures-hd h4{
text-align:center;
width:100%;
margin-bottom:5px;
}
.crkt-fixtures-hd .crkt-social-2{
width:100%;
text-align:center;
float:left;
}
.crkt-fixtures-hd .crkt-social-2 li{
display:inline-block;
float:none;
}
.crkt-daterange > h5 {
display: none;
}
.open > .dropdown-menu,
.crkt-dropdown .dropdown button,
.crkt-dropdown .dropdown{
margin-bottom:10px;
width:100%;
}
.crkt-daterange h4{
width:100%;
text-align:center;
}
.crkt-fixtures-dec h6{
font-size:13px;
}
.crkt-fixtures-dec .text h4{
font-size:18px;
}
.crkt-fixtures-link{
left:0px;
text-align:center;
width:100%;
}
.crkt-fixtures-link a{
display:inline-block;
float:none;
}
.crkt-fixtures-dec .text p{
font-size:14px;
margin:0 0 6px;
}
.crkt-fixtures-dec .text span{
line-height:22px;
}
.crkt-social li a{
width:40px;
}
.post-caption h5{
font-size:25px;
line-height:32px;
}
.crkt-slider .bx-wrapper .bx-controls-direction a{
top:10px;
}
.input-dec input[type="text"]{
width:166px;
}
.crkt-social-2 li span{
display:none;
}
.widget-crktgallery ul li{
width:30%;
}
.crkt-copyright{
width:100%;
text-align:center;
}
.crkt-copyright span,
.crkt-copyright p{
width:100%;
}
.crkt-dropdown{
padding-top:50px;
}
.crkt-pagination {
position: absolute;
right: 27px;
top: 99px;
}
.kode-newslatter span{
font-size: 14px;
}
.widget_kode_contact_widget ul li span, .widget_kode_contact_widget ul li a{
margin: 0px !important;
}
.kode-topbar{
height:auto;
}
.kode-barinfo,.kode-email{display:none;}
.dl-menuwrapper {
display: block;
margin-top: 43px;
float: right;
}
.voluntree-info figure{width:100%;}
.kode-team-network li{margin-bottom:10px;}
.kode-post-info li{float:none;padding:0px;}
.kode-post-info,
.kode-icons span{float:none;display:inline-block;width:100%;text-align:center;}
.kode-funding-full .kode-editor h2{margin-bottom:30px;}
.kode-coueses-list .couses-donate-btn{float:none;}
.kode-coueses-list,
.kode-couses-options{float:none;display:inline-block;text-align:center;}
.kode-couses-options li{width:100%;padding:0px;margin-bottom:10px;}
.kode-postsection .inner-post.thcolorhover,
.kode-postsection{text-align:center;width:100%;}
.kode-postsection a{float:none;display:block;margin-bottom:10px;}
.kode-editor .left-spacer, .kode-blog-full .kode-blog-info{clear:both;padding:0px;}
.kode-postoption .blog-info.blog-date{margin-bottom:15px;}
#footer-widget .kode-widget-bg-footer:before{width:0px;}
.countdown .item{width:22.2%}
.admin-info h4:before{right:0;margin:auto;}
.kode-admin-post figure{float:none;display:inline-block;text-align:center;}
.kode-admin-post .admin-info{padding:0px !important;}
.kode-admin-post,
.kode-admin-post .admin-info{float:none;display:block;text-align:center;clear:both;}
.countdown .item span{width:43px;}
.kode-breadcrumb{float:none;display:inline-block;text-align:center;}
.kode-subheader.subheader-height{height:auto;padding:30px 0px;display:block;text-align:center;}
.kode-innsec ul li.kode-map-event,
.kode-innsec ul li.kode-image-event{width:100%;}
.event-cell.short-info{width:auto;}
.event-cell{display:block;}
.header-9 .kf-cart-options .cart-itmes,  .widget_shopping_cart_content,  .social-icons {
width: 100%;
}
.kf-cart-options .top-nav ul,  .kf-cart-options .cart-itmes,  .social-icons ul {
text-align: center;
}
.kf-cart-options .cart-itmes,  .kf-cart-options .top-nav ul,  .kf-cart-options .cart-itmes p,  .kf-cart-options .top-nav ul li,  .social-icons ul li {
float: none;
display: inline-block;
}
.kf-cart-options .top-nav {
margin: 0px;
}
.navigation {
display: none;
}
.header-9 .logo-container .container {
padding: 30px 15px;
}
.kf-services {
margin-bottom: 30px;
}
.kode-caption .kode-caption-title{
font-size:20px;
margin:0px 0px 5px 0px;
}
.kode-caption .kode-caption-text{
font-size:12px;
margin:0px 0px 5px 0px;
}
.kode-caption .kode-linksection{
font-size:12px;
padding:5px 10px;
margin:0px;
}
.dl-menuwrapper{
margin:16px 0;
}
.kode-headbar{
border:none;
}
.kode-headbar .logo{
margin:10px;
width:140px;
}
.kode-rightsection{
padding:0px;
}
.kode-caption{
bottom:10px;
}
.kode-donate-btn{
display:none;
}
.shipping-services {
margin-bottom: 15px;
}
.heading-1 h2, .heading-2 h2, .heading-3 h2 {
padding: 0px 0px 10px 0px;
}
.heading-1 h2::before, .heading-1 h2::after, .heading-2 h2::before {
content: none;
}
.kd-call-action h2, .discount-2 h2, .discount-3 h2, .children-discount h2 {
font-size: 30px;
}
.kd-call-action h4 {
font-size: 25px;
}
.kd-call-action .action-btn {
padding: 10px 15px;
font-size: 12px;
display: inline-block;
}
.btn-contain-action {
margin-top: 15px;
}
.social-contacts {
width: 100%;
border: none;
}
.social-contacts h2 {
float: none;
}
.social-contacts ul {
float: none;
margin: 0px;
padding: 0px;
}
.social-contacts .icon-text p {
float: none;
}
.footer-2 .container .row .col-md-2:first-child {
width: 100%;
}
.owl-buttons {
position: relative;
width: 40px;
margin: 0 auto;
float: none;
}
.kf-testimonials .owl-controls .owl-buttons div {
}
.kf-copyright {
text-align: center;
}
.kf-copyright .pull-left, .kf-copyright .pull-right {
float: none !important;
display: inline-block;
}
.kf-copyright .pull-left {
margin-bottom: 15px;
}
.header-1 .dl-menuwrapper {
float: none;
margin-top: 30px;
}
.header-1 .logo {
margin-bottom: 30px;
margin-right: 32px;
}
.header-1 .bag-button {
text-align: center;
margin: 0px;
padding: 0px;
width: 100%;
}
.header-1 .container .pull-left {
float: none !important;
display: none;
}
.header-1 .top-strip-links ul li {
margin: 0;
}
.header-1 .top-strip-links ul li a {
margin-right: 10px;
}
.header-1 .top-strip-links {
text-align: center;
width: 100%;
}
.kode-full-size-wrapper .bx-controls-direction {
display: none;
}
.header-5 .navigation-3 .navigation {
margin: 15px 0 0;
}
.header-4 .woocommerce.cart-option {
margin: 0px;
float: none;
width: 100%;
text-align: center;
}
.header-3 ul.top-nav li, .header-4 ul.top-nav li {
float: none;
text-align: center;
margin-left: 12px;
display: inline-block;
}
.header-3 ul.top-nav, .header-4 ul.top-nav {
text-align: center;
float: none;
}
.header-3 ul.we-ship, .header-4 ul.we-ship {
width: 100%;
text-align: center;
display: none;
}
.header-3 ul.we-ship li, .header-4 ul.we-ship li {
float: none;
text-align: center;
}
.header-4 .dl-menuwrapper {
margin-top: 100px;
position: relative;
text-align: center;
float: none;
}
.header-4 .dl-menuwrapper .dl-menu {
float: left;
text-align: left;
}
.header-9 .our-services .text,  .header-3 .our-services .text, .header-4 .our-services .text {
margin-top: 10px;
}
.header-9 .our-services, .header-3 .our-services {
margin-top: 15px;
}
.header-style-2.subheader {
padding: 80px 0;
}
.header-1.header-7 .dl-menuwrapper {
display: inline-block;
float: right;
margin-top: 22px;
text-align: center;
}
.header-3 .nav-container .col-md-9 {
float: right;
}
.header-3 .nav-container .col-md-3 {
float: left;
}
.header-3 .logo-container .col-md-3 {
width: 100%;
text-align: center;
}
.header-9 .kf-services-container {
display: none;
}
.header-3 .logo-container .our-services {
display: none;
}
.header-3 .logo-container .logo {
margin: 0px;
width: 100%;
}
.header-3 .dl-menuwrapper {
margin: 0px;
}
.header-5 .my-account {
width: 100%;
float: none;
display: block;
text-align: center;
}
.header-5 .my-account ul {
float: none;
display: block;
}
.header-5 .my-account ul li {
float: none;
display: inline-block;
margin: 0px 10px 0px 0px
}
.header-5 .my-account ul li:first-child {
margin: 0px 10px 0px 0px;
}
.header-5 .cart-option {
margin: 10px 0px 10px 0px;
float: none;
}
.header-5 .default-msg {
display: none;
}
.header-8 .top-strip-links ul li:first-child {
margin: none;
}
.header-8 .top-strip-links,  .header-8 .top-strip-links ul {
float: none;
text-align: center;
}
.header-8 .top-strip-links ul li {
margin-right: 10px;
display: inline-block;
float: none;
margin-left: 0px;
}
.header-8 .top-strip .container .pull-left {
display: none;
}
.header-8 .kf-bag-items {
width: 100%;
float: none;
text-align: center;
margin: 0px;
}
.header-8 .kf-bag-items .thumb {
float: none;
}
.header-8 .logo-container .col-md-3 {
width: 100%;
float: left;
}
.header-8 .nav-container .col-md-9 {
float: right;
}
.header-8 .nav-container .col-md-3 {
float: left;
}
.header-8 .logo {
width: 100%;
float: none;
text-align: center;
}
.header-8 .dl-menuwrapper {
margin: 10px 0px;
}
.strip-info i{
display:none;
}
.strip-info li{
margin:0px 15px 0px 0px;
font-size:12px;
}
.kode-email li{
}
.kode-team-network{
float:left;
width:100%;
text-align:center;
margin:10px 0px 0px 0px;
}
.kode-team-network li{
float:none;
display:inline-block;
}
.kd-accordion .accordion{
font-size:12px !important;
padding:10px !important;
}
.kd-accordion .accordion span{
width:30px !important;
padding:12px 0 0 !important;
}
.kode-maintitle h3{
font-size:30px !important;
}
.kode-widget.kode-sidebar-element{
padding:0px 20px;
float:left;
width:100%;
}
#footer-widget .widget-text p{
color:#fff;
}
.kode-blog-list.kode-mediium-blog figure{
float:left;
width:100%;
}
.kode-mediium-blog figure ~ .kode-blog-info{
padding:20px;
float:left;
width:100%;
}
.widget_kode_contact_widget span, .widget_kode_contact_widget a{
text-align:center;
margin-bottom:20px;
}
.kode_logo_2{
width: 100%;
text-align: center;
}
.kode_logo_2 .logo{
float: none;
display: block;
}
.kode_heart{
float: left;
margin: 10px 0px 0px 0px;
}
.kode_header_2 .dl-menuwrapper{
margin: 10px 0px 0px 0px;
float: right;
}
.kode_contact_icon,.kode_loc{
width: 100%;
float: left;
text-align: center;
}
.strip-info, .strip-info {
float: left;
width: 100%;
text-align: center;
}
.strip-info li, .strip-info  li{
display: inline-block;
float: none !important;
}
.kode_header_7 .dl-menuwrapper{
margin: 11px 0px;
}
#header-style-3 .col-md-4{
width: 100%;
float: left;
}
#header-style-3 .kode-donate-btn{
display:block;
}
#header-style-3 .kode_logo{
margin-bottom: 15px;
}
#header-style-3  .kode_loc{
display: none;
}
.kode-topbar-kickoff .row .col-md-6{
width:100%;
float:left;
}
.kode-topbar-kickoff:before, .kode-topbar-kickoff:after, .kode-topbar-kickoff .bx-wrapper{
display:none;
}
.kode-caption{
bottom:60px;
}
.kode-team-thumb{
width:100%;
}
.kode-team-list figure figcaption{
width:100%;
float:left;
width:100%;
text-align:center;
bottom:0;
background-color:rgba(255,255,255,0.8);
padding:20px;
}
.kode-team-list .kode-modren-btn{
float:none;
display:inline-block;
}
.kode-team-list figure figcaption h2{
text-align:center;
}
.kode-team-list .kode-team-network-kick{
float:none;
margin:0px 0px 20px 0px;
width:100%;
text-align:center;
}
.kode-team-list .kode-team-network-kick li{
float:none;
display:inline-block;
}
.kode-testimonials-6 .kode-text p{
font-size:16px;
}
.countdown-section{
margin:0px 10px;
}
.countdown-amount{
height:70px;
width:70px;
font-size:36px;
}
.countdown-amount::before{
border-top-width:60px;
border-right-width:70px;
top:-10px;
}
.countdown-period{
font-size:14px;
}
.kode-team-match ul{
margin:40px 0px 0px 0px;
}
.kode-team-match ul li.home-kode-vs{
margin-top:0px;
}
.heading > h2{
font-size:26px !important;
line-height:26px;
}
.kode-table{
float:left;
width:100%;
}
.kode-partner .row .col-md-3{
margin:0px 0px 10px 0px;
width:100%;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a{
left:15px;
}
.kode-testimonials-6 .bx-wrapper .bx-controls-direction a.bx-next{
right:15px;
}
.kode-partner ul.row{
margin:0px;
}
.kode-newslatter form label::before{
font-size:16px;
}
.kode-testimonials-6 .client-name{
width:24%;
}
.header-8, .kode-subheader.subheader-height{
padding:10px 0px;
}
.subheader-height::before, .subheader-height::after{
display:none;
}
.kode-subheader h2{
margin:0px;
font-size:20px !important;
}
.kode-subheader{
margin-bottom:20px;
}
.kode-result-thumb ~ .kode-result-info{
padding:0 100px 0 0;
}
.kode-result-list article.kode-even .kode-result-thumb ~ .kode-result-info{
padding:0  0 0 100px;
}
.kode-team-match ul li{
padding:0px;
}
.kode-newslatter h3{
font-size:22px !important;
margin-bottom:15px;
}
.player-nav li a{
font-size:14px;
}
.kode-caption .kode-caption-title{
font-size:14px;
}
.kode-caption{
padding:0px 30px;
}
.kode-result-info h2{
font-size:15px !important;
}
.countdown-period{
font-size:10px;
}
.countdown-amount{
height:50px;
width:50px;
font-size:28px;
}
.countdown-amount:before{
border-top-width:40px;
border-right-width:70px;
top:-10px;
}
.kode-team-match ul li{
margin-left:10px;
}
.kode-team-match ul li .kode-modren-btn {
font-size: 22px;
padding: 5px 7px;
}
.kode-team-match ul li.home-kode-vs{
margin-top:30px;
}
.kode-subtitle{
font-size:14px;
width:100%;
}
.fa-3x{
font-size:2em;
}
.kd-counter span{
font-size:30px;
}
.kd-counter{
margin-bottom:30px;
}
.kd-counter small{
font-size:12px;
}
.kode-partner .row .col-md-3{
width:24.933%;
margin:0px;
}
.kd-login-title{
padding:25px 25px 0;
}
.kd-loginbox form{
padding:0px 25px;
}
.kd-login-title span{
font-size:18px;
margin-bottom:10px;
}
.kd-login-title h2{
font-size:20px !important;
}
.kd-login-network ul li{
margin-bottom:10px;
}
.kode-shop-list .owl-nav{
top:-34px
}
#bbpress-forums li.bbp-header ul.forum-titles li{
font-size:10px;
padding:10px;
font-weight:normal
}
#bbpress-forums li.bbp-body ul li{
padding:10px;
}
li.bbp-forum-info, li.bbp-topic-title{
width:36%;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count{
width:17%;
}
li.bbp-forum-freshness, li.bbp-topic-freshness{
width:30%;
}
.bbp-author-avatar{
display:block
}
.bbp-author-avatar img{
width:50px;
height:50px;
}
#buddypress div.pagination{
margin-bottom:30px;
}
#groups-directory-form div.item-list-tabs, #members-directory-form .item-list-tabs{
width:100%;
}
#buddypress div.item-list-tabs ul li{
float:left;
width:100%;
}
#buddypress div.item-list-tabs ul li a span{
float:right;
margin:0px;
}
#buddypress div.dir-search input[type="submit"]{
width:100%;
}
#buddypress div.item-list-tabs ul li.last select{
width:100%;
max-width:inherit
}
.strip-info li{
float:left;
width:100%;
margin-bottom:10px;
text-align:left;
}
.kode-simple-form{
padding:0px 15px;
}
.kd-testimonial p{
font-size:14px !important;
}
.kd-testimonial .bx-wrapper li{
padding:0px 50px !important;
}
.kd-testimonial i{
font-size:50px;
}
.kode-table thead th:nth-child(2), 
.kode-table tbody td:nth-child(2), 
.kode-table thead th:nth-child(4), 
.kode-table tbody td:nth-child(4),
.kode-table thead th:nth-child(6), 
.kode-table tbody td:nth-child(6),
.kode-table thead th:nth-child(8), 
.kode-table tbody td:nth-child(8){
display:none;
}
.is-countdown{
margin:10px 0px 0px 0px;
}
.kode-widget.kode-sidebar-element{
padding:0px;
float:left;
width:100%;
}
.kode-testimonials-6 .bx-wrapper .bxslider > li{
padding:0px;
}
.widget-tabnav li:fist-child{
margin:0px
}
ul.match-widget{
padding:0px;
}
.kode-widget.kode-sidebar-element{
padding:0px;
}
.kode-video-section{
padding:60px 0px !important;
}
.kode_football_latest_win *{
float:left;
width:100%;
margin:0px;
text-align:center;
}
.kode_football_latest_eangle h6{
font-size:20px !important;
}
.kode_football_latest_eangle span{
font-size:18px;
}
.kode_football_latest_fig figure{
display:inline-block;;
width:40%;
float:none;
}
.kode_football_latest_win.right-side-content .kode_football_latest_fig{
margin:0px;
}
.kode_football_latest_eangle_2 h6::after, .kode_football_latest_eangle h6::after{
width:100%;
}
.kode_football_match_fig{
display:none;
}
.kode_football_matck_counter{
width:100%;
padding:20px;
}
.kode_football_latest_view a{
width:115px;
}
.kode_football_ipl_tabs{
padding:250px 0 0;
}
.kode_football_ipl_compition h4{
width:20%;
}
.kode_football_ipl_caption{
width:80%;
}
.kode_football_footer_social_icon ul{
margin:0px 0px;
padding:0px 20px;
}
#header-style-3.cricket-header .crkt-logo{
width: 100%;
text-align: center;
}
#header-style-3.cricket-header .crkt-logo a{
width: auto;
float: none;
display: inline-block;
}
#header-style-3.cricket-header .crkt-navigation-wrap{
padding: 0 15px;
}
#header-style-3.cricket-header .crkt-social{
float: left;
}
}