/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
.menuzord-brand img {max-height: 65px;}
.menuzord .showhide {padding: 25px 0 0;}
.menuzord-menu > li {padding: 10px 0;}
#home .slider .caption {
    bottom: 39%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 7px;
    font-weight: 800;
    left: 2%;
    padding: 3px;
    position: absolute;
    border-radius: 40px;
    margin-left: 31px;
}
.funfact{
	margin-left:50px;
}
.col-md-3.mt-30 {
    margin-left: 49px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	#home .slider .caption {
    bottom: 39%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 9px;
    font-weight: 800;
    left: 2%;
    padding: 3px;
    position: absolute;
    border-radius: 40px;
    margin-left: 31px;
}
.funfact {
    margin-left: 128px;
}
.col-md-3.mt-30 {
    margin-left: 118px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#home .slider .caption {
    bottom: 39%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 14px;
    font-weight: 800;
    left: 2%;
    padding: 3px;
    position: absolute;
    border-radius: 40px;
    margin-left: 31px;
}
.funfact {
    margin-left: 70px;
}
.btn.btn-default.btn-circled.btn-lg {
    margin-left: 130px;
}
.col-md-9 {
    text-align: center;
}
.list-inline.pull-right.flip.sm-pull-none.sm-text-center.mt-5 {
    margin-left: 300px;
  
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#home .slider .caption {
    bottom: 39%;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 20px;
    font-weight: 800;
    left: 2%;
    padding: 3px;
    position: absolute;
    border-radius: 40px;
    margin-left: 31px;
}
.funfact {
    margin-left: 34px;
}
.col-md-9 {
    text-align: center;
margin-left: 116px;
}
.btn.btn-default.btn-circled.btn-lg {
    margin-left: 249px;
}

element {
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-controls .owl-nav > div {
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.8);
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 53%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 6;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}