 /*
 Theme Name: FrogDog Theme
 Theme URI: http://www.http://frog-dog.com/
 Description: A custom, standards-compliant, Frog Dog theme.
 Version: 1.0
 Author: Meza Development
 Author URI: http://mezadevelopment.com/

   Copyright Meza Development.  All rights reserved.
 */

 .loginlink {display:block;width:40px;height:40px;position:fixed;top:0;left:0;z-index:100;}
 .loginlink:hover{text-decoration:none !important;}
 .widget {margin-bottom:50px;}
 .widget h1 {margin-bottom:20px}
 .widget ul{list-style-type:none}

 /* Wordpress */
 .aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
 .alignleft {float: left;clear:left;padding:3px;margin:0 15px 10px 0}
 .alignright {float: right;clear:right;margin:0 0 10px 30px;padding:3px;}
 .wp-caption {background: #0079C1; text-align: center;margin-bottom: 10px;}
 .wp-caption img { margin: 0; padding: 0; border: 0 none;margin-bottom: 0; width: 100%; }
 .wp-caption p.wp-caption-text { color: #fff; font-size: 13px; line-height: 17px; padding: 0 10px 5px; margin: 0; }

/** Fonts **/
@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-light-webfont.eot');
    src: url('fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-light-webfont.woff') format('woff'),
         url('fonts/lato-light-webfont.ttf') format('truetype'),
         url('fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-lightitalic-webfont.eot');
    src: url('fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-lightitalic-webfont.woff') format('woff'),
         url('fonts/lato-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/lato-lightitalic-webfont.svg#latolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-regular-webfont.eot');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-italic-webfont.eot');
    src: url('fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-italic-webfont.woff') format('woff'),
         url('fonts/lato-italic-webfont.ttf') format('truetype'),
         url('fonts/lato-italic-webfont.svg#latoitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bold-webfont.eot');
    src: url('fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bold-webfont.woff') format('woff'),
         url('fonts/lato-bold-webfont.ttf') format('truetype'),
         url('fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-bolditalic-webfont.eot');
    src: url('fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-bolditalic-webfont.woff') format('woff'),
         url('fonts/lato-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-black-webfont.eot');
    src: url('fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-black-webfont.woff') format('woff'),
         url('fonts/lato-black-webfont.ttf') format('truetype'),
         url('fonts/lato-black-webfont.svg#latoblack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/lato-blackitalic-webfont.eot');
    src: url('fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-blackitalic-webfont.woff') format('woff'),
         url('fonts/lato-blackitalic-webfont.ttf') format('truetype'),
         url('fonts/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
    font-weight: 900;
    font-style: italic;
}





/** Main Style **/
body{
  font-family: 'Lato';
}
.container{
  max-width: 990px;
}
a,a:hover{ color: #ff6600; }
p{
  margin: 0 0 15px;
}
.nobullet{
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
.nomargin{ margin: 0!important; }
img{
  display: inline-block;
  max-width: 100% !important;
  height: auto !important;
}

/** Header **/
#header{
  padding: 25px 0 0 0;
}
#header.home{
  padding-bottom: 140px;
}
#header.innerpage{
  padding-top: 45px;
}
#header .top{
  padding-bottom: 30px;
}
#logo{
  margin-left: 15px;
}
#nav{
  padding-top: 30px;
}

#nav .navbar{
  min-height: inherit;
  margin-bottom: 0;
}

.navbar-nav > li > a{
  font-weight: bold;
  color: #666666;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a{
  background: none;
  color: #9fcf67;
}

.button{
  display: block;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  text-shadow: 0 1px 0 #b0b0b0;
  text-align: center;
  background: url(img/main-nav.png) repeat-x bottom;
  line-height: 42px;
  padding: 0 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  font-size: 18px;
}
.button:hover{
  color: #fff;
  text-decoration: none;
}
.button1:hover,
.button1.active{
  background: url(img/main-nav-bg-01.png) repeat-x bottom;
}
.button2:hover,
.button2.active{
  background: url(img/main-nav-bg-02.png) repeat-x bottom;
}
.navmain{
  width: 98%;
  margin: 0 auto 50px;
}

.homepanel {
  display: none;
}

.homepanel a{
  color: #232323;
}

.homepanel.active {
  display: block;
}

/** Content **/
.mid{
  background: #a7d372 url(img/mid-strat-green.png) repeat-x top;
}
.dark .mid{
  background: #575454 url(img/mid-strat.png) repeat-x top;
}
.mid .container{
  position: relative;
  font-size: 17px;
  line-height: 28px;
  color: #333333;
  padding-top: 150px;
  min-height: 480px;
  /*background: url(img/frog-dog.jpg) 70px 82% no-repeat;*/
}
.dark .mid .container{
  color: #cccccc;
  background: url(img/grey-mid.png) top center;
}
.mid .banner{
  margin-top: -290px;
  margin-bottom: 10px;
  text-align: center;
}

.mid h1{
  text-align: right;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  line-height: 100%;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -.06em;
}
.mid .frogdog{
  position: absolute;
  top: 10px;
  left: 50px;
}

.container {
  position: relative;
}

.case-ttl{
  padding: 30px 30px 0 30px;
  background: url(img/case-ttl-bg.png) no-repeat top center;
  margin-left: -10px;
  margin-right: -10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.case-ttl h3{
  text-transform: uppercase;
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  letter-spacing: .07em;
  color: #99cc66
}
.dark .case-ttl h3{
  color: #666;
}
.case-ttl h3 strong{
  font-weight: 900;
}

.alt-ttl {
  background: none;
  border-top: 2px solid #f6f6f6;
  position: relative;
}

.btn-green{
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  padding: 0 15px;
  line-height: 26px;
  background: #a7d372;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}

.dark .btn-green{
  background: #666666;
}

.btn-green span{
  background: url(img/arrow-white.png) no-repeat center center;
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 9px;
  color: #fff;
}
.btn-green:hover{
  color: #fff;
  text-decoration: none;
}

.more-link{
  color: #ff6600 !important;
  display: inline-block;
  font-weight: 900;
  font-size: 13px;
}
.more-link span{
  background: url(img/arrow-green.png) no-repeat center center;
  display: inline-block;
  margin-left: 5px;
  width: 5px;
  height: 10px;
}
.more-link:hover{
  color: #9fcf67;
}

.navbar-toggle{
  float: left;
  background: url(img/navbar.png) no-repeat center center;
  width: 30px;
  height: 30px;
  margin: 0;
}
.navbar-brand{
  float: none;
  text-align: center;
  text-transform: uppercase;
  color: #666666;
  font-weight: 900;
  height: auto;
  padding: 0;
  outline: none;
  line-height: 30px;
}
.navbar-brand:hover{
  color: #9fcf67;
}

.top-nav{
  max-width: 620px;
  position: absolute;
  top: -25px;
  right: 0;
  width: 100%;
}
.top-nav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-nav li{
  display: inline-block;
  width: 33%;
}
.top-nav li a{
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
  background: url(img/topnav-grey.png) repeat-x top;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.top-nav li.nav01 a{
  background: url(img/to-nav-green.png) repeat-x top;
}
.top-nav li a:hover{
  text-decoration: none;
  opacity: .8;
}

/** Content **/
#content{
  padding: 50px 0;
  color: #666666;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -.003em;
}

#content h3{
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 15px;
}

#content .intro{
  margin: 0 0 50px;
}

.cases{ }
.cases .item{
  position: relative;
  max-width: 300px;
  margin: 0 0 50px 0;
}
.cases .item img{
  width: 100%;
}

.home .cases .item{
  margin-bottom: 15px;
}
/*
.home .cases .col-sm-4:nth-child(1) .item{
  float: left;
}

.home .cases .col-sm-4:nth-child(2) .item{
  margin: 0 auto;
}

.home .cases .col-sm-4:nth-child(3) .item{
  float: right;
}*/

.cases .item .info{
  background: #000;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  min-height: 70px;
}

.cases.inner{
  margin-bottom: 50px;
}
.cases.inner .item{
  /*margin: 0;*/
}
.cases.inner .item .info{
  background: rgba(5,5,5,.9);
  color: #fff;
}

.inner-mid{
  margin-top: 90px;
  background: #b8bdb3;
  padding: 145px 0 40px 0;
}

.inner-banner{
  margin-top: -230px;
  margin-bottom: 20px;
}

.inner-mid h1{
  color: #666666;
  font-size: 40px;
  line-height: normal;
  margin: 0;
  font-weight: 300;
}
.inner-mid h2{
  color: #fff;
  font-weight: 300;
  font-size: 27px;
  line-height: 36px;
  margin: 0;
}
.ttl-wrap{
  display: table-cell;
  height: 108px;
  vertical-align: bottom;
}


#inner-content{
  padding: 30px 0;
  color: #666666;
  font-size: 15px;
  line-height: 26px;
}

#inner-content p{
  margin: 0 0 20px 0;
}

#inner-content p strong{
  color: #333333;
}

#inner-content h1{
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: bold;
}

#inner-content h2,
#inner-content h3,
#inner-content h4{
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: normal;
}
#inner-content h2 {
  font-size: 20px;
}

#inner-content h3{
  color: #000;
  font-size: 17px;
}

#inner-content h4{
  font-size: 15px;
}

#inner-content ul{
  padding-left: 40px;
  list-style: url(img/bullet.png) outside;
  margin-bottom: 20px;
}

.date{
  font-style: italic;
  color: #333333!important;
}
.date a{
  color: #333333!important;
  font-weight: normal!important;
}

.upper{ text-transform: uppercase;  }

#inner-content a{
  font-weight: bold;
}

.page-title{
  background: #cdd1c9;
  padding: 20px 0;
  margin: 0 0 40px;
}

.page-title h2{

}
.page-title a{
  color: #666666;
  text-decoration: none;
  font-weight: 300!important;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  padding-left: 40px;
  background: url(img/ttl-arrow.png) no-repeat left;
}

.sub-title{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #cdd1c9;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 0 20px;

}

.sub-title h4{
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 30px;
  margin: 0;
  font-weight: bold;
}


.arrow-more{
  padding-left: 30px;
  background: url(img/ttl-arrow-small.png) no-repeat left;
  line-height: normal;
  display: inline-block;
  color: #666666;
  font-size: 32px;
  font-weight: 300!important;
  margin: 0 0 20px;
}

.similar-cases h5{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
}
.similar-cases figure{
  margin: 0 0 15px;
}
.similar-cases a{
  color: #666666;
}

.carousel-wrap{
  padding: 0 30px;
  margin: 0 0 30px;
  position: relative;
}
.carousel-wrap ul{
  margin: 0;
  padding: 0!important;
  list-style: none!important;
}
.carousel-wrap a{
  color: #333333!important;
  display: block;
  -webkit-transition: none!important;
  -moz-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}
.carousel-wrap a:hover{
  text-decoration: none;
}
.carousel-wrap h5{
  font-size: 14px;
  margin: 0;
  line-height: normal;
  padding: 10px;
}

.carousel-wrap aside{
  background: #f1f1f1;
  padding-bottom: 10px;
  display: inline-block;
}

.carousel-wrap .bx-prev,
.carousel-wrap .bx-next{
  width: 15px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  text-align: left;
  text-indent: -9999em;
  outline: none;
}
.carousel-wrap.no-nav .bx-prev,
.carousel-wrap.no-nav .bx-next {
  display: none;
}

.carousel-wrap .bx-prev{
  background: url(img/prev.png) no-repeat top;
  left: 5px;
}
.carousel-wrap .bx-next{
  background: url(img/next.png) no-repeat top;
  right: 5px;
}
.carousel-wrap .bx-prev:hover,
.carousel-wrap .bx-next:hover{
  background-position: bottom;
}


#inner-content .update-list h2{
  color: #93cb51;
  margin: 0!important;
  padding: 0;
  line-height: normal;
  font-size: 28px;
  font-weight: bold;
  text-transform: none;
}
#inner-content .update-list h2 a{
  color: #93cb51!important;
}

#inner-content .update-list li{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: #ccc 1px dashed;
}
#inner-content .update-list li:last-child{
  margin-bottom: 10px;
}

/** Select **/
.sbHolder{
  background: #cdd1c9;
  border: none;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: bold;
  height: 30px;
  position: relative;
  width: 100%;
  color: #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-width: 220px;
}
.sbHolder:focus .sbSelector{

}
.sbHolder a{ color: #000; }

.sbSelector{
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
  padding: 0 8px;

}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
  color: #333333;
  outline: none;
  text-decoration: none;
}
.sbSelector:hover
{
  background: rgba(147,203,81,.9);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sbToggle{
  background: url(img/sel-drop.png) no-repeat center center;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  z-index: 99;
}
.sbToggle:hover{
  background: url(img/sel-drop.png) no-repeat center center;
}
.sbToggleOpen{
  background: url(img/sel-drop.png) no-repeat center center;
}
.sbToggleOpen:hover{
  background: url(img/sel-drop.png) no-repeat center center;
}
.sbHolderDisabled{
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
  background-color: rgba(242,242,242,.9);
  border: none;
  list-style: none!important;
  left: 0;
  margin: 0;
  padding: 0!important;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li{
  padding: 0 0;
}
.sbOptions a{
  border: none;
  display: block;
  outline: none;
  padding: 5px 15px 5px 15px;
}
.sbOptions a:link, .sbOptions a:visited{
  color: #333333;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
  color: #333333;
  background: rgba(147,203,81,.9);
}
.sbOptions li.last a{
  border-bottom: none;
}
.sbOptions .sbDisabled{
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
  padding-left: 17px;
}

.filters{
  margin-bottom: 50px;
}
.filters h4{
  color: #666666;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.search-form input[type="text"]{
  font-size: 14px;
  font-style: italic;
  color: #232323;
  border: #d4d7d0 1px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
  max-width: 220px;
  padding: 0 15px;
  float: left;
  margin-right: 5px;
}

.search-form input[type="submit"]{
  width: 42px;
  height: 30px;
  border: none;
  background: url(img/btn-search.png) no-repeat;
  cursor: pointer;
}
.search-form input[type="submit"]:hover{
  opacity: .9;
}

/** Bottom **/
#bottom{
  background: #f6f6f6;
  padding: 30px 0;
  color: #666666;
  font-size: 16px;
  line-height: normal;
  line-height: 23px;
  letter-spacing: -.005em;
}
.title{
  line-height: 36px;
  display: inline-block;
  padding: 0 75px 0 15px;
  color: #99cc66;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  -webkit-border-radius: 18px 0 0 18px;
  -moz-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
  margin: 0 0 20px 0;
}
body #inner-content .update-list h2.head-title {
  margin: 0 0 20px 0 !important;
  color: #000;
}

#bottom h4{
  color: #333333;
  font-weight: 900;
  line-height: inherit;
  margin: 0 0 0;
}
#bottom h4 a{
  color: #333333;
}
#bottom h4 a:hover{
  color: #9fcf67;
}

.ttl-art{
  background: url(img/ttl-green-art.png) no-repeat right;
}
.ttl-vid{
  background: url(img/ttl-green-video.png) no-repeat right;
}

.dark .ttl-art{
  background: url(img/ttl-grey-art.png) no-repeat right;
  color: #666666;
}
.dark .ttl-vid{
  background: url(img/ttl-grey-video.png) no-repeat right;
  color: #666666;
}

.articles article{
  margin: 0 0 20px;
}

.home-videos{ }
.home-videos .item{
  max-width: 270px;
}

.home-videos .item .video{
  margin-bottom: 15px;
  border: #fff 4px solid;
  position: relative;
}

.home-videos .item .video span,
.vid-list .video-wrap span{
  width: 42px;
  height: 41px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  background: url(img/icon-play.png) no-repeat center center;
}

#bottom .inner{
  padding-left: 15px;
}

.pagination > li > a,
.pagination > li > span{
  color: #666666;
  font-size: 32px;
  font-weight: 300!important;
  border: none!important;
  padding: 0!important;
  margin: 0;
  width: 30px;
  line-height: normal;
}


.pagination > .active > a,
.pagination > .current,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a:hover,
.pagination > li > span:hover{
  color: #9fcf67;
  font-weight: bold!important;
  background: none!important;
}

article.post{
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: #cccccc 1px dashed;
}
article.post.last, .blog article.post:last-of-type{
  border-bottom: none!important;
}


article.post h2 a{
  color: #333!important;
}
article.post h6{
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #333;
  margin: 0 0 10px;
}

.widget-ttl{
  color: #93cb51 !important;
  font-weight: bold!important;
  font-size: 18px!important;
  margin: 0 0 20px!important;
}
.dashbottom{
  margin-bottom: 35px!important;
  padding-bottom: 20px!important;
  border-bottom: #cccccc 1px dashed;
}

.related{
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
.related li{
  margin-bottom: 15px;
}
.related a{
  color: #333!important;
}
.related span{
  font-weight: normal;
  font-style: italic;
  color: #666666;
  display: block;
}

.btn-sub{
  width: 104px;
  height: 27px;
  border: none;
  background: url(img/btn-sub.png) no-repeat;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  text-indent: -9999em;
}

.white-form{ }

#inner-content label{
  color: #333333;
  font-size: 17px;
  font-weight: bold;
}
#inner-content fieldset{
  margin-bottom: 15px;
}
#inner-content input[type="text"],
#inner-content input[type="email"],
#inner-content textarea{
  width: 100%;
  padding: 7px 10px;
  background: #f7f7f7;
  border: none;
  color: #999999;
  font-size: 14px;
  line-height: 1.2em;
}

#signup-form {
  margin-bottom: 30px;
}
#signup-form input[type="text"],
#signup-form input[type="email"]{
  font-style: italic;
  margin-bottom: 15px;
}

.note{
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
}

.sidebar h6{
  font-size: 16px;
  line-height: 180%;
  color: #666666;
  font-weight: normal;
}
.sidebar h6 span{
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

.vid-list{ }
.vid-list .item{
  max-width: 270px;
  margin: 0 50px 30px 0;
  line-height: 20px;
  letter-spacing: -.05em;
  min-height: 255px;
  display: inline-block;
  float: left;
}
.vid-list .item:nth-child(3n){
  margin-right: 0;
}
.vid-list .item a{
  color: #333;
}
.vid-list .video-wrap{
  position: relative;
  border: #f7f7f7 4px solid;
  margin-bottom: 10px;
}



/** Footer **/
#footer{
  font-size: 14px;
  color: #fefefe;
  line-height: 20px;
  background: #5f5d5d;
  padding: 35px 0 40px;
}

.soc{
  margin: 0 0 60px;
}
.soc li{
  display: inline-block;
  margin-left: 10px;
}

.news-form{
  margin: 0;
  width: 269px;
  height: 31px;
  background: url(img/bg-signup.png) no-repeat;
  position: relative;
  padding: 5px 81px 0 15px;
}
.news-form input[type="submit"]{
  width: 81px;
  height: 31px;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.news-form input[type="text"]{
  border: none;
  background: none;
  font-size: 14px;
  font-style: italic;
  color: #999999;
  font-family: 'Lato';
}

.copy{
  font-size: 12px;
  margin-bottom: 0;
}

.btn-emailus{
  background: url(img/btn-email-us.png) no-repeat;
  width: 96px;
  height: 29px;
  display: inline-block;
  text-align: left;
  text-indent: -9999em;
}
.btn-emailus:hover{
  opacity: .8;
}

a{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}



/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.previous-posts a{
  background: url(img/ttl-arrow-small.png) 0 0 no-repeat;
  display: block;
  font-size: 0;
  text-indent: -9999px;
  margin-top: 4px !important;
  height: 27px;
}

.next-posts a{
  background: url(img/pagi-next.png) 0 0 no-repeat;
  display: block;
  font-size: 0;
  margin-top: 4px !important;
  text-indent: -9999px;
  height: 27px;
}

.pagination .previous-posts a:hover, .page-numbers .prev:hover{
  background: url(img/ttl-arrow-small.png) 0 0 no-repeat !important;
}

.pagination .next-posts a:hover, .page-numbers .next:hover{
  background: url(img/pagi-next.png) 0 0 no-repeat !important;
}

.home .navmain .button{
 background: #8cb952;
 color: #fff;
 text-decoration: none;
 position: relative;
 padding: 0;
}

.home .navmain .button.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(107, 148, 42, 0);
  border-top-color: #6b942a;
  border-width: 10px;
  margin-left: -10px;
}

.home .navmain .button:hover, .home .navmain .button.active{
 background: #6b942a;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices{
  height: 25px !important;
}

.stButton .stButton_gradient{
  height: 20px !important;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hint {
  font-size: 13px;
  font-style: italic;
  line-height: 1.4em;
}
.download-wrap {
  display: none;
}
.download {
  border: 1px solid #5F5D5D;
  padding: 5px;
}
/* Contact Form 7 */

.widget input, .widget textarea {
    width: 100%;
}

.wpcf7 img.ajax-loader[style*="hidden"] {
    display: none;
}

.sidebar .widget .wpcf7 li {
    padding-left: 1px;
    padding-right: 1px;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ng,
.wpcf7 div.wpcf7-mail-sent-ok {
    padding: 8px 14px 8px 14px;
    margin: 4px 0 20px 0;
    color: #B94A48;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
    font-weight: bold;
    text-align: center;
}

.wpcf7 div.wpcf7-mail-sent-ok {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.wpcf7-not-valid-tip {
    display: none;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
    border: 2px solid #B94A48;
    background-color: #F2DEDE;
}

form.wpcf7-form.sent * {
    display: none;
}

form.wpcf7-form.sent div.wpcf7-mail-sent-ok {
    display: block;
}

form.wpcf7-form .wpcf7-checkbox span.wpcf7-list-item,
form.wpcf7-form .wpcf7-radio span.wpcf7-list-item {
  display: block;
}

.pagination {
  font-weight: bold;
  margin: 20px 0;
  overflow: hidden;
}
.pagination .pagination-title {
  color: #004982;
  font-size: 16px;
}
.pagination ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  float: left;
  margin: 0 !important;
  padding: 0 5px !important;
  border: none !important;
}
.pagination ul li a {
  padding: 0 5px;
/*  color: #999999;*/
}
.pagination ul li.active a {
/*  color: #004982;*/
}
.fancybox-skin {
  border-radius: 0 !important;
  padding: 0 !important;
}
.popup-skin {
  position: relative;
}
.popup-skin .prev-slide {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  display: block;
  z-index: 999;
}
.popup-skin .next-slide {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  display: block;
  z-index: 998;
}
.popup-skin .caption {
  text-align: center;
  margin: 20px;
}
.popup-skin .header {
  background: none repeat scroll 0 0 #CDD1C9;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup-skin .header .title {
  color: #666666;
  font-size: 40px;
  font-weight: 300 !important;
  line-height: normal;
  margin: 0;
  padding-left: 20px;
  width: 280px;
  float: left;
  text-transform: none;
}
.popup-skin .header .description {
  color: #fff;
  font-size: 15px;
  line-height: 1.4em;
  margin-left: 300px;
  margin-right: 80px;
}
.popup-skin .slide-item {
  position: relative;
}
body .fancybox-close {
  cursor: pointer;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 45px;
  z-index: 8040;
  background: transparent url('img/close.png') no-repeat 0 0 !important;
}



.c-slideshow {
  margin: 10px auto;
  max-width: 500px;
  min-width: 200px;
  padding: 0;
  position: relative;
  width: 80%;
}
.c-slideshow > div {
  width: 100%;
  text-align: center;
}
.c-slideshow .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
  display: block;
}

.c-slideshow .youtube-container iframe,
.c-slideshow .youtube-container object,
.c-slideshow .youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fancybox-inner {
  /*overflow: hidden !important;*/
}


.home-banner-image {
  display: none;
}

.home-banner-image:first-of-type {
  display: block;
}


@media (max-width: 768px) {
  .carousel-wrap.no-nav .bx-prev,
  .carousel-wrap.no-nav .bx-next {
    display: block;
  }

  .popup-skin .header {
    padding: 20px;
  }
  .popup-skin .header .title {
    width: auto;
    float: none;
    padding: 0;
  }
  .popup-skin .header .description {
    margin-left: 0;
  }

}

input::-webkit-input-placeholder {
   color: #232323;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #232323;
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #232323;
}

input:-ms-input-placeholder {
   color: #232323 !important;
}

.contact-button {
  position: fixed;
  right: -30px;
  top: 10%;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background: #a7d372;
  padding: 10px 15px;
  text-shadow: 1px 1px 1px rgba(0,0,0, .3);
  border-radius: 0 0 5px 5px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.contact-button:hover {
  background: #6b942a;
  color: #fff;
  text-decoration: none;
}

@media screen and ( max-width: 650px ) {
  .contact-button {
    display: none;
  }
}


.nomargin p {
  margin: 0 !important;
}


.cycle-slide img {
  max-height: 350px !important;
}

/*CONTACT FORM 7 ADJUSTS*/

a.download-link
{
   display: inline-block !important;
}
