/*
Theme Name: pc4
Theme URI: http://www.pc4.com.br/
Author: www.pc4.com.br
Author URI: http://www.pc4.com.br/
Description: Site PC4 2014
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: PC4 Comunciação e Tecnologia
Tags:

*/

.navbar-header {
  width: 100%;
  margin-top: 2%;
}
body {background: #3397db; font-family: 'Lato', Helvetica, Arial, sans-serif; position: relative;  font:100%; width: 100%; height: 100%;}
body.single {padding: 2% 0;}
h2 {color: #3397db; margin: 0 0 10px 0; text-transform: uppercase; font-weight: 700;}


header .navbar-brand {
  padding: 0px;
  position: absolute !important;
  top: 0;
  margin-top: 1%;
  z-index: 999; 
  margin-left: 15% !important;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

header .navbar-brand:hover {
  opacity: 0.5;
  filter: alpha(50);
}

header .logo {width: 120px;}

/* menu */
.navbar {
  border: 0;
  border-radius: 0 !important;
  text-align: right;
  min-height: 0;
  margin-bottom: 0;
}
#main-nav {
  position: fixed !important;
  z-index: 1030;
  width: 150px;
  top: 35%;
  right: 0;
  margin-right: 10px;
}
#main-nav .navbar-nav>li {
  display: inline;
  margin-right: 20px;
  width: 100%;
}

.menuTitle {
  opacity:0;
  filter:alpha(opacity=0); 
  background-color:rgba(0,0,0,0.6);
  padding: 7px 25px;
  margin-right: 15px;
  border-radius: 4px;
  position: relative;
  margin-right: 30px;
  font-size: 1.4rem;
}
.menuTitle:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0,0,0,0.6);
  border-width: 5px;
  margin-top: -5px;
}
.menuCercle:hover ~ .menuTitle{
  opacity:0.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}
.menuList span.menuCercle:hover{
  opacity:0.8;
  filter:alpha(opacity=80);  For IE8 and earlier 
}
.menuList.active a span.menuTitle {
  opacity:0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
}

.menuList.active .menuCercle:hover ~ .menuTitle {
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

.menuList span.menuCercle {
  position: absolute;
  margin: auto;
  z-index: 1;
  content: "";
  bottom: 15px;
  left: 91%;
  width: 10px;
  height:10px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.12);
  background-color:rgba(242,107,15,0.95);
}
.active a {
  color: #e3e3e9 !important;
  position: relative;
  outline: none;
  display: inline;
}
.active span.menuCercle {
  background-color:rgba(255,255,255,1);
}
#portfolio {padding: 2% 0;}
#portfolio .grid {
  margin: 0 auto;
  width: 100%;
}

.single button {
  margin: 20px 0;
}

.single button a {
  color: #fff;
}

.single button a:hover {
  text-decoration: none;
}

#main-nav .navbar-nav>.active>a, #main-nav .navbar-nav>.active>a:hover, #main-nav .navbar-nav>.active>a:focus {
	background-color: transparent;
  color: #fff;
}

#main-nav a:hover span {
  color: #fff;
}

.navbar-toggle {
  display:none;
  border: 0;
  background-color: #808080;
  margin-top: 23px;
}
#main-nav .navbar-toggle:hover,#main-nav .navbar-toggle:focus {
  background-color: #e96656;
  filter: alpha(opacity=100);
  opacity: 1;
}

#main-nav .nav>li>a:hover, .nav>li>a:focus {
  background: transparent;
}


#bemvindo .carousel-indicators { width: auto; margin: 0; left: 15%; bottom: 20px; }
#bemvindo .carousel-indicators h4 { margin: 0; text-transform: uppercase; font-size: 1.88rem; font-weight: 700; color: #0166a1; }
#bemvindo .carousel-indicators p {font-style: italic; font-weight: 700; color: #0166a1; line-height: 1;}
#bemvindo .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 115px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 220px;
    text-indent: 0;
    padding: 20px 15px;
    border: 2px solid #FFF;
    background-color: #FFF;
}
/* Indicators active image style */
#bemvindo .carousel-indicators .active {
    border: 2px solid #0166a1;
    background-color: #0166a1;
    color: #FFF;
}

#bemvindo .carousel-indicators .active * { color: #FFF }

#bemvindo .fill {

    display: none;

    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#bemvindo .item { background: url('assets/images/loaders/bg-header.gif') center center no-repeat; }

/* services */
#services {height: 100%; background-color: #fff000;}
#services .kwicks {
  height: 100%;
}

#services ul {
  margin: 0;
}
#services .kwicks > li {
  height: 100%;
}

#services .panel {padding: 5% 2%; height: 100%; color: #fff; margin-bottom: 0;border-radius: 0;border: none;box-shadow: none;}
#services .panel h3 {
  width: 320px;
  margin: 0 auto;
  text-transform: uppercase; 
  font-weight: 700; 
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 230px;
}

#services .panel:hover h3 {
  opacity: 1;
}

#services .panel p {text-transform: uppercase; font-weight: 700; font-size: 1.6rem; color: #fff; text-align: center; clear: both;}
#services .center {
  width: 160px;
  height: 220px;
  margin: 0 auto;
}

#services span{
  display: block;
  position: relative;
  width: 90px;
  height:50px;
  margin: 0 auto;
  }

#services button{
  margin-top: 40px;
  width: 160px;
  margin: 0 auto;
  border: 3px solid #fff;
  background: transparent;
  font-size: 1.3rem;
  text-transform: uppercase;
  padding:5px;
  color: #fff;
  opacity: 0;
}
#services button a {
  color: #fff;
}
#services button a:hover {
  text-decoration: none;
}

#services .panel:hover button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#services .panel:nth-child(1) {background-color: #ffc905; }
#services .panel:nth-child(2) {background-color: #452b44; }
#services .panel:nth-child(3) {background-color: #bb2f28; }
#services .panel:nth-child(4) {background-color: #f26b0f; }
#services .panel:nth-child(5) {background-color: #b4c42a; }
#services .panel:nth-child(6) {background-color: #08a3b7; }

.fa-6x {font-size: 6em;}


/* contato */
#contact {background-color: #f2f2f2;padding: 2% 0; height: 100%;}
#contact h2 {margin-bottom: 0;}
#contact .form {margin-top: 20px;}
#contact p.description {color: #3397db; font-weight: 700; font-style: italic;font-size: 1.4rem;}
#contact #map-canvas {height: 350px; margin-top: 25px !important; }
#contact .tel, #contact .email {border: 3px solid #3397db; background: transparent; font-size: 1.3rem; text-transform: uppercase; padding:5px; color: #3397db;}
#contact address { text-align: center; font-size: 1rem; margin-top: 10px; }
#contact a.tel:hover, #contact a.email:hover {text-decoration: none;}

/* single */
.details {margin: 2% 0;}
.single span {line-height: 0em;}
.single a {text-decoration: none;}
.single h1 {color: #fff; text-transform: uppercase; font-weight: 700;}
.single h2 {color: #fff; margin: 0 0 10px; font-size: 1.25rem; text-transform: lowercase; font-weight: normal;}

.single .thumbnail {background: transparent; border-radius: 0; border: none; box-shadow: none;}
.single .details {color:#fff; font-weight: 200; line-height: 22px;}

/* configurações gerais */
.pc4-btn-primary {background-color: #3397db; color: #fff; font-weight: 700; border-color: 1px solid #3397db;text-transform: uppercase;}
.pc4-btn-primary:hover {color: #fff; background-color: #01b3b2; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-    input:focus {
    border-color: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}
.form-control {margin-bottom: 1%; margin-right: 0;  border: 0; height: 50px;}
#cformsform input { margin-right: 0;  border: 0; height: 50px; display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border-radius: 4px;}
#cformsform ol {list-style: none;margin:0; padding: 0;}
#cformsform textarea {
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  margin-bottom: 1%;
  margin-right: 0;
  border: 0;
}

#cformsform li { margin-bottom: 10px; }

#cformsform .reqtxt, #cformsform .emailreqtxt, #cformsform fieldset, #cformsform .linklove {display: none;}
p#ll.linklove {display: none !important;}
#cformsform #sendbutton {background-color: #3397db;

color: #fff;
font-weight: 700;
border-color: 1px solid #3397db;
text-transform: uppercase;}
#cformsform #usermessagea {text-align: center;}
.form-control:focus, #cformsform input:focus { border-color: none;box-shadow: none;-webkit-box-shadow: none;outline: 0;}
.pc4-btn-lg {width: 100%;}

#mensagem { height: 120px; }

/* wordpress */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; margin-bottom: 1em;}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* CONTATO - FORM ERRORS */

.screen-reader-response { display: none; }
.wpcf7-not-valid-tip { font-size: 10px; color: #ff726f; }

.wpcf7-response-output { padding: 10px 15px; margin-bottom: 20px; color: #FFF; }

.wpcf7-response-output.wpcf7-mail-sent-ok { background-color: #89D28A; }
.wpcf7-response-output.wpcf7-validation-errors { background-color: #ff726f; }

@media (max-width: 768px) {
  #services .kwicks {
    width: 100%;
    height: 100%;
  }
  #services .kwicks > li {
      width: 100%;
      /* overridden by kwicks but good for when JavaScript is disabled */
      height: 100px;
      margin-top: 0px;
  }
  #services .panel h3 {
    width: 80%;
    font-weight: 700; 
    font-size: 1.125rem;
    height: 80px;
  }
  #services .panel {
    padding: 8% 5%;
  }
  #services .center {
    width: 80%;
    height: 100px;
  }
  #services .panel p {
    margin: 25px 0 0 0;
  }
  #services .panel h3 p {
    font-size: 1.125rem;
    margin-top: 0;
}
