/*
 * COLORS: 

  #2f343b gray
  #f4f0eb light gray
  #a3c756 green
  #f8c830 yellow
  #33abbc blue
  #ff931e light blue
  #ff931e orange
*
*
*/

/*
 * TEXT FORMATTING
 */
 .alignright
 {
  float: right;
  margin-left: 30px;
 }
 .alignleft
 {
  float: left;
  margin-right: 30px;
 }
.post-content
{
  text-align: justify;
}
.post-content h2
{
  line-height: 3;
}
.post-content h3
{
  line-height: 2;
}
.post-content a
{
  font-weight: bold;

}
.post-content a:hover
{
  color: #A3C756;
}

.post-content .panel-group
{
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #A3C756;  
}
.post-content .panel-group .panel-heading
{
  border-color: #A3C756; 
  background-color: #A3C756;
  color: #fff;
}
.post-content .panel-group .panel-heading a
{
  color: #fff!important;
}
.post-content .panel-group .panel-heading i
{
  float: right;
}
.post-content ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;

    margin-left: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-content ol > li{
    position: relative;
    margin-bottom: 20px;  
    min-height: 3em;
    border-left: 2px solid #f2f2f2;
}
.post-content ol:first-of-type {
  counter-reset: mycounter;
}

.post-content ol > li:before {
    position: absolute;
    top: 0;
    left: -1.2em;
    width: 0.8em;
     
    font-size: 3em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #A3C756;

    padding-right: 3.0em;
 
    counter-increment: mycounter;
    content: counter(mycounter);    
}

.post-content img
{
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-content .post-content img
{
  margin-top: 0px;
}
.post-pages
{
  margin-top: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.post-pages a
{
  background-color: #A3C756;
  padding: 7px;
  color: #fff;
  margin-left: 3px;
}
.post-pages a:hover
{
   color: #fff;
   text-decoration: underline;
}

/*
 * SEQUENTIAL LOADING
 */
 .sequential-loading
 {
  opacity: 0.0;
 }
/* 
 * SEARCH CONTAINER
 */
.search-container
{
  background-color: #2f343b;
}
.search-container .form-block
{
  background-color: transparent;  
}
@media (max-width: 768px) 
{
  .search-container .form-block
  {
    padding: 30px;
  }
}
.search-container .close-buton
{
  position: absolute;
  right: 10px;
  top: 5px;  
  font-size: 12px;
  color: #fff;
}

/*
 * SOCIAL ICONS
 */
.nav-bar-social
{
  float: right;
  margin-right: 0px;
  margin-left: 40px;
  margin-top: 5px;
}

@media (max-width: 1000px) 
{
  .nav-bar-social
  {
    margin-right: -15px;
    margin-left: 20px;
  }
}

ul.social-menu
{
  list-style-type: none;

  margin: 0;
  padding: 0;
}
ul.social-menu li
{
  display: inline;  
}

ul.social-menu li
{
  margin-left: 5px;
}

a.social-icon
{
 
  width: 35px;
  height: 35px;

  background-image: url('images/socialicons.svg');
  background-repeat: no-repeat;
  background-size: 225px 74px;
  display: inline-block;
  
  text-indent: -9999px;
  
}

a.social-icon:hover
{
   -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
a.social-icon-white
{
  background-image: url('images/socialicons_white.svg');

  width: 35px;
  height: 35px;

  background-repeat: no-repeat;
  background-size: 225px 74px;
  display: inline-block;
  
  text-indent: -9999px;
}

a.social-icon.facebook, a.social-icon-white.facebook
{
   background-position: -1px -1px;
}

a.social-icon.facebook:hover, a.social-icon-white.facebook:hover
{
    background-position: -1px -37px;
}

a.social-icon.googleplus, a.social-icon-white.googleplus
{
   background-position: -48px -1px;
}

a.social-icon.googleplus:hover, a.social-icon-white.googleplus:hover
{
    background-position: -48px -37px;
}
a.social-icon.twitter, a.social-icon-white.twitter
{
   background-position: -95px -1px;
}

a.social-icon.twitter:hover, a.social-icon-white.twitter:hover
{
    background-position: -95px -37px;
}
a.social-icon.pinterest, a.social-icon-white.pinterest
{
   background-position: -142px -1px;
}

a.social-icon.pinterest:hover, a.social-icon-white.facebook:hover
{
    background-position: -142px -37px;
}
a.social-icon.linkedin, a.social-icon-white.linkedin
{
   background-position: -189px -1px;
}

a.social-icon.linkedin:hover, a.social-icon-white.linkedin:hover
{
    background-position: -189px -37px;
}


/*
 * CONTENT GENERIC
 */
 .text-bubble
 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    padding: 30px;
 }
 .text-bubble h2
 {
  margin-top: 0px;
 }
 .text-bubble p.small
 {
  font-weight: normal;
  font-size: 15px;
 }
 .text-bubble.white
 {
  background-color: #fff;
 }
 .text-bubble.orange
 {
  background-color: #ff931e;
  color: #fff;
 }
 .text-bubble.green
 {
  background-color: #a3c756;
  color: #fff;
 }
 .text-bubble.blue
 {
  background-color: #33abbc;
  color: #fff;
 }
  .text-bubble.yellow
 {
  background-color: #f8c830;
  color: #fff;
 }

/*
 * CONTENT GENERIC
 */
.page-content
{
  margin: 30px 0px;
}
.toolbox-block
{
  padding: 40px 0px;
}
/* 
 * PAGE TITLE
 */
.title-block
{
  background-color: #a3c756;
  padding: 20px 0px;  
  color: #fff;
}
.title-block .category-list
{
  list-style-type: none;  
  padding-left: 0px;
}
.title-block .category-list li
{
  display: inline-block;
  padding-right: 10px;
}
.title-block .category-list h2, .title-block .category-list a
{
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.extended-info .button
{
  margin-top: -5px;
  position: absolute;
  z-index: 100;
  width: 50px;
  left: calc(50% - 25px);
}
.extended-info .text
{  
  padding-top: 30px;
  padding-bottom: 10px;
}

/* 
 * Callout boxes
 */
.callout-box
{
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;

  text-align:center;

  padding: 20px;
}

 .callout-box p.small
 {
  font-weight: normal;
  font-size: 17px;
 }
.callout-box h2
{
  font-size: 33px;
}
.callout-box.blue
{
  background-color: #33abbc;
}

.callout-box.orange
{
  background-color: #ff931e;
}

.callout-box.yellow
{
  background-color: #F8C830;
}
.callout-box.green
{
  background-color: #a3c756;
}
@media (max-width: 768px) 
{
  .callout-box
  {
    padding-bottom: 20px;
    padding-top: 20px;

    padding-left: 10px;
    padding-right: 10px;
  }
}
/* 
 * HOME
 */
 .home-carousel-container
 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
 }
 .home-carrousel
 {
  margin-bottom: 25px;
 }
.home-carrousel .slider-container
{
  background-color: #E2E0D3;
}

.home-carrousel .slider-container .carousel
{
  padding: 10px;
}
.home-carrousel ul
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

.home-carrousel ul li
{
  border-bottom: 3px solid #fff;
  padding-top: 38px;
  padding-bottom: 38px;
  background-color: #f4f0eb;
  
  -webkit-transition: background-color 0.5s ease-in-out;
    -moz-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}
.home-carrousel ul li.active, .home-carrousel ul li:hover
{
  background-color: #2f343b;
  cursor: pointer;
}

.home-carrousel ul li> a
{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 25px;
  text-align: left;

  -webkit-transition: color 0.55s ease-in-out;
    -moz-transition: color 0.55s ease-in-out;
    -o-transition: color 0.55s ease-in-out;
    transition: color 0.5s ease-in-out;
}

.home-carrousel .item img
{
  max-height: 289px;
}


@media (max-width: 1200px) 
{
 .home-carrousel ul li
  {
    border-bottom: 2px solid #fff;
    padding-top: 29px;
    padding-bottom: 29px;
    text-align: center;
  }
}
@media (max-width: 1000px) 
{
  .home-carrousel ul li
  {
    padding-top: 18px;
    padding-bottom: 19px;
    border-bottom: 2px solid #fff;
  }
  .home-carrousel ul li> a
  {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) 
{
  .home-carrousel
  {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-carrousel .slider-container .carousel
  {
    padding: 3px;
  }
}
.home-carrousel ul li> a:active, .home-carrousel ul li> a:focus
{
  text-decoration: none;
}

.home-carrousel ul li.active> a, .home-carrousel ul li.active> a:hover, .home-carrousel ul li:hover >a
{
  color: #fff;
  text-decoration: none;
}
.home-carrousel .nomargin
{
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.home-block-container
{
  background: url(images/TGA-header1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-block 
{
 color: #fff; 
}
.home-extended-info .extended-info .button
{
  margin-top: 0px;
}
.home-extended-info .extended-info .button .btn-extended
{
  background-color: #2f343b;
  color: #fff;
}
.home-block .title
{  
  font-size: 30px;
  line-height: 1.3;
}
.home-block .title-container
{
  max-width: 400px;
  padding: 80px 0px;
}
.home-block .content-widget
{
  max-width: 330px;
  background: transparent;
  border: 2px #fff solid;
}

@media (max-width: 768px) 
{
  .home-block .title-container
  {
    max-width: 100%;
  }
}

/*
 * PARALAX BACKGROUND
 */
.paralax-background
{
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
 * HEADER TABS
 */
.header-block-container
{
  background-color: #d8d8d8; 
}

.header-block a
{
  color: #2f343b;
  font-size: 14px;
}
.header-block a:hover
{
  color: #fff;
}
.header-tab
{
  padding: 20px 0px;  
  background-color: #fff;
  border: 1px solid #d8d8d8;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-tab.active, .header-tab:hover
{
  border: 1px solid #2f343b;
  background-color: #2f343b;
  color: #fff;
}

/*
 * INFO BLOCK
 */
.info-block
{
  background-color: #02AC7B;  
  color: #fff;
}
.info-block a, .info-block a:hover
{
  color: #fff;
}
.info-block .title
{
  margin-bottom: 35px;
}
.info-block .text
{  
  max-width: 500px;  
}
.info-block .tiles
{  
  margin-top: 25px;
}
.info-block .tile-title
{  
    max-width: 150px;
    height: 45px;    
    margin-top: 10px;
}
.info-block .tile-text
{   
   max-width: 200px;
}
.info-block .tile-image
{
  width: 100px;
  height: 100px;
}

.info-block-container
{
  padding: 25px 0;
}


/*
 * STEP GUIDE
 */
.step-guide
{
  background-color: #2f343b;  
  color: #fff;
}
.step-guide .info
{
  max-width: 800px;
}
.step-guide .number
{
  font-size: 40px;
  font-weight: bold;
  float: left;
  margin-left: -10px;
}
.step-guide .text
{  
  margin-left: 35px;
  margin-top: 25px;
  font-size: 17px;
}

/*
 * INSTALTION INFO
 */
 .installation-info
 {
 }
 .installation-info .text-container .title
 {
  margin-bottom: 30px;
  margin-top: 0px;
 }
.installation-info .text-container .text
{   
}
 .installation-info .form-block
 {
  max-width: 330px;
 }

@media (max-width: 768px) 
{
  .installation-info .text-container .text
  {
    max-width: 100%;
  }

  .installation-info .form-block
 {
  max-width: 400px;
 }
}

/*
 * CALL TO ACTION
 */

.call-to-action .text-container
{
  background-color: #F9F9F9;
  padding: 20px;
  margin: 10px;
  min-height: 220px;
}

/*
 * CONTENT POSTS
 */
.content-posts
{
  background-color: #FDFDFD;
}
.content-posts .view-all
{
  margin-top: 17px;
}

.content-posts .excerpt-container
{  
  padding-bottom: 23px;
}

@media (max-width: 768px) 
{
  .content-posts .post-row .excerpt-container
  {
    padding-left: 25px!important;
    padding-right: 25px!important;   
  }
}

.alm-btn-wrap,.alm-reveal
{
  clear: both;
}

.post-content
{
  padding-right: 30px;
}
@media (max-width: 768px) 
{
  .post-content
  {
    padding-right: 0px;
  }
}
/*
 * CONTENT FORUMS
 */
.content-forums
{
  background-color: #f2f2f2;
}

.content-videos
{
  background-color: #f5f5f5;
}

/*
 * GALLERY TILES
 */
.tile
{

}
.tile .overlay
{
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 360px;
  top: 0px;
  background-color: #A3C756;
  opacity: 0.7;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tile .overlay .text
{
  text-align: center;
  margin-top: 50%;
}
.tile .overlay:hover
{
  opacity: 0;
  cursor: pointer;  
}
/*
 * CONTENT WIDGET
 */
.content-widget
{
  background-color: #02AC7B;
  color: #fff;
  padding: 30px;
}
.content-widget .btn-group
{
  width: 100%;
}
.content-widget ul
{
  list-style-type: none;
  padding-left: 0px;
}
.content-widget .dropdown-menu
{
  width: 100%;
}
.content-widget .btn-widget-content .name
{
  float: left;
}
.content-widget .btn-widget-content .plus
{
  float: right;
  margin-top: 10px;
}
.content-widget h3
{
  font-weight: bold;
  margin-top: 0px;
}
.content-widget p
{  
  font-size: 14px;
}
.content-widget .btn:hover, .content-widget .btn:focus, .content-widget .btn:active,
.content-widget .btn-group.open .dropdown-toggle
{
  background-color: #fff;
  box-shadow: none;
}

.content-widget .dropdown-menu
{
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
    border: none;
  margin-top: -5px;
}
.content-widget .dropdown-menu>li>a
{

  font-size: 12px;
  line-height: 19px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 400;
  letter-spacing: 2px;
}


/*
 * POSTS
 */
ul.post-category-list
{
  background-color: #fff!important;
  border-radius: 0px!important;
  padding: 0px!important;
  list-style-type: none;
  margin-top: 30px!important;
  margin-bottom: 30px!important;
  margin-left: 0px!important;
}
.post-category-list li
{
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}
.post-category-list li a
{
  background-color: #A3C756;
  color: #fff;
  padding: 5px 10px;
}

.sidebar-category-list a
{
  background-color: #A3C756;
  color: #fff;
  padding: 2px;
  font-size: 14px;
  line-height: 2.1em;
}

.sidebar-category-list ul
{
  margin: 0px 0px 10px 0px!important;
  list-style: none;
  padding: 0px 20px 0px 20px!important;
}

.sidebar-category-list i
{
  vertical-align: middle;
  font-size: 22px;
  color: #A3C756;
  cursor: pointer;
  font-weight: bold;
  padding-left: 5px;
}

/*
 * EXCERPTS
 */
.excerpt-default
{
  background-color: #f4f0eb;    
  min-height: 280px;
  border-radius: 10px;
}
.excerpt-default.video
{
  background-color: #fff;
  min-height: 310px;
  margin-bottom: 23px;
}
.excerpt-default .text-container
{
  padding: 10px 15px;
}
.excerpt-default .meta
{
  font-family: 'Raleway', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-top:5px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-weight: bold;
 }
 .excerpt-default img
 {
    opacity: 0.6; 
    padding-top: 15px;
 }
 .excerpt-default img:hover
 {
    opacity: 1.0;
 }
 .excerpt-default .title
 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin: 5px 0px;
    line-height: 1.4;
 }
 .forum-excerpt-default .color
 {
  height: 15px;
  width: 100%;
  background-color: #000;
 }

 .excerpt-image-tile
 {
  max-width: 360px;
 }

 .video-thumbnail
 {
  padding-top: 15px;
 }
 .excerpt-default.video.sidebar
 {
  margin-top: 30px;
 }
 .excerpt-default.video.sidebar .video-thumbnail
 {
  min-height: 230px;
 }

.image-background
{
  text-align: center;
}
.excerpt-default .separator
{
  padding-top: 15px;
}
.image-background.blue
{
  background-color: #33ABBC;
}
.image-background.yellow
{
  background-color: #f8c830;
}
.image-background.orange
{
  background-color: #ff931e;
}
.image-background.green
{
  background-color: #a3c756;
}
.image-background.gray
{
  background-color: #2f343b;
}
.image-background.lightgray
{
  background-color: #B3B3B3;
}
.image-background img
{

  height: 180px;
  margin: 0px auto;
  opacity:  1.0;
  padding: 46px 0px;
}

/*
 *
 */
 .our-guides h2
 {
  text-transform: none;
  margin-top: 0px;
  margin-bottom: 15px;
 }
 .our-guides .excerpt-default
 {
  margin-bottom: 40px;
 }

  .our-guides .excerpt-default.bottom
  {
    margin-bottom: 0px;
  }

.our-guides-content
 {
  padding: 30px;
  padding-top: 15px;
 }
 .our-guides .text-bubble
 {
  padding-left: 0px;
  padding-bottom: 30px;
  padding-top: 0px;
 }
 .our-guides .text-bubble p
 {
  margin-bottom: 0px;
 }
.our-guides-content .name
{
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

 /*
  * BLOG
  */
.blog-top-image
{
  margin-bottom: 20px;
}

.blog-excerpt
{  
  background-color: #f4f0eb;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
  margin-left: 40px;
}

.blog-excerpt .title
{
  margin-bottom: 0px;
  margin-top: 0px;

  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}

.blog-excerpt .meta
{  
  margin-bottom: 22px;
  color: #a3c756;
}

.blog-excerpt .excerpt
{
  margin-top: 22px;
  margin-bottom: 22px;
  text-align: justify;
}

.blog-social-links
{
  margin-top: 20px;
  margin-bottom: 20px;

  border-bottom: 1px dashed #C3C3C3;
  padding-bottom: 40px;
}
.blog-social-links ul
{
  list-style: none;
  padding-left: 5px;
  font-size: 20px;
  display: inline;
}
.blog-social-links span
{
  font-style: italic;
}

.blog-social-links li
{
  display: inline;
  padding-right: 10px;
}
.blog-social-links a:hover
{
  text-decoration: none;
  color: #02AC7B;
}

.blog-categories
{
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-comments
{  
}

.blog-comments ol, .blog-comments ul
{
  list-style-type: none;
  padding: 0px!important;
  margin: 0px!important;
  padding-left: 40px!important;
}
.blog-comments .commentlist
{
  padding: 0px;
  float: left;
  width: 100%;
  background-color: transparent;
}

.blog-comments .author
{
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.blog-comments .comment-author
{
  float: left;
  margin-right: 20px;
 }
.blog-comments .comment-author cite
{
  font-size: 14px;  
}

.blog-comments .comment-body
{
  border-radius: 20px;
  background-color: #F4F0EB;  
  margin-bottom: 20px;
  padding: 20px;  
  float: left;
  width: 100%;
}
.blog-comments .comment-meta
{
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: none;
}
.blog-comments .says
{
  display: none;
}
.blog-comments .reply
{
    background-color: #FF931E;
    width: 104px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 17px;
    text-transform: lowercase;
    float: right;
}
.blog-comments .reply:hover
{
   -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #FFB469; 
}
.blog-comments .reply .fa
{
  margin-left: 5px;
}
.blog-comments .reply a
{
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-comments .reply .action-buttons
{
  
}

.blog-comments .reply .action-buttons i
{
  margin-left: 5px;
  color: #02AC7B;
}

.blog-comments .comment-text
{
  padding: 20px 0px;
}

.blog-comments .comment-respond
{
  border-bottom: 1px dashed #C3C3C3;  
  padding: 10px 0px;
  width: 100%;
  margin-bottom: 40px;
}

.blog-comments .comment-body img
{
  border-radius : 200px;
  -moz-border-radius : 200px;
  -webkit-border-radius : 200px;
  margin: 0 auto;
}

/*
 *  SIDEBAR
 */
.right-sidebar-module {

  background-color: #f4f0eb;
  margin-bottom: 20px;
  border-radius: 15px;
  padding: 20px;
}

.right-sidebar-module .title
{
  margin-bottom: 10px;
  color: #999;
  font-size: 16px;
}

.right-sidebar-module div:last-child
 {
  margin-bottom: 0px;
 }

 .sidebar:first-child
{
 
}

.sidebar-post
{
  margin-bottom: 15px;
} 
 .sidebar-post-title
 {
  margin-bottom: 5px;
  margin-top: 0px;
 }
.sidebar-post-meta {  
  color: #02AC7B;
  font-size: 13px;
  margin-bottom: 0px;
}
.sidebar-post-meta .amount{ 
   color: #02AC7B;
  font-size: 13px;
}
.sidebar-post .star-rating span
{
  background: url("images/star-rating-sprite-green.png") repeat-x;
}

.sidebar-ad
{
  padding: 24px 0px;
    background-color: transparent;
  border: none;
}


/*
 * FOOTER
 */
.tiled-footer
{
  background-color: #d8d8d8;
}

.contact-widget
{
  color: #fff;
  background-color: #A3C756;
  padding: 35px;
}
.contact-widget .section-title .border
{
  border: 2px #fff solid;
}
.contact-widget a
{
  color: #fff!important;
}
.contact-widget .text-1
{
  font-size: 32px;
  line-height: 36px;
}
.contact-widget .text-2
{
  font-weight: 300;
  font-size: 27px;
  line-height: 37px;
}
.contact-widget .text-3
{  
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
}
.energy-products-widget
{
  margin-top: 35px;
}

.footer-main
{
  background-color: #2f343b;
  color: #fff;
  text-align: left;
}

@media (max-width: 768px) 
{
  .footer-main
  {
    text-align: center;
  }
}

.footer-main a, .footer-main a:hover
{
  color: #fff;
}
.footer-main .menu-footer-container ul
{
  list-style-type: none;
  padding-left: 0px;
}
.footer-main .menu-footer-container a, .footer-main .menu-footer-container a:hover
{
  font-size: 15px;
  color: #fff!important;
}
.footer-main ul.media-logos
{
  list-style-type: none;
  padding-left: 0px;
}
.footer-main ul.media-logos img
{
  opacity: 0.4;
  max-width: 150px;
}

@media (max-width: 768px) 
{
  .footer-main img
  {
    margin: 0 auto;
  }
}

.footer-main ul.media-logos li
{
  margin:20px auto;
}

h2.footer-title
{
  margin-top: 0px;
}


 /*Newsletter*/
.footer-newsletter
{
  background-color: #ff931e;
  padding-top: 25px;
  padding-bottom: 24px;
}
.footer-newsletter span
{ 
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size : 20px;
  
  color : #FFFFFF;
  color : rgb(255, 255, 255);
}
.footer-newsletter input[type="email"]
{  
  height: 40px;
  width: 240px;
  text-align: center;
  margin-left: 10px;
  margin-right: 5px;
  padding-left: 0px;
  border: 2px solid #fff;
}

.footer-newsletter input[type="text"]
{  
  height: 40px;
  width: 150px;
  text-align: center;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 0px;
}

@media (max-width: 697px) 
{  
  .footer-newsletter button
  {
    margin-top: 15px;
  }
}

@media (max-width: 600px) 
{
  .footer-newsletter input[type="email"], .footer-newsletter input[type="text"]
  {
      width: 60%;
      min-width: 296px;
      padding-left: 0px;
  }
  .footer-newsletter input[type="email"]
  {
    margin: 5px 0px;
  }

  .footer-newsletter input[type="text"]
  {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) 
{   
  #sampleMovie
  {
    display:none;
  }
}

.footer-newsletter .response
{
  color: #fff;
  margin-top: 10px;
}

/*
 * CUSTOMER CASE STUDY
 */
.customer-case-study-key-facts
{
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #A3C756;
  color: #fff;
  padding: 30px;
  font-size: 17px;
  font-weight: bold;
}
.customer-case-study-key-facts li
{
  margin-bottom: 15px;
}

/*
 * FORUMS
 */
 /* BB Press */

#bbpress-forums .bbp-template-notice
{
  display: none;
}

/*
 * TECH
 */
.tech-submenu
{
  background-color: #f2f2f2;
}
.tech-submenu .marker
{
  position: absolute;
  height: 0;
  margin-top: -12px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #f2f2f2;
}
.tech-submenu .navbar-collapse
{
  padding-left: 0px;
  padding-right: 0px; 
}

.tech-submenu ul
{
  border-left: 1px #fff solid;
  border-right: 1px #fff solid;
}

@media (max-width: 768px) 
{
  .tech-submenu ul
  {
    border: none;
  }
  .tech-submenu .navbar-nav>li>a
  {
    border-left: none;
    border-right: none;
    border-bottom: 1px #fff solid;
  }

  .tech-submenu .navbar-nav
  {
    margin: 0px;
  }
}

.tech-submenu .nav>li>a:focus, .nav>li>a:hover, .tech-submenu .nav>li.active
{
  background-color: #CACACA
}

#tech-submenu.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    background-color: #2f343b;
    color: #2f343b;
}

#tech-submenu.stick .navbar-nav>li>a
{
  color: #fff!important;
}

/*
 * NAVIGATION ARROWS
 */
a.navigation-arrow
{
  padding: 10px;
  color: #2f343b!important;
  top: 50%;
  position: fixed;
  font-size: 60px;
}
a.next
{
  right: 0;
}
a.previous
{
  left: 0;
}
@media (max-width: 768px) 
{
  a.navigation-arrow
  {
    font-size: 30px;
    padding: 2px;
  }
}

/*
 * PRODUCT SHORT CODE
 */
 .product_container
 {
  background-color: #f2f2f2;
  margin-top: 30px;
  margin-bottom: 30px;
 }
.product_container .widget-container
{
    padding: 20px;
}
.product_container .widget-container img
{
  width: 80px;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product_container .widget-container h3
{
  margin-top: 0px;
  line-height: 1.1;
  font-size: 15px;
}

/*
 * LINK CONTAINER
 */
.button_link_container
{
  background-color: #f4f0eb;
  border-radius: 20px;
  width: 100%;
  margin: 20px auto!important;
}

.button_link_container img
{
  width: 200px;
  padding: 20px;
  margin-bottom: 0px;
}

.button_link_container h3
{
  font-size: 18px;
  text-align: left;
  line-height: 25px;
}

.button_link_container .btn
{
  margin-bottom: 20px;
}

/*
 * FORUMS
 */
#bbpress-forums ul.bbp-forums
{
  border:none!important;
}
.forum-content-block
{
  background-color: #f0f0f0;
}
.subscription-toggle, .favorite-toggle, #subscription-toggle, #favorite-toggle
{
  display: none;
}
/* TABLE HEADER & FOOTER */
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer
{
  background: transparent!important;
  text-transform: uppercase;
  border:none!important;
  font-style: 12px!important;
  font-weight: normal!important;
  padding: 10px!important;
  color: #5e5e5d!important;
}

/* TABLE BODY */
.bbp-forum-title, .bbp-topic-permalink
{
  font-size: bold;
  font-size: 15px;
}
.bbp-forum-content
{
  font-size: bold;
  font-size: 14px!important;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results
{
  border:none!important;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic
{
  border:none!important;
  padding: 22px!important;
  margin-bottom: 4px;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd
{
  background-color: #fff!important;
}

li.bbp-forum-info, li.bbp-topic-title
{
  width: 64%!important;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count
{
  width: 8%!important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness
{
  width: 20%!important;
}

#bbpress-forums p.bbp-topic-meta
{
  font-weight: bold;
}

.bbp-breadcrumb
{
  display: none;
}

#bbpress-forums p.bbp-topic-meta img.avatar
{
  margin:0px;
  display: none;
}

/* TOPIC */
#bbpress-forums div.reply
{
  margin-bottom: 10px!important;
}
.bbp-reply-position-1
{
  border-left: #c9c9c9 4px solid;
  margin-bottom: 30px!important;
}
#bbpress-forums div.bbp-reply-author img.avatar
{
  display: none;
}

#bbpress-forums div.bbp-reply-content
{
  margin-left: 0px!important;
  padding: 22px!important;
}
#bbpress-forums div.bbp-reply-author
{
  float: right!important;
}
.bbp-reply-content h1
{
  margin-top: 0px!important;
  margin-bottom: 5px!important;
}
.bbp-reply-content
{
  font-size: 14px!important
}
.bbp-reply-content .bbp-reply-post-date
{
  font-size: 13px!important;
  margin-bottom: 10px;  
  width: 100%;
}
#bbpress-forums div.bbp-reply-author
{
  font-weight: bold;
  font-size: 13px!important;
  margin-top: 20px;
}
.topic-content
{
  margin-top: 10px;
}
.bbp-body li.bbp-forum-topic-count, .bbp-body  li.bbp-topic-voice-count, .bbp-body li.bbp-forum-reply-count, .bbp-body li.bbp-topic-reply-count
{
  font-weight: bold;
  font-size: 16px;
}
#bbpress-forums p.bbp-topic-meta
{
  margin-top: -5px!important;
}
.bbp-topic-started-by,.bbp-topic-freshness-author
{
  font-size: 13px;
}
.bbp-topic-freshness a
{
  font-weight: normal!important;
}
/* Pagination */
.bbp-pagination-count
{
  font-size: 12px!important;
  color: #a2a2a1!important;
}

/* Sidebar */
.forum-sidebar-module
{
  background-color: #fff;
  border: none;
}
.forum-sidebar-module .sidebar-post-meta
{
  color: #5e5e5d;
}

.forum-category-sidebar-color
{
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 12px;
  border-color: 1px #eaeaea solid;
}
.forum-category-sidebar-title
{
  float: left;
  width: 230px;
}
.forum-sidebar-category h3
{
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;  
  color: #5e5e5d;
}
.forum-sidebar-category .sidebar-post-title
{
  margin-bottom: 10px;
}

/* FORM NEW TOPIC */
.bbp-topic-form, .bbp-reply-form
{
  margin-top: 20px;
  margin-bottom: 20px;
}
#bbpress-forums fieldset.bbp-form
{
  border:none!important;
  padding: 30px 0px!important;
}

fieldset.bbp-form legend
{
  border:none!important;
  color: #000!important;
  font-size: 13px!important;
  text-transform: uppercase;
  padding: 10px 0px!important;
  letter-spacing: 1px;
  margin-bottom: 0px!important;
}

h3.forum-form-topic-title
{
  font-size: 23px!important;
  margin-top: 0px;
}
textarea#bbp_reply_content, textarea#bbp_topic_content, textarea#bbp_forum_content
{
  width: 100%!important;
  height: 200px!important;
  text-transform: none!important;
}
.quicktags-toolbar
{
  border: none!important;
}
.bbp-the-content-wrapper
{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* responsive forums */ 
@media (max-width: 667px) 
{
  li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count, .bbp-topic-freshness
  {
    display: none;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author
  {
    display: none;
  }
  li.bbp-forum-info, li.bbp-topic-title
  {
    width: 100%!important;
  }
}

.alm-listing
{
  background-color: transparent!important;
  padding: 0px!important;
  margin: 0px!important;
}

.text-column
{
  text-align: justify;
  padding-left: 25px!important;
  padding-right: 25px!important;
}

/*
* Responsive tweaks
*/
@media (max-width: 768px) 
{
  .text-column
  {
    margin-bottom: 15px;
  }
}
/*
 * MAP STYLES
 */
.nav-directory
{
  background-color: #2f343b;
  padding: 15px;
}
.nav-directory label
{
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  color: #fff;
  margin-right: 25px;
  margin-top: 6px;
  margin-bottom: 0px;
}
.nav-directory .search-block
{
  text-align: center;
}
.nav-directory .search-block ul
{
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.nav-directory .search-block .search
{
  max-width: 350px;
}
.nav-directory .search-block input[type="search"]
{
  margin-bottom: 0px; 
  height: 40px;
}
.nav-directory .search-block .fa
{
  color: #2f343b;
  
}

.nav-directory .search-block .search .fa-search
{
  top: 12px;
}
@media (max-width: 768px) 
{
  .nav-directory label
  {
    margin-right: 0px;
  }
  .nav-directory .search-block .search
  {
    margin-left: 20px;
  }
}

.directory-map
{
  height: 450px;
}
.partner-tile
{
  background-color: #f4f0eb;
  padding: 5px;
  margin-bottom: 10px;
  max-width: 240px;
  border-radius: 5px;
}
.content-directory-checks
{
  background-color: #f4f0eb;
  text-align: justify;
}
.content-directory-checks .su-service-title
{
  font-weight: bold;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-align: left;
}

.content-directory-checks .su-service-title i
{
  margin-right: 15px;
}
.content-directory-checks .su-service-content
{
  margin-bottom: 25px;
  font-family: 'Raleway', sans-serif;;
}

.content-directory-checks .col-sm-4
{
  padding-left: 25px;
  padding-right: 25px;
}

.map-categories
{
  z-index: 50;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  margin-top: 10px;
}

.extended-button
{
  margin-top: -5px;
  position: absolute;
  z-index: 100;
  width: 50px;
  left: calc(50% - 25px);
}

.map-categories ul
{
  list-style-type: none;
  padding-top: 30px;
  padding-left: 0px;
}
.map-categories li
{
display: flex;
}
.map-categories li.header
{
  margin-bottom: 20px;
}
.map-categories li.header h3
{
  margin-left: 20px;
}
.map-categories span
{
  margin-left: 10px;
  font-weight: 500;

   font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #2f343b;
  margin-top: 13px;
}
.submit-block
{
   padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}


.map-categories input[type=checkbox] {
  visibility: hidden;
}


@media (max-width: 768px) 
{
  .feedback
  {
    margin-top: 20px;
  }
}


.checkboxFive {
  width: 25px;
  margin: 5px 10px;
  position: relative;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background: #fff;
  border:1px solid #2f343b;


}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0.0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
  opacity: 0.1;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.company-info
{
  border-radius: 15px;
  margin-top: 240px;
  background-color:white;z-index:12;
  position:relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -1px -2px 53px -5px rgba(179,179,179,1);
-moz-box-shadow: -1px -2px 53px -5px rgba(179,179,179,1);
box-shadow: -1px -2px 53px -5px rgba(179,179,179,1);
}
@media (max-width: 768px) 
{
  .company-info
  {
    -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
  }
}

.company-details
{
  font-family: 'Raleway', sans-serif;
  padding: 40px 0px 10px 0px;
}

.company-details .wp-post-image
{
  margin-bottom: 20px;
  margin-top: 0px;
}

.excerpt-default .company-details .wp-post-image
{
  max-width: 150px;
}
.company-details h3
{
  margin-bottom: 10px;
  color : #00D0B7;
}
.company-details p
{
  margin-bottom: 0px;
}
.company-details .fa
{
  margin-right: 10px;
}
.company-url, .company-url:hover
{
  color: #ff931e;
}
.company-description
{
  padding: 30px;
}

.company-left-column
{
  color:white;background-color:#2f343a;border-radius: 15px 0px 0px 15px;
}
.company-categories
{
  margin-bottom: 40px;
}
.company-categories img
{
  width: 40px;
}
.cat_title
{
    font-size: 13px;
    text-transform: uppercase;
    color: #00D0B7;
    font-weight: bold;
    margin-top: 10px;
}
#postcode-mag:hover
{
  cursor: pointer;
}
@media (max-width: 768px) 
{
  .company-details
  {
    text-align: center;
  }
  .company-categories
  {
    text-align: center;
  }
  .company-left-column
  {
    border-radius: 0px;
  }
}

.google-remarketing
{
  display: none;
}

a.page-numbers, a.page-numbers:hover, span.page-numbers
{
  padding: 10px 20px;
  background-color: #a3c756;
  color: #fff;
  margin-right: 4px;
  margin-top: 10px;
}

span.page-numbers.dots
{
  background-color: transparent;
  color: #2f343b;
  padding: 3px 3px;
}
.screen-reader-text
{
  padding-bottom: 20px;
}
@media (max-width: 768px) 
{
  .greenage-logo
  {
    margin-left: 30px;
  }
}

.html5-video-player{
  background-color: #fff;
}

.g-recaptcha
{
  margin-bottom: 25px;
}

/*Test Tables*/
table
{
  margin-top: 20px;
  margin-bottom: 20px;
}
table th
{
  padding: 10px;
  min-width: 150px;
}
table td
{
  padding: 10px;
}
tbody tr:nth-of-type(2n) 
{
  background-color: #f4f0eb;
}
th 
{
  background-color:#a3c756;font-weight:bold;color:#fff;
}
tbody tr td:nth-of-type(1) 
{
 background-color:#a3c756;font-weight:bold;color:#fff;
}

tbody tr:last-child
{
  border-bottom: 1px solid #f4f0eb;
}



@media (max-width: 768px) 
{

  table {width:100%;}
  thead {display: none;}
  
  tbody tr:nth-of-type(2n) 
  {
    background-color: #fff;
  }

  tr td:first-child {background: #a3c756; color:#fff; font-weight:bold;}
  tbody td {display: block;  text-align:center;}
  tbody td:before { 
      content: attr(data-th); 
      display: block;
      text-align:center;  
    }
}

.directory-menu a
{
    padding: 20px 25px!important;
    font-size: 20px;
    border-right: 2px solid #fff;
}

.directory-menu a:hover, .directory-menu a.selected
{
  background-color: #a3c756!important;
  color: #fff;
}

.newsletter-top
{
  max-width: 400px;
  float: left;
  padding-top: 8px;
}
.newsletter-top span
{
  font-family: 'Nunito', sans-serif;
    font-size: medium;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}
.newsletter-top input[type="text"], .newsletter-top input[type="email"]
{
  width: 200px;
  height: 35px;
  font-weight: normal;
}

.newsletter-top button
{
  background-color: transparent;
  color: #fff;
  border: none;
}

#gdlpafs>.gjbz9sq.giucwgb {
    left: 22px!important;
}