﻿
@import url(http://fonts.googleapis.com/css?family=Arimo:700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@-ms-viewport{width:auto!important}

.blurb{
    display: flex;
    justify-content: center;
    flex-direction: column;
    float:left;  
    width:150px;
    height:200px;
    font-weight: 100;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 12px;
    color:grey;
}

.breadcrumb-item > a > img {
    height: 35px !important;
}

.breadcrumb-caption {
    position: absolute;
    left: 45px;
    top: 5px;
    color: white;
    font-size: 11px;
    max-width: 210px;
    overflow: hidden;
    max-height: 18px;
}


.breadcrumb-item > a {
    position: relative;
}


#footer{
    background-color:rgba(255,255,255,0) !important;
}

#gallery
{
    margin-top: 2%;
}

body{
    
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html, body {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border:none;

}

#main {
}

#gallery td > a > img 
{
    float:left; 
    margin: 15px;
    text-decoration: none;
}

#gallery td > a
{

    text-decoration: none;
}

#gallery td > a:hover {
    opacity: 0.8;
    text-decoration: none;
}

body 
{
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    background-color:white;
}

#buttonsBar
{
    position:absolute;
    display: none;
    right: 0px;
    top: 50px;
}

#helpLinks
{
    position: absolute;
    bottom: 7px;
    right: 0;
    padding-right: 40px;
    font-size: 14px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: bold;
}

#helpLinks a
{
    color: white;
    padding: 10px;
}


#helpLinks a:hover 
{
    color:#F1AA1F;
}

#title
{
    font-size: 40px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    text-align: left;
    /*margin: 10px;*/
    padding:0 40px;
}

#videos
{
    float: right;
    width: 640px;
    height: 280px;
    text-align: center;    
    border: 1px dashed black;
    margin: 10px;
    background-color: rgba(0,0,0,.2);
}

#description
{
    font-size: 14px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    /*margin: 10px 100px;*/
    text-align: center;
    padding:0 40px;
}

#buttonsBar .headerButton:nth-child(1n)
{
	-webkit-transform: rotate(-1deg);  
	-moz-transform: rotate(-1deg); 
	transform: rotate(-1deg); 
}

#buttonsBar .headerButton:nth-child(2n)
{
	-webkit-transform: rotate(2deg);  
	-moz-transform: rotate(2deg); 
	transform: rotate(2deg); 
}

#buttonsBar .headerButton:nth-child(4n)
{
	-webkit-transform: rotate(-2deg);  
	-moz-transform: rotate(-2deg); 
	transform: rotate(-2deg); 
}

.painting
{  
    padding: 10px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    display:inline-block;
    margin: 10px 10px;
    cursor: pointer;
    border-radius: 10px;
}

.paintingBorder
{
  font-family: 'Arimo', sans-serif;
  font-weight: bold;
  border: 14px solid black;
  display: inline-block;
  box-shadow: 5px 5px 2px rgba(0,0,0,.3), rgba(0,0,0,.8) 7px 8px 10px inset;
  z-index: 10;
  background-color: #9ab6d3;
  transition: all 0.3s;
  cursor: pointer;
  margin: 15px;
}

.paintingContent
{
    display: inline-flex;
    height: 150px;
     width: 150px;
}

.paintingBorder:hover
{
      border: 14px solid #005288;
    box-shadow: 15px 15px 4px rgba(0,0,0,.3), rgba(0,0,0,.8) 10px 10px 12px inset;
}


.painting:hover
{
    background-color: rgba(255,255,255,.3);
}


#form1
{
    width: 100%;
}


.TextItems
{   
    padding: 15px; 
    text-align: left;  
}

.imageContainer
{
  padding: 10px;
  position: relative;
  float: right;
}

.painting img
{
    box-shadow: 5px 5px 3px rgba(0,0,0,.3);
}


.Links
{
    padding: 10px;
    font-weight: bold;

}
.Links a:link
{
    line-height: 20px;
    color: rgb(0, 82, 136);
}

.Links a:hover {
    color: #0093B1;
}

.Links a:active {
    color: #00505C;
} 


.Description
{
    font-size: 12px;
    
}

.Links
{
    font-size: 14px;
}

#footerSocial
{
    margin:10px 0px;
}

#footerSocial a
{
    margin: 5px;
    line-height: 40px;
}


#footerSocial a img
{
    vertical-align: middle;

}

#footerNavigation 
{
    margin:10px 0px;
    float:left; 
    padding-left: 40px;
}




html       
{
    position: relative;
    min-height: 100%; 
}

body       
{
    margin: 0 0 50px; /* bottom = footer height */ 
}


#footer     
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;       
}  
            
            



#footer, .push
{
    width: 100%;
    bottom:0px;
    font-weight: 700;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    background-color:white;
    margin-bottom: 30px;
}

#footer a:link {
    color: #000000;
    text-decoration: none;
}

#footer a:visited {
    color: #000000;
    text-decoration: none;
}

#footer a:hover {
    color: #005288;
    text-decoration: none;
}

#footer a:active {
    color: #005288;
    text-decoration: none;
}

.headerButton
{
  background: white;
  display: inline;
  float: right;
  margin: 0 15px 30px;
  padding: 10px 10px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow:  5px 5px 3px rgba(0,0,0,.3);
  -moz-box-shadow:  5px 5px 3px rgba(0,0,0,.3);
  box-shadow: 5px 5px 3px rgba(0,0,0,.3);
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index: 0;
  position: relative;
  font-size: 14px;
  width: 115px;
    
}

.headerButton:hover
{
  -webkit-box-shadow:  15px 15px 5px rgba(0,0,0,.3);
  -moz-box-shadow:  15px 15px 5px rgba(0,0,0,.3);
  box-shadow: 15px 15px 5px rgba(0,0,0,.3);
  background-color: #FDFDFD;
 
}

.headerButton h4
{
    margin: 0px;
    padding: 11px 4px;
    background-color: rgb(0, 82, 136);
    font-size: 10px;
    color: White;
}

.headerButton:after
{
  color: #DEB40A;
  font-size: 14px;
  content: attr(title);
  position: relative;
  top: 5px;
  font-weight: bolder;
}

#header
{
    position: relative;  
}

.homeImage{
    width: 100%
}

#headerTitle {
    float: right;
    color: White;
    font-size: 20px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    letter-spacing: -1px;
    padding: 5px;
    cursor: pointer;
    border-radius: 10px;
    padding: 2px 10px;
}

#headerTitle:hover
{
    background-color: #DEB40A;
}

/*#headerTitle:hover:after
{
    content: "\25BC";
}
*/



.unformattedImageBorder
{
    border: 20px solid #000000;
    height: auto;
    width: auto;
}
