/*

color: #01035B;
01035B
*/

body{
	border-top:3px solid #01035B;
}

.top-nav-bar{
	background:#fff;
}

.top-nav li a{
	color: #336; 
}

#site_logo{
	height: 80px;
}

.top-nav-bar .e-commerce-list ul{
margin-right: 120px !important;;
float: right;
background: #01035B;
padding: 7px 0px 8px;
border-radius: 0px 0px 0px 8px;
}

.top-nav-bar .e-commerce-list ul a{
	color:#fff; 
}

.top-nav li a:hover, .top-nav li a.active {
    background: #fff;
    color: #fff;
    text-decoration: none;
}

.top-nav-bar .c-btn{
border-radius: 0px 0px 8px 0px;
background: #01035B;
}

.top-nav-bar .c-btn a{
	color: #fff;
}
.top-nav-bar .c-btn .btn-group .btn{
	color: #fff;
	text-shadow: 0px 0px 0px;
	letter-spacing: 1px;
}
.fineart_socail_style p{
	text-align:right;
}
.fineart_socail_style p a{
	padding: 5px;
}
.fineart_socail_style p a i{
	color:#999;
	border:solid 1px #ccc;
	width:20px;
	padding:5px;
	text-align:center;
	border-radius:5px;
}
.fineart_socail_style p a:hover i{
	color: #fff;
}
a.fine-facebook:hover i{
	background:#3b5998;
}
a.fine-twitter:hover i{
	background:#55acee;
}
a.fine-youtube :hoveri{
	background:#bb0000;
}

a.fine-instagram :hover i{
	background:#e95950;
}
a.fine-pinterest:hover i{
	background:#cb2027;
}
a.fine-linkedin:hover i{
	background:blue;
}
a.fine-email:hover i{
	background:blue;
}
@media all and (max-width: 980px){
  .top-nav-bar .e-commerce-list{
  	width: 100%;
  	clear: both;
  }
	  .top-nav-bar .e-commerce-list ul{
	margin-right: 0px !important;;
	clear: both !important;
	background: #01035B;
	padding: 7px 0px 8px;
	border-radius: 5px 5px 0px 0px;
	width: 100%;
	}
	
	.top-nav-bar .c-btn{
  border-radius: 0px 5px 0px 0px;

  }
}


@media all and (max-width: 485px){
	
	.top-nav-bar .e-commerce-list ul{
		display: block;
		clear: both;
		width: 100%;
		border-radius: 5px 5px 0px 0px;
	}
	
		.top-nav-bar .c-btn{
    		display: block;
			clear: both;
			width: 100%;
			padding: 0px;
			border-radius: 0px;

  }
	  .top-nav-bar .cart-btn{
	  	padding: 0px 50px;

	  }
	#slider1_container{
		display: none;
	}
}