/**** RESETS & DEFINITIONS ***/

/*html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.364;
	color: #444;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #fc531d;
	text-decoration: none
}*/
a:link, a:visited
{
	color: #fc531d;
}


a:hover, a:focus {
	/* color: #e83c00; */
	text-decoration: underline
}

a.red:link, a.red:visited
{
	color: #ff0000;
}

a.orange:link, a.orange:visited
{
	color: #ff8000;
}

a.yellow:link, a.yellow:visited
{
	color: #f3ca28;
}

a.green:link, a.green:visited
{
	color: #008000;
}

a.blue:link, a.blue:visited
{
	color: #0000ff;
}

a.purple:link, a.purple:visited
{
	color: #a000c0;
}

a.white:link, a.white:visited
{
	color: #ffffff;
}

.red
{
	color: #ff8000;
}


p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #666;
}
/**** BUTTONS ****/

.btn-orange {
	color: #ffffff;
	background-color: #fc531d;
	border-color: #e83c00;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #e83c00;
	border-color: #e83c00;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-orange .caret {
	border-color: #ffffff transparent;
}
.btn-green {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-greeen.active, .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #60830b;
	border-color: #60830b;
}
.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-greeen .caret {
	border-color: #ffffff transparent;
}
.btn-help {
	padding: 3px 9px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100px;
	color: #e83c00;
}
.btn-blueMed {
	color: #ffffff;
	background-color: #3772ba;
	border-color: #3268aa;
}
.btn-blueMed:hover, .btn-blueMed:focus, .btn-blueMed:active, .btn-blueMed.active, .open .dropdown-toggle.btn-blueMed {
	color: #ffffff;
	background-color: #0a5079;
	border-color: #0a5079;
}
.btn-upgrade {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-upgrade:hover, .btn-upgrade:focus, .btn-upgrade:active, .btn-upgrade.active, .open .dropdown-toggle.btn-upgrade {
	color: #232323;
	background-color: #FFCA27;
	border-color: #FFCA27;
}
.btn-upgrade .caret {
	border-color: #ffffff transparent;
}
.optn {
	color: #444;
	background-color: #FFF;
	border-color: #C4C4Cf;
	font-family: Arial, Helvetica, sans-serif !important;
}
.optn:hover {
	background-color: #fff;
	border-color: #111;/*color:#111;*/
}
.optn:focus, .btn-upgrade:active, .optn.active, .open .dropdown-toggle.optn {
	color: #fff;
	background-color: #9494A4;
	border-color: #a4a4AF;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.optn .caret {
	border-color: #333 transparent;
}
/******  END BUTTONS   ******/

/****  LAYOUT  ****/

.cont-wrap {
	width: 100%;
	max-width: 1178px;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
	margin-top: -1px;
}
#header {
	padding: 15px 0px;
}
/*#header .logo {
	float: left;
	width: 40%;
}*/


#header img.logo {
	width:350px;
}

#header .navi {
	float: right;
	width: 55%;
	text-align: right;
	padding: 0px;
	height: 60px;
	overflow: hidden;
	margin-top: -2px;
}
#header .navi ul {
	float: right;
}
#header .navi li {
	float: left;
	font-size: 22px;
	list-style-type: none;
}
#header .navi li a {
	display: block;
	padding: 20px 3px 6px 3px;
	margin-left: 18px;
	color: #111;
	font-weight: 300;
}
#header .navi li a:hover, #header .nav li a.active {
	text-decoration: none;
	background-image: url(../images/icon_rainbow.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.bar {
	height: 6px;
}
.bar.cl1 {
	background-color: #ee1f25;
}
.bar.cl2 {
	background-color: #f47f20;
}
.bar.cl3 {
	background-color: #f3ec17;
}
.bar.cl4 {
	background-color: #0c8041;
}
.bar.cl5 {
	background-color: #3853a4;
}
.bar.cl6 {
	background-color: #8e3f9a;
}
.spl-wrap {
	background-color: #333;
	color: #fff;
}
.splash {
	height: 360px;
	background-image: url('../images/header.jpg');
	background-size: cover;
}
h1.spl {
	font-size: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.7);
	padding: 24px 0px;
	margin: 0;
	font-weight: bold;
}

h3
{
	font-size: 22px;
}

#main {
	min-height: 500px;
	padding: 24px 0px;
}
.subNav {
	margin-bottom: 24px;
	color: #c4c4c4;
}
.subNav p {
	font-size: 16px;
}
.do {
	font-size: 32px;
	color: #444;
	margin-bottom: 24px;
	font-weight: bold;
}

.thing {
	background-color: #333;
	width: 100%;
	color: #fff;
	margin-bottom: 30px;
}
.thing .spl-img {
	height: 175px;
	width: 100%;
	background-size: cover;
}
.thing .team-img {
	width: 64px;
	height: 64px;
	position: absolute;
	border: 2px solid #fc531d;
	display: inline-block;
	top: 148px;
	left: 12px;
	box-shadow: 0px 0px 2px #333;
}


.thing .team-img.abbey {
	background-size: cover;
	background-image: url("https://pbs.twimg.com/profile_images/378800000758448564/19fb5389e4ec7a878146e83c547acf43_400x400.jpeg");
}

.thing .team-img.brooke {
	background-size: cover;
	background-image: url("https://pbs.twimg.com/profile_images/448576452061982721/0mpNAGXj_400x400.jpeg");
}

.thing .team-img.danny {
	background-size: cover;
	background-image: url("https://pbs.twimg.com/profile_images/378800000467472002/5379927795f87217bd46f10f987c6d49_400x400.jpeg");
}

.thing .team-img.jayson {
	background-size: cover;
	background-image: url("https://pbs.twimg.com/profile_images/461879309087424512/Q8zGlWvN_400x400.jpeg");
}

.thing .team-img.nikki {
	background-size: cover;
	background-image: url("http://wac.9218.systemcdn.net/809218/content/CDN/profile/200x150/8141526.jpg");
}

.thing .team-img.sam {
	background-size: cover;
	background-image: url("https://pbs.twimg.com/profile_images/378800000458512914/f07085fa26bb4f5f2cc3395e76d731f9_400x400.jpeg");
}

.thing .team-img.paris {
	background-size: cover;
	background-image: url("http://observationmanager.files.wordpress.com/2010/09/franceflag.jpg");
}

.thing .team-img.milan {
	background-size: cover;
	background-image: url("http://2.bp.blogspot.com/-hAolEqVaOPA/USZtZN-F3TI/AAAAAAAAA4w/-8LTzYGJNUA/s1600/Italian_Flag2.jpg");
}

.thing .team-img.madrid {
	background-size: cover;
	background-image: url("http://www.mega-flags.com/images/Flag_Spain.jpg");
}

.thing .team-img.london {
	background-size: cover;
	background-image: url("http://electronic-cigarette-review.biz/blog/wp-content/uploads/2012/07/united-kingdom-flag.jpg");
}

.thing .team-img.lisboa {
	background-size: cover;
	background-image: url("http://www.widewallpapershd.info/file/1994/600x338/16:9/portugal-flag_1347121745.jpg");
}

.thing .team-img.porto {
	background-size: cover;
	background-image: url("http://www.widewallpapershd.info/file/1994/600x338/16:9/portugal-flag_1347121745.jpg");
}

.thing .team-img.amsterdam {
	background-size: cover;
	background-image: url("http://img3.wikia.nocookie.net/__cb20130325153251/onedirection/images/0/07/Dutch_Flag.jpg");
}

.thing .team1 {
	padding: 4px 6px 4px 74px;
	background-color: #fc531d;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.thing .info {
	width: 100%;
	padding: 15px;
	color: #fff;
}

.thing .info > span{
	display:block;
	height:118px;
	overflow:hidden;
}

.clearfix {
	clear: both;
}
/****  FOOTER  ****/

#footer {
	background-color: #444;
	padding: 15px 0px;
	color: #d9d9d9;
	
	margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}

.discl{
	font-size:12px;
	line-height:40px;
	text-align:right;
	color:#c4c4c4;
}
.si {
	float: left;
	width: 54px;
	height: 42px;
	margin-right: 0px;
	text-align: center;
	display: inline-block;
	padding: 6px;
}
.fb {
	background-color: #3b5886;
}
.tw {
	background-color: #00aced;
}
.ggl {
	background-color: #dd4b39;
}
.yt {
	background-color: #af2b26;
}
.inst {
	background-color: #517FA4;
}
.tblr {
	background-color: #2C4762;
}

@media (min-width:728px) and (max-width:980px) {

#header .navi {
	float: right;
	text-align: right;
	padding: 0px;
	height: 60px;
	overflow: hidden;
	margin-top: -2px;
	padding-bottom:12px;
	padding-top:4px;
	background-color:#f0f0f0;
	width:100%;
	border:0px;
	border-radius:2px;
	margin-top:6px;
}
#header .navi ul {
	width:100%;
}

#header .navi li {
	width:20%;
	text-align:center;
}

#header .navi li a{
  margin:0px;
}

}

@media only screen and (max-width:980px) {
	#main p{
		font-size:18px;
		line-height:1.3;
	}
	
  .navbar-default .navbar-toggle {
	font-weight:300;
	font-size:18px;
	text-transform:capitalize;
	padding:5px 15px;
	border-color:#555;
}

}


@media only screen and (max-width:720px) {
	
.cont-wrap {
		padding: 1px 3px 0px;
	}

#header img.logo {
	width:230px;
}

#header .navi {
	width:100%;
	float:none;
	background-color:#fff;
	text-align:left;
}

#header .navi ul {
  float: none;
}

#header .navi li {
	float:none;
}

#header .navi li a{
	padding:15px 12px 15px 18px;
	background-color:#f0f0f0;
	margin:0px 0px 2px 0px;
}

#header .navi li a:hover, #header .nav li a.active {
	background-image:none;
	background-repeat: no-repeat;
}

h1.spl {
	padding:18px 15px;
}

#main {
	padding:12px 0px;
}

.splash {
	height:280px;
}

.maps{
	width:88%;
	height:340px;
}

.social-row{
	width:100%;
	text-align:center;
	margin:0 auto;
}
.si {
	width:20%;
	height:44px;
	padding:7px;
}

.discl{
	font-size:13px;
	line-height:20px;
	text-align:center;
	color:#c4c4c4;
	margin-top:12px;
}
}

