/**
 * MAIN STYLE SHEET
 */
 
 
/**************************************************************/

/*CLEARFIX*/

/**************************************************************/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
 
/**************************************************************/

/*GENERAL STYLES*/

/**************************************************************/

 @font-face {
    font-family: Telegrafico;
    src: url(/static/fonts/telegrafico.ttf);
}
 
 body {
	background-color: #838383;
	font-size: 100%;
 }
 
 
 a{text-decoration: none;}
 
 .center{text-align: center;}
 
 .align-left{text-align: left;}

.blue-title{color: #00a1e1 !important;}

.mini-title{
	color:  #00a1e1 !important;
	line-height: 50px !important;
}
 
.wrapper {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, trebuchet ms, sans-serif;
 }
 
 
.contact-wrapper{
	width: 830px;
	margin: 0 auto;
	font-family: verdana, trebuchet ms, sans-serif;
}
 
.text-wrapper{
	width: 830px;
	margin: 65px auto 0 auto;
	font-family: verdana, trebuchet ms, sans-serif;
}

.services-wrapper{
	width: 780px;
	margin: 65px auto 0 auto;
	font-family: verdana, trebuchet ms, sans-serif;
}

.text-wrapper h1{
	font-size: 36px;
	line-height: 54px;
	letter-spacing: 4px;	
	color: #212121;
}

.text-wrapper .error-page{
	font-size: 160px;
	line-height: 160px;
	font-weight: bold;	
	color: #212121;
}

.text-wrapper h2{
	font-size: 24px;
	line-height: 36px;	
	color: #212121;
	text-transform: uppercase;
}

.text-wrapper h3{
	font-size: 20px;
	line-height: 36px;	
	color: #212121;
	text-transform: uppercase;
	width: 100%;
}


.text-wrapper p{
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	color: #212121;
}

.home-txt p{
	font-size: 17px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #212121;
}

.text-wrapper .green{
	color: #4F9469;
}
 
/**************************************************************/

/*TOP BAR*/

/**************************************************************/
 
 
 .topbar {
	width: 100%;
	height: 60px;
 }
 
 .lang_select {
	display: inline-block;
	margin-left: 60px;
	width: 130px;
	line-height: 70px;
	color: #fff;
	font-family: Telegrafico;
	font-size: 18px;
 }
 
.fb_follow {
	margin-right: 60px;
	color: #fff;
	font-family: Telegrafico;
	line-height: 70px;
	font-size: 18px;
	line-height: 70px;
	float: right;
 }
 
 .fb_follow  a{
	line-height: 90px;
	float: left;
 }
 
 .fb_follow-2 {
	margin-right: 60px;
	color: #fff;
	font-family: Telegrafico;
	line-height: 70px;
	font-size: 18px;
	display: inline-block;
	float: right;
	margin-top: -70px !important;
 }
 
 .fb_follow-2  a{
	line-height: 90px;
	float: left;
 }
 
 /**************************************************************/

/*ROUNDED DIV*/

/**************************************************************/
 
 .rounded_div {
	background: #fff url(/static/images/bg_image.png) no-repeat;
	border-radius:25px;
	width: 100%;
	min-height: 600px;
	padding-bottom: 110px;
 }
 
 
  /**************************************************************/

/*LANDING PAGE*/

/**************************************************************/
 
  
   .rounded_div_landing_page {
	background: #fff;
	border-radius:25px;
	width: 100%;
	min-height: 500px;
	padding-bottom: 75px;
 }
 
 .logo_landing_page {
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
}

.logo_landing_page img{
	margin-top: 180px !important;
}

  .topbar_landing_page {
	width: 100%;
 }
 
 .lang_select_landing_page {
	width: 200px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: Telegrafico;
	font-size: 18px;
 }
 
.fb_follow_landing_page{
	border-top: 2px dotted black;
	margin-top: 50px;
	color: #1141a0;
	font-family: Telegrafico;
	font-size: 18px;
	width: 250px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
 }
 
 .fb_follow_landing_page  a{
	line-height: 90px;
	float: left;
 }
 
 /**************************************************************/

/*MENU CONTAINER*/

/**************************************************************/
 .menu {
	 height: 185px;
}

.logo {
	padding-left: 55px;
	margin-top: 75px;
	display:inline-block;
	float:left;
	width: 310px;
}

.topic-margin{margin-top: 13px;}

.menu_container {
	width: 507px;
	margin-top: 46px;
	float: right;
	height: 105px;
	display:inline-block;	
}

.menu_container ul li {
	display: inline-block;
	height: 80px;
	line-height: 100px;
	padding: 10px;
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
}

.menu_container ul li:hover {
	display: inline-block;
	height: 80px;
	padding: 10px;

	background: -moz-linear-gradient(top, rgba(0,161,225,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,161,225,1)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,161,225,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,161,225,1) 0%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,161,225,1) 0%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,161,225,1) 0%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a1e1', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
}

.menu_container ul li a{
	font-family: Myriad Pro , Helvetica, Arial, sans-serif; 
	font-size: 18px;
	height: 90px;
	line-height: 100px;
	vertical-align: top;
	color: #00a1e1;
	text-decoration:none;
	display: inline-block;
	transform: skew(30deg) !important;
	-o-transform: skew(30deg) !important;
	-moz-transform: skew(30deg) !important;
	-webkit-transform: skew(30deg) !important;
}

.menu_container ul li a:hover{
	font-family: Myriad Pro , Helvetica, Arial, sans-serif; 
	font-size: 18px;
	color: #fff;
	text-decoration:none;
	display: inline-block;
	transform: skew(30deg) !important;
	-o-transform: skew(30deg) !important;
	-moz-transform: skew(30deg) !important;
	-webkit-transform: skew(30deg) !important;
}


/*MENU ICONS*/

.home_icon {
	background-image:url(/static/images/power_icon.png);
	background-repeat:no-repeat;
	background-position: 14px 20px;
}

.home_icon:hover {
	background-image:url(/static/images/power_icon_hover.png);
	background-repeat:no-repeat;
	background-position: 14px 20px;
}

.company_icon {
	background-image:url(/static/images/company_icon.png);
	background-repeat:no-repeat;
	background-position: 14px 20px;
}

.company_icon:hover {
	background-image:url(/static/images/company_icon_hover.png);
	background-repeat:no-repeat;
	background-position: 14px 20px;
}

.newsletter_icon {
	background-image:url(/static/images/newsletter_icon.png);
	background-repeat:no-repeat;
	background-position: 31px 7px;
	line-height: 25px !important;
}

.newsletter_icon:hover {
	background-image:url(/static/images/newsletter_icon_hover.png);
	background-repeat:no-repeat;
	background-position: 31px 7px;
	line-height: 25px !important;
}

.services_icon {
	background-image:url(/static/images/services.png);
	background-repeat:no-repeat;
	background-position: 16px 18px;
}

.services_icon:hover {
	background-image:url(/static/images/services-hover.png);
}


.contact_icon {
	background: transparent url(/static/images/contact-icon.png) no-repeat 25px 21px;
}

.contact_icon:hover {
	background-image:url(/static/images/contact-icon-hover.png);
}


/**************************************************************/

/*IMAGES*/

/**************************************************************/

.home-gallery{
	width: 100%;
	padding: 5px 0;
	margin: 35px 0px;
}

.home-gallery ul li{
	float: left;
}



/**************************************************************/

/*NEWSLETTER*/

/**************************************************************/

.newsletter{
	padding: 20px 0;
}

.newsletter .textform{
	width: 315px;
	height: 25px;
	padding: 0 5px;
	color: #333333;
	background: #f5f5f5;
	border: 1px solid #d8d5d5;
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 100%);
	background: linear-gradient( to bottom,  rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 80%);
}

.newsletter .textform::-webkit-input-placeholder{
	color: #333;
}

.newsletter .textform:-moz-placeholder{
	color: #333;
}


.newsletter .button{
	width: 75px;
	height: 27px;
	cursor: pointer;
	color: #333333;
	background: #f5f5f5;
	border: 1px solid #d8d5d5;
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 100%);
	background: linear-gradient( to bottom,  rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 80%);
}



/**************************************************************/

/*SERVICES*/

/**************************************************************/

.services-wrapper ul li{
	float: left;
	width: 260px;
	height: 210px;
	margin-bottom: 20px;
}

.services-wrapper ul li a{
	color: #000;
}


/**************************************************************/

/*GENERAL CONTACT*/

/**************************************************************/

.general-contact{
	width: 500px;
	padding: 5px 0;
	float:left;
    font-size: 12px;
    line-height: 18px;
}

td{
	padding: 5px 5px 10px 5px !important;
	vertical-align: middle !important;
	font-size: 12px !important;
	letter-spacing: 1px;
	font-weight: normal;
}

.localization-icon{
	position: relative;
	width:36px;
	height: 54px;
	background: url(/static/images/localization.png) no-repeat center center;
	
}


.gps-icon{
	position: relative;
	width:36px;
	height: 54px;
	background: url(/static/images/gps.png) no-repeat center center;
	
}

.phone-icon{
	position: relative;
	width:36px;
	height: 54px;
	background: url(/static/images/phone.png) no-repeat center center;
}

.message-icon{
	position: relative;
	width:36px;
	height: 54px;
	background: url(/static/images/message.png) no-repeat center center;
}


.advice{
	font-size: 12px;
	line-height: 18px;
	margin-top: 60px;
}




.contact-form{
	width: 330px;
	float: left;
	font-family: verdana, sans-serif;
}

.contact-form .map{
	width: 330px;
	height: 165px;
	float: left;
	background-color: #373A39;
	margin-bottom: 25px;
}

.contact-form .contactform-inner .textform{
	width: 320px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid #d8d5d5;
	margin: 5px 0;
	padding: 0 5px;
	color: #333333;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 100%);
	background: linear-gradient( to bottom,  rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 80%);
}

.contact-form .contactform-inner .textform::-webkit-input-placeholder{
	color: #333;
}

.contact-form .contactform-inner .textform:-moz-placeholder{
	color: #333;
}

.contact-form .contactform-inner .message-form{
	width: 320px;
	height: 95px;
	border-radius: 3px;
	resize: none;
	border: 1px solid #d8d5d5;
	margin: 5px 0;
	padding: 5px;
	font-family: verdana, sans-serif;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 100%);
	background: linear-gradient( to bottom,  rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 80%);
}

.contact-form .contactform-inner .message-form::-webkit-input-placeholder{
	color: #333;
}

.contact-form .contactform-inner .message-form:-moz-placeholder{
	color: #333;
}

.contact-form .contactform-inner .button{
	float: right;
	width: 75px;
	height: 27px;
	cursor: pointer;
	margin-right: 10px;
	background: #f5f5f5;
	border: 1px solid #d8d5d5;
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 100%);
	background: linear-gradient( to bottom,  rgba(245, 245, 245, 0.2) 30%, rgba(164, 164, 164, 0.2) 80%);
	
}

/**************************************************************/

/*FOOTER*/

/**************************************************************/

footer{
	padding: 10px 0 !important;
	color: #fff;
}

footer p{
	font-size: 12px;
}

footer a{
	color: #fff;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

footer a:hover{
	color: #00a1e1;
}
