@charset "utf-8";
/* CSS Document */

body{font-family:'Open Sans', sans-serif; font-size:14px; color:#333333; line-height:28px; }
.margin-top-30 { margin-top:30px; }
.margin-top-20 { margin-top:20px; }
.margin-top-10 { margin-top:10px; }
.margin-top-60 { margin-top:60px; }
.margin-bottom-20{ margin-bottom:30px;}
.margin-bottom-60{ margin-bottom:60px;}
a{ color:#FFF;}
h3{ color:#fff; font-weight:bold;}
h1{color:#f58733; font-weight:bold;}
h2{ color:#fff; font-weight:bold;}
h4{ color:#2568b6; font-weight:bold;}
h5{ color:#2568b6; font-weight:bold;}
.pad{ padding:0px;}
b{ font-size:16px; text-transform:uppercase;}
.padd{ padding-left:0px !important; padding-right:0px!important;}
.well{ background:#f58733; color:#fff; font-size:18px; font-weight:bold; }
.header{ background:#2568b6; height:50px;}
.about{ background:#00aef0; color:#fff; text-align:center;}
.read{ background:#f58733; width:250px; height:57px; color:#fff; margin-top:20px; border-radius:none !important;}
.services{ background:#9cc3d6; color:#fff; text-align:center; padding:20px;}
.reads{ background:#f58733; width:180px; height:40px; color:#fff; margin-top:20px; font-size:16px; border-radius:none !important;}
.news{ border:1px solid #999; color:#999; padding:15px; height:285px;}
.footer{ background:#099ee2; color:#fff; padding:15px;}
.footers{ background:#2568b6; color:#fff; padding:15px;}
.glyphicons{ color:#2568b6;}
.bor_bottom{ border-bottom: 1px solid #e6e6e6;}
.fa{color:#2568b6;}
.sea{ width:700px;}
.seas{ width:960px;}


@media screen and (min-width : 781px)
{
.sea{ width:700px;}
.seas{ width:960px;}
.news{ border:1px solid #999; color:#999; padding:15px; height:285px;}
.services{ background:#9cc3d6; color:#fff; text-align:center; padding:20px;}
}

@media screen and (min-width : 240px) and (max-width : 780px)
{
.sea{ width:320px;}
.seas{ width:320px;}
.news{ border:1px solid #999; color:#999; padding:15px; height:450px;}
.services{ background:#9cc3d6; color:#fff; text-align:center; padding:20px; margin-top:20px;}
}

