#wrap{
    width:1024px;
    height: 100%;

    margin: 0 auto;
   
}

html,body { height: 100%; margin:0px;padding:0px;background-color:#fff;}
#bannerband{
    position:fixed;
    top:0px;
    
    color:#E2E2E2;
    width:100%;
    background-color:#fff;
    z-index:30;
    box-shadow:0 0 30px 5px #999;
    -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow: 0 0 30px 5px #999;

}
#banner_content{
    position:relative;
    top:0px;
    background-color:#fff;
    z-index:30;
    /*width:900px;*/
	width:1333px;
    height:50px;
    color:#E2E2E2;
    margin:0 auto;
    padding-top:10px;
    padding-bottom:10px;
    margin: 0 auto;

}

#logo
{
    width:220px;
    height:100%;
    float:left;
    z-index:30;
    background-image: url("../images/umedexlogo.png");
    background-repeat: no-repeat;
    background-size: contain;

}
#logo a { border:0px; display:block; float:left; height:45px; outline:0px; width:220px; }

#headeradd
{
   z-index:30;
    width:40px;
    /*height:100%;*/
	height:40px;
    float:right;
    vertical-align: middle ;
    background-image: url("../images/help-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#learnmore{
    margin-top:5px;
    text-decoration:none;
    font-size:24px;
    font-family:Arial;
    font-style:condensed;
     color:blue;
     margin-left:350px;
     text-align:right;
     
}

#captionDiv{
    position:relative;
    font-size:22pt;
    font-family:Arial;
    font-style:condensed;
    width:550px;
    top:20%;
    left:1%;

   
    
    text-align: left;
    line-height: 1.2em;
    color:#000;
   
}

#fc-footerband{
    position:fixed;
    bottom: 0;
     width:1024px;
     margin:0 auto;
     z-index:30;
}

#fc-bottomfooter{
 
    float:left;
    height:18px;
    width:100%;
    padding-top:2px;
    text-align:center;
    background-color:#000000;
    
}

@media only screen and (max-width: 480px) {
    #captionDiv{
        ...;
        font-size: 16px;
        ...;
    }
    #learnmore{
        ...;
        font-size:12px;
        ...;
        
    }
}

@media only screen and (max-width: 1024px) {
    #captionDiv{
        ...;
        font-size: 26px;
        ...;
    }
    #learnmore{
        ...;
        font-size:20px;
        margin-left:350px;
        ...;

        
    }
	#fc-bottomfooter { display:none; }
}
}
/*ipad*/
@media only screen and (max-width: 1200px) {
    #captionDiv{
        ...;
        font-size: 16px;
        ...;
    }
    #learnmore{
        font-size:12px;

    }
   
}

.bgImage img{
    
    position:absolute;
    background-color:#fff;
    margin:0 auto;
    
    
    
}

#currentImage{
    max-width:100%;
    max-height:100%;
    width:100%;
}
#footerband{
    position:fixed;
    bottom: 0;
     width:1024px;
     height:50px;
     margin:0 auto;
     z-index:30;
}



#footercontent{
    color:#ffffff;
   
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
#topfooter{
    text-align:center;
}
#topfooterContent{
    padding-top:5px;
    padding-left:30px;
    font-family: Arial;
    font-size:14px;
    height:25px;
     width:900px;
    text-align:left;

}
#bottomfooterContent{
    
    padding-left:60px;
    padding-right:30px;
    font-family: Arial;
    font-size:12px;
    text-align:left;
    height:25px;
     width:900px;
}
#bottomfooter{
 
    float:left;
    height:25px;
    width:100%;
    padding-top:2px;
    text-align:center;
    background-color:#000000;
    
}
copyrightText{
    color:#fff;
    float:right;
}



#loginadd{
    position:relative;
    color:#525556;
    overflow:hidden;
    font-size:16px;
    
}
#transparantBox form {
    position:relative;
    
    
}
#forgotpass{
    margin-top:10px;
    position:relative;
    text-decoration: none; color: #6785cb;
    width:100%;
    height:30px;
    font-size:16px;
}
#transparantBox {
    z-index:30;
    position:fixed;
    font-family: Arial;
    width:250px;
    height:220px;
    margin-left:520px;
    margin-top:100px;
    padding:10px;
    line-height:20px;
    
    color: #FFF;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.25);
    
    text-align:center;
    
    
    
    background: rgba(237,249,250,0.8);
    border-top: 1px solid rgba(250,253,255,0.2);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.9);
    border-radius: 5px;
    
}

#transparantBox:before {
    content: '';
    z-index: -1;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
}

#transparantBox:hover { 0px 0px 1px rgba(0,0,0,0.9); }


#transparantBox form input[type="text"], input[type="password"] {
    position:relative;
    font-family: Arial;
    font-size:14px;
    background-color: #fff;
    border:1px solid #999;
    border-color: #606468;
    border-radius: 3px;
    color: #606468;
    margin-top:10px;
    
    
    padding-left:8px;
    padding-right:8px;
    width:170px;
    height:25px;
    
    
    opacity: 0.9;
    box-shadow: 10 10 10px 1px #999;
    -moz-box-shadow: 10 10 10px 1px #999;
    -webkit-box-shadow: 10 10 10px 1px #999;
}
input {
    /*-webkit-appearance: none;*/
}
#transparantBox form input[type="submit"] {
    border: none;
    position:relative;
    width:150px;
    height:35px;
    font-family: Arial;
    font-size:20px;
    border-radius: 5px;
    


    background-color: #6887cb;
    color: #eee;
    
    margin-top: 10px;
    box-shadow:0 0 10px 1px #999;
    -moz-box-shadow: 0 0 10px 1px #999;
    -webkit-box-shadow: 0 0 10px 1px #999;
}

#transparantBox form input[type="submit"]:hover {
    background-color: #869ED1;
}

#transparantBox > p {
    text-align: center;
}

#transparantBox > p span {
    padding-left: 5px;
}

#bgImage{
z-index:1;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0;
    width:100%;
    margin:0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
	
	/*#banner_content { width:98%!important; }
	#banner_content { width:100%!important; }
	#topfooterContent { padding-left:0; width:100%!important; }
	#topfooterContent { padding-left:0; width:98%!important; }
	#bottomfooterContent { padding:0; width:98%!important; }*/
	/*#top-bar { height:59px!important; }*/
	#top-bar img { height:auto!important; width:100%!important; }
	/*.top-nav-bar { position:absolute; top:auto; overflow:hidden; }
	.background-con { background: url(../images/about/main-med.jpg) right 120px no-repeat !important; background-position:center; background-size:cover;  -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; clear:both; margin-top:22px; float:left; width:100%; }
	.welcome-div { width:100%!important; z-index:999; }
	.welcome-div .left { width:68%!important; }
	.welcome-div .right { margin:7% 4%!important; width:8%!important; }
	.welcome-div .right img { height:auto; width:100%; }
	.connection { width:100%!important; }*/
	.box-layout, .box-layout .box-layout-row { width:100%!important; }
	.box-layout .box-layout-row .box-layout-left, .box-layout .box-layout-row .box-layout-center, .box-layout .box-layout-row .box-layout-right { margin-left:5%!important; margin-right:0!important; width:25%!important; }
	.box-layout .box-layout-row .box-layout-left img, .box-layout .box-layout-row .box-layout-center img, .box-layout .box-layout-row .box-layout-right img { height:auto; width:100%; }
	/*.container-center { width:98%!important; }
	.contents, #two-column { width:100%!important; }
	.image-right img { height:auto; width:100%; }*/
	/*.vissionAndMission { height:auto!important; width:98%!important; }
	.vission-mission-txt { width:60%!important; }
	.vission-mission-image { height:auto!important; width:40%!important; }
	.vission-mission-image img { height:auto; margin-top:30px; width:100%; }
	.vissionAndMission h2, .vissionAndMission h3 { margin-left:7%!important; }
	#two-column #tbox1, #two-column #tbox2 { height:auto!important; margin-left:12%!important; margin-right:2%!important; width:30%!important; }
	#two-column img, #two-column #tbox2 img { height:auto; width:100%; }
	#two-column #tbox2 { float:left!important; }
	.contact-wrapper, .support { height:auto!important; width:100%!important; }
	.support { float:left; }
	.support .mail { height:auto!important; margin-left:0!important; width:30%!important; }
	.support .letter, .support .mob { height:auto!important; width:34%!important; }*/
}
/*@media only screen and (min-width: 1024px) {
	.top-nav-bar { position:inherit; }
}*/
