.pad_15{
	padding: 15px;
}.pad_10{
	padding: 10px;
}.half_width{
	width: 50%;
}.text_left{
	text-align: left;
}.border_bottom{
	border-bottom: 1px solid #CBCBCB;
}.border_right{
	border-right: 1px solid #CBCBCB;
}.width_hundred{
	width: 100%;
}.mar_top_30{
	margin-top: 30px;
}.mar_top_20{
	margin-top: 20px;
}.mar_bot_50{
	margin-bottom: 50px;
}.mar_left_20{
	margin-left: 20px;
}.mar_left_10{
	margin-left: 10px;
}

.btn_signup_label{
	display: inline-block;
	font-size: 20px !important;
}

.btn_signup_line{
	display: inline-block;
	border-top: 1px solid #333;
	border-bottom: 1px solid #CCC;
	width: 80% !important;
	height: 2px !important;
	line-height: 2px !important;
	padding: 0 !important;
}

.green_button .btn_signup_line{
	border-top: 1px solid #999;
	border-bottom: 1px solid #DDD;
}

.btn_signup_second_label{
	display: inline-block;
	font-size: 12px !important;
	line-height: 12px !important;
	margin-top: -8px !important;
	vertical-align: middle;
}

/*Forms*/
.blogFrame{
	min-height: 600px;
	margin-top: 70px;
}
#big_button {
	font-size: 18pt;
    margin: 0;
    padding: 10px;
}
.jPanelMenu-panel{
	height: 100%;	
}
.item {
	text-align: center;
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: 30px auto 0 auto;
}

/**************************************/
/*              PRICING               */
/**************************************/
#div-section_pricing *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#div-section_pricing li {
	list-style-type: none;
	background: url('../img/pricing/tick.png') no-repeat top left;
	padding-left: 25px;
	line-height: 25px;
	float: left;
	width: 100%;
	display: inline-block;
}

#div-section_pricing {
	margin-top: 79px;
}

#div-section_pricing .form_container {
	background-color: #FFFFFF !important;
}

#div-section_pricing .form_container {
	padding: 4%;
}

#div-section_pricing h2{
	padding: 0 !important;
	margin: 0 !important;
	line-height: 36px;
}

#div-section_pricing .green{
	color: #92C13F;
}

#div-section_pricing .blue{
	color: #409ACE;
}

#div-section_pricing .shadow_button, 
#div-section_pricing .blue_button,
#div-section_pricing .green_button{
  padding: 15px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  width: 100%;
  height: 90px;
}


#div-section_pricing .blue_button{
  border: 1px solid #848484;
}

#div-section_pricing .shadow_button{
  border: 1px solid #848484;
}

#div-section_pricing .green_button{
  border: 1px solid #80A615;
}

#div-section_pricing .blue_button{
	background: #3e9bd4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlOWJkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzdjYzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #3e9bd4 0%, #337cc0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e9bd4), color-stop(100%,#337cc0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3e9bd4 0%,#337cc0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3e9bd4 0%,#337cc0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3e9bd4 0%,#337cc0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3e9bd4 0%,#337cc0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e9bd4', endColorstr='#337cc0',GradientType=0 ); /* IE6-8 */
	color: #FFF;
}

#div-section_pricing .blue_button:hover{
	background: #337cc0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzN2NjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTliZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #337cc0 0%, #3e9bd4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337cc0), color-stop(100%,#3e9bd4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #337cc0 0%,#3e9bd4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #337cc0 0%,#3e9bd4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #337cc0 0%,#3e9bd4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #337cc0 0%,#3e9bd4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337cc0', endColorstr='#3e9bd4',GradientType=0 ); /* IE6-8 */
	color: #FFF;
}

#div-section_pricing .shadow_button{
	background: #ededed; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ededed 0%, #c9c9c9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#c9c9c9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ededed 0%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ededed 0%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ededed 0%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ededed 0%,#c9c9c9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#c9c9c9',GradientType=0 ); /* IE6-8 */
	color: #333;
}

#div-section_pricing .shadow_button:hover{
	background: #c9c9c9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5YzljOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c9c9c9 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9c9c9), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c9c9c9 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c9c9c9 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c9c9c9 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c9c9c9 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
	color: #333;
}

#div-section_pricing .green_button{
	background: rgb(185,216,89); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5ZDg1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjYThkMjQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg3YzAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(185,216,89,1) 0%, rgba(168,210,66,1) 2%, rgba(135,192,51,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(185,216,89,1)), color-stop(2%,rgba(168,210,66,1)), color-stop(100%,rgba(135,192,51,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(185,216,89,1) 0%,rgba(168,210,66,1) 2%,rgba(135,192,51,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(185,216,89,1) 0%,rgba(168,210,66,1) 2%,rgba(135,192,51,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(185,216,89,1) 0%,rgba(168,210,66,1) 2%,rgba(135,192,51,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(185,216,89,1) 0%,rgba(168,210,66,1) 2%,rgba(135,192,51,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9d859', endColorstr='#87c033',GradientType=0 ); /* IE6-8 */
	color: #FFF;
}

#div-section_pricing .green_button:hover{
	background: rgb(135,192,51); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg3YzAzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2E4ZDI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQ4NTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(135,192,51,1) 0%, rgba(168,210,66,1) 98%, rgba(185,216,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,192,51,1)), color-stop(98%,rgba(168,210,66,1)), color-stop(100%,rgba(185,216,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(135,192,51,1) 0%,rgba(168,210,66,1) 98%,rgba(185,216,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(135,192,51,1) 0%,rgba(168,210,66,1) 98%,rgba(185,216,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(135,192,51,1) 0%,rgba(168,210,66,1) 98%,rgba(185,216,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(135,192,51,1) 0%,rgba(168,210,66,1) 98%,rgba(185,216,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c033', endColorstr='#b9d859',GradientType=0 ); /* IE6-8 */
	color: #FFF;
}

.div-plan_desc{
	height: 110px;
}

.plan_name{
	margin-top: 20px; 
	font-size: 30px; 
	line-height: 40px; 
	font-weight: bolder;
}

.plan_cost{
	font-size: 20px;
}

.div-plan_countries{
	height: 160px;
}

.countries_number{
	margin-top: 20px; 
	font-size: 90px; 
	line-height: 90px; 
	font-weight: bolder; 
	color: #5A5A5A; 
	text-shadow: 1px 0 0 #525252, -2px 0 0 #525252, 0 2px 0 #525252, 0 -2px 0 #525252, 1px 1px #525252, -1px -1px 0 #525252, 1px -1px 0 #525252, -1px 1px 0 #2A2A2A; 
	-webkit-text-stroke-width: 2px; 
	-webkit-text-stroke-color: #525252;
}

.countries_desc{
	font-size: 22px; 
	font-weight: bolder; 
	color: #5A5A5A;
}

.div-plan_features{
	height: 165px;
}

.div-plan_features ul{
 	color: #282828';
 }
 
 .question{
 	font-weight: bolder;
 	margin-top: 10px;
 	margin-bottom: 10px;
 }
 
 .answer{
 	margin-top: 10px;
 }

/**************************************/
/*                HOME                */
/**************************************/
#div-main_container {
	margin-top: 0;
}

.cameraMobile{
	background: url('../img/camera/slide1.jpg') no-repeat scroll;
	margin-bottom: 20px;
}

.div-text_fee_centered {
	height: 160px;
	line-height: 160px;
}

.div-text_fee_centered h1 {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	max-width: 480px;
	text-align: left;
}

.div-MakeYour_centered .left_wraper {
	height: 450px;
	line-height: 450px;
}

.div-MakeYour_centered p {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	text-align: left;
}

.div-revenue_share,
.div-coverage,
.div-coverage_page {
	background: url('../img/home/coverage.jpg') no-repeat center center
		fixed;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	z-index: -1;
	width: 100%;
	height: 350px;
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
}

.div-lapTop {
	background: url('../img/home/web.jpg') no-repeat center center scroll;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	z-index: -1;
}

.div-devices_background {
	background: url('../img/home/devices_background.jpg') no-repeat center
		center fixed;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	z-index: -1;
	width: 100%;
	-moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.3) inset;
}

.button_slider {
	-webkit-box-shadow: -4px 6px 4px rgba(0, 0, 0, .6);
	box-shadow: -4px 6px 4px rgba(0, 0, 0, .6);
	bottom: 115px;
	left: 5%;
	right: 5%;
	position: absolute;
}

.dark_box {
	text-align: left;
	bottom: 20%;
	color: #f6f3e9;
	padding: 10px;
	position: absolute;
	display: inline-block;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.7);
}

.coverage_dark_box {
	color: #f6f3e9;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	top: 33%;
	position: relative;
}

#title {
	color: #FFF;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 100;
	left: 70px;
	right: 5%;
}

.div-slides_cont {
	background: url("../img/home/laptop.png") no-repeat scroll 0 0
		transparent;
	max-width: 684px;
	max-height: 409px;
	margin-left: 50px;
	background-size: 100% 100%;
}

#div-main_menu #div-header_logo {
    margin: auto;
    padding: 10px 0;
    text-align: center;
    width: 125px;
}

#div-main_menu #div-header_logo img {
	margin: 6px 0 0;
}
/**************************************/
/*             ABOUT US               */
/**************************************/
#div-section_about_us {
	position: relative;
	top: 82px;
}

#div-section_about_us .about_us_profile {
	width: 100%;
	height: 100%;
}

#div-section_about_us .div-split_2_left {
	width: 20%;
}

#div-section_about_us .div-split_2_right {
	width: 80%;
}

#div-section_about_us .div-split_2_left .div-mid_text h1 {
	padding-left: 20px;
}

.div-flip_container {
	text-align: -moz-center;
	text-align: center;
}

#div-about_us_offices {
	background-color: #FBFBFB;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 20px;
	overflow: visible;
	width: 98%;
	height: 100%;
}

#img-about_us_company {
	width: 42%;
}

.div-ourOffices_container {
	width: 98%;
	height: 100%;
}

#div-section_offices {
	
}

#img-about_us_company {
	margin-top: -165px;
}

/**************************************/
/*              SUPPORT               */
/**************************************/
#div-section_support {
	margin-top: 79px;
}

#div-section_support .form_container {
	background-color: #FFFFFF !important;
}

#div-section_support .form_container {
	padding: 4%;
}

#ul-support_faq {
	list-style: disc inside none;
	margin: 0;
	padding: 0;
}

.div-support_faq_paragraph {
	display: none;
}

#div-section_faq .active {
	color: #EF5B25;
	font-weight: bolder;
}

#div-call_number_content {
	margin: 0 auto;
	width: 350px;
	height: 70px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#div-call_number_content .div-split_2_left {
	width: 50px;
}

#div-call_number_content .div-split_2_right {
	width: 300px;
}

#div-call_number_content .div-split_2_right p {
	font-size: 3em;
	line-height: 50px;
	font-weight: bold;
	margin: 0;
	padding-left: 5px;
}

#divMailer-success label,
#div-success label {
	font-size: 30px;
}

#divMailer-error label,
#div-error label {
	font-size: 30px;
}
/**************************************/
/*             COVERAGE               */
/**************************************/
.coverage_top {
	margin-bottom: 10px;
	padding: 15px;
	font-size: 30px;
	border: 1px solid #ccc;
}

#div-revenue_share,
#div-coverage,
#div-coverage_page {
	position: relative;
	height: 100%;
	min-height: 500px;
	overflow: auto;
}

#baseClean {
	overflow-x: hidden;
	overflow-y: auto;
}

#country{
	text-align: left;
	display: inline-block;
}

.coverage-country {
	color: #666666;
	cursor: pointer;
	width: 85px;
	height: 75px;
	font-size: 10px;
	display: inline-block;
}

.coverage-country a,
.coverage-country a:hover,
.coverage-country a:visited{
	text-decoration: none;
	color: #666666;
}

.coverage-country a img,
.coverage-country a:hover img,
.coverage-country a:visited img{
	border: none; 
}

.div_flag {
	height: 52px;
	width: 85px;
}

.div_title {
	height: 12px;
	width: 85px;
}

.flag20 {
	width: 20px;
	height: 20px;
}

.flag {
	width: 48px;
	height: 48px;
}

/**************************************/
/*              SIGN UP               */
/**************************************/
#div-signup {
	/*margin-top: 79px;
	min-height: 604px;*/
}

.div-signup_facebook,
.div-signup_google,
.div-signup_separator
{
	height: 50px;
	margin: 0 auto;
	width: 300px;
	line-height: 50px;
	text-align: center;
}

.div-signup_facebook{
	margin-top: 10px;
}

#div-signup #divMailer-success, 
#div-signup #divMailer-error,
#div-signup #div-success, 
#div-signup #div-error {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 50px;
    padding: 30px;
    text-align: left;
    width: 300px;
}

.div-signup_topText{
	text-align: center;
	font-size: 35px;
	padding-top: 90px;
}

.div-signup_fields{
	max-width: 300px;
	margin: 0 auto;
}

#div-signup .form_container {
	padding: 4%;
	border: 0;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 100%;	
	margin: 0 auto;
}

#div-signup .form_container input {
	background-color: #FFF !important;
}

.grey{
	color: #666;
}

.greyButtom{
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 47px;
	height: 47px;
	width: 230px;
	float: left;
	padding-left: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-left: 0px;
	border-right: 2px solid #CCC;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #444444;
}
.img_google,
.img_facebook{
	cursor: pointer;
	background-size: contain !important;
}

.img_google{
	background: url('../img/signup/google_plus_icon.png') transparent no-repeat;
}

.img_facebook{
	background: url('../img/signup/facebook_icon.png') transparent no-repeat;
}

.img_google:hover{
	background: url('../img/signup/google_over.png') transparent no-repeat;
}

.img_facebook:hover{
	background: url('../img/signup/facebook_over.png') transparent no-repeat;
}

.greyButtom:hover {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	color: #000;
}

#div-signup #form_container .blue_button {
    font-size: 18px;
    padding: 11px;
    width: 275px;
}

/**************************************/
/*           REVENUE SHARE            */
/**************************************/

#div-revenue_share .blue{
	background-color: #4e7fba;
	color: #FFF;
}

#div-revenue_share {
	color: #333333;
}

#div-revenue_share .grey{
	width: 100%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#div-revenue_share .header{
	font-weight: bold;
}

#div-revenue_share .header span{
	line-height: 20px;
}

#div-revenue_share #vat_percentage{
	padding-right: 10px;
}

#div-revenue_share #tax_title{
	font-weight: bold;
}

#div-revenue_share .headerTitle:first-child{
	border-left: 1px solid #CCC;
}

#div-revenue_share .headerTitle{
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	border-right: 1px solid #CCC;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

#div-revenue_share .row{
	line-height: 20px;
	border-bottom: 1px solid #CCC;
}

#div-revenue_share .even{
	background-color: #FFF;
}

#div-revenue_share .odd{
	background-color: #F7F8F8;
}

#div-revenue_share .column:first-child{
	border-left: 1px solid #CCC;
}

#div-revenue_share .bodyTable{
	overflow: hidden;
}

#div-revenue_share .column{
	border-right: 1px solid #CCC;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding-bottom: 500em;
    margin-bottom: -500em;
}


/**************************************/
/*              TEXT2PAY              */
/**************************************/
#div-text2pay {
	min-height: 604px;
}

.div-Text_centered .left_wraper {
	height: 450px;
	line-height: 450px;
}

.div-Text_centered p {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
	text-align: left;
}

.ta2pay_H2{
	line-height: 1.2em;
	font-size: 1.2em;
}


/**************************************/
/*              BITCOIN               */
/**************************************/
#div-bit_coins_payment {
	min-height: 604px;
}

#div-bit_coins_payment .div-grey .div_70 {
	width: 50%;
}

#div-bit_coins_payment .div-grey .div_30 {
	width: 50%;
}

/**************************************/
/*               MEDIA                */
/**************************************/
#div-media .preview{
	margin: 0 auto;
    text-align: center;
}

#div-media .preview img{
	border-radius: 5px;
	width: 148px;
	height: 148px;
	border: 1px solid #CCC;
	float: left;
}

#div-media .preview div
{
	width: 150px;
	height: 170px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#div-media .preview div label{
	line-height: 20px;
	color: #000;
	padding-top: 10px;
	width: 100%;
}


/**************************************/
/*           DOCUMENTATION            */
/**************************************/
#div-documentation .preview{
	margin: 0 auto;
    text-align: center;
}

#div-documentation .preview img{
	margin-top: 25px;
	width: 78px;
	height: 95px;
}

#div-documentation .preview div
{
	width: 150px;
	margin-right: 20px;
	margin-bottom: 30px;
}

#div-documentation .preview div label{
	line-height: 20px;
	color: #000;
	padding-top: 10px;
	width: 100%;
}

#div-documentation .outer{
	border-radius: 5px;
	width: 148px !important;
	height: 148px;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-bottom: 0px !important;
}
/**************************************/
/*               NEWS                 */
/**************************************/
.news
{
	color: #333 !important;
}
.news ul{
	list-style-image: url("../img/cross.png");	
}
.news li{
	line-height: 20px;
}
.news a{
	color: #333 !important;
	font-style: italic;
}