/*red: #88251F #7C0300 */
.box-shad{
	box-shadow:4px 4px 4px 4px #888888;
}

.border-radius-3{
	border-radius:3%;
}


.color-silver{
	color:#7C7C7C;
}

.color-light-red{
color:#d9534f
}

.color-semi-red{
	color:#d8232a
}

.color-blue{
	color:#558ED5;
}

.color-deep-red{
	color:#9b000a;
}

.color-logo-red{
	color:#D42A2A;
}

.background-image{
	background-image: url(images/logo_moneyuptick_only_nobg.png);
	background-repeat:no-repeat;
	opacity:0.4;
}

.color-logo-green{
	color:#41BC3F;
}

.bg-light-red{
background:#d9534f	
}
.color-light-green{
color:#92D050;	
}

.bg-light-green{
background:#92D050	
}

.zoom{
	
}
.zoom:hover{
font-size:18px;
font-weight:bold;
cursor:pointer;
}
.left-m-5{
	margin-left:5px;
}
.shadow-all{
	box-shadow: 10px -10px 5px #CCC;
}
.font-arial{
	font-family:arial;
}

.width-50-autolocate{
	width:50%;float:left;
}

.font-calibri{
	font-family:calibri;
}
.font-16{
	font-size:16px;
}

.font-12{
	font-size:12px;
}
.bold{
	font-weight:bold;
}
.color-sky{
	color:#9ACBFF;
}
.bg-sky{
	background:#9ACBFF;
}

.bg-dark-sky{
	background:#568ED5;
}
.color-dark-sky{
	color:#568ED5;
}
.color-navy{
	color:#00466C;
}
.bg-orange{
	background:#E68C28;
}
.color-orange{
	/*color:#E68C28;*/
	color:#ff96c4;
}
.color-pink{
	color:#ff96c4;
}

.bg-grey{
	background:#F8F8F8;
}

.color-milk{
	color:#FFF;
}

.color-black{
	color:#000;
}

.bg-black{
	background:#000;
}

.gold-bold{
	font-weight:bold;
	color:#987135;
}


.justify{
	text-align:justify;
}

.font-18{
	font-size:18px;
}

.font-20{
	font-size:20px;
}

.font-14{
	font-size:14px;
}

.font-24{
	font-size:24px;
}

.back-sky{
	color:#9ACBFF;
}

.container-services{
	width:100%;
	
}

.hover{
	cursor:pointer;
}



/* Tabbed Pane CSS */

.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}


.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}


.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}


.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}
.media_image {
  margin-bottom: 10px;
}

.nav2 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav2-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}

.nav2-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}

 .nav2-tabs>li>a {
  background: #f5f5f5;
  color: #7C7C7C;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav2-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav2-stacked>li+li{
  margin-top: 0;
}


/* .nav2-tabs>li>a:hover{
  background: #E68C28;
  color:#fff;
} */

/* a:hover{
  background: #E68C28;
  color:#fff;
} */

.nav2>li>a:hover, .nav2>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}


nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


.nav2-tabs>li>a {
    margin-right: 0px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav2>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.nav2-tabs>li.active>a, 
.nav2-tabs>li.active>a:hover, 
.nav2-tabs>li.active>a:focus {
  border: 0;
  color:#000;
 /*  background: #1f1f20; */
 /*background:#fcc2db;*/
 background:#558ED5;
 /*#E68C28;#ff96c4*/
  position: relative;
}

.nav2-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #558ED5;
  border-width: 20px 24px;
  right: -48px;
  top:1px;
}


/*   .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }
  
    .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }
  
    .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  } */
  
  