@font-face
{
	font-family: gotham-light;
	src: url(../assets/fonts/gotham-light-webfont.woff);
}
@font-face
{
	font-family: gotham-bold;
	src: url(../assets/fonts/gotham-bold-webfont.woff);
}
@font-face
{
	font-family: gotham-black;
	src: url(../assets/fonts/gotham-black-webfont.woff);
}
@font-face
{
	font-family: gotham-book;
	src: url(../assets/fonts/gotham-book-webfont.woff);
}
@font-face
{
	font-family: gotham-medium;
	src: url(../assets/fonts/gotham-medium-webfont.woff);
}
html,body
{
	height: 100%;
	margin: 0px;
	overflow-x: hidden;
	padding: 0px;
	width: 100%;
}
body
{
	background-color: #fff;
	font-family: gotham-book;
}
.header
{
	background-color: #fff;
	height: 95px;
}
#main-navbar
{
	background: rgba(255,255,255,0.6);
	border: 0px;
	border-radius: 0px;
	min-height: 95px;
	position: relative;
	z-index: 2;
}
@media (max-width: 1024px)
{
	#main-navbar
	{
		min-height: 120px;
	}
}
@media (max-width: 767px)
{
	#main-navbar
	{
		min-height: 95px;
	}
}
#main-navbar a
{
	color: #0072b4;
	font-size: 16px;
	text-shadow: none;
}
#main-navbar .active
{
	border-bottom: 3px solid #7cbc20;
}
#main-navbar input
{
	background: rgba(255,255,255,0.6);
	background-image: url("../assets/lupa.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0px;
	font-style: italic;
	height: 20px;
	position: relative;
	text-indent: 10px;
	top: 7px;
}
@media (max-width: 769px)
{
	#main-navbar input
	{
		width: 170px;
	}
}
@media (max-width: 767px)
{
	#main-navbar
	{
		background: rgba(255,255,255,0.6);
	}
}
#slider
{
	border-bottom: 4px solid #7cbc20;
	margin-top: -40px;
	position: relative;
	top: -130px;
}
#slider img
{
	width: 100%;
}
.menu-container
{
	margin: 0px auto;
}
.navbar .navbar-nav
{
	display: inline-block;
	float: none;
	vertical-align: top;
}
#menu
{
	position: relative;
	top: 20px;
}
#menu img
{
	margin-right: 20px;
	position: relative;
	top: -5px;
}
.navbar-nav>li
{
	margin-right: 10px;
}
.navbar-nav>li a img
{
	padding: 0px;
}
h2
{
	color: #7cbc20;
	font-family: gotham-light;
}

.footer
{
	background-color: #0b4977;
	min-height: 473px;
}
.footer .one,.footer .two,.footer .three,.footer .four
{
	font-family: gotham-light;
	margin-top: 53px;
	padding-left: 32px;
	padding-right: 32px;
}
@media (min-width: 768px)
{
	.footer .one,.footer .two,.footer .three,.footer .four
	{
		height: 370px;
	}
}
@media (min-width: 768px)
{
	.footer .two,.footer .three,.footer .four
	{
		border-left: 1px solid #7cbc20;
	}
}
@media (max-width: 767px)
{
	.footer .two,.footer .three,.footer .four
	{
		border-top: 1px solid #7cbc20;
		padding-top: 10px;
	}
}
.footer .one p
{
	color: #fff;
	line-height: 2;
	margin-top: 36px;
}
.footer .one a
{
	color: #fff;
}
.footer .two ul
{
	line-height: 3;
	list-style: none;
	padding-left: 0px;
}
.footer .two ul a
{
	color: #fff;
}
.footer .two ul input
{
	background: #fff;
	background-image: url("../assets/lupa.png");
	background-position: 5px 5px;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0px;
	font-style: italic;
	height: 20px;
	position: relative;
	text-indent: 10px;
	top: 5px;
}
.footer .three h4
{
	color: #fff;
	font-family: gotham-light;
	font-size: 26px;
	margin-top: 0px;
}
.footer .three input
{
	background: #fff;
	border: 0px;
	border-radius: 0px;
	font-style: italic;
	height: 20px;
}
.footer .three textarea
{
	border: 0px;
	border-radius: 0px;
	font-style: italic;
	height: 143px;
	padding-left: 13px;
	width: 100%;
}
.subfooter
{
	background-color: #7cbc20;
	color: #fff;
	font-family: gotham-light;
	min-height: 43px;
	padding-top: 13px;
	text-align: center;
}
.phone
{
	background-image: url("../assets/phone.png");
	background-repeat: no-repeat;
	color: #fff;
	font-family: gotham-light;
	font-size: 16px;
	height: 26px;
	margin-top: 40px;
	padding-left: 40px;
	padding-top: 3px;
	width: 100%;
}
.email
{
	background-image: url("../assets/mail.png");
	background-position-y: 4;
	background-repeat: no-repeat;
	color: #fff;
	font-family: gotham-light;
	font-size: 16px;
	height: 15px;
	height: 21px;
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 0px;
	width: 100%;
}
.address
{
	background-image: url("../assets/pin.png");
	background-position-x: 4;
	background-repeat: no-repeat;
	color: #fff;
	font-family: gotham-light;
	font-size: 16px;
	height: 26px;
	margin-top: 10px;
	padding-left: 40px;
	padding-top: 3px;
	width: 100%;
}
.green-button
{
	background-image: url("../assets/green-button.png");
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-family: gotham-bold;
	font-size: 18px;
	font-style: italic;
	height: 40px;
	margin: 0px 0px 20px auto;
	margin-top: 20px;
	padding-top: 7px;
	text-align: center;
	width: 206px;
	background-color: transparent;
    border: none;
}
.green-button:hover
{
	color: #fff;
	text-decoration: none;
	border: none;
	outline: 0;
}
.green-button:focus, .green-button:active {
	outline: 0;
}
.facebook,.twitter,.linkdin
{
	margin: 35px auto;
}
.facebook
{
	background-image: url("../assets/facebook.png");
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	width: 25px;
}
.twitter
{
	background-image: url("../assets/twitter.png");
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	width: 51px;
}
.linkdin
{
	background-image: url("../assets/linkdin.png");
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	width: 51px;
}
.list-logo
{
	padding: 0px !important;
}
h2.button
{
	background: none repeat scroll 0 0 #0072b4;
	border-radius: 19px 0px 0px 0px;
	color: #fff;
	display: block;
	font-family: gotham-bold;
	font-size: 18px;
	font-style: italic;
	height: 47px;
	margin-left: 35%;
	moz-border-radius: 19px 0px 0px 0px;
	padding-right: 20px;
	padding-top: 11px;
	text-align: center;
	webkit-border-radius: 19px 0px 0px 0px;
	width: 65%;
}
@media (max-width: 1024px)
{
	h2.button
	{
		margin-right: -125px;
	}
}
@media (max-width: 768px)
{
	h2.button
	{
		margin-right: -30px;
	}
}
h2.button:hover
{
	text-decoration: none;
}
.errorlist
{
	background-color: red;
	color: black;
}


.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
}

.paghid-form .label-input-text {
	color: #7cbc20;
	position: relative;
	font-size: 12px;
	text-align: right;
	width: 100%;
}

a {
    text-decoration: none !important;
}
