@import url('css/bootstrap/css/bootstrap.min.css');
@import url('css/responsive.css');


body {
    -webkit-font-smoothing: antialiased;
    color: #7f8c8d;
}

h1, h2, h3, h4, h5 {
    letter-spacing: -1px;
}

a {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.home-header {
    background: url('images/header_ninetex1.jpg') 50% 0 no-repeat;
    height: 500px;
    background-size: cover;
}

.screenshots-container {
} 

.na-header {
    background: url('images/header.jpg') 50% 0 no-repeat;
    height: 450px;
    position: relative;
    background-size: cover;
}

.footer-parallax {
    background: url('images/header.jpg') bottom center no-repeat !important;
    height: 400px;
    background-size: cover;
    /*
    position: relative;
    */
    margin-top: -110px;
}

.logo a {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
    -webkit-font-smoothing: antialiased;
}

.logo span {
    color: #1b1f23;
}

.logo img {
    margin: -5px 0 0 15px;
}

.home-header .logo,
.na-header .logo {
}

footer .logo {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.menu-container ul {
    padding: 0;
    text-align: center;
}

.menu-container ul li {
    list-style: none;
    display: inline;
}

.menu-container ul li:first-child a {
    padding-left: 0;
}

.menu-container ul li:last-child a {
    padding-right: 0;
}

.menu-container ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 20px;
}

.menu-container ul li a:hover {
    color: #ebb94a;
}

.menu-info {
    text-align: center;
}

body {
    background-color: #1b1f23;
}

.off-canvas-menu-container {
    background-color: #1b1f23;
    width: 280px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    z-index: 1;
}

.content-wrapper {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    position: relative;
    z-index: 2;
    background: #1b1f23;
    min-height: 100%;
    box-shadow: 5px 0px 0px 0px rgba(17,19,22,1);
}

.main-nav-active .content-wrapper {
    -webkit-transform: translate(-280px);
    transform: translate(-280px);
}

.off-canvas-menu-container ul li {
    list-style: none;
    margin-bottom: 5px;
}

.off-canvas-menu-container ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #7f8c8d;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.off-canvas-menu-container ul li a:hover {
    color: #cfd9da;
}

.off-canvas-menu-container ul li a[title='na-menu-item'] {
    color: #EAB854;
}

.off-canvas-menu-container ul li a[title='na-menu-item']:hover {
    color: #cfd9da;
}

.offcanvas-mailto {
    list-style: none;
    text-align: center;
    margin-top: 25px;
    padding-left: 5px;
}

.offcanvas-mailto a {
    display: inline-block;
    margin: 0 14px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
}

.offcanvas-mailto a:hover {
    opacity: 0.5;
}

.made-md {
    text-align: center;
    margin-top: 60px;
}

.single-wrapper #hamburger {
    text-align: left;
}

#hamburger {
    float: right;
    cursor: pointer;
    margin: -12px -10px 0 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    position: relative;
    z-index: 999;
    display: block;
    width: 68px;
    height: 68px;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

#hamburger path {
  stroke: white;
}

#hamburger .bottom,
#hamburger .top {
  background: white;
}

.hamburglar {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hamburglar .top, .hamburglar .bottom {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #1b1f23;
}

.hamburglar .top {
  top: 19px;
  left: 18px;
}

.hamburglar .bottom {
  top: 41px;
  left: 18px;
}

path, line {
  stroke: #1b1f23;
  stroke-linecap: round;
}

.hamburglar .top, .hamburglar .bottom {
  -webkit-transform-origin: 34px 2px;
      -ms-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
          transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}

.hamburglar .circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  -webkit-transition: all 750ms ease;
          transition: all 750ms ease;
}

.hamburglar.is-closed .circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}

.hamburglar.is-closed .top {
  -webkit-transform: translateX(-4.5px) rotate(-45deg);
      -ms-transform: translateX(-4.5px) rotate(-45deg);
          transform: translateX(-4.5px) rotate(-45deg);
}

.hamburglar.is-closed .bottom {
  -webkit-transform: translateX(-4.5px) rotate(45deg);
      -ms-transform: translateX(-4.5px) rotate(45deg);
          transform: translateX(-4.5px) rotate(45deg);
}

.intro-container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 40px;
}

.intro-text {
    text-align: center;
    font-size: 160%;
    font-weight: 200;
    color: #ffffff;
    margin: 0 auto;
}

.intro-highlighted {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #ebb94a;
    margin-top: 40px;
}

.modal-form div {
    position: relative;
}

.modal-form button {
    top: -80px;
    right: 35px;
}

.screenshots-container h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 30px;
}

.screenshots-container .description {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #e9ebea;
    margin-bottom: 40px;
}

.about-divider {
    text-align: center;
    margin: 35px 0;
}

*[class^="circle"] {
    display: inline-block;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0 5px;
}

.screenshots-features .feature {
    position: relative;
}

.screenshots-features .feature:after {
    content: "";
    display: table;
    clear: both;
}

.screenshots-features .feature:last-child {
    margin-bottom: 0px;
}

.featureCircle, 
.screenshots-features img {
    width: 100px;
    height: 100px;
}

.featureCircle:hover, 
.screenshots-features img:hover {
}

.screenshots-features h4 {
    font-size: 17px;
    font-weight: 500;
    color: #34495e;
    margin: 5px 0 10px 0;
    padding-left: 120px;
    -webkit-font-smoothing: antialiased;
}

.screenshots-features p {
    font-size: 16px;
    font-weight: 400;
    color: #6f6a57;
    padding-left: 120px;
}

.nr-posts {
    font-size: 20px;
    border: 3px solid #f4ce80;
    color: #f4ce80;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -5px;
    display: inline-block;
}

.section-heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #e9e6ec;
    background-color: #4e4b51;
    padding: 30px 0;
    letter-spacing: -1px;
}

.features-articles {
    text-align: center;
    margin-top: 10px;
} 

.features-articles article {
    margin-bottom: 20px !important;
    display: inline-block;
}

.features-articles h2 {
    margin: 25px 0 30px 0;
    line-height: 35px;
}

.features-articles h2 a,
.features-articles h2 span {
    font-weight: 500;
    color: #34495e;
}

.features-articles p {
    color: #7f8c8d;
    line-height: 30px;
    margin-bottom: 0;
}

.home-wrapper .meta {
    display: none;
}

.meta {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #7f8c8d;
    text-align: center;
}

.meta .category,
.meta .category a {
    color: #34495e;
}

.meta .date {
    margin: 0 10px;
}

.meta .author,
.meta .author a {
    color: #c1c3c3;
}

.page-navigation {
    margin-top: 80px;
}

.pagenavi {
    font-size: 24px;
    font-weight: bold;
    color: #566677;
    margin-top: 150px;
}

.pagenavi span {
    padding: 0 10px;
    margin: 0 5px;
}

.pagenavi a {
    color: #bec5c5;
    padding: 0 10px;
    margin: 0 5px;
}

.pagenavi .expand {
    color: #bec5c5;
}

.pagenavi a:hover {
    color: #566677;
}

.dpt {
    display: block;
    position: absolute;
}

.single-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    color: #1b1f23;
    margin: 60px 0 55px 0;
} 

.cat-coding:after,
.cat-coding:hover {
    border-color: #AB7967;
    color: #AB7967;
}

.cat-templates:after,
.cat-templates:hover {
    border-color: #BF616A;
    color: #BF616A;
}

.share-container {
    width: 135px;
    height: 135px;
    position: relative;
    margin: 40px auto 0 auto;
    z-index: 99;
}

.share-counter {
    display: none;
    width: 100%;
    color: #dbe1e6;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.disc-icon {
    width: 63px;
    height: 63px;
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 0; right: 0; bottom: 0; left: 0;
}

.disc-icon span {
    background: url('images/share.svg') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    margin: auto;
    top: 3px; right: 0; bottom: 0; left: 0;
}

.share-container.animate .disc {
    visibility: visible;
}

.comment-inner {
    display: inline-block;
    width: 100%;
} 

.comment-inner:hover .comment-reply-link {
    opacity: 1;
    text-decoration: none;
}

.comment-reply-link {
    background: url('images/reply.svg') no-repeat;
    text-decoration: none;
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

#respond {
    margin-top: 50px;
}

#respond h3 {
    margin: 0 0 60px 0;
}

.na-container {
    text-align: center;
}

.na-items {
    position: relative;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

.na-items li {
    list-style: none;
    margin-bottom: 30px;
    -webkit-transition: margin 0.5s ease-out;
       -moz-transition: margin 0.5s ease-out;
        -ms-transition: margin 0.5s ease-out;
         -o-transition: margin 0.5s ease-out;
            transition: margin 0.5s ease-out;
}

.na-items li:last-of-type {
    margin-bottom: 0px;
}

.timeline {
    position: absolute;
    height: 100%;
}

.timeline div {
    width: 5px;
    height: 100%;
    margin: 0 auto;
    background-color: #f6f5f7;
    z-index: -1;
    vertical-align: middle;
}

.na-meta {
    font-size: 20px;
    font-weight: 500;
    color: #6f7879;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 30px 0;
    background-color: #fff;
    z-index: 1;
}

.na-meta span {
    font-size: 12px;
    font-weight: 300;
    color: #9aa7a8;
}

@-webkit-keyframes month {
    0% { bottom: -5px; }
    100% { opacity: 1; bottom: 8px; }
}

@keyframes month {
    0% { bottom: -5px; }
    100% { opacity: 1; bottom: 8px; }
}

/*** Footer ***/

.gradient {
    height: 200px;
}

.contact {
    background-image: url(images/contact.svg);
}

.footer-nav {
    list-style: none;
    padding: 0;
    text-align: center;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li:last-child span {
    display: none;
}

.footer-nav a {
    font-size: 23px;
    font-weight: bold;
    color: #ffffff;
    padding: 0 7px;
    letter-spacing: -0.5px;
    /*
    text-transform: lowercase;
    */
}

.footer-nav a:hover {
}

.footer-nav span {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.info-copyright {
    text-align: center;
    color: #5c5a56;
    height: 120px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 50px;
    background: -moz-linear-gradient(top,  rgba(39,39,39,0) 0%, rgba(39,39,39,0.5) 30%, rgba(39,39,39,0.8) 50%, rgba(39,39,39,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(39,39,39,0)), color-stop(30%,rgba(39,39,39,0.5)), color-stop(50%,rgba(39,39,39,0.8)), color-stop(100%,rgba(39,39,39,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(39,39,39,0) 0%,rgba(39,39,39,0.5) 30%,rgba(39,39,39,0.8) 50%,rgba(39,39,39,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00272727', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.info-copyright a {
    font-size: 12px;
    color: #5c5a56;
}

.info-copyright a:hover {
    color: #6d6b67;
}

.info-copyright .copyright {
    font-size: 12px;
    cursor: default;
}

#contactInfo {
	margin-left: 10px;
	/*
	margin-top: 180px;
	*/
}

#contactInfo div {
	cursor: default;
	font-size: 15px;
}