/*
 * Igor Lima (c) 2016
 */
body {
    overflow-x: hidden;
	overflow-y: scroll;
    font-family: "Open Sans" ,sans-serif;
	
	webkit-tap-highlight-color: #abc443;
	
	background-color: #444;
}

.text-muted {
    color: #777;
	
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.text-primary {
    color: #abc443;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

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

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #abc443;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #899f3b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.img-full-rounded {
	border-radius: 100%;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #abc443;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #abc443;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #475927;
    color: #fff;
    background-color: #899f3b;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.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: #abc443;
    background-color: #abc443;
}

.btn-primary .badge {
    color: #abc443;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #abc443;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #abc443;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #475927;
    color: #fff;
    background-color: #899f3b;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.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: #abc443;
    background-color: #abc443;
}

.btn-xl .badge {
    color: #abc443;
    background-color: #fff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #abc443;
}

::selection {
    text-shadow: none;
    background: #abc443;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.fa-stack-small {
	font-size: 0.5em;
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 35px;
	
	color: #CCC;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
	
}

/*
 * Navigation
 */
.navbar-default {
    border-color: transparent;
    background-color: rgba(50,50,50,0.95);
}

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

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

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

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

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

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

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

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #abc443;
}

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

.navbar-fixed-top {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

/*
 * Section: Main
 */
#main {
	height: 100vh;
	
	box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.25);
	
	background-image: url(../images/slide/3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#main #pauseBtn {
	display: block;
	
	cursor: pointer;
	
	position: absolute;
	bottom: 10px;
	right: 15px;
	
	font-size: 2em;
	color: #CCC;
	
	opacity: 0.5;
	
	transition: all ease-in-out 0.2s;
}

#main #pauseBtn:hover {
	display: block;
	
	cursor: pointer;
	
	position: absolute;
	bottom: 10px;
	right: 15px;
	
	font-size: 2em;
	color: #CCC;
	
	opacity: 1.0;
	
	transition: all ease-in-out 0.2s;
}

#main #pauseBtn:active {
	display: block;
	
	cursor: pointer;
	
	position: absolute;
	bottom: 10px;
	right: 15px;
	
	font-size: 2em;
	color: #CCC;
	
	opacity: 0.25;
	
	transition: all ease-in-out 0.2s;
}

#main .vidbg-overlay {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index:-1;
	box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.5);
	background: url(../images/transparent-dot.png), rgba(0,0,0,0.5);
}

/*
 * Services
 */
.service-heading {
    margin: 15px 0;
    text-transform: none;
	
	color: #CCC;
	
	text-shadow: 0px 1px 0px rgba(0,0,0, 0.8);
}

#services .row div p {
	color: #999;
}

/*
 * Portfolio
 */
.img-portfolio {
	border-radius: 3px 3px 0px 0px;
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
	border-radius: 3px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
	border-radius: 3px;
	border-style:solid;
	border-width: thin;
	border-color: rgba(0,0,0,0.35);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
	border-radius: 3px 3px 0px 0px;
    background: rgba(51,51,51,.9);
	box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.25);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .25s;
}

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

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

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

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

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
	border-radius: 0px 0px 3px 3px;	
    background-color: rgba(255,255,255,0.1);
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
	
	color: #CCC;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Opens Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
	
	color: #333;
	
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}

#portfolio * {
    z-index: 2;
}

/*
 * Portfolio Modal
 */
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
	background: url(../images/logo-pattern.png), #666;
	background-repeat: repeat, repeat;
	background-position: center, center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
	margin-top: -75px;
    margin-bottom: 15px;
    font-size: 3em;
	color: #FFF;
}

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

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content ul.list-inline li {
	display: list-item;
	
	width: auto;
	height: auto;
	
	margin: auto;
	margin-top: 2px;
	
	padding: 5px;
	
	box-sizing: border-box;
	border-radius: 3px;
	
	background-color: rgba(0,0,0,0.5);
}

.portfolio-modal .modal-content ul.list-inline li b {
	display: block;
	
	color: #FFF;
	
	text-align: left;
}

.portfolio-modal .modal-content ul.list-inline li span {
	display: block;
	
	color: #CCC;
	
	text-align: justify;
}

.portfolio-modal .modal-content img {
	box-sizing: border-box;
	
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
	
	margin: auto;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .btn-primary {
	border-color: #000;
	background-color: #222;
	transition: all ease-in-out .1s;
}

.portfolio-modal .modal-content .btn-primary:hover {
	border-color: #000;
	background-color: #333;
	transition: all ease-in-out .1s;
}

.portfolio-modal .modal-content .btn-primary:active {
	border-color: #000;
	background-color: #333;
	opacity: 0.5;
	transition: all ease-in-out .1s;
}

/*
 * Profile: Team Member
 */
.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
	cursor: pointer;
	
    margin: 0 auto;
    border: none;
	
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	
	opacity: 0.7;
	
	transition: all ease-in-out 300ms;
}

.team-member img:hover {
	opacity: 1;
	
	transition: all ease-in-out 300ms;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
	color: #CCC
}

.team-member p {
    margin-top: 0;
}

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

.team-member ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

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


/*
 * Profile Modal: Team Member
 */
.profile-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
	background: url(../images/logo-pattern.png), #666;
	background-repeat: repeat, repeat;
	background-position: center, center;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.profile-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
	color: #FFF;
}
.profile-modal .modal-content .profile-desc {
	display: block;
	
	width: auto;
	height: auto;
	
	margin: auto;
	margin-top: 2px;
	margin-bottom: 20px;
	
	padding: 5px;
	
	text-align: left;
	text-indent: 0em;
	
	box-sizing: border-box;
	border-radius: 3px;
	
	background-color: rgba(0,0,0,0.5);
}

.profile-modal .modal-content .profile-desc b {
	color: #FFF;
}

.profile-modal .modal-content .profile-desc span {
	display: block;
	
	color: #CCC;
	
	text-align: justify;
}

.profile-modal .modal-content img {
	box-sizing: border-box;
	
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
	
	margin: auto;
	margin-top: -60px;
    margin-bottom: 30px;
}

.profile-modal .modal-content .btn-primary {
	border-color: #000;
	background-color: #222;
	transition: all ease-in-out .1s;
}

.profile-modal .modal-content .btn-primary:hover {
	border-color: #000;
	background-color: #333;
	transition: all ease-in-out .1s;
}

.profile-modal .modal-content .btn-primary:active {
	border-color: #000;
	background-color: #333;
	opacity: 0.5;
	transition: all ease-in-out .1s;
}

/*
 * Testimonials
 */
.item blockquote {
    border-left: none;
    margin: 0;
	
	color: #CCC;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.item .img-outline {
	border-radius: 100px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.information-heading {
    color:#fff;
}

.text-green {
    color:#abc443;
}

.text-glow {
	text-shadow: 0px 0px 10px rgba(0,0,0,0.65);
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*
 * Section: Contact
 */
section#contact {
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.25);
	
    background-color: #222;
    background-image: url(../images/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #abc443;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

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

section#contact #footerContacts {
    padding:110px 0px 0px 0px;
}

section#contact #footerContacts i {
	margin-right: 10px;
}

section#contact button[type=submit], section#contact button[type=submit]:after, section#contact button[type=submit]:before {
	transition: all ease-in-out 0.2s;
}

section#contact #response {
	display: none;
	
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5),
				inset 0px 0px 5px 0px rgba(0,0,0,0.25);
}

section#contact #response .alert-success {
	background-color: #74E982;
	border-color: #56DB66;
	color: #016800;
	
	text-shadow: 0px -1px 0px rgba(255,255,255,0.5);
}

section#contact #response .alert-danger {
	background-color: #C8572C;
	border-color: #C84115;
	color: #FFF;
	
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5),
				 0px -1px 0px rgba(0,0,0,0.25);
}

/*
 * Footer
 */
footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 40px;
	
	color: #CCC;
}

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

footer ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

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

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}


/********************************/
/*        Custom Buttons      	*/
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*          Media Queries       */
/********************************/
@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

@media(min-width:768px) {
	/******************/
	/*      Logo      */
	/******************/
	#logo {		
		width: 150px;
		height: 50px;
		
		background-image: url(../../assets/images/logo.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: auto;
	}
	
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

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

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

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	
	/******************/
	/*     Section    */
	/******************/
	section {
        padding: 150px 0;
    }
	
	/********************************/
	/*        Language Switch       */
	/********************************/
	#lang {
		display: block;
		
		width: 150px;
		
		text-align: left;
		
		float: right;
	}
	
	#lang .bfh-selectbox-options ul li {
		width: 150px;
	}
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }   
	
	/******************/
	/*      Menu      */
	/******************/
	.navbar-fixed-top {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 10px;
	}
}

@media screen and (min-width: 980px) and (max-width: 992px) {
	/********************************/
	/*        Language Switch       */
	/********************************/
	#lang {
		display: block;
		
		width: 150px;
		text-align: left;
		
		margin: auto;
		margin-top: -38px;
		margin-bottom: -200px;
		
		float: right;
	}
	
	#lang .bfh-selectbox-options ul li {
		width: 150px;
	}
}

@media screen and (max-width: 640px){
    .hero h1 { font-size: 2.5em; }    
	
	/******************/
	/*      Logo      */
	/******************/
	#logo {		
		width: 150px;
		height: 60px;
		
		margin: 0;
		
		background-image: url(../../assets/images/logo.svg);
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: auto;
	}
	
	/******************/
	/*      Menu      */
	/******************/
	.navbar-fixed-top {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 14px;
	}
}

@media screen and (max-width: 767px) {
	/********************/
	/*        Logo      */
	/********************/
	#logo {	
		margin: 0;
		
		width: 150px;
		height: 50px;
	
		background-image: url(../../assets/images/logo.svg);
		background-repeat: no-repeat;
		background-position: 5px center;
		background-size: auto;
	}
	
	.navbar-fixed-top {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.navbar-default .navbar-toggle {
		margin-top: 8px;
	}
	
	/********************************/
	/*        Language Switch       */
	/********************************/
	#lang {
		display: block;
		
		position: fixed;
		bottom: 5px;
		right: 10px;
		
		width: 150px;
		text-align: left;
		
		margin: auto;
		
		z-index: 9998;
	}
	
	#lang #bfh-selectbox-toggle {
		line-height: 3.0em;
	}
	
	#lang .bfh-selectbox-options ul li {	
		width: 150px;	
		line-height: 3.0em;
	} 
	
	#lang .bfh-selectbox-options ul li a {
		line-height: 3.0em;
	}
}