html {
    position: relative;
    min-height: 100%;
}
body {
    background: #FFF;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}
ul {
    padding-left: 25px;
}
table td {
    vertical-align: text-top;
}
header, footer, section {
    float: left;
    position: relative;
    width: 100%;
    min-width: 1300px
}
header {
    background: #e3e2de url(../images/header.png) top repeat-x;
    height: 37px;
}
footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 100px;
    background: #fff url(../images/footer.png) top repeat-x;
}
section.main {
    background: #fff url(../images/main.png) top repeat-x;
    margin-bottom: 100px;
}
section.main .container {
    background: url(../images/container.jpg) top no-repeat;
    min-height: 280px;
    position: relative;
}
section.menu {
    background: #fe6700 url(../images/menu.png) top repeat-x;
    height: 65px;
    z-index: 888;
}
section.menu .navbar {
    min-height: 65px;
    margin-bottom: 0;
}
section.menu .navbar a {
    color: #15198e;
    font-weight: bold;
}
section.menu .navbar .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
section.menu .navbar-default {
    background-color: transparent;
    border: none;
}
section.menu .navbar-default .navbar-collapse, section.menu .navbar-default .navbar-form {
    border: none;
}
section.menu .navbar-default .navbar-nav > .active > a, section.menu .navbar-default .navbar-nav > .active > a:focus, section.menu .navbar-default .navbar-nav > .active > a:hover {
    color: #FFF;
    background: transparent url(../images/menu-hover.png) top repeat-x;
}
section.menu .navbar-default .navbar-nav > .open > a, section.menu .navbar-default .navbar-nav > .open > a:focus, section.menu .navbar-default .navbar-nav > .open > a:hover {
    color: #FFF;
    background: transparent url(../images/menu-hover.png) top repeat-x;
}
section.menu .navbar-default .navbar-nav > li:hover, section.menu .navbar-default .navbar-nav > li:hover a {
    color: #FFF;
    background: transparent url(../images/menu-hover.png) top repeat-x;
}
section.menu .navbar-default .navbar-nav > .open > ul.dropdown-menu li a {
    color: #000;
    background: #FFF;
}
section.menu .navbar-default .navbar-nav > .open > ul.dropdown-menu li:hover a {
    color: #000;
    background: #F8F8F8;
}
section.menu .navbar-form {
    margin-top: 15px;
    margin-right: 0;
    padding-right: 0;
}
section.menu .navbar-brand {
    padding: 23px 15px;
    display: none;
}
section.menu .nav > li {
    background: url(../images/menu-line.png) right center no-repeat;
}
section.menu .nav > li > a {
    padding: 23px 45px;
}
.dropdown-menu a {
    font-weight: bold !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.thumbnail {
    margin-bottom: 0;
}
.thumbnail .btn {
    border-radius: 0;
}
.logo {
    position: absolute;
    z-index: 999;
}
.logo-sca {
    max-width: 330px;
    width: 100%;
    height: auto;
    margin-top: 5px;
}
.logo-bg {
    position: absolute;
    bottom: -100px;
    left: 20px;
    right: 0;
    height: 592px;
    background: url(../images/logo-bg.png) left bottom no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.link {
    text-align: center;
    color: #F60;
    font-weight: bold;
}
.link a {
    color: #F30;
}
.copyright {
    font-size: 11px;
    margin-top: 10px;
}
.content {
    min-height: 200px;
    padding: 15px;
    margin: 30px 0;
    margin-right: 60px;
    background: #a4a4a4 url(../images/content.png) top repeat-x;
    border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;
    border: 14px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.content ul > li {
    list-style-image: url(../images/arrow.png);
}
.content ul > li li {
    list-style-type: disc;
    list-style-image: none;
}
.carousel {
    margin: 30px 0;
}
.carousel-control {
    background: transparent !important;
}
.carousel-inner img {
    max-width: 555px;
    width: 100%;
    height: auto;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
