.owl-wrapper { max-height: 250px; overflow: hidden; }
.main_side { margin-top: 20px; margin-right: 40px; }
.main_section { max-width: none; padding: 0 20px; }
.main_content>.inner { max-width:1600px !important; }
.main_articles { display: flex; flex-wrap: wrap; }
.main_articles>article {
    -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
    width: calc(25% - 40px);
    margin: 20px;
    padding: 0;
    display: inline-block;
}



@media (max-width:799px) {
.main_section {
    padding: 0;
}
}
@media (max-width: 1450px) {
.main_articles>article {
    width: calc(33% - 40px);
}
}
@media (max-width: 1100px) {
.main_articles>article {
    width: calc(50% - 40px);
}
}
@media (max-width: 640px) {
.main_articles>article {
    width: calc(100% - 40px);
}
}
.main_paging { margin-left: 20px; width: 100%; }
.main_articles article .articlecnt .cnt>span, .main_articles article .articlecnt .namedatetime>span  {
    font-family: Univers-Light, sans-serif;
    color: #333;
    font-size: 1.4rem;
}
.main_articles article .articlecnt h1 a, .main_articles article .articlecnt h2 a { font-family: Trajan-Regular, sans-serif; text-transform: uppercase; font-size: 2rem; }
.main_articles>article .stylearticle { display: flex; flex-direction: column; }
.main_articles>article .stylearticle .thumbnail { width: 100%; height: 200px; }
.main_articles>article .stylearticle .thumbnail a {
    display: block;
    background-size: cover;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.main_articles article .articlecnt { padding-right: 20px!important; padding-left: 20px!important; padding-top: 20px!important; padding-bottom: 20px!important; }
.main_articles>article .stylearticle .thumbnail a img { visibility: hidden; }

.main_articles>article:first-of-type { width: 100%; }
.main_articles>article:first-of-type .stylearticle { flex-direction: row; }
.main_articles>article:first-of-type .stylearticle .thumbnail { width: 50%; height: 400px; }

.bottom_gadgets .gadgets_engage .inner .engage-button .writebuttonm, .main_banner .gadgets_engage .inner .engage-button .writebuttonm, .main_side .gadgets_engage .inner .engage-button .writebuttonm { font-family: Trajan-Regular, sans-serif; font-weight: normal; background-color: #b0804d!important;    font-size: 2.4rem; }
.main_side .gadgets_engage .inner .engage-button .signup { font-size: 1.6rem;
font-family: Univers-Light, sans-serif; }
.gallery-header {
    text-align: center;
    margin-bottom: 15px!important;
    margin-top: 30px!important;
}
.main_paging>.inner>a {
    border-radius: 0;
    font-family: Univers-Light;
    letter-spacing: 0.1rem;
}
.owl-navigation .fa-caret-right { margin-left: 5px; }
.owl-navigation .fa-caret-left { margin-right: 5px; }
.owl-viewall { display: none; }
.owl-next, .owl-prev, .owl-viewall {
    text-decoration: none;
    background: #676767;
    border-radius: 0;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: Trajan-Regular, sans-serif;
    padding: 15px 30px;
    margin-top: 20px!important; 
}
.owl-next { margin-left: 10px!important; }
.owl-prev { margin-right: 10px!important; }
.main_footer > .inner { max-width: none; width: 100%; padding: 0; display: flex; flex-direction: column; }
.main_footer>.inner .powered {
    background: #333;
    color: white;
    font-size: 1.4rem;
    text-align: center;
    padding: 20px;
    font-family: Univers-Light;
}
.main_footer>.inner .powered a { color: white; font-weight: bold; }

/* Fonts */
@font-face {
    font-family: Trajan-Regular;
    src: url(https://fs.go.iopw.com/FileServer/sites/161/fonts/TrajanPro-Regular.ttf);
}
@font-face {
    font-family: Univers-Light;
    src: url(https://fs.go.iopw.com/FileServer/sites/161/fonts/Univers-Light.ttf);
}
/* Base */
.trajan_reg {font-family: Trajan-Regular, sans-serif!important;}
.univers_light {font-family: Univers-Light, sans-serif!important;}
.gold {color: #b0804d!important;}
.grey {color: #333333!important;}
.black {color: #000!important;}
.white {color: #fff!important;}
.gold_bg {background-color: #b0804d!important;}
.grey_bg {background-color: #333333!important;}
.black_bg {background-color: #000!important;}
.white_bg {background-color: #fff!important;}
h1, h2, h3, h4, h5, h6, p, a, span {margin: 0!important;}
ul {padding: 0!important; list-style: none!important;}
p {font-size: 1.1rem!important; line-height: 1.6rem!important;}
h1 {font-size: 2.6rem!important;}
h2 { font-size: 1.4rem!important;}
.row { margin: 0!important; }
.wrapper {width: 90%; margin: 0 auto; max-width: 1500px;}
* {-webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
.contentbuilder-inner, .row, .column {padding:0!important;}
.contentbuilder-inner {max-width: none!important;}
.banner-button a {font-family: Poppins, sans-serif!important;}
.swiper-banner-container .swiper-slide-background.banner-padding-lg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu .caret {
  margin-left: 5px!important;
}
@media (min-width: 900px) {
  .contentbuilder-css .column.half {
    width: 50%;
  }
  .contentbuilder-css .column.fourth {
    width: 25%;
  }
  .contentbuilder-css .column.third {
    width: 33.33%;
  }
}
@media (max-width: 899px) {
  .contentbuilder-css .column.half, .contentbuilder-css .column.fourth, .contentbuilder-css .column.third {
    width: 100%;
  }
}

/* HEADER */
.section-header-inner {
  background-image: url(http://fs.go.iopw.com/FileServer/sites/161/images/banner.png);
  padding: 200px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-header-inner .container-fluid {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 10px 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-header .navbar .navbar-header {
  margin-bottom: 20px;
}
.section-header .navbar .navbar-header a img {
  max-width: none;
  max-height: none;
  height: 70px;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
  font-family: Trajan-Regular, sans-serif;
  color: white;
}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li > a::before {
  border-left: 0px;
}
@media (max-width: 768px) {
  .section-header-inner {
    padding: 80px 0;
  }
  .section-header .navbar .navbar-header a img {
    height: 35px;
  }
  .section-header .navbar .navbar-toggle .icon-bar {
    width: 22px;
    height: 2px;
    margin: 5px 0!important;
  }
  .section-header .container-fluid {
    position: relative;
  }
  .section-header .navbar .navbar-toggle {
    padding: 0;
    margin-left: 20px;
    margin-top: 5px;
  }
  .section-header .navbar-menus {
    width: 100%;
    position: absolute;
    top: 85px;
    background: rgba(0, 0, 0, 1);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .section-header .navbar-menus .navbar-nav {
    padding: 20px 0!important;
  }
  .nav>li {
    text-align: center;
  }
}

.main_header { display: none;}
.section-header .navbar-menus ul.navbar-nav.ul-after-dash > li span.menu {
    font-size: 1.8rem;
    padding: 0 14px;
}
li.header-menu-1st {
  display: inline-block;
}
.sr-only { display: none; }
.navbar-toggle { background: none; border: 0; }
.icon-bar { display: block; margin: 5px 0!important; width: 22px; height: 2px; background-color: white; }
@media (min-width: 768px) {
  .navbar-toggle { display: none; }
}
@media (max-width: 768px) {
  .navbar-toggle:focus { outline: none; }
  .navbar-toggle { cursor: pointer; }
  li.header-menu-1st {
    display: block;
    padding: 10px 0;
  }
  .section-header .navbar-menus {
    z-index: 99;
    top: 80px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -10px!important;
    width: 100vw;
  }
  .section-header .navbar-menus.openNav {
    max-height: 2000px;
  }
  .navbar-nav { border-top: 1px solid white; }
}
#d-top-0>.inner .engage-button .writebuttonm { font-family: Trajan-Regular, sans-serif; }

/* FOOTER */
footer {
  padding: 0!important;
}
footer p {
  font-size: 1.6rem!important;
}
footer h2 {
  font-size: 2.6rem!important;
}
.footer-container .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  max-width: 1500px;
}
.footer-left {
  width: 70%;
}
.footer-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 400px;
}
.footer-right p {
  font-size: 4rem!important;
}
.footer-left-top {
  margin-bottom: 80px;
}
.footer-left-top  img {
  height: 60px;
}
.footer-left-bottom {
  display: flex;
  flex-wrap: wrap;
}
.footer-left-bottom .block {
  margin-bottom: 50px;
  margin-right: 80px;
}
.footer-left-bottom .block h2 {
  margin-bottom: 30px!important;
}
.footer-left-bottom .block p {
  line-height: 2.8rem!important;
}
.footer-left-bottom .block .footer-copyright {
  margin-top: 40px!important;
}
@media (max-width: 1200px) {
  .footer-right {
    display: none;
  }
  .footer-left {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .footer-left-top img {
    height: 40px;
  }
}



/*

#gadget_3054{
background-color: #eeeeee;
padding: 20px;
border-radius: 10px;
}

#gadget_3054 h2{
font-size: 20px;
color: black;
font-weight: bold;
margin-left:4px;
}
#gadget_3054 .artists_content{
font-weight: 600;
width: 255px;
margin-top: 2px;
margin-left: 4px;
}
#gadget_3054 a{
font-style: italic;
font-size: 12px;
color: black;
}
#gadget_3054 img{width: 100%;}

.backtohometop .clbacktohome{
  padding: 3px 8px;
  background: #ff8031;
  color: #ffffff;
  margin-top: 7px;
  font-weight: bold;
}
.backtohometop .clbacktohome a, .backtohometop .clbacktohome a:hover { color: #ffffff;}

@media screen and (max-width: 350px){
.backtohometop .clbacktohome { font-size: 11px; padding: 2px 5px;}
}

*/