/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* .tm-headerbar {
	    background-color: #ffffff;
    background-image: url("../images/background.png");
    background-repeat: repeat-x;
    padding: 40px 0;
}*/

.uk-dropdown-navbar { background: none #002b7f; }
/*body {
    background: #3A75C4 none repeat scroll 0 0;
}*/
/* body {
	background-color: #ffffff;
	background-image: url(../images/bluetexture.jpg);
	background-repeat: repeat;
}*/
body {
    background-attachment: fixed, scroll;
    background-clip: border-box, border-box;
    background-color: #04316d;
    background-image: url("./../images/gradient-darkblue2.svg"), none;
    background-origin: padding-box, padding-box;
    background-position: center top;
    background-repeat: no-repeat, repeat;
    background-size: 150% 120%;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  color: #002B7F !important;
}*/

.tm-logo {
    float: none !important;
}
.mbccaption {
    margin: 15px auto;
    padding: 0;
    width: 484px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.6);
}

.mbccaption img {
    width: 484px;
    display: block;
}

.mbccaption::before {
    content: attr(title);
    position: absolute;
    background: #2398db;
    background: rgba(35, 152, 219, 0.7);
    padding: 5px;
    right: 0;
    bottom: 0;
    color: #000;
    left: 0;
	font-size: 10px;
	}