
/* This CSS Stylesheet was not created by DaddyScripts */
/* nor does it belong to DaddyScripts. 		      */

/* GLOBAL ELEMENTS */
html,body {
   margin: 0; padding: 0;
   background-image:url("https://1.bp.blogspot.com/-CvZjcZUdPIU/WhrtVcalSlI/AAAAAAAAB6Q/03sfL8QuHBgghepHV-jggd5WFuW5ZCLXACLcBGAs/s1600/LCBX.jpg");
   font-size: 100%;
   font-family: "trebuchet ms", arial, verdana;
	color: #444;
   text-align: center;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
a {
   color: #138be6;
   text-decoration:none; 
}
a:hover {
   text-decoration: underline;
}
p {
   color: #444;
   line-height: 170%; margin: 5px 0;
}
p, td, th, ul {
   font-size: 80%;
}

/* LAYOUT */
#wrapper {
       width: 62%;
   margin: 0 auto 0 auto;
   text-align: left;
       margin-top: 20px !important!;
}

#content {background:#fff;
}

.linkspage {
    font-size: 30px;
    padding:20px;
}
.linkspage a {
    font-size: 20px;
    word-wrap: break-word;
     line-height: 1.5;
}
	.linkspage p {
	        padding-top: 7px;
    padding-bottom: 7px;
	}


/* ELEMENTS */
h1 {
   font: 250% "trebuchet ms";
   color: #fff;
}
h1 span { color: #6BAD42; }
h1 a { color: #FFF; }
h1 a:hover { color: #6BAD42;  text-decoration: none;}
h1 a:hover span { color: #FFF;}
h2 {
   font: bold 100% arial, verdana, sans-serif;
   color: #3B578B;
}
.foots {
background: white;
Padding:10px;
}
#footer {
Margin-top:-16px;
   Margin-bottom:10px;
   Background:#fff;
   font-size:18px;
   color:#000;
}
.menu {
    background: #5bc0de;
    padding:1px 0px 35px 0px;
}
#nav a {
    color: #fff;
    font-size: 19px;
}
#nav li {
    padding: 0 10px 0 10px;
    display: inline;
    border-left: 3px solid #fff;
}
.left {
   float: left;
}

/* TABLES USED IN COOKIE MANAGEMENT / EDIT BROWSER PAGES */
table {
   border-color: #666;
   border-width: 0 0 1px 1px;
   border-style: solid;
   width: 100%;
}
th {
   font-size: normal;
   background: #ccc;
   border-width: 2px;
}
td, th {
   border-color: #666;
   border-width: 1px 1px 0 0;
   border-style: solid;
   padding: 2px 10px 2px 10px;
}
td {background: #eee;}
.full-width {
   width: 98%;
}

.notice {
    background: #f16334;
    color: #ffffff;
    border-color: #000000;
    margin: 20px 0px;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
}
.linkform {
    background: #fff;
    padding: 20px;
}
.MyBut {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    color: #fff;
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    cursor: pointer;
    border-radius: 4px ;}
.titlearea {
    display: block;
    width: 90%;
    font-size: 16px !important;
    padding: 10px 12px;
    border: 2px dotted #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.075);
}
.tetarea {
    display: block;
    width: 90%;
    font-size: 16px !important;
    padding: 10px 12px;
    border: 2px dotted #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 3px rgba(0,0,0,.075);
}
.pwdprotect {
    background: white;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
}
.captchasec {
    padding: 20px;
}
.success {
  background: #E6EFC2;
  color: #529214;
  border-color: #C6D880;
}

.error {
  background: #FBE3E4; 
  color: #D12F19; 
  border-color: #FBC2C4;
}
.Contactus {
    padding: 10px 20px;
    font-size: 18px;
}
.terms p {
    margin: 20px 20px 0;
    font-size: 15px;
}
#email {
  display: none;
}

#imgId {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:700px;
    max-height:autopx;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;
}


  /* RESPONSIVE*/
  
  @media (max-width: 768px) {
	#wrapper {width:98%; }
	.menu {padding: 1px 0px 55px 0px;}
	.linkspage a { font-size: 16px;
    word-wrap: break-word;
	        line-height: 1.5;
	}
}
  @media (max-width: 414px) {
	.menu {padding: 1px 0px 65px 0px;}
	
}
