body{
    background-color:#275b82;
    background-image:url('images/bg1.jpg');
    background-size:cover;
    background-repeat: no-repeat;
}
#header{
    width:100%;
    background:#f2f1ed;
    height:145px;
    margin-bottom:10px;
}
#topWrap{
    height:98px;
    margin:0 auto;
}
    #logoWrap{
        padding:23px 0 23px 15px;
        width:976px;
        height:52px;
        margin:0 auto;
    }
        #logoWrap span{
            display:inline-block;
            font-size:24px;
            font-weight:bold;
            padding:14px 0 14px 10px;
        }
        #logo{
            display:block;
        }
        #logo img{
            float:left;
        }
#menuWrap{
    height:48px;
    background:#333639;
}
    #menu{ 
      padding: 16px;
      width: 976px;
      margin:0 auto;
    }
        #menu img{
            float: left;
            margin-top: -15px;
        }
        #menu ul li{
            display:inline;
            padding-left:20px;
            padding-right:20px;
            border-left:1px solid #fff;
        }
            #menu ul li:nth-child(1){
                border-left:none;
                padding-left:15px;
            }
        #menu ul li a{
            color:#fff;
            font-size:16px;
            font-weight:bold;
            text-decoration:none;
        }
#contentWrap{
    width:976px;
    overflow:hidden;
    margin:0 auto;
}
    #content{
        background:#fafafa;
        padding:15px;
        margin-bottom:15px;
    }
        #content img{
            float: right;
            padding: 5px 20px 19px 20px;
        }
    .ctaWrap{
        text-align: center;
        margin-bottom:15px;
    }
    .ctaWrap a{
        display: inline-block;
        padding: 15px;
        background: #2980b9;
        border-radius: 10px;
        color: #fff;
        font-family: 'Exo', helvetica, verdana, sans-serif;
        font-weight: bold;
        text-decoration: none;
        border:thin solid #fafafa;
        font-size:24px;
    }
    .ctaWrap a:hover{
        background: #3498db;
    }
    #footer{
        background:#fafafa;
        padding:15px;
        text-align: center;
    }
/* slider */
#sliderWrap{
    overflow:hidden;
    margin-bottom:15px;
}
#owl-demo .item img{
    display: block;
    border-radius:5px;
    width: 100%;
    height: auto;
}
.owl-controls{
    position:absolute;
    bottom:5px;
    left: 5px;
}

/* Typography */

h1{
    font-size:32px ;
    font-weight:bold ;
    line-height:1.6;
}
p{
    line-height:1.6;
    margin-bottom: 10px;
}