body {
	margin:0px;
}
ol, ul {
  list-style: none;
  padding:0px;
  margin:0px;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.fix:after, .col-full:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix, .col-full {
  zoom: 1;
}

/*-------------------------------------------------------------------------------------------*/
/* IMPORTS */
/*-------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------*/

/* 2.3.2 Featured Slider */
#featured {
  background: url(images/bg-slider.png);
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  min-height: 150px;
  box-shadow: inset 0 0 10px 0 #111111;
  -webkit-box-shadow: inset 0 0 10px 0 #111111;
  -moz-box-shadow: inset 0 0 10px 0 #111111;
  -o-box-shadow: inset 0 0 10px 0 #111111;
  height:500px;
}
#featured .slides {
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
}
#featured .slides li.slide {
  position: relative;
  display: none;
  list-style: none;
}

#featured .slides li.slide img {
	width:1000px;
	height:500px;
	  
}
#featured .slides li.slide .slide-content-container article header {
  z-index: 999;
}
#featured .slides .slide-video {
  max-width: 800px;
  margin: 0 auto;
}
#featured .slides .slide-video-carousel {
  max-width: 1000px;
  margin-bottom: -6px;
}
#featured img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.controls-container {
  position: relative;
  z-index: 998;
  top: 0;
}
.controls-container .controls-inner {
  position: relative;
}
.controls-container .flex-control-nav {
  position: absolute;
  bottom: 100px;
  right: 10px;
  z-index: 9999;
  padding: 0;
  text-align: center;
  display: block;
}
.controls-container .flex-control-nav li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  height: 15px;
  width: 15px;
  line-height: 1;
  list-style: none;
  cursor: pointer;
}
.controls-container .flex-control-nav li a {
  display: inline-block;
  height: 0;
  width: 9px;
  overflow: hidden;
  padding-top: 9px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #A6A6A6;
  background: #A6A6A6;
  cursor: pointer;
}
.controls-container .flex-control-nav li a:hover {
  background: #fafafa;
}
.controls-container .flex-control-nav li a.active {
  background: #46b1e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#46b1e1), to(#229bd2));
  background: -webkit-linear-gradient(#46b1e1, #229bd2);
  background: -moz-linear-gradient(center top, #46b1e1 0%, #229bd2 100%);
  background: -moz-gradient(center top, #46b1e1 0%, #229bd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46b1e1,endColorstr=#229bd2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#46b1e1, endColorstr=#229bd2)";
}
.controls-container .flex-direction-nav {
  position: absolute;
  z-index: 9999;
  bottom: 100px;
  left: 10px;
  text-align: center;
}
.controls-container .flex-direction-nav .prev, .controls-container .flex-direction-nav .next {
  display: block;
  height: 0;
  width: 45px;
  padding-top: 45px;
  overflow: hidden;
}
.controls-container .flex-direction-nav .prev {
  background: #fafafa;
  background-image: url("images/ico-slider-prev.png"), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  background-image: url("images/ico-slider-prev.png"), -webkit-linear-gradient(#fafafa, #e1e1e1);
  background-image: url("images/ico-slider-prev.png"), -moz-linear-gradient(center top, #fafafa 0%, #e1e1e1 100%);
  background-image: url("images/ico-slider-prev.png"), -moz-gradient(center top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa,endColorstr=#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#e1e1e1)";
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #c8c8c8;
}
.controls-container .flex-direction-nav .prev:hover {
  background: #e1e1e1;
  background-image: url("images/ico-slider-prev.png"), -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c7c7c7));
  background-image: url("images/ico-slider-prev.png"), -webkit-linear-gradient(#e1e1e1, #c7c7c7);
  background-image: url("images/ico-slider-prev.png"), -moz-linear-gradient(center top, #e1e1e1 0%, #c7c7c7 100%);
  background-image: url("images/ico-slider-prev.png"), -moz-gradient(center top, #e1e1e1 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1,endColorstr=#c7c7c7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1, endColorstr=#c7c7c7)";
  background-repeat: no-repeat;
  background-position: center center;
}
.controls-container .flex-direction-nav .next {
  background: #e1e1e1;
  background-image: url("images/ico-slider-next.png"), -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fafafa));
  background-image: url("images/ico-slider-next.png"), -webkit-linear-gradient(#e1e1e1, #fafafa);
  background-image: url("images/ico-slider-next.png"), -moz-linear-gradient(center top, #e1e1e1 0%, #fafafa 100%);
  background-image: url("images/ico-slider-next.png"), -moz-gradient(center top, #e1e1e1 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1,endColorstr=#fafafa);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1, endColorstr=#fafafa)";
  background-repeat: no-repeat;
  background-position: center center;
  border-top: 1px solid #fff;
}
.controls-container .flex-direction-nav .next:hover {
  background: #c7c7c7;
  background-image: url("images/ico-slider-next.png"), -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#e1e1e1));
  background-image: url("images/ico-slider-next.png"), -webkit-linear-gradient(#c7c7c7, #e1e1e1);
  background-image: url("images/ico-slider-next.png"), -moz-linear-gradient(center top, #c7c7c7 0%, #e1e1e1 100%);
  background-image: url("images/ico-slider-next.png"), -moz-gradient(center top, #c7c7c7 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c7c7c7,endColorstr=#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c7c7c7, endColorstr=#e1e1e1)";
  background-repeat: no-repeat;
  background-position: center center;
}
/* Alt (normal width) slider layout */
.featured-wrap {
  background: url(images/bg-slider.png);
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
  z-index: 998;
  box-shadow: inset 0 0 10px 0 #111111;
  -webkit-box-shadow: inset 0 0 10px 0 #111111;
  -moz-box-shadow: inset 0 0 10px 0 #111111;
  -o-box-shadow: inset 0 0 10px 0 #111111;
}
.featured-wrap #featured {
  background: none;
  max-width: 1000px;
  border: none;
  box-shadow: inset 0 0 0 0 #888888;
  -webkit-box-shadow: inset 0 0 0 0 #888888;
  -moz-box-shadow: inset 0 0 0 0 #888888;
  -o-box-shadow: inset 0 0 0 0 #888888;
}
.featured-wrap #featured ul.slides li.current-slide {
  filter: alpha(opacity=@opacity * 100) !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
.featured-wrap .flex-control-nav {
  top: auto;
  bottom: 100px;
  right: 20px;
}
.featured-wrap .flex-direction-nav {
  top: 20px;
  bottom: auto;
  left: auto;
  width: 100%;
}
.featured-wrap .flex-direction-nav .prev, .featured-wrap .flex-direction-nav .next {
  position: absolute;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: visible;
  text-indent: -9999px;
}
.featured-wrap .flex-direction-nav .prev:before, .featured-wrap .flex-direction-nav .next:before {
  content: '';
  display: block;
  border: 4px solid rgba(0, 0, 0, 0.2);
  top: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin: -4px;
  position: absolute;
  height: 45px;
  width: 45px;
}
.featured-wrap .flex-direction-nav .prev {
  left: 20px;
  background: #fafafa;
  background-image: url("images/ico-slider-prev-alt.png"), -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  background-image: url("images/ico-slider-prev-alt.png"), -webkit-linear-gradient(#fafafa, #e1e1e1);
  background-image: url("images/ico-slider-prev-alt.png"), -moz-linear-gradient(center top, #fafafa 0%, #e1e1e1 100%);
  background-image: url("images/ico-slider-prev-alt.png"), -moz-gradient(center top, #fafafa 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa,endColorstr=#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#e1e1e1)";
  background-repeat: no-repeat;
  background-position: center center;
}
.featured-wrap .flex-direction-nav .prev:hover {
  background: #e1e1e1;
  background-image: url("images/ico-slider-prev-alt.png"), -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c7c7c7));
  background-image: url("images/ico-slider-prev-alt.png"), -webkit-linear-gradient(#e1e1e1, #c7c7c7);
  background-image: url("images/ico-slider-prev-alt.png"), -moz-linear-gradient(center top, #e1e1e1 0%, #c7c7c7 100%);
  background-image: url("images/ico-slider-prev-alt.png"), -moz-gradient(center top, #e1e1e1 0%, #c7c7c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1,endColorstr=#c7c7c7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1, endColorstr=#c7c7c7)";
  background-repeat: no-repeat;
  background-position: center center;
}
.featured-wrap .flex-direction-nav .next {
  right: 20px;
  background: #e1e1e1;
  background-image: url("images/ico-slider-next-alt.png"), -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fafafa));
  background-image: url("images/ico-slider-next-alt.png"), -webkit-linear-gradient(#e1e1e1, #fafafa);
  background-image: url("images/ico-slider-next-alt.png"), -moz-linear-gradient(center top, #e1e1e1 0%, #fafafa 100%);
  background-image: url("images/ico-slider-next-alt.png"), -moz-gradient(center top, #e1e1e1 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1,endColorstr=#fafafa);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e1e1e1, endColorstr=#fafafa)";
  background-repeat: no-repeat;
  background-position: center center;
}
.featured-wrap .flex-direction-nav .next:hover {
  background: #c7c7c7;
  background-image: url("images/ico-slider-next-alt.png"), -webkit-gradient(linear, left top, left bottom, from(#c7c7c7), to(#e1e1e1));
  background-image: url("images/ico-slider-next-alt.png"), -webkit-linear-gradient(#c7c7c7, #e1e1e1);
  background-image: url("images/ico-slider-next-alt.png"), -moz-linear-gradient(center top, #c7c7c7 0%, #e1e1e1 100%);
  background-image: url("images/ico-slider-next-alt.png"), -moz-gradient(center top, #c7c7c7 0%, #e1e1e1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c7c7c7,endColorstr=#e1e1e1);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c7c7c7, endColorstr=#e1e1e1)";
  background-repeat: no-repeat;
  background-position: center center;
}



@media only screen and (min-width: 1024px) {
  .featured-wrap .controls-container ul.flex-direction-nav {
    top: 44%;
  }
  .featured-wrap .controls-container ul.flex-direction-nav .prev {
    left: -24px;
  }
  .featured-wrap .controls-container ul.flex-direction-nav .next {
    right: -24px;
  }
}
@media only screen and (min-width: 940px) {
  #content .portfolio-item {
    margin: 1em 0.9% 1em!important;
  }
  .widget_woo_subscribe #connect .newsletter-form .email {
    width: 55%;
  }
}
/* Only apply to iPad portrait and up */
@media only screen and (min-width: 768px) {
   /* 4. FEATURED SLIDER */
  #featured article header {
    position: absolute;
    bottom: 20px;
    left: 45px;
    width: 50%;
    height: 67px;
  }
  #featured article header .entry {
    height: 35px;
  }
  .controls-container .flex-control-nav {
    top: auto;
    bottom: 30px;
  }
  .controls-container .flex-direction-nav {
    display: block;
    top: auto;
    bottom: 20px;
    left: 0;
  }
  .featured-wrap.carousel #featured {
    overflow: visible!important;
  }
  .featured-wrap.carousel #featured .slides li article, .featured-wrap.carousel #featured .slides li h1, .featured-wrap.carousel #featured .slides li .entry {
    display: none;
  }
  .featured-wrap.carousel #featured .slides li.current-slide article, .featured-wrap.carousel #featured .slides li.current-slide h1, .featured-wrap.carousel #featured .slides li.current-slide .entry {
    display: block;
  }
  .featured-wrap.carousel.faded #featured .slides li.current-slide {
    filter: alpha(opacity=@opacity * 100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
  }
  .featured-wrap .controls-container .flex-control-nav {
    bottom: 50px;
    right: 30px;
  }
  .featured-wrap .controls-container .flex-direction-nav {
    top: 20px;
    bottom: auto;
  }
 
  
  /* 3. CONTAINERS & COLUMNS */
  
  #main.fullwidth, .layout-full #main, .col-full {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
  #main {
    width: 73.95%;
    /* 710 / 1000 = 0.7395 */
  }
  #sidebar {
    margin-top: 0;
    width: 21.88%;
    /* 210 / 1000 = 0.2188 */
  }
  
}
