/* CSS Document */
/* http://www.studio4brow.com(mobile site) */
/* Author: Bebeck Shrestha (shresthabibek.com.np) */
/* Website: shresthabibek.com.np */

@font-face {
font-family: 'Bank Gothic Light BT';
font-style: normal;
font-weight: normal;
src: local('Bank Gothic Light BT'), url('../fonts/TT0589M_.woff') format('woff');
}
body{
	color:#fff;
	background:#000;
	font-size:17px;
	font-family:"Bank Gothic Light BT", "myriad pro", arial, "times New Roman";
	overflow-x:hidden;
}
a{
	color:#fff;
}
a:hover{
	color:#fff;
}
.header{
	padding:10px 0;
	overflow:hidden;
	background:url(../images/studio4brow-background.png) #111;
	border-bottom:1px solid #bfc0c0;
}
.logo{
	margin:0 auto;
	width:155px;
}
.carousel img{
	margin:0 auto;
}
.page-title{
	background: url(../images/studio4brow-background.png) #111;
    background-size: 5px 5px;
    border-bottom: 1px solid #aaa;
    color: #efcf6b;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.page-title h2{
	padding:8px 0 5px 15px;
	margin-top:0;
}
.main{
	margin-top:30px;
}
.btn{
	border-radius:9px;
	text-shadow:0 1px 1px #000;
	border:1px solid #111;
	margin-bottom:35px;
}
.btn-default {
    background: #262626;
    color: #fff;
	border-color: #111;
    border-top: 1px solid #525353;
	font-size: 20px;
    padding: 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background:#333;
	color: #efcf6b;
    border: 1px solid #111;
    border-top: 1px solid #525353;
}
.menu{
	margin:0 0 50px;
}
.menu .btn {
	border-radius:0;
	margin:2px 0 0;
	text-align:left;
	background: url(../images/arrow.png) right no-repeat #262626;
}
.menu .btn-default:hover{
	background: url(../images/arrow.png) right no-repeat #333;
}
.menu .btn:first-child{
	border-radius:9px 9px 0 0;
}
.menu .btn:last-child{
	border-radius:0 0 9px 9px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
	border-radius:0;
}
.btn-group .btn-default{
	font-size:12.5px;
	color:#efcf6b;
	padding:10px;
	border:1px solid #333;
	border-radius:0;
	background:url(../images/studio4brow-background.png) #111;
}
.btn-group .btn-default:hover{
	color:#fff;
	background:#333;
}
.btn-group p{
	margin:0;
}
.social-network{
	margin:25px auto 85px;
	text-align:center;
}
.social-network img{
	width:5%;
}
.footer{
	position:fixed;
	bottom:0;
	padding-right:15px;
}
.footer i{
	font-size:25px;
}
.table{
	font-size:11px;
	text-align:center;
}

@media (max-width:767px){
	.social-network img{
		width:10%;
	}
}
.call{
	cursor:pointer;
}