.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;
}.translatedlink{
text-decoration: none;
margin-right: 10px;
}
.icondiv {
width: 20px;
float: left;
margin-right: 7px;
padding: 0px;
line-height: 0.20;
}
.cnicon {
overflow: hidden;
margin: 10px 0;
}
.tranzly_available{
font-size: 13px; margin-right: 5px;
float: left;
}
img.icon_img {
max-width: 20px !important;
width: 20px !important;
height: 20px !important;
}
.tranzly_select_li {
display: none;
}
.tranzly_active{display: block!important;}
.tranzly_select_ul {
cursor: pointer;
margin: 0;
padding: 0px;
}
.tranzly_select {
width: 200px;
border: 1px solid;
}
.tranzly_select_li {
padding: 5px 10px;
border-bottom: 1px solid #ccc;
}
.tranzly_select_li:hover {
background: #000;
color: #fff;
}
.tranzly_select_li_page {
display: none;
}
.tranzly_select_li_page {
padding: 5px 10px;
border-bottom: 1px solid #ccc;
}
.tranzly_select_li_page:hover {
background:#000;
color: #fff;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
color: #04134e;
font-size: 14px;
font-family: 'Oswald', sans-serif;
background: #F7F7F7;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
font-weight: bold;
}
hr {
box-sizing: content-box; height: 0; overflow: visible; }
pre {
font-family: monospace, monospace; font-size: 1em; }
a {
background-color: transparent;
text-decoration: none;	
}
abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; background: #eee;
border: #04134e;
color: #04134e;
} button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
.myButt:focus {
outline: 2px solid #000;
opacity: 0.8;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: "Oswald", Arial, Helvetica, sans-serif;
color: #1a1a1a;
font-weight: 900;
}
p {
margin-bottom: 10px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0;
overflow: hidden;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
main {
margin: 0 auto;
text-align: center;
overflow: hidden;
}
body #primary main article {
margin-bottom: 20px;
background: #fff;
border: 1px solid #E5E5E5;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; } table, .single table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
word-wrap: break-word;
}
.single table .mg-content th, .single th td, .single td {
border: 1px solid #e9e9e9;
}
table {
border-collapse: collapse;
margin: 0 0 1.5em;
width: 100%;
}
table, th, td {
border: 1px solid #e9e9e9;
}
th {
background: #f6f6f6;
color: #01012f;
padding: 8px 11px;
text-align: left;
}
td {
padding: 8px 11px;
}
th, .single th, .wp-block-calendar table th {
background: #f6f6f6;
color: #01012f;
padding: 8px 11.2px;
text-align: left;
font-weight: 700;
}
td, .single td {
padding: 8px 11.2px;
}
ol, .single ol {
list-style: decimal;
}
ul, .single ul, ol, .single ol {
margin: 0 0px 25.6px 18px;
padding: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #13aff0;
color: #FFF;
text-transform: uppercase;	
padding: 11px;
position: relative;	
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #282828;
cursor:pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #04134e;
border: 1px solid #c0c0c0;
padding: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: 0 ;	
box-shadow: none;
border: 1px solid #999;	
}
select {
border: 1px solid #04134e;
}
textarea {
width: 100%;
}
#commentform textarea:focus, textarea:focus, input:focus {
background: #C0C0C0;	
} .site-header {
position: relative;
}
.s-header-right {
position: relative;
max-width: 70%;
width: 100%;
margin: 0 auto;
}
.logo-header {
position: absolute;
display: inline-block;
width: 100%;
}
.s-search-top {
display: inline-block;
border-right: 1px solid #777;
padding-right: 12px;
padding-left: 5px;
}
.s-search-top .dashicons-search {
font-size: 25px;
position: relative;
bottom:2px;
}
.s-search-top  .dashicons-search:hover {
opacity: 0.8;
}
#s-search-field, #s-search-field-mobile {
position: absolute;
top: 40%;
width: 100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
border: 2px solid #fff;
padding: 20px;
-webkit-animation-duration: 1.4s !important;
animation-duration: 1.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-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;
-webkit-animation-name: bounceInLeft;
animation-name: bounceInUp;
}
#stss, #stss-mobile  {
position: absolute;
top: 65px;
left: 0;
width: 300px;
right: 0;
margin-left: auto;
margin-right: auto;
padding: 20px;
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
-webkit-animation-duration: 1.4s !important;
animation-duration: 1.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-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;
-webkit-animation-name: bounceInRight;
animation-name: bounceInDown;
}
.s-search-show, .s-search-show-mobile {
position: relative;
width: 300px;
left: 0; 
right: 0; 
top: 200px;
margin-left: auto; 
margin-right: auto; 
}
#s-close, #s-close-mobile {
position: absolute;
background: #13aff0;
font-size: 20px;
width: 28px;
font-weight: 900;
letter-spacing: 2px;
border: 2px solid #fff;
right: -15px;
top: -10px;
padding: 3px 8px;
border-radius: 50%;
color: #fff;
font-size: 14px;
-webkit-animation-duration: 3.5s !important;
animation-duration: 3.5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
#s-close-mobile:hover,
#s-close:hover {
opacity: 0.8;
cursor: pointer;
}
#big-search button {
display: none;
}
#big-search, #big-search-mobile {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.8);
z-index: 99999999999;
left: 0; 
right: 0; 
top: 0;
margin-left: auto; 
margin-right: auto; 
}
#s-earch-field, #big-search,  #s-earch-field-mobile, #big-search-mobile {
-webkit-animation-duration: 0.4s !important;
animation-duration: 0.4s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
-webkit-animation-name: zoomIn !important;
animation-name: zoomIn !important;
}
.search-top, .search-top-mobile {
position: relative;
display: inline-block;
padding-right: 20px;
padding-left: 10px;
font-weight: bold;
text-align: left;
border-right: 1px solid #04134e;
}
.search-top .button-search, .search-top .button-search-mobile {
position: absolute;
padding: 3px;
}
body.search-active {
overflow: hidden;
}
body.search-active .search-input {
position: fixed;
z-index: 99;
left: 0;
opacity: 1;
transform: none;
pointer-events: all;
width: 100%;  
padding: 130px 0 130px 0;
background: rgba(0,0,0,0.7);
text-align:center;
}
body.search-active .icon-close {
opacity: 1;
}
body.search-active .control {
cursor: default;
}
body.search-active .control .btn-material {
transform: scale(70);
}
body.search-active .control .icon-material-search {
opacity: 0;
} .icon-close {
position: relative;
top: 10px;
right: 80px;
color: #101010;
height: 100%;
cursor: pointer;
font-size: 70px !important;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.dashicons-no {
display: inline-block;
}
.icon-close:hover {
transform: rotate(0);
} .search-input {
position: absolute;
top: 50%;
padding:10px;
left: 50px;
margin-top: -40px;
pointer-events: none;
opacity: 0;
transform: translate(40px, 0);
transition: all 0.3s ease-in-out;
}
.search-input input {
color: #101010;
border: 0;
background: #eee;
-webkit-appearance: none;
box-sizing: border-box;
outline: 0;
font-size: 54px;
font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
color: #EEE;
}
.search-input :-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input ::-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input :-ms-input-placeholder {
color: #EEE;
} .container {
position: relative;
}
.container.container-dark {
background: #22313F;
color: #FFF;
} .control {
cursor: pointer;
line-height: 25px;	
}
.control .btn-material {
position: absolute;
top: -6px;
width: 40px;
height: 40px;
border-radius: 100%;
box-sizing: border-box;
background: #101010;
outline: 0;
transform-origin: 25%;
transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.control .btn-material:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
color: rgba(255,255,255,0.75);
font-size: 20px;
transition: opacity 0.3s ease-in-out;
}
.control .icon-material-search:hover {
color: #fff;
}
.breadcrumb {
width: 100%;
position:relative;
bottom: 4px;
background: #fff;
padding: 10px;
text-align: center;
}
.breadcrumb ul {
list-style: none;
padding: 0;
}
.breadcrumb  li {
display: inline-block;
line-height: 22px;
} .nav-links {
display: block;
clear: both;
margin-bottom: 20px;
margin-top: 20px;
}
.postnav {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
width: 100%	
}
.postnav .dashicons {
bottom: 1px;
position: relative;
display: inline;
font-size: 30px;
vertical-align: middle;
color: #666;
}
.postnav .dashicons-arrow-left {
left: 10px;
}
.postnav .dashicons-arrow-right{
right: 10px;
}
.meta-nav .fa {
color: #666;	
}
.postnav a {
color: #666;
font-size: 16px;
font-family: 'Oswald', sans-serif;
font-weight: 900;
}
.postpagination {
margin-top: 10px;
width: 100%;
font-family: 'Coda Caption', serif;
}
.pagination a {
font-size: 14px;
}
.nextpage {
padding: 10px 0 10px 0;
text-align: center;
}
.prevpost {
float: left;
}
.nextpost {
float: right;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.postnav .nav-previous {
float: left;
padding: 5px;
color: #101010;	
}
.postnav .nav-next {
float: right;
padding: 5px;
color: #101010;	
}
.attachment img {
float: left;
width: auto;
margin: 0 10px 5px 0;
} .header-top {
position: relative;
background: #333;
color: #fff;
padding: 13px 10px 10px 60px;
border-bottom: 1px solid #000;
height: 46px;
}
.before-header {
position: relative;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #000000;
background: #101010;
overflow: hidden;
}
.before-header .bh-woo-cart {
display: inline-block;
text-align: left;
max-width: 100%;
padding-right: 10px;
border-right: 1px solid #fff;
}
.before-header .left-top {
position: relative;
display: inline-block;
left: 120px;
text-align: left;
}
.header-top .h-email,
.header-top .h-phone,
.header-top .h-address {
position: relative;
display: inline-block;
padding-right: 10px;
margin-left: 5px;
color: rgba(255,255,255,0.75);
height: 20px;
line-height: 20px;	
font-size: 13px;
border-right: 1px solid #777; 	
}
.before-header .dashicons-email-alt,
.before-header .dashicons-location,
.before-header .dashicons-phone {
margin-right: 10px;
color: rgba(255,255,255,0.75);
font-size: 20px;
}
.before-header .dashicons-email-alt:hover,
.before-header .dashicons-location:hover,
.before-header .dashicons-phone:hover {
color: #fff;
}
.before-header .dashicons-admin-users {
line-height: 20px;
color: rgba(255,255,255,0.75);	
}
.before-header .right-top {
position: absolute;
z-index: 9;
top: 6px;
right: 10px;
display: inline-block;
padding: 5px;
min-width: 140px;
line-height: 20px;
font-size: 13px;
border-radius: 4px;
-webkit-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
text-align: center;	
text-decoration: none;
}
.before-header .right-top  a {
color: rgba(255,255,255,0.75);		
}
.before-header  span,
.before-header .cart-customlocation {
color: #fff;	
}
.h-button-1, .h-button-2 {
background: linear-gradient(to right, #13aff0, #000);
position: relative;
color: #fff;
border-radius: 2px;
text-transform: uppercase;
transition: all .2s;
padding: 17px 40px;
line-height: 21px;
font-size: 18px;
display: inline-block;
zoom: 1;
border: 1px solid #666;
text-align: center;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
cursor: pointer;
box-sizing: border-box;
transition: all .2s;
margin-top: 40px;
}
.h-button-1:hover, .h-button-2:hover {
background: linear-gradient(to right, #000, #13aff0);
color: #eee;
}
.before-header {
position: relative;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #000000;
background: #101010;
overflow: hidden;
}
.before-header .bh-woo-cart {
display: inline-block;
text-align: left;
max-width: 100%;
padding-right: 10px;
border-right: 1px solid #fff;
}
.before-header .left-top {
position: relative;
display: inline-block;
left: 120px;
text-align: left;
}
.header-top .h-email a,
.header-top .h-phone a {
color: #fff;	
}
.header-top #live-time,
.header-top .h-email,
.header-top .h-phone,
.header-top .h-address {
margin-left: 5px;
color: #fff;
}
.header-top .dashicons-email-alt,
.header-top .dashicons-location,
.header-top .dashicons-location{
color: #fff;
font-size: 20px;
}
.header-top .dashicons-email-alt:hover,
.b.header-top .dashicons-location:hover,
.b.header-top .dashicons-calendar-alt:hover,
.header-top.dashicons-phone:hover {
color: #fff;
}
.before-header .dashicons-admin-users {
line-height: 20px;
color: rgba(255,255,255,0.75);	
}
.before-header .right-top {
position: absolute;
z-index: 9;
top: -6px;
right: 0;
display: inline-block;
padding: 5px;
min-width: 140px;
line-height: 20px;
font-size: 13px;
border-radius: 4px;
-webkit-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
text-align: center;	
text-decoration: none;
}
.before-header .right-top  a {
color: rgba(255,255,255,0.75);		
}
.before-header  span,
.before-header .cart-customlocation {
color: #fff;	
}
.simple-marquee-container {
width: 100%;
background-repeat: repeat;
vertical-align: top;
float: none;
display: inline-block;
overflow: hidden;
box-sizing: border-box;
height: 165px;
position: relative;
cursor: pointer;
z-index: 7;	
}
audio {
padding: 0;
}
.grid-top {
border-top: 1px solid #555;
border-bottom: 1px solid #000;
background: #333;
width: 100%;
padding: 0;
max-width: 100%;
margin: 0 auto;
text-align: center;
line-height: 18px;
z-index: 799;
}
.s-header-right-deg {
width: 100%;
text-align: left;
}
#mobile-grid {
display: none;
}
.header-image {
position: relative;
z-index: 1;
width: 100%;
height: 560px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.header-right {
padding-top: 7px;
position: absolute;
right: 0;
max-width: 150px;
vertical-align: super;	
}
.header-logo {
width: 100%;
height: auto;
}
.header-right  img {
max-height: 50px;
}
.site-branding {
position: absolute;
z-index: 998;
top: 25%;
display: inline-block;
padding: 15px;
margin: 0 auto;
width: 100%;
color: #04134e;
text-align: center;
}
.site-branding .site-title a, .site-title {
margin: ;
padding: 0;
line-height: inherit;
left: 15%;
color: #fff;
font-size: 60px;
line-height: inherit;
font-weight: 900;
font-family: 'Oswald', cursive;
}
.site-title {
margin: 10px;	
}
.site-description {
right: 15%;
color: #fff;
line-height: inherit;
margin: 10px;
padding-top: 10px;
font-weight: 800;
font-size: 18px;
}
.s-shadow {
position: absolute;
top: 0;
z-index: 9;
width: 100%;
height: 100%;
overflow: hidden;
}
.h-center {
display: inline-block;
width: 100%;
height: 100%;
float:none;
background: #fff;
overflow:hidden ;
}
.top-adv {
display: inline-block;
position: absolute;
z-index: 999;
top: 0;
right: 60px;
width: 40vw;
height: 5vw;
margin-top: 25px;
}
.top-adv:hover {
opacity: 0.9;
}
#live-time, #live-clock {
display: inline-block;
font-size: 13px;
}
#live-time .dashicons {
position: relative;
font-size: 17px;
bottom: 2px;
}
#live-hours,
#live-minutes,
#live-seconds {
border: 1px solid #000;
color: #fff;
padding: 3px;
background: #13aff0;
font-weight: 900;
}
.button-h1, .button-h2  {
display: inline-block;
color: #c0c0c0;
border: 2px solid #c0c0c0;
border-radius: 2px;
padding: 10px 25px;
margin: 30px 10px;
font-weight: 300;
font-size: 22px;
background-color: rgba(0,0,0,0.8);
}
.button-h1:hover, .button-h2:hover  {
color: #fff;   
border: 2px solid #fff;    background-color: rgba(0,0,0,0.9);
} a {
color: #282828;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;	
}
h2 a {
color: #1a1a1a;
font-weight: 900;
}
h2 a:hover {
color: #13aff0;
}
a:hover, a:active  {
outline: 0;
color: #13aff0;
}
.footer-widgets li a, #secondary ul li a {
font-size: 14px;
color: #fff;
text-decoration: none;
position: relative;
}
.footer-widgets li a {
margin: 5px;	
}
.footer-widgets li a:hover {
color: #C0C0C0;
}
#secondary ul li a:hover:after, #secondary ul li a:focus:after,
.footer-widgets li a:hover:after, .footer-widgets li a:focus:after {
right: 0;
}
#secondary ul li a:after,
.footer-widgets li a:after {
position: absolute;
width: auto;
height: 1px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
left: 0;
right: 100%;
bottom: -6px; content: "";
}
article p a {
text-decoration: underline;
}
article  h1 a,
article  h2 a,
article  h3 a,
article  h4 a,
article  h5 a,
article  h6 a,
article p a, 
.comment-metadata a, 
.textwidget a, 
article li a {
color: #15c;
text-decoration: underline;
}
article header .entry-title a:hover {
color: #13aff0;
} .menu-top-container {
width: 100%;
margin: 0 auto;
display: inline-block;
padding: 0;
max-height: 65px;
}
#site-navigation #primary-menu {
padding-right: 40px;
}
#site-navigation-mobile #primary-menu {
padding-right: 40px;
}
.nav-center {
display: table;	
width: 100%;
margin: 0;
padding: 0;
background: none;
background-color: rgba(0,0,0,0.7);
text-align: right;
}
#site-navigation {
display: table;
position: relative;
z-index: 999;
padding: 0 0 0 45px;
font-weight: bold;
text-decoration: none;
max-width: 100%;	
}
#site-navigation-mobile {
display: table;
position: relative;
z-index: 999;
padding: 0 0 0 45px;
font-weight: bold;
text-decoration: none;
max-width: 100%;	
}
.main-navigation:after {
display: block;
float: none;
}
.main-navigation {
display: inline-block;
}
.main-navigation ul {
position: relative;
z-index: 999;
padding: 0;
margin: 0 auto;
color: #fff;
list-style: none;
}
.main-navigation ul ul {
position: absolute;
z-index: 99999999999999;
border-radius: 0px;
min-width: 150px;
padding: 0;
background: #333;
box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);	
}
.main-navigation ul li:focus > ul,
.main-navigation ul li:hover > ul {
display: block;
padding-top: 0;
}
.main-navigation ul:after {
display: block;
content: "";
clear: both;
}
.main-navigation ul li {
float: left;
text-align: center;
}
.dotted .header-face {
position: absolute;
right: 10%;
bottom: 0%;	
width: 50%;
height: auto;	
text-align: center;
}
.s-hidden {
overflow: hidden;
}
.photo-autor {
position: absolute;
z-index: 9;
right: 4%;	
bottom: 10%;
max-width: 400px;
height: auto;
padding: 30px;
background-color: rgba(0,0,0,0.4);
color: #fff;
text-align: left;
font-size: 3vw;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
font-family: "Oswald", Arial, Helvetica, sans-serif;
}
.photo-autor a {
color: #fff;
}
.main-navigation ul li a:hover {
color: #fff;
}
.main-navigation ul li a:hover {
background: #13aff0;
oveflow: hidden;
}
.main-navigation ul ul li:hover {
color: #fff;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.main-navigation ul li a {
display: block;  
font-size: 16px;
color: #fff;
text-decoration: none;
font-family: "Oswald", Arial, Helvetica, sans-serif;	
font-weight: 500;
border-left: 1px solid #333;
border-right: 1px solid #333;
}
#primary-menu li a {
padding: 22px 15px 25px 15px;
font-weight: 700;
text-shadow: 1px 1px black;
overflow:hidden;
}
.main-navigation ul li a:hover {
color: #eee;
}
.main-navigation ul ul li {
position: relative;
z-index: 999;
float: none;
min-width: 100px;
margin: 0;
text-align: left;
}
.main-navigation .dash-mobile {
display: none;
}
.dotted {
position: absolute;
width: 100%;
height: 100%;
z-index: 99;
background-image: url(//www.teamtamalou.net/wp-content/themes/faster/images/dot.png);
background-repeat: repeat;
}
.before-header .search-form {
position:relative;
display: inline-block;
}
.before-header .search-submit-mobile,
.before-header .search-submit,
footer .search-submit {
display: none;
}
.before-header .search-form input {
width: 150px;
font-size: 14px;
background-color: #13aff0;
background-position: 5px 5px;
background-repeat: no-repeat;
padding: 5px 5px 5px 40px;
border: none;
color: #eee;	
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
.before-header .search-form input:focus {
width: 100%;
}
.main-navigation ul ul li a {
font-size: 13px;
font-weight: 500;
padding: 15px 8px 15px 15px !important;
color: #fff;
line-height: 1em;	
text-transform: none;
text-shadow: none !important;
}
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:hover {
text-shadow: 1px 1px black !important;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.main-navigation ul ul:focus ul,
.main-navigation ul ul:hover ul {
padding-top: 0px;	
}
.main-navigation ul ul ul {
position: absolute; 
left: 100%;
top: 0;
width: 100%;
}
.main-navigation:after {
content: "";
clear: both;
display: block;
}
.main-navigation  ul ul, .main-navigation  ul ul ul {
position:absolute;
left: -9999999px;	
z-index:0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
nav ul li:focus > ul,
nav ul li:hover > ul {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
padding: 0 0 15px 0;
font-size: 22px;
display: none;	
} #secondary ul li > a:before,
.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit-mobile:before,
.search-submit:before {
display: inline-block;
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
speak: none;
text-align: center;
text-decoration: inherit;
}
.main-navigation ul li > a:after {
font-family: 'dashicons';
content: "\f345";
left: 10px;
line-height: 0;
font-size: 12px;
position: relative;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);	
}
.main-navigation ul li a:after > hover {
color: #fff !important;	
}
.main-navigation ul ul li > a:after, .main-navigation ul ul ul li > a:after {
position: relative;
left: 10px;
font-family: 'dashicons';	
content: "\f345";
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);		
}
.main-navigation li > a:only-child:after {
content: '';
}
.main-navigation ul li:focus > ul,
.main-navigation ul li:hover > ul {
z-index: 99999;
display: block;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
#s-button-menu{
display: none;
} .seos-cont-form table {
border: none;
padding: 1px;
width: 100%;
margin:0;
}
.seos-cont-form .fa {
color: #eee;
font-size: 20px;
padding-bottom: 10px;
text-align: center;
width: 100%;
}
.seos-cont-form a {
color: #eee;	
}
.seos-cont-form a:hover {
opacity: 0.8;
}
.seos-cont-form td {
background: #101010;
height: auto;
font-size: 15px;
padding: 10px;
text-align: center;
width: 33.3%;
margin-top: 40px;
border: none;font-style: normal;
}
.seos-maps {
min-width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
.seos-maps iframe {
width: 100%;
margin: 0;
padding: 0;
display: table;	
} .pagination a, .pagination span {
padding: 8px 12px;
margin: 0;
display: inline-block;
color: #fff;
font-size: 15px;
background: #13aff0;
}
.pagination span {
background-color: #030303;
box-shadow: none;		
}
.pagination a:hover,
.pagination span:hover {
box-shadow: none;
opacity:0.8;
color: #eee;
}  .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 {
display: block;
z-index: 100000;
top: 5px;
left: 5px;
width: auto;
height: auto;	
padding: 15px 23px 14px;	
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
line-height: normal;
text-decoration: none; } #content[tabindex="-1"]:focus {
outline: 0;
}
.mobile-cont, .mobile-setiles {
display: none;
} .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;
} .clear {
content: "";
display: table;
table-layout: fixed;
float:none;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}
.widget-title {
margin-top: 5px;
margin-bottom: 5px;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__button {
background: #13aff0;
color: #fff;
border: 0;
margin-left: 1px;
padding: 0px 20px;
}
.wp-block-search .wp-block-search__input {
border: 1px solid #c0c0c0;
}
.wp-block-search .wp-block-search__button:hover {
background: #333;
}
.wp-block-latest-comments__comment article {
display: block;
width: auto;
overflow: inherit;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
padding: 5px;
}
.wp-block-latest-comments__comment-date {
color: #333;	
}
.site-footer .wp-block-latest-comments__comment-excerpt p, .site-footer .wp-block-latest-comments__comment-date {
color: #fff;
}
.widget_recent_comments ul li a:before {
content: "\f101";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_archive ul li a:before {
content: "\f145";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_categories ul li a:before {
content: "\f318";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_meta ul li a:before {
content: "\f110";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.widget_pages ul li a:before {
content: "\f121";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.img-recent-post {
width: 30%;
display: inline-block;
vertical-align: top;
overflow: hidden;	
}
.description-recent-post {
padding:10px;
width: 60%;
display: inline-block;
vertical-align: top;
line-height: 22px;
}
.img-recent-post img {
width: 100%;
height: 100px;
object-fit: cover;
object-position: 50% 50%;
margin-left: 5px;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.img-recent-post img:hover {
transform: scale(1.4);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;	
}
.recent-posts-widget-with-thumbnails .rpwwt-post-title {
font-weight: 700;
}
.recent-posts-widget-with-thumbnails .wp-post-image {
width: 150px !important;
height: 100px !important;
object-fit: cover;
object-position: 50% 50%;
margin-left: 5px;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.recent-posts-widget-with-thumbnails .wp-post-image:hover {
transform: scale(1.1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.recent-posts-widget-with-thumbnails ul li a {
display: block;
padding-bottom: 10px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-author,
.recent-posts-widget-with-thumbnails .rpwwt-post-categories,
.recent-posts-widget-with-thumbnails .rpwwt-post-date {
font-size: 12px;
line-height: 16px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-author:before {
content: "\f110";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-categories:before {
content: "\f318";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date:before {
content: "\f145";
font-family: dashicons;
padding-right: 5px;
font-size: 15px !important;
vertical-align: bottom;
}
.rpwwt-post-excerpt {
margin-top: 10px;
line-height: 20px;
}
footer .img-recent-post img {
width: 100%;
height: 50px;
}
.footer-widgets .cont-recent-post a {
margin: 0;
}
footer .img-recent-post {
width: 30%;
height: 50px;	
}
li .description-recent-post .title-recent-post a {
font-size: 16px !important;
}
.description-recent-post .content-recent-post {
font-size:13px;
text-align: justify;
}
.description-recent-post .content-recent-post p {
margin: 0;
padding: 0;
}
.description-recent-post .myButt,
.description-recent-post .link-more {
margin: 0;
padding: 0;
}
.description-recent-post .link-more {
margin-top: 10px !important;	
margin-bottom: 10px !important;	
}
.description-recent-post .myButt:before,
.description-recent-post .myButt:after {
display: none;
}
.description-recent-post .dashicons,
.description-recent-post .post-date {
font-size: 12px;
width: auto;
vertical-align: middle;
top: 2px;
position: relative;
}
footer .description-recent-post .dashicons {
position: relative;
top: 2px;
}
.description-recent-post .post-date {
display: block;
margin-top: 10px;
vertical-align: middle;
}
footer  .post-date {
color: #fff;
font-size: 12px;
width: auto;
display: block;
}
footer .description-recent-post .title-recent-post a {
font-size: 13px !important;
}
.cont-recent-post {
border: 1px solid #eee;
box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 5%);
padding: 5px;
margin: 10px 0;
}
footer .cont-recent-post {
border: none;
margin: 0;
} #wp-calendar {
width: 100%; 
}
#wp-calendar caption {
margin-top: 10px;
margin-bottom: 15px;
color: #13aff0;
font-size:	12px;
text-align: right;
}
#wp-calendar thead {
font-size: 10px; 
}
#wp-calendar thead th { 
padding-bottom: 10px; 
}
#wp-calendar tbody {
color: #aaa; 
}
#wp-calendar tbody td {
padding:8px;
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none; 
}
#wp-calendar #today {
background: #13aff0;
color: #fff;
}
#wp-calendar #today a {
color: #fff;	
}
footer #wp-calendar tbody .pad {
background: none; 	
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right; 
}
#wp-calendar tfoot #prev {
padding-top: 10px; 
font-size: 10px;
text-transform: uppercase;
}
footer #wp-calendar tbody td {
background: none;
} .link-more {
margin-top: 30px;
margin-bottom: 30px;
}
.link-more a {
color: #fff;
}
.link-more a:hover {
color: #eee;
}
.read-more {
background: #3CAEA3;
padding: 8px 15px 8px 15px;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.read-more:hover {
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.myButt{
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
padding: 5px 8px;
font-weight: 500;
text-decoration: none;
background: #13aff0;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
border: 1px solid #555;
}
.myButt:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #333;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.myButt:hover, .myButt:focus, .myButt:active {
color: white;
}
.myButt:hover:before, .myButt:focus:before, .myButt:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.three {
color: #13aff0;
border-color: transparent;
}
.three:after {
width: 0;
height: 3px;
content: " ";
background-color: #13aff0;
position: absolute;
top: 0;
left: 50%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.three:after {
top: 100%;
}
.three:hover { color: #13aff0;
}
.three:hover:before, .three:hover:after {
width: 100%;
left: 0;
}
.three:hover:after {
width: 100%;
left: 0;
} .fig img {
width: 300px;
height: 180px;
object-fit: cover;
object-position: 50% 50%;
overflow: hidden;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.fig img:hover {
transform: scale(1.2);
}
.t-center {
position: relative;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 40px; 
width: 100%;
text-align: center;
z-index: 1;
}
.app-first .app-sub {
float: left;
width: 200px;
height: 250px;
height: auto;
margin: 1px 15px 20px 0;
display: inline-block;
overflow: hidden;
}
.app-basic {
width: 100%;
position: relative;
cursor: pointer;
-webkit-perspective: 300px;
-moz-perspective: 300px;
-o-perspective: 300px;
-ms-perspective: 300px;
perspective: 300px;
}
.app-transform {
position: absolute;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.app-transform > div {
display: block;
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.app-transform .app-transform-back {
padding: 10px;
background: #778e04;
-webkit-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-moz-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-o-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-ms-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
box-shadow: inset 0 0 0 #000, inset 0 1px 122px #000, inset 0 0 0 #000;	
opacity: 0;
}
.app-transform h2 {
color: #fff;
letter-spacing: 1px;
font-size: 26px;
padding: 60px 10px 10px 10px;
text-align: center;
margin: 0 auto;
}
.app-basic:hover .app-transform-front {
-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
opacity: 0;
}
.app-basic:hover .app-transform-back {
-webkit-transform: rotate3d(1,0,0,0deg);
-moz-transform: rotate3d(1,0,0,0deg);
-o-transform: rotate3d(1,0,0,0deg);
-ms-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
opacity: 1;
}
.app-basic img {
width: 100%;
height: 150px;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
object-fit: cover;
object-position: 50% 50%;	
}
.app-basic img:hover {
opacity: 0.8;
overflow: hidden;
} .social-ico {
float: right;
width: auto;
margin: 0 auto;
padding: 10px;
}
header .social {
font-size: 22px;
position: relative;
border-bottom: 1px solid #04134e;
}
header .social a {
padding: 5px;
}
.all-header {
height: auto;	
}
.social-top {
position: fixed;
z-index: 999999999999;
right: 0;
top: 25%;
width: 38px;
}
.social-pad {
padding: 10px 0 10px 60px;
}
.border-bot {
border-bottom: 1px solid #000;
}
.social-top a {
display: block;
padding: 10px 20px 10px 10px;
width: 48px;
background: #101010;
border-bottom: 1px solid #000000;
border-top: 1px solid #383838;
text-align: left;
}
.social-top a:hover {
width: 100px;
transform: translate(-38px );
-ms-transform: translate(-38px); -webkit-transform: translate(-38px); transform: translate(-38px); }
.social-top .fa {
font-size: 20px;
color: #eee;
} .social-top .fa-icons a {
display: inline-block;
min-width: 35px;
border: 1px solid #666;
padding: 3px;
}
.social-top .fa-icons a:hover {
background: #eee;
}
.social .ap-cart a {
float: right;
margin: 0;
color: #fff;
padding-right: 10px;
line-height: 1em;
font-size: 0.6em;
}
.ap-cart {
display: block;
padding: 10px;
margin: 0;
width: 100%;
text-align: center;
}
.ap-cart a {
position: relative;
z-index: 7;
padding: 5px 8px 5px 8px;
color: #fff;
background: #13aff0;
text-align: center;
}
.social input {
color: #FFFFFF !important;
}
.soc-right {
float: right;
padding: 8px;	
color: #eee;
font-size: 13px;
}
.soc-right span {
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #828282;
}
.seos-fa-icons {
position: absolute;
right: 0;
top: 6px;
vertical-align: middle;
margin-right: 60px;
}
.seos-fa-icons a {
font-size: 20px;
color: #C0C0C0;
border: 1px solid #777;
padding: 5px;
background: #444;
text-align: center;
width: 40px;
display: inline-block;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.seos-fa-icons a:hover {
color: #fff;
transform: scale(1.1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
} #page {
margin: 0 auto;
}
#content {
max-width: 100%;
margin: 0 auto;
margin-top: 20px;	
margin-bottom: 20px;	
}
#content .ap-full-width #primary {
float: none !important;
width: 100% !important;
}
#content .ap-full-width #secondary {
display: none !important;
}
#content .block-full-width #primary{
float: none !important;
width: 100% !important;	
}
article {
vertical-align:top;
text-align: left;	
width: 100%;	
display: inline-block;
padding-top: 10px;
padding: 20px 20px;
border: 1px solid #eee;
overflow: hidden;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
article p, p {
line-height: 1.5em;
}
article header h2{
margin: 0 0 10px 0;
}
article header .entry-title {
font-size: 30px;
display: inline-block;
width: 90%;
vertical-align: top;
}
article header .entry-title a {
text-decoration: none;	
color: #333;
}
article header h2 {
padding-left: 20px;	
}
article .entry-header {
width: 100%;
margin-bottom: 20px;
}
.entry-meta .dashicons,
.entry-footer .dashicons {
font-size: 15px;
color: #04134e;
}
.entry-meta span {
font-size: 11px;	
}
.news-cate {
display: inline-table;
font-size: 12px;
color: #333;
padding: 0 2px;
margin-top: 5px;
}
.slick-slide .news-cate {
width: 100%;	
}
.news-cate .dashicons, .news-cate a {
display: inline-table;
color: #333;
font-size: 14px;
padding: 4px;
vertical-align: middle;
}
.news-cate:hover a {
color: #13aff0;	
}
.news-cate a:hover {
color: #13aff0;
}
.entry-footer {
display: inline-block;
width: 100%;
}
#primary {
width: 100%;
float: none;
padding: 20px 60px;	
}
#secondary {
display: none;
}
#secondary section {
padding: 10px 20px;
border: 1px solid #eee;
background: #fff;
}
#secondary ul {
margin: 0;
padding: 0;
list-style: none;
}
#secondary ul li {
padding: 5px;
}
#secondary ul .categories {
border: none;
}
#secondary ul li a {
color: #282828;	
}
#secondary ul li a:hover {
color: #13aff0;	
}
#secondary .children li {
border-bottom: 0;	
}
#secondary .search-form {
width: 100%;
}
#secondary .search-field {
width: 68%;
}
#secondary .search-submit {
width: 30%;
font-size: 1em;
height: 38px;
vertical-align: top;
text-align: center;
padding: 0;
}
.widget-area figure {
margin: 0;
}
.widget-area .gallery-icon:hover {
opacity: 0.8;
}
.site-footer {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
}
.footer-center {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
}
.footer-widgets {
vertical-align: top;
width: 20.4%;
font-size: 16px;
line-height: 20px;
height: auto;
text-align: left;
word-wrap: break-word;
margin: 0 auto;
padding: 20px;
display: inline-block;
}
footer ol, footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer .fa-icons {
padding: 10px;
}
footer .fa-icons .fa {
width: 40px;
color: #999999;
padding: 10px;
margin-right: 5px;	
font-size: 18px;
border: 1px solid #999999;
}
footer .fa-icons .fa:hover {
background: #444444;
color: #ffffff;
}
.footer-widgets h2, .footer-widgets a {
color: #999999;
}
.footer-widgets a {
font-size: 14px;
}
.footer-widgets a:hover {
color: #ffffff;
}
.site-info {
padding: 20px 10px 5px 10px;
background: #000000;
color: #999999;	
}
.site-info .seos-fa-icons {
position: relative;
top: 0;
margin: 0;
padding: 10px 0 25px 0;
}
.site-info .seos-fa-icons a:hover {
color: #fff;
}
.site-info .seos-fa-icons a {
background: #222;
}
.site-info a {
color: #999999;
}
.site-info p {
color: #999999;
}
.site-info a:hover {
color: #13aff0;
} .sticky {
display: inline-block;
}
.container-sticky {
margin: 0 auto;
width: 100%;
text-align: center;
overflow: hidden;
}
.container-sticky .sca-sticky {
position: relative;
display: inline-block;
vertical-align: top;
width: 23%;
font-size: 16px;
line-height: 20px;
min-height: 550px;
text-align: left;
word-wrap: break-word;
margin: 5px;
padding: 20px;
border: 1px solid #c0c0c0;
background: #fff;
overflow: hidden;
}
.c-href {
position: relative;
}
.sticky-title {
text-shadow: 1px 0 black, 0 0px black, 0px 0 black, 0 1px black;
position: absolute;
bottom: 5px;
font-weight: 700;
color: #fff;
font-size: 12px;
padding: 3px 8px;
left: 0;
background: #13aff0;
}
.sca-sticky .c-href {
display: inline-block;
width: 100%;
height: 200px;
overflow: hidden;	
}
.container-sticky .sca-sticky img {
width: 100%;
height: 200px;
object-fit: cover;
object-position: 50% 50%;
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.container-sticky .sca-sticky img:hover {
width: 100%;
height: 200px;
object-fit: cover;
object-position: 50% 50%;
transform: scale(1.4);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
}
.slick-sticky-content  h3 {
line-height: 25px;
}
.sca-sticky-title {
font-size: 30px;
}
.foo-detiles {
font-size: 12px;
} .post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary { }
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error-404 {
width: 100%;
text-align: center;
padding: 20px;
}
.post-thumb-featured {
width: 100%;
height: auto;
display: inline-block;
}
.post-thumb-featured img {
width: 100%;
height: auto;	 
} .c-calender {
position: relative;
z-index: 1;
display: inline-block;
width: 60px;
height: 70px;
background: #fff;
}
.s-month {
background: #13aff0;
margin-top: 7px;
display: inline-table;
position: absolute;
top: 28px;
padding: 3px;
text-align: center;
width: 100%;
height: 45px;
font-size: 11px;
color: #fff;
font-weight: 700;    
border: 1px solid #555;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.s-year {
position: absolute;
top: 0;
padding-top: 11px;
padding-bottom: 5px;
color: #fff;
left: 0;
background: #13aff0;
text-align: center;
font-weight: 700;
font-size: 14px;
width: 100%;
border: 1px solid #555;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.s-date {
position: absolute;
top: 50px;
color: #fff;
font-size: 22px;
font-weight: 900;
text-align: center;
width: 100%;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.s-line {
position: absolute;
z-index: 6;
top: -5px;
left: 2px;
width: 3px;
height: 10px;
background: #333;	
}
.s-line1 {
position: absolute;
z-index: 6;
top: -5px;
left: 11px;
width: 3px;
height: 10px;
background: #333;
}
.s-line2 {
position: absolute;
z-index: 6;
top: -5px;
left: 20px;
width: 3px;
height: 10px;
background: #333;
}
.s-line3 {
position: absolute;
z-index: 6;
top: -5px;
left: 29px;
width: 3px;
height: 10px;
background: #333;
}
.s-line4 {
position: absolute;
z-index: 6;
top: -5px;
left: 38px;
width: 3px;
height: 10px;
background: #333;
}
.s-line5 {
position: absolute;
z-index: 6;
top: -5px;
left: 46px;
width: 3px;
height: 10px;
background: #333;
}
.s-line6 {
position: absolute;
z-index: 6;
top: -5px;
left: 54px;
width: 3px;
height: 10px;
background: #333;
}
.s-0 {
position: absolute;
top: 2px;
left: 1px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-01 {
position: absolute;
top: 2px;
left: 10px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-02 {
position: absolute;
top: 2px;
left: 19px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-03 {
position: absolute;
top: 2px;
left: 28px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-04 {
position: absolute;
top: 2px;
left: 37px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-05 {
position: absolute;
top: 2px;
left: 45px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
}
.s-06 {
position: absolute;
top: 2px;
left: 53px;
background: #fff;
width: 5px;
height: 5px;
border-radius: 50%;
z-index: 5;
box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 33%);
} #commentform {
width: 100%;
}
#commentform .logged-in-as,
#commentform #email-notes {
font-size: 12px;
}
#commentform textarea {
display: inline-block;
max-width: 100%;
background: #eee;
}
#commentform label {
display: block;
padding-bottom: 5px;
}
#commentform{
text-align: left;
}
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-author {
display: inline-block;
margin-bottom: 0;
width: 32.9%;
}
#commentform .requi#13aff0 {
color: #13aff0;
}
#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform .comment-form-author input {
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-list article {
margin-bottom: 10px;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
padding: 0;
margin-bottom: 0;
border: none;
margin-top: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
padding: 5px;
margin: 0;
width: 100%;
text-align: center;
vertical-align: top;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
@media screen and (max-width: 800px) {
body #content #primary,
body #secondary,
.before-header .right-top,
.before-header,
.search-top,
.footer-widgets, #tabs-widget {
position: relative;
width: 100% !important;
float: none !important;
margin: 0 auto !important;
text-align: left;
padding-right: auto;
left: 0;
border: 0;	
}
article, .home article {
width: 100% !important;
}
body #content, body .h-center {
padding: 10px !important;		
}
#secondary, #primary  {
padding: 0 !important;
}
body #content #secondary {
width: 100% !important;
}
.social-pad {
text-align: center;
}
.before-header {
overflow: hidden;
}
.before-header .right-top {
display: block !important; 	
}
.cart-contents,
.search-top {
padding-top: 0;
padding-bottom: 0;
}
.my-cart {
top: 4px;
}
.header-top .cart-contents {
position: relative;
display: inline-block;
top: -20px;
}
.site-branding {
width: 100%;
padding: 10px;		
}
.site-branding .site-title a, .site-title {
font-size: 8vw;
width: 100%;
text-align: center;
}
.site-branding .site-description {
font-size: 4vw;
width: 100%;
text-align: center;
}	
.top-adv {
position: relative;
padding-top: 5px;
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
left: 0;
top: 0;
}
.seos-fa-icons {
position: static;
text-align: center;	
margin: 0 auto;	
padding-bottom: 10px;
}
.header-top {
width:100%;
text-align: center;
position: static;
padding: 0;
margin: 0;
display: inline-table;
padding-bottom: 20px;
}
.seos-fa-icons  a {
margin-top: 5px;
}
.header-top #live-time,
.header-top .left-top,
.header-top .h-email, 
.header-top .h-phone,
.header-top .h-address{
text-align: center;
float: none;
position: static;
margin: 5px 0 5px 0;
}
#live-time .dashicons {
bottom: -2px;
}
.header-top .marquee-vert {
margin: 0;
border: none;
height: 30px;
}
#live-date, 
#live-date,
#live-time {
position: static;
text-align: center;	
}
.search-top, .before-header .right-top {
position: static;
padding-bottom: 0 !important;
width: 10% !important;
text-align: center;		
}
.app-first .app-sub {
width: 100% !important;
}
.ui-tabs .ui-tabs-nav li {
width: 100% !important;
}
nav .s-search-top, nav .s-search-top-mobile,  
nav .woo_log,
.header-right { 
display: none;
}
.mobile-cont {
position: absolute;
display: inline-block;
top: 5px;
left: 60px;
}
.seos-cont-form td {
margin-top: 0;
border-top: 1px solid #333;
border-bottom: 1px solid #000;
}
.header-image {
top: 5px;
}
.dl-menuwrapper li a {
text-align: left;
}
.header-right{
z-index: 99999999;
}
.before-header .search-top {
width: 100%  !important;
margin: 10px 0 10px 0  !important;
}
.before-header .left-top {
width: 100%;
}
#mobile-grid {
position: relative;
display: block;
overflow: hidden;
}
#content {
padding: 10px;
}
.album h2 {
font-size: 20px;
}
.main-navigation ul li {
width: 100%;
float: none;
display: block;
text-align: left;
margin: 0;
padding: 0;
}
.main-navigation ul li a:hover {
opacity: 1;
}
#site-navigation {
position: static; 
max-width: 100%;
display: none;
}
#site-navigation-mobile {
position: static; 
max-width: 100%;
display: none;
}
.main-navigation ul, 
.main-navigation ul ul,
.main-navigation ul ul ul {
position: static; 
width: 100%;	
margin: 0;
padding: 0;
}
.main-navigation li a:hover {
color: #13aff0 !important;
}
.main-navigation ul li a,
.main-navigation ul ul li a,
.main-navigation ul ul ul li a {
padding-left: 10px;
}
.main-navigation ul  li a{
border-bottom: 1px solid #111;
border-top: 1px solid #444;		
}
.main-navigation ul li a{
padding: 10px;
}
.main-navigation ul ul li a{
padding: 5px !important;
padding-left: 10px  !important;
}
.main-navigation ul ul ul li a{
padding-left: 20px !important;
}
.main-navigation ul ul ul ul li a{
padding-left: 30px !important;
}
.main-navigation ul ul ul ul ul li a{
padding-left: 40px !important;
}
.main-navigation ul ul ul ul ul ul li a{
padding-left: 50px !important;
}
.main-navigation ul ul ul ul ul ul ul li a{
padding-left: 60px !important;
}		
#s-button-menu{
display: block;
}
#s-button-menu{
width:60px;
padding: 10px;
margin: 0;
background: none;
z-index: 9;
}
#s-button-menu:hover {
cursor: pointer;
}
#s-button-menu:focus {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
background: #444;
}
.main-navigation ul li {
position: relative;
}
.main-navigation ul li > a:after,
.main-navigation ul ul li > a:after,
.main-navigation ul ul ul li > a:after,
.main-navigation ul ul ul ul li > a:after,
.main-navigation ul ul ul ul ul li > a:after{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.grid-top {
display: none;
}
#primary-menu li a {
padding: 5px;
background-color: #000;
color: #fff;
}
.main-navigation ul ul, .main-navigation ul ul ul {
border-left: none;
display: block;
}
.mobile-logo img {
max-width: 140px;
}
.before-header .woo-log-s, .before-header .my-cart {
position: relative;
float: none;
text-align: center;
left: 0;
right: 0;
}
.before-header .woo-log-s, .before-header .my-cart {
z-index: 99;
}
#site-navigation {
padding: 0 10px;
}
#site-navigation-mobile {
padding: 0 10px;
}
.s-header-right-deg {
text-align: center;
}
#s-close, #s-close-mobile {
right: 14px;
}
article .entry-header {
text-align: center;
}
article header .entry-title {
width: 100%;
font-size: 20px;
}
article header h2 {
padding: 20px 0 0 0;
}
.main-navigation ul li, .main-navigation ul li:hover > ul, .main-navigation ul ul li a:hover {
-webkit-animation-name: none !important;
animation-name: none !important;
-webkit-transform-origin: none !important;
transform-origin: none !important;
}
#content {
overflow: hidden;
}
.seos-cont-form td {
font-size: 12px;
display: block;
width: 100%;
}
.container-sticky .sca-sticky {
width: 100%;
margin: 0;
}
.entry-meta span {
margin-top: 5px;
}
li .description-recent-post .title-recent-post a {
font-size: 12px !important;
}	
.header-top .marquee-vert {
margin: 10px 0;
}
.fig img {
width: 100%;
}
.custom-logo-link {
display: table;
margin: 0 auto;
}
.c-calender {
text-align: left;
}
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
.se-pre-con {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150px;
margin: -75px 0 0 -75px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #3498db;
-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; }
.se-pre-con:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite; animation: spin 3s linear infinite; }
.se-pre-con:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 3px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; }
@-webkit-keyframes spin {
0%   {
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes spin {
0%   {
-webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
}