*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

body {
	margin:1px 0 0 0;
	padding: 0;
	text-align: left;
	font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
	color: #4e4c4c;
	font-size:13px;
	overflow-y:hidden;
    overflow:-x:hidden;
    background:url(../images/bg.png)repeat fixed 0 0 #fff;
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}


@-webkit-keyframes condemned_blink_effect { // for android
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}
@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.clear{overflow:hidden;}

@font-face {
    font-family: Kanit-SemiBold;
    src: url(../fonts/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit-Light.ttf);
}

@font-face {
    font-family: Kanit-ExtraLight;
    src: url(../fonts/Kanit-ExtraLight.ttf);
}


.navbar-nav {
    float: right;
    margin-right: 0px;
    margin-top: 2px;
    z-index:100;
}

.navbar-default {
    background-color: #F8F8F8;
    border-color: #E7E7E7;
}

.nav > li {
    position: relative;
    display: block;
    padding: 0px 4px;
    border-right: 1px dotted #2c2b2b;
}

.nav > li:last-child {
    border-right: none;
}


.navbar-nav > li > a {padding-top:5px !important; padding-bottom:5px !important;}
.navbar {min-height:32px !important}

.dropdown-menu{
    margin-left: 5px;
    z-index:101;
}

.dropdown-menu li {
    border-bottom:1px dotted #2c2b2b;
}

.dropdown-menu li:last-child {
    border-bottom:none;
}


.navbar-default .navbar-nav > .active > a{
    color: #555;
    background-color: #F8F8F8;
}

/*
.navbar-default .navbar-nav > .active > a:hover {
    color:#fff;
    border-radius:5px;
    background: #1c9ea6; 
    background: -webkit-linear-gradient(#82e5eb, #1c9ea6); 
    background: -o-linear-gradient(#82e5eb, #1c9ea6); 
    background: -moz-linear-gradient(#82e5eb, #1c9ea6); 
    background: linear-gradient(#82e5eb, #1c9ea6); 
}
*/ 

.navbar-default .navbar-nav > .active > a:hover {
    color:#fff;
    border-radius:5px;
    background: #0B4068; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1c9ea6,#0B4068); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1c9ea6,#0B4068); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1c9ea6,#0B4068); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1c9ea6,#0B4068); /* Standard syntax */
}


.navbar-default .navbar-nav > .active > a:focus{
    color:#fff;
    border-radius:5px;
    background: #1c9ea6; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#82e5eb, #1c9ea6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#82e5eb, #1c9ea6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#82e5eb, #1c9ea6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#959595, #e9e9e9); /* Standard syntax */
}


.logo_image{
    float: left;
}

.logo_image img {
    height: 85px;
}

.coname {
    float: left;
    font-family: Kanit-Medium;
    margin-top: 5px;
    margin-left: 2px;
    font-size: 40px;
    color: #AD4C03;
    text-shadow: 3px 3px 4px #000000;
    text-align: center;
    width: 989.2px;
}

.codate {
    font-family: Kanit-Light;
    margin-top: 25px;
    margin-left: 2px;
    font-size: 20px;
    color: #AD4C03;
    text-shadow: 1px 1px 2px #000000;
    text-align: center;
}

.invitation_banner{
    border-radius: 3px;
    box-shadow: 2px 2px 4px #000000;
}

.org_committee_banner{
    border-radius: 3px;
    box-shadow: 2px 2px 4px #000000;
    margin-bottom: 20px;
}


.navbar-default{
   margin-bottom: 0px;
}


.slider-wrapper {
    width: 100%;
    margin: 0px auto;
}

#slider{
   margin-top: 85px;
}

.marquee_text_block{
    text-align:center;
    height: 50px;
    background-color:#2e2e2d;
    margin-top:-7px;
    margin-bottom:7px;
    padding-top:0px;
    padding-bottom:0px;
}

#marquee_1{
    line-height: 16px;
    color:#ffffff;
    font-weight: normal;
    font-size: 20px;
}

#marquee_2{
    line-height: 17px;
    color:#fbf182;
    font-weight: bold;
}


.nivo-controlNav { 
    text-align:center; 
    padding: 1px 0; 
    position: relative; 
    margin-top: -53px;
    z-index:50 !important; 
} 

.invitation{
    margin-top:1px;
    margin-bottom:15px; 
    color: #757676;
    border-bottom: 1px solid #c5d0da;
}

.invitation h5{
    border-bottom: 1px solid #c5d0da;
    border-top: 1px solid #c5d0da;
    margin-top: 4px;
    padding: 10px;
    text-align: center;
}

.invitation p{
    padding-left: 40px;
    padding-right: 10px;
    font-family: Kanit-Light;
    font-size: 14px;
}

.tstyle{
    background-color: #333;
    border: 1px solid #d3e3g3;
}


.left_navigation, .cforever, .partners, .venu{
    height: 300px;
    /*border: 1px solid #020a74;*/
    background: #e9e9e9;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 2px;
    margin-bottom: 18px;
}

.partners{
    height: 264px;
}

.venu {
    height: 300px;
}

.organized {
    height: 121px;
    margin-top: 4px;
    color:#6f6f6e;
    margin-bottom: 0px;
}

.h5{
    font-family: Kanit-Medium;
}

.h7{
    font-weight: bold;
    font-family: Kanit-Light;
    font-size: 13px;
}

.h8{
    font-weight: bold;
    font-family: Kanit-ExtraLight;
    font-size: 12px;
}

.h4{
    font-weight: bold;
    font-family: Kanit-Light;
    font-size: 16px;
}

.home_registraion{
  border-top: 1px solid #c5c5c5;
  color: #6f6f6e;
  height: 320px;
  padding-top: 11.3px;
}

.registraion_detail{
  border-top: 1px solid #c5c5c5;
  color: #6f6f6e;
  height: 280px;
  padding-top: 11.3px;
}

.homereg{
    padding-bottom: 5px;
}

.detailreg{
     padding-bottom: 8px;
}

.home_rally {
    height:191px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.conference_highlights{
    height:303px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.h8{
    height:207px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
    margin-bottom: 10px;
}

.faculty{
    height:497px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.faculty_complete{
    height:1850px;
    color:#6f6f6e;
    padding-top: 12px;
    border-top: 1px solid #c5c5c5;
}

.travel{
    height: 242px;
    background: #e9e9e9;
    box-shadow: 4px 5px 7px #888888;
    margin-top: 4px;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding-top: 1px;
    padding-bottom: 1px;
}


.readmore{
    text-align: right;
}

.cforever p, .partners p{
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    padding: 0px 25px;
}

.venu p{
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 0px 25px;
}

.commitment p {
    font-size: 19px;
    text-align: right;
    padding-top: 23px;
    padding-left: 12px;
    padding-right: 20px;
    padding-bottom: 0px;
    line-height: 26px;
}

.commitment p em{
    font-size: 12px;
    color:#7f807e;
}

.left_navigation h4, .cforever h4, .partners h4, .client_section h4, .venu h4, .travel h4{
    font-family: Kanit-Light;
    color:#5b5b5b;
    border-radius: 0px;
    margin: 0;
    text-align: center;
    padding: 9px;
    background: url("../images/bagheader.png") repeat scroll 0 0;
}


.left_nav{
}

.left_nav ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.left_nav ul li {
    background: #bec7c3;
    padding: 6px 0px;
    padding-left: 17px;
    margin-bottom: 9px;
    cursor: pointer;
}

.left_nav ul li:first-child {
    margin-top: 9px;
}

.left_nav ul li:last-child {
    margin-bottom: 0px;
}

.left_nav ul li:hover {
    background: #888d8b;
}

.left_nav ul li:hover a{
    color:#fff;
}

.left_nav ul li a{
    text-decoration: none;
    color:#51535b;
}

.img-thumbnail{
    border-radius:3px; 
    height:140px;
    width:138px; 
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75); 
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}

.places{
    height:100px;
    width:138px; 
}

.hospital_places{
    height:200px;
    width:320px; 
    margin-bottom: 8px;
    margin-top:10px;
}

.namedesg{
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
}

.name{
    font-family: Kanit-SemiBold;
    font-size: 14px;
}

.desg{
    font-family: Kanit-ExtraLight;
    font-size: 14px;
}

.top-left-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:20px;
    left:40px;
    height: 90px;
    width: 90px;
}

.top-right-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:20px;
    right:40px;
    height: 90px;
    width: 70px;
}

.bottom-right-logo{
    display: block;
    position: absolute;
    z-index: 200;
    margin-top:300px;
    right:40px;
    height: 128px;
    width: 140px;
   -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
   -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
   -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 


.client_section{
    background: #CEC6A2;
    margin-bottom: 20px;
    box-shadow: 4px 5px 7px #888888;
}

.client_images{
    padding-top: 20px;
    padding-bottom: 20px;
}

.client_section img{
    display: block;
    margin: 0 auto;
}

.shortcut{
    border-top:2px solid #637578;
    background: #3F4A4C; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#637578,#3F4A4C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#637578,#3F4A4C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#637578,#3F4A4C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#637578,#3F4A4C); /* Standard syntax */
}


.interest_section{
    padding: 5px 0px;
    margin: 0 auto;
    width: 98%;
    color:#bcbcbc;
}

.interest_section li{
    color:#bcbcbc;
}


.interest_section li a{
    color:#e6e6e6;
    font-family: Kanit-ExtraLight;
    line-height: 20px;
    text-decoration: none
}

.interest_section li a:hover{
    color:#8f8f8f;
}


.modal-dialog {
    width:600px;
}

.places{
    margin-bottom:20px; 
}

.table{
    border:none;
}

.fixedicon {
    position: fixed;
    top: 250px;
    right: 0px;
    width: 60px;
    height: 200px;
    z-index: 100;
    display: none;
}

.fixedicon img {
    width: 50px;
    height: 200px;
}

.fixedicon_sm {
    width: 206px;
    margin: 0px auto;
    display: none;
}


.fixedicon_sm img {
    width: 200px;
    height: 50px;
    margin:0 2px;
    float: left;
}

.copyright{
    width: auto;
    margin: 8px auto;
}

.copyright p{
    color:#fff;
    font-family: Kanit-ExtraLight;
    font-size: 14px;
    text-align: center;
    white-space: normal;;
}

.poweredBy{
    background: #1e282a;
    padding:10px 0;
}

.poweredByContent{
    float:right;
    width: 212px;
    padding-top: 8px;
}

.poweredByContent p{
    float:left;
}
.poweredByContent a img{
    float: left;
    height: 20px;
}



/*Overriding Media Classes*/

@media only screen and (min-width: 320px) and (max-width: 479px){
    #slider{
        margin-top: 154px;
    }

    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    width: auto;
    }

    .codate {
    font-size: 14px;
    text-shadow: 1px 1px 2px #000000;
    }
}


@media only screen and (min-width: 480px) and (max-width: 639px){
    #slider{
        margin-top: 110px;
    }

   .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    width: 300px;
    }

    .codate {
    font-size: 14px;
    text-shadow: 1px 1px 2px #000000;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px){
    #slider{
        margin-top: 120px;
    }

    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 24px;
    text-shadow: 1px 1px 2px #000000;
    width: 472px;
    }

    .codate {
    font-size: 18px;
    text-shadow: 1px 1px 2px #000000;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    #slider{
        margin-top: 150px;
    }
    
    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 28px;
    text-shadow: 1px 1px 2px #000000;
    width: 566px;
    }

    .codate {
    font-size: 19px;
    text-shadow: 1px 1px 2px #000000;
    }

}

@media only screen and (min-width: 1024px) and (max-width: 1279px){
    #slider{
        margin-top: 155px;
    }

    .nivo-controlNav{
        display: none;
    }

    .coname {
    font-size: 32px;
    text-shadow: 1px 1px 2px #000000;
    width: 785px;
    }

    .codate {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    }
}

@media only screen and (min-width: 1264px) and (max-width: 1279px){
    #slider{
        margin-top: 125px;
    }

    .coname {
    font-size: 32px;
    text-shadow: 1px 1px 2px #000000;
    width: 985px;
    }

    .codate {
    font-size: 20px;
    text-shadow: 1px 1px 2px #000000;
    }
}


@media only screen and (min-width: 1280px) and (max-width: 1365px){
    #slider{
        margin-top: 128px;
    }
}


@media only screen and (min-width: 1366px) and (max-width: 1679px){
    #slider{
        margin-top: 128px;
    }
}


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


@media only screen and (min-width: 442px) and (max-width: 767px) {
    .partners{
        height: 345px;
    }

}

/*Extra Small Device*/
@media only screen and (max-width: 767px) {
    .navbar-nav {
        float: left;
        margin-right: 0px;
        margin-top: 24px;
    }
    
    .nav > li{
        border-right: none;
    }
    
    .left_navigation{
        margin-bottom: 20px;
    }

    .commitment{
       height: 155px;
    }

    .commitment p {
        line-height: 20px;
    }

    .cforever{
        margin-bottom: 20px;
    }

    .client_section{
        margin-top: 20px;
    }

    .bottom-right-logo{
        display: none;
    }

    .cforever p, .partners p{
        font-size: 13px;
    }

    .organized{
        height: 150px;
    }

    .registraion_detail{
        height: 310px;
    }

    .conference_highlights{
        height: 330px;
    }
    .left-logo{
    }

    .right-logo{

    }
  
}

/*Small Device*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client_section{
        margin-top: 20px;
    }

  /*   #slider{
        margin-top: 198px;
    }*/

    .bottom-right-logo{
        display: none;
    }

}

@media only screen and (max-width: 420px){
    .nivo-controlNav{
        display: none;
    }
}

@media only screen and (max-width: 1299px) {
    .fixedicon_sm {
        display: block;
    }
}

@media only screen and (min-width: 1300px) {
    .fixedicon {
        display: block;
    }
}

.modal-header {
    font-family: Kanit-Light;
    color:#5b5b5b;
    margin: 0px;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #b4bbb1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#b4bbb1));
    background-image: -webkit-linear-gradient(#e7e7e7 0%, #b4bbb1 100%);
    background-image: -moz-linear-gradient(#e7e7e7 0%, #b4bbb1 100%);
    background-image: -o-linear-gradient(#e7e7e7 0%, #b4bbb1 100%);
    background-image: linear-gradient(#e7e7e7 0%, #b4bbb1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe7e7e7',     endColorstr='#ffb4bbb1', GradientType=0);
    border-color: #b4bbb1;
}

.modal{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -webkit-transition: 0.3s all; 
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;

}

.modal-content{
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 80%;
}

.modal-body{
    padding: 20px;
    color:#7a7a7a;
}

/*************Faculty Page****************/

.faculty_page_detail, .conference_highlights_page_detail{
    margin-top:1px;
    margin-bottom:20px; 
    color: #757676;
    border-bottom: 1px solid #434343;
}

.faculty_page_detail h5, .conference_highlights_page_detail h5, .travel_page_detail h5, .landscape_safari_summary_tour h5{
    border-bottom: 1px solid #434343;
    border-top: 1px solid #434343;
    margin-top: 4px;
    padding: 10px;
    text-align: center;
    font-size:20px;
    font-family: Kanit-Medium;
    text-shadow: 1px 1px 2px #000000;
    letter-spacing: 5px;
    color:#3b434b;
}

tr.spaceUnder>td {
  padding-bottom: 1em;
}

.faculty_page_detail p{
    padding-left: 100px;
    padding-right: 10px;
    font-family: Kanit-light;
    font-size: 17px;
    line-height: 35px;
    color:#2c2c2c;
}

.faculty_page_detail ol li{
    color:#2c2c2c;
}

.faculty_page_detail ol{
    margin: 0 auto;
    padding-left: 100px;
}
/******************Conference Highlights Page Details***********************/
.conference_highlights_page_detail table tr td {
    font-size: 12px;
    line-height: 30px;
    color:#585858;
}
/******************Rally Show***********************/
.rally_show {
  height: 200px;
  margin-top: -166.3px;
  position: absolute;
  width: 200px;
  z-index: 500;
}

.rally_page_detail{
  font-family: Kanit-Light;
  font-size:18px;
  font-weight: bold;
  padding-left: 60px;
  color:#2d2020;
  padding-bottom: 40px;
}

.abstract_page_detail{
  font-family: Kanit-Light;
  font-size:16px;
  font-weight: normal;
  padding-left: 20px;
  color:#2d2020;
  padding-bottom: 40px;
}

.quiz_page_detail{
  font-family: Kanit-Light;
  font-size:18px;
  font-weight: bold;
  padding-left: 20px;
  color:#2d2020;
  padding-bottom: 40px;
}

.pco_workshop_page_detail{

}

.pco_workshop_text{
    padding-left: 30px;
    color:#252525;
}
/******************registration_guidelines_page_detail***********************/
.registration_guidelines_page_detail{
  font-family: Kanit-Light;
  font-size:16px;
  font-weight: bold;
  padding-left: 20px;
  color:#646363;
  padding-bottom: 40px;
}

.registration_guidelines_page_detail ul li:not(:last-child){
    margin-bottom: 5px;
}

.travel_page_detail{
    font-size: 12px;
    line-height: 20px;
    color:#585858;
}

.verticalTableHeader {
    text-align:center;
    white-space:nowrap;
    transform: rotate(90deg);
}
.verticalTableHeader p {
    margin:0 -999px;/* virtually reduce space needed on width to very little */
    display:inline-block;
}
.verticalTableHeader p:before {
    content:'';
    width:0;
    padding-top:110%;
    /* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}

.landscape_safari h5{
    color: #eb5932;
    font-size: 24px;
    font-weight: bold;
    text-align: center;   
}

.for_booking{
  font-family: Kanit-Medium;
  font-size:16px;
  color:#363434;
  padding-bottom: 40px;
  text-align: center;
}

.mapContainer{
    width:50%;
    position: relative;
}
.mapContainer a.direction-link {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100010;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    padding: 8px 20px 8px 50px;
    background: #0094de;
    background-image: url('direction_link.png');
    background-position: left center;
    background-repeat: no-repeat;
}
.mapContainer a.direction-link:hover {
    text-decoration: none;
    background: #0072ab;
    color: #FFF;
    background-image: url('direction_link.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.quiz-accommodation{
    text-align: center;
    font-family: Kanit-Medium;
    color:#373737;
    font-size:16px;
}

.quiz-accommodation-detail{
    text-align: center;
    font-family: Kanit-Light;
    color:#373737;
    font-size:16px;
}

/*
    left: 50%; 
    margin-left: -50px; 
    top: 365px; 


.navbar-default .navbar-nav > .active > a:hover{
	background-color: linear-gradient(red,orange);
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: linear-gradient(red,orange);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}
*/



