/*
 *   Mobile Stylesheet
 */
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background: -moz-linear-gradient(top, rgba(252,255,254,0.57) 24%, rgba(252,255,254,0.7) 47%, rgba(227,234,237,0.8) 65%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(252,255,254,0.57)), color-stop(47%,rgba(252,255,254,0.7)), color-stop(65%,rgba(227,234,237,0.8)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91fcfffe', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	height:100%;
}

.title_text {
	font-family: 'Nunito', sans-serif;
	font-size:30px;
	font-weight:400;
} 

.subtitle_text {
	font-family: 'Nunito', sans-serif;
	font-size:15px;
	font-weight:200;
} 

.img_home1{
	max-height: 50%;
	max-width: 100%;
}

.img_home2{
	max-height: 50%;
	max-width: 50%;
	background: -moz-linear-gradient(top, rgba(252,255,254,0.57) 24%, rgba(252,255,254,0.7) 47%, rgba(227,234,237,0.8) 65%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,rgba(252,255,254,0.57)), color-stop(47%,rgba(252,255,254,0.7)), color-stop(65%,rgba(227,234,237,0.8)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(252,255,254,0.57) 24%,rgba(252,255,254,0.7) 47%,rgba(227,234,237,0.8) 65%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91fcfffe', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	
}

.caption {
	height:130px;
	font-weight:200;	
	font-family: 'Open Sans', sans-serif;
}

.thumbnail {
	background-color:#FFF;
	margin-bottom:0px;
}

.error {
	color: red;
}


.lead {
	font-weight:bold;	
}



.banner {
        color: blue;
 }
 
.ui-mobile .ui-page .ui-slider-input,
.ui-mobile .ui-dialog .ui-slider-input{
    display : none;
    
}

.ui-slider-track {
     margin-left: 10px;
}

.ui-slider-handle {
    display : none;
    
}