@charset "utf-8";
@import url(navigation.css);
@import url(icone.css);
@import url(print.css);

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-rendering: optimizelegibility;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f36900;
}
a {
	color: #03c7de;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	outline: medium none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a, a:hover, a:active {
    outline: medium none;
	
}
:focus { outline: none; }
a:hover,
a:focus {
	color: #949393;
	transition: all 0.5s ease 0s;
}
a:visited, a:focus {
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1,
h2,
h3,
.page-header {
 	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}
h1:first-letter,
h2:first-letter,
h3:first-letter {
  text-transform: uppercase;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
li {
  list-style-type: none;
}
/*Pagination*/
.pagination {
	height: auto;
	text-align: center;
	overflow: hidden;
}
.pagination ul {
	position: relative;

}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body.site{
    background: none repeat scroll 0 0 #fff;
    color: #353535;
    font-family: 'Trebuchet MS';
    font-size: 14px;
    line-height: 20px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	margin: 0px;
	outline: 0 none;
	padding: 0px;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.pull-left img {
	margin-right: 30px;
	margin-bottom: 20px;
}
#wrapper {
	position: relative;
	width: 100%;
}
.width55{
	width: 55%;
}
.left{
	float: left;
}
.width45{
	width: 45%;
}
.bg_top {
    width: 100%;
	min-height: 131px;	
	background-attachment: scroll;
	background-image: url(../images/headers/header-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation-row {
	background-attachment: scroll;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.right {
    float: right;
}
.scroll_top {
	position: absolute;
	top: 25px;
	width: 100%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	margin-top: 0px !important;
}
.bg_content, .bg_content {
	background: none repeat scroll 0 0 #202020;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0px;
}
#header-row {
	position: relative;
	left: 0px;
	top: 0px;
}
.row-container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.row-container:after {
	clear: both;
}
.row-container:before,
.row-container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}

#navigation-row .col-1 {
	float: left;
	width: 300px;
}
#navigation-row .col-2 {
	float: left;
}
.lang_switcher {
	height: 60px;
	position: relative;
	font-size: 10px;
	line-height: 60px;
	text-transform: uppercase;
}
.lang_switcher_modul {
	float: right;
}
#brand {
	height: 89px;
	position: relative;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 38px;
	background-color: #03c7de;
}
.site-description {
	margin-bottom: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 23px;
	text-align: justify;
}
.footer_section {
	background: none repeat scroll 0 0 #202020;	
}
.footer_section .container-fluid {
	padding-top: 40px;
	margin-bottom: 35px;
}
.block-footer-1 {
	margin-left: 80px;
	color: #4f4f4f;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	float: left;
	width: 320px;
}
.block-footer-1 a {
	color: #4f4f4f;
	text-decoration: none;		
}
.block-footer-1 a:hover {
	color: #FFF;
}
.copyright p {
	padding-top: 11px;
}
.social_icone {
	padding-top: 17px;
	overflow: hidden;
}
.social_icone ul {
	margin: 0px;
	padding: 0px;
}
.social_icone ul li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.social_icone li a {
    background: none repeat scroll 0 0 #4f4f4f;
    border-radius: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius:36px;
    display: block;
}
.social_icone li a:hover {
	background: none repeat scroll 0 0 #949393;
}
.col-md-6.half-right .container{
	width: 100%;
}
.item-pagearvideo .pull-left img{
	margin-right: 0;
}
#breadcrumb{
	margin-top: 36px;
}
.backtotop {
    width: 70px;
    height: 65px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    font-size: 0px;
    line-height: 0px;
    background: none repeat scroll 0 0 #949393;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: middle;
    font-size: 40px;
    line-height: 60px;
    color: transparent;
    text-decoration: none;
    z-index: 5;
    border: none;
    padding-top: 5px;
    cursor: pointer;
}
.backtotop:hover {
	background: none repeat scroll 0 0 #4f4f4f;
}
.icon-uparrow {
	font-size: 40px;
	line-height: 60px;
	color: #FFF;
	margin-left: 15px;	
}
.left {
	float: left;
}
.right {
	float: right;
}
.block-footer {
	display: inline-block;
	margin-top: 18px;
}
.block-footer h3.page-header {
	margin-bottom: 35px !important;
	color: #4f4f4f;
	line-height: 40px !important;
	margin-top: 0px !important;
	font-size: 28px !important;
}
.block-footer-2, .block-footer-3 {
	width: 240px;
	margin-right: 20px;
}
.block-footer-4 {
	width: 190px;
}
.footer_top_section {
    background: none repeat scroll 0 0 #353535;
    color: #fff;   
}
.footer_col1 {
	font-family: 'Open Sans',sans-serif;
	float: left;
	width: 850px;
	color: #353535;
	font-size: 36px;
	letter-spacing: 2px;
	line-height: 45px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	background: none repeat scroll 0 0 #03c7de;
}
.footer_col1:before {
	background: none repeat scroll 0 0 #03c7de;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -2000px;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
}
.footer_col2 {
	float: right;
	width: 260px;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding-left: 40px;
	color: #FFF;
}
.footer_col2 p {
	margin-bottom: 0px;
	margin-top: 30px;	
}
.footer_col2 a {
	background-image: url(../images/marker1.gif);
	background-position: right center;
	padding-right: 40px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	float: left;
	color: #FFF;
}
a.readmore,
.readmore a {
	background-image: url(../images/marker1_1.gif);
	background-position: right center;
	padding-right: 40px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	float: right;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 27px;
}
a.readmore:hover,
.readmore a:hover {
	background-image: url(../images/marker1_2.gif);
}
p.readmore {
	display: block;
	overflow: hidden;
}
span.icon-chevron-right {
	display: none;
}
.footer_col2 a:hover {
	color: #03c7de;
	background-image: url(../images/marker1_1.gif);
	text-decoration: none;
}
.bg_content {
	background: none repeat scroll 0 0 #fff;
	min-height: 300px;
	padding-top: 51px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#component {
	min-height: 0px;	
}
.row-fluid .itemSpan12, .row-fluid .span12 {
    width: 100%;
}
.row-fluid [class*="itemSpan"], .row-fluid [class*="span"] {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 30px;
    padding-left: 0px;
    width: 100%;
}
.footer_top_module div.custom p {
	padding: 0px !important;
	margin: 0px;
}
.footer_banner_section {
	background: none repeat scroll 0 0 #fafafa;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 220px;
}
.content_footer {
	font-size: 28px;
	line-height: 32px;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
}
.content_footer p {
	margin: 0px;
	padding: 0px;
}
.content_footer h3 {
	font-size: 60px;
	line-height: 66px;
	color: #0098AA;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
.content_footer h4 {
	font-size: 28px;
	line-height: 36px;
	color: #0098AA;
	font-family: 'Open Sans', sans-serif;
	text-transform: lowercase;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin-top: 10px;
	margin-bottom: 23px;
}
.footer_slide {
	width: 520px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-image: url(../images/bg_slide_testimon.png);
	background-repeat: no-repeat;
	background-position: left 0px;	
}
.omytravel_modul {
	height: auto;
	width: 640px;
}
#header-section-3 {
	background: none repeat scroll 0 0 #353535;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
.icon-phone,
.icon-envelope {
	font-size: 36px;
	line-height: normal;
	border: 1px solid #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	margin-right: 20px;
	position: relative;
}
#header-section-3 .address {
	font-size: 60px;
	line-height: 62px;
	margin-bottom: 0px;
	font-weight: 800;
	position: relative;
	width:auto;
}
.inlinebloc {
	display: inline-block;
}
.address_cond {
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 15px;
}
.col_address_1, .col_address_2 {
	display: inline-block;
	float: left;
	width: 50%;
}
#header-section-2 {
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.headslide {
	position: relative;
	padding-left: 37px;
}
.headslide h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 428%;
	line-height: 68px;
	margin-bottom: 35px;
	max-width: 75%;
	position: relative;
	font-weight: 800;
	text-transform: none;
}
.headslide h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	margin-bottom: 16px;
}
.headslide p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-transform: none;
}
a.slide_more {	
	height: 150px;
	width: 150px;
	background-color: #03c7de;	
	background-image: url(../images/marker1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
	float: right;
	position: absolute;
	top: 120px;
	right: 60px;
	-webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 24px 0rgba(0,0,0,.2);
	box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
}
a.slide_more:hover {
	background-attachment: scroll;
	background-color: #4f4f4f;
	background-repeat: no-repeat;
}
.headslide h4.slide_lang {
	color: #FFF;
	font-weight: 800;
	margin-top: 15px;
	font-size: 30px;
	line-height: 32px;
}
.blog-featured h2.item-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: #353535;
	text-transform: none;
	text-align: left;
	margin-bottom: 40px;
	display: block;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width40 {
	width: 40%;
}
.width45 {
	width: 45%;
}
.width50 {
	width: 50%;
}
.width55 {
	width: 55%;
}
.width60 {
	width: 60%;
}
.width65 {
	width: 65%;
}
.width70 {
	width: 70%;
}
.blog-featured .item-image {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.blog-featured .item-image img {
	width: 100%;
}
.blog-featured .column-1 h4.whoweare {
	font-size: 22px;
	color: #000;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	vertical-align: middle;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 59px;
	padding-bottom: 59px;
	text-transform: none;
	line-height: 26px;
}
.blog-featured .column-2 p,
.blog-featured .column-3 p {
	text-align: justify;
}
.column-1 p a {
	text-transform: lowercase;
}
.front_page_read_more {
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}
.available {
	position: relative;
	margin-left: 120px;
}
.available h3.modern {
	color: #0098AA;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 50px !important;
	font-weight: 800 !important;
	line-height: 54px !important;
	text-transform: none;
	margin-bottom: 54px !important;
	margin-top: 0px !important;
}
.available h3.av_fr {
	margin-bottom: 0px !important;
}

span.number_dev {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #03c7de;
	background:-moz-linear-gradient(0deg, rgb(53,53,53) 0%, rgb(106,106,106) 100%);
	background:-webkit-linear-gradient(0deg, rgb(53,53,53) 0%, rgb(106,106,106) 100%);
	background:-o-linear-gradient(0deg, rgb(53,53,53) 0%, rgb(106,106,106) 100%);
	background:-ms-linear-gradient(0deg, rgb(53,53,53) 0%, rgb(106,106,106) 100%);
	background:linear-gradient(0deg, rgb(53,53,53) 0%, rgb(106,106,106) 100%);
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 80px;	
	margin-bottom: 11px;
}
.dev_number {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #353535;
}
table.numbertable {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
table.numbertable td {
	text-align: center;
	width: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.case_available table {
	text-align: center;	
}
.case_available  {
	overflow: hidden;
	text-align: center;
}
.case_available h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	color: #000;
	margin-bottom: 26px;
	margin-top: 35px;
	padding: 0px;
	text-align: left;
	text-transform: none;
}
.blog-featured h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
	color: #000;
	margin-bottom: 17px;
	margin-top: 20px;
	padding: 0px;
	text-align: left;
	text-transform: none;
}
.features_module h3,
.techoverview h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 66px;
	color: #FFF;
	text-transform: none;
	text-align: center;
	margin-bottom: 40px;
}
.features_module a {
	color: #FFF;
}
.features_module a:hover {
	color: #03c7de;
}
.customfeatures_module {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
#mainbottom-row {
	margin-top: 0px;
	position: relative;
	background-color: #353535;
	padding-top: 55px;
	padding-bottom: 75px;
}
.features_bloc {
	overflow: hidden;
	position: relative;
	text-align: center;
}
.features_bloc [class*="fut_bloc"]:first-child {
	margin-left: 0px;
}
.fut_bloc {
	float: left;
	width: 160px;
	margin-left: 40px;
	padding-top: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.fut_image {
	height: 140px;
	width: 140px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #03c7de;
	background:-moz-linear-gradient(90deg, rgb(1,167,187) 0%, rgb(3,199,222) 100%);
	background:-webkit-linear-gradient(90deg, rgb(1,167,187) 0%, rgb(3,199,222) 100%);
	background:-o-linear-gradient(90deg, rgb(1,167,187) 0%, rgb(3,199,222) 100%);
	background:-ms-linear-gradient(90deg, rgb(1,167,187) 0%, rgb(3,199,222) 100%);
	background:linear-gradient(0deg, rgb(1,167,187) 0%, rgb(3,199,222) 100%);
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 130px;
	-webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 24px 0rgba(0,0,0,.2);
	box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
	margin-bottom: 11px;
	position: relative;
	top: 0px;
}
div.mod-languages a:hover {
	color: #FFF;	
}
#breadcrumb {
	background: none repeat scroll 0 0 #fafafa;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
}
#breadcrumb .breadcrumb {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 12px;
	padding-bottom: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	color: #4f4f4f;
}
#breadcrumb .breadcrumb li {
	 text-shadow: none;
}
#breadcrumb .breadcrumb > .active {
	color: #4f4f4f;
	font-weight: normal;
}
#breadcrumb span.icon-home {
	color: #03c7de;
	font-size: 14px;
}
.item-page .page-header h2,
.item-page_onlinesupport .page-header h1 {
	margin-bottom: 55px;
	font-size: 46px;
	line-height: 50px;
	font-weight: 800;
	text-transform: none;
}
.item-page_onlinesupport h3 {
	text-transform: none;
	margin-bottom: 53px;
}
.contact_map {
	margin-bottom: 45px;
	overflow: hidden;
	position: relative;
}
iframe {
	border: none;	
}
h3.contact-title,
.contact_form h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.contact-content h4 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 22px;
	margin-bottom: 7px;
	padding: 0px;
}
.contact-content h5 {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0px;
}
.contact_form {
	margin-left: 35px;
}
.contact_form select, .contact_form textarea, .contact_form input[type="text"], .contact_form input[type="password"] {
	color: #555555;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 9px;
	padding: 8px;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
	background-color: #FFF;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.contact_form input[type="text"], 
.contact_form input[type="password"],
.contact_form textarea {
	width: 90%;
}
.formResponsive input.rsform-error,
.formResponsive textarea.rsform-error,
.formResponsive select.rsform-error
{
  color: #b94a48;
  border-color: #b94a48;
}

.formResponsive input.rsform-error:focus,
.formResponsive textarea.rsform-error:focus,
.formResponsive select.rsform-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}
#recaptcha_privacy a {
	color: #03c7de;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}
#recaptcha_privacy a:hover {
	color: #353535;
}
.formResponsive input[type="submit"] {
	background-color: #03c7de;
	background-image: none;
	background-repeat: repeat-x;
	border-color: #03c7de;
	color: #ffffff;
	text-shadow: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.formResponsive input[type="submit"]:hover {
	 background-color: #353535;
	  border-color: #353535;
}
input.rsform-submit-button {
	margin-top: 25px;
}
.thank_message {
	font-size: 14px;
	line-height: 22px;
	background-color: #fafafa;
	display: block;
	padding: 25px;
	margin-top: 55px;
}
.left_module h2, .page-header h2,
.category-desc h3,
.blog_page h2,
.right h3.page-header,
.whatwedo h3,
.left h3.page-header,
.palydisplayproducts .page-header h1 {
	margin-bottom: 55px;
	font-size: 46px;
	line-height: 50px;
	font-weight: 800;
	text-transform: none;
	margin-top: 10px;
}
.blog_page .page-header h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: none;
	margin-top: 20px;
	display: block;
	overflow: hidden;
}
.left_module ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 41px;
	margin-left: 0px;
}
.servicesmod {
	margin-top: 80px;
	margin-bottom: 53px;
	overflow: hidden;
	padding-top: 53px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.features_mobile {
	margin-top: 80px;
	margin-bottom: 50px;
	overflow: hidden;
}
.csolutions_mobile {
	margin-top: 80px;
	margin-bottom: 50px;
	overflow: hidden;
}
.left_module ul li {
	display: block;
	margin-bottom: 17px;
	overflow: hidden;
}
.left_module a.readmore {
	margin-top: 17px;
}
.newsflash-vertleft_module h4 {
	font-size: 22px;
}
.hbloc {
	display: block;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	margin-top: 73px;
	margin-bottom: 73px;
	background-color: #03c7de;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
}
.hblocfr {
	display: block;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 43px;
	background-color: #03c7de;
	padding-top: 37px;
	padding-right: 20px;
	padding-bottom: 38px;
	padding-left: 20px;
}
.category-moduleexpertblog ul,
ul.category-moduleexpertblog {
	margin: 0px;
	padding: 0px;
}
.tags {
	display: block;
	margin-bottom: 43px;
	overflow: hidden;
}
.label-info[href], .badge-info[href] {
	background-color: #03c7de;
	color: #FFF;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
} 
.items-leading [class^="leading-"] {
	display:block;
	overflow:hidden;
	margin-bottom: 73px;
	padding-bottom: 33px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #353535;
}
.items-leading [class^="leading-"]:last-child {
	border-bottom:none;
	padding-bottom: 0px;
}
.category-moduleexpertblog h3 {
	background-color: #03c7de;
	font-size: 24px;
	text-transform: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 31px;
}
.category-moduleexpertblog li ul {
	margin-left: 11px;
}
.category-moduleexpertblog li ul li {
	margin-bottom: 11px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 24px;
}
.category-moduleexpertblog li a.mod-articles-category-title  {
	color: #353535;
}
.category-moduleexpertblog li a.mod-articles-category-title:hover  {
	color: #03c7de;
}
ol.pre_content li {
	list-style-type: decimal;
	margin-bottom: 53px;
}
.customwhatwedo ul {
	margin: 0px;
	padding: 0px;
}
.customwhatwedo ul li {
	vertical-align: text-top;
	display: block;
	overflow: hidden;
	margin-bottom: 53px;
}
span.donumber {
	font-size: 48px;
	font-family: 'Open Sans', sans-serif;
	line-height: 75px;
	color: #FFF;
	background-color: #353535;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	height: 75px;
	width: 75px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	float: left;
	margin-right: 22px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.customwhatwedo ul h4 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
}
h4.serviceshead {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 53px;
	font-weight: 800;
	color: #03c7de;
}
h4.servicesheadblack {
	font-family: 'Open Sans', sans-serif;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 53px;
	font-weight: 800;
	color: #000;
}
.sbloc {
	display: block;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin-top: 52px;
	margin-bottom: 33px;
	background-color: #03c7de;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 36px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.main_bottom {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}
ul.newsflash-horizservicesmod {
	margin: 0px;
	padding: 0px;
}
ul.newsflash-horizservicesmod li {
	display: inline-block;
	float: left;
	width: 22.75%;
	margin-right: 3%;
}
ul.newsflash-horizservicesmod li:last-child {
	margin-right: 0%;
}
ul.ulservice li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 9px;
	line-height: 18px;
	font-weight: 600;
	color: #000;
}
.ulservice li a {
	font-family: 'Open Sans', sans-serif;	
	color: #000;
}
.ulservice li a:hover {
	color: #03c7de;
}
.techoverview {
	color: #FFF;
}
.cms_platform {
	overflow: hidden;
	display: block;
	margin-top: 55px;
	margin-bottom: 73px;
}
.executive_team {
	overflow: hidden;
	display: block;
	margin-top: 0px;
	margin-bottom: 53px;
	padding-top: 0px;

}
.arplatform h3 {
	padding: 0px;
	margin-top: 46px;
	margin-bottom: 46px;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 66px;
	text-transform: none;
}
.cms_platform h3,
.features_mobile h3,
.csolutions_mobile h3 {
	display: inline-block;
	float: left;
	width: 35%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 66px;
	text-transform: none;
}

.customcms_platform,
.customfeatures_mobile,
.customcsolutions_mobile {
	display: inline-block;
	float: left;
	width: 61%;
}
.customexecutive_team ul,
.customtechoverview ul {
	margin: 0px;
	padding: 0px;
}
.customtechoverview ul li {
	/*
	float: left;
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	*/
}
.customtechoverview ul li:last-child,
.customexecutive_team ul li:last-child {
	margin-right: 0px;
}
.executive_team h3 {
	display: inline-block;
	float: left;
	width: 27%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 66px;
	text-transform: none;
}
.customexecutive_team {
	display: inline-block;
	float: left;
	width: 68%;
}
.customexecutive_team ul li {
	display: inline;
	float: left;
	width: 21.25%;
	margin-right: 5%;
	text-align: center;	
}
.executive_team h4 {
	background-color: #353535;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	font-weight: 600;
}
.customtechoverview h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 32px;
	margin-bottom: 22px;
}
.customtechoverview ul li ul {
	display: inline-block;
	float: left;
	margin-right: 25px;
}
.customtechoverview ul li ul li {
	display: block;
	float: none;
	width: 100%;
	margin-right: 0px;
	font-size: 16px;
	line-height: 22px;
}
.customfeatures_mobile ul,
.contentproduct_features ul {
	display: inline-block;
	float: left;
	width: 45%;
}
.customfeatures_mobile ul li {
	margin-bottom: 5px;
}
.customfeatures_mobile ul h4 {
	margin: 0px;
}
.customcsolutions_mobile ul {
	display: inline-block;
	float: left;
}
.customcsolutions_mobile ul li  {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.item-pagebrief .span9,
.item-pagebrief .span3 {
	margin-top: 33px;
}
.formResponsive input[type="text"],
.formResponsive textarea,
textarea#Message {
	background-color: #FFF;
	border: 1px solid #cccccc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	width: 70%;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 11px;
	font-family: "Open Sans",sans-serif;
}
.formResponsive select {
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 11px;
	font-family: "Open Sans",sans-serif;
	height: 38px;
}
.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.formResponsive textarea {
	width: 90%;
}
.formResponsive .formHorizontal .formControls {
	width: 60%;
	margin-left: 0px;
	float: left;
}
.formResponsive .formHorizontal .formControlLabel {
	width: 37%;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	float: left;
	text-align: left;
	margin-right: 3%;
	font-size: 16px;
	line-height: 20px;
	color: #353535;
	font-weight: 600;
}
.formResponsive .formHorizontal .formControlLabel p.formDescription {
	color: #868686;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	line-height: 16px;
}
.formResponsive input[type="checkbox"],
.formResponsive input[type="radio"]{
	display: inline-block;
	height: 20px;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 18px;
}
.marginleft20 {
	margin-left: 40px;
}
.marginright20 {
	margin-right: 40px;
}
h4.newsflash-titleservicesmod {
	text-align: center;
}
.customidea_left h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 36px;
	color: #CECECE;
	display: block;
	margin-bottom: 21px;
}
.servicesmenu {
	margin-top: 63px;
}
.servicesmenu li a {
	color: #000;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 9px;
}
.servicesmenu li a:hover,
.servicesmenu li.current a,
.servicesmenu li.active a {
	color: #03c7de;
}
.seosmm h3.page-header {
	margin-bottom: 37px;
}
.seosmm h3 {
	text-transform: none;
	color: #03c7de;	
}
.customseosmm h3 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
}
.seomodule h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 800;
	text-transform: none;
	line-height: 42px;
}
.item-page_mytravel .page-header h2 {
	text-align: center;
	background-color: #03c7de;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #FFF;
	margin-top: 25px;
	margin-bottom: 40px;
}
.item-page_mytravel h2.myttitreh2 {
	text-align: left;
	padding-top: 28px;
	padding-bottom: 28px;
	color: #000;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 50px;
	margin-bottom: 0px;
	margin-top: 80px;
	font-size: 46px;
}
.contentproduct_features h4 {
	font-weight: 800;
	text-transform: none;
	line-height: 40px;
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	font-size: 32px;
}
.fullcontent {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.item-page_mytravel h2.myttitreh2content {
	text-align: left;
	padding-bottom: 28px;
	color: #FFF;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 50px;
	font-size: 46px;
	background-color: #0098AA;
	display: inline-block;
	padding-top: 28px;
	padding-right: 28px;
	padding-left: 28px;
}
.features_omytravel h3 {
	text-align: center;
	padding-bottom: 28px;
	color: #000;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	line-height: 50px;
	font-size: 46px;
	margin-top: 30px;
	margin-bottom: 25px;
}
.customfeatures_omytravel table tr td {
	vertical-align: top;
}
#header-section-availble {	
	padding-top: 15px;
	padding-bottom: 45px;
	overflow: hidden;
}
#header-augmented-reality .row-container {
	padding-top: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 45px;
}
#header-section-availble .row-container {
	padding-top: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
.case_developeur {
	float: left;
	width: 45%;
}
.case_developeur h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 48px;
	position: relative;
	font-weight: 800;
	text-transform: none;
	color: #0098aa;
	margin-bottom: 28px;	
	text-align: center;
}
.case_webmaster {
	float: left;
	width: 45%;
	margin-left: 10%;
}  
.case_webmaster h3 {
	text-transform: none;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #FFF;
	line-height: 48px;
	background-color: #0098aa;
	margin-bottom: 2px;
}
.case_webmaster ul {
	margin: 0px;
	padding: 0px;	
}
.case_webmaster > ul > li {
	float: left;
	width: 33%;
	list-style-type: none;
	margin-left: 0.5%;
	overflow: hidden;
	color: #FFF;
	background-color: #0098aa;
	min-height: 240px;
	font-size: 10px;
	text-align: center;
	line-height: 14px;
}
.case_webmaster > ul > li:first-child {
	background-color: #F56F6C;
	margin-left: 0%;
	min-height: 200px;
}
.case_webmaster > ul > li:last-child {	
	background-color: #97161B;
	min-height: 280px;
}
.case_web_bloc {
	margin: 10px;
	overflow: hidden;
}
.case_web_bloc h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.case_web_bloc h3 {
	background-color: transparent;
	line-height: 40px;
	text-align: center;
}
span#non_free_num_ui img.skype_c2c_logo_img {
	display: none !important;
	height: 0px;
	width: 0px;
}
#skype_c2c_container span {
	margin-left: 0px;
	color: #FFF !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 800 !important;
}
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;} 
.skype_c2c_text_span:hover {
	text-decoration: none !important;
}
#mod_jfslideshow_wrapper .jflabel_skitter {
    left: 50%;
    position: absolute;
    top: 40%;
	max-width: 50%;
}
.slideSloganText {
    font-size: 38px !important;
	line-height: 38px !important;
}
#mod_jfslideshow_wrapper .slidedescription {   
	font-size: 22px !important;
    line-height: 24px !important;   
}
.customarvi {
	margin-bottom: 60px;
	color: #FFF;
	background-color: #0098aa;
	text-align: center;
	margin-top: 60px;
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 90px;
	text-transform: lowercase;
}
.reality_products h3.page-header {
	font-size: 46px;
	line-height: 52px;
	font-weight: 800;
	text-transform: none;
	background-image: url(../images/playdisplay.png);
	background-repeat: no-repeat;
	background-position: left 80px;
	color: #0098aa;
	float: right;
	width: 34%;
	padding-top: 145px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.realityslideshow h3.page-header:first-letter,
.reality_products h3.page-header:first-letter {
	text-transform: none;
}
.customreality_products {
	float: left;
	width: 60%;
}
.arproduct ul {
	margin: 0px;
	padding: 0px;
}
.arproduct ul li {
	float: left;
	width: 50%;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	display: inline-block;
	z-index: 1;
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;	
}
.arproduct ul li:after {
	background: #0098aa none repeat scroll 0 0;
	bottom: 100%;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	transition: all 500ms ease 0s;
	z-index: 2;
	color: #FFF;
}
.arproduct ul li:hover:after {
	bottom: 0px;
	opacity: 0.5;
	color: #fff !imrortant;
}
.arproduct ul li a {
	color: transparent;
}
.arproduct ul li a:hover {
	color: #FFF;	
}
.arproduct ul li .ar-product-inner-wrap {
	max-width: 100%;
	max-height: 100%
}
.arproduct ul li.ar-product-image-wrap {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	
}
.arproduct ul li .ar-product-content-wrap {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	text-align: center;
	right: 0px;
	bottom: 0px;
	vertical-align: middle;
	padding-top: 20%;
	padding-right: 5%;
	padding-left: 5%;
}
.ui-video-background-controls {
	display: block !important;
	position: absolute;
	left: 40%;
	top: 50px;
}
.arplatform .arproduct {
	margin-bottom: 46px;
	overflow: hidden;
}
.arplatform .arproduct ul li {
	width: 22%;
	margin-left: 4%;
}
.arplatform .arproduct ul li:first-child {
	margin-left: 0px;
}
ol.palydisplay li {
	list-style-type: disc;
}
