@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: hidden;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}

/* #containerG{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0);
} */

#containerG {
    min-width: 600px;
    max-width: 100%;
    min-height: 100%;
    width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.blocks-container{
    height: 100%;
    position: absolute;
    width: 100%;
}

.bTop{

height: 20%;

position: relative;

min-width: 320px;

max-width: 100%;

width: 1920px;

box-sizing: border-box;

background:url(../images/topBg.jpg) center top repeat-x;

box-shadow: 0 0 20px #000;

z-index: 999;
}

.bMiddle{

height: 65%;

position: relative;

min-width: 320px;

max-width: 100%;

width: 1920px;

box-sizing: border-box;

display:block;
}

.bBottom{

height: 15%;

position: relative;

min-width: 320px;

max-width: 100%;

width: 1920px;

box-sizing: border-box;

background: #fff;

box-shadow: 0 0 20px #000;

z-index: 999;
}

.bottomImage ul {margin:0; padding:0;height: 100%;}
.bottomImage ul li{margin: 0; padding: 0 35px;width:25%;height: 100%;float:left;box-sizing: border-box;}
.bottomImage ul li img{}

.leftCentral{
	width: 70%;
	height: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.rightCentral{
	width: 30%;
	height: 100%;
	float: left;
}

.containerLogo{
    width: 100%;
	height: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;

}
.logo{
	height: 100%;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

.helper {
    display: inline-block;
    height: 100%;
    /* width: 100%; */
    vertical-align: middle;
}

.logo img{
	vertical-align: middle;
	height: auto;
	max-width: 800px;
	width: 100%;
	min-width: 300px;
	padding: 0 20px;
	box-sizing: border-box;
}
.containerCentral{
    /* width: 100%; */
    /* height: 650px; */
}
.containerLinks{
    /* float: left; */
    width: 100%;
    /* height: 650px; */
    position: relative;
    display: block;
}
.iconLinks{
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 50px;
    float: left;
    box-sizing: border-box;
}
.iconForm{
    background: #fff url(../images/iconForms.png) right top no-repeat;
    height: 62px;
    width: 200px;
    border-radius: 7px;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.59);
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	-ms-transition: width 1s; 
	-o-transition: width 1s; 
	transition: width 1s; 	
}

.iconForm:hover{
	width: 180px;
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	-ms-transition: width 1s; 
	-o-transition: width 1s; 
	transition: width 1s; 
}

.iconSocial{
    background: #fff url(../images/iconForms.png) right bottom no-repeat;
    height: 62px;
    width: 200px;
    border-radius: 7px;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.59);
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	-ms-transition: width 1s; 
	-o-transition: width 1s; 
	transition: width 1s; 
}

.iconSocial:hover{
	width: 180px;
	-webkit-transition: width 1s; 
	-moz-transition: width 1s; 
	-ms-transition: width 1s; 
	-o-transition: width 1s; 
	transition: width 1s; 
}

.iconFormOut, .iconSocialOut{margin: 0 35px;box-sizing: border-box;display: block; width: 50%;}

.variable{
	margin: 0 auto;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
}
.containerInfo{
    height: 650px;
    width: 475px;
    background:url(../images/containerInfoBg.png) right center no-repeat;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
}

.centralInfo{
    /* position: absolute; */
    /* right: 0; */
    /* width: 30%; */
    float: right;
}

.info{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 85px;
	padding-left: 95px;
	box-sizing: border-box;
}

.infoA{
    line-height: 2;
    font-size: 24px;
}

.infoA li{
    padding-left: 40px;
	line-height: 1.8;
}

.infoA li{background-image:url(../images/icons-contact.png); background-repeat:no-repeat;}

.infoA li.street{background-position: 0 -7px;}
.infoA li.phone{background-position: 0 -63px;}
.infoA li.email{background-position: 0 -118px;}


.line{
    width: 35px;
    height: 1px;
    background-color: #000;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.infoB{
    line-height: 2;
    font-size: 24px;
}

.infoB li{
	padding-left: 40px;
	
}

.infoB li.hours{background-position:0 -175px;background-image:url(../images/icons-contact.png); background-repeat:no-repeat;}

.infoB li p{
	line-height: 1;
}

.infoB li span{
	font-weight: 700;

}

.containerBottom{
	width: 100%;
	height: 150px;
	position: absolute;
	display: block;
	box-sizing: border-box;
	background: url(../images/bottomBg.jpg) center top repeat-x;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	bottom: 0;
}
.button-wrap {
	padding: 0;
	
}

button.trigger {
	font-size:0px;
	border:none;
}

button{
	border: none;
	background: none;
	cursor: pointer;
}

#somedialog-2 .dialog__content{height: initial; box-sizing: border-box;background: #efeeee;}
.dialog__content{height: 100%; box-sizing: border-box;}
.dialog{padding: 20px; box-sizing: border-box;}
.dialog__content{overflow:auto;}
.dialog__content p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 20px;
	font-weight: 100;
}

#somedialog-2  > .dialog__content p{
	margin: 0;

}

.name{
    margin-bottom: 5px !important;
    font-weight: 800 !important;
    font-size: 18px !important;
}
.details{
    font-size: 15px !important;
}
.details.last{
    margin-bottom: 20px !important;
}

.dialog__content h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 20px;

}

.imageContact{
    width: auto;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
	float: right;
}

/* .imageBottom{
    width: auto;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
    float: right;
} */

.bottomImage{
	height: 100%;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
}

.bottomImage img {
    vertical-align: middle;
    height: auto;
    max-width: 655px;
    width: 100%;
    min-width: 177px;
    padding: 0 30px;
    box-sizing: border-box;
}


@media screen and (max-width: 1366px) {
.iconLinks {
    height: 70px;
    position: absolute;
    bottom: 50px;
}

.variable {
    margin: 0 auto;
    width: 63%;
    height: 100%;
}

}

@media screen and (max-width: 1024px) {

.iconFormOut, .iconSocialOut{


}

.iconLinks {
    height: 70px;
    position: absolute;
    bottom: 50px;
}

.variable {
    margin: 0 auto;
    width: 80%;
    height: 100%;
}

.containerBottom{
    background: url(../images/bottomBg1024.jpg) center top repeat-x;
}

.containerCentral {
    width: 100%;
    height: 500px;
}

.containerLinks {
    /* height: 500px; */
}

.containerInfo {
    height: 500px;
}

.containerBottom{
	height: 90px;
}

.bottomImage{max-width: 900px;}

}

/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
	.bottomImage{max-width: 690px;}
	
	.leftCentral{
		width: 70%;
		height: 100%;
		float: left;
		position: relative;
		box-sizing: border-box;	
	}
	.rightCentral {
		width: 30%;
		height: 100%;
		float: left;
	}	

}