body {
  padding-left: 0;
  padding-right: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 19.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0 !important;
}
.container  {max-width: 970px;}

#content {
  margin-bottom: 60px;
}

a {
  color: #0088cc;
}
a:hover {
  color: #2bb94a;
  text-decoration: none;
}

#inner {
  position: relative;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 1px 0px #000000;
  -webkit-box-shadow: 0px 1px 1px 0px #000000;
  -o-box-shadow: 0px 1px 1px 0px #000000;
  box-shadow: 0px 1px 1px 0px #000000;
  border: none;
  border-top: 1px solid #ddd;  
  background: #f7f7f7;
  padding: 20px;
}

/*
* Popover
*/
.popover-title {
  background:#0088cc;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
/*
* Portlet
*/
#sidebar .portlet-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: 900;
}
/*
* Loading
*/ 
#loading {
  background: #0088cc;
  display: none;
  position: fixed;
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  z-index: 100000000;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; 
}

#message {
  position: fixed;
  padding: 0;
  margin: 0;
  z-index: 100000000;
}

#message .alert {
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; 
}

.icon.icon-envelope-alt {
  color: #cccccc;
  font-size: 0px;
  width: 16px;
  position: absolute;
  top: 0px;
  left: 827px;
}
.navbar {
  height: 50px;
}

.navbar .navbar-inner {
  border: none;
  background: #0088cc;
  height: 70px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;  
  border-radius: 0;  
}

.navbar .navbar-inner .container {
  max-width: 970px;
  margin: 0 auto;
  position: relative;
}

.navbar .navbar-inner .nav {
  width: 60%;
}

.navbar .navbar-inner .brand {
  width: 295px;
  height: 60px;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  background: url('../images/sprite.png') -215px -55px no-repeat;
  color: #ffffff;
  margin: 5px 0 0 0;
  padding: 0 40px 0 0;
  text-shadow: none;
  border-right: 1px solid rgba(0, 0, 0, 0.137255);
  -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  -o-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  border-left: 0;
}

.navbar .navbar-inner .nav li a {
  font-size: 19px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: none;
  padding: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.137255);
  margin: 0;
  -moz-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  -o-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.137255);
  border-left: 0;
}

.navbar .navbar-inner .nav li a:hover, .navbar .navbar-inner .nav li.active a {
  background: #2bb94a;
  color: #fff;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  border-right: 1px solid #2bb94a;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.container.page-header {
  padding: 0;
  margin: 40px 0 40px 0;
  border: none;
}

.container.page-header div {
  padding: 10px 20px;
  border-radius: 5px;
  background: #2bb94a;
  margin: 0;
  color: #fff;  
}

.container.page-header h1 {
  margin-bottom: 0;
}

.container.page-header h2 {
  font-weight: normal;
  margin-bottom: 0;
}
/* Teaser */
#teaser {
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
#teaser .big-icon i {
  font-size: 150px;
  color: #0088cc;
}
#teaser h2 {
  font-size: 29px;
  line-height: 40px;
  font-weight: 400;
}
#teaser .row-fluid {
  padding: 50px 0px;
}
#teaser .green {
  color: #fff;
  padding: 30px 0px;
  background: #2bb94a;
}
#teaser .green h2 {
  font-size: 32px;
  font-weight: 900;
}
#teaser .green p {
  margin: 0;
  padding: 0;
  font-size: 23px;
  font-weight: 400;
}

#teaser .gray {
  background: #f7f7f7;
}
#teaser .white {
  background: #ffffff;
}

/* Footer */
#footer {  
  background: #333333;
  padding: 50px 0 30px 0;
  color: #ccc;
}

#footer #footer-brand {
  width: 295px;
  height: 60px;
  background: url('../images/sprite.png') -553px -55px no-repeat;
}

#footer span {
  margin-top: 0px;
  margin-bottom: 20px;
}

#footer a {
  color: #ccc;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#footer h2 {
  line-height: 25px;
}

#footer li {
  font-size: 16px;
  padding: 3px 0;
}

#footer #social {
  font-size: 45px;
}

#footer #social a#facebook:hover{
  color: #3b5998;
}
#footer #social a#twitter:hover{
  color: #00aced;
}
#footer #social a#gplus:hover{
  color: #d54431;
}



/* Forms */

form h2 .circle {
  position: absolute;
  left: -11px;
  top: -10px;
  width: 55px;
  height: 55px;
  padding: 8px 0 0 0;
  background: url('../images/sprite.png') -1px -97px no-repeat;
}

form .hint {
  margin-top: -10px;
  font-size: 13px;
}
form label {
  font-weight: 900;
}

form fieldset legend {
  color: #454545;
  font-weight: 900;
  text-shadow: 0px 1px 0px #ffffff;
}

/* Buttons */

.btn-primary {
  background: #0088cc;
  background-image: none;
  font-weight: bold;
  font-size: 20px;
}
.btn-primary:hover, .btn-group.open .btn-primary.dropdown-toggle {
  background: #2bb94a;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
  background: #2bb94a;
}

.btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 15px;
}

/* Icons */
.icon.icon-skype-footer {
    width: 17px;
    height: 17px;
    background: url("../images/sprite.png") -213px 0px no-repeat;
    margin: 0 3px -3px 0;
}
a:hover .icon.icon-skype-footer {
  background: url("../images/sprite.png") -230px 0px no-repeat;
}

/*
* Modal
*/
.modal-header {
  background: #0088cc;
  border-radius: 6px 6px 0 0;
}
.modal-header h3, .modal-header .close {
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.modal-backdrop.fade.in {
  opacity: .5;
}
/*
html,body {
	height: 100%;
}
#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}

#push, #footer {
	height: 60px;
}
#footer {
  background: #333333;
}

.navbar-fixed-top {
  height: 60px;
}
.navbar-fixed-top .navbar-inner {
  border: none;
  background: #0088cc;
  height: 60px;
  padding-left: 20px;
  padding-right: 10px;
}
.navbar-fixed-top .navbar-inner .nav li a {
  text-shadow: none;
  font-weight: 900;
  color: #ffffff;
  line-height: 40px;
  font-size: 20px;
}
.navbar-fixed-top .navbar-inner .nav li a .icon.icon-phone-sign {
  font-size: 18px;
  margin: 4px 0px 0px 0px;
  height: 18px;
  width: 18px;
}
.navbar-fixed-top .navbar-inner .nav li a.a-1 {
  -moz-box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.121569);
  -webkit-box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.121569);
  -o-box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.121569);
  box-shadow: inset 0px 3px 8px 0px rgba(0, 0, 0, 0.121569);
  padding: 10px 15px 10px 35px;
}
.navbar-fixed-top .navbar-inner .brand {
  margin: 0px;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  font-family:"sansita one";
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.611765);
}
.navbar-fixed-top .navbar-inner .brand .icon.icon-arrow-right {
  margin: 4px 0px 0px 0px;
  font-size: 14px;
  text-shadow: 0px 1px 2px #000000;
  height: 14px;
  width: 14px;
}

@media (max-width: 767px) {
  #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 980px){
  #page > .container {padding-top: 90px;}
}
*/

@media (max-width: 480px) {
  .container.page-header {
    margin-top: -10px;
    margin-bottom: 0;
  }
  .container.page-header div {
    border-radius:0;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0;
    margin-left: 0;
  }
}

