@media all and (max-width:480px) {
.slides-container h1 {
    font-size: 24px;
    line-height:26px;
    padding: 15px 25px;
}
.navbar-left {
margin:0;
}


.navbar-left li, .navbar-right li {
border-bottom:1px solid #8E9095;
}
.navbar-right {
margin:0;
}
.slides-container p {
    line-height: 26px;
    font-size: 16px;
    padding: 1px 25px;
}
.slides-container p span {
    padding: 1px 10px;
}
.navbar-toggle {

margin:0;

    position: fixed;
top: 5px;
left:5px;
z-index: 999999999999;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 2px;
    background-color: white !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.navbar-collapse {
position: fixed;
width:100%;
top:50px;
z-index: 999999999999;
background-color:white;
}
.navbar-header, .container > .navbar-header {
    margin: 0px auto !important;
    float: none !important;
    position: relative;
    display: table;
}
.section {
    margin: 0px;
    padding: 35px 0px;
}
.st-padding-xl {
    padding: 5px 0px;
}
blockquote {
    padding: 25px 0px 15px 15px;
}
.testimonial .author {
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.gallery .gl-item.gl-preview .glp-close {
    top: 25px;
    right: 10px;
}
.no-padding {
    padding: 0px;
}
.testimonial .citation-big {
    font-size: 20px;
}
.testimonial img {
    max-width:80%;
}
ul.gallety-filters > li > a {
    padding: 0px 15px 15px 15px;
    font-size: 12px;
}
ul.gallety-filters {
    padding-top:15px;
}
.gallery .gl-item-icon {
display:none;
}
.gallery .gl-item-title {
    font-size: 12px;
}
.gallery .gl-item-category {
    font-size: 12px;
}
.gl-item-icon img {
width:150px;
}
.gl-item-icon span, .gl-item-category {
font-size:20px;
}
.social-feed-element .gl-item-title, .social-feed-head .gl-item-title {
    margin: 0px 5px;
    font-size:12px;
    line-height:15px
}
.social-feed-element figure figcaption {
	opacity: 0;
}
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media all and (min-width:481px) and (max-width:767px) {
body {
 overflow:hidden;
}
.navbar-left {
margin:0;
}
.navbar-left li, .navbar-right li {
border-bottom:1px solid #8E9095;
}
.navbar-right {
margin:0;
}
.slides-container h1 {
    font-size: 38px;
    line-height:42px;
    padding: 15px 25px;
}
.slides-container p {
    line-height: 26px;
    font-size: 16px;
    padding: 1px 25px;
}
.slides-container p span {
    padding: 1px 10px;
}
.navbar-toggle {

margin:0;

    position: fixed;
top: 5px;
left:5px;
z-index: 999999999999;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background-color: white !important;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.75);
}
.navbar-collapse {
position: fixed;
width:100%;
top:50px;
z-index: 999999999999;
background-color:white;
}
.navbar-header, .container > .navbar-header {
    margin: 0px auto !important;
    float: none !important;
    position: relative;
    display: table;
}
.section {
    margin: 0px;
    padding: 50px 0px;
}
.no-padding {
    padding: 0px;
}
.gallery .gl-item.gl-preview .glp-close {
    top: 25px;
    right: 10px;
}

.testimonial .citation-big {
    font-size: 30px;
}
.testimonial img {
    max-width:80%;
}
ul.gallety-filters > li > a {
    padding: 0px 18px 15px 18px;
    font-size: 13px;
}
ul.gallety-filters {
    padding-top:15px;
}
.gl-item-icon span, .gl-item-category {
font-size:20px;
}
.social-feed-element .gl-item-title, .social-feed-head .gl-item-title {
    margin: 0px 15px;
}
.social-feed-element figure figcaption {
	opacity: 0;
}
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:768px) and (max-width:991px) {
body {
 overflow:hidden;
}
.top-menu.tm-fixed > header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	margin-top: 0;
	z-index: 9999;
	background-color: white;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
}
.navbar-header, .container > .navbar-header {
    margin: 0px auto !important;
    float: none !important;
    position: relative;
    display: table;
}
.navbar-collapse {
margin: -70px auto 0px auto !important;
width:100%;

}
ul.gallety-filters > li > a {
    padding: 15px 20px;
}
.gl-item-icon span, .gl-item-category {
font-size:25px;
}

}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:992px) and (max-width:1199px) {
body {
 overflow:hidden;
}
.section {
    margin: 0px;
    padding: 75px 0px;
}
.no-padding {
    padding: 0px;
}
.st-padding-xl{
padding: 50px 0px;
}
}

/*----------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width:1200px) {
body {
 overflow:hidden;
}

}
