*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #9fa9aa url("../img/textured_background.png");
  margin-top: 60px;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04); }

.container {
  max-width: 1078px; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
 }

h3 {
  margin-top: .9em;
}
h3 i {
    color: #e2501d;
    margin-top: 4px;
    display: block;
}

.heading {font-family: "Roboto Condensed", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;}

.section-heading {
	font-weight: 600;
}

a {
  transition: color .3s ease-in-out; }

a:hover {
  text-decoration: none; }

.img-margin-vertical {
	margin-top: 10px;
	margin-bottom: 10px;
}

.standout {
	border-style: solid;
	border-width: 5px 1px;
	margin: 10px auto 20px;
	padding: 20px 30px;
}

.standout h1,
.standout h2,
.standout h3 {
	margin-top: 0;
}

.message {
	background: #F3F3F3;
	border-color: #ddd;
}

.early-bird {
	background: #f5fffa;
	border-color: #CCE2D7;
}

.travel {
	background: #FFFAF5;
	border-color: #E2DBCC;
}

.icon-file {
	background: url('../img/icon-generic-download.png') left center no-repeat;
	background-size: auto 20px;
	display: inline-block;
	padding-left: 20px;
}

.larger {
	font-size: 1.1em;
}
.classic-link {
	text-decoration: underline;
}

.img-placeholder {
	background: #333333;
	border: 1px solid #444;
	color: #666;
	display: inline-block;
	font-size: 18px;
	margin: 15px auto;
	padding: 60px 20px;
	text-align: center;
	width: 80%;
}

.top-jump {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 0;
  padding: 10px;
  background: #235048;
  z-index: 999;
  border-radius: 3px 0 0 3px;
  border: 1px solid #102C33;
  border-right: 0px;
  color: #FFF;
  box-shadow: inset 0px 1px 0px #29685E;
}

.top-jump:hover {
  text-decoration: none;
  color: #bbb; }

.inline-hero {
  border-radius: 2px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  margin: 2px 0;
  -webkit-backface-visibility: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.img-polaroid {
  border: 5px solid #FFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 2px; }

/*--- navbar base styles --*/
.navbar.navbar-fixed-top {
  height: 61px;
  background-color: #222;
  border-bottom: 1px solid #CCC;
  font-family: "Lato", "HelveticaNeue-Light",  "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  box-shadow: 0px 0px 2px 1px rgba(136, 136, 136, 0.31);
  z-index: 9999; }

.navbar-fixed-top .container {
  width: auto;
  /*background-color: #FFF;*/
}

.nav.navbar-nav {
  width: 100%;
  /*background-color: #FFF;*/
  margin: 0 auto;
  float: none; }

.nav.navbar-nav li {
  text-align: center;
  width: 11%;
  height: 59px;
  /*background-color: #fff;*/
  border-right: 1px solid #3C3C3C;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

/*.nav.navbar-nav li:first-child {*/
  /*width: 15%; }*/

.nav.navbar-nav li:hover {
  background-color: #7C252C;
	border-right: 1px solid #9A4343;
}

/*.nav.navbar-nav li:last-child {
  width: 20%;
}*/
.nav.navbar-nav li a {
  height: 56px;
  padding: 20px 0 0;
  /*color: #3D7AEA;*/
  color: #ffffff;

  font-weight: bold;
  /*background-color: #FFF;*/
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
}

.nav.navbar-nav li:last-child {
  border-right: 0px; }

/*--- navbar mobile tablet styles --*/
.navbar-header {
  background: #222220; }

#mobile_logo.navbar-brand {
  height: 58px;
  width: 120px;
  padding: 5px 0 0 2px;
  display: block;
  /*background: url("../img/GPP_mini_logo.png") 2px 2px no-repeat;
  background: url("../img/GPP_mini_logo.svg") 0px 0px no-repeat;*/ }

.navbar-toggle {
  height: 40px;
  /*bs addition*/
  border: 2px; }

.navbar-collapse {
  padding: 0 0; }

.navbar-collapse.in .navbar-nav,
.navbar-collapse.collapsing .navbar-nav {
  background: rgba(0,0,0,.85);
  width: 100%;
  border-bottom: 4px solid #708c00; }

.navbar-collapse.in .navbar-nav li,
.navbar-collapse.collapsing .navbar-nav li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #444; }

/*--- featured splash --*/
.jumbotron.featured {
  background-color: #FFF;
  text-align: right;
  position: relative;
  border-bottom: 3px solid #727272;
  /*max-height: 452px;*/
  padding: 0px;
  margin-bottom: 0; }

.jumbotron.featured img.featured {
  margin: 0 auto;
  /*max-height: 452px;*/

}

.featured-container {
	background: url('../img/drana-large.jpg') center top no-repeat;
	background-size: cover;
	border-bottom: 2px solid #352E2E;
	max-width: 1080px;
	min-height: 400px;
	position: relative;
	margin: 0 auto;
}



.featured-container .event-info {
	border-width: 1px 0 1px 1px;
	border-style: solid;
	color: #fff;
	display: inline-block;
	font-family: "Roboto Condensed", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 10px -15px 10px 0;
}

.featured-container .date {
	background: rgba(125, 37, 44, 0.90);
	border-color: #AF2B36;
	font-weight: bold;
	padding: 10px 70px 10px 25px;
	font-size: 24px;
}

.featured-container .format {
	background: rgba(0,0,0,.6);
	border-color: #555;
	font-size: 24px;
	font-weight: bold;
	margin: 5px -15px 5px 0;
	padding: 5px 70px 5px 15px;
}

.featured-container .hashtag {
	background: rgba(0,0,0,.4);
	border-color: #555;
	font-size: 18px;
	margin: 5px -15px 5px 0;
	padding: 5px 70px 5px 15px;

}

.featured-container .logo {
	margin: 15px 0 0;
}

.featured .info-container {
  margin: 0 auto;
  position: absolute;
  top: 40px;
  right: 60px;
  height: 100%;
  width: 31%;
  max-width: 400px; }

.jumbotron.featured img.mtg-logo {
  max-height: 200px; }

.featured .info {
  position: absolute;
  right: 0;
  width: 100%; }

.featured .info h6 {
  text-transform: uppercase;
  color: #800C0C;
  font-family: "Lato";
  margin: 8px auto 0; }

.featured .info h2 {
  font-size: 2.55em;
  color: #f9c50f;
  font-weight: bold;
  margin: 0 15px 0 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #222222, -1px 0px 1px #5F5F5F; }

.featured .info h2.secondary-heading{
  color:rgb(226, 144, 44);
}

.featured .info .date {
  color: #c5bf25;
  text-shadow: 2px 2px 2px #000; }

.featured-container .reg-button {
  margin-top: 18px;
  float: right;
  position: relative;
  z-index: 999; }

.info-start.container {
  background: #fff url("../img/planeswalker_bg.jpg") no-repeat top right;
  position: relative;
  z-index: 444;
  margin-top: -3px;
  padding: 20px 0% 1%;
  box-shadow: 0px 0px 10px #B3B2B2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0; }

/* ==============================================================================
/* ====== FAQ page
/* ============================================================================= */

.faq h3 {
	font-weight: 600;
}

.question {
	font-style: italic;
	font-weight: bold;
}

.answer {
	border-bottom: 1px solid #ddd;
	margin: 0 auto 30px;
	padding: 10px 0 30px;
}

/* ==============================================================================
/* ====== Registration Section
/* ============================================================================= */


.reg-button {
	background: #6AB4A9; /* Old browsers */
	height: 65px;
	border-radius: 50px;
	border: 1px solid #7FCBC0;
	box-shadow: inset 0 0 2px #F7FFFE;
	color: #fff;
	display: inline-block;
	font-family: "Roboto Condensed", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 42px;
	margin-top: 15px;
	padding: 10px 0 0 0;
	position: relative;
	text-align: center;
	text-shadow: 0 0 5px #666;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	width: 262px;
}

.reg-button-sm {
    background: #6AB4A9; /* Old browsers */
	height: 30px;
	border-radius: 15px;
	border: 1px solid #7FCBC0;
	box-shadow: inset 0 0 2px #F7FFFE;
	color: #fff;
	display: inline-block;
	font-family: "Roboto Condensed", "Lato", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 8px;
	margin: 10px -3px;
	padding: 10px 0 0 0;
	position: relative;
	text-align: center;
	transition: all .5s ease-in-out;
	width: 105%;   
}

.reg-button.bracelet {
	font-size: 18px;
	width: 300px;
}

.reg-button:hover {
	color: #fff;
	background: #417d72; /* Old browsers */
	text-decoration: none;

}

.reg-pkg {
	border-bottom: 2px solid #cccccc;
	padding: 0;
}

.reg-pkg ul {
	margin: 20px 0;
}


.reg-pkg img {
	margin-top: 50px;
}

.reg-pkg h3 {
	/*color: #7D252C;*/
	font-size: 30px;
	font-weight: bold;
}

.reg-pkg .price {
	color: white;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}

.reg-pkg .price.circle {
	background-color: #6C8A0B;
	border-radius: 80px;
	height: 80px;
	width: 80px;
	line-height: 80px;
}

.reg-pkg .price.addon {
	background-color: #21548a;
	border-radius: 80PX;
	height: 80px;
	width: 80px;
	line-height: 80px;
}

.earlybird-valid .reg-pkg .price.circle {
	text-decoration: line-through;
}


.reg-pkg .price.square {
	display: none;
}

.earlybird-valid .reg-pkg .price.square {
	background-color: #dd7429;
	display: inline-block;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 15px 25px;
}

.earlybird-valid .reg-pkg .price.square:hover {
	background-color: #FF6000;
}


/* ==============================================================================
/* ====== Artists Section
/* ============================================================================= */

.artists {
    margin-bottom: 20px;
}

.artists > div {
	background-image: url('../img/bg-hr.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 34px;
	min-height: 440px;
	padding-bottom: 50px;
}

.artists h3 {
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}
.artists .card {
    display: inline-block;
    width: 120px;
    margin: 0 25px 10px 0;
}
.artists .card p {
    font-size: 0.80em;
}
.artists .card img {
    width: 120px;
    height: auto;
}

.artist .card p a {
    text-align: center;
}
/*.hr {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    background-image: url('../img/bg-hr.png');
    background-position: center top;
    background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    clear: both;
}*/

/* ==============================================================================
/* ====== Meet the Pros
/* ============================================================================= */


.meet-pros {
	text-align: center;
}

.meet-pros div{
	margin-bottom: 40px;
}

.meet-pros h4 {
	margin-top: 1em;
}

/*.meet-pros span {*/
    /*padding: 8px;*/
    /*border: 1px solid #eee;*/
    /*margin: 0 5px 10px;*/
    /*display: inline-block;*/
    /*text-align: center;*/
    /*width: 216px;*/
    /*vertical-align: middle;*/
/*}*/
/*.meet-pros img {*/
    /*max-width: 100%;*/
    /*max-height: 200px;*/
/*}*/

/* ==============================================================================
/* ====== Vendors Section
/* ============================================================================= */

.vendors {
    margin: 20px 0;
}
.vendors a {
    padding: 8px;
    border: 1px solid #eee;
    margin: 0 4px 10px;
    display: inline-block;
    text-align: center;
    width: 230px;
    vertical-align: middle;
}
.vendors a img {
    max-width: 100%;
    max-height: 150px;
    vertical-align: middle;
}

/* ==============================================================================
/* ====== Hotel and Travel Sections
/* ============================================================================= */




/* ==============================================================================
/* ====== register team bar
/* ============================================================================= */

.register-team-bar {
	background: #3D7AEA url("../img/register-bar.png") repeat-x center;
	background-size: cover;
	color: #dfbcea;
	font-size: 28px;
	font-weight: bold;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	text-shadow: 2px 2px 5px #200d2f;
}

.register-team-bar img {
	height: 46px;
	display: inline-block;
	vertical-align: middle;
}

.register-team-bar a,
.register-team-bar a:active,
.register-team-bar a:hover,
.register-team-bar a:visited {
	color: #fff;
}

.register-team-bar a:hover {
	text-decoration: underline;
}

.playmat-img-link {
	width: 100%;
}

.welcoming {
  margin: 20px 10px 10px; }

.welcoming h1 {
  font-size: 4em;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  text-indent: -4px; }

.welcoming h5,
.welcoming h6 {
  text-transform: uppercase;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.welcoming h5 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0; }

.welcoming h6 {
  font-weight: 700;
  font-size: .8em;
  color: #9fa9aa;
  margin-top: 0px;
  margin-bottom: 35px; }

.highlight-container {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 14px 18px 12px;
  padding-left: 3%;
  font-size: 1.1em; }

.highlight-container::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: -9px;
  z-index: 9001;
  width: 0px;
  height: 0px;
  border-bottom: 8px solid transparent;
  border-right: 14px solid #161412; }

.row.no-padding {
  padding: 0; }

.gray-pull {
  background-color: rgba(30, 30, 30, 0.6);
  padding-right: 3%;
  padding-top: 12px;
  color: #fff; }

.gray-pull a {
  color: #FFD79C;
  font-weight: bold; }

.gray-pull a:hover {
  text-decoration: none;
  color: #AC6A2D; }

.gray-pull::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: -7px;
  z-index: 9001;
  width: 0px;
  height: 0px;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #161412; }

.gray-pull h3 {
  margin: 0px 0px 5px;
  max-width: 315px; }

.char-container {
  margin-top: 65px;
  margin-bottom: 15px;
  position: relative; }

.char-container a.reg-button {
  padding-top: 10px;
  margin-top: 15px;
  display: inline-block; }

.jace {
  /*background: url('../img/jace_background.jpg') bottom right no-repeat;
  position: relative;*/ }

.jace img {
  position: absolute;
  right: -70px;
  bottom: -147px; }

.divider {
  background: url("../img/planes_divider.png") no-repeat center;
  height: 52px;
  margin: 20px 0; }

.jacedivider {
  margin: 0 0 40px 0; }

.video-container {
  position: relative;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 98%;
  height: 98%;
  max-height: 390px; }

.video-container iframe,
#googlemap {
  border: 5px solid #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-radius: 2px; }

section.row {
  padding: 0% 5%; }

footer.footer {
  background-color: #222220;
  position: relative;
  color: #F1F1F1;
  font-size: 12px;
  padding: 15px 20%; }

/*img.img-responsive.hidden-xs.text-center {
  margin: 0 auto; }*/

#event_schedules h2 {
  background: #242323;
  color: #FFF;
  padding: 15px;
  border-radius: 3px 3px 0 0;
  margin: 0; }

#event_schedules h5 {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px 9px;
  margin: 0;
  font-size: 1em; }

.schedule_table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 auto 25px;
  width: 100%; }

.schedule_table hr {
  margin: .1em 0; }

.schedule_table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 12px; }

.schedule_table tr:nth-child(even) {
  background: #f7f7f7; }

.schedule_table tr:nth-child(odd) {
  background: #f2f2f2; }

.schedule_table tr.table-header {
  background: #ccc; }

.schedule_table td.time {
  width: 12%; }

.schedule_table td.event_name {
  width: 18%; }

.schedule_table td.entry_fee {
  width: 12%; }

.schedule_table td.format {
  width: 18%; }

/* fix for every row being same height */
@media (min-width: 50px) and (max-width: 460px) {

	.register-team-bar {
		font-size: 18px;
	}

	.welcoming h1 {
    font-size: 2.5em;
    line-height: 1em;
    text-indent: 0px;
    margin: .1em 0; }

  .jumbotron.featured .info-container {
    width: 50%;
    right: 15px; }

  .featured .info {
    top: 10px; }

  .featured .info-container h2 {
    font-size: 1.5em;
    margin-right: 0;
  }

  .jumbotron.featured img.mtg-logo {
    max-width: 130px;
    display: none; }

}
@media (min-width: 767px) and (max-width: 860px) {
  .featured .info-container {
    width: 32%;
    top: 20px; }

  .featured .info-container h2 {
    font-size: 2em; }

  .featured-container .reg-button {
    margin-top: 16px; }

  .video-container {
    height: auto; } }
@media (min-width: 620px) and (max-width: 767px) {
  .featured .info-container h2 {
    font-size: 2.3em; } }
@media (min-width: 461px) and (max-width: 619px) {

	.register-team-bar {
		font-size: 24px;
	}
	.jumbotron.featured img.mtg-logo {
		max-height: 90px;
	}

	.jumbotron.featured .info-container {
		width: 39%;
	}

	.featured .info-container h2 {
		font-size: 1.5em;
	}
 }
@media (max-width: 766px) {

	h1 {
		font-size: 28px;
	}

	.xs-width-normal {
		width: auto;
	}

	.sm-text-centered {
		text-align: center;
	}

	.sm-text-centered .reg-button {
		float: none;
	}

	.sm-text-centered.featured-container p {
		margin: 10px auto;
		padding: 15px 25px;
	}

	.featured-container {
		background: #2d2d2d url('../img/drana-large-fade.jpg') 90% top no-repeat;
		background-size: 150%;
	}


	.featured .info-container {
    width: 43%;
    right: 25px;
    top: 10px; }

  .gray-pull {
    border-top: 1px solid #919191;
    box-shadow: inset 0px 1px 0px #B9B9B9;
    border-bottom: 1px solid #949494; }

  .travel-gallery img {
    width: 32%;
    margin-top: 15px;
    margin-right: 1px; }

  .row.no-padding {
    padding: 0% 5%; }

  .row {
    margin-right: 0px; }

  .highlight-container,
  .gray-pull {
    padding: 2% 5%; }


	.reg-pkg h3 {
		font-size: 20px;
	}


	.reg-pkg .price.circle,
	.reg-pkg .price.addon {
		border-radius: 50px;
		height: 50px;
		width: 50px;
		line-height: 50px;
	}

	.earlybird-valid .reg-pkg .price.square {
		font-size: 18px;
	}


}
@media (max-width: 850px) {
  .nav.navbar-nav {
    width: 100%; }

	.nav.navbar-nav li a {
		font-size: .8em;
	}
	.featured-container .logo {
		max-width: 300px;
	}


	.char-container .jace img {
    display: none !important; }

  .row.no-padding {
    padding: 0% 0%;
    margin: 0; }

  .gray-pull::after,
  .highlight-container::after {
    display: none; } }
@media (min-width: 850px) {
  .video-container {
    height: 300px; } }
@media (min-width: 992px) {
  .inline-hero {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    -webkit-backface-visibility: hidden; }

  .inline-hero.signage {
    position: absolute;
    top: -20px;
    right: 10px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }

  .inline-hero.streetcar {
    position: absolute;
    top: 200px;
    right: 80px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg); }

  #extremeHero {
    max-width: 1125px;
    padding-left: 0px; }

  .jumbotron.featured {
    background: #9fa9aa url("../img/dark_textured_background.png"); } }
@media (max-width: 992px) {
  .schedule_table td.time {
    width: 12.2%; }

  .schedule_table td.event_name {
    width: 20%; }

  .schedule_table td.entry_fee {
    width: 18%; }

  .schedule_table td.format {
    width: 18%; } }
@media (min-width: 1070px) {
  .jumbotron.featured img.featured {
    border-right: 7px solid #4D4D4D;
    border-left: 7px solid #4D4D4D;
    border-bottom: 7px solid #4D4D4D;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.9); } }

a{
  color:#3D7AEA;
}

a:hover, a:focus{
  color: #1e255a;
}

.counter-widget{
	background: #440C0F;
	border-top: 1px solid #690F13;
	padding: 5px 10px;
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 2px solid #000000;
}

.red{
  color:#d32e39;
}

.counter-widget h2,
.counter-widget h3{
  color:#EEEEEE ;
}
.counter-widget .counter-seats{
  color:#F0DCC0;
  font-weight:bold;
}
.counter-widget .pre-reg-text{
  color:#F0DCC0;
}
.counter-widget .counter-date{
  color:#90CBC3;
  font-weight:bold;
}
.counter-widget .counter-time{
  color:#90CBC3 ;
  font-weight:bold;
}
.info-start.container{
  padding:0;
}

/* meet_pros_section */

.meet-pros-head {
	background: #242323;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #B0F9EE;
	font-weight: 400;
	margin-bottom: 0;
	padding: 1%;
}

.meet-pros-day {
	background: #F3C611;
	color: #242323;
    margin: 1.5%;
    padding: 1%;
    margin-bottom: -14px;
}

.meet-pros {
	background: #f7f7f7;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0;
}

.meet-pros-wrapper {
	margin: 1.5%;
}

.meet-pros .span.time-head {
	margin-bottom: 20px;
}

.meet-pros.row img {
	border: 2px solid #E4E4E4;
	border-radius: 6px;
	box-shadow: 6px 6px 7px #CACACA;
}

.meet-pros.row .time-head {
	margin-bottom: 10px
}

