/*
Theme Name: TANGO - Version:  1
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb

01. GENERAL STYLING
02. MENU
03. INTRO SECTIONS
04. PORTFOLIO
05. BLOG
06. CONTACT
07. FOOTER
08. SERVICES - 404 - PRICING TABLE
09. INDEX PAGE SLIDERS
*/

/***************************************************
	01. GENERAL STYLING
 ***************************************************/
body {
	overflow-x:hidden; 
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:13px;
	line-height:17px;
	color:#555;
	background: #fff url(../img/body.png) repeat;
}

h1,h2,h3,h4,h5,h6{ color:#333;}
a, input, select, textarea {outline:none; }
:focus {outline: 0;}
ul {list-style-type:none; }
a:hover, a:active, a:focus { outline: 0!important; }
::-moz-selection{ color: #fff; background: #777; }
::selection { color: #fff; background: #777; }
p {margin-bottom:15px; }
.clear { height:0; clear:both; font-size:0; }

a {
	color:#AEC71E;
	text-decoration:none;
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
	outline:none;
}
a:hover { color:#444; text-decoration:none; }

img {
	vertical-align:top;
	border-radius:3px; 
	ms-interpolation-mode: bicubic;
	opacity: 1.0;}

a img {
	opacity: 1.0;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear; 
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}
a img:hover { opacity: .80; }
	
/* Video */
iframe { border: 0; }
video { width: 100%; height: auto; }
.vendor { position: relative;  margin: 0 0; }
.unsupported { background: #fddfde; }
iframe{ width: 100%;  }
.block {padding-bottom:50px;
}

.icons { list-style-type:none; padding:0; margin:0 20px 0; }	
.pad25 { padding-top:25px; }
.pad15 { padding-top:15px; }
.pad5 { padding-top:5px; }

.hue, .orange {color:#AEC71E; }
.white { color:#fff; }

.header {
	padding:40px 0 0px 0; 
	border-bottom:1px double #555; 
	margin-bottom:0px;
}

.logo a{
	font-size:40px;
	color:#222;
	font-weight:700;
	padding:50px 0 0 0;
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}
.logo a:hover {color: #AEC71E; text-decoration:none; }

.inner_content { padding:40px 0 0 0; }

.btn-primary {
	color: #ffffff;
	background-color: #1D6707;
	*background-color: #1D6707;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#AEC71E), to(#1D6707));
	background-image: -webkit-linear-gradient(top, #AEC71E, #1D6707);
	background-image: -o-linear-gradient(top, #AEC71E, #1D6707);
	background-image: linear-gradient(to bottom, #AEC71E, #1D6707);
	background-image: -moz-linear-gradient(top, #AEC71E, #1D6707);
	background-repeat: repeat-x;
	border-color: #1D6707 #1D6707 #AEC71E;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1D6707;
  *background-color: #1D6707;
}

.lmm-color {
	color:#1D6707 !important;
}


/* Skills Bar */
.progress-inverse.progress-striped .bar,
.progress-striped .bar-inverse{
  background-color:#AEC71E;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/***************************************************
	02. MENU
 ***************************************************/
.menu_wrap {
	padding-top:8px;
	float:right;
}
.menu_wrap .nav li {
	margin: 0;
	padding: 0;
	position: relative;
	zoom: 1;
}
.menu_wrap .nav > li {
	padding: 0 0 0 25px;
	display:inline-block;
}
.menu_wrap .nav > li:first-child {
}
#main_menu select {
	display: none;
	font-size:12px;
}
.menu_wrap .nav li a {
	line-height:18px;
	color:#444;
	font-weight:400;
	font-size:15px;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none;
	padding:0; 
	text-align:left;
}
.menu_wrap .nav > li.sfHover > a,
.menu_wrap .nav > li.sfHover > a:hover,
.menu_wrap .nav > li > a:hover,
.menu_wrap .nav > li.active > a,
.menu_wrap .nav > li.active > a:hover {
	color: #777;
	background:none;
}
.sub-menu > a {position: relative; }
.menu_wrap .nav > li.sub-menu > a:before {
	content: " ";
	position: absolute;
	background: none;
	width: 7px;
	height: 4px;
	right: 50%;
	top: 41px;
	margin: 0 -3px 0 0;
}
.menu_wrap .nav > li.sfHover > a:before,
.menu_wrap .nav > li.sfHover > a:hover:before,
.menu_wrap .nav > li > a:hover:before,
.menu_wrap .nav > li.active > a:before,
.menu_wrap .nav > li.active > a:before { background: none; }
.menu_wrap .nav ul {
	position: absolute;
	display: none;
	width: 130px;
	left: 0;
	top: 34px;
	list-style: none;
	zoom: 1;
	z-index: 25;
	background:#222;
}
.menu_wrap .nav > li li.sub-menu > a:before {
	content: " ";
	position: absolute;
	background: none;
	width: 7px;
	height: 4px;
	right: 10px;
	top: 13px;
}
.menu_wrap .nav ul li a {
	display: block;
	text-transform: none;
	font-size: 13px;
	font-weight:400;
	color:#fff; /*LMM*//*color:#999;*/
	line-height: 18px;
	padding: 8px 10px 10px 15px;
	background: none;
}
.menu_wrap .nav ul li a span {display:none; }
.menu_wrap .nav > li > ul li > a:hover,
.menu_wrap .nav > li > ul li.sfHover > a,
.menu_wrap .nav > li > ul li.active > a { text-decoration:none; color:#FFF; background-color:#AEC71E; }
.menu_wrap .nav > li > ul li > a:hover:before,
.menu_wrap .nav > li > ul li.sfHover > a:before { background: none;  
}
.menu_wrap .nav ul ul {
	position: absolute;
	display: none;
	width: 133px;
	left: 130px;
	top: 0px;
	height: auto;
	list-style: none;
	z-index: 111;
	padding: 0 0;
	margin: 0;
	border-top:0;
}

/***************************************************
	03.INTRO SECTIONS
 ***************************************************/
/* Boxes */
.intro_sections a{
	display:block;
	padding:20px 5px 30px;
	text-align:center;
	color:#777;
}
.intro_sections a:hover {
	background-color:#AEC71E;
	color:#fff;
	webkit-transition-duration:0.5s; 
	-moz-transition-duration:0.5s; 
	-o-transition-duration: 0.5s; 
}
.big_icon {
	font-size:20px;
	text-align:center;
	margin:0 auto ;
} 
.link_title {
	font-size:19px;
	font-weight:700;
	line-height:50px;
	color:#444;
} 

/* Welcome Text */
.welcome {
	text-align:center;
	margin:20px 0 40px 0;
	position:relative;
	padding:36px 0;
}
.welcome p{
	text-align:center;
	line-height:22px;
	font-size:22px;
	color:#555;
	font-weight:700;
	position:relative;
	text-transform:uppercase;
}
.welcome span {
	line-height:28px;
	font-size:24px;
	font-weight:400;
	display:block;	
}
.line_divider {
	height:1px;
	background:url(../img/welcome_bg.png) no-repeat center top;
	position:absolute;
	left:0;
	right:0;
}
.line_top {top:0;}
.line_bottom {bottom:0;}

/***************************************************
	04. PORTFOLIO
 ***************************************************/
.hover_img { position:relative; background-color:transparent; }
.portfolio_zoom{
	display:none;
	width:33px;
	height:33px;
	position:absolute;
	right:0%;
	bottom:0%;
	margin:-13px 33px 0 0px;
	background-image:url(../img/zoom.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link{
	display:none;
	width:33px;
	height:33px;
	position:absolute;
	right:0%;
	bottom:0%;
	margin:-13px 0 0 -33px;
	background-image:url(../img/link.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 0; }
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:33px;
	height:33px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom,  .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;}

.item_description { display:block; }
.item_description {	text-align:center; color:#555; margin:10px 0 0 0;}

/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element { 
	overflow: hidden;
	position: relative;
	margin-bottom:10px;
}
.element img {max-width:100%;}

#options {padding:0 0 10px 0;}
#filters {
	position: relative;
	padding:0;
	margin:0 0;
}
#filters li {
	display: block;
	margin:0 15px 10px 0px;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected { color: #222; text-decoration:none; }

/* Carousel */
#portfolio_carousel {margin-bottom:20px; }
#portfolio_carousel img {border-radius:3px; }
#portfolio_carousel .carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 33px;
  height: 33px;
  margin-top: -17px;
  background-image:url(../img/portfolio_nav.png);
  background-position:0 -33px;
  background-repeat:no-repeat; 
  outline:none; 
	-webkit-transition:none; 
	-moz-transition:none; 
	-o-transition:none;
}
#portfolio_carousel .carousel-control.right {
	background-position:-102px -33px; 
	left:auto;
	right:15px; 
}
#portfolio_carousel .carousel-control.right:hover { background-position:-102px 0; }
#portfolio_carousel .carousel-control:hover {background-position:0 0; }

/***************************************************
	05. BLOG
 ***************************************************/
.date { text-align:right; }
.number { margin-top:-18px; font-size:26px; font-weight:700;}
.post_link a{ color: #444;}
.post_link a:hover { color: #AEC71E;}
.post {
	border-bottom: 1px solid #eee;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.post:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.post-meta ul {
	margin: -10px 0 15px 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.post-meta li {
	margin: 0;
	display: inline;
}
#comments {
	padding:0 0 7px 0;
	margin-bottom:25px;	
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;	
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.comment_right {display:table;}
.comment_info {padding-bottom:7px; }
.comment_info span {padding:0 12px; }
#comments ol li ul li { padding:23px 0 0 30px; margin:0; }
.avatar { float:left; margin:0 10px 0 0; }
.blog_label { line-height:23px;margin-right:2px; }

/***************************************************
	06. CONTACT
 ***************************************************/
#map {margin:0 0 15px 0;}

.contact_form { padding-top:25px; }
#ajax-contact-form input,.contact_form textarea  {border:1px solid #ddd;}
.contact-form { color: #555; }
.contact_form textarea { min-height:150px;}
.well {
	color: #b94a48;
	background-color: #f8f8f8;
	border:0px #fff solid;
	margin-top:10px;
}
.form_info{
	color: #555;
	text-transform:uppercase;
	font-weight:700;
	background-color: #f8f8f8;
	margin-bottom:0px;
}
.required{ color: #AEC71E; }

.btn-form{
	padding:9px;
	background: #AEC71E;
	color: #Fff;
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	letter-spacing:1px;
	webkit-transition:all 0.3s ease-in;  
    -moz-transition:all 0.3s ease-in;  
    -o-transition:all 0.3s ease-in;  
    transition:all 0.3s ease-in;
}
.btn-form:hover{ padding:9px; background:#444; color: #Fff; }

.notification_error {
	color: #fff;
	background-color: #333;
	height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #444;
	background-color:transparent;
	font-weight:400;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
	font-size:15px;
	text-transform:uppercase;
}
/* Contact 2 icons */
.bigger {
   font-size:70px;
	color: #333;
	-webkit-border-radius: 76px;
	-moz-border-radius: 76px;
	border-radius: 76px;
	padding-left:10px;margin-bottom:-20px;
}
.bigger:hover { color:#AEC71E; }

/***************************************************
	07. FOOTER
 ***************************************************/
#footer {
	background: #222 url(../img/foot_top.png) repeat;
	padding-top:40px;
	margin-top:60px;
	color:lightgray;
	line-height:16px;	
}
#footer li {
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:1px #333 solid;
	line-height:16px;
}
#footer li:last-child {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}

#footer .span3 a {color:white; text-decoration: underline;}
#footer .span3 a:hover {color:#888; }
#footer h6 {color:#ccc; }
#footer .span3 { padding-bottom:30px; }

/* Tweets */
.tweet_list {
	list-style: none;
	margin: 0;
	overflow-y: hidden;
	background-color: #8ADEE2;
}
.tweet_list li { overflow-y: auto; overflow-x: hidden; list-style-type: none; }

/* Flickr */	
.flickrs {margin-right:-10px;}
.FlickrImages li {
	margin:0 9px 6px 0 !important;
	padding:0 !important;
	float:left;	
	border:0 !important;
}
.FlickrImages li a {
	display:block;
	width:48px !important;
	height:48px !important;
	overflow:hidden;
	float:left;	
}
.FlickrImages li a img {
	width:48px !important;
	height:48px !important;
	border:0;opacity:1;
	border-radius:3px; 
}
.FlickrImages li a:hover img {
	width:48px !important;
	height:48px !important;
	border:0;
	border-radius:3px;
}

#footer .icons {list-style-type:none; padding:0; margin:0px 18px 0px; }

.footer_bottom {
	background: #1e1e1e url(../img/foot_bottom.png) repeat;
	margin-top:20px;
	padding:23px 0 26px 0;
}
.copyright {line-height:20px; padding-bottom:10px; color:#555;}
.copyright a{color:#666;}
.copyright a:hover{color:#777;}
.foot_right_block {margin-left:0px;}
.foot_menu {text-align:right;}
.foot_menu li {
	display:inline-block;
	padding:0 16px 0  0!important;
	border:0 !important;
	margin:0 !important;margin-top:-5px;
}
.foot_menu li:last-child {padding:0 !important; }
.foot_menu li a {
	text-transform:uppercase;
	color:#444 ;
	font-size:14px;
	font-weight:700;
}
.foot_menu li a:hover, .foot_menu li a.current { color:#555; text-decoration:none;}
#footer .follow_us {padding:0px 0 5px 0;text-align:right;}
#footer .follow_us a { color:#5f5f5f ; font-size:18px; margin-left:20px;}
.follow_us ul, #footer ul { padding:0; margin:0; list-style:none; }


/***************************************************
	08. 404 - PRICING TABLE - SERVICE ICONS
 ***************************************************/
/* Service Icon */
.service-icon-large {color:#333; }
.service-icon-disc { line-height: 76px;}
.service-icon-disc  { padding: 0;}
.service-icon-disc {
	background-color:#AEC71E;
	padding: 18px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 28px;
	width: 28px;
	line-height: 12px;
}
.service-icon-disc.cont-large {
	background-image: none;
	padding: 30px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	width: 70px;
	height: 70px;
}
.service-icon-large:before { font-size: 70px;padding-left:5px;}
.service-icon-float-left { float: left; }

/* 404 Page */
.no_page {
	text-align:center;
	margin:-10px 0 -15px 0;
	line-height:30px;
	font-size:18px;
	color:#333;
	font-weight:700;
	position:relative;
	text-transform:uppercase;
}
.very_big { font-size:160px; font-weight:700; margin:20px 0 40px 0; padding:36px 0;color:#333; }

/* Pricing Table */
.pricing-table { text-align:center; margin-bottom:20px; }
.pricing-table ul {
	margin:0;
	padding:0;
	list-style:none
}
.subhead { color:white; }
.price { font-size:45px; line-height:5px; margin-top:25px; }

.pricing-header-row-1 {
	text-align:center;
	height:40px;
	padding:3px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.3)
}
.pricing-header-row-2 {
	text-align:center;
	height:100px;
	margin-top:-1px;
	padding:10px 0 0;
	border-bottom:none;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.3)
}
.pricing-content-row-odd {
	font-size:14px;
	background-color:#f3f3f3;
	padding:10px 15px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa
}
.pricing-content-row-even {
	font-size:14px;
	background-color:#fcfcfc;
	padding:10px 15px;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa
}
.pricing-footer {
	text-align:center;
	height:50px;
	padding:20px 0 0;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.3);
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px
}
.pricing-header-row-1, .pricing-header-row-2 {
	background-color:#222222;
	background-image:-moz-linear-gradient(top,#333333,#222222);
	background-image:-ms-linear-gradient(top,#333333,#222222);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#333333),to(#222222));
	background-image:-webkit-linear-gradient(top,#333333,#222222);
	background-image:-o-linear-gradient(top,#333333,#222222);
	background-image:linear-gradient(top,#333333,#222222);
	background-repeat:repeat-x;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	border:1px solid #000000
}
.pricing-header-row-2 { border-bottom:none }
.pricing-footer {
	background-color:#222222;
	background-image:-moz-linear-gradient(top,#222222,#131313);
	background-image:-ms-linear-gradient(top,#222222,#131313);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#222222),to(#131313));
	background-image:-webkit-linear-gradient(top,#222222,#131313);
	background-image:-o-linear-gradient(top,#222222,#131313);
	background-image:linear-gradient(top,#222222,#131313);
	background-repeat:repeat-x;
	filter:progid:dximagetransform.microsoft.gradient(startColorstr='#222222',endColorstr='#131313',GradientType=0);
	filter:progid:dximagetransform.microsoft.gradient(enabled=false);
	border:1px solid #000000
}

/***************************************************
	09. INDEX PAGE SLIDERS
 ***************************************************/
/* SLICEBOX */
.shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -123px;
	background: transparent url(../img/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}
.sb-description h3 {
	font-size: 16px;color: #eee;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.nav-arrows { display: none; }
.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #AEC71E url(../img/nav.png) no-repeat top left;
	position: absolute;
	top: 40%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}
.nav-arrows a:first-child{
	left: auto;
	right: 2px;
	background-position: top right;
}
.nav-arrows a:hover { opacity: 1; }
.nav-dots {
	text-align: center;
	position: absolute;
	bottom: -10px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}
.nav-dots span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px;
	background: #AEC71E;
	cursor: pointer;
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.6), 
	inset 0 1px 1px rgba(0,0,0,0.1);
}
.nav-dots span.nav-dot-current {
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.6), 
	inset 0 1px 1px rgba(0,0,0,0.1), 
	inset 0 0 0 3px #AEC71E,
	inset 0 0 0 8px #fff;
}
.wrapper {
	position: relative;
	text-align:center;
	max-width: 800px;
	padding: 0 50px;
	margin:50px auto 20px;
}
/* Slicebox Style */
.sb-slider {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
}
.sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}
.sb-slider li > a { outline: none; }
.sb-slider li > a img { border: none;}
.sb-slider img { max-width: 100%; display: block; }
.sb-description {
	padding: 5px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 1000;
	position: absolute;
	background: #222;
	background: rgba(0,0,0, 0.6);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0)
	opacity: 0;
	color: #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}
.sb-perspective { position: relative; }
.sb-perspective > div {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}
.sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility : hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}


/* ELASTISLIDE */
.elastislide-list { list-style-type: none; display: none;}
.no-js .elastislide-list { display: block; }
.elastislide-carousel ul li { min-width: 20px; /* minimum width of the image (min width + border) */}

.elastislide-wrapper {
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	min-height:50px;
}
.elastislide-wrapper.elastislide-loading {
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.elastislide-horizontal {padding: 0 0; }
.elastislide-carousel {
	overflow: hidden;
	position: relative;
}
.elastislide-carousel ul {
	position: relative;
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
.elastislide-horizontal ul { white-space: nowrap; }
.elastislide-carousel ul li { margin: 0; -webkit-backface-visibility: hidden; }
.elastislide-horizontal ul li { height: 100%; display: inline-block; }
.elastislide-carousel ul li a { display: inline-block; width: 100%; }
.elastislide-carousel ul li a img {
	display: block;
	border: 4px solid white;
	max-width: 100%;
}
/* Navigation Arrows */
.elastislide-wrapper nav span {
	position: absolute;
	background: #222 url(../img/elastislide_nav.png) no-repeat 4px 3px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
}
.elastislide-wrapper nav span:hover { opacity: 1.0 }
.elastislide-horizontal nav span {
	top: 50%;
	left: 10px;
	margin-top: -11px;
}
.elastislide-horizontal nav span.elastislide-next {
	right: 10px;
	left: auto;
	background-position: 4px -17px;
}


/*Life Media Messages - EDITS*/
.lmm-buckets h2 { margin:0; }