

input:focus,
select:focus,
textarea:focus,
button:focus,
div:focus {
    outline: none;
}

textarea { 
  resize: none; 
  vertical-align: top;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}



.sigi_comp {
padding: 5px;
background: rgb(236, 236, 236);


margin: 5px;
margin-bottom: 0;
z-index:999999;
}
.sigi_comp:hover {
background:red;
cursor: hand;
cursor: pointer;
text-decoration: line-through;
}
.sigi {
padding: 5px;
background: rgb(236, 236, 236);
margin: 5px;
margin-bottom: 0;
z-index:999999;
}

.sigi:hover {
background: green;
cursor: hand;
cursor: pointer;
color:white;
}

.sigi_ana {
padding: 5px;
background: rgb(236, 236, 236);
margin: 5px;
margin-bottom: 0;
z-index:999999;
background: black;
color:white;
}

.sigi_ana:hover, .sigi_ana.hovered {
background: #00b5f0;
cursor: hand;
cursor: pointer;
color:white;
}


html, body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  min-width:999px;
}

form.login {
position: relative;
top: 17px;
margin: 0;
width: 200px;
}
.labell, .labell.focus {
font-weight: bold;
color: #141414 !important;
}
.labell {
cursor: pointer;
  margin: 5px 0;
  background: white;
  float: left;
  clear: both;
  font-size: 22px;
}
form.awesome input.input-text {
font-size: 22px;
width: 264px;
padding: 9px 7px 7px;
background: none !important;
position: relative;
z-index: 10;
margin-bottom: 20px;
}

.labell span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
}

.labell input, .labell textarea, .labell select {
  position: relative;
  margin: 0;
  border-width: 1px;
  padding: 6px;
  background: transparent;
  font-size: 22px;
}
#button_style {
border: none;
background: rgb(0, 0, 0);
background: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -ms-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -o-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #FFFFFF;
text-decoration: none;
vertical-align: middle;
display: block;
font-weight: bold;
padding: 5px;
font-size: 17px;
width: 90px;
height: 36px;
margin-top: 5px;
left: 190px;
position: relative;
}

#button_style1 {
border: none;
background: rgb(0, 0, 0);
background: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -webkit-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -ms-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
background: -o-linear-gradient(top, rgb(60, 60, 60), rgb(0, 0, 0));
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #FFFFFF;
text-decoration: none;
vertical-align: middle;
display: block;
font-weight: bold;
padding: 5px;
font-size: 17px;
width: 90px;
height: 36px;
margin-top: 5px;
left: 190px;
position: relative;
}



.loading {
background-image:url(../images/loader.gif); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;
    }


#button_style:hover {
   background: rgb(0, 0, 0);
   color: #00b5f0;
cursor: hand;
cursor: pointer;   
   }
   
#button_style1:hover, #button_style1.hovered {
   background: #00B5F0;
cursor: hand;
cursor: pointer;   
   }
   
#button_style:active {
   background: rgb(60, 60, 60);
   }


a {
  text-decoration: none;
  color: #007196;
}
img {
  border: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -214px; /* the bottom margin is the negative value of the footer's height */
}

.ca-nav span.ca-nav-next::selection {
  background: transparent;
}
.ca-nav span.ca-nav-next::-moz-selection {
  background: transparent;
}
.ca-nav span.ca-nav-prev::selection {
  background: transparent;
}
.ca-nav span.ca-nav-prev::-moz-selection {
  background: transparent;
}

/*********** HEADER ************/

#header {

}

#top {
  height: 14px;
  background: #000000;
  font-size: 9px;
  color: #646464;
  text-align: right;
  padding-right: 17px;
}

#top a {
  color: #646464;
}
#top a:hover {
  color: #FFFFFF;
}

#menu {
  height: 51px;
  background: #000000 url(../images/menu-background.png) repeat-x;
}


/*********** NAVIGATION ************/


#navigation {
	margin: 0;
	padding: 0 1em;
	height: 51px;
	list-style: none;
	position: relative;
	z-index:99;
	padding-left: 170px;
}

#navigation > li {
	float: left;
	height: 100%;
	margin-right: 17px;
	padding: 0 1em;
}

#navigation > li > a {
	float: left;
	height: 100%;
	color: #5C5C5C;
	text-decoration: none;
	line-height: 52px;
	font-weight: bold;
	text-transform: uppercase;
}

#navigation > li > a:hover {
	color: white;
}

#navigation > li.sub {
	position: relative;
}

#navigation > li.sub ul {
	width: 240px;
	margin: 0;
	padding: 0.5em 0;
	list-style: none;
	background: #000000;
	position: absolute;
	top: -1000em;
}

#navigation > li.sub ul li {
	width: 90%;
	margin: 0 auto 0.3em auto;
}

#navigation > li.sub ul li a {
	height: 100%;
	display: block;
	padding: 0.4em;
	color: #fff;
}

#navigation > li.sub ul li a:hover {
	background: #5C5C5C;
}

#navigation > li.sub:hover ul {
	top: 51px;
}

/*********** CONTENT ************/

#data {
  text-align:center;
}
#details {
  width: 900px;
  display: inline-block;
  padding: 10px;
}
#headings {
  text-align:right;
  width: 200px;
  position:absolute;
  padding-top: 10px;
}
#headings h1 {
  font-size: 14px;
  margin: 0;
  line-height: 28px;
  color: #A0A0A0;
}
#headings h1 a {
  color: #A0A0A0;
}
#headings h1 a:hover {
  color: #2F2F2F;
}
#headings h2 {
  font-size: 14px;
  margin: 0;
  line-height: 28px;
  color: #17253D;
}
#text {
  position:relative;
  margin-left:200px;
  text-align: left;
  padding: 10px;
  padding-left: 40px; 
  padding-top:5px;
  color: #2F2F2F;
}

#banner {
  position: relative;
  font-family: 'Jockey One', sans-serif;
  background: #E7E7E7 url(../images/banner-home-background.png) repeat-x;
  height: 257px;
  font-size: 40px;
  text-shadow: 2px 2px #E1E1E1;
  color: #2F2F2F; 
  text-align:center;
}

#banner-title {
  position: relative;
  font-family: 'Jockey One', sans-serif;
  background: #E7E7E7 url(../images/banner-title-background.png) repeat-x;
  height: 170px;
  font-size: 40px;
  text-shadow: 2px 2px #E1E1E1;
  color: #2F2F2F; 
  text-align:center;
}

#banner-text {
  position: relative;
  left: 170px;
  top: 60px;
  width: 600px;
  float: left;
}

#banner-photo {
  position: relative;
  left: 170px;
  top: 17px;
  width: 800px;
}

/*********** FOOTER ************/

.push {
  height: 214px;
}

#footer {
  /* position:absolute; */
  bottom:0;
  width:100%;
  height:214px;   /* Height of the footer */
  background:#6cf;
}

#footer-content {
  height: 164px;
  background: #000000 url(../images/footer-background.png) repeat-x;
  padding-left: 17px;
}

#footer-column {
  text-align: left;
  position: relative;
  width: 220px;
  float: left;
  color: #FFFFFF;
  font-size: 10px;
  line-height:170%;
  top: 17px;
  z-index: 9;
}

ul.footer {
  list-style-type:square;
  padding-left: 19px;
  margin-top: 1px;  
}

ul.footer li {
  color: #3A3A3A; /* bullet color */
}


ul.footer li span {
  color: #C0C0C0 /* text color */
}
ul.footer li:hover span{
  color: #FFFFFF; /* hover text color */  
}



#footer-logo {
  text-align: right;
  right: 17px;
  position: relative;
  top: 123px;
}

#footer-bottom {
  height: 50px;
  background: #181818;
}

#social-logos {
  float: left;
  padding-top: 11px;
  padding-left: 17px;  
}

#copyright {
  text-align: right;
  padding-right: 17px;
  float: right;
  padding-top: 10px;
  color: #646464;
  font-size: 10px
}




  
