/* CUSTOM FOR ATOM TEMPLATE */

.nm{
    margin: 0px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

/* FOOTER SECTION */


#footer-one
{
   background-color: #0c435a;
    color: rgba(255, 255, 255, 1);
    border-top: solid 2px rgb(201, 216, 40);
    padding: 15px;
}
#footer-one a img
{
    display: inline-block;
    margin: 5px 20px 5px 20px;
    padding: 0px;
    height: 60px;
}


  
	

/* FOOTER SECTION */


.main-navbar{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: solid 2px rgb(201, 216, 40);
    margin: 0px;
    padding: 0px 0px;
}
.navbar-default .navbar-brand img
{
    margin-top: -12px;
    height: 40px;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(201, 216, 40);
}
.jum-logo .slogan{
    color: rgba(255, 255, 255, 1);
}
.jum-logo{
    margin: 0px;
    padding: 70px 0px;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation-name: slider; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: slider;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: ease-in;

}
@keyframes slider {
    0%   {background-image: url('http://atom.turinter.com/image/jum-slider/slide01.jpg');}
    25%  {background-image: url('http://atom.turinter.com/image/jum-slider/slide02.jpg');}
    50%  {background-image: url('http://atom.turinter.com/image/jum-slider/slide03.jpg');}
    75%  {background-image: url('http://atom.turinter.com/image/jum-slider/slide04.jpg');}
    100% {background-image: url('http://atom.turinter.com/image/jum-slider/slide05.jpg');}
}

.jum-allotment{
    margin-top: -30px;
    margin-bottom: 30px;
    padding: 30px;
    background-color: rgba(255,255,255,1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px rgb(200, 200, 200);
    box-shadow: 0px 3px 0px rgb(200, 200, 200);
}
.allot-title{
    margin: 0px 0px 20px 0px;
}


.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #1b96cc;
    color: rgb(201, 216, 40);
}
/* CUSTOM FOR ATOM TEMPLATE */