@font-face {
    font-family: 'RobotoRegular';
    src: url('../font/Roboto-Regular-webfont.eot');
    src: url('../font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Roboto-Regular-webfont.woff') format('woff'),
         url('../font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../font/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body
{
	xxxfont-family: 'RobotoRegular';
	xxfont-family: 'Tahoma';
	xxxfont-family: 'Gill Sans MT', 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 25px;
}


.gprgallery, .gpricons
{
	margin-top: 20px;
	background-color: rgb(236, 236, 236);
	padding: 5px;
	/*display: inline-block;
	zoom: 1;
	*display: inline;*/
	display: block;
	position: relative;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gprgallery img, .gpricons img
{
	margin: 5px;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;

	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);

	border: 10px solid #fff;
}

.gprgallery img:hover
{
	-webkit-transform: scale(1.1) rotate(-5deg);
	-moz-transform: scale(1.1) rotate(-5deg);
	-o-transform: scale(1.1) rotate(-5deg);
	transform: scale(1.1) rotate(-5deg);

	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);	
}

div #iconCarousel {
	font-size: 16px;
}

div.trademark
{
	margin-top: 20px;
	font-size: 80%;
	font-style: italic;
}

html li {
	line-height: 26px;
}

a.suba
{
	color: rgb(51, 51, 51);
}

#modal-video  a.close 
{
	opacity: 1;
}
