/******************home********************/
.my-caption{
    color: #363232;
}
.my-caption h4 {
       color:#363232;
       font-weight:bold;
}


.cc-content {
    margin-top:0;
    padding-top:0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.top-h-row {
    background-image: linear-gradient(to bottom, #5c6a8c, white);
    margin:auto;
    margin-bottom: 15px;
    padding-top: 0px;
}


/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {
    h2 {
        font-size: 18px;
        line-height: 1.5em
    }

    .carousel-caption {
        top: 40%;
        left: 15%;
        transform: none;
    }
}*/

/* Small devices (portrait tablets and large phones, 600px and up) */
/*@media only screen and (min-width: 600px) {
    h2 {
        font-size: 20px;
        line-height: 1.5em
    }

    .carousel-caption {
        top: 47%;
        left: 15%;
        transform: none;
    }
}*/

/* Medium devices (landscape tablets, 768px and up) */
/*@media only screen and (min-width: 768px) {
    h2 {
    font-size: 30px;
    line-height: 1.5em
}

.carousel-caption {
        top:56%;
        left: 15%;
        transform: none;
    }
}*/

/* Large devices (laptops/desktops, 992px and up) */
/*@media only screen and (min-width: 992px) {
    h2 {
        font-size: 30px;
        line-height: 1.5em
    }

    .carousel-caption {
        top: 70%;
        left: 15%;
        transform: none;
    }
}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 30px;
        line-height: 1.5em
    }

    .carousel-caption {
        top: 75%;
        left: 15%;
        transform: none;
    }
}*/

/******************end home********************/
/******************contact********************/
.contact-page {
    text-align: center;
}

.top-row {
    background-image: linear-gradient(to bottom, #5c6a8c, white);
    margin: auto;
    margin-bottom: 10px;
    padding-top: 30px;
}

.bottom-row {
    background-image: linear-gradient(to top, #5c6a8c, white);
    margin: auto;
    margin-top: 10px;
    padding-top: 30px;
}
 
 .message-form label{
     display:block;
     margin-bottom: 12px;
 }
 
 .message-form label > span{
     float: left;
     width: 100px;
     color: #f9f9f9;
     font-weight: bold;
     font-size: 11px;
 }
 
 
 
 
 .message-form fieldset{
     margin: 0px 0px 10px 0px;
     background: #3c8ea2;
     color: #f9f9f9;
     text-align: center;
     background-image: linear-gradient(to bottom, #473487 , #3c8ea2);
 }
 
 .message-form textarea{
     height:100px;
 }
 
 .message-form input[type=text],
 .message-form input[type=date],
 .message-form input[type=datetime],
 .message-form input[type=number],
 .message-form input[type=search],
 .message-form input[type=time],
 .message-form input[type=url],
 .message-form input[type=email],
 .message-form textarea{
         
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border: 1px solid #406d99;
     outline: none;
     color: #888;
     padding: 5px 8px 5px 8px;
     box-shadow: inset 1px 1px 4px #eee;
     -moz-box-shadow: inset 1px 1px 4px #eee;
     -webkit-box-shadow: inset 1px 1px 4px #eee;
     background: #f9f9f9;
         width:70%;
         font-size: 12px;
     
 }
 .message-form  input[type=submit],
 .message-form  input[type=button]{
         width: 300px;
     background: #0087d1;
     padding: 5px 15px 5px 15px;
     color: #e5f3fa;
     border: 1px solid #29799e;
     box-shadow: inset -1px -1px 3px #473487;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -moz-box-shadow: inset -1px -1px 3px #473487;
     -webkit-box-shadow: inset -1px -1px 3px #473487;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
         
 }
 .required{
     
     font-weight:normal;
 }
.map-image{
   text-align:center;
}
.map-image::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, transparent 0%, white 100%);
    margin-top: -150px;
    height: 150px;
    width: 100%;
    content: '';
}


 div.slide-left {
  /*width:80%;*/
  overflow:hidden;
  text-align: center;
}
div.slide-left p {
  animation: slide-left 15s;
}

@keyframes slide-left {
  from {
    margin-left: 100%;
    width: 200%; 
  }

  to {
    margin-left: 10%;
    width: 80%;
  }
}

div.slide-right {
  /*width:80%;*/
  overflow:hidden;
  text-align: center;
}
div.slide-right p {
  animation: slide-right 15s;
}

@keyframes slide-right {
  from {
    margin-left: -200%;
    width: 80%; 
  }

  to {
    margin-left: 10%;
    width: 80%;
  }
}

 
 /******************end contact********************/
.my-icon {
    font-size: 1.75em;
    text-decoration: none;
    color: red;
}

div.test {
    white-space: nowrap;
    width: 11px;
    overflow: hidden;
}

    div.test:hover {
        overflow: visible;
    }
    

    



  
  
  
  
  

  
  
  
  