/*
Fonts:
    Eurostile LT Condensed
    Eurostile LT Condensed 700
    Eurostile LT 400
    Eurostile LT 700
    Radikal 400
    Radikal 700
    Radikal 200 - Thin
    Radikal Light 200
    Radikal Black 800
*/

body {
    background-color: #eeeeee;
}

/* Layout */

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

main h1, h2, h3, p {
    margin: 0;
}

/* Layout: Responsive */

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

    .wrapper {
        padding: 0px 1em;
    }

}

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

    .wrapper {
        padding: 0 0.5em;
    }

}

/* Header */

header {
    min-width: 320px;
    width: 100%;
}

#top-header {
    background-color: #eeeeee;
    padding: 15px 0px;
}

header ul.inline-elements {
    text-align: right;
}

header ul.inline-elements li {
    display: inline-block;
    color: #575757;
    font-size: 14px;
    font-family: 'Radikal Light', sans-serif;
    font-weight: 200;
}

header ul.inline-elements li:before {
    content: '/';
    color: #bababa;
    padding: 0em 0.75em;
}

header ul.inline-elements li:first-child:before {
    display: none;
}

header ul.inline-elements li .fa {
    color: #ff8000;
    padding-right: 0.75em;
}

header ul.inline-elements li .info {
    display: inline-block;
}

header ul.inline-elements li .info a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: transparent solid 1px;
}

header ul.inline-elements li .info a:hover {
    color: #ff8000;
    border-bottom: #ff8000 solid 1px;
}

#header-holder {
    background-color: #FFF;
    padding: 16px 0px;
    border-bottom: #fb9e31 solid 3px;
}

header .logo-holder {
    padding-right: 1em;
}

header .logo {
    width: 332px;
    height: 39px;
    background-image: url('../images/logo.png');
    display: block;
}

header nav li {
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    font-family: 'Radikal Light', sans-serif;
    font-weight: 200;
    padding: 0em 0.5em;
    text-align: right;
}

header nav li:last-child {
    padding-right: 0em;
}

header nav li a, header nav li a:visited {
    color: #8f8f8f;
}

header ul.inline-elements li a:hover, header nav li a:hover, header nav li a.selected {
    color: #272727;
}

/** Header Menu **/

header .header-container .logo-holder .menu-holder .menu {
    position: relative;
}

header .header-container .logo-holder .menu-holder .menu i {
    height: 22px;
    font-size: 22px;
}

header .header-container .logo-holder .menu-holder .menu span:before {
    content: 'Menu';
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 0px;
}

header .header-container .logo-holder .menu-holder .menu i:before {
    content: '\f0c9';
    z-index: 99;
    position: relative;
}

header .header-container.open .logo-holder .menu-holder .menu span:before {
    content: 'Hide menu';
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 0px;
}

header .header-container.open .logo-holder .menu-holder .menu i:before {
    content: '\f070';
    z-index: 99;
    position: relative;
}

header .logo-holder .menu-holder {
    display: none;
    line-height: 26px;
}

header .logo-holder .menu-holder:hover {
    cursor: pointer;
}

/* Header: Responsive */

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

    header ul.inline-elements {
        text-align: center;
    }

    header .logo-holder {
        padding-right: inherit;
        width: 100% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: none !important;
        -ms-flex: none !important;
        flex: none !important;
        padding-bottom: 24px;
        padding-top: 14px;
    }

    header .logo {
        margin: 0 auto;
    }

    header nav li {
        text-align: center;
    }

}

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

    header .logo-holder {
        padding-bottom: 14px;
    }

    header .logo-holder .menu-holder {
        display: inline-block;
        text-align: center;
        background-color: #f07f09;
        color: #FFF;
        padding: 1em 1em;
    }

    header .header-container nav ul li {
        display: none;
    }

    header .header-container.open nav ul li {
        display: block;
    }

    header .logo {
        width: 280px;
        height: 33px;
        background-size: 100% 100%;
        display: inline-block;
        margin-right: 20px;
    }

    header nav ul > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    header .menu-container {
        display: table;
        margin: 0 auto;
    }

}

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

    header .logo, header .logo-holder .menu-holder {
        margin: 0 auto;
        display: table;
    }

    header .logo-holder .menu-holder {
        margin-top: 2em;
        width: 100%;
    }

    header .header-container .logo-holder .menu-holder .menu span:before {
        display: inline-block;
        padding-left: 1em;
    }

}

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

    header ul.inline-elements li {
        display: block;
        line-height: 30px;
    }

    header ul.inline-elements li:before {
        display: none;
    }

}

/* Main */

main {
    min-width: 320px;
    width: 100%;
}

/* Main: Banner */

#banner {
    width: 100%;
    min-height: 641px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bannerBg.jpg');
    padding: 3em;
}

#banner .banner-container {
    font-size: 20px;
    font-family: 'Radikal', sans-serif;
    font-weight: 200;
    line-height: 40px;
}

#banner .banner-container h1 {
    color: #f07f09;
    font-size: 36px;
    font-weight: 700;
    max-width: 470px;
    padding-bottom: 45px;
    padding-top: 100px;
}

#banner .banner-container p {
    padding-bottom: 45px;
    max-width: 470px;
    color: #3e3e3e;
}

#banner .banner-container a, #banner .banner-container a:visited {
    color: #494949;
    border-bottom: transparent solid 1px;
}

#banner .banner-container a:hover {
    color: #ff8000;
    border-bottom: #fb9e31 solid 1px;
}

#banner .banner-container a .fa {
    padding-left: 0.3em;
}

/* Banner: Responsive */

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

    #banner {
        min-height: inherit;
    }

    #banner .banner-container {
        text-align: center;
    }

    #banner .banner-container h1 {
        padding: 2em;
    }

    #banner .banner-container h1, #banner .banner-container p {
        max-width: inherit;
        text-align: center;
    }

    #banner .banner-container p {
        font-family: 'Radikal', sans-serif;
        font-weight: 400;
        font-size: 18px;
    }

    #banner .banner-container a {
        font-weight: 400;
        font-size: 16px;
    }

}

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

    #banner .banner-container h1 {
        padding: 0em;
        padding-bottom: 1em;
    }

    #banner .banner-container p {
        padding-bottom: 1em;
    }

}

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

    #banner {
        padding: 2em 1em;
    }

}

/* Main: Services */

#services .services-container .service .header h1 {
    padding-top: 2em;
    font-size: 21px;
}

#services .services-container .service .header {
    padding-bottom: 2em;
    min-height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#services .services-container .service .header.first {
    background-image: url('../images/services_header1.png');
}

#services .services-container .service .header.second {
    background-image: url('../images/services_header2.png');
}

#services .services-container .service .header.third {
    background-image: url('../images/services_header3.png');
}

#services .services-container .service .header.fourth {
    background-image: url('../images/services_header4.png');
}

#services .services-container .service .header .icon {
    background-image: url('../images/services_icon.png');
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 2.5em;
}

#services .services-container .service .header .icon.first {
    width: 64px;
    height: 52px;
    background-position: 0 0;
}

#services .services-container .service .header .icon.second {
    width: 58px;
    height: 56px;
    background-position: -64px 0;
}

#services .services-container .service .header .icon.third {
    width: 119px;
    height: 37px;
    background-position: -122px 0;
}

#services .services-container .service .header .icon.fourth {
    width: 76px;
    height: 57px;
    background-position: -241px 0;
}

#services .services-container .service .header h1 {
    font-size: 21px;
    font-weight: 700;
    border-bottom: #494949 solid 2px;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #494949;
}

#services .services-container .service .content {
    min-height: 200px;
    background-color: #FFF;
    color: #5c5c5c;
    font-size: 14px;
    font-family: 'Radikal', sans-serif;
    font-weight: 200;
    text-align: center;
    padding: 2.5em;
    line-height: 32px;
}

#services .services-container .service .content a, #services .services-container .service .content a:visited {
    color: #ff8000;
    border-bottom: transparent solid 1px;
}

#services .services-container .service .content a:hover {
    color: #494949;
    border-bottom: #fb9e31 solid 1px;
}

#services .services-container .grid-cell:nth-child(even) .service .content {
    background-color: #f3f3f3;
}

/* Services: Responsive */

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

    #services .services-container .service .header h1 {
        font-size: 18px;
    }

}

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

    #services .services-container > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        border-top: #fb9e31 solid 3px;
    }

}

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

    #services .services-container > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-top: none;
    }

}

/* Main: Buy Domain */

#buy-domain {
    min-height: 200px;
    background-color: #ff8000;
    padding: 2em 3em;
}

#buy-domain p {
    font-size: 32px;
    font-family: 'Radikal', sans-serif;
    font-weight: 200;
    color: #FFF;
    text-align: center;
    padding-bottom: 1em;
}

#buy-domain .button {
    background-color: #FFF;
    border-radius: 3px;
    display: table;
    padding: 12px 45px;
    color: #ff8000;
    font-size: 18px;
    margin: 0 auto;
    min-width: 270px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#buy-domain .button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

#buy-domain .button:focus {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}

/* Buy Domain: Responsive */

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

    #buy-domain p {
        font-size: 22px;
    }

}

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

    #buy-domain p, #buy-domain .button {
        font-size: 16px;
    }

    #buy-domain p {
        font-weight: 700;
        line-height: 30px;
    }

    #buy-domain {
        min-height: inherit;
        text-align: center;
    }

}

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

    #buy-domain .button {
        padding: 15px 20px;
        min-width: 220px;
    }

}

/* Main: Page Banner */

main.white {
    background-color: #FFF;
}

#page-banner {
    width: 100%;
    min-height: 190px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/bannerPageBg.jpg');
    border-bottom: #ff8000 solid 3px;
    margin-top: -3px;
}

#page-banner .right-panel {
    max-width: 450px;
}

#page-banner .page-banner-holder {
    min-height: 190px;
}

#page-banner .title {
    color: #283a44;
    font-size: 28px;
    font-weight: 700;
    padding-right: 40px;
}

#page-banner .link a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    font-size: 16px;
}

#page-banner .link a:hover {
    color: #0f7ec4;
}

#page-banner .link a:focus {
    color: #0f7ec4;
}

#page-banner .title.page-icon {
    position: relative;
    line-height: 37px;
    padding-left: 150px;
}

#page-banner .title.page-icon:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 119px;
    height: 37px;
    background-image: url('../images/pageIcon.png');
    background-size: 119px 37px;
    background-position: left center;
}

#page-banner .title.page-icon2 {
    padding-left: 95px;
    line-height: 57px;
}

#page-banner .title.page-icon2:before {
    width: 67px;
    height: 57px;
    background-image: url('../images/pageIcon2.png');
    background-size: 67px 57px;
}

#page-banner .title.page-icon3 {
    padding-left: 95px;
    line-height: 52px;
}

#page-banner .title.page-icon3:before {
    width: 64px;
    height: 52px;
    background-image: url('../images/pageIcon3.png');
    background-size: 64px 52px;
}

#page-banner .title.page-icon4 {
    padding-left: 95px;
    line-height: 56px;
}

#page-banner .title.page-icon4:before {
    width: 58px;
    height: 56px;
    background-image: url('../images/pageIcon4.png');
    background-size: 58px 56px;
}

#page-banner .title.page-icon5 {
    padding-left: 95px;
    line-height: 57px;
}

#page-banner .title.page-icon5:before {
    width: 76px;
    height: 57px;
    background-image: url('../images/pageIcon5.png');
    background-size: 76px 57px;
}

#page-banner .right-panel-header {
    background-color: #eaeaea;
    height: 120px;
    position: relative;
    bottom: -38px;
}

#page-banner .right-panel-header .right-panel-title {
    width: 427px;
    height: 94px;
    background-image: url('../images/pageBannerHeader.png');
    position: relative;
    left: -27px;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 64px;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    padding-left: 3em;
}

main .page-main-holder .right-panel {
    max-width: 450px;
    background-color: #eaeaea;
}

main .left-panel {
    padding: 2em 0em;
    padding-right: 2em;
}

main .left-panel h2:first-child {
    padding-top: 0.5em;
}

main .left-panel h1 {
    color: #283a44;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 1em;
}

main .left-panel h2 {
    color: #5c5c5c;
    font-weight: normal;
    padding-bottom: 1em;
}

main .page-main-holder .left-panel a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    font-size: 16px;
}

main .page-main-holder .left-panel a:hover {
    color: #0f7ec4;
}

main .page-main-holder .left-panel a:focus {
    color: #0f7ec4;
}

main .left-panel .domain-post .item {
    background-color: #f3f3f3;
    padding: 1em;
    margin-bottom: 1em;
}

main .left-panel .domain-post .item:last-child {
    margin-bottom: 0em;
}

main .left-panel .domain-post .item .image-holder {
    max-width: 270px;
}

main .left-panel .domain-post .item .image-holder .image-container {
    padding-left: 0.5em;
}

main .left-panel .domain-post .item .image {
    width: 250px;
    height: 167px;
    background-image: url('../images/clickshotMediaDomain.png');
    background-position: 50% 50%;
    background-size: cover;
}

main .left-panel .domain-post .item .top-holder {
    padding: 0.5em 1em 1em 1em;
    color: #5c5c5c;
}

main .left-panel .domain-post .item .bottom-holder {
    padding: 0em 1em;
    padding-bottom: 1em;
}

main .left-panel .domain-post .item .price {
    font-size: 18px;
}

main .left-panel .domain-post .item h3 {
    font-size: 24px;
}

main .left-panel .domain-post .item p {
    line-height: 20px;
}

main .left-panel .domain-post .item .button {
    background-color: #ff8000;
    padding: 8px 20px;
    min-width: 180px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    font-family: 'Radikal Light';
    font-weight: 200;
    font-size: 14px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

main .left-panel .domain-post .item .button:hover {
    background-color: #ff9c00;
}

main .left-panel .blog-post .splitter {
    margin-top: -1.5em;
}

main .left-panel .blog-post .splitter {
    border-bottom: #e3e3e3 solid 1px;
}

main .left-panel .blog-post .video-holder {
    max-width: 853px;
    max-height: 480px;
    margin: 0 auto;
    margin-bottom: 1em;
}

main .left-panel .blog-post .video-holder .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

main .left-panel .blog-post .video-holder .video iframe {
    margin: 0 auto;
    display: block;

    max-width: 853px;
    max-height: 480px;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main .left-panel p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #5c5c5c;
    padding-bottom: 1.5em;
}

main .left-panel ul li {
    padding-bottom: 1em;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #5c5c5c;
}

main .left-panel ul li .fa {
    padding-right: 0.5em;
    color: #89d36c;
    font-size: 18px;
}

main .left-panel .splitter {
    border-bottom: #e3e3e3 solid 2px;
    padding-top: 1em;
    margin-bottom: 1em;
}

main .left-panel .steps-holder {
    margin-bottom: 0em;
}

main .left-panel .steps-holder .step-container {
    padding-right: 2em;
}

main .left-panel .steps-holder .title {
    color: #5c5c5c;
    font-weight: 700;
    font-size: 16px;
    padding: 1em 0em;
}

main .left-panel .steps-holder .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

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

    main .left-panel .domain-post .item .domain-grid > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    main .left-panel .domain-post .item .image-holder .image-container {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    main .left-panel .domain-post .item .image {
        margin: 0 auto;
    }

    main .left-panel .domain-post .item .image-holder {
        max-width: inherit;
    }

}

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

    main .left-panel .domain-post .item .image-holder .image-container {
        padding-left: 0em;
    }

    main .left-panel .steps-holder .step-container {
        padding-right: 0em;
    }

}

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

    main .left-panel .domain-post .item .button {
        display: block;
    }

    main .left-panel .domain-post .item .top-holder,
    main .left-panel .domain-post .item .bottom-holder {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }

}

/** Contact Page **/

main .left-panel .inputs-holder .title {
    padding-bottom: 0.5em;
}

main .left-panel .inputs-holder textarea {
    resize: none;
    min-height: 160px;
    height: 160px;
}

main .left-panel .inputs-holder .button-holder .button {
    background-color: #5cb74a;
    color: #FFF;
    border: none;
    border-radius: 3px;
    max-width: 240px;
}

main .left-panel .inputs-holder .button-holder .button:hover {
    background-color: #61c24e;
}

main .left-panel .inputs-holder .button-holder .button:active {
    background-color: #59b347;
}

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

    main .left-panel .inputs-holder .button-holder .button {
        margin: 0 auto;
    }

}

/** Right Panel **/

main .right-panel-main {
    padding: 0em 3em;
    padding-bottom: 2em;
}

main .right-panel-main.no-top-panel {
    padding: 0em 1.5em;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

main .right-panel-main .info {
    color: #5c5c5c;
    font-family: 'Radikal';
    font-size: 14px;
    padding-bottom: 1.75em;
}

main .right-panel-main .info .detail {
    display: inline-block;
}

main .right-panel-main .info b {
    display: inline-block;
    padding-right: 0.5em;
    width: 70px;
}

main .right-panel-main .info .fa {
    padding-right: 0.5em;
}

main .right-panel-main .text {
    color: #283a44;
    padding-bottom: 1.75em;
}

main .right-panel-main .button {
    background-color: #ff8000;
    padding: 15px 30px;
    min-width: 240px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    font-family: 'Radikal';
    font-size: 16px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

main .right-panel-main .button:hover {
    background-color: #ff9c00;
}

main .right-panel-main .info a:hover {
    color: #ff8000;
    border-bottom: #ff8000 solid 1px;
}

main .right-panel-main h1 {
    font-size: 24px;
    color: #5c5c5c;
    padding-bottom: 1em;
}

main .right-panel-main .input {
    padding-bottom: 1.25em;
}

main .right-panel-main .input:last-child {
    padding-bottom: 0em;
}

main .right-panel-main .input .label {
    padding-bottom: 0.75em;
}

main .right-panel-main .input .text {
    font-weight: 300;
    padding-bottom: 0.5em;
}

main .right-panel-main .input textarea {
    resize: none;
    height: 130px;
}

main .right-panel-main .submit {
    border: none;
    background: none;
    width: inherit;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    background-color: #ff8000;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 2px;
}

main .right-panel-main .submit:hover {
    background-color: #ff9c00;
    cursor: pointer;
}

main .right-panel-main .submit:focus {
    background-color: #f27900;
}

main .right-panel-main .domain-holder {
    text-align: left;
}

main .right-panel-main .price-holder {
    text-align: right;
}

main .right-panel-main .buy-holder {
    text-align: right;
    max-width: 80px;
}

main .right-panel-main .top-news-values,
main .right-panel-main .domains-values {
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #000;
    text-align: right;
}

main .right-panel-main .top-news-values {
    line-height: 25px;
}

main .right-panel-main .twitter-feed {
    margin-top: -1em;
}

main .right-panel-main .top-news-values .top-news-holder {
    text-align: left;
}

main .right-panel-main .domains-values a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: transparent solid 1px;
}

main .right-panel-main .domains-values a:hover {
    color: #0f7ec4;
}

main .right-panel-main .domains-values a:focus {
    color: #0f7ec4;
}

main .right-panel-main .questions .item {
    border: #d0d0d0 solid 1px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 1em 1.5em;
    margin-bottom: 1em;
}

main .right-panel-main .questions .item:last-child {
    margin-bottom: 0em;
}

main .right-panel-main .questions .item.open .icon::before {
    content: '\f068  ';
}

main .right-panel-main .questions .item .icon::before {
    content: '\f067 ';
}

main .right-panel-main .questions .item.open .text {
    display: block;
}

main .right-panel-main .questions .item .title {
    font-size: 18px;
    font-family: 'Radikal';
    text-align: center;
    color: #5c5c5c;
    position: relative;
    padding: 0px 25px;
}

main .right-panel-main .questions .item .title:hover {
    cursor: pointer;
}

main .right-panel-main .questions .item .title .fa {
    padding-right: 0.5em;
    position: absolute;
    left: 0px;
    top: 0px;
}

main .right-panel-main .questions .item .text {
    line-height: 25px;
    font-weight: 200;
    padding-top: 0.5em;
    padding-bottom: 0em;
    display: none;
}

main .right-panel-main .news-container {
    background-color: #FFF;
    border: #ccc solid 1px;
    padding: 1em;
    border-radius: 3px;
}

main .right-panel-main .news-container .title {
    padding-bottom: 0.5em;
}

main .right-panel-main.right-panel-process {
    display: none;
}

#twitter-feed-container ul {
    padding-top: 1em;
    text-align: left;
}

#twitter-feed-container ul li {
    background-color: #FFF;
    border: #ccc solid 1px;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 3px;
}

#twitter-feed-container ul li .timePosted a {
    color: #5c5c5c;
}

#twitter-feed-container ul li:last-child {
    margin-bottom: 0em;
}

#twitter-feed-container ul li p.interact a {
    margin-right: 1em;
}

main .right-panel-main .top-news-values a {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: transparent solid 1px;
    color: #0a5380;
}

main .right-panel-main .top-news-values a:hover {
    color: #0f7ec4;
}

main .right-panel-main .top-news-values a:focus {
    color: #0f7ec4;
}

/* Main:  Page Responsive */

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

    main .left-panel .steps-holder > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    main .left-panel .steps-holder .grid-cell:last-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    main .left-panel {
        padding-right: 1em;
    }

}

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

    main .page-main-holder .left-panel {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    main .page-main-holder .right-panel {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    main .page-main-holder > .grid-cell, #page-banner .page-banner-holder > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    main .page-main-holder .right-panel, #page-banner .right-panel {
        max-width: inherit;
    }

    main .page-main-holder .right-panel {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    #page-banner .page-banner-holder .title {
        text-align: center;
        padding: 1em;
    }

    #page-banner .link {
        text-align: center;
        padding-bottom: 1em;
        display: block;
    }

    #page-banner .right-panel-header {
        background-color: transparent;
        height: inherit;
        bottom: inherit;
    }

    #page-banner .right-panel-header .right-panel-title {
        width: 100%;
        height: 94px;
        background-image: none;
        background-color: #ff8000;
        left: inherit;
        top: 48px;
        line-height: 94px;
        text-align: center;
        padding-left: 0em;
    }

}

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

    main .page-main-holder .left-panel,
    main .right-panel-main {
        padding: 1em;
    }

    #page-banner .title.page-icon:before {
        display: none;
    }

    #page-banner .title.page-icon {
        padding-left: 0px;
        padding-right: 0px;
    }

    main .right-panel-main .button {
        margin: 0 auto;
        display: table;
    }

}

/* Footer */

footer {
    min-width: 320px;
    width: 100%;
    background-color: #eaeaea;
}

footer .footer-container {
    background-color: #efefef;
    padding: 2em;
}

footer nav.footer-navigation ul.mainNavigation {
    margin-bottom: 1.5em;
    padding-top: 0.5em;
}

footer nav.footer-navigation ul.secondNavigation {
    height: 85px;
}

footer nav.footer-navigation ul {
    margin-bottom: 0em;
}

footer nav.footer-navigation ul li {
    color: #646464;
    font-size: 13px;
    font-family: 'Radikal', sans-serif;
    font-weight: 200;
}

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

footer nav.footer-navigation ul li a, footer nav.footer-navigation ul li a:visited {
    color: #494949;
    border-bottom: transparent solid 1px;
}

footer nav.footer-navigation ul li a:hover {
    color: #ff8000;
    border-bottom: #fb9e31 solid 1px;
}

footer .logo-holder .logo {
    width: 332px;
    height: 39px;
    background-image: url('../images/logoFooter.png');
    display: block;
    margin: 0 auto;
}

footer .logo-holder .text {
    font-family: 'Radikal';
    font-weight: 200;
    font-size: 12px;
    color: #646464;
    text-align: right;
    padding-top: 1.5em;
}

/* Footer: Responsive */

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

    footer .footer-grid > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    footer nav.footer-navigation ul li {
        text-align: center;
    }

    footer .logo-holder .text {
        text-align: center;
    }

}

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

    footer .footer-grid nav.footer-navigation .mainNavigation > .grid-cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    footer nav.footer-navigation ul li {
        font-size: 16px;
    }

    footer nav.footer-navigation ul {
        text-align: center;
        line-height: 30px;
    }

    footer .logo-holder {
        padding-top: 3em;
    }

    footer .logo-holder .text {
        padding-top: 3em;
    }

    footer nav.footer-navigation ul {
        padding-bottom: 20px;
    }

    main .wrapper {
        padding: 0em;
    }

}

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

    footer .wrapper {
        padding: 0em 0.1em;
    }

    footer .logo-holder .logo {
        width: 280px;
        height: 33px;
        background-size: 100% 100%;
    }

    footer nav.footer-navigation ul {
        padding: 0px 5px;
        padding-bottom: 20px;
    }

    footer .logo-holder .logo {
        width: 250px;
        height: 29px;
    }

}

/** ********************************** */
/* Created by: Stanculescu I. Andrei   */
/* Company: Focus Aesthetic Dynamics   */
/* Contact: contact@aesthetic-dyn.com  */
/** ********************************** */