/*mobile 0-720 -----------------------------------------------*/

body{
	margin: 0;
}

.main_center{
	width: 87.5%;
	padding: 0 6.25%;
}
#top,
body.admin-bar #top{
	height: auto;
	position: static;
}
/*---------------------------------------------------*/
.bigheader{
	font-size: 26px;
	margin-bottom: 20px;
	line-height: 1.2;
}
.scroll_info{
	background-image: url(../images/bg_scroll_arrow_big.png);
	background-size: 10px 16px;
	display: block;
	cursor: pointer;
	margin-bottom: 10px;
}
/*---------------------------------------------------*/
.show_on_mobile{
	display: block !important;
}
span.show_on_mobile{
	display: inline !important;
}
.hide_on_mobile{
	display: none !important;
}
#top .logo{
	line-height: 50px;
	margin-right: 0;
	position: relative;
	top: 2px;
	font-size: 19px;
}
/*---------------------------------------------------*/
#top .mobile-menu{	
	background: black;
	color: white;
	font-size: 16px;	
	text-transform: uppercase;
	overflow: hidden;
	display: none;
	position: static;
	left: 0;
	border-bottom: 1px solid #BFBFBF;
}
#top .mobile-menu ul{
	
}
#top .mobile-menu ul li.current-menu-item a{
	color: #658d3d;
}

#top .mobile-menu ul li{	
	border-bottom: 1px solid #222222;
}
#top .main-menu > ul > li.current-menu-item a{
	color: #658d3d;
}
#top .mobile-menu ul a{
	padding: 19px 6.25%;
	color: white;
	display: block;
}
#top .mobile-menu ul a:hover{
	color: #658d3d;
}
/*---------------------------------------------------*/
#top .menu-opener{
	background: url(../images/bg_menu_opener_green.png) no-repeat;
	background-size: 25px 19.5px;
	display: block;
	width: 25px;
	height: 20px;
	float: right;
	margin-top: 15px;
	cursor: pointer;
}

/* color schemes */
body.color_pro #top .menu-opener{
	background-image: url(../images/bg_menu_opener_pro.png);
}
body.color_free_basic #top .menu-opener{
	background-image: url(../images/bg_menu_opener_free_basic.png);
}
body.color_free_social #top .menu-opener{
	background-image: url(../images/bg_menu_opener_free_social.png);
}
body.color_free_voucher #top .menu-opener{
	background-image: url(../images/bg_menu_opener_free_voucher.png);
}
body.color_free_sms #top .menu-opener{
	background-image: url(../images/bg_menu_opener_free_sms.png);
}
body.color_family #top .menu-opener{
	background-image: url(../images/bg_menu_opener_family.png);
}
body.color_enterprise_w #top .menu-opener{
	background-image: url(../images/bg_menu_opener_enterprise_w.png);
}
body.color_enterprise_b #top .menu-opener{
	background-image: url(../images/bg_menu_opener_enterprise_b.png);
}
/*---------------------------------------------------*/
.fw-panel-green .header{
	font-size: 30px;
	margin-bottom: 20px;
}
.fw-panel-green p{
	font-size: 18px;
	margin-bottom: 35px;
}
/*---------------------------------------------------*/
.panel-features{
	padding: 40px 0 0 0;
}
.panel-features ul.items{
	padding: 0 5.35%;
}
.panel-features ul.items li{
	float: none;
	padding: 0;
	margin-bottom: 30px;
	width: auto;
}
.panel-features .circle{
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 70px;
	margin-bottom: 30px;
}
.panel-features ul.items p{
	min-height: 0;
}
.panel-features ul.items a.details{
	display: none;
}
/*---------------------------------------------------*/
.panel-reseller-program{
	font-size: 16px;
}
.panel-reseller-program .bigheader{
	margin-bottom: 20px;
}
.panel-reseller-program .ico_reseller{
	float: none;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
.panel-reseller-program p{
	margin: 30px 0;
	max-width: 100%;
	line-height: 1.5;
}
/*---------------------------------------------------*/

#bottom .contact{
	background-color: transparent;
	overflow: visible;
	padding: 20px 0;
}
#bottom .contact .social{
	
}
#bottom .contact .left{
	float: none;
	padding-top: 30px;
	width: auto;
	text-align: center;
}
#bottom .contact .center{
	float: none;
	padding-top: 20px;
	width: auto;
	text-align: center;
	line-height: 1.4;
}
#bottom .contact a.button{
	background: #658D3D;
	height: 44px;
	line-height: 44px;
	width: 200px;
	display: block;
	text-decoration: none;
	border-radius: 4px;
	color: white !important;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.21);
	margin: 0 auto 30px auto;
}

body.lang_hu #bottom .contact a.button{
	width: 270px;
}

#bottom .langselect_container{
	position: relative;
	text-align: center;
}
#bottom .langselect_container .title{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
#bottom .langselect_container .langselect{
	background-position: 97% 17px;
	width: auto;
	border-color: #444444;
	line-height: 38px;
	position: static;
}

/* color schemes */
body.color_pro #bottom .contact a.button{
	background-color: #E6B442;
}
body.color_free_basic #bottom .contact a.button{
	background-color: #90B3C6;
}
body.color_free_social #bottom .contact a.button{
	background-color: #6A82B4;
}
body.color_free_voucher #bottom .contact a.button{
	background-color: #DB4234;
}
body.color_free_sms #bottom .contact a.button{
	background-color: #955DB5;
}
body.color_family #bottom .contact a.button{
	background-color: #E67842;
}
body.color_enterprise_w #bottom .contact a.button{
	background-color: #147ABB;
	display: none !important;
}
body.color_enterprise_b #bottom .contact a.button{
	background-color: #06AEEF;
	display: none !important;
}
/*---------------------------------------------------*/
#bottom a.scroll_to_top{
	background: #77A548 url(../images/bg_scrolltop.png) no-repeat center;
	background-size: 40px 40px;
	width: 172px;
	height: 72px;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;	
	top: -50px;
	margin-bottom: -15px;
}

/* color schemes */
body.color_pro #bottom a.scroll_to_top{
	background-color: #E6B442;
}
body.color_free_basic #bottom a.scroll_to_top{
	background-color: #90B3C6;
}
body.color_free_social #bottom a.scroll_to_top{
	background-color: #6A82B4;
}
body.color_free_voucher #bottom a.scroll_to_top{
	background-color: #DB4234;
}
body.color_free_sms #bottom a.scroll_to_top{
	background-color: #955DB5;
}
body.color_family #bottom a.scroll_to_top{
	background-color: #E67842;
}
body.color_enterprise_w #bottom a.scroll_to_top{
	background-color: #147ABB;
}
body.color_enterprise_b #bottom a.scroll_to_top{
	background-color: #06AEEF;
}
/*---------------------------------------------------*/
.panel-submenu {
	padding-bottom: 19px;
}
.panel-submenu ul{
	text-align: center !important;
}
.panel-submenu ul li{
	margin-bottom: 10px;
	display: inline-block;
}
.panel-submenu ul li a{
	width: 100px;
	text-align: center;
}
.panel-submenu ul li h2{

}
/*---------------------------------------------------*/
.panel-splash-page{
	padding-bottom: 5px;
}
/*---------------------------------------------------*/
.panel-solutions{
	padding: 40px 0 0 0;
	border-top: 0;
	border-bottom: 0;
}
.panel-solutions .main_center{
	padding: 0;
	width: auto;
}
.panel-solutions .bigheader{
	margin-bottom: 40px;
}
.panel-solutions ul.items li{
	background-color: #F8F8F8;
	width: auto;
	padding: 0 6.25%;
	float: none;
	border-top: 1px solid #E2E2E2; 
	position: relative;
	overflow:hidden;
}
.panel-solutions ul.items li.opened{
	background-color: white;
	padding-bottom: 30px;
}
.panel-solutions ul.items .header{
	background: url(../images/arrow_right3.png) no-repeat left center;
	color: #658d3d;
	font-size: 22px;
	text-align: left;
	margin-bottom: 0;
	padding: 30px 0 30px 35px;
	display: block;
	cursor: pointer;
	
}
.panel-solutions ul.items li.opened .header{
	background-image: url(../images/arrow_down3.png);
	color: #333333;
}
.panel-solutions .circle{
	background: #658D3D;
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 70px;
	position: absolute;
	top: 93px;
	left: 50%;
	margin-left: -70px;
}
.panel-solutions .circle:hover{
	background-color: #333333;
}
.panel-solutions .content{
	padding-top: 190px;
	display: none;
}
.panel-solutions ul.items li.opened .content{
	display: block;
}
.panel-solutions a.readmore{
	background: #333333;
	height: 41px;
	line-height: 41px;
	display: inline-block !important;
	text-decoration: none;
	padding: 0 17px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-weight: 800;
}

/*---------------------------------------------------*/
.panel-hotspotinabox{
	padding: 0px 0 0 0;
	border-top: 0;
	border-bottom: 1px solid #d0d0d0;;
	margin-bottom:20px;
}
.panel-hotspotinabox .main_center{
	padding: 0;
	width: auto;
}
.panel-hotspotinabox .bigheader{
	margin-bottom: 40px;
}
.panel-hotspotinabox ul.items li{
	background-color: #f0f0f0;
	width: auto;
	padding: 0 6.25%;
	float: none;
	border-top: 1px solid #d0d0d0;
	position: relative;
}
.panel-hotspotinabox ul.items li.opened{
	background-color: white;
	padding-bottom: 30px;
}
.panel-hotspotinabox ul.items .header{
	background: url(../images/arrow_right3.png) no-repeat left center;
	color: #658d3d;
	font-size: 22px;
	text-align: left;
	margin-bottom: 0;
	padding: 30px 0 30px 35px;
	display: block;
	cursor: pointer;
	font-weight:normal;
}
.panel-hotspotinabox ul.items li.opened .header{
	background-image: url(../images/arrow_down3.png);
	color: #333333;
}
.panel-hotspotinabox .circle{
	background: #658D3D;
	display: inline-block;
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 70px;
	position: absolute;
	top: 93px;
	left: 50%;
	margin-left: -70px;
}
.panel-hotspotinabox .circle:hover{
	background-color: #333333;
}
.panel-hotspotinabox .content{
	padding-top: 10px;
	display: none;
}
.panel-hotspotinabox ul.items li.opened .content{
	display: block;
}
.panel-hotspotinabox a.readmore{
	background: #333333;
	height: 41px;
	line-height: 41px;
	display: inline-block !important;
	text-decoration: none;
	padding: 0 17px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	font-weight: 800;
}
/*---------------------------------------------------*/
.panel-pay-per-use{
	background: #658D3D;
	color: white;
	padding: 35px 0 40px 0;
	margin-bottom: 70px;
}
.panel-pay-per-use .bigheader{
	margin-bottom: 30px;
}
.panel-pay-per-use .type-box{
	padding: 0;
}
.panel-pay-per-use .type-box a.readmore{
	background: #333333;
	height: 41px;
	line-height: 41px;
	display: inline-block;
	text-decoration: none;
	padding: 0 17px;
	border-radius: 2px;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 25px;
	font-weight: 800;
}
.panel-pay-per-use .type-box p{
	line-height: 1.4;
}
/*---------------------------------------------------*/
.panel-hotspot-management{
	padding: 25px 0;
	margin-bottom: 0;
	height: auto;
}
.panel-hotspot-management .header{
	margin-bottom: 0;
}
/*---------------------------------------------------*/
.panel-cc-features{
	padding: 40px 0;
	border-top: 0;
}
.panel-cc-features .bigheader{
	margin-bottom: 0;
}
.panel-cc-features ul.items{
	margin-top: 40px;
}
.panel-cc-features ul.items li{
	border-top: 1px solid #DDDDDD;
	padding: 20px 0;
}
.panel-cc-features ul.items .img{
	width: 86px;
	margin: 0 auto 20px auto;
	float: none;
}
.panel-cc-features ul.items .text{
	float: none;
	width: auto;
}
.panel-cc-features ul.items .header{
	font-size: 22px;
	margin-bottom: 15px;
}
/*---------------------------------------------------*/
.panel-supported-devices-top{
	padding: 30px 0 0 0;
}
.panel-supported-devices-top.fw-panel-green .header{
	margin-bottom: 30px;
	font-size: 27px;
}
.panel-supported-devices-top.fw-panel-green p{
	max-width: 100%;
	margin-bottom: 20px;
}
.panel-supported-devices-top ul.items{
	padding: 0;
	width: auto;
}
.panel-supported-devices-top ul.items li{
	width: auto;
	float: none;
	padding: 30px 6.25% 30px 6.25%;
	box-shadow: 0 -1px 0 #4F7C3A inset;
}
.panel-supported-devices-top .circle{
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 60px;
	margin-bottom: 20px;
}
.panel-supported-devices-top ul.items .header{
	font-size: 30px;
}
/*---------------------------------------------------*/
.panel-devices-brands{
	padding: 30px 0;
}
.panel-devices-brands .header{
	font-size: 24px;
	margin-bottom: 20px;
}
.panel-devices-brands p{
	font-size: 18px;
	width: auto;
}
.panel-devices-brands .logos{
	width: auto;
	margin: 0 auto 20px auto;
}
.panel-devices-brands .logos img{
	max-width: 110px;
}
.panel-devices-brands .logos.compatible{
	width: auto;
}
.panel-devices-brands a.button{	
	background-position: right center;
	width: 210px;
	padding: 15px 20px;
	height: auto;
	line-height: 1.2;
	font-size: 15px;
	display: block;
	margin: 10px auto;
	
}
/*-----------------------------------------------------------------*/
.manufacturers-list{
	padding: 30px 0;
}
.manufacturers-list .select_wrapper{
	background-size: 32px 8px;	
	width: auto;
	float: none;
	margin-bottom: 20px;
}
.manufacturers-list .select_wrapper select{
	padding: 15px 10px;
	font-size: 20px;
	margin: 0;
	height: 58px;	
}
.manufacturers-list .button{
	font-size: 18px;
	height: 58px;
	line-height: 58px;
	width: auto;
	float: none;
}
/*---------------------------------------------------*/
.panel-existing-hardware{
	padding: 40px 0;
}
.panel-existing-hardware p{
	font-size: 16px;
	line-height: 1.5;
}
/*---------------------------------------------------*/
.panel-installation-guides{
	padding: 40px 0 10px 0;
}

.panel-installation-guides .bigheader {    
    margin-bottom: 20px;
}
.panel-installation-guides .header{
	font-size: 16px;	
	margin-bottom: 25px;
}
.panel-installation-guides .img{
	display: none;
}

.panel-installation-guides ul.items {
    font-size: 14px;
}

.panel-installation-guides .col,
.panel-installation-guides .col.f-right{
	float: none !important;
	width: auto;
	margin-bottom: 30px;
}
/*---------------------------------------------------*/
.panel-case-studies{
	padding: 40px 0 60px 0;
}
.panel-case-studies .bigheader{
	margin-bottom: 40px;
}
.panel-case-studies .circle{
	background: #658D3D;
	width: 140px;
	height: 140px;
	line-height: 140px;
	border-radius: 70px;
	margin-bottom: 25px;
}
.panel-case-studies ul.items li{
	float: none;
	padding: 0;
	margin-bottom: 30px;
	width: auto;
}
/*---------------------------------------------------*/
.product_prices{
	padding-bottom: 20px;
}
.product_prices .item{
	padding: 30px 0 30px 0;
}
.product_prices .header{
	font-size: 30px;
	margin-bottom: 10px;
}
.product_prices .header2{
	font-size: 18px;
	margin-bottom: 15px;
}
.product_prices table.pricetable{	
	min-width: 720px;
}
.product_prices table.pricetable td{
	padding: 5px 10px;	
}
/*---------------------------------------------------*/
.page_content{
	padding-bottom: 20px;
}
.page_content .top-nav{
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}
.page_content .top-nav .title{
	font-size: 18px;
	line-height: 1.2;
}
.page_content .top-nav ol{
	font-size: 16px;
}
.page_content .top-nav ol li{
	padding-left: 5px;
}
/*---------------------------------------------------*/
.page-textcontent{
	padding: 20px 0;
	font-size: 16px;
}
.page-textcontent .page-header{
	font-size: 18px;
}
.page-textcontent .page-header .nmr{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 18px;
}
.page-textcontent .page-box{
	min-height: 0;
}
.page-textcontent .page-box.warning{
	background-image: none;
	padding: 3%;
}
.page-textcontent .page-box.important{
	background-image: none;
	padding: 3%;
}
.page-textcontent .page-box{
	margin: 15px 0;
}
.page-textcontent p{
	margin: 15px 0;
}
.page-textcontent h1,
.page-textcontent h2,
.page-textcontent h3,
.page-textcontent h4,
.page-textcontent h5,
.page-textcontent h6{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}
.page-textcontent h1{ font-size: 26px; }
.page-textcontent h2{ font-size: 24px; }
.page-textcontent h3{ font-size: 22px; }
.page-textcontent h4{ font-size: 20px; }
.page-textcontent h5{ font-size: 18px; }
.page-textcontent h6{ font-size: 17px; }

.page-textcontent ul{
	margin: 15px 0;
}
.page-textcontent ul li{
	background-position: left 8px;
	margin-bottom: 7px;
}
.page-textcontent ol{
	margin: 15px 0;
}
.page-textcontent ol li{
	margin-bottom: 7px;
}
.page-textcontent .table_container table{
	min-width: 720px;
}
.page-textcontent table.grid th{
	padding: 7px 10px;
}
.page-textcontent table.grid td{
	border: 1px solid #DDDDDD;
	padding: 7px 10px;
}

.page-textcontent .blocktext{
	overflow: visible;
}
/*---------------------------------------------------*/
.panel-controller-comparison table.comparetable2{
	min-width: 720px;
	font-size: 14px;
}
.panel-controller-comparison table.comparetable2 td{
	padding: 10px 15px;
}
.panel-controller-comparison table.comparetable2 thead td{
	padding: 10px 0;
}
/*---------------------------------------------------*/
.panel-form{
	padding: 20px 0 50px 0;
}
.panel-form .bigheader{
	width: auto;
	font-size: 22px;
	margin: 0;
	padding: 10px 0 25px 0;
}
.panel-form a.biglink{
	font-size: 15px;
	display: block;
	margin-top: 10px;
	margin-left: 0;
}
.panel-form .formbox{
	background: #F7F7F7;
	width: 90%;
	padding: 5%;
	margin: 0 auto;
}
/*---------------------------------------------------*/
.dataform .field {
	margin-bottom: 0;
}
.dataform .label{
	width: auto;
	font-size: 16px;
	margin-bottom: 10px;
	float: none;
}
.dataform .col{
	width: auto;
	float: none;
}
.dataform .field input[type=text],
.dataform .field input[type=password]{
	/*height: 28px;
	line-height: 28px;
	padding: 0 1%;	
	max-width: 95%;
	font-size: 15px;*/
	width: 91%;
}
.dataform .field .txt{	
	margin-right: 1%;
}
.dataform .field input.phone1{
	width: 12%;
	margin-right: 1%;
}
.dataform .field input.phone2{
	width: 18%;
	margin-right: 1%;
}
.dataform .field input.phone3{
	width: 29.50%;
}
.dataform .info{
	font-size: 16px;
}
.dataform .info2{
	line-height: 1.4;
}
.dataform .btn_container{
	padding-left: 30%;
	margin-bottom: 10px;
}
.dataform .btn_container.center{
	padding: 0;
}
.dataform .button{
	max-width: 60%;
	padding: 0 10%;
}
/*---------------------------------------------------*/
.panel-server-status{
	font-size: 12px;
}
.panel-server-status ul.items li{
	word-wrap: break-word;
}
.panel-server-status ul.items li .box{
	height: 40px;	
	line-height: 40px;
	font-size: 11px;
	font-weight: normal;
	word-wrap: normal;
}
/*---------------------------------------------------*/
.panel-border-page{
	margin: 20px 0 50px 0;
}
.panel-border-page .text-box{	
	/*padding: 10px 3%;*/
	padding: 0;
	border: 0;
}
/*---------------------------------------------------*/
.panel-product-pagetop{
	padding: 20px 0 21px 0;
}
.panel-product-pagetop .header{	
	font-size: 30px;
	margin-bottom: 20px;
}
.panel-product-pagetop p{	
	font-size: 18px;
	margin-bottom: 20px;
	width: 90%;
}
/*---------------------------------------------------*/
.panel-product-info.panel-product-info-user-statistics{
	
}
.panel-product-info.panel-product-info-user-statistics .header{
	margin-bottom: 30px;
}
/*---------------------------------------------------*/
.panel-product-info.panel-product-info-hardware-supported{
	
}
.panel-product-info.panel-product-info-hardware-supported .header{
	margin-bottom: 30px;
}
/*---------------------------------------------------*/
.panel-product-info.panel-product-info-multi-location{
	
}
.panel-product-info.panel-product-info-multi-location .header{
	margin-bottom: 30px;
}
.panel-product-info.panel-product-info-multi-location .circleimg{
	max-width: 110px;
}
/*---------------------------------------------------*/
.panel-product-info{
	padding: 40px 0;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px solid #DDDDDD;
}
.panel-product-info.last{
	padding-bottom: 50px;
}
.panel-product-info .bigheader{
	font-size: 22px;
	margin-bottom: 20px;
}
.panel-product-info .header{
	font-size: 22px;
	margin: 0 0 15px 0;
}
.panel-product-info img.alignleft {
	float: none;
	display: block;
	margin: 0 auto 20px auto;
}
.panel-product-info img.alignright {
	float: none;
	display: block;
	margin: 0 auto 20px auto;
}
.panel-product-info img.circleimg{
	max-width: 140px;
}
.panel-product-info .videobox{
	
}
.panel-product-info .videobox.f-left{
	float: none !important;
	margin: 0 auto 20px auto;
}
.panel-product-info .videobox.f-right{
	float: none !important;
	margin: 0 auto 20px auto;
}
.panel-product-info .paymentlogo{
	width: 75px;
}

body.color_enterprise_b .panel-product-info{
	border-bottom-color: transparent;
}
/*---------------------------------------------------*/
.panel-product-info.pb-0{
	padding-bottom: 40px;
}
/*---------------------------------------------------*/
.panel-product-info.type2{
	font-size: 18px;
}
.panel-product-info.type2 p{
	max-width: 100%;
	margin: 15px auto;
	text-align: left;
}
/*---------------------------------------------------*/
#scrolltop_arrow{
	display: none !important;	
}
/*---------------------------------------------------*/
.panel-email-alert{
	font-size: 17px;
	padding: 30px 0 70px 0;
}
.panel-email-alert .text{
	float: none;
	width: auto;
	margin-bottom: 20px;
}
.panel-email-alert .subscribeform{
	float: none;
	width: auto;
}

/*----------------------- bala m�dis�t�sai --------------------*/
/*----------------- minititle ----------------------------------*/
.minititle
{display:block;}

/*.product_prices table.pricetable{
	min-width: 500px;
}*/

.panel-hotspot-locations-img{; 
	 
}

.countrylist
{padding:10px;}

/*---------------------------------------------------*/

*---------------------------------------------------*/
.panel-contact{
	padding: 60px 0 80px 0;
	text-align: center;
	border-top: 1px solid #DDDDDD;
}
 
.panel-contact .header{
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 40px;
}
.panel-contact p{
	line-height: 1.3;
	font-size: 22px;
	width: 690px;
	margin: 0 auto 30px auto;
}
.panel-contact .logos{
	width: 780px;
	margin: 0 auto 40px auto;
}
.panel-contact.logos img{
	vertical-align: middle;
	margin: 10px;
}
.panel-contact .logos a img{
	-webkit-filter: grayscale(100%); 
	        filter: grayscale(100%);
}
.panel-contact .logos a:hover img{
	-webkit-filter: grayscale(0%); 
			  filter: grayscale(0%);
}

.panel-contact .logos.compatible{
	max-width: 600px;
}
.panel-contact a.button{
	background: #658D3D url(../images/arrow_right4.png) no-repeat right  31px;
	background-position:center right;
	background-size: 36px 17px;
	width: 80%;
	height: auto;
	line-height: 1.3em;
	padding: 0 45px 0 30px; 
	margin: 10px 5px;
	display: inline-block;
	text-decoration: none;
	border-radius: 45px;
	color: white;
	font-size: 22px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.21);
	font-weight: bold;	
	padding-bottom:0.8em;
	padding-top:0.8em;
	
}
.panel-contact a.button:hover{
	background-color: #7BAB4A;
}

.panel-contact a.button.dark{
	background-color: #333333;
}
.panel-contact a.button.dark:hover{
	background-color: #454545;
}

/******************************** livemap **********************/

#livemap {height:300px;}
