@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){

    .top_line{
        height: auto;
    text-align: center;
    }
    .logo {
      margin: 20px 18%;
    }
    .menu_header {
    padding: 0;
    margin-top:0;
    position: relative;
    left: 0;
        margin-top: -50px;
}
    .col-xs-12.col-md-offset-1.text-right{
        text-align: center;}
    .header.stuckMenu.isStuck .logo{ width: auto; height: 60px;margin: 0; margin-top: 5px;}
.header.stuckMenu.isStuck .menu_header{margin-top: -50px;}
.carousel-caption {
left: 20%;
    right:20%;
}
.carousel-caption h1{
    font-size: 4vw;
    margin: 0;

}
.carousel .carousel-control {
max-width: 30px;
max-height: 30px;
    }
.carousel-caption span{
    display: none;
}
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    font-size: 16px;
    color: #3C698E;
    top: 23%;
}
    .about_box div.info:after {
        top: 60px;
    }
    .carousel-indicators {
    bottom: -7px;
    }
    .futures_section p {
    text-align: justify;
    min-height: auto;
    }
    .google-map {
    border: 5px solid #f0f0f0;
background: #E5E3DF;
height: 500px;
margin: 20px auto;
width:100%;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-ms-transition: all 200ms linear;
-o-transition: all 200ms linear;
transition: all 200ms linear;
}
.google-map:hover{
  border-radius: 0;
}
.list-contact-footer{
margin-left: 0%;
}
.list-contact-footer li.text-center{
text-align: left;
}
    .bottom_line{
    width: 100%;
    min-height: 40px;
        height: auto;
}
/* Styles */
}
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) and (max-width:767px;)  {
    .about_box div.info:after {
        top: 80px;
    }
    .logo {
    margin: 20px 29%;
}
    .menu_header {
    margin-top: -70px;
}
/* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {

     .logo {
      margin: 20px 3px;
      margin-right: 0;
      float: left;
      height: 75px;
      width: auto;
    }
    #header_menu .nav > li > a {
    padding: 10px 5px;
    font-size: 12px;
    }
 .about_box div.info:after{
    position: relative;
    top: 0;
    left: -5px;
    border-right:16px solid #565656;
    border-bottom:16px solid transparent;
    content:"";
    display:block;
    height:0;
    width:0;
}
    .top_line{
        height: auto;
    }
    .menu_header{
        margin-top: 30px;
    }
    .contact_element i {
    padding-top: 9%;
    }
    .flickr_badge_image img{
        width: 55px !important;
        height: 55px !important;
    }
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}
/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
