.mbonly {
    display: block;
}
.deskonly {
    display: none;
}
/*==========  Mobile First Method  ==========*/
body { font-family: calibri;     background: url(../img/bg-tint.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
#nav1, #nav2 { display: block; background: #E7067E; color:#fff;     z-index: 10000; }
#nav1 .nav>li, #nav2 .nav>li { background: #E7067E !important; color:#fff;  }
#nav1 .nav>li a, #nav2 .nav>li a { color:#fff;  }
#nav1 .nav>li:hover, #nav1 .nav>li a:hover, #nav2 .nav>li:hover, #nav2 .nav>li a:hover  { background: #3A2259 !important;  }
.navbar-fixed-bottom{
    background: #3A2259;
}
#nav2 { display: none; }

.error { color: #f00; }

.bgblack { background: #000;     text-align: center!important; }

#logo {
    position: relative;
    margin: 0 auto;
    width: 200px;
    margin-top: 60px;
}
#logo2 {
    display: none;
    float: right;
    z-index: 2;
    position: relative;
    max-width: 225px;
        margin-right: -60px;
}
.page-content {
/*    background: rgba(0,0,0,0.8);*/
    color: #fff;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.page-content-inner h3, .page-content-inner h1{
text-align: center;
}
.page-content-inner p{
    text-align: justify;
}

.page-content-inner ul{
    list-style: none;
}


.form-control{
margin-bottom: 10px;
}

#regForm{
    padding: 10px;
    border: 1px solid #fff;
    margin: 20px;
}

.heading-above-768{
    display:none;
}

.sponsors{
        float:none;
        text-align: center;
    }
    .sponsors img{
		margin:0 auto;
                display: inline-block;
	}

    .text-muted{
        color:#fff;
        padding-top: 15px;
        text-align: center;
    }

    .fmgmt {
        position: relative;
    }
    
    .index-mgmt {
        display: block;
        min-height: 100%;
            height: 300px;
    }

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
    /* Some CSS Here */
    .sponsors img{
        
    }
    .footer-social{}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
    /* Some CSS Here */
.sponsors img{
        
    }
    .footer-social{}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
    /* Some CSS Here */
    .mbonly {
        display: none;
    }
    .deskonly {
        display: block;
    }
    
    #nav1 .navbar-nav {
        width: 875px;
        margin: 0 auto;
        position: relative;
        float: none;
    }

    #nav1 .navbar-collapse.collapse {
        display: none !important;
    }
    #nav1 .navbar-collapse.collapse.in {
        display: block !important;
    }
    #nav1 .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    #nav1 .navbar-header {
        float:none;
    }
        .heading-above-768{
            display:block;
        }
        
    .sponsors{
        float:right;
    }
    .sponsors img{
        
height: 34px;
    }

    .text-muted{
        color:#fff;
        padding-top: 15px;
        text-align: left;
            margin: 0;
    }
    .footer-social{}

    .fmgmt {
        position: fixed;
    }
    
    .index-mgmt {
        display: none;
    }

}

@media (min-width: 900px) and (max-width: 992px) {

    #nav1 .navbar-collapse.collapse {
        display: block !important;
    }
    #nav1 .navbar-collapse.collapse.in {
        display: none !important;
    }
    #nav1 .navbar-header .collapse, .navbar-toggle {
        display:none !important;
    }
    #nav1 .navbar-header {
        float:none;
    }
    .sponsors img{
        
height: 38px;
    }
    .footer-social{}


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
    /* Some CSS Here */


    #logo, #nav1 {
        display: none;
    }
    #logo2, #nav2 {
        display: block;
    }

    #nav2 { 
        margin-top: 84px;
            margin-left: -50px;
            width: 800px;
            z-index: 1;
            position: relative;
            
            
            padding: 0px 65px;
    width: 850px;
    background: #E7067E;
    height: 26px;
    }
    #nav2 li:first-child {
        padding-left: 40px;
    }
    #nav2 li:last-child {
        padding-right: 40px;
    }
    #nav2 .nav>li a {
        color: #fff;
        padding: 3px 5px;
    }

    .page-content {
        margin-top: -68px;
        margin-left: -40px;
        max-width: 745px;
    }
    .sponsors img{
        
height: 40px;
    }
    .footer-social{}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
    /* Some CSS Here */
    #nav2 {
            padding: 0px 26px;
    width: 850px;
    background: #E7067E;
    height: 26px;
    }
    
    .page-content {
        margin-left: -30px;
    }
    .sponsors img{
        
height: 53px;
    }
    .footer-social{}
}

/* Custom css here */

.upload input {
    display: none;
}

.pure-button {
    /* Structure */
        width: 100%;;
    display: inline-block;
    *display: inline; /*IE 6/7*/
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*csslint unqualified-attributes:false, outline-none:false*/

.pure-button {
        width: 100%;;
    font-size: 12px;
    *font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
    *overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
    padding: 0.5em 1.5em 0.5em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    *color: #444; /* IE 6 & 7 */
    border: 1px solid #999;  /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0);  /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
    /* Transitions */
    -webkit-transition: 0.1s linear -webkit-box-shadow;
    -moz-transition: 0.1s linear -moz-box-shadow;
    -ms-transition: 0.1s linear box-shadow;
    -o-transition: 0.1s linear box-shadow;
    transition: 0.1s linear box-shadow;
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -ms-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset;
}

.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    -khtml-opacity: 0.40;
    -moz-opacity: 0.40;
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
}

.pure-button-hidden {
    display: none;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner{
    padding: 0;
    border: 0;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    width: 50%;
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/* progress */
.status{
	display: none;
	padding: 5px;
	background: #F47063;
	width: 100%;
	color: white;
	margin: 8px 0;
}

.progress {
	position: relative;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 1px;
	border-radius: 3px;
        display: none;
        height: 12px;
}
.bar{
	background: #008DE6;
	height: 20px;
	width: 0%;
	/* transition animation */
	-webkit-transition: width .3s;
		-moz-transition: width .3s;
			transition: width .3s;

}
.percent {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 48%;
	color: #FDFDFD;
    font-size: 9px;
}



