
@font-face {
      font-family: 'fontello';
      src: url('font/fontello2579.eot?74678235');
      src: url('font/fontello2579.eot?74678235#iefix') format('embedded-opentype'),
           url('font/fontello2579.woff?74678235') format('woff'),
           url('font/fontello2579.ttf?74678235') format('truetype'),
           url('font/fontello2579.svg?74678235#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}

a{
    text-decoration: none;
}

body{
    background: #FFFFFF;
    padding:0;
    margin:0;
    overflow:hidden;


}

/* Frame Navbar Style */
.fixed-nav-bar {
    position: fixed;
    color: #F1F1F1;
    padding: 0px 25px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 56px;
    margin-bottom: 50px;
    border-bottom: 1px solid #1c5345;
    /* Background */
    background: #063E51; /* Old browsers */
    /* Box Shadow */
    -webkit-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -1px rgba(0,0,0,0.75);
    
}

#myframe {
    margin-top:55px;
    border:none;
}

/* Logo */
.logo{
    float: left;
    margin-right: 20px;
    margin-top: 12px;
    max-width: 400px;
    max-height: 40px;
    
}

.logo img{
    float: left;
    width: 158px;
    height: 35px;
}

.logo h3{
    float: right;
    line-height: 38px;
    margin-left: 10px;
    font-family: Lato,sans-serif;
    letter-spacing: 1px;
}


.size{
    float: left;
    margin-top: 15px;
}

.size li{
    float: left;
    display: block;
    margin-right: 15px;    
    font-family: fontello;
}

/* Download Botton Style */
.au-ur{
    float: right;
    margin-top: 4px;
	margin-bottom:10px;
	margin-right:10px;

}

.au-ur li{
    float: left;
    display: block;
    margin-right: 2px;    
    font-family: fontello;
	margin-bottom:30px;
}


.icon{
      color: #999999;
	  font-size:11px;
      margin-top:10px;
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: inherit;
      width: 0em;
      margin-right: -2em;
      text-align: right;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 5.5em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    
}

.icon:hover{
    color: #fff;
    cursor: pointer; cursor: hand;
}

.rotate-90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


/* Theme Swithcher 1 */

.wrapper-dropdown-1:focus .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1:focus:after {
    border-color: #9bc7de transparent;
    border-width: 6px 6px 0 6px ;
    margin-top: -3px;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


::selection {
    background: transparent; 
}

::-moz-selection {
    background: transparent; 
}

.wrapper-demo {
    margin: 0px 0 0 0;
    *zoom: 1;
    font-weight: 400;
    font-family: sans-serif;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

/* DEMO 1 */

.wrapper-dropdown-1 {
    /* Size and position */
    position: relative; /* Enable absolute positionning for children and pseudo elements */
    width: 200px;
    padding: 10px;
    margin: 0 auto;

    /* Styles */
    background: #3498DB;
    color: #fff;
    outline: none;
    cursor: pointer;

    /* Font settings */
    font-weight: bold;
    border-radius: 3px;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #fff;    
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}     

/* Download Button Style */

.au-ur {
	margin-bottom:20px;
}

.btn:hover {
  background: #07A283;
  text-decoration: none;
}

/* Responsive Nav*/

 @media (max-width: 605px) {

    .download span{
        display: none;

    }
     .download i{
        font-size: 15px;

    }
     .close{
         font-size: 10px;
     }
     
}

@media (max-width: 550px) {

    .logo img{
        display: none;
    }
    .logo h3{
        font-size: 14px;
    }
     .fixed-nav-bar {
         padding: 0px 10px;
    }
 
}