/* ------------------------------ IMPORT FONTS ------------------------------ */

@import  url(http://fonts.googleapis.com/css?family=Monda:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Arimo);

* {
  border-radius: 0 !important; }

/* ------------------------------ GENERAL STYLES ------------------------------ */

html, body {
  font-family: 'Open Sans Condensed', sans-serif; }
      
body {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2.6;
  background: #fff; }

p {
  padding:0px 0px 15px; }
  
p, li {
  color: #333;
  line-height: 1.6; }

a,a:focus,a:hover,a:active {
  color: #ff0000;
  line-height:1.6;
  outline: 0 !important;
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

a:focus,
a:hover,
a:active,
.color,
.carousel-arrow a.carousel-control:hover,
.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover,
.info-blocks:hover i.icon-info-blocks,
.blog li a:hover {
  color: #cc0000; }
  
h1,h2,h3,h4,h5 {
  margin-top: 20px;
  text-shadow: none;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif; }

h1,h2,h3,h4 {
  color:#333; }

h2.color-green a {
  color:#333; }
  
h3.blue {
  color:#54C9F0;
  line-height:34px;
  font-size:22px;
  font-style:italic;
  margin-top:0px;
  margin-bottom:20px; }
  
.headline h2 {
  border-bottom: 2px solid #ffffff; }
  
h3 i {
  margin-right: 7px; }
  
h5 {
  line-height:22px; }
  
strong {
  color:#000; }
  
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 20px; }
  
ul li {
  background-image: url("/assets/img/check.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  line-height:24px; }
      
ul li.second {
  background-image: url("/assets/img/check.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 20px;
  margin-left:40px; }
      
ul li.social {
  background-image:none;
  list-style:none; }
  
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin:10px 0px; }

pre {
  margin: 0px 0px 25px; }
  
/* ul {
  list-style:none outside none; } */

/* ul li {
  padding: 0px 0px 0px 24px;
  font-size: 13px;
  line-height: 21px;
  background: url("/assets/img/icons/thin_right_arrow.png") no-repeat scroll left 5px transparent;
  color: #ffffff; } */

.btn-u,.tab-v1 .nav-tabs > .active > a:hover,.tab-v1 .nav-tabs > .active > a:focus,ul.blog-tags a:hover {
  background: #ffffff; }

.service p:hover {
  text-decoration: none; }

.thumbnail-style a.btn-more:hover {
  box-shadow: 0 0 0 2px #57bc74; }

.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
  background-color: #ffffff;
  border-color: #ffffff; }

.list-large {
  font-size: 14px; }

.hide {
  display:none; }

.small {
  font-size:85%; }
  
.large {
  font-size:110%; }

.emoji {
  margin-top: -4px;
  padding: 0 3px; }
  
.uppercase {
  text-transform: uppercase; }
  
.bold {
  color: #666;
  font-weight: 700; }
  
/* ------------------------------ MARGIN BOTTOM ------------------------------ */

.margin-bottom-5,.margin-bottom-10,.margin-bottom-20,.margin-bottom-30,.margin-bottom-40,.margin-bottom-50 {
  clear: both; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

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

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.md-margin-bottom-40 {
  margin-bottom: 40px; }
      
/* ------------------------------ HEADER/NAVIGATION STYLES ------------------------------ */

.top ul.loginbar > li > a:hover {
  color: #cccccc;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif; }

.top ul.lenguages:after {
  top: -4px;
  width: 0;
  height: 0;
  left: 8px;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 6px solid #f0f0f0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left-style: inset;
  border-right-style: inset; }

.top ul.lenguages li a:hover {
  background: #fafafa; }

.top ul.lenguages li a:hover {
  text-decoration: none; }

.header {
  z-index: 999;
  position: relative; }

.header .navbar {
  margin: 0;
  min-height: inherit; }

.header .navbar-default {
  border: none;
  background: none; }

.header .navbar-collapse {
  position: relative; }

.header .navbar-brand {
  height: 100px;
  z-index: 2;
  position: relative;
  padding: 0; }

.header .navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 15px 10px 15px;
  text-transform: uppercase;
  text-decoration: none; }

.header .navbar-default .navbar-nav > li > a:hover {
  color: #ffffff; }

@media only screen and (min-width : 320px) and (max-width : 768px) { 
  .header .navbar-default .navbar-nav > li > a {
    padding: 15px 10px 15px; }
}

.header .navbar-default .navbar-nav > .active > a {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.14em; }

.navbar-toggle,.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  background: #ff0000; }

.navbar-toggle:hover {
  background: #cc0000 !important; }

.navbar-default .navbar-toggle {
  border-color: #ff0000;
  margin-top: 30px; }

.navbar-default .navbar-toggle .icon-bar {
  background: #fff; }

.header .navbar .nav > li > a.search:hover {
  color: #ffffff;
  border-bottom-color: #ffffff; }

.header .navbar-collapse {
  padding: 0; }

.header .navbar-nav {
  top: 2px;
  margin-top: 30px;
  padding-right: 20px;
  position: relative;
  border-top:1px solid #ccc; }

ul.nav li {
  list-style-type:none;
  background:none; }

.header .navbar-default .navbar-nav > li > a,.header .navbar-default .navbar-nav > li > a:focus {
  border-top: solid 3px transparent;
  margin-top: -1px; }

.header .navbar-default .navbar-nav > li > a:hover,.header .navbar-default .navbar-nav > .active > a {
  border-top: solid 3px #ffffff;
  margin-top: -1px; }

.header .navbar-default .navbar-nav > li > a,.header .navbar-default .navbar-nav > li > a:hover,.header .navbar-default .navbar-nav > li > a:focus,.header .navbar-default .navbar-nav > .active > a,.header .navbar-default .navbar-nav > .active > a:hover,.header .navbar-default .navbar-nav > .active > a:focus {
  background: none; }

.header .navbar-default .navbar-nav > .open > a:hover,.header .navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff; }
  
/* ------------------------------ DROPDOWN MENU ------------------------------ */

.header .navbar-right .dropdown-menu {
  right: inherit; }

.header .navbar .nav > li > a i.icon-angle-down {
  top: -1px;
  left: 1px;
  font-size: 14px;
  position: relative;
  margin: 0 !important; }

.header .dropdown-menu { 
  padding: 0;
  border: none;
  min-width: 200px;
  border-radius: 0; 
  z-index: 9999 !important;
  margin-top: -2px !important; 
  border-top: solid 2px #ffffff; 
  border-bottom: solid 2px #687074; }

.header .dropdown-menu li a { 
  color: #687074; 
  font-size: 15px; 
  font-weight: 400; 
  padding: 6px 15px; 
  border-bottom: solid 1px #eee; }

.header .dropdown-menu .active > a,
.header .dropdown-menu li > a:hover {
  color: #fff;
  filter: none !important;
  background: #ffffff !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.header .dropdown-menu li > a:focus {
  background: none;
  filter: none !important; }

.header ul.dropdown-menu li {
  padding-left:0px;
  margin-left:0px; }

/* ------------------------------ CAROUSEL STYLES ------------------------------ */

.carousel-inner {
    position: static;
    overflow: hidden;
    width: 100%; }
    
.carousel-inner-home > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.9s ease-in-out left; }

.carousel-inner-home > .item > img,
.carousel-inner-home > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner-home > .active,
.carousel-inner-home > .next,
.carousel-inner-home > .prev {
  display: block; }

.carousel-inner-home > .active {
  left: 0; }

.carousel-inner-home > .next,
.carousel-inner-home > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner-home > .next {
  left: 100%; }

.carousel-inner-home > .prev {
  left: -100%; }

.carousel-inner-home > .next.left,
.carousel-inner-home > .prev.right {
  left: 0; }

.carousel-inner-home > .active.left {
  left: -100%; }

.carousel-inner-home > .active.right {
  left: 100%; }
  
.carousel-v1 .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  background: rgba(0,0,0,0.7); }

.carousel-v1 .carousel-caption p {
  color: #fff;
  margin-bottom: 0; }

.carousel-v1 .carousel-arrow a.carousel-control {
  opacity: 1;
  font-size: 30px;
  height: inherit;
  width: inherit;
  background: none;
  text-shadow: none;
  position: inherit; }

.carousel-v1 .carousel-arrow a i {
  top: 50%;
  opacity: 0.6;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute; }

.carousel-v1 .carousel-arrow a i:hover {
  opacity: 0.8; }

.carousel-v1 .carousel-arrow a.left i {
  left: 0; }

.carousel-v1 .carousel-arrow a.right i {
  right: 0; }

/* ------------------------------ HOMEPAGE STYLES ------------------------------ */

.zieglerHero h1 {
  color: #fff; 
  font-size: 24px;
  font-weight: 300;
  line-height: 33px;
  margin: 0px 5px;
  text-transform: uppercase;
  /*word-spacing: 5px;*/ }
  
span.textBg {
  background: rgba(0,0,0,0.6);
  margin: 5px 0px;
  padding: 2px 5px; }
  
span.featureTextBg {
  background: rgba(0,0,0,0.9);
  color: #fff;
  padding:5px 20px; }
  
#top-header {
  background: #000 no-repeat center center; }
  
.heroImages {
  background-image: url(../img/sliders/home-1.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }

.heroProjects {
  background-image: url(../img/sliders/projects-1.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }

.heroDerry {
  background-image: url(../img/sliders/projects-derry.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }
  
.heroYorkshire {
  background-image: url(../img/sliders/projects-yorkshire.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }

.heroCarriage {
  background-image: url(../img/sliders/projects-carriage.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }
  
.heroWork {
  background-image: url(../img/sliders/heroWork.jpg);
  background-size: cover;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }

.heroContact {
  background-image: url(../img/sliders/heroContact.jpg);
  background-size: cover;
  padding: 200px 50px 50px; 
  margin-top: -120px; 
  left: 0px; }
  
.transparentBg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  padding: 5px; }

.mainBanner {
  background: url(../img/sliders/homepageBg_1.png);
  background-size: 1180px 430px;
  background-repeat: no-repeat;
  height: 310px;
  margin: 0px 0px 50px;
  padding: 85px 125px;
  text-align: right; }

.mainBanner h1.mobileShow {
  display: none; }
    
.mainBanner p {
  font-size: 20px;
  line-height: 28px;
  padding: 0px 0px 5px; }

.mainBanner p .small {
  font-size: 14px; }
  
.mainBanner .btn-u {
  background: #f48142;
  padding: 8px 40px; }

.mainBanner .btn-u:hover {
  background: #ec671f; }

@media only screen and (min-width : 320px) and (max-width : 768px) {                                                                                                                                    
  .mainBanner { 
  	background: url(../img/sliders/homepageBg_springMobile.png);
  	background-size: 1140px 310px;
  	margin: 0px 10px 50px;                                                                                                                                                        
    padding: 40px;  
    text-align: center;                                                                                                                                               
  }  
  .mainBanner h1.mobileShow {
  	color: #54C9F0;
  	display: inline;
  	font-family: 'Amatic SC', sans-serif;
    line-height: 40px;
  } 
  .mainBanner p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }                                                                                                                                                                    
} 

@media only screen and (min-width : 768px) and (max-width : 1024px) {                                                                                                                                   
  .mainBanner {                                                                                                                                                         
    background: url(../img/sliders/homepageBg_spring.png);
    background-size: 1140px 310px;
  	margin: 0px 10px 50px;                                                                                                                                                        
    padding: 80px 40px 40px;  
    text-align: right;                                                                                                                                                  
  }                                                                                                                                                                       
} 

.da-slider {
  width: 100%;
  height: 325px;
  margin: 0 auto;
  background: transparent url(../img/sliders/homepageBG_winter.jpg) repeat 0% 0%;
  top: 0px;
  position: relative; }
  
.da-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: left; } 

.da-slider .left {
  text-align: left; }
 
.da-slider .right {
  text-align: right; }	
  
.da-slider h1 {
  color: #54C9F0;
  font-family: 'Amatic SC', cursive; 
  font-size: 70px; }

.da-slider h1.green {
  color: #ffffff;
  font-family: 'Amatic SC', cursive; 
  font-size: 70px; }
  
.da-slider h1 .h1small {
  font-size: 40px; }

.da-slider h2 {
  color: #54C9F0;
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  margin-top: 0px;
  padding-top: 0px; }	
  
.da-slider h3 {
  color: #666;
  font-size: 20px;
  padding-top: 40px; }

.da-slider h4 {
  color: #666;
  font-size: 16px;
  margin-top: 10px; }
  
.da-slider .btn-u {
  background: #f48142;
  margin-top: 20px;
  padding: 8px 40px; }

.da-slider .btn-u:hover {
  background: #ec671f; }
  
.featuredContent {
  background: #f3f3f3;
  color: #333;
  padding-top: 50px; }
  
.featuredContent .sectionHeading {
  border-bottom: 1px solid #666;
  color: #000; 
  font-size: 18px;
  letter-spacing: 0.15em; 
  margin-bottom: 20px;
  padding-bottom: 2px;
  text-transform: uppercase; }

/* ------------------------------ FONT HEADLINE STYLES ------------------------------ */

.headline {
  display: block;
  margin: 10px 0 25px;
  border-bottom: 1px dotted #e4e9f0; }

.headline h2 {
  color: #585f69;
  margin: 0 0 -2px;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #ffffff; }

.headline h2 {
  font-size: 23px; }
  
.sectionHeading {
  border-bottom: 1px solid #ccc; 
  font-size: 18px;
  letter-spacing: 0.15em; 
  margin-bottom: 20px;
  padding-bottom: 2px;
  text-transform: uppercase; }
  
.dividerLine {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 40px; }
  
.projectLink a{
  color: #ff0000;
  text-decoration: underline; }

.projectLink a:hover {
  color: #cc0000; }
  
/* ------------------------------ CONTENT (H0VER) BLOCK STYLES ------------------------------ */

.service {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 15px 10px;
  text-decoration: none; }

.service:hover {
  background: #fcfcfc;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 0 5px #ddd;
  -webkit-transition: box-shadow .2s ease-in-out;
  -moz-transition: box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out; }

.service:hover a {
  text-decoration: none; }
  
.service:hover i {
  color: #656565; }

.service .desc {
  padding: 0 15px;
  overflow: hidden;
  text-decoration: none; }

.service .desc h4 {
  color:#ffffff;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none; }

.service .desc p {
  padding: 0 15px;
  overflow: hidden;
  text-decoration: none;
  color: #; }
  
.service h4 {
  text-align:center;
  text-transform:uppercase; }
  
/* ------------------------------ BLOCKQUOTE STYLES ------------------------------ */

blockquote p {
  font-size: 16px;
  font-weight: 200; }

blockquote:hover {
  border-left-color: #ffffff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

/* ------------------------------ HERO STYLES ------------------------------ */

.hero {
  padding: 20px;
  margin: 20px 0;
  color: #566c8a;
  font-size: 16px;
  background: #f9f9f9;
  border-left: 4px solid #94c564;
  font-family: 'Open Sans Condensed', sans-serif; }

.hero p {
  text-shadow: 1px 1px 0 #fff; }

.hero-unify p {
  font-size: 13px;
  line-height: 20px; }
    
/* ------------------------------ INFO BLOCK STYLES ------------------------------ */

.infoBlock {
  border-bottom:1px solid #eaeaea;
  padding-bottom:40px; }
  
.infoBlock .col-md-3 {
  margin:50px 0px 0px;
  text-align:center; }

.infoBlock button {
  font-size:18px;
  padding:10px 30px;
  text-transform:uppercase; }

.info-blocks {
  margin-bottom: 15px;
}

/* ------------------------------ MODAL STYLES ------------------------------ */

// #paymentFormModal {
//  top:-0px;
//  left:auto ; /* <-- Reset the default left value */
//  right:0px; 
//  outline:none; }
  
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
//  bottom: 0;
  left: auto;
  z-index: 1040; }

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0); }

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(125%, 0, 0);
  transform: translate3d(125%, 0, 0); }

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 125%, 0);
  transform: translate3d(0, 125%, 0); }

@media screen and (min-width: 768px) {                                                                                                                                    
  .modal-dialog {                                                                                                                                                         
    left: auto;                                                                                                                                                            
    right: 0px;                                                                                                                                                          
    width: 500px;                                                                                                                                                         
    padding-top: 0px;                                                                                                                                                    
    padding-bottom: 0px;                                                                                                                                                 
  }                                                                                                                                                                       
  .modal-content {                                                                                                                                                        
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);                                                                                                                    
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);                                                                                                                            
  }                                                                                                                                                                       
}        
  
.modal-footer {
  margin: 0 auto -100px;
  padding: 15px;
  position:absolute;
  bottom:0px;
  right:0px;
  width:100%;
//  text-align: right;
  border-top: 1px solid #E5E5E5; }
  
.modal-footer button.continue {
  position:absolute;
  left:15px; }
  
.modal-footer button.order {
  text-align:right; }
    
.modal-wide .modal-body {
  overflow-y: auto; }

// Fix for modal fade going to black
// https://github.com/twbs/bootstrap/issues/8723
//.modal-backdrop {
//  position:fixed;
//  top:0;right:0;
//  bottom:0;
//  left:0;
//  z-index:1040;
//  background-color:#FFF; }

.modal-backdrop {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  background-color: #FFF; }

.modal-backdrop.fade{
  opacity:0; }

.modal-backdrop,.modal-backdrop.fade.in {
  opacity:0.8;
  filter:alpha(opacity=80); }

input, button, select, textarea {
  font-family: 'Quicksand', sans-serif;
  font-size: inherit;
  line-height: inherit; }
    
.form-control {
  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: 1px solid #ccc;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  
/* ------------------------------ BUTTONS ------------------------------ */

.btn-u {
  border: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 13px;
  position: relative;
  background: #cc0000;
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important; }

.btn-u:hover {
  color: #fff;
  background: #990000;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.purchase a.btn-buy:hover,.btn-u:hover {
  background: #990000; }

.btn-u-blue {
  background:54C9F0 !important; }
    
.btn-u-blue:hover {
  background: #2980b9 !important; }
  
.btn-orange {
  background: #f18049 !important; }
    
.btn-orange:hover {
  background: #ec6727 !important; }

/* ------------------------------ FOOTER STYLES ------------------------------ */

.footer {
  color: #dadada;
  margin-top: 40px;
  padding: 20px 0 0px;
  background: #000; }

.footer h2 {
  text-shadow: none;
  font-weight: 400 !important; }

.footer p,.footer a {
  font-size: 12px; }

.footer p,.copyright p {
  color: #dadada; }

.footer a:hover {
  color: #a8f85f;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

.footer h2 {
  color: #e4e4e4;
  background: none;
  text-shadow: none; }

.copyright {
  background: none repeat scroll 0 0 #000;
  font-size: 12px;
  padding: 11px 0 7px; }

.copyright p.copyright-space {
  margin-top: 12px; }

.copyright a {
  margin: 0 5px;
  color: #ffffff; }

.copyright a:hover {
  color: #a8f85f; }
  
/* ------------------------------ STICKY FOOTER ------------------------------ */
  
html,body {
  height: 100%; }
      
.wrap {
  min-height: 100%;
  height: auto;
  /*margin: 0 auto -50px;*/
  margin-bottom:-50px;
  /*padding: 0 0 50px;*/ }
  
.wrap:after {
  content:"";
  display:block; }
      
.stickyFooter, .wrap:after {
  height: 50px; }
  
.stickyFooter {
  background-color: #000; }

/* ------------------------------ SOCIAL ICON STYLES ------------------------------ */

.social-icons {
  margin: 0;
  padding: 0; }

.social-icons li {
  float: left;
  display: inline;
  list-style: none;
  margin-right: 5px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: none;
  padding: 0;
  margin-left: 0; }

.social-icons li a {
  width: 28px;
  height: 28px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.social-icons li:hover a {
  background-position: 0 -38px; }

.social-icons-color li a:hover {
  opacity: 1; }

.social_facebook {
  background: url(../img/icons/social/facebook.png) no-repeat; }

.social_github {
  background: url(../img/icons/social/github.png) no-repeat; }

.social_googleplus {
  background: url(../img/icons/social/googleplus.png) no-repeat; }

.social_instagram {
  background: url(../img/icons/social/instagram.png) no-repeat; }

.social_rss {
  background: url(../img/icons/social/rss.png) no-repeat; }

.social_twitter {
  background: url(../img/icons/social/twitter.png) no-repeat; }

.social_youtube {
  background: url(../img/icons/social/youtube.png) no-repeat; }

.fa-icons li:hover,.color-green,.service:hover p,.footer a {
  color: #ffffff; }

.fa-icons li:hover i,.panel-green > .panel-heading {
  color: #fff;
  background: #ffffff; }

.YouTube {
  padding: 30px 0px;
  margin: 0 auto;
  width: 500px; }
      
.buttons {
  float:right;
  width:350px;
  padding-left:5px;
  text-align:right; }
    
.fb-like {
  padding-top: 3px;
  float:left; }
  
.twitter-share-button {
  margin-top: 3px;
  margin-left:20px;
  float:left; }
  
.google_plus {
  padding-top: 3px;
  float:left; }
  
.right {
  float: right; 
  text-align: right; }

/* ------------------------------ TABLE STYLES ------------------------------ */

table {
  width:100%;    }

th {
  background-color:#ffffff;
  color:#fff;
  padding:8px 10px;
  font-weight:normal;    }

td {
  padding:8px 10px; }

tbody > tr:nth-child(even) > td,
tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
  border-top:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea; }
  
/* ------------------------------ INFO BLOCK STYLES ------------------------------ */

.panel-green {
  border-color: #ffffff; }

.info-blocks:hover i.icon-info-blocks {
  color: #ffffff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.info-blocks i.icon-info-blocks {
  float: left;
  color: #777;
  font-size: 40px;
  margin-top: 5px;
  min-width: 50px;
  text-align: center; }

.info-blocks .info-blocks-in {
  padding: 0 10px;
  overflow: hidden; }

.info-blocks .info-blocks-in h3 {
  color: #555;
  font-size: 20px;
  line-height: 28px; }

.info-blocks .info-blocks-in p {
  font-size: 12px; }

/* ------------------------------ TESTIMONIALS ------------------------------ */

.testimonials {
  margin-bottom: 20px; }

.testimonials .testimonial-info {
  color: #54C9F0;
  font-size: 16px;
  padding: 0 60px;
  margin-top: 18px; }

.testimonials .testimonial-info span {
  top: 3px;
  position: relative; }

.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px; }

.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc;
  border-radius: 50% !important; }

.testimonials .testimonial-author {
  overflow: hidden;
  display:inline-block; }
  
.testimonials .testimonial-link {
  display:inline-block;
  font-size:12px; }

.testimonials .carousel-arrow {
  top: -65px;
  position: relative; }

.testimonials .carousel-arrow i {
  color: #777;
  font-size: 20px;
  padding: 2px 8px;
  background: #fafafa; }

.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #ffffff; }

.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute; }
    
.testimonials .carousel-control.left {
  right: 27px;
  left: auto; }

.testimonials .carousel-control.right {
  right: 0px; }

.testimonials.testimonials-v1 .item p {
  color:#fff;
  padding: 15px;
  font-size: 14px;
  font-style: italic;
  position: relative;
  background: #54C9F0; }

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  width: 0; 
  height: 0;
  left: 80px;
  content: " "; 
  bottom: -20px;
  display: block; 
  position: absolute; }

.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid #54C9F0;    
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-right-style: inset; /*FF fixes*/ }

/* ------------------------------ OUR PROCESS ------------------------------ */

.process-1 {
  background: url(../img/process-1.jpg) top left no-repeat;
  padding: 10px 50px; }

.process-2 {
  background: url(../img/process-2.jpg) top left no-repeat;
  padding: 10px 50px; }
  
.process-3 {
  background: url(../img/process-3.jpg) top left no-repeat;
  padding: 10px 50px; }