@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Glegoo);


a.btn, input[type="submit"] {
	background-color: #ffc513;
	color: #00415d !important;
	box-sizing: border-box!important;
	border: 1px solid #ffc513;
	padding: 13px 18px 14px 18px;
	min-width: 160px;
	line-height: 100%;
	font-size: 125%;
	font-weight: 400;
	border-radius: 10px;
}

.slogan-button a:hover,
a.btn:hover, input[type="submit"]:hover {
	background-color: #ffd658;
}

.virtual-special-header-text{
  margin: 0;
  display: block;
  position: relative;
  width: 50%;
  float:right;
  text-align: center;
}

.image-with-text {
  overflow: hidden;
  position: relative;
  height: 300px;
}

.hero-logo {
  width: 100%!important;
  max-width: 600px;
  height: auto;
}

.page-sub {
  padding-top: 200px;
}
.page-sub h2, .white-text h2 {
    color: #fff!important;
}
h2.larger {
	font-size: 40px;
	font-weight: 700;
	color: #333;
	line-height: 40px;
	text-transform: uppercase;
}

#tabContainer {
  position: relative;
}

#virtual-hero strong, #virtual-hero  h2 {
    color: #176DBD;
}

.silver-callout {
  background: #DFE6EA;
  color:;
  padding: 20px;
  padding-bottom: 40px !important;
  margin-top: 0px;
  font-weight: 500 !Important;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  outline: 3px solid #C6CED3;
}
div.header-hubspot {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    color: #666;
    margin-top: 12px;
}
div.header-hubspot .hs_submit, div.header-hubspot div.input, div.header-hubspot div.hs-email {
    display: inline-block;
}
div.header-hubspot .hs_submit {
    padding-left: 12px;
}
div.header-hubspot input[type="text"] {
    width: 200px;
}
div.header-hubspot input[type="submit"] {
    outline:0;
}
.hbspt-form input[type="text"], .hbspt-form input[type="tel"],.hbspt-form input[type="email"], .hbspt-form textarea {
    width: 100%!important;
    max-width: 720px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 3px 6px;
    border: 1px solid #aaa;
    color: #000;
}

.hbspt-form  textarea {
    min-height: 120px;
}
.hbspt-form fieldset.form-columns-3 {
    max-width: 100%!important;
}
.hs-error-msgs {
    color: red;
}
div.hs-form-field {
    margin-top: 6px;
}
.form-narrower input.hs-input, .form-narrower div.input {
	max-width:200px;
	display: inline-block;
}
.form-narrower div.hbspt-form {
	max-width: 600px;
	min-width: 500px;
	display: inline-block;
	vertical-align: middle;
}
.form-narrower label, .form-narrower  input, .form-narrower .hs-submit, .form-narrower .hs-form-field {
	display: inline-block;
	vertical-align: middle;
}
.form-narrower label {
	padding-right: 8px;
	position: relative;
	top:2px;
}
.form-narrower .actions {
	padding-left:12px;
}
.form-narrower .hbspt-form input[type="submit"] {
	margin-top:8px;
}
.form-narrower .hbspt-form {
	box-sizing: border-box;
}

@media screen and (max-width:500px) {
	.form-narrower div.hbspt-form {
		width: 100%;
		min-width: 0;
	}
}

.container {
    position: relative;
}
.content li {
  font-size: 18px !important;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
}

.content li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #666;
  position: absolute;
  margin-top: -0px;
  left: -0px;
}

hr {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 0px;
  clear: both;
}

//hr:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f9f9f9;
  color: #ddd;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

#faq hr {
  border-top: 1px solid #ddd;
  text-align: center;
}

#faq hr:after {
  content: '§';
  display: inline-block;
  position: relative;
  top: -14px;
  padding: 0 10px;
  background: #f9f9f9;
  color: #ddd;
  font-size: 18px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  transform: rotate(60deg);
}

div.checkmark-left {
	position: relative;
	padding-left: 32px;
	font-size: 20px;
	line-height: 130%;
}
div.checkmark-left:before {
	content: '\f00c';
	font-family: 'fontawesome';
	color: #1ca6eb;
	position: absolute;
	line-height: 130%;
	left:0;
	top: 0;
	font-size: 28px;
}
ul.checkmarks li {
	padding-left:24px;
	position: relative;
	margin-bottom: 0.3em;
	line-height: 130%;
}
ul.checkmarks li:before {
	content: '\f00c';
	font-family: 'fontawesome';
	color: #1ca6eb;
	position: absolute;
	left:0;
	top: 0;
	font-size: 115%;
	line-height: 130%;
}
h4.media-heading {
	font-size: 24px;
}

strong.highlight, div.checkmark-left strong {
	color: #1ca6eb;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #c4d7e9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-weight: 300;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
}

blockquote:before {
  color: #176DBD;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 3rem;
  font-weight: 900;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  position: relative;
  top: -8px;
}

blockquote p {
  display: inline;
}

.row {
  padding: 10px 0;
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:768px) {
    div.row {
        margin-left:0!important;
        margin-right:0!important;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 7px;
}

a {
  color: #176DBD;
  text-decoration: none;
}

a:hover {
  color: #1CA6EB;
  text-decoration: none;
}


.red {
  color: #a82742!important;
}

@media (max-width: 680px) {
  table.agenda-table, table.agenda-table tr, table.agenda-table tbody, table.agenda-table tr td {
    display: block;
    width: 100%!important;
  }



}
@media (max-width: 600px) {
  .mobile-hide {
    display: none !important;
  }
}

#background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.pass {
  display: block;
  width: 100%;
  min-height: 100px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0!important;
  border-radius: 3px !important;
}

.pass hr {
  margin: 10px 0 12px !important;
}

.pass h5 {
  color: #111!important;
}

.pass-body {
  padding: 15px;
}

.pass input {
  cursor: pointer;
}

.pass h4 {
  color: white;
  font-size: 24px;
  padding: 8px 10px;
  margin: 0;
  font-weight: 300;
  letter-spacing: 1px;
}

.pass h3 {
  font-size: 48px;
  color: #0B5DA7;
}

.pass h4 small {
  color: white;
  font-size: 16px;
  display: block;
  opacity: .7 !important;
  font-weight: 100 !important;
  letter-spacing: 1px !important;
  padding-left: 1px !important;
}

.pass h6 {
  color: white;
  font-size: 18px;
  padding: 10px;
  font-weight: 300;
  margin: 0;
}

.pass h6 input[type=radio], .pass h6 input {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

.pass h3 .price-savings {
  font-size: 60%;
}

h2.workshop-pretext {
  color: #1CA7EC!important;
  height: auto;
  min-height: 0;
}

div#section.register .row .pass h3 {
  padding: 10px 0 10px 0 !important;
  margin: 0;
  font-weight: 300;
  font-size: 26px;
  display: inline-block !important;
}

div#section.register .row .pass h3.discount {
  position: relative;
  margin-right: 10px;
  color: #989898 !important;
}

.pass h3.discount:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  width: calc(100% + 10px);
  left: -5px;
  right: -5px;
  transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  height: 2px !important;
  background-color: #DA4453 !important;
  top: 50%;
  margin-top: -1px;
}

.pass p {
  font-size: 16px !important;
}

.pass ul {
  padding: 10px 0 10px 30px !important;
}

.pass ul:nth-of-type(1) li:nth-last-of-type(1) ul {
  padding-bottom: 0 !important;
}

.pass ul:nth-of-type(1) {
  padding-bottom: 0 !important;
}

.pass ul li {
  font-size: 16px !important;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
}

.pass ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #8CC63E;
  position: absolute;
  margin-top: -4px;
  left: -30px;
}

.pass ul li.not:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #E72121;
  position: absolute;
  margin-top: -8px;
  left: -30px;
}

.pass ul li.info:before {
  content: "\f05a";
  font-family: 'FontAwesome';
  font-size: 28px;
  color: #1CA6EB;
  position: absolute;
  margin-top: -8px;
  left: -30px;
}

.pass.diamond, .pass.blue, .pass.silver, .pass.forDiamond, .pass.grey {
  border: 2px solid #eee;
}

.pass.diamond {
  border-color: #89CFD2;
}

.pass.diamond h4, .pass.diamond h6 {
  background: #89CFD2;
}

.pass.forDiamond {
  border-color: #89CFD2;
}

.pass.forDiamond h4, .pass.forDiamond h6 {
  background: #89CFD2;
}

.pass.blue {
  border-color: #eeeeee;
}

.pass.blue h4, .pass.blue h6 {
  background: #0B5DA7;
}

.pass.silver {
  border-color: #eeeeee;
}

.pass.silver h4, .pass.silver h6 {
  background: #FFF;
  color: #434343;
  border-bottom: 1px solid #eee;
}

.pass.silver h4 small {
  color: #333;
  font-size: 16px;
  display: block;
  opacity: .7 !important;
  font-weight: 100 !important;
  letter-spacing: 1px !important;
  padding-left: 1px !important;
}

.pass.grey {
  border-color: #eeeeee !important;
}

.pass.grey h4, .pass.grey h6 {
  background: #eeeeee !important;
}

.pass-body h5 {
  font-size: 16px;
  font-weight: 600px !important;
}
//.nav-tabs>li>a {
  color: white !important;
}
//.nav-tabs>li>a:hover {
  color: gray !important;
}
//.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: gray !important;
}
.nav-tabs>li {
    margin-bottom: 0!important;
    padding-left:0!important;
}
.nav-tabs>li:before {
    content: ''
}

.venue-info-wrapper li {
  font-size: 18px !important;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding-left: 20px;
}

.venue-info-wrapper li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #999;
  position: absolute;
  margin-top: 4px;
  left: 0px;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f9f9f9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
}

p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}

.whyborder {
  border-right: 1px solid #176DBD;
}

.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: -26px;
}

div.speaker {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.indiv-socials {
  display: block;
  clear: both;
  text-align: center;
  padding: 10px 0px;
  font-size: 40px;
}

.brochure-row:after {
    content: "";
    display: table;
    clear: both;
}
img.brochure-banner-image {
	position: absolute;
	top:-60px;
}
@media screen and (max-width:991px) {
	img.brochure-banner-image {
		position:relative;
		top:0;
		margin: 0 auto;
	}
	div.brochure-banner-column {
		width: 100%!important;
		text-align: center;
	}
}

p.agenda-col-confsubtitle {
    margin:0;
    line-height: 115%;
}

@media screen and (max-width:990px) {

  .navbar-brand{
    height: 50px;
    width: 200px !important;
    float: none !important;
    margin: 0 auto;
  }


    .virtual-special-header-text {
        float: none!important;
        width: 100%!important;
        clear:both!important;
        padding-top:28px!important;
    }
    .virtual-special-header-text span {
        top:32px!important;
    }

}

@media screen and (max-width:480px) {
    .brochure-row .section-title h1 {
        font-size: 28px;
    }
    .sponsors-item-wrapper img {
        max-width:120px;
        height: auto;
    }
    div.speaker.virtual-event {
        max-width: 100%!important;
    }

}
.speaker-column {
  padding: 10px;
}

.speaker-name {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}

.speaker-name a {
  color: #176DBD !important;
  text-decoration: none;
}

.speaker-position {
  display: block;
  min-height: 100px;
  margin: 0;
  line-height: 120%;
}
div.virtual-event .speaker-position {
	font-size: 90%;
}
div.speaker.virtual-event {
    margin-bottom: 0;
}
div.virtual-home-speakers {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

span.speaker-previewtext {
  display: block;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 120%;
  margin-top: 9px;
  text-transform: none;
}

span.speaker-previewtext a {
  color: #1CA6EB;
}

span.speaker-previewtext a:hover {
  text-decoration: underline;
}

.speaker .image-holder {
  padding-bottom: 36px;
}

.speaker .image-holder img {
  border-radius: 0;
  border: 5px solid #fff;
  outline: 1px solid #ddd;
}

h1.speaker-name-h1 {
  text-align: left;
}

div.speaker {
  position: relative;
  text-align: center;
}

.speakers-social .fa {
  font-size: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.speakers-social a {
  font-weight: normal;
  font-size: 18px;
  vertical-align: top;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  opacity: 0.8;
  color: #1CA7EC;
}

.speakers-social a:hover {
  opacity: 1;
}

div.speaker .speakers-social {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 4px;
  width: 100%;
}

.speakers .image-holder img {
  width: 100%;
  filter: grayscale(100%);
}

.image-holder {
  position: relative;
}


.section-title h1 span.subhead, .section-title h2 span.subhead, p.subhead {
  font-size: 26px;
  line-height: 32px;
  margin-top: 10px;
  display: block;
  text-transform: none;
  font-weight: 300;
  color: #333;
}

.section-title h1, .section-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #176DBD;
  line-height: 100%;
  text-transform: uppercase;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

li {
  font-size: 18px !important;
  font-weight: normal;
  font-weight: 300;
}

h2 {
  font-size: 26px;
  color: #176DBD;
}




h4 {
  font-size: 26px;
}

#iframeholder iframe {
  display: inline;
  border: 0;
}

a:hover {
  text-decoration: none;
}

#topshelf a {
  color: white;
  padding: 0 5px;
}
#topshelf {
    top:0;
}

.inner-overlap {
  top: -300px;
}

.inner-sub {
  font-size: 22px;
  font-weight: 300;
}

.section-heading {
  text-align: center;
  margin-bottom: 65px;
}

.section-heading p {
  font-size: 18px;
  font-weight: 300;
  color: #727272;
  line-height: 20px;
}

.title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
  color: #1CA7EC;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.subtitle-des {
  color: #727272;
  font-size: 14px;
  margin-bottom: 35px;
  font-weight: 300;
}

.pages {
  padding: 80px 0 40px;
}

.moduler {
  padding: 140px 0;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #1CA7EC;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}


.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: -22px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
  background: #444;
}

.navbar-header .navbar-brand {
    padding: 5px 0;
  -webkit-transition: opacity .2s;
 /* Safari */
  transition: opacity .2s;
  max-width: 100%;
}
.navbar-header .navbar-brand img {
    max-width: 100%;
    height: auto;
}

#top-bar {
  z-index: 88;
  background: #fff;
  color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 0px solid #dedede;
}

#top-bar .navbar-nav > li > a:hover {
  background: transparent;
}

#top-bar.animated-header {
  padding: 20px 0;
  background: #ffffff;
  box-shadow: none;
}

#top-bar .main-menu li > a {
  color: #444;
}

#top-bar .main-menu li {
  position: relative;
}

#top-bar .main-menu li a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  text-transform: uppercase;
}

#top-bar .main-menu li a:hover {
  color: #1CA7EC;
}
@media screen and (max-width:992px) {
    .virtual-event #top-bar {
        position: relative!important;
    }
    .virtual-top-container {
        padding-top: 0!important;
    }
}
.navbar-custom .nav li > a {
  position: relative;
  color: #fff;
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}
.main-menu {
    position:absolute;
    top: 0;
    right:0;
    width: 100%;
}
.navbar-right {
    position: relative;
    top:10px;
    margin:0;
    right: 0;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
}
@media screen and (max-width:768px) {
    .navbar-right {
        background-color: #fff;
    }
    #top-bar .main-menu .navbar-right > li > a {
        color:#000;
    }
}
.navbar-nav.navbar-right li:not(.menu-item) {
    float: none;
    display: inline-block;
}
.navbar-right li a.social-nav-link  {
    padding-left: 2px!important;
    padding-right: 2px!important;
}


.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
}
//blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
//blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
//blockquote p {
  display: inline;
}

#hero-area {
  z-index: 80;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #fff;
  position: relative;
}

#hero-area:before {
  content: '';
  z-index: 9;
  background: rgba(255, 255, 255, 0.18);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#hero-area .block {
  position: relative;
  z-index: 999;
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#hero-area h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 38px;
  line-height: 27px;
  text-transform: uppercase;
  color: #666;
  font-family: 'Roboto', sans-serif;
  margin-top: 25px;
}

#hero-area .btn {
  background: #1CA7EC;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 30px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

#call-to-action {
  background: #1CA7EC;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
  text-align: center;
  position: relative;
  color: #fff;
}

#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #fff;
}

#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff;
}

#call-to-action .block p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
}

#call-to-action .block .btn-contact {
  background: #fff;
  border: none;
  color: #1CA7EC;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 0;
}

#call-to-action .block .btn-contact i {
  margin-right: 10px;
}

.row .register-text {
    font-size: 180%;
    font-weight: 700;
}

#about {
  padding: 110px 0;
}

#about .block {
  padding: 20px 30px 0 30px;
}

#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#about .block p {
  color: #727272;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 35px;
}

#about .block img {
  max-width: 100%;
}

#header-social-icons {
    position: absolute;
    top:-24px;
    right:0;
}
#header-social-icons a {
    color: #444;
    margin-left: 6px;
    font-size: 18px;
}
.hideit {
    display:none!important;
}

.testimonials-slider h2 {
    color: #fff!important;
    margin-top: 0!important;
}
.testimonials-slider p.lead {
    color: #fff!important;
    margin-bottom: 0!important;
}
.testimonials-slider .flex-control-paging li a {
    background: rgba(255,255,255,0.5);
}
.testimonials-slider .flex-control-paging li a.flex-active {
    background: rgba(255,255,255,1);
}
.testimonials-slider .flex-viewport {
    padding-bottom: 16px!important;
}
.testimonials-slider .flex-control-nav {
    bottom: 0!important;
}
div.clear-after:after {
    content: "";
    display: table;
    clear: both;
}
@media screen and (max-width:992px) {
    .testimonials-slider h2 {
        font-size: 22px;
    }
    .testimonials-slider p.lead {
        font-size: 16px;
    }
}
.works {
  padding: 80px 0;
  background: #FCFCFC;
  border-bottom: 1px solid #eee;
}

.works .block {
  position: relative;
  z-index: 99;
}

.works .block:hover .img-overly .overly {
  opacity: 1;
}

.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

.works .block .img-overly img {
  border-radius: 0;
}

.works .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%;
}

.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}

figure .img-wrapper {
  position: relative;
  overflow: hidden;
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

figure:hover .overlay {
  opacity: 1;
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}

figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

figure .overlay a:hover {
  text-decoration: none;
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666;
}

figure figcaption h4 {
  margin: 0;
}

figure figcaption h4 a {
  color: #1CA7EC;
}

figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}

#feature {
  padding: 50px 0;
}

#feature .media {
  margin: 0;
}

#feature .media .media-left {
  padding-right: 25px;
}

#feature h3 {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin: 0px 0px 15px;
  font-weight: 400;
}

#feature p {
  line-height: 25px;
  font-size: 18px;
  color: #777777;
}

.rounded {
  border-radius: 50%;
  background: gray;
}

#feature .icon {
  text-decoration: none;
  color: #1CA6EB;
  height: 80px;
  width: 80px;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-decoration: none;
  color: #333;
  height: 140px;
  text-align: center;
  width: 140px;
  font-size: 80px;
  line-height: 140px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#contact-section {
  padding: 35px 0;
}

#contact-section .contact-form {
  margin-top: 42px;
}

#contact-section .contact-form .btn-send {
  margin-top: 35px;
  color: #fff;
  outline: none;
  background: #1CA7EC;
}

#contact-section .contact-form .btn-send:hover {
  border: 1px solid #1CA7EC;
}

#contact-section input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, 0.3);
  box-shadow: none;
  -webkit-box-shadow: none;
}

#contact-section textarea {
  display: block;
  border-radius: 0;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-section .address, #contact-section .email, #contact-section .phone {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0 40px 0;
  margin-bottom: 20px;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i {
  font-size: 45px;
  color: #1CA7EC;
}

#contact-section .address h5, #contact-section .email h5, #contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4;
}

#contact-section .address-details {
  padding-top: 70px;
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC;
}

#footer {
  font-size: 18px;
  background: #fff;
  padding: 25px 0;
  border-top: 1px solid #eee;
  font-weight: 300;
}

#footer p {
  font-size: 14x;
  line-height: 26px;
}

#footer .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px;
}

#footer .copyright a {
  color: #1CA7EC;
}

#footer .social {
  text-align: right;
  margin-bottom: 0;
}

#footer .social li {
  display: inline-block;
  margin-right: 15px;
}

#footer i {
  font-size: 24px;
}

#footer i.fa-youtube-square {
  color: #FE292B;
}

#footer i.fa-twitter-square {
  color: #1CA7EC;
}

#footer i.fa-facebook-square {
  color: #065CA9;
}

#footer i.fa-rss-square {
  color: #F55D21;
}

#footer li a:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ddd;
  position: absolute;
  margin-top: 2px;
  left: 15px;
}

#footer li a {
  padding-left: 15px;
  margin-left: 0px;
}

#footer .social li a {
  font-size: 22px;
  color: #1CA7EC;
}

.cd-headline.slide .cd-words-wrapper {
  color: #1CA7EC;
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px;
}

.h4, h4 {
  font-size: 20px;
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px;
}

#copyright a:hover, #copyright nav .menu li a:hover {
  color: #e4e4e4!important;
}

#copyright a, #copyright a:hover {
  text-decoration: none;
}

.global-page-header {
  background-attachment: fixed;
  background-size: cover;
  padding: 120px 0 25px 0;
  position: relative;
  background: #1CA7EC;
  color: #fff;
}

.global-page-header h2 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.global-page-header .breadcrumb {
  background: none;
  font-size: 16px;
  padding: 8px 0;
}

.global-page-header .breadcrumb .active {
  color: #fff;
}

.global-page-header .breadcrumb li a {
  color: #fff;
}

.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center;
}

#product-showcase-banner {
  padding-top: 160px;
}

#product-showcase-banner .block {
  padding: 20px 0 20px 50px;
}

#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #1CA7EC;
  margin-bottom: 20px;
  margin-top: 0;
}

#product-showcase-banner .block p {
  color: #666;
  line-height: 25px;
}

#product-showcase-banner .block .buttons {
  margin-top: 25px;
}

#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: none;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px;
}

#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429E38;
}

#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429E38;
}

#product-showcase-banner .block .buttons .btn-buy {
  background: #00AEDA;
  border-bottom: 3px solid #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190B5;
}

#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: bold;
}

#product-description {
  padding-top: 80px;
}

#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#product-description .block .content {
  width: 60%;
  padding-top: 70px;
}

#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c;
}

#product-description .block .content p {
  color: #787f8c;
  line-height: 25px;
}

#related-items {
  padding: 60px 0 110px;
}

#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px 15px;
  text-align: left;
  color: #777;
}

#related-items .product-details {
  margin-bottom: 0;
}

#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
}

#related-items .block:hover .img-overly .overly {
  opacity: 1;
}

#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666;
}

#related-items .block h4 span {
  float: right;
  color: #1CA7EC;
}

#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, 0.85);
}

#related-items .block .img-overly img {
  border-radius: 0;
}

#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%;
}

#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff;
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center;
}

.service-page .service-parts .block i {
  font-size: 35px;
  color: #1CA7EC;
}

.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
}

.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%;
}

#clients {
  padding: 30px 0 60px;
}

#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

#clients .owl-carousel .owl-item {
  margin-right: 10px;
}

.works-fit {
  padding: 40px 0;
}

.works-fit figure .buttons {
  left: 14%;
}

.fancybox-close {
  background: url("../images/icons/close.png") no-repeat scroll 0 0 transparent;
  height: 50px;
  right: 0;
  top: 0;
  width: 50px;
}

.fancybox-next span {
  background: url("../images/icons/right.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  right: 0;
}

.fancybox-prev span {
  background: url("../images/icons/left.png") no-repeat scroll center center #009ee3;
  height: 50px;
  width: 50px;
  left: 0;
}

.fancybox-title h3 {
  font-size: 15px;
  margin: 0;
}

.fancybox-title {
  padding: 15px 8px;
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #1CA7EC;
  line-height: 1;
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0;
}

.wrapper_404 .btn-home {
  background: #414141;
  border: none;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

.company-description {
  margin-top: 80px;
}

.company-description .block h3 {
  margin-top: 0;
}

.company-description .block p {
  color: #727272;
}

#team {
  margin: 50px 0;
}

.team-member {
  margin-top: 30px;
}

.team-member:hover .team-img img {
  opacity: .8;
}

.team-member .team-img {
  position: relative;
}

.team-member .team-img .team-pic {
  width: 100%;
}

.team-member .team_designation {
  font-size: 13px;
}

.team-member h3 {
  color: #1CA7EC;
  margin-bottom: 0;
  font-size: 20px;
}

.team-member p {
  font-size: 14px;
}

.team-member .social-icons a {
  background: #1CA7EC;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  font-size: 15px;
}

.team-member .social-icons .facebook {
  padding: 4px 12px;
}

.about-feature {
  margin-top: 50px;
}

.about-feature .block {
  color: #fff;
  width: 33.33%;
  padding: 5%;
  float: left;
}

.about-feature .block p {
  font-weight: 300;
}

.about-feature .about-feature-1 {
  background: #1CA7EC;
}

.about-feature .about-feature-2 {
  background: #00B0C7;
}

.about-feature .about-feature-3 {
  background: #00A6BB;
}

#blog-full-width {
  padding: 40px 0 80px;
}

article {
  padding: 30px 0;
}

.blog-content h2 {
  font-family: 'Roboto', sans-serif;
}

.blog-content h2 a {
  color: #444;
  font-weight: 400;
  font-size: 30px;
}

.blog-content .blog-meta {
  color: #9a9a9a;
  font-weight: 300;
  margin-bottom: 25px;
}

.blog-content .blog-meta span:after {
  content: '/';
  padding: 0 3px 0 6px;
}

.blog-content .blog-meta a {
  color: #acacac;
}

.blog-content .blog-meta p {
  margin-top: 20px;
}

.blog-content .btn-details {
  color: #1CA7EC;
  padding: 0;
  background: #1CA7EC;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0;
  margin-top: 15px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 1px #1CA7EC;
}

.blog-post-image {
  margin-top: 30px;
}

.sidebar {
  padding-top: 60px;
}

.sidebar .widget {
  margin-bottom: 40px;
  padding: 15px;
  border: 1px solid #dedede;
}

.sidebar .widget h3 {
  margin-top: 8px;
}

.sidebar .search input.form-control {
  border-right: 0;
  border-radius: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.sidebar .search button {
  border-left: 0;
}

.sidebar .search button:hover {
  background: transparent;
}

.sidebar .author .author-img img {
  width: 90px;
  border-radius: 100%;
  margin-top: -40px;
  border: 3px solid #fff;
}

.sidebar .author .author-bio p {
  font-size: 14px;
  color: #888;
}

.sidebar .categories ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  list-style: none;
}

.sidebar .categories ul li span.badge {
  float: right;
  background: transparent;
  color: #444;
  border: 1px solid #dedede;
  border-radius: 0;
}

.sidebar .categories ul li a {
  color: #555;
}

.sidebar .categories ul li:last-child {
  border-bottom: none;
}

.sidebar .recent-post ul li {
  margin: 20px 0;
}

.sidebar .recent-post ul li a {
  color: #555;
  font-size: 15px;
}

.sidebar .recent-post ul li a:hover {
  color: #1CA7EC;
}

.sidebar .recent-post time {
  font-weight: 300;
  color: #999;
  font-size: 12px;
}

.gallery {
  padding: 100px;
}

.gallery figure .buttons {
  left: 40%;
}

.portfolio-meta span {
  margin: 5px 10px;
  font-weight: 300;
}

.portfolio-meta span a {
  color: #fff;
}

.portfolio-single {
  padding: 80px 0 20px;
}

.portfolio-single .portfolio-content {
  padding: 40px 0;
}

.single-post {
  padding: 80px 0 20px;
}

.single-post .post-content {
  padding: 40px 0;
}

.single-post .post-content ol li, .single-post .post-content ul li {
  color: #666;
}

.single-post .media {
  border: 1px solid #dedede;
  padding: 30px 20px;
}

.single-post .media .media-body a {
  color: #1CA7EC;
  font-size: 12px;
}

.single-post .media .media {
  border: none;
}

.single-post .comments {
  margin-top: 40px;
}

.single-post .post-comment {
  margin-top: 40px;
}

.single-post .post-comment h3 {
  margin-bottom: 15px;
}

.single-post .post-comment .form-control {
  box-shadow: none;
  border-radius: 0;
}

.single-post .post-comment .btn-send {
  background: #1CA7EC;
  color: #fff;
  border-radius: 0;
}

.social-share li {
  display: inline-block;
  margin: 3px 1px;
}

.social-share a {
  font-size: 20px;
  color: #fff;
  background: #1CA7EC;
  padding: 4px 10px;
  display: inline-block;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle {
  background: #000;
  float: none;
  position: absolute;
  top:0;
  right:0;
}

.dropdown-menu > ul {
  list-style: none;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: -5px;
  background: #fff;
  //background-color: rgba(0, 0, 0, 0.95);
  //box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  width: 200px;
}

.nav .open > a, .nav .open > a:focus {
  background-color: transparent;
}

#top-bar .dropdown-menu > ul > li > a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: #434343;
  //border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.navbar-fixed-top {
  top: 20px;
  border-width: 0 0 1px;
}

a .butn {
  background: #1CA7EC !important;
  border: none;
  color: #fff !important;
  padding: 20px 20px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0;
}

@media only screen and (max-width:980px) {
  #forMe {
    display: none
  }
}

#tabContainer {
  position: relative
}

#tabContainer #forMeTabs {
  display: none
}

@media only screen and (min-width:980px) {
  #tabContainer #forMeTabs {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0;
    pointer-events: none
  }

  #tabContainer #forMeTabs li {
    margin: 0 0 15px;
    list-style: none
  }

  #tabContainer #forMeTabs a {
    pointer-events: auto;
    display: inline-block;
    text-decoration: none;
    opacity: .8
  }

  #tabContainer #forMeTabs a h5 {
    margin: 0;
    padding: 5px 15px;
    font-style: normal;
    font-size: 1.1em
  }

  #tabContainer #forMeTabs a.selected, #tabContainer #forMeTabs a:hover {
    opacity: 1
  }

  #tabContainer #forMeTabs a.selected h5, #tabContainer #forMeTabs a:hover h5 {
    background: #434343;
    color: white;
  }
}

@media only screen and (min-width:980px) {
  #tabContainer #forMeTabSections {
    position: absolute;
    top: 6%;
    margin: 0;
    width: 100%;
    height: 70%;
    z-index: 1
  }
}

#tabContainer #forMeTabSections>li {
  margin: 0 0 20px;
  list-style: none
}

@media only screen and (min-width:980px) {
  #tabContainer #forMeTabSections>li {
    display: none;
    margin: 0
  }

  #tabContainer #forMeTabSections>li.selected {
    display: block
  }
}

#tabContainer #forMeTabSections .forMeBox {
  padding: 15px
}

@media only screen and (min-width:980px) {
  #tabContainer #forMeTabSections .forMeBox {
    position: absolute;
    height: 100%;
    width: 38%
  }
}

@media only screen and (min-width:980px) and (min-width:1400px) {
  #tabContainer #forMeTabSections .forMeBox {
    padding: 30px
  }
}

@media only screen and (min-width:980px) {
  #tabContainer #forMeTabSections .forMeBox:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid
  }
}

#tabContainer #forMeTabSections .tab1 .forMeBox:before {
  top: 14%
}

#tabContainer #forMeTabSections .tab2 .forMeBox:before {
  top: 44.3%
}

#tabContainer #forMeTabSections .tab3 .forMeBox:before {
  top: 75%
}

#tabContainer #forMeTabSections .tab4 .forMeBox {
  top: 24.5%
}

#tabContainer #forMeTabSections .tab4 .forMeBox:before {
  top: 85%
}

#tabContainer #forMeTabSections .forMeLeft {
  left: 0;
  background: #efefef;
  color: #434343;
}

#tabContainer #forMeTabSections .forMeLeft:before {
  right: -25px;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #efefef
}

#tabContainer #forMeTabSections .forMeLeft h4 {
  margin-top: 0;
  font-size: 1.8em
}

#tabContainer #forMeTabSections .forMeRight {
  right: 0;
  background: #efefef;
  color: #434343
}

#tabContainer #forMeTabSections .forMeRight:before {
  left: -25px;
  border-width: 25px 25px 25px 0;
  border-color: transparent #efefef transparent transparent
}

#tabContainer blockquote {
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
  border-left: none;
  font-size: 24px;
  font-weight: 300;
}

#tabContainer blockquote:before {
  content: "“";
  font-size: 6em;
  line-height: 0;
  height: 50px;
  display: block;
  position: relative;
  bottom: -50px;
  left: -10px;
  font-style: normal
}

#tabContainer blockquote strong {
  display: block;
  line-height: 1.1em;
  border-left: none;
  font-weight: 300;
}

#tabContainer blockquote cite {
  display: block;
  font-size: 20px;
  margin-top: 15px;
}

img .speakerPic {
  border-radius: 50%;
  border: 2px solid #ccc;
}

#forMeTabSections li {
  margin-bottom: 20px;
}

#forMeTabSections li:before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #434343;
  position: absolute;
  margin-top: 5px;
  left: 15px;
}

div.workshopnote p {
  text-align: center;
  font-size: 26px;
  line-height: 130%;
  text-align:center;
  color:#fff;
  display: block;
  height: auto;
}
.home-newsletter-signup .hs-form.stacked {
    padding:0!important;
}
.home-newsletter-signup .form-columns-2 {
    display: inline-block!important;
	vertical-align: top;
}
.home-newsletter-signup input[type="text"], .home-newsletter-signup input[type="email"] {
	margin-bottom: 0;
	color: #000!important;
}
.home-newsletter-signup label {
	display: none;
}
.home-newsletter-signup .hs-form-field.hs-email label {
    /* display: inline-block; */
	vertical-align: top;
    padding-right: 10px;
}
.home-newsletter-signup .hs-form fieldset.form-columns-1 {
	display: inline-block;
	vertical-align: top;
}

.home-newsletter-signup .hbspt-form {
	width: 100%;
}
.home-newsletter-signup .hs-submit {
    width: auto;
    display: inline-block;
	vertical-align: bottom;
    padding:0 12px;
	position: relative;
	top: 0;
}
.home-newsletter-signup .hs-button.primary {
    margin: 0;
}
.home-newsletter-signup .hs-form-field.hs-email {
    width: auto;
    display: inline-block;
    max-width: 500px;
}
.home-newsletter-signup .hs-form-field.hs-email .input {
    display: inline-block;
    width: 300px;
    max-width:100%;
}
.home-newsletter-signup .hs-form-field.hs-email input[type="email"] {
    width: 100%;
}

#editpagelink {
	font-size: 11px;
	font-weight: bold;
	position: fixed;
	z-index: 1200;
	right: 0;
	bottom: 0;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #4c819f;
	-webkit-box-shadow: 0 0 2px 3px #aaa;
	-moz-box-shadow: 0 0 2px 3px #aaa;
	box-shadow: 0 0 2px 3px #aaa;
}

#editpagelink:hover {
	background-color: #2b6281;
}
