/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== LTC CUSTOM CSS ============================== */


/* by oliver
a{
  text-decoration: underline;
}*/

.breadcrumb li{
  text-shadow: none ;
}
#jsn-pos-breadcrumbs {
    padding: 14px 0 8px 0;
    margin: 20px 0;
    border-bottom: none;
}

/* =============== Propose LTC HTML - HEADING STYLES =============== */
a{
  color:#F77F00;
}
h1 {
	font-size: 1.7em;
	/*color: #FFA500;*/
  color: #F77F00;
}
h2 {
	font-size: 1.5em;
	line-height: inherit;
	color: #F77F00;

}
h3 {
color: #F77F00;	

	font-size: 1.4em;
}
h4 {
	color: #F77F00;
	font-size: 1.3em;
}
h5, h6 {
  	color: #F77F00;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	color: #F77F00;
}
h6 {
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}


/* LTC TopMenu */
ul.ltctopmenu {
	list-style-type: none;
}
ul.ltctopmenu {
	text-align: center;
  	margin : 0;
}
ul.ltctopmenu li {
	color: #999;
	margin: 0;
	display: inline-block;
	font-weight: bold;
  	padding-left: 5px; 
  	padding-right: 5px;
}

ul.ltctopmenu li a {
	margin: 0 0px;
}


/* BLOG PAGES NAV LINK */
a.ltctopmenu {
	text-transform: uppercase;
}

/* Contact LTC */
.dl-horizontal::after {
  clear: none;
}
.ltcbox-left{
  float: left;
	width: 15em;
}
.ltcbox-right{
  width: 15em;
  clear: left;
}


/**Demo-home**/
.ltc-content-top {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 5px solid #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.ltc-content-top:hover {
	border-bottom: 5px solid #333;
}
#ltc-home {
	margin: 30px -15px 0 -15px;
}
#ltc-home .grid-col {
	margin: 0;
}
#ltc-home .grid-col .grid-col_inner {
	margin: 15px;
	border:1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius:3px;
	box-shadow: 0 2px 0 rgba(0,0,0,0.1);
	padding: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
#ltc-home .grid-col .grid-col_inner:hover {
	border: 1px solid #999;
	box-shadow:0 2px 0 rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.2)
}
#ltc-home .grid-col .grid-col_inner img {
	width: 100%;
}
#ltc-home .grid-col .grid-col_inner p {
	margin: 0;
}
#ltc-home .grid-col .grid-col_inner h3 {
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#ltc-home .title {
	text-align: left;
	margin:0 50px;
}
#ltc-home .title h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 0;
}
#ltc-home .title h4 {
	color: #999;
	margin-top: 0;
}

#jsn-promo {

   min-height:0px;
   height: 0;
/*  	width:100%;
	
*/
}
.btn {

/*	padding: 0px 0px;*/
	background-image: none ; 
}
