/*
Theme Name: 	Starkers
Theme URI: 		http://viewportindustries.com/products/starkers
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	http://viewportindustries.com
Tags: 			starkers, naked, clean, basic
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
BASE COLOR
orange #fb8b00


*/


/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import "css/reset.css";

div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/

body,
input,
textarea 			{ /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */ }

h1, 
h2, 
h3, 
h4, 
h5, 
h6 					{ font-weight:bold; /* This helps to identify headings at the initial build stage, but you should write something more precise later on */ }

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* 400 and up */
@media screen and (min-width:400px) {

					{ /* Place your styles here for all widths greater than 400px */ }

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {

					{ /* Place your styles here for all 'Retina' screens */ }

}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#hider {
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top:0; 
	left: 0; 
	background: #fff; 
	z-index:9999;
}

body, html {
    height:100%;
}

#wraper {
	height: 100%;
	background-color: white;
	background-image: url(imgs/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-width: 1000px;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
	min-height: 580px;
}

#blockColorblindContent {
	display:none;
}

.inner_wrap {
	position: relative;
	height: 100%;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.coll {
	float: left;
	height: 100%;
}


.content {
	width: 240px;
	z-index: 14;
z}

.section_ttl {
	position: absolute;
	top: 80%;
	background-color: #fb8b00;
	width: 100%;
	z-index: 10;
	height: 50px;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}

.navigation {
	text-align: center;
	display: block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #ffffff;
	height: 50px;
	padding-top: 14px;
	text-decoration: none;
}

a {
	color: #48afe2;
	text-decoration: none;
}

.small_sc {
	
}

#team {
}

.team_left {
	width: 40%;
	margin-right: 15px;
}

.people_sep {
	padding: 17px;
	background-color: #b50027;
	color: white;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}


#site_header {
	position: absolute;
	top: 20%;
	right: 60%;
	z-index: 10;
}

.content_holder {
	top:80%;
	height: 0;
	margin-top: 50px;
	background-color: #fff;
}



.open {
	background-color: #fff;
}



.site_bg {
	position: absolute;
	top: 0;
	left:  0;
	min-height:650px;
	height: 100%;
}

#hp_bg {
	height:100%;
	width: auto;	
}


#logo_big {
	background: url('imgs/sprit.png') no-repeat -85px -10px;
	width: 184px;
	height: 144px;
	text-indent: -99999px;
	position: absolute;
	top: 34%;
}

#logo_small {
	background: url('imgs/sprit.png') no-repeat -131px -174px;
	width: 109px;
	height: 86px;
	position: absolute;
	z-index: 13;
	top:-60px;
	right: 4%;
	text-indent: -999999px;
}

#logo_about {
	background: url('imgs/sprit.png') no-repeat -131px -174px;
	width: 109px;
	height: 86px;
	position: absolute;
	z-index: 13;
	left: 10%;
	text-indent: -999999px;
	top: 4%;
	visibility: hidden;
	margin-left: 15px;
}

.intro_text {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	color: #555555;
}

#loader {
	position: absolute;
	z-index: 20000;
	top:50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px;
	margin-left: -12px;
}

/*-------------------------------------------	team members	-------------------------------------------*/

#people_text_continer {
	top: 21%;
	position: absolute;
	margin-left: -140px;
	z-index: 12;
	height: 40%;
}

.people_text_inner {
	left: 40%;
	margin-left: 15px;
	width: 520px;
	height: 100%;
}



.quotes_item p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 22px;
	color: #444;
}

.quotes_item {
	min-height: 200px;
}

.quotes_item .q_aouthor {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #444;
	margin-right: 6px;
	
}

#strategy_item_continer ul li {
	list-style: square inside url("imgs/bullet.png");
	color: #888888;
	font-size: 16px;
}

#strategy_item_continer ul {
	margin-bottom: 15px;
}

.team_ttl {
	margin-bottom: 20px !important;
}

.q_llt {
	font-family: 'PT Serif', serif;
	color: #b9b9b9;
	font-size: 14px;
}

.q_data {
	position: absolute;
	bottom: -13px;
}

.tm{
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
	min-height: 180px;
}

.wide .tm {
	min-height: 225px !important;
}

.tm_meta{
	position: absolute;
	bottom: -120px;
	height: 160px;
	color: white;
	z-index: 3;
	font-family: 'Open Sans', sans-serif;
	padding: 12px;
}

.tm_meta h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 15px;
}

.tm_title {
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-weight: 400;
}

.tm_bio{
	font-size: 13px;
	margin-top: 8px;
	opacity: 0;
	height: 75px;
	overflow: hidden;
	font-weight: 400;
	-webkit-transform: translate3d(0px,0px,0px);
}

.tm_links {
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	margin: 8px 5px 0 0;
	background-color: red;
}

.tm_in {
	background: url('imgs/sprit.png') no-repeat -5px -4px;
}

.tm_in:hover {
	background: url('imgs/sprit.png') no-repeat -5px -34px;
}

.tm_mail{
	background: url('imgs/sprit.png') no-repeat -37px -4px;
}

.tm_mail:hover {
	background: url('imgs/sprit.png') no-repeat -37px -34px;
}

.overlay {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0;
	z-index: 2;
}

    /*Vertical scrollbar - set width and height of a div you want to add a scrollbar to*/
#vertical-scrollbar-demo {
    height: 100%;
    width: 200px;
}

.wraper1 {
	height:100%;
}

    /*Horizontal scrollbar - set width and height of a div you want to add a scrollbar to*/
#horizontal-scrollbar-demo {
    width: 400px;
    height: 200px;
}

    /*Horizontal scrollbar - set width of overview or make it expand horizontal like below*/
#horizontal-scrollbar-demo .overview {
    /*width: 1836px;*/
    /* or */
    white-space: nowrap;
}



    /*Vertical and horizontal scrollbar - set width and height of a div you want to add a scrollbar to*/
#vertical-horizontal-scrollbar-demo {
    width: 400px;
    height: 200px;
}

    /* Vertical and horizontal scrollbar - one extra step required - add width of overview - overall width of scrolled content*/
#vertical-horizontal-scrollbar-demo .overview {
    width: 600px;
}

.left{
	float:left;
}

.scrollable {
  position: relative;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
  z-index: 12;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: -16px;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  left: 0;
  z-index: 100;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line {
	height: 50px;
	background-image: url('imgs/line.gif');
	background-repeat: repeat-x;
	background-position: 30px 32px;
}

.sec_ttl {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	color: #ccc;
	font-size: 50px;
	font-weight: 400;
	line-height: 50px;
	margin-top: 0;
	white-space: nowrap;
}

#strategy_item .sec_ttl {
	font-size: 32px !important;	
}

.sec_ttl_grey {
	padding: 0 15px;

}

.small_ttl {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	color: #ccc;
	font-size: 24px;
	font-weight: 200;
	margin-top: 2px;
	display: block;
}


/*Gray skin*/

.scrollable.gray-skin {
}

.scrollable.gray-skin .scroll-bar {
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: #b50027;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: #b50027;
}

.media_content .scroll-bar.vertical,
#about_content .scroll-bar.vertical {
	width: 8px !important;
}

#people_text_continer .sec_ttl {
	white-space: normal !important;
}

.scrollable.gray-skin .scroll-bar.vertical {
	width: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*-------------------------------------------	Compeny List	-------------------------------------------*/

.comp {
	width: 100%;
	display: block;
	border-bottom: 1px solid #bdbdbd;
	overflow: hidden;
	-webkit-transform: translate3d(0px,0px,0px);
}

.comp_list {
}

.comp_item {
	width: 100%;
}

.comp_logo {
	text-align: center;
	background-image: url('imgs/comp_logo_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.comp_item td {
	width: 50%;
	height: 120px;
	vertical-align: middle;
}

.comp_title {
	margin: 0px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: 200;
}

.comp a {
	font-family: 'Open Sans', sans-serif;
	color: #48afe2;
	text-decoration: none;
	font-size: 12px;
	margin-left: 20px;
	display: block;
}

.comp a:hover {
	cursor: auto;
}

.items_list {
	margin-bottom: 40px;
}

.comp_overlay_text p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: white;
	font-size: 13px;
	line-height: 15px;
	margin: 0 18px 5px 18px;
}


.search {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding: 10px;
	border-bottom: 1px solid #bdbdbd;
	border-right: 0px solid black;
	border-left: 0px solid black;
	border-top: 0px solid black;
	top:30px;
	right:5px;
	background-image: url(imgs/looking_glass.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

textarea:focus, input:focus{
    outline: 0;
}

.list {
	width:240px;
}

.comp_overlay {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	bottom: 0%;
	opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

ul.list li:hover .comp_overlay {
	opacity: 1;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all 0.4s;
}

.comp_overlay_text {
	position: absolute;
	top: 18px
}

#companies_text_continer,
#case_s_continer {
	top: 21%;
	position: absolute;
	z-index: 11;
	width: 100%;
	height: 59%;	
}

#companies_text {
	width: 100%;
	height: 100%;
}

.ttl_continer {
width: 100%;
margin-bottom: 35px;
}

.comp_left {
	width: 58%;	
}

.comp_right {
	width: 2000px;
}

.comp_content {
	width: 340px;
	position: absolute;
	left: 58%;
	margin-left: 15px;
}


.exit {
	background-image: url('imgs/exit.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#case_ttl_continer {
	width: 374px;
	position: absolute;
	bottom: 35px;
}

.case_ttl {
	font-weight: 400;
}

.intro_text ul,
.intro_text ul li {
	list-style-type: circle !important;
  list-style-position: inside !important;
}

.case_s {
	position: absolute;
	top: -30px;
	left: 58%;
	margin-left: 15px;
	z-index: 14;
	width: 384px;
	height:80%
}

.case_back {
	color: #48afe2;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 30px;	
}

.case_body {
	font-size: 15px;
	line-height: 20px;
	height: 100%;
	margin-top: 25px;
	padding-right: 15px;
}
.case_lable {
	font-style: italic;
	color: #adadad;
	font-size: 12px;
	
}

.case_body .thumb {
	width: 8px !important;
}

.comp.slected {
	background-color: #e4e4e4;
}


/*-------------------------------------------	MEDIA	-------------------------------------------*/

.media_date {
	color: #bbbbbb;
	font-size: 12px;
	font-style: italic;
}

a.source {
	color: #bbbbbb;
}

a.source:hover {
	color: #48afe2;
}

.media_time {
	margin-bottom: 10px;
	display: block;
}

li.media .media_date {
	padding: 20px 20px 15px 20px;
}

a.media_link {
	text-decoration: none;	
}

.media_ttl {
	margin: 0 20px 20px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 200;
	color: #555555;
}

.media {
	background-color: white;
	border-bottom: 1px solid #bdbdbd;
}

#media_item_continer {
	top: 7%;
	position: absolute;
	z-index: 12;
	height: 50%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

#media_item_continer p {
	margin-bottom: 15px;
}

.first_item_loaded {
	top: 21% !important;
}

.media_meta,
.media_content {
	width: 400px;
	margin-left: 5%;
	padding-left: 15px;
}

.media_meta h2 {
	font-size: 24px;
	line-height: 24px;
}

.sep_line {
	margin: 20px 0;
}

.backLink {
	position: absolute;
	right: 0;
	color: #48afe2;
	text-decoration: none;
	font-size: 12px;
	top: 6px;
}

.media_active {
	background-color: #e4e4e4;
}

.media_content {
	height: 88%;
	font-size: 15px;
	line-height: 20px;
}

#media_item {
	height: 100%
}

.wide_media {
}

#media_item_continer h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	color: #444444;
	margin-bottom: 10px;
}

#media_item_continer {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #888888;
	padding-right: 20px;
}

#media_item_continer .thumb,
#strategy_item_continer .thumb,
#companies_text_continer .thumb {
	background-color: #d7d7d7;
	
}

#media_item_continer .thumb:hover {
	background-color: #d7d7d7;
}

#media_gen_text h2 {
	font-size: 36px;
	color: #bbb;
	font-weight: 200;
	margin-bottom: 60px;
}

.first_item {
	font-size: 18px;
	margin-bottom: 25px;
}

.first_item_ttl {
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	width: 400px;
	margin-left: 5%;
	padding-left: 15px;
}

.plus {
	background: url('imgs/sprit.png') no-repeat -12px -71px;
	width: 17px;
	height: 17px;
}

#media_gen_text .plus {
	margin-top: 15px;
	margin-bottom: 25px;
}

.plus_wraper .plus {
	float: right;
}

.plus_wraper {
	width: 100%;
}

.news_left {
	width: 5%;
}

.news_right {
	width: 2000px;
}




/*-------------------------------------------	strategy	-------------------------------------------*/

#strategy_bg {
	position: absolute;
	width: 100%;
	bottom: 20%;
	top: 74%;
	background-color: white;
	z-index: 0;
	opacity: 0;
}


#strategy_item .line {
	background-position: 0, 26px;
}


#strategy_item_continer {
	top: 21%;
	position: absolute;
	z-index: 12;
	height: 50%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

#strategy_item {
	height: 100%
}

#strategy_item_continer h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	color: #444;
	line-height: 34px;
	margin-bottom: 35px;
	text-transform: uppercase;
}


#strategy_item_continer p {
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #888888;
	line-height: 22px;
	font-weight: 200;
}

.sub_pages_list {
	position: absolute;
	top: 26%;
	width: 240px;
	transition: all 0.5s ease;
	margin-left: 20px;
}

.news {
	height: 100%;
}

.sub_pages_list a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #aaaaaa;
	text-decoration: none;
	font-weight: 400;
}

.sub_pages_list a.active {
	color: #888 !important;
}

.sub_pages_list li {
	margin-bottom: 20px;
}


#strategy .content_holder .active {
	font-weight: 400;
	cursor: default;
}

.wide {
	width: 300px !important;
}

.wide .list{
	width: 300px !important;
}

.about_left {
	width: 10%;
}

#about_content {
	margin-left: 10%;
	width: 530px;
	height: 84%;
	padding-left: 20px;
}


/*-------------------------------------------	Footer	-------------------------------------------*/

#footer {
	height: 40px;
	position: absolute;
	bottom: 0;
	z-index: 31;
	width: 100%;
}

.footer_links li {
	display: inline-block;
	margin-right: 8px;
	vertical-align: top;
}

.footer_links li a {
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	display: block;
}

.partners_login {
	text-indent: 0 !important;
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	line-height: 13px;
	text-transform: uppercase;
	font-size: 11px;
	width: 70px !important;
position: relative;
bottom: 3px;
}

.pl {
	border-right:1px solid #d6d6d6;

}

.partners_login:hover {
	color: #555555;
}


.fb {
	background: url('imgs/sprit.png') no-repeat -10px -332px;
}

.fb:hover {
	background: url('imgs/sprit.png') no-repeat -50px -332px;
}

.in {
	background: url('imgs/sprit.png') no-repeat -10px -353px;
}

.in:hover {
	background: url('imgs/sprit.png') no-repeat -50px -353px;
}

.mail {
	background: url('imgs/sprit.png') no-repeat -10px -374px;
}


.mail:hover {
	background: url('imgs/sprit.png') no-repeat -50px -374px;
}

.map {
	background: url('imgs/sprit.png') no-repeat -10px -395px;
}

.map:hover {
	background: url('imgs/sprit.png') no-repeat -50px -395px;
}

.junction {
	background: url('imgs/sprit.png') no-repeat -15px -426px;
	width: 66px !important;
	height: 32px !important;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: -3px;
}

.junction:hover {
	background: url('imgs/sprit.png') no-repeat -85px -426px;
}

.wide_footer {
	margin-right: -558px !important;
}

.footer_links {
	position: absolute;
	right: 50%;
	margin-right: -472px;
	}

.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #666;
	position: absolute;
	top: 10px;
	left: 3%;
}

.general_links {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	width: 400px;
	top: 10px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
}

.general_links a {
	color: #666;
	text-decoration: none;
}

a.client_login {
	color: #b50027;	
}

#junction_link {
	background: url('imgs/sprit.png') no-repeat -21px -246px;
	width: 90px;
	height: 44px;
	display: block;
	position: absolute;
	right: 30px;
	bottom: 0px;
}

/*-------------------------------------------	Contact	-------------------------------------------*/

.form_success {
	
}

#form_continer {
	width: 328px;
	float: left;
	margin-left: 10%;
	padding-left: 20px;
}

#form_continer div {
	width: 100%;
	margin-bottom: 20px;
}

.form_title {
	font-size: 14px;
	color: #888;
	width: 85px;
	float: left;
}

.txt_fld {
	width: 240px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 200;
	color: #888;
	padding: 5px 0 5px 8px;
}

input[type=text] {
	height: 28px;
}

textarea {
	height: 87px;
}

label.error {
	font-size: 12px;
	color: red;
	text-align: right;
	display: block;
	margin-right: 3px;
	margin-bottom: -10px;
}

#submitButton {
	background-color: #48afe2;
	border: 0px solid black;
	font-weight: 200;
	font-size: 14px;
	color: white;
	padding: 7px 20px 8px 20px;
	float: right;
	margin-right: 3px;
}

#form_success {
	font-size: 14px;
	color: #39b54a;
	margin-bottom: 20px;
}

#contact_info {
	width: 200px;
	float: left;
	margin-left: 35px;
}

#contact_info p {
	font-size: 14px;
	color: #888;
	line-height: 20px;
}

/* Partners Login  */

ul.login {
	list-style-type: none;
	margin-top: 10px;
}

ul.login li {
	display: inline-block;
	margin: 20px 17px 0 0;
}

ul.login li a img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    box-sizing: border-box;
	border: 1px solid #cccccc;

}

ul.login li a:hover img {
	border: 1px solid #b50027;
}

.hide {
	display: none;
}

.q_img {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: cover;
	background-position: center center;
	vertical-align: middle;
	margin-right: 12px;
	border-radius: 50%;
}

#meetups_bg,
#people_bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.negative {
	background: url('imgs/sprit.png') no-repeat -300px -175px !important;
}

.opac {
	opacity: 0;
}

.meetup_item p {
	color: #fff !important;
	width: 400px;
}









