/* @import url(http://fonts.googleapis.com/css?family=Trocchi);
@import url(http://fonts.googleapis.com/css?family=Lato); */

/* =============================================================================
   Basic
   ========================================================================== */

/*header {
	background-image: url(images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
	padding-bottom: 170px;
	margin-bottom: 90px;
}

.about header {
	background-image: url(images/about-bg.jpg);
} */

body {
	background: #A5CDDC;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	font-family: Trocchi, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 16px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	
}

h4,
h5,
h6 {
	line-height: 18px;
	margin-bottom: 9px;
}

.validtion_msg {
font-size: 11px;
color: red;
}

/*h1 {
	font-size: 30px;
	line-height: 36px;
}*/

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	
}

h4 {
	font-size: 16px;
}

p {
	margin: 0 0 22px;
}


textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]

.uneditable-input {
	background-color: white;
	color: #555;
	min-width: 100px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-ms-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}


.btn-contact{
vertical-align: middle;
border-width: 1px;
border-style: solid;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
}

button.btn-contact.btn-large, input.btn-contact.btn-large[type="submit"] {
}

button.btn-contact, input.btn-contact[type="submit"] {
}

.btn-large {
	padding: 13px 29px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 15px;
	line-height: normal;
}

.btn-submit {
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
	background-color: #651d1b;
	background-color: #742b29;
	background-image: -ms-linear-gradient(top, #742b29, #521514);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#742b29), to(#521514)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #742b29, #521514); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #742b29, #521514); /* FF3.6+ */
	background-image: -o-linear-gradient(top, #742b29, #521514); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #742b29, #521514);
	background-repeat: repeat-x;
	border-color: #521514 #521514 #521514;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#742b29', endColorstr='#521514', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit.active,
.btn-submit.disabled,
.btn-submit[disabled] {
	background-color: #521514;
	color: #fff;
}

.btn-contact.disabled, .btn-contact[disabled] {
    cursor: default;
    background-color: #E6E6E6;
    background-image: none;
    opacity: 0.65;
    box-shadow: none;
}

.alignleft {
	margin: 0 20px 20px 0;
	float: left;
}


.form-msg{
	color: #BE7B0A;
	font-size: 16px;
	
	}



/* ============= content ========== */
#wrap {
	overflow: hidden;
	padding-bottom: 4px;
}

#content {
	background: url(images/page-pattern.png) #d6cfbc;
	  -webkit-box-shadow: 0 7px 1px -5px rgba(0, 0, 0, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        box-shadow: 0 7px 1px -5px rgba(0, 0, 0, 0.2);/* Opera 10.5, IE9, Firefox 4+, Chrome 6+, iOS 5 */
}

.page-header {
	padding-bottom: 0;
	margin: 20px 0;
	border-bottom: none;
	overflow: hidden;
}

.page-header h1 {
	margin-bottom: 30px;
}

.page-header span {
	color: #5F2825;
}

#main.span12 .page-header h1,
#main.span12 .page-header h2 {
	text-align: center;
	margin-bottom: 25px;
}

#main.span12 .page-header p {
	text-align: center;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#main hr {
	border: none;
	background: url(images/page-hr.png) no-repeat center center;
	height: 24px;
	max-width: 300px;
	margin: 0 auto 20px;
}



 .widget-inner > ul > li  {
	float: none;
	width: auto;
	margin-bottom: 20px;
}

.widget-inner > ul > li > a {
	font-family: Trocchi, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
	color: #DED7C3;
	display:block;
}



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



footer#content-info {
	background: url(images/page-pattern.png) #D6CFBC;
}

footer#content-info a {
	color: #52504d;
}

footer#content-info a:hover {
	color: #333;
}

footer#content-info .widget_text {
	margin-bottom: 30px;
}

footer#content-info .widget_text h4 {
	margin-bottom: 17px;
}

footer#content-info hr {
	border: none;
	border-bottom: solid 1px #aea999;
}

footer .footer {
	overflow:hidden;
	padding-top:36px;
	
}

footer#content-info .rio-badge {
	background: url(images/rio-footer.jpg) no-repeat;
	width: 105px;
	height: 72px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: -57px auto 0;
	margin-bottom: 20px;
}

#content-info {
	margin-top: 45px;
	padding: 0 0 36px;
	border-top: 1px solid #e5e5e5;
}


footer #CarouselFooter {
	padding:20px 0;
border-bottom: solid 1px #AEA999;
margin-bottom:30px;
text-align:center;

}
.footer-menu ul.menu,
.footer-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	font-size: 14px;
	padding: 0px;
}


footer .span4 ul.menu > li > a {
	font-family: Trocchi, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 16px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 16px;
	display: block;
}

.footer-menu {
	border-bottom: solid 1px #AEA999;
	padding-bottom: 30px;
}

.footer-menu li {
	margin-bottom: 5px;
	overflow: hidden;
}

.footer-menu ul.menu {
	list-style: none;
	margin: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

footer .span4 ul.menu > li  {
	float: left;
	width: 50%
}

/*ul.footer_social {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
}

ul.footer_social li {
	float: left;
	margin: 0;
}

ul.footer_social li a {
	background: url(../img/sm-black.png) no-repeat;
	float: left;
	height: 34px;
	text-indent: -99999px;
	width: 34px;
	margin-right: 10px;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

ul.footer_social li.li_twitter a {
	background-position: -34px 0;
}

ul.footer_social li.li_foursquare a {
	background-position: -68px 0;
}

ul.footer_social li a:hover {
	opacity: 0.7;
}*/

#content-info .footer-bottom {
	font-size: 13px;
	text-align: center;
}

#content-info .footer-bottom p {
	margin-bottom: 0;
}

#content-info .row.loghi {
	padding: 30px 0;
	border-bottom: solid 1px #AEA999;
	margin-bottom: 30px;
	text-align: center;
}

.sona-badge {
	font-size: 10px;
	text-transform: uppercase;
	color: #3b3828;
	font-weight: bold;
}

/*.sona-badge .icon.rd {
	background: url(images/rd-footer.png);
	width: 38px;
	height: 28px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
}*/


/* =============================================================================
    SERVICES
   ========================================================================== */

   
   .well {
	background: url(images/page-pattern.png) #d6cfbc;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	}

	.well.dark {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	background: url(images/page-pattern-dark.jpg) #beb8a7;
	}

.service-list .well p {
	margin-bottom: 10px;
	font-size:12px;
}


.service-list .well h2 {
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
}

.button-service {
	background: #ffc051;
	padding: 0;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	font-family: Trocchi, Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
	  -webkit-box-shadow:0 5px 1px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px -3px rgba(0, 0, 0, 0.2);
}


.button-service.hidden-tablet {
	text-indent:3px;
}
.button-service.alignleft {
	margin-bottom: 0;
}


.service-list .button-service.alignleft {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px
}


.button-service span {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	background: url(images/services-icon.png) no-repeat;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	background-size: auto 30px;
}

span.icon-data-conversion {
	background-position: 9% 0;
}

span.icon-data-process {
	background-position: 18.3% 0;
}

span.icon-form-process {
	background-position: 27.2% 0;
}

span.icon-form-filling {
	background-position: 36.5% 0;
}

span.icon-translate {
	background-position: 45.2% 0;
}

span.icon-ebook {
	background-position: 54.5% 0;
}

span.icon-image-process{
	background-position: 63.5% 0;
}

span.icon-data-extraction {
	background-position: 73% 0;
}

span.icon-others {
	background-position: 82% 0;
}

span.icon-rest {
	background-position: 91% 0;
}

span.icon-terme {
	background-position: 100% 0;
}

/* =============================================================================
   CONTACT
   ========================================================================== */ 
   



.rio-contact h2 {
	font-size: 20px;
}

.rio-contact p {
	margin-bottom: 0;
	display: block;
	position: relative;
	overflow:hidden;
}

.rio-contact small {
	color: #333;
	margin-bottom: 10px;
	line-height: 15px;
	margin-top: 0;
	display: block;
	font-size: 13px;
}


.rio-contact div.enquiry img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
	position: absolute;
	bottom: 13px;
	right: 4px;
	-webkit-border-radius: 25px; /* Saf3-4, iOS 1-3.2, Android =1.6 */
	border-radius: 25px; /* Opera 10.5, IE9, Saf5, Chrome, FF4+, iOS 4, Android 2.1+ */
	background: #fff;
	padding: 3px;
}

.rio-contact span.enquiry-form-control-wrap {
	position: relative;
	display: block;
}

.rio-contact span.enquiry-not-valid-tip {
/*
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 100;
	background: white;
	border: 1px solid red;
	font-size: 10pt;
	width: 97.5%;
	padding: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
*/
position: relative;
margin-top: -14px;
font-size: 0.8em;
}

.rio-contact div.enquiry-response-output {
	background: url(images/page-pattern.png);
	margin: 1.2em 0 1em;
	padding: 1em 1em;
}

.rio-contact div.enquiry-mail-sent-ok {
	border: 2px solid #398f14;
}

.rio-contact div.enquiry-mail-sent-ng {
	border: 2px solid #ff0000;
}

.rio-contact div.enquiry-spam-blocked {
	border: 2px solid #ffa500;
}

.rio-contact div.enquiry-validation-errors {
	border: 2px solid #f7e700;
}

.rio-contact br {
	display: none;
}

.rio-contact h2 br {
	display: block;
}
.rio-contact input {
	margin-bottom: 10px;
}

.rio-contact textarea {
	height: 100px;
	margin-bottom: 20px;
}

.rio-contact textarea {
	height: 100px;
	margin-bottom: 20px;
}

.rio-contact .acceptance-409 {
	float:left;
}

.rio-contact .acconsento {
	float:left;
	margin-left:10px;
	width: 88%;
}


.contact-list .well.dark {
	padding: 20px;
	overflow: hidden;
}

.contact-list .well.dark p {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 0;
}

.contact-list .well.dark img {
	width: 30px;
	height: 30px;
}

.contact-list .well.dark .button-service{
	line-height: 30px;
	margin-right: 10px;
}

.contact-list .well.dark.telephone p {
	
font-size: 12px;
line-height: 11px;
padding-left: 39px;
}

.contact-list .well.dark.email p {
	font-size: 12px;
}


div.enquiry {
	margin: 0;
	padding: 0;
}

div.enquiry-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.enquiry .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.enquiry-mail-sent-ok {
	border: 2px solid #398f14;
}

div.enquiry-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.enquiry-spam-blocked {
	border: 2px solid #ffa500;
}

div.enquiry-validation-errors {
	border: 2px solid #f7e700;
}

span.enquiry-form-control-wrap {
	position: relative;
}

span.enquiry-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.enquiry-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.enquiry-list-item {
	margin-left: 0.5em;
}

.enquiry-display-none {
	display: none;
}

div.enquiry img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.enquiry div.ajax-error {
	display: none;
}

div.enquiry .placeheld {
	color: #888;
}

/* form error messages */
.error{
color:red;
font-size:12px;
margin-bottom:5px;

}


/*  ======================
	  Media Queries
	===================== */
	
@media (max-width: 767px) {	

	body {
	padding-right: 0;
	padding-left: 0;
	}
	
	#wrap, 
	#content-info {
	padding-right: 0;
	padding-left: 0;
	}
	
	#content {
	padding-right: 20px;
	padding-left: 20px;
	width:auto;
	}
	
	.row-fluid [class*="span"] {
	 width: 100%;
	}
	
	.footer-menu {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	}
	
	.rio-contact .btn-contact {
	width: 100%;
	}


}

@media (min-width: 768px) {	

	#main {
		padding: 0 20px 30px;
	}
	
	.service-list p {
	clear: both;
}

.rio-contact h2,
.rio-contact .btn-contact {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.well.dark.rio-contact {
	padding: 30px 20px 20px;
}

}

 @media (min-width: 980px) {
 
	body {
	font-size: 16px;
	line-height: 23px;
	}
	
	label,
input,
button,
select,
textarea {
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
}

select,
input[type="text"],
input[type="email"]
input[type="tel"]
.uneditable-input {
	height: 22px;
	padding: 4px;
	font-size: 16px;
	line-height: 22px;
	min-height: 30px !important;
}
 
		
	.page-header {
    margin: 30px 0px 18px;
	}
	
	

.service-list .button-service.alignleft {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0;
}

.service-list .button-service {
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 10px;
}

.service-list p {
	clear: none;
}

.button-service span {
	width: 50px;
	height: 50px;
	background-size: auto;
}

.well {
	padding: 20px;
}


.rio-contact h2 {
	font-size: 24px;
}

.contact-list .well.dark p {
	line-height: 46px;
}

.contact-list .well.dark img {
	width: 50px;
	height: 50px;
}

.contact-list .well.dark .button-service {
	line-height: 50px;
	margin-right: 20px;
}

.contact-list .well.dark.telephone p {
font-size: 15px;
line-height: 11px;
padding-left:75px;
}


.contact-list .well.dark.email p {
	font-size: 17px;
}
 
 }


@media (min-width: 1200px) {
	#main {
		padding: 0 30px 30px;
	}
	
	.service-list .well p {
	margin-bottom: 0;
	font-size:14px;
}


	.service-list .well h2 {
	font-size: 20px;
	line-height: 30px;

	}
	
	.well {
	padding: 30px;
}

.contact-list .well.dark.email p {
	font-size: 21px;
}

}