@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;
}.mfp-container, 
.media-box, 
.media-boxes-load-more-button, 
.media-boxes-filter,
.media-boxes-drop-down-menu > li > a, .media-boxes-drop-down-header,
.media-boxes-search{ font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
} .media-box{
font-size: 13px;
}
.media-box iframe{
display: block;
margin: 0 !important;
}
.media-box-container{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }
.media-box-content{
padding: 20px;
position: relative;
background: white;
color: rgb(51, 51, 51);
line-height: 17px;
}
.thumbnail-overlay-animated{
position: relative;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .thumbnail-overlay-animated[data-from="top"]{
top: -20px;
}
.thumbnail-overlay-animated[data-from="bottom"]{
top: 20px;
}
.thumbnail-overlay-animated[data-from="left"]{
left: -20px;
}
.thumbnail-overlay-animated[data-from="right"]{
left: 20px;
} @media only screen and (min-width: 768px) {
.thumbnail-overlay:hover .thumbnail-overlay-animated{
opacity: 1;
left: 0;
top: 0;
}
} @media only screen and (max-width: 768px) {
.media-box-image:hover .thumbnail-overlay-animated{
opacity: 1;
left: 0;
top: 0;
}
} .thumbnail-overlay-button{
display: inline-block;
font-size: 13px;
background: rgba(255, 255, 255, .3);
color: #fff;
padding: 10px 14px;
margin: 3px 0;
-webkit-transition: background 0.3s ease-in-out;
-moz-transition: background 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out;
-ms-transition: background 0.3s ease-in-out;
transition: background 0.3s ease-in-out;
}
.thumbnail-overlay-button:hover{
background: rgba(255, 255, 255, .4);
}
.thumbnail-overlay-caption{
display: inline-block;
color: white;
font-size: 11px;
background: rgba(255,255,255,.2);
padding: 4px 6px;
margin: 3px 0;
}
.media-box-title{
letter-spacing: 0px;
line-height: normal;
font-weight: 600;
color: rgb(51, 51, 51);
font-size: 18px;
}
.media-box-title small{
font-size: 12px;
display: block;
margin-top: 5px;
}
.media-box-year{
color: gray;
font-size: 11px;
margin-bottom: 3px;
}
.media-box-author{
font-size: 11px;
margin: 3px 0 0px 0 !important;
}
.media-box-categories{
font-size: 11px;
line-height: 15px;
color: #e54e53;
margin-top: 5px;
}
.media-box-categories span{
color: #333333;
font-weight: 600;
}
.media-box-date{
font-size: 11px;
line-height: 15px;
color: #e54e53;
margin-top: 5px;
}
.media-box-date span{
color: #333333;
font-weight: 600;
}
.media-box-big-icon{
margin-bottom: 12px;
}
.media-box-big-icon .fa{
font-size: 55px !important;
color: white !important;
-webkit-transform: scale(1) !important;
-moz-transform: scale(1) !important;
-ms-transform: scale(1) !important;
-o-transform: scale(1) !important;
transform: scale(1) !important;  
}
.media-box-text{
color: rgb(119, 119, 119);
font-size: 14px;
line-height: 26.6px;
margin: 13px 0px 13px 0 !important;
}
.media-box-quote{
padding: 30px;
background: #e54e53;
color: #fff;
font-size: 14px;
line-height: 28px;
}
.media-box-quote span{
display: block;
margin-top: 20px;
font-size: 13px;
}
.media-box-subscribe{
padding: 30px;
background: #2C393F;
color: #fff;
font-size: 14px;
line-height: 28px;
}
.media-box-subscribe p{
color: #fff;
}
.media-box-subscribe input{
border-radius: 0px;
border: 0;
margin-top: 10px;
margin-bottom: 15px;
}
.media-box-subscribe .btn{
border: 0;
color: #fff;
background: #86979F;
border-radius: 2px;
-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
min-width: 120px;
font-size: 12px;
padding: 12px;
}
.media-box-view-image{
margin: 12px 0 0 0;
}
.media-box-more a, .media-box-view-image a{
text-decoration: none !important;
color: inherit;
padding: 0;
margin: 0;
color: #e54e53;
font-weight: 600;
font-size: 11px;
}
.media-box-more a:hover, .media-box-view-image a:hover{
color: #333333;
}
a.media-box-read-more-link{
background: #e54e53;
color: #fff;
padding: 0 4px;
}
a.media-box-read-more-link:hover{
background: #333333;
text-decoration: none;
}
.media-box-footer{
background: #e4e4e4;
padding: 20px;
}
.media-box-social-buttons{
text-align: center;
}
.media-box-social-buttons i{
font-size: 15px;
color: #C7C7C7;
margin: 0 7px;
-webkit-transition: color .1s;
-moz-transition: color .1s;
-o-transition: color .1s;
-ms-transition: color .1s;
transition: color .1s;
}
.media-box-social-buttons i:hover{
color: #333;
}
.media-box-play-button{
background: rgba(28, 186, 200, 1) !important;
color: #fff !important;
padding-left: 3px;
}
.media-box-sound-button{
background: rgba(28, 186, 200, 1) !important;
color: #fff !important;
padding-left: 1px;
}
.media-box-logo{
text-align: center;
font-size: 80px;
padding: 30px 0;
color: rgba(255,255,255,.7);
-webkit-transition: color .1s;
-moz-transition: color .1s;
-o-transition: color .1s;
-ms-transition: color .1s;
transition: color .1s;
}
.media-box-logo:hover{
color: rgba(255,255,255,1); 
}
.media-box-price{
font-size: 16px;
color: #e54e53;
margin-top: 10px;
}
.media-box-price del{
font-size: 12px;
color: #A4A4A4;
}
.media-box-sale{
color: #fff;
background: #e54e53;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
text-align: center;
position: absolute;
font-weight: 100;
font-size: 12px;
top: -10px;
right: 10px;
z-index: 99;
} .media-boxes-load-more-button{
cursor: pointer;
width: 150px;
text-align: center;
color: white;
background-color: #333333;
font-size: 14px !important;
height: 15px;
padding: 10px 15px 10px 15px;
margin: 0px auto;
line-height: 15px;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.media-boxes-no-more-entries{
filter: alpha(opacity=20);
opacity: 0.2;
} .auto-grid-filters-container{
overflow: hidden;
}
.filters-container{
margin-bottom: 15px;
}
.filters-container:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.media-boxes-filter{
font-size: 0px;
list-style: none;
margin: 0;
padding: 0px;
text-align: left;
display: inline-block;
}
.media-boxes-filter>li{
display: inline-block;
margin: 0 10px 5px 0;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.media-boxes-filter>li:last-child{
margin-right: 0 !important;
}
.media-boxes-filter>li a{
-webkit-box-sizing: content-box !important; -moz-box-sizing: content-box !important; box-sizing: content-box !important; vertical-align: top;
border: 1px solid #EBEBEB;
display: block;
cursor: pointer;
color: #444444;
font-size: 13px;
height: 38px;
line-height: 38px;
text-decoration: none;
margin: 0px;
padding: 0 15px;
background-color: #fff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-transition: border .1s;
-moz-transition: border .1s;
-o-transition: border .1s;
-ms-transition: border .1s;
transition: border .1s;
}
.media-boxes-filter>li a:hover{
text-decoration: none;
border: 1px solid #dadada;
}
.media-boxes-filter>li a.selected{
background: #4d4c4d !important; 
color: #fff !important;
} .media-boxes-search{
margin-bottom: 5px;
display: inline-block;
border: 1px solid #EBEBEB;
}
.media-boxes-search .media-boxes-icon,
.media-boxes-search .media-boxes-clear{
display: inline-block;
font-size: 13px;
height: 38px;
line-height: 38px;
width: 34px;
text-align: center;
background: #fff;
margin-right: -4px;
color: #444444;
}
.media-boxes-search .media-boxes-clear{
margin-right: -1px;
cursor: pointer;
}
.media-boxes-search input[type=text]{
vertical-align: top;
height: 38px;
line-height: 38px;
min-width: 150px;
max-width: 170px;
margin: 0 !important;
margin-right: -4px !important;
padding: 0 10px 0 0 !important;
font-size: 13px;
box-shadow: none !important;
border: none !important;
background-color: #fff;
color: #444444;
outline: 0;
-webkit-appearance: none;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.media-boxes-search input::-webkit-input-placeholder { color: #444444;
font-weight: 300;
}
.media-boxes-search input:-ms-input-placeholder { color: #444444;
font-weight: 300;
}
.media-boxes-search input::-moz-placeholder { color: #444444;
font-weight: 300;
}
.media-boxes-search input:-moz-placeholder { color: #444444;
font-weight: 300;
} .media-boxes-sort{
display: inline-block;
vertical-align: top;
}
.media-boxes-drop-down,
.media-boxes-drop-down-header,
.media-boxes-drop-down-menu,
.media-boxes-drop-down-menu > li > a{
-webkit-box-sizing:border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.media-boxes-drop-down{
width: 150px;
margin: 0;
margin-bottom: 5px;
position: relative;
display: inline-block;
border: 1px solid #EBEBEB;
}
.media-boxes-drop-down-header{
font-size: 12px;
margin: 0 !important;
display: block;
height: 38px;
line-height: 38px;
padding: 0 15px !important;
text-decoration: none;
background-color: #fff;
color: #444;
cursor: pointer;
vertical-align: top;
}
.media-boxes-drop-down-header .fa{
float: right;
height: 34px;
line-height: 31px;
}
.media-boxes-drop-down-menu{
margin: 0 !important;
padding: 0 !important;
z-index: 99999;
position: absolute;
width: 100%;
display: none;
border: 0 !important;
-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}
.media-boxes-drop-down-menu > li {
list-style: none;
margin: 0 !important;
padding: 0 !important;
}
.media-boxes-drop-down-menu > li > a{
font-size: 12px;
display: block;
margin: 0 !important;
padding: 0px 15px !important;
color: #444;
background: #fff;
height: 38px !important;
line-height: 38px !important;
border-top: 1px solid rgba(175,175,175,.16)!important;
text-decoration: none;
}
.media-boxes-drop-down-menu > li > a:hover{
color: #000 !important;
}
.media-boxes-sort .media-boxes-drop-down-header .fa{
display: none;
}
.media-boxes-sort-order{
cursor: pointer;
display: inline-block;
width: 34px;
height: 38px;
line-height: 38px;
color: #444;
background: #fff;
text-align: center;
vertical-align: top;
border: 1px solid #EBEBEB;
-webkit-box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
box-sizing: content-box !important;
}
.media-boxes-sort-order>span{
display: none;
}
.media-boxes-sort-order>span.selected{
display: inline-block;
} .media-boxes-checkboxes{
display: block;
margin-bottom: 5px;
} .media-boxes-checkboxes-label {
display: inline-block;
position: relative;
margin-right: 20px;
padding-left: 30px;
margin-bottom: 5px;
cursor: pointer;
font-size: 14px;
font-weight: normal;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .media-boxes-checkboxes-label input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .media-boxes-checkboxes-checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 1px solid #EBEBEB;
transition: background-color 0.3s ease;
} .media-boxes-checkboxes-label:hover input ~ .media-boxes-checkboxes-checkmark {
background-color: #f5f6fa;
} .media-boxes-checkboxes-label input:checked ~ .media-boxes-checkboxes-checkmark {
background-color: #2196F3;
} .media-boxes-checkboxes-checkmark:after {
content: "";
} .media-boxes-checkboxes-label input:checked ~ .media-boxes-checkboxes-checkmark:after {
content: "\f00c";
} .media-boxes-checkboxes-label .media-boxes-checkboxes-checkmark:after {
display: block;
font-family: FontAwesome;
font-size: 11px;
line-height: 19px;
text-align: center;
color: #fff;
} .thumbnail-overlay{
background: black; background-color: rgba(34,34,34,.5);
color: #333333;
} .thumbnail-overlay>div.aligment{
height: 100%;
width: 100%;
display: table !important;
}
.thumbnail-overlay>div.aligment>div.aligment{
padding: 10px;
display: table-cell !important;
vertical-align: middle; text-align:center; }
.thumbnail-overlay-title{
letter-spacing: 0px;
font-weight: 600;
font-size: 16px;
color: #fff;
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 28px;
}
.thumbnail-overlay i.fa, 
.media-box-play-button, 
.media-box-sound-button{
background: rgba(255,255,255,.3);
color:  #fff;
text-align: center;
display: inline-block;
margin: 3px;
height: 50px;
width: 50px;
line-height: 50px;
font-size: 15px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: all .05s linear;
-moz-transition: all .05s linear;
-o-transition: all .05s linear;
-ms-transition: all .05s linear;
transition: all .05s linear;
}  
.media-box-play-button, 
.media-box-sound-button{
font-size: 15px;
height: 50px;
width: 50px;
line-height: 50px;
}
.thumbnail-overlay i.fa:hover{
background: rgba(255,255,255,.4);
cursor: pointer;
}
.mb-play-container{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-image: url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/blank.gif); }
.mb-play-container .fa{
border: 2px solid #fff;
padding: 14px 15px 13px 17px;
font-size: 19px;
color: #fff;
text-align: center;
width: 50px;
height: 50px;
-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
-webkit-transition: background-color .2s, -webkit-transform .2s;
-moz-transition: background-color .2s,    -moz-transform .2s;
-o-transition: background-color .2s,      -o-transform .2s;
-ms-transition: background-color .2s,     -ms-transform .2s;
transition: background-color .2s,         transform .2s;
}
.mb-play-container:hover .fa{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);          
} .fancyboxMB-caption {
padding: 0 !important;
height: 44px !important;
text-align: center;
border-top: 0;
display:flex;
align-items: center; justify-content: center; }
.fancyboxMB-thumbs{
background: rgba(255,255,255,.1);
} .mb-open-popup{
cursor: pointer;
}
.mfp-arrow.mfp-arrow:before, 
.mfp-arrow.mfp-arrow:after { border:none !important; }
.mfp-arrow.mfp-arrow-left {
background:url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-arrow-left.png) 50% 50% no-repeat !important;
}
.mfp-arrow.mfp-arrow-right {
background:url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-arrow-right.png) 50% 50% no-repeat !important;
}
.mfp-close{
background:url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/icon-close.png) right no-repeat !important;
} .iframe-on-grid{
cursor: pointer;
}
.iframe-on-grid-container, .iframe-on-grid-container iframe{
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
background: #000;
display: none;
}
.iframe-on-grid-container{
display: block;
}
.mfp-hide{
display: none;
} .media-boxes-social-container{
float: right;
margin-right: 10px;
font-size: 18px;
}
.media-boxes-social-container>*{
margin-right: 5px;
}   .media-box { display: none; float: left;
}
.media-box, .media-box-hidden{ -webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
transform:translate3d(0,0,0);
}
.media-box-hidden, .not-loaded-before-search{
display: none; }
.media-boxes-container{
margin-right: 0 !important;
margin-bottom: 0 !important;
}
.media-box-loaded{
display: block; }
[onclick]{
cursor: pointer;
}
[hide_if_empty]{
display: none !important;
} .media-box-image{
position: relative;
overflow: hidden;
width: 100%;
} .media-box-image div[data-width][data-height]{
position: relative;
overflow: hidden;
}
.media-box-image div[data-width][data-height] img{
position: absolute;
top:-100%; left:0; right: 0; bottom:-100%;
margin: auto;
}  .media-box-image .media-box-fill-height[data-width][data-height] img{
top: 0 !important; 
left: -100% !important; 
right: -100% !important; 
bottom: 0 !important;
min-width: 100% !important;
width: auto !important;
max-width: none !important;
height: 100%;
}
.media-box .media-box-image img{
width: 100%;
max-width: 100%;
display: block;
}
.media-box img{
max-width: 100%;
-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);
} .media-box-image div[data-thumbnail], .media-box-image div[data-popup]{
background-position: center center;
background-repeat: no-repeat;
}
.image-with-dimensions{
background-color: #4e4e4e; }
.broken-image-here{
background-color: #BE3730;
background-image: url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/broken-image.png);
}
.broken-image-here:not([data-height]){
min-height: 150px;
} .media-boxes-loading-animation,
.media-boxes-loading-animation:after {
border-radius: 50%;
width: 36px;
height: 36px;
}
.media-boxes-loading-animation {
box-sizing: border-box;
position: absolute;
margin-top: -18px;
margin-left: -18px;
top: 50%;
left: 50%;
font-size: 6px;
text-indent: -9999px;
border-top: 6px solid rgba(255, 255, 255, 0.2);
border-right: 6px solid rgba(255, 255, 255, 0.2);
border-bottom: 6px solid rgba(255, 255, 255, 0.2);
border-left: 6px solid #ffffff;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 1.1s infinite linear;
animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .media-box-container{
overflow: hidden;
position:relative;
z-index:1;
}
.media-box-container:hover{
z-index: 2; } .thumbnail-overlay{
position: absolute;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%;
} .position-reveal-effect .media-box-thumbnail-container{
z-index: 2;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.position-reveal-effect .thumbnail-overlay{
z-index: 1;
position: absolute;
left: 0;
}
.overlay-always-visible{
display: block !important;
zoom: 1 !important;
filter: alpha(opacity=100) !important;
opacity: 1 !important;
}
.overlay-text-left>.aligment>.aligment{
text-align: left !important;
}
.overlay-text-right>.aligment>.aligment{
text-align: right !important;
} .mfp-arrow:focus {
opacity: 0.65;
filter: alpha(opacity=65);
}
.mfp-arrow:hover {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
} .my-mfp-slide-bottom .mfp-figure {
opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
} .my-mfp-slide-bottom.mfp-ready .mfp-figure {
opacity: 1;
-webkit-transform: scale(1); 
-moz-transform: scale(1); 
-ms-transform: scale(1); 
-o-transform: scale(1); 
transform: scale(1); 
} .my-mfp-slide-bottom.mfp-removing .mfp-figure {
opacity: 0;
-webkit-transform: scale(0.8); 
-moz-transform: scale(0.8); 
-ms-transform: scale(0.8); 
-o-transform: scale(0.8); 
transform: scale(0.8); 
} .my-mfp-slide-bottom.mfp-bg {
opacity: 0;
-webkit-transition: opacity 0.3s ease-out; 
-moz-transition: opacity 0.3s ease-out; 
-o-transition: opacity 0.3s ease-out; 
transition: opacity 0.3s ease-out;
} .my-mfp-slide-bottom.mfp-ready.mfp-bg {
opacity: 0.8;
} .my-mfp-slide-bottom.mfp-removing.mfp-bg {
opacity: 0;
}@font-face{font-family:'FontAwesome';src:url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/components/Font%20Awesome/fonts/fontawesome-webfont.svg?v=4.7.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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-pp: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-resistance: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: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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}body.compensate-for-scrollbar{overflow:hidden}.fancyboxMB-active{height:auto}.fancyboxMB-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancyboxMB-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancyboxMB-container *{box-sizing:border-box}.fancyboxMB-bg,.fancyboxMB-inner,.fancyboxMB-outer,.fancyboxMB-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancyboxMB-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancyboxMB-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancyboxMB-is-open .fancyboxMB-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancyboxMB-caption,.fancyboxMB-infobar,.fancyboxMB-navigation .fancyboxMB-button,.fancyboxMB-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancyboxMB-show-caption .fancyboxMB-caption,.fancyboxMB-show-infobar .fancyboxMB-infobar,.fancyboxMB-show-nav .fancyboxMB-navigation .fancyboxMB-button,.fancyboxMB-show-toolbar .fancyboxMB-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancyboxMB-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancyboxMB-toolbar{right:0;top:0}.fancyboxMB-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancyboxMB-is-open .fancyboxMB-stage{overflow:hidden}.fancyboxMB-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancyboxMB-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancyboxMB-is-sliding .fancyboxMB-slide,.fancyboxMB-slide--current,.fancyboxMB-slide--next,.fancyboxMB-slide--previous{display:block}.fancyboxMB-slide--image{overflow:hidden;padding:44px 0}.fancyboxMB-slide--image:before{display:none}.fancyboxMB-slide--html{padding:6px}.fancyboxMB-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancyboxMB-slide--image .fancyboxMB-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancyboxMB-can-zoomOut .fancyboxMB-content{cursor:zoom-out}.fancyboxMB-can-zoomIn .fancyboxMB-content{cursor:zoom-in}.fancyboxMB-can-pan .fancyboxMB-content,.fancyboxMB-can-swipe .fancyboxMB-content{cursor:grab}.fancyboxMB-is-grabbing .fancyboxMB-content{cursor:grabbing}.fancyboxMB-container [data-selectable=true]{cursor:text}.fancyboxMB-image,.fancyboxMB-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancyboxMB-spaceball{z-index:1}.fancyboxMB-slide--iframe .fancyboxMB-content,.fancyboxMB-slide--map .fancyboxMB-content,.fancyboxMB-slide--pdf .fancyboxMB-content,.fancyboxMB-slide--video .fancyboxMB-content{height:100%;overflow:visible;padding:0;width:100%}.fancyboxMB-slide--video .fancyboxMB-content{background:#000}.fancyboxMB-slide--map .fancyboxMB-content{background:#e5e3df}.fancyboxMB-slide--iframe .fancyboxMB-content{background:#fff}.fancyboxMB-iframe,.fancyboxMB-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancyboxMB-iframe{left:0;position:absolute;top:0}.fancyboxMB-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancyboxMB-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancyboxMB-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancyboxMB-button,.fancyboxMB-button:link,.fancyboxMB-button:visited{color:#ccc}.fancyboxMB-button:hover{color:#fff}.fancyboxMB-button:focus{outline:none}.fancyboxMB-button.fancyboxMB-focus{outline:1px dotted}.fancyboxMB-button[disabled],.fancyboxMB-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancyboxMB-button div{height:100%}.fancyboxMB-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancyboxMB-button svg path{fill:currentColor;stroke-width:0}.fancyboxMB-button--fsenter svg:nth-child(2),.fancyboxMB-button--fsexit svg:first-child,.fancyboxMB-button--pause svg:first-child,.fancyboxMB-button--play svg:nth-child(2){display:none}.fancyboxMB-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancyboxMB-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancyboxMB-close-small:hover{color:#fff;opacity:1}.fancyboxMB-slide--html .fancyboxMB-close-small{color:currentColor;padding:10px;right:0;top:0}.fancyboxMB-slide--image.fancyboxMB-is-scaling .fancyboxMB-content{overflow:hidden}.fancyboxMB-is-scaling .fancyboxMB-close-small,.fancyboxMB-is-zoomable.fancyboxMB-can-pan .fancyboxMB-close-small{display:none}.fancyboxMB-navigation .fancyboxMB-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancyboxMB-navigation .fancyboxMB-button div{padding:7px}.fancyboxMB-navigation .fancyboxMB-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancyboxMB-navigation .fancyboxMB-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancyboxMB-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancyboxMB-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancyboxMB-caption--separate{margin-top:-50px}.fancyboxMB-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancyboxMB-caption a,.fancyboxMB-caption a:link,.fancyboxMB-caption a:visited{color:#ccc;text-decoration:none}.fancyboxMB-caption a:hover{color:#fff;text-decoration:underline}.fancyboxMB-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancyboxMB-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancyboxMB-fx-slide.fancyboxMB-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancyboxMB-fx-slide.fancyboxMB-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancyboxMB-fx-slide.fancyboxMB-slide--current{opacity:1;transform:translateZ(0)}.fancyboxMB-fx-fade.fancyboxMB-slide--next,.fancyboxMB-fx-fade.fancyboxMB-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancyboxMB-fx-fade.fancyboxMB-slide--current{opacity:1}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancyboxMB-fx-zoom-in-out.fancyboxMB-slide--current{opacity:1;transform:scaleX(1)}.fancyboxMB-fx-rotate.fancyboxMB-slide--previous{opacity:0;transform:rotate(-1turn)}.fancyboxMB-fx-rotate.fancyboxMB-slide--next{opacity:0;transform:rotate(1turn)}.fancyboxMB-fx-rotate.fancyboxMB-slide--current{opacity:1;transform:rotate(0deg)}.fancyboxMB-fx-circular.fancyboxMB-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancyboxMB-fx-circular.fancyboxMB-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancyboxMB-fx-circular.fancyboxMB-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancyboxMB-fx-tube.fancyboxMB-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancyboxMB-fx-tube.fancyboxMB-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancyboxMB-fx-tube.fancyboxMB-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancyboxMB-slide{padding-left:6px;padding-right:6px}.fancyboxMB-slide--image{padding:6px 0}.fancyboxMB-close-small{right:-6px}.fancyboxMB-slide--image .fancyboxMB-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancyboxMB-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancyboxMB-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancyboxMB-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancyboxMB-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancyboxMB-share p{margin:0;padding:0}.fancyboxMB-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancyboxMB-share__button:link,.fancyboxMB-share__button:visited{color:#fff}.fancyboxMB-share__button:hover{text-decoration:none}.fancyboxMB-share__button--fb{background:#3b5998}.fancyboxMB-share__button--fb:hover{background:#344e86}.fancyboxMB-share__button--pt{background:#bd081d}.fancyboxMB-share__button--pt:hover{background:#aa0719}.fancyboxMB-share__button--tw{background:#1da1f2}.fancyboxMB-share__button--tw:hover{background:#0d95e8}.fancyboxMB-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancyboxMB-share__button svg path{fill:#fff}.fancyboxMB-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancyboxMB-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancyboxMB-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancyboxMB-show-thumbs .fancyboxMB-thumbs{display:block}.fancyboxMB-show-thumbs .fancyboxMB-inner{right:212px}.fancyboxMB-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancyboxMB-thumbs-x .fancyboxMB-thumbs__list{overflow:hidden}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar{width:7px}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancyboxMB-thumbs-y .fancyboxMB-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancyboxMB-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancyboxMB-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancyboxMB-thumbs__list a:focus:before{opacity:.5}.fancyboxMB-thumbs__list a.fancyboxMB-thumbs-active:before{opacity:1}@media (max-width:576px){.fancyboxMB-thumbs{width:110px}.fancyboxMB-show-thumbs .fancyboxMB-inner{right:110px}.fancyboxMB-thumbs__list a{max-width:calc(100% - 10px)}}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.media_boxes_warning{
padding: 10px 20px;
margin: 20px 0;
border: 1px solid #eee;
border-left-width: 5px;
border-left-color: #d9534f;
border-radius: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.media_boxes_warning h4{
margin-top: 0;
margin: 0 0 5px 0 !important;
color: #d9534f;
font-size: 18px !important;
padding: 0 !important;
}
.media_boxes_warning p{
margin: 0 !important;
}
.media-boxes-grid .media-box-image div[data-thumbnail], .media-boxes-grid .media-box-image div[data-popup]{
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
box-sizing: border-box !important;
padding: 0;
margin: 0;
border: 0;
display: block;
background: #4e4e4e;
}
.media-boxes-grid .media-box-image div[data-thumbnail] img, .media-boxes-grid .media-box-image div[data-popup] img{
border-radius: 0 !important;
padding: 0 !important;
border: 0 !important;
display: block;
} .media-boxes-grid .media-box-image div[data-thumbnail], .media-boxes-grid .media-box-image div[data-popup]{
background-position: center center !important;
background-repeat: no-repeat !important;
}
.media-boxes-grid .image-with-dimensions{
background-color: #4e4e4e;
background-image: none !important;
}
.media-boxes-grid .broken-image-here{
background-color: #BE3730 !important;
background-image: url(//www.panetas.gr/wp-content/plugins/wp_media_boxes/plugin/css/icons/broken-image.png) !important;
}
.media-boxes-grid .broken-image-here:not([data-height]){
min-height: 150px !important;
} .media-boxes-grid{
overflow: hidden !important;
}
.media-boxes-grid,
.media-boxes-grid .media-box,
.media-boxes-grid .media-box-container{
transition: unset;
}
.media-boxes-filters-container{
margin-bottom: 15px;
}
.media-boxes-filters-container:after {
content: " ";
visibility: hidden;
display: block;
height: 0;
clear: both;
}
.media-boxes-filters-container ul{
margin: 0 !important;
}
.media-boxes-filter>li{
margin: 0 8px 0 0 !important;
}
.media-boxes-filter>li:last-child{
margin: 0 !important;
}
.media-boxes-filter>li a{
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}
.media-boxes-drop-down {
width: 180px;
vertical-align:top;
}
.media-boxes-drop-down-header{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.media-boxes-sort-order span{
background: inherit !important;
}
.fancyboxMB-button{
outline: none !important;
box-shadow: none !important;
}
.fancyboxMB-button:hover div{
background: #262626 !important;
}
.fancyboxMB-thumbs {
background: rgba(255,255,255,.1) !important;
}
.fancyboxMB-arrow{
background: none !important;
}
.media-boxes-search input[type=text] {
display: inline-block !important; 
width: auto !important;
margin: 0 !important;
}
.media-box-quote {
margin: -20px;
} .media-boxes-grid .thumbnail-overlay{
background-color: rgba(105, 105, 105, 0.85);
}
.media-boxes-grid .thumbnail-overlay>div.aligment,
.media-boxes-grid .thumbnail-overlay>div.aligment>div.aligment {
vertical-align: inherit;
}
.media-boxes-grid .thumbnail-overlay>div.aligment>div.aligment {
text-align: inherit;
} .media-box-logo {
padding: 50px 0;
}
.media-box-logo-content{
padding: 20px;
background: rgba(255,255,255, .1);
line-height: 17px;
} .media-box-dark-container{
padding: 200px 30px;
}
.media-box-dark-title{
font-size: 28px;
color: #c9cacc;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 40px;
}
.media-box-dark-text{
font-size: 14px;
color: #88898e;
line-height: 26.6px;
font-weight: 300;
}
.media-box-dark-container-social{
padding: 50px 30px;
text-align: center;
}
.media-box-dark-container-social .media-box-dark-title{
letter-spacing: 0px;
line-height: normal;
font-weight: 600;
font-size: 18px;
text-transform: initial;
}
.media-box-dark-container-social .media-box-dark-title small{ 
font-size: 12px;
display: block;
margin-top: 5px;
}
.media-box-dark-container-social .media-box-dark-text{ 
color: #c9cacc;
font-size: 14px;
line-height: 26.6px;
} .media-boxes-grid .media-box-image div[data-width][data-height] img{
margin-bottom: auto !important;
}
.media-boxes-grid .media-box [class^=icon-]:before{
font-family: inherit !important;
}
.media-boxes-search .media-boxes-clear{
margin-right: 0px !important;
}
.media-boxes-no-more-entries{
cursor: auto !important;
}#pojo-a11y-toolbar{position:fixed;font-size:16px !important;line-height:1.4;z-index:9999}#pojo-a11y-toolbar.pojo-a11y-toolbar-right{right:-180px;-webkit-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:right 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:right 750ms cubic-bezier(.23, 1, .32, 1);transition:right 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open{right:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{right:180px}#pojo-a11y-toolbar.pojo-a11y-toolbar-left{left:-180px;-webkit-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-moz-transition:left 750ms cubic-bezier(.23, 1, .32, 1);-o-transition:left 750ms cubic-bezier(.23, 1, .32, 1);transition:left 750ms cubic-bezier(.23, 1, .32, 1)}#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{left:0}#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle{left:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle{position:absolute}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{display:inline-block;font-size:200%;line-height:0;padding:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.1);box-shadow:0 0 10px 0 rgba(0,0,0,0.1)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:hover,#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle svg{max-width:inherit}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay{border:1px solid;font-size:100%;width:180px}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{display:block;line-height:2;font-weight:bold;padding:10px 15px 0;margin:0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle a,#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.2);box-shadow:0 0 10px 0 rgba(0,0,0,0.2)}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{list-style:none;margin:0;padding:10px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links{border-top:1px solid}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:10px 15px;font-size:80%;line-height:1}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active{font-weight:bold}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-right:6px;display:inline-block;width:1.5em;font-style:normal;font-weight:normal;font-size:inherit;line-height:1;text-align:center;text-rendering:auto;vertical-align:middle}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a .pojo-a11y-toolbar-text{vertical-align:middle}body.rtl #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg{padding-left:6px;padding-right:0}@media (max-width:767px){#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{padding:7px 12px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items{padding:7px 0}#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a{display:block;padding:7px 12px}}body.pojo-a11y-grayscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-webkit-filter:grayscale(1);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray}body.pojo-a11y-high-contrast .placebo{line-height:normal}body.pojo-a11y-high-contrast *{-webkit-box-shadow:none !important;box-shadow:none !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{-moz-appearance:none !important;-moz-user-select:text !important;-webkit-user-select:text !important;background-image:none !important;text-shadow:none !important;user-select:text !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast h6 span,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav:not(#pojo-a11y-toolbar),body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{background:black !important;background-color:black !important}body.pojo-a11y-high-contrast a,body.pojo-a11y-high-contrast article,body.pojo-a11y-high-contrast aside,body.pojo-a11y-high-contrast basefont,body.pojo-a11y-high-contrast bdi,body.pojo-a11y-high-contrast big,body.pojo-a11y-high-contrast blink,body.pojo-a11y-high-contrast blockquote,body.pojo-a11y-high-contrast body,body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast canvas,body.pojo-a11y-high-contrast caption,body.pojo-a11y-high-contrast center,body.pojo-a11y-high-contrast code,body.pojo-a11y-high-contrast col,body.pojo-a11y-high-contrast colgroup,body.pojo-a11y-high-contrast command,body.pojo-a11y-high-contrast dd,body.pojo-a11y-high-contrast del,body.pojo-a11y-high-contrast details,body.pojo-a11y-high-contrast dir,body.pojo-a11y-high-contrast div,body.pojo-a11y-high-contrast dl,body.pojo-a11y-high-contrast dt,body.pojo-a11y-high-contrast embed,body.pojo-a11y-high-contrast fieldset,body.pojo-a11y-high-contrast figcaption,body.pojo-a11y-high-contrast figure,body.pojo-a11y-high-contrast font,body.pojo-a11y-high-contrast footer,body.pojo-a11y-high-contrast form,body.pojo-a11y-high-contrast header,body.pojo-a11y-high-contrast hgroup,body.pojo-a11y-high-contrast html,body.pojo-a11y-high-contrast iframe,body.pojo-a11y-high-contrast img,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast ins,body.pojo-a11y-high-contrast kbd,body.pojo-a11y-high-contrast label,body.pojo-a11y-high-contrast legend,body.pojo-a11y-high-contrast li,body.pojo-a11y-high-contrast listing,body.pojo-a11y-high-contrast main,body.pojo-a11y-high-contrast mark,body.pojo-a11y-high-contrast marquee,body.pojo-a11y-high-contrast menu,body.pojo-a11y-high-contrast meter,body.pojo-a11y-high-contrast multicol,body.pojo-a11y-high-contrast nav,body.pojo-a11y-high-contrast nobr,body.pojo-a11y-high-contrast object,body.pojo-a11y-high-contrast ol,body.pojo-a11y-high-contrast option,body.pojo-a11y-high-contrast output,body.pojo-a11y-high-contrast p,body.pojo-a11y-high-contrast plaintext,body.pojo-a11y-high-contrast pre,body.pojo-a11y-high-contrast progress,body.pojo-a11y-high-contrast q,body.pojo-a11y-high-contrast rb,body.pojo-a11y-high-contrast rp,body.pojo-a11y-high-contrast rt,body.pojo-a11y-high-contrast ruby,body.pojo-a11y-high-contrast s,body.pojo-a11y-high-contrast samp,body.pojo-a11y-high-contrast section,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast small,body.pojo-a11y-high-contrast span,body.pojo-a11y-high-contrast strike,body.pojo-a11y-high-contrast sub,body.pojo-a11y-high-contrast summary,body.pojo-a11y-high-contrast sup,body.pojo-a11y-high-contrast svg,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast tbody,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast text,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast thead,body.pojo-a11y-high-contrast time,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt,body.pojo-a11y-high-contrast ul,body.pojo-a11y-high-contrast var,body.pojo-a11y-high-contrast video,body.pojo-a11y-high-contrast xmp{color:white !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym,body.pojo-a11y-high-contrast b,body.pojo-a11y-high-contrast b span,body.pojo-a11y-high-contrast h1 b,body.pojo-a11y-high-contrast h1 strong,body.pojo-a11y-high-contrast h2 b,body.pojo-a11y-high-contrast h2 strong,body.pojo-a11y-high-contrast h3 b,body.pojo-a11y-high-contrast h3 strong,body.pojo-a11y-high-contrast h4 b,body.pojo-a11y-high-contrast h4 strong,body.pojo-a11y-high-contrast h5 b,body.pojo-a11y-high-contrast h5 strong,body.pojo-a11y-high-contrast h6 b,body.pojo-a11y-high-contrast h6 strong,body.pojo-a11y-high-contrast strong,body.pojo-a11y-high-contrast strong span{color:yellow !important}body.pojo-a11y-high-contrast address,body.pojo-a11y-high-contrast address span,body.pojo-a11y-high-contrast cite,body.pojo-a11y-high-contrast cite span,body.pojo-a11y-high-contrast dfn,body.pojo-a11y-high-contrast dfn span,body.pojo-a11y-high-contrast em,body.pojo-a11y-high-contrast em span,body.pojo-a11y-high-contrast h1 em,body.pojo-a11y-high-contrast h1 i,body.pojo-a11y-high-contrast h2 em,body.pojo-a11y-high-contrast h2 i,body.pojo-a11y-high-contrast h3 em,body.pojo-a11y-high-contrast h3 i,body.pojo-a11y-high-contrast h4 em,body.pojo-a11y-high-contrast h4 i,body.pojo-a11y-high-contrast h5 em,body.pojo-a11y-high-contrast h5 i,body.pojo-a11y-high-contrast h6 em,body.pojo-a11y-high-contrast h6 i,body.pojo-a11y-high-contrast i,body.pojo-a11y-high-contrast i span,body.pojo-a11y-high-contrast u,body.pojo-a11y-high-contrast u span{color:#FFFF80 !important}body.pojo-a11y-high-contrast dt{border-top:thin solid grey !important}body.pojo-a11y-high-contrast h1,body.pojo-a11y-high-contrast h1 a,body.pojo-a11y-high-contrast h1 a b,body.pojo-a11y-high-contrast h1 abbr,body.pojo-a11y-high-contrast h1 center,body.pojo-a11y-high-contrast h1 span,body.pojo-a11y-high-contrast h2,body.pojo-a11y-high-contrast h2 a,body.pojo-a11y-high-contrast h2 a b,body.pojo-a11y-high-contrast h2 abbr,body.pojo-a11y-high-contrast h2 center,body.pojo-a11y-high-contrast h2 span,body.pojo-a11y-high-contrast h3,body.pojo-a11y-high-contrast h3 a,body.pojo-a11y-high-contrast h3 a b,body.pojo-a11y-high-contrast h3 abbr,body.pojo-a11y-high-contrast h3 center,body.pojo-a11y-high-contrast h3 span,body.pojo-a11y-high-contrast h4,body.pojo-a11y-high-contrast h4 a,body.pojo-a11y-high-contrast h4 a b,body.pojo-a11y-high-contrast h4 abbr,body.pojo-a11y-high-contrast h4 center,body.pojo-a11y-high-contrast h4 span,body.pojo-a11y-high-contrast h5,body.pojo-a11y-high-contrast h5 a,body.pojo-a11y-high-contrast h5 a b,body.pojo-a11y-high-contrast h5 abbr,body.pojo-a11y-high-contrast h5 center,body.pojo-a11y-high-contrast h5 span,body.pojo-a11y-high-contrast h6,body.pojo-a11y-high-contrast h6 a,body.pojo-a11y-high-contrast h6 a b,body.pojo-a11y-high-contrast h6 abbr,body.pojo-a11y-high-contrast h6 center,body.pojo-a11y-high-contrast h6 span{color:#40C090 !important}body.pojo-a11y-high-contrast img{background:#808080 !important;background-color:#808080 !important}body.pojo-a11y-high-contrast abbr,body.pojo-a11y-high-contrast acronym{border-bottom:1px dotted !important}body.pojo-a11y-high-contrast :focus{outline:thin dotted !important}body.pojo-a11y-high-contrast a.button,body.pojo-a11y-high-contrast a.button abbr,body.pojo-a11y-high-contrast a.button acronym,body.pojo-a11y-high-contrast a.button b,body.pojo-a11y-high-contrast a.button basefont,body.pojo-a11y-high-contrast a.button big,body.pojo-a11y-high-contrast a.button br,body.pojo-a11y-high-contrast a.button code,body.pojo-a11y-high-contrast a.button div,body.pojo-a11y-high-contrast a.button em,body.pojo-a11y-high-contrast a.button font,body.pojo-a11y-high-contrast a.button h1,body.pojo-a11y-high-contrast a.button h2,body.pojo-a11y-high-contrast a.button h3,body.pojo-a11y-high-contrast a.button h4,body.pojo-a11y-high-contrast a.button h5,body.pojo-a11y-high-contrast a.button h6,body.pojo-a11y-high-contrast a.button i,body.pojo-a11y-high-contrast a.button kbd,body.pojo-a11y-high-contrast a.button rb,body.pojo-a11y-high-contrast a.button rp,body.pojo-a11y-high-contrast a.button rt,body.pojo-a11y-high-contrast a.button ruby,body.pojo-a11y-high-contrast a.button samp,body.pojo-a11y-high-contrast a.button small,body.pojo-a11y-high-contrast a.button span,body.pojo-a11y-high-contrast a.button strong,body.pojo-a11y-high-contrast a.button tt,body.pojo-a11y-high-contrast a.button u,body.pojo-a11y-high-contrast a.button var,body.pojo-a11y-high-contrast a:link,body.pojo-a11y-high-contrast a:link abbr,body.pojo-a11y-high-contrast a:link acronym,body.pojo-a11y-high-contrast a:link b,body.pojo-a11y-high-contrast a:link basefont,body.pojo-a11y-high-contrast a:link big,body.pojo-a11y-high-contrast a:link br,body.pojo-a11y-high-contrast a:link code,body.pojo-a11y-high-contrast a:link div,body.pojo-a11y-high-contrast a:link em,body.pojo-a11y-high-contrast a:link font,body.pojo-a11y-high-contrast a:link h1,body.pojo-a11y-high-contrast a:link h2,body.pojo-a11y-high-contrast a:link h3,body.pojo-a11y-high-contrast a:link h4,body.pojo-a11y-high-contrast a:link h5,body.pojo-a11y-high-contrast a:link h6,body.pojo-a11y-high-contrast a:link i,body.pojo-a11y-high-contrast a:link kbd,body.pojo-a11y-high-contrast a:link rb,body.pojo-a11y-high-contrast a:link rp,body.pojo-a11y-high-contrast a:link rt,body.pojo-a11y-high-contrast a:link ruby,body.pojo-a11y-high-contrast a:link samp,body.pojo-a11y-high-contrast a:link small,body.pojo-a11y-high-contrast a:link span,body.pojo-a11y-high-contrast a:link strong,body.pojo-a11y-high-contrast a:link tt,body.pojo-a11y-high-contrast a:link u,body.pojo-a11y-high-contrast a:link var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem{color:#0080FF !important}body.pojo-a11y-high-contrast button,body.pojo-a11y-high-contrast input,body.pojo-a11y-high-contrast textarea,body.pojo-a11y-high-contrast select,body.pojo-a11y-high-contrast table,body.pojo-a11y-high-contrast td,body.pojo-a11y-high-contrast th,body.pojo-a11y-high-contrast tr,body.pojo-a11y-high-contrast tt{border:1px solid #ffffff !important}body.pojo-a11y-high-contrast button{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast select{-webkit-appearance:listbox !important;background:#600060 !important;background-color:#600060 !important}body.pojo-a11y-high-contrast a:visited,body.pojo-a11y-high-contrast a:visited abbr,body.pojo-a11y-high-contrast a:visited acronym,body.pojo-a11y-high-contrast a:visited b,body.pojo-a11y-high-contrast a:visited basefont,body.pojo-a11y-high-contrast a:visited big,body.pojo-a11y-high-contrast a:visited br,body.pojo-a11y-high-contrast a:visited code,body.pojo-a11y-high-contrast a:visited div,body.pojo-a11y-high-contrast a:visited em,body.pojo-a11y-high-contrast a:visited font,body.pojo-a11y-high-contrast a:visited h1,body.pojo-a11y-high-contrast a:visited h2,body.pojo-a11y-high-contrast a:visited h3,body.pojo-a11y-high-contrast a:visited h4,body.pojo-a11y-high-contrast a:visited h5,body.pojo-a11y-high-contrast a:visited h6,body.pojo-a11y-high-contrast a:visited i,body.pojo-a11y-high-contrast a:visited kbd,body.pojo-a11y-high-contrast a:visited rb,body.pojo-a11y-high-contrast a:visited rp,body.pojo-a11y-high-contrast a:visited rt,body.pojo-a11y-high-contrast a:visited ruby,body.pojo-a11y-high-contrast a:visited samp,body.pojo-a11y-high-contrast a:visited small,body.pojo-a11y-high-contrast a:visited span,body.pojo-a11y-high-contrast a:visited strong,body.pojo-a11y-high-contrast a:visited tt,body.pojo-a11y-high-contrast a:visited u,body.pojo-a11y-high-contrast a:visited var,body.pojo-a11y-high-contrast div#secondaryNav div#documentNavigation ul.navigationTabs li.tabItem.active{color:#00FFFF !important}body.pojo-a11y-high-contrast ::selection,body.pojo-a11y-high-contrast ::-moz-selection{background:#4080c0 !important;background-color:#4080c0 !important}body.pojo-a11y-high-contrast a.button:hover,body.pojo-a11y-high-contrast a.button:hover abbr,body.pojo-a11y-high-contrast a.button:hover acronym,body.pojo-a11y-high-contrast a.button:hover b,body.pojo-a11y-high-contrast a.button:hover basefont,body.pojo-a11y-high-contrast a.button:hover big,body.pojo-a11y-high-contrast a.button:hover br,body.pojo-a11y-high-contrast a.button:hover code,body.pojo-a11y-high-contrast a.button:hover div,body.pojo-a11y-high-contrast a.button:hover em,body.pojo-a11y-high-contrast a.button:hover font,body.pojo-a11y-high-contrast a.button:hover h1,body.pojo-a11y-high-contrast a.button:hover h2,body.pojo-a11y-high-contrast a.button:hover h3,body.pojo-a11y-high-contrast a.button:hover h4,body.pojo-a11y-high-contrast a.button:hover h5,body.pojo-a11y-high-contrast a.button:hover h6,body.pojo-a11y-high-contrast a.button:hover i,body.pojo-a11y-high-contrast a.button:hover kbd,body.pojo-a11y-high-contrast a.button:hover rb,body.pojo-a11y-high-contrast a.button:hover rp,body.pojo-a11y-high-contrast a.button:hover rt,body.pojo-a11y-high-contrast a.button:hover ruby,body.pojo-a11y-high-contrast a.button:hover samp,body.pojo-a11y-high-contrast a.button:hover small,body.pojo-a11y-high-contrast a.button:hover span,body.pojo-a11y-high-contrast a.button:hover strong,body.pojo-a11y-high-contrast a.button:hover tt,body.pojo-a11y-high-contrast a.button:hover u,body.pojo-a11y-high-contrast a.button:hover var,body.pojo-a11y-high-contrast a:link:hover,body.pojo-a11y-high-contrast a:link:hover abbr,body.pojo-a11y-high-contrast a:link:hover acronym,body.pojo-a11y-high-contrast a:link:hover b,body.pojo-a11y-high-contrast a:link:hover basefont,body.pojo-a11y-high-contrast a:link:hover big,body.pojo-a11y-high-contrast a:link:hover br,body.pojo-a11y-high-contrast a:link:hover code,body.pojo-a11y-high-contrast a:link:hover div,body.pojo-a11y-high-contrast a:link:hover em,body.pojo-a11y-high-contrast a:link:hover font,body.pojo-a11y-high-contrast a:link:hover h1,body.pojo-a11y-high-contrast a:link:hover h2,body.pojo-a11y-high-contrast a:link:hover h3,body.pojo-a11y-high-contrast a:link:hover h4,body.pojo-a11y-high-contrast a:link:hover h5,body.pojo-a11y-high-contrast a:link:hover h6,body.pojo-a11y-high-contrast a:link:hover i,body.pojo-a11y-high-contrast a:link:hover kbd,body.pojo-a11y-high-contrast a:link:hover rb,body.pojo-a11y-high-contrast a:link:hover rp,body.pojo-a11y-high-contrast a:link:hover rt,body.pojo-a11y-high-contrast a:link:hover ruby,body.pojo-a11y-high-contrast a:link:hover samp,body.pojo-a11y-high-contrast a:link:hover small,body.pojo-a11y-high-contrast a:link:hover span,body.pojo-a11y-high-contrast a:link:hover strong,body.pojo-a11y-high-contrast a:link:hover tt,body.pojo-a11y-high-contrast a:link:hover u,body.pojo-a11y-high-contrast a:link:hover var,body.pojo-a11y-high-contrast a:visited:hover,body.pojo-a11y-high-contrast a:visited:hover abbr,body.pojo-a11y-high-contrast a:visited:hover acronym,body.pojo-a11y-high-contrast a:visited:hover b,body.pojo-a11y-high-contrast a:visited:hover basefont,body.pojo-a11y-high-contrast a:visited:hover big,body.pojo-a11y-high-contrast a:visited:hover br,body.pojo-a11y-high-contrast a:visited:hover code,body.pojo-a11y-high-contrast a:visited:hover div,body.pojo-a11y-high-contrast a:visited:hover em,body.pojo-a11y-high-contrast a:visited:hover font,body.pojo-a11y-high-contrast a:visited:hover h1,body.pojo-a11y-high-contrast a:visited:hover h2,body.pojo-a11y-high-contrast a:visited:hover h3,body.pojo-a11y-high-contrast a:visited:hover h4,body.pojo-a11y-high-contrast a:visited:hover h5,body.pojo-a11y-high-contrast a:visited:hover h6,body.pojo-a11y-high-contrast a:visited:hover i,body.pojo-a11y-high-contrast a:visited:hover kbd,body.pojo-a11y-high-contrast a:visited:hover rb,body.pojo-a11y-high-contrast a:visited:hover rp,body.pojo-a11y-high-contrast a:visited:hover rt,body.pojo-a11y-high-contrast a:visited:hover ruby,body.pojo-a11y-high-contrast a:visited:hover samp,body.pojo-a11y-high-contrast a:visited:hover small,body.pojo-a11y-high-contrast a:visited:hover span,body.pojo-a11y-high-contrast a:visited:hover strong,body.pojo-a11y-high-contrast a:visited:hover tt,body.pojo-a11y-high-contrast a:visited:hover u,body.pojo-a11y-high-contrast a:visited:hover var{background:#400000 !important;background-color:#400000 !important}body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk,body.pojo-a11y-high-contrast body>input#site+div#wrapper span.mk b,body.pojo-a11y-high-contrast input[type=reset]{background:#400060 !important;background-color:#400060 !important}body.pojo-a11y-high-contrast div[role="button"],body.pojo-a11y-high-contrast input[type=button],body.pojo-a11y-high-contrast input[type=submit]{background:#600040 !important;background-color:#600040 !important}body.pojo-a11y-high-contrast input[type=search]{-webkit-appearance:textfield !important}body.pojo-a11y-high-contrast html button[disabled],body.pojo-a11y-high-contrast html input[disabled],body.pojo-a11y-high-contrast html select[disabled],body.pojo-a11y-high-contrast html textarea[disabled]{background:#404040 !important;background-color:#404040 !important}body.pojo-a11y-high-contrast .menu li a span.label{text-transform:none !important}body.pojo-a11y-high-contrast .menu li a span.label,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrolbar,body.pojo-a11y-high-contrast div.jwplayer span.jwcontrols{display:inline !important}body.pojo-a11y-high-contrast a:link.new,body.pojo-a11y-high-contrast a:link.new i,body.pojo-a11y-high-contrast a:link.new b,body.pojo-a11y-high-contrast span.Apple-style-span{color:#FFFF40 !important}body.pojo-a11y-high-contrast body.mediawiki img.tex{background:white !important;background-color:white !important;border:white solid 3px !important}body.pojo-a11y-high-contrast text>tspan:first-letter,body.pojo-a11y-high-contrast text>tspan:first-line{background:inherit !important;background-color:inherit !important;color:inherit !important}body.pojo-a11y-high-contrast div.sbtc div.sbsb_a li.sbsb_d div,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i a,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i b,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i span,body.pojo-a11y-high-contrast table.gssb_c tr.gssb_i td{background:#003050 !important;background-color:#003050 !important}body.pojo-a11y-high-contrast img[width="18"][height="18"]{height:18px !important;width:18px !important}body.pojo-a11y-high-contrast a>span.iconHelp:empty:after{content:"Help" !important}body.pojo-a11y-high-contrast div#gmap,body.pojo-a11y-high-contrast div#gmap *{background:initial !important}body.pojo-a11y-negative-contrast,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar){background:#000 !important;color:#ffffff !important}body.pojo-a11y-negative-contrast a,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a,body.pojo-a11y-negative-contrast b,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) b,body.pojo-a11y-negative-contrast blockquote,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) blockquote,body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast canvas,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) canvas,body.pojo-a11y-negative-contrast caption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) caption,body.pojo-a11y-negative-contrast center,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) center,body.pojo-a11y-negative-contrast cite,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) cite,body.pojo-a11y-negative-contrast code,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) code,body.pojo-a11y-negative-contrast col,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) col,body.pojo-a11y-negative-contrast colgroup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) colgroup,body.pojo-a11y-negative-contrast dd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dd,body.pojo-a11y-negative-contrast details,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) details,body.pojo-a11y-negative-contrast dfn,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dfn,body.pojo-a11y-negative-contrast dir,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dir,body.pojo-a11y-negative-contrast div,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) div,body.pojo-a11y-negative-contrast dl,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dl,body.pojo-a11y-negative-contrast dt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) dt,body.pojo-a11y-negative-contrast em,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) em,body.pojo-a11y-negative-contrast embed,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) embed,body.pojo-a11y-negative-contrast fieldset,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) fieldset,body.pojo-a11y-negative-contrast figcaption,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figcaption,body.pojo-a11y-negative-contrast figure,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) figure,body.pojo-a11y-negative-contrast font,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) font,body.pojo-a11y-negative-contrast footer,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) footer,body.pojo-a11y-negative-contrast form,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) form,body.pojo-a11y-negative-contrast header,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) header,body.pojo-a11y-negative-contrast i,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) i,body.pojo-a11y-negative-contrast iframe,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) iframe,body.pojo-a11y-negative-contrast img,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) img,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast kbd,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) kbd,body.pojo-a11y-negative-contrast label,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) label,body.pojo-a11y-negative-contrast legend,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) legend,body.pojo-a11y-negative-contrast li,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) li,body.pojo-a11y-negative-contrast mark,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) mark,body.pojo-a11y-negative-contrast menu,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) menu,body.pojo-a11y-negative-contrast meter,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) meter,body.pojo-a11y-negative-contrast nav,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nav,body.pojo-a11y-negative-contrast nobr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) nobr,body.pojo-a11y-negative-contrast object,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) object,body.pojo-a11y-negative-contrast ol,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ol,body.pojo-a11y-negative-contrast option,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) option,body.pojo-a11y-negative-contrast pre,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) pre,body.pojo-a11y-negative-contrast progress,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) progress,body.pojo-a11y-negative-contrast q,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) q,body.pojo-a11y-negative-contrast s,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) s,body.pojo-a11y-negative-contrast section,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) section,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast small,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) small,body.pojo-a11y-negative-contrast span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) span,body.pojo-a11y-negative-contrast strike,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strike,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong,body.pojo-a11y-negative-contrast sub,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sub,body.pojo-a11y-negative-contrast summary,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) summary,body.pojo-a11y-negative-contrast sup,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) sup,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast time,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) time,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt,body.pojo-a11y-negative-contrast u,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) u,body.pojo-a11y-negative-contrast ul,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) ul,body.pojo-a11y-negative-contrast var,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) var,body.pojo-a11y-negative-contrast a span,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) a span,body.pojo-a11y-negative-contrast strong,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) strong{color:yellow !important}body.pojo-a11y-negative-contrast button,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) button,body.pojo-a11y-negative-contrast input,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) input,body.pojo-a11y-negative-contrast textarea,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) textarea,body.pojo-a11y-negative-contrast select,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) select,body.pojo-a11y-negative-contrast table,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) table,body.pojo-a11y-negative-contrast td,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) td,body.pojo-a11y-negative-contrast th,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) th,body.pojo-a11y-negative-contrast tr,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tr,body.pojo-a11y-negative-contrast tt,body.pojo-a11y-negative-contrast *:not(#pojo-a11y-toolbar) tt{border:1px solid #ffffff !important}body.pojo-a11y-negative-contrast div#gmap,body.pojo-a11y-negative-contrast div#gmap *{background:initial !important}body.pojo-a11y-light-background,body.pojo-a11y-light-background *:not(#pojo-a11y-toolbar):not(.pojo-a11y-toolbar-link){background:#fff !important;color:#000 !important}body.pojo-a11y-light-background div#gmap,body.pojo-a11y-light-background div#gmap *{background:initial !important}body.pojo-a11y-resize-font-200,body.pojo-a11y-resize-font-200 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-200 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-200 label,body.pojo-a11y-resize-font-200 input,body.pojo-a11y-resize-font-200 select,body.pojo-a11y-resize-font-200 textarea,body.pojo-a11y-resize-font-200 legend,body.pojo-a11y-resize-font-200 code,body.pojo-a11y-resize-font-200 pre,body.pojo-a11y-resize-font-200 dd,body.pojo-a11y-resize-font-200 dt,body.pojo-a11y-resize-font-200 span,body.pojo-a11y-resize-font-200 blockquote{font-size:200% !important}body.pojo-a11y-resize-font-200 h1,body.pojo-a11y-resize-font-200 h2,body.pojo-a11y-resize-font-200 h3,body.pojo-a11y-resize-font-200 h4,body.pojo-a11y-resize-font-200 h5,body.pojo-a11y-resize-font-200 h6,body.pojo-a11y-resize-font-200 h1 span,body.pojo-a11y-resize-font-200 h2 span,body.pojo-a11y-resize-font-200 h3 span,body.pojo-a11y-resize-font-200 h4 span,body.pojo-a11y-resize-font-200 h5 span,body.pojo-a11y-resize-font-200 h6 span{font-size:266% !important}body.pojo-a11y-resize-font-190,body.pojo-a11y-resize-font-190 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-190 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-190 label,body.pojo-a11y-resize-font-190 input,body.pojo-a11y-resize-font-190 select,body.pojo-a11y-resize-font-190 textarea,body.pojo-a11y-resize-font-190 legend,body.pojo-a11y-resize-font-190 code,body.pojo-a11y-resize-font-190 pre,body.pojo-a11y-resize-font-190 dd,body.pojo-a11y-resize-font-190 dt,body.pojo-a11y-resize-font-190 span,body.pojo-a11y-resize-font-190 blockquote{font-size:190% !important}body.pojo-a11y-resize-font-190 h1,body.pojo-a11y-resize-font-190 h2,body.pojo-a11y-resize-font-190 h3,body.pojo-a11y-resize-font-190 h4,body.pojo-a11y-resize-font-190 h5,body.pojo-a11y-resize-font-190 h6,body.pojo-a11y-resize-font-190 h1 span,body.pojo-a11y-resize-font-190 h2 span,body.pojo-a11y-resize-font-190 h3 span,body.pojo-a11y-resize-font-190 h4 span,body.pojo-a11y-resize-font-190 h5 span,body.pojo-a11y-resize-font-190 h6 span{font-size:252.70000000000002% !important}body.pojo-a11y-resize-font-180,body.pojo-a11y-resize-font-180 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-180 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-180 label,body.pojo-a11y-resize-font-180 input,body.pojo-a11y-resize-font-180 select,body.pojo-a11y-resize-font-180 textarea,body.pojo-a11y-resize-font-180 legend,body.pojo-a11y-resize-font-180 code,body.pojo-a11y-resize-font-180 pre,body.pojo-a11y-resize-font-180 dd,body.pojo-a11y-resize-font-180 dt,body.pojo-a11y-resize-font-180 span,body.pojo-a11y-resize-font-180 blockquote{font-size:180% !important}body.pojo-a11y-resize-font-180 h1,body.pojo-a11y-resize-font-180 h2,body.pojo-a11y-resize-font-180 h3,body.pojo-a11y-resize-font-180 h4,body.pojo-a11y-resize-font-180 h5,body.pojo-a11y-resize-font-180 h6,body.pojo-a11y-resize-font-180 h1 span,body.pojo-a11y-resize-font-180 h2 span,body.pojo-a11y-resize-font-180 h3 span,body.pojo-a11y-resize-font-180 h4 span,body.pojo-a11y-resize-font-180 h5 span,body.pojo-a11y-resize-font-180 h6 span{font-size:239.4% !important}body.pojo-a11y-resize-font-170,body.pojo-a11y-resize-font-170 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-170 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-170 label,body.pojo-a11y-resize-font-170 input,body.pojo-a11y-resize-font-170 select,body.pojo-a11y-resize-font-170 textarea,body.pojo-a11y-resize-font-170 legend,body.pojo-a11y-resize-font-170 code,body.pojo-a11y-resize-font-170 pre,body.pojo-a11y-resize-font-170 dd,body.pojo-a11y-resize-font-170 dt,body.pojo-a11y-resize-font-170 span,body.pojo-a11y-resize-font-170 blockquote{font-size:170% !important}body.pojo-a11y-resize-font-170 h1,body.pojo-a11y-resize-font-170 h2,body.pojo-a11y-resize-font-170 h3,body.pojo-a11y-resize-font-170 h4,body.pojo-a11y-resize-font-170 h5,body.pojo-a11y-resize-font-170 h6,body.pojo-a11y-resize-font-170 h1 span,body.pojo-a11y-resize-font-170 h2 span,body.pojo-a11y-resize-font-170 h3 span,body.pojo-a11y-resize-font-170 h4 span,body.pojo-a11y-resize-font-170 h5 span,body.pojo-a11y-resize-font-170 h6 span{font-size:226.10000000000002% !important}body.pojo-a11y-resize-font-160,body.pojo-a11y-resize-font-160 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-160 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-160 label,body.pojo-a11y-resize-font-160 input,body.pojo-a11y-resize-font-160 select,body.pojo-a11y-resize-font-160 textarea,body.pojo-a11y-resize-font-160 legend,body.pojo-a11y-resize-font-160 code,body.pojo-a11y-resize-font-160 pre,body.pojo-a11y-resize-font-160 dd,body.pojo-a11y-resize-font-160 dt,body.pojo-a11y-resize-font-160 span,body.pojo-a11y-resize-font-160 blockquote{font-size:160% !important}body.pojo-a11y-resize-font-160 h1,body.pojo-a11y-resize-font-160 h2,body.pojo-a11y-resize-font-160 h3,body.pojo-a11y-resize-font-160 h4,body.pojo-a11y-resize-font-160 h5,body.pojo-a11y-resize-font-160 h6,body.pojo-a11y-resize-font-160 h1 span,body.pojo-a11y-resize-font-160 h2 span,body.pojo-a11y-resize-font-160 h3 span,body.pojo-a11y-resize-font-160 h4 span,body.pojo-a11y-resize-font-160 h5 span,body.pojo-a11y-resize-font-160 h6 span{font-size:212.8% !important}body.pojo-a11y-resize-font-150,body.pojo-a11y-resize-font-150 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-150 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-150 label,body.pojo-a11y-resize-font-150 input,body.pojo-a11y-resize-font-150 select,body.pojo-a11y-resize-font-150 textarea,body.pojo-a11y-resize-font-150 legend,body.pojo-a11y-resize-font-150 code,body.pojo-a11y-resize-font-150 pre,body.pojo-a11y-resize-font-150 dd,body.pojo-a11y-resize-font-150 dt,body.pojo-a11y-resize-font-150 span,body.pojo-a11y-resize-font-150 blockquote{font-size:150% !important}body.pojo-a11y-resize-font-150 h1,body.pojo-a11y-resize-font-150 h2,body.pojo-a11y-resize-font-150 h3,body.pojo-a11y-resize-font-150 h4,body.pojo-a11y-resize-font-150 h5,body.pojo-a11y-resize-font-150 h6,body.pojo-a11y-resize-font-150 h1 span,body.pojo-a11y-resize-font-150 h2 span,body.pojo-a11y-resize-font-150 h3 span,body.pojo-a11y-resize-font-150 h4 span,body.pojo-a11y-resize-font-150 h5 span,body.pojo-a11y-resize-font-150 h6 span{font-size:199.5% !important}body.pojo-a11y-resize-font-140,body.pojo-a11y-resize-font-140 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-140 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-140 label,body.pojo-a11y-resize-font-140 input,body.pojo-a11y-resize-font-140 select,body.pojo-a11y-resize-font-140 textarea,body.pojo-a11y-resize-font-140 legend,body.pojo-a11y-resize-font-140 code,body.pojo-a11y-resize-font-140 pre,body.pojo-a11y-resize-font-140 dd,body.pojo-a11y-resize-font-140 dt,body.pojo-a11y-resize-font-140 span,body.pojo-a11y-resize-font-140 blockquote{font-size:140% !important}body.pojo-a11y-resize-font-140 h1,body.pojo-a11y-resize-font-140 h2,body.pojo-a11y-resize-font-140 h3,body.pojo-a11y-resize-font-140 h4,body.pojo-a11y-resize-font-140 h5,body.pojo-a11y-resize-font-140 h6,body.pojo-a11y-resize-font-140 h1 span,body.pojo-a11y-resize-font-140 h2 span,body.pojo-a11y-resize-font-140 h3 span,body.pojo-a11y-resize-font-140 h4 span,body.pojo-a11y-resize-font-140 h5 span,body.pojo-a11y-resize-font-140 h6 span{font-size:186.20000000000002% !important}body.pojo-a11y-resize-font-130,body.pojo-a11y-resize-font-130 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-130 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-130 label,body.pojo-a11y-resize-font-130 input,body.pojo-a11y-resize-font-130 select,body.pojo-a11y-resize-font-130 textarea,body.pojo-a11y-resize-font-130 legend,body.pojo-a11y-resize-font-130 code,body.pojo-a11y-resize-font-130 pre,body.pojo-a11y-resize-font-130 dd,body.pojo-a11y-resize-font-130 dt,body.pojo-a11y-resize-font-130 span,body.pojo-a11y-resize-font-130 blockquote{font-size:130% !important}body.pojo-a11y-resize-font-130 h1,body.pojo-a11y-resize-font-130 h2,body.pojo-a11y-resize-font-130 h3,body.pojo-a11y-resize-font-130 h4,body.pojo-a11y-resize-font-130 h5,body.pojo-a11y-resize-font-130 h6,body.pojo-a11y-resize-font-130 h1 span,body.pojo-a11y-resize-font-130 h2 span,body.pojo-a11y-resize-font-130 h3 span,body.pojo-a11y-resize-font-130 h4 span,body.pojo-a11y-resize-font-130 h5 span,body.pojo-a11y-resize-font-130 h6 span{font-size:172.9% !important}body.pojo-a11y-resize-font-120,body.pojo-a11y-resize-font-120 p:not(.pojo-a11y-toolbar-title),body.pojo-a11y-resize-font-120 li:not(.pojo-a11y-toolbar-item),body.pojo-a11y-resize-font-120 label,body.pojo-a11y-resize-font-120 input,body.pojo-a11y-resize-font-120 select,body.pojo-a11y-resize-font-120 textarea,body.pojo-a11y-resize-font-120 legend,body.pojo-a11y-resize-font-120 code,body.pojo-a11y-resize-font-120 pre,body.pojo-a11y-resize-font-120 dd,body.pojo-a11y-resize-font-120 dt,body.pojo-a11y-resize-font-120 span,body.pojo-a11y-resize-font-120 blockquote{font-size:120% !important}body.pojo-a11y-resize-font-120 h1,body.pojo-a11y-resize-font-120 h2,body.pojo-a11y-resize-font-120 h3,body.pojo-a11y-resize-font-120 h4,body.pojo-a11y-resize-font-120 h5,body.pojo-a11y-resize-font-120 h6,body.pojo-a11y-resize-font-120 h1 span,body.pojo-a11y-resize-font-120 h2 span,body.pojo-a11y-resize-font-120 h3 span,body.pojo-a11y-resize-font-120 h4 span,body.pojo-a11y-resize-font-120 h5 span,body.pojo-a11y-resize-font-120 h6 span{font-size:159.60000000000002% !important}body.pojo-a11y-links-underline a,body.pojo-a11y-links-underline a *{text-decoration:underline !important}body.pojo-a11y-readable-font,body.pojo-a11y-readable-font *:not(i):not(span){font-family:Verdana,Arial,Helvetica,sans-serif !important}.pojo-skip-link{position:absolute;top:-1000em}.pojo-skip-link:focus{left:50px;top:50px;height:auto;width:200px;display:block;font-size:14px;font-weight:700;text-align:center;padding:15px 23px 14px;background-color:#F1F1F1;color:#21759B;z-index:100000;line-height:normal;text-decoration:none;box-shadow:0 0 2px 2px rgba(0,0,0,0.6)}body.rtl .pojo-skip-link:focus{right:50px;left:auto}#pojo-a11y-toolbar *,#pojo-a11y-toolbar ::before,#pojo-a11y-toolbar ::after{box-sizing:border-box}.pojo-a11y-visible-phone{display:none !important}.pojo-a11y-visible-tablet{display:none !important}.pojo-a11y-hidden-desktop{display:none !important}.pojo-a11y-visible-desktop{display:inherit !important}@media (min-width:768px) and (max-width:1024px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-tablet{display:inherit !important}.pojo-a11y-hidden-tablet{display:none !important}}@media (max-width:767px){.pojo-a11y-hidden-desktop{display:inherit !important}.pojo-a11y-visible-desktop{display:none !important}.pojo-a11y-visible-phone{display:inherit !important}.pojo-a11y-hidden-phone{display:none !important}}.pojo-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}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;
}
.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.panetas.gr/wp-content/themes/dynamic/vendor/fonts/glyphicons-halflings-regular.eot);
src: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//www.panetas.gr/wp-content/themes/dynamic/vendor/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:hover,
a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px 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 {
font-size: 36px;
}
h2,
.h2 {
font-size: 30px;
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 18px;
}
h5,
.h5 {
font-size: 14px;
}
h6,
.h6 {
font-size: 12px;
}
p {
margin: 0 0 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,
a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
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 {
padding: 10px 20px;
margin: 0 0 20px;
font-size: 17.5px;
border-left: 5px solid #eee;
}
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"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
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;
}
.form-group-sm select.form-control {
height: 30px;
line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
height: auto;
}
.form-group-sm .form-control-static {
height: 30px;
min-height: 32px;
padding: 6px 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;
}
.form-group-lg select.form-control {
height: 46px;
line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
height: auto;
}
.form-group-lg .form-control-static {
height: 46px;
min-height: 38px;
padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
width: 46px;
height: 46px;
line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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;
font-size: 18px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
font-size: 12px;
}
}
.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 {
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
pointer-events: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
color: #333;
background-color: #e6e6e6;
border-color: #8c8c8c;
}
.btn-default:hover {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
color: #333;
background-color: #d4d4d4;
border-color: #8c8c8c;
}
.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:focus,
.btn-primary.focus {
color: #fff;
background-color: #286090;
border-color: #122b40;
}
.btn-primary:hover {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color: #286090;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #204d74;
border-color: #122b40;
}
.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:focus,
.btn-success.focus {
color: #fff;
background-color: #449d44;
border-color: #255625;
}
.btn-success:hover {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
color: #fff;
background-color: #449d44;
border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
color: #fff;
background-color: #398439;
border-color: #255625;
}
.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:focus,
.btn-info.focus {
color: #fff;
background-color: #31b0d5;
border-color: #1b6d85;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
color: #fff;
background-color: #31b0d5;
border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
color: #fff;
background-color: #269abc;
border-color: #1b6d85;
}
.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:focus,
.btn-warning.focus {
color: #fff;
background-color: #ec971f;
border-color: #985f0d;
}
.btn-warning:hover {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
color: #fff;
background-color: #ec971f;
border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
color: #fff;
background-color: #d58512;
border-color: #985f0d;
}
.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:focus,
.btn-danger.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.btn-danger:hover {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
color: #fff;
background-color: #ac2925;
border-color: #761c19;
}
.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-top: 4px solid \9;
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 dashed;
border-bottom: 4px solid \9;
}
.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,
.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 {
z-index: 2;
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 {
z-index: 3;
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;
line-height: 1.3333333;
}
.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;
line-height: 1.5;
}
.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: middle;
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-top: 30px;
padding-bottom: 30px;
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-top: 48px;
padding-bottom: 48px;
}
.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 {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 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-object.img-thumbnail {
max-width: none;
}
.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,
button.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
color: #555;
text-decoration: none;
background-color: #f5f5f5;
}
button.list-group-item {
width: 100%;
text-align: left;
}
.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,
button.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.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-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
white-space: normal;
filter: alpha(opacity=0);
opacity: 0;
line-break: auto;
}
.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;
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-style: normal;
font-weight: normal;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
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);
line-break: auto;
}
.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: 1000px;
perspective: 1000px;
}
.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;
margin-top: -10px;
}
.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;
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 !important;
}
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 !important;
}
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 !important;
}
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 !important;
}
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 !important;
}
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;
}
}@font-face {
font-family: 'Montserrat-Bold';
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Bold.eot?#iefix) format('embedded-opentype'),  url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Bold.otf)  format('opentype'),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Bold.woff) format('woff'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Bold.ttf)  format('truetype'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Bold.svg#Montserrat-Bold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Light';
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Light.eot?#iefix) format('embedded-opentype'),  url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Light.otf)  format('opentype'),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Light.woff) format('woff'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Light.ttf)  format('truetype'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Light.svg#Montserrat-Light) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-Regular';
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Regular.eot?#iefix) format('embedded-opentype'),  url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Regular.otf)  format('opentype'),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Regular.woff) format('woff'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Regular.ttf)  format('truetype'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-Regular.svg#Montserrat-Regular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat-SemiBold';
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-SemiBold.eot?#iefix) format('embedded-opentype'),  url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-SemiBold.otf)  format('opentype'),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-SemiBold.woff) format('woff'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-SemiBold.ttf)  format('truetype'), url(//www.panetas.gr/wp-content/themes/dynamic/fonts/montserrat/montserrat-bold/Montserrat-SemiBold.svg#Montserrat-SemiBold) format('svg');
font-weight: normal;
font-style: normal;
}@font-face{font-family:'FontAwesome'; src:url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.1);src:url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'),url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'),url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'),url(//www.panetas.gr/wp-content/themes/dynamic/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.1#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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.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}@font-face {
font-family: "Flaticon";
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.eot);
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.woff) format("woff"),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.ttf) format("truetype"),
url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.panetas.gr/wp-content/themes/dynamic/fonts/icon/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-style: normal;
}
.flaticon-badge:before { content: "\f100"; }
.flaticon-clock:before { content: "\f101"; }
.flaticon-hexagon:before { content: "\f102"; }
.flaticon-left-arrows:before { content: "\f103"; }
.flaticon-map:before { content: "\f104"; }
.flaticon-message:before { content: "\f105"; }
.flaticon-messagetwo:before { content: "\f106"; }
.flaticon-mobile:before { content: "\f107"; }
.flaticon-people:before { content: "\f108"; }
.flaticon-peopletwo:before { content: "\f109"; }
.flaticon-phone:before { content: "\f10a"; }
.flaticon-play-button:before { content: "\f10b"; }
.flaticon-quotes:before { content: "\f10c"; }
.flaticon-right-arrows:before { content: "\f10d"; }
.flaticon-screen:before { content: "\f10e"; }
.flaticon-smile:before { content: "\f10f"; }
.flaticon-statics:before { content: "\f110"; }
.flaticon-staticsscreen:before { content: "\f111"; }
.flaticon-telephone:before { content: "\f112"; }
.flaticon-twopeople:before { content: "\f113"; }
.flaticon-up-arrow:before { content: "\f114"; }
.flaticon-user:before { content: "\f115"; }
.flaticon-web:before { content: "\f116"; }
.flaticon-wheel:before { content: "\f117"; }.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: auto;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/owl-carousel/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; }
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
}  .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
min-height: 0; font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2.2em;
} button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
} .ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
} input.ui-button {
padding: .4em 1em;
} .ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
} .ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
position: relative;
margin: 0;
padding: 3px 1em 3px .4em;
cursor: pointer;
min-height: 0;  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto; overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-button {
display: inline-block;
overflow: hidden;
position: relative;
text-decoration: none;
cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
right: 0.5em;
left: auto;
margin-top: -8px;
position: absolute;
top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0.4em 2.1em 0.4em 1em;
display: block;
line-height: 1.4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
} .ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
} .ui-spinner .ui-icon-triangle-1-s { background-position: -65px -16px;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #2b2b2b;
text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_444444_256x240.png);
}
.ui-state-default .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_777777_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/jquery-ui/images/ui-icons_cc0000_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
margin: 0px 0 0 0px;
padding: 5px;
background: #666666;
opacity: .3;
filter: Alpha(Opacity=30); border-radius: 8px;
}.menuzord,
.menuzord *{
font-family: inherit;
box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.menuzord{
width: 100%;
padding: 0 30px;
float: left;
position: relative;
background: #fff;
}
.menuzord a{
-o-transition: color .3s linear, background .3s linear;
-moz-transition: color .3s linear, background .3s linear;
-webkit-transition: color .3s linear, background .3s linear;
transition: color .3s linear, background .3s linear;
} .menuzord-menu.scrollable > .scrollable-fix{
display: none;
} .menuzord-brand{
margin: 18px 30px 0 0;
float: left;
color: #666;
text-decoration: none;
font-size: 24px;
font-weight: 600;
line-height: 1.3;
cursor: pointer;
} .menuzord-menu{
margin: 0;
padding: 0;
float: left;
list-style: none;
} .menuzord-menu.menuzord-right{
float: right;
} .menuzord-menu > li{
display: inline-block;
float: left;
}
.menuzord-menu > li > a{
padding: 26px 16px;
display: inline-block;
text-decoration: none;
font-size: 14px;
font-weight: 600;
color: #888;
outline: 0;
line-height: 1.42857143;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
} .menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{
color: #333;
} .menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{
list-style: none;
margin: 0;
padding: 0;   
display: none;
position: absolute;
z-index: 99;
min-width: 180px;
white-space: nowrap;
background: #fff;
}
.menuzord-menu ul.dropdown li ul.dropdown{
left: 100%;
} .menuzord-menu ul.dropdown li{
clear: both;
width: 100%;
border: 0 none;
font-size: 12px;
position: relative;
}
.menuzord-menu ul.dropdown li a{
width: 100%;
background: none;
padding: 10px 25px 10px 22px;
color: #888;
text-decoration: none;
display: inline-block;
float: left;
clear: both;
position: relative;
outline: 0;
-o-transition:all .2s linear;
-moz-transition:all .2s linear;
-webkit-transition:all .2s linear;
transition:all .2s linear;
} .menuzord-menu ul.dropdown li:hover > a{
padding-left: 28px;
padding-right: 19px;
color: #333;
} .menuzord-menu ul.dropdown.dropdown-left{
left: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{
left: -100%;
} .menuzord-menu li .indicator{
margin-left: 9px;
font-family: 'FontAwesome';
}
.menuzord-menu li ul.dropdown li .indicator{
position: absolute;
top: 8px;
right: 10px;
font-size: 15px;
} .menuzord-menu > li > .megamenu{
width: 100%;
padding: 20px 30px;
left: 0;
position: absolute;
display: none;
z-index: 99;
border-top: solid 1px #f0f0f0;
background: #fff;
}  .menuzord-menu > li > .megamenu.megamenu-half-width{
width: 50%;
left: auto;
} .menuzord-menu > li > .megamenu.megamenu-quarter-width{
width: 25%;
left: auto;
} .menuzord-menu > li > .megamenu .megamenu-row{
width: 100%;
margin-top: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row:first-child {
margin-top: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
display: table;
content: "";
line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12{
display: block;
min-height: 20px;
float: left;
margin-left: 3%;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1{
width: 5.583333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2{
width: 14.166666666666%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3{
width: 22.75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4{
width: 31.333333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5{
width: 39.916666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6{
width: 48.5%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7{
width: 57.083333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8{
width: 65.666666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9{
width: 74.25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10{
width: 82.833333333334%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11{
width: 91.416666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12{
width: 100%;
} .menuzord .showhide{
width: 60px;
height: 46px;
padding: 13px 0 0;
display: none;
float: right;
text-decoration: none;
outline: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
} .menuzord .showhide em{
width: 20px;
height: 3px;
margin: 3.5px 20px 0;
float: right;
background: #777;
} .menuzord-menu > li > a > i{
margin: 0 5px 0 0;
font-size: 18px;
float: left;
line-height: 20px;
font-family: 'FontAwesome';
}  .menuzord-menu > li.search form{
float: left;
padding: 22px 16px 17px;
} .menuzord-menu > li.search form input[type="text"]{
width: 160px;
padding: 5px 10px;
font-family: 'Open Sans', sans-serif;
border: none;
background: #f0f0f0;
border-radius: 2px;
outline: 0;
-o-transition: width 1s ease-out;
-moz-transition: width 1s ease-out;
-webkit-transition: width 1s ease-out;
transition: width 1s ease-out;
}
.menuzord-menu > li.search form:hover input[type="text"]{
width: 160px;
} .menuzord-tabs{
width: 100%;
float: left;
}
.menuzord-tabs-nav{
width: 20%;
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.menuzord-tabs-nav > li > a{
width: 100%;
padding: 7px 16px;
float: left;
font-size: 13px;
text-decoration: none;
color: #666;
border: solid 1px #f0f0f0;
outline: 0;
}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a{
background: #f0f0f0;
}
.menuzord-tabs-content{
width: 80%;
min-height: 30px;
padding: 20px;
float: right;
display: none;
font-size: 13px;
border: solid 1px #f0f0f0;
}
.menuzord-tabs-content.active{
display: block;
}  .menuzord.blue .menuzord-menu > li.active > a, 
.menuzord.blue .menuzord-menu > li:hover > a, 
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a{ 
color: #4A89DC; 
} .menuzord.green .menuzord-menu > li.active > a, 
.menuzord.green .menuzord-menu > li:hover > a, 
.menuzord.green .menuzord-menu ul.dropdown li:hover > a{ 
color: #37BC9B; 
} .menuzord.red .menuzord-menu > li.active > a, 
.menuzord.red .menuzord-menu > li:hover > a, 
.menuzord.red .menuzord-menu ul.dropdown li:hover > a{ 
color: #E9573F; 
} .menuzord.orange .menuzord-menu > li.active > a, 
.menuzord.orange .menuzord-menu > li:hover > a, 
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a{ 
color: #ff670f; 
} .menuzord.yellow .menuzord-menu > li.active > a, 
.menuzord.yellow .menuzord-menu > li:hover > a, 
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{ 
color: #F6BB42; 
} .menuzord.purple .menuzord-menu > li.active > a, 
.menuzord.purple .menuzord-menu > li:hover > a, 
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a{ 
color: #967ADC; 
} .menuzord.pink .menuzord-menu > li.active > a, 
.menuzord.pink .menuzord-menu > li:hover > a, 
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a{ 
color: #D770AD; 
} @media (max-width: 991px){ .menuzord-responsive.menuzord{
padding: 0;
} .menuzord-responsive .menuzord-brand{
margin: 8px 30px 10px 20px;
font-size: 20px;
line-height: 1.55;
} .menuzord-responsive .showhide{
margin: 0;
} .menuzord-responsive .menuzord-menu{
width: 100%;
float: left !important;
} .menuzord-responsive .menuzord-menu.scrollable{
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix{
display: block;
} .menuzord-responsive .menuzord-menu > li{
width: 100%;
display: block;
position: relative;
}
.menuzord-responsive .menuzord-menu > li > a{
width: 100%;
padding: 12px 20px;
display: block;
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu > li:first-child > a{
border-top: solid 1px #f0f0f0;
} .menuzord-responsive .menuzord-menu ul.dropdown,
.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{
width: 100%;
left: 0;
position: static;
border: none;
background: #fff;
float: left;
} .menuzord-responsive .menuzord-menu ul.dropdown li{
position: relative;
}
.menuzord-responsive .menuzord-menu ul.dropdown li a{
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a{ padding-left: 40px !important; }
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 60px !important; }
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{ padding-left: 80px !important; }
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li:hover > a{ padding-left: 50px !important; }
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li:hover > a{ padding-left: 70px !important; }
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li:hover > a{ padding-left: 90px !important; } .menuzord-responsive .menuzord-menu li .indicator{		
width: 60px;
height: 45px;
position: absolute;
right: 0;
top: 0;
font-size: 22px;
text-align: center;
line-height: 43px;
border-left: solid 1px #f5f5f5;
}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{
height: 38px;
right: 0;
top: 0;
font-size: 18px;
line-height: 36px;
} .menuzord-responsive .menuzord-menu > li > .megamenu{
width: 100% !important;
left: 0 !important;
position: static;
border-top: none;
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*="col"]{
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row:first-child  [class*="col"]:first-child {
margin-top: 0;
}
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row{
margin-top: 0;
} .menuzord-responsive .menuzord-menu > li.search form{
width: 100%;
margin: 4px 0;
padding: 10px 16px !important;
}
.menuzord-responsive .menuzord-menu > li.search form input[type="text"]{
width: 100%;
} .menuzord-responsive .menuzord-tabs-nav{
width: 100%;
}
.menuzord-responsive .menuzord-tabs-content{
width: 100%;
}
}.zoom-in{
-webkit-animation: zoomIn 400ms ease both;
-moz-animation: zoomIn 400ms ease both;
-o-animation: zoomIn 400ms ease both;
animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
0% { -webkit-transform: scale(1.5); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomIn {
0% { -moz-transform: scale(1.5); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomIn {
0% { opacity: 0; -o-transform: scale(1.5); }
100% { opacity: 1; -o-transform: scale(1); }
}
@keyframes zoomIn {
0% { transform: scale(1.5); }
100% { transform: scale(1); }
}
.zoom-out{
-webkit-animation: zoomOut 400ms ease both;
-moz-animation: zoomOut 400ms ease both;
-o-animation: zoomOut 400ms ease both;
animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
0% { -webkit-transform: scale(.6); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes zoomOut {
0% { -moz-transform: scale(.6); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes zoomOut {
0% { -o-transform: scale(.6); }
100% { -o-transform: scale(1); }
}
@keyframes zoomOut {
0% { transform: scale(.6); }
100% { transform: scale(1); }
}
.drop-up{
-webkit-animation: drop-up 400ms ease both;
-moz-animation: drop-up 400ms ease both;
-o-animation: drop-up 400ms ease both;
animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
0% { -webkit-transform: translateY(100px); }
100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes drop-up {
0% { -moz-transform: translateY(100px); }
100% { -moz-transform: translateY(0); }
}
@-o-keyframes drop-up {
0% { -o-transform: translateY(100px); }
100% { -o-transform: translateY(0); }
}
@keyframes drop-up {
0% { transform: translateY(100px); }
100% { transform: translateY(0); }
}
.drop-left{
-webkit-animation: drop-left 400ms ease both;
-moz-animation: drop-left 400ms ease both;
-o-animation: drop-left 400ms ease both;
animation: drop-left 400ms ease both;
}
@-webkit-keyframes drop-left {
0% { -webkit-transform: translateX(-100px); }
100% { -webkit-transform: translateX(0); }
}
@-moz-keyframes drop-left {
0% { -moz-transform: translateX(-100px); }
100% { -moz-transform: translateX(0); }
}
@-o-keyframes drop-left {
0% { -o-transform: translateX(-100px); }
100% { -o-transform: translateX(0); }
}
@keyframes drop-left {
0% { transform: translateX(-100px); }
100% { transform: translateX(0); }
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation: swing 400ms ease-out both;
-moz-animation: swing 400ms ease-out both;
-o-animation: swing 400ms ease-out both;
animation: swing 400ms ease-out both;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }	
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }	
80% { -webkit-transform: rotate(-5deg); }	
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }	
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }	
80% { -moz-transform: rotate(-5deg); }	
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }	
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }	
80% { -o-transform: rotate(-5deg); }	
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }	
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }	
80% { transform: rotate(-5deg); }	
100% { transform: rotate(0deg); }
}
.flip{
-webkit-animation: flip 700ms ease both;
-moz-animation: flip 700ms ease both;
-o-animation: flip 700ms ease both;
animation: flip 700ms ease both;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.roll-in{
-webkit-animation: roll-in 400ms ease both;
-moz-animation: roll-in 400ms ease both;
-o-animation: roll-in 400ms ease both;
animation: roll-in 400ms ease both;
}
@-webkit-keyframes roll-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-15deg);
transform: translateX(-100%) rotate(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes roll-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-15deg);
-ms-transform: translateX(-100%) rotate(-15deg);
transform: translateX(-100%) rotate(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.stretch{
-webkit-animation: stretch 500ms ease both;
-moz-animation: stretch 500ms ease both;
-o-animation: stretch 500ms ease both;
animation: stretch 500ms ease both;
transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%; 		
}
@keyframes stretch{
0% { transform: scaleX(0.3); }
40% { transform: scaleX(1.02); }
60% { transform: scaleX(0.98); }
80% { transform: scaleX(1.01); }
100% { transform: scaleX(0.98); }				
80% { transform: scaleX(1.01); }
100% { transform: scaleX(1); }							
}
@-webkit-keyframes stretch{
0% { -webkit-transform: scaleX(0.3); }
40% { -webkit-transform: scaleX(1.02); }
60% { -webkit-transform: scaleX(0.98); }
80% { -webkit-transform: scaleX(1.01); }
100% { -webkit-transform: scaleX(0.98); }				
80% { -webkit-transform: scaleX(1.01); }
100% { -webkit-transform: scaleX(1); }		
}
@-o-keyframes stretch{
0% { -o-transform: scaleX(0.3); }
40% { -o-transform: scaleX(1.02); }
60% { -o-transform: scaleX(0.98); }
80% { -o-transform: scaleX(1.01); }
100% { -o-transform: scaleX(0.98); }				
80% { -o-transform: scaleX(1.01); }
100% { -o-transform: scaleX(1); }		
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 8030;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 8060;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 99999999;
background: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//www.panetas.gr/wp-content/themes/dynamic/vendor/fancy-box/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-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);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
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);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}body {
font-family: 'Montserrat-Regular';
color: #272727;
font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
margin: 0;
padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
font-family: 'Montserrat-Bold'
}
h1 {
font-size: 60px;
}
h2 {
font-size: 40px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
color: #24bbd0;
}
ul {
list-style-type: none;
}
p {
font-family: 'Raleway', sans-serif;
font-size: 16px;
color: #272727;
line-height: 28px;
font-weight: 300;
}
a {
text-decoration: none;
display: inline-block;
color: #9e9e9e;
outline: none;
}
a:hover,
a:focus,
a:visited {
text-decoration: none;
outline: none;
}
img {
max-width: 100%;
display: block;
}
button {
border: none;
outline: none;
box-shadow: none;
display: block;
padding: 0;
background: transparent;
}
input,
textarea {
display: block;
outline: none;
box-shadow: none;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.clear_fix {
clear: both;
}
.clear_fix:after {
display: table;
content: '';
clear: both;
}
.tran3s {
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tran7s {
-webkit-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
}
.theme_title {
position: relative;
padding-bottom: 26px;
margin-top: -6px;
}
.theme_title:before {
content: '';
width: 70px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background: #24bbd0;
}
.theme_title_center {
text-align: center;
}
.theme_title_center>span {
display: block;
width: 70px;
height: 2px;
background: #24bbd0;
margin: 23px auto 0 auto;
}
.img_holder {
position: relative;
}
.color1 {
color: #24bbd0;
}
.color1_bg {
background: #24bbd0
}
.color2 {
color: #121d2f;
}
.color2_bg {
background: #121d2f
}
.float_left {
float: left;
}
.float_right {
float: right;
}
.main_page {
overflow-x: hidden;
} header .top_header {
padding: 10px 0 12px 0;
}
header .top_header p,
header .top_header ul li {
font-family: 'Montserrat-Light';
color: #fff;
font-size: 14px;
}
header .top_header p {
margin-right: 2px;
}
header .top_header .state {
display: none;
}
header .top_header #value1 {
display: block;
}
header .top_header .select_state p,
header .top_header .select_state select,
header .top_header p,
header .top_header ul li {
display: inline-block;
}
.ui-state-default {
outline: none;
vertical-align: middle;
width: auto !important;
}
.ui-selectmenu-button span.ui-icon {
background-image: none;
height: 100%;
right: 0;
top: 0;
margin: 0;
text-indent: 0;
width: 20px;
}
.ui-state-default .ui-icon:before {
content: '\f0d7';
font-family: 'FontAwesome';
position: absolute;
top: 0;
right: 10px;
}
header .ui-state-default {
font-family: 'Montserrat-SemiBold';
background: #121d2f;
border: none;
color: #fff;
font-size: 14px;
text-transform: uppercase;
}
header .ui-selectmenu-button span.ui-selectmenu-text {
padding: 0 24px 0 8px;
line-height: 20px;
}
header .top_header ul li i {
font-size: 16px;
color: #131c2f;
margin-right: 5px;
}
header .top_header ul li {
margin-right: 37px;
margin-top: 5px;
}
header .top_header ul li:last-child {
margin-right: 0;
}
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
background: #152235;
color: #fff;
border: none;
}
.ui-selectmenu-menu .ui-menu {
padding-bottom: 0;
}
.ui-menu .ui-menu-item {
margin: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
} .bottom_header {
padding: 35px 0 33px 0;
}
.bottom_header .logo {
margin-top: 7px;
}
.bottom_header ul li p,
.bottom_header ul li a {
color: #fff;
line-height: 26px;
font-family: 'Montserrat-Regular';
}
.bottom_header ul li {
display: inline-block;
position: relative;
vertical-align: middle;
}
.bottom_header ul.bottom_header_address>li {
margin-right: 75px;
}
.bottom_header ul.bottom_header_address>li:last-child {
margin-right: 0;
}
.bottom_header ul.bottom_header_address>li span.ficon {
color: #24bbd0;
font-size: 40px;
position: absolute;
top: -3px;
left: 0;
}
.bottom_header ul.bottom_header_address>li span.Flaticon-clock {
left: -7px;
}
.bottom_header ul.bottom_header_address>li p {
margin-left: 48px;
}
.bottom_header ul li a {
margin-right: 23px;
}
.bottom_header ul.social_icon li:last-child a {
margin-right: 0;
}
.bottom_header ul li a:hover {
color: #20bed0;
} .theme_menu {
background: rgba(234, 237, 240, 0.9);
position: relative;
z-index: 9;
}
.theme_menu .container {
position: relative;
}
@keyframes menu_sticky {
0% {
margin-top: -100px;
}
50% {
margin-top: -74px;
}
100% {
margin-top: 0;
}
}
@keyframes logofadein {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
50% {
-webkit-transform: scale(0.2);
transform: scale(0.2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
}
.theme_menu.fixed {
position: fixed;
border-bottom: none;
width: 100%;
top: 0;
left: 0;
z-index: 999999;
background: #121d2f;
animation-name: menu_sticky;
animation-duration: 0.60s;
animation-timing-function: ease-out;
-webkit-box-shadow: 0px 13px 20px -12px rgba(0, 0, 0, 0.10);
-moz-box-shadow: 0px 13px 20px -12px rgba(0, 0, 0, 0.10);
box-shadow: 0px 13px 20px -12px rgba(0, 0, 0, 0.10);
}
.theme_menu.fixed .menuzord-menu > li > a {
color: #fff;
}
.theme_menu.fixed .nav_side_content {
display: none;
}
.theme_menu.fixed .sticky_logo {
display: block;
position: absolute;
left: 0;
top: 14px;
height: 100%;
animation-name: logofadein;
animation-duration: 0.60s;
}
.theme_menu.fixed .menuzord {
float: right !important;
width: 78%;
}
.theme_menu.fixed .menuzord-menu ul.dropdown li ul.dropdown {
left: -101%;
}
.theme_menu .sticky_logo {
display: none;
}
.menuzord-menu ul.dropdown li ul.dropdown {
left: 101%;
}
.menuzord-menu ul.dropdown li ul.dropdown:before {
content: '';
width: 4px;
height: 100%;
top: 0;
right: 100%;
position: absolute;
z-index: -1;
}
.menuzord {
padding: 0;
background: transparent;
width: calc(90% + 4px)
}
.menuzord-menu > li > a {
font-family: 'Montserrat-Bold';
text-transform: uppercase;
padding: 23px 15px 22px 15px;
color: #272727;
}
.menuzord-menu > li:first-child {
margin-left: -21px;
}
.menuzord-menu > li:first-child.current_page {
margin-left: 0;
}
.menuzord-menu > li:hover > a,
.menuzord-menu > li.current_page > a {
background: #24bbd0;
color: #fff;
}
.menuzord-menu ul.dropdown li a {
padding: 0 15px;
line-height: 50px;
color: #272727;
font-size: 14px;
font-family: 'Montserrat-Bold';
}
.menuzord-menu ul.dropdown li:hover > a {
background: #24bbd0;
color: #fff;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
min-width: 270px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}
.menuzord-menu li ul.dropdown li .indicator {
top: 1px;
} .nav_side_content {
margin-top: 13px;
}
.nav_side_content .cart_select>button {
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
position: relative;
margin-right: 48px;
color: #272727;
}
.nav_side_content .cart_select>button span {
font-weight: normal;
padding: 0 5px;
border-radius: 50%;
position: absolute;
top: -9px;
right: -11px;
color: #fff;
}
.nav_side_content .cart_select>button i {
font-size: 18px;
margin-left: 5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
display: inline-block;
}
.nav_side_content .search_option>button {
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 14px;
color: #fff;
}
.nav_side_content .search_option form {
height: 50px;
width: 280px;
padding: 5px;
border-radius: 4px;
margin: 0;
left: auto;
right: 0;
border: none;
}
.nav_side_content .search_option form input {
font-family: 'Raleway', sans-serif;
font-weight: normal;
width: 100%;
height: 100%;
background: transparent;
color: #9e9e9e;
border: 1px solid #f7f7f7;
padding: 0 47px 0 10px;
font-size: 15px;
}
.nav_side_content .search_option form button {
display: block;
width: 40px;
line-height: 40px;
text-align: center;
position: absolute;
top: 5px;
right: 5px;
background: #121d2f;
color: #fff;
} #banner {
margin-top: -65px;
}
#rev_slider {
overflow: hidden;
}
#banner h1{
line-height: 80px;
border-bottom: 1px solid #24bbd0;
padding-bottom: 19px;
display: inline-block;
color:#000000;
}
#banner p {
font-family: 'Montserrat-Light';
font-size: 24px;
line-height: 36px;
color: #272727;
}
#banner .contact_us,
#banner .our_service {
width: 155px;
line-height: 55px;
color: #fff;
font-family: 'Montserrat-Bold';
text-transform: uppercase;
text-align: center !important;
font-size: 14px;
border-radius: 2px;
}
.tp-bannertimer {
display: none !important;
}
.hephaistos.tparrows {
background: transparent !important;
height: 57px;
}
.hephaistos.tparrows:before {
font-size: 57px;
line-height: 57px;
font-family: "Flaticon";
color: #121d2f;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.hephaistos.tparrows.tp-leftarrow:before {
content: "\f103";
font-family: "Flaticon";
}
.hephaistos.tparrows.tp-rightarrow:before {
content: "\f10d";
font-family: "Flaticon";
}
.hephaistos.tparrows:hover:before,
.hephaistos.tparrows:focus:before {
color: #24bbd0;
}
.hephaistos.tparrows .arrow-holder {
width: 105px;
height: 100%;
position: absolute;
top: 0;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.hephaistos.tparrows.tp-leftarrow .arrow-holder {
transform: translate3d(-30px, 0, 0);
left: calc(100% + 20px);
}
.hephaistos.tparrows.tp-rightarrow .arrow-holder {
transform: translate3d(30px, 0, 0);
right: calc(100% + 6px);
}
.hephaistos.tparrows .arrow-holder:after {
display: block;
width: 105px;
height: 35px;
line-height: 35px;
background: #24bbd0;
color: #fff;
text-align: center;
font-family: 'Montserrat-SemiBold';
font-size: 14px;
top: 11px;
position: absolute;
}
.hephaistos.tparrows.tp-leftarrow .arrow-holder:after {
content: 'PREVIOUS';
}
.hephaistos.tparrows.tp-rightarrow .arrow-holder:after {
content: 'NEXT';
}
.hephaistos.tparrows:hover .arrow-holder,
.hephaistos.tparrows:focus .arrow-holder {
transform: translate3d(0, 0, 0);
opacity: 1;
}
.hephaistos.tparrows .arrow-holder:before {
font-family: 'FontAwesome';
position: absolute;
top: 17px;
color: #24bbd0;
}
.hephaistos.tparrows.tp-leftarrow .arrow-holder:before {
content: '';
right: calc(100% - 1px)
}
.hephaistos.tparrows.tp-rightarrow .arrow-holder:before {
content: '';
right: -5px;
} .welcome_section {
margin: 78px 0 54px 0;
}
.welcome_section p {
line-height: 30px;
}
.welcome_section .video-box {
position: relative;
margin-top: 102px;
overflow: hidden;
}
.welcome_section .video-box a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.welcome_section .video-box a div {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.welcome_section .video-box a span {
display: table-cell;
vertical-align: middle;
}
.welcome_section .video-box a span i {
font-size: 18px;
color: #20bed0;
width: 70px;
height: 70px;
line-height: 62px;
border-radius: 50%;
border: 4px solid #24bbd0;
}
.welcome_section .video-box:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.welcome_section .video-box:hover a {
background: rgba(255, 255, 255, 0.6);
} .makesUs_special .overlay .special_item .text {
margin-left: 30px;
}
.makesUs_special .overlay .special_item span {
font-weight: 700;
font-size: 48px;
color: #272727;
}
.makesUs_special .overlay .special_item p {
font-family: 'Montserrat-Light';
font-size: 18px;
margin-top: -9px;
}
.makesUs_special .overlay .special_item .icon {
margin-top: 6px;
}
.makesUs_special .overlay .special_item .ficon:before {
font-size: 60px;
color: #24bbd0;
} .request_quote {
background: url(//www.panetas.gr/wp-content/themes/dynamic/images/home/2.jpg) no-repeat center;
background-attachment: fixed;
margin: 70px 0 78px 0;
}
.request_quote .overlay {
width: 100%;
height: 100%;
background: rgba(18, 29, 47, 0.9);
padding: 72px 0;
}
.request_quote .overlay p {
font-family: 'Montserrat-SemiBold';
color: #fff;
font-size: 24px;
margin-top: 12px;
}
.request_quote .overlay a {
width: 176px;
line-height: 55px;
color: #fff;
font-family: 'Montserrat-Bold';
text-transform: uppercase;
font-size: 14px;
text-align: center;
border-radius: 2px;
}
.request_quote .overlay a:hover {
background: #fff;
color: #24bbd0;
} .our_service .item {
margin: 60px 15px 0 15px;
}
.our_service {
position: relative;
}
.our_service .item .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(18, 29, 47, 0.9);
transform: scale(0, 0);
-webkit-transform: scale(0, 0);
-moz-transform: scale(0, 0);
-ms-transform: scale(0, 0);
-o-transform: scale(0, 0);
}
.our_service .item .overlay a {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.our_service .item .overlay div {
display: table-cell;
vertical-align: middle;
}
.our_service .item .overlay span {
display: inline-block;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50%;
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 60px;
color: #fff;
}
.our_service .item:hover .overlay {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.our_service .item h5 {
font-family: 'Montserrat-SemiBold';
color: #272727;
margin: 26px 0 10px 0;
}
.our_service .owl-controls {
position: absolute;
top: -78px;
right: 10px;
}
.our_service .owl-theme .owl-nav [class*=owl-] {
width: 35px;
height: 35px;
border: 2px solid #eaeaea;
margin: 6px;
background: transparent;
position: relative;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.our_service .owl-theme .owl-nav [class*=owl-]:before {
position: absolute;
font-family: 'FontAwesome';
color: #bfbfbf;
line-height: 35px;
width: 100%;
top: 0;
left: 0;
text-align: center;
font-size: 14px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.our_service .owl-theme .owl-nav .owl-prev:before {
content: '';
}
.our_service .owl-theme .owl-nav .owl-next:before {
content: '';
left: 1px;
}
.our_service .owl-theme .owl-nav [class*=owl-]:hover {
border-color: #24bbd0;
}
.our_service .owl-theme .owl-nav [class*=owl-]:hover:before {
color: #24bbd0;
} .why_choose_us {
background: url(//www.panetas.gr/wp-content/themes/dynamic/images/home/11.jpg) no-repeat center;
background-size: cover;
height: 573px;
margin: 72px 0 78px 0;
}
.why_choose_us .overlay {
height: 100%;
background: rgba(247, 247, 247, 0.95);
padding: 68px 0 50px 0;
}
.why_choose_us .container {
position: relative;
}
.why_choose_us .container>img {
position: absolute;
right: -250px;
top: -94px;
}
.choose_us_item {
padding: 35px 0 18px 0;
}
.choose_us_item .icon {
background: #20bed0;
width: 70px;
height: 70px;
margin-top: 3px;
text-align: center;
border-radius: 50%;
}
.choose_us_item .icon .ficon:before {
font-size: 36px;
line-height: 70px;
color: #fff;
}
.choose_us_item .text {
margin-left: 18px;
width: 75%;
}
.choose_us_item .text h5 {
margin-bottom: 12px;
font-family: 'Montserrat-SemiBold';
} .testimonial {
position: relative;
}
.testimonial .item {
margin: 60px 15px 0 15px;
}
.testimonial .owl-item {
opacity: .4;
}
.testimonial .owl-item.center {
opacity: 1;
}
.testimonial .item .text {
background: #f7f7f7;
position: relative;
border-radius: 5px;
padding: 34px 20px 34px 70px;
overflow: hidden;
}
.testimonial .item .text:before {
content: '';
width: 104px;
height: 162px;
background: #f1f0f0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: absolute;
top: -83px;
left: -31px;
}
.testimonial .item .text p {
line-height: 30px;
font-family: 'Montserrat-Light';
}
.testimonial .item .text span:before {
font-size: 30px;
color: #9e9e9e;
}
.testimonial .item .text span {
position: absolute;
top: 8px;
left: 13px;
}
.testimonial .item>span {
display: block;
text-align: center;
font-size: 30px;
color: #f7f7f7;
margin-top: -20px;
}
.testimonial .item .author {
text-align: center;
}
.testimonial .item .author img {
display: inline-block;
width: 75px;
height: 75px;
border-radius: 50%;
margin: 10px 0 14px 0;
}
.testimonial .item .author h5 span {
font-size: 16px;
font-family: 'Raleway', sans-serif;
color: #20bed0;
}
.testimonial .item .author ul li {
color: #20bed0;
margin-right: 4px;
display: inline-block;
margin-top: 8px;
}
.testimonial .owl-item.center .text {
background: #121d2f;
}
.testimonial .owl-item.center .text:before {
background: #20bed0
}
.testimonial .owl-item.center .text p,
.testimonial .owl-item.center .text span:before {
color: #fff;
}
.testimonial .owl-item.center .item>span {
color: #121d2f;
}
.testimonial .owl-theme .owl-dots .owl-dot span {
width: 15px;
height: 15px;
background: transparent;
border: 1px solid #20bed0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span {
background: #20bed0;
}
.testimonial .owl-controls {
position: absolute;
top: -77px;
right: 10px;
} .our_team {
background: url(//www.panetas.gr/wp-content/themes/dynamic/images/team/a.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
margin: 76px 0 78px 0;
}
.our_team .overlay {
width: 100%;
background: rgba(18, 29, 47, 0.96);
padding: 74px 0;
}
.our_team .overlay h2 {
color: #fff;
}
.our_team .team_member {
margin-top: 60px;
}
.our_team .team_member .opacity {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(18, 29, 47, 0.9);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
opacity: 0;
visibility: hidden;
}
.our_team .team_member .opacity:before {
width: 100%;
height: 0;
position: absolute;
top: 50%;
left: 0;
border-left: 3px solid #20bed0;
border-right: 3px solid #20bed0;
}
.our_team .team_member .opacity:after {
content: '';
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
border-top: 3px solid #20bed0;
border-bottom: 3px solid #20bed0;
}
.our_team .team_member .opacity:before,
.our_team .team_member .opacity:after {
content: '';
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 9;
}
.our_team .team_member:hover .opacity:before,
.our_team .team_member:hover .opacity:after {
height: 100%;
top: 0;
width: 100%;
left: 0;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.our_team .team_member:hover .opacity {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
visibility: visible;
}
.our_team .team_member .text>a h5 {
font-family: 'Montserrat-SemiBold';
color: #fff;
margin: 16px 0 2px 0;
}
.our_team .team_member .text>a span {
font-family: 'Raleway', sans-serif;
color: #20bed0;
}
.our_team .team_member .text>a p {
color: #ffffff;
margin: 13px 0 17px 0;
line-height: 26px;
}
.our_team .team_member .text ul li {
display: inline-block;
margin-right: 24px;
}
.our_team .team_member .text ul li a {
color: #20bed0;
}
.our_team .team_member .text ul li a:hover {
color: #fff;
} .faq .faq_left_area>span {
display: block;
margin: 51px 0 25px 0;
line-height: 30px;
}
.faq .faq_left_area .video-box {
position: relative;
overflow: hidden;
margin-top: 6px;
}
.faq .faq_left_area .video-box a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.faq .faq_left_area .video-box a div {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.faq .faq_left_area .video-box a span {
display: table-cell;
vertical-align: middle;
}
.faq .faq_left_area .video-box a span i {
font-size: 18px;
color: #20bed0;
width: 70px;
height: 70px;
line-height: 66px;
border-radius: 50%;
border: 2px solid #24bbd0;
}
.faq .faq_left_area .video-box:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.faq .faq_left_area .video-box:hover a {
background: rgba(255, 255, 255, 0.6);
}
.faq .faq_left_area .video_text a {
color: #20bed0;
margin-top: 18px;
}
.faq .faq_left_area .video_text a i {
width: 20px;
height: 20px;
border: 1px solid #20bed0;
border-radius: 50%;
line-height: 16px;
margin-left: 2px;
text-align: center;
}
.faq .faq_left_area .video_text a:hover i {
margin-left: 8px;
}
.faq .faq_panel {
margin-top: 0;
}
.faq .faq_panel .panel-heading {
padding: 0;
border: none;
background: transparent;
position: relative;
border-radius: 0;
}
.faq .faq_panel .panel-heading h6 a {
font-family: 'Montserrat-SemiBold';
padding: 29px 15px 29px 67px;
font-size: 18px;
color: #272727;
display: block;
position: relative;
z-index: 9;
}
.faq .faq_panel .panel-heading .icon {
width: 35px;
height: 40px;
border: 1px solid #f7f7f7;
font-size: 14px;
color: #9d9d9d;
text-align: center;
line-height: 35px;
position: absolute;
left: 18px;
top: 20px;
z-index: 1;
}
.faq .faq_panel .panel-heading .icon:before {
content: '';
font-family: 'FontAwesome';
font-size: 14px;
color: #20bed0;
line-height: 38px;
text-align: center;
}
.faq .faq_panel .panel-body {
border: none !important;
padding: 0px 20px 25px 69px;
margin-top: -20px;
position: relative;
z-index: 9;
}
.faq .faq_panel .panel-group .panel {
border: 1px solid #ebebeb;
border-radius: 0;
box-shadow: none;
margin-bottom: 9px;
}
.faq .faq_panel .panel-group {
margin: 0;
min-height: 480px;
}
.faq .faq_panel .panel-heading.active-panel .icon {
background: #121d2f;
border-color: #121d2f;
}
.faq .faq_panel .panel-heading.active-panel .icon:before {
content: '';
} .partners {
background: #f7f7f7;
padding: 62px 0 53px 0;
margin-top: 52px;
}
.partners .item {
margin: 0 15px 0 15px;
} .request_callBack [class*="half"] {
width: 50%;
}
.request_callBack h2 {
color: #fff;
}
.request_callBack .left_half {
background: #152235;
width: calc(47% + 9px);
}
.request_callBack .right_half {
background: #121d2f;
width: calc(53% - 9px);
}
.request_callBack .left_half .content {
padding: 79px 45px 79px 0px;
max-width: 540px;
}
.request_callBack .left_half .content p {
color: #fff;
line-height: 29px;
}
.request_callBack .left_half .content p span,
.request_callBack .left_half .content p a {
font-family: 'Montserrat-SemiBold';
color: #20bed0;
}
.request_callBack .left_half .content p span {
font-size: 18px;
}
.request_callBack .left_half .content p a.email {
text-decoration: underline;
}
.request_callBack .right_half form>span {
font-family: 'Montserrat-Bold';
font-size: 18px;
color: #fff;
display: block;
margin-bottom: 15px;
}
.request_callBack .right_half form input {
width: 100%;
height: 50px;
border: none;
background: #fff;
padding: 0 10px 0 20px;
font-family: 'Raleway', sans-serif;
margin-bottom: 30px;
}
.request_callBack .right_half .ui-state-default {
border: none;
background: #fff;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
border-radius: 0;
width: 100% !important;
margin-bottom: 30px;
}
.request_callBack .right_half .ui-selectmenu-button span.ui-selectmenu-text {
padding: 0 10px 0 20px;
line-height: 50px;
}
.request_callBack .right_half .ui-selectmenu-button span.ui-icon {
width: 35px;
}
.request_callBack .right_half .ui-state-default .ui-icon:before {
top: 14px;
right: 19px;
}
.request_callBack .right_half button {
display: block;
width: 100%;
text-align: center;
color: #fff;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
line-height: 55px;
}
.request_callBack .right_half button:hover {
background: #fff;
color: #24bbd0;
}
.request_callBack .right_half .content {
padding: 72px 17px 80px 62px;
max-width: 650px;
} #google-map-area {
height: 450px;
}
#google-map {
height: 100%;
width: 100%;
} footer {
background: #121d2f;
padding-top: 87px;
}
footer .main_footer .footer_logo a.tran3s {
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #20bed0;
display: block;
margin-bottom: 8px;
}
footer .main_footer .footer_logo a.tran3s i {
margin-right: 6px;
}
footer .main_footer .footer_logo p {
color: #99a2b0;
margin: 40px 0 22px 0;
}
footer .main_footer .footer_logo a.tran3s:hover {
color: #fff;
}
footer .main_footer h5 {
color: #fff;
text-transform: uppercase;
margin: 12px 0 52px 0;
}
footer .main_footer .footer_news li span {
color: #fff;
font-size: 14px;
}
footer .main_footer .footer_news li span i {
font-size: 16px;
color: #20bed0;
margin-right: 11px;
}
footer .main_footer .footer_news li p {
font-family: 'Montserrat-SemiBold';
color: #fff;
line-height: 26px;
margin: 14px 0 7px 0
}
footer .main_footer .footer_news li a {
color: #20bed0;
}
footer .main_footer .footer_news li a i {
margin-left: 8px;
}
footer .main_footer .footer_news li a:hover {
color: #fff;
}
footer .main_footer .footer_news li {
margin-bottom: 32px;
}
footer .main_footer .footer_subscribe p {
font-weight: 500;
color: #20bed0;
}
footer .main_footer .footer_subscribe form {
position: relative;
height: 50px;
color: #5e6776;
margin: 30px 0 15px 0;
}
footer .main_footer .footer_subscribe form input {
height: 100%;
width: 100%;
background: #152235;
border: none;
color: #5e6776;
font-family: 'Raleway', sans-serif;
font-weight: normal;
padding: 0 52px 0 10px;
}
footer .main_footer .footer_subscribe form button {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 50px;
text-align: center;
font-size: 18px;
color: #fff;
}
footer .main_footer .footer_subscribe span {
color: #878f9d;
font-family: 'Raleway', sans-serif;
font-weight: 500;
display: block;
margin-bottom: 41px;
}
footer .main_footer .footer_subscribe ul li {
display: inline-block;
margin-right: 24px;
}
footer .main_footer .footer_subscribe ul li a {
color: #fff;
}
footer .main_footer .footer_subscribe ul li a:hover {
color: #20bed0;
}
footer .main_footer .footer_contact .item h6 {
font-family: 'Montserrat-SemiBold';
font-size: 18px;
color: #20bed0;
margin-bottom: 33px;
}
footer .main_footer .footer_contact .item ul li {
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #fff;
line-height: 26px;
padding-left: 40px;
position: relative;
margin-bottom: 25px;
margin-left: 1px;
}
footer .main_footer .footer_contact .item ul li span {
position: absolute;
top: 0;
left: 0;
}
footer .main_footer .footer_contact .item ul li span.Flaticon-map {
top: 5px;
}
footer .main_footer .footer_contact .item ul li span:before {
font-size: 30px;
color: #20bed0;
}
footer .main_footer .footer_contact .item ul li span.Flaticon-message:before {
font-size: 28px;
}
.vertical .carousel-inner {
height: 100%;
}
.carousel.vertical .item {
-webkit-transition: 0.6s ease-in-out top;
-moz-transition: 0.6s ease-in-out top;
-ms-transition: 0.6s ease-in-out top;
-o-transition: 0.6s ease-in-out top;
transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
top: 0;
}
.carousel.vertical .next {
top: 100%;
}
.carousel.vertical .prev {
top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
top: 0;
}
.carousel.vertical .active.left {
top: -100%;
}
.carousel.vertical .active.right {
top: 100%;
}
.carousel.vertical .item {
left: 0;
}
​ footer .main_footer .footer_contact #carousel-demo {
position: relative;
}
footer .main_footer .footer_contact #carousel-demo .carousel-indicators {
position: absolute;
top: 0;
right: 0;
left: auto;
width: 57px;
margin: 0;
}
footer .main_footer .footer_contact #carousel-demo .carousel-indicators li {
height: 11px;
width: 11px;
background: #1d2a3e;
border: none;
margin: 0 0 0 5px;
}
footer .main_footer .footer_contact #carousel-demo .carousel-indicators li.active {
background: #20bed0;
margin: 0 0 0 5px;
}
footer .bottom_footer {
border-top: 5px solid #152235;
margin-top: 54px;
padding: 42px 0 42px 0;
}
footer .bottom_footer ul li {
display: inline-block;
margin-right: 24px;
margin-top: 5px;
}
footer .bottom_footer ul li a {
color: #fff;
}
footer .bottom_footer ul li a:hover {
color: #20bed0;
}
footer .bottom_footer p {
font-family: 'Montserrat-SemiBold';
color: #fff;
}
footer .bottom_footer p a {
color: #20bed0;
}
.scroll-top {
width: 60px;
height: 60px;
position: fixed;
bottom: 52px;
right: 80px;
z-index: 99;
display: none;
text-align: center;
border-radius: 50%;
background: #152235;
}
.scroll-top span:before {
font-size: 27px;
color: #20bed0;
}
.scroll-top:after {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
} .request_quote_footer {
position: relative;
z-index: 1;
padding: 32px 0 33px 0;
}
.request_quote_footer p {
font-size: 24px;
margin-top: 11px;
font-family: 'Montserrat-SemiBold';
color: #fff;
}
.request_quote_footer a {
text-transform: uppercase;
font-family: 'Montserrat-Bold';
font-size: 14px;
color: #fff;
width: 176px;
line-height: 55px;
text-align: center;
border-radius: 2px;
}
.request_quote_footer a:hover {
background: #fff;
color: #121d2f;
} .page-breadcrumb {
padding: 31px 0 27px 0;
margin-bottom: 80px;
border-bottom: 1px solid #f7f7f7;
}
.page-breadcrumb h6 {
font-size: 16px;
font-family: 'Montserrat-Bold';
}
.page-breadcrumb ul li {
display: inline-block;
margin-left: 5px;
}
.page-breadcrumb ul li,
.page-breadcrumb ul li a {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #9e9e9e;
font-size: 14px;
}
.page-breadcrumb ul li i {
font-size: 18px;
vertical-align: middle;
color: #24bbd0;
} aside .theme_title {
padding-bottom: 18px;
}
.page_list {
margin-bottom: 62px;
}
.page_list li {
margin-bottom: 1px;
line-height: 54px;
overflow: hidden;
}
.page_list li a {
font-family: 'Montserrat-SemiBold';
color: #272727;
background: #f7f7f7;
padding-left: 26px;
position: relative;
width: 100%;
}
.page_list li a:before {
content: '';
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #152235;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.page_list li a:after {
content: '';
font-family: 'FontAwesome';
color: #152235;
position: absolute;
top: 0;
left: -6px;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.page_list li a:hover:before,
.page_list li a.active:before {
width: 6px;
}
.page_list li a:hover,
.page_list li a.active {
background: #24bbd0;
color: #fff;
}
.page_list li a:hover:after,
.page_list li a.active:after {
left: 6px;
}
.our_brochures .theme_title {
margin-bottom: 41px;
}
.our_brochures a {
font-family: 'Montserrat-SemiBold';
width: calc(100% - 3px);
line-height: 64px;
font-size: 18px;
color: #fff;
position: relative;
text-align: center;
margin-bottom: 10px;
margin-left: 3px;
}
.our_brochures a:hover {
color: #fff;
}
.our_brochures a span {
display: block;
width: 50px;
line-height: 46px;
font-size: 24px;
color: #fff;
position: absolute;
left: -3px;
top: 9px;
}
.our_brochures a:before {
content: '';
font-family: 'FontAwesome';
position: absolute;
right: 20px;
top: 0;
line-height: 64px;
}
.sidebar_recent_project {
margin-top: 52px;
margin-bottom: 51px;
}
.sidebar_recent_project .row {
margin: 40px -5px 0 -5px;
}
.sidebar_recent_project [class*="col"] {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
.sidebar_recent_project .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(18, 29, 47, 0.9);
opacity: 0;
visibility: hidden;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
}
.sidebar_recent_project .overlay a {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.sidebar_recent_project .overlay a span {
display: table-cell;
vertical-align: middle;
color: #fff;
font-size: 24px;
}
.sidebar_recent_project .img_holder:hover .overlay {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.sidebar_testimonial #testimonial-Carousel {
margin-top: 40px;
}
.sidebar_testimonial .item .text {
background: #121d2f;
position: relative;
border-radius: 5px;
padding: 24px 0 30px 47px;
overflow: hidden;
}
.sidebar_testimonial .item .text:before {
content: '';
width: 104px;
height: 162px;
background: #20bed0;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
position: absolute;
top: -107px;
left: -31px;
}
.sidebar_testimonial .item>span {
display: block;
width: 0;
height: 0;
left: 28px;
top: 100%;
border: 0 solid transparent;
border-width: 11px 7px;
border-left-width: 7px;
border-top-color: #121d2f;
position: relative;
}
.sidebar_testimonial .item .text p {
line-height: 30px;
font-family: 'Montserrat-Light';
color: #fff;
}
.sidebar_testimonial .item .text span:before {
font-size: 25px;
color: #fff;
}
.sidebar_testimonial .item .text span {
position: absolute;
top: 1px;
left: 6px;
}
.sidebar_testimonial .item .author img {
width: 75px;
height: 75px;
border-radius: 50%;
margin: 10px 0 0 0;
}
.sidebar_testimonial .item .author h5 {
font-family: 'Montserrat-SemiBold';
font-size: 18px;
}
.sidebar_testimonial .item .author h5 span {
font-size: 16px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.sidebar_testimonial .item .author ul li {
color: #20bed0;
margin-right: 4px;
display: inline-block;
margin-top: 3px;
}
.sidebar_testimonial .item .author .name {
padding: 25px 0 0 7px;
}
.sidebar_testimonial .carousel-indicators {
position: absolute;
top: -83px;
right: 0;
left: auto;
text-align: right;
}
.sidebar_testimonial .carousel-indicators li {
width: 12px;
height: 12px;
border: 1px solid #24bbd0;
background: transparent;
margin: 0 0 0 8px;
}
.sidebar_testimonial .carousel-indicators li.active {
background: #24bbd0;
}
.business_enquiry {
border: 1px solid #f7f7f7;
overflow: hidden;
margin-top: 56px;
padding: 33px 12px 42px 35px;
position: relative;
}
.business_enquiry h6 {
font-family: 'Montserrat-Bold';
}
.business_enquiry p {
line-height: 29px;
margin-top: 18px;
}
.business_enquiry p a {
text-decoration: underline;
font-family: 'Raleway', sans-serif;
color: #24bbd0;
}
.business_enquiry p a.email {
text-decoration: underline;
}
.business_enquiry span {
position: absolute;
bottom: -50px;
right: -1px;
}
.business_enquiry span:before {
font-size: 98px;
color: #f7f7f7;
} .about_us_page {
margin-bottom: 78px;
}
.about_us_main_content .video-box {
position: relative;
overflow: hidden;
margin-bottom: 58px;
}
.about_us_main_content .video-box a {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.about_us_main_content .video-box a div {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.about_us_main_content .video-box a span {
display: table-cell;
vertical-align: middle;
}
.about_us_main_content .video-box a span i {
font-size: 18px;
color: #20bed0;
width: 70px;
height: 70px;
line-height: 62px;
border-radius: 50%;
border: 4px solid #24bbd0;
}
.about_us_main_content .video-box:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.about_us_main_content .video-box:hover a {
background: rgba(255, 255, 255, 0.6);
}
.canvasjs-chart-credit {
display: none !important;
}
.about_us_main_content .sub-text {
margin-top: 32px;
}
.about_us_main_content .sub-text .pull-left {
width: 45%;
}
.about_us_main_content .sub-text .pull-left p:last-child {
margin-top: 14px;
}
.about_us_main_content .choose_us_item {
padding: 21px 0 32px 0;
}
.about_us_main_content .about_page_choose_us .space_fix {
margin-left: -51px;
}
.about_us_main_content .about_page_choose_us {
border-bottom: 1px solid #f7f7f7;
margin-bottom: 78px;
}
.mission_vission span.ficon:before {
font-size: 34px;
color: #24bbd0;
display: block;
margin-top: 35px;
margin-bottom: 18px;
}
.mission_vission h5 {
font-family: 'Montserrat-SemiBold';
}
.mission_vission ul li {
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
margin-bottom: 10px;
}
.mission_vission ul li i {
color: #24bbd0;
margin-right: 10px;
}
.mission_vission p {
margin: 19px 0 17px 0;
} .company_history_main_content .img_holder {
margin: 40px 0 32px 0;
}
.company_history_main_content .history_trends {
padding: 35px 42px 40px 28px;
}
.company_history_main_content .history_trends:nth-child(even) {
background: #f7f7f7;
}
.company_history_main_content .history_trends:last-child {
margin-bottom: 78px;
}
.company_history_main_content .history_trends h6 span {
display: block;
font-family: 'Montserrat-SemiBold';
}
.company_history_main_content .history_trends h6 {
line-height: 33px;
}
.company_history_main_content .history_trends p {
width: 66%;
margin-top: 5px;
} .team_grid {
margin-bottom: 80px;
}
.team_grid .team_member {
margin-bottom: 54px;
}
.team_grid .team_member .opacity {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(18, 29, 47, 0.9);
transform: scale(0.8);
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
opacity: 0;
visibility: hidden;
}
.team_grid .team_member .opacity:before {
width: 100%;
height: 0;
position: absolute;
top: 50%;
left: 0;
border-left: 3px solid #20bed0;
border-right: 3px solid #20bed0;
}
.team_grid .team_member .opacity:after {
content: '';
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 50%;
border-top: 3px solid #20bed0;
border-bottom: 3px solid #20bed0;
}
.team_grid .team_member .opacity:before,
.team_grid .team_member .opacity:after {
content: '';
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: 9;
}
.team_grid .team_member:hover .opacity:before,
.team_grid .team_member:hover .opacity:after {
height: 100%;
top: 0;
width: 100%;
left: 0;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.team_grid .team_member:hover .opacity {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
visibility: visible;
}
.team_grid .team_member .text>a h5 {
font-family: 'Montserrat-SemiBold';
color: #272727;
margin: 16px 0 2px 0;
}
.team_grid .team_member .text>a span {
font-family: 'Raleway', sans-serif;
color: #20bed0;
}
.team_grid .team_member .text>a p {
margin: 13px 0 17px 0;
line-height: 26px;
}
.team_grid .team_member .text ul li {
display: inline-block;
margin-right: 24px;
}
.team_grid .team_member .text ul li a {
color: #20bed0;
}
.team_grid .team_member .text ul li a:hover {
color: #121d2f;
} .team_list .team_member .text {
width: calc(68% + 7px);
padding-left: 27px;
}
.team_list .team_member .img_holder {
width: calc(32% - 7px);
}
.team_grid.team_list .team_member {
border-bottom: 1px solid #f7f7f7;
padding-bottom: 30px;
margin-bottom: 30px;
}
.team_grid.team_list .team_member.border_fix {
border-bottom: none;
}
.team_grid.team_list .team_member .text>a h5 {
margin-top: -3px;
}
.team_grid.team_list {
margin-bottom: 20px;
} .team_single_page .team_member_short_bio .member_name> h5 {
font-family: 'Montserrat-SemiBold';
color: #272727;
margin: -3px 0 2px 0;
}
.team_single_page .team_member_short_bio .member_name> span {
font-family: 'Raleway', sans-serif;
color: #20bed0;
}
.team_single_page .team_member_short_bio .member_name> p {
line-height: 26px;
}
.team_single_page .team_member_short_bio .member_name {
width: calc(68% + 7px);
padding-left: 27px;
}
.team_single_page .team_member_short_bio img {
width: calc(32% - 7px);
}
.team_single_page .our_team_main_content p.dy-mar {
line-height: 26px;
margin-top: 15px;
margin-bottom: 42px;
}
.team_single_page .member_info {
padding: 28px 0 7px 31px;
}
.team_single_page .member_info .info_panel {
width: 33.3333333%
}
.team_single_page .member_info .info_panel h6 {
font-family: 'Montserrat-SemiBold';
font-size: 16px;
color: #24bbd0;
margin-bottom: 10px;
}
.team_single_page .member_info .info_panel p {
color: #fff;
line-height: 26px;
}
.team_single_page .member_info .info_panel p span {
font-family: 'Montserrat-SemiBold';
color: #24bbd0;
}
.team_single_page .member_info .info_panel ul li {
display: inline-block;
margin-right: 24px;
margin-top: 4px;
}
.team_single_page .member_info .info_panel ul li a {
color: #fff;
}
.team_single_page .member_info .info_panel ul li a:hover {
color: #20bed0;
}
.team_single_page .member_info .info_panel .single_info {
margin-bottom: 29px;
}
.area_of_expertise {
margin-top: 61px;
margin-bottom: 31px;
}
.area_of_expertise .space_fix {
margin-left: -49px;
}
.area_of_expertise .choose_us_item {
padding-top: 38px;
}
.team_member_education .theme_title {
margin-bottom: 40px;
}
.team_member_education h6 {
font-family: 'Montserrat-SemiBold';
margin-bottom: 9px;
}
.team_member_education span {
font-family: 'Raleway', sans-serif;
color: #20bed0;
}
.team_member_education .passing_year {
width: 20%;
margin-top: 31px;
}
.team_member_education .name_of_degree {
width: 80%;
position: relative;
padding-left: 27px;
}
.team_member_education .name_of_degree:before {
content: '';
width: 1px;
height: 95%;
position: absolute;
top: 3px;
left: 0;
background: #f7f7f7;
}
.team_member_education .name_of_degree:after {
content: '';
width: 11px;
height: 11px;
border-radius: 50%;
background: #fff;
border: 1px solid #f7f7f7;
position: absolute;
top: calc(50% - 5px);
left: -5px;
}
.team_member_education .name_of_degree p {
margin-top: 18px;
}
.team_member_education .clear_fix {
margin-bottom: 46px;
}
.team_project {
margin: 60px 0 74px 0;
}
.team_project .project_item {
text-align: center;
margin-top: 42px;
}
.team_project .project_item a {
display: block;
}
.team_project .project_item a h6 {
font-family: 'Montserrat-SemiBold';
color: #272727;
margin: 23px 0 5px 0;
}
.team_project .project_item a span {
font-family: 'Raleway', sans-serif;
}
.send_message form>span {
font-family: 'Montserrat-Bold';
font-size: 18px;
color: #20bed0;
display: block;
margin-bottom: 15px;
}
.send_message form input,
.send_message .ui-state-default,
.send_message form textarea {
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
border: none;
background: #fff;
}
.send_message form input {
width: 100%;
height: 50px;
padding: 0 10px 0 20px;
margin-bottom: 30px;
}
.send_message .ui-state-default {
border-radius: 0;
width: 100% !important;
margin-bottom: 30px;
}
.send_message form textarea {
border: none;
border-radius: 0;
width: 100% !important;
margin-bottom: 30px;
min-height: 100px;
padding: 15px 10px 5px 20px;
}
.send_message .ui-selectmenu-button span.ui-selectmenu-text {
padding: 0 10px 0 20px;
line-height: 50px;
}
.send_message .ui-selectmenu-button span.ui-icon {
width: 35px;
}
.send_message .ui-state-default .ui-icon:before {
top: 14px;
right: 19px;
}
.send_message button,.send_message input[type="submit"] {
display: block;
width: 100%;
text-align: center;
color: #fff;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
line-height: 55px;
border-radius: 2px;
}
.send_message button:hover,.send_message input[type="submit"]:hover {
background: #121d2f;
color: #fff;
}
.send_message.bg_fix form {
background: #f7f7f7;
padding: 45px 50px 50px 47px;
margin-top: 40px;
}
.team_single_page {
margin-bottom: 80px;
} .career_page_wrapper,
.career_single_page_wrapper,
.client_feedback_page_wrapper,
.faq_page_wrapper,
.blogWith_sidebar {
margin-bottom: 81px;
}
.section_top_media {
height: 391px;
padding: 100px 0 0 36px;
margin-bottom: 53px;
}
.section_top_media h2 {
font-size: 36px;
line-height: 50px;
}
.section_top_media a {
width: 155px;
line-height: 50px;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
text-align: center;
margin-top: 29px;
border-radius: 2px;
}
.section_top_media a:hover {
background: #121d2f;
}
.job_table {
margin-top: 43px;
}
.job_table .table tr th {
border: none;
line-height: 40px;
padding: 0 0 0 10px;
font-family: 'Montserrat-SemiBold';
color: #fff;
background: #121d2f;
border-right: 10px solid #fff;
border-bottom: 10px solid #fff;
}
.job_table .table tr th:nth-child(1) {
padding-right: 64px;
}
.job_table .table tr th:last-child,
.job_table .table tr td:last-child {
border-right: none;
padding-right: 29px;
}
.job_table .table tr td {
border: none;
border-right: 10px solid #fff;
line-height: 40px;
padding: 0 0 0 10px;
font-family: 'Raleway', sans-serif;
}
.job_table .table tr:nth-child(even) td {
background: #f7f7f7;
}
.job_table .table tr td,
.job_table .table tr td a {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #9e9e9e;
}
.job_table .table tr td a:hover {
text-decoration: underline;
color: #24bbd0;
} .career_single_main_content .job_facilities {
margin: 40px 0 56px 0;
padding: 23px 0 8px 32px;
}
.career_single_main_content .job_facilities p {
color: #fff;
font-size: 17px;
margin-bottom: 13px;
}
.career_single_main_content .job_facilities p span {
font-family: 'Montserrat-SemiBold';
}
.career_single_main_content .requirement_list {
margin-top: 27px;
margin-bottom: 45px;
}
.career_single_main_content .requirement_list li {
line-height: 30px;
padding-left: 20px;
position: relative;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.career_single_main_content .requirement_list li:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 11px;
left: 0;
background: #24bbd0;
}
.career_single_main_content .apply_form form {
margin-top: 33px;
border: 1px solid #f7f7f7;
padding: 26px 25px 39px 25px;
}
.career_single_main_content .apply_form form label {
font-weight: normal;
display: block;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.career_single_main_content .apply_form form input,
.career_single_main_content .apply_form form textarea {
color: #9e9e9e;
}
.career_single_main_content .apply_form form .single_input input {
width: 100%;
height: 50px;
border: 1px solid #f7f7f7;
padding: 0 15px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.career_single_main_content .apply_form form .linkedin_link p {
font-weight: 700;
margin-right: 30px;
}
.career_single_main_content .apply_form form .linkedin_link input {
width: 400px;
height: 30px;
border: 1px solid #f7f7f7;
padding-left: 15px;
}
.career_single_main_content .apply_form form .single_input textarea {
max-width: 100%;
width: 100%;
min-height: 140px;
border: 1px solid #f7f7f7;
padding: 10px 15px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.career_single_main_content .apply_form form .resume_attach input {
width: 100%;
height: 50px;
border: 1px solid #f7f7f7;
padding: 12px 0 0 10px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.career_single_main_content .apply_form form .submit_wrapper p {
font-weight: 600;
color: #272727;
}
.career_single_main_content .apply_form form .submit_wrapper button,.career_single_main_content .apply_form form .submit_wrapper input[type="submit"] {
margin-top: -12px;
width: 150px;
line-height: 55px;
text-align: center;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
border-radius: 2px;
border:none;
}
.career_single_main_content .apply_form form .submit_wrapper button:hover,.career_single_main_content .apply_form form .submit_wrapper input[type="submit"]:hover {
background: #121d2f;
}
.career_single_main_content .apply_form form .submit_wrapper {
margin-top: 14px;
}
.career_single_main_content .apply_form form .single_input,
.career_single_main_content .apply_form form .linkedin_link,
.career_single_main_content .apply_form form .resume_attach {
margin-bottom: 27px;
} .client_feedback_main_content .feedback_wrapper {
margin-top: 40px;
}
.client_feedback_main_content .feedback_single_client {
margin-bottom: 41px;
}
.client_feedback_main_content .feedback_single_client>p {
background: #f7f7f7;
line-height: 30px;
border-radius: 5px;
padding: 30px 19px 23px 24px;
position: relative;
margin-bottom: 33px;
white-space: pre-line;
}
.client_feedback_main_content .feedback_single_client>p:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 40px;
top: 100%;
border: 0 solid transparent;
border-width: 16px 18px;
border-left-width: 0;
border-top-color: #f7f7f7;
}
.client_feedback_main_content .feedback_single_client .author>img {
width: 75px;
height: 75px;
border-radius: 50%;
}
.client_feedback_main_content .feedback_single_client .author .author_name {
margin: 15px 0 0 24px;
}
.client_feedback_main_content .feedback_single_client .author h6 {
font-family: 'Montserrat-SemiBold';
margin-bottom: 7px;
}
.client_feedback_main_content .feedback_single_client .author h6 span {
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
font-size: 16px;
}
.client_feedback_main_content .feedback_single_client .author ul li {
display: inline-block;
margin-right: 5px;
color: #24bbd0;
} .our_partners_page_wrapper {
margin-bottom: 81px;
}
.our_partners_main_content .partner_info_wrapper> img {
border: 1px solid #f7f7f7;
margin-bottom: 15px;
}
.our_partners_main_content .partner_info_wrapper .text i {
font-family: 'Raleway', sans-serif;
display: block;
line-height: 26px;
margin: 13px 0 21px 0;
color: #24bbd0;
font-style: normal;
}
.our_partners_main_content .partner_info_wrapper .text span {
display: block;
width: 70px;
height: 2px;
margin-bottom: 16px;
position: relative;
}
.our_partners_main_content .partner_info_wrapper .text span:before {
content: '';
width: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #121d2f;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.our_partners_main_content .partner_info_wrapper:hover .text span:before {
width: 100%;
}
.our_partners_main_content .partner_info_wrapper .text p {
line-height: 26px;
}
.our_partners_main_content .border_fix {
border-bottom: 1px solid #f7f7f7;
padding-bottom: 34px;
}
.our_partners_main_content .partner_info_wrapper {
margin-top: 40px;
} .faq_main_content .theme_title {
margin-top: 0;
}
.faqAndNews .faq_panel #accordion {
margin-top: 50px;
}
.faqAndNews .faq_panel .panel-group .panel-heading {
padding: 0;
position: relative;
background: transparent;
border: none;
}
.faqAndNews .faq_panel .panel-group .panel-heading .icon {
width: 35px;
height: 40px;
border: 1px solid #f7f7f7;
position: absolute;
left: 19px;
top: 20px;
z-index: 99;
}
.faqAndNews .faq_panel .panel-group .panel-heading .icon:before {
content: '';
font-family: 'FontAwesome';
color: #20bed0;
font-size: 14px;
line-height: 40px;
text-align: center;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.faqAndNews .faq_panel .panel-group .panel-heading.active-panel .icon {
background: #121d2f;
}
.faqAndNews .faq_panel .panel-group .panel-heading.active-panel .icon:before {
content: '';
}
.faqAndNews .faq_panel #accordion .panel-heading a {
font-family: 'Montserrat-SemiBold';
font-size: 18px;
color: #272727;
line-height: 26px;
padding: 25px 0 28px 68px;
width: 100%;
}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body,
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse > .list-group {
border: none;
}
.faqAndNews .faq_panel #accordion .panel {
border: 1px solid #f7f7f7;
border-radius: 0;
box-shadow: none;
margin-bottom: 8px;
}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {
padding: 0 20px 25px 70px;
margin-top: -20px;
position: relative;
}
.search_style_two {
height: 54px;
position: relative;
}
.search_style_two input {
font-family: 'Raleway', sans-serif;
width: 100%;
height: 100%;
background: #f7f7f7;
border: 1px solid #ecebeb;
padding: 0 54px 0 15px;
}
.search_style_two button {
position: absolute;
top: 0;
right: 0;
width: 39px;
height: 100%;
text-align: center;
color: #bfbfbf;
} .contact_us_page {
margin-bottom: 76px;
}
.contact_page_address .wrapper {
padding-right: 100px;
}
.contact_page_address .carousel-inner .item h6 {
font-family: 'Montserrat-SemiBold';
font-size: 18px;
color: #20bed0;
margin-bottom: 33px;
}
.contact_page_address .carousel-inner .item ul li {
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #272727;
line-height: 26px;
padding-left: 40px;
position: relative;
margin-bottom: 34px;
margin-left: 1px;
}
.contact_page_address .carousel-inner .item ul li:last-child {
margin-bottom: 25px;
}
.contact_page_address .carousel-inner .item ul li span {
position: absolute;
top: 0;
left: 0;
overflow: visible;
}
.contact_page_address .carousel-inner .item ul li span.Flaticon-map {
top: 8px;
left: -2px;
}
.contact_page_address .carousel-inner .item ul li span.Flaticon-mobile {
left: -2px
}
.contact_page_address .carousel-inner .item ul li span:before {
font-size: 26px;
color: #20bed0;
}
.contact_page_address .carousel-inner .item ul li span.Flaticon-message:before {
font-size: 26px;
}
.contact_page_address .carousel-inner .item ul li span.Flaticon-clock {
top: 8px;
}
.contact_page_address .carousel-inner .item ul li span.Flaticon-map {
font-size: 30px;
}
.contact_page_address #contact-slider {
position: relative;
border-bottom: 1px solid #f7f7f7;
margin-top: 38px;
overflow: hidden;
}
.contact_page_address #contact-slider .carousel-indicators {
position: absolute;
top: 0;
right: -53px;
left: auto;
}
.contact_page_address #contact-slider .carousel-indicators li {
height: 11px;
width: 11px;
background: #1d2a3e;
border: none;
margin: 0 0 0 5px;
}
.contact_page_address #contact-slider .carousel-indicators li.active {
background: #20bed0;
margin: 0 0 0 5px;
}
.contact_page_address ul.social_icon li {
display: inline-block;
margin-right: 21px;
margin-top: 30px;
color: #272727;
font-family: 'Montserrat-SemiBold';
}
.contact_page_address ul.social_icon li a {
color: #20bed0;
}
.contact_page_address ul.social_icon li a:hover {
color: #121d2f;
}
.contact_page_address ul.social_icon li:last-child {
margin-right: 0;
}
.send_message.contact_us_form form input,
.send_message.contact_us_form .ui-state-default,
.send_message.contact_us_form form textarea {
background: #f7f7f7;
color: #9e9e9e;
}
.send_message.contact_us_form form {
margin-top: 36px;
} .contact_us_form .alert_wrapper {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
top: 0;
left: 0;
z-index: 9999999;
}
.contact_us_form #success,
.contact_us_form #error {
position: relative;
width: 500px;
height: 100px;
top: calc(50% - 50px);
left: calc(50% - 250px);
background: #fff;
text-align: center;
}
.contact_us_form #success .wrapper,
.contact_us_form #error .wrapper {
display: table;
width: 100%;
height: 100%;
}
.contact_us_form #success .wrapper p,
.contact_us_form #error .wrapper p {
display: table-cell;
vertical-align: middle;
}
.contact_us_form #success p {
color: #121d2f;
}
.contact_us_form #error p {
color: red;
}
.contact_us_form #error button,
.contact_us_form #success button {
color: #fff;
width: 40px;
height: 40px;
line-height: 20px;
position: absolute;
background: #24bbd0;
border-radius: 50%;
position: absolute;
top: -20px;
right: -20px;
font-size: 25px;
}
.form-validation label.error {
display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
border: 1px solid #f03838 !important;
} .blog_page_wrapper {
margin-bottom: 80px;
}
.blog_page_wrapper .blog_post_single {
border: 1px solid #f7f7f7;
padding: 20px 17px 30px 17px;
margin-bottom: 55px;
overflow: hidden;
}
.blog_page_wrapper .blog_post_single .img_holder {
position: relative;
margin-bottom: 25px;
overflow: hidden;
}
.blog_page_wrapper .blog_post_single .img_holder img {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.blog_page_wrapper .blog_post_single:hover .img_holder img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.blog_page_wrapper .blog_post_single .img_holder .opacity {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
background: rgba(18, 29, 47, 0.9);
transform: scale(0.1);
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
-o-transform: scale(0.1);
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon {
display: table;
width: 100%;
height: 100%;
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon span {
display: table-cell;
vertical-align: middle;
}
.blog_page_wrapper .blog_post_single .img_holder .opacity .icon span a {
display: block;
width: 60px;
height: 60px;
margin: 0 auto;
line-height: 60px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
font-size: 60px;
text-align: center;
border-radius: 50%;
color: #fff;
}
.blog_page_wrapper .blog_post_single:hover .opacity {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.blog_page_wrapper .blog_post_single .text h4 a {
display: block;
color: #272727;
line-height: 30px;
font-family: 'Montserrat-SemiBold';
}
.blog_page_wrapper .blog_post_single .text p,
.blog_details_post .wrapper .blog_mega_post .text p {
margin: 20px 0;
}
.blog_page_wrapper .blog_post_single .text>ul li {
display: inline-block;
position: relative;
margin-right: 26px;
margin-top: 12px;
}
.blog_page_wrapper .blog_post_single .text>ul li a {
color: #24bbd0;
font-size: 14px;
}
.blog_page_wrapper .blog_post_single .text>ul li:last-child {
margin-right: 0;
}
.blog_page_wrapper .blog_post_single .text>ul li:before {
content: '';
height: 12px;
width: 1px;
background: #d2d2d2;
position: absolute;
right: -13px;
top: 6px;
}
.blog_page_wrapper .blog_post_single .text>ul li:last-child:before {
display: none;
}
.blog_page_wrapper .blog_post_single .text>ul li a {
font-weight: 500;
}
.blog_page_wrapper .blog_post_single .text>ul li a i {
margin-right: 5px;
}
.blog_page_wrapper .blog_post_single .text .read_more {
width: 150px;
line-height: 50px;
text-align: center;
color: #fff;
font-family: 'Montserrat-Bold';
border-radius: 2px;
text-transform: uppercase;
font-size: 14px;
}
.blog_page_wrapper .blog_post_single .text .read_more:hover {
background: #121d2f;
}
.blog_page_wrapper .blog_post_single .text .share {
width: 50px;
line-height: 50px;
text-align: center;
background: #f7f7f7;
font-size: 18px;
position: relative;
z-index: 2;
color: #9e9e9e;
}
.blog_page_wrapper .blog_post_single .text .share:hover,
.blog_page_wrapper .blog_post_single .text .share-content li a:hover {
color: #fff;
background: #24bbd0;
}
.blog_page_wrapper .blog_post_single .text .share,
.blog_page_wrapper .blog_post_single .text .share-content,
.blog_page_wrapper .blog_post_single .text .share-content li {
display: inline-block;
}
.blog_page_wrapper .blog_post_single .text .share-content li a {
width: 50px;
line-height: 50px;
text-align: center;
font-size: 18px;
margin: 0 2px 0 2px;
background: #f7f7f7;
}
.blog_page_wrapper .blog_post_single .text .share-content {
transform: translate3d(400px, 0, 0);
opacity: 0;
transition: all 0.5s ease;
}
.blog_page_wrapper .blog_post_single .text .share-content.share-show {
transform: translate3d(0, 0, 0);
opacity: 1;
}
.page_pagination {
text-align: center;
}
.page_pagination li {
display: inline-block;
margin: 0 4px;
}
.page_pagination li a {
width: 55px;
line-height: 55px;
border: 1px solid #f7f7f7;
text-align: center;
font-size: 18px;
border-radius: 2px;
}
.page_pagination li a.active,
.page_pagination li a:hover {
color: #fff;
background: #24bbd0;
} .blog_page_wrapper.blog_grid .blog_post_single .text p {
margin: 9px 0 14px 0;
}
.blog_page_wrapper.blog_grid .blog_post_single .text>a {
font-size: 14px;
font-family: 'Montserrat-Bold';
text-transform: uppercase;
color: #24bbd0;
}
.blog_page_wrapper.blog_grid .blog_post_single .text>a i {
margin-left: 3px;
}
.blog_page_wrapper.blog_grid .blog_post_single .text>a:hover {
text-decoration: underline;
}
.blog_page_wrapper.blog_grid .blog_post_single {
padding-bottom: 23px;
margin-bottom: 30px;
}
.blog_page_wrapper.blog_grid .page_pagination {
margin-top: 30px;
}
.blog_page_wrapper.blog_grid .blog_post_single .img_holder .opacity .icon span a {
width: 55px;
height: 55px;
line-height: 55px;
font-size: 40px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
}
.blog_page_wrapper .blog_post_single .img_holder>a {
display: flex;
display: -webkit-flex;
-webkit-justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
}  .sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
padding-bottom: 18px;
}
.sidebar_search {
height: 54px;
position: relative;
}
.sidebar_search input {
width: 100%;
height: 54px;
border: none;
background: #f7f7f7;
padding: 0 56px 0 12px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.sidebar_search button {
width: 54px;
height: 100%;
position: absolute;
top: 0;
right: 0;
color: #fff;
}
.sidebar_categories {
margin-top: 60px;
}
.sidebar_categories ul {
margin-top: 22px;
margin-bottom: 46px;
}
.sidebar_categories ul li {
line-height: 48px;
border-bottom: 1px solid #f7f7f7;
}
.sidebar_categories ul li:last-child {
border: none;
}
.sidebar_categories ul li a {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #272727;
position: relative;
padding-left: 29px;
}
.sidebar_categories ul li a:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 20px;
left: 0;
border: 1px solid #24bbd0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.sidebar_categories ul li a:hover:before {
background: #24bbd0;
}
.recent_news_sidebar .theme_title {
margin-bottom: 40px;
}
.recent_news_sidebar {
margin-bottom: 62px;
}
.recent_news_sidebar .single_news_sidebar {
margin-bottom: 29px;
}
.recent_news_sidebar .img_holder img {
width: 75px;
height: 75px;
border-radius: 5px;
}
.recent_news_sidebar .post {
padding-left: 26px;
width: 72%;
margin-top: -10px;
}
.recent_news_sidebar .post h6 a {
font-size: 16px;
color: #272727;
line-height: 28px;
font-weight: 900;
margin-bottom: 2px;
}
.recent_news_sidebar .post p a {
font-size: 14px;
font-family: 'Montserrat-Regular';
color: #24bbd0;
}
.recent_news_sidebar .post p a i {
margin-right: 4px;
font-size: 16px;
}
.recent_news_sidebar .img_holder {
position: relative;
}
.recent_news_sidebar .img_holder .opacity {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
border-radius: 5px;
background: rgba(18, 29, 47, 0.8);
transform: scale(0.1);
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
-o-transform: scale(0.1);
}
.recent_news_sidebar .img_holder .opacity .icon {
display: table;
width: 100%;
height: 100%;
}
.recent_news_sidebar .img_holder .opacity .icon span {
display: table-cell;
vertical-align: middle;
}
.recent_news_sidebar .img_holder .opacity .icon span a {
display: block;
width: 45px;
height: 45px;
margin: 0 auto;
line-height: 45px;
border-radius: 50%;
color: #fff;
text-align: center;
}
.recent_news_sidebar .single_news_sidebar:hover .opacity {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.sidebar_tags {
margin: 60px 0 -6px 0;
}
.sidebar_tags ul {
margin-top: 40px;
}
.sidebar_tags ul li {
display: inline-block;
margin: 0 4px 8px 0;
}
.sidebar_tags ul li a {
display: block;
font-family: 'Raleway', sans-serif;
font-weight: normal;
font-size: 14px;
color: #9e9e9e;
line-height: 32px;
border: 1px solid #f7f7f7;
border-radius: 2px;
text-align: center;
padding: 0 14px;
}
.sidebar_tags ul li a:hover {
color: #fff;
background: #121d2f;
} .blogWith_sidebar .post_wrapper .text h6 a {
font-family: 'Montserrat-SemiBold';
color: #272727;
}
.blogWith_sidebar .blog_page_wrapper .blog_post_single .img_holder {
margin-bottom: 32px;
}
.blogWith_sidebar .blog_page_wrapper.blog_grid .blog_post_single .text p {
margin-top: 13px;
} .blogList_view .blogList_single_post {
border: 1px solid #f7f7f7;
padding: 20px 0 20px 22px;
margin-bottom: 28px;
}
.blogList_view .blogList_single_post .img_holder {
position: relative;
}
.blogList_view .blogList_single_post .img_holder>a {
display: flex;
display: -webkit-flex;
-webkit-justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: center;
}
.blogList_view .blogList_single_post .img_holder .opacity {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
background: rgba(18, 29, 47, 0.9);
transform: scale(0.1);
-webkit-transform: scale(0.1);
-moz-transform: scale(0.1);
-ms-transform: scale(0.1);
-o-transform: scale(0.1);
}
.blogList_view .blogList_single_post .img_holder .opacity .icon {
display: table;
width: 100%;
height: 100%;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span {
display: table-cell;
vertical-align: middle;
}
.blogList_view .blogList_single_post .img_holder .opacity .icon span a {
display: block;
width: 55px;
height: 55px;
margin: 0 auto;
line-height: 55px;
text-align: center;
font-size: 60px;
font-family: 'Raleway', sans-serif;
font-weight: 300;
border-radius: 50%;
color: #fff;
}
.blogList_view .blogList_single_post:hover .opacity {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
.blogList_view .blogList_single_post .post {
width: 73%;
margin: -6px 0 0px 20px;
}
.blogList_view .blogList_single_post .post h4 a {
display: block;
color: #272727;
line-height: 30px;
font-family: 'Montserrat-SemiBold';
width: 64%;
}
.blogList_view .blogList_single_post .post p {
margin: 17px 0 25px 0;
}
.blogList_view .blogList_single_post .post ul li {
display: inline-block;
position: relative;
margin: 7px 30px 0 0;
}
.blogList_view .blogList_single_post .post ul li a {
font-size: 14px;
color: #24bbd0;
}
.blogList_view .blogList_single_post .post ul li a i {
margin-right: 1px;
}
.blogList_view .blogList_single_post .post ul li:last-child {
margin-right: 0;
}
.blogList_view .blogList_single_post .post ul li:before {
content: '';
height: 12px;
width: 1px;
background: #d2d2d2;
position: absolute;
right: -18px;
top: 6px;
}
.blogList_view .blogList_single_post .post ul li:last-child:before {
display: none;
}
.blogList_view .blogList_single_post .post ul li a {
font-weight: 500;
}
.blogList_view .page_pagination {
margin: 57px 0 79px 0;
} .blogList_view.blog_list_sidebar .blogList_single_post .post {
width: 65%;
}
.blogList_view.blog_list_sidebar .blogList_single_post .post h4 a {
width: 91%;
} .blog_details_post .blog_mega_post {
border: 1px solid #f7f7f7;
padding: 20px;
margin-bottom: 78px;
}
.blog_details_post .col-lg-9 .theme_title {
padding-bottom: 27px;
}
.blog_details_post .blog_mega_post .text h4 {
line-height: 30px;
font-family: 'Montserrat-SemiBold';
}
.blog_details_post .blog_mega_post .text > ul.dy-list-info li {
display: inline-block;
position: relative;
margin-right: 25px;
margin-top: 12px;
}
.blog_details_post .blog_mega_post .text > ul.dy-list-info li a {
font-size: 14px;
color: #24bbd0;
}
.blog_details_post .blog_mega_post .text > ul.dy-list-info li:last-child {
margin-right: 0;
}
.blog_details_post .blog_mega_post .text>ul li:before {
content: '';
height: 12px;
width: 1px;
background: #d2d2d2;
position: absolute;
right: -15px;
top: 6px;
}
.blog_details_post .blog_mega_post .text > ul.dy-list-info li:last-child:before {
display: none;
}
.blog_details_post .blog_mega_post .text > ul li a i {
margin-right: 5px;
}
.blog_details_post .blog_mega_post .share_option h4 {
margin-top: 7px;
font-family: 'Montserrat-SemiBold';
}
.blog_details_post .blog_mega_post .text .social_icon {
margin-right: 117px;
}
.blog_details_post .blog_mega_post .text .social_icon li {
display: inline-block;
margin-left: 5px;
margin-top: -4px;
}
.blog_details_post .blog_mega_post .text .social_icon li a {
width: 45px;
line-height: 43px;
text-align: center;
font-size: 18px;
border: 1px solid #f7f7f7;
border-radius: 2px;
}
.blog_details_post .blog_mega_post .text .social_icon li a:hover {
color: #fff;
background: #24bbd0;
}
.blog_details_post .comment_area .single_comment {
margin: 42px 0 30px 0;
border-bottom: 1px solid #f7f7f7;
padding-bottom: 30px;
position:relative;
}
.blog_details_post .comment_area .single_comment .thumb-holder{
position:absolute;
left:0px;
top:0px;
}
.blog_details_post .comment_area .single_comment .comment.text {
padding-left: 100px;
}
.blog_details_post .comment_area .single_comment .comment h5,
.blog_details_post .comment_area .single_comment .comment h5 a,
.blog_details_post .comment_area .single_comment .comment span {
display: inline-block;
font-family: 'Montserrat-SemiBold';
color:#272727;
}
.blog_details_post .comment_area .single_comment .comment span {
margin-left: 33px;
font-size: 14px;
}
.blog_details_post .comment_area .single_comment .comment p {
margin: 0px 0 10px 0;
}
.blog_details_post .comment_area .single_comment .comment a {
font-family: 'Montserrat-Bold';
color: #24bbd0;
}
.blog_details_post .reply_area form {
margin: 41px 0 80px 0;
}
.blog_details_post .reply_area .row {
margin-left: -10px;
margin-right: -10px;
}
.blog_details_post .reply_area [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.blog_details_post .reply_area input,
.blog_details_post .reply_area textarea {
width: 100%;
max-width: 100%;
border: 2px solid #eeeeee;
margin-bottom: 20px;
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #9e9e9e;
}
.blog_details_post .reply_area input {
height: 50px;
padding: 0 15px;
}
.blog_details_post .reply_area textarea {
height: 190px;
padding: 12px 15px;
}
.blog_details_post .reply_area button {
display: block;
width: 100%;
line-height: 55px;
text-align: center;
font-family: 'Montserrat-Bold';
text-transform: uppercase;
font-size: 14px;
margin-top: 8px;
color: #fff;
}
.blog_details_post .reply_area button:hover {
color: #fff;
background: #121d2f;
} .project_page.project_style_one {
margin-bottom: 78px;
}
.project_page .page_pagination {
margin-top: 30px;
}
.project_page .single_project {
margin-bottom: 30px;
}
.project_page .single_project .img_holder {
position: relative;
overflow: hidden;
}
.project_page .single_project .img_holder .overlay {
position: absolute;
width: 0;
height: 100%;
top: 0;
left: 0;
background: rgba(18, 29, 47, 0.9);
}
.project_page .single_project .img_holder .overlay .icon {
display: table;
width: 100%;
height: 100%;
}
.project_page .single_project .img_holder .overlay .icon span {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.project_page .single_project .img_holder .overlay .icon span a {
width: 45px;
line-height: 45px;
background: #fff;
margin: 0 2px;
visibility: hidden;
border-radius: 50%;
opacity: 0;
color: #24bbd0;
}
.project_page .single_project .img_holder .overlay .icon span a.fancybox {
color: #fff;
background: #24bbd0;
}
.project_page .single_project .img_holder .overlay h6 {
width: 100%;
position: absolute;
bottom: -40px;
opacity:0;
left: 20px;
font-family: 'Montserrat-SemiBold';
}
.project_page .single_project:hover .img_holder .overlay {
width: 100%;
}
.project_page .single_project:hover .img_holder .overlay .icon a {
opacity: 1;
visibility: visible;
transition-delay: 0.3s;
}
.project_page .single_project:hover .img_holder .overlay h6 {
bottom: 20px;
transition-delay: 0.3s;
opacity:1;
} .project_page .mixitUp_menu {
text-align: center;
margin: -5px 0 44px 0;
}
.project_page .mixitUp_menu ul li {
display: inline-block;
cursor: pointer;
font-size: 14px;
font-family: 'Montserrat-SemiBold';
line-height: 46px;
border: 2px solid #f7f7f7;
padding: 0 18px;
margin: 5px 6px;
border-radius: 2px;
}
.project_page .mixitUp_menu ul li:hover,
.project_page .mixitUp_menu ul li.active {
background: #121d2f;
border-color: #121d2f;
color: #fff;
}
.project_page #mixitup_list .mix {
display: none;
}
.project_page #mixitup_list .text {
background: #fff;
border: 1px solid #f7f7f7;
border-top: none;
}
.project_page #mixitup_list .text a {
display: block;
padding: 23px 0 18px 25px;
}
.project_page #mixitup_list .text a h6 {
color: #272727;
font-family: 'Montserrat-SemiBold';
margin-bottom: 11px;
}
.project_page #mixitup_list .text a i {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #24bbd0;
font-style: normal;
} .project_masonary .item_small {
width: 33.3333333%;
}
.project_masonary .item_large {
width: 66.666666%;
}
.project_masonary .isotop_item {
padding-left: 15px;
padding-right: 15px;
}
.project_masonary #isotop_wrapper {
margin-left: -15px;
margin-right: -15px;
}
.project_masonary .load_more {
display: block;
width: 155px;
line-height: 55px;
text-align: center;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
margin: 30px auto 80px auto;
border-radius: 2px;
}
.project_masonary .load_more:hover {
background: #121d2f;
} .project_page.project_gallery_filter .mix {
padding: 0;
margin: 0;
}
.project_page.project_gallery_filter .mix .single_project {
margin: 0;
}
.project_page.project_gallery_filter .container {
width: 100%;
padding: 0;
}
.project_page.project_gallery_filter .mix img {
width: 100%;
}
.project_page.project_gallery_filter .load_more {
display: block;
width: 155px;
line-height: 55px;
text-align: center;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
margin: 60px auto 0 auto;
border-radius: 2px;
}
.project_page.project_gallery_filter .load_more:hover {
background: #121d2f;
} .project_grid_sidebar .single_project .text h6 {
font-family: 'Montserrat-SemiBold';
color: #272727;
margin: 22px 0 4px 0;
}
.project_grid_sidebar .single_project .text i {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #24bbd0;
font-style: normal;
}
.project_grid_sidebar .single_project {
text-align: center;
}
.project_grid_sidebar .page_pagination {
border-top: 1px solid #f7f7f7;
margin-top: 14px;
padding-top: 40px;
} .single_project_content .carousel-control {
width: 50px;
height: 50px;
opacity: 1;
text-shadow: none;
top: calc(50% - 25px);
background: #121d2f;
font-size: 18px;
color: #fff;
text-align: center;
line-height: 52px;
background-image: none;
}
.single_project_content .carousel-control.left {
left: 0;
}
.single_project_content .carousel-control.right {
right: 0;
}
.single_project_content .carousel-control:hover,
.single_project_content .carousel-control:focus {
background: #24bbd0;
}
.single_project_content .img_wrapper {
margin-bottom: 33px;
}
.single_project_content .project_description {
width: calc(43% - 4px);
padding: 23px 0 18px 20px;
}
.single_project_content .project_description table td {
line-height: 46px;
color: #24bbd0;
}
.single_project_content .project_description table td:last-child {
color: #fff;
padding-left: 20px;
}
.single_project_content .project_description table td:first-child {
padding-right: 15px;
}
.single_project_content .project_name {
width: 54%;
margin-top: -5px;
}
.single_project_content .project_name span {
font-family: 'Raleway', sans-serif;
font-weight: normal;
display: block;
margin: 8px 0 19px 0;
}
.single_project_content .project_name a {
font-family: 'Montserrat-Bold';
width: 170px;
line-height: 50px;
text-align: center;
font-size: 14px;
text-transform: uppercase;
color: #fff;
margin-top: 33px;
border-radius: 2px;
}
.single_project_content .project_name a:hover {
color: #fff;
background: #121d2f;
}
.single_project_content .project_analysis {
margin: 61px 0 43px 0;
}
.single_project_content .project_analysis img {
margin-top: 7px;
}
.single_project_content .project_analysis .position_fix {
width: 47%;
}
.single_project_content .project_analysis .wrapper,
.single_project_content .project_result .wrapper {
padding-bottom: 6px;
}
.project_single_page .project_result {
margin: 33px 0 61px 0;
}
.project_single_page .project_result #chart-tableOne {
margin-top: 0;
}
.project_execution .execution_item .text {
width: 69%;
padding-left: 29px;
}
.project_execution .execution_item .text h5 {
font-family: 'Montserrat-Regular';
margin: -4px 0 17px 0;
}
.project_execution .execution_item .text ul li {
font-family: 'Raleway', sans-serif;
font-weight: normal;
color: #9e9e9e;
line-height: 32px;
}
.project_execution .execution_item .text ul li i {
color: #24bbd0;
margin-right: 13px;
}
.project_execution .execution_item {
margin-bottom: 30px;
}
.project_execution {
margin: 56px 0 0 0;
} #related_project_slider .owl-nav [class*=owl-] {
width: 32px;
height: 32px;
border-radius: 50%;
border: 1px solid #bfbfbf;
padding: 0;
background: #fff;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
margin: 7px;
}
#related_project_slider .owl-nav [class*=owl-]:before {
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 11px;
line-height: 32px;
color: #bfbfbf;
font-size: 13px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#related_project_slider .owl-nav .owl-prev:before {
content: '';
left: 9px;
}
#related_project_slider .owl-nav .owl-next:before {
content: '';
}
#related_project_slider {
margin-top: 41px;
margin-bottom: 50px;
}
#related_project_slider .item {
padding-left: 15px;
padding-right: 15px;
}
.related_projects {
position: relative;
}
#related_project_slider .owl-controls {
position: absolute;
top: -100px;
right: 8px;
}
#related_project_slider .owl-nav [class*=owl-]:hover,
#related_project_slider .owl-nav [class*=owl-]:hover:before {
color: #24bbd0;
border-color: #24bbd0;
} .shop_page {
margin-bottom: 80px;
}
.shop_page .product_wrapper .img_holder {
background: #f7f7f7;
text-align: center;
padding: 40px 0;
position: relative;
overflow: hidden;
}
.shop_page .product_wrapper .img_holder>img {
margin: 0 auto;
}
.shop_page .product_wrapper .img_holder:before {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.65);
position: absolute;
top: 0;
left: 0;
z-index: 9;
opacity: 0;
visibility: hidden;
}
.shop_page .product_wrapper:hover .img_holder:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
visibility: visible;
}
.shop_page .product_wrapper .img_holder img,
.shop_page .product_wrapper .img_holder:before {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.shop_page .product_wrapper:hover .img_holder img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.shop_page .product_wrapper .text {
text-align: center;
padding-top: 17px;
}
.shop_page .product_wrapper .text h5 {
font-family: 'Montserrat-Bold';
margin-bottom: 14px;
}
.shop_page .product_wrapper .text h4 {
font-family: 'Montserrat-SemiBold';
font-size: 22px;
}
.shop_page .product_wrapper .text ul li {
display: inline-block;
margin-left: 3px;
margin-bottom: 13px;
color: #24bbd0;
}
.shop_page .product_wrapper .text a {
line-height: 55px;
font-family: 'Montserrat-Bold';
font-size: 14px;
color: #fff;
text-align: center;
width: 100%;
text-transform: uppercase;
margin-top: 17px;
}
.shop_page .product_wrapper:hover .text a.color1_bg {
color: #fff;
background: #121d2f;
}
.shop_page .product_wrapper {
margin-bottom: 48px;
}
.shop_page .devider {
border-bottom: 1px solid #f7f7f7;
margin-bottom: 53px;
}
.shop_page .devider.fix {
margin-bottom: 39px;
} .single-sidebar.price-ranger .ui-widget-content {
background: #f7f7f7;
border: none;
height: 8px;
}
.single-sidebar.price-ranger .ui-slider .ui-slider-range {
background: #24bbd0;
}
.single-sidebar.price-ranger .ui-slider-handle {
width: 12px !important;
height: 12px;
border-radius: 50%;
border: none;
outline: none;
background: #121d2f;
}
.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
top: -2px;
}
.single-sidebar.price-ranger #slider-range {
margin-top: 42px;
}
.single-sidebar.price-ranger .ranger-min-max-block {
margin-top: 32px;
margin-bottom: 62px;
}
.single-sidebar.price-ranger .ranger-min-max-block input {
display: inline-block;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
width: 90px;
border: none;
border-radius: 2px;
text-align: center;
outline: none;
line-height: 35px;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
background: #24bbd0;
margin-right: 40px;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
max-width: 30px;
border: none;
text-align: center;
outline: none;
color: #272727;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-align: right;
}
.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {
max-width: 39px;
}
.single-sidebar.price-ranger .ranger-min-max-block span {
color: #272727;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.best_sellers .theme_title {
margin-bottom: 36px;
}
.best_sellers .best_selling_item .text {
padding-left: 26px;
margin-top: -3px;
}
.best_sellers .best_selling_item .text h6 {
font-size: 16px;
font-family: 'Montserrat-Bold';
color: #272727;
}
.best_sellers .best_selling_item .text ul li {
display: inline-block;
margin-right: 3px;
font-size: 12px;
color: #24bbd0;
margin-top: 10px;
}
.best_sellers .best_selling_item .text span {
font-family: 'Raleway', sans-serif;
display: block;
margin-top: 10px;
color: #9e9e9e;
}
.best_sellers .best_selling_item {
margin: 20px 0 20px 0;
padding-bottom: 17px;
}
.best_sellers .best_selling_item.border {
border-bottom: 1px solid #f7f7f7;
}
.sidebar_styleTwo .sidebar_categories {
margin-top: 57px;
}
.sidebar_styleTwo .sidebar_tags {
margin: 19px 0 51px 0;
} .shop_single_page .product_details .product_top_section .img_holder {
background: #f7f7f7;
padding: 81px 97px;
position: relative;
}
.shop_single_page .product_details .product_top_section .img_holder:before {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.65);
position: absolute;
top: 0;
left: 0;
z-index: 9;
opacity: 0;
visibility: hidden;
}
.shop_single_page .product_details .product_top_section:hover .img_holder:before {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
opacity: 1;
visibility: visible;
}
.shop_single_page .product_details .product_top_section .img_holder img,
.shop_single_page .product_details .product_top_section .img_holder:before {
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin: 0 auto;
}
.shop_single_page .product_details .product_top_section:hover .img_holder img {
transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.shop_single_page .product_details .product_top_section .item_description {
width: 57%;
padding-left: 30px;
margin-top: -3px;
}
.shop_single_page .product_details .product_top_section .item_description>h4 {
font-family: 'Montserrat-SemiBold';
}
.shop_single_page .product_details .product_top_section .item_description>ul>li {
display: inline-block;
margin-right: 5px;
margin-top: 9px;
margin-bottom: 9px;
color: #9e9e9e;
font-family: 'Raleway', sans-serif;
}
.shop_single_page .product_details .product_top_section .item_description>ul>li i {
color: #24bbd0;
}
.shop_single_page .product_details .product_top_section .item_description .item_price {
font-size: 24px;
font-family: 'Montserrat-SemiBold';
}
.shop_single_page .product_details .product_top_section .item_description>p {
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
padding: 17px 0;
margin: 22px 0;
}
.shop_single_page .product_details .product_top_section .item_description .check_location {
display: block;
margin: 25px 0 15px 0;
}
.shop_single_page .product_details .product_top_section .item_description>div {
margin-bottom: 33px;
}
.shop_single_page .product_details .product_top_section .item_description>div input {
width: 160px;
height: 40px;
border: 1px solid #f7f7f7;
border-radius: 2px;
padding-left: 10px;
color: #9e9e9e;
font-family: 'Raleway', sans-serif;
}
.shop_single_page .product_details .product_top_section .item_description>div button {
width: 84px;
line-height: 40px;
background: #f7f7f7;
text-align: center;
font-size: 14px;
font-family: 'Montserrat-Bold';
color: #9e9e9e;
text-transform: uppercase;
margin-left: 9px;
margin-right: 8px;
}
.shop_single_page .product_details .product_top_section .item_description>div span {
font-weight: normal;
font-size: 14px;
line-height: 40px;
font-family: 'Raleway', sans-serif;
}
.shop_single_page .product_details .product_top_section .item_description>input[type="number"] {
display: inline-block;
height: 47px;
width: 70px;
border: 1px solid #f7f7f7;
padding-left: 15px;
font-size: 18px;
}
.shop_single_page .product_details .product_top_section .item_description>a,.shop_single_page .product_details .product_top_section .item_description button {
width: 170px;
line-height: 47px;
text-align: center;
font-family: 'Montserrat-Bold';
color: #fff;
font-size: 14px;
text-transform: uppercase;
margin-left: 26px;
}
.shop_single_page .product_details .product_top_section .item_description>a:hover,.shop_single_page .product_details .product_top_section .item_description button:hover {
background: #121d2f;
}
.shop_single_page .product_details .product_top_section {
margin-bottom: 79px;
}
.shop_single_page .product_details .product-review-tab .nav li a {
width: 120px;
line-height: 45px;
padding: 0;
border-radius: 0;
background: #f7f7f7;
color: #9e9e9e;
text-align: center;
margin-right: 8px;
}
.shop_single_page .product_details .product-review-tab .nav li.active a {
color: #fff;
background: #121d2f;
}
.shop_single_page .product_details .product-review-tab .nav {
border-bottom: 1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .tab-pane {
padding: 49px 0 0 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text {
padding-left: 30px;
width: 91%;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up h6 {
font-family: 'Montserrat-SemiBold';
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul {
display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up>div {
margin-top: -6px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li {
display: inline-block;
margin-left: 2px;
font-size: 12px;
color: #24bbd0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up span {
margin-right: 7px;
font-size: 14px;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text>p {
margin: 18px 0 10px 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav,
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area {
display: inline-block;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a {
font-size: 18px;
line-height: 20px;
padding: 0 10px 0 0;
margin-right: 5px;
color: #9e9e9e;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .up_down_nav a:first-child {
border-right: 1px solid #f7f7f7;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a {
font-size: 14px;
color: #9e9e9e;
padding-right: 15px;
margin-right: 10px;
position: relative;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:first-child:before {
content: '';
width: 7px;
height: 7px;
border-radius: 50%;
background: #f7f7f7;
position: absolute;
top: 7px;
right: 0;
}
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:hover {
color: #24bbd0;
}
.shop_single_page .product_details .product-review-tab .item_review_content {
border-bottom: 1px solid #f7f7f7;
padding-bottom: 40px;
margin-bottom: 40px;
}
.shop_single_page .product_details .product-review-tab .add_your_review {
margin: 81px 0 75px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review>span {
display: block;
margin: 36px 0 14px 0;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul,
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
display: inline-block;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul li {
font-size: 12px;
margin-right: 3px;
color: #f7f7f7;
cursor: pointer;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover {
color: #24bbd0;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul {
line-height: 20px;
border-right: 1px solid #f7f7f7;
padding-right: 6px;
margin-right: 5px;
}
.shop_single_page .product_details .product-review-tab .add_your_review ul.fix_border {
border: none;
}
.shop_single_page .product_details .product-review-tab .add_your_review form {
margin-top: 31px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input {
height: 54px;
padding: 0 15px 0 19px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
max-width: 100%;
min-height: 165px;
padding: 15px 17px 5px 19px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form input,
.shop_single_page .product_details .product-review-tab .add_your_review form textarea {
width: 100%;
border: 1px solid #f7f7f7;
margin-bottom: 30px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button {
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
width: 150px;
line-height: 50px;
text-align: center;
margin-top: 10px;
border-radius: 2px;
}
.shop_single_page .product_details .product-review-tab .add_your_review form button:hover {
color: #fff;
background: #121d2f;
}
.shop_single_page .product_details .product-review-tab {
margin-bottom: 80px;
}
.shop_single_page .product_details .related_product {
position: relative;
}
.shop_single_page .product_details .related_product>a {
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
position: absolute;
top: 15px;
right: 0;
color: #24bbd0;
}
.shop_single_page .product_details .related_product>a i {
margin-left: 6px;
}
.shop_single_page .product_details .related_product .product_wrapper {
margin-top: 43px;
}
.shop_single_page .product_details .related_product .shop_page {
margin-bottom: 32px;
} .check_out_form form span {
display: block;
margin-bottom: 5px;
}
.check_out_form form input {
height: 48px;
border: 2px solid #f7f7f7;
width: 100%;
margin-bottom: 25px;
padding: 0 15px;
}
.check_out_form form {
margin-top: 38px;
}
.check_out_form form textarea {
border: 2px solid #f7f7f7;
width: 100%;
margin-bottom: 25px;
padding: 15px;
min-height: 121px;
color: #9e9e9e;
}
.check_out_form .shipping_address h3 input {
margin-left: 60px;
}
.check_out_form .theme_title {
padding-bottom: 28px;
} .cart_table {
padding-top: 51px;
padding-bottom: 80px;
}
.cart_table h4 {
text-transform: uppercase;
}
.cart_table .table-1 thead th {
border: none;
line-height: 65px;
padding-top: 0;
padding-bottom: 0;
padding-left: 30px;
text-transform: uppercase;
}
.cart_table .table-1 thead tr {
background: #f7f7f7;
}
.cart_table .table-1 tbody tr td {
border-top: none;
border-bottom: 1px solid #f7f7f7;
padding-bottom: 28px;
}
.cart_table .table-1 tbody tr td.flex_item {
padding-right: 0;
padding-top: 33px;
padding-left: 28px;
}
.cart_table .table-1 tbody tr td.flex_item h6 {
font-family: 'Montserrat-SemiBold';
font-size: 20px;
padding: 34px 0 0 27px;
}
.cart_table .table-1 tbody tr td input[type="number"] {
width: 70px;
height: 47px;
border: 1px solid #f0f0f0;
font-size: 18px;
font-weight: 700;
color: #272727;
padding-left: 19px;
margin-top: 42px;
}
.cart_table .table-1 tbody tr td span {
margin-left: 30px;
font-family: 'Raleway', sans-serif;
color: #012f5d;
}
.cart_table .table-1 tbody tr td:last-child {
padding-top: 62px
} .cart_table .table-2 {
margin-top: 35px;
}
.cart_table input,
.check_out_form input {
display: inline-block;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.cart_table .table-2 td:first-child {
border-right: 1px solid #f0f0f0;
}
.cart_table .table-2 td {
width: 50%;
border-top: none;
padding: 0;
}
.cart_table .table-2 td span {
line-height: 47px;
display: block;
border-bottom: 1px solid #f0f0f0;
padding: 0px 18px;
}
.cart_table .table-2 td:last-child span {
color: #999999;
}
.cart_table .table-2 tr:last-child td span {
border: none;
}
.cart_table .table-2 tbody {
border: 2px solid #f0f0f0;
}
.cart_table .payment_system span {
color: #272727;
display: inline-block;
margin-left: 13px;
}
.cart_table .payment_system {
margin-top: 17px;
}
.cart_table .payment_system .pay1 {
margin-bottom: 19px;
}
.cart_table .payment_system .pay1 p {
padding-left: 29px;
margin-top: 16px
}
.cart_table .payment_system a {
font-family: 'Montserrat-Bold';
line-height: 50px;
width: 170px;
text-align: center;
text-transform: uppercase;
font-size: 14px;
color: #fff;
margin-top: 25px;
}
.cart_table .payment_system a:hover {
background: #24bbd0;
} .cart .shop_cart_table {
padding-top: 0;
padding-bottom: 82px;
}
.cart .shop_cart_table .table-1 {
margin-bottom: 30px;
}
.cart .shop_cart_table .table-1 input {
display: inline-block;
}
.cart .shop_cart_table .icon_holder {
display: inline-block;
width: 39px;
height: 39px;
color: #fff;
font-size: 18px;
background: #121d2f;
border-radius: 50%;
text-align: center;
margin-right: 3px;
vertical-align: bottom;
padding-top: 6px;
}
.cart .shop_cart_table .table-1 tr th {
background: #f7f7f7;
border: none;
line-height: 65px;
color: #262626;
font-family: 'Montserrat-Bold';
}
.cart .shop_cart_table .table-1 tr th:first-child {
padding-left: 30px;
width: 36%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(2) {
width: 14%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(3) {
width: 18%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(4) {
width: 11%;
}
.cart .shop_cart_table .table-1 tr th:nth-child(5) {
width: 12%;
}
.cart .shop_cart_table .table-1 tr td span {
display: inline-block;
margin-left: 0;
line-height: 18px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.cart .shop_cart_table .table-1 tr td span.color2 {
color: #012f5d;
}
.cart .shop_cart_table .table-1 tr td span.item {
margin-top: 45px;
}
.cart .shop_cart_table .table-1 th {
padding: 0 8px;
}
.cart .shop_cart_table .table-1 tr td.flex_item {
padding: 29px 0 32px 27px;
}
.cart .shop_cart_table .table-1 tr td.flex_item h6 {
font-family: 'Montserrat-SemiBold';
font-size: 20px;
margin: 33px 0 0 27px;
}
.cart .shop_cart_table .table-1 tr td input[type="number"] {
margin: 42px 56px 0 0;
width: 68px;
height: 45px;
border: 1px solid #f7f7f7;
padding-left: 20px;
}
.cart .shop_cart_table .table-1 tr td {
padding-bottom: 28px;
border-top: none;
border-bottom: 1px solid #f7f7f7;
}
.cart .shop_cart_table .table-1 tr td:nth-child(4),
.cart .shop_cart_table .table-1 tr td:nth-child(5),
.cart .shop_cart_table .table-1 tr td:nth-child(6) {
padding-top: 61px;
}
.cart .shop_cart_table button {
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
color: #fff;
line-height: 50px;
display: inline-block;
}
.cart .shop_cart_table button:hover {
background: #24bbd0;
color: #fff;
}
.cart .shop_cart_table .cart_btn1 {
width: 170px;
}
.cart .shop_cart_table .cart_btn2 {
width: 240px;
}
.cart .shop_cart_table .cart_btn3 {
width: 170px;
color: #272727;
border: 2px solid #f7f7f7;
margin-right: 19px;
}
.cart .shop_cart_table input.coupon {
font-family: 'Montserrat-Bold';
width: 225px;
height: 50px;
border: 2px solid #f7f7f7;
padding-left: 15px;
margin-right: 19px;
color: #9e9e9e;
text-transform: uppercase;
font-size: 14px;
display: inline-block;
}
.cart .shipping_address {
padding-top: 73px;
}
.cart .shipping_address .submit_form input,
.cart .shipping_address .submit_form .ui-state-default {
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
height: 45px;
width: 100% !important;
border: 2px solid #f7f7f7;
margin-bottom: 28px;
padding: 0 15px;
border-radius: 0;
background: #fff;
outline: none;
}
.cart .shipping_address .submit_form .ui-selectmenu-button span.ui-icon {
height: 100%;
line-height: 40px;
top: 0;
width: 42px;
right: 0;
color: #9e9e9e;
text-align: center;
border-left: 1px solid #f7f7f7;
}
.cart .shipping_address .submit_form .ui-selectmenu-button span.ui-icon:before {
content: '';
width: 100%;
text-align: center;
right: 0;
}
.cart .shipping_address .submit_form .ui-selectmenu-button span.ui-selectmenu-text {
padding: 0;
line-height: 40px;
color: #9e9e9e;
}
.cart .shipping_address .submit_form .space-fix-right {
padding-right: 5px;
}
.cart .shipping_address .submit_form .space-fix-left {
padding-left: 5px;
}
.cart .shipping_address h4 {
margin-bottom: 30px;
text-transform: uppercase;
}
.cart .shipping_address .table-responsive {
margin-bottom: 13px;
}
.shop_cart_table .table-2 {
margin-top: 3px;
}
.shop_cart_table .table-2 td:first-child {
border-right: 1px solid #f0f0f0;
}
.shop_cart_table .table-2 td {
width: 50%;
border-top: none;
padding: 0;
}
.shop_cart_table .table-2 td span {
line-height: 47px;
display: block;
border-bottom: 1px solid #f0f0f0;
padding: 0px 18px;
}
.shop_cart_table .table-2 td:last-child span {
color: #9e9e9e;
}
.shop_cart_table .table-2 tr:last-child td span {
border: none;
}
.shop_cart_table .table-2 tbody {
border: 2px solid #f0f0f0;
} .account_page form {
background: #f9f9f9;
border: 1px solid rgba(237, 237, 237, 0.77);
border-radius: 3px;
padding: 33px 33px 35px 35px;
margin-top: 40px;
}
.account_page form .input_group {
height: 40px;
position: relative;
margin-bottom: 23px;
}
.account_page form .input_group input {
width: 100%;
height: 100%;
background: #fff;
border: 1px solid #f7f7f7;
border-radius: 2px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
padding: 0 38px 0 15px;
font-size: 14px;
letter-spacing: 0.5px;
}
.account_page form .input_group i {
line-height: 40px;
color: #9e9e9e;
position: absolute;
top: 0;
right: 15px;
}
.account_page form label {
font-weight: normal;
position: relative;
}
.account_page .single_checkbox {
margin-top: 7px;
}
.account_page a {
color: #24bbd0;
margin-top: 10px;
font-family: 'Raleway', sans-serif;
font-size: 14px;
}
.account_page .single_checkbox label {
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
display: inline-block;
position: relative;
cursor: pointer;
font-size: 14px;
padding-left: 28px;
margin: 0;
-webkit-user-select: none;
}
.account_page .single_checkbox input[type="checkbox"] {
display: none;
}
.account_page .single_checkbox label:before {
content: '';
width: 20px;
height: 20px;
background: #fbfbfb;
border: 1px solid #e3e6e9;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(174, 174, 174, 0.21);
-moz-box-shadow: inset 0px 0px 1px 0px rgba(174, 174, 174, 0.21);
box-shadow: inset 0px 0px 1px 0px rgba(174, 174, 174, 0.21);
display: inline-block;
position: absolute;
text-align: center;
left: 0;
top: 0;
}
.account_page .single_checkbox input[type="checkbox"]:checked + label:before {
content: '';
font-family: 'FontAwesome';
font-size: 14px;
line-height: 18px;
color: #4dc2e6;
position: absolute;
left: 0;
top: 0;
}
.account_page form button {
width: 100%;
line-height: 45px;
text-transform: uppercase;
text-align: center;
font-family: 'Montserrat-Bold';
font-size: 14px;
color: #fff;
border-radius: 2px;
margin-top: 28px;
}
.account_page form button:hover {
background: #121d2f;
}
.account_page {
margin-bottom: 80px;
} .our_service.service_grid .item {
margin: 0 0 50px 0;
} .services_innerPage {
margin-bottom: 80px;
}
.service_inner_page_top .text ul {
margin-top: 22px;
}
.service_inner_page_top .text ul li {
line-height: 32px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.service_inner_page_top .text ul li i {
color: #24bbd0;
margin-right: 10px;
}
.service_inner_page_top .text {
width: 44%;
}
.service_inner_page_top {
border-bottom: 1px solid #f7f7f7;
padding-bottom: 50px;
margin-bottom: 20px;
}
.service_page_main_post .area_of_expertise {
margin-top: 0;
} .profit-improvement {
margin: 30px 0 66px 0;
}
.profit-improvement .text {
width: 53%;
}
.profit-improvement .text p {
margin: 33px 0 17px 0;
}
.profit-improvement .text ul li {
padding-left: 25px;
margin-bottom: 15px;
position: relative;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.profit-improvement .text ul li:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 8px;
left: 0;
}
.profit-improvement .text ul li:nth-child(1):before {
background: #9185c2;
}
.profit-improvement .text ul li:nth-child(2):before {
background: #30bcbe;
}
.profit-improvement .text ul li:nth-child(3):before {
background: #36a1e9;
}
.profit-improvement .pie_chart {
margin: 60px 0 0 0;
width: 47%;
height: 220px;
} .service-tab {
overflow: hidden;
margin-bottom: 35px;
}
.service-tab .nav-pills li {
position: relative;
}
.service-tab .nav-pills li a {
padding: 0;
font-size: 18px;
color: #fff;
background: #24bbd0;
width: 144px;
line-height: 60px;
border-radius: 0;
text-align: center;
border: none;
font-family: 'Montserrat-Bold';
border-top: 2px solid #fff;
}
.service-tab .nav-pills li.active a {
background: #121d2f;
border-top: 2px solid #24bbd0;
}
.service-tab .tab-content .tab-pane {
border: none;
padding: 22px 0 18px 0px;
}
.service-tab .nav-pills li:last-child:before {
content: '';
width: 1000px;
height: 60px;
background: #f7f7f7;
position: absolute;
bottom: 0;
left: 100%;
}
#area-chartOne {
margin-top: 32px;
}
.include_servises {
margin: 31px 0 89px 0;
}
.include_servises.border_fix {
border-bottom: 1px solid #f7f7f7;
padding-bottom: 26px;
margin-bottom: 60px;
}
.include_servises .float_right {
width: 57%;
}
.include_servises .our_mission {
padding-left: 25px;
}
.include_servises .our_mission .icon {
width: 80px;
height: 80px;
text-align: center;
border: 3px solid #24bbd0;
border-radius: 50%;
}
.include_servises .our_mission .icon span:before {
font-size: 42px;
line-height: 74px;
color: #24bbd0;
}
.include_servises .our_mission .single_mission {
margin-bottom: 22px;
}
.include_servises .our_mission .single_mission .text h5 {
margin: 0 0 11px 0;
font-family: 'Montserrat-SemiBold';
}
.include_servises .our_mission .single_mission .text {
width: 80%;
padding-left: 20px;
}
.strategy-model {
margin: 33px 0 60px 0;
border-bottom: 1px solid #f7f7f7;
padding-bottom: 56px;
}
.strategy-model p {
margin: 34px 0 15px 0;
}
.strategy-model .col-lg-4 {
text-align: center;
}
.strategy-model canvas {
margin: 0 0 12px 0;
}
.services_innerPage .faq .faq_panel {
margin-top: 39px;
}
.services_innerPage .faq .faq_panel .panel-group {
min-height: 400px;
}
.service_page_main_post .main_img_holder {
position: relative;
margin: 39px 0 32px 0;
}
.include_servises .include_servises_list ul {
margin-top: 33px;
margin-bottom: 47px;
}
.include_servises .include_servises_list ul li {
line-height: 30px;
padding-left: 25px;
position: relative;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.include_servises .include_servises_list ul li:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 13px;
left: 0;
background: #24bbd0;
} .service-tabTwo {
overflow: hidden;
margin-top: -78px;
margin-bottom: 56px;
}
.service-tabTwo .nav-pills li a {
padding: 0;
font-size: 18px;
color: #272727;
width: 157px;
line-height: 46px;
border-radius: 0;
text-align: center;
border: 1px solid #f7f7f7;
border-bottom: none;
position: relative;
margin-right: 2px;
font-family: 'Montserrat-SemiBold';
font-size: 18px;
}
.service-tabTwo .nav-pills li.active a {
color: #24bbd0;
background: #121d2f;
}
.service-tabTwo .tab-content .tab-pane {
border: 1px solid #f7f7f7;
border-top: none;
padding: 22px 0 18px 20px;
}
.service-tabTwo .nav-pills li:last-child a:before {
content: '';
width: 1000px;
height: 1px;
background: #f7f7f7;
position: absolute;
bottom: 0;
left: 100%;
}
.service-tabTwo .tab-content .tab-pane p {
padding-right: 25px;
}
.service-tabTwo .tab-content .tab-pane h6 {
margin: 29px 0 19px 0;
font-family: 'Montserrat-SemiBold';
}
.service-tabTwo .tab-content .tab-pane ul li {
line-height: 30px;
padding-left: 25px;
position: relative;
width: 32.333333%;
display: inline-block;
margin-bottom: 12px;
font-family: 'Raleway', sans-serif;
color: #9e9e9e;
}
.service-tabTwo .tab-content .tab-pane ul li:before {
content: '';
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 13px;
left: 0;
background: #24bbd0;
} #loader-wrapper {
position: fixed;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
z-index: 999999999;
overflow: hidden;
}
#loader {
width: 35px;
height: 35px;
margin: auto;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
#loader:before {
content: '';
width: 35px;
height: 3px;
background: rgb(18, 29, 47);
opacity: 0.1;
position: absolute;
top: 41px;
left: 0;
border-radius: 50%;
animation: shadow 0.58s linear infinite;
-o-animation: shadow 0.58s linear infinite;
-ms-animation: shadow 0.58s linear infinite;
-webkit-animation: shadow 0.58s linear infinite;
-moz-animation: shadow 0.58s linear infinite;
}
#loader:after {
content: '';
width: 35px;
height: 35px;
background: rgba(36, 188, 208, 0.97);
position: absolute;
top: 0;
left: 0;
border-radius: 2px;
animation: cssload-animate 0.58s linear infinite;
-o-animation: cssload-animate 0.58s linear infinite;
-ms-animation: cssload-animate 0.58s linear infinite;
-webkit-animation: cssload-animate 0.58s linear infinite;
-moz-animation: cssload-animate 0.58s linear infinite;
}
@keyframes cssload-animate {
17% {
border-bottom-right-radius: 2px;
}
25% {
transform: translateY(6px) rotate(22.5deg);
}
50% {
transform: translateY(13px) scale(1, 0.9) rotate(45deg);
border-bottom-right-radius: 28px;
}
75% {
transform: translateY(6px) rotate(67.5deg);
}
100% {
transform: translateY(0) rotate(90deg);
}
}
@keyframes shadow {
0%,
100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.2, 1);
}
}.page-wrapper{
overflow:hidden;
}
.tparrows:before{
color:#000000;
}
.container{
max-width:1200px;
}
.right_half .content p span{
font-family: 'Montserrat-Bold';
font-size: 18px;
color: #fff;
display: block;
margin-bottom: 15px;
}
.right_half .content .wpcf7-form .wpcf7-submit{
margin-bottom:0px !important;
background:#24bbd0;
color:#ffffff;
}
.right_half .content .wpcf7-form .wpcf7-submit:hover{
background:#ffffff;
color:#24bbd0;
}
div.wpcf7 img.ajax-loader{
position:absolute; 
right:0px;
}
.page-breadcrumb ul li a{
position:relative;
padding-right:15px;
}
.page-breadcrumb ul li a:before{
content: "\f0da";
font-family:'FontAwesome';
position:absolute;
right:0px; 
top:-2px;
font-size: 18px;
vertical-align: middle;
color: #24bbd0;
}
.about_page_choose_us {
border-bottom: 1px solid #f7f7f7;
margin-bottom: 78px;
}
.choose_us_item {
padding: 20px 0 30px 0;
}
.include_servises .include_servises_list ul li{
font-size:15px !important;
}
.pagination > li > a, .pagination > li > span{
width: 55px !important;
line-height: 41px !important;
border: 1px solid #f7f7f7;
text-align: center;
display:inline-block;
font-size: 18px;
border-radius: 2px;
}
.blogList_view.blog_list_sidebar .blogList_single_post .post{
width:64% !important;
}
.send_message .wpcf7-form p span{
font-family: 'Montserrat-Bold';
font-size: 18px;
color: #20bed0;
display: block;
margin-bottom: 15px;
}
#wpcf7-f571-p264-o1 .wpcf7-submit{
display: block;
width: 100%;
text-align: center;
color: #fff;
font-family: 'Montserrat-Bold';
font-size: 14px;
text-transform: uppercase;
line-height: 55px;
border-radius: 2px;
background: #24bbd0;
}
#wpcf7-f571-p264-o1 .wpcf7-submit:hover {
background: #121d2f;
color: #fff;
}
.send_message.contact_us_form form textarea {
height:120px;
}
.comment-reply-link > span{
margin:0px !important;
} .psocial li{
background: #ffffff !important;
color: #bcbcbc;
display: inline-block;
margin-left: 5px;
margin-top: -4px;
border: 1px solid #f7f7f7;
border-radius: 2px;
font-size: 18px;
line-height: 43px;
text-align: center;
width: 45px;
}
.psocial.social_icon li:first-child {
background:none !important;
color:#bcbcbc;
}
.psocial li:first-child{
background:none !important;
width:auto;
height:auto;
border:none;
}
.stButton .stLarge{
background:none !important;
width:auto !important;
height:auto !important;
position:relative;
line-height:none !important;
}
.stButton{
width:100%;
display:block !important;
text-align:center;
margin:0px !important;
line-height:32px !important;
}
.stButton .stLarge:after{
content:"\f09a";
font-size:16px;
font-family: 'FontAwesome';
color: #bcbcbc;
}
.facebook .stButton .stLarge:after{
content:"\f09a";
}
.google .stButton .stLarge:after{
content:"\f0d5";
}
.twitter .stButton .stLarge:after{
content:"\f099";
}
.pinterest .stButton .stLarge:after{
content:"\f0d2";
}
.psocial li{
background:#ffffff;
transition: all 0.5s ease 0s;
}
.psocial li:hover{
background: #18a4b7 !important;
color: #fff;
}
.psocial li:hover .stButton .stLarge:after{
color:#ffffff;
opacity:1;
}
.stButton .stLarge:hover{
color:#ffffff;
opacity:1 !important;
} .widget{
margin-top:60px;
}
.widget:first-child{
margin:0px;
}
.widget:last-child{
margin-bottom:70px;
}
.widget ul {
margin-bottom: 46px;
margin-top: 22px;
}
.widget ul li {
border-bottom: 1px solid #f7f7f7;
line-height: 48px;
}
.widget ul li a::before {
border: 1px solid transparent;
border-radius: 50%;
content: "";
height: 8px;
left: 0;
position: absolute;
top: 20px;
transition: all 0.3s ease-in-out 0s;
width: 8px;
border-color: #24bbd0;
}
.widget ul li a {
color: #272727;
font-family: "Raleway",sans-serif;
font-weight: normal;
padding-left: 29px;
position: relative;
}
.widget ul li a:hover:before{
background:#24bbd0;
}
.widget_tag_cloud {
margin-top:10px !important;
}
.tagcloud {
margin-top: 40px;
}
.tagcloud a {
display: inline-block;
margin: 0 4px 8px 0;
border: 1px solid #f7f7f7;
border-radius: 2px;
color: #9e9e9e;
font-family: "Raleway",sans-serif;
font-size: 14px !important;
font-weight: normal;
line-height: 32px;
padding: 0 14px;
text-align: center;
}
.tagcloud a:hover{
background: #121d2f none repeat scroll 0 0;
}
.widget_bunch_pdf_broucher{
margin-bottom:40px;
} .woocommerce .dy-products .product_wrapper a{
display:block !important;
}
.shop_page .product_wrapper .text h5{
font-size: 20px;
color:#272727;
text-transform: capitalize;
}
.woocommerce .star-rating{
display:inline-block !important;
float:none;
color:#24bbd0;
}
.woocommerce .star-rating span{
font-family:inherit !important;
font-size:inherit !important;
line-height:inherit !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
font-size:22px;
color:#272727 !important;
}
.woocommerce .product_wrapper .price del span{
font-size:14px;
}
.woocommerce .product_wrapper .price span{
color:#272727;
}
.woocommerce div.product .woocommerce-product-rating,.woocommerce div.product div.images, .woocommerce div.product div.summary,.product_top_section .summary .dy-rating{
margin:0px !important;
}
.woocommerce .shop_single_page .product_details .product_top_section .item_description > h4{
margin-bottom:10px;
}
.woocommerce .shop_single_page .product_details .product_top_section .item_description div[itemprop="description"] p{
padding:15px 0;
border-bottom:1px solid #f7f7f7;
border-top:1px solid #f7f7f7;
margin-top:15px;
}
.woocommerce .product_top_section .item_description .item_price del span{
font-size:16px;
}
.woocommerce .quantity .qty{
height:47px;
margin-right:20px;
border:1px solid #f7f7f7;
} .woocommerce div.product .woocommerce-tabs ul.tabs::before{
border-bottom:none;
}
.woocommerce #reviews #comments ol.commentlist{
padding:0px;
margin-top:50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
padding:0px !important;
margin:0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: #f7f7f7 none repeat scroll 0 0;
border-color: #f7f7f7;
color: #24bbd0;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:30px;
background:#f7f7f7;
box-shadow:none;
border:none;
border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
color: #1a1a1a;
font-family: "Lato",serif;
font-weight:500;
font-size: 18px;
text-transform: capitalize;
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background:none;
border:none;
border-radius:0;
margin: 0;
padding: 0;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: 2px solid #ffffff;
color: #1c1c1c;
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
line-height: 24px;
padding: 10px 25px;
position: relative;
text-transform: uppercase;
}
.woocommerce textarea{
border:1px solid #ebebeb;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
background: #24bbd0 none repeat scroll 0 0;
border: 2px solid #24bbd0;
border-radius: 2px;
color: #ffffff !important;
font-size: 13px;
font-weight: 600;
line-height: 24px;
padding: 10px 30px;
position: relative;
text-transform: uppercase;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
color: #24bbd0 !important;
}
.woocommerce p.stars a.star-1{
width:1em;
}
.woocommerce p.stars a.star-2{
width:2em;
}
.woocommerce p.stars a.star-3{
width:3em;
}
.woocommerce p.stars a.star-4{
width:4em;
}
.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:none;
}
.woocommerce p.stars a{
color:#5a5a5a;
font-weight:400;
}
.woocommerce .woocommerce-message::before{
color:#24bbd0;
}
.woocommerce .woocommerce-message{
border-top-color: #24bbd0;
}
.woocommerce div.product .woocommerce-tabs .panel{
margin:0 0 4em;
}
.woocommerce .related-products div.product span.price{
color: #ffffff;
font-size: 18px;
font-weight: 700;
position: relative;
text-transform: uppercase;
} .woocommerce .shop_table thead{
background:#f7f7f7;
}
.woocommerce .shop_table tbody tr.cart_item td{
padding:10px;
border-bottom: 1px solid #f3f3f3;
color: #aaaaaa;
font-size: 16px;
font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal{
color:#6aaf08;
}
.woocommerce-cart table.cart img{
width:auto;
}
.woocommerce .shop_table tbody tr td.actions{
padding:20px !important;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
border: 2px solid #f3f3f3;
border-radius: 3px;
font-family: "Lora",serif;
font-weight: 700;
height: 45px;
margin-right: 19px;
padding-left: 15px;
width: 225px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
border-radius: 3px;
color: #fff;
font-weight: 900;
height:45px;
line-height:43px;
text-align: center;
text-transform: uppercase;
display:inline-block;
padding:0 20px;
transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
color: #24bbd0 !important;
}
.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{
opacity:1;
color:#ffffff;
} .woocommerce .cart_shipping,
.woocommerce .cart_totals {
border: 1px solid #ebebeb;
padding: 15px;
}
.woocommerce .cart_shipping p {
margin-top: 10px;
}
.woocommerce .cart_shipping input,.woocommerce .cart_shipping .woocommerce-shipping-calculator select{
border: 2px solid #f6f4f4;
display: block;
height: 40px;
padding: 0 15px;
position: relative;
width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
margin:0px;
}
.woocommerce .cart_totals{
padding:0px !important;
}
.woocommerce .cart_totals h2 {
background: #f9f9f9 none repeat scroll 0 0;
border-bottom: 1px solid #ebebeb;
font-size: 14px;
margin: 0;
padding: 20px;
}
.woocommerce .cart_totals tr{
border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
padding:14px 20px !important;
border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
padding: 14px 20px !important;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
padding:20px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
float:right;
margin:0px;
background:#24bbd0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
background:#ffffff;
color:#24bbd0;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
border-collapse:collapse !important;
width:100%;
}
.woocommerce table.shop_table th{
padding:20px 12px !important;
}
.woocommerce table.shop_table .cart_item .product-name a{
font-family: "Montserrat-SemiBold";
font-size: 20px;
color:#272727;
}
.woocommerce table.shop_table .product-price span,.product-subtotal span,.product-quantity .quantity input{
color: #9e9e9e;
display: inline-block;
font-family: "Raleway",sans-serif;
line-height: 18px;
font-weight:normal !important;
} .woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
padding: 10px !important;
border:1px solid #e3e0dc;
width:100%;
}
.woocommerce .checkout_coupon p {
display: inline-block;
}
.woocommerce .checkout_coupon p #coupon_code{
height:45px !important;
border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: left;
width: 48%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: right;
width: 48%;
}
.woocommerce #place_order{
float:right;
background:#24bbd0;
}
.woocommerce #place_order:hover{
background:#ffffff;
}
.shop_sidebar .shop_aside{
margin-top:0px;
}
#order_review_heading{
color: #262626;
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 30px;
padding-top: 20px;
position: relative;
text-transform: uppercase;
font-family: "Raleway",sans-serif;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
display:inline-block !important;
width:31.65% !important;
margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
background-color:#ac2473 !important;
color:#ffffff;
}
.contact_info ul li{
border-bottom:none !important;
line-height: 1.8em !important;
padding:0px !important;
}
.contact_info ul a::after{
content:'' !important;
}
.contact_info ul a{
display:inline-block !important;
color:#93b300 !important;
}
.woocommerce-pagination ul{
border:none !important;
padding-top: 40px !important;
}
.woocommerce-pagination ul li {
display: inline-block !important;
margin: 0 7px 0 0 !important;
position: relative;
float:none !important;
border:none !important;
}
.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{
background: #ffffff none repeat scroll 0 0 !important;
border: 1px solid #24bbd0 !important;
border-radius: 2px !important;
color: #24bbd0 !important;
display: block !important;
font-size: 14px !important;
font-weight: 500 !important;
line-height: 24px !important;
min-width: 40px !important;
padding: 7px 5px !important;
position: relative;
text-align: center !important;
text-transform: uppercase;
transition: all 500ms ease 0s;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span,.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: #24bbd0 none repeat scroll 0 0 !important;
border-color: #24bbd0 !important;
color: #ffffff !important;
}
.recent_news_sidebar .post{
width:70%;
}
.send_message input[type="submit"]{
background:#24bbd0;
line-height:50px;
}
.item .star{
opacity:0.3;	
}
header .top_header ul li{
margin-right:15px;
}
.error_page {
margin-bottom:50px;
}
.bottom_header ul li:first-child {
color:#fff;
}
.woocommerce #payment ul li{
list-style-type:none !important;
}
.woocommerce-cart .cart_item .product-thumbnail img {
width: 100px;
height: 100px;
}
.woocommerce-page div.product div.summary, div.product div.images {
width: 100% !important;
} .blog_page_wrapper .blog_post_single ul.dy-list-info,
.blog_details_post .wrapper .blog_mega_post .text ul.dy-list-info{
padding-left:0px;
}
.blog_page_wrapper .blog_post_single ul.dy-list-info li,
.blog_details_post .wrapper .blog_mega_post .text ul.dy-list-info li{
margin-top:0px;
}
blockquote{
padding:0 20px;
font-size:16px;
}
blockquote p{
margin:0px !important;
}
.comment-item-dynamic .comment-item-dynamic{
margin-left:70px;
}#wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: right; 
color: #333; 
font-size: 14px; 
margin-top: 10px;
padding-bottom:0px;
}
#wp-calendar thead { 
font-size: 10px;
}
#wp-calendar thead th { 
padding: 6px;
border: 1px solid #eaeaea;
text-align: center;
border-radius: 0px;
color: #fff;
background: #555;
}
#wp-calendar tbody { 
color: #aaa; 
}
#wp-calendar tbody td { 
background: #fff;
border: 1px solid #eaeaea;
text-align: center;
padding: 8px;
color: #555;
}
#wp-calendar tbody td:hover { 
background: #fff; 
}
#wp-calendar tbody .pad { 
background: none; 
}
#wp-calendar tfoot #next { 
font-size: 14px; 
text-transform: uppercase; 
text-align: right;
}
#wp-calendar tfoot #prev { 
font-size: 14px; 
text-transform: uppercase; 
padding-top: 10px; 
}
.sticky .inner-box {background: #efefef; padding:10px; }
.sticky .inner-box .thm-unit-test {border: 3px solid #fff; padding:20px !important; }
.sticky .post .post-content{ background-color:transparent; }
.wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.gallery-caption {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;	
}
.bypostauthor{
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;		
}
.alignright{ 
text-align:right;
}
.alignleft{ 
text-align:left;
}
.aligncenter{ 
text-align:center;
}	
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .thm-unit-test .tag-sticky-2 .blog_post_single,
.thm-unit-test .sticky .blog_post_single{
background:#fafafa;
border:5px solid #e1e1e1;
}
.thm-unit-test h1,.thm-unit-test h2,.thm-unit-test h3,.thm-unit-test h4,.thm-unit-test h5,.thm-unit-test h6{
color: #272727;
display: block;
margin-bottom:15px;
line-height: normal;
font-family: 'Montserrat-Bold';
font-weight: 500;
}
.thm-unit-test h1{
font-size:2em;
}
.thm-unit-test h2{
font-size:1.6em;
}
.thm-unit-test h3{
font-size:1.4em;
}
.thm-unit-test h4,.thm-unit-test .text h4{
font-size:1.2em;
}
.thm-unit-test h5{
font-size:1.1em;
}
.thm-unit-test h6{
font-size:1em;
}
.thm-unit-test table{
margin-bottom:20px;
}
.thm-unit-test table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.thm-unit-test table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test .text > ul,.thm-unit-test .text > ol,.thm-unit-test > ol,.thm-unit-test > ul{
padding-left:18px;
}
.thm-unit-test .text > ul li ul,.thm-unit-test .text > ul li ul li ul,.thm-unit-test > ul li ul,.thm-unit-test > ul li ul li ul,
.thm-unit-test .text > ol li ol,.thm-unit-test .text > ol li ol li ol,.thm-unit-test > ol li ol,.thm-unit-test > ol li ol li ol{
padding-left:40px;
}
.thm-unit-test .text > ul li,
.thm-unit-test > ul li{
list-style-type:disc;
display:list-item;
}
.thm-unit-test .text > ul li ul li,
.thm-unit-test > ul li ul li{
list-style-type:circle;
}
.thm-unit-test .text > ul li ul li ul li,
.thm-unit-test > ul li ul li ul li{
list-style-type:square;
}
.thm-unit-test ol li{
list-style-type:decimal;
display:list-item;
}
.thm-unit-test ol li ol li{
list-style-type:lower-alpha;
}
.thm-unit-test ol li ol li ol li{
list-style-type:upper-roman;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
max-width:100%;
display:block;
height:auto;
}
figure{
max-width:100%;
display:block;
} .widget select{
width:100%;
display:block;
border:1px solid #ededed;
padding:6px 6px;
margin-top:15px;
}
.textwidget img {
height: auto;
max-width: 100%;
}
.widget ul li ul{
padding:0px;
margin:0px;
}
.widget.sidebar-widget ul li ul li{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
margin-top:10px;
padding-top:10px;
border-top:1px solid #eee;
padding-right:0px;
}
.widget.sidebar-widget ul li ul li:before{
top:10px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .gallery figure{
display:inline-block;
}
.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
margin-left:-15px;
margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
padding-left:15px;
padding-right:15px;
}
.gallery-columns-1 .gallery-item{
width:100%;
}
.gallery-columns-2 .gallery-item{
width:50%;
}
.gallery-columns-3 .gallery-item{
width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
width: 25%;
}
.gallery-columns-5 .gallery-item{
width: 20%;
}
.gallery-columns-6 .gallery-item{
width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
width: 12.5%;
}
.gallery-columns-9 .gallery-item{
width: 11.11111111%;
} .widget_rss.widget ul li,
.widget_rss.footer-widget ul li{
margin-bottom:15px;
padding-bottom:15px;
padding-left:0px;
}
.widget_rss.widget ul li:after,
.widget_rss.footer-widget ul li:after{
display:none;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
font-weight:600;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
color:#24bbd0;
display:block;
margin:10px 0;
}
.widget_rss.footer-widget ul li .rss-date{
color:#fafafa;
}
.widget_rss.widget ul li:before{
display:none;
}
.widget_rss.widget ul li .rssSummary{
font-size:14px;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
color:#24bbd0;
display:block;
font-size:14px;
margin-top:10px;
}
.widget_rss.footer-widget ul li cite{
color:#fafafa;
}
.widget_rss.footer-widget ul li{
border-bottom:1px dashed #fafafa;
}
.widget_rss.footer-widget ul li .rss-date{
margin-top:10px;
}
.blog-link .left-btn a{
margin:0 10px 0 0;
} .paginate-links a,
.paginate-links > span {
margin: 0 5px 7px 0;
position: relative;
border: 1px solid #24bbd0;
color: #24bbd0;
display: inline-block;
font-size: 14px;
font-weight: 800;
line-height: 44px;
min-width: 46px;
height:46px;
text-align: center;
text-transform: capitalize;
transition: all 500ms ease 0s;
}
.news-style-one .content .paginate-links a:hover,
.paginate-links > span{
background: #24bbd0 none repeat scroll 0 0;
border-color: #24bbd0;
color: #ffffff;
}
.post-password-form input[type="password"]{
border:1px solid #24bbd0;
padding:5px 10px;
display:block;
margin-top:15px;
}
.post-password-form input[type="submit"]{
background:#24bbd0;
color:#fff;
padding:6px 15px; 
display:inline-block;
border:none;
}
.thm-unit-test .posts-nav{
margin-top:50px;
padding-top:50px;
border-top:1px solid #e4e4e4;
}
.thm-unit-test .posts-nav .pull-left a,
.thm-unit-test .posts-nav .pull-right a{
display:block;
}
.thm-unit-test .posts-nav .pull-right a{
text-align:right;
}
.thm-unit-test .posts-nav a h6{
margin-bottom:6px;
}
.thm-unit-test .posts-nav a span{
position:absolute;
left:0px;
top:0px;
color:#ffffff;
font-size:14px;
background:#24bbd0;
}
.thm-unit-test .posts-nav .pull-right a span{
left:auto;
right:0px;
}
.thm-unit-test .posts-nav a:hover{
color:#24bbd0;
}
.thm-unit-test .posts-nav a:hover span{
background:#24bbd0;
}
.thm-unit-test .posts-nav .pull-left{
float:left;
}
.thm-unit-test .posts-nav .pull-right{
float:right;
}
.thm-unit-test .posts-nav a{
font-size:15px;
color:#333333;
padding-top:9px;
}
.thm-unit-test .posts-nav a:hover{
color:#24bbd0;
} .sidebar-page-container .shina_theme .group-title h2,
.sidebar-page-container .group-title h2{
margin-bottom:0px;
}
.blog_details_post .comment_area .single_comment.pingback img,
.blog_details_post .comment_area .single_comment.trackback img{
display:none;
}
.blog_details_post .comment_area .single_comment.pingback .text,
.blog_details_post .comment_area .single_comment.trackback .text {
padding-left:0px;
}
.blog-single-area .inner-comment-box .single-comment-box .comment.pingback .text-box{
margin-left:0px;
}
.no-comments{
display:inline-block;
background:#24bbd0;
padding:8px 15px;
color:#ffffff;
margin:20px 0;
} .footer-widget{
margin-bottom:30px;
}
.footer-widget ul li ul li{
margin-left:15px;
}
.footer-widget ul li ul li:before{
top:10px;
}
.footer-widget ul li ul li a{
line-height:20px;
}
.footer-widget ul li a,.footer-widget ul li,.footer-widget .textwidget p{
color:#ffffff;
}
.footer-widget a,
.footer-widget.widget_rss ul .rsswidget{
color:#fafafa;
}
.footer-widget select{
width:100%;
padding:6px;
color:#222;
}
.footer-widget #wp-calendar caption{
padding:0px;
margin:0px 0 15px;
font-size:14px;
color:#ffffff;
}
.footer-widget #wp-calendar thead th{
border:1px solid #fafafa;
border-bottom:none;
text-align:center;
padding:0px;
line-height:30px;
color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
background:#fafafa;
}
.footer-widget .tagcloud a{
color:#ffffff;
}
.bog-content-area img{
max-width:100%;
width:auto;
}
.blog-single .news-block-two {
margin-bottom: 0px;
}
.page .paginate-links{
margin-top:50px;
}
.thm-unit-test > p{
margin-bottom:25px;
}
.thm-unit-test blockquote p{
margin-bottom: 0px;
}
.sidebar-page-container .comments-area .comment-box .comment-box{
border-bottom:none;
border-top:1px solid #ebe8e8;
margin-top:25px;
padding-bottom:0px;
}
.footer-widget .textwidget p.wp-caption-text{
color:#222222;
}
.footer-widget .tagcloud a{
background:none;
font-size:14px !important;
color:#fff;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.wp-caption-text{
padding-top:10px;
}.wp-block-gallery{
padding-left:0px !important;
}
.wp-block-gallery li{
list-style:none !important;
} .has-strong-yellow-background-color{
background-color:#f7bd00 !important;
}
.has-strong-white-background-color{
background-color:#ffffff !important;
}
.has-light-black-background-color{
background-color:#242424 !important;
}
.has-very-light-gray-background-color{
background-color:#797979 !important;
}
.has-very-dark-black-background-color{
background-color:#000000 !important;
}
.has-strong-yellow-color{
color:#f7bd00 !important;
}
.has-strong-white-color{
color:#ffffff !important;
}
.has-light-black-color{
color:#242424 !important;
}
.has-very-light-gray-color{
color:#797979 !important;
}
.has-very-dark-black-color{
color:#000000 !important;
} .has-small-font-size{
font-size:10px !important;
}
.has-normal-font-size{
font-size:15px !important;
}
.has-large-font-size{
font-size:24px !important;
}
.has-huge-font-size{
font-size:36px !important;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 2.25em;
margin-left: 0;
}
pre{
background:none;
padding:0px;
border:none;
line-height: 1.8;
font-family: 'Yantramanav', sans-serif;
font-size:15px;
color: #333;
}
.wp-block-separator.is-style-wide {
border-bottom-width: 2px;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives{
padding-left:0px;
margin-bottom:20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li{
list-style:none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 0 1em;
border-left:none;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p, .blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
font-family: 'Open Sans', sans-serif;
font-size: 0.71111em;
line-height: 1.6;
color: #767676;
}
.wp-block-pullquote{
border:none;
color:#777;
}
.wp-block-pullquote p{
font-size:16px;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
width:100%;
padding-bottom: 66.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{
font-size:16px;
}@media (min-width: 992px) {
.container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1366px) {
.scroll-top {
right:20px;
}
}  @media (max-width: 1199px) {
header .top_header .pull-left,header .top_header .pull-right,.bottom_header .logo,.bottom_header ul {
float:none !important;
}
header .top_header {
text-align: center;
}
header .top_header .pull-left {
margin-bottom: 15px;
}
.bottom_header .logo {
width:188px;
margin: 0 auto;
display: block;
margin-bottom: 20px;
}
.theme_menu.fixed .container:before {
display: none;
}
.theme_menu.fixed .menuzord,.faq .faq_left_area .video-box img,.project_page .single_project .img_holder img,
.blog_page_wrapper .blog_post_single .img_holder>img,.blogList_view.blog_list_sidebar .blogList_single_post .post h4 a,
.shop_single_page .product_details .product_top_section .img_holder {
width:100%;
}
.faq .faq_panel {
margin-top: 50px;
}
.request_callBack .right_half,
.request_callBack .left_half {
width:100%;
float:none !important;
}
footer .main_footer [class*="col-"] {
margin-bottom: 50px;
}
footer .bottom_footer {
margin-top: 4px;
}
.request_callBack .left_half .content,.request_callBack .right_half .content {
margin: 0 auto;
float:none !important;
padding-left: 0;
padding-right: 0;
}
.about_us_main_content .about_page_choose_us .space_fix,.service_page_main_post .area_of_expertise .space_fix,.area_of_expertise .space_fix {margin-left: 0;}
.about_us_main_content .choose_us_item .text {width:74%;}
.service-tabTwo .tab-content .tab-pane ul li {width:49%;}
.include_servises .our_mission {padding-left: 0;}
.include_servises .float_right {width:100%; margin-top: 40px;}
.service_inner_page_top .text,.service_inner_page_top img {width:100%; margin-bottom: 20px;}
.blogList_view.blog_list_sidebar .blogList_single_post .post {margin:30px 0 0 0; width:100%;}
.blog_details_post .blog_mega_post .text .social_icon,.shop_single_page .product_details .product_top_section .item_description {width: 100%; margin:20px 0 0 0;}
.shop_single_page .product_details .product_top_section .item_description {padding: 0;}
.menuzord-menu > li:first-child {margin-left: 0;}
.comment-item-dynamic .comment-item-dynamic{
margin-left:0px;
}
}  @media (min-width: 992px) and (max-width: 1199px) {
.bottom_header ul.bottom_header_address>li {
margin-right: 172px;
}
.menuzord-menu > li > a {
padding: 27px 14px;
}
.theme_menu.fixed .menuzord-menu > li > a {
padding: 27px 25px;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-fix {
right:101%;
left:auto;
}
.makesUs_special .overlay .special_item .ficon:before {
font-size: 45px;
}
.makesUs_special .overlay .special_item p {
font-size: 16px;
}
.makesUs_special .overlay .special_item .text {
margin-left: 19px;
}
.request_quote .overlay p,.request_quote_footer p {
font-size: 20px;
}
.request_callBack .left_half .content,.request_callBack .right_half .content {
max-width: 970px;
}
.business_enquiry { padding: 33px 6px 50px 11px;}
.our_brochures a span {width:40px;}
.sidebar_testimonial .carousel-indicators {top:-40px;}
.sidebar_testimonial .item .text {padding-left: 38px;}
.services_innerPage .faq .faq_panel .panel-group {min-height: 448px;}
.area_of_expertise .about_page_choose_us .choose_us_item .text {width:70%;}
.single_project_content .project_description table td {font-size: 14px;}
.blogList_view .blogList_single_post .post {width:69%;}
.company_history_main_content .history_trends p {width:57%;}
.team_single_page .member_info .info_panel h6 {font-size: 15px;}
.team_single_page .member_info .info_panel p {font-size: 14px}
.job_table .table tr th:nth-child(1) {width:10%; padding-right: 0;}
.job_table .table tr th:last-child {padding-right: 0;}
.client_feedback_main_content .feedback_single_client .author .author_name {margin-left: 20px;}
.client_feedback_main_content .feedback_single_client .author h6 {font-size: 15px;}
.shop_page .product_wrapper .text h5 {font-size: 17px;}
.shop_single_page .product_details .product-review-tab .item_review_content .text {width:88%;}
.cart_table .table-1 tbody tr td.flex_item h6 {font-size: 18px;padding-left: 10px;}
}  @media (max-width: 991px) {
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{height: 51px;line-height:51px;}
.menuzord,.nav_side_content,.menuzord .showhide {
float:none !important;
}
.menuzord,.our_team .team_member .img_holder img {
width:100%;
}
.nav_side_content {
position: absolute;
right:15px;
top:12px;
margin: 0;
}
.menuzord .showhide {
height:60px;
width:30px;
padding: 20px 0;
}
.menuzord .showhide span {
display: block;
width:100%;
height:2px;
background: #24bbd0;
margin: 4px 0;
}
.menuzord-responsive .menuzord-menu > li:nth-last-child(2) > a {border:none;}
.nav_side_content .search_option form {top:53px;}
.welcome_section .video-box {margin-top: 60px; display: inline-block;}
.makesUs_special .overlay .special_item {margin-top: 43px;}
.request_quote p,.request_quote .overlay a,.request_quote_footer p,.request_quote_footer a {
float: none !important;
text-align: center;
margin-bottom: 20px;
}
.request_quote .overlay a,.request_quote_footer a {margin:0 auto; display: block;}
.why_choose_us {height:auto;}
.theme_menu.fixed .sticky_logo {
right:15px;
left:auto;
top:13px;
height:auto;
}
.side_bar,.sidebar_styleOne,.related_projects,.sidebar_styleTwo {margin-top: 50px;}
.sidebar_recent_project .img_holder img,.blogList_view .blogList_single_post .post h4 a {width:100%;}
.about_us_main_content .sub-text {margin-bottom: 30px;}
.blogList_view .blogList_single_post .post {width:100%; margin:20px 0 0 0;}
.blog_details_post,.company_history_page_wrapper,.team_grid.team_list {margin-bottom: 80px;}
.cart .shop_cart_table .cart_btn1,.cart .shop_cart_table .cart_btn2 {margin-top: 20px; margin-bottom: 30px;}
.cart .shop_cart_table .cart_update {text-align: left !important;}
.cart .shop_cart_table .table-1 tr td.flex_item h6 {width:100%; margin-left: 0}
.send_message.contact_us_form {margin-top: 50px;}
#banner {margin-top: 0;}
}  @media (min-width: 768px) and (max-width: 991px) {
.bottom_header ul.bottom_header_address>li {
margin-right: 47px;
}
header .top_header ul li { margin-right: 25px;}
.request_callBack .left_half .content,.request_callBack .right_half .content { max-width: 720px;}
.our_service .col-sm-6 {min-height: 426px;}
.include_servises .our_mission .single_mission .text {width:76%;}
.job_table .table tr th:nth-child(1) {width:10%; padding-right: 0;}
.job_table .table tr th:last-child {padding-right: 0;}
.client_feedback_main_content .feedback_single_client .author .author_name {margin-left: 20px;}
.client_feedback_main_content .feedback_single_client .author h6 {font-size: 15px;}
.shop_single_page .product_details .product-review-tab .item_review_content .text {width: 89%;}
.shop_cart_table .table-2 td span {padding: 0 8px;}
}  @media (max-width: 767px) {
.menuzord .showhide {margin-left: 15px;}
.theme_menu .container {padding: 0;}
.bottom_header ul.bottom_header_address>li {
display: block;
margin: 0 0 15px 0;
text-align: center;
}
.bottom_header ul.bottom_header_address>li p{margin:0;}
.bottom_header ul.bottom_header_address>li span.ficon,
.bottom_header ul.bottom_header_address>li p {
position: relative;
display: inline-block;
}
.bottom_header ul.bottom_header_address>li span.ficon {
margin-right: 10px;
}
.our_service .item .img_holder img,.team_grid .team_member .img_holder img,.team_single_page .member_info .info_panel {width:100%;}
.faq .faq_left_area .video-box {margin-bottom: 20px;}
.request_callBack .left_half .content,.request_callBack .right_half .content { max-width: 100%; padding-left: 15px; padding-right: 15px;}
.about_us_main_content .sub-text .pull-left,.about_us_main_content .sub-text #chartbar {float:none !important; width: 100% !important;}
.about_us_main_content .sub-text .pull-left {margin-bottom: 30px;}
.profit-improvement .text,.profit-improvement .pie_chart {float:none; width:100%; height: auto;}
.strategy-model canvas {margin-top: 50px;}
.company_history_main_content .history_trends p {width:100%; margin-top: 10px;}
.team_project .project_item img {display: inline-block;}
.search_style_two {margin-top:30px;}
.career_single_main_content .apply_form form {overflow: hidden;}
.shop_single_page .product_details .product-review-tab .item_review_content .text {width: 86%;}
.table-responsive {border:none;}
.cart .shop_cart_table .cart_btn2 {float:none;}
.account_page .register_form {margin-top: 50px;}
.tp-mask-wrap {
display:none;
}
}  @media (max-width: 700px) {
.single_project_content .project_name, .single_project_content .project_description {float:none;width:100%; margin:20px 0 0 0;}
}  @media (max-width: 650px) {
footer .bottom_footer p,footer .bottom_footer ul {float:none !important; text-align: center;margin: 10px 0;}
footer .bottom_footer {padding: 25px 0;}
.project_masonary .item_small, .project_masonary .item_large, .project_masonary .item_small img, .project_masonary .item_large img {float:none; width:100%;}
.career_single_main_content .apply_form form .submit_wrapper p,.career_single_main_content .apply_form form .submit_wrapper button {float:none;}
.career_single_main_content .apply_form form .submit_wrapper button {margin-top:20px;}
}  @media (max-width: 600px) {
.our_team [class*=col-] { width:100%;}
.service-tabTwo .tab-content .tab-pane ul li{width:100%;}
.page-breadcrumb h6,.page-breadcrumb ul {float: none !important; text-align: center;}
.page-breadcrumb h6 {margin-bottom: 10px;}
.project_page.project_grid_filter .mix,.project_grid_sidebar .col-lg-9 .col-xs-6,
.project_page .small_device,.project_page .single_project .img_holder img,.project_execution .execution_item .text {width:100%;}
.project_execution .execution_item .text {padding: 20px 0 0 0;}
.blog_details_post .comment_area .single_comment .comment {width:100%; padding:30px 0 0 0;}
.send_message.bg_fix form { padding: 45px 20px 50px 20px;}
.shop_single_page .product_details .product-review-tab .item_review_content .text {width:100%; padding: 20px 0 0 0;}
.contact_us_form #success, .contact_us_form #error {
width: 84%;
height: auto;
top: calc(50% - 50px);
left: 8%;
padding: 30px 10px;
}
}  @media (max-width: 500px) {
.our_service .owl-controls {top:-25px;}
.choose_us_item .icon {width:50px; height:50px;}
.choose_us_item .icon .ficon:before {font-size: 30px; line-height: 50px;}
header .top_header ul li {margin-right: 0; display: block;}
.service-tabTwo .nav-pills li,.service-tab .nav-pills li {float:none;display: block;margin:0;}
.service-tab .nav-pills li:last-child:before {left:0;}
.project_gallery_filter .mix,.shop_page [class*="col-"] {width:100%;}
.blog_page_wrapper .blog_post_single .text .share-content{display: none;}
.blog_page_wrapper .blog_post_single .text .share-content.share-show {display: inline-block;}
.blog_page_wrapper .blog_post_single .text .read_more,.blog_page_wrapper .blog_post_single .text .share_box {float:none;}
.blog_page_wrapper .blog_post_single .text .share_box {margin-top:20px;}
.blogList_view.blog_list_sidebar .blogList_single_post .post h4 a,.blog_details_post .blog_mega_post .text h4 {font-size: 20px;}
.company_history_main_content .history_trends {padding: 35px 30px 40px 20px;}
.team_list .team_member .text {padding-left: 15px;}
.contact_page_address .wrapper {padding: 0;}
}  @media (max-width: 450px) {
.testimonial  .owl-controls {top:0px;}
.partners .item img {margin:0 auto;}
.scroll-top {
width:45px;
height:45px;
bottom: 35px;
}
.scroll-top span:before {font-size: 20px;}
.sidebar_recent_project [class*="col"] {width:33.3333%;}
.include_servises .our_mission .icon {float:none; margin: 0 auto 30px auto;}
.include_servises .our_mission .single_mission .text {
float: none;
width: 100%;
padding: 0;
text-align: center;
}
.team_member_education .passing_year {width:100%;}
.team_member_education .name_of_degree {width:100%; padding:27px 0 0 0;margin-top: 15px;}
.team_member_education .name_of_degree:before {width:100%; height: 1px;}
.team_member_education .name_of_degree:after {top:-2px; left: calc(50% - 5px);}
.faqAndNews .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {padding-left: 23px;}
.section_top_media {padding:46px 0 0 20px;}
.section_top_media h2 {font-size: 28px;}
.client_feedback_main_content .feedback_single_client .author .author_name {width:100%; margin-left: 0;}
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up>div,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up>h6 {float:none; margin: 0 0 8px 0;}
.blog_details_post .comment_area .single_comment .comment.text{
padding-left:0px;
}
.blog_details_post .comment_area .single_comment .thumb-holder{
position:relative;
margin-bottom:0px;
}
}  @media (max-width: 400px) {
.page_pagination li a {width:43px; line-height: 43px;}
.single_project_content .project_description table td {font-size: 14px;}
#related_project_slider .owl-controls {top:-66px;}
.account_page  a {width: 100%; float:left;}
}.theme_title:before,
.theme_title_center>span,
.color1_bg,
.menuzord-menu > li:hover > a,
.menuzord-menu > li.current_page > a,
.menuzord-menu ul.dropdown li:hover > a,
.hephaistos.tparrows .arrow-holder:after,
.page_list li a:hover,
.page_list li a.active,
.sidebar_testimonial .carousel-indicators li.active,
.career_single_main_content .requirement_list li:before,
.contact_us_form #error button,
.contact_us_form #success button,
.blog_page_wrapper .blog_post_single .text .share:hover,
.blog_page_wrapper .blog_post_single .text .share-content li a:hover,
.page_pagination li a.active,
.page_pagination li a:hover,
.sidebar_categories ul li a:hover:before,
.blog_details_post .blog_mega_post .text .social_icon li a:hover,
.project_page .single_project .img_holder .overlay .icon span a.fancybox,
.single_project_content .carousel-control:hover,
.single_project_content .carousel-control:focus,
.single-sidebar.price-ranger .ui-slider .ui-slider-range,
.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'],
.cart_table .payment_system a:hover,
.cart .shop_cart_table button:hover,
.service-tab .nav-pills li a,
.include_servises .include_servises_list ul li:before,
.service-tabTwo .tab-content .tab-pane ul li:before,
.right_half .content .wpcf7-form .wpcf7-submit,
#wpcf7-f571-p264-o1 .wpcf7-submit,
.widget ul li a:hover:before,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #place_order,
.send_message input[type="submit"],
.paginate-links > span,.paginate-links a:hover,
.menuzord .showhide span,
.choose_us_item .icon,
.testimonial .owl-item.center .text:before,
.testimonial .owl-theme .owl-dots .owl-dot.active span,
.testimonial .owl-theme .owl-dots .owl-dot:hover span,
footer .main_footer .footer_contact #carousel-demo .carousel-indicators li.active,
.sidebar_testimonial .item .text:before,
.contact_page_address #contact-slider .carousel-indicators li.active,
.profit-improvement .text ul li:nth-child(2)::before,
.profit-improvement .text ul li:nth-child(3)::before
{
background-color: #d8000d;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
.color1,
.bottom_header ul.bottom_header_address>li span.ficon,
.hephaistos.tparrows:hover:before,
.hephaistos.tparrows:focus:before,
.hephaistos.tparrows .arrow-holder:before,
.makesUs_special .overlay .special_item .ficon:before,
.request_quote .overlay a:hover,
.our_service .owl-theme .owl-nav [class*=owl-]:hover:before,
.request_callBack .right_half button:hover,
.page-breadcrumb ul li i,
.business_enquiry p a,
.mission_vission span.ficon:before,
.mission_vission ul li i,
.team_single_page .member_info .info_panel h6,
.team_single_page .member_info .info_panel p span,
.job_table .table tr td a:hover,
.client_feedback_main_content .feedback_single_client .author ul li,
.our_partners_main_content .partner_info_wrapper .text i,
.blog_page_wrapper .blog_post_single .text>ul li a,
.blog_page_wrapper.blog_grid .blog_post_single .text>a,
.recent_news_sidebar .post p a,
.blogList_view .blogList_single_post .post ul li a,
.blog_details_post .blog_mega_post .text>ul li a,
.blog_details_post .comment_area .single_comment .comment a,
.project_page .single_project .img_holder .overlay .icon span a,
.project_page #mixitup_list .text a i,
.project_grid_sidebar .single_project .text i,
.single_project_content .project_description table td,
.project_execution .execution_item .text ul li i,
#related_project_slider .owl-nav [class*=owl-]:hover,
#related_project_slider .owl-nav [class*=owl-]:hover:before,
.shop_page .product_wrapper .text ul li,
.best_sellers .best_selling_item .text ul li,
.shop_single_page .product_details .product_top_section .item_description>ul>li i,
.shop_single_page .product_details .product-review-tab .item_review_content .text .sec_up ul li,
.shop_single_page .product_details .product-review-tab .item_review_content .text .reply_share_area a:hover,
.shop_single_page .product_details .product-review-tab .add_your_review ul li:hover,
.shop_single_page .product_details .related_product>a,
.account_page a,
.service_inner_page_top .text ul li i,
.include_servises .our_mission .icon span:before,
.service-tabTwo .nav-pills li.active a,
.right_half .content .wpcf7-form .wpcf7-submit:hover,
.page-breadcrumb ul li a:before,
.woocommerce .star-rating,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce .woocommerce-message::before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.send_message .wpcf7-form p span,
.bottom_header ul li a:hover,
.welcome_section .video-box a span i,
.testimonial .item .author h5 span,
.testimonial .item .author ul li,
.our_team .team_member .text>a span,
.our_team .team_member .text ul li a,
.faq .faq_left_area .video-box a span i,
.faq .faq_left_area .video_text a,
.faq .faq_panel .panel-heading .icon:before,
.request_callBack .left_half .content p span,
.request_callBack .left_half .content p a,
footer .main_footer .footer_logo a.tran3s,
footer .main_footer .footer_news li span i,
footer .main_footer .footer_news li a,
footer .main_footer .footer_subscribe p,
footer .main_footer .footer_subscribe ul li a:hover,
footer .main_footer .footer_contact .item h6,
footer .main_footer .footer_contact .item ul li span:before,
footer .bottom_footer ul li a:hover,
footer .bottom_footer p a,
.scroll-top span:before,
.sidebar_testimonial .item .author ul li,
.about_us_main_content .video-box a span i,
.team_grid .team_member .text>a span,
.team_grid .team_member .text ul li a,
.team_single_page .team_member_short_bio .member_name> span,
.team_single_page .member_info .info_panel ul li a:hover,
.team_member_education span,
.send_message form>span,
.faqAndNews .faq_panel .panel-group .panel-heading .icon:before,
.contact_page_address .carousel-inner .item h6,
.contact_page_address .carousel-inner .item ul li span:before,
.contact_page_address ul.social_icon li a
{
color: #d8000d;
}
#banner h1,
.welcome_section .video-box a span i,
.our_service .owl-theme .owl-nav [class*=owl-]:hover,
.faq .faq_left_area .video-box a span i,
.sidebar_testimonial .carousel-indicators li,
.about_us_main_content .video-box a span i,
.sidebar_categories ul li a:before,
#related_project_slider .owl-nav [class*=owl-]:hover,
#related_project_slider .owl-nav [class*=owl-]:hover:before,
.service-tab .nav-pills li.active a,
.include_servises .our_mission .icon,
.widget ul li a::before,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .woocommerce-message,
.testimonial .owl-theme .owl-dots .owl-dot span,
.our_team .team_member .opacity:before,
.our_team .team_member .opacity:after,
.faq .faq_left_area .video_text a i,
.team_grid .team_member .opacity:before,
.team_grid .team_member .opacity:after
{
border-color: #d8000d;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span
{
color: #d8000d !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current
{
border-color: #d8000d !important;
}
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.psocial li:hover
{
background-color: #d8000d !important;
}.boxed {
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-ms-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.boxed .navbar {
width: 100% !important;
margin: 0 auto;
width: 100%;
min-width: 280px;
max-width: 1230px;
}
.boxed .bx-wrapper .owl-next {right: -30px !important}
.boxed .bx-wrapper .owl-prev {left: -30px !important}
.switcher {
position: fixed;
bottom: 30%;
padding: 5px;
left: -200px;
z-index: 999999999999999999999999999999999;
width: 200px;
height: auto;
background: #f7f7f7;
padding-top: 10px;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
border: solid 1px #ddd;
}
.switcher .fa-cog {
background: #f7f7f7;
border: solid 1px #ddd;
color: #707070;
width: 50px;
height: 50px;
font-size: 36px;
text-align: center;
line-height: 50px;
cursor: pointer;
position: absolute;
right: -50px;
top: -1px;
}
.switcher .fa-cog:hover {
-webkit-animation: spin 2s linear;
-moz-animation: spin 2s linear;
-o-animation: spin 2s linear;
animation: spin 2s linear;
}
.switcher.active {
left: 0;
-webkit-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.switcher .box {
position:relative;
display:inline-block;
width: 29%;
height: 26px;
text-indent: -9999px;
cursor: pointer;
border: 1px solid #222222 !important;
color: #fff;
margin: 5px 1% 5px;
text-align: center;
font-weight: 400;
font-size: 10px;
}
.switcher .heading-panel{
position:relative;
display:block;
line-height:24px;
padding:8px 10px;
background:#003;
color:#ffffff;
text-align:center;
text-transform:capitalize;
}
.switcher .layout-outer,
.switcher .colors-outer{
text-align:center;
padding:10px 15px;	
}
#default {background: #fb4848;}
#blue {background: #6699FF}
#asparagus {background: #7BA05B}
#green {background: #76c381;}
#orange {background: #d37b46;}
#purple {background: #e281ef}
#yellow {background: #f8ca00}
#tomato {background: #FF6347}
#teal {background: #008080}
#pink {background: #FF69B1}
#lima {background: #73B819}
#java {background: #19B8AF}
#turquoise {background: #40E8D9}
#boxed,
#full {
position:relative;
display:block;
padding:5px 15px;
font-size:14px;
border:2px solid #999;
background: #f8f8f8;
color: #707070;
}
.layout-option{
position:relative;
display:inline-block;
width:45%;
margin:0px 1%;
}