/*
	logo 	E23C30	rgba(226,60,48,1.0);
	gry		
*/

@font-face { /* regular */
    font-family: 'bnr';
    src: url('/font/bnr.ttf');
}
@font-face { /* bold */
    font-family: 'bnrb';
    src: url('/font/bnrb.ttf');
}

body {
    width: 100%;
    height: 100%;
	margin: 0;
    font-family: 'Dosis', sans-serif;
	font-weight: 400;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
	margin: 0;
}

.top-30 { margin-top: 30px; }
.top-40 { margin-top: 40px; }
.top-50 { margin-top: 50px; }

.bottom-0 { margin-bottom: 0px; }
.bottom-20 { margin-bottom: 20px; }
.bottom-30 { margin-bottom: 30px; }

/* COLORS */
.exared {
	color: #E23C30;
}
.darkgray {
	color: #333333;
}

.bold {
	font-weight: bold;
}


/* BNR FONT */
.bnr {
	font-family: 'bnr';
}
.bnr1 {
	font-family: 'bnr';
	letter-spacing: 1px;
}
.bnr2 {
	font-family: 'bnr';
	letter-spacing: 2px;
}
.bnrb {
	font-family: 'bnrb';
}
.bnrb1 {
	font-family: 'bnrb';
	letter-spacing: 1px;
}
.bnrb2 {
	font-family: 'bnrb';
	letter-spacing: 2px;
}

/* Headings & Paragraphs */

p, li {
    font-size: 16px;
    line-height: 1.3;
}
p { 
	 margin: 0 0 20px;
}

h2 {
   color: #E23C30;
}

h3 {
   color: #939598;
   font-size: 18px;
}

ul {
	padding-left: 20px;
}

@media(min-width:768px) {
    h3 {
        font-size: 26px;
    }
    h3.segment {
       font-size: 20px;
    }
    h3.fulljustify {
    	font-size: 18px;
    }
    p, li {
        font-size: 18px;
        line-height: 1.5;
    }
}
@media(min-width:992px) {
    h3.fulljustify {
    	font-size: 24px;
    }
}

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

/* A */
a {
    color: #E23C30;
	/* font-weight: 600; */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

 /* >>>>>> NAVBAR >>>> */
 .navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.7);
    text-transform: uppercase;
	font-family: bnrb, 'Dosis', sans-serif;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    background-color: #E23C30;
}

.navbar-custom .navbar-brand {
    /* font-weight: 700; */
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 18px;
    color: #fff;
}

.navbar-brand > img.navbar-logo {
	width: 100px;
	
	/* vertical align: */
	height: 100%;
    vertical-align: middle;
}
@media(min-width:768px) {
	/*
	.navbar-brand > img.navbar-logo {
		display:none !important;
	}
	*/
}

/* button to open nav on mobile: */
.navbar-toggle {
	margin: 0;
    padding: 0 20px;
    line-height: 48px;
    color: #fff;
	font-size: 20px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
	font-size: 20px;
}
@media(min-width:768px) {
	.navbar-custom a {
		color: #E23C30;
	}
}


.top-nav-collapse a {
	color: #fff;
}


.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


/*
.navbar-custom .nav li a:hover {
    outline: 0;
    /* color: rgba(255,255,255,.8); */
	opacity: 0.8;
    background-color: transparent;
}


.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: blue;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.7);
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: rgba(255,255,255,.7);
}

@media(min-width:768px) {
    .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.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.7);
        background: #E23C30;
    }
}

/* INTRO */
.intro {
    display: table;
    width: 100%;
	height: 100vh; /* 1vh = 1/100 of viewport */
	height: 100%; /* fallback? */
    padding: 100px 0;
    text-align: center;
    color: #939598;
    /* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
    /* background-color: #000; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-splash {
	width: 100%; 
	height: 100%; 
	background: #E23C30; 
	z-index:1040; 
	position: absolute;
}

@media(max-width:768px) {
	.intro-splash {
		margin-top: -100px;
	}
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.intro a {
    color: #939598;
}

.intro a:hover,
.intro a:focus {
    color: #E23C30;
}

/* BUTTON */
/* ALL */
.btn {
    border-radius: 0;
    text-transform: uppercase;
    /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* font-weight: 400; */
	font-family: bnrb, Dosis, sans-serif;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
	
}

.btn-default {
    border: 1px solid #E23C30;
    color: #FFF ;
	font-size: 24px;
    /* background-color: rgba(226,60,48,0.3); */
    background-color: #E23C30;
	border-radius: 5px;
}

.btn-default:hover,
.btn-default:focus {
	outline: 0;
	color: rgba(255,255,255,0.8);
	border: 1px solid #E23C30;
	background-color: #E23C30;
	/*
	border: 1px solid #42dca3;
    color: #000;
    background-color: #42dca3;
	*/
}


/* CIRCLE BUTTON */ 
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    /* padding: 7px 16px; */
	padding: 3px 0;
    border: 2px solid #939598;
    border-radius: 100%!important;
    font-size: 40px;
    color: #939598;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

/*.btn-circle:hover,
.btn-circle:focus { */
.btn-circle:hover {
    outline: 0;
	border: 2px solid #E23C30;
    /*color: #E23C30;*/
	color: #939598;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* pad every section because of fixed nav */
.content-section {
    padding-top: 130px;
    padding-bottom: 100px;
}
@media(min-width:768px) {
    .content-section {
		padding-top: 200px;
		padding-bottom: 250px;
	}
}


/* SECTION CONTACT */
section#contact {
	/* padding: 100px 0; */
	background: #eee;
	padding-bottom: 10px;
}


section#contact h2 {
	margin-bottom: 30px;
}


section#contact  .form-control:focus{
	border: 1px solid #E23C30;
	box-shadow: none;
}

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

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

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

textarea.form-control {
	min-height: 216px;
}

/* FOOTER */
footer {
	background: #eee;
	padding: 100px 0;
}
/* FOOTER SOCIAL BUTTONS */
ul.social-buttons li a {
    display: block;
    /* background-color: #222; */
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: #E23C30;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	border: 1px solid #E23C30;
}

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

/* PRODUCTS */
@media(max-width:768px) {
	#products h3 {
		text-align: center;
	}
}

/* SERVICES */
@media(max-width:768px) {
	#services h3 {
		text-align: center;
	}
}

#services ul {
	background: #fefefe;
    padding: 15px 5px 15px 30px;
}
/* TECH */
@media(max-width:768px) {
	#tech h3 {
		text-align: center;
	}
}

/* TAGS */
.tagcloud {
    background: #EEE;
	text-align: center;
	padding: 20px;
	font-size: 20px;
    font-weight: bold;
	color: #888;
}
.tagcloud span {
    padding: 20px;
	display: inline-block;
}
@media(max-width:768px) {
	.tagcloud {
		font-size: 16px;
		padding: 15px;
	}
	.tagcloud span {
		padding: 10px;
	}
}

/* JUSTIFY */
.fulljustify {
	text-align: justify;
}
.fulljustify:after {
	content: "";
	display: inline-block;
	width: 100%;
}