﻿.rs{
    margin: 0;
    padding: 0;
}
h1.rs, h2.rs, h3.rs, h4.rs, h5.rs, h6.rs{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
ul.rs, ol.rs{
    list-style: none;
}

img{
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    /*width: auto\9; */
    /* IE7-8 need help adjusting responsive images */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


.btn-gray{
	padding: 10px 5px 0 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	transition: color 0.3s;
	-o-transition: color 0.3s,background 0.3s;
	-ms-transition: color 0.3s,background 0.3s;
	-moz-transition: color 0.3s,background 0.3s;
	-webkit-transition: color 0.3s,background 0.3s;
	background-color: #415344;
}
.btn-gray:hover{
    background: rgba(0,0,0,0.4);
    color: #FFF;
}

.btn-gray2{
	padding: 10px 5px 0 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	transition: color 0.3s;
	-o-transition: color 0.3s,background 0.3s;
	-ms-transition: color 0.3s,background 0.3s;
	-moz-transition: color 0.3s,background 0.3s;
	-webkit-transition: color 0.3s,background 0.3s;
	background-color: #393a3b;
}
.btn-gray2:hover{
    background: rgba(0,0,0,0.4);
    color: #FFF;
}

#home-slider p {
	margin: 0	
}
#home-slider .slide-item{
    float: left;
    width: 500px;
    margin-left: 1%;
    padding-top: 40px;
}
#home-slider .slide-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 31px;
	line-height: 28px;
	color: #064d7d;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#home-slider .slide-title2{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	color: #064d7d;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#home-slider .slide-title3{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 24px;
	color: #064d7d;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#home-slider .slide-title4{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 21px;
	line-height: 24px;
	color: #064d7d;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#home-slider .slide-title5{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16.5px;
	line-height: 24px;
	color: #064d7d;
	padding-bottom: 20px;
	text-transform: uppercase;
}




#home-slider .slide-sub-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2em;
	color: #425341;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#home-slider .slide-sub-title2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2em;
	color: #425341;
	padding-bottom: 20px;
	text-transform: uppercase;
}


.slide-description,
.slide-description2{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px; 
	color: #393a3b;
	padding-bottom: 20px;
	letter-spacing: -1px;
}
.slide-description2{
	color: #fff
}
.slide-with-background {
	background:url(../images/slide-item-bg.png) repeat 0 0;	
}
#home-slider .md-bullet{
    cursor: pointer;
    margin-left: 5px;
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#home-slider .md-bullet.md-current{
    background:#000;
}
#home-slider .btn-gray {padding: 0;}

