.jumbotron{

    background: url('../img/dget.jpg')  right  no-repeat;

}

.text-white{

    color:#FFFFFF;

}



input[type=text],.nav > li > ul > li > a{

    text-align: right;

}

.f {

    color: #FF0;

}

.s {

    color: #F00;

}

.c{

    background: #FF7fFF;

    color:#0000FF;

    border: 3px solid #009933;

}

.sam60 {    

    color: #F00;

}

.table > tr > td {

    vertical-align: middle;

}







#navbar,#navbar > ul > li > ul > li{

    font-size: 15px;

}



.ul-animate .ul-img {



-webkit-transition:all .5s cubic-bezier(.6,2,.4,1);

    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);

     -ms-transition:all .5s cubic-bezier(.6,2,.4,1);

      -o-transition:all .5s cubic-bezier(.6,2,.4,1);

         transition:all .5s cubic-bezier(.6,2,.4,1);

}





.ul-animate .ul-li:hover .ul-img {



z-index:5;

-webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

     -ms-transform: scale(1.2);

      -o-transform: scale(1.2);

         transform: scale(1.2);

		     margin-left: 13px;

			     margin-right: 13px;

box-shadow:0 0 10px black;

}

.ul-animate:hover .ul-li:not(:hover) .ul-img{



/*-webkit-transform: rotate(20deg);

    -moz-transform: rotate(20deg);

     -ms-transform: rotate(20deg);

      -o-transform: rotate(20deg);

         transform: rotate(20deg);*/

		 opacity: .8;

    transition: opacity .8s ease-out;

    -moz-transition: opacity .8s ease-out;

    -webkit-transition: opacity .8s ease-out;

    -o-transition: opacity .8s ease-out;

}





