@import "http://fonts.googleapis.com/css?family=Roboto:300,700";
body {
    font-family: Tahoma, Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased

}




a {
    color: #3d566e;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    color: #26303a
}

ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 30px;
    text-align: justify;
}

.row {
    padding: 80px 0
}

.btn {
    border: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-transform: uppercase
}

.btn i {
    margin-right: 10px
}

.btn-common {
    background: #3d566e;
    color: #fff
}

.btn-common:hover {
    background: #26303a;
    color: #fff
}

.btn-border,
.btn-common-white:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.btn-common-white,
.btn-border:hover {
    background: #fff;
    color: #444;
    border: 1px solid #fff
}

.social i {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    line-height: 25px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 100%
}

.social i:hover {
    border: 2px solid transparent;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.social .social-links a:hover {
    color: #fff
}

.social .fa-facebook:hover {
    background: #3b5998;
    color: #fff
}

.social .fa-twitter:hover {
    background: #00CAFB;
    color: #fff
}

.social .fa-google-plus:hover {
    background: #D23A1D;
    color: #fff
}

.social .fa-linkedin:hover {
    background: #007bb6;
    color: #fff
}

.social .fa-dribbble:hover {
    background: #ea4c89;
    color: #fff
}

.social .fa-github:hover {
    background: #171515;
    color: #fff
}

.section-title {
    width: 100%;
    text-align: center;
    font-size: 50px;
    font-weight: 500
}

.section-subtitle {
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
    position: relative;
    color: #bdc3c7;
    width: 100%;
}

.section-subtitle1 {
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
    position: relative;
    color: #fff;
}

.widget-title {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300
}

.presets {
    padding: 3px;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 7px 7px 0 rgba(44, 62, 80, .6)
}

.presets a {
    display: inline;
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px
}

.presets .mblue-preset {
    color: #3d566e
}

.presets .blue-preset {
    color: #2C7EB6
}

.presets .green-preset {
    color: #16a085
}

.presets .red-preset {
    color: #e74c3c
}

.matter_portfolio .mix {
    display: none
}

.animated-late {
	color: #aa1b17 !important;
	margin-top: 48px !important;
}
#carousel-area .carousel-inner:before {
   
    position: absolute;
    width:  100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 9
}

#carousel-area .item {
    background-attachment: fixed;
    background-size: cover


}

#carousel-area .item .carousel-caption {
    top: 30%;
    right: 10%;
    left: 10%;
    text-shadow: none;
    z-index: 99
}

#carousel-area .item .carousel-caption h1 {
    font-size: 65px;
    font-weight: 700;
    
    
}

#carousel-area .item .carousel-caption h2 {
    font-size: 30px;
    font-weight: 100
}

#carousel-area .item .carousel-caption .btn {
    padding: 10px 20px;
    margin: 10px 20px;
    font-size: 20px
}

#carousel-area .carousel-control {
    z-index: 10;
    display: none;
    width: 50px;
    height: 80px;
    top: 50%;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    background-color: rgba(0, 0, 0, .5)
}

#carousel-area:hover .carousel-control {
    display: block
}

.navbar {
    margin-bottom: 0
}

.navbar li {
    color: #d1d1d1
}

.navbar-default {
    border: 0;
    border-radius: 0;
    background: 0 0
}

.navbar-default  {
    padding-top: 13px;
    margin: 0
}
.navbar-brand {
    margin-top: -8px;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav>li>a:focus {
    font-size: 14px;
    padding: 0 0 5px;
    text-transform: uppercase;
    margin: 22px 15px;
    outline: 0;
    color: #aa1b17;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #ff5959;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, .22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, .22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, .22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, .22, 1) 0s
}

.navbar-default .navbar-nav>li>a:hover:after {
    width: 100%
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus .current {
    background: 0 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #CD5C5C
}

.navbar-default .navbar-brand {
    font-size: 55px
}

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

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

.affix.navbar-default {
    background: rgba(0, 0, 0, .8)
}

.affix {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.affix .navbar-brand img {
    width: 100%;
    margin-top: -9px;
}

.affix .navbar-nav li a,
.affix .navbar-nav li a:focus {
    margin: 12px
}

.affix .to-top a,
.affix .to-bottom a {
    line-height: 56px;
    padding: 20px
}

.navbar .to-top,
.navbar .to-bottom {
    display: none
}

.affix-top .to-bottom {
    display: block!important
}

.affix .to-top {
    display: block!important
}

.to-top,
.to-bottom {
    list-style: none
}

.to-top a,
.to-bottom a {
    padding: 26px 22px;
    line-height: 70px;
    outline: 0;
    color: #aa1b17;
}

.switcher-area {
    position: fixed;
    width: 300px;
    left: 0;
    top: 155px;
    left: -300px;
    z-index: 9999;
    background: #fff;
    padding: 25px 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.switcher-area h4 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 30px
}

.switcher-area ul {
    margin: 0
}

.switcher-area ul li {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin-right: 2px
}

.switcher-area ul li a {
    display: block;
    height: 55px;
    width: 60px
}

.switcher-area .switcher-btn-area {
    display: block;
    position: relative
}

.switcher-area .switcher-btn-area button.switcher-btn {
    position: absolute;
    top: -102px;
    right: -70px;
    width: 50px;
    background: #fff;
    border: 0;
    outline: 0;
    padding: 7px 0
}

.switcher-area .switcher-btn-area button.switcher-btn i {
    font-size: 25px
}

#slider,
#contact,
#clients {
    background-color: #aa1b17;
    color: #fff;

    
}

#slider img {
    width: 100%;
    height: 100%;
}

/*SNOW*/

#snow{
    background: none;
    font-family: Androgyne;
    background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:1;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}


/*END SNOW*/


#slider .section-title {
    line-height: 50px
}

#services{
    height: auto;
} 
#services h2 {
    font-size: 28px
}

#services .services-intro {
    padding-bottom: 40px
}

#services .services-intro h1 span {
    font-weight: 100;
    color: #aa1b17
}

#services .services-intro .f-icon {
    font-size: 100px;
    color: #aa1b17
}


#services .services-intro .fa {
    font-size: 100px;
    color: #aa1b17
}

#services .service .fa {
    font-size: 100px;
    color: #fff
}

#services .service:hover .fa {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


#services h3 {
    color: #bdc3c7;
}
#services .service {
    color: #aa1b17
}

#services p {
	text-align: center;
}

#services .service {
    background: #aa1b17;
    padding: 25px 15px 20px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer
}

#services .service .f-icon {
    font-size: 100px;
    color: #fff
}

#services .service:hover .f-icon {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#services .service:hover .service-text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#services .service:before {
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 30px solid transparent
}

#services .service:after {
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    width: 0;
    height: 0;
    border-bottom: 30px solid rgba(255, 255, 255, .5);
    border-right: 30px solid transparent
}

.service {
    width: 259px;
    height: 380px;
    width: 100%;
    
}

#why {
    background: #aa1b17;
    height: 100%;
    width: 100%;
}

#why h2 {
    font-weight: 100;
    padding-left: 13px;
}

#why .rotate-text {
    color: #fff;
    font-size: 45px
}

#why .rotate {
    background: #fff;
    color: #aa1b17
}

#why .why-item {
    margin-top: 40px
}

#why .why-item h1,
#why .why-item h2,
#why .why-item i,
#why .why-item .why-item-text {
    color: #fff
}


#why .why-item h2 {
    text-align: left;


}
#why .why-item p {
	text-align: left;
	padding-left: 14px;
}


#why .why-item .why-item-icon i {
    background: rgba(150, 150, 150, .2);
    width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}



#why .why-item:hover i {
    background: rgba(0, 0, 0, .5);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

#why .why-item-contact {
    margin-top: 30px
}

#why .why-item-contact h1 {
    color: #fff;
    margin-bottom: 20px
}

#why .why-item-contact .btn {
    margin-top: 20px
}

#why .why-item-contact .btn:hover i {
    color: #333
}


.matter-filter {
    margin: 30px 0
}

.matter-filter .filter {
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.matter-filter .filter:hover,
.matter-filter .filter.active {
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer
}

.owl-theme .owl-controls .owl-page span {
    height: 7px!important;
    border: 0!important
}

.owl-theme .owl-controls .owl-page span:hover {
    background: #D64541;
}

.owl-theme .owl-controls .owl-page.active span {
    background: #D64541;
}

#testimonial {
    background: #fff;
    
}

#testimonial .row {
    padding-bottom: 145px
}

#testimonial h1 {
    font-size: 50px;
    color: #aa1b17;    
}

#testimonial h2 {
    margin-bottom: 20px;
    font-weight: 100
}

#testimonial .testimonial {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

#testimonial .testimonial img {
    max-width: 80px;
    border-radius: 100%;
    margin-top: 10px
}

#testimonial .name {
    color: #aa1b17;
    font-size: 25px;
    font-weight: 700;
    margin-left: 10px
}

#testimonial .company {
    color: #aa1b17;
    font-size: 15px;
    font-weight: 300
}

#testimonial .testimonial-text {
    padding: 10px 20px 20px;
    line-height: 25px;
    font-size: 18px;
    color: #666;
    float: left;
    background: #fff;
    height: 300px;
}

#testimonial .testimonial-arrow {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 12%;
    bottom: 85px;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #FFF transparent transparent
}

#testimonial i {
    padding-right: 10px;
    color: rgba(102, 102, 102, .5)
}

#testimonial p{
	text-align: justify;
}

#clients {
    background: url(../img/clients/brand-ns1.jpg) center center fixed;
    background-size: cover;
    width: 100%;
    height: 670px;
}

#clients .row {
    margin-top: 100px;
}


#clients .logo-slider .owl-buttons {
    position: absolute;
    top: -33px;
    right: 3px
}

#clients .logo-slider .owl-buttons div {
    background: transparent!important;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-left: 15px;
    padding: 0 10px
}

#about {
    background: #aa1b17;
    background-size: cover;
    color: #fff;
    height: auto;
   
}

#about img {
    width: 100%;
    height: 100%;
}

#about p {
	text-align: justify;
    line-height: 30px;
    font-size: 17px
}

#about .section-title {
    position: relative;
    
    
}

#about .btn {
    margin-top: 6px;
    margin-right: 20px
}

#about .about-inner {
    position: relative;
    color: #fff
}

#about .about-inner:before {
   
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block
}



#about .about-title {
    margin-top: 0;
    
}

#about .facts .col-md-4 {
    margin-top: 50px
}

#about .counter-title {
    font-size: 40px;
    font-weight: 100;
    margin-top: 0
}

#about .counter-value {
    font-size: 50px;
    font-weight: 100
}
#about .item {
	height: 280px;
}


#contact::-webkit-input-placeholder {
    color: #ecf0f1
}

#contact:-moz-placeholder {
    color: #ecf0f1
}

#contact::-moz-placeholder {
    color: #ecf0f1
}

#contact:-ms-input-placeholder {
    color: #ecf0f1
}

#contact .social i {
    border: 2px solid #fff;
    color: #fff;
    padding: 10px;
    line-height: 25px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 100%
}

#contact .social i:hover {
    border: 2px solid transparent;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#contact .social .social-links a:hover {
    color: #fff
}



#contact .social .fa-google-plus:hover {
    background: #D23A1D;
    color: #fff
}

#contact .social .fa-linkedin:hover {
    background: #007bb6;
    color: #fff
}
#contact .director {
    font-size: 20px;
}


#contact .contact-info {
    margin: 40px 0;
    
}

#contact .contact-info p {
    font-size: 20px
}

#contact .contact-form .form-control {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    font-size: 17px;
    margin-bottom: 20px
}

#contact .contact-form textarea.form-control {
    min-height: 116px;
    margin-bottom: 20px
}

#contact .contact-form input[type=text],
#contact .contact-form input[type=email] {
    height: 48px
}

#contact .contact-form .btn {
    width: 100%;
    border: 2px solid #fff;
    margin-top: 3px
}

#matter-footer {
    background: #fff;
    color: #333;
    width: 100%;
    padding-top: 20px;
    font-family: Tahoma;
    
}


#matter-footer .row {
    padding: 10px 0;
    
}

#matter-footer .text img {
    margin-bottom: 25px;
    
    
}

#matter-footer .gallery {
    margin-right: 4px;
    margin-bottom: 10px
}

#matter-footer .gallery li {
    padding: 0;
    width: 78px;
    height: 78px;
    overflow: hidden;
    float: left;
    margin: 4px;
    position: relative
}

#matter-footer .gallery li img {
    width: 100%;
    height: 100%
}

#matter-footer .gallery li .icon {
    position: absolute;
    background: rgba(61, 86, 110, .9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden
}

#matter-footer .gallery li .icon a {
    position: absolute;
    top: 38%;
    left: 38%
}

#matter-footer .gallery li .icon a i {
    color: #fff;
    font-size: 18px;
    text-align: center
}



#matter-footer .link li {
    padding: 4px 0;
    
    margin-bottom: 0
}

#matter-footer .link li a {
    font-size: inherit;
    color: #333;
    text-decoration: none
}

#matter-footer .link li a:hover {
    color: #aa1b17;
}
    .google-maps {
        position: relative;
        padding-bottom: 50%; //This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

.copyright {
    padding-bottom: 15px

}

.copyright p {
    margin: 0;
    text-align: center;

}

.copyright a {
    color: #fff
}

.copyright a:hover {
    color: #fff;
    text-decoration: none
}

#video-bg {
    position: relative;
    width: 100%;
    height: 689px
}

#video-bg:before {
    background-color: rgba(44, 62, 80, .7);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

#video-bg .title-text {
    color: #fff;
    padding: 200px 0;
    text-align: center
}

#video-bg .title-text h1 {
    font-size: 65px;
    font-weight: 300
}

#video-bg .title-text h2 {
    font-size: 30px;
    font-weight: 100
}

#video-bg .title-text .btn {
    font-size: 20px;
    margin: 10px 20px;
    padding: 10px 20px
}

header .wrapper {
    margin-top: 30px;
    margin-bottom: 40px
}

header .wrapper .section-title {
    font-size: 36px
}

header .wrapper .section-title span {
    color: #3D566E
}

#version-page {
    background: #ECEEF1;
    overflow: hidden
}

#version-page img {
    max-width: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

#version-page .post {
    margin: 15px 0 45px;
    position: relative;
    text-align: center
}

#version-page .post:hover img {
    max-width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1)
}
.egal {
	margin-left: -17px;
}

.egal1 {
	margin-top: -20px;
}


a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #D64541 url("up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
a:hover.back-to-top {
    background-color: #ff6247;
}



 /*#aa1b17*/ /*#a42525*/ 