img{vertical-align:middle;
max-width: 100%;
height: auto!important;}


.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}

iframe {max-width: 100%; }



body {
    background: #81ABCB url(../img/bg.jpg) top center repeat-y repeat-x;
   /* background-size: 100% auto;*/
   background-attachment: fixed;
}

#body-wrapper {
	width: 100%;
	margin:0 auto;
}

#main-wrapper {
    width: 90%;
    padding-top: 40px;
}

.block-bg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 4px;
}

.block-cnt {
    background: #ffffff;
}

#header-row {
    padding: 10px;
max-width: 1000%;
    padding-top: 30px;
}

.ah1 {
    display: block;
    font-size: 32px;
    text-decoration: none !important;
    color: #0A4495 !important;
}



.menu {
    background: #2C64B4;
    padding: 0 3px;
}

.menu>li {
    padding: 8px 3px;
    text-shadow: 1px 1px 1px #0C2951;
}

.breadcrumb {
    margin-bottom: 10px;
}

.cm-inner-padding {
    height: 10px;
}

.menu>li>a {
    color: #D0E3FF;
    border: 1px solid #0A4495;
    box-shadow: 0px 0px 10px 0px #0A4495;
    border-radius: 8px;
}

.menu>li>a:hover, .menu>li>a:focus, .menu>li.active>a{
    color: #ffffff;
    background-color: #0A4495;
    box-shadow: inset 0px 0px 10px 0px #0C2951;
    border-radius: 8px;
}

.menu .dropdown-menu {
    background-color: #2C64B4;
}

.menu>li>.dropdown-menu {
    border-top: 0;
}

.menu .dropdown-menu>li>a {
    color: #D0E3FF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu .dropdown-menu>li>a:hover {
    background-color: #0A4495;
    color: #ffffff;
}

.page-header {
    color: #0A4495;
    padding-bottom: 0;
    border-color: #0A4495;
}

.page-header, .page-header h1, .page-header h2 {
    margin-top: 0;
    padding-top: 0;
}

.inner-box {
    padding: 10px 20px;
}

.widget {
    margin-top: 10px;
    margin-bottom: 20px;
background: #ffffff;
}

.widget-body {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-right: 10px;
}

.widget-header-wrap {
    position: relative;
}

.widget-header {
    padding: 10px 15px;
    background: #093F8A;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

.wgr {
    position: absolute;
    top:0;
    right:-10px;
    bottom:0;
    width: 10px;
    background: #093F8A;
}
.wg-caret {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #5288D4;
}

.footer {
    background: #0A4495;
    padding: 20px;
    color: #ffffff;
}

#logo-img {
    max-width: 200px;
    max-height: 150px;
    margin-top: -15px;
}

.img-thumbnail, .photo-li {
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 3px 0px;
    border-radius: 0px !important;
}

.photo-li {
    margin: 3px !important;
    border: none !important;
}

.photo-li:hover {
    box-shadow: #5288D4 0px 1px 3px 0px;
}

.tags .label {
    font-size: 80%;
}

.tags-cloud h3, .tags-cloud h4, .tags-cloud h5, .tags-cloud h6 {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
}

#bkmLink {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -50px;
    background: #ffffff;
    padding: 10px;
    border-radius: 0px 8px 8px 0;
    opacity: 0.8;
    font-weight: bold;
    width: 100px;
    text-align: center;
}
#bkmLink:hover {
    opacity: 1;
}

@media only screen and (max-width: 550px)
{
.ah1 {
    display: block;
    font-size: 24px;
    text-decoration: none !important;
    color: #0A4495 !important;
}
img{float: none;}
}

@media only screen and (max-width: 650px)
{
#logo-img {
    float: none;
    margin: 0 auto;
}
table {
max-width: 100%;
height: auto!important;
display: block;
table-layout: fixed !important;
    
}
}

table {
max-width: 100%;
height: auto!important;
display: block;
table-layout: fixed !important;}