/*!
 * Custom CSS
 */

@font-face {
  font-family: 'ubahn-lightregular';
  src: url('../fonts/ubahn-light-webfont.eot');
  src: url('../fonts/ubahn-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/ubahn-light-webfont.woff') format('woff'),
  url('../fonts/ubahn-light-webfont.ttf') format('truetype'),
  url('../fonts/ubahn-light-webfont.svg#ubahn-lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    -webkit-tap-highlight-color: #24668a;
}

.text-muted {
    color: #494949;
}

#contact .text-muted {
    color: #dfdfdf;
}

.text-primary {
    color: #0057AD;
}

a {
    color: #505050;
    font-weight: bold;
}

a:focus,
a:hover {
    color: #000000;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.btn {
    border-radius: 0px;
    padding: 15px 30px;
}

.btn-primary {
    border-color: #231f20;
    background-color: #231f20;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #000000;
    background-color: #000000;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #333;
    background-color: white;
}

.btn-primary .badge {
    color: #333;
}

.btn-xl {
    border-color: #231f20;
    background-color: #231f20;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #000;
    background-color: #000;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #505050;
    background-color: #505050;
}

.btn-xl .badge {
    color: #24668a;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-family: "ubahn-lightregular","Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.5em;
}

.navbar-header a {
    font-weight: normal;
}

.navbar-brand {
	padding: 0px 15px;
    font-weight: normal;
}

.navbar-brand img {
	width: 60px;
    height: auto;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.navbar-shrink img {

	/* make things invisible upon start */
	-webkit-animation:fadeIn 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn 1;
	animation:fadeIn 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;

}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #c6c6c6;
}

.navbar-default .navbar-toggle {
    border-color: #231f20;
    background-color: #231f20;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000000;
}

.navbar-default .nav li a {
	height: 100px;
    padding-top: 40px;
    font-weight: 600;
    color: #c6c6c6;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #505050;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #141414;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 12px 10px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 0px;
}

.service-heading {
    font-size: 18px;
}

section#headtext {
    padding: 60px 0px;
}

.headtext {
    font-size: 28px;
    text-align: left;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 100;
    color: #505050;
}

section#headtext .about-logo {
    width: 150px;
    padding-top: 50px;
    float: right;
}

.ocul img {
	width: 300px;
}

section#portfolio {
    background-image: url(../img/background-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #292929;
}

#portfolio h2 {
    color: #efefef;
}

#portfolio .text-muted {
    color: #b5b5b5;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    background: #231f20;
}

#portfolio a:focus,
#portfolio a:hover {
    color: #fff;
}

.portfolio-modal .modal-content {
    text-align: left;
}

.portfolio-modal .modal-content p:not(.item-intro) {
    text-align: left;
}

.portfolio-modal .modal-content a {
    border-bottom: 1px dotted;
}

.portfolio-modal .modal-content a:focus,
.portfolio-modal .modal-content a:hover {
    border-bottom: 1px solid;
}

.close-modal {
    border: none;
}

.portfolio-modal .close-modal .lr {
    margin-left: 30px;
}

#portfolio .portfolio-item .portfolio-link img {
    width: 100%;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: left;
    background-color: #231f20cc;
    color:#ffffff;
    height: 180px;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    padding-top: 15px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 1.25em;
}

.portfolio-heading {
    font-size: 18px;
    text-transform: none;
    margin: 0;
}

.timeline>li .timeline-image {
    background-color: #fff;
}

.timeline>li .endpoint {
    background-color: #24668a;
}

.timeline>li .timeline-image a {
    color: #fff;
}

.team-member h3 {
    margin-top: 25px;
    margin-bottom: 0;
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 300;
}

.pricing > p,
.pricing > ul {
    font-size: 16px;
}

.pricing h3,
.pricing h4 {
    padding: 15px 0px;
}

th {
    font-size: 18px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

td {
    font-size: 16px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.faq-question {
    font-size: 18px;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 10px;
}

.faq-answer {
    font-size: 16px;
    padding-bottom: 15px;
}

.tab-indent {
    text-indent: 1.5em;
}

section p.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

section.clients img {
    margin: 50px auto;
}

section#contact {
    background-image: url(../img/background-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #292929;
}

#contact h2 {
    color: #efefef;
}

#contact a {
    color: #efefef;
    border-bottom: 1px dotted;
}

#contact a:focus,
#contact a:hover {
    color: #fff;
    border-bottom: 1px solid;
}

section#contact .form-control {
    border-radius: 0px;
    border-color: #fff;
}

section#contact .form-control:focus {
    border-color: #000;
}

section#contact .text-danger {
    color: #ff3f3f;
}

.text-danger ul {
    padding-left: 0px;
    list-style-type: none;
}

section#team img {
    max-width: 75%;
    border: 0;
}

section#team {
    background: #efefef;
}

.team-member {
    margin-bottom: 0px;
    min-height: 380px;
}

.contact-select {
    height: 62px;
}

.url {
    display: none !important;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    background-color: #5a5b5e;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    background-color: #24668a;
}

::-moz-selection {
    background: #be3624;
}

::selection {
    background: #be3624;
}

header {
    text-align: left;
    background-image: url(../img/background-01.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #292929;
}

header .outer-container {
    background-image: url(../img/foreground-01.png);
    height: 900px;
    background-repeat: no-repeat;
    background-size: 120%;
}

header .intro-text .intro-lead-in {
    margin-top: 190px;
    margin-bottom: 25px;
    margin-right: 2em;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 4em;
    font-weight: 800;
    line-height: 1em;
    font-style: inherit;
    color: #efefef;;
}

header .intro-text .intro-heading {
    margin-bottom: 50px;
    font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 75px;
    font-weight: 800;
    line-height: 75px;
}

footer {
    padding: 150px 0px 50px 0;
    text-align: left;
}

@media(min-width:768px) {

    section {
        padding: 175px 0;
    }

    .navbar-default .navbar-brand {
        padding-top: 35px;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        height: 100px;
        background-color: #231f20;
    }
}

/* Change breakpoint for navbar collapse */
@media(max-width:991px) {

    .navbar {
        min-height: 75px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 0;
    }

    .navbar-nav>li {
        float: none;
    }

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

    .collapse.in {
        display: block !important;
    }

    .navbar-default {
        border-color: transparent;
        background-color: #231f20;
        padding: 0;
        height: auto !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
        overflow-x: hidden;
        max-height: 100%;
    }

    .navbar-collapse ul {
        width: 125%;
    }

    .navbar .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

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

    .navbar-brand img {
        width: 45px;
        margin: 10px;
    }
    .navbar-default .navbar-brand {
        padding-top: 25px;
        font-size: 1.75em;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size:1.75em;
        padding-top: 25px;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0px;
    }

    header .intro-text .intro-lead-in {
        margin-top: 100px;
    }
}

@media(min-width:992px) {
    .navbar-brand>img {
        margin: 0px;
    }
}

@media(max-width:1400px) {
    header .outer-container {
        background-size: 150%;
    }
}

@media(max-width:1200px) {
    header .outer-container {
        background-size: 200%;
    }
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.75em;
    }
}

@media(max-width:768px) {
    section {
        padding: 150px 0;
    }

    header .intro-text .intro-lead-in {
		font-size: 52px;
		line-height: 45px;
        margin-top: 40px;
        margin-bottom: 25px;
        margin-right: 0em;
	}

	header .intro-text .intro-heading {
		font-size: 55px;
		line-height: 50px;
	}

    header .outer-container {
        background-image: url(../img/foreground-01.png);
        height: 600px;
        background-repeat: no-repeat;
        background-size: 250%;
        background-position-x: 170px;
    }

	.navbar-right {
	    float: left!important;
	}
	.ocul {
		margin-bottom: 15px;
	}
	.navbar-brand img {
	    width: 45px;
        margin: 0;
	}
    footer {
        padding: 150px 0px 0px 0;
    }
}
@media(max-width:568px) {
    header .intro-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    header .intro-text img {
       display: none;
    }

    header .outer-container {
        background-image: url(../img/foreground-01.png);
        height: 400px;
        background-repeat: no-repeat;
        background-size: 250%;
        background-position-x: 65px;
    }

	.navbar-brand img {
	    width: 45px;
	    opacity: 1;
        margin-top: 0px;
	}

	.fade-in {
		opacity: 1;
	}

    section {
        padding: 100px 0;
    }

    header .intro-text .intro-lead-in {
		font-size: 28px;
		line-height: 30px;
        margin-top: 60px;
	}

	header .intro-text .intro-heading {
		font-size: 25px;
		line-height: 22px;
	}

	.navbar-right {
	    float: left!important;
	}

	.ocul {
		margin-bottom: 25px;
	}

	.navbar-shrink img {
		animation: none;
	}

    .headtext {
        font-size: 16px;
        font-weight: 400;
    }

    #portfolio .portfolio-item .portfolio-caption p {
        font-size: 14px;
    }

    #portfolio .portfolio-item .portfolio-caption {
        min-height: 100%;
    }
}

/* Contact form submit page */

header .formsubmit {
    height: 400px;
    padding-top: 60px;
}

.formsubmit p,
.formsubmit a {
    color: #fff;
    font-size: 24px;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formsubmit a {
    border-bottom: 1px dotted;
}

.formsubmit a:hover {
    border-bottom: 1px solid;
}

/* End of contact form submit page */

/* 404 page */

.error-404 a {
    color: #b3b3b3;
    border-bottom: 2px dotted;
}

.error-404 a:hover,
.error-404 a:focus,
.error-404 a:active {
    color: #cccccc;
    border-bottom: 2px solid;
}

/* End of 404 page*/