
/********************/
/* GLOBAL           */
/********************/

body {
	margin: 0;
	padding: 0;
	font: 16px 'Open Sans', Arial, sans-serif;
	background: #ffffff;
	color: #525356;
	line-height: 26px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

  body.home {
	padding: 0;
	margin: 0;
	width: 100%;
  }

  body.noscroll {
	position: fixed; 
	overflow-y: scroll;
	width: 100%;
  }

h1 {
	padding: 0;
	margin: 0 0 50px 0;
	font-family: 'Lato', Arial;
	font-size: 36px;
	line-height: 42px;
	color: #111111;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

  #post-4591 h1 {
	margin-bottom: 20px;
  }

h2 {
	padding: 0;
	margin: 0 0 40px 0;
	font-family: 'Open Sans';
	font-size: 30px;
	line-height: 36px;
	color: #525356;
	font-weight: 600;
	text-transform: uppercase;
}

  h2.top {
	margin: 0;
  }

  h2.directory-heading {
	padding: 0;
	margin: 0 0 50px 0;
	font-family: 'Lato', Arial;
	font-size: 36px;
	line-height: 42px;
	color: #111111;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
  }

  #directory-container {
	padding: 0;
	margin: 0 auto;
	width: 740px;
	max-width: 100%;
	overflow: hidden;
  }

h3,
h4 {
	padding: 0;
	margin: 0 0 30px 0;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 26px;
	color: #525356;
	font-weight: 600;
}

  h3.heading {
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	font-weight: 700;
  }

  h3.section-title {
	margin: 0 0 40px 0;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
  }

hr {
	display: block;
	border: #dddddd;
	background: #dddddd;
	height: 1px;
	margin: 30px 0;
}

  hr.spacer {
	display: block;
	border: #111111;
	background: #111111;
	height: 2px;
	margin: 60px auto;
	width: 50%;
  }

a {
	color: #336699;
	text-decoration: none;
}

  a:hover {
	text-decoration: underline;
  }

p {
	margin: 30px 0;
	line-height: 26px;
}

  p.top {
	margin: 0 0 30px 0;
  }

  p.bottom {
	margin: 30px 0 0 0;
  }

  p.bottom50 {
	margin: 50px 0 0 0;
  }

  p.nm {
	margin: 0;
  }

  p.contact {
	margin: 0 0 20px 0;
	font: 16px 'Open Sans', Arial, sans-serif;
	line-height: 26px !important;
  }

  p.db-indent {
	padding: 0 100px;
  }

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

  ul li {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  ul.three-columns {
	column-count: 3;
	column-gap: 10px;
  }

  ul.bullets li {
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0 0 6px 0;
	background: url('../images/ats_bullet.png') no-repeat left 10px;
	line-height: 24px;
  }

  ul.bulleted {
	list-style: none;
	padding: 0;
	margin: 25px;
  }

    ul.bulleted li {
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	background: url('../images/bullet-filled.png') no-repeat left 10px;
    }

  ul.bulleted-inner {
	list-style: none;
	padding: 0;
	margin: 25px;
  }

    ul.bulleted-inner li {
	list-style: none;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	background: url('../images/bullet-empty.png') no-repeat left 10px;
    }

.inner {
	margin: 0 auto;
	width: 1040px;
	overflow: hidden;
	box-sizing: border-box;
}

  .inner.white {
	padding: 30px;
	background: #ffffff;
  }

.wrap {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.wrap80 {
	margin: 0 auto;
	width: 80%;
	overflow: hidden;
}

.wrap50 {
	margin: 0 auto;
	width: 50%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.small {
	font-size: 13px;
	line-height: 19px;
}

.larger {
	font-size: 18px;
	line-height: 28px;
}

.ucase {
	text-transform: uppercase;
}

.lcase {
	text-transform: capitalize;
}

.indent {
	padding: 0 50px;
}

.justify {
	text-align: justify;
}

.dark {
	color: #323336;
}

.red {
	color: #ea1a20;
}

.blue {
	color: #336699;
}

a.cbutton {
	display: inline-block;
	padding: 0 32px;
	margin: 0;
	border: 2px solid #ea1a20;
	border-radius: 0;
	background: #ffffff;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	font-weight: 600;
	color: #ea1a20;
	text-decoration: none;
}

  a.cbutton:hover {
	background: #ea1a20;
	color: #ffffff;
  }

  a.cbutton.blue {
	border: 2px solid #2445a2;
	color: #2445a2;
  }

    a.cbutton.blue:hover {
	background: #2445a2;
	color: #ffffff;
    }

/********************/
/* HEADER TOP       */
/********************/

#header-top {
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 6px 0;
	background: #666666;
	font-size: 13px;
	line-height: 26px;
	width: 100%;
	height: 26px;
	overflow: visible;
	z-index: 999;
}

  #header-top .inner {
	padding: 0 30px;
	width: 100%;
  }

  #header-top-left {
	float: left;
	width: 360px;
	overflow: hidden;
  }

  #header-top-right {
	float: right;
	padding: 2px 0;
	width: 360px;
	overflow: hidden;
  }

  #header-top span.tr-link {
	float: left;
	margin: 0 12px 0 0;
  }

    #header-top span.tr-link a {
	color: #ffffff;
    }

  #languages-widget {
	float: left;
  }

  #user-info {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #cccccc;
	line-height: 22px;
	text-align: right;
  }

    #user-info a {
        color: #cccccc;
	font-weight: 600;
    }

    #user-info a.sign-in-out {
	display: inline-block;
	padding: 0 10px;
	margin: 0 0 0 15px;
	border: 1px solid #cccccc;
	border-radius: 0;
	height: 20px;
	line-height: 18px;
	font-size: 11px;
	color: #cccccc;
	text-decoration: none;
    }

      #user-info a.sign-in-out:hover {
	background: #3a3a3a;
	color: #ffffff;
	text-decoration: none;
      }

/********************/
/* HEADER           */
/********************/

#header {
	position: fixed;
	left: 0px;
	top: 38px;
	padding: 15px 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #dddddd;
	background: #ffffff;
	width: 100%;
	box-sizing: border-box;
	z-index: 998;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

  #header .inner {
	padding: 0 30px;
	width: 100%;
  }

  #header-logo {
	float: left;
	margin: 0;
  }

    #header-logo img {
	display: block;
    }

/********************/
/* MENU             */
/********************/

  #header-menu {
	float: right;
	padding: 15px 0;
	margin: 0;
  }

  #site-menu ul {
	float: none;
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
  }

    #site-menu ul li {
	padding: 0;
	margin: 0 30px 0 0;
	background: none;
	display: inline;
    }

      #site-menu ul li:last-child {
	margin-right: 0;
      }

      #site-menu ul li.mLinks {
		display: none;
		position: absolute;
		padding: 2px;
		margin: 0;
		border: 1px solid #e5e5e5;
		background: #ffffff;
		text-align: left;
		min-width: 120px;
		height: auto;
		box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.3);
		z-index: 99990;
      }

        #site-menu ul li.mLinks a {
		float: none;
        	display: block;
	        padding: 0 12px;
        	margin: 0;
	        border: 0;
        	color: #222222;
	        font-size: 14px;
	        font-weight: 400;
	        text-decoration: none;
		height: 36px;
	        line-height: 36px;
        }

          #site-menu ul li.mLinks a:hover {
		background: #999999;
		color: #ffffff;
		text-decoration: none;
          }

    #site-menu ul li a,
    #site-menu ul li span {
	display: inline-block;
	padding: 0;
	margin: 0;
	border-bottom: 0;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
    }

      #site-menu ul li a.active,
      #site-menu ul li span.active,
      #site-menu ul li span.on,
      #site-menu ul li a.on,
      #site-menu ul li a:hover,
      #site-menu ul span:hover {
		color: #666666;
		text-decoration: none;
      }

      #site-menu ul li a.on {
		font-weight: 600;
		color: #000000;
      }

/********************/
/* CONTENT          */
/********************/

#content {
	padding: 60px 0;
	margin: 140px 0 0 0;
}

  #content.nopadding {
	padding: 0;
  }

  #content .inner.white {
	min-height: 600px;
  }

  .two-column {
	float: left;
	width: 50%;
  }

  .two-column-center {
	float: left;
	width: 50%;
	text-align: center;
  }

  .three-column {
	float: left;
	width: 33.3%;
  }

  .three-column-center {
	float: left;
	width: 33.3%;
	text-align: center;
  }

  .column-left {
	float: left;
	width: 480px;
  }

  .column-right {
	float: right;
	width: 480px;
  }

/********************/
/* VENUE            */
/********************/

.espresso_venues h1.entry-title {
  text-transform: none;
  margin: 0 0 40px 0;
}



/********************/
/* SHOW MENU        */
/********************/

.show-menu {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}

  .show-menu a {
	display: inline-block;
	padding: 48px 0 0 0;
	margin: 0 30px;
	border: 0;
	border-radius: 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #323336;
	text-decoration: none;
	text-transform: none;
  }

    .show-menu a span {
	display: inline-block;
	padding: 2px 0 0 0;
	background: #ffffff;
    }

    #sm-link-travel {
	background: url('../images/menu_icon_travel.png') no-repeat center top;
    }

    #sm-link-directory {
	background: url('../images/menu_icon_directory.png') no-repeat center top;
    }

    #sm-link-floorplan {
	background: url('../images/menu_icon_floorplan.png') no-repeat center top;
    }

    #sm-link-categories {
	background: url('../images/menu_icon_categories.png') no-repeat center top;
    }

    #sm-link-seminars {
	background: url('../images/menu_icon_seminars.png') no-repeat center top;
    }

      #sm-link-travel:hover,
      #sm-link-directory:hover,
      #sm-link-floorplan:hover,
      #sm-link-categories:hover,
      #sm-link-seminars:hover,
      #sm-link-travel.on,
      #sm-link-directory.on,
      #sm-link-floorplan.on,
      #sm-link-categories.on,
      #sm-link-seminars.on {
	background-position: center -48px;
      }

    .show-menu a:hover {
	color: #cc1a20;
    }

/********************/
/* BUTTONS          */
/********************/

a.button-generic {
	display: inline-block;
	padding: 0 24px;
	margin: 0;
	border: 1px solid #aaaaaa;
	border-radius: 0;
	background: #ffffff;
	height: 30px;
	line-height: 30px;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 600;
	color: #3a3a3a;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

  a.button-generic:hover {
	border: 1px solid #33669;
	background: #336699;
	color: #ffffff;
	text-decoration: none;
  }

a.theme-button {
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	height: 40px;
	line-height: 39px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
}

  a.theme-button.ml {
	margin-left: 20px;
  }

  a.theme-button.red {
	background: #ea1a20;
	color: #ffffff;
  }

    a.theme-button.red:hover {
	background: #cc1a20;
	text-decoration: none;
    }

  a.theme-button.pink {
	background: #0082cc;
	color: #ffffff;
  }

    a.theme-button.pink:hover {
	background: #004166;
	text-decoration: none;
    }

  a.theme-button.gold {
	background: #cc9900;
	color: #ffffff;
  }

    a.theme-button.gold:hover {
	background: #ab8b00;
	text-decoration: none;
    }

/********************/
/* FORM FIELDS      */
/********************/

form p {
	margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

label {
	float: left;
	padding: 0;
	margin: 0;
	height: 36px;
	line-height: 36px;
}

  label.ee-reg-qstn {
	height: auto;
  }

.login-username label,
.login-password label {
	width: 120px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
textarea {
	padding: 10px;
	margin: 0;
	border: 1px solid #cccccc;
	-webkit-appearance: none;
	outline: none;
	height: 36px;
	box-sizing: border-box;
	font: 16px 'Lato', Arial, sans-serif;
	color: #333333;
}

input[type=checkbox] {
	margin: 0 5px 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
}

select {
	padding: 5px;
	margin: 0;
	border: 1px solid #cccccc;
	outline: none;
	height: 36px;
	font: 16px 'Lato', Arial, sans-serif;
	color: #333333;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border: 1px solid #ea1a20;
}

.login-remember,
.login-submit,
.login-forgot-password {
	padding-left: 120px;
}

.login-remember {
	font-size: 13px;
	line-height: 1.2em;
}

.login-forgot-password {
	font-size: 13px;
	line-height: 17px;
}

  .login-remember label {
	width: auto;
	height: 1.2em;
	line-height: 1.2em;
  }

.button-primary,
input[type=submit],
form p.submit #wp-submit {
	float: none;
	display: inline-block;
	padding: 0 24px;
	margin: 0 30px 0 0;
	border: 0;
	height: 36px;
	line-height: 32px;
	font-size: 16px;
	text-decoration: none;
	font: 16px 'Lato', Arial, sans-serif;
	font-weight: 400;
	background: #4a4647;
	border-radius: 3px;
	color: #ffffff;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
}

  .button-primary:hover,
  input[type=submit]:hover,
  form p.submit #wp-submit:hover {
	background: #262223;
	text-decoration: none;
  }

input[type=submit],
input[type=button],
button {
	font: 16px 'Lato', Arial, sans-serif;
}

  input[type=submit]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner,
  button::-moz-focus-inner {
	border: none;
  }

/********************/
/* CONTACT FORMS    */
/********************/

.wpcf7-form div.wrap {
	margin: 0 0 10px 0;
}

.wpcf7-form label,
.wpcf7-quiz-label {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #424344;
	height: 30px;
	line-height: 30px;
}

  .wpcf7-form label span {
	font-weight: 400;
	color: #727374;
  }

    .wpcf7-form label span.wpcf7-quiz-label {
	font-weight: 600;
	color: #424344;
    }

    .wpcf7-form label span.red {
	color: #ea1a20;
    }

.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 380px;
}

.wpcf7-form textarea {
	height: auto;
}

.wpcf7-form-control-wrap {
	position: static !important;
}

  .wpcf7-form-control-wrap label {
	height: auto;
  }

  .wpcf7-form input[type=text].wpcf7-quiz {
	width: 90px;
  }

span.wpcf7-not-valid-tip {
	color: #ea1a20 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 26px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #ffcc00 !important;
}

div.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 15px 20px !important;
	font-weight: 600;
}

span.wpcf7-list-item {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 40px 10px 0;
	line-height: 22px;
	font-weight: 600;
	height: 60px;
}

  span.wpcf7-list-item > span.wpcf7-list-item-label {
	display: none;
  }

  span.wpcf7-list-item.first {
	margin: 0 40px 10px 0;
  }

  span.wpcf7-list-item input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(1) {
	background: url(https://www.appareltextilesourcing.com/wp-content/uploads/2019/03/ATSM-Logo-144x80-01.png) no-repeat 30px top;
	background-size: auto 60px;
	width: 140px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(2) {
	background: url('../images/logo_atsc_2019_black_dates.png') no-repeat 30px top;
	background-size: auto 60px;
	width: 150px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(3) {
	background: url('../images/logo_atsg_2019_black_dates.png') no-repeat 30px top;
	background-size: auto 60px;
	width: 160px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(4) {
	background: url(https://www.appareltextilesourcing.com/wp-content/uploads/2018/12/logo_ats_montreal_black.png) no-repeat 30px top;
	background-size: auto 60px;
	width: 160px;
  }

/********************/
/* CUSTOM WP-LOGIN  */
/********************/

#login {
	padding-top: 40px;
}

  #login h1 {
	text-align: left;
	margin-bottom: 20px;
  }

    #login h1:after {
	content: "Sign In";
    }

    .login-action-lostpassword #login h1:after,
    .login-action-rp #login h1:after {
	content: "Forgot Password";
    }

    #login h1 a {
	display: none;
    }

#loginform {
	margin: 0 auto;
	width: 320px;
}

  #loginform p .input {
	width: 200px;
  }

#login #loginform p {
	height: 90px;
}

  #login #loginform p.forgetmenot {
	height: 40px;
  }

  #login #loginform p.submit {
	height: auto;
	text-align: left;
  }

#login form#lostpasswordform p.submit {
	margin-top: 20px;
}

.login #login form {
	padding: 0;
	margin-top: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login #login_error,
.login .message {
	border-left: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login #nav {
	display: block;
	padding: 0;
	margin: 25px 0 0 0;
	font-size: 14px;
	line-height: 22px;
}

.login #nav a {
	color: #336699;
	text-decoration: none;
}

  .login #nav a:hover {
	color: #336699;
	text-decoration: underline;
  }

#backtoblog {
	display: none;
}

/********************/
/* SIGNIN PAGE      */
/********************/

#post-36 #loginform {
	float: right;
	padding: 20px 20px 35px 20px;
	margin: 5px 0 30px 0;
	border: 4px solid #dddddd;
	border-radius: 4px;
}

/********************/
/* CATEGORIES       */
/********************/

.wrap.cats {
	background: url('../images/cats_wrap_bg.jpg') no-repeat right 20px;
	min-height: 370px;
}

.cats-column {
	float: left;
	width: 26%;
}

  .cats-column h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #444444;
  }

  .cats-column ul.bullets li {
	margin: 0 0 10px 0;
  }

#post-26 .entry-header {
	display: none;
}

/********************/
/* PARTNERS         */
/********************/

ul.partners {
	padding: 0;
	margin: 0;
	width: 1040px;
	overflow: hidden;
}

ul.partners li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 0 60px 0;
	background: none;
	width: 470px;
}

  ul.partners li:nth-child(odd) {
	padding-right: 100px;
  }

  ul.partners li span.image {
	display: block;
	margin: 0;
	height: 91px;
  }

    ul.partners li span.image img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    }

  ul.partners li span.text {
	display: block;
	margin: 15px 0 0 0;
	line-height: 24px;
	text-align: justify;
  }

/********************/
/* PRESS            */
/********************/

.press-contact {
	float: left;
	width: 50%;
}

/********************/
/* POSTS PAGES      */
/********************/

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

footer.entry-footer .byline,
footer.entry-footer .updated,
nav.post-navigation {
	display: none;
}

/********************/
/* EVENTS           */
/********************/

table {
	margin: 0;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 10px;
	margin: 0;
	background: #ffffff;
	border: 1px solid #dddddd;
}

#display-tckt-slctr-tkt-details-64-4,
#hide-tckt-slctr-tkt-details-64-4,
#display-tckt-slctr-tkt-details-65-5,
#hide-tckt-slctr-tkt-details-65-5,
.tckt-slctr-tkt-details-td {
	display: none;
}

.ee-reg-form-qstn-grp-dv {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.ee-reg-form-attendee-dv {
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.ee-reg-form-qstn-grp-dv + .ee-reg-form-qstn-grp-dv {
	margin: 0;
}

fieldset {
	min-width: 0;
	width: 100%;
}

.spco-steps-pg {
	margin-bottom: 10px;
}

.ee-reg-form-qstn-grp-title {
	font-size: 18px;
	color: #454545;
}

.ee-reg-qstn {
	float: left;
	padding: 0 50px 6px 0;
	width: 50%;
	box-sizing: border-box;
}

  .ee-reg-qstn label {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
  }

  .ee-reg-qstn input[type=text],
  .ee-reg-qstn input[type=password],
  .ee-reg-qstn select {
	width: 100%;
  }

  .ee-reg-qstn select {
	padding: 5px;
  }

.ee-reg-qstn.ee-reg-qstn-20-input-dv,
.ee-reg-qstn.ee-reg-qstn-21-input-dv,
.ee-reg-qstn.ee-reg-qstn-22-input-dv {
	float: left;
	padding: 0;
	width: 33%;
	box-sizing: border-box;
}

.ee-reg-qstn label.ee-checkbox-label-after {
	display: block !important;
	height: 17px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	text-indent: 0px;
}

#ee-single-page-checkout-dv input[type=checkbox] {
	width: 16px !important;
	height: 16px !important;
}

.ee-form-add-new-state-lnk,
#spco-steps-big-hdr,
#spco-steps-display-dv {
	display: none;
}

.spco-whats-next-buttons {
	padding: 0 !important;
	text-align: left;
}

.spco-ticket-info-dv.small-text h5 {
	font-size: 16px;
}

.ticket-selector-submit-btn {
	float: none !important;
	margin: 0 !important;
}

.ticket-selector-submit-btn-wrap {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
	text-align: center !important;
	overflow: hidden;
}

  .tkt-slctr-tbl-wrap-dv {
	margin: 0 !important;
  }

  .ticket-selector-submit-btn-wrap input[type=submit] {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 0;
	background: #ea1a20;
	height: 45px;
	line-height: 40px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
  }

    .ticket-selector-submit-btn-wrap input[type=submit]:hover {
	background: #cc1a20;
	color: #ffffff;
    }

    #ticket-selector-submit-11170-btn-wrap input[type=submit] {
	background: #eb0089;
    }

      #ticket-selector-submit-11170-btn-wrap input[type=submit]:hover {
	background: #d44a99;
      }

.ee-ical-sbmt {
	border: 1px solid #999999 !important;
	height: auto !important;
	line-height: normal !important;
	background-color: buttonface !important;
	color: #555555 !important;
}

.spco-ticket-info-dv {
	display: none;
}

.tkt-slctr-tbl {
	display: none;
}

.event-datetimes,
.espresso-venue-dv {
	display: none;
}

.spco-step-dv .big-event-title-hdr {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 10px 0 20px 0;
	text-align: center;
}

/********************/
/* EVENTS 2024      */
/********************/

article#post-8 {
	width: 100%;
}

article#post-8 .entry-title {
	margin-bottom: 40px;
}

#spco-attendee_information-pg {
	text-align: center;
}

.spco-attendee-lgnd {
	display: none;
}

.ee-reg-form-attendee-dv {
	margin-block-start: 0;
	margin-block-end: 0;
}

article#post-8 fieldset {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 480px;
}

article#post-8 label {
	color: #626366;
}

.ee-reg-qstn-email-input-dv {
	width: 100% !important;
}

article#post-8 .ee-reg-qstn {
	float: none;
	display: block;
	width: 100%;
}

article#post-8 .ee-reg-qstn label {
	padding: 0 !important;
	line-height: normal !important;
}

article#post-8 .ee-required-label {
	padding: 0 !important;
}

article#post-8 fieldset input[type="text"] {
	height: 40px;
	box-sizing: border-box;
}

article#post-8 fieldset input[type="radio"],
article#post-8 fieldset input[type="checkbox"] {
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
	width: 16px !important;
	height: 16px !important;
}

#ee-single-page-checkout-dv .micro-lbl {
	width: 6.2%;
	min-width: 80px;
}

.ee-checkbox-label-after {
	display: inline-block !important;
	padding: 0 0 0 14px;
	text-indent: 0;
	height: auto !important;
}

article#post-8 fieldset input[type="radio"] {
	margin-left: 14px;
}

article#post-8 fieldset input[type="text"]:focus,
article#post-8 fieldset select:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #cc1a20 !important;
}

article#post-8 fieldset select {
	background: #ffffff;
	height: 40px;
}

article#post-8 .spco-whats-next-buttons {
	margin: 30px 0 0 0;
	text-align: center;
}

article#post-8 .spco-whats-next-buttons input[type="submit"] {
	margin: 0;
}

@media (max-width: 800px) {

  article#post-8 fieldset {
	width: 100%;
	max-width: 100%;
  }

}

/********************/
/* EXHIB REGIST     */
/********************/

#ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap {
	display: block;
	float: none;
	text-align: center;
}

  #ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap #ticket-selector-submit-4544-btn {
	border-radius: 0;
	height: 40px;
	line-height: 36px;
	background: #ea1a20 !important;
	font-weight: 700;
  }

    #ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap #ticket-selector-submit-4544-btn:hover {
	background: #cc1a20 !important;
    }

.ee-state-select-input-dv,
.ee-country-select-input-dv,
.ee-select-input-dv {
	display: block;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

#new_state_micro_form {
	display: none;
}

.ee-checkbox-multi-input-dv .ee-reg-qstn {
	width: 100% !important;
}

#ee-single-page-checkout-dv input[type=checkbox] {
	margin-left: 0;
	margin-right: 10px;
}

/********************/
/* REG MESSAGE      */
/********************/

.reg-question-box {
	padding: 0 0 25px 92px;
	margin: 0 0 25px 0;
	border: 0;
	border-bottom: 2px solid #cc3535;
	background: url('../images/icon_alert_question.png') no-repeat left top;
	height: 72px;
}

  .reg-question-box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	color: #323336;
	line-height: 24px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
  }

/********************/
/* EMAIL UA ERR BOX */
/********************/

#email-ua-error-box {
	display: none;
	float: none;
	position: static;
	padding: 0 0 20px 78px;
	margin: 0 0 20px 0;
	border: 0;
	border-bottom: 2px solid #cc3535;
	background: url('../images/icon_alert_error.png') no-repeat left top;
	background-size: 60px 60px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}

  #email-ua-error-box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	color: #323336;
	line-height: 20px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
  }

    #email-ua-error-box span a {
	color: #cc3535;
    }

/********************/
/* SESSIONS         */
/********************/

.session-list {
	padding: 20px;
	margin: 20px 0 20px 0;
	border: 1px solid #dddddd;
}

  .cr3ativconference_content_wrapper h1.conference_date {
	padding: 0;
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
  }

  .cr3ativconference_blog_wrapper h1.conference_date {
	font-size: 30px;
	line-height: 36px;
  }

  .session-list h2 {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
  }

  .session-list .speaker_list {
	margin: 20px 0 0 0;
  }

  .session-list .session_content  {
	margin: 15px 0 0 0;
  }

  .cr3ativconference_blog_wrapper .session_content  {
	margin: 0;
  }

    .session-list .session_content p,
    .cr3ativconference_blog_wrapper .session_content p {
	margin: 0 0 20px 0;
	line-height: 26px;
    }

      .session-list .session_content p:nth-child(2) {
	margin: 0;
      }

    .session-list .session_content .conference-more {
	margin: 0;
    }

    .session-list .session_content .more-link {
	display: none;
    }

  .cr3ativconference_speaker_wrapper {
	padding: 0 1% !important;
	margin: 0 0 30px 0 !important;
	width: 23% !important;
	height: 340px;
  }

    .cr3ativconference_speaker_image {
	text-align: center;
	height: 200px;
    }

      .cr3ativconference_speaker_image img {
	margin: 0 auto;
	border-radius: 50%;
	width: 200px;
	height: 200px;
      }

  .cr3ativconference_speaker_name,
  .cr3ativconference_speaker_name a,
  .cr3ativconference_speaker_name a:hover {
	font-size: 18px;
	margin: 12px 0 6px 0;
	font-weight: 700;
	line-height: 24px;
  }

  .cr3ativconference_speaker_title {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
  }

  .cr3ativconference_speaker_company {
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
  }

  .cr3ativconference_speaker_info {
	width: 100%;
  }

    .cr3ativconference_speaker_info img.alignleft {
	float: left;
	border-radius: 50%;
	margin: 0 20px 0 0;
    }

    .cr3ativconference_speaker_bio p {
	margin: 20px 0 0 0;
	line-height: 26px;
    }

/********************/
/* BLOG             */
/********************/

h1.blog-heading {
	margin: 0;
}

.blog-post {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	overflow: hidden;
}

  .blog-post-left {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 50%;
	height: 300px;
	overflow: hidden;
  }

    .blog-post-left img {
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }

      .blog-post-left img:hover {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	-webkit-backface-visibility: hidden;
      }

  .blog-post-right {
	float: left;
	padding: 10px 0 0 30px;
	margin: 0;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
  }

    .blog-post-right p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #323336;
    }

      .blog-post-right a {
	color: #336699;
      }

    .blog-post-right p.post-date {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: #919295;
	line-height: 19px;
    }

    .blog-post-right p.post-category {
	padding: 0;
	margin: 0 0 15px 0;
    }

      .blog-post-right p.post-category a {
		display: inline-block;
		padding: 0 12px;
		margin: 0;
		background: #336699;
		font-size: 13px;
		font-weight: 600;
		color: #ffffff;
		line-height: 26px;
		text-transform: uppercase;
		text-decoration: none;
      }

        .blog-post-right p.post-category a:hover {
		background: #003366;
		text-decoration: none;
        }

    .blog-post-right p.post-author {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	color: #323336;
	line-height: 19px;
    }

      .blog-post-right p.post-author a {
		font-weight: 600;
      }

    .blog-post-right p.post-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	font-family: 'PT Serif';
    }

      .blog-post-right p.post-title a {
	  color:  #424346;
      }

        .blog-post-right p.post-title a:hover {
		  color:  #336699;
        }

    .blog-post-right .post-content {
	padding: 0;
	margin: 0;
	height: 158px;
    }

    .blog-post-right h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 26px;
	color: #414245;
	font-weight: 700;
    }

    .blog-post-right p.view-link {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 19px;
    }

      .blog-post-right p.view-link a.view-button {
		display: inline-block;
		padding: 0 40px;
		margin: 0;
		border: 1px solid #999999;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		color: #616265;
		font-weight: 700;
		text-decoration: none;
      }

        .blog-post-right p.view-link a.view-button:hover {
		border: 1px solid #00a2a9;
		background: #336699;
		color: #ffffff;
		text-decoration: none;
        }

  .navigation {
	padding: 0;
	margin: 30px 0 0 0;
	border: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
  }

    .navigation a {
		display: inline-block;
		padding: 0 20px;
		margin: 0;
		border: 1px solid #dddddd;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		color: #616265;
		font-weight: 700;
		text-decoration: none;
    }

      .navigation a:hover {
		border: 1px solid #00a2a9;
		background: #00a2a9;
		color: #ffffff;
		text-decoration: none;
      }

/********************/
/* BLOG ARTICLE     */
/********************/

article.post h3,
article.post h4,
article.post h5 {
	padding: 0;
	margin: 20px 0;
	font-size: 18px;
	line-height: 23px;
	color: #313235;
	font-weight: 600;
}

article.post p {
	margin: 20px 0;
	line-height: 26px;
}

.author-info {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dddddd;
}

.author-avatar {
	float: left;
	padding: 3px 0 0 0;
	width: 240px;
}

.author-description {
	float: left;
	width: 770px;
}

  article.post .author-description h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #313235;
	font-weight: 600;
  }

  article.post .author-description p {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
  }

    article.post .author-description p.right {
	text-align: right;
    }

  article.post .posted-on {
	display: none;
  }

  article.post .tags-links {
	display: block;
	color: #616265;
	text-align: center;
	width: 100%;
  }

    article.post .tags-links .screen-reader-text {
	display: block;
	margin: 0 0 12px 0;
	width: 100%;
	font-size: 18px;
	color: #313135;
	line-height: 24px;
	font-weight: 600;
    }

    article.post .tags-links a {
	color: #616265;
	text-transform: capitalize;
    }

      article.post .tags-links a:hover {
		color: #ea1a20;
      }

      .tags-links a:before {
		content: "\f323";
      }

  .addthis_inline_share_toolbox {
	margin: 0 0 30px 0;
	text-align: center;
  }

    .addthis_inline_share_toolbox table {
	margin: 0 auto;
	border: 0;
	width: auto;
	text-align: center;
    }

      .addthis_inline_share_toolbox td {
	padding: 0;
	border: 0;
      }

  #wpnp_next {
	right: 20px !important;
  }

  #wpnp_previous {
	left: 20px !important;
  }

/********************/
/* BLOG AUTHOR      */
/********************/

.author-page-info {
	padding: 0;
	margin: 0;
	border: 0;
}

  .author-page-info .author-avatar {
	float: left;
	padding: 3px 0 0 0;
	width: 280px;
  }

  .author-page-info .author-description {
	float: right;
	width: 760px;
  }

  .author-page-info .author-description h1 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	line-height: 32px;
	color: #313235;
	font-weight: 600;
	text-transform: none;
  }

  .author-page-info .author-description p {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 23px;
	text-align: justify;
  }

  h2.ap-title {
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 32px;
	color: #414245;
	font-weight: 600;
	text-transform: none;
	text-align: center;
  }

/********************/
/* APP PROMO        */
/********************/

#app-promo {
	padding: 0;
	margin: 80px 0 0 0;
	width: 100%;
}

  #app-promo .inner {
	width: 100%;
  }

  #app-promo img {
	max-width: 100%;
	height: auto;
  }

  #app-promo .wrap {
	padding: 0 30px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
  }

  #app-promo-text {
	float: left;
	padding: 0 40px 0 0;
	margin: 0;
	width: 683px;
  }

  #app-promo-buttons {
	float: left;
	padding: 9px 0 0 0;
	margin: 0;
	width: 133px;
  }

  #app-promo-qrcode {
	float: left;
	padding: 0 0 0 18px;
	margin: 0;
	width: 106px;
  }

/********************/
/* STAY CONN FORM   */
/********************/

#latest-updates-form {
	padding: 30px 80px;
	background: #ffcc33;
	text-align: left;
	overflow: hidden;
}

  #latest-updates-form-left {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	height: 46px;
	line-height: 46px;
  }

  #latest-updates-form-middle {
	float: left;
	padding: 0;
	margin: 0 30px 0 60px;
  }

  #latest-updates-form-middle .es-field-wrap {
	display: inline-block;
  }

  #latest-updates-form-right {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
  }

  #latest-updates-form-middle br {
	display: none;
  }

  #latest-updates-form-middle label {
	float: none;
	display: inline-block;
  }

  #latest-updates-form-middle input[type=email] {
	float: none;
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	border: 0;
	border-bottom: 2px solid #000000;
	background: none;
	-webkit-appearance: none;
	outline: none;
	width: 250px;
	height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }

  #latest-updates-form-middle input[type=submit] {
	float: none;
	display: inline-block;
	padding: 0 0 0 3px;
	margin: 0 0 0 5px;
	border: 1px solid #000000;
	border-radius: 0;
	background: #000000;
	width: 100px;
	height: 40px;
	line-height: 36px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #ffcc33;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }

  #latest-updates-form input[type=submit]:hover {
	background: #ffcc33;
	color: #000000;
	text-decoration: none;
  }

  #latest-updates-form .es_msg {
	padding: 0 0 6px 0;
	font-size: 13px;
	color: #ea1a20;
  }

  #latest-updates-form .es_lablebox {
	display: none;
  }

  #latest-updates-form .es_textbox {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
  }

  #latest-updates-form .es_button {
	float: left;
	padding: 0;
  }

/********************/
/* FOOTER           */
/********************/

#footer-social {
	padding: 15px 0;
	margin: 0;
	background: #555555;
}

  #footer-social .inner {
	max-width: 1040px;
  }

  #footer-social-left {
	float: left;
	font-size: 13px;
	color: #ffffff;
	text-align: left;
	line-height: 18px;
	width: 45%;
  }

  #footer-social-right {
	float: right;
	width: 45%;
	text-align: right;
  }

  #footer-social .inner a {
	display: inline-block;
	padding: 0 10px;
	height: 36px;
	vertical-align: top;
  }

    #footer-social .inner a img {
	vertical-align: top;
	opacity: 0.6;
    }

    #footer-social .inner a:hover img {
	opacity: 1;
    }

#footer-middle {
	padding: 40px 15% 50px 15%;
	background: #111111;
	width: 70%;
	font-size: 13px;
	line-height: 21px;
}

.footer-middle-column {
	float: left;
	margin: 0 4% 0 0;
	width: 22%;
}

#footer-middle .footer-middle-column:last-of-type {
	margin-right: 0;
}

.footer-middle-column h4 {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #9a9a9a;
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	color: #dddddd;
}

.footer-middle-column a {
	display: block;
	margin: 5px 0 0 0;
	color: #9a9a9a;
}

.footer-middle-column a:hover {
	color: #ffffff;
}

#footer-bottom {
	padding: 25px 80px 40px 80px;
	background: #222222;
	font-size: 13px;
	color: #9a9a9a;
	text-align: center;
}

#footer-bottom p {
	margin: 10px 0 0 0;
	line-height: 21px;
}

#footer-bottom a {
	color: #9a9a9a;
}

#footer-bottom a:hover {
	color: #ffffff;
}

#footer-bottom .pb {
	margin: 0 0 20px 0;
}

#footer-bottom .pb span {
	display: inline-block;
	height: 40px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 600;
	color: #9a9a9a;
	vertical-align: bottom;
}

#footer-bottom .pb a {
	display: inline-block;
	margin: 0 0 0 20px;
}

#footer-bottom .pb img {
	display: inline-block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

#footer-bottom .pb img:hover {
	-webkit-filter: none;
	filter: none;
}

/********************/
/* BACK TO TOP ICON */
/********************/

#back-to-top {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 30px;
	width: 39px;
	height: 39px;
	text-decoration: none;
	background: url('../images/icon-back-to-top.png') no-repeat left top;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

  #back-to-top:hover {
	text-decoration: none;
	background-position: left -39px;
  }

/********************/
/* reCaptcha Badge  */
/********************/

.grecaptcha-badge {
    display: none;
}

/********************/
/* Translate Widget */
/********************/

#translate-widget {
	position: fixed;
	right: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
	z-index: 9990;
}

/********************/
/* MEDIA QUERIES    */
/********************/

@media (min-width: 1920px) {

  body.home,
  #home-seminars,
  home-appointment {
	background-size: 100% auto;
  }

}

/********************/
/* REGISTER MIDDLE  */
/********************/

#register-middle {
	padding: 25px 0 20px 0;
	margin: 0;
}

  #register-middle p.dates {
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 40px;
	color: #323336;
	font-weight: 700;
	text-transform: none;
	text-align: center;
  }

  #register-middle p.loc {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	color: #525356;
	text-transform: none;
	text-align: center;
  }

  #register-middle ul {
	list-style: none;
	padding: 0;
	margin: 40px auto 0 auto;
	width: 1040px;
	overflow: hidden;
  }

    #register-middle ul li {
	float: left;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
	width: 320px;
    }

      #register-middle ul li:nth-child(2) {
		margin: 0 40px;
      }

      #register-middle ul li span.image {
		display: block;
		padding: 0;
		margin: 0 0 18px 0;
		height: 216px;
		overflow: hidden;
      }

      #register-middle ul li span.social-icons {
		display: block;
		padding: 0;
		margin: 0 0 18px 0;
		height: 216px;
		overflow: hidden;
      }

        #register-middle ul li span.social-icons > span {
		float: left;
		padding: 0;
		margin: 0;
		width: 100px;
		height: 100px;
		overflow: hidden;
        }

          #register-middle ul li span.social-icons > span:nth-child(2) {
		margin: 0 10px;
          }

          #register-middle ul li span.social-icons > span:nth-child(4) {
		margin-top: 16px;
          }

          #register-middle ul li span.social-icons > span:nth-child(5) {
		margin: 16px 10px 0 10px;
          }

          #register-middle ul li span.social-icons > span:nth-child(6) {
		margin-top: 16px;
          }

          #register-middle ul li span.social-icons img {
		margin: 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
          }

            #register-middle ul li span.social-icons img:hover {
		opacity: 0.85;
            }

