/* General Demo Style */

html { height: 100%; }

html, hmtl a{
	width:100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
    background: #f9f9f9 url(../images/bg.png);
    color:#7F8289;
	font-weight:300;
	font-size:16px;
	font-family: 'Cabin Condensed', sans-serif;
	line-height:28px;
    overflow: scroll;
    overflow-x: hidden;
}

a{
	color:#7EC0A5;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#FFFFFF;
	text-decoration:none;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

strong {
  	font-weight: 500;
}

p {
	margin: 0 0 30px;
}

hr {
	border-style: dashed;
	border-color: #3C3F45;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 50px 0;	
}

.align_left{
	float:left;
	margin:0 25px 0 0px!important;
}

.align_right{
	float:right;
	margin:0 0 0 25px!important;
}

.text_align_left {
	text-align: left;
}

.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;	
}

.color-text {
    color: #DE5E60;
}

.through{
	text-decoration:line-through;
}

input, button, select, textarea {
	font-weight: 300;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7F8289;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7F8289;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7F8289;
}

/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	margin:0 0 20px 0;
	color:#7F8289;
	font-weight:300;
	font-family: 'Cabin Condensed', sans-serif;
	line-height:1.5em;
}

h1{
	font-size:48px;
	margin: 0px auto;
	max-width: 1170px;
	padding: 20px 0px;
	text-shadow: 0 -1px 0 #888;

}

h2{
	font-size:36px;
}

h3{
	font-size:24px;
}

h4{
	font-size:20px;
}

h5{
	font-size:18px;
}

h6{
	font-size:16px;
}

h3.spec {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* ==================================================
   right_bar
================================================== */

.bar_right{
    width: 25px;
	height:100%;
	background: #000;
	position:fixed;
	right:0;
	z-index:9000;
	text-align:center;
}

/* ==================================================
   Header
================================================== */

nav#menu {
	float: left;
	margin-left: 20px;
	margin-top: 80px;
}

nav#menu #menu-nav {
	margin: 0;
	padding: 0;	
}

nav#menu #menu-nav li {
	list-style: none;
	display: inline-block;
	margin-left: 50px;	
}

nav#menu #menu-nav li:first-child {
	margin-left: 0;	
}

nav#menu #menu-nav li a {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	line-height: 60px;
	display: block;
	text-transform: uppercase;
}

nav#menu #menu-nav li.current a,
nav#menu #menu-nav li a:hover {
	color: #598F94;
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background:url(../../_include/img/menu-mobile_byn.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin: 22px 0 0 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	background: #26292E;	
	border-bottom: 1px solid #2F3238;
	position: relative;
	float: left;
	z-index: 9999;
	margin-top:-20px;
}

#navigation-mobile li {
	list-style: none;
	border-top: 1px solid #2F3238;
}

#navigation-mobile li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 0;
}

/* ==================================================
   Footer
================================================== */

footer {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 99;
}
footer.main_page {
	background: #fff;
	border-top: 1px solid #ccc;
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 99;
}

footer .credits {
	background: #fff;
	color: #999;
	font-size: 13px;
	margin-bottom: 0;
	padding: 20px 0;
	text-transform: uppercase;	
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
	display: none;
	background-color: #7EC0A5;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color: #5F9981;
}

#back-to-top i {
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}

/* ==================================================
   Tabs
================================================== */

#menu.nav {
 	margin-bottom: 0px;
  	margin-left: 0;
  	list-style: none;
}

#menu.nav > li > a {
  	display: block;
  	color: #23262C;
  	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

#menu.nav > li > a:hover,
#menu.nav > li > a:focus {
  	background-color: #7EC0A5;
	color: #FFFFFF;
  	text-decoration: none;
  	display: block;
}

#menu.nav > li > a > img {
  	max-width: none;
}

#menu.nav > .pull-right {
  	float: right;
}

#menu.nav-tabs {
  	*zoom: 1;
}

#menu.nav-tabs:before,
#menu.nav-tabs:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

#menu.nav-tabs:after {
  	clear: both;
}

#menu.nav-tabs {
  	border-bottom: none;
}

#menu.nav-tabs > li {
	float: left;
	margin: 0 4px 0 0;
}

#menu.nav-tabs > li > a {
	background: #3C3F45;
	padding:15px;
  	line-height: 20px;
}

#menu.nav-tabs > .active > a,
#menu.nav-tabs > .active > a:hover,
#menu.nav-tabs > .active > a:focus {
	border: none;
  	background-color: #7EC0A5;
	color: #FFFFFF;
  	cursor: default;
}

#menu.tabbable {
  	*zoom: 1;
}

#menu.tabbable:before,
#menu.tabbable:after {
  	display: table;
  	content: "";
  	line-height: 0;
}

#menu.tabbable:after {
  	clear: both;
}

#menu.tab-content {
  	overflow: auto;
	padding: 20px;
	background: #26292E;
}

#menu.tab-content > .tab-pane {
  	display: none;
}

#menu.tab-content > .active {
  	display: block;
}

/* effecto menu */

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 400;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* ==================================================
   Icons rotation
================================================== */
.contact_bar{width:100%; float: left; display:inline-block; position:absolute; left:20px; top: 15px; z-index:100;}
.icons-rot ul {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

.icons-rot ul li {
	display: inline-block;
	margin: 15px;
	list-style: none;
	cursor: pointer;
	float: left;

}
.icons-rot li i{font-size: 36px; padding:0px;}

.icons-rot ul li a {
	display: block;
	width: 45px;
	height: 45px;

	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
			
			border-radius: 100px;
	 -webkit-border-radius: 100px;  
     -moz-border-radius: 100px;
				
}

.icons-rot ul li a span {
	display: inline-block;
	margin: 0;
	color: #808080;
	font-size: 32px;
	line-height: 47px;
	
	opacity: 0.3;
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
			
	 border-radius: 100px;
	 -webkit-border-radius: 100px;  
     -moz-border-radius: 100px;    
}

.icons-rot ul li:hover a,
.icons-rot ul li.active a {
	background-color: #7EC0A5;	
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
		    transform: rotateY(180deg);
			
			border-radius: 100px;
	 -webkit-border-radius: 100px;  
     -moz-border-radius: 100px;
}

.icons-rot ul li:hover a span,
.icons-rot ul li.active a span {
	color: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
			
			border-radius: 100px;
	 -webkit-border-radius: 100px;  
     -moz-border-radius: 100px;
}


.container {
overflow:hidden;
	position: relative;
	margin: 0 auto;
	background: #fff;
}

header #logo {
	color: #FFFFFF;
	float: right;
	padding: 10px 0 0 0;
	position: relative;
	margin-right: 40px;
}

header #logo a {
	background: url(../images/logo-pacher-ing.svg) no-repeat;
	width: 130px;
	height: 140px;
	text-indent: -9999px;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

header #logo a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}


.main h5{
	margin: 40px 0px 40px 0px;
	font-size: 22px;
}

.main h4{
	margin: 40px 0px 40px 0px;
	padding-top: 20px;
	font-size: 24px;
	border-top: 1px solid #909090;
}
.main h3{
	margin: 0px 0px 40px 0px;
	font-size: 28px;
	border-bottom: 1px solid #757575;
}
.main h3 small{
	font-size: 13px;
	font-style: italic;
	background: #757575;
	color: #ffffff;
	padding: 10 20px;
	margin-left: 20px;
}

.cbp-mc-form {
	position: relative;
	background: #757575;
	padding-bottom: 20px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before,
.cbp-mc-form:after {
	content: " "; display: table;
}

.cbp-mc-form:after {
	clear: both;
}

.cbp-mc-column {
	width: 33%;
	padding: 10px 30px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 20px 5px 5px 2px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	color: #f0f0f0;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: 'Cabin Condensed', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	padding: 5px 10px;
	color: #fff;
	display: block;
	width: 100%;
	background: #909090;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #fff;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	/*border: 3px solid #10689a;*/
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    /*color: #10689a;*/
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    /*color: #10689a;*/
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    /*color: #10689a;*/
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    /*color: #10689a;*/
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	/*background: #10689a;*/
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}

#responsive_layouts h3{
	margin: 40px 0px 20px 0px;
}

/* Header Style */
header-top {
	margin: 0 auto;
	max-width: 1170px;
	line-height: 44px;
	font-size: 12px;
	background: #508B50;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-webkit-box-shadow: -1px 0px 19px rgba(20, 20, 20, 0.85);
	-moz-box-shadow:    -1px 0px 19px rgba(20, 20, 20, 0.85);
	box-shadow:         -1px 0px 19px rgba(20, 20, 20, 0.85);
}

header-top a {
	padding: 0px 20px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	text-shadow: 0 -1px 0 #9B9898;
	border-right:1px solid #336137;
}

header-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

header-top span.right {
	float: right;
}

header-top span.right a {
	float: left;
	display: block;
}

@media (min-width: 768px) and (max-width: 979px) {

	
}
	
@media (min-width: 481px) and (max-width: 767px) {
	.contact_bar{left:0px;}
	.bar_right{ display:none;}
	#back-to-top {
		display: none !important;	
	}
	
	
	footer .main_page,
	footer {
		margin:0px;
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	#logo {
	margin-right: 15px}
	
	.cl-effect-5 a {
	height: 1.5em;
}
}

@media (max-width: 480px) {
	.contact_bar{ width:50%;left:-10px; top:0;}
	.bar_right{ display:none;}
	#back-to-top {
		display: none !important;	
	}
	header #logo {
	margin-right: 10px}
}
	

@media (max-width: 320px) {
    .contact_bar{ width:50%;left:-10px; top:0;background:#0;}
	.icons-rot ul li {margin: 10px;}
}

