/*!
 * WECU IVS
 * Copyright 2016
 * Shane Madsen
 * Telefon: 5358 1559
*/

/* ---- LAYOUT START ---- */
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*background: #a90000;*/
}
a, img, p, h1, h2, h3, h4 {
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #383838;
    text-decoration: inherit;
}
strong, .small, small {
	color: #a90000 !important;
	font-weight: 700;
}
img {
	max-width: 100%;
}
.clear {
    clear: both;
}
.btn {
    background: #A90000;
    color: white !important;
    border-radius: 0;
    font-size: 14px;
    font-weight: 300;
}
.borderbox {
	border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
	padding-bottom: 50px;
}
.borderbox p:last-child {
	margin-bottom: 0;
}
.section {
    margin-top: 00px;
}
/* ---- LAYOUT SLUT ---- */


/* ---- NAVIGATION START ---- */
/* ---- WECU BRAND ---- */
.wecu_logo img {
    height: 100%;
    width: auto;
}
.wecu_logo li {
    list-style: none;
    display: block;
}
/* ---- WECU BRAND SLUT ---- */
/* ---- NAVBAR START ---- */
.navbar a { color: #a90000; }
ul#menu {
    margin: 0;
    float: left;
    padding: 20px 0;
}
ul#menu li {
    list-style: none;
    float: left;
    padding: 0 15px;
}
ul#menu li a {
    color: #383838;
}
a.ring-op {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 700;
}
.last_menu {
    float: right;
	margin-left: 40px;
}
.last_menu a {
    float: left;
    display: block;
}
.indhent-tilbud {
    line-height: 50px;
    padding: 0 20px 0px 50px;
    background: #a90000 url('../img/hand.png') 15px bottom no-repeat;
    transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    color: #fff !important;
}
a.ring-op i {
    font-size: 50px;
    color: #A90000;
    margin-right: 10px;
    float: left;
}
a.ring-op span {
    line-height: 50px;
}

.fa-mobile-phone:before, .fa-mobile:before {
    top: 1px;
    position: relative;
}
.navbar {
	z-index: 99999;
	margin-bottom: 0;
    position: fixed;
    width: 100%;
	border: none;
    background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #323232;
}
/* ---- NAVBAR SLUT ---- */ 
/* ---- NAVIGATION SLUT ---- */



/* ---- FORSIDE START ----*/
/* FORSIDE MUS SLIDER */
.scrolldown {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
	color: #777777;
}
.scrolldown .scrollbutton {
    height: 37px;
    width: 23px;
    -webkit-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border-radius: 9999px;
    border: 2px solid #a90000;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.scrolldown .scrollbutton .dot {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background: #a90000;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: scroll 2500ms linear infinite;
    -moz-animation: scroll 2500ms linear infinite;
    -o-animation: scroll 2500ms linear infinite;
    animation: scroll 2500ms linear infinite;
}
@-webkit-keyframes scroll{
	0%{opacity:0;top:5px}
	15%{opacity:1;top:15px}
	50%{opacity:0;top:15px}
	100%{opacity:0;top:5px}
}
@-moz-keyframes scroll{
	0%{opacity:0;top:5px}
	15%{opacity:1;top:15px}
	50%{opacity:0;top:15px}
	100%{opacity:0;top:5px}
}
@-o-keyframes scroll{
	0%{opacity:0;top:5px}
	15%{opacity:1;top:15px}
	50%{opacity:0;top:15px}
	100%{opacity:0;top:5px}
}
@keyframes scroll{
	0%{opacity:0;top:5px}
	15%{opacity:1;top:15px}
	50%{opacity:0;top:15px}
	100%{opacity:0;top:5px}
}
/* ---- FORSIDE MUS SLIDER SLUT ---- */
/* ---- FORSIDE SLIDER START ---- */
#section1 .slide1 {
	background: url(../img/bg1.jpg);
}
#section1 .slide2 {
	background: url(../img/bg2.jpg);
}
.fp-controlArrow {
    margin-top: -25px;
}
.fp-controlArrow.fp-next {
    right: 45px;
	border: none;
}
.fp-controlArrow.fp-prev {
    left: 45px;
	border: none;
}
.fp-controlArrow.fp-next:before {
    content: '\f105';
    font-family: fontawesome;
    font-size: 80px;
    color: white;
    position: absolute;
    top: 0px;
    text-shadow: 0px 0px 5px black;
    line-height: 50px;
}
.fp-controlArrow.fp-prev:before {
    content: '\f104';
    font-family: fontawesome;
    font-size: 80px;
    color: white;
    position: absolute;
    top: 0px;
    text-shadow: 0px 0px 5px black;
    line-height: 50px;
}
/* ---- FORSIDE SLIDER SLUT ---- */
/* ---- FORSIDE SLUT ----*/



.form-control {
    border-radius: 0;
}
.section .fp-tableCell {
    position: relative;
}



/* ---- PRODUKT SIDE START ---- */
#section2 .container {
	position: relative;
	z-index: 99;
}
#section2 {
	background: #0a0a0a;
}
#section2 h1, #section2 h2, #section2 h3, #section2 p {
	color: white;
}
div#section2 i.fa {
    color: white;
    font-size: 60px;
    margin-top: 50px;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
}
/* ---- PRODUKT SIDE SLUT ---- */



/* ---- REFERENCER SIDE START ---- */
/* ---- TESTIMONIALS START ---- */

#quote-carousel {
    padding: 0;
}
#section3 .fp-tableCell {
    position: relative;
}
#quote-carousel .carousel-indicators {
    position: relative;
    bottom: 0px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
/* ---- TESTIMONIALS SLUT ---- */
/* ---- REFERENCER BRANDS START ----*/
#section3 {
	background-color: #191919;
    background-image: url(../img/bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	color: white !important;
}
#section3 .col-md-4 {
	padding: 0;
}
#section3 .col-md-4 {
    padding: 0;
}
#section3 .col-md-4 img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    opacity: 0.5;
    width: 100%;
}
#section3 .col-md-4 img:hover {
	filter: grayscale(0);
    -webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	opacity: 1;
}
/* ---- REFERENCER BRANDS SLUT ----*/
/* ---- REFERENCER SIDE SLUT ---- */



/* ---- OM OS SIDE START ----*/
#section4 {
	background: url(../img/bg3.jpg);
	color: white !important;
}
#section4 a, #section4 h2 {
	display: inline-block;
	color: #ffffff;
	background: #a90000;
	padding: 6px 10px;
}
#section4 h2 {
	padding: 10px 18px;
}
/* ---- OM OS SIDE SLUT ----*/


/* ---- KONTAKT OS SIDE ----- */
#section5 {
	background: url("../img/bg4.jpg");
	color: #ffffff;
}
.opgave h3 {
    font-size: 32px;
	color: #ffffff;
}
.opgave .btn-opgave {
    background-color: #A90000;
	margin: 10px auto;
    font-size: 30px;
	font-weight: 300;
    padding: 12px 30px;
}
label {
	margin-bottom: 0px;
}
.address {
    border-top: 1px solid #ddd;
    padding: 50px 100px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    clear: both;
}
.address ul {
	color: #ffffff;
    margin: 0 0 0 80px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    list-style: none;
}
.address ul li {
    float: left;
    height: 90px;
    padding-top: 11px !important;
    font-size: 14px;
    color: #ffffff;
}
.address ul li.add {
    background-position: -62px -2022px;
    width: 28%;
    padding: 0 0 0 56px;
}
.address ul li.mob {
    background-position: -65px -2214px;
    width: 25%;
    padding: 0 0 0 48px;
    color: #ffffff !important;
}
.address ul li.eml {
    background-position: -441px -2034px;
    width: 28%;
    padding: 0 0 0 63px;
}
.address ul li.sn {
    background-position: -438px -2212px;
    width: 19%;
    padding: 0 0 0 64px;
}
.address ul li {
    background-image: url("../img/common1.png");
    background-position: center 0;
    background-repeat: no-repeat;
}
/* ---- KONTAKT OS SIDE SLUT ----- */



.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}