#sticky_navigation_wrapper { 
    width:100%;
    height:37px; 
    position: absolute;
    z-index: 100000;
}
#sticky_navigation { 
    width:100%; 
    height:37px; 
    box-shadow: 0 0 5px #999; 
    position: absolute;
    z-index: 100000;
}

#slide_and_nav_wraper{
    width: 100%;
    height: auto;
    background-image: url("../images/background.png");
    background-size: 100% 100%;
    background-repeat: repeat;
    padding-bottom:40px;
}
#navi_and_slide{
    height: auto;
    width: 1050px;
    box-shadow: none;
}
#navigation_border{
    border-bottom: 1px solid red;
    width: auto;

}

html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1{
    height: 35px;
    width: 1050px;
    text-align: left;
    box-shadow: none;

}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul{
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 37px;
    box-shadow: none;
    background: #f5f5f5;


}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul:hover{
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
    height: 37px;
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li{
    display: inline;
    padding: 5px;
    background: #f5f5f5;
    float: left;
    height: 27px;
    padding-right: 10px;
    padding-left: 10px;


}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover{
    display: inline;
    padding:5px;
    background: #DA2C67;
    cursor: pointer;   
    padding-right: 10px;
    padding-left: 10px;
    height: 28px;

}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li a{
    height: 35px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-decoration: blink;
    text-transform: uppercase;
    color:#555A5A;
    line-height: 28px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li a:hover{
    height: 35px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-decoration: blink;
    text-transform: uppercase;
    color:white;
    line-height: 28px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
  
}

html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li span:hover{
    font-size:6px;
    padding: 0px;
    color:white;
}

/*
Childrent or dropdown navigation menu
*/
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul ul{
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 100000;
    height: auto;
    width: auto;
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover ul{
    visibility: visible;
    padding-bottom: 0px;
    padding-right:6px;
    height: auto;    
    margin:0px; 
    margin-top: 1px;
    padding-top:0px;
    margin-left: -10px;
    -webkit-box-shadow:3px 6px 9px #141414;
    -moz-box-shadow:3px 6px 9px #141414;
    box-shadow: 3px 6px 9px #141414;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    color:white;
}

html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover ul li{
    display:list-item;
    padding: 3px;
    line-height:30px;
    min-width: 200px;
    width:auto;
    float: left;
    clear: both;
    background:#f5f5f5;
    position: relative;
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover ul li:hover{
    display:list-item;
    padding: 3px;
    line-height:30px;
    width:100%;
    background:#D7196A;
    position: relative;
    color:white;
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover ul li a{
    padding: 5px;
    line-height:30px;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    font-weight: 100;
    color:#555A5A;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 100%;
    
    
}
html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li:hover ul li a:hover{
    padding: 5px;
    line-height:30px;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    color:white;
  padding-right: 100%;
}

#child{
    margin-left: 200px;
}
/*
Childrent or dropdown navigation menu
*/

html body #body_contain #slide_and_nav_wraper #navi_and_slide #nav1 ul li a span{
    font-size:6px;
    padding: 0px;
    color: #EF0F8A;
    background:transparent;
    position:relative;

    animation-name:myfirsta;
    animation-duration:3s;
    animation-timing-function:linear;
    animation-delay:3s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-play-state:running;
    /* Safari and Chrome: */
    -webkit-animation-name:myfirsta;
    -webkit-animation-duration:3s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-delay:3s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:alternate;
    -webkit-animation-play-state:running;
    /*for IE and Firefox*/
    -moz-animation-name:myfirstf;
    -moz-animation-duration:1.5s;
    -moz-animation-timing-function:linear;
    -moz-animation-delay:1.5s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:alternate;
    -moz-animation-play-state:running;
}

@keyframes test{
    0%   {color:#DC1671; left:0px; top:0px;}
25%  {color:#FFC500; left:0px; top:0px;}
50%  {color:#F2981E; left:0px; top:0px;}
75%  {color:#E8EAE9; left:0px; top:0px;}
100% {color:red; left:0px; top:0px;}
}

@-webkit-keyframes myfirsta /* Safari and Chrome */
{
    0%  {color:#DC1671; left:0px; top:0px;}
25%  {color:#FFC500; left:0px; top:0px;}
50%  {color:#F2981E; left:0px; top:0px;}
75%  {color:#E8EAE9; left:0px; top:0px;}
100% {color:red; left:0px; top:0px;}
}
#slide_and_nav_wraper #navi_and_slide #slide  #s{
    padding: 10px;
    margin: 0px;
    background-color: red;
}
#slider .fluxslider .surface .images img{
    height: 100px;  
    width: 100px;
    background-color: blue;
}
