﻿.addthis_toolbox
{
	margin-bottom:15px;
	display:table;
}

.addthis_toolbox a
{
	background:#9d9797;
	color:white;
	width:25px !important;
	height:20px !important;
	padding-top:5px !important;
	border-radius:5px;
	font-size:1.2em;
	text-align:center;
	margin-left:6px;
	display:block;
	float:left;
}

.addthis_toolbox span
{
	float:left;
}

.addthis_toolbox a span
{
	display:none;
}

#paypalbtt
{
	width:100%;
	clear:both;
	height:210px;
}

#contentgallerydetails
{
	width:100%;
	max-width:1200px;
	margin:30px auto;
	height:auto;
	display:table;
}

#contentgallerydetails > img
{
	width:45%;
	margin-right:5%;
	float:left;
}

#gallerydetaright
{
	float:left;
	width:50%;
	text-align:justify;
}

#gallerydetaright h1
{
	font-size:1.5em;
	color:#686060;
	font-weight:bold;
}

#pricedeta
{
	font-size:1.4em;
	width:100%;
	color:#686060;
	margin:15px 0px;
	display:block;
}

#contactgalleryitem 
{
	width:100%;
	display:block;
}

#contactgalleryitem input
{
	width:calc(55% - 2px);
	padding:1.5% 2%;
	border:1px solid black;
	margin-bottom:8px;
	text-transform:uppercase;
}

#contactgalleryitem textarea
{
	width:calc(55% - 2px);
	padding:1.5% 2%;
	border:1px solid black;
	margin-bottom:8px;
	text-transform:uppercase;
	float:left;
}

#contactgalleryitem a,
#contactgalleryitem button
{
	font-size:1.4em;
	margin-top:8px;
	float:left;
	padding: 0;
	clear:left;
	color:white;
	width:100px;
	text-align:center;
	background:#9d9797;
	text-transform:uppercase;
	border:none;
	border-radius:0px;
	margin-right:4%;
}

@media screen and (max-width:729px) 
{
	#contentgallerydetails
	{
		width:90%;
		margin:20px 5%;
	}

	#gallerydetaright
	{
		width:100%;
		margin-top:25px;
	}

	#paypalbtt
	{
		height:auto;
		display:table;
	}

	#contentgallerydetails > img
	{
		margin:0px;
		width:100%;
	}

	#artistdetaright
	{
		width:100%;
	}
}