p {
    font-family: 'Montserrat';
}

li {
    font-family: 'Montserrat';
    color:#000;
    text-align: left;
}

h2 {
    text-align: center;
    font-family: 'Abril Fatface' !important;
    margin-bottom: 30px !important; 
}

q {
    font-style: italic;
}

a {
    text-decoration: none;
    color: #000;
}

span {
    font-family: 'Abril Fatface';
}

input {
    margin-top: 3%;
    background-color: #fff;
    font-size: 1.5vw;
    font-family: 'Montserrat';
}

iframe {
    width: 100%;
    height: 250px;
}

a img {
    margin: -1px 0px 10px 10px;
}

.logo {
    margin-left: 0px;
    margin-bottom: -10px;
    margin-top: -10px;
    width: 250px;
    display: block;
}

.navbar {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    position: fixed;
}

.navbar-brand {
    margin-right: 0px;
    display: inline;
    width: 10%;
}

.phone, .phone-number{
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 100px;
    margin-right: 15px;
    overflow: auto;
    border: 1px solid rgb(0,0,0,0.1);
    color: #fff;
    background-color: rgb(253, 100, 77);
    border-radius: 50%;
    border: 0px; 
}

.phone img {
    width: 48px;
    padding: 10%;
}

.phone-number-span {
    width: 180px;
    display: block;
    z-index: 9;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: 'Montserrat';
    text-align: center;
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.phone-number {
    display: block;
    z-index: 9999;
    height: 48px;
    border-radius: 24px 2px 2px 24px;
    margin-right: 40px;
}

.phone:hover {
    cursor: pointer;
}

.scroll-top {
    z-index: 10000;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    overflow: auto;
    border: 1px solid rgb(0,0,0,0.1);
    color: #fff;
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    border-radius: 50%;
    border: 0px;
    cursor: pointer;
}

.scroll-top img {
    width: 48px;
    height: 48px;
    padding: 20%;
}


::selection {
    background: none;
}

::-moz-selection {
    background: none;
}

::-webkit-selection {
    background: none;
}

.my-modal {
    width: 50%;
    height: 310px;
    z-index: 10000;
    position: fixed;
    margin-top: 150px;
    margin-left: 25.5%;
    top: 0;
    left: 0;
    overflow: auto;
    padding-top: 100px;
    border: 1px solid rgb(0,0,0,0.1);
    background-color: rgb(0,0,0);
    background-color: #fff;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

.my-modal-content {
    text-align: center;
    color: green;
    font-size: 28px;

}

.my-modal {
    display: none; 
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}


.fa-check-circle {
    width: 20px;
    margin-left: -25px;
}

.fa-times {
    float: right;
    margin-top: -90px;
    margin-right: 10px;
    cursor: pointer;
}

#col-sm-4-form, #col-sm-8-form {
    margin-bottom: 20px;
}

#col-sm-4-form {
    background-color: #eccc68;
}

.p-message {
    text-align: left;
    font-size: 33px;
    color: #000;
    margin-top: 3%;
}

.form-control {
    background-color: rgb(0,0,0,0);
    color: #000;
    font-family: 'Montserrat';
}

.form-control::-webkit-input-placeholder {
    background-color: rgb(0,0,0,0);
    color: #000;
    font-family: 'Montserrat';
}
/* Firefox <18 */
.form-control:-moz-placeholder {
    background-color: rgb(0,0,0,0);
    color: #000;
    font-family: 'Montserrat';
}
/* Firefox 19> */
.form-control::-moz-placeholder {
    background-color: rgb(0,0,0,0);
    color: #000;
    font-family: 'Montserrat';
}

.form-control:-ms-input-placeholder {
    background-color: rgb(0,0,0,0);
    color: #000;
    font-family: 'Montserrat';
}

#btn-submit {
    width: 95px;
    color: #000;
    opacity: 0.7;
    font-size: 20px;
    font-family: 'Montserrat';
    box-shadow: 5px 5px 10px;
    background-color: #e6e6e6;
    margin-bottom: 15px;
}

button:active {
    box-shadow: 5px 5px 15px;
    transform: translateY(3px);
}

.cycle-slideshow {
    height: 430px;
}

.header img {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 40%;
}

.footer, .row {
    color: #fff;
    font-family:'Roboto';
    letter-spacing: 1px;
    text-align: center;
}

.slide {
    border-radius: 0px;
    margin-top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
}

#prev-c {
    height:90%;
    width:200px;
    position:absolute;
    left:0;
    top:0;
    z-index:100;
}

#prev-c img {
    width: 20%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto 0px;
    opacity: 0.7;
    margin-left: 15px;
}

#next-c {
    height:90%;
    width:200px;
    position:absolute;
    right:0;
    top:0;
    z-index:100;
}

#next-c img {
    width:20%;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    margin:auto 0px;
    opacity: 0.7;
    margin-right: 15px;
}

#pager {
    height: 30%;
    width: 100%;
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:3%;
    z-index:1000;
    text-align:center;
    opacity:0;
    transition:all .2s ease-in-out 0s;
}

#pager:hover {
    opacity:1;
}

#pager img {
    width: 10%;
    height: 85%;
    border-radius: 0%;
    margin: 10px 3px;
    opacity:0.3;
    transition:all .3s ease-in-out 0s;
}

#pager img:hover {
    opacity:1;
    transform:scale(1.05);
    z-index:100;
}

#next #prev { 
    visibility:hidden;
}

#next,#prev:hover {
    cursor:pointer;
}

#next-c,#prev-c:hover #next,#prev { 
    visibility:visible;
}

.card {
    box-shadow: 5px 10px 18px #888888;
    min-height: 460px;
}

.card p {
    font-size: 26px; 
    margin-top: 6%;
}

.card:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(10); /* Safari 3-8 */
    transition: transform .3s;
    transform: scale(1.05); 
}

#footer-row {
    background-color: #000;
}

.footer {
    background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
    font-family: 'Montserrat';
    margin-top: 50px;
    width: 100%;
}

.footer img {
    border-radius: 50%;
    width: 35%;
}

.footer-social {
    background-color: white;
    opacity: 0.6;
}

.footer img {
    width: 35px;
}

.footer p {
    margin-bottom: 5px;
}

.footer-social:hover {
    opacity: 1;
}

.footer-body a:hover {
    text-decoration: none;
    color: #ff471a;
}

#copy-right {
    font-size: 20px;
    font-family: 'Montserrat';
}