/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.product-collateral > p {
  width: auto;
  float: right;
  text-align: right;
  margin: 0;
  position: relative;
  bottom: -30px;
  z-index: 1;
  color: #797979;
  font-family: "Myriad Pro Regular";
  font-size: 14px;
}
.product-collateral > ul {
  clear: both;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .std > p {
  display: none;
}
body.cms-home .main-container {
  border-top: none !important;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}
body.cms-home .home_banner .home_big_banner {
  position: relative;
}
body.cms-home .home_banner .home_small_banners > div {
  width: 50%;
  float: left;
  position: relative;
}
body.cms-home .home_banner .home_small_banners > div .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 2;
  opacity: 0.7;
}
body.cms-home .home_banner .home_small_banners > div .overlay.left {
  background: #2ba69a;
}
body.cms-home .home_banner .home_small_banners > div .overlay.right {
  background: #3b2b6d;
}
body.cms-home .home_banner .home_small_banners > div p {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  z-index: 3;
}
body.cms-home .home_banner .home_small_banners > div p .top_line a {
  font-family: 'Adelle Regular';
  font-size: 62px;
  font-weight: bold;
  color: #fff;
}
body.cms-home .home_banner .home_small_banners > div p .bottom_line {
  font-family: 'Myriad Pro Regular';
  font-size: 32px;
  color: #fff;
}
body.cms-home .home_banner .home_small_banners > div p > img {
  display: inline;
  height: 30%;
}
body.cms-home .home_banner .home_small_banners > div img.responsive {
  width: 100%;
}
body.cms-home .square_links {
  display: inline-block;
  width: 100%;
  padding: 65px 0;
}
body.cms-home .square_links li {
  float: left;
  list-style: none;
  position: relative;
  width: 19%;
  margin: 0 3%;
  max-width: 300px;
}
body.cms-home .square_links li p {
  position: absolute;
  margin-bottom: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
body.cms-home .square_links li p span {
  font-size: 28px;
  font-family: 'Adelle Regular';
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
body.cms-home .square_links li p a.all_button {
  font-family: 'Myriad Pro Bold';
  font-size: 14px;
  color: #292e32;
  display: block;
  white-space: nowrap;
  max-width: 180px;
  text-align: center;
  clear: both;
  padding: 10px 24px;
  background: #fff;
  border: 2px solid #6d8d23;
  white-space: nowrap;
  margin: 0 auto;
}
body.cms-home .square_links li p a.all_button.icon {
  margin-bottom: 40px;
  background: 0;
  border: 0;
  width: auto;
  text-align: center;
}
body.cms-home .square_links li p a.all_button.icon img {
  display: inline;
}
body.cms-home .square_links li p a.all_button.icon:hover {
  border: 0;
}
body.cms-home .square_links li p a.all_button:hover {
  border: 2px solid #fff;
  text-decoration: none;
}
body.cms-home h2.featured_title {
  font-family: 'Adelle Regular';
  margin-bottom: 20px;
  border: 0;
  font-size: 28px;
  text-transform: none;
  font-weight: normal;
  padding-left: 3%;
}
body.cms-home .featured {
  padding-left: 3%;
}
body.cms-home .featured ul li {
  float: left;
  width: 19%;
  margin-left: 1%;
  margin-right: 0;
  list-style: none;
  text-align: left;
}
body.cms-home .featured ul li:first-child {
  margin-left: 0;
}
body.cms-home .featured ul li:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}
body.cms-home .featured ul li:nth-child(3n+1) {
  clear: none;
}
body.cms-home .promotion {
  background: #3b2b6d;
  display: inline-block;
  width: 100%;
  padding: 70px;
}
body.cms-home .promotion > div {
  float: left;
  width: 48%;
  margin-left: 4%;
}
body.cms-home .promotion > div:first-child {
  margin-left: 0;
}
body.cms-home .promotion img {
  width: 100%;
  height: auto;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #CCCCCC;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Myriad Pro Regular", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #6d8d23;
  font-weight: 600;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

@media all and (max-width: 1400px) {
  body.cms-home .home_banner .home_small_banners > div p .top_line a {
    font-size: 52px;
  }

  body.cms-home .home_banner .home_small_banners > div p .bottom_line {
    font-size: 22px;
  }

  body.cms-home .square_links li {
    width: 23%;
    margin: 0 1%;
  }
}
@media all and (max-width: 1300px) {
  body.cms-home .home_banner .home_small_banners > div p .top_line a {
    font-size: 32px;
  }

  body.cms-home .home_banner .home_small_banners > div p .bottom_line {
    font-size: 20px;
  }

  body.cms-home .promotion {
    padding: 40px;
  }
}
@media all and (max-width: 1200px) {
  body.cms-home .square_links li {
    width: 33%;
    margin: 40px 8%;
  }
}
@media all and (max-width: 1050px) {
  body.cms-home .home_banner .home_small_banners > div {
    overflow: hidden;
  }

  body.cms-home .home_banner .home_small_banners > div img {
    width: auto;
    width: auto;
    max-width: 114%;
  }

  body.cms-home .home_banner .home_small_banners > div br {
    display: none;
  }

  body.cms-home .featured {
    padding: 0 3%;
  }

  body.cms-home .home_banner .home_small_banners > div p {
    position: absolute;
    top: 17%;
  }

  body.cms-home .home_banner .home_small_banners > div p .top_line a {
    font-size: 62px;
  }

  body.cms-home .home_banner .home_small_banners > div p .bottom_line {
    font-size: 32px;
  }

  body.cms-home .featured ul li {
    width: 31%;
    margin-left: 3%;
  }

  body.cms-home .featured ul li:nth-child(5n+1) {
    clear: none;
    margin-left: 3%;
  }

  body.cms-home .featured ul li:nth-child(3n + 1) {
    clear: both;
    margin-left: 0;
  }

  body.cms-home .featured ul li:nth-child(n + 7) {
    display: none;
  }

  body.cms-home .featured ul li:first-child {
    clear: both;
    margin-left: 0;
  }
}
@media all and (max-width: 850px) {
  body.cms-home .square_links li {
    width: 43%;
    margin: 20px 1% 20px 6%;
  }

  body.cms-home .square_links li p a.all_button.icon {
    margin-bottom: 0;
  }
}
@media all and (max-width: 768px) {
  body.cms-home .promotion > div {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  body.cms-home .promotion > div:first-child {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .home_small_banners a {
    font-size: 22px !important;
  }

  body.cms-home .home_banner .home_small_banners > div p .bottom_line {
    font-size: 19px;
  }
}
p.overlay {
  display: none;
}

@media all and (max-width: 480px) {
  body.cms-home .home_banner .home_small_banners > div p > img {
    max-width: 40px;
  }

  body.cms-home .featured ul li {
    width: 100%;
    margin-left: 0 !important;
  }

  body.cms-home .square_links {
    padding-top: 0px;
  }
  body.cms-home .square_links li {
    width: auto !important;
    margin: 20px !important;
  }
  body.cms-home .square_links li a {
    line-height: 0px !important;
  }
  body.cms-home .square_links li img {
    max-width: 100%;
  }

  body.cms-home .promotion {
    display: none;
  }

  body.cms-home .featured {
    padding: 0 10%;
  }

  body.cms-home h2.featured_title {
    padding-left: 10%;
    clear: both;
    padding-top: 20px;
  }

  body.cms-home .home_banner .home_small_banners > div {
    width: 100%;
  }

  body.cms-home .square_links li p span {
    font-size: 15px;
  }

  body.cms-home .square_links li p a.all_button {
    padding: 10px 10px;
  }

  body.cms-home .square_links li p {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 1550px) {
  body.cms-home .home_banner .home_small_banners > div p {
    top: 20%;
  }
}
.home_small_banners a {
  display: block;
  font-size: 32px;
  color: #fff;
  font-family: 'adelle regular', bold;
  font-weight: 600;
}

.left_banner {
  cursor: pointer;
}

.right_banner {
  cursor: pointer;
}

.post-list li.item .post-list-item {
  height: 412px;
  overflow: hidden;
}

.map_left {
  position: relative;
}
.map_left h1, .map_left p {
  position: relative;
  z-index: 55;
}

.map_left:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #6d8d23;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

dt.filter-title-key_features {
  display: none;
}

.sln-type-checkbox {
  display: none;
  position: absolute;
  z-index: 99;
  background: white;
  width: 200px;
  border: 1px solid #949494;
  padding: 10px;
  margin-top: -1px;
}
.sln-type-checkbox.active {
  display: block;
}

.sln-type-checkbox li {
  display: block;
  float: none !important;
}

.checkboxHandle:hover {
  opacity: 0.8;
}

#sln-filter-top .sln-type-checkbox li {
  float: left;
}
#sln-filter-top .sln-type-checkbox li a {
  padding: 0 20px 0 30px;
  color: #000;
  background: url(../images/checkbox_soccer.png) 0 -40px no-repeat;
}
#sln-filter-top .sln-type-checkbox li a.checked {
  background-position: 0 0;
}
#sln-filter-top .sln-type-checkbox li span.disabled {
  display: none;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

li.subcategory {
  margin-left: 25px;
}

li.subcategory > a {
  padding: 0 20px 0 0;
  font-family: 'Arial';
  font-size: 22px;
  font-weight: 100;
  color: #4e4e4e;
}

li.subcategory a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.page-title {
  margin-top: 60px;
}

.page-title, .post-title {
  margin-top: 60px;
}
.page-title h1, .post-title h1 {
  border-bottom: none;
  font-family: "Adelle Regular";
  text-transform: none;
  font-size: 32px;
  padding-left: 50px;
}

.post-view, .post-list {
  padding: 0 50px;
  margin-bottom: 50px;
}

li.subcategory li.subcategoryChild.active > a {
  font-weight: bold;
}

li.subcategory ul {
  margin-left: 25px;
}

#sln-filter-default {
  display: none;
}

li.subcategory li.subcategoryChild a {
  font-size: 17px;
  font-weight: 100;
  color: #4e4e4e;
  font-family: 'Arial';
}

.left_navigation dd {
  width: 275px;
  padding-top: 15px;
}

li.subcategory {
  padding: 4px 0;
}

li a.arrow {
  background: url("../images/ecommerceteam/sln/plus.png") 100% 8px no-repeat;
  display: inline-block;
  width: 100%;
  padding-right: 15px;
}

li a.active_arrow {
  background: url("../images/ecommerceteam/sln/minus.png") 100% 8px no-repeat;
  display: inline-block;
  width: 100%;
}

.col-left-first {
  display: none !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

dd, dt {
  float: left !important;
  border: none !important;
}

dd.filter-items-size.odd {
  padding-right: 20px !important;
}

.block-layered-nav .block-content > dl > dd {
  margin-left: -1px !important;
  padding-left: 10px;
}

dt.filter-title-soccer.last.even span {
  display: none !important;
}

div#sln-filter-top {
  display: block;
  float: left;
}

.block-layered-nav .currently .actions a {
  margin: 0;
  height: 35px;
  display: block;
  width: 40px;
  float: right;
  color: transparent;
  background: url("../images/remove-filter.png") no-repeat center center #56701C;
  background-size: 50%;
  position: relative;
  top: 35px;
  left: 40px;
}

.block .actions:after {
  content: '';
  display: table;
  clear: both;
}

.catalog-category-view .col-main .category-products > .toolbar {
  margin-top: 25px;
}

.block-layered-nav .actions {
  text-align: right;
  margin-bottom: 0px;
  margin-top: -35px !important;
}

.pages li a {
  font-size: 14px;
}

li.current {
  font-size: 14px;
}

div#sln-filter-top {
  padding-left: 40px;
}

.toolbar .pager {
  clear: none !important;
  margin-top: 5px;
}

.is-blog .show_left_bar {
  display: none;
}

.map_container > div {
  width: 50%;
  float: left;
  height: 500px;
}
.map_container > div.map_left {
  background: url(../images/locations_bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 20px 0 0;
}
.map_container > div h1 {
  color: #fff;
  font-size: 72px;
  text-transform: none;
  font-family: 'Adelle Regular';
  font-weight: bold;
  margin-left: 70px;
  margin-top: 50px;
}
.map_container > div p {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-family: "Myriad Pro Regular";
  margin-left: 70px;
}
.map_container > div p.day {
  color: #4e4e4e;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: "Myriad Pro Regular";
  margin-left: 0;
  width: 115px;
  float: left;
  line-height: 10px;
}
.map_container > div li {
  font-style: normal;
  font-family: "Myriad Pro Regular";
}
.map_container > div li > div {
  margin-left: 115px;
  border-left: 1px solid #c2c2c2;
  padding-left: 23px;
}
.map_container > div li > div .subtitle {
  line-height: 10px;
  padding-bottom: 10px;
}
.map_container > div li > div .subtitle a {
  position: relative;
}
.map_container > div li > div .subtitle a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #571c1f;
  display: block;
  position: absolute;
  left: -55px;
}
.map_container > div .right_block .with_link {
  margin-bottom: 0;
  padding-bottom: 25px;
}

#tribe-events .bxslider_top_home .tribe-events-meta-group-venue .tribe-events-single-section-title {
  display: none;
}

.main_cont {
  height: auto !important;
  padding-left: 30px;
  width: 100% !important;
  margin-top: 30px;
}
.main_cont > div {
  height: auto;
  float: left;
  width: 50%;
}
.main_cont > div.map_right {
  padding: 25px 10px;
}

.map_container {
  margin-top: -21px;
}
.map_container .frame {
  height: 455px;
}
.map_container .frame p {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-family: "Myriad Pro Regular";
  margin: 0;
}
.map_container .frame div {
  background: #6d8d23;
  height: 45px;
  text-align: center;
  margin: -5px 0 0;
}
.map_container .frame div a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Myriad Pro Bold";
  line-height: 45px;
}

.main_cont .right_block {
  padding-right: 15px;
}
.main_cont .right_block > h3 {
  font-family: "Adelle Regular";
  font-size: 32px;
  text-transform: none;
  padding-left: 20px;
  margin-bottom: 45px;
}

.ecs-event-list h4 {
  margin: 0;
}
.ecs-event-list .ecs-event {
  margin-bottom: 20px;
}

.tribe-events-meta-group {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  float: left;
}

.email_dt, .email_dt + dd, .tribe-events-meta-group-venue > h3 {
  display: none;
}

.right_block.recent_blog .post-date {
  display: block;
}

.tribe-events-meta-group {
  clear: both;
}

#tribe-events-content dt {
  margin-right: 5px;
}

.tribe-events-list .type-tribe_events h2 {
  font-size: 1.4em;
}

.tribe-events-meta-group-venue .location {
  clear: both;
}

.single #tribe-events-footer .tribe-events-sub-nav {
  display: none;
}

.email_dt a {
  font-weight: normal;
}

.tribe-events-meta-group-venue .author a, .tribe-events-meta-group-organizer .fn.org a, .tribe-events-venue-details .author a {
  color: #6d8d23 !important;
  text-decoration: none;
  cursor: text;
}

.single-tribe_events .tribe-events-venue-map {
  width: 50%;
}

#tribe-events-content ul.tribe-events-sub-nav {
  float: right;
}

.widget.widget_nav_menu#nav_menu-2, .widget.widget_nav_menu#nav_menu-3 {
  display: none !important;
}

.events-list .wrapper {
  overflow: hidden;
}

.tribe-bar-filters {
  display: none;
}

.events-list .widget.widget_nav_menu#nav_menu-2, .tribe-month .widget.widget_nav_menu#nav_menu-2, .events-list .widget.widget_nav_menu#nav_menu-3, .tribe-month .widget.widget_nav_menu#nav_menu-3, .tribe-events-day .widget.widget_nav_menu#nav_menu-2, .tribe-events-day .widget.widget_nav_menu#nav_menu-3, .events-single .widget.widget_nav_menu#nav_menu-2, .events-single .widget.widget_nav_menu#nav_menu-3 {
  display: block !important;
}

.tribe-events-promo {
  display: none;
}

#tribe-bar-form > p {
  float: left;
}

.tribe-events-meta-group-venue .author a, .tribe-events-venue-details .author a {
  color: #4e4e4e !important;
}

.tribe-events-list-event-description {
  margin-top: 20px;
}

.category_post_venue, .adr {
  clear: both;
  float: left;
}

.tribe-events-gmap {
  clear: both;
  float: left;
  margin: 10px 0;
}

.tribe-events-event-cost {
  margin: 10px 0;
}

.bxslider_top_home .tribe-events-list-event-title {
  margin-top: 30px;
}
.bxslider_top_home .tribe-events-list-event-title:nth-child(2) {
  margin-top: 0;
}
.bxslider_top_home .tribe-events-gmap {
  clear: both;
  float: left;
}

.widget_sp_image {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 40px;
  text-indent: -55555px;
}
.widget_sp_image#widget_sp_image-2 {
  margin-left: 0;
}
.widget_sp_image img {
  width: 100%;
  height: auto;
}

#tribe-events .bx-wrapper {
  clear: both;
}

a.tribe-events-read-more {
  margin-bottom: 10px;
}

.calendar {
  text-indent: -5555px;
  display: inline-block;
  background: url(../images/calendar.jpg) 0 0 no-repeat;
  width: 35px;
  height: 35px;
  background-size: 100%;
  border: 0;
  position: relative;
  top: -10px;
  margin-left: 20px;
  cursor: pointer;
}

.tribe-events-list-event-description {
  margin-top: 20px;
  clear: both;
}

#tribe-events .bx-wrapper {
  max-width: 1800px !important;
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 !important;
  background: #ececec;
  border-bottom: 1px solid #c2c2c2;
}
#tribe-events .bx-wrapper li {
  margin: 0;
}
#tribe-events .bx-wrapper .bxslider_top_home {
  list-style: none;
}
#tribe-events .bx-wrapper .bxslider_top_home ul {
  list-style: none;
}
#tribe-events .bx-wrapper .bxslider_top_home > li {
  background: #fff;
  margin-right: 30px;
  margin-left: 0;
  list-style-type: none;
  padding: 30px;
  box-sizing: border-box;
}
#tribe-events .bx-wrapper .bxslider_top_home > li li {
  font-family: "Myriad Pro Regular";
  font-style: normal;
  font-size: 14px;
}
#tribe-events .bx-wrapper .bxslider_top_home > li li a.sign_in {
  font-family: "Myriad Pro Bold";
  color: #434343;
  text-decoration: underline;
}
#tribe-events .bx-wrapper .bxslider_top_home > li li a.sign_in:hover {
  text-decoration: none;
}
#tribe-events .bx-wrapper .bxslider_top_home > li li.subtitle a {
  font-family: "Myriad Pro Bold";
  font-style: normal;
  font-size: 16px;
}
#tribe-events .bx-wrapper .bxslider_top_home > li:nth-child(2n) {
  padding-right: 60px !important;
}
#tribe-events .bx-wrapper .bxslider_top_home > li h3 {
  font-family: "Adelle Regular";
  font-size: 24px;
  text-transform: none;
  margin-bottom: 25px;
}
#tribe-events button {
  float: right;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #6d8d23;
  border: 0;
  color: #fff;
  margin-right: 25px;
}
#tribe-events button:hover {
  opacity: 0.7;
}
#tribe-events .learn_more_events {
  padding: 30px;
  display: inline-block;
  width: 100%;
}
#tribe-events .learn_more_events > div {
  width: 49%;
  background: #ececec;
  float: left;
  position: relative;
  margin-left: 2%;
  min-height: 0;
  padding-bottom: 0;
}
#tribe-events .learn_more_events > div img {
  width: 100%;
  height: auto;
}
#tribe-events .learn_more_events > div p {
  padding: 30px;
  font-family: "Myriad Pro Regular";
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0;
  padding-bottom: 0;
}
#tribe-events .learn_more_events > div a {
  float: left;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #6d8d23;
  border: 0;
  color: #fff;
  margin-right: 25px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#tribe-events .learn_more_events > div a:hover {
  opacity: 0.7;
  cursor: pointer;
}
#tribe-events .learn_more_events > div:first-child {
  margin-left: 0;
}

.tribe-events-day .tribe-events-day-time-slot > div {
  margin-bottom: 20px;
}
.tribe-events-day .tribe-events-day-time-slot > div .tribe-events-event-cost {
  margin-bottom: 20px;
}

.top_event {
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
}
.top_event > p {
  float: left;
  margin-left: 40px;
  margin-right: 50px;
  margin-bottom: 0;
  padding-top: 7px;
}
.top_event select {
  width: 280px;
  height: 42px;
  border: 1px solid #c2c2c2;
  padding-left: 16px;
  font-family: "Myriad Pro Regular";
  font-size: 16px;
}
.top_event > a {
  float: left;
  margin-right: 140px;
}
.top_event span {
  font-style: normal;
  font-family: "Myriad Pro Bold";
  font-size: 16px;
}
.top_event a#slider-next, .top_event a#slider-prev {
  width: 17px;
  height: 24px;
  display: inline-block;
}
.top_event a#slider-next > a, .top_event a#slider-prev > a {
  color: transparent;
}
.top_event a#slider-next:hover, .top_event a#slider-prev:hover {
  opacity: 0.7;
}
.top_event a#slider-next {
  background: url(../images/green_arrow_right.jpg) no-repeat;
  margin-left: 20px;
}
.top_event a#slider-prev {
  background: url(../images/green_arrow_left.jpg) no-repeat;
  margin-right: 20px;
}

#tribe-community-events #event_cost input {
  width: 355px;
}

.tribe-events-meta-group-organizer dt {
  margin-right: 5px;
}

.cms-events #tribe-events .with_link dt {
  clear: both !important;
}
.cms-events #tribe-events .with_link dl {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.cms-events #tribe-events .with_link .tribe-events-gmap {
  margin: 0;
}
.cms-events #tribe-events .with_link .tribe-events-single-section-title {
  margin-bottom: 0px;
}
.cms-events #tribe-events .learn_more_events > div {
  min-height: 0;
  padding-bottom: 0;
}

.tribe-events-list-event-title {
  text-transform: none;
}

.events-single .tribe-events-meta-group.tribe-events-meta-group-venue dt {
  clear: both;
}

.events-single .tribe-events-meta-group.tribe-events-meta-group-venue {
  clear: both;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.tribe-events-meta-group.tribe-events-meta-group-organizer {
  margin-bottom: 15px;
}

.tribe-events-address {
  display: block !important;
}

#tribe_events_filter_item_eventcategory {
  display: none;
}

.single-tribe_events .tribe-events-day #tribe_events_filters_wrapper {
  display: none;
}

.tribe-events-event-image img {
  width: 100%;
  max-width: 300px;
}

.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

.events-list .col-left {
  height: auto !important;
}

.tribe-events-sub-nav {
  display: none;
}

.single .tribe-events-sub-nav {
  display: block;
}

.sign_in_container {
  display: none;
}

@media all and (max-width: 1500px) {
  .main_cont .right_block {
    width: 70%;
  }

  .main_cont > div.map_right {
    width: 30%;
  }

  .top_event > a {
    margin-right: 20px;
  }

  .top_event > p {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1350px) {
  #tribe-events .with_right .top_event button {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 40px;
    background: #6d8d23;
    border: 0;
    color: #fff;
    clear: both;
    margin-right: 25px;
  }
}
@media all and (max-width: 1300px) {
  .main_cont .right_block {
    width: 100%;
  }

  .main_cont > div.map_right {
    width: 50%;
  }

  .map_container > div.map_right {
    width: 100%;
  }

  .map_container > div.map_left {
    width: 100%;
  }

  div.right_block_locations {
    width: 100% !important;
  }

  .map_container > div.map_left {
    background-size: 100% 100%;
  }

  .main_cont {
    padding-left: 0;
  }
}
@media all and (max-width: 1300px) {
  .main_cont > div.map_right {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .with_right .top_event select {
    width: 240px;
    clear: both;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }

  #tribe-events .with_right .top_event button {
    width: 240px;
  }
}
@media all and (max-width: 1100px) {
  .top_event .add-new-event-button {
    clear: both;
    float: left;
    margin-left: 20px;
  }

  #tribe-events .top_event button {
    width: 240px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    padding: 0 20px;
    line-height: 40px;
    background: #6d8d23;
    border: 0;
    color: #fff;
    clear: both;
    margin-right: 25px;
  }
}
@media all and (max-width: 900px) {
  .tribe-bar-filters {
    float: left;
    clear: both;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .tribe-bar-date-filter {
    position: relative;
    bottom: -10px;
    left: 0;
  }
}
@media all and (width: 768px) {
  .top_event select {
    width: 260px;
  }
}
@media all and (max-width: 767px) {
  #tribe-events input[type='email'], #tribe-events input[type='search'], #tribe-events input[type='number'], #tribe-events input[type='password'], #tribe-events input[type='tel'], #tribe-events input[type='text'] {
    width: 100%;
  }

  .eventForm select, .eventForm input {
    font-size: 11px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px 0;
    height: 30px;
  }

  .top_event .add-new-event-button {
    clear: both;
    float: none;
    margin-left: auto;
    width: 200px;
    display: block;
    margin: 0 auto !important;
  }

  .tribe-bar-date-filter {
    margin-right: -10px;
  }

  .g-recaptcha > div > div {
    width: 100% !important;
  }

  .g-recaptcha iframe {
    margin-left: -20px;
  }

  .eventForm td {
    display: block;
    width: 100%;
    padding: 0 20px 10px 0 !important;
  }

  .main_cont .right_block {
    width: 100%;
    padding-left: 0;
  }

  .map_container > div li {
    margin-left: 10px;
  }

  .map_container > div h1 {
    margin-left: 40px;
  }

  .map_container > div p {
    margin-left: 45px;
  }

  .map_container > div li > div .subtitle {
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 600px) {
  #tribe-events .learn_more_events > div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .top_event select {
    width: 240px;
    clear: both;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
  }

  #tribe-events .top_event button {
    width: 240px;
  }

  #tribe-events .col2-left-layout .col-main {
    padding-left: 0px;
  }
}
