/* --------------------------------------------------
  
  Title:	Phoenix Electric
  Author: 	http://www.isweb.eu
  Version:	1.1

*/
/* Body and structure
-------------------------------------------------- */

@font-face {
	font-family: 'entypo';
	src:url('../fonts/entypo.eot');
	src:url('../fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/entypo.woff') format('woff'),
		url('../fonts/entypo.ttf') format('truetype'),
		url('../fonts/entypo.svg#entypo') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background-color: #e9f4fa;
}

body {
  position: relative;
  padding-top: 92px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5e7c8a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Bitter", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: inherit;
  line-height: 24px;
  color: inherit;
}

h1 {
  color: #35464e;
  font-size: 40px;
  line-height: 48px;
}

h2 {
  color: #35464e;
  font-size: 30px;
  line-height: 38px;
}

h3 {
  color: #35464e;
  font-size: 24px;
  line-height: 34px;
}

p {
  margin-bottom: 24px;
}

p.lead {
  color: #5e7c8a;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #058fd0;
  text-decoration: none;
}

a:hover {
  color: #0371be;
  text-decoration: none;
}

a:focus {
  outline: none;
}

hr {
  margin-top: 68px;
  border-top: 1px solid #e9f4fa;
}

[class*="span"].social {
  width: 150px;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #c0ccd4;
}

::selection {
  color: #ffffff;
  background-color: #1893d1;
  
}

::-moz-selection {
  color: #ffffff;
  background-color: #1893d1;
}


/* Navbar and brand
-------------------------------------------------- */

.navbar-inner {
  min-height: 72px;
  background: none #058fd0;
  filter: none;
  border: none;
  -webkit-box-shadow: 0 0 0 #058fd0;
  -moz-box-shadow: 0 0 0 #058fd0;
	box-shadow: 0 0 0 #058fd0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: inset 0 0 0 #0e85c9;
	-moz-box-shadow: inset 0 0 0 #0e85c9;
	box-shadow: inset 0 0 0 #0e85c9;
}

.navbar .container {
  padding: 14px 0px 0px 0px;
}

.navbar .brand {
  color: #ffffff;
  font: normal 26px "Bitter", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-shadow: none;
  padding: 0px 12px;
}

.navbar .brand #logo {
  height: 42px;
  width: 43px;
  margin-top: 1px;
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  background: url(../img/logo-white.png) no-repeat;
  background: url(../img/logo-white.svg) no-repeat;
}

.navbar .brand #logotype {
  padding-top: 6px;
  padding-left: 0;
  margin-left: 8px;
  margin-right: 8px;
  float: left;
  padding-bottom: 6px;
}

.navbar .nav > li > a {
  padding: 9px 16px 8px;
  margin: 2px 0px 0px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #35464e;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  padding: 9px 16px 8px;
  color: #1893d1;
  text-decoration: none;
  background-color: #e9f4fa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;	   
}

/* Carousel
-------------------------------------------------- */

.carousel {
  margin-top: 24px;
  margin-bottom: 24px;
}

.carousel-inner {
  position: relative;
  width: 960px;
  overflow: hidden;
}

.carousel-nav hr {
	margin-top: 48px;
	margin-bottom: 44px;
}

.carousel-control {
  width: 36px;
  height: 36px;
  background: #ffffff;
  position: relative;
  margin-left: 20px;
  left: 0;
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  line-height: 0;
  border: 2px solid #5e7c8a;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}

.carousel-control i {
	font-size: 34px;
	line-height: 38px;
	color: #5e7c8a;
	text-align: center;
}

.carousel-control.right {
  margin-left: 18px;
  right: 0;
  float: right;
}

.carousel-control:hover {
  background-color: #058fd0;
  border: 2px solid #058fd0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-control:hover i {
	color: #ffffff;
	text-decoration: none;
	
}

.carousel h1 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.carousel p {
  line-height: 24px;
}

.carousel .btn {
  margin-top: 18px;
  margin-bottom: 24px;
}

.carousel .image {
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
  overflow: hidden;
}

.carousel img {
  -webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
}

.carousel hr {
  margin-top: 48px;
}

.alert {
  margin-top: 14px;
  padding: 9px 35px 9px 16px;
  text-align: center;
  text-shadow: none;
}


/* Buttons
-------------------------------------------------- */

.btn {
  padding: 9px 16px 8px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  *line-height: 24px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}

.btn:focus {
  outline: none;
}

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #cf5e54;
  background-image: none;
  background-repeat: repeat-x;
  filter: none;
  overflow: hidden;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #c5453b;
  *background-color: #c5453b;
  border-color: #bd3c32;
  -webkit-box-shadow: 0 0 0 #c5453b;
  -moz-box-shadow: 0 0 0 #c5453b;
  box-shadow: 0 0 0 #c5453b;
}

.btn-primary:active,
.btn-primary.active {
  
}

.btn-primary.has-margin {
	margin-right: 20px;
}


/* Features
-------------------------------------------------- */

.features {
  margin-top: 24px;
  margin-bottom: 24px;
}

.features h3 {
  margin-top: 36px;
  margin-bottom: 16px;
}

.features p {
  margin-bottom: 48px;
}

.features .icon {
  background-color: #edeae2;
  overflow: hidden;
  text-align: center;
}

.features .icon img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
	user-drag: none;
}

.features .icon i {
	display: block;
	height: 80px;
	padding-top: 51px;
	padding-bottom: 51px;
	font-size: 82px;
	color: #a6a294;
}

.features hr {
  margin-top: 18px;
}


/* Certificates
-------------------------------------------------- */

.certificates {
  margin-top: 48px;
  margin-bottom: 28px;
}

.certificates .image {
  height: 132px;
  overflow: hidden;
  margin-bottom: 28px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.certificates .image:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.certificates .image img {
  -webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none;
}

.guilds::before {
  content: "";
  margin-left: -10px;
  height: 132px;
  width: 1px;
  position: absolute;
  background-color: #e8f3fa;
}

.certificates .certificate-entry h3 {
  margin-top: 18px;
  font-size: 26px;
  margin-bottom: 14px;
}


/* Page
-------------------------------------------------- */

.page {
  margin-top: 38px;
  margin-bottom: 48px;
}

.page h1 {
  margin-bottom: 24px;
}

.page h2 {
  margin-top: 28px;
  margin-bottom: 18px;
}

.page h3 {
  margin-top: 38px;
  margin-bottom: 14px;
}

.page p.lead {
  margin-bottom: 24px;
}


/* Services
-------------------------------------------------- */

.page.services {
	margin-bottom: 64px;
}

.page.services ul {
	list-style: none;
	margin-left: 48px;
	margin-right: 36px;
	margin-top: 24px;
}

.page.services ul li {
	line-height: 24px;
	position: relative;
}

.page.services ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  margin: 8px 0 0 -28px;
  vertical-align: middle;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #cf5e54;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}


/* References
-------------------------------------------------- */

blockquote {
	border-left: none;
	padding-left: 42px;
	display: inline-block;
	padding-right: 42px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

blockquote p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  font-style: italic;
  font-weight: normal;
}

blockquote i {
	font-size: 20px;
	color: #a9b5bd;
	position: relative;
	top: 1px;
}

blockquote .icon-quote-open {
	margin-left: -40px;
	margin-right: 20px;
	float: left;
}

blockquote .icon-quote-close {
	margin-right: -40px;
	margin-left: 20px;
	float: right;
}

blockquote small {
  margin-top: 4px;
  color: #a3b1b8;
  line-height: 24px;
}


/* Contact
-------------------------------------------------- */

.page.contact h3 {
	margin-top: 18px;
}

address p {
  line-height: 24px;
}

address h4 {
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 14px;
}

address ul {
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  margin-top: 28px;
}

address ul li {
  line-height: 24px;
}

.map {
  margin-top: 28px;
  height: 260px;
  width: 100%;
}

.map iframe {
  height: 100%;
  width: 100%;
}

.contact-form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.contact-form input {
  margin-bottom: 18px;
}

.contact-form input.btn {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Firefox fixes */
@-moz-document url-prefix() {
    .contact-form #submitButton {
      padding-top: 12px;
      padding-bottom: 12px;
    }
}

.clearfix.error .input span,
.clearfix.success .input span {
  color: #cf5e54;
  display: block;
  padding-left: 4px;
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 14px;
}

.clearfix.error .input.email .error,
.clearfix.success .input.email .error {
	padding-left: 8px;
}

.clearfix.error .input.email .help-inline,
.clearfix.success .input.email .help-inline {
	padding-left: 0px;
}

.error .help-block {
  color: #cf5e54;
  display: block;
  font-size: 14px;
  padding-left: 8px;
  margin-top: 8px!important;
}

input,
button,
select,
textarea {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fffffe;
  border: 1px solid #d5e1e8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: all linear 0.2s, box-shadow linear 0.2s;
  -o-transition: all linear 0.2s, box-shadow linear 0.2s;
  transition: all linear 0.2s, box-shadow linear 0.2s;
}

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 {
  color: #35454e;
  background-color: #ffffff;
  border-color: #058fd0;
  outline: 0;
  outline: none \9;
  /* IE6-9 */
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}

.clearfix.error input,
.clearfix.error select,
.clearfix.error textarea {
  border-color: #f4d8d6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.clearfix.error input:focus,
.clearfix.error select:focus,
.clearfix.error textarea:focus {
  border-color: #b94a48;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
	resize: vertical;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a3b1b8;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a3b1b8;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a3b1b8;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}

.alert {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.alert-success {
  color: #6ba038;
  background-color: #dce8cf;
}

.alert-error {
  color: #cf5e54;
  background-color: #f4d8d6;
}

.ui-widget .alert {
	padding-top: 26px;
	padding-bottom: 26px;
}

.ui-widget h4 {
	font: bold 18px "Lato", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
}

.ui-widget p {
	margin-bottom: 0;
}


/* Icons
-------------------------------------------------- */

[data-icon]:before {
	font-family: 'entypo';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-left, .icon-arrow-right, .icon-twitter, .icon-googleplus, .icon-facebook, .icon-mail, .icon-tools, .icon-docs, .icon-quote-open, .icon-quote-close {
	font-family: 'entypo';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-left:before {
	content: "\3c";
}

.icon-arrow-right:before {
	content: "\3e";
}

.icon-twitter:before {
	content: "\74";
}

.icon-googleplus:before {
	content: "\67";
}

.icon-facebook:before {
	content: "\66";
}

.icon-mail:before {
	content: "\6d";
}

.icon-tools:before {
	content: "\68";
}

.icon-docs:before {
	content: "\64";
}

.icon-quote-open:before {
	content: "\22";
}

.icon-quote-close:before {
	content: "\27";
}


/* Footer
-------------------------------------------------- */

footer {
  padding-top: 48px;
  background: #e9f4fa;
  -webkit-box-shadow: inset 0 0 0 #dbe7ee;
  -moz-box-shadow: inset 0 0 0 #dbe7ee;
	box-shadow: inset 0 0 0 #dbe7ee;
}

footer h2 {
  margin-bottom: 16px;
}

footer .callout {
  margin-bottom: 48px;;
}

footer .copyright {
  margin-bottom: 72px;
}

footer .copyright p {
  padding-top: 6px;
  color: #a3b1b8;
  font-size: 14px;
  float: left;
}

footer .social a {
  margin-left: 14px;
  margin-right: 0;
  margin-bottom: 12px;
  height: 30px;
  width: 30px;
  position: relative;
  float: left;
  color: #5e7c8a;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  background: transparent;
  border: 2px solid #5e7c8a;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

footer .social a:hover {
  background-color: #058fd0;
  overflow: hidden;
  border: 2px solid #058fd0;
  color: #ffffff;
}


/* Animations and transitions
-------------------------------------------------- */

a {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.carousel img,
.carousel-control,
.btn-primary,
.features .icon i,
.certificates .image,
footer .social a {
	-webkit-transition: all 0.2s ease-in-out !important;
	-moz-transition: all 0.2s ease-in-out !important;
	-o-transition: all 0.2s ease-in-out !important;
	transition: all 0.2s ease-in-out !important;
}

.btn-primary:active,
.btn-primary.active {
  -webkit-transform: scale(0.95);   
  -moz-transform: scale(0.95); 
  -o-transform: scale(0.95);  
  transform: scale(0.95);
}

.carousel img:hover,
.features .icon i:hover {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: scale(1.05);   
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.carousel-control.left:hover .animate {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.carousel-control.right:hover .animate {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.social a:hover .animate {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	-o-animation-duration: 0.4s;
	animation-duration: 0.4s;
}


/* Responsive
-------------------------------------------------- */

/* Desktop
------------------------- */
@media (max-width: 980px) {
  body > .navbar-fixed-top .brand {
    margin-left: 0;
		margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  body {
    padding-top: 0;
  }
  
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
  }
  
  .navbar .container {
    width: 768px;
  }
  
  .carousel-inner {
    width: 744px;
  }
  
  .navbar .btn-navbar {
    display: none;
  }
  
  .navbar .nav-collapse .nav.pull-right {
    margin-left: 0;
    float: right;
  }
  
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: visible;
  }
  
  .nav-collapse {
    clear: none;
  }
  
  .nav-collapse .nav {
    margin: 0 0 10px;
    float: left;
  }
  
  .nav-collapse .nav > li {
    float: left;
  }
  
  .navbar .nav > li > a {
    margin: 2px 6px 0 20px;
    padding: 9px 16px;
  }
  
  .navbar .nav > li > a:hover {
  	background-color: transparent;
  }
  
  .carousel .image {
  	margin-top: 24px;
  	margin-bottom: 24px;
  }
  
  .features .icon i {
  	padding-top: 29px;
  	padding-bottom: 29px;
  	font-size: 62px;
  	line-height: 80px;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
  
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
  }
  
  .navbar .btn-navbar {
    display: none;
  }
  
  .navbar .nav-collapse .nav.pull-right {
    margin-left: 0;
    float: left;
  }
  
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: visible;
  }
  
  .navbar .nav > li {
    float: left;
  }
  
  .navbar .nav > li > a {
    padding: 9px 16px 8px;
		margin-top: 2px;
		margin-left: 6px;
		margin-right: 6px;
  }
  
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: transparent;
  }
  
  .carousel-inner {
    width: 100%;
  }
  
  .carousel img {
  	width: 100%;
  }
  
  .carousel h1 {
  	margin-top: 0;
  	margin-bottom: 24px;
  }

  .guilds::before {
		display: none;
  }

  footer .copyright {
  	width: 100%;
  }
  
  footer .social a {
  	margin-left: 0;
  	margin-right: 12px;
		margin-top: 14px;
  }
  
  [class*="span"].social {
  	width: 100%;
  }
  
  footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  footer p {
    margin-bottom: 9px;
  } 
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  body {
    padding-top: 0;
  }

  .navbar .nav > li > a {
    padding: 9px 16px 8px;
    margin-top: 2px;
    margin-left: 6px;
    margin-right: 6px;
  }
  
  .carousel h1 {
  	margin-top: 0;
  	margin-bottom: 24px;
  }
  
  footer {
    padding-top: 36px;
    padding-bottom: 20px;
  }

  footer .pull-right {
    float: none;
  }
}
