/*
Theme Name: Margot
Theme URI: http://inibot.com/margot/
Author: Inibot
Author URI: http://inibot.com
Text Domain: margot
*/

    .navbar{background:#2f3667;border:none;margin-bottom:0;}
    .navbar .container{margin-bottom:0;}        
    .navbar a{color:#a2a7c4;}
    .navbar a:hover{color:#fff;}
    .navbar .navbar-brand{padding:0px 10px !important;/*border-right:1px solid rgba(0,0,0,0.5);*/height:inherit !important;}
    a.navbar-btn{background:none;color:#FFF;}
    a.navbar-btn:hover{background:#FFF;color:#2f3667;}
    .navbar-inverse .sfvsnyc{padding:15px 0 14px 14px;margin-left:14px;border-left:1px solid rgba(0,0,0,0.8);float:right;color:#FFF;vertical-align:middle;}
    ul.nav-mobi{margin-bottom:0;display:inline-block;list-style-type:none;padding:0;}
    ul.nav-mobi li{display:inline;float:left}
    .nav-mobi>li>a{display:block;padding:13px 12px 13px 12px;text-transform: uppercase;font-size:16px;color:#a2a7c4;}
    .nav-mobi .active>a{border-bottom:2px solid #f89725;color:#FFF;}
    #mrg-page .container, #mrg-page .nav:after, #mrg-page .navbar:after, #mrg-page .navbar-header:after, #mrg-page .navbar-collapse:after{clear:none !important;}

    .sub-nav{
      line-height:50px;
      height:50px;
      margin-top:-52px;
      background:#465099;
      font-size:16px;
      overflow:none;
      white-space:nowrap;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
    }
    .sub-nav ul {margin:0;}
    .sub-nav ul li{padding-right:20px;}
    .sub-nav ul li a{color:#a2a7c4;}
    .sub-nav ul li.active a{color:#fff;}
    .sub-nav.active{
      margin-top:0;
    }

    .navbar{background:#2f3667;border:0;margin-bottom:0}.navbar .container{margin-bottom:0}.navbar a{color:#a2a7c4;text-decoration:none}.navbar a:hover{color:#fff}.navbar a.navbar-btn{background:0;color:#FFF}.navbar a.navbar-btn:hover{background:#FFF;color:#2f3667}.navbar .location{border-right:1px solid rgba(0,0,0,.8)}.navbar .mobile-nav-icon{display:none}.navbar ul.nav-mobi{display:inline-block;list-style-type:none;margin-bottom:0;padding:0}.navbar ul.nav-mobi li{display:inline;float:left}.navbar ul.nav-mobi li a{color:#a2a7c4;display:block;font-size:16px;padding:13px 12px 13px 12px;text-transform:uppercase}.navbar ul.nav-mobi li.active a,.navbar ul.nav-mobi li.open a,.navbar ul.nav-mobi li:hover a{color:#FFF}.navbar ul.nav-mobi li.active a{border-bottom:2px solid #f89725}.navbar .navbar-toggle{border-color:none!important;padding:17px}.navbar button.user-dropdown{margin:4px 0;padding:0;border:1px solid #FFF;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box}.navbar button.user-dropdown img{height:40px;width:40px}.mobile-nav-location{background:#d9edf7;text-align:center;padding:10px;display:none}.mobile-nav-location .btn{margin-left:6px}.location>.dropdown-menu{width:510px;background:#FFF;background:rgba(255,255,255,.9);padding:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;border-color:#2f3667;border-top:0}ul.city-picker-dropdown{padding:25px 25px 25px 10px;margin:0;list-style:none;width:inherit;float:left}ul.city-picker-dropdown li{margin-left:15px;padding:0;display:inline-block;overflow:hidden}ul.city-picker-dropdown li a{position:relative;padding:0!important;border:1px solid transparent}ul.city-picker-dropdown li a .city-name{position:absolute;top:50%;left:50%;-webkit-transform:translatex(-50%) translatey(-50%) translatez(0) scale(1,1);transform:translatex(-50%) translatey(-50%) translatez(0) scale(1,1);text-align:center;font-weight:700;color:#FFF;-webkit-font-smoothing:antialiased;text-shadow:0 0 1px #000;width:100%;font-size:18px}ul.city-picker-dropdown li a img{width:220px;height:130px}ul.city-picker-dropdown li a:hover{border-color:#2f3667}

    #footer{
      background:#2f3667;
      padding:20px 0;
      margin-top:0px;
      color:#FFF;
    }
    #footer a{color:#FFF;}
    #footer ul{list-style:none;}
    #footer ul strong{text-transform:uppercase;}


/* =============================================================================
   General
   ============================================================================= */

body {
  background: #FFF;
  font-family: "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif; }

a, a:link {
  color: #0044CC;
  text-decoration: none; }

#nn-wrap a:hover {
  color: #609;
  text-decoration: none; }

.clearfix, .wave {
  *zoom: 1; }

.clearfix:before, .clearfix:after, .wave:before, .wave:after {
  display: inline-block;
  content: "";
  line-height: 0; }

.clearfix:after, .wave:after {
  clear: both; }

.cell {
  overflow: hidden;
  display: table-cell;
  zoom: 1; }

.aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center; }

.alignright {
  float: right;
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.nopadding {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0; }

.wp-video {
  width: 100%; }

.entry-video {
  margin-bottom: 15px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

a.btn, a.btn:link {
  color: #fff; }
.navbar [class*="icon-"]::before{
  content: none;

}
[class*="icon-"]::before, .btn-icon a:before, .widget_search #searchform:before {
  content: "\e648";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
  position: relative;
  line-height: 1;
  top: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sep-str {
  width: 100%;
  border: none;
  height: 10px;
  background: transparent url(../img/stripe3.png);
  opacity: 0.9;
  margin: 0px 0 25px; }

.single-post .entry-content .video-in, .mrg-page .entry-content .video-in, #secondary .video-in, #footer .video-in {
  display: block;
  margin: 0 auto;
  max-width: 718px; }

.accordion {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.panel-title {
  margin: 5px 0 !important; }

.tooltip.top .tooltip-arrow {
  border-top-color: #111; }

.tooltip-inner {
  background-color: #222; }

.fb-comments-count {
  display: inline; }

/* =============================================================================
   Content Layout
   ============================================================================= */
#mrg-content, #mrg-media-box, #secondary {
  padding-top: 15px !important; }

.single-post #mrg-content, #secondary {
  padding-top: 20px; }

.container {
  margin-bottom: 20px; }

#mrg-wrap {
  position: relative; }

.omega {
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative; }

.omega:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

.col-feed:before {
  content: "";
  border-right: 1px solid #ccc;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0; }

.border-push {
  border: 0;
  border-right: 1px solid #ccc;
  height: 100%;
  margin: 0;
  bottom: 0;
  position: absolute; }

.unroll {
  margin-left: -19px;
  margin-right: -20px;
  clear: both; }

.untop {
  margin: 0; }

.mrg-sbl .col-feed:before {
  border-left: 1px solid #ccc;
  content: "";
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0; }

.full-single .border-push, .full-single .col-feed:before,
.page-full .col-feed:before, .page-full .border-push {
  border: none !important; }

.page-full .mrg-full-header #mrg-content {
  padding-top: 20px !important; }

.page-full .unroll {
  margin-left: 0;
  margin-right: 0; }

.mrg-int-header .mrg-post-header {
  margin: 20px 0 0 0;
}

.mrg-int-header .mrg-head-title {
  border: 0;
  border-bottom: 1px solid #ccc;
  position:absolute;
  bottom:0px;
}

/* =============================================================================
   Title Separator
   ============================================================================= */
h3.pretitle {
  position: relative;
  display: block;
  color: #000;
  text-transform: uppercase;
  padding: 0px 0px 0px;
  margin: 0 0 15px 0px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 100%; }
  h3.pretitle span {
    position: relative;
    font-size: 24px;
    padding: 0px 0px 12px 20px;
    color: #000;
    border-bottom: 1px solid #0044CC;
    z-index: 333;
    display: inline-block;
    margin-bottom: -1px; }
  h3.pretitle span span {
    font-size: 1em;
    padding: 0; }
  h3.pretitle a, h3.pretitle span a {
    color: #000; }

h3.septitle {
  margin: 0px 0 20px; }

h3.center-title {
  text-align: center; }

h3.center-title span {
  padding: 0px 0px 10px 0px; }

h3.off-title {
  margin-left: -20px;
  margin-bottom: 20px;
  width: 122%; }

/* =============================================================================
   Header
   ============================================================================= */
#mrg-top {
  background: #111;
  padding-top: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee; }
  #mrg-top .container {
    max-width: 100%;
    margin-bottom: 0;
    position: relative; }

.container-main-nav {
  margin-top: 0 !important; }

#mrg-logo-bar {
  color: #fff;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden; }

#mrg-logo-bar .site-description {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  color: #eee;
  display: inline-block;
  border-left: 1px solid RGBA(221, 221, 221, 0.2);
  margin: 0 0 0 5px;
  padding: 10px;
  top: 0;
  position: relative; }

#mrg-logo-bar img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

#mrg-logo-bar h1.logo-img {
  display: inline-block;
  position: relative;
  line-height: 0;
  padding: 0;
  margin: 0;
  top: 5px; }

#mrg-logo-bar h1.logo {
  font-size: 2.1em;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  top: 6px;
  line-height: 1; }
  #mrg-logo-bar h1.logo a {
    color: #fff; }

#mrg-logo-menu {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  top: 14px;
  float: right;
  margin: 0 0 0 10px;
  padding: 0;
  margin-right: -1px; }

#mrg-social-bar {
  color: #fff; }
  #mrg-social-bar .mini-icons {
    float: right;
    text-align: right;
    display: inline-block;
    padding: 14px 0 5px;
    margin: 0;
    color: #000 !important; }
  #mrg-social-bar .mini-icons [class*="icon-"]:hover {
    border-color: transparent; }

#mrg-search-bar {
  position: absolute;
  right: 20px;
  top: 0px;
  padding-top: 8px;
  height: 63px;
  width: 55px;
  min-width: 55px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  overflow: hidden; }

#mrg-search-bar.active, #mrg-search-bar.srch-hvr:hover {
  background: #fff;
  width: 250px; }

#mrg-search-bar.active .nav-search input, #mrg-search-bar.srch-hvr:hover .nav-search input {
  position: absolute;
  width: 75%;
  background: none;
  border-bottom: 1px solid #ddd;
  opacity: 1; }

#mrg-search-bar .srch_btn {
  height: 50px;
  width: 23px;
  color: #fff;
  margin: 0 6px;
  padding: 7px;
  float: left; }
#mrg-search-bar .srch_btn:before {
  content: "\e67f";
  line-height: 1;
  top: 6px;
  left: 3px;
  color: #111;
  font-size: 20px; }

.nav-search {
  line-height: 10px;
  color: #111;
  width: 100%; }

.nav-search input {
  float: right;
  width: 0;
  background: none;
  height: 40px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0 10px 4px 0;
  font-size: 15px;
  color: #333;
  outline: none;
  border-radius: 0;
  border: 0;
  opacity: 0;
  -webkit-appearance: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  left: 52px; }

.nav-search input::-webkit-input-placeholder {
  color: #333; }

.nav-search input::-moz-placeholder {
  color: #333; }

.nav-search input:-moz-placeholder {
  color: #333; }

.nav-search input:-ms-input-placeholder {
  color: #333; }

.nav-search input:focus {
  color: #333; }

.nav-search label {
  display: none; }

#mrg-mobile-nav {
  display: block;
  position: relative;
  float: left;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 18px 18px 18px;
  cursor: pointer; }

#mrg-mobile-nav .icon-menu::before {
  content: "\e601";
  color: #111;
  font-size: 24px;
  padding: 0;
  left: 2px; }

#mrg-mobile-nav .icon-menu {
  padding: 0 5px 0 0; }

.bnr-section {
  padding: 0;
  overflow: hidden;
  text-align: center !important;
  margin: 0 auto !important; }

.bnr-section ins {
  display: block;
  margin: 0 auto 20px;
  padding: 0; }

.bnr-section .img-responsive {
  margin: 0 auto;
  text-align: center; }

.mrg-unit {
  margin-top: 0 !important;
  padding-top: 0 !important; }

/* ! =============================================================================
	Main Nav (Header//Footer)
	============================================================================= */
#mrg-nav {
  position: relative;
  background: #fff;
  height: 64px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee; }
  #mrg-nav .container {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative; }

#mrg-nav .main-nav {
  border-right: 1px solid #eee;
  width: 100%; }

#mrg-nav .sf-menu, .btm-nav .sf-menu {
  float: left;
  margin-bottom: 1em; }
#mrg-nav .sf-menu, #mrg-nav .sf-menu *, .btm-nav .sf-menu, .btm-nav .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase; }
#mrg-nav .sf-menu > li, .btm-nav .sf-menu > li {
  float: left; }
#mrg-nav .sf-menu li:hover > ul, #mrg-nav .sf-menu li.sfHover > ul, .btm-nav .sf-menu li:hover > ul, .btm-nav .sf-menu li.sfHover > ul {
  display: block; }
#mrg-nav .sf-menu ul ul, .btm-nav .sf-menu ul ul {
  top: 0;
  left: 100%; }
#mrg-nav .sf-menu li, .btm-nav .sf-menu li {
  position: relative;
  white-space: nowrap;
  *white-space: normal; }
#mrg-nav .sf-menu ul, .btm-nav .sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 12em;
  *width: 12em; }
#mrg-nav .sf-menu a, .btm-nav .sf-menu a {
  display: block;
  position: relative;
  border-left: 0px solid #eee;
  border-bottom: 1px solid transparent;
  padding: 19px 1em 23px;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #000;
  font-size: 15px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
#mrg-nav .sf-menu ul a, .btm-nav .sf-menu ul a {
  padding: .8em 1em;
  border: 0;
  border-bottom: 1px solid #eee; }
#mrg-nav .sf-menu a:hover, #mrg-nav .sf-menu .current-menu-item a, .btm-nav .sf-menu a:hover, .btm-nav .sf-menu .current-menu-item a {
  border-bottom: 1px solid #0044CC;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }
#mrg-nav .sf-menu ul li, .btm-nav .sf-menu ul li {
  background: #fff;
  padding: 0;
  margin: 0; }
#mrg-nav .sf-menu ul ul li, .btm-nav .sf-menu ul ul li {
  background: #eee; }
#mrg-nav .sf-arrows .sf-with-ul, .btm-nav .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; }
#mrg-nav .sf-arrows .sf-with-ul:after, .btm-nav .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #000; }
#mrg-nav .sf-arrows > li > .sf-with-ul:focus:after, #mrg-nav .sf-arrows > li:hover > .sf-with-ul:after, #mrg-nav .sf-arrows > .sfHover > .sf-with-ul:after, .btm-nav .sf-arrows > li > .sf-with-ul:focus:after, .btm-nav .sf-arrows > li:hover > .sf-with-ul:after, .btm-nav .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333; }
#mrg-nav .sf-arrows ul .sf-with-ul:after, .btm-nav .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  border-left-color: rgba(155, 155, 155, 0.5); }
#mrg-nav .sf-arrows ul li > .sf-with-ul:focus:after, #mrg-nav .sf-arrows ul li:hover > .sf-with-ul:after, #mrg-nav .sf-arrows ul .sfHover > .sf-with-ul:after, .btm-nav .sf-arrows ul li > .sf-with-ul:focus:after, .btm-nav .sf-arrows ul li:hover > .sf-with-ul:after, .btm-nav .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

#mrg-nav.append {
  /* Fixed Nav */
  position: fixed;
  width: 100%;
  left: 0;
  top: 0px;
  border-top: 0;
  margin: 0 auto -0px;
  z-index: 999;
  opacity: 0.98; }

.top-wrap {
  padding: 84px 0 0; }

@media (min-width: 780px) and (max-width: 2199px) {
  .extra-top #mrg-nav.append {
    top: 30px; } }
/* ! =============================================================================
	Button Menu (Topics Menu)
	============================================================================= */
#mrg-logo-menu .sf-menu .topics-menu .top-btn-link {
  cursor: pointer;
  background: RGBA(239, 83, 85, 1);
  padding: 8px 0.7em 9px;
  border-radius: 3px;
  border: 0;
  color: #fff;
  display: inline-block;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
#mrg-logo-menu .sf-menu .topics-menu:hover .top-btn-link {
  background: #E8D049 !important;
  border-radius: 0;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }
#nn-wrap #mrg-logo-menu .sf-menu .topics-menu .top-btn-link:before {
  content: "\e601";
  font-weight: 100;
  font-size: 15px;
  padding: 0px 6px 0px 0;
  left: 0;
  top: 2px; }
#mrg-logo-menu .sf-menu li.topics-menu {
  display: inline; }
#mrg-logo-menu .sf-menu li.topics-menu ul {
  margin-top: 8px; }
#mrg-logo-menu .sf-menu li.topics-menu ul ul {
  margin-top: 0; }
#mrg-logo-menu .sf-menu {
  color: #fff;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
  z-index: 999; }
#mrg-logo-menu .sf-menu li {
  display: block;
  float: left;
  -webkit-transition: background .2s;
  transition: background .2s;
  position: relative;
  white-space: nowrap;
  *white-space: normal; }
#mrg-logo-menu .sf-menu a {
  display: block;
  position: relative;
  border-top: 1px solid #444;
  border-left: 0;
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
  color: #fff;
  font-size: 13px;
  background: #333; }
#mrg-logo-menu .sf-menu a:hover {
  background: #222; }
#mrg-logo-menu .sf-menu li ul li ul a {
  background: #444;
  border-top: 1px solid #555; }
#mrg-logo-menu .sf-menu li:hover > .sf-mega, #mrg-logo-menu .sf-menu li.sfHover > .sf-mega {
  display: block; }
#mrg-logo-menu .sf-arrows .topics-menu .special:after {
  display: none; }
#mrg-logo-menu .sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; }
#mrg-logo-menu .sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  border-top-color: rgba(255, 255, 255, 0.5); }
#mrg-logo-menu .sf-arrows > li > .sf-with-ul:focus:after, #mrg-logo-menu .sf-arrows > li:hover > .sf-with-ul:after, #mrg-logo-menu .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white; }
#mrg-logo-menu .sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  border-left-color: rgba(255, 255, 255, 0.5); }
#mrg-logo-menu .sf-arrows ul li > .sf-with-ul:focus:after, #mrg-logo-menu .sf-arrows ul li:hover > .sf-with-ul:after, #mrg-logo-menu .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }
#mrg-logo-menu .sf-vertical .home-menu {
  display: none; }
#mrg-logo-menu .sf-vertical ul {
  left: 0;
  top: 100%;
  min-width: 120px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }
#mrg-logo-menu .sf-vertical ul ul {
  left: 100%;
  top: 0; }
#mrg-logo-menu .sf-vertical > li {
  float: none; }
#mrg-logo-menu .sf-vertical li {
  width: 100%; }
#mrg-logo-menu .sf-vertical.sf-arrows > li > .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: transparent; }
#mrg-logo-menu .sf-vertical.sf-arrows li > .sf-with-ul:focus:after, #mrg-logo-menu .sf-vertical.sf-arrows li:hover > .sf-with-ul:after, #mrg-logo-menu .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: white; }

#mrg-logo-menu.sf-left .sf-menu ul {
  left: auto !important;
  right: 0; }
#mrg-logo-menu.sf-left .sf-menu li {
  float: right; }
#mrg-logo-menu.sf-left .sf-vertical > li {
  float: none; }
#mrg-logo-menu.sf-left .sf-vertical li {
  width: 100%; }
#mrg-logo-menu.sf-left .sf-vertical ul ul {
  left: 0;
  right: 100%; }
#mrg-logo-menu.sf-left .sf-vertical ul {
  text-align: right; }
#mrg-logo-menu.sf-left .sf-arrows .sf-with-ul {
  padding-right: 1em;
  *padding-right: .5em;
  padding-left: 2.5em;
  *padding-left: 1em; }
#mrg-logo-menu.sf-left .sf-arrows ul .sf-with-ul:after {
  left: 1em;
  border-left-color: transparent;
  border-left-color: transparent;
  border-right-color: #dFeEFF;
  border-right-color: rgba(255, 255, 255, 0.5); }
#mrg-logo-menu.sf-left .sf-arrows ul li > .sf-with-ul:focus:after, #mrg-logo-menu.sf-left .sf-arrows ul li:hover > .sf-with-ul:after, #mrg-logo-menu.sf-left .sf-arrows ul .sfHover > .sf-with-ul:after, #mrg-logo-menu.sf-left .sf-vertical.sf-arrows li > .sf-with-ul:focus:after, #mrg-logo-menu.sf-left .sf-vertical.sf-arrows li:hover > .sf-with-ul:after, #mrg-logo-menu.sf-left .sf-vertical.sf-arrows .sfHover > .sf-with-ul:after {
  border-left-color: transparent;
  border-right-color: white; }

/* ! =============================================================================
	Featured Area
	============================================================================= */
#mrg-featured-area {
  overflow: hidden;
  position: relative;
  width: 100%; }
  #mrg-featured-area .container, #mrg-featured-area .col-md-6 {
    overflow: hidden; }

#mrg-featured-area .top-ticket {
  cursor: default;
  top: 30px;
  position: absolute;
  color: #fff;
  background: #E9CD52;
  padding: 9px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
  z-index: 11;
  text-transform: uppercase; }

#nn-wrap #mrg-featured-area .top-ticket::before {
  content: "\e6a4";
  padding: 0 5px 0 0;
  top: 1px; }

#mrg-featured-area .mrb-box-top .mrg-box {
  overflow: hidden;
  background: #aaa;
  position: relative; }

  #mrg-featured-area .mrb-box-top .mrg-box .meta-info {
    width: 100%;}

  #mrg-featured-area .mrg-featured-grid .mrg-box:hover h2 a{
    color:#FFF;
    background:#000;
    box-shadow:10px 0 0 #000, -10px 0 0 #000; 
  }
  #mrg-featured-area .mrg-featured-grid .mrg-box:hover .dark-fader{display:block;}
  .item a:hover .dark-fader{
    display:block;
  }
.dark-fader{
  display:none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%;
}

.item a{
  position:relative;
  max-height:250px;
  display:block;
  margin-bottom:20px;
}
.item a .meta-info{
  z-index:9;
  position:absolute;
  bottom:20px;
}
.item a .meta-info h2, .item a .meta-info h5{
  background:none;
  margin: 0px;
  padding:0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5;
  text-align: left;
  width:80%;
  z-index: 10; }

  .item a .meta-info h2 span, .item a .meta-info h5 span{
    color: #000;
    background:#FFF;
    box-shadow:10px 0 0 #FFF, -10px 0 0 #FFF;
    left:10px;
    padding:6px 0;
    display: inline;
    position: relative;}
  .item a:hover .meta-info h2 span, .item a:hover .meta-info h5 span{
    color:#FFF;
    background:#000;
    box-shadow:10px 0 0 #000, -10px 0 0 #000;
  }
  .widget_margot_mostpop .item h2:hover, .widget_margot_mostpop .item h5:hover{background:none !important;}


#mrg-featured-area .mrg-box {
  overflow: hidden;
  background: #aaa;
  position: relative; }
  #mrg-featured-area .mrg-box img {
    display: block;
    object-fit:cover;
    height: 260px;
    width: 100%; }
  #mrg-featured-area .mrg-box h2 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    text-align: left;
    width:80%;
    z-index: 10; }
    #mrg-featured-area .mrg-box h2 a {
      color: #000;
      background:#FFF;
      box-shadow:10px 0 0 #FFF, -10px 0 0 #FFF;
      left:10px;
      padding:6px 0;
      display: inline;
      position: relative;
    }

  #mrg-featured-area .mrg-box .meta-info {
    width: auto;
    position: absolute;
    z-index: 11;
    bottom: 30px; }
  #mrg-featured-area .mrg-box .mrg-color-cat {
    display:none;
    width: 100%;
    margin: 0 0;
    position: relative;
    bottom: 0px;
    left: 0; }
  #mrg-featured-area .mrg-box .featured-category {
    text-align: center;
    position: relative; }
  #mrg-featured-area .mrg-box .ubgallery, #mrg-featured-area .mrg-box .ubvideo, #mrg-featured-area .mrg-box .ubaudio {
    display: block;
    max-width: 86px; }

.link-border {
  display: block;
  position: relative;
  z-index: 9; }

.link-border:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 101%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 4; }

.mrg-item-1 .link-border:after, .mrg-item-6 .link-border:after {
  border-left: none; }

.mrg-item-1 .link-border:after, .mrg-item-2 .link-border:after, .mrg-item-3 .link-border:after {
  border-top: none; }

/* =============================================================================
   Carousel Posts
   ============================================================================= */
.container-carousel {
  margin-bottom: 0; }

#mrg-media-box {
  border-bottom: 0;
  margin-bottom: -1px;
  padding-bottom: 20px; }
  #mrg-media-box .owl-carousel {
    padding-top: 5px;
    padding-bottom: 5px; }
  #mrg-media-box .item {
    max-height: 400px;
    margin-right: 7px;
    overflow: hidden;
    position: relative; }
  #mrg-media-box .item img {
    display: block;
    width: 100%;
    height: auto; }
  #mrg-media-box .img-inner {
    position: relative;
    background: #000; }
  #mrg-media-box .img-inner img {
    height: auto; }
  #mrg-media-box h2 {
    font-size: 18px;
    text-shadow: 1px 0px 1px #333;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;
    margin: 10px auto 4px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
    #mrg-media-box h2 a {
      color: #fff;
      display: block; }
  #mrg-media-box h2:hover {
    background: #000;
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
  #mrg-media-box .entry-meta {
    margin: 0 auto;
    text-align: center;
    padding: 8px 15px 12px 15px;
    position: relative; }
  #mrg-media-box .post-inner {
    position: absolute;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    z-index: 10; }
  #mrg-media-box .mrg-chroma {
    background: #000;
    opacity: 0.3; }
  #mrg-media-box .ubscore, #mrg-media-box .ubgallery, #mrg-media-box .ubvideo, #mrg-media-box .ubaudio {
    width: 86px;
    height: 86px;
    padding: 3px 0px 0px 0px;
    margin: 0 auto;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0; }
  #mrg-media-box .icon-gallery::before {
    font-size: 40px;
    top: 15px; }
  #mrg-media-box .icon-video::before {
    font-size: 40px;
    top: 17px;
    left: 3px; }
  #mrg-media-box .icon-audio::before {
    font-size: 40px;
    top: 17px;
    left: -1px; }
  #mrg-media-box .dial {
    font-size: 22px !important;
    margin-top: 24px !important; }

/* =============================================================================
   Meta Buttons
   ============================================================================= */
.meta-buttons [class*="meta-"], .meta-buttons .meta-date, .meta-buttons .meta-com {
  font-size: 12px;
  color: #E24330;
  border-radius: 3px;
  position: relative;
  margin-right: 6px;
  text-transform: uppercase;
  display: inline-block; }
#nn-wrap #mrg-wrap .meta-buttons [class *="meta-"]{
  color:#555;
}
.meta-buttons a:hover {
  color: #f53e2a !important;}
.meta-buttons [class*="meta-"]:last-child {
  margin-right: 0; }
.meta-buttons [class*="meta-"]:last-child::after {
  border: 0; }
.meta-buttons [class*="meta-"]::after {
}
.meta-buttons [class*="meta-"]::before {
  padding: 0 5px 0 0; }
#nn-wrap .meta-buttons .meta-author::before {
  content: "\e670"; }
#nn-wrap .meta-buttons .meta-date::before {
  content: "\e648"; }
#nn-wrap .meta-buttons .meta-com::before {
  content: "\e66c"; }

.meta-buttons-w [class*="meta-"], .meta-buttons-w .meta-date, .meta-buttons-w .meta-com {
  color: #fff !important;
  border-color: #fff; }
.meta-buttons-w [class*="meta-"]::after {
  border-color: #fff; }

/* =============================================================================
   Content Common
   ============================================================================= */
.single-gallery {
  margin-top: 5px; }

#mrg-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 20px;
  /* Post Tweaks */ }
  #mrg-content .entry-content {
    font-size: 16px;
    color: #353535; }
    #mrg-content .entry-content h1, #mrg-content .entry-content h2, #mrg-content .entry-content h3, #mrg-content .entry-content h4, #mrg-content .entry-content h5, #mrg-content .entry-content h6 {
      margin-top: 20px;
      margin-bottom: 20px; }
    #mrg-content .entry-content .wp-caption {
      width: auto; }
      #mrg-content .entry-content .wp-caption img {
        max-width: 100%; }
  #mrg-content p {
    margin: 0 0 20px;
    font-size:18px;
    line-height: 1.5; }
  #mrg-content ul {
    padding-top: 0;
    margin-top: 0; }
  #mrg-content ul li {
    list-style: square;
    padding-bottom: 5px; }
  #mrg-content ol li {
    padding-bottom: 5px; }
  #mrg-content blockquote.pullquote {
    float: left;
    width: 150px;
    border: 0;
    border-right: 5px solid #eee;
    padding: 5px 5px 5px 0;
    margin: 0 10px 5px 0; }
  #mrg-content blockquote.pullquote-r {
    float: right;
    width: 150px;
    padding: 3px 0 5px 10px;
    margin: 0px 0 5px 5px; }
  #mrg-content img[class*="align"], #mrg-content img[class*="wp-image-"] {
    max-width: 100%;
    height: auto; }
  #mrg-content img.size-full {
    width: auto; }
  #mrg-content .entry-content img {
    max-width: 100%; }
  #mrg-content .media-credit-container{
    max-width: 100%; }
  #mrg-content .video-in {
    margin: 5px auto 20px; }
  #mrg-content .alert {
    margin-bottom: 10px; }
  #mrg-content .progress {
    margin-bottom: 10px; }
  #mrg-content iframe {
    border: 0; }
  #mrg-content .tabbable ul li {
    list-style-type: none; }
  #mrg-content .sticky {
    color: #ccc; }
  #mrg-content .progress-panel {
    display: none !important; }
  #mrg-content h2.entry-title {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 10px; }
    #mrg-content h2.entry-title a {
      color: #000; }
  #mrg-content .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 5px 0;
    font-size: 12px;
    background: #000;
    color: #eee; }

blockquote {
  margin-bottom: 10px;
  font-weight: 300;
  color: #444; }
  blockquote p {
    font-size: 15px;
    line-height: 1.6 !important;
    padding: 0 !important;
    margin: 0 !important; }

blockquote {
  padding: 6px 20px 8px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }

.tab-content {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }

#accordion {
  margin-bottom: 10px; }

/* =============================================================================
   Content Main Feed Column
   ============================================================================= */
#mrg-main-feed {
  margin-bottom: 20px; }
  #mrg-main-feed h3.pretitle {
    margin-bottom: 0; }
  #mrg-main-feed .mrg-sep {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    margin: 0; }
  #mrg-main-feed .extract {
    position: relative;
    margin: 0; }
  #mrg-main-feed .extract p {
    line-height: 1.6; }
  #mrg-main-feed .extract article {
    overflow: hidden;
    margin: 20px 0;
    position: relative; }
  #mrg-main-feed .extract .sticky {
    background: #ededd7;
    padding: 10px; }

#mrg-main-feed .extract h2 {
  margin: 0;
  padding: 0; }
#mrg-main-feed .extract .entry-content {
  color: #555;
  padding: 0;
  position: relative;
  display: block;
  overflow: hidden; }
  #mrg-main-feed .extract .entry-content p {
    font-size: 16px; }
#mrg-main-feed .extract .featured-thumb {
  position: relative;
  margin: 0 auto;
  padding: 0;
  float: left;
  margin-right: 20px;
  max-width: 34%;
  height: auto;
  overflow: hidden;
  z-index: 10; }
#mrg-main-feed .extract .featured-thumb img {
  margin: 0 auto;
  height: auto;
  width: 100%; }
#mrg-main-feed .extract .entry-meta {
  width: 100%;
  display: block;
  margin: 16px 0 15px; }

.extract #mrg-poster-post {
  border: 0;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .extract #mrg-poster-post article {
    padding: 0;
    max-height: 420px; }
  .extract #mrg-poster-post .mrg-chroma {
    background: #000;
    opacity: 0.3; }
  .extract #mrg-poster-post img {
    width: 100%;
    height: auto; }
  .extract #mrg-poster-post h2 {
    text-shadow: 1px 0px 2px #333;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 16px; }
    .extract #mrg-poster-post h2 a {
      color: #fff; }

.extract #mrg-poster-post .meta-info {
  position: absolute;
  z-index: 11;
  bottom: 0;
  padding: 10px 10px 20px; }
.extract #mrg-poster-post .entry-meta {
  display: block;
  margin: 0; }
.extract #mrg-poster-post .color-cats {
  position: relative;
  margin: 0;
  left: 0; }

#infscr-loading {
  margin: 0px 0 0px 20px;
  padding: 10px 0;
  font-size: 12px;
  color: #0044CC;
  text-transform: uppercase;
  position: absolute;
  z-index: 12;
  width: 400px;
  left: 0;
  bottom: 0; }
  #infscr-loading img {
    float: left;
    padding-right: 5px; }

/* =============================================================================
   Content Single (Single Posts)
   ============================================================================= */
.single-post #mrg-content .mrg-sep, .mrg-page #mrg-content .mrg-sep {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px; }
.single-post #mrg-content .entry-content, .mrg-page #mrg-content .entry-content {
  margin-bottom: 5px; }
.single-post #mrg-content .footer-meta, .mrg-page #mrg-content .footer-meta {
  margin-top: 10px; }

.mrg-page article .mrg-head-title {
  padding: 15px 10px 15px; }

article .entry-content {
  overflow: hidden; }
  article .entry-content p a:hover {
    color: #999 !important; }

article .mrg-post-header{
  position:relative;
}

article .mrg-head-title {
  padding: 0 25% 0 0;
  border-top: 0;
  display: block;
  margin: 0px auto 0;
  text-align: left;
  position: absolute;
  bottom:30px;
  z-index: 100; }
  article .mrg-head-title h1 {
    font-size: 30px;
    line-height: 1.3;
  }
    article .mrg-head-title h1 a {
      color: #000;
      background:#FFF;
      box-shadow:10px 0 0 #FFF, -10px 0 0 #FFF;
      left:10px;
      padding:6px 0;
      display: inline;
      position: relative;}


#mrg-featured-media {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  z-index: 99;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  max-height: 450px; }
  #mrg-featured-media .mrg-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 100; }
  
  #mrg-featured-media img {
    text-align: center;
    width: 100%;
    height: auto; }
  #mrg-featured-media .mrg-chroma {
    background: #000;
    opacity: 0.3; }

article.no-thumb .mrg-head-title {
  border-top: 1px solid #ccc; }

.single-format-gallery #mrg-featured-media .mrg-inner {
  max-height: 650px; }

.single-format-video #mrg-featured-media,
.single-format-audio #mrg-featured-media {
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  .single-format-video #mrg-featured-media:hover,
  .single-format-audio #mrg-featured-media:hover {
    max-height: 900px;
    -moz-transition: .01s linear;
    -webkit-transition: .01s ease-out;
    transition: .01s linear; }

#nn-wrap .entry-tags:before {
  content: "\e631";
  color: #0044CC;
  padding: 0 0px 0 0;
  font-size: 16px;
  top: 3px; }

.entry-tags {
  padding: 5px 0px 15px 0px !important;
  margin: 0;
  list-style-type: none;
  float: left;
  width: 100%;
  color: #0044CC; }
  .entry-tags a {
    border-radius: 3px;
    color: #0044CC;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0px 6px 13px;
    text-transform: capitalize;
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
    .entry-tags a:hover {
      color: #000;
      -moz-transition: .01s linear;
      -webkit-transition: .01s ease-out;
      transition: .01s linear; }
  .entry-tags li {
    list-style-type: circle;
    display: inline-block;
    margin: 0 0px 5px 0px; }

/* =============================================================================
   Author Card
   ============================================================================= */
.archive .author-cc {
  margin-top: 0; }

.author-cc {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 25px;
  padding: 25px 20px 20px;
  overflow: auto;
  background: #eee;
  color: #555;
  font-size: 14px;
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .author-cc .author-bio {
    margin-top: 7px !important;
    border-top: 1px dashed #ccc;
    padding-top: 7px;
    padding-right: 10px;
    line-height: 1.6; }
  .author-cc .mini-author {
    font-size: 12px;
    color: #0044CC; }
  .author-cc a.mini-author:hover {
    color: #555; }
  .author-cc img.avatar {
    background: #eee;
    padding: 0px;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 10px;
    float: left; }
  .author-cc h4 {
    font-size: 18px;
    color: #111;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 0; }
  .author-cc .mini-icons {
    float: none;
    margin: 15px 15px 0 1px;
    display: inline;
    position: absolute;
    top: 5px;
    right: 4px;
    overflow: hidden; }
  .author-cc .mini-icons a[class*="icon-"]::before {
    font-size: 18px;
    top: 2px; }
  .author-cc .mini-icons .icon-googlepl::before {
    font-size: 20px !important;
    top: 1px !important; }
  .author-cc .mini-icons [class*="icon-"] {
    opacity: 1;
    border-radius: 50%;
    padding: 6px 8px;
    margin-left: 4px;
    display: block;
    float: left;
    color: #555; }
  .author-cc .mini-icons [class*="icon-"]:hover {
    color: #fff;
    border-color: transparent; }

/* =============================================================================
   Post Pages
   ============================================================================= */
.dphpost-pages {
  margin-top: 10px;
  text-align: center; }

.dphpost-pages a {
  margin: 0 -2px 0px; }

.dphpost-pages span {
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  background-color: none;
  display: inline-block;
  margin-bottom: 5px; }

.dphpost-pages .pgopen {
  background: none;
  color:#000; }

.dphpost-pages a span {
  background: #E64336;
  color:#FFF;
  border-radius:5px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }

.dphpost-pages a span:hover {
  background: #e9584d;
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

/* ==========================================================================
   Post Gallery
   ========================================================================== */
.loading {
  background: #cccccc url(../img/preload.gif) no-repeat center center; }

.entry-content .gallery-slider {
  margin: 0px 0 15px; }

.gallery-slider {
  background: transparent;
  position: relative;
  z-index: 999;
  overflow: hidden;
  list-style: none; }
  .gallery-slider img {
    width: 100%;
    height: auto; }
  .gallery-slider ul, .gallery-slider ul li {
    list-style: none;
    margin: 0;
    padding: 0; }

div.gallery {
  padding: 0; }

dl.gallery-item {
  width: auto;
  padding: 5px;
  border: 1px solid #ccc;
  display: inline;
  background: #efefef;
  margin: 0 0 5px 5px; }

dd.gallery-caption {
  text-transform: capitalize;
  font-family: Georgia;
  font-size: 14px;
  text-align: left;
  text-indent: 8px; }

dt.gallery-icon {
  margin: 0;
  padding: 0;
  float: left; }

/* =============================================================================
   Content IMG Template
   ============================================================================= */
#mrg-content .image-content .entry-caption {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase; }
#mrg-content .image-content .media-meta {
  background: #000;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center; }
  #mrg-content .image-content .media-meta a:hover {
    color: #aaa; }
#mrg-content .image-content .attachment {
  margin: 10px auto 20px;
  padding: 0px;
  background: #ccc; }
#mrg-content .image-content img {
  width: 100%;
  height: auto; }
#mrg-content #image-navigation span a {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 10px;
  border: 2px solid #ddd;
  border-radius: 3px;
  text-align: left !important; }
  #mrg-content #image-navigation span a:hover {
    border-color: #aaa; }
#mrg-content #image-navigation .next-image {
  float: right; }

/* =============================================================================
   Secondary // Sidebar 
   ============================================================================= */
#mrg-sidebar {
  overflow: hidden; }

#secondary {
  float: right;
  width: 100% !important; }

.assign-right {
  float: right; }

#secondary .widget h3 {
  margin-top: -5px;
  margin-bottom: 20px; }

/* =============================================================================
   Widgets (Common)
   ============================================================================= */
.widget:before, .widget:after {
  display: table;
  content: "";
  line-height: 0; }

.widget:after {
  clear: both; }

.widget, #footer .widget {
  margin: 5px 0px 25px 0;
  font-size: 14px;
  color: #333;
  clear: both; }
  .widget .wp-caption-text, #footer .widget .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 10px;
    padding: 10px 0;
    font-size: 12px;
    background: #000;
    color: #eee; }
  .widget .li-content, #footer .widget .li-content {
    position: relative; }
  .widget small, #footer .widget small {
    font-size: 10px; }
  .widget iframe, #footer .widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .widget select, #footer .widget select {
    max-width: 100%; }
  .widget .wp-smiley, #footer .widget .wp-smiley {
    display: inline; }
  .widget img, #footer .widget img {
    display: block;
    max-width: 100%;
    height: auto; }
  .widget h3 img, #footer .widget h3 img {
    display: inline; }
  .widget .single-bb img, #footer .widget .single-bb img {
    margin: 0 auto;
    text-align: center;
    float: none; }
  .widget .bnr-section ins, #footer .widget .bnr-section ins {
    display: block;
    margin: 0 auto 0px;
    padding: 0; }
  .widget .fb_iframe_widget, .widget .fb_iframe_widget span, .widget .fb_iframe_widget span iframe[style], #footer .widget .fb_iframe_widget, #footer .widget .fb_iframe_widget span, #footer .widget .fb_iframe_widget span iframe[style] {
    width: 100% !important; }

.widget ul, #footer .widget ul {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden; }

.widget ul li, #footer .widget ul li {
  list-style: none;
  padding: 0px 5px 5px;
  margin: 0px 0 15px;
  border-bottom: 1px solid #ccc;
  color: #333;
  overflow: hidden; }
  .widget ul li:last-child, #footer .widget ul li:last-child {
    margin: 0; }
  .widget ul li ul li, #footer .widget ul li ul li {
    border-bottom: 1px solid #ccc;
    margin-top: 10px; }
  .widget ul li ul li:last-of-type, #footer .widget ul li ul li:last-of-type {
    border-bottom: none; }
  .widget ul li a, #footer .widget ul li a {
    color: #666; }
  .widget ul li a:hover, #footer .widget ul li a:hover {
    color: #0044CC; }
  .widget ul li img, #footer .widget ul li img {
    width: 20%;
    height: auto;
    padding-right: 0;
    margin: 0 10px 0px 0;
    float: left;
    border: 1px solid #ccc;
    padding: 2px; }

.widget .meta-wg, #footer .widget .meta-wg {
  font-size: 11px;
  margin-top: 6px;
  color: #777;
  text-transform: uppercase; }
  .widget .meta-wg .meta-date, #footer .widget .meta-wg .meta-date {
    padding: 1px 0 6px 0px;
    color: #777;
    margin-right: 5px; }
  #nn-wrap .widget .meta-wg .icon-date::before, #footer .widget .meta-wg .icon-date::before {
    content: "\e648";
    color: #444;
    padding: 0 5px 0 0; }
  #nn-wrap .widget .meta-wg .icon-comments::before, #footer .widget .meta-wg .icon-comments::before {
    content: "\e66c";
    color: #444;
    padding: 0 5px 0 0; }

#footer .widget .meta-wg .icon-date::before {
  color: #777; }
#footer .widget .meta-wg .icon-comments::before {
  color: #777; }

/* =============================================================================
   Widgets (Footer)
   ============================================================================= */
#footer .widget {
  font-size: 14px;
  color: #ccc;
  margin-top: 0; }
  #footer .widget .wp-caption-text {
    text-align: center;
    width: auto;
    border-bottom: 1px solid #222;
    margin: 0px auto 10px;
    padding: 10px 0;
    font-size: 12px;
    background: #111;
    color: #eee; }

#footer .widget h3 {
  margin: 0 0 10px;
  background: none;
  line-height: 1.6;
  padding: 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #eee; }

#footer .widget ul {
  margin: 0px 0 5px 0;
  padding: 0; }

#footer .widget ul li {
  margin-top: 0;
  color: #ccc;
  border-color: #222; }
  #footer .widget ul li ul li {
    border-bottom: 1px solid #222; }
  #footer .widget ul li ul li:last-of-type {
    border-bottom: none; }
  #footer .widget ul li a {
    color: #ccc; }
  #footer .widget ul li img {
    width: 20%;
    border-color: #333;
    padding: 2px; }

#footer .widget .meta-wg {
  text-transform: none; }

/* =============================================================================
   Search Widget
   ============================================================================= */
.widget_search form, #footer .widget_search form {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center; }
.widget_search .assistive-text, #footer .widget_search .assistive-text {
  display: none; }
.widget_search input.submit, #footer .widget_search input.submit {
  display: none; }
.widget_search input.field, #footer .widget_search input.field {
  color: #999;
  width: 70%;
  border: 2px solid #ccc;
  padding: 9px 5px;
  background: #eee; }
.widget_search input.field:focus, #footer .widget_search input.field:focus {
  background: #fff;
  outline: 0;
  color: #222; }

#footer .widget_search input.field {
  border-color: #aaa; }
#footer .widget_search .searchsubmit:hover {
  border-color: #E8D049 !important;
  color: #E8D049 !important; }

.form-search label {
  display: none; }
.form-search input.field {
  color: #999;
  width: 245px;
  border: 2px solid #ccc;
  padding: 9px 5px;
  background: #f2f2f2; }
  .form-search input.field:focus {
    color: #333;
    background: #fff;
    border-color: rgba(98, 98, 98, 0.4);
    outline: 0; }
.form-search .searchsubmit {
  margin-top: -3px;
  padding: 5px 11px;
  display: inline-block;
  width: auto; }

/* =============================================================================
   Tag Cloud Widget
   ============================================================================= */
.widget_tag_cloud ul, #footer .widget_tag_cloud ul, .widget_tags_margot ul, #footer .widget_tags_margot ul,
.widget_cats_margot ul, #footer .widget_cats_margot ul {
  margin: 0;
  padding: 0;
  overflow: auto; }
  .widget_tag_cloud ul li, #footer .widget_tag_cloud ul li, .widget_tags_margot ul li, #footer .widget_tags_margot ul li,
  .widget_cats_margot ul li, #footer .widget_cats_margot ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    list-style: none;
    overflow: visible; }
    .widget_tag_cloud ul li a, #footer .widget_tag_cloud ul li a, .widget_tags_margot ul li a, #footer .widget_tags_margot ul li a,
    .widget_cats_margot ul li a, #footer .widget_cats_margot ul li a {
      display: block;
      border: 1px solid #222;
      border-radius: 10px;
      padding: 4px 8px;
      font-size: 13px !important;
      -moz-transition: .8s linear;
      -webkit-transition: .8s ease-out;
      transition: .8s linear;
      margin: 3px 4px 3px 0;
      background: none; }
      .widget_tag_cloud ul li a:hover, #footer .widget_tag_cloud ul li a:hover, .widget_tags_margot ul li a:hover, #footer .widget_tags_margot ul li a:hover,
      .widget_cats_margot ul li a:hover, #footer .widget_cats_margot ul li a:hover {
        color: #ccc !important;
        border-color: #0044CC;
        -moz-transition: .01s linear;
        -webkit-transition: .01s ease-out;
        transition: .01s linear; }

.widget_tag_cloud ul li, .widget_tags_margot ul li, .widget_cats_margot ul li {
  margin: 0 2px 2px 0; }
  .widget_tag_cloud ul li a, .widget_tags_margot ul li a, .widget_cats_margot ul li a {
    background: #fff;
    border: 1px solid #ccc;
    margin: 3px 3px 0px 0; }
    .widget_tag_cloud ul li a:hover, .widget_tags_margot ul li a:hover, .widget_cats_margot ul li a:hover {
      color: #333 !important;
      background: #fff;
      border-color: #ff3a38; }

/* =============================================================================
   List Authors Widget
   ============================================================================= */
.widget_margot_authors ul, #footer .widget_margot_authors ul {
  text-align: center; }
.widget_margot_authors ul li, #footer .widget_margot_authors ul li {
  text-align: center;
  margin-bottom: 10px;
  display: inline;
  border: 0; }
.widget_margot_authors ul li a, #footer .widget_margot_authors ul li a {
  border-radius: 50%;
  padding: 2px;
  margin: 0 0 5px;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  width: 55px; }
.widget_margot_authors ul li a:hover, #footer .widget_margot_authors ul li a:hover {
  border-color: #ff3a38; }
.widget_margot_authors ul img, #footer .widget_margot_authors ul img {
  width: 100% !important;
  height: auto !important;
  position: relative;
  border: 0 !important;
  border-radius: 50%;
  text-align: center; }

/* =============================================================================
   Popular Posts Widget
   ============================================================================= */
.widget_margot_mostpop .header-wg, #footer .widget_margot_mostpop .header-wg {
  height: 180px;
  overflow: hidden;
  position: relative; }
.widget_margot_mostpop .header-wg:after, #footer .widget_margot_mostpop .header-wg:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #000; }
.widget_margot_mostpop .header-wg img, #footer .widget_margot_mostpop .header-wg img {
  width: 100%;
  height: auto; }
.widget_margot_mostpop .pie-wg, #footer .widget_margot_mostpop .pie-wg {
  background: #000;
  margin-bottom: 10px;
  position: relative; }
.widget_margot_mostpop .pie-wg:last-child, #footer .widget_margot_mostpop .pie-wg:last-child {
  margin-bottom: 0; }
.widget_margot_mostpop h2, #footer .widget_margot_mostpop h2 {
  color: #eee;
  background: #000;
  font-size: 16px;
  line-height: 1.5;
  padding: 13px 15px 13px;
  margin-bottom: 0;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  .widget_margot_mostpop h2 a, #footer .widget_margot_mostpop h2 a {
    color: #eee;
    display: block; }
  .widget_margot_mostpop h2:hover, #footer .widget_margot_mostpop h2:hover {
    background: #0044CC;
    -moz-transition: .3s linear;
    -webkit-transition: .3s ease-out;
    transition: .3s linear; }
.widget_margot_mostpop .entry-meta, #footer .widget_margot_mostpop .entry-meta {
  font-size: 11px;
  color: #ccc;
  margin: 0px auto 0;
  width: 93%;
  padding: 10px 0px 14px;
  border-top: 1px solid #111;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1; }
  .widget_margot_mostpop .entry-meta .meta-date, #footer .widget_margot_mostpop .entry-meta .meta-date {
    padding: 1px 0 3px 0px; }
  #nn-wrap .widget_margot_mostpop .entry-meta .icon-date::before, #nn-wrap #footer .widget_margot_mostpop .entry-meta .icon-date::before {
    content: "\e648";
    color: #fff;
    padding: 0 5px 0 0; }
  .widget_margot_mostpop .entry-meta .meta-com, #footer .widget_margot_mostpop .entry-meta .meta-com {
    padding: 0 0 3px 18px;
    margin-left: 8px;
    float: right; }
  #nn-wrap .widget_margot_mostpop .entry-meta .icon-comments::before, #nn-wrap #footer .widget_margot_mostpop .entry-meta .icon-comments::before {
    content: "\e66c";
    color: #fff;
    padding: 0 5px 0 0; }
  .widget_margot_mostpop .entry-meta .meta-views, #footer .widget_margot_mostpop .entry-meta .meta-views {
    float: right; }
  #nn-wrap .widget_margot_mostpop .entry-meta .icon-views::before, #nn-wrap #footer .widget_margot_mostpop .entry-meta .icon-views::before {
    content: "\e6a4";
    color: #fff;
    padding: 0 3px 0 0; }
  .widget_margot_mostpop .entry-meta a, #footer .widget_margot_mostpop .entry-meta a {
    color: #ccc; }
    .widget_margot_mostpop .entry-meta a:hover, #footer .widget_margot_mostpop .entry-meta a:hover {
      color: #0044CC; }

#footer .widget_margot_mostpop .header-wg:after {
  border-bottom-color: #111; }
#footer .widget_margot_mostpop .pie-wg {
  background: #111; }
#footer .widget_margot_mostpop h2 {
  background: #111; }
#footer .widget_margot_mostpop .entry-meta {
  border-top: 1px solid #222; }

/* =============================================================================
   Slides Widget
   ============================================================================= */
.widget_margot_catposts .yk-slider, #footer .widget_margot_catposts .yk-slider {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important; }
.widget_margot_catposts .item, #footer .widget_margot_catposts .item {
  overflow: hidden;
  max-height: 300px;
  margin-right: 2px; }
  .widget_margot_catposts .item img, #footer .widget_margot_catposts .item img {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
    border: 0; }
.widget_margot_catposts h2, #footer .widget_margot_catposts h2 {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  font-size: 22px;
  line-height: 1.2em;
  text-shadow: 1px 0px 2px #333;
  color: #fff; }
  .widget_margot_catposts h2 a, #footer .widget_margot_catposts h2 a {
    color: #fff; }

/* =============================================================================
   Video Widget
   ============================================================================= */
.single-post .entry-content .video-in, .mrg-page .entry-content .video-in, .widget .video-in {
  margin-bottom: 10px; }

/* =============================================================================
   Square Ads Widget
   ============================================================================= */
.widget_margot_adsqu ul, #footer .widget_margot_adsqu ul {
  overflow: auto; }
.widget_margot_adsqu ul li, #footer .widget_margot_adsqu ul li {
  border: none;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 10px;
  float: left;
  list-style: none;
  overflow: visible;
  text-align: center;
  width: 50%; }
  .widget_margot_adsqu ul li img, #footer .widget_margot_adsqu ul li img {
    width: auto;
    float: none;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 0 auto; }

/* =============================================================================
   Recent Comments with Gravatar Widget
   ============================================================================= */
.widget_margot_recentcomms ul li, .widget_margot_recentcomms ul li a {
  color: #333; }

#footer .widget_margot_recentcomms img, .widget_margot_recentcomms img {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc; }
#footer .widget_margot_recentcomms .comment-text, .widget_margot_recentcomms .comment-text {
  overflow: auto; }
#footer .widget_margot_recentcomms ul li, .widget_margot_recentcomms ul li {
  overflow: auto;
  max-width: 100%;
  height: auto;
  padding-bottom: 5px; }

#footer .widget_margot_recentcomms ul li {
  padding: 5px 10px; }

.widget_margot_recentcomms img {
  width: 100% !important;
  height: auto !important;
  position: relative;
  border: 0 !important;
  border-radius: 50%;
  text-align: center; }
.widget_margot_recentcomms .author-av {
  border-radius: 50%;
  padding: 1px;
  margin: 0 10px 5px 0;
  border: 1px solid #aaa;
  position: relative;
  display: inline-block;
  float: left;
  width: 53px; }

/* =============================================================================
   Facebook Like Box Widget
   ============================================================================= */
.widget_margot_fblike .fb-like-box, .widget_margot_fblike .fb-like-box span, .widget_margot_fblike .fb-like-box span iframe[style], #footer .widget_margot_fblike .fb-like-box, #footer .widget_margot_fblike .fb-like-box span, #footer .widget_margot_fblike .fb-like-box span iframe[style] {
  width: 100%; }

.widget_margot_fblike .fb-like-box {
  background: #fff; }

#footer .widget_margot_fblike .fb-like-box {
  background: #111; }

/* =============================================================================
   Gallery Widget
   ============================================================================= */
.widget_quick-flickr-widget ul, #footer .widget_quick-flickr-widget ul {
  overflow: auto;
  margin-top: 5px; }
  .widget_quick-flickr-widget ul li, #footer .widget_quick-flickr-widget ul li {
    border: none;
    float: left;
    margin: 0px 17px 10px 0;
    padding: 0;
    overflow: visible;
    width: 29%;
    display: block; }
    .widget_quick-flickr-widget ul li.dpht, #footer .widget_quick-flickr-widget ul li.dpht {
      margin-right: 0; }
    .widget_quick-flickr-widget ul li img, #footer .widget_quick-flickr-widget ul li img {
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      padding: 4px;
      -moz-transition: .3s linear;
      -webkit-transition: .3s ease-out;
      transition: .3s linear; }
      .widget_quick-flickr-widget ul li img:hover, #footer .widget_quick-flickr-widget ul li img:hover {
        border-color: #0044CC;
        -moz-transition: .01s linear;
        -webkit-transition: .01s ease-out;
        transition: .01s linear; }

#footer .widget_quick-flickr-widget ul li {
  background: none;
  width: 29%;
  max-width: 100px; }
  #footer .widget_quick-flickr-widget ul li img {
    border: 1px solid #333;
    padding: 4px; }

/* =============================================================================
   WordPress Calendar Widget
   ============================================================================= */
#wp-calendar {
  width: 100%; }
  #wp-calendar caption {
    color: #eee;
    font-size: 13px;
    margin-top: 0px;
    background: #111;
    padding: 8px 0;
    text-transform: uppercase; }
  #wp-calendar thead {
    font-size: 10px;
    background: #333;
    color: #fff; }
  #wp-calendar thead th {
    padding: 4px 10px; }
  #wp-calendar tbody {
    color: #aaa; }
  #wp-calendar tbody td {
    background: #222;
    color: #ccc;
    text-align: center;
    padding: 2.5% 2.5%;
    font-size: 13px; }
    #wp-calendar tbody td a {
      color: #ccc;
      text-decoration: underline; }
  #wp-calendar tbody td.pad {
    background: #111; }
  #wp-calendar tbody .pad {
    background: none; }
  #wp-calendar #today {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #ff3a38; }
  #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 5px; }

/* =============================================================================
   Footer
   ============================================================================= */
#mrg-footer {
  position: relative; }

  #footer .footer-cols {
    padding-top: 20px; }
  #footer .omega:before {
    border-color: #111;
    z-index: auto; }
  #footer .border-push {
    border-color: #111;
    z-index: 2;
    margin: 0 0 0 0;
    padding: 0;
    top: 0; }
  #footer .mrg-sep {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin: 0; }
  #footer .logo-section {
    overflow: hidden; }
  #footer h2.logo-footer-img {
    line-height: 0;
    margin: 0 0 10px;
    padding: 0;
    text-align: center; }
  #footer .logo-section img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  #footer h2.logo-footer {
    color: #fff;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: .73;
    font-size: 4em;
    letter-spacing: -1px;
    text-align: center; }
    #footer h2.logo-footer a {
      color: #fff; }
  #footer .site-description {
    font-size: 14px;
    text-align: center; }

#footer .btm-nav {
  font-size: 13px;
  padding: 10px 0 0;
  margin: 0 0 -1px;
  position: relative;
  z-index: 10;
  overflow: auto;
  border: 1px solid #111; }
  #footer .btm-nav .sf-menu {
    width: 100%;
    text-align: center; }
  #footer .btm-nav .sf-menu li {
    float: none;
    display: inline-block; }
  #footer .btm-nav .sf-menu li a {
    border: none;
    padding: 8px 14px 20px;
    font-size: 16px;
    color: #eee; }
  #footer .btm-nav .current-menu-item a, #footer .btm-nav .current-menu-item a:hover, #footer .btm-nav .sf-menu li.current-menu-item ul li:hover > a, #footer .btm-nav .sf-menu li:hover > a {
    background: none;
    color: #0044CC; }
  #footer .btm-nav #menu-footer ul li a:hover {
    color: #0044CC; }
  #footer .btm-nav .sf-arrows .sf-with-ul {
    padding-right: 1.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
  #footer .btm-nav .sf-menu ul {
    background: #111;
    padding: 0;
    text-align: left; }
  #footer .btm-nav .sf-menu ul li {
    border: none;
    text-align: left; }
  #footer .btm-nav .sf-menu ul li a {
    font-size: 16px;
    padding: 6px 15px 7px; }
  #footer .btm-nav .sf-menu .home-menu {
    display: none; }

.copy {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  font-style: italic;
  padding: 20px 0;
  border-top: 1px solid #111; }

/* =============================================================================
   WordPress Player (Responsive CSS)
   ============================================================================= */
.mejs-container {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.mejs-overlay-button {
  text-align: center;
  width: 100%; }

.mejs-container {
  width: 100%;
  height: auto;
  padding-top: 57%; }

.wp-playlist {
  margin-top: 0;
  margin-bottom: 0px; }

.mejs-audio {
  width: auto;
  height: auto;
  padding-top: 40px;
  margin-bottom: 0px; }

.entry-content .mejs-audio, .entry-content .wp-playlist {
  margin-bottom: 15px; }

.mejs-overlay, .mejs-poster {
  width: 100%;
  height: 100%;
  z-index: 9999; }

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.mejs-container, .mejs-embed, .mejs-embed body {
  background: #333; }

/* =============================================================================
   Comments
   ============================================================================= */
.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
  width: 100% !important;
  margin-top: 5px; }

#comments {
  margin-top: 25px; }

.bypostauthor {
  margin: 0; }

#comments .sep-str {
  margin: 20px 0 15px !important; }

.hidden-comments {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0; }

.load-comments {
  cursor: pointer; }

.pretag {
  background: #ff3a38;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  display: inline-block;
  margin: 10px 0 5px; }
  .pretag a {
    color: #fff !important; }

.presub {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
  text-transform: uppercase;
  color: #000; }

#nn-wrap .pretag.icon-related:before {
  content: "\e73b";
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

#nn-wrap .pretag .icon-comments:before {
  content: "\e66f";
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

#nn-wrap .pretag.icon-related:before {
  content: "\e73b";
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

#nn-wrap .pretag .icon-comments:before {
  content: "\e66f";
  color: #fff;
  padding: 0 8px 0 0;
  left: 0px;
  top: 1px; }

.single-comment {
  overflow: auto;
  border-radius: 4px;
  padding: 10px 0 12px 10px; }
  .single-comment .comment-meta {
    font-size: 11px;
    color: #444;
    clear: both;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 10px 10px; }
    .single-comment .comment-meta a:hover {
      color: #333; }
    .single-comment .comment-meta .ccauthor, .single-comment .comment-meta .ccauthor a {
      font-weight: bold; }
    .single-comment .comment-meta .cc-reply {
      float: right;
      padding: 0;
      border-radius: 3px; }
    #nn-wrap .single-comment .comment-meta .cc-reply a:before {
      content: "\e66e";
      padding: 0 5px 0 0;
      top: 1px; }

#comments ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  #comments ol.comment-list li {
    margin: 0 0 10px;
    padding: 0px 5px 10px 0;
    border-bottom: 1px solid #ddd; }
  #comments ol.comment-list ul li {
    padding: 5px 0 0 10px;
    margin: 15px 0 0;
    border-bottom: 0;
    list-style: none; }
  #comments ol.comment-list ul {
    padding-left: 0;
    margin-left: 0;
    background: none; }
  #comments ol.comment-list img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 15px 10px 5px 0;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #ccc; }

/* #Comments ol.comment-list */
#comments #respond, .contact-form {
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  color: #555;
  padding: 10px 15px 15px;
  overflow: auto;
  background: #f8f8f8; }
  #comments #respond h3, .contact-form h3 {
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    padding: 12px 10px 12px 0;
    margin: 0 0 25px;
    font-size: 22px;
    color: #000;
    text-transform: uppercase; }
  #comments #respond p, .contact-form p {
    border-bottom: 1px solid #ddd;
    position: relative; }
  #comments #respond p.comment-form-author, #comments #respond p.comment-form-email, #comments #respond p.comment-form-url, .contact-form p.comment-form-author, .contact-form p.comment-form-email, .contact-form p.comment-form-url {
    display: inline;
    float: left;
    width: 32%;
    margin-right: 10px; }
    #comments #respond p.comment-form-author label, #comments #respond p.comment-form-email label, #comments #respond p.comment-form-url label, .contact-form p.comment-form-author label, .contact-form p.comment-form-email label, .contact-form p.comment-form-url label {
      clear: both;
      display: block; }
    #comments #respond p.comment-form-author input, #comments #respond p.comment-form-email input, #comments #respond p.comment-form-url input, .contact-form p.comment-form-author input, .contact-form p.comment-form-email input, .contact-form p.comment-form-url input {
      width: 100%; }
  #comments #respond p.comment-form-url, .contact-form p.comment-form-url {
    margin-right: 0; }
  #comments #respond p.comment-form-comment, .contact-form p.comment-form-comment {
    display: block;
    clear: both;
    margin-bottom: 10px;
    border-bottom: 0; }
  #comments #respond input, .contact-form input {
    margin-bottom: 10px;
    background: transparent;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #666;
    padding: 6px 4px; }
  #comments #respond textarea, .contact-form textarea {
    font-family: Helvetica, Arial;
    font-size: 13px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    height: 155px;
    color: #666;
    padding: 4px;
    margin-top: 5px;
    border-radius: 0;
    background: transparent; }
  #comments #respond input:focus, #comments #respond textarea:focus, .contact-form input:focus, .contact-form textarea:focus {
    background: #f9f9f9;
    color: #444;
    border-color: rgba(98, 98, 98, 0.3);
    outline: 0; }
  #comments #respond label, #comments #respond .required, .contact-form label, .contact-form .required {
    color: #888 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline; }
  #comments #respond input#submit, .contact-form input#submit {
    cursor: pointer;
    margin: 0 0 10px;
    width: auto;
    padding: 6px 11px; }
  #comments #respond .comment-notes, #comments #respond .form-allowed-tags, .contact-form .comment-notes, .contact-form .form-allowed-tags {
    display: none; }
  #comments #respond .logged-in-as, .contact-form .logged-in-as {
    padding-bottom: 5px;
    font-size: 12px; }

/* =============================================================================
   Pagination
   ============================================================================= */
.rad-button, .paging-navigation a, #commentform input#submit, #submit.rad-button {
  position: relative;
  background: none;
  padding: 10px 11px;
  line-height: 2.2;
  font-weight: 600;
  color: #0044CC;
  font-size: 13px;
  text-transform: uppercase;
  display: inline;
  border-radius: 3px;
  border: 2px solid #0044CC;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  .rad-button:hover, .rad-button:active, .paging-navigation a:hover, .paging-navigation a:active, #commentform input#submit:hover, #commentform input#submit:active, #submit.rad-button:hover, #submit.rad-button:active {
    color: #222;
    border-color: #222 !important;
    -moz-transition: .01s linear;
    -webkit-transition: .01s ease-out;
    transition: .01s linear; }

.paging-navigation .nav-load {
  padding: 5px 0; }

#nn-wrap .paging-navigation .nav-load a:before {
  content: "\e702";
  padding: 0 5px 0 0;
  top: 1px; }

.paging-navigation, .numbered-navigation {
  margin: 30px 0 20px !important; }

.paging-navigation .nav-previous, .paging-navigation .nav-next {
  display: inline; }

.paging-navigation .nav-next {
  text-align: right;
  float: right; }

/* =============================================================================
   Numbered Pagination
   ============================================================================= */
ul.page-numbers {
  padding-left: 0;
  margin: 0;
  color: #666;
  text-transform: uppercase; }

.page-numbers > li {
  display: inline; }

.page-numbers > li a, .page-numbers > li a:visited {
  color: #333; }

.page-numbers > li > a, .page-numbers > li > span {
  position: relative;
  padding: 8px 14px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  margin-left: -1px; }

.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px; }

.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

ul.page-numbers > li > .next, .page-numbers > li > .prev {
  border-color: #222;
  color: #fff;
  background-color: #222; }

.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
  background-color: #111;
  color: #fff; }

ul.page-numbers > li > .current, ul.page-numbers > li > .current, ul.page-numbers > li > .current:hover, ul.page-numbers > li > .current > span:hover, ul.page-numbers > li > .current > a:focus, ul.page-numbers > li > .current > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #222;
  border-color: #222;
  cursor: default; }

.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

/* =============================================================================
   Contact Template
   ============================================================================= */
#mrg-wrap .contact-form {
  padding-top: 15px; }
  #mrg-wrap .contact-form p {
    border-bottom: 1px solid #ddd;
    position: relative; }
  #mrg-wrap .contact-form p.inputcom {
    display: inline;
    float: left;
    width: 47% !important;
    margin-right: 10px !important; }
    #mrg-wrap .contact-form p.inputcom label {
      clear: both;
      display: block; }
    #mrg-wrap .contact-form p.inputcom input {
      width: 100%; }
  #mrg-wrap .contact-form p.contact_email {
    margin-right: 0;
    margin-bottom: 10px !important; }
  #mrg-wrap .contact-form .human-verify {
    display: inline !important;
    margin-top: 5px; }
  #mrg-wrap .contact-form .textarea-p {
    clear: both; }
  #mrg-wrap .contact-form span.verify {
    color: #555; }
  #mrg-wrap .contact-form form span {
    color: #0044CC; }
  #mrg-wrap .contact-form .error, #mrg-wrap .contact-form .success {
    padding: 5px 9px;
    border: 1px solid #0044CC;
    color: #0044CC;
    border-radius: 3px;
    margin-bottom: 15px; }
  #mrg-wrap .contact-form .success {
    border: 1px solid green;
    color: green; }

/* ==========================================================================
   Score Panel
   ========================================================================== */
.score-panel {
  margin: 30px auto 5px;
  max-width: 848px;
  padding: 10px 15px;
  position: relative;
  border: 4px double #ccc; }

.score-panel .ubscore {
  position: relative;
  background: #00BF76;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 106px;
  height: 106px;
  padding: 3px 0px 0px 0px;
  opacity: 1 !important;
  z-index: 1;
  overflow: hidden;
  margin: 10px 0 10px 5px;
  border: none; }

.score-panel .ubscore input {
  text-shadow: none; }

.score-panel .dial {
  font-size: 30px !important;
  margin-top: 28px !important; }

.score-summ {
  overflow: hidden;
  color: #666;
  zoom: 1;
  padding: 5px 10px 15px;
  font-size: 18px;
  font-weight: 300;
  position: relative; }

.score-summ::before {
  content: "\201D";
  font-family: "Georgia", Serif;
  font-style: normal;
  font-weight: normal;
  position: relative;
  line-height: 1;
  top: -10px;
  right: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #DEDEDE;
  font-size: 9em;
  position: absolute; }

.score-post {
  width: 126px;
  float: left;
  text-align: center;
  position: relative; }

.score {
  display: block;
  background: #0044CC;
  color: #fff;
  font-size: 40px; }

.score-tag {
  position: relative;
  background: #ff3a38;
  color: #fff;
  font-size: 18px;
  padding: 10px 10px;
  margin: 0 0 10px;
  display: inline-block;
  clear: both;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.summ {
  display: block; }

.criter {
  border-top: 1px dashed #ccc; }

.score-panel .criter {
  margin: 0px 0 0;
  clear: both;
  padding: 15px 0px 0px; }
  .score-panel .criter .progress {
    overflow: hidden;
    height: 30px;
    margin-bottom: 20px;
    background-color: #eee;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif; }
  .score-panel .criter .progress-bar {
    transition: width 1.5s;
    -webkit-transition: width 1.5s; }
  .score-panel .criter .progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    background-color: #F48B00;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    -webkit-transition: none;
    transition: none; }
  .score-panel .criter .unwidth {
    width: 0%; }
  .score-panel .criter .base-cr {
    padding-left: 10px;
    text-transform: uppercase; }
  .score-panel .criter .base-sc {
    padding: 0 7px;
    margin: 5px 10px 0px;
    text-transform: uppercase;
    text-align: right;
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    position: relative;
    background: #000;
    border-radius: 25px;
    display: none; }

/* =============================================================================
   Featured Related
   ============================================================================= 
#featured-related {
  width: 100%;
  overflow: hidden;
  max-height: 420px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin: 15px 0; }
  #featured-related .meta-info {
    width: 100%;
    text-align: left;
    position: absolute;
    z-index: 999;
    bottom: 0; }
  #featured-related .item {
    margin-right: 2px;
    position: relative;
    max-height: 220px; }
  #featured-related .item img {
    display: block;
    width: 100%;
    height: auto; }
  #featured-related a {
    color: #fff; }
  #featured-related h2 {
    padding: 0 10px 0px;
    margin: 12px 0 15px 0;
    text-shadow: 1px 0px 2px black;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: center;
    z-index: 8999;
    clear: both; }
    */
#featured-related .item{
  display:inline-block;
  width:49.5%;
  overflow:hidden;
}
#featured-related .item a{
  margin-bottom:10px;
}
#featured-related .item a img{
  width:100% !important;
  display: block;
  min-height: 260px;
  object-fit: cover;
}

#featured-related .item:nth-child(even){
  float:right;
}

/* ============= Featured Related */
/* =============================================================================
   Fatured Category
   ============================================================================= */
.mrg-color-cat {
  display: inline;
  position: absolute;
  top: 0px;
  left: 0px; }

.mrg-color-cat .featured-category {
  padding: 6px 8px;
  margin: 0 0 14px 1px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  z-index: 11;
  position: relative;
  }

/* ==========================================================================
   Overlay Icons
   ========================================================================== */
.ubscore, .ubgallery, .ubvideo, .ubaudio {
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 3px 0px 0px 0px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  text-align: center;
  overflow: hidden;
  z-index: 21; }

.ubgallery, .ubvideo, .ubaudio {
  background: RGBA(0, 0, 0, 0.1);
  border: 2px solid #fff; }

#nn-wrap .icon-gallery::before {
  content: "\e60f";
  font-size: 18px;
  top: 4px;
  left: 0;
  color: #fff;
  padding: 0 0px 0 0; }

#nn-wrap .icon-video::before {
  content: "\e70a";
  font-size: 20px;
  color: #fff;
  top: 5px;
  left: 2px; }

#nn-wrap .icon-audio::before {
  content: "\e610";
  font-size: 18px;
  color: #fff;
  top: 5px;
  left: -1px; }

.ubscore {
  background: #0044CC;
  opacity: .9;
  padding: 2px 0px 0px 0px; }

.ubscore input {
  display: none; }

.dial {
  font-size: 11px !important;
  font-weight: 400 !important;
  margin-top: 9px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* =============================================================================
   Share Buttons
   ============================================================================= */
.subscribe-container{
  position:relative;
  width: 33%;
  float: left;
  position: relative;
  z-index: 10;
}
.info-share{padding-bottom:20px;}
.share-tw, .share-fb {
  width:100%;
  position: relative;
  background: none;
  cursor:pointer;
  text-align: center;
  padding: 4px 10px;
  line-height: 2.2;
  font-weight: 400;
  color: #FFF;
  font-size: 24px;
  display: inline-block;
  border-radius: 5px;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear; }
  a.share-tw:hover, a.share-fb:hover {
    -moz-transition: .01s linear;
    -webkit-transition: .01s ease-out;
    transition: .01s linear;
    color:#FFF !important;
  }

.info-share .share-tw {
  background:#55ACEE;
  color:#FFF;
  margin-right: 6px; }
  .share-tw:hover {
    opacity:.9; }

.info-share .share-fb {
  background:#3b5998;
  color:#FFF;}
  .share-fb:hover {
    opacity:.9;}

#nn-wrap .info-share .share-tw::before {
  content: "\e76d";
  padding: 0 5px 0 0;
  top: 5px;
  font-size: 24px; }

#nn-wrap .info-share .share-fb::before {
  content: "\e769";
  padding: 0 5px 0 0;
  top: 5px;
  font-size: 24px; }

/* =============================================================================
   Mini Icons
   ============================================================================= */
.widget_margot_icons .mini-icons {
  text-align: center;
  width: 100%; }
.widget_margot_icons .mini-icons [class*="icon-"] {
  color: #000;
  border-radius: 0;
  border: 1px solid #ccc; }
.widget_margot_icons .mini-icons [class*="icon-"]:hover {
  color: #fff;
  border-color: transparent; }

#footer .widget_margot_icons .mini-icons {
  text-align: center;
  width: 100%; }
#footer .widget_margot_icons .mini-icons [class*="icon-"] {
  color: #fff;
  margin: 0 3px 6px;
  border-radius: 0;
  border: 1px solid RGBA(255, 255, 255, 0.2); }
#footer .widget_margot_icons .mini-icons [class*="icon-"]:hover {
  border-color: transparent; }

.mini-icons {
  float: none;
  margin: 7px 0 0 0px;
  display: inline;
  float: left; }

.mini-icons [class*="icon-"] {
  border-radius: 50%;
  color: #fff;
  margin: 0 3px 10px;
  background: transparent;
  padding: 5px 7px 6px;
  -moz-transition: .3s linear;
  -webkit-transition: .3s ease-out;
  transition: .3s linear;
  display: inline-block; }

.mini-icons [class*="icon-"]:hover {
  -moz-transition: .01s linear;
  -webkit-transition: .01s ease-out;
  transition: .01s linear; }

.mini-icons [class*="icon-"]::before {
  font-size: 18px;
  top: 3px; }

.mini-icons .icon-googlepl, .mini-icons .icon-instagram, .mini-icons .icon-soundcloud {
  padding: 3px 6px 6px; }

/* Set Icons */
#nn-wrap .mini-icons .icon-twitter::before {
  content: "\e76d"; }

#nn-wrap .mini-icons .icon-facebook::before {
  content: "\e769"; }

#nn-wrap .mini-icons .icon-googlepl::before {
  content: "\e7c4";
  font-size: 20px; }

#nn-wrap .mini-icons .icon-instagram::before {
  content: "\e7c5";
  font-size: 20px; }

#nn-wrap .mini-icons .icon-soundcloud::before {
  content: "\e79b";
  font-size: 20px; }

#nn-wrap .mini-icons .icon-pinterest::before {
  content: "\e7a6"; }

#nn-wrap .mini-icons .icon-youtube::before {
  content: "\e773"; }

#nn-wrap .mini-icons .icon-feed::before {
  content: "\e770"; }

#nn-wrap .mini-icons .icon-vimeo::before {
  content: "\e775"; }

/* Set Icons Color */
#nn-wrap .mini-icons .icon-twitter:hover {
  background-color: #00B1EF; }

#nn-wrap .mini-icons .icon-facebook:hover {
  background: #275E99; }

#nn-wrap .mini-icons .icon-googlepl:hover {
  background: #D5471E; }

#nn-wrap .mini-icons .icon-soundcloud:hover {
  background: #EB5315; }

#nn-wrap .mini-icons .icon-pinterest:hover {
  background: #BA2229; }

#nn-wrap .mini-icons .icon-youtube:hover {
  background: #CC2D2B; }

#nn-wrap .mini-icons .icon-instagram:hover {
  background: #6B493B; }

#nn-wrap .mini-icons .icon-feed:hover {
  background: #FFA600; }

#nn-wrap .mini-icons .icon-vimeo:hover {
  background: #20B9EB; }

/* =============================================================================
   Chroma Overlay
   ============================================================================= 
[class*="mrg-chroma"] {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: 100%;
  height: 100%; }

.mrg-item-2 .mrg-chroma {
  background: #5897AE; }

.mrg-item-3 .mrg-chroma {
  background: #638516; }

.mrg-item-4 .mrg-chroma {
  background: #BFACE3; }

.mrg-item-5 .mrg-chroma {
  background: #5897AE; }

.mrg-item-6 .mrg-chroma {
  background: #57ced2; }

.mrg-item-7 .mrg-chroma {
  background: #687f41; }

.mrg-item-8 .mrg-chroma {
  background: #fa770e; }
--*/
.alert-noresults {
  margin: 20px 0 20px !important;
  clear: both;
  width: 100%;
  display: block;
  overflow: auto; }


.sub-nav ul li.active a {
  color: #fff;
}

#insidersMemberRequestDiv span#IMRText {
  color: #FFF;
}

.navbar-text {
	margin-top:0px;
}
