/* # new # */
/* top container */
#content ,

#content .fa,
#content .fal {
    font-family: 'Font Awesome 5 Pro';
}
#content .fab {
    font-family: 'Font Awesome 5 Brands';
}
#content * {
    font-family: AlbertaSans, Roboto, sans-serif; 
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#profile_top_container {
    background-size: cover;
    color: #1A2533;
    text-align: center;
    background-color: #F3F3F3;
}
#id_sports {
    background: url( '/images/profile-bg-sports.jpg' ) no-repeat scroll center center;
}


#profile_top_container_text {
    width: 100%;
	margin-top: 50px;
}

#profile_top_container .centered_container {
    min-height: 550px;
    max-height: 575px;
}

body.use_vh #profile_top_container .centered_container {
    height: 67vh;
    top: 35px;
}

#profile_top_container h1 {
    margin: 0 0 50px;
    font-size: 48px;
    line-height: 64px;
    padding: 0 20px;
    font-weight: bold;
}

#content #profile_top_container h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 90px 0;
    font-weight: 400;
    padding-left: 170px;
    padding-right: 170px;
    padding-top: 0;
    letter-spacing: 0.4px;
    max-width: unset;
}

#profile_create_button {
    padding: 0;
    text-decoration: none;
    text-align: center;
    background: #EE2B3A;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 316px;
    z-index: 1;
    max-width: 100%;
    margin: auto;
    transition: 0.5s ease;
    margin-bottom: 100px;
}
#profile_create_button:hover{
   background: #e58327;
   transition: 0.5s ease; 
   transform: scale(1.07);
}

#profile_create_button .fa {
    position: relative;
    margin-top: -4px;
}

/* info blocks - main info block wrappers */
.info_block_container {
    background: #fff;
}

.info_block_container.gray {
    background: #F3F3F3;
}

.info_block {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #1A2533;
    font-size: 14px;
}

#content .info_block .info_block_title {
    margin-bottom: 20px;
    margin-top: 0;
    max-width: unset;
    }

.info_block .info_block_subheader {
    text-align: center;
    font-size: 24px;
    margin: 0 0 60px;
    line-height: normal;
}

/* info boxes */
.info_box {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    margin: 82px 0 0 0;
}

#fourpieces .info_box {
    width: 24%;
}

#features .info_box {
    width: 33%;
    padding: 0 1%;
    text-align: left;
}

#tech-options .info_box {
    width: 45%;
    padding: 0 1%;
    text-align: left;
}
#options .info_box {
    width: 16%;
}

#options6 .info_box {
    width: 16%;
}
.info_box_header {
    margin-bottom: 30px;
}

.info_box_header_icon_box {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain !important;
    margin-right: 9px;
}
.info_box_header_icon_box.clock{
    background: transparent url(/images/servers/timer.svg) no-repeat center;
}
.info_box_header_icon_box.microchip{
    background: transparent url(/images/servers/microchip.svg) no-repeat center;
}
.info_box_header_icon_box.copy{
    background: transparent url(/images/servers/copy.svg) no-repeat center;
}
.info_box_header_icon_box.list {
    background: transparent url(/images/servers/feather-list.svg) no-repeat center;
}
.info_box_header_icon_box.lock {
    background: transparent url(/images/servers/lock.svg) no-repeat center;
}
.info_box_header_icon_box.piggy {
    background: transparent url(/images/servers/awesome-piggy-bank.svg) no-repeat center;
    width: 24px;
    margin-right: 5px;
}

.info_box_description {
    font-size: 18px;
    line-height: 24px;
}

.example_icon {
    font-size: 75px;
    margin: 0 0 10px;
    position: relative;
}
.info_box_icon {
    font-size: 75px;
    margin: 0 0 10px;
    position: relative;
}

.info_box_icon:after {
    content: "\f054";
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: 10px;
    margin-right: -23px;
    font-family: 'FontAwesome';
    font-size: 25px;
    color: #1A2533;
}

.info_box:first-child .info_box_icon:after {
    content: "\f177";
}

#options .info_box_icon:after, .info_box:first-child .info_box_icon:after {
    display: none;
}
#options6 .info_box_icon:after, .info_box:first-child .info_box_icon:after {
    display: none;
}

/* box grid */
.box_grid .box {
    width: 33%;
    float: left;
    margin: 25px 0;
    overflow: hidden;
}

.box_grid .box .box_icon {
    color: #2f3c52;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 25px;
}
.box_grid .box .box_icon img {
    height: 40px;
}

.box_grid .box .box_text {
    color: #2b3d52;
    font-size: 16px;
    line-height: 1.4em;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* logo grid */
.logo_grid {
    display: table;
    margin: 60px 0 25px;
    padding: 0px;
    /*text-align: justify;*/
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
}

.logo_grid a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 90px;
}

.logo_grid img {
    display: block;
    max-height: 90px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

.logo_grid img:hover {
    -webkit-filter: none;
    filter: none;
}

/* features - specific info boxes */
#features .info_box_header {
    margin-bottom: 10px;
}

#features .info_box_header_text {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

#features .info_box_description {
    font-weight: normal;
}


#tech-options .info_box_header {
    margin-bottom: 10px;
}

#tech-options .info_box_header_text {
    font-size: 19px;
}

#tech-options .info_box_description {
    font-weight: normal;
}

/* new styles */
img {
    max-width: 100%;
}

p {
    margin: 2em 0;
}

.align_right {
    text-align: right;
}

.centered_container {
    max-width: 1335px;
    margin: 0 auto;
    position: relative;
}

.vertical_center {
    position: relative;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.red {
    color: #ca1913;
}

/* clearfix */
.clearfix:before,
.clearfix:after
{
    content: " ";
    display: table;
    position: relative;
}

.clearfix:after
{
    clear: both;
}

.clearfix
{
    zoom: 1;
    position: relative;
}

.clear
{
    clear: both;
}

/* # old # */
.info_row_separator {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    height: 1px;
    background: -webkit-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
    background: -o-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
    background: -moz-linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
    background: linear-gradient(90deg, rgba(43, 61, 82, 0), rgba(43, 61, 82, 0.25), rgba(43, 61, 82, 0));
}

.big_register_button {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 30%;
    min-width: 345px;
    background-color: #CA1913;
    color: white;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.big_register_button:hover {
    background-color: #DE3933;
}

.big_register_button .fa {
    position: relative;
    margin-top: -4px;
}


#how_it_works .info_box_icon img {
    height: 85px;
}
#how_it_works .info_box_icon {
    margin: 0 0 20px 0;
}
#how_it_works .info_box_description {
    font-size: 16px;
    font-weight: normal;
    color: #1A2533;
    width: 60%;
    margin: auto;
}
#how_it_works .info_box_icon:before {
    content: /f054;
    height: 50px;
    width: 25px;
    display: block;
    position: absolute;
    right: 100%;
    top: 50%;
    font-size: 20px;
    margin-top: -22px;
    margin-right: -45px;
    font-family: 'FontAwesome';
    color: #c6c6c6;
}
#how_it_works.sports_profile .info_box {
    width: 24%;
}

/* Pricing */
#container #pricing {
    position: relative;
    bottom: 120px;
    background: transparent;
    padding: 0;
    margin: 0;
    color: #1A2533;
}
#container #pricing h3 {
    font-size: 16px;
    line-height: 24px;
}
#container #pricing-plans-small_container .item .head .icon {
    background-position: center center !important;
}

#container #pricing-plans-small_container .item .body > DIV {
    padding-left: 30px;
    margin: 15px 70px 0 80px;
}
#container #pricing-plans-small_container .item .body > DIV:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background-size: contain !important;
    background-position: center center !important;
    top: 0;
}
#container #pricing-plans-small_container .item .body > DIV:nth-child(1):before {
    background: transparent url(/images/servers/CPU.svg) no-repeat;
}
#container #pricing-plans-small_container .item .body > DIV:nth-child(2):before {
    background: transparent url(/images/servers/RAM.svg) no-repeat;
}
#container #pricing-plans-small_container .item .body > DIV:nth-child(3):before {
    background: transparent url(/images/servers/disk.svg) no-repeat;
}
/****/
#content #topfeatures {
    background: white;
    color: #1A2533;
}
#content #topfeatures .container {
    padding-top: 0;
}
#content h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1A2533;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
/* START: top features */

    #topfeatures {
        background-color: #F0F2F2;
        background-image: linear-gradient(#fff, #F0F2F2);
    }

    #topfeatures .container {
        padding: 40px;
        min-height: 100px;
    }

        #topfeatures .flex-row {
            margin: 0;
        }

            #topfeatures .flex-row .flex-column {
                margin: 0 auto;
            }

                #topfeatures .item, 
                #topfeatures .item-pro  {
                    position: relative;
                    min-width: 300px;
                    min-height: 20px;
                    color: black;
                    font-size: 16px;
                    font-weight: normal;
                    line-height: 24px;
                    margin: 0;
                    padding: 0 0 26px 40px;
                    text-align: left;
                }
                #topfeatures .item:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: transparent url('/images/landing/top-features/plus-blue.svg') no-repeat center;
                    width: 22px;
                    height: 22px;
                    margin: auto;
                }
                #topfeatures .item-pro:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: transparent url('/images/landing/top-features/plus-blue-full.svg') no-repeat center;
                    width: 24px;
                    height: 24px;
                    margin: auto;
                }

                /*
                #topfeatures .item:last-child {
                    padding-bottom: 0;
                }
                */


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

        #topfeatures .item {
            min-width: 0;
        }
		#topfeatures .item-pro {
            min-width: 0;
        }
        #topfeatures .flex-row {
            display: block;
            max-width: 350px;
            margin: auto;
        }
        #topfeatures .container {
            padding-bottom: 0;
        }


    }


    /* END: top features */
#features {
    padding-bottom: 200px;
    max-width: 1245px;
}
#features .info_box_header_icon_box img {
    height: 20px;
    width: 20px;
    margin-right: 25px;
}
#features .info_box_description {
    margin-top: 20px;
    font-size: 16px;
}

#tech-options .info_box_header_icon_box img {
    height: 20px;
    width: 20px;
    margin-right: 25px;
}
#tech-options .info_box_description {
    margin-top: 20px;
    font-size: 14px;
}

#options .info_box_icon {
    margin-bottom: 40px;
}
#options .fa ,
#options6 .fal {
}


#testimonials ,
#client-logos {
    background: #f7f8f8 !important;
    box-shadow: none !important;
}

#social-media-bar {
    margin-top: 40px;
}

/* Services */
#services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 0;
}
#services > div:first-child {
    flex: 4;
    margin-bottom: 30px;
}
#services > div:last-child {
    flex: 5;
}
#services h2 {
    width: 70%;
    text-align: left;
    margin-left: auto;
    margin-right: 0;

}

#services .item {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0 0 11px 40px;
    text-align: left;
    width: 70%;
    margin-left: auto;
}

#services .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(/images/landing/top-features/plus-blue.svg) no-repeat center;
    width: 22px;
    height: 22px;
    margin: auto;
}
#services img {
    position: relative;
    bottom: 100px;
    width: 95%;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
    border-radius: 10px;
}
/*********/


/* breakpoints */
@media only screen and (max-width: 1200px) {
    .info_block_container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 900px) {
    #profile_top_container h1 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0;
    }
	

    #content #profile_top_container h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        padding: 20px;
    }
    #content h2 {
        font-size: 26px;
        line-height: 35px;
        padding: 0;
    }
    #container #pricing h3 {
        padding: 0 20px;
    }
    #content #topfeatures .container h2 {
        margin-top:0;
        padding: 0;
    }
    #content #topfeatures .container {
        padding: 20px;
        padding-top: 0;
    }

    .info_block {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .info_block .info_block_title {
        margin-bottom: 15px;
    }

    .info_block .info_block_subheader {
        margin: 0 0 30px;
    }

    #features .info_box, #tech-options .info_box, #options .info_box, #options6 .info_box, .info_box {
        display: block;
        min-width: 0;
        margin: 30px auto 0 auto;
        width: 100%;
    }
    #features .info_box_header{
        margin: 0;
    }
    #features .info_box_header_text {
        font-size: 20px;
        line-height: 27px;
    }
    #features .info_box {
        width: 100%;
    }
	#tech-options .info_box {
        width: 100%;
    }

    .info_box:first-child {
        margin-top: 0px;
    }

    .info_box_icon:after {
        right: 50%;
        top: 0%;
        margin-top: -50px;
        margin-right: -20px;
        content: "\f078";
    }

    .info_box_icon, .info_box_description {
        float: left;
    }

    .info_box_icon {
        width: 23%;
        margin-right: 5%;
    }

    .info_box_description {
        width: 72%;
        text-align: left;
    }

    #features .info_box, #features .info_box .info_box_description, 
    .info_box {
        width: 100%;
        padding: 0;
    }
    #features .info_box .info_box_description {
       margin-top: 10px; 
    }

    .info_box_content, .box_grid .box {
        width: 100%;
        vertical-align: middle;
    }

    .box_grid .box {
        margin: 10px 0;
    }

    .info_box_content > *, .box_grid .box > * {
        float: none;
        vertical-align: middle;
        padding-left: 10px;
    }

    .logo_grid {
        display: block;
        text-align: center;
        margin: 15px 0 0;
    }

    .logo_grid a {
        display: inline-block;
        height: auto;
        width: 47%;
        margin: 10px 1%;
    }

    .logo_grid img {
        display: inline-block;
    }

    .big_register_button {
        line-height: 22px;
        min-width: 100%;
        width: 100%;
        height: auto;
        padding: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #how_it_works .info_box {
        margin-top: 80px;
    }
    #how_it_works .info_box_icon {
        display: block;
        text-align: center;
        margin: 0 auto 20px auto;
        width: 100%;
    }
    #how_it_works .info_box_icon:before {
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    #how_it_works .info_box_description {
        text-align: center;
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }


    #options .info_box_icon {
        margin: 0 auto 20px auto;
    }
    #options .info_box_description {
        padding: 0;
        width: 100%;
        text-align: center;
    }


    #options6 .info_box_icon {
        padding: 0;
        margin: 0 auto 20px auto;
    }
    #options6 .info_box_description {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    /* Services */
    #services {
        flex-direction: column-reverse;
    }
    #services h2 {
        width: 100%;
        text-align: center;
    }
    #services .item {
        width: 100%;
    }

    #services .item:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background: transparent url(/images/landing/top-features/plus-blue.svg) no-repeat center;
        width: 22px;
        height: 22px;
        margin: auto;
    }
    #services img {
        width: 95%;
        margin: auto;
        display: block;
        bottom: 50px;
    }
    /*********/
}
