/* GLOBAL STYLES
-------------------------------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Light.ttf');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato/Lato-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli/Muli-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli/Muli-Bold.ttf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli/Muli-BoldItalic.ttf');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli/Muli-Light.ttf');
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: 'Muli';
  src: url('../fonts/Muli/Muli-Italic.ttf');
  font-weight: normal;
  font-style: italic;
}


/* Padding below the footer and lighter body text */
body {
  padding-bottom: 0;
  color: #5a5a5a;
}

body.customize-support > header > nav.fixed-top{
   top: 20px;
}
body.customize-support > header > nav.slideUp{
  /* top: -100px; */
  transform: translateY(-100%);
}

.bg-white-trans {
  background-color: rgba(255,255,255,0.9) !important;
}
.bg-white-trans.slideDown {
  background-color: rgba(255,255,255, 1) !important;
  transform: translateY(0%);
}

.navbar-nav >li > a {
  font-weight: 500;
  padding: 17px 20px;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

/* Autohide navbar */
.slideUp { 
  /*top:-100px; */
  transform: translateY(-100%);
 }
.headroom {
   -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; 
   /* transition: all 0.4s ease-out;  */
   transition: transform 200ms linear;
   will-change: transform;
   height: 4rem; 
}
.shim {
  background-color: whitesmoke;
  height: 4rem;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 36rem;
  background-color: #777;
}
.carousel-item  img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 36rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.featurette-divider-narrow {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.featurette-heading  span.text-muted{
  font-size:2rem;
  padding-left: 20px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    animation-delay: 2s;
  }

  .carousel-caption h1 {
    font-size: 60px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

/* ------------------------------------------------- */
body.customize-support  nav.fixed-top {
  top: 35px;
}
body.customize-support  nav.slideUp {
  /*top: -1000px; */
  transform: translateY(-100%);
}

.split {
  background-color: #F6F6F6;
}

.section {
  padding: 40px 0;
}
.section-title {
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  color: #000;
  font-family: 'Muli', sans-serif;
  padding: 10px 0;
}
.section-subcontent {
  text-align: center;
  padding-bottom: 30px;
}
.error-section h1 {
  color: #FF2A40;
  font-size: 10rem;
}

h1, h2, h3, h4 {
  font-family: 'Muli', san-serif;
  font-weight: 700;
}
.text-xs-center {
  text-align: center !important;
}
.btn-lg {
  font-size: 16px;
  text-transform: uppercase;
}

.mt-30 {
  margin-top: 30px;
}

#main-menu > ul > li > a {
  text-transform: uppercase;
}

#main-menu.show {
  
  background-color: #FFF;
}

.dropdown-menu {
  border-radius: 0rem;
}


/*Short code icons style*/
i.icon-default {

  font-size: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  vertical-align: middle;
}
i.icon-round {
  
  border-radius: 100%;
  color: #fff;
  font-size: 50px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 13px;
  margin-right: 13px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-round-border {
  
  border-radius: 100%;
  
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-box {
  
  border-radius: 4px;
  color: #fff;
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-box-border {
  
  border-radius: 4px;
  
  font-size: 45px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}
i.icon-xs {
  font-size: 16px !important;
  height: 30px !important;
  line-height: 30px !important;
  margin-bottom: 7px !important;
  margin-right: 7px !important;
  width: 30px !important;
}
i.icon-sm {
  font-size: 27px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin-bottom: 14px !important;
  margin-right: 14px !important;
  width: 50px !important;
}
i.icon-md {
  font-size: 35px !important;
  height: 75px !important;
  line-height: 75px !important;
  margin-bottom: 14px !important;
  margin-right: 14px !important;
  width: 75px !important;
}

i.icon-lg {
  font-size: 50px !important;
  height: 100px !important;
  line-height: 100px !important;
  margin-bottom: 13px !important;
  margin-right: 13px !important;
  width: 100px !important;
}

footer {
  background: #282828;
  color: #7C7C7C;
}
footer .small-title , footer .widget-title{
  margin-bottom: 30px;
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li {
  line-height: 25px;
}
footer ul li a {
  color: #999;
}
footer #copyright {
  background: #1D1D1D;
}
footer #copyright .row {
  padding: 15px 0;
}
footer #copyright .copyright-text,
footer #copyright .nav-inline {
  margin-top: 15px;
}

footer h3.widget-title {
  font-size: 22px;
  position: relative;
  text-align: left;
}

.social-footer a .fa {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 4px;
  width: 35px;
}

i {
  transition: all 0.3s ease-in-out;
}
i:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

/* ScrollToTop */
a.back-to-top1{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	opacity:0.5;
}
a.back-to-top:hover{
	opacity:1;
	color:#fff;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}
.back-to-top i {
  display: block;
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}


#product .product-item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
#product .product-item figure img {
  width: 100%;
  height: auto;
}
#product .product-item figure figcaption {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
#product .product-item figure figcaption .details {
  position: relative;
  top: 15%;
  font-size: 13px;
  line-height: 18px;
}
#product .product-item figure figcaption .content-white {
  font-size: 13px;
  text-align: center;
  color: #FFF;
  margin: 0 auto;
  line-height: 18px;
  width: 65%;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#product .product-item figure figcaption .orange-line {
  
  margin: 12px auto 6px;
  width: 0px;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#product .product-item figure:hover figcaption {
  opacity: 1;
}
#product .product-item figure:hover .orange-line {
  width: 62px;
}
#product .product-item figure:hover figcaption .content-white {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#product .product-item figure:hover .social a {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  display: block; 
  text-decoration: none;
}
#product .product-item .social {
  text-align: left;
  margin-top: 15px;
  padding-left: 35px;
}
#product .product-item .social .facebook,
#product .product-item .social .twitter,
#product .product-item .social .google-plus 
{
  font-size: 14px;
  line-height: normal;
  outline: none;
  
  border-radius: 50%;
  color: #fff;
  
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin-right: 5px;
}
#product .product-item .social .facebook {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#product .product-item .social .twitter {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
#product .product-item .social .google-plus {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
#product .product-item .social a:hover {
  background: transparent;
  
}
#product .info {
  background: #F6F6F6;
  padding: 15px 0 1px;
  text-align: center;
}
#product .info h2 {
  color: #000;
  font-size: 18px;
}
#product .info p {
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}

#product .info p a {
    color: black;
    font-size: 15px;
    font-weight: 500;
}

.vignette :after{
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 100px rgba(0,0,0,0.9) inset;
}
.orange-line {
  
  margin: 12px auto 6px;
  width: 52px;
  height: 1px;
}

.site-title {
  font-family: 'Muli';
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 14px;
  color:green;
}

.wpcf7-form .form-control {
  background: #f2f2f2 none repeat scroll 0 0;
  
}

.contact-widget h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.padding-four {
  padding: 4%;
 }

.gray-background {
  background-color: #fafafa;
}
.parallax {
  /* The image used 
  background-image: url("img_parallax.jpg"); */

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@keyframes fadeInUpPx {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
 /* animation-name: fadeInUpPx; */
  margin-top: 25px;


    -webkit-animation: fadeInUpPx 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeInUpPx 2s; /* Firefox < 16 */
        -ms-animation: fadeInUpPx 2s; /* Internet Explorer */
         -o-animation: fadeInUpPx 2s; /* Opera < 12.1 */
            animation: fadeInUpPx 2s;

}
.widget-contact-details {
  position: relative;
}
.widget-contact-details > div {
  margin-bottom: 12px;
  color: #636363;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  z-index: 1;
}
.widget-contact-details i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  text-align: center;
}
.widget-contact-details span {
  display: inline-block;
  padding-left: 30px;
}

address div  {
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 12px;
}

address span {
  display: inline-block;
  padding-left: 40px;
}
.grecaptcha-badge {visibility:hidden;}

img.rounded-circle {
	height: 140px;
}

.row > p {
	width: unset;
	padding-left: 0px;
	padding-right: 0px;
}
