/* ----- General Styling ----- */


body {
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}

.container, #latest_works, #bottom_content, #download {
    margin: auto;
    width: 1000px;
}

.bold_text {
    font-weight: bold;
}

.blue_text {
    color: #fe9b00;
    font-size: 15px;
}

/* ----- General Styling ----- */

/* ----- Header Styling ----- */

#header {
    background: #fff;
    height: 90px;
	border-bottom: 1px solid #f5860f;
}

h1 {
    float: left;
    margin-top: 30px;
}

h1 a {
    background: url(../../images/logo.png) no-repeat;
    display: block;
    height: 37px;
    text-indent: -9999px;
    width: 148px;
}

/* ----- Header Styling ----- */

/* ----- Main Navigation Styling ----- */

#main_menu {
    float: right;
    margin-top: 43px;
}

.first_list {
    float: left;
    margin: 0 14px;
}

.main_menu_first {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 8px;
    text-transform: uppercase;
}

.main_menu_first:hover {
    border-top: 5px solid #f5860f;
}

.with_dropdown {
    position: relative;
}

.with_dropdown li a {
    display: block;
}

.with_dropdown ul {
    background: #fff;
    border-bottom: 5px solid #f5860f;
    padding: 12px 0;
    position: absolute;
    top: 24px;
    visibility: hidden;
    width: 197px;
}

.first_list:hover.first_list ul {
    visibility: visible;
}

.with_dropdown .main_menu_first {
    background: url(../../images/arrow_down.png) no-repeat 92%;
    padding-right: 23px;
}

.with_dropdown:hover .main_menu_first {
    background: #fff url(../../images/arrow_down.png) no-repeat 92%;
    border-top: 5px solid #f5860f;
    color: #f5860f;
}

.second_list {
    margin: 0 5px;
    padding: 10px;
}

.second_list_border {
    border-bottom: 1px solid #e7e7e7;
}

.main_menu_second {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

.main_menu_second:hover {
    color: #f5860f;
}

.main_current {
    border-top: 5px solid #f5860f;
}

/* ----- Main Navigation Styling ----- */

/* ----- Slideshow Styling ----- */

#slideshow_area {
    padding: 19px 0 28px 0;
}

#mid_content {
    border-top: 1px solid #d9d9d9;
background: #F9F9F9;
height: 300px;
border-bottom: 1px solid #d9d9d9;
}

#slideshow_pagination {
    margin: 10px auto;
    width: 160px;
}

#slideshow_pagination li {
    float: left;
    margin: 0 9px;
}

#slideshow_pagination a {
    background: url(../../images/grey_button.png) no-repeat;
    display: block;
    height: 14px;
    width: 14px;
}

#slideshow_pagination a.current {
    background: url(../../images/white_button.png) no-repeat;
}

/* ----- Slideshow Styling ----- */

/* ----- Home Mid Content Styling ----- */

.mid_content_info {
    float: left;
    font-size: 13px;
    margin-top: 60px;
    width: 220px;
}

.mid_content_info h2 {
    font-size: 15px;
    font-weight: bold;
    height: 28px;
    margin-bottom: 15px;
    padding: 12px 0 0 59px;
}

.mid_content_info p {
    color: #363636;
    line-height: 20px;
    margin-bottom: 22px;
}

.mid_content_info a {
    color: #fe9b00;
}

.empresa {
	font-size: 2em;
	line-height: 1.5em;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	padding-bottom: 2.5em;
}
.titolempresa {
	font-size: 2em;
	line-height: 1.5em;
	padding-bottom: 1em;
	font-family:Arial;
	font-weight: bold;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	color:#f48000;
	padding-top: 1em;
}

.slidere1{
	width:100%;
	height:300px;
}
.slidere{
	width: 100%;
background-image: url(../../images/parking.jpg);
height: 100%;
background-size: cover;
}

.mid_content_info a img {
    margin: 0 8px 1px 0;
}

.mid_content_info a:hover {
    text-decoration: underline;
}

.mid_content_space {
    margin-right: 40px;
}

#clean {
    background: url(../../images/pen_icon.png) no-repeat left;
}

#responsive {
    background: url(../../images/screen_icon.png) no-repeat left;
}

#fully {
    background: url(../../images/layer_icon.png) no-repeat left;
}

#ready {
    background: url(../../images/paperplane_icon.png) no-repeat left;
}

#latest_works {
    clear: left;
}

#latest_works h3 {
    background: url(../../images/cursor_icon.png) no-repeat left;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    margin: 19px 0 15px 0;
    padding: 8px 0 0 38px;
}

#carousel_nav {
    float: right;
    margin-top: 20px;
}

#carousel_nav a {
    margin-left: 6px;
}

#carousel_wrapper {
    border-top: 1px solid #dfe1e5;
    border-bottom: 1px solid #dfe1e5;
    clear: left;
    height: 220px;
}

#carousel_wrapper li {
    float: left;
    margin: 30px 15px;
}



/* ----- Carousel and Portfolio Styling ----- */

#carousel_wrapper li{
	height: 160px;
    position: relative;
    width: 220px;
	}
    
	
#portfolio_list li {
	height: 218PX;
    position: relative;
    width: 300px;
}

#carousel_wrapper li a img, #portfolio_list li a img {
    bottom: 0;
    position: absolute;
    visibility: hidden;
}

#carousel_wrapper li:hover a img, #portfolio_list li:hover a img {
    visibility: visible;
}

#work01 {
    background: url(../../images/1d.jpg) no-repeat;
}

#work02 {
    background: url(../../images/2d.jpg) no-repeat;
}

#work03 {
    background: url(../../images/3d.jpg) no-repeat;
}

#work04 {
    background: url(../../images/4d.jpg) no-repeat;
}

#work05 {
    background: url(../../images/1d.jpg) no-repeat;
}

#work06 {
    background: url(../../images/2d.jpg) no-repeat;
}

#work07 {
    background: url(../../images/3d.jpg) no-repeat;
}

#work08 {
    background: url(../../images/4d.jpg) no-repeat;
}

#work09 {
    background: url(../../images/1d.jpg) no-repeat;
}

#work10 {
    background: url(../../images/latest_work10.jpg) no-repeat;
}

#work11 {
    background: url(../../images/11d.jpg) no-repeat;
}

#work22 {
    background: url(../../images/22d.jpg) no-repeat;
}

#work33 {
    background: url(../../images/33d.jpg) no-repeat;
}

#work44 {
    background: url(../../images/44d.jpg) no-repeat;
}

#work15 {
    background: url(../../images/latest_work15.jpg) no-repeat;
}

#work16 {
    background: url(../../images/latest_work16.jpg) no-repeat;
}

/* ----- Carousel and Portfolio Styling ----- */


#testimonials {
    clear: left;
    float: left;
    width: 430px;
}

#testimonials h3 {
    background: url(../../images/speechcloud_icon.png) no-repeat left;
    font-size: 15px;
    font-weight: bold;
    height: 18px;
    margin: 19px 0 15px 0;
    padding: 5px 0 0 38px;
}

#testimonials p {
    color: #363636;
    font-size: 14px;
    line-height: 24px;
}

.testimonial_name {
    font-style: italic;
    font-weight: bold;
}

#clients {
    float: right;
    margin-bottom: 40px;
}

#clients h3 {
    background: url(../../images/people_icon.png) no-repeat left;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    margin: 19px 0 15px 0;
    padding: 4px 0 0 38px;
}

#clients ul {
    background: #e8ebf1;
    height: 200px;
    width: 480px;
}

#clients img {
    float: left;
    margin: 1px;
}

#download {
    background: #e8fcfe;
    border: 1px solid #81e4ed;
    clear: both;
    height: 78px;
    width: 940px;
	visibility:hidden;
}

#download p {
    color: #363636;
    float: left;
    font-size: 16px;
    line-height: 26px;
    width: 608px;
}

#download a {
    background: url(../../images/download_button.png) no-repeat;
    display: block;
    color: #0d0707;
    font-size: 18px;
    font-weight: bold;
    float: right;
    height: 42px;
    margin: 8px 8px 0 0;
    padding: 22px 0 0 72px;
    width: 172px;
}

#download a:hover {
    color: #fff;
}

/* ----- Home Mid Content Styling ----- */

/* ----- Portfolio Content Styling ----- */

#portfolio_area {
    background: url(../../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#portfolio {
    font-size: 15px;
    font-weight: bold;
    height: 19px;
    margin-bottom: 12px;
}

#portfolio_menu {
    border-bottom: 1px solid #dfe1e5;
    border-top: 1px solid #dfe1e5;
    margin-bottom: 25px;
    padding-bottom: 20px;
}

#portfolio_menu ul {
    padding: 20px 0;
}

#portfolio_menu li, #portfolio_list li {
    float: left;
}

#portfolio_menu li {
    margin-right: 2px;
}

#portfolio_menu a {
    color: #000;
    font-size: 14px;
    padding: 7px 18px;
}

#portfolio_menu a:hover {
    background: #81e4ed;
}

.portfolio_menu_current {
    background: #81e4ed;
}

#portfolio_list {
    height: 760px;
	margin-left: -15px;
}

#portfolio_list li {
    margin: 15px 15px 100px;
}

#portfolio_pagination {
    border-top: 1px solid #dfe1e5;
    clear: left;
    margin-top: 30px;
    padding: 25px 0;
}

#portfolio_pagination ul {
    margin: auto;
    width: 233px;
}

#portfolio_pagination li {
    float: left;
    margin: 0 2px;
}

#portfolio_pagination a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 6px 9px;
}

#portfolio_pagination a:hover {
    background: #81e4ed;
}

a#pagination_next, a#pagination_end {
    background: #e8ebf1;
}

a#pagination_next:hover, a#pagination_end:hover {
    background: #bfc1c6;
}

#pagination_end {
    margin-left: 22px;
}

.pagination_current {
    background: #81e4ed;
}

/* ----- Portfolio Content Styling ----- */

/* ----- Contact Content Styling ----- */

#contact_area {
    background: url(../../images/banner_shadow.png) repeat-x;
    border-top: 1px solid #d9d9d9;
    padding-top: 38px;
}

#contact {
    background: url(../../images/envelope_icon.png) no-repeat;
    font-size: 15px;
    font-weight: bold;
    height: 15px;
    margin: 6px 0 17px 0;
    padding: 2px 0 0 40px;
}

#contact_info {
    border-top: 1px solid #dfe1e5;
    padding-top: 10px;
}

#contact_info_left {
    float: left;
    margin: 27px 0 33px 0;
    width: 574px;
}

#contact_info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

#contact_info_left p a:hover {
    text-decoration: underline;
}

#contact_info_right {
    float: right;
    margin-top: 30px;
}

#location_map {
    background: #e8fcfe;
    border: 1px solid #81e4ed;
    margin: 0 20px 36px 0;
    padding: 20px;
}

#location_map h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

#location_map img {
    border: 5px solid #fff;
}

#address h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

#address p {
    color: #363636;
}

/* ----- Contact Content Styling ----- */

/* ----- Form Styling ----- */

#contact_form {
    width: 480px;
}
	 
#contact_form li {
    font-size: 14px;
    padding: 2px 0px;
}
	 
#contact_form label {
    display: block;
    margin: 12px 0;
}
         
#contact_form input {
    height: 35px;
}

#contact_form input:focus, #contact_form textarea:focus {
    border: 1px solid #fe9b00;
}

#contact_form input, #contact_form textarea {
    border: 1px solid #b4bac5;
}

#contact_form input[type="submit"] {
    background: url(../../images/submit_button.png) no-repeat;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 64px;
    margin-top: 20px;
    padding: 0 0 6px 30px;
    width: 160px;
}

#contact_form input[type="submit"]:hover {
    color: #fff;
}

/* ----- Form Styling ----- */

/*footer start*/

#footer3{
	background:#e2e2e2;
	position:relative;
	width: 100%;
	height:101px;
	margin-top:430px;
}
#footer2{
	background:#e2e2e2;
	position:relative;
	width: 100%;
	margin-top:900px;
}
#footer{
	background:#e2e2e2;
	position:relative;
	width: 100%;
	height:51px;
	margin-top:-51px;
}
#footer .holder{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:13px 0 18px;
	
}
#footer .logo1{float:right;}
#footer .logo1 img{display:block;}
#footer .nav{
	height:1%;
	overflow:hidden;
	padding:10px 0 0;
}
#footer .nav li{
	float:left;
	background:url(../../images/sep01.gif) no-repeat 0 50%;
	padding:0 6px 0 9px;
	margin:0 9px 0 -9px;
	line-height:18px;
	display:inline;
}
#footer .nav li a{color:#5d5d5d;}
/*footer end*/

/* general reset */
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, hr, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
	text-align: left;
}
ol, ul {list-style:none;}
h1, h2, h3, h4, h5, h6, li {line-height:100%;}
blockquote, q {quotes:none;}
table {border-collapse:collapse; border-spacing:0;}
input, textarea, button {margin:0;font-family:inherit; font-size:1em;}
html{height:100%;}
q:before,q:after {content:"";}
body{
	font:12px/20px  Arial,Helvetica, sans-serif;
	color:#5d5d5d;
	background:#fff url(../../images/bg-body.gif) repeat-x;
	height:100%;
	min-width:970px;
	
}
/* general setings */
a{
	color: #000000;
	text-decoration: none;
}
#exclients{
	padding-top: 230px;
padding-bottom: 100px;
position: absolute;
margin-bottom: 100px;
color: #363636;
line-height: 20px;
	}
.text {
	width: 267px;
opacity: .9;
margin-top:30px;
/* position: absolute; */
bottom: 42px;
left: 0;
color: #fff;
padding: 35px 24px 47px 44px;
border-radius: 4px;
font-size: 16px;
line-height: 30px;
background-color: #EB9612;
margin-left: 670px;
}

#regulacio{
margin-top:-285px;
}