@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?srf3rx");
  src: url("fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #828282;
  background: #F2F2F2 !important;
  overflow-x: hidden;
}

a{ text-decoration: none !important;}
#page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

h5, .h5 { font-size: 17px !important; }

a {
  color: #ff8336;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ff8336;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #0a1e49;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F36363;
}

::-moz-selection {
  color: #fff;
  background: #ff8336;
}

::selection {
  color: #fff;
  background: #00AEEF;
}

.fh5co-nav {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 18px 0;
  z-index: 1001;
  background-color: #0A1D49;
}
#search-bar{ display: none;}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
    top: 0;
  }
}
.fh5co-nav .left-menu, .fh5co-nav .right-menu, .fh5co-nav .logo {
  display: inline-block;
  width: 40%;
  float: left;
}
.fh5co-nav .logo {
  width: 20%;
  float: left;
}
.fh5co-nav #fh5co-logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
/*#fh5co-logo img{ width: 86px;}*/
@media screen and (max-width: 768px) {
  .fh5co-nav #fh5co-logo {
    font-size: 22px;
  }
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
  /*#fh5co-logo img{ width: 60px;}*/
}
.fh5co-nav ul {
  padding: 0;
  margin: 27px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 15px;
  color: #FFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: none;
	text-decoration: none;
}
.social-icons a{  padding: 30px 10px !important; }
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active,
#fh5co-footer ul li a:hover, fh5co-footer ul li a:focus, fh5co-footer ul li a:active{
  color: #FFF;
  text-decoration: underline !important;
  
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
  position: relative;
}
.fh5co-nav ul li.active > a:after {
  background: #fff;
  height: 2px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  content: "";
  margin: 0 auto;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#fh5co-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.fh5co-cover {
  height: 450px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  /*position: absolute;*/
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: #F2F2F2;
  /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 62, 28, 0.5)), color-stop(26%, rgba(255, 62, 28, 0.63)), color-stop(100%, darkorange));
  background: -webkit-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 62, 28, 0.63) 26%, darkorange 100%);
  background: -o-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 62, 28, 0.63) 26%, darkorange 100%);
  background: -ms-linear-gradient(left, rgba(255, 62, 28, 0.5) 0%, rgba(255, 62, 28, 0.63) 26%, darkorange 100%);
  background: linear-gradient(to right, rgba(255, 62, 28, 0.5) 0%, rgba(255, 62, 28, 0.63) 26%, darkorange 100%);*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3e1c', endColorstr='#ff8c00', GradientType=1 );
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 260px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}

#fh5co-header .display-ib, #fh5co-counter .display-ib, .fh5co-cover .display-ib {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10%;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn ,
#domain-search .display-tc .btn
{
  padding: 8.1px 30px;
  background: #ff8336;
  color: #fff;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #ff8336 !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: rgba(255, 255, 255);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.fh5co-bg-section {
  background: #F2F2F2;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-project,
#fh5co-about,
#fh5co-contact,
#fh5co-footer {
  padding: 1em 0;
  clear: both;
}
#fh5co-blog{ padding: 3em 0; }
.mbt-6{ margin-bottom: 6%;}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-project,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

.about-content {
  margin-bottom: 7em;
}
.about-content img {
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.about-content .desc {
  margin-bottom: 3em;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 170px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline;
  zoom: 1;
  display: inline;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
}
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #F36363;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.feature-center {
  padding-left: 60px;
  padding-right: 20px;
  float: left;
  width: 100%;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: #F36363;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center h3 {
  font-size: 22px;
  color: #5d5d5d;
}

#fh5co-project .fh5co-project {
  margin-bottom: 30px;
}
#fh5co-project .fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-project .fh5co-project > a h3, #fh5co-project .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 45%;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-project .fh5co-project > a span {
  font-size: 14px;
  bottom: 30%;
}

#fh5co-project .fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#fh5co-project .fh5co-project > a:hover h3, #fh5co-project .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 45%;
}
#fh5co-project .fh5co-project > a:hover span {
  bottom: 30%;
}
#fh5co-project .fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #fh5co-project .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
 }
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  background: #f2f2f2;
  width: 100%;
  float: left;
}

.fh5co-bg-section-cs .fh5co-blog .blog-text h3 { height: 10px; text-transform: uppercase;}
.fh5co-bg-section-cs .fh5co-blog .blog-text a { font-size: 16px; font-weight: bold; }
.fh5co-bg-section-cs .fh5co-blog .blog-text span{ text-transform: uppercase;}
.fh5co-blog .posts-txt { padding: 10px; }
.posts-category{ height: 45px; color: #FFF; text-align: right; margin-top: -8px;}
.bg-orange{ background-color: #FF741C; }
#fh5co-blog a:hover{ text-decoration: none; }
#fh5co-blog .pgNext a, #fh5co-blog .pgPrev a { color: #FF741C; }
.content .date{ color: #0A1D49;}
.fh5co-blog .blog-text span {
  display: inline-block;
}
.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #F36363;
  position: relative;
}
.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #F36363 transparent;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #F36363;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  height: 60px;
}
.fh5co-blog .blog-text h3 a {
  font-size: 19px;
}

.fh5co-heading {
  margin-bottom: 2em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 30px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400 !important;
}

.fh5co-heading h1 {
  font-size: 30px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400 !important;
}

.h1-font-30{ font-size: 30px !important; }

.fh5co-heading p {
  font-size: 17px;
  line-height: 1.5;
  color: #FFF;
}

#fh5co-testimonial {
  position: relative;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
#fh5co-testimonial .fh5co-heading h2 {
  color: white;
}
#fh5co-testimonial .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#fh5co-testimonial .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .box-testimony a:hover, #fh5co-testimonial .box-testimony a:focus, #fh5co-testimonial .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#fh5co-testimonial .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#fh5co-testimonial .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#fh5co-testimonial .box-testimony blockquote .quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #F36363;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-testimonial .box-testimony blockquote p {
  letter-spacing: 1px;
  font-family: "Playfair Display", Arial, serif;
}
#fh5co-testimonial .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#fh5co-testimonial .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#fh5co-started {
  background: #00AEEF;
}
#fh5co-started .fh5co-heading h2, #whos-using-it .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #F36363;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px;
}
#fh5co-started .btn:hover {
  background: #f04242 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

#fh5co-footer {
  background: #0A1D49;
  color: #FFF;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px dotted black;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 999;
  width: 100%;
  background: #0A1D49;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255);
}
#fh5co-offcanvas a:hover {
  color: #00AEEF;
  text-decoration: none;
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  left: 15px;
  top: 29px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.fh5co-nav-toggle-search{
	position: absolute;
  right: 15px;
  top: 29px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
  .search-icons  { display: none; }
   #fh5co-offcanvas .paddingtop{ padding-top: 30%;}
   #fh5co-offcanvas ul li{ text-align: center; line-height: 52px;}
   .mob-socialicons{ padding-top: 50px;} 
   .padd10{ padding: 10px; }
   #fh5co-header-subscribe button span { 	display: none;	}
	#fh5co-header-subscribe button i { display: block; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn{ padding: 12px 22px; }
	.dotnyc { right: 81px; top: 0.9rem; font-size: 13px;}
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #F36363;
  color: #fff;
  border: 2px solid #F36363;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #f57b7b !important;
  border-color: #f57b7b !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #F36363;
  border: 2px solid #F36363;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #F36363;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F36363;
}
.row-pbt-md{ padding-bottom: 3em !important; padding-top: 3em; }
.row-pbt-sm { padding-bottom: 1em !important; padding-top: 1em; }
.text-white{ color: #FFF; }
.bg-f2{ background-color: #F2F2F2;}
/* nyc procss */
#nyc-process{ background-color: #F2F2F2;}
#nyc-process span.navy-blue {
    background: #0A1D49;
}
#nyc-process span.dot {
    border-radius: 2.8em;
    -moz-border-radius: 2.8em;
    -webkit-border-radius: 2em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 3em;
    margin-right: 15px;
    text-align: center;
    width: 107px;
}
#nyc-process .go-navy-blue {
    color: #0A1D49;
}
#nyc-process h4 {
    letter-spacing: 0px;
    font-size: 17px;

}
#nyc-process p {
    font-size: 17px;
line-height: 1.5;
}
#nyc-process .go-blue {
    color: #00AEEF;
}
#nyc-process span.blue {
    background: #00AEEF;
}
#nyc-process .go-orange {
    color: #ff8336;
}
#nyc-process span.orange {
    background: #ff8336;
}
#nyc-process span.gray {
    background: rgba(0, 0, 0, 0.75);
}
#nyc-process .go-gray {
    color: rgba(0, 0, 0, 0.75);
}



@media (max-width: 1200px) {

#nyc-process .go-gray .single-feature p {
margin-top: -19px !important;	
}

#nyc-process p {
    padding-top: 15px !important;
}

}  

/* nyc procss */
ul{ padding: 0px;}
.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}
.row-pt-md{
	padding-top: 2em !important;
}
.row-pt-sm{ padding-top: 1em !important; }
#single-blog-nyc{ background-color: #F2F2F2;}
.txt-uppercase{ text-transform: uppercase;}
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/assets/loader.gif) center no-repeat #fff;
}

/* single Blog Post */
.single-articles a, .single-articles a:hover, .single-articles a strong {
    color: #FF741C;
}
.columns.medium-centered:last-child {
    float: none;
	text-align: left; 
}
.columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.single-articles p {
    font-size: 16px;
    line-height: 21px;
    color: #0A1D49;
}
/* single Blog Post */


/*.js .animate-box {
  opacity: 0;
}*/

#fh5co-header-subscribe #email {
  padding-right: 9em;
}
#fh5co-header-subscribe button {
  position: absolute;
  top: 0px !important;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* Top searchbox : start*/
	
#search-bar{  position: absolute; z-index: 998; background-color: #f2f2f2; width: 100%; height: auto; max-height:620px; overflow-y:auto; padding-top: 20px;	}
#search-toggle, #search-toggle-mobile{ background-color: transparent; outline: none;}
.navbar-toggle{  margin-top: 0px !important; border-radius: 0px !important; }
#search-bar #global-search{ background: url('/assets/Group342.png') no-repeat 5px 4px; border: 0px; border-bottom-width: 0px; border-bottom-style: none; border-bottom-color: currentcolor; box-shadow: unset; font-size: 16px; height: 49px; padding-left: 55px; color: #0A1D49; }
#search-toggle, #search-toggle-mobile { background-color: transparent; outline: none; border: none; }
/* Top searchbox : End*/
.nyc-nav-logo-mob{ display: none;}
#search-toggle img, #search-toggle-mobile img {
    width: 20px;
}

.nyc-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
}
.desktop-version{ float: right;}
.dotnyc { position: absolute; right: 150px; font-size: 1.625rem; padding: 0.625rem; line-height: 1; top: 3rem; font-weight: bold; color: #0A1D49;}

.bg-blue {
    background-color: #00AEEF!important
}
.txt-blue {
    color: #00AEEF;
}
.error404.txt-orange a,.txt-orange {
    color: #FF741C;
}
.frt {
    float: right;
}
.bg-navy-blue{
    background-color: #0A1D49!important
}
.text-skyblue{ color: #00AEEF !important;}
.medium-centered{ text-align: center;}
#fh5co-bg-img{ padding-top: 0; min-height: 300px; height: 250px;} 
.bg-image, .bg-image > div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}
.fh5co-bg-section-cs{ background-color: #FFFFFF; }
.get-yours-nyc-header-title.nyc-header-title-full {
    padding-top: 0;
    min-height: 300px;
    height: 250px;
}
.get-yours-nyc-header-title {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    padding-top: 75px;
    z-index: 0;
}
input[type="text"], input[type="email"]{
    height: 4.188rem;
}
#whos-using-it button{ height: 4.188rem; }


.nopadding{ padding: 0px !important; }

/* CONTACT US*/

#contact-us-head h1 {
    color: #FFF;
    font-weight: bold;
}
#contact-us-head h5 {
    color: #FFF;
    font-weight: bold;
}
#contact-us-head .container {
    padding: 15px !important;
}
#contact-us-top .container {
    
}
#contact-us-top .toplabel {
    font-size: 16px !important;
    color: #FFF;
    font-weight: bold;
    text-transform: none;
}
#contact-us-top .orangeroundbtn {
    font-size: 16px;
    outline: none;
	border: none;
	color: #FFF;
}
.text-xs-center {
    text-align: center!important;
}
#contactus-maincontent .container {
    padding: 2% !important;
}
#contactus-maincontent .container .head {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
#contactus-maincontent .container .text {
    color: #00AEEF !important;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
li { list-style: none; }
.orangeroundbtn {
    font-size: 15px;
    outline: none;
    padding: 13px 8px;
	color: #FFF;
	border: none;
	margin: 10px 0;
	background-color: #FF741C;
	color: #FFF;
}
.orangeroundbtn a{ color: #FFF;}
#contactus-maincontent ul {
    padding: 0px;
}
/* CONTACT US*/
.faq-question  a, .faq-question a:hover, .faq-question a:active{ color: #0A1D49 !important; }

/* compliance*/

#compliance-head, #premium-name-head, #policies-head, #faq-head{ padding: 15px; }
#compliance-head h1, #premium-name-head h1, #policies-head h1, #faq-head h1 {
    color: #FFF;
    font-weight: bold;
	margin-top: 0px;
}
/* compliance*/

/* premium-names */
#premium-name-top { background-color: #0A1D49; padding-top: 50px; color: #FFF; }
#premium-bottom{ padding-bottom: 30px;}
#premium-bottom h4{ color: #FFF; font-size: 30px; padding-bottom: 20px;}
.pt-5 { padding-top: 3rem!important; }
.pt-1 { padding-top: 1rem!important; }
/* premium-names */

/* policies */
#policies-top{ /*background: url('/assets/nicolai-berntsen-9244-unsplash.jpg') no-repeat rgb(255,255,255,0.9);*/ opacity: 0.9; background-color: #F2F2F2; }
#policies-nyc { background-color: #F2F2F2; color: #0A1D49; }
#policies-nyc p, #policies-nyc ol li { font-size: 17px; text-align: left; line-height: 1.5;}
ul, ol, dl {
    line-height: 1.6;
    list-style-position: outside;
    font-family: inherit;
}
ol li {
    list-style-type: inherit;
}
#policies-nyc a, #policies-nyc a:hover { color: #ff8336 !important;}

#policies-nyc a:hover, #policies-nyc a:focus {
    color: #FFF;
    text-decoration: none !important;
}
/* policies */

/* Whois using it*/
#whos-using-it #borough, #whos-using-it #categories {
    background: #FFF url('../assets/Group340.png') no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    border-radius: 0px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right;
    text-indent: 0.01px;
    text-overflow: "";
    cursor: pointer;
}
button:hover {
    background-color: #ff8336;
}
button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF;
}

button {
    background-color: #FF741C;
    border-color: #FF741C;
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
    padding: 0;
}

#whos-using-it button{ border: none; color: #FFF;  }
/* Whois using it*/

input[type="text"], input[type="email"] {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    font-size: 14px;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.pb-30{ padding-bottom: 30px;}
#google-map {
    height: 400px;
    width: 100%;
}
.small-8 {
    width: 66.6666666667%;
}
.small-4 {
    width: 33.3333333333%;
}
.nofloatmar{ float: none !important; margin: 0 auto !important; }
.what-nyc-cover {
    height: 150px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}
/* WHAT IS NYC*/
#nyc-for-everyone { background-color: #0A1D49; }
#nyc-for-everyone img{ min-width: 100%;}
#nyc-for-everyone h3{ color: #ff8336; }
#whats-more{ background-color: #F2F2F2; color: #0A1D49;}
#domain-search{ padding: 30px;}
.float-right{ float: right; }
/* WHAT IS NYC*/



/*Domain lookup*/
.nyc-header-domain-lookup {
    background-image: url('https://ns-cdn.neustar.biz/nyc/ownit/base/images/ben-duchac-66002-unsplash.jpg');
    background-position: 0px 74%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
}

.nyc-header-domain-lookup-result {
    background-image: url('https://ns-cdn.neustar.biz/nyc/ownit/base/images/ben-duchac-66002-unsplash.jpg');
    background-position: 0px 28%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
	height: 300px !important;
}
.registrar{ width: 18%; float: left; background-color: #FFF; text-align: center; height: 140px;}
.aftermarket .registrar{ width: auto; float: left; background-color: #FFF; text-align: center; height: 140px; margin: 0px 8%;}
.pricing_partners .registrar{ width: auto; float: left; background-color: #FFF; text-align: center; height: 140px; margin: 0px 21px;}
.registrar img{ width: 150px; }
.featured-reg{  height: 90px; padding: 10px;}
.featured_label{ height: 50px; padding: 10px;}
.featured_label span{ color: #FFF; }
/* Domain lookup */

@media only screen  and (min-width : 120px)  and (max-width : 386px) {
	
	.footer-links li {
		width: 100%;
		line-height: 36px;
	}
	.nyc-nav-logo-mob { display: block; padding-bottom: 20px; }
	.fh5co-nav-toggle {   display: block; }
	.fh5co-nav .logo {
		width: 100%;
		float: left;
	}
	.mob-search-icons {
		right: -230px;
		top: 22px;
		position: absolute;
		color: #FFF;
		left: 0px;
	}
	#nycvideo-mobile{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-desktop{ display: none; }
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm input[type="email"]{ padding: 1.2em 0.3em !important; }
	.mktoForm select.mktoField { padding: 0px 3px !important; }
	.mktoForm .mktoOffset { width: 0px !important;}
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 100% !important; }
	.get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 150px; height: 150px; }
	#faq-head h1{ font-size: 30px;}
	.intro_blurb{ display: none; }
	.desktop-version-blog{ display: none; }
	.mobile-version-blog{ display: display;}
	.faq-orange-buttons{ display: none;}
	#fh5co-bg-img { padding-top: 0; min-height: auto; height: auto; 	}
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	.padding-top-10 {  padding-top: 30%; 	}
	.fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 {
    font-size: 7px;
    line-height: 1.5;
    margin-bottom: 20px !important;
    padding: 12px !important;
    font-weight: bold;
	}
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn {
    padding: 12px 12px;
    width: 65px;
	}
	#domain { padding-right: 40%; }
	.dotnyc { right: 81px; top: 0.7rem; font-size: 13px; }
	.fh5co-nav #fh5co-logo img{ width: 50px; }
	.fh5co-heading h2 { font-size: 21px; }
	.fh5co-heading p {font-size: 17px; }
	.fh5co-cover { height: 260px; }
	#fh5co-header input[type="text"],#fh5co-header input[type="email"] { height: 4.2rem; }
	#fh5co-header-subscribe button span, #whos-using-it button span { display: none; }
	#topSearchResult li {  padding: 5px 10px;}
	#topSearchResult li a { color: #00AEEF; }
	.nomar-xs{ margin: 0 auto; float: none; }
	.case-studies h3{ margin-top: 0px !important; }
	.ready-text{ font-size: 21px !important; }
	.padd20{ padding-bottom: 0px;}
	.mob-featured{ display: block;}
	.desktop-featured{ display: none;}
	
}				/* (min-width : 120px)  and (max-width : 320px) */

@media only screen  and (min-width : 320px)  and (max-width : 667px) {
	.fh5co-nav .logo{ 
		width: 100%;
	}
	.footer-links li{ width: 100%; line-height: 36px; }
	.social-icons a { padding: 30px 5px !important; 	}
	.fh5co-nav ul li a{ padding: 5px 10px;}
	#fh5co-header-subscribe button span, #whos-using-it button span { display: none;	}
	#fh5co-header-subscribe button i, #whos-using-it  button i{ display: block; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn{ padding: 14px 22px;width: 65px; }
	.dotnyc { right: 81px; top: 0.7rem; font-size: 13px;}
	#domain{ padding-right: 40%;}
	.padding-top-10{ padding-top: 20%;}
	.fh5co-heading h2 { font-size: 23px; }
	img{ max-width: 100%;}
	.fh5co-nav #fh5co-logo img{ width: 60px; }
	 
	 .column, .columns {
		position: relative;
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		float: left; }
		
.carousel-control.right, .carousel-control.left{ background-image: none !important; top: 35%; }
.carousel-control.left{ left: -23px; }
.carousel-control.right{ right: -23px !important; }
.nyc-nav-logo-mob{ display: block;}
.fh5co-social-icons li a{ padding: 10px 15px;}

.pr-head p { font-size: 17px; line-height: 17px; }
#premium-maincontent h1 { font-size: 21px; }
#premium-maincontent h3 { font-size: 17px; }
#premium-name-head  h1{ font-size: 29px; }
.registrar{ width: 100%; margin-bottom: 10px; }
.aftermarket .registrar { width: 100%; float: left; background-color: #FFF; text-align: center; height: 140px; margin: 10px auto; }
.content:hover .content-details{ top: 50%; left: 50%; opacity: 1; }
.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }
.fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2,
.fh5co-header .display-tc h1, #fh5co-counter .display-tc h1, .fh5co-cover .display-tc h1 { font-size: 8px; line-height: 1.5; margin-bottom: 20px !important; padding: 12px !important;  font-weight: bold; letter-spacing: 0px !important; }
.fh5co-cover .display-tc h2,.fh5co-cover .display-tc h1 { font-size: 20px !important; }
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 0px;
	  font-size: 60px;
	  line-height: 1.5;
	  letter-spacing: 2px;
	}
	#caseStudyCarousel .animate-box img{ height: auto;}
	#casestudycarousel .animate-box { background-color: #FFF; }
	.blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.Retailers-div-main{ padding: 0 10px !important;}
	#nycvideo-mobile{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-desktop{ display: none; }
	.mktoForm select.mktoField { padding: 0px 3px !important; }
	.mktoForm .mktoOffset {
		width: 0px !important;
	}
	.get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 150px; height: 150px; }
	#faq-head h1{ font-size: 30px;}
	.intro_blurb{ display: none; }
	.desktop-version-blog{ display: none; }
	.mobile-version-blog{ display: display;}
	.faq-orange-buttons{ display: none;}
	#fh5co-bg-img { padding-top: 0; min-height: auto; height: auto; 	}
	#topSearchResult li {  padding: 5px 10px;}
	#topSearchResult li a { color: #00AEEF; }
	.nyc-search-detail-full .bg-image {  display: none; }
	.nomar-xs{ margin: 0 auto; float: none !important; }
	.case-studies h3{ margin-top: 0px !important; }
	.padd20{ padding-bottom: 0px;}
	.mob-featured{ display: block;}
	.desktop-featured{ display: none;}
	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 100% !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 100% !important; }
	
}		/* (min-width : 320px)  and (max-width : 667px) */



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (min-width : 375px) and (max-width : 667px) {
	
.mob-search-icons{ right: -260px; top: 22px;position: absolute;color: #FFF; left: 0px; }
.mob-search-icons { left: 15%; }
#fh5co-header-subscribe button span, #whos-using-it button span { display: none;	}
	#fh5co-header-subscribe button i, #whos-using-it  button i{ display: block; }
#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn{ padding: 14px 22px; }
.dotnyc { right: 81px; top: 0.9rem; font-size: 13px;}
.nyc-nav-logo-mob{ display: block;}

.pr-head p { font-size: 23px; line-height: 17px; }
	#premium-maincontent h1 { font-size: 24px; }
	#premium-maincontent h3 { font-size: 20px; }
	#domain-lookup .display-tc{ height: 200px;}
	.registrar{ width: 100%; }
	.featured-registrars .registrar { margin-bottom: 10px; }
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 10px; line-height: 1.5; 	margin-bottom: 20px !important; padding: 12px !important;  font-weight: bold; }
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	  font-size: 16px;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 0px;
	  font-size: 60px;
	  line-height: 1.5;
	  letter-spacing: 2px;
	}
	#caseStudyCarousel .animate-box img{ height: auto;}
	#casestudycarousel .animate-box { background-color: #FFF; }
	#casestudycarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.Retailers-div-main{ padding: 0px !important;}
	#nycvideo-mobile{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-desktop{ display: none; } 
	.mktoForm select.mktoField { padding: 0px 3px !important; }
	.mktoForm .mktoOffset { width: 0px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	
	#what-nyc-head .margin-top0{ margin-top: 20px !important;}
	.get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 150px; height: 150px; }
	#faq-head h1{ font-size: 30px;}
	.intro_blurb{ display: none; }
	.desktop-version-blog{ display: none; }
	.mobile-version-blog{ display: display;}
	.faq-orange-buttons{ display: none;}
	#fh5co-bg-img { padding-top: 0; min-height: auto; height: auto; 	}
	#topSearchResult li {  padding: 5px 10px;}
	#topSearchResult li a { color: #00AEEF; }
	.nyc-search-detail-full .bg-image { display: none; }
.nomar-xs{ margin: 0 auto; float: none;}	
.case-studies h3{ margin-top: 0px !important; }
.padd20{ padding-bottom: 0px;}
.mob-featured{ display: block;}
.desktop-featured{ display: none;}
	
}	/* (min-width : 375px) and (max-width : 667px) */

/* iPhone 6, 7, & 8 Plus in portrait & landscape */

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

	.mob-search-icons{ right: -383px; top: 22px;position: absolute;color: #FFF; left: 0px; }
	.mob-search-icons { left: 22%; }
	.Retailers-div-main{ padding: 0px !important;}
	#nycvideo-mobile{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-desktop{ display: none; } 
	.mktoForm select.mktoField { padding: 0px 3px !important; }
	.mktoForm .mktoOffset { width: 0px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 100% !important; }
	.get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 150px; height: 150px; }
	#faq-head h1{ font-size: 30px;}
	.intro_blurb{ display: none; }
	.minheight200{ height: 200px; min-height: 200px;}
	.desktop-version-blog{ display: none; }
	.mobile-version-blog{ display: display;}
	.content:hover .content-details{ top: 50%; left: 50%; opacity: 1; }
.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }
.faq-orange-buttons{ display: none;}
#fh5co-bg-img { padding-top: 0; min-height: auto; height: auto; 	}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2, #fh5co-counter .display-tc h1, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h1, .fh5co-cover .display-tc h2 { margin: 0; margin-bottom: 0px; padding: 0; color: white; }
.fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 11px;   line-height: 1.5; margin-bottom: 20px !important; padding: 12px 0px !important; font-weight: 400; }
.fh5co-heading-what-nyc .font21px{ font-size: 30px !important; padding: 12px 0 !important;}
#topSearchResult li {  padding: 5px 10px;}
#topSearchResult li a { color: #00AEEF; }
.nyc-search-detail-full .bg-image {
    display: none;
}
.nomar-xs{ margin: 0 auto; }
.case-studies h3{ margin-top: 0px !important; }
.ready-text{ font-size: 21px !important; }
.padd20{ padding-bottom: 0px;}
.mob-featured{ display: block;}
.desktop-featured{ display: none;}

/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 100% !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 100% !important; }
}


.clearboth{ clear: both;}
#domain-header .display-tc.animate-box{ height: auto !important; }
.bg-white-suggestion{ background-color: #F2F2F2; padding: 10px; margin-bottom: 10px; text-transform: uppercase; }
.bg-white-suggestion a { color: #00AEEF; }
.buy-premium span{ background-color: #FF741C; padding: 11px; color: #FFF; }
.buy-premium a:hover{ text-decoration: none; }
.bg-white { background-color: #FFF; }

.txt-underline{ text-decoration: underline; }
.slider-casestudy  .blog-text a{ font-size: 18px !important; }

.content {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(10, 29, 73, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details, .content-details-box {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style a { padding: 6px !important;}
.posts-category .a2a_kit.a2a_kit_size_32.a2a_default_style a, #faq-head .a2a_kit.a2a_kit_size_32.a2a_default_style .a2a_dd  { background: url('/assets/share.png') no-repeat 10px !important; }
	
.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


@media only screen and (min-width: 650px) and (max-width: 768px) {
		
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn { padding: 12px 22px }
	#fh5co-header-subscribe button { position: absolute; top: 0.2px; right: 10px; border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; width: 110px; }
	#fh5co-header .display-tc, #fh5co-counter .display-tc, .fh5co-cover .display-tc { margin-top: 13% !important; }
	.fh5co-nav .logo { width: 20%;  margin-left: 40%; }
	#search-toggle{ left: 53%; }
	#caseStudyCarousel .animate-box img{ height: 200px;}
	#casestudycarousel .animate-box { background-color: #FFF; }
	#casestudycarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 0px !important;}
	.get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 150px; height: 150px; }
	#faq-head h1{ font-size: 30px;}
	.intro_blurb{ display: none; }
	.minheight200{ height: 200px; min-height: 200px; }
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	.content:hover .content-details{ top: 50%; left: 50%; opacity: 1; }
	.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }	
	.mob-featured{ display: block;}
	.desktop-featured{ display: none;}
	.Retailers-div-main { padding: 0 10px !important; }
	.registrar { width: 18%; margin: 1%; }
	.registrar img { width: 120px; }
	.registrar span{ font-size: 12px;}
	
	.mktoForm .mktoOffset { width: 0px !important;}
	#FirstName, #LastName{ width: 710px !important;}
		
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 300px !important;}
	#Email, #Country{ width: 610px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	#fh5co-header-subscribe  h2{ color: #fff; margin-bottom: 20px !important; padding: 12px !important; font-weight: bold; }
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }
	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 350px !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 710px !important; }
}

@media only screen and (min-width: 1018px) and (max-width: 1199px) {
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn { padding: 8px 19px; }
	#fh5co-header-subscribe button { position: absolute; top: 0.2px; right: 10px; border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; width: 110px; }
	#fh5co-header .display-tc, #fh5co-counter .display-tc, .fh5co-cover .display-tc { margin-top: 17%; }
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 18px; line-height: 1.5;
    margin-bottom: 20px !important; padding: 12px !important;  font-weight: bold;	}
	#caseStudyCarousel .animate-box img{ }
	#casestudycarousel .animate-box { background-color: #FFF; }
	#casestudycarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#fh5co-header-subscribe button i, #whos-using-it button i { display: none; }
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	#nycvideo-desktop{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-mobile{ display: none; } 
		
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	.mob-featured{ display: block;}
	.desktop-featured{ display: none;}
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }
}
.casestudies-answer{ font-size: 17px; line-height: 1.5; margin-bottom: 20px; }

/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.social-icons a { padding: 30px 5px !important; 	}
	.fh5co-nav ul li a{ padding: 5px 8px;}
	.social-icons i { font-size: 16px !important; }
	#fh5co-header .display-tc,
	#fh5co-counter .display-tc,
	.fh5co-cover .display-tc {  margin-top: 17%; }
	#domain-header .display-tc { margin-top: 2%; }
	#domain-header .display-tc h2{ font-size: 25px;}
	.dotnyc { right: 81px; top: 0.9rem; font-size: 13px;}
	#fh5co-header-subscribe button span, #whos-using-it button span { display: block;	}
	#fh5co-header-subscribe button i, #whos-using-it  button i{ display: none; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn{ padding: 12px 22px; }
	.dotnyc { right: 133px; top: 0.9rem; font-size: 13px;}
	#domain-header  .display-tc h2, #fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
		padding: 12px;
		}
	#domain{ padding-right: 43%;}
	.nyc-nav-logo-mob{ display: block;}
	.fh5co-social-icons li a{ padding: 0 4px;}
	.pr-head p { font-size: 21px; line-height: 17px; }
	#premium-maincontent h1 { font-size: 24px; }
	#premium-maincontent h3 { font-size: 17px; }
	#fh5co-header-subscribe button {
		position: absolute;
		top: 0px;
		right: 10px;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
		width: 110px;
	}
	.registrar{ width: 18%; margin: 1%; }
	.registrar img { width: 120px; }
	.nyc-height{ margin: 20px 0px; }
	.aftermarket .registrar{ width: 44%; float: left; background-color: #FFF; text-align: center; height: 140px; margin: 0px 10px;}
	.pricing_partners .registrar{ float: left; background-color: #FFF; text-align: center; height: 140px; margin: 0px 21px;}
	.content:hover .content-details{ top: 50%; left: 50%; opacity: 1; }
	.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }
	.content-details, .content-details-box { padding-left: 0px; padding-right: 1px; }
	.fh5co-nav .container{ width: 100%; padding-left: 4%; padding-right: 4%;}
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 21px; line-height: 1.5; 	margin-bottom: 20px !important; padding: 12px !important;  font-weight: bold; }
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 0px;
	  font-size: 16px;
	  line-height: 1.5;
	  letter-spacing: 2px;
      margin-bottom: 20px !important;
	  padding: 12px !important;
	}
	#caseStudyCarousel .animate-box img{ height: auto;}
	#casestudycarousel .animate-box { background-color: #FFF; }
	#casestudycarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.Retailers-div-main{ padding: 0 10px !important;}
	
	#nycvideo-desktop{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-mobile{ display: none; }
	.mktoForm .mktoOffset { width: 0px !important;}
	#FirstName, #LastName{ width: 710px !important;}
		
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	.minheight200{ height: 287px; }
	.ready-text{ font-size: 21px !important; }
	.mob-featured{ display: block;}
	.desktop-featured{ display: none;}
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }
	
	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 350px !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 710px !important; }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-width: 1200px)  and (max-width: 1600px) {
	.social-icons a { padding: 30px 5px !important; 	}
	.fh5co-nav ul li a{ padding: 20px;}
	#fh5co-header .display-tc,
	#fh5co-counter .display-tc,
	.fh5co-cover .display-tc {
	  margin-top: 17%;
	}
	#domain-header .display-tc { margin-top: 0%; }
	#fh5co-header-subscribe button span { 	display: block;	}
	#fh5co-header-subscribe button i { display: none; }
	.dotnyc { right: 133px; top: 0.9rem; font-size: 13px;}
	#fh5co-header-subscribe button span, #whos-using-it button span { display: block;	}
	#fh5co-header-subscribe button i, #whos-using-it  button i{ display: none; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn{ padding: 8px 22px; }
	#domain{ padding-right: 36%;}
	.padding-top-10{ padding-top: 0px;}
	/*#whos-using-it button{ width: 95px;}*/
	#fh5co-header-subscribe button{ width: 117px;}
	.carousel-control.right, .carousel-control.left{ background-image: none !important; top: 35%; color: #000; }
	.carousel-control.left{ left: -11% !important }
	.carousel-control.right{ left: auto; right: -10% !important; }
	.carousel-control:hover, .carousel-control:focus{ color: #000; }
	.carousel-control{ text-shadow: none;}
	.pr-head p { font-size: 23px; line-height: 17px; }
	.pr-head-subtxt p { font-size: 18px; }
	#premium-maincontent h1 { font-size: 23px; }
	#premium-maincontent h3 { font-size: 19px; }
	.domain-register .display-tc{ margin-top: 4%; }
	#domain-header .display-tc h2{ font-size: 30px;}
	#nyc-for-everyone img{ height: 515px;}
	.nyc-height{ margin: 10px 0px; }
	.suggestion{ text-transform: uppercase; }
	.featured-registrars .registrar {   margin: 10px; }
	.padd10{ padding: 10px; }
	.content:hover .content-details{ top: 50%; left: 50%; opacity: 1; display: inline-table; }
	.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }
	#fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 19px; line-height: 1.5;
	margin-bottom: 20px !important;padding: 12px !important; }
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 23px; line-height: 1.5; 	margin-bottom: 20px; padding: 12px;  font-weight: bold; }
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 0px;
	  font-size: 60px;
	  line-height: 1.5;
	  letter-spacing: 2px;
	}
	#caseStudyCarousel .animate-box img{ }
	#casestudycarousel .animate-box { background-color: #FFF; }
	#caseStudyCarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.Retailers-div-main{ padding: 0 10px !important;}
	
	#nycvideo-desktop{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-mobile{ display: none; } 
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	.minheight200{ min-height: 300px; height: 300px;}
	#fh5co-blog .img-width img{ }
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	#fh5co-bg-img-footer  .get-yours-nyc-header-title.nyc-header-title-full {  padding-top: 0; min-height: 400px;
    height: 400px; }
	.case-study-detail{ min-height: 300px !important;}
	#topSearchResult li{ padding: 5px 52px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.padd20{ padding-bottom: 20px;}
	.mob-featured{ display: none;}
	.desktop-featured{ display: block;}
	.paddleft50{ padding-left: 50px !important; }
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }

	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 350px !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 710px !important; }
	

  }		/*  min -1200 and max -1600*/

@media (min-width: 992px ) {
	.carousel-inner .active.left {
		left: -25%;
	}
	.carousel-inner .next {
		left:  25%;
	}
	.carousel-inner .prev {
		left: -25%;
	}
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 12px; line-height: 1.5; 	margin-bottom: 20px !important; padding: 12px !important;  font-weight: normal; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn, #domain-search .display-tc .btn{ font-size: 14px; }
	#fh5co-header .display-tc .btn, #fh5co-counter .display-tc .btn, .fh5co-cover .display-tc .btn { padding: 11px 30px; }
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 20px !important;
		font-size: 19px;
		line-height: 1.5;
		letter-spacing: 0px;
		padding: 12px;
	}
	#caseStudyCarousel .animate-box img{ }
	#casestudycarousel .animate-box { background-color: #FFF; }
	#caseStudyCarousel.blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 14px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px; text-align: center;text-shadow: #0A1D49;color: #0a1d49 !important; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	.carousel-control { text-shadow: none !important; }
	.Retailers-div-main{ padding: 0 10px !important;}
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	#topSearchResult li{ padding: 5px 52px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.padd20{ padding-bottom: 20px;}
	.featured-registrars .registrar { margin: 10px; }
	.registrar { width: 17%; }
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }
	
	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 350px !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 710px !important; }
	
}

@media screen and (min-width: 1600px) {
	
	#fh5co-header-subscribe button {  width: 135px; }
	#fh5co-header-subscribe i { display: none;}
	.fh5co-cover .display-tc h2 { font-size: 30px; }
	#what-nyc-head h3{ font-size: 30px; }
	#fh5co-header .display-tc, #fh5co-counter .display-tc, .fh5co-cover .display-tc { margin-top: 6%; }
	.featured-registrars .registrar {   margin: 15px;}
	.registrar { width: 17%; float: left; background-color: #FFF; text-align: center; height: 140px; }
	.featured-reg {  height: 90px;  padding: 10px; }
	.container { width: 1600px !important; }
	.fh5co-nav a { padding: 5px 70px;}
	#fh5co-header .display-tc, #fh5co-counter .display-tc{ margin-top: 13%; }
	#whos-using-it button i{ display: none;  }
	.content:hover .content-details-box { top: 25%; left: 50%; opacity: 1; }
	.content:hover .content-details { top: 50%; left: 50%; opacity: 1; }
	.content-details, .content-details-box { padding-left: 0px; padding-right: 1px; }
	fh5co-header .display-tc h2, #fh5co-counter .display-tc h2, .fh5co-cover .display-tc h2 { font-size: 30px; line-height: 1.5; 	margin-bottom: 20px !important; padding: 12px !important;  font-weight: 400; }
		 .front{ font-size: 22px !important;}
	#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
	#fh5co-counter .display-tc h1,
	#fh5co-counter .display-tc h2,
	.fh5co-cover .display-tc h1,
	.fh5co-cover .display-tc h2 {
	  margin: 0;
	  padding: 0;
	  color: white;
	}
	#fh5co-header .display-tc h1,
	#fh5co-counter .display-tc h1,
	.fh5co-cover .display-tc h1 {
	  margin-bottom: 0px;
	  font-size: 60px;
	  line-height: 1.5;
	  letter-spacing: 2px;
	}
	#caseStudyCarousel .animate-box img{}
	#casestudycarousel .animate-box { background-color: #FFF; }
	#caseStudyCarousel .blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49;color: #0A1D49 !important; right: -9% !important;}
	.carousel-control.left{ left: -9% !important;}
	.Retailers-div-main{ padding: 0 17px !important;}
	#nycvideo-desktop{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-mobile{ display: none; } 
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	.minheight200{ min-height: 400px; height: 400px;}
	#fh5co-blog .img-width img{ height: 400px !important; }
	.desktop-version-blog{ display: display; }
	.mobile-version-blog{ display: none;}
	.content-image { height: auto; }
	.fh5co-cover {  height: 600px; }
	#fh5co-bg-img-footer  .get-yours-nyc-header-title.nyc-header-title-full { padding-top: 0; min-height: 400px; height: 400px; }
	.case-study-detail{ min-height: 300px !important;}
	#topSearchResult li{ padding: 5px 52px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	.padd20{ padding-bottom: 20px;}
	.mob-featured{ display: none;}
	.desktop-featured{ display: block;}
	.paddleft50{ padding-left: 50px !important; }
	#after-market { display: inline-block;}
	#after-market .registrar { width: 44%; }
	
	/* registrar-application  */
	#mktoForm_1860 #FirstName, #mktoForm_1860 #LastName, #mktoForm_1860 #websiteURL, #mktoForm_1860 #Company, #mktoForm_1860 #City, #mktoForm_1860 #Country  { width: 350px !important;}
	#mktoForm_1860 #Email, #mktoForm_1860 #registryRegistrarName, #mktoForm_1860 #IANA_Id__c, #mktoForm_1860 #Comments__c{ width: 710px !important; }
	
	
	}		/*  min-width: 1600px*/

/* ----------- Nexus 7 ----------- */

/* Portrait and Landscape */
@media screen 
  and (device-width: 601px) 
  and (device-height: 906px) 
  and (-webkit-min-device-pixel-ratio: 1.331) 
  and (-webkit-max-device-pixel-ratio: 1.332) {
	
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
}


@media (min-width: 768px) and (max-width: 991px ) {
	.carousel-inner .active.left {
		left: -33.3%;
	}
	.carousel-inner .next {
		left:  33.3%;
	}
	.carousel-inner .prev {
		left: -33.3%;
	}
	.active > div:first-child {
		display:block;
	}
	.active > div:first-child + div {
		display:block;
	}
	.active > div:last-child {
		display:none;
	}
	#caseStudyCarousel .animate-box img{ }
	#casestudycarousel .animate-box { background-color: #FFF; }
	.blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 13px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49; color: #0A1D49; right: -9% !important;}
	.carousel-control.left{ left: -10% !important;}
	#nycvideo-desktop{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
	}
	#nycvideo-mobile{ display: none; } 
		
	.mktoForm select.mktoField { padding: 13px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 350px !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 300px !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}
	#nyc-for-everyone img{ width: 100%; }
}

@media (max-width: 767px) {
	.carousel-inner .active.left {
		left: -100%;
	}
	.carousel-inner .next {
		left:  100%;
	}
	.carousel-inner .prev {
		left: -100%;
	}
	.active > div {
		display:none;
	}
	.active > div:first-child {
		display:block;
	}
	#caseStudyCarousel .animate-box img{ height: auto;}
	#casestudycarousel .animate-box { background-color: #FFF; }
	.blog-text { padding: 10px; }
	#caseStudyCarousel .animate-box h3 a { font-size: 20px !important; text-transform: uppercase; }
	#caseStudyCarousel .animate-box h3{ margin: 0px;}
	#caseStudyCarousel .animate-box span{ text-transform: lowercase;}
	#casestudycarousel .carousel-control { position: absolute; top: 35% !important; bottom: 0; width: 15%;  opacity: 1; filter: unset; font-size: 20px;color: #fff; text-align: center;text-shadow: #0A1D49; color: #0A1D49; right: -7% !important;}
	.carousel-control.left{ left: -7% !important;}
		
	/*.mktoForm select.mktoField { padding: 0px 3px !important; }
	.mktoForm .mktoOffset { width: 10px !important;}
	#FirstName, #LastName{ width: 100% !important;}
	.mktoButtonRow { width: 100%; text-align: center !important; margin: 0 auto !important; float: none !important; display: block !important; }
	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton{ width: 100% !important; }
	.mktoButtonRow{ width: 100% !important; text-align: center !important;}
	.mktoButton{ width: 300px !important;}*/
	#nyc-for-everyone img{ width: 100%; }
}

/* CSS for Search functionality */ 
#topSearchResult .seeall{ color:#000;  }
.nyc-search-detail-full{ padding-top: 0; min-height: 400px; height: 700px; }

.#faq-head .container{ padding:15px !important; }
#faq-head h1{  color: #FFF;  font-weight:bold; }
#faq-head h5{  color: #FFF;  font-weight:bold; }
.faq-content .content-section{ padding-top:15px; }
.faq-content{background-color: #0A1D49; padding-top:15px; padding-bottom:30px;}
.faq-question-answer p{ line-height:22px; }
.faq-section{ padding-top:25px; padding-bottom:15px; font-size:19px; font-weight:bold; color:#00AEEF; }
.faq-question{ margin-top:10px; font-size:18px; color:#0A1D49; }
.faq-answer{ font-size:15px; color:#0A1D49;}
.faq-backtotop{ font-weight:bold !important; margin-bottom:45px;  font-size:14px; color: #00AEEF !important; text-decoration: underline; }

#restrictions-maincontent .container{ padding:3% !important; }
.restrictions-question{ margin-top:10px; font-size:21px !important; color:#00AEEF; font-weight:400; }
.restrictions-answer{ font-size:17px !important; }
#restrictions-maincontent p{ line-height:1.5; }
#restrictions-question .toplabel{ font-size:30px !important; color: #FFF;  font-weight:400; text-transform: none; }
#restrictions-question{ background-color:#00AEEF; }
#restrictions-question .container{ padding:40px !important; }
.restrictions-btn{ margin-top:15px; }
.heading{ font-size:21px; font-weight:bold; color:#FFFFFF; line-height:1.5; margin-bottom:30px; }
.content{ font-size:17px; color:#FFFFFF; line-height:1.5; }
.domain-heading{ font-size:21px; line-height:20px; margin-bottom:18px; }
.domain-subheading{ font-size:18px; font-weight:bold; line-height:20px; margin-bottom:15px; }
.domain-content{ font-size:17px; line-height:18px; }
.domain-registration{ color:#0A1D49 !important;	}
.domain-renwal{ color:#00AEEF !important;	}
.domain-transfer{ color:#ff8336 !important;	}
.domain-deletion{ color:rgba(0, 0, 0, 0.75) !important;	}
.googleMapContainer{ background-color:#00AEEF !important; color:#FFFFFF; padding:7px; float:none; margin:0 auto; }
.googleMapHeader{ font-weight:bold; font-size:17px; padding:5px; margin-bottom:10px; text-align:center; color: #23527c; }
.googleMapBtnContainer{ float:none; margin:0 auto; text-align: center; }
.googlemapBtn{ font-size:12px; /*border-radius: 20px 20px;*/ outline: none; padding: 13px 20px; color: #FFF; border: none; width: auto !important; text-transform: lowercase; }
.registrars{ margin: 15px auto; clear: right; height: 100px; }
.RegistrarsImageContainer{ height:auto; padding: 16px 0px; }
.RegistrarsImage{ height: auto; width: 136px; }
.margin-bottom40{ margin-bottom: 40px; }
.orangeText{ font-size:20px; font-weight:bold; color:#FF741C;	}
.text-left{ text-align: left;}
.text-right{ text-align:  right;}

/* whois data*/
.whois-data {
    border: 1px solid #F2F2F2;
}
.whois-key, .whois-val {
    position: relative;
    display: inline-block;
    padding: 2%;
    width: 48%;
}
.row.row0 {
    background-color: #F2F2F2;
}
.row .row {
    margin: 0;
    overflow: hidden;
}
.padding0{ padding: 0px !important;}
#whoisdata{ background-color: #FFF; text-align: left; }
.whosusingit {
    height: 260px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}
#single-blog-nyc .bg-white{ background-color: #f2f2f2;}
.padd-top{ padding-top: 7em !important;}
#single-blog-nyc img{ width: 100% !important; }
.social-icons .padd3 a {
    font-size: 17px !important;
}
.a2a_svg.a2a_s__default.a2a_s_a2a { background: transparent !important; visibility: hidden !important; }
.date { font-size: 14px !important;  color: #0A1D49; }
.carousel-control.left, .carousel-control.right{ background: none !important;}
#whos-using-it{ padding:30px 0px;}
.error404 p{ font-size: 20px; }
.notopmargin{ margin-top: 0% !important; }
#domain-result { clear: both; background-color: #FFFFFF; }
.social-icons i {  font-size: 23px; }
.bloggrid .text-left{ margin-left: -28px; }
.bloggrid .text-right{ float: right; padding: 0px; }
.paddright0{ padding-right: 0px !important;}
#searchBox { padding-left: 19px;}
.padd10{ padding: 10px; }
.padd30{ padding: 30px; }
.carousel-control.left, .carousel-control.right { background-image:none; }
.img-responsive{ width:100%; height:auto; }
.row-pbt-md1{ padding-top: 1em; }
.txt-center{ text-align: center; }
#contactus-maincontent p, #restrictions-maincontent p, #restrictions-maincontent a{ color: #0A1D49;}
#contactus-maincontent a{ color: #ff8336; }
.text-decoration{ text-decoration: underline !important;}
.domain-management{ background-color: #FFF !important;}
#premium-maincontent p{ font-size: 17px; line-height: 1.5;}
.heighlightReg{ border:2px solid #00AEEF; }
#dom-req .first-para{ font-size: 17px;line-height: 1.5; }
.marginbottom10{ margin-bottom: 10px !important;}
.text-navy-blue{ color: #0A1D49 !important;}
.daryan img{ width: 107px; height: 107px; border-radius: 55px; }
. marketing-assets p{ font-size: 17px;}

.open-button {
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: lightgreen;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 21px;
}
.casestudies-question {
       font-weight: bold;
    font-size: 17px !important;
    margin-top: 27px;
    line-height: 1.5;
}

.faq-answer {
    margin-bottom: 40px;
    margin-top: 20px;
}
.faq-padd40{ padding-left: 40px; }
.faq_question {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
	padding-left: 30px;
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
	color: #00AEEF;
}
 
.faq_answer_container {
    height: auto;
    overflow: hidden;
    padding: 0px;
}
.show-icons{ background: url('/assets/plus.png') no-repeat 2px 29px; background-size: 20px;}
.show-icons-minus{ background: url('/assets/minus.png') no-repeat 2px 29px; background-size: 20px;}
.Retailers-div a, .Retailers-div a:hover, .Retailers-div a:focus, .Retailers-div a:active { color: #FFF; }
.Retailers-div{ padding: 10px; }
a{ outline: none !important;}
.a2a_kit.a2a_kit_size_32.a2a_default_style { display: inline-block; }
.gm-style-iw{ padding: 12px; background-color: rgb(0, 174, 239); top: 0px !important }
.margin-top0{ margin-top: 0px !important; }
div#premium-name-head h1 { margin: 0px; }
#contactus-maincontent{ font-size: 17px; color: #0A1D49; }
#contactus-maincontent  p{ line-height: 1.5 !important; }
#policies-nyc h3{ font-size:21px; }
.domain-management ul li{ list-style: outside;}
.domain-management ul { margin: 0 0 0 30px; list-style: disc; }
#dom-req{ color: #0A1D49; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555555;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #555555;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #555555;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #555555;
  opacity: 1;
}


/********* Marketo Form ************/

.mktoForm { text-align: center; width: 100 !important%; margin: 0 auto !important; }
.mktoForm input.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm .mktoLogicalField.mktoInvalid { border: 1px solid #FFF !important; box-shadow: none !important }
.mktoButton{ font-size: 15px; outline: none; padding: 13px 8px !important; border: none !important; margin: 10px 0 !important; background-color: #FF741C !important; color: #FFF !important; background-image: none !important; text-shadow: none !important; box-shadow: none !important;}
.mktoForm input[type="text"], .mktoForm input[type="url"], .mktoForm input[type="email"], .mktoForm input[type="tel"], .mktoForm input[type="number"], .mktoForm input[type="date"] .mktoForm textarea.mktoField { padding: 1.2em 0.3em !important; min-height: 1.9em; box-shadow: none !important;}
.mktoForm select.mktoField{ box-shadow: none !important; }
.fh5co-blog .blog-text{ border: 1px solid #d8d8d8; }
#caseStudyCarousel .blog-text {	background: #f2f2f2 !important; }
.orangeroundbtn a:hover{ color: #0A1D49!important; }
.nominheight{ min-height: 0px !important; }
.case-container{ border: 1px solid #d2d2d2;}
.case-container img{ width: 100%;}
#domain-result h2, #domain-result h4, #domain-result h5, #domain-result h6, #domain-result h3, #domain-result p{ color: #0A1D49 !important; }  
.RegistrarsListContainer{ height:115px; padding: 16px 0px; }
.blog-listing .fh5co-bg-section .animate-box p, .blog-listing  .fh5co-bg-section .animate-box h4{ color: #0A1D49; }
#topSearchResult li a { color: #00AEEF; }
#topSearchResult li { color: #0A1D49; }
.subHeaderText{ font-size: 17px !important; font-weight:bold !important; }
.case-studies h1{ font-size: 30px; }
.mktoForm .mktoLabel { color: #0A1D49 !important; float: left; line-height: 1.2em; padding-top: 0.3em; font-size: 14px !important; padding-bottom: 0.3em !important;}
.nomarginbottom{ margin-bottom: 0px !important;}
.bottomlink a {
    padding: 0px !important;
    margin-right: 8px;
    margin-left: 8px;
}
.marginbottom20{ margin-bottom: 20px;}
.padd-top3{ padding-top: 3em !important}
#caseStudyCarousel img{ background-color: #f2f2f2; }
.complaint-section{ list-style-type: lower-alpha; }
.complaint-section-sub{ list-style-type: decimal; }
.margin35{ margin: 35px 0px !important; }
#what-nyc-head p span { font-size: 17px; color: #FFF !important; }
.padd2em{padding:2em 0 !important;}
.paddtop0{ padding-top: 0px !important;}
.why-nyc p{ font-size: 17px; }
#MarketoFormSubmitted h3{ color: #FFF !important; }
.posts-txt .intro_blurb{ color: #0A1D49; }
.posts-txt .txt-underline{ color: #0A1D49; }
.whatisnycimageContainer{ padding-left:0px !important; padding-right:0px !important; }
.row-mb-10{ margin-bottom:25px !important; }
.whynyc-section{ height:80px;width:80px; }
.row-mb-15{ margin-bottom:10px !important; }
.thankyoumsg{ padding: 80px !important; }
.gm-style{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.Denotes-text{ color: #0A1D49 !important;  font-size:17px !important; text-align: left !important; }
.register-msg-spacing{ padding-top:8px !important; }
#whos-using-it .media-left {font-size: 50px;color: #00AEEF; font-weight: bold;}
blockquote{ border: none !important;}
.martop20{ margin-top: 20px !important; }




.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.expiration-report .orangeroundbtn{ width: 140px;   }
#policies-top h3{ text-transform: uppercase;}
#policies-top .orangeroundbtn a { color: #ffffff !important; }
#policies-top .orangeroundbtn{ background-color: #00AEEF; }
#policies-top .orangeroundbtn:hover a{ background-color: #fff !important; color: #00AEEF !important; }
#policies-top .orangeroundbtn:hover { background-color: #fff !important; color: #00AEEF !important; }
.txt-orange{ color: #ff8336; }
.faq-btn{ background-color: #f2f2f2 !important; color: #0A1D49 !important; }
.reserved { list-style: disc; }
.mktoForm .mktoLabel strong{ padding-left: 0px !important; }
.modal.fade .modal-dialog{ z-index: 9999 !important;}
.mktoForm textarea.mktoField{ box-shadow: none !important; }

.loader  {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: .8;
	background: url(/assets/loader.gif) 50% 50% no-repeat rgb(249,249,249);
	display: none;
}

.columns-borough {
  column-count: 2;
  list-style-type: none;
}