/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

html,body {
    height: 100%;
}

p {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #00c4e5;
}

.email {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: white;
    margin-bottom: 40px;
}

.email a, a:hover, a:focus, a:active, a.active {
    outline: 0px none;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
/*
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}*/

.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    height: 100%;
   
    overflow-x: hidden;
    background: url('/img/ingyuintro.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.navbar-brand {
    height: auto;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: lightgray;
}

a, a:hover, a:focus, a:active, a.active {
    outline: 0px none;
    color: #00c4e5;
}

header .container {
    padding-top: 300px;
    padding-bottom: 300px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.9em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
    header .container {
        padding-top: 280px;
        padding-bottom: 280px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 15px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 15px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    background-color: #2d2d2d;
}

.navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}


.navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus {
    outline: 0;
    color: grey;
}
 
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #00c4e5;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.main {
    padding-top: 135px;
}


@media(max-width:767px) {
    .main {
        padding-top: 125px;
    }
}

.name {
    color: #00c4e5;
}

section h2 {
    margin: 0;
    font-size: 1.8em;
    word-break: break-all;
}

section.success {
    color: #fff;
    background: #92DEEB;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    color: #92DEEB;
    font-size: 20px;
    text-align: center;
}

.portfolio-single .showcase img {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding-bottom: 40px;
}

.portfolio-single .showcase img {
    background: #d0d0d0 none repeat scroll 0 0;
    border: 1px solid #b9b9b9;
    padding: 9px;
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(45,45,45,.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -30px;
    text-align: center;
    font-size: 20px;
    color: #6acedf;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content p {
    margin-top: 12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

.introbg {
    background: no-repeat url(../img/abbg2.jpg) center center;
    background-size: cover;
}

.introbg p, .introbg h2 {
    color: white;
}

#demoreel .introbg p, #demoreel .introbg h2 {
    color: #2d2d2d;
}

#demoreel .introbg {
    background: lightgrey;
}

#clips .introbg p, #clips .introbg h2 {
    color: white;
}

#clips .introbg {
    background: grey;
}

#clips {
    color: white;
}


#demoreel hr {
    border-color: #2d2d2d;
}

#clips hr {
    border-color: white;
}

.photogrid {
    display: inline-block;
    width: 33%;
    padding: 0 10px 10px;
}

@media(max-width:767px) {
    .photogrid {
        width: 32%;
    }
}

.pagewidth {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    max-width: 960px;
}

@media(max-width:767px) {
    .pagewidth {
        padding: 10px;
    }
}


.portfolio-single {
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    background-color: blue;
}

.portfolio-single .showcase {
    float: left;
    width: 630px;
    padding-bottom: 50px;
}

.portfolio-single .summary {
    float: right;
    width: 300px;
}

@media(max-width:767px) {
    .portfolio-single .showcase, .portfolio-single .summary {
        float: none;
        width: auto;
    }
}

.portfolio-single .summary .portfolio-description {
    color: #443A3D;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #71DFF1; /* DETTA e for ringarna nere */
    background: #fff;
}

.btn-success {
    background-color:#2d2d2d;
    color: #FFF;
    border-color: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

.form-look{
    border-color: #fff;
}

.form-control:focus {
    border-color: #6acedf; 
}

.media-footer-headline.media-body {
    width: 180px;
    margin-top: 0px;
}

.media-footer-headline {
  vertical-align: top;
  margin-right: 20px;
}

.holder {
    width: 90px;
    height: auto;
}

.about {
    margin-right: 20px;
}

.row {
    margin-left: -19px;
    margin-right: -25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.text-left {
    text-align: left;
    margin-right: -200px;
}

footer {
    color: #fff;
    clear: both;
    text-align: center;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    background-color: #2d2d2d;
}

footer .footer-col {
    margin-bottom: 50px;
    text-align: left;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #2d2d2d;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin-top: 5px;
}


.btn-lg, .btn-group-lg > .btn {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    margin-top: -22px;
    padding: 7px 20px;
}

.btn-success {
    border-color: #fff;
    border: 2px solid #fff;
    line-height: 1.33333;
    color: #ffffff;
}

.portfolio-buttons {
    line-height: 3;
}

.portfolio-buttons .btn-success {
    border-color: #2d2d2d;
}

.btn-success:hover, .btn-success:focus {
    background-color: white; 
    border-color: white;
    color: #2d2d2d;
}

.btn:focus,
.btn:active,
.btn.active {
    color: #2d2d2d;
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}