@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

html {overflow-y:scroll;}
body {font-family:'Lato', sans-serif;background:#fee ;color:#000;width:100%;margin:-10px auto;padding:0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Changa One', sans-serif;}
img {border:none; padding:4px;}
a {color:#da2c72;text-decoration:none;font-weight:700;}
a:hover {text-decoration:underline;}

/* ==================== Navigation ======================= */
.navbar-fixed-top {min-height: 80px;}

.navbar-nav > li > a {padding-top: 0px;padding-bottom: 0px;line-height: 80px;}
.navbar-brand img {height:80px}
/* ==================== Content area ===================== */

/* Carousel base class */
.carousel {height: 400px;  margin-top: 20px;margin-bottom: 20px;}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {  z-index: 10;}

/* Declare heights because of positioning of img element */
.carousel .item {height: 400px;background: inherit;}
.carousel-inner > .item > img {max-height: 400px;margin: 0 auto;position:relative;top:60px}
.carousel h1 {font-size:22pt}
/* -------------------------------------------- */

.imglft {float:left;}
.imgrgt {float:right;clear:right;}
.col {float:left;width:30%;padding:0 6px 8px;border-radius:18px;background:orange;margin:0 4px 8px}
.col p {font-weight:700}


#cont {max-width:1090px;background:#fff;padding:10px;text-align:justify;color:#222;margin:40px auto 0;font-size:10.5pt;overflow:auto;}

#cont img {padding:9px}
#cont h1 {font-weight:bold;font-size:14pt;text-align:left;color:#111;border-bottom:dotted 1px #999;padding-bottom:5px;margin-bottom:15px;}
#cont h2 {font-weight:bold;font-size:12pt;color:#c53163;}
#cont p {line-height:1.5;}

#lcl {max-width:75%;margin:0 26px;float:left}
#rcl {min-width:25%;margin:24px 0 20px 0;float:left;}

#lbut {border-top:dotted 1px #9f9f9f;border-bottom:dotted 1px #9f9f9f;margin-top:20px}
#lbut img, #lbut a {display:inline-block;float:left}
#lbut a {display:inline-block;float:left;padding:20px 20px 0 0; }

#regbutn {cursor:pointer;display:inline-block;width:275px;height:43px;margin:0 auto;background:url("/img/register-btn-n.gif") no-repeat;}
#regbutn:hover{background:url("/img/register-btn-c.gif") no-repeat;}
#regbutn a{color:#565656;display:inline-block;padding:14px 0 0 75px;}

.dlbutn {cursor:pointer;display:inline-block;width:275px;height:43px;margin:0 auto;background:url("/img/register-btn-n.gif") no-repeat;}
.dlbutn a {color:#565656;display:inline-block;padding:14px 0 0 75px;text-align:left;font-size:9pt}
.dlbutn a:hover {color:#c53163;}

/* ===================== Mail Form  ====================== */
#mailform {min-width:430px;margin-bottom:15px;background:#575757;padding:0 10px 0 0;box-sizing:border-box;}
#mailform fieldset {border:none;}
#mailform label {display:block;float:left;margin:0 4px 0 0;text-align:left;width:9em;padding:15px 0px 15px 10px;color:#fff;font-size:13px;}
#mailform input[type="text"], #mailform textarea {background:#f3f3f3;border:1px solid #ddd;width:350px;max-width:400px;float:left;margin-bottom:5px;padding:15px 5px;}

#mailform #sendbutn {cursor:pointer;width:71px;}
#sendbutn {padding:20px;} /* position? */
#sendbutn:hover {opacity:0.6;}

/************************** FIX ME *********************/
#mlrsp {float:right;margin-right:50px;width:250px;padding:0;}
#mlrsp p {background:#ff8;padding:5px}

/* ======================= Header ======================== */


/* ======================= Footer ======================== */
#footer {width:auto;height:auto;padding:1% 3% 6%;text-align:left;color:#595959;font-size:10pt;background:#fcd;display:block;clear:both;}
#footer a {color:#da2c72;}
.primary-footer {float: left;width: 40%;height: auto;clear: both;display:block;}
.secondary-footer {float: right;width: 50%;text-align: right;}

/* ===================================== Tables ====================================== */
table {color:#000;margin:10px auto;border:1px solid #999;border-collapse:collapse;width:65%}
table tr {line-height:1.8}
table thead tr {background:#ff619c;color:#fff;font-size:12px; padding:6px 2px;}
table tbody tr:nth-child(even){background:#ddd;}
table tbody tr:nth-child(odd){background:#fff}
table td {font-size:12px; padding:3px 6px;}
