@charset "UTF-8";
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{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(//virtualxchange.net/wp-content/plugins/reflector-plugins/shortcodes/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;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 .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

.banner-slider-wrap.photography .s-back-switch {
background-position: center;
-webkit-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}
.banner-slider-wrap.photography .s-back-switch::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.35);
}
.banner-slider-wrap.photography .content-wrap {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
text-align: left;
z-index: 1;
}
.banner-slider-wrap.photography .pag-wrapper {
position: absolute;
left: 100px;
bottom: 65px;
z-index: 1;
}
.banner-slider-wrap.photography .subtitle {
color: var(--light-color);
font-size: 15px;
font-weight: 700;
letter-spacing: 10px;
}
.banner-slider-wrap.photography .title {
margin-top: 45px;
color: var(--light-color);
font-size: 50px;
letter-spacing: 4px;
line-height: 1;
font-weight: 700;
}
.banner-slider-wrap.photography .text {
margin-top: 25px;
color: var(--light-color);
font-size: 15px;
letter-spacing: 4px;
font-weight: 400;
}
.banner-slider-wrap.photography .btn-wrapper {
margin-top: 45px;
}
.banner-slider-wrap.photography .pag-title {
color: var(--light-color);
font-size: 15px;
letter-spacing: 2.4px;
}
.banner-slider-wrap.photography .pag-title-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-weight: 400;
}
.banner-slider-wrap.photography .pag-title-wrap i {
margin-right: 15px;
color: var(--light-color);
font-size: 12px;
font-style: normal;
letter-spacing: 4px;
}
.banner-slider-wrap.photography .swiper-pagination {
-webkit-transform: none;
-ms-transform: none;
transform: none;
right: 100px;
bottom: 60px;
top: auto;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
-webkit-border-radius: 0;
border-radius: 0;
margin: 15px auto 15px 0;
width: 40px;
height: 4px;
background-color: rgba(255, 255, 255, 0.8);
-webkit-transition: background-color 0.35s ease, width 0.35s ease;
-o-transition: background-color 0.35s ease, width 0.35s ease;
transition: background-color 0.35s ease, width 0.35s ease;
}
.banner-slider-wrap.photography .swiper-pagination-bullet:hover {
width: 60px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet-active {
width: 60px;
background-color: var(--light-color);
}
@media only screen and (max-width: 1440px) {
.banner-slider-wrap.photography .subtitle {
letter-spacing: 7px;
}
.banner-slider-wrap.photography .title {
font-size: 70px;
margin-top: 40px;
}
.banner-slider-wrap.photography .text {
margin-top: 28px;
}
.banner-slider-wrap.photography .pag-wrapper {
left: 50px;
bottom: 30px;
}
.banner-slider-wrap.photography .swiper-pagination {
right: 50px;
bottom: 23px;
}
}
@media only screen and (max-width: 1200px) {
.banner-slider-wrap.photography .title {
font-size: 65px;
letter-spacing: 10px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 6px;
}
.banner-slider-wrap.photography .text {
letter-spacing: 3px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
margin: 12px 0 12px auto;
}
}
@media only screen and (max-width: 991px) {
.banner-slider-wrap.photography .title {
font-size: 60px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 5.5px;
}
.banner-slider-wrap.photography .text {
margin-top: 30px;
}
}
@media only screen and (max-width: 768px) {
.banner-slider-wrap.photography .title {
font-size: 55px;
letter-spacing: 6px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 4px;
}
.banner-slider-wrap.photography .text {
letter-spacing: 2px;
font-size: 14px;
}
.banner-slider-wrap.photography .pag-wrapper {
left: 15px;
}
.banner-slider-wrap.photography .swiper-pagination {
right: 15px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet {
width: 35px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet:hover {
width: 55px;
}
.banner-slider-wrap.photography .swiper-pagination-bullet-active {
width: 55px;
}
.banner-slider-wrap.photography .pag-title-wrap i {
margin-right: 10px;
}
}
@media only screen and (max-width: 576px) {
.banner-slider-wrap.photography .title {
font-size: 40px;
letter-spacing: 2px;
margin-top: 30px;
}
.banner-slider-wrap.photography .subtitle {
letter-spacing: 2px;
font-size: 13px;
}
.banner-slider-wrap.photography .text {
font-size: 12px;
letter-spacing: 1px;
margin-top: 25px;
}
.banner-slider-wrap.photography .btn-wrapper {
margin-top: 40px;
}
.banner-slider-wrap.photography .pag-wrapper {
max-width: 200px;
bottom: 15px;
}
.banner-slider-wrap.photography .pag-title {
letter-spacing: 1px;
}
.banner-slider-wrap.photography .swiper-pagination {
bottom: 10px;
}
}
.banner-slider-wrap.andra .swiper-slide {
width: 50% !important;
}
.banner-slider-wrap.andra .s-back-switch {
background-position: center;
background-size: cover;
min-height: 640px;
max-height: 90vh;
margin: 0 25px;
}
.banner-slider-wrap.andra .swiper-pagination {
position: static;
margin-top: 30px;
color: transparent;
font-size: 15px;
font-weight: 700;
letter-spacing: normal;
line-height: 2;
text-align: center;
}
.banner-slider-wrap.andra .swiper-pagination span {
color: var(--dark-color);
display: none;
background-color: transparent;
width: auto;
height: auto;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child, .banner-slider-wrap.andra .swiper-pagination span:last-of-type {
display: inline-block;
opacity: 1;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child {
position: relative;
margin-right: 19px;
}
.banner-slider-wrap.andra .swiper-pagination span:first-child::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
height: 1px;
width: 20px;
margin: 0 7px;
background-color: var(--grey-color);
}
.banner-slider-wrap.andra .swiper-pagination .swiper-pagination-total {
color: var(--grey-color);
}
@media only screen and (max-width: 1199px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 440px;
}
}
@media only screen and (max-width: 1024px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 400px;
margin: 0 15px;
}
}
@media only screen and (max-width: 768px) {
.banner-slider-wrap.andra .swiper-slide {
width: 100% !important;
margin: 0;
}
.banner-slider-wrap.andra .s-back-switch {
min-height: 350px;
}
}
@media only screen and (max-width: 480px) {
.banner-slider-wrap.andra .s-back-switch {
min-height: 380px;
}
}
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 13rem;
height: inherit;
position: relative;
}
.simple_slider .owl-container-gallery .owl-stage-outer,
.simple_slider .owl-container-gallery .owl-stage {
height: inherit;
}
.simple_slider .owl-container-gallery .owl-slide {
height: 100%;
background-position: center;
background-size: cover;
position: relative;
}
.simple_slider .owl-container-gallery .owl-slide::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.simple_slider .owl-container-gallery .owl-slide img {
max-height: 100%;
width: auto;
}
.simple_slider .owl-container-gallery .owl-prev,
.simple_slider .owl-container-gallery .owl-next {
color: transparent;
-webkit-transition: all 350ms ease;
-moz-transition: all 350ms ease;
-ms-transition: all 350ms ease;
-o-transition: all 350ms ease;
transition: all 350ms ease;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.simple_slider .owl-container-gallery .owl-prev::before,
.simple_slider .owl-container-gallery .owl-next::before {
display: inline-block;
font-family: "Ionicons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--dark-color);
font-size: 33px;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 75px;
}
.simple_slider .owl-container-gallery .owl-prev::before {
content: "";
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 68px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 75px;
}
.simple_slider .owl-container-gallery .owl-next::before {
content: "";
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 68px;
}
.simple_slider .owl-container-gallery .caption {
color: var(--dark-color);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 50px;
}
.simple_slider .owl-container-gallery .caption .subtitle {
font-family: var(--font2);
font-size: 30px;
line-height: 1.6;
font-weight: 400;
color: var(--light-color);
letter-spacing: 0;
font-style: italic;
}
.simple_slider .owl-container-gallery .caption .title {
font-size: 70px;
line-height: 1.3;
margin: 20px 0 17px;
font-weight: 700;
color: var(--light-color);
letter-spacing: 1.2px;
text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 9rem;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 50px;
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 43px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 50px;
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 43px;
}
.simple_slider .owl-container-gallery .caption .title {
font-size: 55px;
margin: 20px 0 20px;
}
.simple_slider .owl-container-gallery .caption .subtitle {
font-size: 26px;
}
}
@media only screen and (max-width: 1300px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 6rem;
}
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 50px;
}
.simple_slider .owl-container-gallery .owl-item .subtitle {
font-size: 24px;
}
.simple_slider .owl-container-gallery .owl-prev {
left: 30px;
}
.simple_slider .owl-container-gallery .owl-prev:hover {
left: 23px;
}
.simple_slider .owl-container-gallery .owl-next {
right: 30px;
}
.simple_slider .owl-container-gallery .owl-next:hover {
right: 23px;
}
}
@media only screen and (max-width: 991px) {
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 40px;
margin: 17px 0 20px;
}
.simple_slider .owl-container-gallery .owl-item .subtitle {
font-size: 22px;
}
}
@media only screen and (max-width: 768px) {
.simple_slider .owl-container-gallery .owl-item {
padding: 5rem 1rem 1rem;
}
.simple_slider .owl-container-gallery .owl-prev,
.simple_slider .owl-container-gallery .owl-next {
display: none;
}
}
@media only screen and (max-width: 576px) {
.simple_slider .owl-container-gallery .owl-item .caption {
padding: 20px;
}
.simple_slider .owl-container-gallery .owl-item .title {
font-size: 30px;
margin: 15px 0 20px;
}
}.cookielawinfo-column-1 {width: 25%;}
.cookielawinfo-column-2 {width: 10%;}
.cookielawinfo-column-3 {width: 15%;}
.cookielawinfo-column-4 {width: 50%;} .cookielawinfo-simple thead {width: 100%;}
.cookielawinfo-simple td {padding: 5px 5px 5px 0;vertical-align: top;}
.cookielawinfo-simple thead th {padding-right: 10px;text-align: left;} .cookielawinfo-modern {border: 1px solid #e3e3e3;background-color: #f2f2f2;width: 100%;border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.cookielawinfo-modern td, .cookielawinfo-modern th {padding: 5px;color: #333;}
.cookielawinfo-modern thead {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;padding: .2em 0 .2em .5em;text-align: left;color: #4B4B4B;background-color: #C8C8C8;background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e3e3e3), color-stop(.6,#B3B3B3));background-image: -moz-linear-gradient(top, #D6D6D6, #B0B0B0, #B3B3B3 90%);border-bottom: solid 1px #999;}
.cookielawinfo-modern th {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 17px;line-height: 20px;font-style: normal;font-weight: normal;text-align: left;text-shadow: white 1px 1px 1px;}
.cookielawinfo-modern td {line-height: 20px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.cookielawinfo-modern tr.cookielawinfo-row:hover {background-color: #fff;} .cookielawinfo-elegant {border: 1px solid #DFDFDF;background-color: #F9F9F9;width: 100%;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;color: #333;}
.cookielawinfo-elegant tr {border-top-color: white;border-bottom: 1px solid #DFDFDF;color: #555;}
.cookielawinfo-elegant th {text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;font-weight: normal;padding: 7px 7px 8px;text-align: left;line-height: 1.3em;font-size: 14px;}
.cookielawinfo-elegant td {font-size: 12px;padding: 4px 7px 2px;vertical-align: top;} .cookielawinfo-rounded {background-color: #f5f5f5;padding: 5px;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border: 1px solid #ebebeb;}
.cookielawinfo-rounded td, .rounded th {padding: 1px 5px;}
.cookielawinfo-rounded thead {text-shadow: 0 1px 0 white;color: #999;}
.cookielawinfo-rounded th {text-align: left;text-transform: uppercase;font-size: 11pt;border-bottom: 1px solid #fff;padding: 1px 5px;}
.cookielawinfo-rounded td {font-size: 10pt;padding: 5px;}
.cookielawinfo-rounded tr.cookielawinfo-row:hover {background-color: #fff;} table.cookielawinfo-classic {font-family: Verdana, Arial, Helvetica, sans-serif;border-collapse: collapse;border-left: 1px solid #ccc;border-top: 1px solid #ccc; color: #333;}
table.cookielawinfo-classic thead tr th {text-transform: uppercase;background: #e2e2e2;}
table.cookielawinfo-classic tfoot tr th, table.cookielawinfo-classic tfoot tr td {text-transform: uppercase;color: #000;font-weight: bold;}
table.cookielawinfo-classic tfoot tr th {width: 20%;}
table.cookielawinfo-classic tfoot tr td {width: 80%;}
table.cookielawinfo-classic td, table.cookielawinfo-classic th {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 5px;line-height: 1.8em;font-size: 0.8em;vertical-align: top;width: 20%;}
table.cookielawinfo-classic tr.odd th, table.cookielawinfo-classic tr.odd td {background: #efefef;} table.cookielawinfo-winter {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 10px 0 20px; border-collapse: collapse; color: #333; background: #F3F5F7;}
table.cookielawinfo-winter a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}
table.cookielawinfo-winter a:visited {color: #777;}
table.cookielawinfo-winter a:hover {color: #000;}
table.cookielawinfo-winter caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 200% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}
table.cookielawinfo-winter thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}
table.cookielawinfo-winter tbody {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody {border-bottom: 1px solid #EAECEE;}
table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {padding: 10px; background: url(//virtualxchange.net/wp-content/plugins/cookie-law-info/legacy/images/td_back.gif) repeat-x; text-align: left;}
table.cookielawinfo-winter tbody tr {background: #F3F5F7;}
table.cookielawinfo-winter tbody tr.odd {background: #F0F2F4;}
table.cookielawinfo-winter tbody  tr:hover {background: #EAECEE; color: #111;}
table.cookielawinfo-winter tfoot td, table.cookielawinfo-winter tfoot th, table.cookielawinfo-winter tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;} @media(max-width:800px) {
table.cookielawinfo-row-cat-table td, table.cookielawinfo-row-cat-table th
{
width:23%;
font-size:12px;
word-wrap: break-word;
}
table.cookielawinfo-row-cat-table .cookielawinfo-column-4, table.cookielawinfo-row-cat-table .cookielawinfo-column-4
{
width:45%;
}
}
.cookielawinfo-row-cat-title{
border-bottom: 1px solid #eee;
text-align: center;
}
.cookielawinfo-row-cat-title-head{
text-align: center;
}
.cookielawinfo-row-cat-table{
width: 99%;
margin-left: 5px;
}body{
--light-color: #ffffff;
--black-color: #393d39;
--dark-color: #000000;
--main-color: #91a368;
--light-main-color: #e4eee4;
--grey-color: #8f918a;
--light-grey-color: #aab7aa;
}
.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
font-family: "Oswald" !important; font-weight: 600 !important;
font-size: 15px !important;line-height:16px !important;}
a {
font-family: "Oswald" !important; font-weight: 600 !important;
font-size: 15px !important;line-height:20px !important;}
h1,
h1a {
font-family: Oswald !important;font-size: 42px !important;
line-height: normal; font-weight: 300 !important;
}
h2,
h2a {
font-family: Oswald !important;font-size: 18px !important;
line-height: normal; font-weight: 300 !important;
}
h3,
h3a {
font-family: Oswald !important;font-size: 24px !important;
line-height: normal;}
h4,
h4a {
font-family: Oswald !important;font-size: 16px !important;
line-height: normal; font-weight: 300 !important;
}
h5,
h5a {
font-family: Oswald !important;font-size: 22px !important;
line-height: normal; font-weight: 600 !important;
}
h6,
h6a {
font-family: Oswald !important;font-size: 15px !important;
line-height: normal;}
#topmenu ul li a {
font-family: "Oswald", sans-serif !important;
font-size: 15px !important;
line-height: 16px !important;
}
#topmenu ul ul li a {
font-family: "Oswald", sans-serif !important;
font-size: 14px !important;
line-height: 16px !important;
}