#webdav_descr__container,
#webdav_descr__container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #webdav_descr__top_container {
        background: url( '/images/filebox/servers-bg.jpg' ) no-repeat scroll center center;
        background-size: cover;
        color: #fff;
        text-align: center;
    }
        #webdav_descr__top_container .centered_container {
            min-height: 550px;
            max-height: 575px;
        }
        body.use_vh #webdav_descr__top_container .centered_container {
            height: 67vh;
        }
            #webdav_descr__top_container .vertical_center {
                width: 100%;
            }
                #webdav_descr__top_container h1 {
                    font-size: 58px;
                    font-weight: bold;
                    line-height: 72px;
                    margin: 0 0 30px;
                }
                #webdav_descr__top_container h2 {
                    font-size: 24px;
                    line-height: 1.3em;
                    margin: 30px 0 50px;
                }

#webdav_descr__container u {
    vertical-align: baseline;
}

.webdav_descr__apply_button {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
    background: #3995c4;
    border-radius: 35px;
    cursor: pointer;
    display: inline-block;
    padding: 15px 70px;
    -webkit-transition: ease-in-out, background 0.3s ease-in-out;
    -moz-transition: ease-in-out, background 0.3s ease-in-out;
    -o-transition: ease-in-out, background 0.3s ease-in-out;
    transition: ease-in-out, background 0.3s ease-in-out;
    text-decoration: none;
    line-height: 24px;
	box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.webdav_descr__apply_button:hover {
    background: #365d71;
}

#webdav_descr__container #apply .webdav_descr__apply_button {
    margin: 0 0 20px;
}

.centered_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.vertical_center {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* info blocks - main info block wrappers */
.info_block_container {
    background: #fff;
}

    .info_block_container.gray {
        background: #f8f8f8;
    }

.info_block {
    padding-top: 60px;
    padding-bottom: 60px;
    color: #2f3c52;
    font-size: 14px;
}

    #apply.info_block {
        text-align: center;
        font-size: 18px;
    }

.info_block .info_block_title {
    color: #3995c4;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.info_block .info_block_subheader {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    margin: 0 0 30px;
}

    #apply.info_block .info_block_subheader {
        font-size: 24px;
    }

    #questions.info_block .info_block_subheader {
        font-size: 24px;
        margin: 0px;
    }

/* info boxes */
.info_box {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    margin: 30px 0 0 0;
}

    #advantages .info_box {
        padding: 0 1%;
        text-align: left;
    }

    #backup .info_box {
        width: 25%;
        float: left;
        display: block;
    }

    .info_box_header {
        margin-bottom: 30px;
    }

        .info_box_header_text {
            font-size: 20px;
            font-weight: bold;
        }

        .info_box_header_icon_box {
            display: inline-block;
            font-size: 30px;
            margin-top: -5px;
        }

    .info_box_description {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
    }

        #advantages .info_box_description {
            font-weight: normal;
        }

    .info_box_icon {
        font-size: 75px;
        margin: 0 0 10px;
        position: relative;
    }

        .info_box_icon:after {
            content: "\f07e";
            display: block;
            position: absolute;
            right: 100%;
            top: 50%;
            margin-top: -22px;
            margin-right: -35px;
            font-family: 'FontAwesome';
            font-size: 72px;
            color: #c6c6c6;
            height: 45px;
            line-height: 45px;
        }
        #setup .info_box_icon:after {
            content: "\f178";
        }
        #setup .info_box_description {
            font-weight: normal;
            width: 80%;
            margin: 0 auto;
            font-size: 18px;
        }

        #backup .info_box_icon:after,
        .info_box:first-child .info_box_icon:after {
            display: none;
        }

#questions strong {
    font-weight: bold;
}



/* box grid */
.box_grid .box {
    width: 50%;
    float: left;
    margin: 25px 0;
    overflow: hidden;
    padding-left: 3%;
}

.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: 60px;
    height: 60px;
    line-height: 60px;
    border: 3px solid #2f3c52;
    border-radius: 50%;
    text-align: center;
    margin-right: 25px;
    padding: 11px 0 0;
}

.box_grid .box .box_text {
    color: #2b3d52;
    font-size: 20px;
    line-height: 60px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}

#webdav_descr__setup_create_business_account {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #3995c4;
    width: 100%;
    font-size: 16px;
    color: white;
    cursor: pointer;
    line-height: 20px;
    background: #3995c4;
    margin-top: 20px;
    width: auto;
    text-align: center;
}
    #webdav_descr__setup_create_business_account .fa {
        margin-right: 4px;
    }
    
#webdav_descr__install_warning {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 24px;
}
    #webdav_descr__install_warning .fa {
        margin-right: 5px;
        color: #3995c4;
        font-size: 20px;
    }
    
    
.webdav_descr__install_table {
    width: 100%;
    border-collapse: collapse;
    background: #f8f8f8;
    font-size: 18px;
}
    .webdav_descr__install_table,
    .webdav_descr__install_table td {
        border: 2px solid white;
        padding: 20px;
        text-align: center;
        vertical-align: middle;
    }
    #webdav_descr__install_table__mobile td {
    	padding: 10px;
    }
    .webdav_descr__install_table tr:first-child td {
        font-weight: bold;
        border-bottom: 6px double white;
    }
    .webdav_descr__install_table td.first_column {
        font-weight: bold;
        border-right: 6px double white;
        text-align: left;
        line-height: 24px;
    }
    .webdav_descr__install_table__text {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .webdav_descr__install_table__download_btn {
        text-decoration: none;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 2px;
        border: 1px solid #3995c4;
        width: 100%;
        font-size: 16px;
        color: #3995c4;
        cursor: pointer;
		margin: 4px;
    }
    #webdav_descr__install_table__mobile .webdav_descr__install_table__download_btn {
        font-size: 14px;
    }
    .webdav_descr__install_table__download_btn.fixed_width {
        width: 164px;
    }
    .webdav_descr__install_table__download_btn:hover {
        background: white;
    }
        .webdav_descr__install_table__download_btn .fa {
            margin-right: 4px;
        }

 
 #webdav_descr__install_table__mobile {
    display: none;
 }
    #webdav_descr__install_table__mobile .webdav_descr__install_table {
        margin-top: 20px;
    }
    #webdav_descr__install_table__mobile .webdav_descr__install_table,
    #webdav_descr__install_table__mobile .webdav_descr__install_table td {
        font-size: 14px;
    }
    #webdav_descr__install_table__mobile .webdav_descr__install_table__text {
        
    }
    #webdav_descr__install_table__mobile .webdav_descr__install_table__download_btn {
        width: 50%;
        min-width: 130px;
    }
    
#webdav_descr__install__modal_form .modal-inner {
    padding: 20px;
}
#webdav_descr__install__modal_form .modal-content {
    border: none;
    padding: 0;
}
#webdav_descr__install__modal_form .modal_label {
    font-size: 16px;
    line-height: 24px;
    color: #ca1913;
    margin-bottom: 20px;
}
    #webdav_descr__install__modal_form ol {
        list-style: decimal;
        margin-left: 20px;
    }
        #webdav_descr__install__modal_form ol li {
            margin-bottom: 20px;
        }
        #webdav_descr__install__modal_form .cmd_formatted {
            background: #f8f8f8;
            padding: 4px 8px;
            border-radius: 1px;
            border: 1px solid #c6c6c6;
            font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
            font-size: 12px;
            margin: 10px 0;
        }

/* breakpoints */
@media only screen and ( max-width: 1200px ) {

    #webdav_descr__top_container,
    .info_block_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #webdav_descr__install_table__desktop {
        font-size: 16px;
    }
    .webdav_descr__install_table__download_btn {
        font-size: 14px;
    }
    
    .box_grid .box .box_text {
    	line-height: 30px;
    }
}

@media only screen and ( max-width: 900px ) {

    #webdav_descr__top_container h1 {
        font-size: 40px;
        line-height: 52px;
    }

    #webdav_descr__top_container h2 {
        font-size: 20px;
    }
    
    .info_box,
    #setup .info_box,
    #backup .info_box {
        display: block;
        min-width: 0;
        margin: 30px auto 0 auto;
        width: 100%;
        position: relative;
    }

        #how_it_works .info_box,
        #setup .info_box {
            padding-bottom: 70px;
        }

    .info_box:first-child {
        margin-top: 0px;
    }

    #how_it_works .info_box_icon:after,
    #setup .info_box_icon:after {
        right: auto;
        left: 50%;
        margin-left: -23px;
        top: -45px;
    }

        #how_it_works .info_box_icon:after {
            content: "\f07d";
        }

        #setup .info_box_icon:after {
            content: "\f175";
            top: -55px;
        }

    .info_box_icon,
    .info_box_description {
        float: left;
    }

    .info_box_icon {
        width: 23%;
        margin-right: 5%;
        position: initial;
    }

        #how_it_works .info_box_icon {
            width: 55%;
        }

    .info_box_description {
        width: 72%;
        text-align: left;
    }

        #how_it_works .info_box_description {
            width: 40%;
        }

        #advantages .info_box_description {
            width: 100%;
        }

    .info_box_content {
        display: table;
        width: 100%;
        vertical-align: middle;
    }

    .info_box_content > * {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    .box_grid .box {
        width: 100%;
        padding: 0;
    }
    
    #webdav_descr__install_table__desktop {
        display: none;
    }
    #webdav_descr__install_table__mobile {
        display: block;
    }
    
    .info_box_header {
        width: 20%;
    }

    #setup .info_box_content {
        display: block;
    }
    #setup .info_box_header {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@media only screen and ( max-width: 600px ) {
	
	#webdav_descr__top_container h1 {
	    font-size: 30px;
	    line-height: 40px;
	}
	
	.webdav_descr__apply_button {
		padding: 15px;
		font-size: 16px;
	}
	.box_grid .box .box_text {
	    font-size: 18px;
        line-height: 24px;
	}
}