
/*------------------------------------
//
//	BASIC.CSS
//
------------------------------------*/

/* RESET */
@import "reset.css";


body {
	font: 1em/150% georgia, Helvetica, sans-serif;
	background: #f3f1f4 url(../img/bg4.jpg) 50% 0;
	background-attachment:fixed;
	color: #555555;
	line-height: 1.45;
}


/*---- HEADER-------*/

#header {	
	-background-color: #fff;
	text-align: center;
	padding: 0 40px;
}
#header span.divider	{
	border-top: 6px solid #f5f5f5;
	height: 10px;
	width: 100%;
	display: block;
	margin:  20px 0 -10px 0;
}
img.logo	{
	max-width: 37%;
	max-height: 100%;
	margin: 20px 0;
}


/* ------------- STRUCTURE -------------------*/


#pagewrap {
	padding: 0px;
	width: 1350px;
	margin: 10px auto;
	border: solid 1px #d6d6d6;
	background-color: #fff;
	-background:  url('../img/pageBg.png');
	-box-shadow: 0px 0px 70px #b4b4b4;
}
#page {		
	clear: both;
	margin-top: 0px;
}
.menucol{
	float:right;
	width: 33%;
	position:relative;
	-border-left: solid 1px #e3e3e3;
	margin-left: -1px;
	font-size: 0.9em;	
}
.menucol a:hover{
	text-decoration: none;
}
  

.menucol a:hover span.didactic {
	background:rgba(8,0,0,1);
}
.menucol a:hover span.didacticDetail  {
		opacity:1;
}

.menucol span.img:hover	{	
	box-shadow: 0px 1px 8px #000;
}

.bigcol {
	overflow:hidden;	
}
span.divider	{  
	display: block;
	clear: both;
	margin: 10px 0;
	border-top: 2px solid #f5f5f5;
}





/*---------- TEXT ------------*/

p	{
	margin: 5px 0 15px 5px;
}
.clear	{
	clear: both;
}
div.quote 	{
	font-style: italic;	
	background: none repeat scroll 0 0 #fdf7fb;
    border: 1px solid #f9e5f2;
    margin: 15px 40px;    
}
div.quote p	{
	margin: 10px 14px ;	
}
.left {
	float: left;
}
.bold	{
	font-weight: bold;
}
p.didactic	{
	font-size: 14px;
	text-align: right;
	margin-top: -0.2em;
	margin-right: 0.5em;
}
.smallText	{
	font-size: 0.7em;
	font-weight: bold;
}

/*----- headings ------*/
	

h1, h2, h3, h4 {
	color: #333333;
	-font-variant: small-caps;
}
h1 {font-size: 24px;}

h2 {
	font-size: 18px;
	margin-bottom: 0.2em;
	margin-left: 0.4em;
}
h3 {
	font-size: 13px;
	margin-bottom: 0.1em;
	text-transform: uppercase;
	-text-align: right;
}

h4 {
	font-size: 20px;
	line-height: 26px;
}


/*----------- LINKS --------------*/

a {
	color: ##0b0080;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
a:visited	{
	color: ##0b0080;
}




/*----------- IMAGES --------------*/


img {
	max-width: 100%;
	
}



/*----------- NAVIGATION ------------*/

.navContainer	{
	padding: 0 40px;
	-background-color: #fff;
}
ul.menu	{
	height: 40px;
	width: 100%;	
	background: #f5f5f5;
	font-size: 10pt;
	font-family: georgia, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 3px solid #333333;
	margin-left: -1px;
}
ul.menu li	{	
	display: inline;
	float: left;
	background-repeat:no-repeat;
	border-right: 1px solid #dedede;
}
ul.menu a {
	color: #2e2e2e;
	display: inline-block;
	-width: 100px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	-text-shadow: 1px 1px 0px #283744;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
ul.menu li a {	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
ul.menu li:last-child a {
	border-right: 0;
}
ul.menu li:hover, ul.menu a:active {
	background-color: #dedede;
	text-decoration: none;
}



/* -- Active tab --*/
ul.menu li.active {
	background-color: #333333;
	background-position: 0 -32px;
}
ul.menu li.active a {
	color: #fff;
}
ul.menu li.active a:hover {
	background-color: #333333;
	text-decoration: none;
}

ul.menu li.wiki, ul.menu li.bbc, ul.menu li.sc {
	float: right;
	-border: 1px dotted blue;
	margin: 0;
}

ul.menu li.wiki		{
	border-left: 1px solid #dedede;
}
ul.menu li.sc		{
	border-right: none;
}

ul.menu li.wiki a	{	
	background-image: url("../img/wikipediaSmall.png");
	background-size: 24px 16px;
    background-repeat: no-repeat;
	background-position: 12px 13px;
	height: 36px;
	width: 47px;
	padding: 0;	
	opacity: 0.6;
}

ul.menu li.bbc a	{	
	background-image: url("../img/yourPaintingsSmall.png");
	background-size: 54px 16px;
    background-repeat: no-repeat;
	background-position: 11px 13px;
	height: 36px;
	width: 76px;
	padding: 0;
	opacity: 0.6;
}
ul.menu li.sc a	{	
	background-image: url("../img/scSmall.png");
	background-size: 25px 16px;
    background-repeat: no-repeat;
	background-position: 10px 13px;
	height: 36px;
	width: 47px;
	padding: 0;
	opacity: 0.6;
}
ul.menu li.wiki a:hover, ul.menu li.bbc a:hover, ul.menu li.sc a:hover	{
	opacity: 0.8;
	cursor: pointer;
}




/*---------- SECTIONS ------------*/

.section	{
	-clear: both;
	padding: 0 40px;
	margin-top: 30px;
}
.section img	{
	margin-bottom: -5px;
}
.pictureLinks	{
	display: none;
}


/* ------ TABS -------- */

ul.tabs	{
	border-bottom: 1px solid #5a5959;
	-background-color: #f5f5f5;
	margin-top: 35px;
	margin-bottom: 25px;
	text-align: right;	
}
ul.tabs li	{	
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
	display: inline-block;
	-border-right: 1px solid #dedede;
	margin-left: -5px;
}
ul.tabs li a	{	
	margin: 0;
	padding: 12px 28px;
	letter-spacing: 0.1em;
	display: inline-block;
	text-decoration: none;
	color: #454545;
	text-transform: uppercase;
	font-size: 0.7em;
}
ul.tabs li a:hover	{
	background-color: #dedede;
}
ul.tabs li.active a	{
	background-color: #5a5959;
	color: #fff;
}




/*---------- BUTTONS ------------*/





/*----------- FOOTER ----------*/

footer {
	-position: relative;		
	margin-top: 10px;
	clear: both;	
	padding: 15px 30px;
	background: rgb(186,187,188); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(186,187,188,1) 0%, rgba(222,223,224,1) 50%, rgba(186,187,188,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(186,187,188,1)), color-stop(50%,rgba(222,223,224,1)), color-stop(100%,rgba(186,187,188,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(186,187,188,1) 0%,rgba(222,223,224,1) 50%,rgba(186,187,188,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#babbbc', endColorstr='#babbbc',GradientType=1 ); /* IE6-9 */

}


footer ul{
	width: 400px;
	margin: 0 auto;	
}


footer ul li {
	float: left;
	width: 120px;
	margin-right: 5%;
	box-shadow: inset #000 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
}
footer ul li:nth-child(3) {
	margin-right: 0%;	
}

footer ul li:hover	{
	background: #dfdfdf;
	box-shadow: inset #000 0px 0px 1px 0px;
}
footer ul li.bbc a 	{
	background: #f5f5f5 url('../img/yourPaintings.png') no-repeat;
	width: 100%; 
	height: 120px; 
	background-size: 100%;
	border: 1px dotted red;
	display: inline-block;
	
}


br.mobileBreak	{
	display: none;
}


div#base {	
	background-color: #636262;	
	text-align: center;	
	padding: 10px 0;
	-height: 200px;
	color: #fff;
}

div#base a	{
	color: #fff;
}


/* -------------  Contact -----------------*/

#contactus fieldset{
	border:1px solid #f1f1f1;	
	margin: 20px 0px 0 0px;
	padding: 0 30px 0 20px;
	border: 3px solid white;
	box-shadow: 0px 0px 3px #989898;
	background-color: #f5f5f5;	
	background: #f5f5f5 url('../img/canvas.png') repeat;
}
#contactus h2	{	
	color: #CA2B92;		
	font-size: 28px;
    line-height: 26px; 
	margin: 10px 0 10px 0;
}
#contactus label  { }
#contactus input[type="text"],textarea  {	
	font-size: 1em;	
	color : #000; 
	padding : 3px; 
	border: 1px dashed #c9c7c7;
	background-color: #e3e3e3; 	
}
#contactus textarea  {
	background-color: #e3e3e3;
	background-image: url(../img/quill.png);
	background-repeat: no-repeat;
	background-position: right 11px bottom 9px;
}
#contactus input[type="text"]  {
	height:25px;
	width:100%; 
	border: 1px dashed #c9c7c7;
	background-color: #e3e3e3; 
	font-size: 1em;	
}
#contactus #scaptcha  {
	width:102px;
	height:18px;
}

#contactus input[type="submit"]  {	
	-text-transform: uppercase;
	background: none repeat scroll 0 0 #126402;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
	margin-top: -15px;
    padding: 15px 40px;
    text-align: center;      
}
#contactus input[type="submit"]:hover	{
	background-color: #0d4e01;
}
#contactus input[type="submit"]:active	{
	background-color: #093600;
}
#contactus textarea  {
	height:80px;
	width:100%;
	font-size: 1em;
	font-family: arial;
}
#contactus input[type="text"]:focus, #contactus textarea:focus  {	
	border : 1px solid #126402;
	background-color : #fff;
	outline: none;
	box-shadow: 0px 0px 2px #126402;
}
#contactus .container  {
	margin: 15px 0;
}
#contactus .submit	{		
	margin-right: -5px;
	float: right;
	margin-top: -60px;
}

div.capcha	{	
	width: 150px;
	margin-top: 10px;
	margin-bottom: 4px;
}
img#scaptcha_img {
	border: 1px solid #d7cad7;
}
#contactus .error  {
	font-family: Arial, sans-serif; 
	font-size: 0.7em;
	color: #900;
	background-color : #ffff00;
}
div.short_explanation	{
	font-size: 0.8em;
	margin-top: 10px;
}
#contactus fieldset#antispam  {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

.thankyou	{
	color: #fff;
	background-color: #126402;
	padding: 7px 20px 20px 20px;
	position: fixed;
	top: 0px;
	margin: 0 auto;
	background-image: url(../img/signature.png);
	background-repeat: no-repeat;
	background-position: right 9px bottom 5px;
	background-size:160px 40px;
}

div.nameField	{	
	width: 48%;
	float: left;
	-padding-right: 10px;
}
div.emailField	{	
	width: 48%;
	float: right;
}
div.messageField	{
	clear: both;
}


.back-to-top:hover {
background-color: rgba(219, 55, 55, 0.50);
}
.back-to-top {
	width: 52px;
	height: 52px;
	position: fixed;
	bottom: 2em;
	right: 20px;
	z-index: 20;
	text-decoration: none;
	color: #000000;
	background-color: rgba(0, 0, 0, 0.90);
	background-position: -291px 0;
	display: none;
}
.ico, i {
display: inline-block;
background-image: url("../img/sprite.png");
}


span.img	{
	position: relative;
	margin-bottom: 12px;
	padding-bottom: -20px;
	display: block;
	border: 3px solid white;
	box-shadow: 0px 1px 3px #989898;	
}

span.didactic {	
	background: #000;
	bottom: 32px;
	margin-left: 0px;
	color: #e0e0e0;
	font-size: 18px;	
	left: 0;
	letter-spacing: -0.5px;
	padding: 9px 11px 9px;
	position: absolute;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;	
	background:rgba(8,0,0,0.7);
}
span.didacticTitle {	
	display: block;	
	white-space: nowrap;
}
span.didactic a{
	color: #e0e0e0;
	-text-decoration: underline;
}
span.didacticDetail  {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #777777;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 15px;	
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
	opacity:0.8;
}

span.pp {	background-color: #153960;}
span.pd {	background-color: #965a29;}
span.sl {	background-color: #962929;}
span.ld {	background-color: #5c3919;}
span.ls {	background-color: #325c2a;}
span.ss {	background-color: #206b80;}








/* ---- Collections  --- */

a.collection	{
	float: left;	
	display: inline-block;
	opacity:0.7;
}
a.collection:hover	{	
	opacity:1;
}
a.newclub	{	
	width: 90px;
    height: 90px;	
	background:  url('../img/labelNewclub.png') 0px 0px ;
	background-size: 90px 90px;
	margin: -10px 8px -40px -3px;
}
a.rcs	{	
	width: 50px;
    height: 120px;	
	background:  url('../img/labelRCS.png') 0px 0px ;
	background-size: 50px 120px;
	margin: -45px 8px -40px -3px;
}
a.signet	{	
	width: 90px;
    height: 90px;	
	background:  url('../img/labelSignet.png') 0px 0px ;
	background-size: 90px 90px;
	margin: -10px 8px -35px -3px;
}
a.forth	{	
	width: 57px;
    height: 80px;	
	background:  url('../img/labelForth.png') 0px 0px ;
	background-size: 57px 80px;
	margin: -5px 11px -35px -3px;
}
a.royalSociety	{	
	width: 100px;
    height: 70px;	
	background:  url('../img/labelRoyalSociety.png') 0px 0px ;
	background-size: 100px 70px;
	margin: -5px 8px -32px -3px;
}
a.heriot	{	
	width: 84px;
    height: 70px;	
	background:  url('../img/labelHeriot.png') 0px 0px ;
	background-size: 84px 70px;
	margin: 0px 10px -32px -3px;
}
a.halls	{	
	width: 100px;
    height: 60px;	
	background:  url('../img/labelHalls.png') 0px 0px ;
	background-size: 100px 60px;
	margin: 0px 12px -22px -3px;
}
a.glasgow	{	
	width: 110px;
    height: 64px;	
	background:  url('../img/labelGlasgow.png') 0px 0px ;
	background-size: 110px 64px;
	margin: 0px 12px -25px -3px;
}
a.RCPSG	{	
	width: 75px;
    height: 80px;	
	background:  url('../img/labelRCPSG.png') 0px 0px ;
	background-size: 75px 80px;
	margin: -10px 12px -29px -2px;
}
a.edinCouncil	{	
	width: 70px;
    height: 74px;	
	background:  url('../img/labelEdinCouncil.png') 0px 0px ;
	background-size: 70px 74px;
	margin: 2px 11px -40px -3px;
}
a.parliamentHall	{	
	width: 80px;
    height: 80px;	
	background:  url('../img/labelParliamentHall.png') 0px 0px ;
	background-size: 80px 80px;
	margin: -8px 11px -30px -3px;
}






/*-------*/




a.price	{
	position: absolute;
	opacity:0.8;
	top: 18px;
	line-height: 3.5em;	
	right: 22px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	text-shadow: 0px -1px 0 #60491c;
	color: #fff;	
	display: inline-block;
	width: 3.5em;
    height: 3.5em;
    border-radius: 50%;    
    border: 1px solid #fff;
    box-shadow: 0 0 0 3px #513a1e;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8d673b+0,674927+50,352614+50,281c0e+100 */
background: #8d673b; /* Old browsers */
background: -moz-linear-gradient(top,  #8d673b 0%, #674927 50%, #352614 50%, #281c0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d673b), color-stop(50%,#674927), color-stop(50%,#352614), color-stop(100%,#281c0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8d673b 0%,#674927 50%,#352614 50%,#281c0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8d673b 0%,#674927 50%,#352614 50%,#281c0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8d673b 0%,#674927 50%,#352614 50%,#281c0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8d673b 0%,#674927 50%,#352614 50%,#281c0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d673b', endColorstr='#281c0e',GradientType=0 ); /* IE6-9 */

}


a.sold:hover	{	
	opacity:0.9;
}


a.sold {
	position: absolute;
	opacity:0.9;
	top: 18px;	
	right: 18px;
	display: inline-block;
	width: 2.0em;
    height: 2.0em;
    border-radius: 50%;    
   
  
background: #ad1c1c;
box-shadow: 0px 1px 1px  rgba(0, 0, 0, 0.4); 
}

a.price:hover	{	
	opacity:0.9;
}

.menucol span.didactic, .menucol span.didacticDetail, .button span.didactic, .button span.didacticDetail {	
	font-size: 0.9em;
}


br.phone	{
	display: none;
}



/*----*/
.glass {
  width: 400px;
  height: 400px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  
  /* Multiple box shadows to achieve the glass effect */
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  
  /* hide the glass by default */
  display: none;
}


.section div.textbox {
border: 3px solid white;
box-shadow: 0px 1px 3px #989898;
margin: 0 4px 20px 0;
background-color: #f2f2f2;
padding: 30px 60px;

}



/*  -------  */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;	
	margin: 14px 0px 20px 0;	
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------- Rotate ------*/

span#mural	{
	background-color: #595959;
	border: 3px solid white;
	box-shadow: 0px 1px 3px #989898; 	
	max-height: 50em;
	overflow: hidden;
	text-align: center;
}

.section img#me {
    -webkit-animation: rotation 110s infinite linear;
	border: none;
	box-shadow: none;
	max-width: 290%;
	right: 190px;
	top: -610px;
	position: relative;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}


