/*nspage*/
body{
    background-color: #fff;
    font-family: sans-serif;
    margin: 0;
}
a{
    text-decoration: none;
}

.taggle-input-container{
    position: relative;
    width: 100%;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    background: #fff;
    cursor: text;
    padding: 0 0 0 30px;
    overflow: hidden;
}

.taggle-input{
    float: left;
    background: none;
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 8px 20px 0;
    transition: opacity, .25s;
}

.taggle-input::placeholder{
    color: #444444;
}

.ns_page{
    text-align:center;
    padding: 40px 0;
}

.ns_page hr{
    margin: 55px 0 50px;
    border: 0;
    border-top: 1px solid #E6E6E6;
}

.ns_page .domainName{

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ns_page .domainName h1{
    font-size: 42px;
    font-weight: bold;
    color: #000;
}
.ns_page .domainName h3{
    color: #808080;
    font-weight: bold;
}
h1, h3{
    margin:10px 0;
}
.ns_page p {
    color: #000000;
    font-size: 14px;
    margin: 45px 0 0;
}

.ns_page span {
    color: #808080;
    font-size: 14px;
}
.ns_page .bottom {
    display: flex;
    justify-content: center;

}
.ns_page .bottom  .bottom_wrapper{
    margin-top: 100px;
}
.ns_page .bottom .button {
    background: #FFE47B;
    border-radius: 25px;
    font-size: 16px;
    padding: 14px 38px;
    text-transform: uppercase;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #000;
}
.ns_page .bottom .button:hover {
    background-color: #FFECA3;
}

.search_container {
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
}


.content-blocks {
    padding-left: 5px;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
}

@media (max-width: 575px){
    .content-blocks{
        display: block;
    }
}

@media (min-width: 992px){
    .content-blocks{
        margin: 60px 200px 0;
    }
}

.fa-angle-right{
    margin-left: 5px;
    vertical-align: middle;
    font-size: 15px;
}

.content-blocks .inner-block {
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 8px;
    align-items: center;
}


@media(max-width: 575px){
    .content-blocks .inner-block {
        padding-bottom: 24px;
    }
    .content-blocks .inner-block:last-child {
        padding-bottom: 0;
    }
}

.content-blocks .inner-block p {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    margin: 10px 0 0;
    text-align: center;
}

.check-out-services h2{
    font-size: 30px;
    margin: 0 auto;
}

.sales{
    margin: 30px 0;
}

.right-image , .left-image{
    display: inline-block;
    position: relative;
}
.right-image img, .left-image img{
    max-width: 100%;
}

.right-image p, h3, h5 , .left-image p, h3, h5{
    position: absolute;
    color: #fff;
    margin-left: 24px;
    margin-top: 24px;
}

.left-image p , .right-image p {
    top: 56px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 12px;
}

.left-image h5 , .right-image h5 {
    bottom: 24px;
    margin-bottom: 0;
}


@media (max-width: 767px){
    .left-image{
        margin-bottom: 30px;
    }
    .w-50:first-child img{
        margin-right: 0;
    }
    .w-50:nth-child(2) img{
        margin-left: 0;
    }
}

.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
    .left-image{
        margin-right: 10px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1270px;
    }
}







.search_container .form_group {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-height: 60px;
    margin: 20px auto;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}
.search_container .form_group button {
    background-color: #FFF;
    border: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 30px 0 0;
}

.search_container .form_group button:focus{
    outline: none;
}
#taggle-input{
    position: relative;
    width: 100%;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 0;
    background: #fff;
    cursor: text;
    padding: 0 10px;
    overflow:hidden;
}

.btn {
    background: #990033;
    padding: 12px 30px;
    border-radius: 3px;
    margin-right: 10px;
    color: #fff !important;


    position: relative;
    display: inline-block;
    width: 130px; }
.btn:hover {
    background: #cc0044; }
.btn:active {
    top: 1px; }
.btn:last-child {
    margin-right: 0; }

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-16px); }
    60% {
        -webkit-transform: translateY(-7px); } }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    40% {
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px); }
    60% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px); } }

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce; }

#forkongithub a {
    background: #990033;
    color: #fff; }

.project_container a {
    color: #000; }

.clearfix:before, .clearfix:after {
    display: block;
    content: "";
    line-height: 0;
    clear: both; }

.taggle_list {
    float: left;
    width:1000000000000000%;
    padding: 20px 0;
    max-height: 80px;
}

.taggle_input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300; }

.taggle_list li {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    margin-top: -12px;
    padding: 0 10px;
    float:left;
}

.taggle_list .taggle {
    line-height: 24px;
    margin-right: 5px;
    background: #E2E1DF;
    padding: 5px 15px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.taggle_list .taggle_hot {
    background: #cac8c4; }

.taggle_list .taggle .close {
    border: 0;
    background: none!important;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    position: absolute;
    right: 5px;
    top:2px;
    text-decoration: none;
    padding: 0 7px;
    color: #ccc;
    color: rgba(0, 0, 0, 0.2);
    border: 0;
    background: none !important;
    width: 20px!important
}

.taggle_list .taggle:hover {
    background: #ccc;
    transition: all .3s;
}

.taggle_list .taggle:hover > .close {
    display: block; }

.taggle_list .taggle .close:hover {
    color: #818181;
}

.taggle_placeholder {
    position: absolute;
    color: #CCC;
    top: 33px;
    left: 20px;
    transition: opacity, .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.taggle_input {
    padding: 8px;
    padding-left: 0;
    float: left;
    margin-top: -2px;
    background: none;
    width: 100%;
    max-width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
}

.taggle_sizer {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -500px;
    z-index: -1;
    visibility: hidden; }

/*container styles*/
textarea.input,
.textarea.input {
    border: 0;
    background: #FDFDFD;
    min-height: 60px;
    padding: 8px;
    border-radius: 3px;
    color: #555;
    transition: all .25s;
    cursor: text;
    margin-bottom: 10px;
    position: relative; }

.textarea.input:focus,
.textarea.input.active,
textarea.input:focus,
textarea.input.active {
    background: #fff;
    transition: all .25s; }

.textarea.input,
textarea.input {
    height: auto; }

.textarea.tags {
    position: relative; }

.textarea.tags * {
    box-sizing: content-box; }

.placeholder_input {
    position: relative; }

.placeholder_input span {
    position: absolute;
    color: #AAA;
    top: 50%;
    margin-top: -11px;
    left: 10px; }

.placeholder_input input {
    width: 120px; }

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0; }

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none; }

.ui-widget-content {
    background: #fff;
    color: #990033; }

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%; }

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    color: #8a8a8a;
    cursor: pointer; }
.ui-menu .ui-menu-item a:hover {
    color: #fff;
    background: #990033; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #990033;
    color: #fff !important; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #fff; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121; }

.ui-helper-hidden {
    display: none; }

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.autocomplete {
    max-height: 200px;
    overflow: scroll;
    position: absolute;
    top: 66px;
    background: white;
    width: 99.5%;
    left: 0.25%;
    z-index: 2; }

.autocomplete ul li {
    display: block;
    padding: 6px 8px; }

.autocomplete ul li.selected, .autocomplete ul li:hover {
    background: #ff6633;
    color: #fff;
    cursor: pointer; }

.ui-autocomplete {
    max-height: 200px;
    overflow: scroll;
    width: 99% !important; }

.custom.textarea {
    border-radius: 0;
    box-shadow: none; }
.custom.textarea .taggle {
    border-radius: 0;
    padding: 5px;
    padding-right: 20px; }
.custom.textarea .taggle .close {
    display: inline-block;
    right: 3px; }

.custom.delicious {
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
    border: 1px solid #AAA;
    min-height: 50px; }
.custom.delicious.active {
    border-color: #3274D1;
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }
.custom.delicious .taggle {
    color: #444;
    border-radius: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background-color: #ddd;
    font-family: sans-serif;
    font-size: 0.8rem;
    padding: 5px;
    padding-left: 20px; }
.custom.delicious .taggle .close {
    color: #aaa;
    font-size: 0.9rem;
    height: 0.7rem;
    width: 0.7rem;
    line-height: .1rem;
    margin-top: 3px;
    right: auto;
    left: 5px; }
.custom.delicious .taggle .close:hover {
    color: #888; }

.custom.stackoverflow {
    border: 1px solid #ccc;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.custom.stackoverflow .taggle {
    color: #3E6D8E;
    border-radius: 0;
    background-color: #E0EAF1;
    font-weight: 200; }
.custom.stackoverflow .taggle.taggle_hot {
    background: #BDD0DD; }
.custom.stackoverflow .taggle .close {
    color: #aaa;
    border-radius: 0.7rem;
    font-size: 0.9rem;
    height: 0.7rem;
    width: 0.7rem;
    line-height: .1rem;
    margin-top: 3px; }
.custom.stackoverflow .taggle .close:hover {
    background: #C03434;
    color: #fff; }
.taggle span {
    margin: 0 10px;
}


@media (max-width: 480px){
    .search_container .form_group #taggle-input {
        width: 100%;
    }
    .search_container .form_group #taggle-input .taggle_placeholder {
        font-size: 14px;
    }
    .taggle_list {
        overflow-x: hidden;
    }
    .search_container .form_group button {
        width: 60px;

    }
    .ns_page .domainName h1{
        font-size:28px;
    }
    .search_container .form_group button {
        font-size:16px;
    }
}

