@charset "UTF-8";
/* CSS Document */
body {
	}
a.bannerlink {color:#fff; text-decoration-line: underline;}

.red {
	color: rgba(230,68,37,1.0);
	}

.capt-con-rel {
	position:relative;
}
.intro-type-area {
	position:absolute;
	bottom:0;
	left:0;
	padding:16px 0 18px 20px;
	width:320px;
	background:rgba(255,255,255,.17);
	border-top-right-radius: 4px;
	moz-border-top-right-radius: 4px;
	border-top-left-radius: 0;
	moz-border-top-left-radius: 0;
	text-align:left;
	}
.light-image-bg {
	background:rgba(255,255,255,.5);
	color:#333;
}
.tightlead {
	line-height: 1.5em;
	padding-top:10px;
	padding-bottom:6px;
	}	

/*logo and name in the navigation bar*/

/*.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
"font: 400 9px/1.3 'Gotham Cond SSm A','Gotham Cond SSm B', sans-serif;"
*/
.logospace {
	border-bottom: 1px solid rgba(255,255,255,.30);
	padding-bottom: 10px;
	text-transform:uppercase;
	font: 500 18px/.9 "Gotham Cond SSm A","Gotham Cond SSm B", sans-serif;
	letter-spacing:.1em;
	
	}
.ranzenfroglogo {
	display:inline-block;
	padding-right:15px;
	}
.ranzenfroglogo-bl {
	padding-right:15px;
	
	}
.margit {
	margin-bottom:10px;
	}
.btn.btn-border-w {
	background:rgba(243,243,243,.80);
	color:#222222;
	}
.hs-title-ranz {
	font: 500 24px/24px "Gotham Cond SSm A","Gotham Cond SSm B", sans-serif;
	letter-spacing: .095em;
	border-bottom: 2px solid rgba(255,255,255,.40);
	margin-top:-20px;
	text-transform:uppercase;
	}

.ranz {
    font: 400 25px/24px "Gotham Cond SSm A","Gotham Cond SSm B", sans-serif;
    letter-spacing: .1em;
    border-bottom: 1px solid rgba(255,255,255,.10);
    margin-left: -20px;
    margin-top: -20px;
    padding-left: 20px;
    text-transform: uppercase;
}

.btn-fw {
 width:280px;
}

.hs-title-size-1 {
	padding:0;
    font-size: 12px;
	}				
p .btn.btn-border-w.btn-round {
	margin-bottom:-10px;
	line-height:.2em;
	}
.module-skills {
	position: relative;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-position: top center;
	background: rgba(255,255,255, .25);
	-webkit-background-size: contain;
	   -moz-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	}	
.lightbg {
	background-color:#ebeff1;
}
.module-small-about {
	padding: 120px 0 160px;
}
.features-icon,
.alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #e64425;
}
.btn.btn-border-red {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
}
.btn.btn-border-red:hover,
.btn.btn-border-red:focus {
	background: rgba(230,68,37,1.0);
	border-color: transparent;
	color: #fff;
}
.btn.btn-border-red.selected {
    background: rgba(230,68,37,1.0);
	border-color: transparent;
	color: #fff;
}
.btn.btn-border-lightbg {
	background: rgba(230,68,37,1.0);
	color:rgba(255,255,255,1.0);
}
.btn.btn-border-lightbg:hover,
.btn.btn-border-lightbg:focus{
	background: rgba(235,235,235,.5);
	color:#333;
}
.bg-red{
	background: rgba(230,68,37,1.0);
	color: #fff;
}
.bg-w{
	background: rgba(255,255,255,1.0);
	color: #222;
}
blockquote.testimonial-text {
	font: 600 24px/28px "Gotham Cond SSm A","Gotham Cond SSm B", sans-serif;
	letter-spacing: .02em;
	text-transform:none;
	}
.testimonial-caption {
	font-weight:700;
	}
.testimonial-descr {
	color:#fff;
	}
.hs-title-size-404 {
	font-size:72px;
	line-height:68px;
	letter-spacing: -.05em;
	}
img.brandlogo {
	display:inline-block;
	padding-right:15px;
}
/*forced size for logo in header*/
.fw-25 {
    width:25px;
    height:25px;
}

.selected {
	color: rgba(255, 255, 255, 1.0);
	border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}
.mynewclass {
	overflow: visible;
}

/* Work item gradient background RED*/

.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}

.works-grid.works-hover-g .work-descr {
	color: #fff;
}
/* Portfolio grid */
.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .6);
}

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1) rotate(0deg);
	   -moz-transform: scale(1.1) rotate(0deg);
	    -ms-transform: scale(1.1) rotate(0deg);
	     -o-transform: scale(1.1) rotate(0deg);
	        transform: scale(1.1) rotate(0deg);
}
/* title placement for project thumbnails in work page*/
.work-item:hover .work-caption {
	bottom: 15%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(15%);
	-moz-transform: translateY(15%);
	transform: translateY(15%);
}

/*Work Section Override*/
.works-grid.works-hover-r .work-item:hover .work-image:after {
	background: rgba(230,68,37,1.0);
	background: -moz-linear-gradient(-45deg, rgba(255,102,50,0.8) 0%, rgba(230,68,37,1.0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,102,50,0.8)), color-stop(100%,rgba(230,68,37,1.0)));
	background: -webkit-linear-gradient(-45deg, rgba(255,102,50,0.8) 0%,rgba(230,68,37,1.0) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,102,50,0.8) 0%,rgba(230,68,37,1.0) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,102,50,0.8) 0%,rgba(230,68,37,1.0) 100%);
	background: linear-gradient(135deg, rgba(255,102,50,0.8) 0%,rgba(230,68,37,1.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6632', endColorstr='#e64425',GradientType=1 );
	opacity: 1;
}

/*index page - custom leading for the (margin) between my title and my name*/
.mb-16 {margin-bottom:16px !important}


/* ------------------------------------------------------------------
Navbar Color Override
------------------------------------------------------------------- */

.navbar-custom {
	background-color: rgba(230, 68, 37, 1.0);
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: "Gotham A","Gotham B", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	font-size: 11px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	   -moz-transition: background, padding 0.4s ease-in-out 0s;
		-ms-transition: background, padding 0.4s ease-in-out 0s;
		 -o-transition: background, padding 0.4s ease-in-out 0s;
			transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	   -moz-transition: color 0.125s ease-in-out 0s;
		-ms-transition: color 0.125s ease-in-out 0s;
		 -o-transition: color 0.125s ease-in-out 0s;
			transition: color 0.125s ease-in-out 0s;
}

/*
.navbar-custom .dropdown-menu {
	background: rgba(230, 68, 37, .93);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-custom .navbar-brand {
	letter-spacing: .05em;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .nav li > a {
	position: relative;
	color: rgba(255, 255, 255, .85);
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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


/* ------------------------------------------------------------------
NavBar Collapse (taken from Bootstrap.min.css) Override
------------------------------------------------------------------- */
.navbar-collapse{
	padding-right:15px;
	padding-left:15px;
	overflow-x:visible;
	-webkit-overflow-scrolling:touch;
	border-top:1px solid transparent;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in{
	overflow-y:auto
}
@media (min-width:768px){
	.navbar-collapse{
		width:auto;
		border-top:0;
		-webkit-box-shadow:none;
		box-shadow:none
	}
	.navbar-collapse.collapse{
		display:block!important;
		height:auto!important;
		padding-bottom:0;
		overflow:visible!important
	}
	.navbar-collapse.in{
		overflow-y:visible
	}
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse
	{
		padding-right:0;padding-left:0
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{
	max-height:340px
}

@media (max-device-width:480px)and (orientation:landscape)
{.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse
	{max-height:200px}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header
{
	margin-right:-15px;margin-left:-15px
}

@media (min-width:768px)
{
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header
	{margin-right:0;margin-left:0}
}

@media (min-width: 768px) {

	.navbar-transparent {
		background: transparent;
		padding-bottom: 15px;
		padding-top: 15px;
    }
}   

/* Hero text on first section of home page*/

	.tightlead {
		line-height: 1.3;
		
	}
	.startnotes {
		display:block;
		border: 12px red solid;
		width: 25%px;
		font-size: 32px;
		height: auto;
		margin: 0 auto;
		padding:0;
		text-align: center;
		background:rgba(255,255,255,.25);
		border-top-right-radius: 4px;
		moz-border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		moz-border-top-left-radius: 4px; 
	}
	
.near-white {
	color: rgba(248,252,250,1.0);
	}
	
.testimonial-descr-red {
		color: rgba(230,68,37,1.0);
		font-size: 11px;
	}

	.module-title {
		position: relative;
		letter-spacing: .1 em;
		text-align: center;
		font-weight: 600;
		font-size: 24px;
		color: #111;
		margin: 0 0 50px;
	}
	
	.module-subtitle-hero {
		text-align: center;
		font: italic 700 42px / 1.3 "Quarto A", "Quarto B", Georgia, serif !important;
		color: #111;
		margin-bottom: 50px;
	}
	.module-subtitle-hero-alt {
		text-align: center;
		font: 500 18px/.9 "Gotham A", "Gotham B", sans-serif;
		color: rgba(230,68,37,1.0); /*color: #111;*/
		margin-bottom: 50px;
		letter-spacing: .02;
		font-size:18px;
		line-height: 1.3;
	}
	
	/*.body .module-subtitle-hero {
		font: italic 700 64px / 1.3 "Quarto A", "Quarto B", Georgia, serif !important;
	}*/
/*Breakpoints for Hero Type on first section of home page */	
@media (max-width: 767px) {
    
    .intro-type-area {
        position:absolute;
        bottom:0;
        left:0;
        padding:16px 0 18px 20px;
        width:100%;
        background:rgba(255,255,255,.17);
        border-top-right-radius: 4px;
        moz-border-top-right-radius: 4px;
        border-top-left-radius: 0;
        moz-border-top-left-radius: 0;
        text-align:left;
	}
	
	.module-subtitle-hero {
		text-align: center;
		font: italic 700 24px / 1.3 "Quarto A", "Quarto B", Georgia, serif !important;
		color: rgba(230,68,37,1.0);
		margin-bottom: 50px;
	}
	
	/*.body .module-subtitle-hero {
		font: italic 700 56px / 1.3  "Quarto A", "Quarto B", Georgia, serif !important;
	}*/
   }
    
	.body {
		font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", sans-serif;
		font-style: normal;
		font-weight: 400;
	}