
/**************************************************************************************
Custom Responsive classes
Copyright  2015  rights reserved
**************************************************************************************/
@media only screen and (min-width: 1169px) and (max-width: 1200px) {


}



@media only screen and (min-width: 992px) and (max-width: 1169px) {

.navbar-brand {
    float: none !important;
    
   display:block
}
.navbar-header{ float:none; width:100%}
.navbar-brand>img {
	margin:0 auto
}
.dropdown-menu{min-width: 95px;}	

.carousel-indicators {
    
    height: 288px;    bottom: -49px;}
.slider-left p {
    height: 80px;
    overflow: hidden;
}
.navbar-right{ width:100%}
.button-more{margin-top: 18px !important;}
.tp-bullets {
    bottom: 30px !important;
    left: 50% !important;
    margin-left: 180px !important;
}
.navbar-right li {
    float: left;
    width: 100%;
}
.navbar-right .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px dotted #0d4b58;
}
input[type="password"]{ width:100%}

}


@media only screen and (max-width: 991px) {
.navbar-brand {
    float: none !important;
    
   display:block
}
.navbar-header{ float:none; width:100%}
.navbar-brand>img {
	margin:0 auto
}
.dropdown-menu{min-width: 95px;}	
.navbar-right li {
    float: left;
    width: 100%;
}
.navbar-right .dropdown-menu>li>a {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px dotted #0d4b58;
}
.navbar-right{ width:100%}
.custom-prag {
    font-size: 12px !important;
    }
	
	.tp-bullets {
    bottom: 8px !important;
    left: 44% !important;
    margin-left: 180px !important;
}
.custom-blocks p {
    padding: 0 20px;
    color: #000;
    font-size: 12px;
}
.carousel-indicators {
    width: 50px;
    height: 625px;
    position: absolute;
    margin: 0;
    background: #7eb741;
    bottom: -430px;
    left: 95.3%;
}
.slider-right img{ width:100%}	
.slider-left h2 {
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
}
.footer-container a {
    font-size: 12px;
}
.footer-container p {
    color: #0e4a5f;
    font-size: 12px;
}
.button-more{margin-top: 18px !important;}
input[type="password"]{ width:100%}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 10px;
    margin-left: 0px;
}
.box-container div{ margin:10px 0}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {



} 

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	




}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}
		

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

} 

