﻿@import "https://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/

#dlabc {
width:100%;
height:100%;
opacity:.98;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupDL2 {
position:absolute;
left:50%;
top:15%;
margin-left:-300px;
max-width:600px;
min-width:200px;
opacity:1;
padding:10px 50px 50px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff;

font-family:'Raleway',sans-serif
}
div#popupDL {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 600px;
    min-width: 200px;
    opacity: 1;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 10px;
    font-family: raleway;
    background-color: #fff;
    font-family: 'Raleway',sans-serif;
    margin: auto;
    width: 90%;
    height: 750px;
}

@media only screen and (max-width: 992px) {
#popupDL {
	zoom:.7;
	}
}	
@media only screen and (max-height: 800px) {
#popupDL {
	zoom:.7;
	}
}	


div#dlalert {
	font-family:raleway;
    color:red;
    text-align:center;
    display:none;
}

.dlp {
margin-top:30px;
}

.dlh2 {
background-color:#FEFFED;
padding:20px 35px;
margin:-10px -50px;
text-align:center;
border-radius:10px 10px 0 0;
width: 100%;
margin: auto;
}
.dlhr {
/*margin:10px -50px;*/
border:0;
border-top:1px solid #ccc
}


.dlinput[type=text] {
width:87%;
padding:10px;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
font-family:raleway;
text-transform:capitalize
}

.dlemailinput[type=text] {
width:87%;
padding:10px;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
font-family:raleway
}

#dlname {
background-image:url(/images/dlname.jpg);
background-repeat:no-repeat;
background-position:5px 7px
}
#dlemail {
background-image:url(/images/dlemail.png);
background-repeat:no-repeat;
background-position:5px 7px
}
.submit_button {
text-decoration:none;
margin-top:30px;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-family:'Raleway',sans-serif;
font-size:20px;
cursor:pointer;
border-radius:5px
}
.dlspan {
color:red;
font-weight:700
}
.dlbutton {
width:10%;
height:45px;
border-radius:3px;
background-color:#cd853f;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer
}