
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	BODY

//////////////////////////////////////////////////////////////////////////////////////////////
*/
html {
}
body{
	background:#ffffff;
	width:100%;
	font-size:100%;
	font-family:"Helvetica Neue",helvetica,arial,sans;
	color:#4f4f4f;
	margin:0; padding:0;
    font-size: 16px;
    line-height: 24px;
}

::-webkit-scrollbar {  width: 10px;  height: 12px; }
::-webkit-scrollbar-thumb {  background: #0086ca; }
::-webkit-scrollbar-thumb:hover {  background: #0086ca; }
::-webkit-scrollbar-track-piece {  background:#e9e9e9; }

body.hevetica_text{ font-family:"Helvetica Neue", "Helvetica", Arial, sans-serif !important; }
body.lucida_text{ font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif !important; }
body.georgia_text{ font-family:Georgia, "Times New Roman", Times, serif !important; }
body.times_text{ font-family:"Times New Roman", Times, Georgia, serif !important; }
body.arial_text{ font-family:Arial, Helvetica, sans-serif !important; }
body.geneva_text{ font-family:Geneva, Tahoma, sans-serif !important; }
body.tahoma_text{ font-family:Tahoma, Geneva, sans-serif !important; }


.hidden{
	display:none;
}

	.wp-caption{}
	.wp-caption-text{}
	.gallery-caption{}
	.alignright{ text-align:right;}
	.alignleft{ text-align:left;}
	.aligncenter{ text-align:center;}
	.alignRight{ text-align:right;}
	.alignLeft{ text-align:left;}
	.alignCenter{ text-align:center;}
	.right{ text-align:right;}
	.left{ text-align:left;}
	.center{ text-align:center;}
	.sticky{}
	.bypostauthor{}
	.wp-smiley{ display:inline;}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	LINKS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

a{
	text-decoration:none;
	  -webkit-transition: all 0.4s ease;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.4s ease;  /* FF4+ */
		   -o-transition: all 0.4s ease;  /* Opera 10.5+ */
			  transition: all 0.4s ease;
}

a:active, a:visited{}

a{}
a:hover{}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADINGS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

h1, h2, h3, h4, h5, h6{
	color:#000;
	-webkit-font-smoothing: antialiased;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:lighter;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-weight:bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
}

h1{
	font-size:60px;
	line-height:60px;
	margin-bottom:10px;
}
h2{
	font-size:48px;
	line-height:48px;
	margin-bottom:10px;
}
h3{
	font-size:36px;
	line-height:36px;
	margin-bottom:10px;
}
h4{
	font-size:24px;
	line-height:24px;
	margin-bottom:10px;
}
h5{
	font-size:18px;
	line-height:19px;
	margin-bottom:10px;
}
h6{
	font-size:16px;
	line-height:17px;
}

.lined{
	position:relative;
	padding:20px 0;
	display:block;
}
.lined:after{
	content:"";
	height:1px;
	position:absolute;
	width:100%;
	background:#e9e9e9;
	display:block;
	top:50%;
	left:0;
	z-index:1;
}
.lined span{
	display:inline-block;
	padding:0 40px;
	background:#fff;
	position:relative;
	z-index:2;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	TYPOGRAPHY

//////////////////////////////////////////////////////////////////////////////////////////////
*/

#main p{ margin-bottom:20px; }
strong{ font-weight:bold; }
small{ font-size:85%;}
.mid_font{ font-size:85%;}


.giant{
	font-weight:lighter;
	font-size:72px;
	line-height:62px;
	color:#000;
	display:block;
	clear:both;
}
.giant stong{
	font-weight:bold;
}
.midGiant{
	font-weight:lighter;
	font-size:48px;
	line-height:62px;
	color:#000;
	display:block;
	clear:both;
}


#main a{
	color:#5e7486;
}
#main a:hover{
	color:#0098db;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	HEADER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#header{
	background:#fff;
	background:rgba(255, 255, 255, 0.95);
	border-bottom:1px solid #fff;
	padding:0;
	width:100%;
	display:block;
	position:fixed;
	z-index:8000;
}
#header .content{
	position:relative;
	padding:0 20px;
}
#header.scrolled{
	border-bottom:1px solid #e9e9e9;
}



/*
---------------------- [ LOGO
*/
#header_logo{
	float:left;
}

/*
---------------------- [ NAVIGATION
*/
#navigation{
	float:left;
	padding-top:30px;
}

#navigation a{
	font-size:16px;
	color:#6b6b6b;
	font-weight:lighter;
}
#navigation a:hover,
#navigation .current-page-menu a,
#navigation .current-item-menu a{
	color:#292929;
}
#navigation li{
	display:inline-block;
	position:relative;
}
#navigation li.current-page-menu:before{
	content:"";
	width:0; height:0;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-10px;
	border-top:10px solid #000;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
#navigation li a{ padding:0 8px; line-height:50px; display:block; 
	background-position:right center; }

#navigation li.droppy > a{
	background:url(images/droppy.png) no-repeat right center;
	padding-right:24px;
}
#navigation li.droppy:hover > a{}
#navigation li li.droppy > a{
	background:url(images/droppy.png) no-repeat 170px center;
	padding-right:0px;
}
#navigation li li.droppy > a:hover{
	background:url(images/droppy.png) no-repeat 170px center;
	padding-right:0px;
}

#navigation li ul{
	display:none;
	background:#fff;
	position:absolute;
	top:50px;
	left:0;
	width:200px;
	-webkit-transition: all 0.3s ease;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease;  /* FF4+ */
       -o-transition: all 0.3s ease;  /* Opera 10.5+ */
          transition: all 0.3s ease;
	/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	     -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
#navigation li:hover > ul{
	display:block;
}
#navigation li ul ul{
	top:0; left:99%;
}
#navigation li ul li{
	display:block;
	width:100%;
	position:relative;
}
#navigation li ul li a{ padding:8px 16px; line-height:24px; border-left:3px solid transparent;
	font-size:13px; }
#navigation li ul li a:hover{ padding-left:20px; border-left:3px solid #999;  }



/*
---------------------- [ MOBILE NAVIGATION
*/
#mobileMenu_tool_container{
	background:#fafafa url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/mobilmenu_icon.png) no-repeat 6px center;
	border:1px solid #e9e9e9;
	float:left;
	width:184px; height:34px;
	position: absolute;
	right: 0;
	bottom: 5px;
	display:none;
	
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
}
#header .mobileMenu_tool{
	display:block;
	width: 100%;
	margin: 0 auto;
	padding: 6px 0 6px 34px;
	cursor:pointer;
}
#header .mobileMenu_tool .opener{
	cursor:pointer;
	width:100%;
	height:28px;
}

#header #mobileMenu{ 
	display:none;
	clear:both;
	height:auto;
}
#header #mobileMenu ul{
	top:auto;
	margin:0; padding:0;
	list-style:none;
	border-right:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
}
#header #mobileMenu ul ul{
	display:none;
	margin:5px 0 0 20px; padding:0;
	list-style:none;
	position:inherit;
}
#header #mobileMenu li { border-bottom:1px solid #f0f0f0; position:relative; display:block; }
#header #mobileMenu ul li ul li {  display:block; font-size:13px; }
#header #mobileMenu ul li a{
	background:#fff;
	color:#292929;
	padding:0 8px;
	display:block;
	height:37px;
	line-height:37px;
	font-size:13px;
}
#header #mobileMenu ul li a:hover{
	background:#dadada;
}
#header #mobileMenu .dropper span {
	cursor:pointer;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	line-height: 37px;
	font-size: 20px;
	color: #999;
	background:url(images/event_box_opener.png) no-repeat center top;
}
#header #mobileMenu .dropper span.active {
	background:url(images/event_box_opener.png) no-repeat center bottom !important;
}


#login_box{
	float:right;
	padding-top:30px;
}
#login_box .login_btn{
	background:#fafafa;
	border:1px solid #e9e9e9;
	color:#6d6d6d;
	display:inline-block;
	padding:10px 20px;
	
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
}
#login_box .login_btn:hover{
	background:#e9e9e9;
	border:1px solid #d9d9d9;
}
#login_box .signup_btn{
	background:#0098db;
	border:1px solid #0098db;
	color:#fff;
	font-weight:bold;
	display:inline-block;
	padding:10px 20px;
	
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	MAIN

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#page_content{
	float:left;
	width:70%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	
}
#page_content.sidebar_left{
	float:right;
	padding:0 0 0 40px;
	
}
.inside{
	background:#fff;
	position:relative;
	padding:40px;
		/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}


#sidebar{
    font-size: 13px;
    line-height: 22px;
	float:left;
	padding:0 0 0 40px;
	width:30%;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}
#sidebar.sidebar_left{
	padding:0 0 0 0px;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	INTRO

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.intro{
	padding:20px 0;
	text-align:center;
}
.intro h1{
	font-size:72px;
	position:relative;
}
.intro h1 {
  -webkit-animation: myanim 0.5s 1 ease-in; /* Chrome, Safari 5 */
     -moz-animation: myanim 0.5s 1 ease-in; /* Firefox 5-15 */
       -o-animation: myanim 0.5s 1 ease-in; /* Opera 12+ */
          animation: myanim 0.5s 1 ease-in; /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

@-webkit-keyframes myanim {
  0%   { opacity: 0.0; top:-40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@-moz-keyframes myanim {
  0%   { opacity: 0.0; top:-40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@-o-keyframes myanim {
  0%   { opacity: 0.0; top:-40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@keyframes myanim {
  0%   { opacity: 0.0; top:-40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}

.intro h2{
	font-size:30px;
	color:#6b6b6b;
	position:relative;display:inline-block;
}
.intro h2 span{ display:inline-block; background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/intro_arrow.png); width:26px; height:90px; position:absolute; bottom:-90px; right:-10px; }


.intro h2 {
  -webkit-animation: myanim2 1s 1 ease; /* Chrome, Safari 5 */
     -moz-animation: myanim2 1s 1 ease; /* Firefox 5-15 */
       -o-animation: myanim2 1s 1 ease; /* Opera 12+ */
          animation: myanim2 1s 1 ease; /* Chrome, Firefox 16+, IE 10+, Safari 5 */
}

@-webkit-keyframes myanim2 {
  0%   { opacity: 0.0; top:40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@-moz-keyframes myanim2 {
  0%   { opacity: 0.0; top:40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@-o-keyframes myanim2 {
  0%   { opacity: 0.0; top:40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}
@keyframes myanim2 {
  0%   { opacity: 0.0; top:40px; }
  50%  { opacity: 0.0; }
  100% { opacity: 1.0; top:0px; }
}




/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FORM BLUE

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.start_form{
	position:relative;
	padding:20px 20px 18px 20px; margin-bottom:15px;
	width:100%;
	text-align:center;
	background-color:#0098db;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	
	
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
}
.start_form h3{
	font-size:30px;
	line-height:normal;
	margin:10px;
	color:#fff;
	text-shadow:#1d90d4 1px 1px 0px;
}
.start_form .start_field{
	width:18%;
	padding:10px; margin-right:2%;
	text-align:left;
	outline:none;
	border:1px solid #e9e9e9;
	line-height:normal;top: -2px !important;
	position:relative;
	height:46px; line-height:46px;
	font-size:16px;
	font-weight:bold;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
		/* CSS3 SHADOW */
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	     -o-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	
	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
}
.start_form .start_field:focus{
	border:1px solid #207ecf;
}
.start_form .start_submit{
	width:18%;
	padding:10px;
	border:none;
	font-size:18px;
	font-weight:bold;
	color:#454d50;
	height:46px;
	margin-top:-5px;
	text-shadow:rgba(255, 255, 255, 0.3) 0px 1px 0px;
		/* CSS3 SHADOW */
background-color: #fdea49;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(253, 234, 73)), to(rgb(234, 194, 53)));
background-image: -webkit-linear-gradient(top, rgb(253, 234, 73), rgb(234, 194, 53));
background-image: -moz-linear-gradient(top, rgb(253, 234, 73), rgb(234, 194, 53));
background-image: -o-linear-gradient(top, rgb(253, 234, 73), rgb(234, 194, 53));
background-image: -ms-linear-gradient(top, rgb(253, 234, 73), rgb(234, 194, 53));
background-image: linear-gradient(top, rgb(253, 234, 73), rgb(234, 194, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fdea49', EndColorStr='#eac235');

	/* CSS3 ROUND CORNER */
	-webkit-border-radius:		4px 4px 4px 4px;
	 -khtml-border-radius:		4px 4px 4px 4px;
	   -moz-border-radius:		4px 4px 4px 4px;
	     -o-border-radius:		4px 4px 4px 4px;
	        border-radius:		4px 4px 4px 4px;
		/* CSS3 SHADOW */
	-webkit-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 4px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 4px rgba(0, 0, 0, 0.5);
	     -o-box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 4px rgba(0, 0, 0, 0.5);
	        box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.2) inset, 0px 2px 4px rgba(0, 0, 0, 0.5);
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
	  -webkit-transition: border-radius 0.4s;  /* Saf3.2+, Chrome */
     -moz-transition: border-radius 0.4s;  /* FF4+ */
       -o-transition: border-radius 0.4s;  /* Opera 10.5+ */
          transition: border-radius 0.4s;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	ICONS

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.icon_seo{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_check.png) no-repeat left center;
	display:block;
	font-size:24px;
	line-height:36px;
	padding:20px 0 20px 100px;
}
.icon_bubble{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_bubble.png) no-repeat left center;
	display:block;
	font-size:24px;
	line-height:36px;
	padding:20px 0 20px 100px;
}
.icon_devices{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_devices.png) no-repeat left center;
	display:block;
	font-size:24px;
	line-height:36px;
	padding:20px 0 20px 100px;
}

.icon_bubble p,
.icon_devices p,
.icon_seo p{ margin-bottom:0 !important; }

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FOOTER

//////////////////////////////////////////////////////////////////////////////////////////////
*/
#footer{
	font-size:13px;
	line-height:32px;
}
#footer .content{
	border-top:1px solid #e9e9e9;
	padding:20px 0 0 0;
}

/*
---------------------- [ WIDGETCOLS in FOOTER
*/
#footer .widget_col {
background:none !important;
position: relative;
margin-bottom: 30px;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
-o-box-shadow:none !important;
box-shadow:none !important;
}
#footer .widget_col::after {
content: "";
display:none;
visibility:hidden;
}


#footer .widget_col h4{
	background:none;
	color:#fff;
	padding:0;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

#footer .cr_btn {
color:  #333 !important;
}
#footer .cr_btn:hover {
color:  #fff !important;
}


/*
---------------------- [ LISTS
*/

#footer ul, #footer li { margin:0; padding:0; list-style:none; list-style-position:outside; }


/*
---------------------- [ bottom_navigation
*/
#footer #bt_navigation{
	float:left;
}
#footer #bt_navigation li{
	display:inline-block;
	line-height:32px;
}
#footer #bt_navigation li a{ display:block; padding:0 8px; font-weight:bold; }

#footer p{
	margin-bottom:0;
}

/*
---------------------- [ Go Top
*/
#go_top{
	background: url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/goto_arrow.png) no-repeat center center;
	display:block;
	position:fixed;
	bottom:20px;
	right:0px;
	z-index:9000;
	text-indent:-9999px;
	width:30px; height:30px;
  -webkit-transition: none;  /* Saf3.2+, Chrome */
     -moz-transition: none;  /* FF4+ */
       -o-transition: none;  /* Opera 10.5+ */
          transition: none;
}




/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FLAGS

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.flag_us{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/flag_usa.png) no-repeat left center;
	clear:both;
	display:block;
	padding-left:36px;
	margin-bottom:10px;
}
.flag_uk{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/flag_uk.png) no-repeat left center;
	clear:both;
	display:block;
	padding-left:36px;
	margin-bottom:10px;
}
.flag_irl{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/flag_irl.png) no-repeat left center;
	clear:both;
	display:block;
	padding-left:36px;
	margin-bottom:10px;
}
.flag_zl{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/flag_zl.png) no-repeat left center;
	clear:both;
	display:block;
	padding-left:36px;
	margin-bottom:10px;
}
.flag_aus{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/flag_aus.png) no-repeat left center;
	clear:both;
	display:block;
	padding-left:36px;
	margin-bottom:10px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	formDCB

//////////////////////////////////////////////////////////////////////////////////////////////
*/

.formDCB{
}
.formDCB label{
	display:block;
	clear:both;
	font-weight:bold;
	margin-bottom:10px;
}
.formDCB input{
	background:  #fafafa;
	border: 1px solid  #e9e9e9;
	color: #6d6d6d;
	display: inline-block;
	padding: 10px 20px;
	width:100%;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}
.formDCB #submit{
	background: #0098db;
	border: 1px solid #0098db;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 10px 20px;
	float:right;
	width:inherit;
	-webkit-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	FORM POST

//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	REPEATED STYLES

//////////////////////////////////////////////////////////////////////////////////////////////
*/


/*
---------------------- [ SECTIONS BOX
*/

.section{
	padding:30px 0;
}
.content{
	margin:0 auto;
	width:100%;
	max-width:1170px;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}
#main .content{
	padding:95px 20px 0 20px;
}
#footer .content{
	padding:20px 20px 0 20px;
}

.sepa{
		border-top:1px solid #e9e9e9;
		margin:19px 0 20px 0;
}




/*
---------------------- [ LOGOS CUSTOMERS
*/
.logo_client{
	opacity:0.5;
	margin:0 4%;
	display: inline-block;

  -webkit-transition: opacity 0.4s linear;  /* Saf3.2+, Chrome */
     -moz-transition: opacity 0.4s linear;  /* FF4+ */
       -o-transition: opacity 0.4s linear;  /* Opera 10.5+ */
          transition: opacity 0.4s linear;
}

.logo_client:hover{
	opacity:1;
}

/*
---------------------- [ blue_quote
*/
.blue_quote{
	background:#0098db;
	padding:20px 30px;
	margin:0 0 20px 0;
	color:#fff;
	font-weight:lighter;
	font-size:24px;
	position:relative;
}
.blue_quote p{
	line-height:36px;
	margin:0 !important;
}

.blue_quote:after{
	content:"";
	width:0; height:0;
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-top:20px solid #0098db;
	position:absolute;
	left:20px;
	bottom:-20px;
}
.blue_quote.centered:after{
	content:"";
	width:0; height:0;
	border-right:20px solid transparent;
	border-left:20px solid transparent;
	border-top:20px solid #0098db;
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-20px;
}
.blue_quote.bqright:after{
	left:auto;
	right:20px;
}
.blue_quote.small{
	background:#0098db;
	padding:10px 20px;
	margin:0 0 30px 0;
	color:#fff;
	font-weight:lighter;
	font-size:18px;
	position:relative;
}
.blue_quote.small p{
	line-height:24px;
	margin:0 !important;
}
.custo{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/custo1.png) no-repeat;
	padding:20px 0 0 86px;
	min-height:90px;
}
.custo h4{ font-weight:bold; }

.custo.bqright{
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/custo2.png) no-repeat right;
	padding:20px 86px 0 0;
	min-height:90px;
	text-align:right;
}

/*
---------------------- [ features_box
*/
.features_box_container{
	border-top:1px solid #e9e9e9;
}
.features_box{
	border-bottom:1px solid #e9e9e9;
	float:left;
	width:33.2%;
	padding:100px 20px 40px 20px;
	text-align:center;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
  -webkit-transition: border 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: border 0.4s ease;  /* FF4+ */
       -o-transition: border 0.4s ease;  /* Opera 10.5+ */
          transition: border 0.4s ease;
}
.features_box:hover{
	border-bottom:1px solid #0098db;
}
.features_box:nth-child(1),.features_box:nth-child(2),.features_box:nth-child(4),.features_box:nth-child(5){
	border-right:1px solid #e9e9e9;
}
.features_box:nth-child(1){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_seo.png) no-repeat center 20px;
}
.features_box:nth-child(2){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_devices.png) no-repeat center 20px;
}
.features_box:nth-child(3){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_bubble.png) no-repeat center 20px;
}
.features_box:nth-child(4){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_sell.png) no-repeat center 20px;
}
.features_box:nth-child(5){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_connect.png) no-repeat center 20px;
}
.features_box:nth-child(6){
	background:url(http://531b1461ec4e9429544a-65dadbd9e576e90a62170b922a36ad78.r32.cf1.rackcdn.com/icon_cloud.png) no-repeat center 20px;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	COLUMNS

//////////////////////////////////////////////////////////////////////////////////////////////
*/
.small_switch_img{
	text-align:center;
}
.small_switch_big{ margin-bottom:20px; }
.small_switch_big img{ max-height:525px; }
.small_switch_list li{
	width:80px;
	display:inline-block;
}


/*
////////////////////////////////////////////////////////////////////////////////////////////// 

	COLUMNS

//////////////////////////////////////////////////////////////////////////////////////////////
*/

.col{
	float:left;
	margin-bottom:20px;
  -webkit-transition: width 0.4s ease;  /* Saf3.2+, Chrome */
     -moz-transition: width 0.4s ease;  /* FF4+ */
       -o-transition: width 0.4s ease;  /* Opera 10.5+ */
          transition: width 0.4s ease;
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		 box-sizing: border-box;         /* Opera/IE 8+ */
}

    .one-full{
		float:none !important;
        margin-left: 0%;
        margin-right: 0%;
    }
	
    .one-half,
	.one-third,
	.two-third,
	.one-fourth,
	.two-fourth,
	.three-fourth,
	.one-fifth,
	.two-fifth,
	.three-fifth,
	.four-fifth{
        float: left;
        margin-left: 0%;
        margin-right: 4%;
    }
	.col.last{ margin-right:0% !important; }
	
    .one-full { 		width: 100%; }
    .one-half { 		width: 48%; }
    .one-third { 		width: 30.6%; }
    .two-third { 		width: 65.4%; }
    .one-fourth {		width: 22%; }
    .two-fourth { 		width: 48%; }
    .three-fourth { 	width: 74%; }
    .one-fifth { 		width: 16.8%; }
   	.two-fifth { 		width: 37.6%; }
   	.three-fifth { 		width: 58.4%; }
   	.four-fifth { 		width: 79.3%; }
