/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.html) no-repeat center center
}
.th-description p{
    color:#dbdbdb;
}
.th-faddressinfo a {
    color: #dbdbdb;
}
.th-borderheading h3 {
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 21px;
    line-height: 17px;
    font-weight: bold;
}
.th-borderheading:before {
    background: #00adef;
    border: 2px solid #2c90ca;
    border-radius: 5px;
    }
    .th-borderheading:before {
    top: 100%;
    left: 0;
    width: 70px;
    height: 2px;
    content: '';
    position: absolute;
}
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
    background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
      background-color: #410429;
  min-height: 100%;
}
.th-footermiddlebox {
    padding: 70px 0;
    position: relative;
}

#social {
  margin: 20px 10px;
  
}
.fa-heart-o {
    color: #dbdbce;
}

.th-usefullinks li a {
    color: #dbdbdb;
    
    position: relative;
    padding: 0 0 0 8px;
}
.th-usefullinks li {
    width: 100%;
    
    line-height: inherit;
    list-style-type: none;
}
.th-usefullinks, .th-faddressinfo {
    margin-left: 0px;
}
.th-usefullinks {
    
    line-height: 37px;
    list-style: none;
}
.th-faddressinfo {
    width: 100%;
    float: left;
    color: #dbdbdb;
    list-style: none;
    font-size: 14px;
    line-height: 17px;
}
.th-faddressinfo li {
    width: 100%;
    float: left;
    line-height: inherit;
    list-style-type: none;
}
.th-faddressinfo li .th-addressicon {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 0;
    line-height: 48px;
    margin: 0 15px 0 0;
    text-align: center;
    border: 1px solid #dbdbdb;
}
.th-faddressinfo li + li {
    padding: 20px 0 0;
}

.th-borderheading {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border:2px solid #ddd; /* add border to the buttons */
    margin-right: 8px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.5em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
      
}

.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
      border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
      border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
      border-color: #0094BC;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
      border-color: #cb2027;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
      border-color: #3a5876;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
      color: #e88845;
      background: #fff;
      border-color: #e88845;
}
.th-footerbottombar {
    color: #fff;
    padding: 20px 0;
}
.th-footerbottombar {
    background: #220717;
    border: 1px solid #220717;
    border-radius: 5px;
}
  .logos {
      margin-top: 40px;
    margin-bottom: 40px;
  }

@media (max-width: 567px){
.th-fcols > div {
    width: 100%;
    text-align: left;
}
.responsive {
  width: 100%;
  height: auto;
}
}
