/* MARKTING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* side bar start */
#floatdiv{position:absolute;width:94.1%;height:7px;top:0;left:0}
/**************************************/
#sidescroll{background-repeat:no-repeat;position:relative;height:50px;width:139px;float:right;margin-right:30px}
#sidescroll #quote{height:50px;width:139px;position:absolute;left:30px;z-index:1}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

footer {
	background-color: #444444;
    padding-top: 5px;
	border-top: 4px solid #444444;
	color: #444444;
}

footer p {
	color: #ccc;
}

.copyright-section {
	/* [disabled]padding-top: 15px; */
	padding-right: 0;
	padding-left: 0;
	font-size: 13px;
	letter-spacing: 0.5px;
	}

.copyright-section p {
	font-size: 11px;
	text-transform: uppercase;
}

ul.footer-nav {
    float: right;
}

ul.footer-nav li {
    display: inline-block;
    float: left;
    margin-left: 15px;
}

ul.footer-nav li:first-child {
    margin-left: 0;
}

ul.footer-nav li a {color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.footer-nav li a:hover {
	color: #fff;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #444;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

/*extra css*/
.cwht{color: #FFFFFF;}
footer {color: #C7C2DD;
	  }
footer li {
	font-family: 'Hind', sans-serif;
	color: #C7C2DD;
	display: inline-block;
	margin-left: 15px;
	list-style-position: inside;
	list-style-image: url(../../images/bullets.gif);
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	list-style-type: circle;
	}
footer li a {
	color: #C7C2DD;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	list-style-position: inside;
	list-style-image: url(../../images/bullets.gif);
}
footer li a:hover {color: #fff;}
/*extra css end*/
