/* @import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|PT+Sans:400,400italic,700,700italic); */

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Clear */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
/*
	position: relative;
	margin: 0;
	padding: 0;
*/
	background: hsl(200, 5%, 93%) !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', sans-serif !important;
}

h1 {
	font-size: 34px !important;
}

p {
	color: #576B75;
}

/* Button */

.btn a{
	color: #fff;
}

/* Title */
.title_overlay {
	background:rgb(78, 140, 198);
}

.title_bg{
	background-image: url("../theme/bg.jpg");
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px auto;
	background: #fff;
}

.title{
	vertical-align: center;
	text-align: center;
/* 	margin: 5% 0% 0% 0%; */
}

.title a{
	color: black;
}

.title a:hover{
	font-style: normal;
}

.title_box{
	text-align: center;
/*	border: 3px solid #fff;
 	padding: 0px 20px; */
	display: inline-block;
	text-transform: uppercase;
}

.title_box .h1{
	text-align: center;
	border: 3px solid #fff;
	padding: 20px 0px;
	background-image: url("http://top50consultancies.com/assets/t50c-logo-trans.png");
}

/* Social */

/*
#social {
position: fixed;
right: 0;
top: 10%;
padding: 7px 5px;
z-index: 15000;
background: #fff;
}
*/

/* Main & Container */

#main {
	padding: 0;
	margin: 0;
	background: #e9f0f5;
}	
	
.container {
	position: relative;
	max-width: 1200px;
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 5%;
	min-height: 500px; 
	margin: 0 auto;
	background: white;
	padding: 0px 5px 0px 5px;
	box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
	-webkit-box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
	-moz-box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
	text-align: center;
}

#ranking_container{
	background: #fff;
	position: relative;
	box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
	-webkit-box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
	-moz-box-shadow: 0px 0px 8px 1px rgb(199, 199, 199);
}

.container_f {
	position: relative;
	max-width: 1200px;
	width: 92%;
	margin: 0 auto;
/* 	background: white; */
	padding: 0px 5px 0px 5px;
}

#info {
	padding: 1% 0%;
	text-align: left;
}

/* LIST */
#list{
	width: 100%;
	text-align: justify;

}

.item{
	width: 100%;
	display: inline-block;
	padding: 5px;
}

.item_icon{
	float: left;
	padding-left: 2px;
}

.item_r{
	padding: 5px;
	display: inline-block;
	text-align: left;
	border-bottom: #dad9d9 1px solid;
}

#item_rank {
	min-width: 45px;
	background: #337ab7;
	border-radius: 2px;
	border-color: #296FAF;
	/* Firefox */
	-moz-border-radius: 2px;
	-moz-border-top-colors: #296FAF;
	-moz-border-left-colors: #296FAF;
	-moz-border-bottom-color: #296FAF;
	/* WebKit - not working */
	-webkit-border-radius: 2px;
	-webkit-border-top-colors:    #296FAF;
	-webkit-border-left-colors:   #296FAF;
	-webkit-border-bottom-colors: #296FAF;
	/* IE9, Opera 10.5+ - not working */
	border-top-colors:    #296FAF;
	border-left-colors:   #296FAF;
	border-bottom-colors: #296FAF;
	
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	font-size: 1.5em;
}

#item_name{
/* 	min-width: 500px; */
}

#item_fb, #item_twit, #item_lked{
	/* min-width: 140px; */
}

.item_start {
	background: #b3b3b3;
	font-weight: bold;
}

#item_s_rank {
	min-width: 45px;
}

#item_s_name{
	min-width: 500px;
}

#item_s_fb{
	min-width: 150px;
	color: white;
	background-color: #3b5998;
	background-image: url("/test/theme/icons/facebook.png") ;
	background-repeat: no-repeat;
	background-position: right center;
}

#item_s_twit {
	min-width: 140px;
	background-image: url("/test/theme/icons/twitter.png") ;
	background-repeat: no-repeat;
	background-position: right center;
}

#item_s_lked{
	min-width: 140px;
	background-image: url("/test/theme/icons/linkedin.png") ;
	background-repeat: no-repeat;
	background-position: right center;
}
/* Sidebar */
.sidebar {
	float: right;
	width: 200px;
	position: relative;
	overflow-wrap: break-word;
	font-size: 0.9em;
	border-left: #dad9d9 1px solid;
}

#ref{
	text-align: center;
	font-size: 4em;
}

/* Footer */

.footer {
	position: relative;
	margin-top: 5%;
	background: black;
	padding: 10px 5px 15px 5px;
	border-top: grey 2px solid;
	color: white;
}
#footerbox{
	display: inline-block;
	float: left;
	width:33.333%;
}

#copyright{
	display: inline-block;
}