/* MAIN SITE CSS - COOL-MOBIL - 2012 */

/* FONT USE */
/*
Instructions: Add the font name to your CSS styles just as you'd do normally with any other font.
Example:
h1 { font-family: 'Roboto Condensed', sans-serif; font-weight: 400; }
*/

.slider_logo {
  position: absolute;
  z-index: 1000;
  padding-top: 40px;
  padding-right: 40px;
}

.phone_number {
  position: fixed;
  right: 0;
  top: 120px;
  background-color: rgba(5, 5, 5, 0.69);
  padding: 10px;
  font-size: 26px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.53); 
  text-align: center;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  z-index: 5000;
}

.custom_padding_right {
  padding-right: 20px;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; 
  font-size: 14px;
}

/* HEADER */

.logo h2 {
 margin-bottom: 0px;
 padding-top: 2px;    
}

#header_1 {
  width: 100%;
  height: 40px;
  padding: 0px 0px 0px 0px;  
  background-image: url("../images/blackorchid.png");
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-style: italic;    
}

#header_1 a {
  text-decoration: none;
  color: #fff;
}

#header_1 .logo {
  font-size: 24px;
}

#header_1 .fast_menu {
  padding-top: 10px;
  text-align: right;
  font-size: 14px;
}

#header_2 {
  width: 100%;
  height: 260px;
  background-color: #89929b;
  background-image: url("../images/slider_background.png");
  background-repeat: repeat-x;
  color: #191919;
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
} 

#header_2 .slider {
  letter-spacing: -1px;
  text-align: left;  
  font-size: 80px;
  height: 260px; 
}

#header_3 {
  width: 100%;
  height: 115px;
  background-image: url("../images/menu_background.png");
  background-repeat: repeat-x;
  color: #fff;  
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  border-top: 1px solid #191919;
}

#header_3 ul {
  text-align: center;
  padding-top: 15px;
  margin-left: 0px;
  padding-right: 40px;
}

.menu li {
  display: inline;
  margin-right: 10px;  
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #191919;
}

.menu li a {
  text-decoration: none;
  color: #191919;
}

#solution_chooser {
  background-color: #216694;
  padding: 40px 0px 40px 0px;
  background-image: url("../images/chooser_main_background.png");
  background-repeat: repeat-x;
  /*background-position-x: 190px;*/
}

.solution_info h2 {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;  
  font-size: 48px;  
}

.solution_info span {
  font-size: 14px;
}

.solution_chooser_water {
  padding: 40px 0px 40px 0px;
  /*background-image: url("../images/final cover_thumb.png");*/ 
}   

.solutions h2 {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px; 
  color: #fff;
  padding: 12px 0px 0px 20px;
}

.solutions img {
  position: relative;
  top: -53px;
}

.solution_1, .solution_2, .solution_3, .solution_4, .solution_5, .solution_6 {
  height: 210px;  
  margin-bottom: 20px;  
  background-image: url("../images/solution_background.png");
  background-repeat: no-repeat;
}

.solution_4, .solution_5, .solution_6 {
  margin-bottom: 0px;  
}

.solution_info {
  display: none;
  width: 960px;
  position: absolute;
  color: #fff;
  margin-top: -200px;
  font-size: 18px;
}

#content {
  background-image: url("../images/content_background.jpg"); 
  padding: 30px 0px 30px 0px; 
}

.content_left h3 {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;  
  font-size: 30px;  
}

.content_right h3, .short_left h3, .short_right h3 {
  font-family: 'Roboto Condensed', sans-serif; font-weight: 700;
  text-transform: uppercase;  
  font-size: 20px;
}

#footer {
  background-image: url("../images/blackorchid.png");
  color: #fff;
  padding: 30px 0px 30px 0px;
}

/* SLIDER */

.info_slide_dots, .focus_button {
  display: none!important;
}

.featureCarousel .feature {
  border: 1px solid #55617B;
}

.featureCarousel {
  background-color: transparent;
}

/* NIVO */

.nivo-caption {
  width: auto!important;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.nivo-caption-content {
  font-size: 28px;
}

.side_hand {
  position: absolute;
  right: 0;
  top: 370px;
  z-index: 100;
}

#content img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  border: 1px solid #ddd;
  
}

#footer {
  font-size: 14px;
}

/* ACAMAILING */

table.acymailing_form {
  margin: 0px;
}

table.acymailing_form .inputbox {
  padding: 5px;
  width: 285px!important;
}

.subbutton {
  width: 120px;
  margin-top: 15px;
  border: none;
  padding: 10px;
  background-color: #025f8b;
  color: #fff;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300; 
  font-size: 14px;
  
}

.acysubbuttons {
  text-align: left;
}

.moduletable_facebook {
  margin-top: 15px;
}



