
li {
    display: inline-block;
}

.hidden {
    display: none !important;
}

.template_of_the_week_title {
    font-size: 27px;
    font-weight: bold;
}

h1 {
    font-weight: 200;
    font-size: 4em;
    line-height: 56px;
    color: #464646;
    margin: 0;
}

h3 {
    color: #464646;
    font-weight: 200;
}

h4 {
    font-weight: 200;
}

.table th,
.table td {
    border-top: 1px solid #fff;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #ed309d;
    text-decoration: none;
}

.page-container {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.segment-bs {
    height: auto;
    text-align: center;
}

.container {
    width: 100%;
}

ul {
    list-style: none;
    margin: 0;
}

.segment-bs ul.categories li {
    width: 25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}

.segment-bs ul li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}

.segment-bs-new ul li {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    margin-bottom: -25px;

}

ul li {
    margin: 0;
}

li {
    display: inline-block;
}

.anotherpage-box {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px !important;
    width: 100%;
}

a {
    text-decoration: none;
}

.question {
    font-size: 3.5em;
    color: #CC3399;
}

.answer {
    text-align: center;
    cursor: pointer;
    font-size: 3.3em;
    width: 200px;
    line-height: 200px;
    height: 200px;
    background-color: #e6e6e6;
    border-radius: 100%;
}

.answer:hover {
    background-color: rgba(146, 222, 28, 0.53);
}

#see-all {
    font-family: PFHandbookProRegular, sans-serif;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 10px 27px;
    font-size: 26px;
    color: #613100;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    width: 200px;
    margin: auto;
    margin-left: 235px;
}

#question-container {
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 2px solid #99cc33;
    padding-top: 10px;
}

.show_more_button {
    cursor: pointer;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    font-family: PFHandbookProRegular, sans-serif;
    border: 1px solid #ffb400;
    background-color: #ffb400;
    padding: 10px 25px;
    line-height: 30px;
    color: #613100;
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 25px;
}

.template_of_the_week {
    text-align: center;
    border-radius: 10px;
    background-color: rgba(255, 154, 0, 0.3);
    padding: 12px 20px 0px 20px;
    max-width: 200px;
}

.tab-selected {
    background-color: #99cc33 !important;
    color: #FFFFFF;
    pointer-events: none;
}

.tabs-head {
    font-family: pfhandbookproregular;
    vertical-align: middle;
    font-size: 18px;
    margin: auto;
    text-align: center;

}

.tabs-text {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 143px;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    /*margin-left: 5px;
    margin-right: 5px;*/
    /*background-color: #f5efd0;*/

}

.tabs-head a {
    color: #666;
    width: 85px;
    text-decoration: none !important;
}

.tabs-text:hover {
    background-color: rgba(153, 204, 51, 0.30);
    text-decoration: underline !important;
}

p {
    font-size: 22px;
    margin: 0 0 10px;
}

h4 {
    line-height: 0px !important;
}

.grow {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.grow:hover, .grow:focus, .grow:active {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.input-field label {
    color: #9E9E9E;
    position: absolute;
    font-size: 1rem;
    cursor: text;
    transition: all 0.2s ease-out 0s;
    top: 7px;
    left: 5px;
}

.input-field input[type="text"] {
    display: block;
    padding-left: 30px;
    line-height: 30px;
    width: 470px;
    font-size: 18px;
    border: 3px solid #FFB400;
    border-radius: 10px;
    outline: 0;

}

.input-field {
    position: relative;
    line-height: 25px;
    width: 500px;
    margin: 0px auto;
}

.searchBox {
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 30px;
}

.back_button {
    font-family: PFHandbookProRegular, sans-serif;
    font-size: 21px;
    color: #666;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    border-collapse: separate !important;
    border-spacing: 0;
}

.back_button:hover {
    background-color: rgba(153, 204, 51, 0.30);
}

.resImage {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
}

.resTitle {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    text-align: center;
}

.resDesc {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
}

.resTags {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic;
}

.resItem {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    width: 500px;
}

.resItem:last-child {
    border-bottom: none;
}

.resGr {
    text-align: center;
    padding: 10px;
}

.resItem:hover {
    background-color: #FFE1B3;
}

.resItem a:hover {
    color: inherit;
}

.resDivider {
    border-bottom: 2px solid black;
}

.searchAll {
    font-size: 18px;
    background-color: #FFE1B3;
    line-height: 32px;
    cursor: pointer;
}

.template_of_the_week {
    margin: auto;
    max-width: 230px;
}

.anotherpage-box .wrapper {
    text-align: center;
}

.searchBlockResultsBig {
    margin: 0px auto;
    width: 50%;
    display: none;
    min-height: 800px;
    border-left: 2px solid rgba(153, 204, 51, 0.44);

}

.searchBlockResultsBig .segment-bs {
    margin-top: 0px;
    padding-top: 20px;
}

.searchBlockResultsBig .categories {
    margin-left: 0px;
}

.mainBlock {
    margin: auto;
    width: 50%;
    display: inline-block;
    border-left: 2px solid rgba(153, 204, 51, 0.44);
    padding-top: 25px;
    /*border-right: 2px solid rgba(153, 204, 51, 0.05);*/
}

.searchBlockResults {
    margin: 10px auto auto -248px;
    display: none;
    position: absolute;
    background-color: #fff;
    border: 3px solid #FFB400;
    border-radius: 10px;
    width: 500px;
    z-index: 10;
    left: 50%
}


.suggestionBlock {
    margin: 10px auto auto -248px;
    position: absolute;
    border: 3px solid #FFB400;
    border-radius: 10px;
    width: 500px;
    z-index: 10;
    left: 50%;
    font-size: 18px;
    background-color: #FFE1B3;
    line-height: 32px;
    display: none;
}

.requestText {
    padding: 5px;
    width: 300px;
    border-radius: 5px;
    border: 2px solid #FFB400;
}

.requestForm {
    padding: 5px;
}

.suggestionText {
    padding: 5px;
    line-height: 24px;
}

.requestSubmit {
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #ffb400;
    padding: 5px;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    font-family: PFHandbookProRegular, sans-serif;
    cursor: pointer;
}

.suggestionSubmitted {
    display: none;
}


#searchResultItems {
    margin-left: 0px;
}

.templateIconsBlock {
    margin-top: 40px;
}

.templateIconsSectionWrapper {
    border-left: 2px solid rgba(153, 204, 51, 0.05);
    border-right: 2px solid rgba(153, 204, 51, 0.05);
    min-height: 700px;
}

.templateIconsSectionWrapper .segment-bs {
    margin-top: 0px;
    padding-top: 20px;
}

.container .categories {
    margin-left: 0px;
}

#weektd {
    display: inline-block;
    position: relative;
    width: 0;
    min-height: 630px;
    vertical-align: top
}

.progress {
    position: relative;
    height: 2px;
    display: block;
    width: 100%;
    background-color: #E1F0C2;
    border-radius: 2px;
    overflow: hidden;
    left: -15px;
}

.progress .indeterminate {
    background-color: #99CC33;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

.dynamicContainer {
    margin-top: 75px;
}

.main-nav-header {
    width: 100%;
}


.ribbon {
    position: absolute;
    top: -9px;
    margin-left: -80px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    cursor: pointer;

}

.ribbon span {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;

    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.overlay {
    width: 150px;
    height: 150px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}


.tabs-side {
    display: inline-block;
    position: relative;
    width: 25%;
    min-height: 630px;
    vertical-align: top;
    margin-top: 33px;
}

.categoryTab {
    width: 150px;
    padding: 11px;
}

.tabs-side .tabs-text {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    padding: 10px;
    font-size: 20px;
    text-decoration: none !important;

}

.dynamicContainer {
    margin-top: 0px;
}

.templateIconsBlock {
    margin-top: 20px;
}

.category_link {
    outline: none !important;
}

#question-container {
    display: none;
}

@media screen and (min-width: 1200px) {
    .anotherpage-box {
        position: relative;
        left: -12.5%;
    }
}

@media screen and (max-width: 1300px) {
    .overlay {
        width: 140px;
        height: 140px;
    }
}

@media screen and (max-width: 1200px) {
    #weektd {
        display: block;
        position: relative;
        min-height: auto;
        width: auto;
    }

    .tabs-text {
        width: 100px;
    }

    .mainBlock {
        width: 80%;
        border-left: 2px solid rgba(153, 204, 51, 0.05);
        border-right: 2px solid rgba(153, 204, 51, 0.05);
    }

    #question-container {
        display: block;
    }

    .tabs-side {
        display: none;
    }

    .templateIconsBlock {
        margin-top: 60px;
    }

    .searchBlockResultsBig {
        width: 80%;
    }

}


@media screen and (max-width: 850px) {
    .dynamicContainer {
        margin-top: 0px;
    }

    .footerMain {
        display: none;
    }

    .mainBlock {
        width: 100%;
        border: none;

    }

    .templateIconsBlock {
        margin-top: 60px;
    }
}


@media screen and (max-width: 650px) {
    .searchBox {
        width: 100%;
    }

    .input-field {
        width: 100%;
    }

    #searchinput {
        width: 100%;
    }

    .tabs-head a {
        width: 60px;
    }

    .tabs-text {
        width: 60px;
        font-size: 13px;
    }

    .overlay {
        width: auto !important;
        height: auto !important;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .ribbon {
        display: none;
    }

    .searchBlockResults {
        margin: 0;
        width: 96%;
        left: 2%;
    }

    .suggestionBlock {
        margin: 0;
        width: 98%;
        left: 1%;
    }

    .resItem {
        width: 96%;
    }
}

#back {
    font-size: 22px;
    line-height: 45px;
    cursor: pointer;
    border-bottom-right-radius: 10px;
}



.template-desc-block {
    margin-top: 5px;
    background: #ffffff;
    color: #000;
    font-size: x-small;
    border-radius: 5px;
    border: none;
    position: relative;
    padding: 5px;
}

.template-desc-block:before {
    display: none;
}
.template-desc-block:after {
    display: none;

}

.template-desc-block .template-name {
    color: #666666;
    font-size: 22px;
    font-weight: bold;
}

.template-desc-block .template-desc {
    font-size: 16px;
    display: block;
    padding-top: 5px;
}

.segment-bs ul li {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 100px;
}

@media screen and (max-width: 450px) {

    .tabs-head a {
        width: 40px;
    }

    .tabs-text {
        width: 40px;
        font-size: 9px;
    }

}

@media screen and (max-width: 570px) {
    .title {
        font-size: 16px;
    }

    .segment-bs ul li {
        padding-bottom: 10px;
    }

    #back {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .title {
        font-size: 14px;
    }
}

@media screen and (max-width: 412px) {
    #question-container {
        padding-bottom: 25px !important;
    }
}

@media screen and (max-width: 390px) {
    .title {
        font-size: 11px;
    }
}

@media screen and (max-width: 412px) {

    .template-desc-block {
        margin-top: 5px;
        background: #ffd48c;
        color: #000;
        font-size: x-small;
        border-radius: 5px;
        border: 2px solid #99cc339c;
        position: relative;
    }

    .template-desc-block:before {
        border: 7px solid transparent;
        border-bottom-color: #99cc339c;
        position: absolute;

        right: 25px;
        bottom: 100%;
        content: '';
    }

    .template-desc-block:after {
        border: 5px solid transparent;
        border-bottom-color: #ffd48c;

        position: absolute;

        right: 27px;
        bottom: 100%;
        content: '';
    }

    .template-desc-block .template-name {
        color: #613100;
        font-size: 1.5em;
        font-weight: bold;
    }

    .segment-bs ul.categories li {
        width: 30%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }

    .segment-bs ul li {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 50px;
    }
}

