/*
* Theme Name: Soul Strut 2015
* Description: A web site that's what it is
* Author: Raj Mahal
* Version: Infinity
*/




/* Basic Styles
================================================== */
body{ 
   
    font-family: 'brandon-grotesque', sans-serif !important;
    background: #fff;
    cursor:default;
    font-size: 17px;
    color:#333;

     -webkit-font-smoothing: antialiased;
   
}

p {font-family: "rooney-web",sans-serif; line-height: 25px; margin-top:20px;}


html {
    -webkit-text-size-adjust: none;
}

* {
    outline:none;
}
a {
    text-decoration: none; color:#f2632a;
}
a:hover{
    text-decoration: none;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in; 
}
a.hover-color:hover{
    color:#f2632a !important;
}
img {
    max-width: 100%;
    height: auto;
   

}
p.lead{
    font-weight: 400;
}

/* ---------------------------------------------- /*
 * Intro
/* ---------------------------------------------- */

#intro {
	padding: 260px 0 160px 0;
	text-align: center;
	color: #FFF;
}

#intro h1, #intro h2, #intro h3, #intro h4, #intro h5, #intro h6 {
	color: #FFF; 
}
#intro h1 {font-size:100px}

#intro p {font-size:25px}

.hello {
	margin: 0 0 100px;
}
.section, .callout {
	position: relative;
	padding: 120px 0;
}

.callout {
	background: #F5F5F5;
}

.avatar-about {width:200px; height:200px; -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;margin-bottom:10px;}
			
.avatar-classifieds {width:150px; height:150px; -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;margin-bottom:10px;}
			
			.avatar-message {width:100px; height:100px; -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;}
			
.avatar-classifieds-list {width:50px; height:50px; -webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;}

			
			
.firstcharacter { float: left; color: #2c3e50; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }


#splash {
  background: #111;
  height: 500px;
  overflow: hidden;
color:#fff;
}
.header-info {
  margin-top: 8%;
}
/*margin spaces*/
.space-10{
    width:100%;
    height: 10px;
    clear: both;
}
.space-20{
    width:100%;
    height: 20px;
    clear: both;
}
.space-30{
    width:100%;
    height: 30px;
    clear: both;
}
.space-40{
    width:100%;
    height: 40px;
    clear: both;
}
.space-50{
    width:100%;
    height: 50px;
    clear: both;
}
.space-70{
    width:100%;
    height: 50px;
    clear: both; 
}
.margin-btm-20{
    margin-bottom: 20px;
}
.margin-btm-40{
    margin-bottom: 40px;
}
.title-divider{
	border-bottom: 2px solid #ff5733;
	display: block;
	width: 100px;
	margin: auto;
	margin-bottom: 40px;
}

.text-center{
    text-align: center;
    
}
.breadcrumbs {font-size:14px;font-family: "rooney-web",sans-serif;margin:20px 0 20px 0;}
/*--------Backgrounds------------*/

.light-grey-bkg {padding-top:50px; padding-bottom:20px; background-color:#f2f2f2;}

.dark-grey-bkg {padding-top:50px; padding-bottom:20px; background-color:#95a5a6; color:#fff;margin-top:-50px;}

.dark-grey-bkg a{color:#f2f2f2;letter-spacing: 0px;}

/*--------Colors------------*/

.green {color:#27ae60;}
.dark-blue {color:#2c3e50;}
.slate {color:#7f8c8d;}
.standard {color:#666;}
.orange {color:#e67e22;}

/*--------Icon Sizes------------*/

.icon-lg {font-size:55px}
.icon-md {font-size:35px}
.icon-sm {font-size:15px}


/* SEARCH */

/*navbar search form***/
.dropdown-form{
    padding: 10px 15px;
    min-width: 270px;
}
.dropdown-form .form-inline .form-control{
   
}

#discussion {padding:20px 0 20px 0;}
#discussion ul {list-style-type: none; margin:0;padding:0;}
#discussion ul li {height:70px;border-bottom:1px solid #f1f1f1;margin-top:20px;}
#discussion ul li h4 a {color:#333;font-size:12px;line-height:16px;}
#discussion ul li a:hover {color:#ed5514}
#discussion p {line-height:15px;}
#discussion li img {float: left;margin: 0 15px 0 0;height: 50px; width: 50px;
        border-radius: 25px; 
    }
 .date {font-size:13px; color:#666;margin-bottom:5px;}
 
.circle{width:50px;height:50px;border-radius:50px;font-size:20px;font-weight:bold;color:#fff;line-height:50px;text-align:center;background:#2980b9; float:left;margin-right:20px;}

/*--------Photo Captions------------*/
.photo-caption img {
	display: block;
	height: auto;
	transition: all 300ms;
	max-width: 100%;
}

.photo-caption span:hover img {
	-webkit-transform: scale(1.4);
}

.photo-caption figure {
	height: 350px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.photo-caption figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
        opacity: 0;
        right: 0;
        transition: all 300ms;
	transition-delay: 100ms;
	z-index: 100;
}


.photo-caption span:hover figcaption {
	opacity: 1;
}

.photo-caption figcaption p{
	display: table-cell;
	font-size: 1.5em;
	position: relative;
	top: -40px;
	width: 289px;
	text-align: center;
	transition: all 300ms ease-out;
	vertical-align: middle;
}

.photo-caption figcaption p:empty {
display: none;
}

.photo-caption span:hover figcaption p {
	-webkit-transform: translateY(40px);
}

.photo-caption br {
	display: none;
}

.photo-caption i{
	color: #ff5733;
}
.photo-caption h3{
	text-transform: uppercase;
	font-weight: 400;
}
/* Enable custom submit button styling in Safari mobile */
input[type='submit']
{
    -webkit-appearance: none; 
}

::-moz-selection {
    color: #fff;
    text-shadow:none;
    background-color: #f2632a;
}

::selection {
    color: #fff;
    text-shadow:none;
    background-color: #f2632a;
}


blockquote {
    font-style: italic;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==================== ========*/
/*========= Forms =========*/
/*============================*/
.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
select,
textarea,

input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    height:40px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
    color: #000;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    font-family: "rooney-web",sans-serif;
}
textarea:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0; text-transform:uppercase;font-weight:bold; letter-spacing:2px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 20px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; color:#111;}
h6 { font-size: 14px; line-height: 21px; color:#111;}

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }
h3.subtitle{
    font-weight: 800;
    font-size: 18px;
    color:#b3b3b3;
    font-family: 'brandon-grotesque', serif;
    font-style: italic;
}
h4.heading-mini{
    font-weight: 800;
    font-size: 18px;
    color:#000;
    margin-bottom: 30px;
}
h3.heading-sec{
    font-weight: 800;
    display: block;
    margin-bottom: 25px;
    color:#000;
    font-size: 23px;
}
h3.heading-sec:first-letter{
    border-bottom: 5px solid #f2632a;
}

.header-main{
    width:100%;
}
/*******************bootstrap overrides **************************/

.navbar-toggle{border:none;border-radius:0}
.navbar-toggle .icon-bar{height:4px;border-radius:1px}

.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
    -webkit-box-shadow: 0 5px 6px -6px #ccc;
    -moz-box-shadow: 0 5px 6px -6px #ccc;
    box-shadow: 0 5px 6px -6px #ccc;
     
}
.navbar{
    border-radius: 0;
    margin-bottom: 0px;
}

.navbar a {letter-spacing: 2px;}

.navbar-brand img{
  max-width:200px;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f2632a;
    background-color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #fff;
    color: #f2632a;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #f2632a;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    font-family: "brandon-grotesque";
    font-weight: 700;
     color: #252525;
    font-size: 14px;
    text-transform: uppercase
    

}
@media (min-width: 768px){
    .navbar-nav > li > a {
        padding: 20px 15px;
        line-height: 44px;
        text-transform: uppercase;
    }
    .navbar-brand{
        padding-top: 30px;
height:86px;
    }

}
/*sticky header*/
.sticky-nav{
    width:100%;
    z-index: 999;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    /* border-top: 2px solid #f2632a !important; */
}
.navbar .dropdown-menu li a{
    color:#444;
    padding: 9px 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover{
    background: #f2632a;
    color:#fff;
}

/*top bar*/
.top-bar{
    background-color: #f2f2f2;text-transform: uppercase; border-bottom:1px solid #ccc;; 
}
.top-bar .info {
    margin: 0px;
}
.top-bar .info li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color:#333;
    font-weight: 500;
    font-size: 13px;
}
.top-bar .info li a{
    color:#666;
    margin-right: 10px;
    letter-spacing: 0;
}

.top-bar .social {
    margin: 0px;
}
.top-bar .social li {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 300;
    font-size: 25px;
}
.top-bar .social li a{
   color:#666;
    margin-right: 10px;
   
}
.top-bar .social li a:hover{
   color:#f2632a;
   
}


/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/

#scrollUp {
	bottom: 20px;
	right: 20px;
	font-size: 36px;
	line-height: 100%;
	color: #FFF;
	background-color: #666;
	padding: 3px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	opacity: .5;
}
#scrollUp:hover {
	color: #f2632a;
	opacity: 1;
	
}

/*-----------------------------------Instagram------------------------------------------*/

.ig .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.ig-inner{
	position: relative;
	padding: 0;
	overflow: hidden;	
	
}
.ig-inner>img, .mix-inner>a img, .mix-caption>img{
	display: block;
	max-width: 100%;
	height: auto;
}
.ig-inner .ig-caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.7);		
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;	
	
}
.ig-inner:hover .ig-caption, .ig-inner:focus .ig-caption{
	visibility: visible;
	opacity: 1;
}
.ig-caption i{
	color: #ff5733;
}
.ig-caption h3{
    font-size:19px;
	text-transform: uppercase;
	font-weight: 400;
}
.ig-caption{
	color: #fff;
	text-align: center;
}
.ig-details{
	position: absolute;
	width: 100%;
	top: 25%;
}
/*-----------------------------------Mix Section------------------------------------------*/

.mixes-info h3{
	 color:#666;margin-bottom:20px;
}
.mixes-info h4{
	 color:#27ae60;margin-bottom:20px;
}
.mixes-info ul{
	padding-left: 0;
	padding: 10px 0;
}
.mixes-info ul li {	
	list-style: none;
	padding-left: 2px;
	padding-bottom: 5px;
}
.mixes-item{
	margin-bottom: 30px;
}
.mixes-item:hover .mix-title {
	color: #ff5733;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mixes .col-md-3{
	padding-right: 0;
	padding-left: 0;
}
.mixes-inner{
	position: relative;
	padding: 0;
	overflow: hidden;	
	
}
.mix-inner>img, .mix-inner>a img, .mix-caption>img{
	display: block;
	max-width: 100%;
	height: auto;
}
.mix-inner .mix-caption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.7);		
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	opacity: 0;	
	
}
.mix-inner:hover .mix-caption, .mix-inner:focus .mix-caption{
	visibility: visible;
	opacity: 1;
}
.mix-caption i{
	color: #ff5733;
}
.mix-caption h3{
	text-transform: uppercase;
	font-weight: 400;
}
.mix-caption{
	color: #fff;
	text-align: center;
}
.mix-details{
	position: absolute;
	width: 100%;
	top: 25%;
}
.all-mixes{
	background-color: #282828;
	padding: 50px 0;
}

/* Inner mixes Styles */
.mixes-thumbnail{
	overflow:hidden;	
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.mixes-thumbnail img{	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}
.mixes-thumbnail img:hover{
	-moz-transform: scale(1.1); 
	-webkit-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1); 
}

/* Tags */

.tagcloud a{
	background: #f2f2f2;
	padding: 8px 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	color: #333;
	border: 1px solid #e1e1e1;
	letter-spacing:2px;
	
}
.tagcloud a:hover{
	background: #fff;
	color: #ff6600;
	
}

.tagcloud-main a{
	background: #f2f2f2;
	padding: 8px 16px;
	margin: 0 5px 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	color: #333;
	border: 1px solid #e1e1e1;
	letter-spacing:2px;
	
}
.tagcloud-main a:hover{
	background: #fff;
	color: #ff6600;
	
}
/* Mix Player */
.player-table {width:100%; margin:20px 0 20px 0; border:none;}
.player-table .play-button {padding-right:5px;width:8%;}
.player-table .pgsba {width:92%;}

#playa-controls ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#playa-controls ul li { display: inline; }
#playa-controls ul li a {margin-left:10px; color:#666;}
#playa-controls ul li a:hover {color:#f2632a;}

.comment-avatar {float:left; width:10%;}

.comment-body {float:left; width:90%;}



/*-----------------------------------Features------------------------------------------*/

.features-box{
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 10px;
    border:1px solid #eeeeee;
    background:#fff;
    font-size:12px;
    
}
.features-box i{
    color:#f2632a;
    font-size: 54px;
    margin-bottom: 15px;
    }
.features-box h1{
    font-size: 17px;
    margin-bottom:-30px;
}
.features-box p {min-height:100px;}

/*services option 2*/
.services-icon i{
    color:#f2632a;
    width:80px;
    line-height: 80px;
    height: 80px;
    font-size: 34px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.services-text h4{
    color:#fff;
    margin-bottom: 15px;
}

/*features*/
.features h3{
    font-weight: 800;
    color:#fff;
}
.features p{
    color:#fff;
}


/*==========================Teaser ==========================*/
.teaser-sec{
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff;
    position: relative;
    margin-bottom:20px;
}
.teaser-thumbnail img{
    width:100%;
    height: auto;
}
.teaser-desc{
    padding: 5px 0;
}
h4.teaser-post-title{
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
}
.teaser-post-cat{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
}
.teaser-desc .theme-btn-default{
    margin-bottom: -50px; 
}
 .flexslider{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
}
.teaser-single-desc h3{
    color:#000;
    font-size: 23px;
    font-weight: 800;
}
/*mix it up filter*/
.teaser-filters{
    margin:30px 0;
    list-style: none;
    padding: 0;
}
.teaser-filters li{
    display:inline-block;
    border:1px solid #eeeeee;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 12px ;
    text-transform: uppercase;
    margin-bottom: 5px;
    
}
.teaser-filters li:hover{
   color:#f2632a;
   border:1px solid #ccc;
}
.teaser-filters li.active{
    background-color: #f2632a;
    color:#fff;
    border-color:#f2632a;
}
#grid .mix{
    display: none;
    opacity: 0;
}
/***************************************news and blog sec**************************************/
/*latest news*/
.news-sec{
    border: 1px solid #eeeeee;
    color: #000000;
    background-color: #ffffff; 
}
.blog-post-title {
    margin-bottom: 5px;
}
.blog-post-title a{
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    color:#000;
}
.news-desc{
    padding: 10px 20px;
}
.news-post-cat{
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    color: #999999;
    margin-bottom: 10px;
}
.news-desc p{
    color:#7a7a7a;
}
.news-thumnail img{
    opacity:.8; 
    filter:alpha(opacity=80); 
}
.news-thumnail img:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
/*blog page*/
.blog-post-section{
    border: 1px solid #eee;
    padding: 15px 10px;
}
.blog-post-img{
    margin-bottom: 30px;
}
.blog-post-header{
    text-align: center;
}
.blog-post-header h3{
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 10px;
}
.blog-post-header h3 a{
    color:#000;
}
.blog-post-info{
    text-align: center;
    margin-bottom: 30px;
}
.blog-post-info span{
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color:#999;
}
.blog-post-info span a{
    color:#666;
}
.blog-post-detail{
    margin-bottom: 30px;
}
.blog-post-more{
    margin-bottom: 30px;
}
/*****************************sidebar css****************************/
.sidebar-box{
    margin-bottom: 30px;
}
.sidebar-box h4{
    color:#666;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sidebar-box h4:first-letter{
    border-bottom: 5px solid #f2632a;
}
.widget-search .search-form{
    position: relative;
}
.widget-search .search-form i{
    position: absolute;
    top: 0;
    right:10px;
    line-height: 38px;
    text-align: center;
    color: #999;
}
.cat-list{
    padding: 0px;
    list-style: none;
}
.cat-list li{
    padding: 3px 0;
}
.cat-list li a{
    color:#555;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
}
.recent {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.recent span img {
    float: left;
    margin-right: 10px;
    width:105px;
    height: 70px;
}
.recent p {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    overflow: hidden;
}
.recent p a{
    color:#555;
}
.recent .recent-date{
    font-size: 10px;
    color:#999;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-box .social-btn li a i{
    background-color: #000;
    color:#fff;
}
.post-comment-wrapper{
    padding: 20px 0;
    display: block;
    clear: both;
}
.post-comment-wrapper .avatar {
    display: block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}
.post-comment-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.comment-box{
    margin:15px 0;
    padding: 10px;
    background:#f2f2f2;
    border-bottom: 3px solid #ccc;
}
.comment-box img{
    float:left;
    margin-right:15px;
    width:120px;
    height: 80px;
}
.comment-box p{
    overflow: hidden;
    color:#333;
    font-size:15px;
    font-style: italic;
}
.comment-box  span{
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color:#000;
    display: block;
    margin-bottom: 5px;
}
.comment-form-wrapper{
    padding: 5px 0;
   
}
.comment-form-wrapper h3{
    color:#000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*************************************buttons for soulstrut theme********************************/
.btn {
  border: none;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  border-radius: 4px;
  padding: 10px 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
  transition: border .25s linear, color .25s linear, background-color .25s linear;
  margin:10px 0 10px 0;
  font-family: 'brandon-grotesque', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn:hover,
.btn:focus {
  outline: none;
  color: #ffffff;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-xs.btn > [class^="fui-"] {
  font-size: 11px;
  top: 0;
}
.btn-hg.btn > [class^="fui-"] {
  top: 2px;
}
.btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
  border-color: #a1a6a9;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
}
.btn-primary {
  color: #ffffff;
  background-color: #1abc9c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #16a085;
  border-color: #16a085;
}
.btn-facebook {
  color: #ffffff;
  background-color: #425697;
  display:block;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #36457a;
  border-color: #36457a;
}
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
  background: #6c779c;
  border-color: #6c779c;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1abc9c;
  border-color: #1abc9c;
}
.btn-info {
  color: #ffffff;
  background-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #2c81ba;
  border-color: #2c81ba;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3498db;
  border-color: #3498db;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
  border-color: #c44133;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #27ad60;
  border-color: #27ad60;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
  border-color: #cda70d;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #2c3e50;
  border-color: #2c3e50;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #34495e;
  border-color: #34495e;
}
.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn-embossed.active,
.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-link {
  color: #16a085;
}
.btn-link:hover,
.btn-link:focus {
  color: #1abc9c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdc3c7;
  text-decoration: none;
}
.btn-hg {
  padding: 13px 20px;
  font-size: 22px;
  line-height: 1.227;
  border-radius: 6px;
}
.btn-lg {
  padding: 10px 19px;
  font-size: 17px;
  line-height: 1.471;
  border-radius: 6px;
}
.btn-sm {
  padding: 9px 13px;
  font-size: 13px;
  line-height: 1.385;
  border-radius: 4px;
}
.btn-xs {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.083;
  border-radius: 3px;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
  font-size: 92%;
}
.btn-block {
  white-space: normal;
}

/*button white for colored background*/
/*button default*/
.theme-btn-default{
    background-color: #fff;
    border: 1px solid #eeeeee;
    color:#555;
    font-weight: bold;
}
.theme-btn-default:hover{
    color:#fff;
    background-color: #000;
    border-color:#000;
}
/*theme color button*/
.theme-btn-color{
    background-color: #0FAF97;
    border-color:#0FAF97;
    color:#fff;
}
.theme-btn-color:hover{
    color:#fff;
    background-color: #000;
    border-color:#000;
}

.btn-white{
    background-color: transparent;
    color:#fff;
    border-radius: 0;
    border:2px solid #fff;
}
.btn-white:hover{
    background-color: #fff;
    color:#222;
}

/**************************************Classifieds******************************************/

#classifieds .table h3 a {
   color:#111;
}

#classifieds .table h3 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
#classifieds .table .classifieds-specifics {font-family: "rooney-web",sans-serif;color:#666; font-size:12px;}

#classifieds .table td .listing a{
    display:block;
    width:100%;
}

#classifieds .table tr:hover {background-color:#f2f2f2; cursor: hand;
    cursor: pointer;}
    
#classifieds_post {overflow:hidden;}

#classifieds_post .avatar {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

#classified-profile {padding:20px 0 5px 0; border-top:1px solid #eee; margin-top:40px;}

#classified-profile ul
{
margin: 0;
padding: 0;
list-style-type: none;
}


#classified-profile ul li {
  display: inline;
   padding-right: 20px;
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
}

/* = Profile*******************************************************/

#profile .avatar {
   
    width: 100px;
    height: 100px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

#profile .grey-text {color:#666; font-size:15px; font-style:italic;}

#profile #social a {font-size:20px;}

/* = Sidebar list*******************************************************/


#sidebar ul {
     margin-left: 0;
    padding-left: 0;

}

#sidebar li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
    font-size: 13px;
    line-height: 15px;
    margin-bottom:10px;
 
}

#sidebar li h5 {font-size:12px;}

#sidebar li h5 a {color:#111;}

#sidebar li:hover {
    background: #f8f8f8;

}

#sidebar li .listed {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    line-height: 15px;
    text-decoration: none;
    display: block;
}

#sidebar a {
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: none;
}

.date {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

#sidebar ul li a {
    display: block;
    text-decoration: none;

}
    

/**********************************************footer*****************************************/
#footer{
    background-color: #111;
    padding: 60px 0;
}
.footer-col h3{
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color:#fff;
    margin-bottom:
        30px;
}

.footer-col h3:first-letter{
    border-bottom: 5px solid #f2632a;
}
.footer-col p{
    font-size: 14px;
    color:#b3b3b3;
}

.post-list li a{
    color:#b3b3b3;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 8px 0;        
    border-bottom: 1px solid #444;
    font-family: "rooney-web",sans-serif;
}
.footer-col form input{
    background-color: #111;
    border: none;
    color:#fff;
}
.footer-col form input:focus{
    background-color: #333;
    border: none;
}
.footer-col form textarea{
    background-color: #111;
    border: none;
    color:#fff;
}
.footer-col form textarea:focus{
    background-color: #333;
    border: none;
}

.footer-col .social li {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    font-weight: 500;
    font-size: 25px;
}
.footer-col .social li a{
   color:#f2f2f2;
    margin-right: 10px;
   
}
.footer-col .social li a:hover{
   color:#f2632a;
   
}
.footer-bottom{
    border-top: 1px solid #111;
    padding-top: 20px;
    
}
.footer-bottom img{
    max-width: 200px;
}
.footer-bottom span{
    color:#fff;
  
}



/***********************bootstrap pagination override***************************/
.pagination li a{
    color:#999;
}
.pagination li a:hover{
    color:#fff;
    background-color: #f2632a;
    border-color: #f2632a;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #f2632a;
border-color: #f2632a;
cursor: default;
}
/**************inner pages css**************************/

/*about page*/
.icon-list li{
    padding: 5px 0;
}
.icon-list li i{
    color:#f2632a;
    margin-right: 10px;
}
/*team person*/
.person-section{
    border:1px solid #eeeeee;
}
.person-desc{
    padding: 10px 10px;
}
.person-desc h3{
    color:#000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
}
.person-desc span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    color:#7a7a7a;
    margin-left: 10px;
}
.person-desc p{
    text-align: left;
}
.team.social-btn li a i{
    color:#7a7a7a;
    border:2px solid #7a7a7a;
}

.hire-sec .services-icon i{
    background-color: #f2632a;
    color:#fff;
}
.hire-sec .services-text .heading-mini{
    margin-bottom: 10px;
    color:#333;
}
/*process*/
.process-box{
    text-align: center;
    padding: 30px 0;
}
.process-box h2{
    font-size: 25px;
}
.process-box i{
    font-size: 54px;
    color:#f2632a;
    margin-bottom: 20px;
}
/*progress bar*/
h3.heading-progress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
}
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
}
.progress-bar {
    line-height: 10px;
    background: #f2632a;
    box-shadow: none;
    -webkit-box-shadow: none;
}


/*************************login or signup form********************/
.my-login-form{
    padding: 30px 20px;
    border:1px solid #eeeeee;
}
.form-btm-link a{
    color:#f2632a;
}
.form-btm-link a:hover{
    text-decoration: underline; 
}
.form-btm-link span{
    margin:0px 20px;
    font-family: 'brandon-grotesque', serif;
    font-style: italic;
    font-size: 23px;
}

/*error page*/

.error-digit{
    font-size: 50px;
}
.error-text h3{
    font-family: 'brandon-grotesque', serif;
    font-style: italic;
}
/*contact*/
.my-contact-form form input{
    background-color: #f7f7f7;
    font-family: "rooney-web",sans-serif;
    color:#000;
    font-size:17px;
}
.my-contact-form textarea{
    background-color: #f7f7f7;
       font-family: "rooney-web",sans-serif;
    color:#000;
    font-size:17px;
}
#map-canvas{
    width:100%;
    height:400px;
}




/**********************************************Spinner*****************************************/
#circleG{
width:149.33333333333334px;margin-left:470px;
}

.circleG{
background-color:#FFFFFF;
float:left;
height:32px;
margin-left:17px;
width:32px;
-moz-animation-name:bounce_circleG;
-moz-animation-duration:1.9500000000000002s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleG;
-webkit-animation-duration:1.9500000000000002s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleG;
-ms-animation-duration:1.9500000000000002s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleG;
-o-animation-duration:1.9500000000000002s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleG;
animation-duration:1.9500000000000002s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleG_1{
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circleG_2{
-moz-animation-delay:0.9099999999999999s;
-webkit-animation-delay:0.9099999999999999s;
-ms-animation-delay:0.9099999999999999s;
-o-animation-delay:0.9099999999999999s;
animation-delay:0.9099999999999999s;
}

#circleG_3{
-moz-animation-delay:1.1700000000000002s;
-webkit-animation-delay:1.1700000000000002s;
-ms-animation-delay:1.1700000000000002s;
-o-animation-delay:1.1700000000000002s;
animation-delay:1.1700000000000002s;
}

@-moz-keyframes bounce_circleG{
0%{
}

50%{
background-color:#f2632a}

100%{
}

}

@-webkit-keyframes bounce_circleG{
0%{
}

50%{
background-color:#f2632a}

100%{
}

}

@-ms-keyframes bounce_circleG{
0%{
}

50%{
background-color:#f2632a}

100%{
}

}

@-o-keyframes bounce_circleG{
0%{
}

50%{
background-color:#f2632a}

100%{
}

}

@keyframes bounce_circleG{
0%{
}

50%{
background-color:#f2632a}

100%{
}

}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

color:#2ecc71;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
    
}

/*****************Pace Loader*****************************/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #f2632a;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f2632a, 0 0 5px #f2632a;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #f2632a;
  border-left-color: #f2632a;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*****************bootstrap overrides*****************************/



/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color: #f2632a;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #f2632a;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
.panel-default>.panel-heading{color:#333;background-color:#fff;border-color:#ddd; }

.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}

.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}

.panel-title {font-size:12px;}

.panel-body {font-size:14px;}


/******************************************************
  RESPONSIVE CSS
********************************************************/
/* Large Computers */
@media (min-width: 1200px) {
.phone_top_nav, .last-reply-yes {display:none;} 
}

@media (min-width: 768px) and (max-width: 1199px) {
.phone_top_nav, .last-reply-yes {display:none;} 
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-toggle {margin-top:20px;}
    #discussion ul {margin-bottom:20px;}
}

/* Tablets and Small Computers */
@media (max-width: 991px) {

  }
  
/* Tablets and Small Computers */
@media (max-width: 767px) {
.phone_top_nav {background-color: #111;text-transform: uppercase;font-size: 8px;}
.phone_top_nav .info {margin: 0px;}
.phone_top_nav  .info li {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    color:#ccc;
    font-weight: 500;
    font-size: 13px;
}
.phone_top_nav .info li a{
    color:#fff;
    margin-right: 10px;
}

  }
  /* Phones and down */
@media (max-width: 480px) {

h1 {font-size:20px;line-height:25px;margin-bottom:20px;} 
h2 {font-size:18px;line-height:23px;margin-bottom:20px;}
h3 {font-size:15px;line-height:19px;margin-bottom:20px;}
h4 {font-size:13px;line-height:17px;margin-bottom:20px;}

.comment-avatar {float:left; width:20%;}

.comment-body {float:left; width:80%;}

#intro {
	padding: 100px 0 100px 0;
	text-align: center;
	color: #FFF;
}

#intro p {font-size:19px}

.hello {
	margin: 0 0 20px;
}

#intro h1 {font-size:40px}
#discussion ul {margin-bottom:20px;}
.features-box h1{font-size: 17px;margin-bottom:0px;}
h3.heading-sec{
    font-weight: 800;
    display: block;
    margin-bottom: 25px;
    color:#000;
    font-size: 15px;
}
.breadcrumbs {font-size:10px;font-family: "rooney-web",sans-serif;margin-bottom:20px;}

.tagcloud {margin-top:-70px;}
}
.btn-facebook {font-size:12px;}
#classifieds .table h3 {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    line-height:14px;
}

#classified-profile ul li {
  display: inline;
   padding-right: 10px;
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
}
.teaser-sec{
    position: relative;
    margin-bottom:50px;
}
.panel-title {font-size:10px;line-height:12px;}
#classifieds_post .avatar {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
}


   }