

/* ===== == = === 20em (320px) === = == ===== */

@media only screen and (min-width : 20em) and (max-width: 767px) {

body {
    background-image: url("/rain/img/page_bg_sm.jpg");
}    

#header-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 13px;
    padding-top: 7px;
}



    
.header-content{
    padding: 0 20px 0 20px;
    text-align: center;
}

.logo{
  text-align: center;
  width: 100%;
  float: none;
}

.tagline{
    float: none;
    margin-top: 10px;
    padding-left: 0;
    clear: left;
    text-align: center;
    display: none;
}

#header-nav{
    float: none;
    clear: both;
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}  

#header-nav li{
    float: none;
    display: inline-block;
} 

.hidden-sm{
    display: none !important;
}

.slide-content{
    width: 240px;
    margin:0 auto;
    padding-top: 10px;
    padding-right:0;
    padding-left:0;  
    position: relative;  
    height: 2000px;
}

.slides-navigation a {
  width: 32px;
  height: 27px;
}

.slide-content img, .slides-navigation a img {
    width: 100%;
    height: auto;
}

.txt-lg, .txt-sm{
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
}
.txt-lg-home{
    font-size: 15px;
    color:#3f3f3f;
    line-height: 30px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 6px;
    font-family: 'Catamaran', sans-serif;
}

.md-name{
    font-size: 12px;
    line-height: normal;
}




img.ovi{
    float: none;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
}

.list-lg li{
    font-size: 15px;    
    margin-bottom: 20px;
    background-position:left 5px;
    padding-left: 20px; 
    line-height: normal;
    
}

.contact-address, .contact-form{
    clear: both;
    width: 100%;
}


.contact-address{
    border-right:none;
    padding-right:0;
    margin-right: 0;
}
.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea{
    width: 95%;
}

.contact-address span.sb{
    text-align: left;
}

.input-cntrl.btn{
    text-align: center;
}

/* Secondary Navigation */

#secondary-nav{
    position: relative;
    display: block;
    list-style: none;
    z-index: 999;
    width: 240px;
    margin: 0 auto;
    clear: both;
    padding-top: 10px;
}

/*#secondary-nav li{
    display: inline-block;
    clear: both;
    position: relative;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
}*/


#secondary-nav li{
    float: left;
    clear: none;
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 115px;
}


#secondary-nav li:last-child{
    margin-right:0;
    clear: left;
}

#secondary-nav li#oview{
    width: 235px;
}




#secondary-nav li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 9px;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    background-image: url("/rain/img/nav-arrow.png");
    background-repeat: no-repeat;
    background-position:95% center; 
    display: block;
    background-color: #000;
}

#secondary-nav li a.overview{
    color: #808080;   
    background-image: url("/rain/img/nav-plus.png"); 
    background-color: #fff;
}

.sub-list{
    list-style: none;
    margin: 0;
    padding: 0;
    min-width:115px;
}

.ov-right{
    display: none;
    height: 0;
}

.ov-left{
    float: none;
    min-width: 235px;
    max-width: 235px;
    margin-right: 0;
}

.rslides-container {
position: relative;
float: left;
width: 100%;
padding-top: 0px;
margin-bottom: 50px;
}

.centered-btns_nav {
width: 32px;
height: 27px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;   
  top: 65%;
 

}

}
/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (min-width : 30em) {
    
 
}

/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {
    .hidden-sm{
    display: none !important;
}


}

/* ===== == = === 48em (768px) === = == ===== */

@media only screen and (min-width : 48em) {
    
    .hidden-sm{
    display: block !important;
}

.rslides-container {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 190px; 
  margin-bottom: 50px; 
  }    
    
#header-wrap {
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    background-image: url("/rain/img/header_bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 23px;
    padding-top: 17px;
}

.header-content{
    padding: 0 60px 0 60px;
}

.logo-wrap{}

.logo{
    float: left;
    text-align: left;
}
.tagline{
    float: left;
    font-size: 11px;
    font-weight: 300;
    padding-left: 131px;
    margin-top: -5px;
    clear: left;
}

#header-nav{
    float: right;
    list-style: none;
    padding: 0;
    margin: -35px 0 0 0;
}  

#header-nav li{
    float: left;
    color: #5eb3ca;
    font-size: 12px;    
}  

#header-nav li.divider{
    padding: 0 5px 0 5px;   
}  

#header-nav li a{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}  


#header-nav li a:hover, #header-nav li a.active {
    color: #818181;
}  

/*Slider Styles*/

.slide-content{
    width: 600px;
    margin:0 auto;
    padding-top: 190px;
    padding-right:60px;
    padding-left:60px;  
    position: relative;  
    height: 100%;
}




.slide-content h5{
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.txt-lg{
    font-size: 25px;
    line-height: 45px;
    padding-bottom: 45px;
}
.txt-lg-home{
    font-size: 19px;
    color:#3f3f3f;
    line-height: 40px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 6px;
    font-family: 'Catamaran', sans-serif;
}

.txt-sm{
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 25px;
}



img.ovi{
    float: none;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    height: auto;    
}



.fnt-thin{
    font-weight: 300;
}

.fnt-normal{
    font-weight: 400;
}




.md-name{
    display: inline-block;
}

.md-name b{
    display:block;
}

.md-name i{
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
}

.list-lg, .list-sm{
    padding: 0;
    margin: 0;
    list-style: none;
}



.list-lg li{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    background-image: url("/rain/img/bullet.gif");
    background-repeat: no-repeat;
    background-position:left 9px;
    padding-left: 30px; 
    line-height: normal;
    
}

.list-sm {
    float: left;
    font-weight: 300;
    width: 100%;
    font-size: 13px;
}

.list-sm li{
    float: left;
    width: 170px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-content a{
    text-decoration: none;
    color: #383838;
}

.contact-content a:hover{
    text-decoration: underline;
}

.contact-address, .contact-form{
    float: left;
}

.contact-address{
    border-right:1px solid #969696;
    padding-right: 60px;
    margin-right: 60px;
}

.contact-address p{
    padding-bottom: 20px;
}


.contact-address span.sb{
    display: block;
    clear: left;
    font-size: 11px;
    text-align: right;
    line-height: normal;
}

.contact-form{
    width: 290px;
}

.contact-form label{
    text-transform: uppercase;
}

.contact-form label, .contact-form input{
    display: block;
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea{
    background-color: #a5c4d2;
    border: none;
    padding: 6px 4px;
    display: block;
    width: 282px;
    color: #fff;
}




.contact-form input[type="submit"] {
    background-color: #fff;
    border: 1px solid #8e8e8e;
    padding: 3px 6px;
    font-size: 10px;
    display: inline-block;
    margin: 0;
}

.input-cntrl{
    margin-bottom: 20px;
}

.input-cntrl.btn{
    text-align: right;
}

/* Secondary Navigation */

#secondary-nav{
    position: absolute;
    display: block;
    list-style: none;
    left: 60px;
    top: 130px;
    z-index: 999;
}

#secondary-nav li{
    float: left;
    position: relative;
    margin-right: 1px;
    margin-bottom: 20px;
}

#secondary-nav li#oview{
    float: left;
    clear: left;
}

#secondary-nav li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    padding: 3px 10px;
    cursor: pointer;
    background-image: url("/rain/img/nav-arrow.png");
    background-repeat: no-repeat;
    background-position:95% center; 
    display: inline-block;
    background-color: #000;
    width: 168px;
}


#secondary-nav li a.home{
    background-image: url("/rain/img/nav-arrow-home.png");
    background-position:center center;    
    background-color: #a5c2d2;
    width: auto;
    padding: 3px 13px;
    text-indent: -999999px;
}

#secondary-nav li a.overview{
    color: #808080;   
    background-image: url("/rain/img/nav-plus.png"); 
    background-color: #fff;
}

#secondary-nav li a.current{
    background-image: none;
    cursor: default;
}

.dropdown {
	position: absolute;
	z-index: 9999999;
    display: none;
    margin-top: 1px;
}


.ov-left, .ov-right{
    float: left;
    height:100%;
    background-color: #fff;
    font-size: 11px;
    font-weight: 400; 
    color: #808080;   
    
}
.ov-left{
    width: 188px;
    margin-right: 1px; 
}

.ov-left ul, .ov-right ul {
    list-style: none; 
}

.ov-left ul li{
    margin-bottom: 15px;
}

.ov-right ul li{
    float: left;
    width: 170px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.ov-right ul li:last-child{
    margin-right: 0;
}


.ov-content h6{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}

.ov-content p{
    line-height: normal;
}

.ov-content p.client-name{
    text-transform: uppercase;
}

.ov-content p.statistics{
    background-color: #e8ff02;
}

.ov-content p.social span{
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.ov-content p.social span a{
    display: block;
    width: 24px;
    height: 24px;
    
}

.ov-content p.social span.fb{
    background-image: url('/rain/img/icon_fb.png');
}

.ov-content p.social span.twitter{
    background-image: url('/rain/img/icon_twit.png');
}

.ov-content p.social span.youtube{
    background-image: url('/rain/img/icon_yt.png');
}

.ov-content h6 a{
    text-decoration: none;
    color: #5eb3ca;
}

.ov-content h6 a:hover{
    text-decoration: none;
    color: #7591a0;
}

.ov-right{
    width: 375px;
}

.ov-content{
    padding: 10px;
}

.ov-header{
    margin-top: -26px;
    padding: 3px 10px;
    color: #808080;   
    background-image: url("/rain/img/nav-close.png"); 
    background-repeat: no-repeat;
    background-position:97% center; 
    background-color: #fff;   
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
}


.sub-list{
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 188px;
    width: 100%;
}

.sub-list li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    padding: 3px 10px;
    cursor: pointer;
    background-color: #000;
    display: block;
}


#footer {
    clear: both;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}

.footer-content-wrap{
    width: 100%;
    margin: 0 auto;
}

.footer-content{
    width: 100%;
    padding: 3px 0;
    float: left;
    background-color: #fff;
}
#slide-title{float: left; margin-left: 10px;}
#slide-title p, #slide-title p span{
    display:inline;
}

#slide-title p{
 text-transform: uppercase;
 font-size: 12px;
}


#slide-title p span{
 padding-left: 5px;
  text-transform: none;
}

#pagination-wrap{
    margin:0 10px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

#pagination-wrap li{
    float:left;
    margin-left: 20px;
}


.rslides-container {
position: relative;
float: left;
width: 100%;
padding-top: 220px; 
margin-bottom: 50px;
}
    
    
}

/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width : 56.25em){

#secondary-nav li#oview{
    float: left;
    clear: left;
}
    
}


/* ===== == = === 65.313em (1023px) === = == ===== */

@media only screen and (min-width : 64em){

#secondary-nav li#oview{
    float: left;
    clear: none;
}

.ov-right{
    width: 350px;
}

.ov-right ul li{
    width: 145px;
    margin-right: 10px;
}

.ov-right ul li:last-child{
    margin-right: 0;
}

}



/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {
#header-wrap {
    left: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    background-image: url("/rain/img/header_bg.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 23px;
    padding-top: 17px;
}

.header-content{
    padding: 0 60px 0 60px;
}

.logo-wrap{}

.logo{
    float: left;
}
.tagline{
    float: left;
    font-size: 11px;
    font-weight: 300;
    padding-left: 131px;
    margin-top: -5px;
    clear: left;
}

#header-nav{
    float: right;
    list-style: none;
    padding: 0;
    margin: -35px 0 0 0;
}  

#header-nav li{
    float: left;
    color: #5eb3ca;
    font-size: 12px;    
}  

#header-nav li.divider{
    padding: 0 5px 0 5px;   
}  

#header-nav li a{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 400;
}  


#header-nav li a:hover, #header-nav li a.active {
    color: #818181;
}  






/*Slider Styles*/

.slide-content{
    width: 720px;
    margin:0 auto;
    padding-top: 190px;
    padding-right:60px;
    padding-left:60px;  
    position: relative;  
    height: 100%;
}

.rslides-container {
                padding-top: 200px;
            }


.slide-content h5{
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.txt-lg{
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 50px;
}

.txt-lg-home{
    font-size: 20px;
    color:#3f3f3f;
    line-height: 47px;
    font-weight: 100;
    letter-spacing: 1px;
    word-spacing: 6px;
    font-family: 'Catamaran', sans-serif;
}

    .homeslider-grid{
        margin:0 auto;
        width:960px;
        position: relative;
    }
    .homeslider-grid li{
        list-style-type: none;
        float: left;
        width: 458px;
        margin:10px;
        
    }
    
    
.txt-sm{
    font-size: 17px;
    line-height: 30px;
    padding-bottom: 30px;
}


.fnt-thin{
/*    font-weight: 300;*/
}

.fnt-normal{
    font-weight: 400;
}

img.ovi{
    float: right;
    margin-left: 20px;
    margin-top: -25px;
    margin-bottom: 15px;
    width: auto;
}



.md-name{
    display: inline-block;
}

.md-name b{
    display:block;
}

.md-name i{
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
}

.list-lg, .list-sm{
    padding: 0;
    margin: 0;
    list-style: none;
}



.list-lg li{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px;
    background-image: url("/rain/img/bullet.gif");
    background-repeat: no-repeat;
    background-position:left 9px;
    padding-left: 30px; 
    line-height: normal;
    
}

.list-sm {
    float: left;
    font-weight: 300;
    width: 100%;
    font-size: 13px;
}

.list-sm li{
    float: left;
    width: 170px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-content a{
    text-decoration: none;
    color: #383838;
}

.contact-content a:hover{
    text-decoration: underline;
}

.contact-address, .contact-form{
    float: left;
}

.contact-address{
    border-right:1px solid #969696;
    padding-right: 60px;
    margin-right: 60px;
}

.contact-address p{
    padding-bottom: 20px;
}


.contact-address span.sb{
    display: block;
    clear: left;
    font-size: 11px;
    text-align: right;
    line-height: normal;
}

.contact-form{
    width: 290px;
}

.contact-form label{
    text-transform: uppercase;
}

.contact-form label, .contact-form input{
    display: block;
}

.contact-form input[type="text"], .contact-form input[type="password"], .contact-form input[type="email"], .contact-form textarea{
    background-color: #a5c4d2;
    border: none;
    padding: 6px 4px;
    display: block;
    width: 282px;
    color: #fff;
}




.contact-form input[type="submit"] {
    background-color: #fff;
    border: 1px solid #8e8e8e;
    padding: 3px 6px;
    font-size: 10px;
    display: inline-block;
    margin: 0;
}

.input-cntrl{
    margin-bottom: 20px;
}

.input-cntrl.btn{
    text-align: right;
}



/* Secondary Navigation */

#secondary-nav{
    position: absolute;
    display: block;
    list-style: none;
    left: 60px;
    top: 140px;
    z-index: 999;
}

#secondary-nav li{
    float: left;
    position: relative;
    margin-right: 1px;
    margin-bottom: 25px;
}

#secondary-nav li#oview{
    clear: none;
}

#secondary-nav li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    padding: 3px 10px;
    cursor: pointer;
    background-image: url("/rain/img/nav-arrow.png");
    background-repeat: no-repeat;
    background-position:95% center; 
    display: inline-block;
    background-color: #000;
    width: 168px;
}


#secondary-nav li a.home{
    background-image: url("/rain/img/nav-arrow-home.png");
    background-position:center center;    
    background-color: #a5c2d2;
    width: auto;
    padding: 3px 13px;
    text-indent: -999999px;
}

#secondary-nav li a.overview{
    color: #808080;   
    background-image: url("/rain/img/nav-plus.png"); 
    background-color: #fff;
}

#secondary-nav li a.current{
    background-image: none;
    cursor: default;
}

.dropdown {
	position: absolute;
	z-index: 9999999;
    display: none;
    margin-top: 1px;
}


.ov-left, .ov-right{
    float: left;
    height:100%;
    background-color: #fff;
    font-size: 11px;
    font-weight: 400; 
    color: #000;   
    
}
.ov-left{
    width: 188px;
    margin-right: 1px; 
}

.ov-left ul, .ov-right ul {
    list-style: none; 
}

.ov-left ul li{
    margin-bottom: 15px;
}

.ov-right ul li{
    float: left;
    width: 170px;
    margin-right: 15px;
    padding-bottom: 10px;
}

.ov-right ul li:last-child{
    margin-right: 0;
}


.ov-content h6{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}

.ov-content p{
    line-height: normal;
}

.ov-content p.client-name{
    text-transform: uppercase;
}

.ov-content p.statistics{
    background-color: #e8ff02;
}

.ov-content p.social span{
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}

.ov-content p.social span a{
    display: block;
    width: 24px;
    height: 24px;
    
}

.ov-content p.social span.fb{
    background-image: url('/rain/img/icon_fb.png');
}

.ov-content p.social span.twitter{
    background-image: url('/rain/img/icon_twit.png');
}

.ov-content p.social span.youtube{
    background-image: url('/rain/img/icon_yt.png');
}

.ov-content h6 a{
    text-decoration: none;
    color: #5eb3ca;
}

.ov-content h6 a:hover{
    text-decoration: none;
    color: #7591a0;
}

.ov-right{
    width: 375px;
}

.ov-content{
    padding: 10px;
}

.ov-header{
    margin-top: -26px;
    padding: 3px 10px;
    color: #808080;   
    background-image: url("/rain/img/nav-close.png"); 
    background-repeat: no-repeat;
    background-position:97% center; 
    background-color: #fff;   
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
}


.sub-list{
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 188px;
    width: 100%;
}

.sub-list li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
    padding: 3px 10px;
    cursor: pointer;
    background-color: #000;
    display: block;
}


#footer {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}

.footer-content-wrap{
    width: 840px;
    margin: 0 auto;
}

.footer-content{
    width: 100%;
    padding: 3px 0;
    float: left;
    background-color: #fff;
}
#slide-title{float: left; margin-left: 10px;}
#slide-title p, #slide-title p span{
    display:inline;
}

#slide-title p{
 text-transform: uppercase;
 font-size: 12px;
}


#slide-title p span{
 padding-left: 5px;
  text-transform: none;
}

#pagination-wrap{
    margin:0 10px 0 0;
    padding: 0;
    list-style: none;
    float: right;
}

#pagination-wrap li{
    float:left;
    margin-left: 20px;
}


    
        
}

/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {
}