@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700");

.cb-slideshow, .cb-slideshow:after {  
  position: absolute;  
  width: 100%;  
  height: 100%;  
  top: 0px;  
  left: 0px;  
  z-index: 0;  
  background-color: #131313;
}

.cb-slideshow li span {  
  width: 100%;  
  height: 100%;  
  position: absolute;  
  top: 0px;  
  left: 0px;  
  color: transparent;  -webkit-background-size: cover;
  background-size: cover;  -webkit-opacity: 0;
  opacity: 0;  
  z-index: 0;  -webkit-animation: 36s linear 0s normal none infinite imageAnimation;
  animation: 36s linear 0s normal none infinite imageAnimation;
}

.cb-slideshow li div {  
  z-index: 1000;  
  position: absolute;  
  bottom: 30px;  
  left: 0px;  
  width: 100%;  
  text-align: center;  -webkit-opacity: 0;
  opacity: 0;  
  color: white;  -webkit-animation: 36s linear 0s normal none infinite titleAnimation;
  animation: 36s linear 0s normal none infinite titleAnimation;
}

.cb-slideshow li div h3 {  
  font-family: 'Open Sans';  
  font-size: 70px;  
  padding-left: 20px;  
  line-height: 50px;  
  color: #e96840;
}

.cb-slideshow h3, .cb-slideshow h4 {  
  margin-bottom: 15%;
}

.cb-slideshow li:nth-child(1) span {  
  background-image: url("../images/unsplash1.jpg");
}

.cb-slideshow li:nth-child(2) span {  
  background-image: url("../images/unsplash2.jpg");  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {  
  background-image: url("../images/unsplash3.jpg");  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {  
  background-image: url("../images/unsplash4.jpg");  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {  
  background-image: url("../images/unsplash5.jpg");  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {  
  background-image: url("../images/unsplash6.jpg");  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

.cb-slideshow li:nth-child(2) div {  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) div {  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) div {  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) div {  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) div {  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@keyframes imageAnimation {
0% { opacity: 0; animation-timing-function: ease-in; }
8% { opacity: 1; animation-timing-function: ease-out; }
17% { opacity: 1; }
25% { opacity: 0; }
100% { opacity: 0; }
}

@keyframes imageAnimation {
0% { opacity: 0; animation-timing-function: ease-in; }
8% { opacity: 1; animation-timing-function: ease-out; }
17% { opacity: 1; }
25% { opacity: 0; }
100% { opacity: 0; }
}

@keyframes titleAnimation {
0% { opacity: 0; }
8% { opacity: 1; }
17% { opacity: 1; }
19% { opacity: 0; }
100% { opacity: 0; }
}

@keyframes titleAnimation {
0% { opacity: 0; }
8% { opacity: 1; }
17% { opacity: 1; }
19% { opacity: 0; }
100% { opacity: 0; }
}

.no-cssanimations .cb-slideshow li span {  -webkit-opacity: 1;
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .cb-slideshow li div h3 { font-size: 140px; }
}

@media screen and (max-width: 600px) {
  .cb-slideshow li div h3 { font-size: 60px; }
}

@media screen and (min-width: 600px) {
  .cb-slideshow li div h3 { font-size: 70px; line-height: 60px; text-align: center; }
}

img.displayed {  
  display: block;  
  margin-left: auto;  
  margin-right: auto;  
  background-color: transparent;
}

.scroll-filter {  
  background-color: rgba(0, 0, 0, 0.5);
}

.intro-scroller {  
  position: absolute;  
  left: 0px;  
  text-align: center;  
  z-index: 9999;  
  width: 100%;  
  bottom: 20px;
}

.intro-scroller p {  
  color: white;
}

.scroll-down {  
  background-color: #1e1e1e;  
  width: 100%;  
  height: 60px;  
  text-align: center;
}

.custom-scroll {  
  color: white;
}

.mouse-icon {  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;  
  bottom: 70px;  
  height: 50px;  
  left: 0px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  position: absolute;  
  right: 0px;  
  width: 27px;  
  cursor: pointer;  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.mouse-icon:hover {  -webkit-opacity: 0.3 !important;
  opacity: 0.3 !important;  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mouse-icon .wheel {  -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  animation: 1.7s ease 0s normal none infinite magic-mouse-icon;  -webkit-border-radius: 30% 30% 30% 30%;
  border-radius: 30% 30% 30% 30%;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  height: 12px;  
  left: 0px;  
  margin-left: auto;  
  margin-right: auto;  
  margin-top: 6px;  
  right: 0px;  
  width: 5px;
}

a.inner-link {  
  color: white;  
  text-decoration: none;
}

.cb-slideshow li span {
}

@media only screen and (max-width: 767px) {
  .mouse-icon { bottom: 10px; }
  .cb-slideshow li div h3 { font-size: 30px; }
}

body {  
  color: #313131;  
  font-family: 'Open Sans';
}

*::-moz-selection {  
  background-color: #e96840;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

html, body {  
  height: 100%;
}

a {  
  color: #e96840;  
  text-decoration: none;
}

a:focus, a:hover {  
  color: #313131;  
  text-decoration: none;
}

.img-portfolio {  
  margin-bottom: 30px;
}

.img-hover:hover {  -webkit-opacity: 0.8;
  opacity: 0.8;
}

header.carousel {  
  height: 100%;  
  max-height: 650px;
}

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {  
  height: 100%;
}

header.carousel .fill2 {  
  width: 100%;  
  height: 100%;  
  background-position: center center;  -webkit-background-size: cover;
  background-size: cover;  
  background-color: #1b2d2d;
}

header.carousel .fill {  
  width: 100%;  
  height: 100%;  
  background-position: center center;  -webkit-background-size: cover;
  background-size: cover;  
  background-color: #e96840;
}

.error-404 {  
  font-size: 100px;
}

.price {  
  display: block;  
  font-size: 50px;  
  line-height: 50px;
}

.price sup {  
  top: -20px;  
  left: 2px;  
  font-size: 20px;
}

.period {  
  display: block;  
  font-style: italic;
}

footer {  
  background-color: #1e1e1e;  
  width: 100%;  
  display: block;  
  color: #f7f7f7;
}

@media (max-width: 991px) {
  .customer-img, .img-related { margin-bottom: 30px; }
}

@media (max-width: 767px) {
  .img-portfolio { margin-bottom: 15px; }
  header.carousel .carousel { height: 70%; }
}

.height-contact-element {  
  margin-top: 30px;  
  margin-right: 0px;  
  margin-bottom: 30px;  
  margin-left: 0px;
}

.carousel-indicators-size {  
  width: 15px;  
  height: 15px;
}

.custom-container {  
  height: 300px;
}

.custom-labels {  
  background-color: transparent;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  border-top-width: 0px;  
  border-right-width: 0px;  
  border-bottom-width: 1px;  
  border-left-width: 0px;  
  border-top-style: none;  
  border-right-style: none;  
  border-bottom-style: solid;  
  border-left-style: none;  
  -moz-border-top-colors: none;  
  -moz-border-right-colors: none;  
  -moz-border-bottom-colors: none;  
  -moz-border-left-colors: none;  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
}

.btn-noborder-radius {  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.menu-border-bottom {  
  background-color: transparent;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: white;
}

.color-elements {  
  color: #e96840;
}

.custom-menu li {  
  font-size: 12px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

.btn-custom, .btn-custom:active, .btn-custom:focus, .btn-custom:hover {  
  background-color: #e96840;  
  border-top-color: #e96840;  
  border-right-color: #e96840;  
  border-bottom-color: #e96840;  
  border-left-color: #e96840;
}

#about {  
  padding-top: 80px;  
  padding-right: 0px;  
  padding-bottom: 40px;  
  padding-left: 0px;
}

#products {  
  padding-top: 80px;
}

#contact {  
  padding-top: 80px;
}

#location {  
  padding-top: 50px;
}

#bloghome {  
  padding-top: 80px;  
  padding-bottom: 20px;
}

#contact {  
  padding-top: 80px;
}

.homeport1 {  
  margin-top: 20px;
}

.homeport2 {  
  margin-top: 40px;
}

.orangeback {  
  background-color: #e96840;
}

#about p {  
  color: #313131;
}

.prodmap {  
  margin-right: 0px;  
  margin-left: 0px;  
  position: relative;
}

#contact {  
  background-color: #2d2d2d;  
  color: #f7f7f7;
}

#contact .fa {  
  padding-right: 31px;  
  color: #e96840;
}

#follow-us {  
  height: 220px;
}

#myCarousel li {  
  transform: rotateZ(45deg);
}

#footer {  
  width: 100%;  
  font-size: 12px;  
  color: #1e1e1e;
}

.social-icons {  
  color: #313131;  
  font-size: 24px;
}

.list-social-icons {  
  display: inline-block;  
  vertical-align: middle;
}

.list-social-icons li {  
  margin-top: 0px;  
  margin-right: 15px;  
  margin-bottom: 0px;  
  margin-left: 15px;  
  width: 40px;  
  height: 40px;  
  text-align: center;  
  line-height: 40px;  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.list-social-icons li:hover {  
  background-color: #e96840;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.list-social-icons li:hover .social-icons {  
  color: #f7f7f7;
}

.list-social-icons li:active .social-icons {  
  background-color: #e96840;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

.blog {  
  padding-top: 70px;
}

.sidebar-padding {  
  padding-top: 20px;
}

.blog-title {  
  margin-top: 0px;
}

.blog-title a {  
  color: #e96840;  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-title a:hover {  
  color: #555555;  
  text-decoration: none;
}

.sidebar-title {  
  color: #555555;
}

.pagination > li > a {  
  color: #e96840;
}

.pagination > .active > a {  
  background-color: #e96840;  
  border-top-color: #e96840;  
  border-right-color: #e96840;  
  border-bottom-color: #e96840;  
  border-left-color: #e96840;  
  color: white;
}

.pagination > li > a:hover {  
  color: #313131;
}

.blog-thumb {  
  width: 100%;  
  position: relative;  
  display: block;
}

.blog-thumb a {  
  position: relative;  
  display: block;
}

.blog-thumb a img {  
  width: 100%;  
  display: block;  
  max-width: 100%;  
  height: auto;
}

.blog-thumb a .hover-zoom {  
  position: absolute;  
  display: block;  
  top: 50%;  
  left: 50%;  
  margin-top: -16px;  
  margin-left: -16px;  
  background-color: transparent;  
  background-image: url("../images/zoom-icon.png");  
  background-repeat: no-repeat;  
  background-attachment: scroll;  
  background-position: center center;  
  z-index: 10;  
  width: 32px;  
  height: 32px;  
  transform: rotate(0deg);  -webkit-opacity: 0;
  opacity: 0;  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.blog-thumb a:after {  
  content: "";  
  display: block;  
  position: absolute;  
  left: 0px;  
  right: 0px;  
  top: 0px;  
  bottom: 0px;  
  z-index: 5;  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;  -webkit-opacity: 0;
  opacity: 0;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-sidebar {  
  min-height: 20px;  
  padding-top: 19px;  
  padding-right: 19px;  
  padding-bottom: 19px;  
  padding-left: 19px;
}

@media (max-width: 991px) {
  .blog-sidebar { margin: 0px auto; }
}

.blog-sidebar h4:hover {  
  color: #e96840;  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-list {  
  padding-left: 0px;
}

.sidebar-list li > h5 {  
  margin-top: 2px;
}

.blog-sidebar ul > li {  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #f2f2f2;  
  display: block;  
  padding-top: 10px;  
  padding-right: 10px;  
  padding-bottom: 10px;  
  padding-left: 10px;
}

.blog-sidebar ul > li > a {  
  text-decoration: none;  
  color: gray;
}

.blog-sidebar ul > li > a:hover {  
  color: #e96840;  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-sidebar ul > li > a:before {  
  display: inline-block;  
  content: "";  
  font-family: 'FontAwesome';  
  font-size: 13px;  
  color: #999999;  
  margin-right: 10px;
}

.comments-padding {  
  padding-left: 40px;
}

.hr-post {  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #2f2f2f;  
  width: 100px;
}

.btn-custom {  
  width: 100%;  
  background-color: #e96840;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #e96840;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #e96840;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #e96840;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #e96840;  -epub-text-transform: uppercase;
  text-transform: uppercase;  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.btn-custom:hover {  
  background-color: transparent;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #e96840;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #e96840;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #e96840;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #e96840;  
  color: white;
}

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 {  -webkit-box-shadow: none;
  box-shadow: none;  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;
}

select:focus {  
  outline-color: transparent;
}

.form-control {  
  color: #f7f7f7;
}

.form-control::-moz-placeholder {  
  color: #f7f7f7;  -webkit-opacity: 1;
  opacity: 1;
}

.form-control:focus {  
  border-top-color: #e96840;  
  border-right-color: #e96840;  
  border-bottom-color: #e96840;  
  border-left-color: #e96840;  
  outline-width: 0px;  
  outline-style: none;  
  outline-color: initial;
  outline-color: -moz-initial;  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

img.displayed {  
  display: block;  
  margin-left: auto;  
  margin-right: auto;  
  background-color: transparent;
}

.img-products {
}

.navbar-inverse {  
  background-color: #e96840;  -webkit-opacity: 0.85;
  opacity: 0.85;  
  font-size: 15px;  
  padding-top: 16px;  
  padding-bottom: 16px;
}

.navbar-inverse .navbar-nav > li > a {  
  font-size: 15px;  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-inverse .navbar-nav > li > a {  
  color: #efefef;  
  padding-bottom: 6px;  
  padding-right: 10px;
}

.navbar-inverse .navbar-nav li {  
  margin-left: 15px;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {  
  color: white;  
  background-color: transparent;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  margin-bottom: 0px;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar-inverse .navbar-nav > li > a:hover {  
  color: white;  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar-inverse .navbar-nav > li > a:active {  
  border-bottom-width: 3px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navbar-inverse {  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

.navbar-brand img {  
  margin-top: -5px;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse { border: medium none; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { border: medium none; }
  .navbar-inverse .navbar-nav > li { border-bottom: 1px solid #bd502f; }
  .navbar-inverse .navbar-nav > li:hover { border-bottom: 1px solid white; transition: all 0.5s ease 0s; }
  .navbar-inverse .navbar-nav > li > a:hover { color: white; border: medium none; }
}

.carousel-caption {  
  position: absolute;  
  right: 15%;  
  top: -40px;  
  left: 15%;  
  z-index: 10;  
  padding-bottom: 20px;  
  color: #313131;  
  text-align: center;  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; }
  .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; }
}

@media only screen and (max-width: 767px) {
  .height-contact-element { margin: 25px 0px; }
}

@media only screen and (max-width: 767px) {
  .padding-contact-element { padding-left: 15px; }
}

#bloghome a {  
  color: #e96840;
}

#bloghome p {  
  padding-top: 12px;  
  padding-right: 0px;  
  padding-bottom: 12px;  
  padding-left: 0px;
}

#bloghome a:hover {  
  color: #555555;  
  text-decoration: none;
}

#bloghome img:hover {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mouse-icon {  
  background-color: transparent;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  border-top-width: 2px;  
  border-top-style: solid;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: 2px;  
  border-right-style: solid;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: 2px;  
  border-left-style: solid;  
  border-left-color: initial;
  border-left-color: -moz-initial;  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;  
  bottom: 0px;  
  height: 44px;  
  left: 0px;  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  position: absolute;  
  right: 0px;  
  width: 30px;  
  cursor: pointer;  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.mouse-icon:hover {  -webkit-opacity: 0.8 !important;
  opacity: 0.8 !important;  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.mouse-icon .wheel {  -webkit-animation: 1.7s ease 0s normal none infinite magic-mouse-icon;
  animation: 1.7s ease 0s normal none infinite magic-mouse-icon;  -webkit-border-radius: 30% 30% 30% 30%;
  border-radius: 30% 30% 30% 30%;  
  background-color: white;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  height: 12px;  
  left: 0px;  
  margin-left: auto;  
  margin-right: auto;  
  margin-top: 6px;  
  right: 0px;  
  width: 6px;
}

@keyframes magic-mouse-icon {
0% { margin-top: 6px; opacity: 0; }
30% { opacity: 1; }
100% { margin-top: 18px; opacity: 0; }
}

@keyframes magic-mouse-icon {
0% { margin-top: 6px; opacity: 0; }
30% { opacity: 1; }
100% { margin-top: 18px; opacity: 0; }
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {  
  background-color: #bd502f;
}

.homeservices1 {  
  padding-top: 40px;  
  margin-bottom: 40px;
}

.homeservices1 a {  
  color: #efefef;
}

.homeservices1 a:hover {  
  color: white;  
  text-decoration: none;
}

#services {  
  padding-top: 60px;
}

#services p {  
  color: #efefef;
}

#services img {
}

#services img:hover {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#services h2 {  
  color: white;
}

.centerim {  
  text-align: center;  
  font-size: 40px;  
  margin-top: 10px;  
  margin-right: auto;  
  margin-bottom: 10px;  
  margin-left: auto;  
  color: #b9b9b9;
}

.centerim:hover {  
  color: #2d2d2d;
}

.fa-lg {  
  font-size: 70px;  
  min-height: 150px;
}

.fa-lg:hover {  
  font-size: 70px;
}

.fa-stack-1x {  
  color: #efefef;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.fa-stack-1x:hover {  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;  
  transform: scale(1.1);
}

.fa-circle {  
  color: transparent;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #efefef;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: #efefef;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #efefef;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: #efefef;  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.centerim > a:hover > i {  
  color: white;
}

.blog-thumb a > img {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-thumb a:hover > img {  
  transform: translate3d(10px, 0px, 0px);
}

.searchbar {  
  max-width: 270px;
}

.media-object {  
  max-width: 80px;
}

.media-body {  
  color: #9d9d9d;
}

.media-heading a {  
  color: #313131;  
  font-size: 16px;
}

.media-heading a:hover {  
  color: #e96840;  
  text-decoration: none;
}

.media {  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #f2f2f2;  
  padding-bottom: 12px;
}

.media a:hover > img {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {  
  background-color: #e96840;  
  border-top-color: #dddddd;  
  border-right-color: #dddddd;  
  border-bottom-color: #dddddd;  
  border-left-color: #dddddd;
}

.page-header {  
  font-size: 25px;  
  padding-bottom: 18px;  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

.myfooter {  
  color: #9d9d9d;  
  padding-top: 10px;  
  padding-right: 0px;  
  padding-bottom: 10px;  
  padding-left: 0px;
}

.myfooter a {  
  color: #efefef;  
  padding-top: 10px;  
  padding-right: 0px;  
  padding-bottom: 10px;  
  padding-left: 0px;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.myfooter a:hover {  
  color: #e96840;  
  padding-top: 12px;  
  padding-right: 0px;  
  padding-bottom: 12px;  
  padding-left: 0px;  
  text-decoration: none;  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.singlepost {  
  margin-bottom: 60px;
}

.singlepost a {  
  color: #e96840;
}

.singlepost a:hover {  
  color: #9d9d9d;
}

.entry-meta {  
  padding-top: 6px;  
  padding-right: 0px;  
  padding-bottom: 6px;  
  padding-left: 0px;  
  color: #9f9f9f;  
  font-size: 12px;
}

.entry-meta span {  
  margin-right: 10px;
}

.entry-meta a {  
  color: #e96840;
}

.entry-meta a:hover {  
  color: #313131;  
  text-decoration: none;
}

@media only screen and (min-width: 767px) {
  .entry-meta { color: #9f9f9f; font-size: 12px; }
  .entry-meta span { color: #9f9f9f; font-size: 12px; }
}

.singlepost img:hover {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;  
  cursor: pointer;
}

.btn-twitter {  
  background-color: #00acee;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-twitter:link, .btn-twitter:visited {  
  color: white;
}

.btn-twitter:active, .btn-twitter:hover {  
  background-color: #0087bd;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.btn-facebook {  
  background-color: #3b5998;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-facebook:link, .btn-facebook:visited {  
  color: white;
}

.btn-facebook:active, .btn-facebook:hover {  
  background-color: #30477a;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.btn-googleplus {  
  background-color: #e93f2e;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-googleplus:link, .btn-googleplus:visited {  
  color: white;
}

.btn-googleplus:active, .btn-googleplus:hover {  
  background-color: #ba3225;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.btn-stumbleupon {  
  background-color: #f74425;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-stumbleupon:link, .btn-stumbleupon:visited {  
  color: white;
}

.btn-stumbleupon:active, .btn-stumbleupon:hover {  
  background-color: #c7371e;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.btn-linkedin {  
  background-color: #0e76a8;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-linkedin:link, .btn-linkedin:visited {  
  color: white;
}

.btn-linkedin:active, .btn-linkedin:hover {  
  background-color: #0b6087;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  color: white;
}

.btn-sitename {  
  background-color: black;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  color: white;
}

.btn-sitename:link, .btn-sitename:visited {  
  color: white;
}

.btn-sitename:active, .btn-sitename:hover {  
  background-color: black;  
  color: white;
}

.mysharing {  
  margin-top: 40px;
}

.mysharing .btn {  
  font-size: 12px;  
  padding-top: 4px;  
  padding-right: 8px;  
  padding-bottom: 4px;  
  padding-left: 8px;  
  margin-right: 4px;
}

.comments1 {  
  margin-top: 60px;
}

.comments1 .media-heading {  
  color: #313131;  
  font-size: 16px;
}

.comments1 .media-object {  
  max-width: 60px;
}

.btn-primary {  
  background-color: #e96840;  
  border-top-width: medium;  
  border-top-style: none;  
  border-top-color: initial;
  border-top-color: -moz-initial;  
  border-right-width: medium;  
  border-right-style: none;  
  border-right-color: initial;
  border-right-color: -moz-initial;  
  border-bottom-width: medium;  
  border-bottom-style: none;  
  border-bottom-color: initial;
  border-bottom-color: -moz-initial;  
  border-left-width: medium;  
  border-left-style: none;  
  border-left-color: initial;
  border-left-color: -moz-initial;
}

.btn-primary:hover {  
  background-color: #2d2d2d;  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover { font-size: 14px; }
  .navbar-inverse .navbar-nav > li > a { font-size: 13px; margin-right: 3px; padding-left: 0px; }
}

@media only screen and (max-width: 767px) {
  .searchbar { max-width: 100%; }
  .navbar-inverse .navbar-toggle { border-color: #e6e6e6; }
  .portfolio-item { margin-bottom: 30px; }
}

#toTop {  
  position: fixed;  
  bottom: 38px;  
  right: 10px;  
  cursor: pointer;  
  display: none;
}

.color1 {  
  background-color: #505050;
}

.color1:hover {  
  background-color: #353535;
}

a, a:visited, a:focus, a:active, a:hover {  
  outline-width: 0px !important;  
  outline-style: none !important;  
  outline-color: initial;
  outline-color: -moz-initial !important;
}

.homeport1 figure {  
  position: relative;  
  float: left;  
  overflow: hidden;  
  margin-top: 10px;  
  margin-right: 1%;  
  margin-bottom: 10px;  
  margin-left: 1%;  
  min-width: 100%;  
  max-height: 360px;  
  width: 48%;  
  background-color: #3085a3;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  text-align: center;  
  cursor: pointer;
}

.homeport1 figure img {  
  position: relative;  
  display: block;  
  min-height: 100%;  
  max-width: 100%;  -webkit-opacity: 0.8;
  opacity: 0.8;
}

.homeport1 figure figcaption {  
  padding-top: 2em;  
  padding-right: 2em;  
  padding-bottom: 2em;  
  padding-left: 2em;  
  color: white;  -epub-text-transform: uppercase;
  text-transform: uppercase;  
  font-size: 1.25em;  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.homeport1 figure figcaption:before, .homeport1 figure figcaption:after {  
  pointer-events: none;
}

.homeport1 figure figcaption, .homeport1 figure figcaption > a {  
  position: absolute;  
  top: 0px;  
  left: 0px;  
  width: 100%;  
  height: 100%;
}

.homeport1 figure figcaption > a {  
  z-index: 1000;  
  text-indent: 200%;  
  white-space: nowrap;  
  font-size: 0px;  -webkit-opacity: 0;
  opacity: 0;
}

.homeport1 figure h2 {  
  word-spacing: -0.05em;  
  font-weight: 400;  
  font-size: 19px;
}

.homeport1 figure h2 span {  
  font-weight: 800;
}

.homeport1 figure h2, .homeport1 figure p {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

.homeport1 figure p {  
  letter-spacing: 1px;  
  font-size: 68.5%;
}

figure.effect-oscar {  
  background-color: transparent;  
  background-image: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background-image: -o-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background-image: -ms-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  background-image: -moz-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
  /* Impossible to translate property background-image for webkit20110101 */
  background-image: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;
}

figure.effect-oscar img {  -webkit-opacity: 0.9;
  opacity: 0.9;  -o-transition: opacity 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}

figure.effect-oscar figcaption {  
  padding-top: 3em;  
  padding-right: 3em;  
  padding-bottom: 3em;  
  padding-left: 3em;  
  background-color: rgba(58, 52, 42, 0.7);  -o-transition: background-color 0.35s ease 0s;
  -webkit-transition: background-color 0.35s ease 0s;
  transition: background-color 0.35s ease 0s;
}

figure.effect-oscar figcaption:before {  
  position: absolute;  
  top: 30px;  
  right: 30px;  
  bottom: 30px;  
  left: 30px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: white;  
  border-right-width: 1px;  
  border-right-style: solid;  
  border-right-color: white;  
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: white;  
  border-left-width: 1px;  
  border-left-style: solid;  
  border-left-color: white;  
  content: "";
}

figure.effect-oscar h2 {  
  margin-top: 20%;  
  margin-right: 0px;  
  margin-bottom: 10px;  
  margin-left: 0px;  -o-transition: transform 0.35s ease 0s;
  -webkit-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;  
  transform: translate3d(0px, 100%, 0px);
}

figure.effect-oscar figcaption:before, figure.effect-oscar p {  -webkit-opacity: 0;
  opacity: 0;  -o-transition: opacity 0.35s ease 0s transform 0.35s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s transform 0.35s ease 0s;  
  transform: scale(0);
}

figure.effect-oscar:hover h2 {  
  transform: translate3d(0px, 0px, 0px);
}

figure.effect-oscar:hover figcaption:before, figure.effect-oscar:hover p {  -webkit-opacity: 1;
  opacity: 1;  
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {  
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {  -webkit-opacity: 0.4;
  opacity: 0.4;
}

#bloghome .btn-primary {  
  color: white;  
  font-size: 15px;  
  padding-top: 8px;  
  padding-right: 14px;  
  padding-bottom: 8px;  
  padding-left: 14px;
}

#bloghome .btn-primary:hover {  
  color: white;
}

.hvr-bounce-to-bottom {  
  display: inline-block;  
  vertical-align: middle;  
  transform: translateZ(0px);  -webkit-box-shadow: 0px 0px 1px transparent;
  box-shadow: 0px 0px 1px transparent;  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;  
  position: relative;  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {  
  content: "";  
  position: absolute;  
  z-index: -1;  
  top: 0px;  
  left: 0px;  
  right: 0px;  
  bottom: 0px;  
  background-color: #2d2d2d;  
  background-image: none;  
  background-repeat: repeat;  
  background-attachment: scroll;  
  background-position: 0% 0%;  
  transform: scaleY(0);  -o-transform-origin: 50% 0px 0px;
  -webkit-transform-origin: 50% 0px 0px;
  transform-origin: 50% 0px 0px;  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {  
  color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {  
  transform: scaleY(1);  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#map-canvas {  
  width: 100%;  
  height: 400px;  
  line-height: 2em;
}

#contactpage .form-control {  
  color: #3d3d3d;
}

#contactpage h2 {  
  margin-top: 40px;  
  margin-right: 0px;  
  margin-bottom: 40px;  
  margin-left: 0px;
}

#page1 {  
  padding-top: 80px;  
  padding-right: 0px;  
  padding-bottom: 40px;  
  padding-left: 0px;
}

#portfolio1 {  
  padding-top: 80px;  
  margin-bottom: 80px;  
  clear: both;  
  display: block;
}

#meet-team {  
  padding-top: 80px;
}

#meet-team ul {  
  text-align: center;
}

#meet-team li {  
  display: inline-block;  
  margin-right: 24px;  
  font-size: 18px;
}

#meet-team .teamspace {  
  margin-top: 30px;
}

#meet-team .team-img img {  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

#meet-team .team-img img:hover {  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;  
  cursor: pointer;
}

.port2 {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;  
  max-width: 100%;
}

.port3 {  
  width: 33%;  
  min-width: 240px;  
  display: inline-block;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 7px;  
  margin-left: 0px;  
  padding-top: 0px;  
  padding-right: 0px;  
  padding-bottom: 0px;  
  padding-left: 0px;
}

.port3 img {  
  width: 99%;  
  min-width: 240px;  
  max-width: 380px;  
  cursor: pointer;
}

.port3 img:hover {  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

ul.nav-pills {  
  text-align: center;  
  margin-top: 25px;  
  margin-right: auto;  
  margin-bottom: 20px;  
  margin-left: auto;  
  width: auto;  
  display: table;
}

.nav-pills > li {  
  float: none;  
  text-align: center;  
  display: table-cell;  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  vertical-align: bottom;
}

.nav-pills > li a {  
  color: #333333;  -webkit-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;  
  text-align: center;  
  font-weight: bold;  
  padding-top: 10px;  
  padding-right: 8px;  
  padding-bottom: 10px;  
  padding-left: 8px;  
  border-bottom-width: 2px;  
  border-bottom-style: solid;  
  border-bottom-color: #e96840;
}

.nav > li > a:focus, .nav > li > a:hover {  
  color: white;  
  background-color: #e96840;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {  
  background-color: #e96840;  
  color: white;
}

.nav-pills > li + li {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;
}

.modal-dialog {  
  height: 100%;  
  width: 100%;  
  display: -webkit-flex;
  display: flex;  -webkit-align-items: center;
  align-items: center;
}

.modal-content {  
  margin-top: 0px;  
  margin-right: auto;  
  margin-bottom: 0px;  
  margin-left: auto;  
  max-width: 80%;  
  max-height: 80%;
}

.nav li a {  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

#about h2, #services h2, #bloghome h2, #meet-team h2, #portfolio1 h2, #contact h2, #home h3 {  -epub-text-transform: uppercase;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .navbar-inverse .navbar-nav li { margin-right: 15px; }
  .team-img img { margin-left: auto; margin-right: auto; width: 90%; }
  .port3 { width: 99%; min-width: 240px; display: inline-block; margin: 0px 0px 7px; padding: 0px; }
  .port3 img { width: 100%; max-width: none; cursor: pointer; }
}

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .port3 { width: 49.5%; min-width: 240px; padding: 0px; }
  .port3 img { width: 100%; max-width: 475px; cursor: pointer; }
}

.nav-pills .active {  
  background-color: #e96840;  
  color: white;
}

.contact-msg {  
  line-height: 1.6em;  
  margin-bottom: 20px;
}

#Navbar {  
  color: #006600;
}

