html,
body {
	height: 100%;
}

body {
	background: #fff;
	font-family:"open_sansregular", serif;
	font-size:15px; line-height:24px;
	font-weight: normal;
	color:#3d3d3d;
}
@media only screen and (max-width:768px) {
body{ font-size:16px; }

}

/* links 
---------------------------------------------------------------------- */
a,
a:visited {
	outline: none;
	color:inherit; text-decoration:underline;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*a:hover,
a:focus {
	color: #fdc501;
}*/

/* Typography
--------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: "raleway-heavy", sans-serif;
	color: #FFFFFF;*/
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin: 18px 0 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 30px;
	/*line-height: 30px;*/
	margin-top: 0;
	/*letter-spacing: -1px;*/
}

h2 {
	font-size: 24px;
	/*line-height: 30px;*/
}

h3 {
	font-size: 20px;
	/*line-height: 30px;*/
}

h4 {
	font-size: 17px;
	/*line-height: 30px;*/
}

h5 {
	font-size: 14px;
	/*line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;*/
}

h6 {
	font-size: 13px;
	line-height: 30px;
	margin-top: 15px;
	text-transform: uppercase;
}

p {
	margin: 15px 0 15px 0;
}

p img {
	margin: 0;
}

p.lead {
	font: 20px/36px "merriweather-light", serif;
	color: #707273;
}

em {
	font: 16px/30px "merriweather-italic", serif;
	font-style: normal;
}

strong,
b {
	font-weight: bold;
}

small {
	font-size: 11px;
	line-height: inherit;
}

blockquote {
	margin: 18px 0px;
	padding-left: 40px;
	position: relative;
}

blockquote:before {
	content: "\201C";
	opacity: 0.45;
	font-size: 80px;
	line-height: 0px;
	margin: 0;
	font-family: arial, sans-serif;
	position: absolute;
	top: 30px;
	left: 0;
}

blockquote p {
	font-family: georgia, serif;
	font-style: italic;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
}

blockquote cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
	color: #707273;
	border: none;
}

abbr {
	font-family: "merriweather-bold", serif;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .5px;
	color: #707273;
}

pre,
code {
	font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	padding: 3px;
	background: #ECF0F1;
	color: #707273;
	border-radius: 3px;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

mark {
	background: #FFF49B;
	color: #000;
}

hr {
	border: solid #707273;
	border-width: 1px 0 0;
	clear: both;
	margin: 23px 0 12px;
	height: 0;
}

/* Lists  
--------------------------------------------------------------------- */
ul,
ol {
	margin-top: 15px;
	margin-bottom: 15px;
}

ul {
	list-style: disc;
	margin-left: 17px;
}

dl {
	margin: 0 0 15px 0;
}

dt {
	margin: 0;
	color: #fdc501;
}

dd {
	margin: 0 0 0 20px;
}

/* Floated image  
--------------------------------------------------------------------- */
img.pull-right {
	margin: 12px 0px 0px 18px;
}

img.pull-left {
	margin: 12px 18px 0px 0px;
}

/* Style Placeholder Text  
--------------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #12151B;
}

:-moz-placeholder {

	/* Firefox 18- */
	color: #12151B;
}

::-moz-placeholder {

	/* Firefox 19+ */
	color: #12151B;
}

:-ms-input-placeholder {
	color: #12151B;
}

.placeholder {
	color: #12151B !important;
}

/* block grids default paddings 
--------------------------------------------------------------------- */
.bgrid {
	padding: 0 20px;
}

@media only screen and (max-width:1024px) {
	.bgrid {
		padding: 0 18px;
	}

}

@media only screen and (max-width:768px) {
	.bgrid {
		padding: 0 15px;
	}

}

@media only screen and (max-width:600px) {
	.bgrid {
		padding: 0 10px;
	}

}

@media only screen and (max-width:400px) {
	.bgrid {
		padding: 0;
	}

}


/* 
/* 03. =Preloader
/* =================================================================== */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
	height: 100%;
	width: 100%;
}

.no-js #preloader,
.oldie #preloader {
	display: none;
}

#loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width:60px;
	height:98px;
	margin-left: -30px;
	margin-top:-54px;
	background:url(../images/loader.png) no-repeat center center;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px);
	}

	50% {
		-webkit-transform: perspective(120px) rotateY(180deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
	}

}

@keyframes sk-rotateplane {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}

}


/* 
/* 04. =forms
/* =================================================================== */

form {
	/*margin-bottom: 30px;*/
}

fieldset {
	margin: 0 0 30px 0;
	padding: 0;
	border: none;
}

input,
button {
	-webkit-font-smoothing: antialiased;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 18px 20px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	color: #a3a4a6;
	font-size: 15px;
	line-height: 24px;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.1);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: #FFFFFF;
}

.button,
.button:visited,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #fdc501;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #e64e04;
}

label,
legend {
	display: block;
}

label span,
legend span {
}

input[type="checkbox"],
input[type="radio"] {

}

input[type="checkbox"] {
	display: inline;
}


/** 
/* 05. =theme common styles
/* =================================================================== */

/* hr */
hr {
	border: solid #7b88a1;
	border-width: 3px 0 0;
	width: 100px;
	margin: 11px 0 30px;
	height: 0;
	clear: both;
	text-align: left;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/* for css animations */
.show {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* sections */
.section-head h1 {
	font: 16px "Conv_Gotham-Bold", sans-serif;
	text-transform: uppercase;
	/*letter-spacing: 2.5px;
	color: #FFFFFF;*/
	margin:15px 0;
}

.section-head h1 span {
	color: #283436;
	position: relative;
	left: 3px;
}

.section-head p {
	/*font: 20px/36px "merriweather-light", serif;*/
	width: 95%;
}

.section-head:hover h1 + hr {
	border-color: #283436;
	width: 120px;
	text-align: left;
}




/** 
/* 06. =header styles
/* =================================================================== */

header {
	/*height:71px;*/
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 600;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #fff;

	
}
header.opaque {
	background: #fff; /*border-bottom:#bc1c72 solid 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
	-webkit-box-shadow: 0 2px 15px 1px #363636;
box-shadow: 0 2px 15px 1px #363636;
}

/* header logo */
header .logo {
	background: #fff;
	float: left;
	width: auto;
	margin-left: 15px;
	/*margin-right: 30px;*/
	z-index: 600;    
	
	/* add position relative since z-index only applies to  
	elements that have been given an explicit position */
	position: relative;
}

header .logo a {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	width:200px;
	height:70px;
	background: url("../images/hwt_logo.png") no-repeat center top;
	/*background-size: 61px 14px;*/
}

/* header social */
header .header-social {
	font-size: 20px;
	font-weight: normal;
	line-height: 66px;
	margin-top: 0;
	margin-left: 30px;
	padding-left: 36px;
	border-left: 1px solid rgba(150, 150, 150, 0.2);
	float: left;
	position: relative;
	top: -1px;
}

header .header-social li {
	display: inline-block;
	margin-right: 15px;
}

header .header-social li a {
	color: #FFFFFF;
}

header .header-social li a:hover {
	color: #fdc501;
}

/* media queries:  
/* header/header components */
@media only screen and (max-width:880px) {
	header .header-social {
		display: none;
	}

}

@media only screen and (max-width:768px) {
	header {
		background: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	header .row {
		width: 100%;
	}

	header .logo {
		/*margin-left:-20px;*/
		margin:7px 0 0 -25px;
	}
	header .logo a{ background-size:230px 54px; width:250px; height:60px; }
}

/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap,
#nav-wrap ul,
#nav-wrap li,
#nav-wrap a {
	margin: 0;
	padding: 0;
}

/* nav-wrap */
#nav-wrap {
	font: 13px "Conv_Gotham-Medium", sans-serif;
	/*text-transform: uppercase;
	letter-spacing: 1.5px;*/
	float:right;  
}

/* hide toggle button */
#nav-wrap > a {
	display: none;
}

ul#nav {
	/*min-height: 66px;*/
	display: inline-block;
	width: auto;

	/* left align the menu */
	text-align: left;
	padding:3px 10px 0 0;
}

ul#nav li {
	position: relative;
	list-style: none;
	display: inline-block;
	/*height: 66px;*/
}

/* Links */
ul#nav li a {

	/* 14px padding top + 14px padding bottom + 38px line-height = 66px */
	display: block;
	padding:0 10px;
	line-height:30px;
	text-decoration: none;
	text-align: left;
	color: #60708f;
	position: relative;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

ul#nav li a:hover {
	color: #bc1c72;
}

ul#nav li a:active {
	background-color: transparent !important;
}

ul#nav li.current a {
	color:#fff; background-color:#bc1c72;
}

ul.star_logo{
	margin: 10px 8px 0 0 !important;
	list-style: none;
  overflow: hidden;
}
ul.star_logo li{
	list-style: none;
  display: block;
  float: right;
}
ul.star_logo li:last-child {
  line-height: 22px;
  font-family: "open_sansregular", serif;
margin-right: 5px !important;
}

/*ul#nav li.current a:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 2px;
	margin-left: -23px;
	background-color: white;
	content: '\0020';
	display: block;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

/* mobile navigation 
--------------------------------------------------------------------- */
/*@media only screen and (max-width:768px)*/
@media only screen and (max-width:970px) {
	#nav-wrap {
		z-index: 700;
		display: block;
		width: 100%;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}

	/* mobile-btn and toggle-btn */
	#nav-wrap > a {
		border: none;
		color: #FFFFFF;
		height: 40px;
		min-width: 40px;
		font-size: 12px;
		text-align: left;
		float: right;
		display: block;
		padding: 0;
		position: relative;
		top: 13px;
		right: 20px;
	}

	#nav-wrap > a:hover .menu-icon {
		background: #bc1c72;
	}

	#nav-wrap .menu-icon {
		display: inline-block;
		width: 24px;
		height: 3px;
		margin-top: -3px;
		position: absolute;
		right: 8px;
		top: 50%;
		bottom: auto;
		left: auto;
		background: #bc1c72;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font: 0/0 a;
		text-shadow: none;
		color: transparent;
	}

	#nav-wrap .menu-icon:before,
	#nav-wrap .menu-icon:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		background-color: inherit;
		left: 0;
	}

	#nav-wrap .menu-icon:before {
		bottom: 8px;
	}

	#nav-wrap .menu-icon:after {
		top: 8px;
	}

	/* dropdown nav */
	#nav-wrap ul#nav {
		background: #1c212a;
		padding:10px 30px 20px 30px;
		margin: 0;
		height: auto;
		display: none;
		clear: both;
		width: 100%;
		float: none;
		position: absolute;
		top: 66px;
		right: 0;
	}

	#nav-wrap ul#nav > li {
		display: block;
		float: none;
		height: auto;
		text-align: left;
		border-bottom: 1px dotted rgba(200, 200, 200, 0.1);
		padding: 6px 0;
	}

	#nav-wrap ul#nav > li:first-child {
		border-top: 1px dotted rgba(200, 200, 200, 0.1);
	}

	#nav-wrap ul#nav li a {
		display: block;
		width: auto;
		padding: 0;
		color: #cacbcb;
		padding: 12px 0;
		line-height: 16px;
		border: none;
	}

	#nav-wrap ul#nav li a:hover {
		color: #FFFFFF;
	}

	#nav-wrap ul#nav li.current > a {
		background: none;
		color: #bc1c72;
	}

	#nav-wrap ul#nav li.current > a:after {
		display: none;
	}

	#nav-wrap a.mobile-btn {
		display: none;
	}

	.js #nav-wrap a#toggle-btn {
		display: block;
	}

	/* if js is disabled */
	.no-js #nav-wrap:not(:target) > a:first-of-type,
	.no-js #nav-wrap:target > a:last-of-type {
		display: block;
	}

	.no-js #nav-wrap:target ul#nav {
		display: block;
	}
	
	ul.star_logo{ display: none; }

}

/* make sure the menu is visible on larger screens
--------------------------------------------------------------------- */
@media only screen and (min-width:970px) {
	#nav-wrap ul#nav {
		display: block !important;
	}

}


/* 
/* 07. =hero section
/* =================================================================== */

#home_slider {
	background: #fff url(../images/banner_bg.jpg) no-repeat center top;
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;*/
	min-height: 630px;
	width: 100%;
	text-align: left;
	position: relative;
	/*border-bottom: 1px solid #15191d;*/
}
#home_slider .slides .flex-caption h3 {

    text-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
    margin-top: 24px;
    filter: alpha(opacity=0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    
    zoom: 1;
}

.hero-content {
	position: relative;
	padding-top:80px;
	padding-bottom:70px;
}

/* hero slider */
#hero-slider {
	margin: 120px 0 54px;
	height:300px;
}

#hero-slider .slides .flex-caption{ margin:0 0 0 10px; }

#hero-slider .slides .flex-caption h1 {
font-family:'Conv_Gotham-Bold'; font-weight:normal; font-size:44px;	padding-bottom:20px;
color: white; text-shadow: 0 1px 20px rgba(0, 0, 0, 0.6); position: relative;    
/* for css animations */
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
zoom: 1;
}

#hero-slider .slides .flex-caption h1::after {
	display: block;
	background-color:#fff;
	width: 100px;
	height: 3px;
	content: '\0020';
	position: absolute;
	left: 0;
	bottom: 0;
}

/*#hero-slider .slides .flex-caption h3 {
	font: 18px/1.9 "merriweather-light", sans-serif;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	width: 85%;
	margin-top: 24px;
}*/

#hero-slider .slides .flex-caption h1 span,
#hero-slider .slides .flex-caption h1 a {
	display: inline-block;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

ul.home_slider_points{ margin:0; padding:0; }
ul.home_slider_points li{
font-family:'open_sanssemibold'; font-size:16px; font-weight: normal; color:#fff;
display:inline-block; width:290px; padding:0 0 10px 0;
}
.ul.home_slider_points li.long{ width:320px;  }

/* for oldIE - IE9 */
.oldie #hero-slider .slides .flex-caption h1 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.oldie #hero-slider .slides .flex-caption h3 {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

/* media queries:  
/* #hero / .hero-contert / #hero-slider */

@media only screen and (max-width:1200px) {
#hero-slider .slides .flex-caption h1{ font-size:35px; }
.hero-content{ padding:50px 0; }
#home_slider{ min-height:400px; }

}

@media only screen and (max-width:1024px) {
	
	.hero-content {
		padding-bottom: 90px;
	}

	#hero-slider {
		text-align: center;
		margin: 102px 0 36px;
	}

	#hero-slider .slides .flex-caption {
		margin:0 auto;
		width:100%;
	}

	#hero-slider .slides .flex-caption h1 { }

	#hero-slider .slides .flex-caption h1::after {
		margin-left: -50px;
		left: 50%;
	}

	#hero-slider .slides .flex-caption h3 {
		font: 16px/1.9 "merriweather-light", sans-serif;
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media only screen and (max-width:768px) {
#home_slider{ min-height:auto; background:none; }
.hero-content{
background: url(../images/banner_bg.jpg) no-repeat center top;
padding-bottom:72px;
}
#hero-slider{ margin:84px 0 36px; }
#hero-slider .slides .flex-caption{margin:0; width:auto;}
#hero-slider .slides .flex-caption h1{}
#hero-slider .slides .flex-caption h3{ width:100%; }
ul.home_slider_points li{ width:280px; }



}

@media only screen and (max-width:600px) {
.hero-content{ padding-bottom:72px;	}
#hero-slider{ margin:50px 0 36px; }
#hero-slider .slides .flex-caption{ margin:0; width:auto; }
#hero-slider .slides .flex-caption h1{ }
#hero-slider .slides .flex-caption h3{ width:90%; }
#home_slider .flex-control-nav{bottom:-80px!important;}

}

@media only screen and (max-width:480px) {
.hero-content{ padding-bottom:72px;	}
#hero-slider{ margin:50px 0 36px; }
#hero-slider .slides .flex-caption{ margin:0 20px 0; width:auto; }
#hero-slider .slides .flex-caption h1{	}
#hero-slider .slides .flex-caption h3{ width: auto;	}
#home_slider .flex-control-nav{bottom:-130px !important; }

}

@media only screen and (max-width:400px) {
.hero-content{ padding-bottom:54px; }
#hero-slider{ margin:72px 0 24px; }
#hero-slider .slides .flex-caption{ margin:0; }
#hero-slider .slides .flex-caption h1{}


}

/* control nav */
#home_slider .flex-control-nav {
	width: 100%;
	text-align: left;
	display: block;
	position: relative;
	bottom: 0;
	left: 30px;
	z-index: 500;
}

#home_slider .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

#home_slider .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	background: #6d003b;
}

#home_slider .flex-control-paging li a:hover {
	background: #c8c8c8;
}

#home_slider .flex-control-paging li a.flex-active {
	background: #fff;
	cursor: default;
}

/* media queries - .flex-control-nav */
@media only screen and (max-width:1024px) {
	#home_slider .flex-control-nav {
		text-align: center;
		left: 0;
	}

}

/* more link */
#home_slider #more {
	position: absolute;
	left: 50%;
	bottom: -27px;
	margin-left: 250px;
}

#home_slider #more a {
	font: 12px/54px "raleway-heavy", sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	display: block;
	height: 54px;
	width: 200px;
	border-radius: 3px;
	background: #e64e04;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color: #FFFFFF;
	-moz-transition: all 0.4s ease-on-out;
	-o-transition: all 0.4s ease-on-out;
	-webkit-transition: all 0.4s ease-on-out;
	-ms-transition: all 0.4s ease-on-out;
	transition: all 0.4s ease-on-out;
}

#home_slider #more a:hover {
	background: #fdc501;
	color: #000000;
}

#home_slider #more a i {
	margin-left: 6px;
	position: relative;
	right: -5px;
}

.summit_date{ font-family: 'Conv_Gotham-Bold'; font-weight:normal; font-size:30px; color:#4d5a75; padding:0 0 20px 0; border-bottom:dashed 1px #4d5a75; }
.summit_date span{ color:#c31c74; }



/* media queries - #more */
@media only screen and (max-width:1024px) {
	#home_slider #more {
		margin-left: -100px;
	}
	

}

#home_bottom{ margin:0; }
.home_bot_txt{  }
.home_bot_hr{ margin:0; }

@media only screen and (max-width:1200px) {
#home_bottom{ margin:40px 0 0 0; }
}

.home_key_themes{}
.home_key_themes_hr{ margin:0 0 0 0; }
.key_themes{ margin:0 0 30px 0; }
.key_themes h3{ font-family:"Conv_Gotham-Black"; font-size:15px; color:#bc1c72; text-transform:uppercase; font-weight:normal; margin:20px 0 5px 0; }
.key_themes_cnt p{ margin:5px 0; }
.key_themest .bgrid { padding:0 22px 6px; }

.you_meet{ margin:0 0 30px 0; }
.you_meet span{ float:left; font-family:'open_sansbold'; }
.you_meet span:first-child{ font-size:44px; color:#077c89; line-height:44px; padding:0 10px 0 0; text-transform:uppercase; }
.you_meet span:last-child{ font-size:18px; line-height:22px; color:#808080; width:65%; }

.you_meet_role{ margin:0 0 30px 0; }
.you_meet_role p{ line-height:22px; }
.you_meet_role_keyword{ color:#bc1c72; font-size:14px; }
.you_meet_role_keyword span{ display:block; }
.you_meet_join_discuss span{ color:#077c89; }


/** 
/* 08. =speakers styles
/* =================================================================== */

#talent_advisory {
	background:#077c89;
	padding:100px 0 50px 0;
	color:#fff;
}

#talent_advisory .row.items {
	max-width:1110px;
	margin-top: 24px;
}
.speakers_heading{ margin:0; padding:0; }

/* media queries - portfolio */

@media only screen and (max-width:1300px) {
#talent_advisory .row.items{width:100%;padding: 0;}
#talent_advisory .row.items .columns{padding: 0;}

}
@media only screen and (max-width:1300px) {
#talent_advisory{ padding:100px 0 0 0; }

}

@media only screen and (max-width:768px) {
	.section-head {
		text-align: center;
	}

	.section-head p {
		width: auto;
	}

	.section-head h1 + hr {
		margin-left: auto;
		margin-right: auto;
	}
	.you_meet span{ float:none; display:block; line-height:46px; }
	.you_meet span:first-child{ padding:0; width:auto; }
	.you_meet span:last-child{ width:auto;}


}

@media only screen and (max-width:600px) {
	.section-head p {
		width: auto;
	}
	.section-head h1{ font-size:24px; }
	.key_themes h3{ font-size:18px; }
	

}

@media only screen and (max-width:400px) {
	.section-head [class*="column"] {
		padding: 0;
	}

}

/* portfolio content */
#portfolio-wrapper{ }

#portfolio-wrapper:before,
#portfolio-wrapper:after {
	content: "";
	display: table;
}

#portfolio-wrapper:after {
	clear: both;
}

#portfolio-wrapper .bgrid {
	padding:0 10px;
}

.folio-item .item-wrap {
	/*background: #111417;*/
	overflow: hidden;
	position: relative;
}

.folio-item .item-wrap a {
display:block; cursor:pointer; position:relative; text-decoration:none;
}

.folio-item .item-wrap h5{
margin:0; padding:5px 0 0 5px; font-family: 'Conv_Gotham-Bold'; font-size:17px; font-weight:normal;
}
.folio-item .item-wrap p{ font-family:'open_sanssemibold'; font-size:14px; line-height:20px; margin:0; padding:5px 0 20px 5px; }

/* overlay */
.folio-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.folio-item .item-wrap .link-icon {
	display: block;
	height: 30px;
	width: 30px;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
}

.folio-item .item-wrap img {
	vertical-align: bottom;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width:100%;
	border:#8bb7bc solid 1px; padding:5px;
}

.folio-item .portfolio-item-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: -100px;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.folio-item .portfolio-item-meta h5 {
	font: 14px/21px "raleway-bold", sans-serif;
	letter-spacing: 2px;
	color: white;
	margin: 0;
}

.folio-item .portfolio-item-meta p {
	font: 14px/18px "raleway-semibold", sans-serif;
	color: #8A8A8A;
	margin: 0;
}

/* on hover */
.folio-item:hover .overlay,
.folio-item:hover .link-icon,
.folio-item:hover .portfolio-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	/*zoom: 1;*/
}

.folio-item:hover .portfolio-item-meta {
	left: 0;
}

.folio-item:hover .item-wrap img {
/*	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);*/
}

/* media queries - .portfolio-item-meta */

@media only screen and (max-width:500px) {
	.folio-item .portfolio-item-meta {
		top: 16%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 13px/21px "raleway-bold", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 13px/18px "raleway-semibold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	.folio-item .portfolio-item-meta {
		top: 12%;
	}

	.folio-item .portfolio-item-meta h5 {
		font: 11px/18px "raleway-bold", sans-serif;
		letter-spacing: 1px;
	}

	.folio-item .portfolio-item-meta p {
		font: 11px/16px "raleway-semibold", sans-serif;
	}

}

/* Popup Modal 
/* ------------------------------------------------------------------ */
.popup-modal {
	max-width:500px;
	background:#FFFFFF;
	position: relative;
	margin: 0 auto;  	
}

.popup-modal .media {
	position: relative;
}

.popup-modal img {
	vertical-align: bottom;
}

/* description */
.popup-modal .description-box {
	padding:0px 20px 20px;
	max-height:250px; overflow-y:scroll;
}

.popup-modal .description-box h4 {
	font-family: 'Conv_Gotham-Bold'; font-weight:normal; font-size:15px;
	color:#000000; margin:10px 0 5px 0;
}

.popup-modal .description-box p {
	font-size:14px; margin:0 0 7px 0;
	margin-bottom: 12px;
}

.description-box ul{margin-top: 5px;}

/* categories */
.popup-modal .categories {
	font: 11px/18px "raleway-heavy", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
}

/* link box */
.popup-modal .link-box {
width:100%;	overflow: hidden; background: #0c8f9e; font-family: 'open_sanssemibold';
}

.popup-modal .link-box a {
	color:#FFFFFF; text-decoration:none; font-size:14px; padding:10px 0;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	text-align: center;
	float: left;
	width: 50%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.popup-modal .link-box a:first-child {
	border-right: 1px solid rgba(200, 200, 200, 0.1);
}
.popup-modal .link-box a:last-child{ padding:14px 0; }

.popup-modal .link-box a:hover {
	background: #077c89;
	color: #000000;
	border: none;
}

/* media queries - popup-modal */

@media only screen and (max-width:600px) {
	.popup-modal {
		width: auto;
		margin: 0 20px;
	}

}

/* transition effect for modal popup
/* ------------------------------------------------------------------ */

/* overlay at start */
.mfp-fade.mfp-bg {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	zoom: 1;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* content animate in */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* 
/*========== Recruiting ==========*/

#recruiting {
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:30px;
}


.service-list h3{ font-family:"Conv_Gotham-Black"; font-size:14px; color:#bc1c72; text-transform:uppercase; font-weight: normal; }

.service-list .bgrid {
	padding: 0 22px 6px;
}

.service-list .bgrid {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

/*.service-list .bgrid:hover {
	background: rgba(0, 0, 0, 0.1);
}*/

@media only screen and (max-width:600px) {
	.service-list .bgrid:hover {
		background: inherit;
	}

}

#why_attend .service-list h3 {
	font: 18px/36px "raleway-heavy", sans-serif;
	color: #fdc501;
	padding: 0;
	text-transform: none;
	text-align: left;
	margin-bottom: 6px;
}

/* media queries:  
/* #why_attend / .service-list */

@media only screen and (max-width:1024px) {
	.service-list {
		margin: 18px 0 0;
	}

	.service-list .bgrid {
		padding: 0 18px 6px;
	}
	.folio-item .item-wrap{ padding:0 0 20px 0; }

}

@media only screen and (max-width:768px) {
	.service-list .bgrid {
		padding: 0 15px 6px;
	}

}

@media only screen and (max-width:600px) {
	.service-list .bgrid {
		padding: 0 10px 6px;
	}

}

@media only screen and (max-width:400px) {
	.service-list .bgrid {
		padding: 0 0 6px;
	}

}

/*========== Agenda ==========*/

#agenda {
	padding-top:100px;
	padding-bottom:30px;
}
.agenda_title{ font-family:'open_sansbold'; margin:0; padding:0 0 5px 3px; }
.agenda_tbl{ font-size:18px; }
.agenda_tbl table{ background-color:#fff; }
.agenda_tbl_head{
font-family:'open_sansbold'; color:#fff; text-transform:uppercase; padding:5px 0 5px 20px;
}
.agenda_regi_icon{font-family:'open_sansbold'; color:#fff; text-transform:uppercase; padding:5px 0;}
.agenda_regi_icon_light{font-family:'open_sansbold'; text-transform:uppercase; padding:5px 0;}
.agenda_tbl_cnt{ padding:5px 10px 5px 20px; }
.agenda_tbl_cnt h1{ border-bottom:#ccc solid 1px; font-size:13px; color:#c31c74; margin:0; padding:10px 0 7px 6px; }
.agenda_tbl_cnt h1 i{ padding:0 3px 0 0;}
.agenda_tbl_cnt ul{ list-style:none; margin:0; padding:5px 0 5px 8px; }
.agenda_tbl_cnt ul li{ font-family:'open_sanssemibold'; margin:0; padding:0; font-size:13px; color:#646464; }
.agenda_tbl_cnt ul li:before{ content:'\f105'; font-family:FontAwesome; color:#bc1c72; font-weight:bold; font-style:normal; padding:0 10px 0 0; }
.agenda_tbl_time{ padding:5px 0; }
.agenda_tbl_cnt, .agenda_tbl_time{ border-bottom:#ababab solid 1px; }
.agenda_tbl_cnt.last, .agenda_tbl_time.last{ border-bottom:0; }



/*========== Consulting ==========*/

#consulting {
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:50px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider{
position:relative; display: block; box-sizing: border-box; padding:40px 0 20px 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*========== Sponsors ==========*/

#careers {
	background:#fff;
	padding-top:100px;
	padding-bottom: 120px;
}


.sponsors_title{
font-family:'Conv_Gotham-Bold'; color:#bc1c72; font-weight:normal; padding:0 0 0 20px; margin:30px 0 0 0; text-transform:uppercase;
}


#careers-wrapper{ margin:0 auto; }
#careers-wrapper .member{ margin-bottom:24px; }
#careers-wrapper .member h3{ line-height:24px; margin-bottom:0; text-align:center; }
#careers-wrapper .member span{ position:relative; font-size:13px; line-height:15px; color:#FFFFFF; }
#careers-wrapper .member-pic{ position:relative; line-height:1; overflow:hidden; background:#FFFFFF; }
#careers-wrapper .member-pic img{ vertical-align:bottom; }


#careers-wrapper .member-social {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #969696;
	margin: 0;
	padding: 0;
}

#careers-wrapper .member-social li {
	display: inline-block;
	margin-right: 15px;
}

#careers-wrapper .member-social li a {
	color: #FFFFFF;
}

/*========== About HWT Global ==========*/

#about_hwt {
	background:#077c89; color:#fff;
	padding-top:80px;
	padding-bottom:50px;
}

/* process
-------------------------------------------------------------- */
.process {
	margin-top: 12px;
}

.process .bgrid {
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.process .bgrid:hover {
	background: rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width:600px) {
	.process .bgrid:hover {
		background: inherit;
	}

}
/* HWT Services */
#hwt_services{ padding-top:90px; padding-bottom:80px; background: #f8f8f8; }
.hwt_services_txt{ padding:15px 0 0 20px; }
.hwt_services_txt p{ margin:0 0 10px 0; }
.hwt_services_txt_hglt{ font-family:'Conv_Gotham-Medium'; font-weight:normal; }
.hwt_services_txt h3{ font-family:'Conv_Gotham-Medium'; font-weight:normal; color:#fff; font-size:14px; text-transform:uppercase; }
.hwt_services_txt h4{ font-family:'Conv_Gotham-Medium'; font-weight:normal; font-size:14px; text-transform:uppercase; }
.hwt_services_txt h5{ font-family:'Conv_Gotham-Medium'; font-weight:normal; color:#bc1c72; font-size:14px; margin:10px 0 0 0; }
ul.custom_events_list{ padding:0; margin:0; list-style:none; }
ul.custom_events_list li{ padding:0 0 10px 10px; }
ul.custom_events_list li:before{
content: '\f105'; font-family:FontAwesome; color:#bc1c72 ; font-weight:normal; font-style:normal; padding:0 10px 0 0;
}

@media only screen and (max-width:768px) {
#hwt_services .row{ padding-left:0px; padding-right:20px; }
.hwt_services_txt{}
}

/* team members */
#about .team{ margin-top:30px; }
#team{ background-color:#f8f8f8; padding-top:90px; padding-bottom:60px; }
#team-wrapper{ margin:0 0 0 0; }
.team_wrapper_head{
font-family:'Conv_Gotham-Bold'; font-weight:normal; font-size:16px; text-transform:uppercase; margin:0 0 0 20px;
}

#team-wrapper .member {
	margin-bottom: 24px;
	margin-top: 12px;
}

#team-wrapper .member h3{
line-height:24px; margin-bottom:0; font-family: 'Conv_Gotham-Medium'; font-weight:normal; font-size: 16px;
}

#team-wrapper .member span {
	position: relative;
	font-size: 13px;
	line-height: 15px;
	color: #077c89;
}

#team-wrapper .member-pic {
	position: relative;
	line-height: 1;
	overflow: hidden;
	background: #FFFFFF;
}

#team-wrapper .member-pic img {
	vertical-align: bottom;
}

#team-wrapper .mask {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(188, 28, 114, 0.5);
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

#team-wrapper .member:hover .mask {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

#team-wrapper .member-social {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #969696;
	margin: 0;
	padding: 0;
}

#team-wrapper .member-social li {
	display: inline-block;
	margin-right: 15px;
}

#team-wrapper .member-social li a {
	/*color: #FFFFFF;*/
}

#hwt_services hr, #team hr{ margin:20px 0 0 20px; }
#hwt_services .row:hover h1 + hr, #team .row:hover h1 + hr {
	border-color: #283436;
	width: 120px;
	text-align: left;
}

/* media queries:  
/* .team / #team-wrapper */

@media only screen and (max-width:1024px) {
	#team-wrapper .member-social li {
		margin-right: 10px;
	}

}

@media only screen and (max-width:768px) {
#team-wrapper .member p{ font-size:14px; line-height:27px; }
#careers-wrapper .member p{ font-size:14px; line-height:27px; }

}

@media only screen and (max-width:600px) {
#team-wrapper .member-pic{ width:80px; height:80px; float:left; margin-right:30px; position:relative; top:6px; }
#team-wrapper .member-pic .mask{ display:none; }
#team-wrapper .member-name + p { clear: both; margin-top: 30px;	}
#team-wrapper .member p { font-size:16px; line-height:30px; }

#careers-wrapper .member-pic{ width:98%; float:none; }
#careers-wrapper .member-pic .mask{ display:none; }
#careers-wrapper .member-name + p { clear: both; margin-top: 30px;	}
#careers-wrapper .member p { font-size:16px; line-height:30px; }

}



/* Call To Action 
------------------------------------------------------------------ */
#call-to-action {
	margin-top: 30px;
	padding-top: 36px;
	text-align: center;
}

#call-to-action h2,
#call-to-action p {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#call-to-action p {
	font: 20px/36px "merriweather-light", serif;
	color: #707273;
	width: 75%;
}

#call-to-action .section-ads {
	padding-top: 36px;
	border-top: 1px dotted rgba(150, 150, 150, 0.1);
}

#call-to-action h2 {
	font: 30px/36px "raleway-bold", sans-serif;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}

#call-to-action h2 span {
	color: #fdc501;
}

#call-to-action h2 a,
#call-to-action span {
	color: #FFFFFF;
}

#call-to-action h2 span {
	color: #ffd900;
}

#call-to-action .action a {
	font: 15px/60px "raleway-heavy", sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	display: block;
	padding: 0 30px;
	max-width: 400px;
	width: 100%;
	background: #e64e04;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	margin: 24px auto 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#call-to-action .action a:hover {
	background: #fdc501;
	color: #000000;
}

/* media queries - #call-to-action */
@media only screen and (max-width:600px) {
	#call-to-action h2,
	#call-to-action p {
		width: 85%;
	}

	#call-to-action h2 {
		font: 28px/36px "raleway-bold", sans-serif;
	}

	#call-to-action p {
		font: 18px/33px "merriweather-light", serif;
		width: 80%;
	}

}

@media only screen and (max-width:400px) {
	#call-to-action h2,
	#call-to-action p {
		width: auto;
	}

	#call-to-action h2 {
		font: 26px/36px "raleway-bold", sans-serif;
	}

	#call-to-action p {
		font: 16px/30px "merriweather-light", serif;
	}

}


/** 
/* 11. =testimonials
/* =================================================================== */

#testimonials {
	background: #e4b101;
	padding-top: 90px;
	padding-bottom: 112px;
	position: relative;
	min-height: 198px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#testimonials .flex-container {
	width: 80%;
	max-width: 850px;
	margin: 0 auto;
}

#testimonial-slider {
	margin: 0 0 30px 0px;
	padding-left: 0;
	position: relative;
}

#testimonial-slider p {
	font: 27px/1.9 "merriweather-regular", sans-serif;
	color: #FFFFFF;
	padding: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#testimonial-slider .testimonial-author {
	display: block;
	font: 16px/24px "raleway-heavy", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 24px;
	color: #FFFFFF;
}

#testimonial-slider .testimonial-author img {
	width: 72px;
	height: 72px;
	margin-right: 10px;
	display: inline-block;
	border-radius: 50%;
	border: 6px solid white;
	vertical-align: middle;
}

#testimonial-slider .testimonial-author .author-info {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

#testimonial-slider .testimonial-author .author-info span {
	display: block;
	font: 14px/18px "raleway-bold", sans-serif;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(0, 0, 0, 0.6);
}

/* control nav */
#testimonials .flex-control-nav {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	bottom: -72px;
}

#testimonials .flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
}

#testimonials .flex-control-paging li a {
	width: 12px;
	height: 12px;
	display: block;
	background: white;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
}

#testimonials .flex-control-paging li a:hover {
	background: #CCC;
	background: rgba(0, 0, 0, 0.5);
}

#testimonials .flex-control-paging li a.flex-active {
	background: #fff;
	background: black;
	cursor: default;
}

/* media queries:
/* #testimonials / #testimonial-slider */

@media only screen and (max-width:1024px) {
	#testimonials .flex-container {
		max-width: 700px;
	}

	#testimonial-slider p {
		font: 25px/1.9 "merriweather-regular", sans-serif;
	}

}

@media only screen and (max-width:768px) {
	#testimonials .flex-container {
		width: 90%;
	}

	#testimonial-slider p {
		font: 22px/1.9 "merriweather-regular", sans-serif;
	}

}

@media only screen and (max-width:600px) {
	#testimonials .flex-container {
		width: 95%;
	}

	#testimonial-slider p {
		font: 20px/1.9 "merriweather-regular", sans-serif;
	}

	#testimonial-slider .testimonial-author {
		font: 14px/24px "raleway-heavy" sans-serif;
	}

	#testimonial-slider .testimonial-author img {
		width: 60px;
		height: 60px;
		border: 6px solid white;
	}

	#testimonial-slider .testimonial-author .author-info span {
		font: 12px/18px "raleway-bold", sans-serif;
	}

}

@media only screen and (max-width:400px) {
	#testimonials .flex-container {
		width: auto;
	}

	#testimonial-slider p {
		font: 18px/1.9 "merriweather-regular", sans-serif;
	}

}

/** 
/* 12. =contact
/* =================================================================== */

#contact {
	background:#f8f8f8;
	padding-top:100px;
	padding-bottom:50px;
	overflow: hidden;
	border-bottom: 1px solid #15191d;  
}

#contact h3 {
	font-family: 'open_sansbold'; font-weight:normal; font-size:14px;
	padding: 0; margin:0;
}

#contact .left {
	padding-right: 35px;
}

#contact .right {
	position: relative;
	top: -6px;
}
.venue_address{}
.venue_address h2{ font-family:'open_sansbold'; font-weight:normal; color:#bc1c72; font-size:16px; text-transform:uppercase; }
.venue_address p{ padding:0; margin:0 0 10px 0; }

/* media queries:  
/* #contact / .left .right */

@media only screen and (max-width:1024px) {
	#contact .left {
		padding-right: 30px;
	}

	#contact .right {
		padding-left: 30px;
	}

}

@media only screen and (max-width:768px) {
	#contact .left,
	#contact .right {
		width: 100%;
		padding: 0 15px;
	}

	#contact .right p.lead {
		font: 18px/36px "merriweather-light", serif;
	}

}

@media only screen and (max-width:600px) {
	#contact .left,
	#contact .right {
		padding: 0 10px;
	}

	#contact .right p.lead {
		font: 17px/33px "merriweather-light", serif;
	}

}

@media only screen and (max-width:400px) {
	#contact .left,
	#contact .right {
		padding: 0;
	}

}

/* contact form */
#contact form {
	margin-top: 12px;
	margin-bottom: 30px;
}

#contact form div {
	position: relative;
}

#contact form div:before,
#contact form div:after {
	content: "";
	display: table;
}

#contact form div:after {
	clear: both;
}

#contact form div label {
	font: 11px/24px "raleway-bold", sans-serif;
	position: absolute;
	bottom: 3px;
	right: 6px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 20px;
	color: #e64e04;
}

input[type="text"],
input[type="password"],
input[type="email"],
#contact textarea,
#contact select {
	width: 100%;
}

#contact button.submitform {
	font: 15px/30px "raleway-heavy", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	height: 60px;
	display: inline-block;
	padding: 15px 30px;
	width: 100%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

#message-warning,
#message-success {
	display: none;
	background: #0F1215;
	border-radius: 3px;
	padding: 24px;
	margin-bottom: 36px;
	width: 100%;
}

#message-warning {
	color: #e64e04;
}

#message-success {
	color: #fdc501;
}

#message-warning i,
#message-success i {
	margin-right: 10px;
}

/* form loader */
#submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 18px;
	width: 100%;
	text-align: center;
}

#submit-loader .text-loader {
	display: none;
	font: 14px/30px "raleway-heavy", sans-serif;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.oldie #submit-loader .s-loader {
	display: none;
}

.oldie #submit-loader .text-loader {
	display: block;
}

/* loader animation 
------------------------------------------- */
.s-loader {
	margin: 12px auto 30px;
	width: 70px;
	text-align: center;
	-moz-transform: translateX(2.5px);
	-o-transform: translateX(2.5px);
	-webkit-transform: translateX(2.5px);
	-ms-transform: translateX(2.5px);
	transform: translateX(2.5px);
}

.s-loader > div {
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: 5px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

}


 
/* footer */

footer {
	background-color:#fff;
	padding-top: 60px;
	padding-bottom: 24px;
	position: relative; font-size:13px;
}
.footer_links_hold{ margin:0 10%; }
ul.footer_links{ margin:0; padding:0; list-style:none; }
ul.footer_links li{ margin:0; padding:0; }
ul.footer_links li a{ text-decoration:none; }
ul.footer_links li a:hover{ text-decoration:underline; }
.footer_links_hold h3{ font-family:'open_sansbold'; font-weight:normal; font-size:13px; margin:0; padding:0; }

footer .content {
	margin-bottom: 12px;
}

/*footer a,
footer a:visited {
	color: #a3a4a6;
}

footer a:hover,
footer a:focus {
	color: #fdc501;
}*/

footer hr {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width:90%;
	border-top: 1px solid rgba(150, 150, 150);
}

footer .info {
	width: 90%;
	max-width: 600px;
	margin: 42px auto 36px;
	text-align: center;
	clear: both;
}

footer .footer-logo {
	width: 100px;
	height: 23px;
	background: url("../images/logoW@2x.png") no-repeat center;
	background-size: 100px 23px;
	margin: 0 auto 21px;
	display: block;
	filter: alpha(opacity=10);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	opacity: 0.1;
	zoom: 1;
}

/* copyright */
footer .copyright{
clear:both;	margin:15px 0; padding:24px 18px 6px 18px; text-align:center; font-size:12px;
}

footer .copyright li {
	display: inline-block;
	padding: 0 5px;
}

/* social links */
footer .social-links {
	margin:0px auto 30px auto;
	padding: 0;
	font-size: 38px;
	text-align: center;
}

footer .social-links li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 32px;
}

footer .social-links li a {
}

footer .social-links li a:hover {
	
}

footer .social-links li:first-child {
	margin-left: 0;
}
.contact_form img{ border:#fff solid 5px; }

/* media queries - .social-links */

@media only screen and (max-width:920px) {
.footer_links_hold{ text-align:center; font-size:15px; line-height:30px; }
ul.footer_links{margin: 0 0 10px 0; padding:padding: 0 0 10px 0; border-bottom:#ccc dotted 1px; }
}



@media only screen and (max-width:600px) {
footer .social-links{font-size: 32px;}
footer .social-links li{margin-left: 18px;}

}

@media only screen and (max-width:450px) {
footer .social-links{font-size: 28px;}
footer .social-links li{margin-left: 14px;}

}

@media only screen and (max-width:400px) {
	footer .social-links {
		font-size: 25px;
	}

	footer .social-links li {
		margin-left: 12px;
	}

}

@media only screen and (max-width:350px) {
#agenda .row{ padding-left: 10px; padding-right: 10px; }
.you_meet_role_keyword{ font-size:16px; line-height:28px; }
.you_meet_join_discuss{margin: 30px 0 0 0;}
.you_meet_join_discuss span{ display:inline-block; padding: 0 0 10px 0; }
.you_meet_role p{ line-height:26px; }
	footer .social-links {
		font-size: 22px;
	}

	footer .social-links li {
		margin-left: 10px;
	}

}

/* go to top button 
------------------------------------------------------------------ */
#go-top {
	position: absolute;
	top: -21px;
	left: 50%;
	z-index: 600;
}

#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 54px; padding:15px 0 0 0;
	width: 200px;
	font-family: 'Conv_Gotham-Bold'; font-weight:normal; font-size:12px;
	margin-left: -100px;
	background: #bc1c72;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	color:#FFFFFF;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#go-top a:hover{ background:#bc1c72; }

#go-top a i{ margin-left:6px; position:relative; right:-2px; top:2px; font-size:20px; }

@media only screen and (max-width:840px) {
#go-top{top:auto !important; left:auto !important; bottom:20px; right:20px; font-size:16px}
#go-top a{width:100px; height:auto; padding:8px 10px; font-size:16px; border-radius:7px; }
#go-top a i{ display:none; }
}


/***** Web Fonts *****/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular-webfont.woff') format('woff'),
         url('fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-bold-webfont.woff') format('woff'),
         url('fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-semibold.woff') format('woff'),
         url('fonts/opensans-semibold.ttf') format('truetype'),
         url('fonts/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Conv_Gotham-Black';
	src: url('fonts/Gotham-Black.eot');
	src: local('☺'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot');
	src: local('☺'), url('fonts/Gotham-Bold.woff') format('woff'), url('fonts/Gotham-Bold.ttf') format('truetype'), url('fonts/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Gotham-Medium';
	src: url('fonts/Gotham-Medium.eot');
	src: local('☺'), url('fonts/Gotham-Medium.woff') format('woff'), url('fonts/Gotham-Medium.ttf') format('truetype'), url('fonts/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#register{ background:#ffffff; padding-top:80px; padding-bottom:50px; }
#register h1{ color:#818181; }
#register hr { border:solid #bc1c72; border-width:3px 0 0; margin:0 0 20px 0; }
.register_banner_hold{ background:url(../images/register_bg.jpg) no-repeat center top #bc1c72; height:195px; margin:0 0 20px 0; }
.register_banner{ font-family:'Conv_Gotham-Bold'; font-weight:normal; font-size:58px; color:#fff; line-height:50px; padding:70px 0 0 30px; }

#contact-form{ color:#808080; padding:10px 20px 10px 0; max-width:800px; }
#contact-form h1{ font-family: 'Conv_Gotham-Medium'; }
#contact-form input,   
#contact-form select,   
#contact-form textarea,   
#contact-form label{ 

} 
#contact-form input,   
#contact-form select,   
#contact-form textarea{ 
width:100%; border: #cfcfcf solid 1px; padding: 5px;
}
#contact-form select{ background: #fff; }

#contact-form input[type="radio"]{ width:auto; outline:none; margin:0; }
.attend_summit_hold{ padding:0 0 10px 5px; }
.attend_summit{ padding:10px 0 0px 10px; display:block; }
.attend_summit:last-child{ margin-bottom:15px; }
.attend_summit label{}

#contact-form input:focus,   
#contact-form select:focus,   
#contact-form textarea:focus {  
   background-color: #E5E6E7; 
}  
#contact-form textarea {
   width:100%;
   height:150px;
}
#contact-form button[type="submit"] {
font-family:'Conv_Gotham-Bold'; font-weight:normal; font-size:16px; color:#FFF;
background:#bc1c72; cursor:pointer; border:none; border-radius:5px;
width:130px; margin:0 0 5px; padding:7px;
}
#contact-form button[type="submit"]:hover {
   background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   -webkit-transition:background 0.3s ease-in-out;
   -moz-transition:background 0.3s ease-in-out;
   transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
} 
#contact-form .required, label span{
font-family:'open_sanssemibold'; font-weight:normal; color:#808080; font-size:13px; padding:0 0 0 5px;
}

/* Hide success/failure message
   (especially since the php is missing) */
#failure, #success {
   color: #6EA070; 
   display:none;  
}

@media only screen and (max-width:768px) {
#register h1, #contact-form label{ text-align:left; }
}

/* Make form look nice on smaller screens */
@media only screen and (max-width: 580px) {
#contact-form{
padding-left:3%; padding-right:3%;
/*left:3%; margin-right:3%; width:88%; margin-left: 0;*/
}
.modal{ width:100%; }

#register .row{ padding:0; }
.register_banner_hold{ height:160px; }
.register_banner{ padding:30px 0 0 20px; font-size:50px; line-height:48px;}
#register h1{ padding:0 0 0 10px; }
#register hr{margin: 0 0 20px 10px; }

}