/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */


.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 100px !important;
}

.iconbox {height:80px;width:80px;}
.iconfont {font-size: 16px; }
.address {padding-top:0px;}
.phone{padding-top:15px;}
.email{padding-top:20px;}
.other {font-size:16px;}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 0px !important;
}
	
	.prev-slide {
    display: none !important;
}
	
	.next-slide {
    display: none !important;
}	
	
.iconbox {height:40px;width:40px;margin-top:3px;}
.iconfonta{font-size: 14px; }
.address {padding-top:0px;}
.phone{padding-top:0px;}
.email{padding-top:8px;}

	
}