/*header {

    position: fixed;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
}*/
.text-primary {
	color:#007db5;
}
.content-wrapper{
    width: 100%;
	float:left;  
}
.btn-primary {
	background:#007db5;
	border-color:#007db5;
}
.navbar-header {
	/*width:93%;*/
	float: none;
}
.nav .nav-tabs {}
.nav-tabs .active {
	font-weight:bold !important;
}
.nav-tabs>li a {
	color:#000 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-top:#bf1e2e 2px solid !important;
}
.nav-added {
	color:#333 !important;
}

.social-media-icons ul {
	text-align: right;
	margin: 0px;
	float: right;
	width: 100%;
	padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
	padding-left: 0px;
}
.social-media-icons ul li {
	text-align: center;
	display: inline-block;
	margin: 5px;
	padding: 0px;
	float: none;
}
.social-media-icons ul li a {
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	float: none;
	background-color: #FFF;
	height: 45px;
	width: 45px;
	color: #007db5;
	text-decoration: none;
	font-size: x-large;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}
.social-media-icons ul li a:hover {
	text-align: center;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	float: none;
	background-color: #007db5;
	height: 45px;
	width: 45px;
	color: #FFF;
	text-decoration: none;
	font-size: x-larger;
	-webkit-border-radius: 100px 100px 100px 100px;
	border-radius: 100px 100px 100px 100px;
}


.hide-on-pc {
	display:none;
}
@media screen and (max-width : 1366px){

}
@media screen and (max-width : 1024px){
	
}
@media screen and (min-width : 769px){

}
@media screen and (max-width : 780px){
	
}
@media screen and (max-width : 768px){
	.hidden-xs {
		display:none;
	}
}
@media screen and (max-width : 640px){
	
	}
@media screen and (max-width : 480px){
}
@media screen and (max-width : 320px){
}
@media screen and (max-width : 240px){
}
@media all and (-ms-high-contrast:none){ 
}
@media all and (-ms-high-contrast:none){ 
}