@import url(fonts.css);
/*  CSS definations for Carmen Aguiar  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tags

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
		2.1.1 Logo
	2.2 Navigation
	2.3 Showcase
		2.3.1 Showcase Caption
	2.4 Container
		2.4.1 Content
		2.4.2 Contact Box
		2.4.3 Contact Form
		2.4.4 Bottom Links
	2.5 Footer
		2.5.1 Contact Info
		2.5.2 Footer Links

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight:normal;
}
i, em { 
	font-style:italic; 
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft{
	text-align:left;	
}
.alignright{
	text-align:right;	
}
.aligncenter{
	text-align:center;	
}
.clear {
	clear:both;
}
.clearfix:before,
.clearfix:after { 
	display: table; 
	content:" "; 
}
.clearfix:after { 
	clear:both;
}
textarea{
	overflow:auto;
	font-family:'Gotham-Thin';
}
a { 
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* 1.2 Common Tags */
.heading {
	margin-bottom:10px;
	color:#005696;
	font-size:30px;
	margin-bottom: 50px;
}
.input,
.textarea {
	font-family: 'Gotham-Book';
	border:1px solid #677fb1;
	box-sizing:border-box;
	width:100%;
	height:41px;
	line-height:39px;
	padding:5px 50px;
	margin-bottom:12px;
	color:#666;
	font-size:20px;
}
.textarea {
	line-height:normal;
	min-height:131px;
	padding:7px 50px;
	resize:vertical;
}
.btn-submit {
	background:#b05d9b;
	border:none;
	width:239px;
	height:40px;
	line-height:40px;
	float:right;
	color:#fff;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}
.btn-submit:hover {
	background:#cf72b7;
}


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: 'Gotham-Book';
	font-size: 15px;
	color: #666;
}
.box {
	width:970px;
	margin:0 auto;
}
.content ul{
list-style-type: disc; 
list-style-position:inside; 
line-height:25px
}

/* 2.1 Header */
.header {
	background:url(../images/bg_header.png) repeat-x left bottom #fff;
	border-bottom:1px solid #878181;
	box-shadow:rgba(0, 0, 0, 0.25) 0px 7px 10px;
	padding:50px 0 33px 0;
	margin-bottom:-1px;
}
/* 2.1.1 Logo */
.logo {
	width:430px;
	margin-left:53px;
	float:left;
}
.logo img {
	margin-bottom:-18px;
}
.logo span {
	line-height:15px;
	display:block;
	color:#7083b2;
	font-size:18px;
}
.header .visit {
	background:#af5d99;
	width:240px;
	line-height:40px;
	margin-top:33px;
	float:right;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.header .visit:hover {
	background:#ca73b3;
}

/* 2.2 Navigation */
.navigation ul {
	margin-left:-6px;
}
.navigation li {
	width:238px;
	margin-left:6px;
	float:left;
}
.navigation li:first-child {
	display:none;
}
.navigation li a {
	background:url(../images/bg_nav_li.png) repeat-x left top #687fb0;
	line-height:40px;
	display:block;
	color:#fff;
	font-size:18px;
	text-align:center;
}
.navigation li a:hover,
.navigation li.active a {
	background:url(../images/bg_nav_li_hover.png) repeat-x left top #687fb0;
}
.menu-icon {
	display:none;
}

/* 2.3 Showcase */
.showcase {
	background:url(../images/bg_showcase.jpg) no-repeat center bottom;
	min-height:458px;
}
/* 2.3.1 Showcase Caption */
.showcase-caption {
	padding:75px 0 0 50px;
}
.showcase-caption h3 {
	margin-bottom:20px;
	color:#005795;
	font-size:30px;
}
.showcase-caption li {
	line-height:25px;
	font-size:17px;
}

/* 2.4 Container */
.container {
	padding:75px 0 83px 0;
}
/* 2.4.1 Content */
.content {
	padding:0 50px;
}
.content p {
	line-height:22px;
	margin-bottom:22px;
}
/* 2.4.2 Contact Box */
.contact-box .txtb {
	padding:0 50px;
}
.contact-box .mail {
	margin-bottom:10px;
	display:block;
	color:#b05d9a;
	font-size:20px;
	margin-bottom: 30px;
}
.contact-box .mail a {
	color:#b05d9a;
}
.contact-box .mail a:hover {
	color:#000;
}
.contact-box .phone {
	margin-bottom:36px;
	display:block;
	font-size:20px;
}
.contact-box .fields {
	display:block;
	color:#b05d9a;
	font-size:20px;
}
/* 2.4.3 Contact Form */
.contact-form {
	width:726px;
	margin-bottom:33px;
}
.contact-form .row .input {
	width:482px;
	float:left;
}
.contact-form .row .input2 {
	width:239px;
	float:right;
}
/* 2.4.4 Bottom Links */
.bottom-links {
	padding-top:100px;
	display:none;
}
.bottom-links li {
	width:49%;
	margin-left:5px;
	float:left;
}
.bottom-links li:first-child {
	margin-left:0;
}
.bottom-links li a {
	background:#005695;
	line-height:28px;
	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
}
.bottom-links li a:hover {
	background:#b15d9b;
}
.bottom-links li.visit a {
	background:#b15d9b;
}
.bottom-links li.visit a:hover {
	background:#005695;
}

/* 2.5 Footer */
.footer {
	background:url(../images/bg_footer.jpg) repeat-x left top #fff;
	border-top:1px solid #9d9898;
	padding:40px 0;
}
/* 2.5.1 Contact Info */
.contact-info {
	padding-left:50px;
	float:left;
	font-size:20px;
}
.contact-info h5 {
	margin-bottom:7px;
}
.contact-info .mail {
	display:block;
	margin-bottom:10px;
	color:#b05d99;
	font-size:17px;
}
.contact-info .mail a {
	color:#b05d99;
}
.contact-info .mail a:hover {
	text-decoration:underline;
}
.contact-info .phone {
	display:block;
}
/* 2.5.2 Footer Links */
.footer-links {
	padding:3px 50px 0 0;
}
.footer-links,
.footer-links ul {
	float:right;
}
.footer-links li {
	margin-left:140px;
	float:left;
}
.footer-links li:first-child {
	margin-left:0;
}
.footer-links li a {
	color:#b05d99;
	font-size:18px;
}
.footer-links li a:hover,
.footer-links li.active a {
	color:#000;
}

/* Fonts */
.logo span, .header .visit, .navigation li, .showcase-caption h3, .contact-info .mail, .footer-links li, .heading, .btn-submit {
	font-family:'Gotham-Book';
}

/* Responsive */
@media only screen and (min-width:768px) and (max-width:1023px) {
	.box {
		width:730px;
	}
	.logo {
		margin-left:0;
	}
	.navigation li {
		width:178px;
	}
	.navigation li a {
		font-size:15px;
	}
	.header .visit {
		width:170px;
		font-size:15px;
	}
	.contact-info {
		padding-left:0;
	}
	.showcase-caption {
		padding-left:20px;
	}
	.footer-links {
		padding-right:0;
	}
	.footer-links li {
		margin-left:50px;
	}
	.content,
	.contact-box .txtb {
		padding:0 20px;
	}
}

@media only screen and (max-width:767px) {
	body {
		font-size:11px;
	}
	.box {
		width:auto;
		padding:0 25px;
	}
	.header {
		border-bottom:1px solid #b4b5ba;
		box-shadow:rgba(0, 0, 0, 0.15) 0px 7px 10px;
		padding:13px 0 19px 0;
		margin-bottom:0;
	}
	.logo {
		width:170px;
		margin-left:0;
	}
	.logo span {
		font-size:13px;
		margin-top: 10px;
	}
	.header .visit {
		display:none;
	}
	.navigation {
		position:relative;
	}
	.menu-icon {
		background:url(../images/ico_menu.png) left top no-repeat;
		display:block;
		width:32px;
		height:21px;
		margin-top:-44px;
		padding:0 !important;
		float:right;
		color:#fe9807 !important;
		text-indent:-9999px;
		text-transform:uppercase;
	}
	.navigation ul {
		display:none;
		width:170px;
		position:absolute;
		top:100%;
		right:25px;
		margin-left:0;
		z-index:999;
	}
	.navigation li {
		width:auto;
		margin:0 0 3px 0;
		float:none;
		line-height:28px;
		text-align:center;	
	}
	.navigation li:first-child {
		display:block;
	}
	.navigation li a {
		background:#015697;
		display:block;
		font-size:15px;
	}
	.navigation li a:hover,
	.navigation li.active a {
		background:#b15d9b;
	}
	.showcase {
		min-height:400px;
	}
	.showcase-caption {
		padding:58px 0 0 0;
		width:200px !important;
	}
	.showcase-caption h3 {
		margin-bottom:13px;
		font-size:20px;
	}
	.showcase-caption li {
		line-height:16px;
		font-size:11px;
	}
	.container {
		padding:70px 0 40px 0;
	}
	.contact-box .mail {
		font-size:15px;
	}
	.contact-box .phone {
		font-size:14px;
	}
	.content,
	.contact-box .txtb {
		padding:0;
	}
	.heading {
		margin-bottom:17px;
		font-size:21px;
	}
	.content p {
		line-height:16px;
		margin-bottom:16px;
	}
	.bottom-links {
		display:block;
	}
	.contact-form {
		width:auto;
	}
	.contact-form .row .input,
	.contact-form .row .input2 {
		width:100%;
		float:none;
	}
	.input, .textarea {
		padding:5px 15px;
		font-size:15px;
		height:28px;
		line-height:28px;
		margin-bottom:7px;
	}
	.textarea {
		min-height:100px;
		padding:7px 15px;
		margin-bottom:15px;
	}
	.btn-submit {
		width:170px;
		height:28px;
		line-height:28px;
		font-size:15px;
	}
	.contact-box .fields {
		display:none;
	}
	.contact-box .mail {
		margin-bottom:8px;
	}
	.contact-box .phone {
		margin-bottom:33px;
	}
	.contact-info {
		padding-left:0;
		font-size:14px;
	}
	.contact-info .mail {
		font-size:11px;
	}
	.contact-info {
		margin-bottom:10px;
		float:none;
	}
	.footer-links,
	.footer-links ul {
		padding-right:0;
		float:none;
	}
	.footer-links li {
		float:none;
		margin:0 0 10px 0;
	}
	.footer-links li a {
		font-size:15px;
	}
	.captcha {
	margin-bottom:5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFF;
}
}
