/* Comnez Signup */
img.max-wid {
  max-width: 100%;
}
.comnez-signup h4, .comnez-engage h4, .comnez-convert h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  padding-bottom: 20px;
  color: #000000;
}
.comnez-signup ul li, .comnez-engage ul li, .comnez-convert ul li {
  font-weight: 300;
}
.comnez-signup h2, .comnez-engage h2, .comnez-convert h2 {
  font-weight: 300;
}
.comnez-signup ul li strong, .comnez-engage ul li strong, .comnez-convert ul li strong {
  font-weight: 400;
}
.comnez-signup {
  padding: 90px 60px 30px;
  background-image: url(../images/background5.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e7e7e7;
}
.comnez-signup .comnez-icon {
  padding-top: 20px;
}
.signup-main-info h2 {
  font-size: 30px;
  line-height: normal;
  color: #000000;
  opacity: 0.8;
}

.signup-info .signup-main-info p {
  opacity: 0.6;
  font-size: 20px;
  
  line-height: 26px;
}
.comnez-title-two {
  color: #ff0000;
  font-weight: 300;
  font-size: 60px;
}
.signup-info {
  background: #ffffff;
  -webkit-box-shadow: 40px 0 30px #ffffff;
  -ms-box-shadow: 40px 0 30px #ffffff;
  box-shadow: 40px 0 30px #ffffff;
}
.signup-info h3 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 300;
}
.signup-info p {
  font-size: 16px;
}
.signup-info ul {
  padding: 20px 0 0;
  margin: 0;
  font-size: 16px;
  list-style: none;
  counter-reset: count;
}
.signup-info ul li {
  padding: 0 0 20px 40px;
  position: relative;
}
.signup-info ul li:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #f5b800;
  content: "";
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  counter-increment: count;
  content: counter(count);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
/* Comnez Engage */
.comnez-engage {
  padding: 65px 15px 40px;
}
.comnez-engage [class*="col-"]:first-child {
  float: right;
}
.comnez-engage .comnez-image {
  padding-top: 10px;
}
.engage-info {
  padding-left: 30px;
}
.engage-info .comnez-title-two {
  margin-top: 0;
}
.engage-info h3 {
  font-size: 30px;
  font-weight: 300;
}
.engage-info p {
  font-size: 16px;
  margin-bottom: 20px;
}
.engage-main-info {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #cccccc;
}
/* Comnez Convert */
.comnez-convert {
  background-color: #fafafa;
  border-top: 1px solid #ebebeb;
  padding-left: 15px;
}
.convert-info {
  padding: 0 50px 30px 0;
}
.convert-info h3 {
  font-size: 30px;
  font-weight: 300;
}
.convert-info p {
  font-size: 16px;
}
.method.comnez-convert.startup-guide { 
  background-image: url("../images/tech-startup.jpg");
}
.startup-guide .signup-info, .startup-guide2 {
  background: none;
  box-shadow: none;
  background: transparent;
}
.startup-guide2 {
  padding: 50px 60px 0;
}
.startup-guide2 .info-box {
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.startup-guide2 span {
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
}
.startup-guide2 .engage-main-info {
  border: none;
  margin-bottom: 0;
}
.startup-guide2 .engage-main-info h4 {
  padding-bottom: 10px;
}
.startup-guide2 ul {
  padding: 10px 0 0;
  margin: 0 0 0 15px;
  font-size: 16px;
  list-style: none;
  counter-reset: count;
  text-align: left;
}
.startup-guide2 ul li {
  padding: 0 0 20px 40px;
  position: relative;
  font-weight: normal;
  clear: both;
}
.startup-guide2 ul li:after {
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  background: #f5b800;
  content: "";
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  counter-increment: count;
  content: counter(count);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.startup-guide2 small {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #f83900;
}
a.orange {
  color: #f83900;
} 
a.orange:hover {
  text-decoration: underline;
} 
.startup-guide.method h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.startup-guide.method .content.signup-main-info {  
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}
.method.technology-partner.whoweare {
  background-image: url(../images/technology-partner.jpg);
}
.method.startup-checklist.whoweare {
  background-image: url(../images/startup-checklist.jpg);
}
.technology-partner h1 {
  margin-bottom: 40px;
}
.steps-img {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.comnez-white-btn {
    background-color: #ffffff;
    background-image: url(../images/icon4@3x.png);
    color: #cc3333;
}
.comnez-btn {
    min-width: 355px;
    display: inline-block;
    vertical-align: middle;
    padding: 14px 25px 15px;
    background-color: #ff6600;
    background-image: url(../images/icon3@3x.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 36px auto;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    outline: none;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.comnez-white-btn:hover, .comnez-white-btn:focus {
    background-color: #ff6600;
    color: #ffffff;
}
.comnez-btn:hover, .comnez-btn:focus {
    background-color: #cc3333;
    background-image: url(../images/icon12@3x.png);
    color: #ffffff;
    text-decoration: none;
}
.startup-guide .comnez-btn {
  background-color: #ffffff;
  color: #ff3300;
  font-weight: 400;
  min-width: 530px;
  border: 1px solid #cccccc;
  box-shadow: none;
  text-align: left;
  background-image: url(../images/icon4@3x.png);
}
.startup-guide .comnez-white-btn:hover, .startup-guide .comnez-white-btn:focus {
  background-color: #cc3333;
  color: #ffffff;
  border-color: #cc3333;
  background-image: url(../images/icon12@3x.png);
}
.startup-guide .engage-main-info {
  border-bottom: none;
}
.startup-guide .orange {
  text-decoration: underline;
}
.container-fluid.method.whoweare.technology-partner .content {
  border-color: transparent;
}
.equal div.thumbnail span {
  display: inline-block;
}
.white-info-box {
  display: inline-block;
  vertical-align: middle;
  width: 495px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 1px 3px 14px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 20px;
  margin-right: 45px;
}
.white-info-box span {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #cc3300;
  margin-bottom: 15px;
  text-decoration: none;
}
.white-info-box span a:hover, .white-info-box span a:focus {
  color: #000000;
}
.white-info-box a {
  display: block;
  font-size: 12px;
  color: #2e3133;
}
.white-info-box a:hover, .white-info-box a:focus {
  text-decoration: none;
  color: #cc3300;
}
.white-info-box a:hover span, .white-info-box a:focus span {
  color: #000000;
}
.white-info-box a:hover small, .white-info-box a:focus small {
  text-decoration: none;
}
.white-info-box a small {
  text-decoration: underline;
}
.info-img {
  display: table-cell;
  vertical-align: middle;
}
.info-right {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  padding-left: 25px;
}
.comnez-convert .white-info-box  {
  margin-bottom: 50px;
}
.top-pagination-block {
  position: absolute;
  top: 110px;
  left: 20px;
  right: 20px;
  z-index: 1;
  text-align: center;
}
.top-pagination-block .pull-left, .top-pagination-block .pull-right {
  margin-top: 15px;
}
.home .top-pagination-block {
  padding-top: 25px;
}
.home .top-pagination-block a {
  background: none;
  border: none;
}
.home .top-pagination-block a:hover, .home .top-pagination-block a:focus {
  background: none;
  border: none;
  color: #ff9933 !important;
}
.home .top-pagination-block center a:hover, .home .top-pagination-block center a:focus {
  background: none;
  border: none;
  color: #ffffff !important;
}
.top-pagination-block a img {
  margin-right: 10px;
}
.top-pagination-block .pull-right a img {
  margin: 0 0 0 10px;
}
.top-pagination-block a {
  font-size: 15px;
  color: #000000;
}
.top-pagination-block a:hover, .top-pagination-block a:focus {
  text-decoration: none;
  color: #ff9933;
}
.top-pagination-block center {
  display: inline-block;
  margin-top: 15px;
}
.top-pagination-block center a {
  font-size: 15px;
  color: #ff9933;
}
.top-pagination-block center a:hover, .top-pagination-block center a:focus {
  color: #000000;
}
.top-pagination-block center a, .home .top-pagination-block center a {
  padding: 12px 45px 12px 45px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url("../images/startup-dots.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  min-width: 185px;
  background-color: #ffffff;
  color: #ff9933;
}
.home .top-pagination-block center a:hover, .home .top-pagination-block center a:focus {
  background-color: #ff9933;
  color: #ffffff;
}
.article-listing {
  display: block;
  margin-top: 140px;
  padding: 0 15px;
}
/* Xrton Masonry */
.xrton-masonry {
  margin: 0 -20px;
}
.masonry-item {
  float: left;
  width: 50%;
  padding: 0 20px 40px;
}
.masonry-item.one-half {
  width: 25%;
}
.xrton-masonry[data-item="3"] .masonry-item {
  width: 33.33333333%;
}
.xrton-masonry[data-item="4"] .masonry-item {
  width: 25%;
}
.xrton-masonry[data-space="30"] {
  margin: 0 -15px;
}
.xrton-masonry[data-space="30"] .masonry-item {
  padding: 0 8px 20px;
}
.masonry-item .project-item {
  margin-bottom: 0;
}
.masonry-item .xrton-image img {
  width: 100%;
}
.masonry-filters {
  padding-bottom: 20px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.1px;
  text-align: center;
}
.masonry-filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
}
.masonry-filters ul li:after {
  display: inline-block;
  padding: 0 23px 0 27px;
  content: "/";
}
.masonry-filters ul li:last-child:after {
  display: none;
}
.masonry-filters ul li a {
  display: inline-block;
}
.info-item-box {
  float: left;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  box-shadow: 1px 3px 14px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform .2s;
}
.info-item-box:hover img {
  transform: scale(1.1);
}
.info-item-box img {
  width: 100%;
  transition: all 0.5s;
}
.top-info {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  width: 260px;
}
.top-info h3 {
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 600;
  margin-top: 0;
}
.top-info a.comnez-btn {
  min-width: 165px;
  margin-top: 10px;
  padding: 10px 15px 12px;
  text-align: left;
  padding-right: 50px;
  background-color: #ffffff;
  color: #4c4c4c;
}
.top-info a.comnez-btn:hover, .top-info a.comnez-btn:focus {
  background-color: #ff6600;
  color: #ffffff;
}
.method.startup-checklist .content, .method.startup-guide .content {
  border-right: none;
}
.info-right small {
  font-size: 13px;
}
.tech-partner.home .top-pagination-block center a:hover, .tech-partner.home .top-pagination-block center a:focus {
  background-image: url("../images/startup-dots.png");
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
.startup-tech.article-listing {
  margin-top: 100px;
}
.startup-tech h1, .startup-tech h4 {
  text-align: center;
}
.startup-tech h1 {
  font-size: 60px;
  color: #ff0000;
  font-weight: 300;
}
.startup-tech h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 300;
  line-height: 30px;
}
.startup-tech h4 {
  margin-bottom: 50px;
}
.xrton-masonry .masonry-item:first-child .top-info {
  width: 350px;
}

  .comnez-engage .col-md-10.pull-right {
    text-align: right;
  }
  .comnez-engage .col-md-10.pull-right .white-info-box {
    text-align: left;
  }
  .comnez-engage .col-md-10.pull-right .white-info-box:last-child {
    margin-right: 10px;
  }

@media screen and (max-width:1299px) {
  .top-info {
    width: 210px;
  }
  .top-info h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .white-info-box {
    width: 475px;
  }
  .white-info-box {    
    margin-right: 20px;
  }

}

@media screen and (max-width:1212px) {
  .comnez-convert .col-md-10 .white-info-box:first-child {
    margin-bottom: 0;
  }
  .comnez-engage .col-md-10 {
    width: 55%;
  }
  .comnez-engage .col-md-10.pull-right .white-info-box:last-child {
    margin-right: 20px;
  }
}

@media screen and (max-width:1199px) {
  .signup-info {
    background: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .comnez-convert {
    padding: 0 15px 0;
  }
  .comnez-signup .comnez-icon img {
    width: 500px;
  }
  .startup-guide .comnez-btn {
    min-width: 100%;
  } 
  .steps-img img {
    width: 100%;
  }
  .top-pagination-block a, .top-pagination-block center a {
    font-size: 14px;
  }
  .top-pagination-block {
    right: 20px;
  }
  .top-info {
    width: 75%;
  }
  .top-info a.comnez-btn {
    margin-top: 0;
  }
  .white-info-box {
    width: 465px;
  }
  .top-pagination-block center a {
    padding: 12px 25px 12px 45px;
  }
  .product-development .json .caption span img {
    margin-top: 0;
  }

}

@media screen and (max-width:991px) {
  .comnez-title-two {
    font-size: 50px;
  }
  .comnez-signup .ds_textright, .comnez-convert .ds_textright {
    text-align: left;
  }
  .engage-info {
    padding-left: 0;
  }
  .home .top-pagination-block {
    top: -95px;
  }
  .comnez-engage [class*="col-"]:first-child {
    float: none;
  }
  .white-info-box {
    margin-bottom: 20px;
  }
  .top-info {
    top: 15px;
    left: 15px;
    width: 90%;
  }
  .top-info h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .top-info a.comnez-btn {
    min-width: 130px;
    padding: 8px 15px 10px;
  }
  .top-info a.comnez-btn {
    background-position: 110% 50%;
  }
  .home.tech-partner h1 {
    margin-top: 200px;
  }
  .method.startup-checklist .content, .method.startup-guide .content {
  border-right: 1px solid #cccccc;
}
.comnez-signup .col-md-12 .white-info-box:first-child {
  margin-bottom: 10px;
}
  .comnez-convert .col-md-10 .white-info-box:first-child {
    margin-top: 50px;
  }
  .comnez-signup .col-md-11 .white-info-box:first-child, .comnez-engage .col-md-10 .white-info-box:first-child {
    margin-bottom: 10px;
  }
  .comnez-engage .col-md-10 .white-info-box:first-child {
    margin-top: 50px;
  }
  .comnez-engage .col-md-10 {
    width: 100%;
  }  
  .comnez-signup .col-md-11 .white-info-box:last-child {
    margin-bottom: 30px;
  }
.home .top-pagination-block {
    padding-top: 0;
  }
  .comnez-engage .col-md-10.pull-right {
    text-align: left;
  }
  body .whoweare h1 {
    margin-top: 170px !important;
}
}

@media screen and (max-width:767px) {
  .comnez-signup {
    padding: 50px 15px 20px;
  }
  .method.comnez-convert.startup-guide {
    padding: 30px 30px 0;
  }
  .comnez-signup .comnez-icon {
    padding-top: 20px;
  }
  .home .top-pagination-block {
    top: -130px;
    padding-top: 0;
  }
  .home.style-two {
    margin-top: 180px;
  }
  .comnez-convert.startup-guide, .comnez-convert.startup-guide .signup-info {
    padding-top: 0;
  }
  .startup-guide.method .content {
    padding-top: 10px;
  }
  .signup-main-info h2 {
    font-size: 26px;
  }
  .signup-info {
    padding-top: 20px;
  }
  .signup-info .signup-main-info p {
    font-size: 18px;
  }
  .comnez-title-two {
    font-size: 40px;
  }
  .signup-info h3 {
    font-size: 22px;
    margin: 10px 0;
  }
  .comnez-engage {
    padding: 30px 15px 40px;
  }
  .engage-main-info {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .engage-info h3 {
    font-size: 22px;
  }
  .engage-info p {
    margin-bottom: 10px;
  }
  .comnez-convert {
    padding: 30px 15px 0;
  }
  .convert-info {
    padding: 0 0 10px;
  }
  .convert-info h3 {
    font-size: 22px;
  }
.technology-partner h1 {
  margin-bottom: 30px;
}
.startup-guide .comnez-btn {
  min-width: 100%;
}
.white-info-box {
  width: 100%;
}
.white-info-box span {
  font-size: 16px;
}
.masonry-item.one-half {
  width: 50%;
}
.article-listing {
  margin-top: 80px;
}
.top-info a.comnez-btn {
  margin-top: 5px;
}
.top-info h3 {
    font-size: 16px;
    line-height: 22px;
}

.top-pagination-block .pull-left, .top-pagination-block .pull-right {
    width: 100%;
  }
  .top-pagination-block center {
    margin: 10px 0;
  }
  .masonry-item.one-half, .masonry-item {
  width: 100%;
}
.top-pagination-block .pull-left, .top-pagination-block .pull-right {
  margin: 0;
}
.top-pagination-block center {
  margin: 25px 0;
}
.startup-tech.article-listing {
  margin-top: 60px;
}
.startup-tech h4 {
  margin-bottom: 30px;
}
body .whoweare h1 {
    margin-top: 200px !important;
}
.home.tech-partner h1 {
  margin-top: 220px;
}
.top-pagination-block {
  top: 80px;
}

}
@media screen and (max-width:479px) {
  .signup-main-info h2 {
    font-size: 22px;
  }
  .signup-info .signup-main-info p {
    font-size: 16px;
    line-height: 24px;
  }
  .comnez-title-two {
    font-size: 34px;
  }
  .signup-info p {
    font-size: 15px;
  }
  .signup-info ul {
    padding-top: 10px;
    font-size: 15px;
  }
  .comnez-signup .comnez-icon {
    padding-top: 0;
  }
  .engage-info h3, .convert-info h3 {
    margin-top: 10px;
  }
  .startup-guide2 .engage-main-info .col-md-4 {
    width: 100%;
    margin: 15px 0 0;
  }
  .startup-guide2 .info-box {
    margin: 0;
  }
  .startup-guide2 span {
    margin: 20px 0 10px;
  }
  .startup-guide2 .info-box {
    padding: 10px 30px;
    font-size: 16px;
  }
  .startup-guide2 .comnez-image {
    margin-bottom: 20px;
  }
  body .method h3, .comnez-signup h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .method h2 {
    font-size: 24px;
    margin-top: 0;
    line-height: 30px;
  }
  .startup-checklist.method h3 {
    margin-bottom: 30px;
  }
  .method .content .row h4 {
    font-size: 16px;
    line-height: 26px;
  }
  .startup-guide .comnez-btn {
  font-size: 14px;
  padding-right: 50px;
  line-height: normal;
}
.info-right {
  padding-left: 15px;
}
.white-info-box span {
  font-size: 15px;
}
.top-info h3 {
  font-size: 17px;
}
.white-info-box span {
  margin-bottom: 5px;
}
.info-right small {
  font-size: 12px;
}
.home.tech-partner h2 {
  margin-top: 0;
}
.product-development .json .caption span img {
    width: 70%;
  }
  .startup-tech h1 {
    margin-bottom: 0;
    font-size: 36px;
  }
  .startup-tech h4 {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width:359px) {
  .signup-main-info h2 {
    font-size: 20px;
  }
  .comnez-title-two {
    font-size: 30px;
  }
  .info-img img {
    width: 100px;    
   }
   .white-info-box span {
    font-size: 12px;
   }
   .top-pagination-block a, .top-pagination-block center a {
    font-size: 13px;
   }
   .top-info a.comnez-btn {
    padding: 5px 15px 7px;
    font-size: 13px;
    background-size: 30px auto;
    margin-top: 0;
    min-width: 120px;
   }
   .top-info h3 {
    font-size: 14px;
    line-height: 20px;
   }
   .top-info {
    top: 10px;
   }
}

@media screen and (max-width:329px) {
  .info-img, .white-info-box a {
    display: block;
  }
  .info-img img {
    width: 100%;    
   }
   .info-right {
    clear: both;
    padding: 20px;
   }
   .white-info-box span {
    margin-bottom: 10px;
   }
.white-info-box span {
  font-size: 16px;
}
.info-right small {
  font-size: 14px;
}
}