/*/-GLOBAL-/*/

html,
body {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.col-md-5,
.col-md-7,
.col-lg-12 {
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.full {
    margin: 0!important;
    width: 100%!important
}

h10 {
    font-size: 3em;
    font-family: 'Yeseva One', cursive;
    letter-spacing: 1px;
    color: #92b9d6;
    margin-top: 15px;
    margin-bottom: 25px;
    display: block;
}

h11 {
    font-size: 2.5em;
    font-family: 'Yeseva One', cursive;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.75;
    margin-top: 5px;
    margin-bottom: 25px;
    display: block;
    text-align: left;
}


/*/-LANDING-/*/

.landing {
    height: 100vh;
    width: 100%;
    background-image: url(../img/blue.jpg);
    background-size: cover;
}

.landing-left {
    height: 100%;
    border-bottom: rgba(255, 255, 255, 0.3) solid 10px;
    border-top: rgba(255, 255, 255, 0.3) solid 10px;
}

.landing-right {
    height: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.85);
}

.wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
    padding-right: 50px;
}

p.info {
    letter-spacing: 2px;
    color: #8094a2;
}

.button {
    text-transform: uppercase;
    padding: 8px 14px;
    border: 2px solid;
    border-style: solid;
    background: transparent;
    display: inline-block;
    font-size: .8em;
    font-weight: 700;
    letter-spacing: 9px;
    margin-top: 15px;
    margin-right: 15px;
    padding-right: 6px;
    transition: all 1s ease;
}

#a1,
#a2,
#a3 {
    transition: all 1s ease;
}

.button.one {
    color: #92b9d6;
    border-color: #92b9d6;
}

.button.two {
    color: #8094a2;
    border-color: #8094a2;
}

#a1:hover .button,
#a2:hover .button,
#a3:hover .button {
    border-style: dotted;
    opacity: 0.4!important;
}

@media only screen and (max-width: 991px) {
    .landing .landing-right {
        height: 40%!important;
    }
    .landing .landing-left {
        height: 60%!important;
    }
}


/*/-CONTACT-/*/

.contact1 {
    background-image: url("../img/noise.png"), url("../img/stripes2.svg"), linear-gradient(45deg, #67afd5 25%, #067cd3 65%, #0086c9);
    background-position: top left, center center, center center;
    background-size: auto, cover, cover;
    overflow: hidden;
    height: 600px;
}

.contact {
    background-color: #92B9D6;
    overflow: hidden;
    height: 450px;
}

.wrapper1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.feature-one {
    height: 100%;
}

.feature-one-left {
    padding-left: 100px;
    padding-right: 100px;
}

.feature-one-right {
    background: url("../img/blue2.png");
    background-size: cover;
    background-position: center center;
    border-left: rgba(255, 255, 255, 0.3) solid 10px;
}

.contact-icon:before {
    border:1px solid #8094a2;
    height:2.1em;
    width:2.1em;
    margin-top:3px;
    position:absolute;
    text-align: center;
    content:"";
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.contact-icon .fa{
    padding:0.52em;
    color:#fff;
    opacity:0.75;
    font-size:0.95em;
    margin-top:5px;

}

.contact-list {
    padding-left:35px;
}

.contact-list li {
    margin-bottom:30px;
}

li .text {
    margin-left:55px;
    padding-bottom:2px;
    letter-spacing:4px;
    color:#8094a2;
    font-weight:600;
    margin-top:-2px;
    transition:ease all 2s;
}

li .text:hover {
    color:#fff;
    opacity:0.75;
    border-bottom: dashed 1px #fff;
}

/*/-FORM-/*/

.form-bg {
    background: rgba(146, 185, 214, 0.7);
    height: 100%;
    padding: 50px 100px;
}

input,
textarea {
    width: 100%;
    background-color: transparent;
    padding: 0.5em;
    margin: 10px 0;
    outline: none;
    border: 2px solid #92b9d6;
    background: rgba(255, 255, 255, 0.17);
}

input:focus,
textarea:focus {
    background: rgba(255, 255, 255, 0.57);
    border-style: dotted;
}

::-webkit-input-placeholder {
    letter-spacing: 5px;
    color: #fff;
    opacity: 0.7;
}

::-moz-placeholder {
    color: #fde3ff;
    font-weight: 400;
    letter-spacing: 1px;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #fde3ff;
    font-weight: 400;
    letter-spacing: 1px;
}


/* ie */

input:-moz-placeholder {
    color: #fde3ff;
    font-weight: 400;
    letter-spacing: 1px;
}

textarea {
    height: 130px;
}

input[type='submit'] {
    color: #fff;
    font-family: 'Yeseva One', cursive;
    background: transparent;
    border: none;
    text-align: right;
    display: inline-block;
    font-size: 1.6em;
    opacity: 0.55;
    letter-spacing: 1px;
    margin-top: -5px;
    padding-right: 6px;
    transition: all 1s ease;
    display: inline-block;
    width: 20%;
    float: right;
    transition: ease all 1s;
    background: transparent;
}

input[type='submit']:hover {
    color: #fde3ff;
}

.form h1,
.section4 h1 {
    margin-bottom: 15px;
    text-align: center;
}

input.error,
textarea.error {
    border-color: #cc4847;
}