@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600');
body{
  background-color:#f1f1f1; 
  font-family: 'Nunito Sans', sans-serif;
   width: 100%;
  height: 100%;
  font-size: 16px;
  letter-spacing: .5px;
}
a {
   color:#333;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a:hover,
a:focus {
    color:#333;
    text-decoration: none;
  
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0px;
  margin: 0px;
}
.img-responsive {
  width: 100%;
}
/* ------ main-page ------ */
.main-page{
    max-width:1000px;
    margin:0 auto;
}
.container{
    max-width:1000px;
    margin:0 auto;
}
/* ------ top-nav ------ */
.top-nav{
    padding-top:10px;
    padding-bottom:10px;
}

/* ------ main-banner ------ */
.main-banner{
    margin-bottom:20px;
}

/* ------ page ------ */
.page{
    background-color:#fff;
    padding:20px 15px;
    margin-bottom:20px;
}
.page h3{
    font-size:22px;
    margin-bottom:12px;
}
.page p{
    font-size:17px;
    font-weight:500;
}
.page .details ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom:18px;
}
.page .details ul li{
   float:left;
   padding-right:15px;
   font-size: 13px;
   font-weight: 600;
}
.page .details ul li:last-child {
  float: inherit;
}
.page h4{
    font-size:13px;
    font-weight:600;
}
/* ------ wedgets ------ */
.widgets{
    background-color:#fff;
    padding:20px 15px;
    margin-bottom:20px;
}
.widgets h3{
    padding-bottom:10px;
    font-size:20px;
    margin-bottom:15px;
    border-bottom:1px solid #eaeaea;
}
.widgets ul{
    list-style: none;
    padding-left: 0px;
}
.widgets ul li{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.widgets h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}


    


   
    

















