/*
Theme Name: MINX - Version:  1.01
Description:  Designed by josweb.
Author:  Jo
Purchase:  http://themeforest.net/user/josweb
01. GENERAL STYLING
02. MENU
03. INDEX PAGE
04. TEAM
05. SERVICE, TESTIMONIALS & QUOTES
06. PORTFOLIO, GALLERY, CAROUSEL & THUMB CAROUSELS
07. BLOG
08. CONTACT
09. FOOTER
10. 404 PAGE, PRICING TABLE, SKILLS BAR
11. LOGO ANIMATION
*/

/***************************************************
	01. GENERAL STYLING
 ***************************************************/


/**** PAGE CONTAINERS ****/

.inner_content {
    padding: 30px 0 0;
}


/**** GENERAL ****/

a, input, select, textarea {outline:none; text-decoration:none; }
:focus {outline: 0;}
ul {list-style-type:none; }
a:hover, a:active, a:focus { outline: 0!important; }
::-moz-selection{ color:#fff; background:#857D50; }
::selection { color:#fff; background:#857D50; }
p {margin-bottom:15px; }
span { font-weight:700; }
small { letter-spacing:0.2em; font-size:11px; }
.icons {padding:0 0 0 6px; margin:0 0 0 15px; }
.clear { height:0; clear: both; font-size:0; }



.tooltip.top { padding:5px 0; margin-top:-13px; }
blockquote { border-left:3px solid #857D50; }
.zocial:hover, .zocial:focus{ background: #857D50; }
.categ:link { color:#555; }
.categ:hover { color:#777; }
.media img { margin-top:5px; }
.media-body a:link { color:#555; }
.media-body a:hover { color:#777; }

/* Colours */


/* Padding */


/* Margins */


/* Video */


/**** LINKS ****/






/**** IMAGES ****/





/* Drops */


/* Shadows */	


/* Image Rotate */	


/**** BUTTONS ****/



/**** TYPOGRAPHY ****/



/* Title Divider */


/**** DROP CAPS ****/


/**** HERO UNIT ****/	



/**** LOGO****/



/***************************************************
	02. MENU
 ***************************************************/



/***************************************************
	03. INDEX PAGE
***************************************************/
/* Nivo SLider */
 



/***************************************************
	06. PORTFOLIO, CAROUSEL & THUMB CAROUSELS
 ***************************************************/

/**** PORTFOLIO ****/
.hover_img { position:relative;  transition: 0.2s ease-out  }
.hover_img:hover { opacity: 0.5; transition: 0.2s ease-out  }
.portfolio_zoom{
	display: none;
	width:32px; height:32px;
	position: absolute;
	left:44%;
	top:40%;
	margin:0px 0px 0 3px;
	background-image: url(../img/zoom.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
}
.portfolio_link{
	display:none;
	width:32px; height:32px;
	position:absolute;
	left:50%;
	top:40%;
	margin:0px 0px 0 -34px;
	background-image: url(../img/link.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:30px;
	height:30px;
	text-indent: -9999px; 
	z-index:100;	
}
.portfolio_zoom:hover, .portfolio_link:hover {opacity:0.85; }
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description { display:block;}

.item_description {
    position:relative;
	padding:8px 15px 10px;
    border-bottom:1px solid #ccc;
    background-color:#f5f5f5; 
	font-size:12px;
	color:#999;
}

.item_description:after {
	bottom:100%;
	border:solid transparent;
	content: " ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
}
.item_description:after {
	border-bottom-color: #f5f5f5;
	border-width:10px;
	left:3%;
}

.item_description a { font-size:13px; color:#666; }
.item_description a:hover { color:#444; }
.item_description:hover{ border-bottom-color:#aaa; }

/* Isotope Filtering */
.isotope-item { z-index:2; }
.isotope-hidden.isotope-item { pointer-events:none; z-index:1; }
/* Isotope CSS3 transition */
.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:20px;
}

.element img {max-width: 100%;}
#options {padding: 0 0 10px;margin-left: auto; margin-right: auto;width: 358px;}

#filters { position: relative; padding: 0; margin: 10px 0 0; }
#filters li a:link{
	display:block;
	margin: 0 10px 10px 0;
	float:left; 
	padding:6px 10px;
	list-style:none;
	font-weight:400;
	text-transform:uppercase;
	background:#eee; 
}
#filters li a.selected { background:#5fb202 ;  text-decoration:none; color:#fff; }
#filters li a:hover {  background:#5fb202 ; color:#fff; transition: 0.2s ease-in;  }

/**** GALLERY ****/

.holder { margin:15px 0; }
.holder a { font-size:13px; cursor:pointer; margin:0 5px; color:#555; }
.holder a:hover {color:#857D50; }
.holder a.jp-previous { margin-right:15px; }
.holder a.jp-next { margin-left:15px; }
.holder a.jp-current,a.jp-current:hover { color:#857D50; }
.holder a.jp-disabled,a.jp-disabled:hover { color:#999; }
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover { cursor:default; background:none; }
.holder span { margin:0 0; }
ul#itemContainer { list-style: none; padding:0 0; margin:0 0; width:100%; }

/**** CAROUSEL ****/

#carousel {margin-bottom:20px; }
#carousel .carousel-control {
  position: absolute;
  top:50%; left:15px;
  width:33px;height:33px;
  margin-top:-17px;
  background-image:url(../img/main_carousel_nav.png);
  background-position:0 -33px;
  background-repeat:no-repeat; 
  outline:none; 
	webkit-transition:none;  
    -moz-transition:none;  
    -o-transition:none;
	transition:none;
}
#carousel .carousel-control.right { background-position: -102px -33px;  left:auto; right:15px; }
#carousel .carousel-control.right:hover {background-position: -102px 0; }
#carousel .carousel-control:hover {background-position:0 0; }

/**** THUMBNAIL CAROUSELS ****/

.col_full{
	width:100%;
	display:block;
	position:relative;
	margin:0;
	margin-bottom:30px;
	float:left;
}
.col_full2{ position:relative; float:left; }
#slider_home, #slider_clients, #slider_blog, #slider_related  { position:relative; }

/* CAROUSELS */	
.slider-item {
    position: relative;
    float:left;
    margin:0 3px 0px 0px;
	height:auto; 
	min-height:315px;
}

.slider-item .slider-image,
.slider-item .slider-image a,
.slider-item .slider-image img { display:block; position: relative; width:100%; }
.slider-item .slider-image:hover,
.slider-item .slider-image a:hover,
.slider-item .slider-image img:hover { display:block; position: relative; width:100%;  }

.slider-title {
    position:relative;
   padding:1px 15px 10px;
    border-bottom:1px solid #ccc;
    background-color:#f5f5f5;
	font-size:12px;
	color:#999;
}

.slider-title:after {
	bottom:100%;
	border:solid transparent;
	content: " ";
	height:0; width 0;
	position: absolute;
	pointer-events: none;
}
.slider-title:after {
	border-bottom-color:#f5f5f5;
	border-width:10px;
	left:6%;
}

.slider-title h3 { font-size:13px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase; margin-bottom:4px;}
.slider-title h3 a { color:#555;}
.slider-title h3 a:hover { color:#777;}
.slider-title:hover{ border-bottom-color:#aaa;  }

.widget-scroll-prev,
.widget-scroll-next {
    display: block;
    position: absolute;
    cursor: pointer;
	top:-15px;
    left:auto; right:30px;
	text-align:center;
	width:12px; height:17px;
	background:#ddd;
	border-bottom:1px solid #aaa;
	padding: 0 5px 4px 5px;
	opacity:1.0;
}
.widget-scroll-next { right:4px; }
.widget-scroll-prev:hover, .widget-scroll-next:hover { opacity:0.8; }

/* About Carousel */

#slider_about .slider-item {
    position:relative;
    float:left;
    margin:0 0px 0px 3px;
	height:auto; 
	min-height:200px;
}
#slider_about .slider-title h3 { font-size:11px; letter-spacing:0.1em; font-weight:normal; text-transform:uppercase;  margin-bottom:0px;}

/* About Page Arrows */	
.widget-scroll-prev2,
.widget-scroll-next2 {
    display: block;
    position: absolute;
    cursor:pointer;
	top:-30px; left:auto;
	right:25px; width:10px;
    height:20px;
	text-align:center;
	background:#ddd;
	border-bottom:1px solid #aaa;
	padding:0 5px;
	opacity:1.0;
}
.widget-scroll-next2 { right: 0px; }
.widget-scroll-prev2:hover, .widget-scroll-next2:hover {opacity:0.8; }

/* Related Carousel */	
#slider_related .slider-item {
    position:relative;
    float: left;
    margin:0 5px 0 0;
	height:auto; 
	min-height:150px;
}
/* Single Portfolio Page Arrows */	
.widget-scroll-prev3,
.widget-scroll-next3 {
    display:block;
    position:absolute;
    cursor:pointer;
    width:12px; height:17px;
    top:-30px;
    left:auto;
	text-align:center;
	background:#ddd;
	border-bottom:1px solid #aaa;
	padding:0 5px 4px;
	opacity:1.0;
 }
.widget-scroll-next3 { left: 25px;}
.widget-scroll-prev3:hover, .widget-scroll-next3:hover { opacity:0.8; }

/* Clients Carousel */
	
#slider_clients .slider-item {
    position:relative;
    float:left;
    margin:0 3px 0 0;
	height:auto;
	min-height:120px;
}
/* Clients  Arrows */	
.widget-scroll-prev5,
.widget-scroll-next5 {
    display:block;
    position:absolute;
    cursor:pointer;
	top:0px;
    left: auto;
    right:25px;
	opacity:1.0;
     width:10px; height:20px;
	text-align:center;
	background:#ddd;
	border-bottom:1px solid #aaa;
	padding:0 5px;
	opacity:1.0;
}
.widget-scroll-next5 { right:0px;}
.widget-scroll-prev5:hover, .widget-scroll-next5:hover { opacity:0.8; }

/* Small Carousel */
#slider_small .slider-item {
    position: relative;
    float:left;
    margin:0 3px 0px 0;
	height:auto;
	min-height:150px;
}
/* Small Slider Arrows */	
.widget-scroll-prev4,
.widget-scroll-next4 {
    display: block;
    position:absolute;
    cursor:pointer;
    width:20px; height:25px;
    top: -25px;
    left:auto;
    right:15px;
    opacity:1.0;
	text-align:center;
}
.widget-scroll-next4 { right:-3px;}
.widget-scroll-prev4:hover, .widget-scroll-next4:hover { opacity:0.8; }


/***************************************************
	07. BLOG
 ***************************************************/
.day, .month { display:block; text-align:center; }
.day { font-size:26px; padding:0 0; color: #fff; }
.month { font-size:12px; padding:0 0; color:#fff;}
.date-post {
	position:absolute;
	display:block;
	width:50px;
	z-index:100;
    background-color:#857D50;
	font-size:12px;
	color: #fff;
	padding:12px 5px 8px;
}
.date-post2 {
	position:relative;
	margin-top:0px;
	background-color:#857D50;
	font-size:12px;
	color:#fff;
	padding:12px 5px 8px;
}

.date-post:before, .date-post2:before {
	bottom: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position:absolute;
	pointer-events:none;
}
.date-post:before, .date-post2:before {
	border-top-color:#857D50;
	border-width:10px;
	bottom:-31%;
	right:0%;
}

.post_link a { color:#555; }
.post_link a:hover { color:#747474; }
.post_link  { margin-bottom:10px;  }

.post {border-bottom:0;
	margin:0 0;
	padding:0 0 10px;
	overflow:hidden;
}
.post:last-child { margin:0; padding:0; }

.post-meta ul {
	margin:0px 0 20px 0;
	padding: 0 0;
	list-style:none;
	text-transform:uppercase;
	font-size:11px; clear:both;
}
.post-meta li { margin:0; display:inline; }
.post-meta a, .nav-tabs a { color #555; }
.post-meta a:hover { color:#747474; }

.avatar { float: left; margin:0 10px 0 0; }
.pad_author { margin:15px 0px 0px 20px; }
.media-body{ margin-bottom:0px;  }
.media-body a{  color:#555; }

/* Pager */
.pager li > a,
.pager li > span {
	display: inline-block;
	padding:5px 10px;
	border:0;
	color: #fff; background:#857D50; 
}
.pager li > a:hover,
.pager li > a:focus,
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span  { text-decoration:none; color:#fff; background:#555;  }

/* Pagination */
.pagination { margin:20px -10px; }
.pagination ul { display: inline-block; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }
.pagination ul > li { display: inline; }
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 10px;
	text-decoration: none;
	background-color: transparent;
	border: none;
	margin:0 0;
	color: #888;
}
.pagination ul > .active > a,
.pagination ul > .active > a:hover,
.pagination ul > .active> a:focus { background-color: #857D50;color: #fff; cursor: default; }
.pagination  ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus { background-color:transparent; color: #666; cursor: default; }

/***************************************************
	08. CONTACT
 ***************************************************/
#map {margin:0 0 15px 0;}
.contact_form { padding-top:25px; }
#ajax-contact-form input,.contact_form textarea { border:1px solid #ddd; box-shadow:none; }
.contact_form textarea { min-height:150px;}
.well {
	background-color:#f5f4f4;
	border:0px #fff solid;
	margin-top:10px;
}
.form_info{
	color: #444;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:3px;
}
.required{ color:#857D50; }

.btn-form{
	color:#fff;
	display: inline-block;
	text-transform:uppercase;
	letter-spacing:1px;
	padding:13px 12px;
	margin-top:10px;
	font-size:11px;
	text-decoration:none;
	outline:none;
	cursor:pointer;
	border-radius:0px;
}
.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: 13px;
	text-transform: uppercase;
}

/***************************************************
	09. FOOTER
 ***************************************************/
 #footer:before{ 
	bottom: 100%; 
  border:solid transparent;
  content: " ";
  height: 0; width: 0;
  position:absolute;
  pointer-events:none; }
 
#footer:before { 
  border-bottom-color:#111;
  border-width:15px; 
  left:50%;
  margin-left:-15px;
}

#footer {
	position:relative;
	line-height:22px;	
	padding:20px 0 0; 
	opacity:1.0;
	background:#111; 
	color:#666;
	margin:30px 0 -10px; 
	padding-bottom:80px;
}

#footer li {
	padding:0px 15px 15px 0;
	margin:0px 0px 15px 0px;
	border-bottom: 1px #222 solid;
	line-height:22px;	
}

#footer li:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }

#footer .span3 a { color:#999; }
#footer .span3 a:hover { color:#eee; }
#footer h6 {
	font:12px 'Arvo', sans-serif;
	color: #777;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:30px;
	border-bottom:1px solid #333;
	padding:0 0 10px;
}
#footer .span3 { padding:20px 0 0px; color:#777; }

/* Flickr */	
.flickrs {margin-right:-10px; padding-top:4px;}
.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; opacity:1; }


/*Social Icons */
.follow_us {text-align:left;}
.follow_us a { 
	font-size:10px;
	padding:6px 0px 8px 4px;
	margin:10px 6px 0px 0px;
	display:block;
	width:30px;
	text-align: center;
	border-radius:50px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 0 2px #333, inset 0 0 0 2px #111; background:#333;
}

.follow_us a:hover{  box-shadow: 0 0 0 2px #857D50, inset 0 0 0 2px #111; background:#857D50;}
.copyright {color:#555; margin-top:20px;}
#footer ul { padding:0; margin:0; list-style:none; }
#footer .icons { margin-left:20px; }
#footer .media-body .icon-time { color:#444;}

/* Back To Top */
.go-top {
	position:fixed;
	bottom:0.5em; right: 0.5em;
	text-decoration: none;
	color:white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size:30px;
	padding:0.1em 0.3em 0.1em;
	display:none;
	border-radius:3px; z-index:500;
}
.go-top:hover { background-color:rgba(0, 0, 0, 0.6);}

/*************************************************************
	10. 404 PAGE, PRICING TABLE, SKILLS BAR, ACCORDIAN, TABS
 *************************************************************/
/**** 404 PAGE ****/
.no_page {
	text-align: center;
	margin:30px 0 0 0;
	line-height:30px;
	font-size:18px;
	color:#555;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
}
.very_big { 
	font-size:160px;
	font-weight:700;
	margin:40px auto;
	padding: 0px 0; 
	color:#333; 
	text-align:center;
	position:relative;
	line-height:110px;
}

/**** PRICING TABLE ****/
.pricing-table {
	text-align: center; 
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}

.pricing-table:hover{ 
	background-color:#F5F5F5;  
	transform: translate(0,-4px);
    -webkit-transform: translate(0,-4px);
    -o-transform: translate(0,-4px);
    -moz-transform: translate(0,-4px);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
	-webkit-box-shadow: 1px 3px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 3px 3px rgba(0,0,0,0.25);
	box-shadow:3px 3px 3px rgba(0,0,0,0.25);
}

.pricing-table h5 { color:#fff; margin-bottom:0px;}
.pricing-header-row-1 small { color:#111; }
.pricing-table ul { margin:0; padding:0; list-style:none; }
.price {
	font: 30px/14px 'Arvo', sans serif;
	margin-top:13px;
	text-align:center;
	color: #444;
}
.pricing-header-row-1 {
	text-align:center;
	height:50px;
	padding:3px 0 12px;
	background-color:#857D50;
	border-bottom:1px solid #fff;
}
.pricing-header-row-2 {
	text-align:center;
	height:60px;
	margin-top:0px;
	padding:10px 0 ;
	border-top:none;
	background-color:#E7E7E7;
}
.pricing-content-row-odd {
	font-size:12px;
	background-color:#f3f3f3;
	padding:8px 0;
	color:#555;
}
.pricing-content-row-even {
	font-size:12px;
	background-color:#E7E7E7;
	padding:8px 0;
	color:#555;
}
.pricing-footer {
	text-align:center;
	height:50px;
	background-color: #eee;
	padding:20px 0 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #cac4a5;
}

/**** SKILLS BAR ****/
.progress-inverse.progress-striped .bar,
.progress-striped .bar-inverse{ 
  background-color: #857D50;
  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); 
}
.progress { margin-bottom:8px; }

/**** ACCORDIAN ****/
.accordion-group, .accordion-inner { border: none; border-radius: 0; }
.accordion-group { 
	padding:8px 0; margin-bottom:5px;
	background:#f5f5f5;
	-webkit-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 3px 7px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 0px rgba(0,0,0,0.1);
}
.accordion-group:first-child { border: none; }
.accordion-heading .accordion-toggle {
	padding:0 0 0 30px;
	background: url("../img/accordion.png") 0px 0px no-repeat;
	height:16px;
	margin:5px 10px 8px;
	font-size:15px;
	line-height:16px;
	color:#555;
	outline: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.accordion-heading .collapsed { background-position:0 -18px; }
.accordion-heading .accordion-toggle:hover {  text-decoration:none; }
.accordion-inner { padding:0px 20px 9px 40px; font-size:13px; line-height:22px;}

.collapse.in { height:auto; }

/**** TABS ****/
ul.nav-tabs { margin: 0 !important; }
.nav-tabs > li > a {
	border-color: #d3d3d3;
	border-radius:0;
	margin-right:4px;
	font-size:12px;
	color:#444545;
	padding:6px 10px 5px;
	outline:none;
	background:#F9F9F9;
  	border-top:3px solid #d3d3d3;
	color:#857D50; 
}
.nav-tabs > li.active > a { border-top:3px solid #d3d3d3;}
.nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover,.nav-tabs > .active > a:focus  {
	border-color:#d3d3d3;
	border-top:3px solid #857D50;
	background:none;
	color:#555; 
}
.tab-content {  padding:18px 0 0;}
.nav-tabs > li.active > a { border-top: 3px solid #857D50; border-bottom:1px solid #d3d3d3;}
.tabs-top .nav-tabs > li.active > a:hover,
.tabs-top .nav-tabs > li.active > a { border-top:3px solid #857D50; color:#555;  }

.tabs-left > .nav-tabs { border: none; }
.tabbable.tabs-left .nav-tabs li { border-radius:0; margin:10px 0 -2px 0; }
.tabbable.tabs-left .nav-tabs a {
	border:#d5d5d5 1px solid;
	font-size:12px;
	padding:6px 0 6px 10px;
	border-radius:0;
	border-left:#d5d5d5 3px solid;
	color:#857D50; 
}
.tabbable.tabs-left .nav-tabs .active a, .tabbable.tabs-left .nav-tabs a:hover {
	border:#d5d5d5 1px solid;
	border-left:3px solid #857D50;
	color:#555; 
}
.tabbable.tabs-left .tab-content { padding: 0 0 20px 15px; }

/*************************************************************
	11. LOGO ANIMATION
 *************************************************************/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translateY(-20px); }
100% { opacity: 1; -webkit-transform: translateY(0);}
}
@-moz-keyframes fadeInDown { 0% { opacity: 0; -moz-transform: translateY(-20px); }
100% { opacity: 1; -moz-transform: translateY(0); }
}
@-o-keyframes fadeInDown { 0% { opacity: 0; -ms-transform: translateY(-20px); }
100% { opacity: 1; -ms-transform: translateY(0); }
}
@keyframes fadeInDown { 0% { opacity: 0; transform: translateY(-20px); }
100% { opacity: 1; transform: translateY(0); }
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}







