
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

.top-items
 ul:before,
 .top-items
 ul:after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.butus {
    background-position: right top;
}

.butus h2 {font-size: 35px;}

.shdul {
    text-align: center;
}

.social {
    text-align: center;
}

.caption-controls.text-right {
    margin: 0;
}

a {}

.caption ul
 li a {
    font-size: 18px;
}

.breadcrumbz a {
    font-size: 14px;
}

.content-entry img {
    float: none;
}

.top-items {display:none;}
div.m-menu .top-items {display:block;}
.top-items  ul {
    text-align: center;
}

.top-items ul li a:before {
    display: none;
}

.src-frm {
    left: 0;
    right: 0;
    padding: 5px 0 5px 0;
    margin: 0 auto;
    min-height: 55px;
}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}