body{color:#010026; background:url(../images/radioo.jpg) center top fixed no-repeat;}
@font-face {
	font-family: 'radio';
src:url('../fonts/radio.ttf');
}

@font-face {
	font-family: 'Kalinga';
src:url('../fonts/Kalinga.otf');
src:url('../fonts/kalinga.ttf');
}

@font-face {
	font-family: 'vibes';
src:url('../fonts/vibes.otf');
}
.sub-title-heading{font-size:30px;text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #1484c9, 0 0 70px #1484c9, 0 0 80px #1484c9, 0 0 100px #1484c9, 0 0 150px #1484c9;}
@media(min-width:925px){
.sub-title-heading{font-size:48px;}
}


section{margin:50px auto 150px auto; background:rgba(5,5,5,0.8); padding:50px 30px 30px 50px; -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;}
.top-section{width:1000px; height:500px; margin:50px auto 150px auto; background:url(../images/computer.png) no-repeat right top;}
p{font-family:Kalinga, Arial, Helvetica, sans-serif; color:#999; font-size:16px; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); text-align:justify; line-height:22px; }
ul li{color:#999; text-align:justify; line-height:28px;}
ul{list-style:url(../images/dot.png);} 
.divider{width:100%; height:170px; margin:0 auto; background:url(../images/divider.png) top right no-repeat; } 
.top-title-heading{font-family:radio, Arial, Helvetica, sans-serif; font-size:60px; text-align:left; text-shadow: 2px 1px 2px rgba(0,0,0,0.2); line-height:90px; }

.engine-title-heading{font-family:vibes, Arial, Helvetica, sans-serif; font-size:30px; text-align:left;color:#1484c9;
                    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);word-wrap:break-word; }
@media(min-width:480px){
.engine-title-heading{font-size:52px;}
}  
  
  
.main-title-heading{font-family:radio, Arial, Helvetica, sans-serif; font-size:80px; text-align:left; color:#1484c9;
                     }
					 
.sub-title-heading{font-family:radio, Arial, Helvetica, sans-serif;text-align:left; color:#1484c9; margin-top:-50px;
                     text-shadow: 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 20px #1484c9, 0 0 30px #1484c9, 0 0 30px #1484c9, 0 0 40px #1484c9, 0 0 50px #1484c9;}





/* GLOBALS */

*,
*: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 {
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position:fixed;
	z-index:99;
    width: 200px;
	float:left;
	left:20px;
    padding: 7px 15px;
	color:#FFF;
	font-size:20px;
	font-family:DINk, Arial, Helvetica, sans-serif;

    /* Styles */
    background:#a1764b;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #bbbda8 transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
	width:200px;
	left:0px;

    /* Styles */
    background: rgba(255,255,255,0.7);
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #CCC;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #e8b767;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #626640 transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height:800px;
	overflow-y:scroll;
}
@media screen and (max-height: 800px){
	.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 450px;
	overflow-y:scroll;
}
}
/* No CSS3 support: none */


