/*!
* Start Bootstrap - Landing Page 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,
html {
	width: 100%;
	height: 100%;
	font-family: "Lato","Helvetica Neue",Helvetica,Arial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial;
	/* font-weight: 700; */
}

/* p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 1.5;
} */

@media(min-width:768px) {
	/* p {
		margin: 0 0 25px;
		font-size: 20px;
		line-height: 1.6;
	} */
}

.topnav {
	font-size: 18px; 
}

.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	/*padding-top: 50px;*/ /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	/*padding-bottom: 50px;*/
	height: 100%;
	width: 100%;
	text-align: center;
	/* color: #f8f8f8; */
	color: #000;
	background-size: cover;
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
	font-size: 5em;
}

.intro-message > hr {
	max-width: 400px;
    width: 80%;
	border-top: 1px solid #222222;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}

@media(max-width:1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media(max-width:767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}

footer {
	padding: 50px 0;
	background-color: #f8f8f8;
}

p.copyright {
	margin: 15px 0 0;
}

.navbar-custom.top-nav-collapse {
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: #fff;
}

.navbar-custom a{
	color: #000;
	outline: 0;
	outline-width: 0px;
	outline-style: none;
	outline-color: -moz-use-text-color;
	text-decoration: none;
}

.navbar-custom a:hover,
.navbar-custom li a:hover,
.navbar-custom li a:focus,
.navbar-custom li a:active{
	background: none !important;
}

.navbar-custom li{
	padding: 15px !important;
}

.navbar-custom a{
	padding: 0px !important;
}

.navbar-custom .navbar-brand{
	padding: 15px !important;
}

.navbar-custom .navbar-toggle .icon-bar {
	background-color: black;
}

.navbar-custom li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	padding: 2px 0 !important;
}
.navbar-custom li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	/*background: #00aeff;
	height: 1px;
	z-index: -1;*/
	border-top: 2px solid #00aeff;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar-custom li a:hover:before
/*.navbar-custom li a:focus:before,
.navbar-custom li a:active:before*/ {
	right: 0;
}

.tau{
	font-size: 200%;
}

.content-section {
	width: 100%;
	display: table;
}

.s-borders{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.vfull{
	height: 100%;
}

.content-section .v-center,
.content-section-tr .v-center{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.h-center{
	text-align: center;
}

.navbar-custom{
	background: rgba(255,255,255,0.6);
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom.top-nav-collapse {
	background: #fff;
	/*border-bottom: 1px solid rgba(0,0,0,.2) !important;*/

	-webkit-box-shadow: 0 2px 2px 0px #555;
		-moz-box-shadow: 0 2px 2px 0px #555;
			box-shadow: 0 2px 2px 0px #555;
}

@media(min-width:768px) {
	.navbar-collapse{
		background: none;
	}

	.navbar-custom {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
	}

	.navbar-custom a{
		color: #000;
		/*-webkit-text-stroke: 1px black;*/
		/* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
	}

	.navbar-custom.top-nav-collapse a{
		color: #000;
		-webkit-text-stroke: none;
		text-shadow: none;
	}



	.navbar-custom.top-nav-collapse {
		padding: 0;
		background: #fff;
		/*border-bottom: 1px solid rgba(0,0,0,.2) !important;*/
		/*0px 4px 0px rgba(0, 0, 0, 0.1)*/
		-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
				box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.3);
	}

/*	.content-section {
		padding: 250px 0;
	}*/
}

.navbar-custom a.navbar-brand{
	width: 50px;
	background: none;
	background-size: cover;
	margin: 3px;/*3.83px;*/
	border-radius: 50%;
}

.navbar-custom.top-nav-collapse a.navbar-brand{
	width: 50px;
	background: url(/img/profile.png) no-repeat center center;
	background-size: cover;
	margin: 3px;/*3.83px;*/
	border-radius: 50%;
}

.navbar-custom.top-nav-collapse a.navbar-brand:hover{
	width: 50px;
	background: url(/img/profile.png) no-repeat center center !important;
	background-size: cover !important;
	border-radius: 50%;
}

.img-center {
	margin: 0 auto;
}

.lblue{
	color: #00aeff !important;
}

.white{
	color: #fff !important;
}

.black{
	color: #000 !important;
}

.defa{
	color: #333 !important;
}

.white-stroke{
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff !important;
}

.black-stroke{
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}

.hover-glow:hover, .hover-glow:focus{
	text-shadow: 0 0 6px #00aeff;
	text-decoration: none;
}

.no-outline, .no-outline:hover, .no-outline:focus{
	outline: 0 !important;
	outline-width: 0px !important;
	outline-style: none !important;
	outline-color: -moz-use-text-color !important;
}

.input-xs{
	height: 20px;
	line-height: 20px;
	padding: 2px 6px;
	font-size: 12px;
}

.space-top-100{
	padding-top: 100px;
}

.space-top-80{
	padding-top: 80px;
}

.space-top-50{
	padding-top: 50px;
}

.space-bot-100{
	padding-bottom: 100px;
}

.space-bot-80{
	padding-bottom: 80px;
}

.space-bot-50{
	padding-bottom: 50px;
}

select#language{
	color: #337ab7;
}

.parallax{
	background: transparent;
	background-position: center center;
	/*-webkit-backface-visibility: hidden;*/
}

.service-item{
	margin-bottom: 30px;
}

.service-item p{
	font-size: 14px;
	font-weight: lighter;
}

.btn-light{
	border: 1px solid #ccc;
	color: #333;
}
.btn-light:hover{
	border: 1px solid #00aeff;
	color: #333;
}

hr {
	width: 75%;
	border-top: 1px solid #ddd;
}

p.form_error {
	font-weight: 300 !important;
	color: #a00;
}

.enabled_form p.need_cookies {
	display: none;
}

.justify {
	text-align: justify;
	text-justify: inter-word;
}

.alternative-background {
	background-color: #f4f4f4 !important;
}

input.form-control,
textarea.form-control {
	border-radius: 0;
	border: 0px;
	box-shadow: none;
	border-bottom: 1px solid #000;
	padding-bottom: 6px;
}

input.form-control:focus, input.form-control:hover,
textarea.form-control:focus, textarea.form-control:hover {
	border: 0px;
	box-shadow: none;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
}

/* textarea.form-control {
	border-top: 1px solid #ddd;
} */

.top_button {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 2000;
	font-size: 34px;
	border: none;
	outline: none;
	background-color: #999;
	color: white;
	cursor: pointer;
	padding: 0px 24px 5px 24px;
	border-radius: 4px;
}
.top_button:hover, .top_button:active, .top_button:focus {
	background-color: #555;
	color: white;
}

.full-height {
	height: 100%;
}

.center-y {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.progress-bar.full {
	width: 100%;
}

.progress-bar.animated {
	width: 0;
	animation: progress 1.5s ease-in-out forwards;
}
@keyframes progress {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.progress {
	height: 3px;
}

.mt-17p {
	margin-top: 17px;
}

.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}

.thumbnail {
	height: 100%;
}

/* .square-icon:before {
	content: '';
	width: 0;
}

.square-icon:before {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.square-icon:before {
	padding-top: 100%;
}
*/


#image-viewer {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);

	z-index: 10000;
}

#image-content {
	position: relative;
	border: 1px solid #000;
	width: 90%;
	height: 90%;
	background-color: #bbb;

	top: 5%;
	left: 5%;
}

#image-content img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}







/* portfolio cards */

.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.card-body p {
	font-size: 16px;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.email {
	display: none !important;
}
