/*
Theme Name: HOLD - Gruclee
Theme URI: http://hold.mx/
Description: Gruclee
Author: German Kasten
Version: 1.0
Tags:
*/
@font-face {
    font-family: 'GothamRoundedMedium';
    src: url('fonts/gothamrnd-medium.eot');
    src: url('fonts/gothamrnd-medium.eot') format('embedded-opentype'),
         url('fonts/gothamrnd-medium.woff') format('woff'),
         url('fonts/gothamrnd-medium.ttf') format('truetype'),
         url('fonts/gothamrnd-medium.svg#GothamRoundedMedium') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd67MediumCondensed';
    src: url('fonts/helveticaneueltstd-mdcn.eot');
    src: url('fonts/helveticaneueltstd-mdcn.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-mdcn.woff') format('woff'),
         url('fonts/helveticaneueltstd-mdcn.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-mdcn.svg#HelveticaNeueLTStd67MediumCondensed') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStd65Medium';
    src: url('fonts/helveticaneueltstd-md.eot');
    src: url('fonts/helveticaneueltstd-md.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-md.woff') format('woff'),
         url('fonts/helveticaneueltstd-md.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-md.svg#HelveticaNeueLTStd65Medium') format('svg');
}

@font-face {
    font-family: 'mission_gothicregular';
    src: url('fonts/mission_gothic_regular-webfont.eot');
    src: url('fonts/mission_gothic_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mission_gothic_regular-webfont.woff') format('woff'),
         url('fonts/mission_gothic_regular-webfont.ttf') format('truetype'),
         url('fonts/mission_gothic_regular-webfont.svg#mission_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mission_gothicbold';
    src: url('fonts/mission_gothic_bold-webfont.eot');
    src: url('fonts/mission_gothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mission_gothic_bold-webfont.woff') format('woff'),
         url('fonts/mission_gothic_bold-webfont.ttf') format('truetype'),
         url('fonts/mission_gothic_bold-webfont.svg#mission_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mission_gothicblack';
    src: url('fonts/mission_gothic_black-webfont.eot');
    src: url('fonts/mission_gothic_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mission_gothic_black-webfont.woff') format('woff'),
         url('fonts/mission_gothic_black-webfont.ttf') format('truetype'),
         url('fonts/mission_gothic_black-webfont.svg#mission_gothicblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sosaregular';
    src: url('fonts/sosa-webfont.eot');
    src: url('fonts/sosa-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sosa-webfont.woff') format('woff'),
         url('fonts/sosa-webfont.ttf') format('truetype'),
         url('fonts/sosa-webfont.svg#sosaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
	height: 100%;
}

body{
	background: url(img/bg.png) repeat-x top;
	height: 100%;
	font-family: "Arial";
	font-size: 12px;
	color: #666666;
}

#header {
	height: 114px; 
}

#wrapper {
	min-height:100%;
	position:relative;
}

.main{
	clear: both;
	display: block;
	/*overflow: hidden;*/
	width: 940px;	
}

h1,h1 a{
	font-family: 'GothamRoundedMedium';
	font-size: 27px;
	color: #002D5F;
	font-weight: 400;
	letter-spacing: -1px;
}

h2,h2 a{
	font-family: 'GothamRoundedMedium';
	font-size: 20px;
	color: #0092DE;
	margin: 0;
	font-weight: 400;
	letter-spacing: -1px;
}

h3,h3 a{
	font-family: Georgia, Times;
	color: #333333;
	font-size: 17px;
}

h4,h4 a{

}

h5,h5 a{
	color: #000;
}

h6,h6 a{

}

.text_right{
	text-align: right;
}

#header{
	font-family: Georgia, Times;
	font-size: 13px;
}

#logo{
	margin-top: 13px;
}
ul.main-nav {
	background-color: #FFFFFF;
	width: 608px;
	height: 33px;
	padding: 15px 20px 0 20px;;
	border-bottom: 3px solid #178CDB;
	webkit-box-shadow: -6px -2px 22px -7px #999999,-6px -7px 19px -9px #999999;	
	   moz-box-shadow: -6px -2px 22px -7px #999999,-6px -7px 19px -9px #999999;
		   box-shadow: -6px -2px 22px -7px #999999,-6px -7px 19px -9px #999999;
}
ul.main-nav li {
	float:left;
	display:block;
	margin: 0 30px 0 0;
	height: 36px;
}
ul.main-nav li:last-child {
	margin-right: 0;
}
ul.main-nav li a {
	font-family: 'GothamRoundedMedium';
	letter-spacing: -1px;
	font-size: 15px;
	color: #666666;
	display:block;
}
ul.main-nav li a:hover {
	text-decoration: underline;
}
ul.main-nav li ul li:hover  {
	background: #B7E0F3;
}
ul.main-nav li ul {
	position: absolute;
	width: 210px;
	top: 51px;
	padding: 10px 0;
	display: none;
	z-index:9999;
	background: #F9F9F9;
}
ul.main-nav li ul li {
	position: relative;
	display: block;
	width: 190px;
	padding: 0 10px;
	height: auto; 
}
ul.main-nav li ul li a {
	font-family: 'HelveticaNeueLTStd65Medium';
	/*color: #002C5F;*/
	display: block;
	font-size: 13px;
}
ul.main-nav li ul li a:hover {
	text-decoration: none;
}
ul.main-nav li ul li a:after {
	/*content: ' ›';*/
}
ul.main-nav li ul li ul {
	background: #B6E0F4;
	position: absolute;
	width: 90px;
	margin: -51px 0 0 200px;
	padding: 0;
	display: none;
	z-index:9999;
}
ul.main-nav li ul li ul li {
	display: block;
	width: 70px;
}
ul.main-nav li ul li ul li:hover {
	background: #008BD4;
}
ul.main-nav li:hover ul ul {
	display: none;
}
ul.main-nav li:hover ul {
	display: block;
}
ul.main-nav ul li:hover ul {
	display: block;
}
/**/

ul.second-nav li {
	margin: 0 20px 0 0;
	position: relative;
}

.search input[type=text] {
	width: 135px;
	height: 20px;
	float: left;
	border: 1px solid #ccc;
	padding: 0px 25px 0 2px;
}

ul.inline li.last {
	float: right;
	text-align: right;
	margin: 0 -10px 0 0;
}

li.social, li.social a,li.social a:hover{
	font-family: 'sosaregular' !important;
	color: #FFFFFF;
	font-size: 12px !important;
	height: 19px;
	margin: 0 0 0 3px !important;
	text-decoration: none;
}

a.fb {
	background-color: #395998;
	text-align: center;
	padding-top: 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.tw {
	background-color: #7DD8F2;
	text-align: center;
	padding-top: 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.home_cols{
	position: relative;
	padding-right: 20px;
	border-right: 1px solid #E3E3E3; 
}

.home_cols h1,
.home_cols h1 a{
	font-family: 'GothamRoundedMedium';
	font-size: 18px;
	letter-spacing: -1px;
	color: #002E60;
	margin-bottom: 15px;
	font-weight: 400;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap; 
	display: block;
	max-height: 28px;
}

.home_cols p{
	font-family: 'Arial';
	font-size: 12px;
	color: #333333;
	min-height: 80px;
	max-height: 80px;
}

.last_col{
	border: none;
	padding: 0;	
}

#footer{
	height: 133px;
	color: #FFFFFF;
	font-family: "Arial";
	font-size: 12px;
	line-height: 16px;
}

#full{
	background: url(img/bg-footer.png) repeat-x left;
}

.footer_nav{
	text-align: center;
}

ul.footer_nav{
	display: inline-block;
	width: 940px;
	height: 38px;
	padding-top: 13px;
	margin-bottom: 0;
}

ul.footer_nav li,
ul.footer_nav li a{
	float: none;
	font-family: 'GothamRoundedMedium';
	color: #FFFFFF;
	font-size: 15px;
	margin: 0 20px 0 0;
	font-weight: 400;
}

ul.footer_nav li:last-child {
	margin-right: 0px;
}
#breadcrumb{
	font-family: 'HelveticaNeueLTStd65Medium';
	color: #0092DC;
	font-size: 12px;
	margin-bottom: 20px;
	font-weight: 400;
}

#breadcrumb a{
	font-family: 'HelveticaNeueLTStd65Medium';
	color: #002E5F;
	font-size: 12px;
	font-weight: 400;
}

p.excerpt{
	font-size: 13px;
	color: #999999;
}

.btn{
	width: auto;
}

a.info_btn{
	position: relative;
	background-color: #EEEEEE;
	color: #002D5F;
	font-family: 'GothamRoundedMedium';
	font-size: 15px;
	padding: 5px 14px 1px 13px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0;
	width: auto;
	display: inline-block;
	font-weight: 400;
}

a.info_btn::after{
	content: "►";
	position: absolute;
	float: right;
	top: 0px;
	left: auto;
	margin-left: 14px;
	width: 8px;
	background-color: #EEEEEE;
	line-height: 10px;
	padding: 10px 15px 8px 6px;
	font-family: Arial;
	font-weight: 700;
	font-size: 14px;
	color: #45BBE9;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#inner-boletin {
	width: 181px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 6px 0px #4EBAE6;
	-moz-box-shadow:    0px 0px 6px 0px #4EBAE6;
	box-shadow:         0px 0px 6px 0px #4EBAE6;
	color: #666666;
	padding: 9px 6px;
	height: auto;
}

#inner-boletin h2{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: 7px;
	color: #002D5F;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 17px;
	text-align: center;
	background: rgb(1,125,123); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxN2Q3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iIzFlOWE5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzAzN2Y3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(78, 186, 230, 1) 0%, rgba(183, 227, 246, 1) 53%, rgba(78, 186, 230, 1) 93%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(183, 227, 246, 1)), color-stop(53%,rgba(78, 186, 230, 1)), color-stop(93%,rgba(3,127,125,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(78, 186, 230, 1) 0%,rgba(183, 227, 246, 1) 53%,rgba(78, 186, 230, 1) 93%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(78, 186, 230, 1) 0%,rgba(183, 227, 246, 1) 53%,rgba(78, 186, 230, 1) 93%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(78, 186, 230, 1) 0%,rgba(183, 227, 246, 1) 53%,rgba(78, 186, 230, 1) 93%); /* IE10+ */
	background: linear-gradient(to right,  rgba(78, 186, 230, 1) 0%,rgba(183, 227, 246, 1) 53%,rgba(78, 186, 230, 1) 93%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B7E3F6', endColorstr='#4EBAE6',GradientType=1 ); /* IE6-8 */
}

#inner-boletin label {
	display: block;
	margin: 0;
	line-height: 17px;
	font-family: "Arial";
	font-size: 12px;
}

#inner-boletin input[type=text],
#inner-boletin input[type=email] {
	margin-top: 1px;
	margin-bottom: 5px;
	width: 170px;
}

#inner-boletin textarea{
	margin-top: 1px;
	margin-bottom: 5px;
	width: 170px;
	height: 50px;
}

#inner-boletin input[type=submit] {
	background-color: #002E5F;
	border: none;
	width: 180px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	font-size: 15px;
	margin: 1px 0 1px 0 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#inner-boletin a{
	color: #0092DE;
	font-size: 10px;
}

#inner-boletin .checkbox-870{
	font-size: 10px;
}

div.gsom-optin-radiogroup {
	float: right !important;
	margin: 0 !important;
}

.contactus{
	width: 200px;
	height: 96px;
	background-color: #4EBAE6;
}

.contactus h1{
	font-family: 'GothamRoundedMedium';
	font-size: 31px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	text-shadow: 2px 2px 4px #333333;
	line-height: 55px;
	font-weight: 300;
}

.contactus h2{
	font-family: 'GothamRoundedMedium';
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	text-shadow: 2px 2px 4px #333333;
	line-height: 20px;
	font-weight: 400;
}

.consult{
 background: url(img/consulta.png) no-repeat top center;
}

.overlay{
	background: rgba(244, 157, 0, .7);
	padding: 23px 8px 24px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.overlay p{
	font-family: 'mission_gothicblack';
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	text-shadow: 2px 2px 4px #333333;
	line-height: 29px;
	font-weight: 400;
}

.banner_img img{
	max-width: 720px;
	margin-bottom: 20px;
}

.category_container{
	border-top: 1px solid #E0E0E0;
	/*padding-top: 14px;*/
}

.service_box{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 14px;
	padding-top: 14px;
}

.service_box_2{
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 14px;
	padding-top: 14px;
}

.service_box h2{
	line-height: 22px;
	margin-bottom: 20px;
	max-height: 44px;
	min-height: 44px;
}

.service_box_2 h2 {
	line-height: 22px;
	margin-bottom: 20px;
	max-height: 44px;
}

.service_box_content p{
	margin: 0;
	line-height: 17px;
}

.service_img{
	min-height: 90px;
}

.yellow_btn{
	padding: 5px 28px;
	background-color: #0092DC;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial";
	font-weight: bold;
	font-size: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.blue_btn{
	padding: 2px 10px;
	background-color: #86CCEF;
	text-transform: uppercase;
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #002D5F;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	cursor: pointer;
	display: block;
}
.service_single_img img{
	margin-top: 10px;
	max-width: 300px;
	max-height: 225px;
}

.contact_form_services{
	background-color: #EEEEEE;
	color: #002E5F;
}

#wpcf7-f39-p36-o1 a{
	color: #46BAE7;
	text-decoration: underline;
}

.wpcf7-not-valid-tip{
	color: red;
	margin-top: -20px;
}

.contact_form_services a{
	color: #002E5F;
	text-decoration: underline;
}

.contact_form_services h3{
	background-color: #4EBAE6;
	font-family: 'mission_gothicbold';
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 9px;
	margin-bottom: 14px;
	font-weight: 400;
}

.input-text.w400 {
	width: 310px;
	height: 16px;
	margin-bottom: 12px;
}

.textarea.w400 {
	width: 310px;
	height: 73px;
}

.input-text.w360 {
	width: 350px;
	height: 16px;
	margin-bottom: 12px;
}

.textarea.w360 {
	width: 350px;
	height: 73px;
}

.title{
	width:700px;
	background: #4EBAE6;
	padding: 5px 10px;
}

.title h1{
	color: #fff;
	margin: 0;
	float: left;
}

.title .yellow_btn{
	margin-right: 20px;
	margin-top: 5px;
	background: #FFDF01;
	color: #002E5F;
}
#footer a {
	color: #FFFFFF;
}