/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Lato",Arial,sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Oswald", Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

div.hd {
    text-transform: uppercase;
    font-family: "Oswald",Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
	color:#009900;
	font-size:1.3em;
}

div.hdm {
    text-transform: uppercase;
    font-family: "Oswald",Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	color:#009900;
	font-size:1.5em;
	text:center;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #000;
}

li
{
 font-size:16px;	
}
hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
	color:#009900;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
	border: 1px solid;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 0px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
	color:#009900;
}

.regis {
    text-transform: uppercase;
    font-size: 1.00em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #009900;   
}

footer p {
    margin: 0;
    padding: 10px 0;
	color:#ffffff;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Oswald";
        font-size: 4em;
        line-height: normal;
        color: #009900;
        background-color:#98000;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #0066CC;
		padding-bottom:10px;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
		font-weight:bold;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}


input[type=radio] 
{
    height: 1.2em;
	width: 1.2em;
}

.radio2
{
	display: block;
}

.login
 {
  padding:10px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  color: #009900;
  border-radius: 4px; 
  border:2px solid;
 }
.login2
 {
  padding:10px;
  border-radius: 4px;
  border:1px dotted; 
 }
.error
 {
  color:red;
  font-style:italic;  
 }

p#success
{
  padding-top: 50px;
  padding-bottom: 200px;
  color:green;
  font-size:18px;
  font-weight:bold;  
  text-align:center;
}
p#error
{
  padding-top: 50px;
  padding-bottom: 200px;
  color:red;
  font-size:18px;
  font-weight:bold;  
  text-align:center;
}
span#error
{
  color:#696969;
  font-size:14px;
  font-weight:bold;  
  text-align:center;
}

/*OWL*/
   #owl-demo .item{
   	    padding: 30px 0px;
        margin: 5px;
        color: #000000;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
		height:200px;
   	    overflow: hidden;
		border:1.5px dotted #DCDCDC;
   }
       .customNavigation{
      text-align: center;
    }
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  font-family:'Lato';
	  text-transform:uppercase;
	  font-size:12px;
    }

	img.registered
    {
      display: block;
      max-width:230px;
      max-height:95px;
      width: auto;
      height: auto;
	  border: 0px solid;
	  margin-left:auto;
	  margin-right:auto;
	  overflow: hidden;
	  box-shadow: 0px 0px 0px 2px #777;
   }
   span.name 
    {
	 font-family:'Oswald';
	 color:green;
	}
 /*OWL END*/
