
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #363636;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

section {
    /*margin-left: 60px;*/
}

section h3.title {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 50px;
    z-index: 1;
}

section h3.title:after {
    content: "";
    background-color: #c73131;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 15px;
    height: 100%;
}

main > section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-red {
    background-color: rgba(199, 49, 49, 1);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #c73131;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-box {
  background-color: rgba(0, 0, 0, .0);
  border-radius: 1px;
  height: 116px;
  left: 50%;
  margin-left: -179px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 358px;
}

.itl{
    width: 100%;
    height: 100%;
    background-image: url("../img/interteam-logo.png");
    /*border: 1px #2E2E2E solid;*/
    /*border-radius: 2px;*/
    position: relative;
    /*-webkit-animation: charge 5s linear infinite;*/
       /*-moz-animation: charge 5s linear infinite;*/
            /*animation: charge 5s linear infinite;*/
    margin: 0 auto;
}

/**
/*	Header
/* ==========================================*/

.logo {
    width: auto;
    height: 52px;
    position: absolute;
    top: 23px;
    left: 88px;
    z-index: 1000;
}

#map .logo {
    left: 75px;
}

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
}

#navigation.animated-header {
    background: transparent;
    /*padding: 10px 0;*/
}

.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

header#navigation {
    width: 60px;
    height: 100%;
    left: 0;
    -webkit-transition: left 0.5s ease-in-out 0.2s;
    transition: left 0.5s ease-in-out 0.2s;
    position: fixed;
    display: inline-block;
    background-color: #3a4151;
    z-index: 1000;
}
header#navigation nav {
    height: 100%;
    width: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header#navigation nav .top-header {
    background-color: #c72a2a;
    position: relative;
}
header#navigation nav:after {
    content: ' ';
    background-color: #c72a2a;
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0px;
}
header#navigation nav:before {
    content: ' ';
    height: 100%;
    width: 0px;
    background-color: #c73131;
    position: absolute;
    left: 60px;
    -webkit-transition: width 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: width 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header#navigation nav .navBurger {
    cursor: pointer;
    width: 100%;
    height: 42px;
}
header#navigation nav .navBurger .burger {
    margin-left: 18px;
    margin-top: 40px;
    cursor: pointer;
}
header#navigation nav .navBurger .burger, header#navigation nav .navBurger .burger::before, header#navigation nav .navBurger .burger::after {
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 4px;
    background: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#navigation nav .navBurger .burger::before, header#navigation nav .navBurger .burger::after {
    content: "";
    display: block;
}
header#navigation nav .navBurger .burger::before {
    margin-top: -8px;
}
header#navigation nav .navBurger .burger::after {
    margin-top: 8px;
}
header#navigation nav ul {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: calc(50vh - 180px);
}
header#navigation nav ul li {
    font-size: 14px;
    width: 60px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: block;
}
header#navigation nav ul li a {
    width: 190px;
    color: white;
    position: relative;
    z-index: 0;
    opacity: 0;
    left: -80px;
    text-transform: uppercase;
    -webkit-transition: left 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.15s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: left 0.2s cubic-bezier(0.6, -0.28, 0.735, 0.045), opacity 0.15s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    color: #fff;
    text-decoration: none;
}
header#navigation nav ul li:before {
    z-index: 10;
    content: ' ';
    width: 8px;
    height: 8px;
    background-color: transparent;
    position: absolute;
    left: 26px;
    top: 16px;
    border-radius: 50%;
    border: 2px solid white;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
header#navigation nav ul li a:hover, header#navigation nav ul li a:active, header#navigation nav ul li a:visited, header#navigation nav ul li a:focus {
    background-color: transparent !important;
    color: white;
}
header#navigation nav ul li:hover:before {
    background-color: white;
}
header#navigation nav ul li.active:before, header#navigation nav ul li:hover:before {
    -webkit-transform: scale(1.5) translate3d(0, 0, 0);
    transform: scale(1.5) translate3d(0, 0, 0);
    background-color: white;
}
header#navigation nav:hover:before {
    width: 230px;
    -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header#navigation nav:hover .burger {
    /* 		background:transparent; */
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}
header#navigation nav:hover .burger::before {
    margin-top: 0px;
    -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
    transform: rotate(-90deg) translate3d(0, 0, 0);
}
header#navigation nav:hover .burger::after {
    margin-top: 0px;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
}
header#navigation nav:hover li a {
    left: 70px;
    opacity: 1;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: left, opacity;
    transition-property: left, opacity;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header#navigation nav:hover li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
header#navigation nav:hover li:nth-child(2) a {
    -webkit-transition-delay: 0.34s;
    transition-delay: 0.34s;
}
header#navigation nav:hover li:nth-child(3) a {
    -webkit-transition-delay: 0.38s;
    transition-delay: 0.38s;
}
header#navigation nav:hover li:nth-child(4) a {
    -webkit-transition-delay: 0.42s;
    transition-delay: 0.42s;
}
header#navigation nav:hover li:nth-child(5) a {
    -webkit-transition-delay: 0.46s;
    transition-delay: 0.46s;
}
header#navigation nav:hover li:nth-child(6) a {
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
}
header#navigation nav:hover li:nth-child(7) a {
    -webkit-transition-delay: 0.54s;
    transition-delay: 0.54s;
}
header#navigation nav:hover li:nth-child(8) a {
    -webkit-transition-delay: 0.58s;
    transition-delay: 0.58s;
}

.call {
    color: #FFFFFF;
    overflow: hidden;
    margin: 25px 30px 0 auto;
    float: right;
}

.call span {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
}

.call span a {
    color: #FFFFFF;
}

.nav2 {
    max-width: 400px;
    height: 0px;
    border-bottom: 50px solid #fff;
    position: relative;
    margin: 0 30px 0 auto;
    box-shadow: 20px 17px 27px rgba(0, 0, 0, 0.15);
}
.nav2::before {
    content: '';
    margin-top: 5%;
    display: block;
}
.nav2 .inner {
    width: 100%;
    height: 50px;
    position: absolute;
    right: 0;
    overflow: hidden;
    background: #fff;
}
.nav2 .active {
    top: 80px !important;
    position: relative;
    transition: all .3s;
}
.nav2 .search {
    width: 100px;
    height: 0px;
    float: right;
    color: #fff;
    font-size: 26px;
    border-bottom: 50px solid rgb(199, 42, 42);
    border-left: 40px solid transparent;
    position: relative;
    transition: .3s;
}
button.search {
    border: none;
    background: none;
    text-align: center;
    position: absolute !important;
    top: -2px;
    right: 0;
    z-index: 999;
    outline: none;
}
.nav2 .fa-search {
    left: 0px;
}
.nav2 .search::before {
    content: '';
}
.nav2 .search:hover {
    border-bottom: 50px solid rgb(162, 34, 34);
    cursor: pointer;
}
.nav2 .fa-search {
    position: relative;
    left: 18px;
    top: 12px;
}
.nav2 input[type=search] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    -webkit-appearance: none;
}
.nav2 input.search_box {
    position: absolute;
    font-size: 16px;
    color: #14171c;
    line-height: 3;
    margin-left: 20px;
    width: 320px;
    transition: all .3s;
}
.nav2 .search_box_active {
    top: 15px !important;
    transition: all .3s;
}
.nav2 input:focus {
    outline: none;
}
.nav2 input::-webkit-input-placeholder {
    color: #14171c;
}
.nav2 input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1px;
    width: 15px;
    background: transparent;
    border-radius: 50%;
}
.nav2 input[type="search"]::-webkit-search-cancel-button::before {
    content: '+';
    color: #14171c;
    font-weight: bold;
    -webkit-transform: rotate(45deg);
    font-size: 21px;
    position: absolute;
    top: -10px;
}
.nav2 .fa-search {
    position: relative;
    left: 0;
    top: 12px;
}
.nav2 a {
    color: #14171c;
    text-decoration: none;
}

#cd-nav {
    position: relative;
    z-index: 100;
}

.language {
    border: 2px solid white;
    bottom: 10px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    left: 6px;
    padding: 6px 10px;
    position: absolute;
    z-index: 1;
}

#cd-nav ul {
    /* reset */
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    /* mobile first */
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    background: white;
    visibility: hidden;
    /* remove overflow:hidden if you want to create a drop-down menu - but then remember to fix/eliminate the list items animation */
    overflow: hidden;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cd-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
}
#cd-nav ul.is-visible li:nth-child(1) {
    /* list items animation */
    -webkit-animation: cd-slide-in 0.2s;
    -moz-animation: cd-slide-in 0.2s;
    animation: cd-slide-in 0.2s;
}
#cd-nav ul.is-visible li:nth-child(2) {
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
    -webkit-animation: cd-slide-in 0.4s;
    -moz-animation: cd-slide-in 0.4s;
    animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
    -webkit-animation: cd-slide-in 0.5s;
    -moz-animation: cd-slide-in 0.5s;
    animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
    -webkit-animation: cd-slide-in 0.6s;
    -moz-animation: cd-slide-in 0.6s;
    animation: cd-slide-in 0.6s;
}
#cd-nav li a {
    display: block;
    padding: 1.6em;
    border-bottom: 1px solid #eff2f6;
}
#cd-nav li:last-child a {
    border-bottom: none;
}
@media only screen and (min-width: 1170px) {
    #cd-nav ul {
        /* the navigation moves to the top */
        position: absolute;
        width: auto;
        max-width: none;
        bottom: auto;
        top: 36px;
        background: transparent;
        visibility: visible;
        box-shadow: none;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    #cd-nav li {
        display: inline-block;
    }
    #cd-nav li a {
        opacity: 1;
        padding: .4em;
        margin-left: 1.6em;
        border-bottom: none;
    }
    #cd-nav li a:hover {
        color: #00bd9b;
    }
    #cd-nav.is-fixed ul {
        /* when the user scrolls down, the navigation moves to the bottom right in Fixed position - as on touch devices */
        position: fixed;
        width: 90%;
        max-width: 400px;
        bottom: 20px;
        top: auto;
        background: white;
        visibility: hidden;
        box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    #cd-nav.is-fixed ul li {
        display: block;
    }
    #cd-nav.is-fixed ul li a {
        padding: 1.6em;
        margin-left: 0;
        border-bottom: 1px solid #eff2f6;
    }
    #cd-nav ul.has-transitions {
        /* this class is used to bring back transitions when the navigation moves at the bottom right */
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
        transition: transform 0.3s, visibility 0s 0.3s;
    }
    #cd-nav ul.is-visible {
        /* this class is used to bring back the navigation animation - as on touch devices */
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
        transition: transform 0.3s, visibility 0s 0s;
    }
    #cd-nav ul.is-hidden {
        /* this class is used to animate the scale down the navigation when the user scrolls down with the navigation still open */
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }
}

.cd-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: white;
    border-radius: 0.25em;
    box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}
.cd-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background: #e84a64;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
    content: '';
    position: absolute;
    left: 0;
    background: inherit;
    width: 100%;
    height: 100%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, background 0s;
    -moz-transition: -moz-transform 0.3s, background 0s;
    transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
    top: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.cd-nav-trigger span::after {
    bottom: -6px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.cd-nav-trigger.menu-is-open {
    box-shadow: none;
}
.cd-nav-trigger.menu-is-open span {
    background: rgba(232, 74, 100, 0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
    background: #e84a64;
}
.cd-nav-trigger.menu-is-open span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        /* the the menu triger is hidden by default on desktop devices */
        visibility: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
        transition: transform 0.3s, visibility 0s 0.3s;
    }
    .is-fixed .cd-nav-trigger {
        visibility: visible;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-animation: cd-bounce-in 0.3s linear;
        -moz-animation: cd-bounce-in 0.3s linear;
        animation: cd-bounce-in 0.3s linear;
    }
}

@-webkit-keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0);
    }
}
@-moz-keyframes cd-slide-in {
    0% {
        -moz-transform: translateX(100px);
    }

    100% {
        -moz-transform: translateY(0);
    }
}
@keyframes cd-slide-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
    }

    60% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-in {
    0% {
        -moz-transform: scale(0);
    }

    60% {
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-in {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    position: absolute;
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    top: 0;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
}

.caption-content h2 span {
    color: #C72A2A;
    font-weight: bold;
}

.caption-content h2:before {
    content: "";
    position: absolute;
    background: #14171c;
    /*border-right: 40px solid transparent;*/
    /*border-top: 60px solid #14171c;*/
    top: -5%;
    left: -65%;
    z-index: -1;
    width: 145%;
    height: 115%;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/poster.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.video-overlay:after {
    content: "";
    background: url(../img/pattern.png) repeat scroll left top transparent;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/*=================================================================
	About
==================================================================*/

#about {
    background: linear-gradient(135deg, #14171c 60%, #1d232d 50%);
    overflow: hidden;
    color: #fff;
}

.car {
    margin: 10% auto -25px;
    position: relative;
    width: 900px;
    -webkit-animation: car 15s infinite;
    animation: car 15s infinite;
}
.car img { width: 100%; animation: suspension 1s infinite; }
.car .wheel {
    background: url("../img/wheel3.png") no-repeat center center;
    background-size: 99% auto;
    display: block;
    width: 155px;
    height: 155px;
    position: absolute;
    bottom: -7px;
    -webkit-animation: spin 1.5s linear;
    animation: spin 1.5s linear;
}
.wheel.front { left: 67px; }
.wheel.back { right: 87px; }
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}
/*@-webkit-keyframes car {*/
    /*50% { -webkit-transform: translateX(10%); }*/
    /*70% { -webkit-transform: translateX(-20%); }*/
    /*100% { -webkit-transform: translateX(0%); }*/
/*}*/
/*@keyframes car {*/
    /*50% { transform: translateX(10%); }*/
    /*70% { transform: translateX(-20%); }*/
    /*100% { transform: translateX(0%); }*/
/*}*/
@-webkit-keyframes suspension {
    0% { -webkit-transform: translateY(1px); }
    50% { -webkit-transform: translateY(2px); }
    100% { -webkit-transform: translateY(1px); }
}
@keyframes suspension {
    0% { transform: translateY(1px); }
    50% { transform: translateY(2px); }
    100% { transform: translateY(1px); }
}

#locapp {
    background: #13171c;
    color: #fff;
}

#about h3,
#locapp h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#locapp h4 {
    color: #FFFFFF;
    font-size: 22px;
    margin: 35px 0;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	Services
==================================================================*/
#service {
    background: #FFFFFF;
}

.img-desc span{
    background:#F1EFF2;
    height:1px;
    width:35%;
    display:block;
    margin-left:1em;
}
.serv-top {
    width: 50%;
    float: left;
    position:relative;
}
.serv-img{
    width:50%;
    float:left;
    height: 100%;
    overflow: hidden;
}
.serv-img img {
    width: auto;
    object-fit: cover;
}
.img-desc{
    width:50%;
    float:left;
    text-align: left;
    position:relative;
}
a.date{
    position:absolute;
    right: 0px;
    bottom: -5px
}
a.date:hover {
    text-decoration: none;
    color:#000;
}
a.date{
    text-decoration:none;
    background:#FF6D6B;
    border-radius:8px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -o-border-radius:8px;
    -ms-border-radius:8px;
    padding:7px 1em;
    font-size:11px;
    color:#fff;
    display:inline-block;
}
a.date h5:hover{
    color:#fff;
}
.img-desc h4{
    margin: 18px 0px 10px 16px;
    font-size: 0.9em;
    color: #c72a2a;
    font-weight: bold;
    text-transform: uppercase;
}
.img-desc p{
    font-size: 13px;
    width: 90%;
    margin: 10px 0 0 16px;
    line-height: 22px;
}
.dmnd {
    width: 19px;
    height: 34px;
    background: url('../img/dmnd.png') no-repeat 0px 0px;
    display: block;
    position: absolute;
    top: 47%;
    left: 47.5%;
}

.dmnd2 {
    width: 34px;
    height: 34px;
    background: url('../img/dmnd2.png') no-repeat 0px 0px;
    display: block;
    position: absolute;
    top: 47%;
    right: 47.5%;
}

/*=================================================================
	Oferta
==================================================================*/

#offer {
    background: #fbfbfb;
}

#offer .offer {
    margin: 30px auto;
}

#offer .offer h3 {
    color: #c72a2a;
    margin-bottom: 20px;
}

#offer .offer ul {
    margin-top: 20px;
    /*list-style: none;*/
}

#offer .offer ul li {
    color:#ed0000;
    list-style:disc inside none;
    margin-bottom: 5px;
}

#offer .offer ul li p {
    color: #363636;
}

#offer .offer img {
    height: auto;
    width: 50%;
    left: 25%;
    top: 50px;
    position: relative;
}

#offer .offer img.last {
    width: 85%;
    left: 10%;
}

/*=================================================================
	Contact
==================================================================*/
#contact {
    background: #FFFFFF;
}

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

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #c73131;
}

#submit:before {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #c73131;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details .f-logo {
    margin: 5% 3%;
    width: 50%;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

.footer-content > p {
    margin-top: 30px;
    color: #ababab;
    font-size: 12px;
}

#form-msg {
    margin-top: 50px;
}


@media (min-width: 1200px) and (max-width: 1350px) {
    main > section {
        padding: 70px 0 70px 80px;
    }
}
/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {
    main > section {
        padding: 70px 0 70px 80px;
        overflow: hidden;
    }

    .nav2 {
        margin: 0 15px 0 auto;
    }

    .caption-content h2:before {
        left: -49%;
    }

    #service {
        overflow: hidden;
    }

    #service .img-desc1,
    #service .img-desc2 {
        float: left;
    }

    #service .serv-img1,
    #service .serv-img2 {
        float: right;
    }

    #service .serv-top {
        width: 100%;
    }

    #service .serv-img {
        width: auto;
        max-width: 300px;
    }

    #offer {
        padding-right: 70px;
        overflow: hidden;
    }

    #offer .o3 {
        float: left;
    }
    
    #offer .o3i {
        float: right;
    }

    #locapp {
        overflow: hidden;
    }

    #contact {
        overflow: hidden;
    }

    #contact .contact-form {
        padding-right: 70px;
    }
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {
    .caption-content h2:before {
        left: -43%;
    }

    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    #service .serv-top {
        width: 100%;
    }

    #locapp {
        overflow: hidden;
    }
/* contact form */
    .contact-form {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    .caption-content h2:before {
        left: -35%;
        width: 135%;
    }

    body {
        font-size: 14px;
    }

    main > section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

    .slide-caption  {
        margin-right: 5px;
    }

    #service {
        overflow: hidden;
    }

    #service .serv-top {
        width: 100%;
    }

    #service {
        overflow: hidden;
    }

    #service .img-desc1,
    #service .img-desc2 {
        float: left;
    }

    #service .serv-img1,
    #service .serv-img2 {
        float: right;
    }

    #service .serv-top {
        width: 100%;
    }

    #service .serv-img {
        width: auto;
        max-width: 300px;
    }

    #locapp {
        overflow: hidden;
    }

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

@media only screen and (max-width: 620px) {
    #service .img-desc {
        width: 100%;
    }
    #service .serv-img {
        display: none;
    }
}