html, body{
        height: -webkit-fill-available;

    margin: 0;
}
body {
    width: 100%;
    padding: 0;
    font-family: 'Open Sans' !important;
    font-size: 15px;
    color: #ffffff;
    min-height: 600px;
    min-width: 900px;
    position: absolute;
}
::selection {
    background: rgba(0,0,0,0.5);  
}
::-moz-selection {
    background: rgba(0,0,0,0.5);  
}

.background {
    height: 100%;
    width: 100%;  
    position: absolute;
    background: url(../img/51301087988_1ca00a7ca1_k.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: rgba(0,0,0,0.7)
}

.screen {
    background: rgba(255,0,0, 0.3);
    width: 100%;
    height: 100%;
    margin: auto; 
    position: absolute;
    box-shadow: 0px 0px 50px black;

}
.block {
    height: 100%;
    text-align: center;
    margin: 0;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%; 
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */

    /* For visualization 
    background: #808080; width: 5px;
    */
}

.centered {

    display: inline-block;
    vertical-align: middle;
    width: 640px;
    border: 1px solid #9c9c9c;
    background: rgba(51,51,51,0.9);
    padding: 20px;
    border-radius: 20px;
    box-shadow:  6px 5px 0px rgba(0,0,0,0.15);
}

.title {
    font-size: 26pt;
    font-weight: bold;
    /* margin: auto; */
    position: relative;
    width: 100%;
    cursor: pointer;
    /* text-shadow:  4px 3px 0px rgba(151, 116, 116, 0.15); */
    letter-spacing: 2px; 
    /* text-align: center; */
}

.text {
    width: 100%;
    text-align: left;
}
.text p , .text div.para{
    margin: 13px 0;
    font-size: 15pt;
}
.text div.foot {
    font-size: 20pt;
}



@media (max-width: 500px) {
    .background, .screen {    height: 1000%; }

    .background {
        background: url(../img/51300914481_1ec3188cf0_k.jpg) no-repeat center center fixed; 
    }

    .centered { 
        width: 93%;
        zoom: 2;
            vertical-align: top;
            margin-top: 120px;
    }
    .title {
        font-size: 31px;
    }
    .popup {
        zoom: 2;
    }
}

@media (min-width:501) and (max-width: 800px) {
    .background, .screen {    height: 1000%; }

    .centered { 
        zoom: 1.5;
        vertical-align: top;
            margin-top: 120px;
    }
    .title {
        font-size: 35px;
    }
    body {
        overflow: none;
    }
}
div.left {
    float: left;
}
div.right {
    float: right;
}

a.contact {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}
.contact:hover{
    text-decoration: underline;
}


.popup {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999999;
    display: none;
    overflow: hidden;
}
.popup .box {
    position: absolute;
    height: 600px;
    width: 378px;
    background-color: #fff;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    border: 13px rgba(51,51,51,0.4) solid;
    border-radius: 7px;
    z-index: 99999991;
    display: none;
}

.rotatebox {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}


input.text-input, textarea.text-input{
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: rgba(0,142,198,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

button.submit {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #018dc4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: #018dc4;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
    text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
textarea.text-input {
    height: 135px;
    resize: none;
}

input.text-input, textarea.text-input, button.submit{
    width: 260px;
}

.input-collection {
    margin: auto;
    top:0; left: 0;right: 0; bottom: 0;
    position: inherit;
    height: 80%;
    width: 305px;
    /*border: #000 1px solid;*/
}
.input-container {
    width: 100%;
    margin: 0 0 10px;

}
.input-container.last {
    margin: 0;
}
.input-container.g-recaptcha{
    width: 100%;
}
.input-container.g-recaptcha div{
    width: 100%;
    margin: auto
}


.xButton {
    position: relative;
    top: -14px;
    right: -14px;
    float: right;
    cursor: pointer;
    background: url(img/auth_buttons.png) 100% 0% no-repeat transparent;
    height: 30px;
    width: 30px;
    z-index: 10202010;
}
.xButton:hover {

    background: url(img/auth_buttons.png) 100% 4% no-repeat transparent;

}

a.fa{
    padding: 10px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    margin: 0px 14px 0 0;
    border-radius: 12px;
    border: 2px solid white;
}




i.fa {
    padding: 4px;
    text-align: center;
    text-decoration: none;
    margin: 0px 3px 0 0;
/* border-radius: 12px;
border: 2px solid white; */
}

.fa:hover {
    opacity: 0.7;
    color: white;

}
.fa:active {
    opacity: 0.7;
    color: white;
}

.fa-linkedin-square {
    color: white;
}



.fa-instagram {
    color: white;
}



.fa-flickr {
    color: white;
}