/*
 * Credits:
 * * http://twitter.github.com/bootstrap/
 * * http://fortawesome.github.com/Font-Awesome/

 time stamp for sprite image - ?13052014
 **/

/*  google font */
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700);

/* reset some defaults styles */
* {
  margin: 0;
  outline: medium none;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
}

body {
  font-family: 'Lato', Helvetica, Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 300;
  color: rgb(124, 124, 124);
  background-color: #ffffff;
}

.publicWrap {
  margin: 0 auto;
  min-height: 100%;
  position: relative;
}
.publicWrap.onHomePage {
  min-width: 1100px;
}

.publicInnerWrap.paddingBottom30 {
  padding-bottom: 30px;
}

.publicInnerWrap.theKnotSigUpPage .preLoginFormContainer {
  width: 750px;
  padding-bottom: 60px;
}

.publicInnerWrap.theKnotSigUpPage .signUpPageContainer {
  padding-bottom: 14px;
}

.macSys {
  margin-right: 15px;
}

.macSys .nav.nav-list.bs-docs-sidenav.affix {
  right: 15px;
}

.macSys #toTop-right {
  right: 15px;
}

.sqairyBg {
  background-repeat: repeat;
  background-color: #919191;
}

.sqairyBgDark {
  background-repeat: repeat;
  background-color: #ffffff;
}

.grayBorderTop {
  border-top: 1px solid hsla(0, 0%, 79%, .55);
}

.pageCoverBg {
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover; /* For Signup Page Feedback 7.19.13 */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pageCoverBg.newBackgroundImg {
  top: -215px;
  background-position: center bottom !important;
}

.pageCoverBg.bottomFootPadding {
  top: auto !important;
  bottom: 220px !important;
}

@media (max-width: 1024px) {
  .pageCoverBg.bottomFootPadding {
    top: 0px;
    bottom: auto !important;
  }
  
}

.semiBold {
  font-weight: bold; /*font-family: proximaNovaSBold !important;*/
}

.textUpper {
  text-transform: uppercase
}

.align-right {
  text-align: right;
}

.float-left {
  float: left;
}

a {
  color: rgb(50, 50, 50);
}

a:hover, a:focus {
  color: #fcc652;
  text-decoration: none;
}

.blueLink {
  color: #00bdcd;
}

a.blueLink:hover {
  color: #00bdcd;
}

.btn-yellow {
  background-repeat: repeat !important;
  border: none !important;
  color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: 45px;
  padding: 10px 20px;
  box-sizing: initial;
  text-transform: uppercase;
  text-shadow: none !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 12px !important;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
}

a.btn-yellow:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-yellow,
.btn-yellow.btn-on-state {
  background: rgba(234, 180, 63, 1);
  background: -moz-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234, 180, 63, 1)), color-stop(100%, rgba(222, 164, 40, 1)));
  background: -webkit-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%);
  background: -o-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%);
  background: -ms-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%);
  background: linear-gradient(to bottom, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%);
  color: #ffffff !important;
}

.btn-yellow:hover,
.btn-yellow.btn-off-state {
  background-color: rgba(248, 201, 103, 1) !important;
  background: -moz-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 201, 103, 1)), color-stop(100%, rgba(245, 187, 65, 1)));
  background: -webkit-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%);
  background: -o-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%);
  background: -ms-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%);
  background: linear-gradient(to bottom, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%);
}

.carousel-control {
  font-size: 210px;
  color: #000;
  background: transparent;
  border: 0;
}

.carousel-indicators.indContainer {
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 164px;
  bottom: 120px;
}

.carousel-indicators.indContainer.container li:first-child {
  margin-left: 30px;
}

a.carousel-control:hover {
  color: rgb(200, 200, 200);
}

.carousel-control.right {
  right: -10px;
  left: auto;
}

.carousel-control.left {
  left: -35px;
}

a.carousel-control:hover {
  color: rgb(219, 82, 47);
}

.carousel-indicators.grayborderandFill li {
  border: 1px solid #9c9c9c !important;
}

.carousel-indicators.grayborderandFill .active {
  background-color: #9c9c9c !important;
  border: 1px solid #9c9c9c !important;
}

.carousel-indicators.relativePage {
  position: relative !important;
  margin: 0 auto !important;
  left: auto;
  bottom: auto;
  text-align: center;
}

.carousel-indicators.relativePage li {
  display: inline-block;
  float: none;
}

.space2 {
  height: 2px;
  clear: both;
  overflow: hidden;
}

.space10 {
  height: 10px;
  clear: both;
  overflow: hidden;
}

.space20 {
  height: 20px;
  clear: both;
  overflow: hidden;
}

.space30 {
  height: 30px;
  clear: both;
  overflow: hidden;
}

.space40 {
  height: 40px;
  clear: both;
  overflow: hidden;
}

.space60 {
  height: 60px;
  clear: both;
  overflow: hidden;
}

.fontAwsom {
  background: none !important;
  text-decoration: none !important;
}

.fontAwsom:hover {
  opacity: 0.8;
}

.published-btn.btn-primary {
  background: rgba(109, 219, 233, 1);
  background: -moz-linear-gradient(top, rgba(109, 219, 233, 1) 0%, rgba(67, 199, 216, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(109, 219, 233, 1)), color-stop(100%, rgba(67, 199, 216, 1)));
  background: -webkit-linear-gradient(top, rgba(109, 219, 233, 1) 0%, rgba(67, 199, 216, 1) 100%);
  background: -o-linear-gradient(top, rgba(109, 219, 233, 1) 0%, rgba(67, 199, 216, 1) 100%);
  background: -ms-linear-gradient(top, rgba(109, 219, 233, 1) 0%, rgba(67, 199, 216, 1) 100%);
  background: linear-gradient(to bottom, rgba(109, 219, 233, 1) 0%, rgba(67, 199, 216, 1) 100%);
  background-repeat: repeat !important;
  text-shadow: none !important;
  color: #fff !important;
  opacity: 1.0 !important;
}

.btn-clear,
.btn-clear.btn-on-state,
.btn-Clear,
.btn-Clear.btn-on-state {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  color: #666666;
  opacity: 1.0 !important;
  background-repeat: repeat !important;
  border: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: 45px;
  padding: 10px 20px;
  box-sizing: initial;
  text-transform: uppercase;
  text-shadow: none !important;
  font-size: 12px !important;
  font-weight: bold !important;
  line-height: 12px !important;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
}

.btn-clear:hover,
.btn-clear.btn-off-state,
.btn-Clear:hover,
.btn-Clear.btn-off-state {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(227, 227, 227, 1) 100%);
  color: #b1b1b1 !important;
}

/*************************************************************
                             layout
**************************************************************/
#download, #testimonials, #prices, #subscribe, #footer {
  min-height: 20px;
  padding: 20px 0;
}

/*************************************************************
                             header
**************************************************************/
.site-header {
  position: relative;
  width: 100%;
}

.site-header.fixedTop {
  position: fixed !important;
  z-index: 1000;
}

.site-header.absolutTop {
  position: absolute !important;
  z-index: 1000;
}

.site-header.sub-headerGrayBg .topNavBg {
  background-image: url('../../../img/topNavBgDGray.png?13052014');
  height: 130px;
}

.subpages .site-header {
  height: 72px;
}

.subpages h1.mainPageTitle {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  text-shadow: -1px 1px 0px #6b6b6b;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 30px;
}

.normal32 {
  font-size: 32px !important;
  text-shadow: none !important;
  font-weight: normal !important;
  color: #666666 !important;
}

.normal22 {
  font-size: 22px !important;
  text-shadow: none !important;
  font-weight: normal !important;
}

.loginPage .mainPageTitle {
  margin-top: 0px !important;
}

.subpages .legalPage h1.mainPageTitle {
  color: #6A6A6A;
  font-size: 36px;
  font-weight: 300;
  line-height: 30px;
  text-shadow: none;
}

.howitworkPage .mainPageTitle {
  color: #ffffff !important;
  text-shadow: -1px 1px 0px #646363;
}

#mainSlider-carousel .topNavBg {
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 1;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.56), rgba(102, 102, 102, 0.35) 25%, rgba(238, 238, 238, 0));
}

.site-header > .topNavBg {
  position: absolute;
  width: 100%;
  height: 72px;
  z-index: 1;
  top: 0px;
  background-image: linear-gradient(to bottom, rgba(42, 42, 42, 0.35), rgba(102, 102, 102, 0.15) 25%, rgba(238, 238, 238, 0));
}

.topNavigation {
  position: fixed;
  z-index: 2000;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #FFF;
  width: 100%;
  border-bottom: 1px solid rgba(201, 201, 201, 0.55);
}

.clientMessagePage .topNavigation {
  padding-left: 115px;
}

.topNavigation .clearfix {
  clear: none;
}

.topNavigation h1 {
  margin: 0 14px 0 0;
  font-size: 0;
  padding-top: 15px;
  line-height: 0;
}

.topNavigation .awards-nav-link {
  float: left;
  font-size: 0;
  padding-top: 15px;
  line-height: 0;
}

.topNavigation .awards-nav-link a {
  display: inline-block;
  width: 77px;
  height: 40px;
  font-size: 0;
  background: url('../../images/awards/2020/awards.svg') no-repeat;
}

.topNavigation .awards-nav-link a:hover {
  opacity: .6;
}

.topNavigation .navbar-inner {
  position: relative;
  background: none !important;
  border: none !important;
  min-height: 72px;
}

.topNavigation .navbar {
  margin: 0 auto;
  padding: 0 20px 0 5px;
}

@media (min-width: 1250px) {
  .topNavigation .navbar {
    padding: 0 100px;
    max-width: 1660px;
  }
}

@media (max-width: 1250px) and (min-width: 1150px){
  .topNavigation .navbar {
    padding: 0 30px;
  }
}

@media (max-width: 1150px) {
  .topNavigation .navbar {
    padding: 0 20px;
  }
}

.topNavigation .navbar .nav > li {
  /*padding: 12px 9px;*/
  padding: 23px 9px;
}

.topNavigation .navbar .nav > li > a {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  padding: 0px !important;
  line-height: 24px !important;
  outline: none !important;
  display: inline-block !important;
  color: #868686;
  text-shadow: none;
  transition: all .3s;
  font-weight: normal;
}

.topNavigation .navbar .nav > li.current {
  border-bottom: 2px solid #2da3b4;
}

.topNavigation .navbar .nav > li.current > a {
  color: #2da3b4 !important;
}

.topNavigation .navbar .nav > li > a:hover {
  color: #00d3e3;
}

.topNavigation .navbar .nav > li.loginSignup {
  color: #FFFFFF !important;
  padding: 22px 0 23px 9px;
}

.topNavigation .navbar .nav > li.blueHighlight:hover, .topNavigation .navbar .nav > li.loginSignup:hover {
  background: none !important;
  
}

.topNavigation .navbar .nav > li a.blueHighlight:hover {
  color: #00d3e3 !important;
}

.topNavigation .navbar .nav > li.loginSignup > a {
  padding: 0px !important;
  display: inline-block;
  width: 73px;
  height: 27px;
  line-height: 27px !important;
  text-align: center;
  border-radius: 4px;
  background-color: #44BDCD;
  color: #FFF;
}

.topNavigation .navbar .nav > li.loginSignup > a:hover {
  background-color: #00d3e3 !important;
}

.topNavigation .navbar .nav>li.login{
  padding-top: 22px;
  padding-right: 5px;
}

.topNavigation .navbar .nav>li.login>a {
  width: 73px;
  height: 27px;
  border-radius: 4px;
  border: solid 1px #00d3e3;
  text-align: center;
  line-height: 26px !important;
  box-sizing: border-box;
}

.topNavigation .navbar .nav > li.loginSignup > a.yellowLink,
.topNavigation .loginSignup a.yellowLink,
.topNavigation .navbar .nav > li.awards > a.yellowLink,
.topNavigation .awards a.yellowLink {
  color: #faa21b !important;
}

.topNavigation .navbar .nav li a .icon-caret-down {
  /*margin-top:8px;*/
  color: #35dbe3;
  margin-left: 3px;
  margin-right: -5px;
  float: right !important;
  display: none;
}

.topNavigation .navbar .nav li.dropdown.open > .dropdown-toggle {
  background: none;
}

.topNavigation .dropdown.open .dropdown-toggle .icon-caret-down,
.topNavigation .dropdown .dropdown-toggle:hover .icon-caret-down {
  color: #28BEC5;
}

.blueHighlight {
  color: #44BDCD !important;
}

.topNavigation .navbar .pull-right > li > .dropdown-menu,
.topNavigation .navbar .nav > li > .dropdown-menu.pull-right {
  margin: -7px -6px 0px 0px;
  z-index: 1000;
}

.topNavigation .dropdown-menu > li > a:hover,
.topNavigation .dropdown-menu > li > a:focus,
.topNavigation .dropdown-submenu:hover > a,
.topNavigation .dropdown-submenu:focus > a {
  color: #926400;
  background-color: #fcc652;
  background-image: -moz-linear-gradient(top, #fcc652, #e4ab2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcc652), to(#e4ab2f));
  background-image: -webkit-linear-gradient(top, #fcc652, #e4ab2f);
  background-image: -o-linear-gradient(top, #fcc652, #e4ab2f);
  background-image: linear-gradient(to bottom, #fcc652, #e4ab2f);
  background-repeat: repeat-x;
}

.sticky-top .topNavigation {
  background: none;
  border: none;
}

.sticky-top .topNavigation .navbar .nav > li > a {
  color: #FFF;
}

.sticky-top .topNavigation .navbar .nav > li > a.active {
  border-bottom: 1px solid #868686;;
}

.sticky-top .topNavigation .navbar .nav > li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.sticky-top .topNavigation .navbar .nav > li:hover a {
  color: #FFF;
}

.sticky-top .topNavigation .navbar .nav > li.loginSignup > a:hover {
  background-color: #00d3e3;
}

/* New Login DropDown - Black */
.loginDropBlack {
  width: 348px;
  background-color: #fff !important;
  padding-top: 45px !important;
  padding-bottom: 30px;
  text-align: center;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 4px 1px #c3c3c3!important;
  -webkit-border-radius: 0px;
  right: -43px !important;
}
#loginToggleButton .loginDropBlack {
  position: absolute!important;
  top: 100%!important;
}
#loginToggleButton .loginDropBlack.dropdown-menu:before,
#loginToggleButton .loginDropBlack.dropdown-menu.pull-right:before,
#loginToggleButton .loginDropBlack.dropdown-menu:after,
#loginToggleButton .loginDropBlack.dropdown-menu.pull-right:after {
  display: block!important;
}

.navbar .nav .loginDropBlack.dropdown-menu:before {
  border-bottom-color: #c3c3c3;
}

.loginDropBlack.dropdown-menu:after,
.loginDropBlack.dropdown-menu.pull-right:after {
  left: auto;
  right: 84px !important;
  border-bottom: 6px solid #fff !important;
}

.loginDropBlack.dropdown-menu:before,
.loginDropBlack.dropdown-menu.pull-right:before {
  left: auto;
  right: 83px !important;
}

.loginDropBlackInner {
  width: 270px;
  margin: 0 auto;
}

.loginDropBlackInner .infoTxt,
.collapseLoginFormInner .infoTxt {
  font-size: 16px;
  color: #c3c3c3;
}

.loginDropBlackInner .joinUsLink,
.collapseLoginFormInner .joinUsLink {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  font-weight: bold;
}
.collapseLoginFormInner form {
  margin-bottom: 20px;
}

.loginDropBlackInner input {
  border-radius: 0px !important;
  width: 95% !important;
  margin-bottom: 2px;
  box-sizing: content-box;
}

.loginDropBlackInner .customin input {
  float: left;
  margin-right: 5px;
  width: auto !important;
}

.loginDropBlackInner .help-block {
  text-align: left;
  color: #BB2C2C !important;
}

.loginDropBlackInner hr {
  border-top: none;
  border-bottom: 1px solid #c3c3c3;
}

.loginDropBlackInner a,
.collapseLoginFormInner a {
  color: #48adbb !important;
  font-size: 14px;
}

.topNavigation .collapse .icomoon-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #c3c3c3 !important;
}

.topNavigation .collapse .icomoon-close:hover {
  color: #48adbb !important;
}

.loginDropBlackInner a:hover {
  color: #54b1bf !important;
}

.loginDropBlackInner .closeNavBarmenu span {
  width: 22px;
  height: 22px;
  display: block;
  margin-top: -36px;
  margin-right: -30px;
  background-image: url('../../plugin/Mobile-Plugin/mobileiconSprite.png?13052014');
  background-repeat: no-repeat;
  background-position: -1px -18px;
  background-size: 280%;
  opacity: 0.4;
  float: right;
}

.loginDropBlackInner .closeNavBarmenu:hover span {
  opacity: 0.9 !important;
}

/* logo - icon is from fontawesome font */
.site-title {
  display: inline-block;
  width: 238px;
  height: 40px;
}

.site-title .icon,
.tblTopNavIcon .icon {
  position: relative;
  top: -2px;
  font-size: 40px;
  margin-left: 6px;
  color: #333333;
}

.site-title .logo,
.tblTopNavIcon .logo {
  display: inline-block;
  vertical-align: initial;
}

.site-title img {
  display: none;
}

.site-title:hover {
  opacity: .6;
}
.site-title:hover .icon {
  color: #333333;
}

.sticky-top .site-title .icon{
  color: #fff;
}

.joinNowBtn {
  width: 102px;
  height: 102px;
  display: inline-block;
  background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -332px -1px;
}

.joinNowBtn:hover {
  background-position: -443px -1px;
}

.signupButtn {
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -332px -115px;
}

.signupButtn:hover {
  background-position: -443px -115px;
}

.applyButtn {
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -332px -229px;
}

.applyButtn:hover {
  background-position: -443px -229px;
}

.startSourcingButtn {
  width: 115px;
  height: 115px;
  display: block;
  margin: 14px auto 0px;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -333px -342px;
}

.startSourcingButtn:hover {
  background-position: -450px -342px;
}

.gettingPublishedButtn {
  width: 115px;
  height: 115px;
  display: block;
  margin: 14px auto 0px;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -211px -355px;
}

.gettingPublishedButtn:hover {
  background-position: -211px -473px;
}

.backtoTopBtn {
  width: 50px !important;
  height: 57px !important;
  display: block !important;
  position: absolute !important;
  bottom: 0px !important;
  right: 60px !important;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -191px -255px;
  z-index: 110;
  opacity: 1 !important;
}

.backtoTopBtn:hover {
  background-position: -255px -255px;
}

.gettingPublished {
  width: 205px;
  height: 265px;
  position: absolute;
  padding: 5px 5px 5px 38px;
  right: 0px;
  top: 40%;
  z-index: 999;
  background: #12c0c5; /* Old browsers */
  background: -moz-linear-gradient(top, #12c0c5 0%, #0b99a3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #12c0c5), color-stop(100%, #0b99a3));
  background: -webkit-linear-gradient(top, #12c0c5 0%, #0b99a3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #12c0c5 0%, #0b99a3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #12c0c5 0%, #0b99a3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #12c0c5 0%, #0b99a3 100%); /* W3C */
}

.getPubOpened {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 33px;
  height: 275px;
  background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -96px -3px;
  
}

.getPubClosed {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 33px;
  height: 275px;
  background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -136px -3px;
}

.gettingPublished .getPubContent {
  background-color: #d8f7f8;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.gettingPublished .getPubContent ul.publishedList {
  margin: 0px;
  padding: 8px;
  list-style-type: none;
}

.gettingPublished .getPubContent ul.publishedList li {
  margin-bottom: 14px;
  margin-top: 10px;
  padding: 0px;
}

.gettingPublished .getPubContent ul.publishedList li .timingBlock {
  width: 18px;
  height: 36px;
  float: left;
  background-color: #11c3c8;
  border: 1px solid #ffffff;
  color: #FFFFFF;
  text-align: center;
}

.gettingPublished .getPubContent ul.publishedList li .timingBlock .minNumb {
  font-size: 12px;
  font-weight: 300;
  display: block;
  line-height: 18px;
}

.gettingPublished .getPubContent ul.publishedList li .timingBlock .minAgo {
  font-size: 7px;
  font-weight: lighter;
  display: block;
  line-height: 6px;
}

.gettingPublished .getPubContent ul.publishedList li .profileImage {
  width: 35px;
  height: 35px;
  float: left;
  border: 1px solid #ffffff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 6px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
}

.gettingPublished .getPubContent ul.publishedList li .pubDetails {
  float: left;
  width: 116px;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
  overflow: hidden;
}

.gettingPublished .getPubContent ul.publishedList li .pubDetails .byName {
  color: #179b9e;
}

.gettingPublished .getPubContent ul.publishedList li .pubDetails .pubIn {
  color: #666666;
  text-transform: uppercase;
  font-size: 9px;
}

.gettingPublished .getPubContent ul.publishedList li .pubDetails .pubLabel {
  color: #0a9299;
  font-size: 10px;
}

.gettingPublished .getPubContent .questionBlock {
  padding: 5px;
  border-top: 1px solid #61d8db;
  margin: 0px 10px 5px;
}

.gettingPublished .getPubContent .question {
  color: #0ca0a8;
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  text-align: center;
}

.gettingPublished .getPubContent a.joinbtn {
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
  background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -258px -57px;
}

.gettingPublished .getPubContent a.joinbtn:hover {
  background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -258px -108px;
}

/* header-description */

#tblHomePageDescribe {
  width: 100%;
  min-width: 1100px;
  max-width: 1660px !important;
}

#tblHomePageDescribe .tblHomePageDescribeText {
  min-width: 1100px;
}

#tblHomePageDescribe .tblHomePageDescribeImage {
  position: absolute;
  left: 53%;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  background-color: #fff;
  padding-left: 100px;
  overflow: hidden;
}

#tblHomePageDescribe .tblHomePageImageContent {
  position: absolute;
  top: 72px;
  width: 100%;
  color: #ffffff;
  font-style: oblique;
  font-family: Helvetica;
}

#tblHomePageDescribe .tblHomePageDescribeImageInner {
  width: 100%;
  height: 100%;
  background-image: url('../../../img/landingMarquee/artboard_copy.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -13%;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}

.tblHomePageImageContent #photographsCreaditsButton {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 42px;
  opacity: 0.63;
  z-index: 1;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  background-color: #000000;
}

.tblHomePageImageContent #photographsCreaditsTextContent {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 1;
  text-align: left;
  background-color: rgba(0, 0, 0, .63);
}

#photographsCreaditsTextContent #photographsCreaditsText {
  line-height: 1.4;
  font-size: 16px;
  padding: 25px 15% 25px 25px;
  -webkit-transform: skew(8deg);
  -moz-transform: skew(8deg);
  -o-transform: skew(8deg);
  transform: skew(8deg);
}

#photographsCreaditsTextContent #photographsCreaditsText span {
  font-weight: bold;
}

#photographsCreaditsTextContent #photographsCreaditsText a {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
}

#photographsCreaditsTextContent #photographsCreaditsText a:hover {
  text-decoration: underline;
  color: #fff !important;
}

#tblHomePageDescribe .tblHomePageDescribeTextContent {
  width: 550px;
  padding-right: 52px;
  text-align: center;
  font-family: Helvetica;
  padding-top: 2vw;
}

#tblHomePageDescribe .tblHomePageDescribeTextTitle h1 {
  width: 500px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.66;
  text-align: left;
  color: #6a6a6a;
}

#tblHomePageDescribe .tblHomePageDescribeTextTitle .tblHomePageDescribeTextTitleTop {
  padding-left: 19px;
}

#tblHomePageDescribe #tblHomePageDescribeButton {
  position: relative;
  z-index: 10;
  width: 200px;
  min-width: 135px !important;
  height: 56px;
  line-height: 56px;
  margin-top: 70px;
  margin-bottom: 123px;
  background-color: #0db2bf;
}

#tblHomePageDescribe #tblHomePageDescribeButton:hover {
  background-color: #428f96;
}

#tblHomePageDescribe #tblHomePageDescribeButton:visited {
  color: #fff;
}

#tblHomePageDescribe .homeDescribeDetails {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #969696;
}

.homeDescribeDetails .homeDescribeDetailsContent {
  height: 22px;
  line-height: 22px;
}

.homeDescribeDetails .homeDescribeDetailsContentLeft {
  width: 300px;
  margin-bottom: 24px;
  float: left;
}

.homeDescribeDetails .homeDescribeDetailsContentRight {
  width: 250px;
  margin-bottom: 24px;
  float: left;
}

.homeDescribeDetailsContent .circlePoint {
  width: 11px;
  height: 11px;
  border: solid 1px #00bdcd;
  margin-right: 6px;
  margin-top: 5px;
  float: left;
  border-radius: 50%;
}

.homeDescribeDetailsContent .DescribeDetailsContentText {
  float: left;
}

@media screen and (width: 1024px) {
  #tblHomePageDescribe {
    height: 600px !important;
  }
}

@media (min-width: 1100px) and (max-width: 1388px) {
  .tblHomePageDescribeTextTitle h1 {
    font-size: 3.2vw !important;
  }
  
  #tblHomePageDescribe .homeDescribeDetails {
    font-size: 1.3vw !important;
  }
  
  #tblHomePageDescribe #tblHomePageDescribeButton {
    width: 12vw;
  }
}

.topNavigation .nav-collapse > .closeNavBarmenu {
  display: none;
}

@media (min-width: 1250px) and (max-width: 1388px) {
  .homeDescribeDetails .homeDescribeDetailsContentLeft {
    width: 275px;
  }
  
  .homeDescribeDetails .homeDescribeDetailsContentRight {
    width: 248px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextTitle {
    width: 550px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextContent {
    width: 550px;
  }
}

@media (min-width: 1150px) and (max-width: 1250px) {
  .homeDescribeDetails .homeDescribeDetailsContentLeft {
    width: 250px;
  }
  
  .homeDescribeDetails .homeDescribeDetailsContentRight {
    width: 226px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextTitle {
    width: 478px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextContent {
    width: 478px;
  }
}

@media (max-width: 1150px) {
  #tblHomePageDescribe .homeDescribeDetails {
    font-size: 1.2vw !important;
  }
  
  .homeDescribeDetails .homeDescribeDetailsContentLeft {
    width: 226px;
  }
  
  .homeDescribeDetails .homeDescribeDetailsContentRight {
    width: 196px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextTitle {
    width: 424px;
  }
  
  #tblHomePageDescribe .tblHomePageDescribeTextContent {
    width: 424px;
  }
}

@media (min-width: 1690px) {
  #tblHomePageDescribe .tblHomePageDescribeText {
    margin-left: 13vw;
  }
}

@media (max-width: 1690px) {
  #tblHomePageDescribe .tblHomePageDescribeText {
    margin-left: 10vw;
  }
}

/*  /header-description */

/* header button - call to action button */
.header-btn {
  color: #fff;
  margin-top: 130px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
  padding: 20px 35px;
  border: 2px solid rgb(219, 82, 47);
  background: rgb(219, 82, 47);
  display: inline-block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.header-btn:hover {
  color: #fff;
  background: transparent;
}

/* header features */
.header-features {
  margin: -50px 110px 0 110px;
  color: #fff;
  display: block;
}

.header-feature {
  padding: 50px;
}

/* Livefeed */
.trendingReskinImgContainer {
  margin: 10px 5.2% 60px 5.3%;
}

.trendingReskinImgContainer ul {
  margin: 0 auto;
  max-width: 1080px;
}

.trendingReskinImgContainer ul li {
  list-style-type: none;
}

[class^="createAlbumCusIconSmall-"],
[class*="createAlbumCusIconSmall-"] {
  background-image: url("../../../img_newTheme/createAlbumCusIconSmall.png?05112014");
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 35px;
  line-height: 35px !important;
  margin-right: 10px;
  width: 35px;
}

.createAlbumCusIconSmall-weddings {
  background-position: -10px -9px;
}

.createAlbumCusIconSmall-engagements {
  background-position: -6px -59px;
}

.createAlbumCusIconSmall-family {
  background-position: -9px -108px;
}

.createAlbumCusIconSmall-parties {
  background-position: -8px -156px;
}

.createAlbumCusIconSmall-lifestyle {
  background-position: -6px -208px;
}

.trendingReskinImgContainer .cusIconHolder span[class^="createAlbumCusIconSmall-"],
.trendingReskinImgContainer .cusIconHolder span[class*="createAlbumCusIconSmall-"] {
  margin: 2px 2px 2px 3px !important;
}

/* Large Tile Icons */
[class^="trendingReskinLargeCusIcon-"],
[class*="trendingReskinLargeCusIcon-"] {
  background-image: url("../../../img_newTheme/trendingReskin/trendingLargeThumbIcons.png");
  background-repeat: no-repeat;
  height: 50px;
  margin: 10px;
  position: absolute;
  width: 50px;
}

.trendingReskinLargeCusIcon-weddings {
  background-position: 0 0;
}

.trendingReskinLargeCusIcon-engagements {
  background-position: -50px 0;
}

.trendingReskinLargeCusIcon-family {
  background-position: -100px 0;
}

.trendingReskinLargeCusIcon-parties {
  background-position: -150px 0;
}

.trendingReskinLargeCusIcon-lifestyle {
  background-position: -200px 0;
}

/* Common Tile */
.trendingReskinImgContainer .trendingReskinThumbnail {
  background-color: #b2b4b4;
  float: left;
  height: 250px;
  margin: 10px;
  position: relative;
  width: 250px;
}

.trendingReskinImgContainer .trendingReskinThumbnail .timeSq {
  width: 33px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #ffffff;
  text-align: center;
}

.trendingReskinImgContainer .trendingReskinThumbnail .timeSq .timecount {
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  color: #000000;
}

.trendingReskinImgContainer .trendingReskinThumbnail .timeSq .timeMNSLabel {
  font-size: 9px;
  line-height: 10px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}

.trendingReskinImgContainer .trendingReskinThumbBackBg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 100%;
}

.trendingReskinImgContainer .trendingReskinTumbDetails {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  height: 40px !important;
  left: 0;
  padding: 5px 0;
  position: absolute !important;
  width: 100%;
  z-index: 10;
}

.trendingReskinImgContainer .cusIconHolder {
  border-right: 1px solid #9e9e9f;
  float: left;
  height: 40px;
  width: 40px;
}

.trendingReskinImgContainer .subDetails {
  float: left;
  padding: 5px;
  width: calc(100% - 52px);
}

.trendingReskinImgContainer .subTittle {
  color: #666666;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.trendingReskinImgContainer .subName {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Large Tile */
.trendingReskinImgContainer .trendingReskinThumbnail.large {
  height: 520px !important;
  width: 520px !important;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .timeSq {
  top: 30px !important;
  left: 27px !important;
  z-index: 10;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .timeSqIcon {
  width: 38px;
  height: 36px;
  position: absolute;
  left: 6px;
  top: 8px;
  z-index: 8;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large.right {
  float: right;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .trendingReskinThumbBackBg {
  height: 520px !important;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .trendingReskinTumbDetails {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  height: 70px !important;
  left: 0;
  padding: 5px 0;
  position: absolute !important;
  width: 100%;
  z-index: 10;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .cusIconHolder {
  border-right: 1px solid #9e9e9f;
  float: left;
  height: 70px;
  width: 70px;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .subTittle {
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.trendingReskinImgContainer .trendingReskinThumbnail.large .subName {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/*live feed page image conatiner resoultion issue fixing -shivarathna*/
@media (max-width: 1137px) {
  .trendingReskinImgContainer.liveFeed .trendingReskinThumbnail.large {
    height: 480px !important;
    width: 480px !important;
  }
  
  .trendingReskinImgContainer.liveFeed .trendingReskinThumbnail.large .trendingReskinThumbBackBg {
    height: 480px !important;
  }
  
  .trendingReskinImgContainer.liveFeed .trendingReskinThumbnail {
    height: 230px !important;
    width: 230px !important;
  }
  
  .trendingReskinImgContainer.liveFeed .trendingReskinThumbBackBg {
    height: 230px !important;
  }
}

/* /Livefeed */

/*************************************************************
                        sectionOne
**************************************************************/
.homePageWhiteLinkButton {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
}

.homePageWhiteLinkButton:hover {
  color: #fff !important;
}

.homePageBlueLinkButton {
  display: block;
  color: #0db2bf;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
  font-weight: normal;
  margin: 0 auto;
}

.homePageBlueLinkButton:hover,
#sourcingViewAllButton:hover {
  color: #428f96;
  border-color: #428f96;
}

.sectionOne {
  min-height: 661px;
  position: relative;
  background-color: #FCFBFC;
}

.peopleSayContainer h2, #sourcingImage h2, .sectionOne h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.7px;
  text-align: center;
  color: #737373;
  margin: 0px;
  margin-top: 64px;
}

.sectionOne .container {
  width: 1068px !important;
}

.sectionOne .contxtBlock .photographersAndVendorsIcon, .sectionOne .contxtBlock .PublishersIcon {
  height: 83px;
  text-align: center;
  color: #ff8c34;
  position: relative;
}

.contxtBlock .photographersAndVendorsIcon .photographersIcon {
  position: absolute;
  bottom: 5px;
  left: 88px;
  font-size: 63px;
}

.contxtBlock .photographersAndVendorsIcon .andSymbolIcon {
  position: absolute;
  bottom: 0px;
  left: 228px;
  height: 83px;
  width: 18px;
  font-size: 24px;
  font-weight: bold;
}

.photographersAndVendorsIcon .andSymbolIcon .andSymbol {
  position: absolute;
  top: 37px;
  left: 0;
}

.contxtBlock .photographersAndVendorsIcon .VendorsIcon {
  font-size: 73px;
  position: absolute;
  bottom: 5px;
  left: 296px;
}

.contxtBlock .PublishersIcon .signalPublishersIcon {
  font-size: 83px;
}

.sectionOne .contxtBlock h3 {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-align: center;
  color: #868686;
  line-height: 2;
  padding-bottom: 18px;
}

.sectionOne .contxtBlock h4 {
  margin: 0px;
  font-size: 24px;
  font-weight: bold;
  color: #ff8c34;
  letter-spacing: 0.5px;
  padding: 22px 0px 24px 0px;
  text-align: center;
  text-transform: uppercase;
}

.sectionOne .contxtBlock h5 {
  margin: 0px;
  color: #636363;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
  padding-bottom: 98px;
}

.sectionOne .contxtBlock a {
  font-size: 12px;
  font-weight: 400;
  color: #1b9cac;
}

#howItWorksLinkButton {
  width: 245px;
  height: 50px;
  line-height: 52px;
  border: solid 1px #00bdcd;
  margin-bottom: 84px;
}
#howItWorksLinkButton:hover {
  border-color: #428f96;
}

@media (min-width: 1100px) {
  .contxtBlock .row-fluid [class*="span"] {
    width: 422px;
    padding-top: 62px;
    text-align: center;
    margin-left: 221px;
  }
  
  .contxtBlock .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
}

@media (min-width: 980px) and (max-width: 1100px) {
  .contxtBlock .row-fluid [class*="span"] {
    width: 380px;
    padding-top: 62px;
    text-align: center;
    margin-left: 90px;
  }
}

@media (max-width: 980px) {
  .contxtBlock .row-fluid [class*="span"] {
    width: 100%;
    padding-top: 60px;
    min-width: 400px;
  }
  
  .sectionOne .container {
    width: auto !important;
    padding: 0px 50px;
  }
  
  .sectionOne .contxtBlock .photographersAndVendorsIcon {
    width: 422px;
    margin: 0 auto;
  }
  
  .sectionOne .contxtBlock .row-fluid [class*="span"]:first-child h5 {
    padding-bottom: 0px !important;
  }
  
  .sectionOne .contxtBlock .row-fluid [class*="span"]:last-child h5 {
    padding-bottom: 60px !important;
  }
}

/*************************************************************
                        section#people Saying
**************************************************************/
.peopleSayingContainer {
  width: 100%;
  min-height: 1200px;
  padding-top: 84px;
  background-color: #32b8c4;
}

.peopleSayingContainer .spotPubIcon300 {
  width: 152px;
  height: 152px;
  display: block;
  margin: 0 auto 29px auto;
  background-size: cover;
  border-radius: 50%;
}

.peopleSayContainer h2 {
  margin-top: 0px;
  color: #fff;
}

.peopleSayingContainer .sayingBgBlue {
  text-align: center;
  margin-top: 74px;
}

.peopleSayingContainer .sayingBgBlue:last-child {
  margin-top: 96px;
}

.peopleSayingContainer .sayingBgBlue h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}

.peopleSayingContainer .sayingBgBlue h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  margin: 12px auto 14px auto;
}

.peopleSayingContainer .sayingBgBlue p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  text-align: center;
  word-spacing: 0.96px;
  color: #ffffff;
}

#PublishersLinkButton,
.commonPageContainer .singUpPart .signUpButton {
  width: 372.7px;
  height: 52px;
  line-height: 54px;
  margin: 71px auto 64px auto;
  border: solid 1px #ffffff;
}

#PublishersLinkButton:hover,
.commonPageContainer .singUpPart .signUpButton:hover {
  opacity: 0.6;
}

@media (min-width: 1252px) {
  .peopleSayingContainer .container {
    width: 1222px !important;
  }
  
  .peopleSayingContainer .row-fluid [class*="span"]:first-child {
    margin-left: 0px;
  }
  
  .peopleSayingContainer .row-fluid [class*="span"] {
    width: 360px;
    margin-left: 71px;
  }
}

/* Section SourcingImages */
#sourcingImage {
  min-height: 827px;
  background-color: #FCFBFC;
}

#sourcingImageList {
  max-width: 1000px;
  min-height: 495px;
  margin: 48px auto 64px auto;
}

#sourcingImageList .sourceCoverImgHold {
  float: left;
  list-style: none;
  opacity: 0.7;
  background-image: url('../../../img/sourcingImages/sourcing-images-bg-new.png');
  background-repeat: no-repeat;
  background-size: 500%;
}

#sourcingImageList .sourceCoverImgHold:nth-child(2) {
  background-position: -200px 0px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(3) {
  background-position: -400px 0px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(4) {
  background-position: -600px 0px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(5) {
  background-position: -800px 0px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(6) {
  background-position: 0px -153px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(7) {
  background-position: -200px -153px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(8) {
  background-position: -400px -153px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(9) {
  background-position: -600px -153px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(10) {
  background-position: -800px -153px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(11) {
  background-position: 0px -306px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(12) {
  background-position: -200px -306px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(13) {
  background-position: -400px -306px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(14) {
  background-position: -600px -306px;
}

#sourcingImageList .sourceCoverImgHold:nth-child(15) {
  background-position: -800px -306px;
}

#sourcingImageList .sourceCoverImgHold:hover {
  opacity: 1;
}

#sourcingImageList .sourceCoverImgHold a {
  display: block;
  width: 200px;
  height: 153px;
}

#sourcingViewAllButton {
  width: 247px;
  height: 52px;
  line-height: 54px;
  margin-bottom: 87px;
  border: solid 1px #00bdcd;
}

@media (min-width: 980px) and (max-width: 1200px) {
  #sourcingImageList {
    max-width: 800px;
  }
}

/* /Section SourcingImages */

/*************************************************************
                        section#contact
**************************************************************/
.contactPage {
  color: #ffffff;
  min-height: 750px;
}

.contactPage h1 {
  text-align: center;
  font-size: 40px;
  width: 780px;
  margin-bottom: 20px;
  color: #ffffff;
}

.contactPage h2 {
  color: #333333;
  font-size: 16px;
  border: medium none;
  font-style: normal;
  font-weight: normal;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  line-height: 18px;
}

.contactPage textarea,
.contactPage input[type="text"],
.contactPage input[type="password"] {
  background: none !important;
  border: 1px solid #cccccc;
  color: #333333 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.contactPage textarea:focus,
.contactPage input[type="text"]:focus,
.contactPage input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  color: #333333 !important;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}

/* New Contact */
.contactPage .contactPageContent {
  display: block;
  height: auto;
  width: 552px;
  margin: 0px auto;
  color: #333333;
}

.contactPage .contactContainer {
  padding: 30px 48px;
  background-color: rgba(255, 255, 255, 0.8);
}

.contactPage .contactContainer.confirmation {
  text-align: center;
  width: 450px;
  margin: 0px auto;
}

.contactPage .contactContainer .radio,
.contactPage .contactContainer .checkbox {
  padding-left: 0px;
}

.clearfix {
  clear: both;
}

/*************************************************************
                        #secFootContent
**************************************************************/
.secFootContent {
  background-repeat: no-repeat;
  background-size: cover;
  height: 288px;
  position: relative;
  line-height: 36px;
  color: #7e7c7c;
}

.secFootContent .photoCreditIcon {
  /*background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -60px -190px;*/
}

.secFootContent .photoCredit {
  position: absolute;
  display: inline-block;
  bottom: 5px;
  right: 6%;
  line-height: 16px;
  font-size: 12px;
  color: #7e7c7c;
}

/*************************************************************
                        #footer
**************************************************************/

#publicFooter {
  height: 285px;
  margin-top: -285px;
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  padding: 0px 100px;
}

#publicFooter .footerInner {
  color: #ffffff !important;
  margin: 0 auto;
  padding: 18px 0px;
  position: relative;
  text-align: left;
  height: 84px;
  max-width: 1750px;
  min-width: 850px;
  width: auto !important;
}

/* Common Photo Credit */	
.photoCredit {	
  position: absolute;	
  display: inline-block;	
  height: 18px;	
  top: -34px;	
  right: 0px;	
  line-height: 16px;	
  font-size: 13px;	
  color: #ffffff !important;	
  font-weight: bold;	
  font-style: italic;	
  min-width: 200px;	
  padding: 8px 15px;	
  text-align: right;	
  	
  background: -moz-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.59) 100%); /* FF3.6+ */	
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(102, 102, 102, 0)), color-stop(100%, rgba(102, 102, 102, 0.59))); /* Chrome,Safari4+ */	
  background: -webkit-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.59) 100%); /* Chrome10+,Safari5.1+ */	
  background: -o-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.59) 100%); /* Opera 11.10+ */	
  background: -ms-linear-gradient(left, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.59) 100%); /* IE10+ */	
  background: linear-gradient(to right, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.59) 100%); /* W3C */	
  	
}	
 .photoCredit a {	
  color: #ECECEC !important;	
  text-shadow: 0px 0px 2px #212121;	
}	
 .photoCredit a:hover {	
  color: #fcc652;	
}

.photoCreditIcon {
  display: inline-block;
  float: left;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  /*background: url('../../../img/tbl_web_Sprite.png?13052014') no-repeat -60px -213px;*/
}

.trendingBrandImage .photoCredit{
  bottom: 0 !important;
  right: 0 !important;
  top: auto !important;
}

/* Public Page Social Icons */
.stayConnected {
  margin-top: 20px;
}

.stayConnected .socialIcons {
  display: inline-block;
  width: 30px;
  height: 30px;
  *margin-right: .3em;
  line-height: 30px;
  vertical-align: text-top;
  background-position: 30px 30px;
  background-repeat: no-repeat;
  background-image: url("../../../img/tbl_web_Sprite.png?13052014");
}

.stayConnected .socialIcons.facebook {
  background-position: 0px -285px;
}

.stayConnected .socialIcons.google {
  background-position: -32px -285px;
}

.stayConnected .socialIcons.twitter {
  background-position: -65px -285px;
}

.stayConnected .socialIcons.linkedin {
  background-position: -98px -285px;
}

.stayConnected .socialIcons.pintrest {
  background-position: -132px -285px;
}

.stayConnected .socialIcons.facebook:hover {
  background-position: 0px -322px;
}

.stayConnected .socialIcons.google:hover {
  background-position: -32px -322px;
}

.stayConnected .socialIcons.twitter:hover {
  background-position: -65px -322px;
}

.stayConnected .socialIcons.linkedin:hover {
  background-position: -98px -322px;
}

.stayConnected .socialIcons.pintrest:hover {
  background-position: -132px -322px;
}

/* Social icons */

.socialicons {
  margin-top: 20px;
  float: right;
  margin-right: 65px;
}

.socialicons > ul.cosmo-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.socialicons > ul.cosmo-social > li {
  display: inline-block;
}

.socialicons > ul.cosmo-social > li > a {
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 27px;
  display: block;
  zoom: 1;
  background-color: #f4f4f4;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: white;
  margin-bottom: 5px;
  border-radius: 50%;
  color: #999999;
}

.socialicons > ul.cosmo-social > li > a:hover {
  color: #FFF;
  box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.7);
}

.socialicons > ul.cosmo-social > li > a.rss:hover {
  background-color: #f69400;
}

.socialicons > ul.cosmo-social > li a.twitter:hover {
  background-color: #48c4d2;
}

.socialicons > ul.cosmo-social > li > a.gplus:hover {
  background-color: #d94a39;
}

.socialicons > ul.cosmo-social > li > a.dribbble:hover {
  background-color: #ef5b92;
}

.socialicons > ul.cosmo-social > li > a.yahoo:hover {
  background-color: #7b0099;
}

.socialicons > ul.cosmo-social > li > a.instagram:hover {
  background-color: #634d40;
}

.socialicons > ul.cosmo-social > li > a.linkedin:hover {
  background-color: #71C5EF;
}

.socialicons > ul.cosmo-social > li > a.skype:hover {
  background-color: #18b7f1;
}

.socialicons > ul.cosmo-social > li > a.fb:hover {
  background-color: #3b5998;
}

.socialicons > ul.cosmo-social > li > a.yt:hover {
  background-color: #C4302B;
}

.socialicons > ul.cosmo-social > li > a.vimeo:hover {
  background-color: #44bbff;
}

.socialicons > ul.cosmo-social > li > a.delicious:hover {
  background-color: #3274d1;
}

.socialicons > ul.cosmo-social > li > a.tumblr:hover {
  background-color: #3a5976;
}

.socialicons > ul.cosmo-social > li > a.pinterest:hover {
  background-color: #cb2027;
}

.socialicons > ul.cosmo-social > li > a.flickr:hover {
  background-color: #FF0084;
}

.socialicons > ul.cosmo-social > li > a.email:hover {
  background-color: #0bac03;
}

.socialicons > ul.cosmo-social > li > a > i {
}

.socialicons > ul.cosmo-social > li > a > i:before {
  line-height: inherit;
}

/* End of social icons*/

.footerInner .addressBlock h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.footerInner .addressBlock p {
  font-size: 14px;
  line-height: 16px;
  color: #6a6a6a;
  margin-bottom: 5px;
}

.footerInner .addressBlock a {
  color: #00798A;
}

.footerInner .addressBlock p.copyright {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0px;
}

.footerInner .claim {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #6a6a6a;
  text-align: right;
  font-weight: bold;
  margin-top: 25px;
}

.footerInner .linksBlock {
  margin-top: 40px;
  border-left: 1px solid #ffffff;
  font-size: 11px;
  line-height: 16px;
  color: #6a6a6a;
}

.footerInner .linksBlock ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 15px;
}

.footerInner .linksBlock li {
  line-height: 16px;
}

.footerInner .linksBlock li.menuTitle {
  color: #6a6a6a;
  font-size: 16.67px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}

.footerInner .linksBlock li a {
  color: #6a6a6a;
  font-size: 16.67px;
  font-weight: normal;
  line-height: 30px;
}

.footerInner .linksBlock li a:hover {
  color: #5fd3e6;
}

.footerInner .rtSideFootContent {
  text-align: right;
  margin-top: 40px;
}

.footerInner .mainLinks {
  margin-top: 20px;
}

.footerInner .mainLinks a {
  color: #6a6a6a;
  font-size: 16.67px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 15px;
}

.footerInner .mainLinks a:hover {
  color: #5fd3e6;
}

/*************************************************************
                        #errorPage
**************************************************************/
.errorPage {
  color: #ffffff;
  min-height: 350px;
}

.error-description {
  text-align: center;
}

.error-description h2 {
  font-size: 40px;
  color: #ffffff;
  border: medium none;
  font-style: normal;
  font-weight: normal;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  text-shadow: -1px 1px 1px #6b6b6b;
}

.error-description h4.caption {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  text-shadow: -1px 1px 1px #6b6b6b;
  padding: 0px;
  margin-top: 0px;
}

.error-description h5 {
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
  text-shadow: -1px 1px 1px #6b6b6b;
  padding: 0px 0 20px 0;
  letter-spacing: 1px;
}

.error-description h6 {
  font-weight: 300;
  font-size: 10px;
  color: #ffffff;
  padding: 0px;
  
}

/*************************************************************
                        #welcomePage
**************************************************************/
.welcomePage {
  color: #ffffff;
  min-height: 350px;
}

.welcome-description {
  text-align: center;
  margin: 0 auto;
  width: 52%;
  margin-bottom: 20px;
}

.welcome-description .welcomeTransBg {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0px;
  color: #333333;
  margin-top: 10px;
}

.welcome-description .welcomeTransBg p.txt {
  color: #333333;
  text-shadow: none;
  filter: none;
}

.welcome-description a {
  color: #45a8b6;
}

.welcome-description h2 {
  font-size: 40px;
  color: #ffffff;
  border: medium none;
  font-style: normal;
  font-weight: normal;
  list-style: none outside none;
  margin: 0px;
  padding: 0px;
  text-shadow: -1px 1px 1px #6b6b6b;
}

.welcome-description p.txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-shadow: -1px 1px 1px #6b6b6b;
  padding: 0px;
  margin: 20px 0px;
}

/*************************************************************
                        #LOGINPage
**************************************************************/
.message_topPublic.trendMsg {
  position: absolute !important;
  top: -15px !important;
}

input.error {
  margin-bottom: 4px !important;
}

.loginPage .message_topPublic {
  position: absolute !important;
  top: 0px !important;
}

.loginPage {
  color: #333333;
  min-height: 450px;
}

.loginPage a {
  color: #31a4b2;
}

.loginPage a:hover {
  color: #11808d;
}

.loginPage .btn-primary, .loginPage .btn-primary:hover {
  color: #ffffff;
}

.loginPage .logincontainer .loginInner {
  padding: 20px;
}

.loginPage .logincontainer,
.miniq-container .logincontainer {
  width: 770px;
  height: 350px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.loginPage .logincontainer label,
.loginPage .logincontainer input {
  margin-bottom: 0px !important;
}

.loginPage .logincontainer h3 {
  line-height: 30px;
  margin: 0px;
  font-size: 24px !important;
  font-weight: 300;
  color: #666666;
}

.loginPage .loginLeftContent {
  width: 300px;
  height: 280px;
  position: relative;
  float: left;
  margin: 20px 0px 20px 30px;
  border-right: 1px solid #cccccc;
}

.loginPage .control-group {
  margin-right: 30px;
}

.loginPage .control-group input.formInput {
  width: 95%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.loginPage .signupPanel {
  width: 350px;
  height: 280px;
  position: relative;
  float: left;
  margin: 20px 0px;
  padding: 0px 10px 0px 35px;
}

.loginPage .signupPanel p {
  margin-top: 25px;
  font-size: 18px;
  color: #333333 !important;
  line-height: 24px;
}

.loginPage .signupPanel p.semiBold {
  font-size: 16px !important;
}

.loginPage .btn-Absol-Bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.loginPage .signupPanel .btn-Absol-Bottom {
  left: 35px;
}

.absErrorMsg {
  position: relative;
}

.absErrorMsg .error-message {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-align: center;
}
.validateBox .error-message {
  font-size: 16px;
  font-weight: 300;
  color: #ff8c34 !important;
}

/* Signup Page New Style */
.btnAdd.buttonPhotographer,
.btnAdd.buttonVideographer,
.btnAdd.buttonVendor,
.btnAdd.buttonPublisher {
  background: rgba(255, 255, 255, 0.6) !important;
  height: 280px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  position: relative;
}

.btnAdd p.newTxt {
  font-size: 14px;
  height: 145px;
  margin-bottom: 10px;
  line-height: 18px;
}

.btnAdd p.newTxt .space15 {
  display: block;
}

.btnAdd p.newTxt .title {
  color: #4f4d4d;
}

.btnAdd.buttonVendor,
.btnAdd.buttonPublisher {
  width: 280px;
  -webkit-border-radius: 280px !important;
  -moz-border-radius: 280px !important;
  border-radius: 280px !important;
}

.signupIcons {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 10px 0px;
  background-image: url('../../../img/signupIcons.png?13052014');
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.signupIcons.whitish {
  width: 32px;
  height: 38px;
  margin: 0px !important;
  background-image: url('../../../img/signupIconsWhite.png?13052014') !important;
  position: relative;
  bottom: -6px;
}

.signupIcons.vendorSybl {
  background-position: -10px -8px;
}

.signupIcons.vendorSybl.whitish {
  background-position: -5px -2px !important;
}

.signupIcons.photographerSybl {
  background-position: -80px -8px;
}

.signupIcons.photographerSybl.whitish {
  background-position: -40px -2px !important;
}

.signupIcons.videographerSybl {
  background-position: -152px -8px;
}

.signupIcons.videographerSybl.whitish {
  background-position: -75px -2px !important;
}

.signupIcons.publisherSybl {
  background-position: -224px -8px;
}

.signupIcons.publisherSybl.whitish {
  background-position: -112px -2px !important;
}

.btnAdd .bottomText {
  position: absolute;
  bottom: -50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  text-shadow: none !important;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}

.btnAdd.buttonPhotographer .bottomText {
  left: 120px;
}

.btnAdd .bottomBigTxt {
  position: absolute;
  bottom: -125px;
  left: 97px;
  right: 0px;
  margin: 0 auto;
  text-shadow: none !important;
  font-weight: 300;
  font-size: 71px;
  letter-spacing: 6px;
  opacity: 0.4;
  font-weight: 300;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* Common Overview Page */
.overviewPage {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.overviewPage p {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: bold;
}

.overviewPage .container-fluid {
  padding: 0px;
}

.overviewPage .overviewTxtContainer {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
  min-height: 300px;
}

.overviewPage .contentTxt {
  border-left: 1px solid #d7d7d7;
  padding: 0 30px;
  width: 710px;
  color: #404040 !important;
}

.overviewPage .contentTxt p {
  padding: 0px;
  line-height: 18px;
  margin: 0 0 20px 0;
  color: #404040;
}

.overviewPage .contentTxt h2 {
  font-size: 20px;
  color: #404040;
  font-weight: bold;
  margin: 0 0 20px 0px;
  display: block;
}

.overviewPage .contentTxt h3 {
  font-size: 18px;
  color: #404040;
  font-weight: normal;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #5eb2b5;
  padding: 0 0 5px 0px;
  margin: 30px 0 5px 190px;
}

.overviewPage .contentTxt h4 {
  font-size: 16px;
  color: #404040;
  font-weight: 600;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #5eb2b5;
  padding: 0 0 5px 0px;
  margin: 30px 0 5px 0px;
}

.leftsectn ul.leftnav {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.leftsectn ul.leftnav li {
  line-height: 35px;
  font-size: 16px;
  display: block;
}

.leftsectn ul.leftnav li.active a {
  background: #0ab2b8;
  color: #fff !important;
  font-weight: bold;
  display: block;
  padding: 0 10px;
}

.leftsectn ul.leftnav li a {
  color: #404040;
  text-decoration: none;
  font-weight: normal;
  padding: 0 10px;
}

.leftsectn ul.leftnav li a:hover, .leftsectn ul.leftnav a:active {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  background: #0ab2b8;
  display: block;
}

/* Legal Page */
.legalPage {
  width: 980px;
  height: auto;
  margin: 0 auto;
}

.legalPage .container-fluid {
  padding: 0px;
}

.legalPage .legalContentContainer {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
  min-height: 300px;
}

.legalPage .legalContentContainer > .span2 {
  width: 20%;
}

.legalPage .contentTxt {
  border-left: 1px solid #d7d7d7;
  padding: 0 30px 30px;
  width: 710px;
  color: #404040 !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.legalPage .contentTxt p {
  padding: 0px;
  line-height: 22px;
  margin: 0 0 20px 0;
  color: #444444;
  font-weight: bold;
  font-size: 14px;
}

.legalPage .contentTxt h2 {
  font-size: 20px;
  color: #444444;
  font-weight: bold;
  margin: 0 0 20px 0px;
  display: block;
}

.legalPage .contentTxt h3 {
  font-size: 18px;
  color: #404040;
  font-weight: normal;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #5eb2b5;
  padding: 0 0 5px 0px;
  margin: 30px 0 5px 190px;
}

.legalPage .contentTxt h4 {
  font-size: 16px;
  color: #404040;
  font-weight: 600;
  margin: 0px;
  display: block;
  border-bottom: 1px solid #5eb2b5;
  padding: 0 0 5px 0px;
  margin: 30px 0 5px 0px;
}

/* Team Page */
.overviewPage .contentTxt .teamMembers h3 {
  margin: 10px 0 5px 0px !important;
}

.overviewPage .contentTxt span.teamTitle {
  font-size: 12px;
  color: #9b9c9c;
  font-weight: normal;
  margin: 0px;
}

.teamimg {
  position: relative;
  background: #fff;
  width: 145px;
  padding: 7px;
  margin: 10px 30px 20px 0;
  text-align: center;
  -moz-box-shadow: 1px 1px 3px #cfcfcf;
  -moz-transform: rotate(-1deg);
  -webkit-box-shadow: 1px 1px 3px #cfcfcf;
  -webkit-transform: rotate(-1deg);
  box-shadow: 1px 1px 3px #cfcfcf;
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
  float: left;
  display: block;
}

.teamimg div {
  background-repeat: no-repeat !important;
  background-color: #33aaae !important;
}

.teamimg1 div {
  background-repeat: no-repeat !important;
  background-color: #33aaae !important;
}

.teamimg1 {
  position: relative;
  background: #fff;
  width: 145px;
  padding: 7px;
  margin: 10px 30px 20px 0;
  text-align: center;
  -moz-box-shadow: 1px 1px 3px #cfcfcf;
  -moz-transform: rotate(-1deg);
  -webkit-box-shadow: 1px 1px 3px #cfcfcf;
  -webkit-transform: rotate(1deg);
  box-shadow: 1px 1px 3px #cfcfcf;
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
  float: left;
  display: block;
}

/* How It Works */

.headline.howitworksHeading {
  /*padding-top: 250px*/
  padding-top: 16%;
}

.headline.howitworksHeading .trendingPageTitle {
  color: #ffffff;
  /*font-size: 60px;*/
  font-size: 4.4vw;
  font-weight: bold;
  /*line-height: 60px;*/
  line-height: 4.8vw;
  text-align: center;
}

.headline.howitworksHeading .howitWorkCaption {
  color: #ffffff;
  /*font-size: 26px;*/
  font-size: 2vw;
  font-weight: bold;
  /*line-height: 36px;*/
  line-height: 2.6vw;
  text-align: center;
}

.howitworksHeading .published-btn {
  font-size: 1.4vw !important;
  line-height: 1.8vw !important;
  text-transform: none !important;
}

/*@media (max-width: 800px) {
	.headline.howitworksHeading .howitWorkCaption {
		font-size: 22px;
		line-height: 24px;
	}
}*/

.Photographers-content {
  padding: 25px 0px 0px 0px;
}

.howitWorkCaption {
  font-size: 32px;
  line-height: 36px;
  color: #6d6969;
  text-align: center;
}

.overviewTxtContainer.howItWorkNew {
  background: none !important;
}

.howItWorkNew .tab-content {
  overflow: visible !important;
}

.howItWorkNew ul.nav-tabs li.active .pgtab h1 {
  color: #fff;
}

.howItWorkNew ul.nav-tabs li.active .pgtab p {
  color: #fff;
}

.howItWorkNew ul.nav-tabs {
  margin-left: 0px;
  padding-left: 0px;
  width: 820px;
  margin: 0 auto;
  border: none !important;
}

.howItWorkNew ul.nav-tabs li {
  background-color: #ffffff;
  border: 1px solid #d5d6d6;
}

.howItWorkNew ul.nav-tabs li a {
  color: #959595;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  width: 222px;
}

.howItWorkNew ul.nav-tabs li:hover {
  background-color: #b1b1b1;
}

.howItWorkNew ul.nav-tabs li:hover a {
  color: #ffffff;
}

.howItWorkNew ul.nav-tabs li.active {
  background-color: #959595;
  outline: none !important;
}

.howItWorkNew ul.nav-tabs li.active a {
  color: #ffffff;
}

.howItWorkNew ul.nav-tabs li .pgtab > h1,
.howItWorkNew ul.nav-tabs li .pubtab > h1 {
  font-size: 18px;
  line-height: 24px;
  color: #d1d0d0;
  padding: 0px;
  text-transform: uppercase;
  margin-top: 20px;
}

.howItWorkNew ul.nav-tabs li.active .pgtab > h1,
.howItWorkNew ul.nav-tabs li.active .pubtab > h1 {
  color: #868484;
}

.pgtab,
.pubtab {
  padding: 45px 6px 10px 6px;
  margin: 0px;
  text-align: center;
}

.howItWorkNew ul.nav-tabs li .photogico {
  width: 125px;
  height: 57px;
  background-image: url('../../../img/howitworks_Sprite.png?13052014');
  background-position: -10px -16px;
  margin: 0 auto;
}

.howItWorkNew ul.nav-tabs li.active .photogico {
  background-position: -142px -16px;
}

.howItWorkNew ul.nav-tabs li .publishico {
  width: 57px;
  height: 57px;
  background-image: url('../../../img/howitworks_Sprite.png?13052014');
  background-position: -276px -16px;
  margin: 0 auto;
}

.howItWorkNew ul.nav-tabs li.active .publishico {
  background-position: -344px -16px;
}

.howItWorkNew .nav-tabs > .active > a,
.howItWorkNew .nav-tabs > .active > a:hover {
  background: none;
  border: none;
}

.howItWorkNew .nav-tabs > li > a,
.howItWorkNew .nav-tabs > li > a:hover,
.howItWorkNew .nav-tabs > li > a:focus {
  background: none;
  border: none;
  outline: none !important;
}

.howItWorkNew .tab-content > .active,
.howItWorkNew .pill-content > .active {
  display: block !important;
}

.howItWorkNew .tab-content > .tab-pane,
.howItWorkNew .pill-content > .pill-pane {
  display: none;
}

.howItWorkNew .nav-tabs > li,
.howItWorkNew .nav-pills > li {
  float: left;
  margin-top: 26px; /* Custom Margin*/
  margin-left: 10px;
  margin-right: 10px;
}

.pc-content {
  padding: 30px 15px 0 15px;
}

.pc-content .heading {
  font-size: 32px;
  line-height: 36px;
  color: #6d6969;
  text-align: center;
}

.pc-content .stepContent {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  color: #6d6969;
  text-align: center;
  min-height: 110px;
  display: block;
  margin: 0 auto;
}

.pc-content .stepContent a {
  color: #339999 !important;
}

.pc-content .stepContent a:hover {
  color: #fcc652 !important;
}

#howitWorkStepsPub .carousel-control,
#howitWorkSteps .carousel-control {
  transform: scale(.5, .6);
  -ms-transform: scale(.5, .6);
  -webkit-transform: scale(.5, .6);
}

.pc-content .nextPassBtn {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 34px;
  height: 62px;
  display: block;
  margin: 0 auto;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -560px -1px;
}

.pc-content .macBook {
  text-align: center;
}

.pc-content h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding: 0 0 18px 0px;
  border-bottom: 1px solid #fff;
}

.pc-content .button {
  padding: 0 35px;
  margin: 5px 0 0 0px;
  background: #fe9c01;
  border: none;
  text-align: center;
  line-height: 25px;
  color: #FFFFFF;
  
}

.pc-content .button:hover {
  background: #EB9401 !important;
}

.pc-content .screen-cont {
  margin: 50px 0 0 0;
  
}

.pc-content .screen-cont img {
  -webkit-box-shadow: 0px 0px 27px rgba(49, 51, 53, 0.25);
  -moz-box-shadow: 0px 0px 27px rgba(49, 51, 53, 0.25);
  box-shadow: 0px 0px 27px rgba(49, 51, 53, 0.25);
}

.pc-content .screen-cont .text {
  width: 300px;
  margin-right: 5px;
}

.pc-content .screen-cont .text h2 {
  font-size: 16px;
  color: #333;
  margin: -30px 0 0 50px;
  padding: 0px;
}

.pc-content .screen-cont .text p {
  font-size: 13px;
  color: #333;
  margin: -10px 0 0 50px;
  padding: 0px 10px 0 0;
}

.pc-content .screen-cont .text1 {
  width: 300px;
  margin-right: 80px;
}

.pc-content .screen-cont .text1 h2 {
  font-size: 16px;
  color: #333;
  margin: -30px 0 0 50px;
  padding: 0px;
}

.pc-content .screen-cont .text1 p {
  font-size: 13px;
  color: #333;
  margin: -10px 0 0 50px;
  padding: 0px;
}

.pub-content {
  padding: 0 15px;
  margin: 0px;
}

.hiw-tc-cont {
  padding: 50px 80px;
  display: block;
  min-height: 250px;
  margin-top: 0px;
  color: #404040 !important;
  /*background-color:rgba(113,111,111,0.65);*/
  font-size: 24px;
}

.hiw-tc-cont .qaHead {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #666666;
  font-weight: 300;
}

.hiw-tc-cont .qaLink {
  color: #5bcbda !important;
  font-weight: normal;
}

.hiw-tc-cont .qaLink:hover {
  color: #5bcbda !important;
  text-decoration: underline;
}

.hiw-tc-cont h2 {
  color: #333333;
  margin: 0px 0 0 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
}

.hiw-tc-cont p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #333333;
  margin: 0px 0 0 0px;
  padding: 0px 0px 20px 0px;
}

.hiw-tc-cont .publicpageListing li {
  list-style-type: none;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 5px;
}

/* Pricing Plan */
.publicPricing {
  float: left;
  color: #404040;
}

.publicPricing h2 {
  font-size: 22px;
  font-weight: normal;
  color: #4D4D4D;
  line-height: 22px;
}

.planDetailsContainer a.black {
  color: #404040 !important;
  text-decoration: none !important;
}

.planDetailsContainer a:hover.black {
  text-decoration: none !important;
}

.planDetailsContainer .slabContent ul {
  padding: 0px !important;
  margin: 0px;
}

.planDetailsContainer .slabContent ul li {
  background-image: url('../../../img_newTheme/planListingTic.png?13052014');
  background-repeat: no-repeat;
  background-position: left top;
  margin: 10px;
  padding-left: 20px;
  border: medium none;
  font-style: normal;
  font-weight: normal;
  list-style: none outside none;
  font-size: 13px;
  line-height: 14px;
}

.planDetailsContainer .planSlab .slabContent {
  padding: 10px 5px;
}

/* Pricing Plan - NEW */
.publicPricing .planPhotogVendor {
  background-image: url('../../../img/planPhotogVendor.png?13052014');
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 405px;
  height: 100px;
  margin: 0 auto;
}

.publicPricing .planPublisher {
  background-image: url('../../../img/planPublisher.png?13052014');
  background-repeat: no-repeat;
  background-position: center 0px;
  width: 151px;
  height: 120px;
  margin: 0 auto -20px;
}

.planDetailsContainer {
  width: 700px;
  margin: 0px;
  padding: 0px !important;
}

.pricingPlan .planDetailsContainer {
  width: 450px;
  /*border:1px solid #fff;*/
  padding-top: 20px !important;
  height: 230px;
}

.planDetailsContainer .planSlab {
  position: relative;
  width: 338px;
  height: 338px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  float: left;
  background-color: rgba(230, 230, 230, 0.9);
  -webkit-border-radius: 338px;
  border-radius: 338px;
  margin-left: 20px;
}

/* added for bug 4447 */
.signupContainer .planDetailsContainer .planSlab {
  box-shadow: none !important;
  background: none !important;
  border-radius: none !important;
  color: #fff !important;
}

.signupContainer .planDetailsContainer .planSlab:hover {
  box-shadow: none !important;
}

.signupContainer .planDetailsContainer .planSlab .planTitle {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 36px 0 10px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px 0px 0px #0b0b0b;
}

.signupContainer .planDetailsContainer .planSlab .type {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: -1px 0px 0px #0b0b0b;
  padding: 50px 0 61px;
}

.signupContainer .planDetailsContainer .planSlab hr {
  width: 230px;
  margin: 0 auto;
  height: 1px !important;
  border-top: none !important;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .priceTag {
  font-weight: bold;
  color: #fff !important;
  padding-bottom: 5px;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .priceTag .superscript {
  color: #fff !important;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .priceTag .slash {
  font-weight: 300 !important;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .priceTag .month {
  font-size: 24px;
  line-height: 19px;
  font-weight: normal;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .perYear {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 10px;
}

.signupContainer .planDetailsContainer .planSlab .basicHead .offer {
  font-size: 14px;
  line-height: 18px;
}

.signupContainer .planDetailsContainer .tryPeriod a {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: bold !important;
  color: #f6bf4c !important;
  text-shadow: none !important;
  padding: 10px 0px;
  
}

.signupContainer .planDetailsContainer .planButton {
  bottom: 5px !important;
}

.signupContainer .planDetailsContainer .planSlab .btn.btn-yellow {
  background-image: none !important;
  background: rgba(234, 180, 63, 1) !important;
  background: -moz-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(234, 180, 63, 1)), color-stop(100%, rgba(222, 164, 40, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(234, 180, 63, 1) 0%, rgba(222, 164, 40, 1) 100%) !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  padding: 10px 20px !important;
  text-shadow: none !important
  
}

.signupContainer .planDetailsContainer .planSlab .btn.btn-yellow:hover {
  background-color: rgba(248, 201, 103, 1) !important;
  background: -moz-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%) !important;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 201, 103, 1)), color-stop(100%, rgba(245, 187, 65, 1))) !important;
  background: -webkit-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%) !important;
  background: -o-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%) !important;
  background: -ms-linear-gradient(top, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%) !important;
  background: linear-gradient(to bottom, rgba(248, 201, 103, 1) 0%, rgba(245, 187, 65, 1) 100%) !important;
}

/* /added for bug 4447 */
.pricingPlan .planDetailsContainer .planSlab {
  background: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  width: 224px !important;
  height: auto;
  margin-left: 0px !important;
}

.planDetailsContainer .planSlab:first-child {
  margin-left: 0px !important;
}

.planDetailsContainer .planSlab:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(79, 176, 189, 0.8) !important;
  box-shadow: 0px 0px 5px 1px rgba(79, 176, 189, 0.8) !important;
}

.pricingPlan .planDetailsContainer .planSlab:hover {
  box-shadow: none !important;
}

.planDetailsContainer .planSlab .slabContent {
  padding: 16px 10px 0px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #959595;
  width: 260px;
  margin: 12px auto 0px;
  text-transform: uppercase;
}

.planDetailsContainer .planSlab .freeHead {
  font-size: 24px;
  text-align: center;
}

.planDetailsContainer .planSlab .basicHead {
  font-size: 12px;
  text-align: center;
  color: #FFFFFF !important;
  padding-top: 25px;
  text-transform: none;
  text-shadow: -1px 0px 0px #0b0b0b;
  background: none !important;
}

.planDetailsContainer .planSlab .basicHead .priceTag {
  font-size: 48px;
  line-height: 32px;
}

.planDetailsContainer .planSlab .basicHead .priceTag .dot {
  font-size: 36px;
}

.planDetailsContainer .planSlab .basicHead .priceTag .dollarSign {
  font-size: 24px;
  font-weight: 300;
}

.planDetailsContainer .planSlab .basicHead .priceTag .superscript {
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  margin-top: -12px;
  display: inline-block;
  margin-left: -10px;
}

.planDetailsContainer .planSlab .basicHead .perMonth,
.planDetailsContainer .planSlab .basicHead .perYear {
  line-height: 16px;
}

.planDetailsContainer .planSlab .basicHead .perYear span {
  font-size: 14px;
  font-weight: 600;
}

.planDetailsContainer .planTitle {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
  margin: 36px 0px 10px;
}

.planDetailsContainer .tryPeriod {
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
}

.planDetailsContainer .tryPeriod span {
  display: block;
}

.planDetailsContainer .tryPeriod a {
  font-size: 18px;
  color: #49a4b0 !important;
  margin: 0px;
  padding: 0px;
}

.planDetailsContainer .tryPeriod a:hover {
  font-size: 18px;
  color: #fcc652 !important;
  text-decoration: none;
}

.planDetailsContainer .planButton {
  position: absolute;
  width: 260px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  padding-bottom: 40px;
  left: 0px;
  text-align: center;
}

.pricingFootLink {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding-left: 30px;
}

.pricingFootLink a.blueHighlight {
  margin-top: -50px;
}

.pricingFootLink a.blueHighlight:hover {
  color: #fcc652 !important;
  text-decoration: none !important;
}

/* Pricing Page changes shivarathna-09-02-2015*/
@media (min-width: 1024px) and (max-width: 1081px) {
  .overviewPage.pricingPlan {
    width: auto !important;
  }
}

/* /Pricing Page changes shivarathna-09-02-2015*/
/* pricingplan new design */
.pricingPlan .priceTitle {
  font-size: 44px !important;
  line-height: 48px !important;
  font-weight: 300 !important;
  margin-bottom: 10px !important;
}

.pricesubTitle {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 300 !important;
  text-align: center;
  margin-bottom: 30px !important;
}

.publicPricing h2.mainTitle {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}

.publicPricing h4.subTitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0px 0px 15px 0px !important;
}

.planDetailsContainer .planslabTitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.planDetailsContainer .text {
  font-size: 44px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  padding-top: 25px !important;
}

.planDetailsContainer .text2 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 20px 0 10px;
}

.planDetailsContainer .trialLink {
  font-size: 14px;
  line-height: 18px;
  color: #54cedf;
  text-align: center;
}

.pricingPlan .planButton { /*padding-top:40px;*/
  padding-top: 30px;
  text-align: center;
}

/* /pricingplan new design */

/* Pricing Commons */
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.clr {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.txtShadowDark {
  text-shadow: 1px 1px 1px #525252 !important;
}

.lowerCase {
  text-transform: lowercase !important;
}

/* Trending Banner Image */
.trendingBrandImage {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 462px;
}

.trendingPageTitle {
  color: #666666;
  font-size: 36px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
}

.trendingPageTitle.publicWebsiteTitle {
  font-weight: 300;
  font-size: 36px;
  color: #6a6a6a;
  line-height: 30px;
}

/* Public Page - publicOrginalImages */

.gettingimageWrap {
  background-color: #ffffff;
}

.gettingImages {
  min-width: 1045px;
  max-width: 1190px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.gettingtopHr {
  border-bottom: 1px solid #999999;
  height: 75px;
}

.gettingStartBtnContainer {
  width: 235px;
  height: 155px;
  background-color: #FFFFFF;
  margin: -70px auto 0px;
  text-align: center;
}

.gettingStartBtnContainer a {
  color: #339999 !important;
  font-size: 18px;
}

.gettingStartBtnContainer a:hover {
  color: #fcc652 !important;
}

.gettingImages .gitext {
  font-size: 24px;
  line-height: 32px;
  padding: 0px;
  margin: 0px;
  display: block;
  text-align: center;
}

.gitext.publicWebsite {
  line-height: 26px;
}

.gettingImages .gitext a {
  color: #339999 !important;
}

.gettingImages .gitext a:hover {
  color: #fcc652 !important;
}

.txtCenterAlign,
.txtAlignCntr {
  text-align: center;
}

/* Press Room Page */
.pressroomWrap {
  background-color: #ffffff;
}

.pressroomWrap a {
  color: #45adba;
}

.pressroomWrap a:hover {
  color: #fcc652 !important
}

.pressroomInner {
  min-width: 1045px;
  max-width: 1190px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.pressAboutTxt {
  font-size: 16px;
  font-weight: 300;
  color: rgb(124, 124, 124);
  line-height: 22px;
}

.pressroomWrap .trendingPageTitle {
  text-align: left;
  margin-bottom: 30px;
  font-size: 32px;
}

.pressroomWrap .pressKitTitle {
  font-size: 18px;
  line-height: 32px;
  border-top: 1px solid #999999;
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-top: 8px;
}

.pressKitBox {
  width: 152px !important;
}

.imageKitBox {
  width: 280px !important;
  margin-left: 75px !important;
}

.imageKitBox > ul > li {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.imageKitBox > ul > li .dformats {
  font-size: 14px;
  margin: 20px 6px 0px;
  display: inline-block;
}

.imageKitBox > ul > li .tblbadge {
  text-align: center;
}

.releaseKitBox {
  width: 270px !important;
  margin-left: 75px !important;
}

.releaseKitBox > ul > li {
  margin-bottom: 20px;
}

.releaseKitBox > ul > li > span {
  font-size: 14px;
  display: block;
  color: #666666;
}

.blog-twitter > p {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.blog-twitter > p > span {
  font-size: 11px;
  display: block;
}

.headTitleImage {
  margin-top: -2px;
  margin-bottom: 30px;
}

.instagramGallery {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}

.instagramGallery > li {
  width: 122px;
  display: inline-block;
  margin: 3px 3px 6px;
}

.instagramGallery > li img {
  border: 1px solid #ece9eb;
}

.pressContactBox {
  background-image: url('../../../img/presscontactInfo.png?13052014');
  background-repeat: no-repeat;
  background-position: center;
  width: 262px;
  height: 219px;
  margin-top: 30px;
  text-align: center;
}

.pressContactBox hr {
  margin: 10px auto 10px;
  border-top: none;
  width: 140px;
}

.pressContactBox .inner {
  padding: 20px;
}

.pressContactBox h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0px;
}

.pressContactBox p {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 26px;
}

.pressContactBox p.name {
  font-size: 20px;
}

.pressContactBox p a.contactemail {
  font-weight: 800;
  color: #666666 !important;
}

.pressroomBrandCaption .trendingPageTitle {
  text-align: left;
  color: #FFFFFF;
  position: absolute;
  bottom: 12%;
  right: 15%;
  line-height: 44px;
}

/* Trending List - Whois Getting Published page */
.trendCollegeContainer {
  margin-top: 0px;
}

.trendCollegeContainer .trendCollegeList li {
  position: relative;
  display: inline-block;
  padding: 2px;
  margin: 5px 2px;
}

.trendCollegeContainer .trendCollegeList .imageContainer {
  margin: 10px;
  -webkit-user-select: none;
  position: relative;
  float: left;
  padding: 0px;
}

.trendCollegeContainer .trendCollegeList .imageContainer a {
  margin: 0px;
  padding: 0px;
}

.trendCollegeContainer .trendCollegeList .imageContainer .viewImageAction {
  display: block;
  background-position: center;
  background-size: cover;
}

.trendCollegeContainer .trendCollegeList li .imgBrick,
.trendCollegeContainer .trendCollegeList .imageContainer div.imgBrick {
  position: relative;
}

.trendCollegeContainer .trendCollegeList li .imgBrick img,
.trendCollegeContainer .trendCollegeList .imageContainer div.imgBrick img {
  vertical-align: bottom;
}

.trendCollegeContainer .trendCollegeList li div.imgBrick,
.trendCollegeContainer .trendCollegeList .imageContainer div.imgBrick {
  background: none repeat scroll 0 0 #F0F0F0;
  color: #666666;
  font-weight: 600;
  line-height: 20px !important;
  min-height: 107px;
}

.trendCollegeContainer .trendCollegeList li:hover div.imgBrick,
.trendCollegeContainer .trendCollegeList li.selected div.imgBrick {
  background: none repeat scroll 0 0 #89C2C6 !important;
  color: #43888A !important;
}

.trendCollegeContainer .trendCollegeList li:hover div.imgBrick,
.trendCollegeContainer .trendCollegeList .imageContainer:hover .imgBrick {
  background: none repeat scroll 0 0 transparent !important;
}

.trendCollegeContainer .trendCollegeList li .imgBrick .actions,
.trendCollegeContainer .trendCollegeList .imageContainer .imgBrick .actions .photoCredit{
  padding: 0px;
  background-color: rgba(102, 102, 102, 0.6);
  color: #ffffff;
  text-align: center;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: auto;
  height: 100%;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0;
}

.trendCollegeContainer .trendCollegeList li:hover .imgBrick .actions,
.trendCollegeContainer .trendCollegeList .imageContainer:hover .imgBrick .actions {
  opacity: 1;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .vendorCount {
  font-size: 26px;
  text-align: center;
  margin: 15px 0px 5px 0px;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .businessFeatured {
  font-size: 14px;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .businessFeatured span {
  font-weight: bold;
  display: block;
  line-height: 14px;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .businessFeatured span a {
  font-weight: bold;
  color: #ffffff;
  display: block;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .businessFeatured span a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .trendAlbumTitle {
  position: absolute;
  display: inline-block;
  line-height: 16px;
  bottom: 22px;
  left: 2.5%;
  font-size: 13px;
  color: #FFFFFF !important;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions {
  position: absolute;
  display: inline-block;
  line-height: 16px;
  bottom: 2px;
  left: 1%;
  font-size: 12px;
  color: #FFFFFF !important;
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.trendCollegeContainer .trendCollegeList .imgBrick .actions .photoCreditIcon {
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.trendCollegeContainer .trendCollegeList .imgBrick .profilePhoto {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border: 4px solid #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.trendCollegeContainer .trendCollegeList li.box {
  float: left;
  line-height: 1.4em;
  margin: 5px;
  padding: 5px;
  width: 270px;
}

.trendCollegeContainer .trendCollegeList li .imgBrick img {
  min-width: 270px;
}

.trendingMoreFeatureButtn {
  width: 80px !important;
  height: 80px;
  display: block;
  margin: 0 auto !important;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -427px -598px;
  background-color: #FFFFFF;
  border: none;
}

.trendingLoadingAnim {
  width: 80px !important;
  height: 80px;
  display: block;
  margin: 0 auto !important;
  background-image: url('../../../img/tbl_web_Sprite.png?13052014');
  background-position: -427px -598px;
  background-color: #FFFFFF;
  border: none;
  opacity: 0.2;
  -webkit-animation: circlebounce 2.0s infinite ease-in-out;
  animation: circlebounce 2.0s infinite ease-in-out;
}

@-webkit-keyframes circlebounce {
  0%, 100% {
    opacity: 0.2
  }
  50% {
    opacity: 1
  }
}

@keyframes circlebounce {
  0%, 100% {
    opacity: 0.2
  }
  50% {
    opacity: 1
  }
}

/* Common Icons */
.featuredAlbDetails h5 [class^="vendorIcon-"],
.featuredAlbDetails h5 [class*="vendorIcon-"] {
  float: left;
  margin-right: 15px;
}

[class^="vendorIcon-"],
[class*="vendorIcon-"] {
  display: inline-block;
  width: 30px;
  height: 35px;
  line-height: 35px;
  vertical-align: text-top;
  background-image: url("../../../img/vendorIcons_all_gray.png?13052014");
  background-repeat: no-repeat;
}

.vendorIconWhite {
  background-image: url("../../../img/vendorIcons_all_white.png?13052014") !important;
}

.vendorIcon-tshirt {
  background-position: -258px -404px;
}

.vendorIcon-dress {
  background-position: -403px -298px;
}

.vendorIcon-headpiece {
  background-position: -110px -152px;
}

.vendorIcon-floral {
  background-position: -354px -154px;
}

.vendorIcon-sneakers {
  background-position: -205px -406px;
}

.vendorIcon-park {
  background-position: -162px -406px;
}

.vendorIcon-makeup {
  background-position: -12px -230px;
}

.vendorIcon-location {
  background-position: -305px -154px;
}

.vendorIcon-shrine {
  background-position: -159px -360px;
}

.vendorIcon-photograph {
  background-position: -355px -300px;
}

.vendorIcon-ladyShoe {
  background-position: -356px -80px;
}

.vendorIcon-honor {
  background-position: -306px -405px;
}

/* Filler Between Spotlight and Testimonial */
.textFillerContainer {
  height: 300px;
}

.textFillerContainer .fillerContent {
  font-size: 34px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  margin-top: 126px;
}

.textFillerContainer .fillerContent span.testimonialName {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

/*************************************************************
                        responsive fix
**************************************************************/
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header-description {
    margin: 76px 0 80px;
  }
  
  .header-btn {
    margin-top: 74px;
  }
  
  .header-features {
    margin: 0 0 30px 0;
  }
  
  .header-feature {
    margin: 0 0 30px 0;
    padding: 0;
  }
  
  .featuredAlbDetails {
    margin: 0px !important;
  }
  
  /* blockqoute */
  .testimonials {
    padding: 44px 0 60px !important;
  }
  
  .testimonials i {
    font-size: 106px;
  }
  
  blockquote > div {
    padding: 0;
  }
  
  blockquote p {
    font-size: 18px;
  }
  
  /* contact form */
  .contact-form-inner {
    padding: 18px !important;
  }
  
  .subscribe input {
    height: 31px;
    width: 154px;
  }
  
  .btn-custom {
    padding: 9px 14px 8px;
  }
  
  .peopleSayingContainer {
    height: auto;
  }
  
  .peopleSayingContainer .sayingBgBlue {
    margin-top: 0px !important;
  }
  
  .peopleSayingContainer .row-fluid [class*="span"] {
    margin-top: 60px;
  }
}

/* Landscape phones and down */

@media (min-width: 2000px) {
  .featuredAlbDetails {
    margin: 2% 0px 0px 10% !important;
  }
}

@media (min-width: 2600px) {
  .featuredAlbDetails {
    margin: 7% 0px 0px 10% !important;
  }
}

/* pop up tbl */
.tbl-popUP {
  border-radius: 0px !important;
  border: 1px solid #9a9a9a !important;
  padding: 0px 0px 0px !important;
  color: #404040 !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2) !important;
}

.tbl-popUP .modal-header, .tbl-popUP .modal-body {
  padding: 10px 15px 0px !important;
  margin-bottom: 10px;
}

.tbl-popUP .modal-body {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.modal-body p {
  padding-bottom: 10px;
}

/* close button POPUP AND STAR Pop up position */
.modal .close-tbl {
  position: absolute;
  display: block;
  top: 0px !important;
  right: 0px !important;
  background: #999999 url('../../../img/tbl_web_Sprite.png?13052014') -180px -111px no-repeat;
  width: 25px;
  height: 25px;
  margin-top: 0px !important;
  z-index: 100;
}

.modal .close-tbl:hover {
  background-color: #737373;
  background-position: -221px -111px !important;
}

/* knot landing page css */
.knotLandingPageContent .knotheader {
  text-align: center;
}

.knotLandingPageContent input {
  width: 100%;
  height: 24px;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  box-shadow: none !important;
  border-radius: 0;
}

.knotLandingPageContent .checkbox {
  padding-left: 0px !important;
}
.subpages h2.subPageTitle {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.planDetailsContainer .planSlab.knotSignUp {
  background-color: rgba(227, 227, 227, 0.8) !important;
}

/*knot popups*/
.knotPOpUps {
  background-color: #E9E7E7 !important;
  padding: 25px 0px 25px 0px !important;
}

.knotPOpUps .btn-reset {
  box-sizing: inherit;
  border: none !important;
  text-transform: uppercase;
  margin-right: 10px !important;
}

.knotPOpUps .btn-blue {
  box-sizing: inherit;
  border: none !important;
  text-transform: uppercase;
}

.btnContainer {
  margin: 0 auto !important;
  width: 100%;
  text-align: center;
}

.knotPOpUps.knotFirstConfirmation {
  padding: 25px 0px !important;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.65) !important;
  border: none !important;
}

.knotPOpUps.knotFirstConfirmation h2 {
  color: #666666 !important;
  font-size: 32px !important;
  font-weight: bold;
  text-shadow: none !important;
}

.knotPOpUps.knotFirstConfirmation p {
  color: #333333;
}

/* /knot popups*/
/* knot landing page css - end */
/*knot vendor  singnup page*/
.planDetailsContainer .newTxt {
  font-size: 14px;
  height: 160px;
  line-height: 17px;
  margin-bottom: 10px;
  text-align: center;
}

/*knot vendor  singnup page*/

/* Sign Up page */
.signupContainer .create-capture-container {
  float: left; /*margin-right: 30px;*/
  width: 740px; /*border: 1px solid #fff;*/
  position: relative;
  padding: 5px;
}

.signupContainer .publisher-container {
  float: right; /*border: 1px solid #fff;*/
  padding: 10px;
}

.signupContainer h2.mainTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 676px;
  color: #fff;
  float: left;
}

.signupContainer h2.mainTitle.publish {
  float: right;
  width: 290px;
}

.signupContainer .borderLeft,
.signupContainer .borderRight {
  border-left: 1px solid hsl(0, 0%, 100%);
  height: 210px;
  left: 300px;
  position: absolute;
  /*top: 30px;	*/
  top: 45px;
}

.signupContainer .borderRight {
  left: 520px;
}

.signupContainer .publisher-container .btn,
.signupContainer .create-capture-container .btn {
  box-shadow: none;
}

.signupContainer .btnAdd.buttonPhotographer,
.signupContainer .btnAdd.buttonVideographer,
.signupContainer .btnAdd.buttonVendor,
.signupContainer .btnAdd.buttonPublisher {
  background: transparent !important;
  border-radius: 0px !important;
  border: none !important;
  height: 270px;
  float: left;
  padding-right: 10px;
}

.signupContainer .btnAdd p.newTxt {
  color: #fff !important;
  text-shadow: 0px 0px 2px #0b0b0b;
  text-align: center;
  height: 135px !important;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
}

.signupContainer .btnAdd .title {
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-shadow: 0px 0px 2px #0b0b0b;
}

/* Gost signup updates */
.gostPopUp {
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

a.gostPopUp:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#gostPopUpModel .modal-header {
  border-bottom: none !important;
}

#gostPopUpModel p > a {
  color: #56b6c2 !important;
}

#gostPopUpModel p > a:hover {
  color: #56b6c2 !important;
}

/* /Gost signup updates */

/* successful Message Page */
.clientMessagePage {
  background-color: #fff;
}

.clientMessagePage .topNavigationBar {
  height: 43px;
  border-bottom: 1px solid rgba(201, 201, 201, 0.55);
  padding: 13px 0px 15px 115px;
}

#clientMessagePageContent {
  width: 1003px;
  margin: 0 auto;
  text-align: center;
  
}

.successfulMessagePage {
  margin: 0 auto;
  width: 549px;
  margin-top: 200px;
  text-align: center;
}

.successfulIcon {
  font-size: 71px;
  color: #2da3b4;
}

.successfulMessagePage .newBlueButtonStyle {
  width: 235px;
  font-size: 16px;
  margin: 0px auto;
  float: none;
  font-weight: 500;
}

.knotLandingPageContent {
  position: relative;
  height: 100%;
}

.knot-left-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 349px;
  height: 349px;
  background-image: url('../../../img_newTheme/knot-left-img.png');
}

.knot-right-img {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 204px;
  height: 408px;
  background-image: url('../../../img_newTheme/knot-right-img.png');
}
.signUpPage-left-img, .loginPage-left-img {
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
.signUpPage-left-img.gigmasters, .loginPage-left-img.gigmasters {
  width: 351.3px;
  height: 295px;
  background-image: url('../../../img_newTheme/gigmasters-left-img.png');
}
.signUpPage-left-img.weddingwire, .loginPage-left-img.weddingwire {
  width: 349px;
  height: 349px;
  background-image: url('../../../assets/images/signup/weddingwire/left-img.png');
}

.loginPage-right-img {
  display: none;
  position: absolute;
  right: 0;
  bottom: -10px;
  background-size: cover;
}
.loginPage-right-img.gigmasters {
  width: 312px;
  height: 263.9px;
  background-image: url('../../../img_newTheme/gigmasters-right-img.png');
}

.loginPage-right-img.weddingwire {
  width: 204px;
  height: 408px;
  background-image: url('../../../assets/images/signup/weddingwire/right-img.png');
}

.loginPage-right-img.active,
.knot-right-img.active,
.knot-footer.active {
  display: block;
}

.knot-container {
  width: 583px;
  margin: 0 auto;
  padding-top: 115px;
  padding-bottom: 25px;
}

.knotheader-title {
  overflow: hidden;
  display: inline-block;
}

.knotheader-title .knot-text {
  height: 44px;
  font-family: 'Lato';
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #5c5c5c;
  float: left;
  margin-top: 4px;
}

.tk-logo {
  width: 166px;
  height: 48px;
  background-image: url('../../../assets/images/the_knot_logo.png');
  float: left;
  margin-left: 12px;
  background-size: cover;
}

.gigmasters-logo {
  width: 290px;
  height: 40px;
  background-image: url('../../../img_newTheme/logo_gigmasters.png');
  float: left;
  margin-left: 12px;
  margin-top: 8px;
}
.weddingwire-logo {
  width: 294px;
  height: 45px;
  background-image: url('../../../assets/images/signup/weddingwire/weddingwire_logo.png');
  float: left;
  margin-left: 12px;
  margin-top: 5px;
  background-size: cover;
}

.knotheader-tbl-title {
  height: 24px;
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #5c5c5c;
  text-align: center;
  margin-top: 18px;
}

.knot-login-content {
  margin-top: 61px;
}

.tbl-login-title {
  height: 29px;
  font-family: 'Lato';
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #8d8d8d;
}

.tbl-login-email {
  margin-top: 42px;
  position: relative;
}

.tbl-login-password {
  position: relative;
  margin-top: 52px;
}

.control-group .showUserText {
  position: absolute;
  top: -20px;
  left: 6px;
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #7d7d7d;
}

.tbl-login-remember-password .customCheckLabel {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #8d8d8d;
}

.tbl-login-remember-password .customCheckBox, .knotLandingPageContent span.customCheckBox > input[type="checkbox"], .tbl-login-remember-password .customCheckBox label {
  width: 13px !important;
  height: 13px !important;
}

.tbl-login-password-info {
  margin-top: 32px;
  overflow: hidden;
}

.tbl-login-remember-password {
  float: left;
}

.tbl-login-remember-password .customCheckBox {
  position: relative;
  margin-right: 5px!important;
}

.tbl-login-remember-password .inputSelectedCheckBox ~ .iconBox {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 2px;
}

.tbl-login-remember-password .inputSelectedCheckBox ~ .unSeleted {
  border: 1px solid #d6d7d8;
}

.tbl-login-remember-password .inputSelectedCheckBox ~ .iconBox {
  font-size: 13px;
}

.tbl-login-remember-password .inputSelectedCheckBox:checked ~ .seletedIcon {
  color: #00bdcd;
}

.tbl-login-remember-check {
  border-color: transparent!important;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4KICAgIDxwYXRoIGZpbGw9IiMwMEJEQ0QiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTEgMi45OTJDMSAxLjg5MiAxLjg5MyAxIDIuOTkyIDFoMTEuMDE2QzE1LjEwOCAxIDE2IDEuODkzIDE2IDIuOTkydjExLjAxNmMwIDEuMS0uODkzIDEuOTkyLTEuOTkyIDEuOTkySDIuOTkyQzEuODkyIDE2IDEgMTUuMTA3IDEgMTQuMDA4VjIuOTkyem01LjgxMyA3Ljc1M0w0IDcuOSAzIDguODdsMy44MTMgMy44MTJMMTUgNC41MjZsLTEtLjk2OS03LjE4OCA3LjE4OHoiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.tbl-login-forgot-password {
  float: right;
}

.tbl-login-forgot-password a {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #00bdcd;
}

.tbl-login-btn {
  width: 146px;
  height: 40px;
  border-radius: 2px;
  background-color: #0db2bf;
  margin: 58px auto 0;
  display: block;
  color: #ffffff;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: normal;
  border: 0;
}

.joinTbl {
  text-align: center;
  margin-top: 18px;
}

.joinTbl span {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #8d8d8d;
}

.joinTbl a {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #0db2bf;
  text-decoration: underline;
}

.knot-footer {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 500;
  font-family: 'Lato';
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  color: #7d7d7d;
  margin-top: 55px;
  margin-right: 72px;
  z-index: 11;
}

.knot-footer a {
  font-weight: 300;
  color: #7d7d7d;
}

.knot-footer a:hover {
  color: #7d7d7d;
  text-decoration: underline;
}

@media (max-width: 1180px) {
  .knot-left-img, .knot-right-img.active, .gigmasters-right-img.active, .knot-footer.active, .signUpPage-left-img {
    display: none;
  }
}

/* /successful Message Page */

/*new top nav bar style on logout page*/
.newbar .navbar .navBarButton {
  display: none;
}

input#UserEmail.awardPage,
input#UserLoginPassword.awardPage {
  height: auto;
  padding: 4px 6px;
}
input#UserEmail.awardPage:focus:invalid:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input#UserEmail.awardPage::-moz-placeholder {
  color: #999999;
  font-weight: normal;
}

input#UserEmail.awardPage::-webkit-input-placeholder {
  color: #999999;
  font-weight: normal;
}

input#UserEmail.awardPage::-moz-placeholder {
  color: #999999;
  font-weight: normal;
}

@media (min-width: 1100px) {
  .topNavigation .login-collapse {
    height: 0!important;
  }
}

@media (max-width: 1100px){
  .topNavigation .topNavLogo {
    width: 330px;
    display: flex;
    margin: 0 auto;
    float: none;
  }
  .publicWrap.award2015.editorChoice .publicInnerWrap .newbar .navbar .navBarButton,
  .newbar .topNavigation:not(.aboutUsPage) .navBarButton {
    display: block;
  }
  .newbar .navbar .navBarButton {
    position: absolute;
    z-index: 0;
  }
  .newbar .navbar .navBarButton:hover {
    opacity: .6;
  }
  .newbar .navbar .navBarButton.handRow{
    left: 10px;
    top: 24px;
    font-size: 21px;
  }
  .newbar .navbar .navBarButton.loginKey {
    right: 5px;
    top: 19px;
    font-size: 30px;
  }
  .newbar .navbar .navBarButton.handRow span.handrowIcon, 
  .newbar .navbar .navBarButton.loginKey span.keyIcon{
    width:40px;
    height:30px;
    display:block;
    margin-top: -2px;
  }
  .tblHomePageDescribeTextTitle h1 {
    font-size: 32px !important;
  }
  .newbar .nav-collapse.collapse:not(.aboutUsPage) {
    height: 0;
    float: none;
    overflow: hidden;
    background-color: #fff;
  }
  .newbar .nav-collapse.collapse .collapseMenuContainer:not(.aboutUsPage) {
    width: 705px;
    margin: 0 auto;
  }
  .topNavigation .login-collapse {
    text-align: center;
  }
  .topNavigation .login-collapse.in {
    padding-top: 50px;
  }
  .topNavigation .login-collapse .controls {
    text-align: center!important;
  }
  .topNavigation .login-collapse .controls input {
    box-sizing: content-box;
  }
  .topNavigation .collapse > .closeNavBarmenu {
    right: 15px;
  }
  .newbar .nav-collapse.collapse.in {
    overflow: visible;
    padding-top: 20px;
  }
  .topNavigation .login-collapse.in,
  .newbar .nav-collapse.collapse.in {
    margin-top: -50px;
    background-color: #fff;
    z-index: 1;
  }
  .topNavigation .nav-collapse > .closeNavBarmenu {
    display: block;
    right: 0px;
    top: 10px;
  }
  .topNavigation.otherPage .topNavLogo h1.pull-left {
    z-index: initial;
  }
  .topNavigation.otherPage .navbar .nav > li {
    padding: 23px 9px !important;
  }
}

@media (max-width: 979px) {
  .newbar .topNavigation h1 {
    margin-top: 0px !important;
    position: initial;
    width: auto;
  }
  .nav-collapse .nav>li {
    float: left;
  }
  .topNavigation .navbar .nav > li > a {
    background-color: transparent;
  }
  .topNavigation.otherPage .navbar .nav>li>a {
    padding: 0 !important;
    font-weight: normal !important;
  }
  .topNavigation.otherPage .collapseMenuContainer,
  .topNavigation.otherPage .collapseLoginForm {
    padding: 0 !important;
    background-color: #fff !important;
  }
  .topNavigation.otherPage .site-title {
    width: 238px!important;
  }
  .topNavigation.otherPage .navbar .nav>li.loginSignup {
    display: block!important;
  }
  .topNavigation.otherPage .navbar .nav>li.loginSignup > a {
    background-color: #44BDCD !important;
  }
  .topNavigation.otherPage .collapseLoginForm .infoTxt {
    color: #c3c3c3;
    font-size: 16px;
  }
  .nav-collapse.collapse.aboutUsPage {
    height: auto;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .newbar .container.topNavigation {
    padding: 0;
  }
}

@media (max-width: 758px) {
  .newbar .nav-collapse.collapse {
    width: auto;
    text-align: center;
  }
  .topNavigation:not(.aboutUsPage) .navbar .nav > li,
  .topNavigation.otherPage:not(.aboutUsPage) .navbar .nav > li {
    float: none;
    padding: 5px 9px !important;
  }
  .topNavigation:not(.aboutUsPage) .navbar .nav > li.loginSignup {
    padding-top: 10px !important;
  }
  #loginToggleButton .loginDropBlack {
    position: initial !important;
    margin: 10px auto 0px !important;
  }
  #loginToggleButton .loginDropBlack.dropdown-menu:before,
  #loginToggleButton .loginDropBlack.dropdown-menu.pull-right:before {
    top: 36px !important;
    right: 49% !important;
  }
  #loginToggleButton .loginDropBlack.dropdown-menu:after,
  #loginToggleButton .loginDropBlack.dropdown-menu.pull-right:after {
    top: 38px !important;
    right: 49% !important;
  }
  #loginToggleButton .loginDropBlackInner {
    position: relative;
  }
  .nav-collapse #loginToggleButton .dropdown-menu a {
    top: -45px;
    right: -45px;
  }
  .newbar .nav-collapse.collapse .collapseMenuContainer:not(.aboutUsPage) {
    width: 100%;
  }
}

@media (max-width: 530px) {
  .topNavigation .awards-nav-link {
    display: none;
  }
  .newbar .topNavigation h1 {
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  #loginToggleButton {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/*/new top nav bar style on logout page*/

/*common page*/
.commonPageContainer {
  padding-top: 100px;
}
.commonPageContainer .headerTitle {
  max-width: 914px;
  padding-bottom: 52px;
  margin: 0 auto;
}
.commonPageContainer .title {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.6px;
  text-align: center;
  color: #5c5c5c;
}
.commonPageContainer .subTitle {
  font-weight: 300;
}
/* our publisher page*/
.publisherContainer .publishersLogoContainer {
  padding-bottom: 80px;
  border-bottom: 1px solid #d7d7d7;
}
.publisherContainer .publishersLogoContent {
  width: 1140px;
  padding: 80px 0px 30px;
  margin: 0 auto;
}
#publicationLogoList {
  height: 1120px;
  overflow: hidden;
  margin: 0;
}
#publicationLogoList.active {
  height: auto;
}
.publisherContainer .publishersLogoContent li {
  float: left;
  width: 160px;
  margin: 2px 15px 15px;
  text-align: center;
}
.publisherContainer .publishersLogoContent li.setMark {
  -webkit-mask: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0.2)));
  mask: -webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,0.8)),to(rgba(255,255,255,0.2)));
}
.publisherContainer .publishersLogoContent li.setMark.active {
  -webkit-mask: none;
  mask: none;
}
.publishersLogoContainer .newBlueButton {
  width: 210px;
  margin: 0 auto;
}
.publishersLogoContainer .controls .newBlueButton {
  display: none;
}
.publishersLogoContainer .controls .newBlueButton.active {
  display: block;
}
.publishersLogoContent li .imageHolder {
  width: 150px;
  height: 150px;
  margin: 20px auto 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.publishersLogoContent li a:hover .imageHolder {
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.publishersLogoContent li .title {
  height: 45px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 12px;
  letter-spacing: normal;
  color: #acacac;
}
.peopleQuoteContainer {
  padding-bottom: 20px;
}
.peopleQuoteContent {
  width: 912px;
  margin: 0 auto;
}
.peopleQuoteContent .quote {
  padding-top: 65px;
  padding-bottom: 59px;
}
.peopleQuoteContent .quote > ul {
  width: 100%;
}
.peopleQuoteContent .line {
  width: 796px;
  height: 1px;
  margin: 0 auto;
  background-color: #d7d7d7;
}
.peopleQuoteContent .quote li {
  float: left;
}
.peopleQuoteContent .quoteDescribe {
  width: 697px;
  margin-right: 32px;
}
.peopleQuoteContent .quoteRole {
  width: 183px;
}
.peopleQuoteContent .quoteDescribe .title {
  font-size: 32px;
  color: #acacac;
  margin-left: 21px;
}
.peopleQuoteContent .quoteDescribe .title.logo {
  width: 330px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
}
.peopleQuoteContent .quoteText {
  padding-left: 64px;
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.peopleQuoteContent p {
  margin: 0;
}
.peopleQuoteContent .text {
  width: 569px;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}
.peopleQuoteContent .iconBox {
  position: absolute;
  font-size: 32px;
  color: #0db2bf;
}
.peopleQuoteContent .iconBox .icon {
  float: left;
}
.peopleQuoteContent .iconBox .icon:first-child {
  margin-right: 4px;
}
.peopleQuoteContent .leftIcons {
  left: 0;
  bottom: 9px;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.peopleQuoteContent .rigthIcons {
  top: -13px;
  right: 0;
}
.peopleQuoteContent .quoteRole {
  padding-top: 24px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: #acacac;
}
.peopleQuoteContent .quoteRole .portrait {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2.3px solid #89e3ec;
  background-repeat: no-repeat;
  background-size: cover;
}
.peopleQuoteContent .quoteRole .name {
  font-size: 20px;
  letter-spacing: 0.4px;
  padding: 18px 0px 14px;
  color: #0db2bf;
}
.publisherContent .singUpPart {
  height: 245px;
  padding: 62px 0px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  letter-spacing: 1.1px;
  box-sizing: border-box;
  background-color: #0db2bf;
}
.publisherContent .singUpPart .text {
  line-height: 29px;
}
.publisherContent .singUpPart .signUpButton {
  width: 218px;
  height: 46px;
  margin: 44px auto 0px;
  line-height: 48px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.8px;
}

/* /our publisher page*/
/*common page*/

/* new common sytle*/
/* new common button style*/
.newBlueButton {
  display: block;
  width: 318px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  color:  #fff;
  background-color: #0db2bf;
  border-radius: 2px;
  box-sizing: border-box;
}
.newBlueButton:hover {
  color:  #fff;
  background-color: #428f96;
}
.newBlueButton.emptyBgStyle {
  color: #0db2bf;
  border: 1px solid #0db2bf;
  background: #fff;
  box-sizing: border-box;
}
.newBlueButton.emptyBgStyle:hover {
  color: #428f96;
  border-color: #428f96;
}
.marginAuto {
  margin: 0 auto!important;
}
li {
  list-style: none;
}
/* /new common sytle*/
