* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Questrial', sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

a {
  color: #000000;
}

h1, h2, h3{
  font-family: 'Rokkitt', serif;
}

h2{
  font-size: 36px;
  text-align: center;
  color: #000000;
  margin-top: 70px;
  text-transform: uppercase;	
}

h3{
  color: #9c1722;
  text-transform: uppercase;
  padding-bottom: 16px;	
}

h5{
  font-weight: 700;
  padding-top: 20px;
}

p{
  font-size: 18px;
  font-family: 'Questrial', sans-serif;
  line-height: 25px;
}

.wrapper{
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
}

/* Nav bar */

.nav-bar {
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  top: 0;	
  z-index: 16;
}

.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #ffffff;
}

.nav-bar li a {
  display: block;
  padding: 20px 20px;
  text-decoration: none;
}

.nav-bar li a:hover,
.nav-bar .menu-btn:hover {
  border-bottom: 3px solid #9c1722;
  background-color: #ffffff;	
  color: #9c1722;	
}

img.logo{
  max-width: 250px;
  width: 100%;
}

.nav-bar .logo {
  display: block;
  float: left;
  font-size: 14px;
  padding: 13px 20px 15px 20px;
  text-decoration: none;
}

/* Menu */

.nav-bar .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* Menu icon */

.nav-bar .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 40px 20px;
  position: relative;
  user-select: none;
}

.nav-bar .menu-icon .navicon {
  background: #000000;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.nav-bar .menu-icon .navicon:before,
.nav-bar .menu-icon .navicon:after {
  background: #000000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.nav-bar .menu-icon .navicon:before {
  top: 5px;
}

.nav-bar .menu-icon .navicon:after {
  top: -5px;
}

/* Menu btn */

.nav-bar .menu-btn {
  display: none;
}

.nav-bar .menu-btn:checked ~ .menu {
  max-height: 298px;
}

.nav-bar .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.nav-bar .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.nav-bar .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.nav-bar .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* Carousel*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
   padding-top: 80px;
}

.carousel-control .glyphicon-menu-left, 
.carousel-control .glyphicon-menu-right{
  margin-top: 15px;
  width: 30px;
  height: 30px;
  font-size: 55px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;	
}

.carousel-control .glyphicon-menu-right, 
.carousel-control .icon-next {
  right: 50%;
	
}

.carousel-control .glyphicon-menu-left, 
.carousel-control .icon-prev{
  left: 50%;
}

h1.caption{
  position: absolute;
  top: 50%;
  left: 50%;
  webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 14;
  color: #ffffff;
  text-shadow: 2px 2px 3px #000000, 0 0 10px #000000, 0 0 5px #666666;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  width: 65%;
}

/*Decorative line*/

.line {
  line-height: 0;
  text-align: center;
}

.line span {
  display: inline-block;
  position: relative;  
}

.line span:before,
.line span:after {
  content: "";
  position: absolute;
  border: 2px solid #000000;
  top: 0;
  width: 30px;
}

.line span:before {
  right: 100%;
  margin-right: 15px;
}

.line span:after {
  left: 100%;
  margin-left: 15px;
}


/*Exhibitons*/

h2.exhibit{
	padding-bottom: 20px;
}

h2.light{
	text-align: center;
	padding-top: 70px;
}

.column img {
   vertical-align: middle;
}

.row {
  display: -ms-flexbox; 
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;	
}

.column {
 -ms-flex: 32.29%;
  flex: 32.29%;
  max-width: 32.29%;
  padding-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  margin: 5px;	
}

.exhibitions{
  padding: 0 20px 20px 20px;
}

.buy{
  margin-top: 20px;
}

a.buy{
  color: #9c1722;
  text-decoration: none;
  float: right;
  border: 1px solid #9c1722;
  padding: 5px;
}

a.buy:hover{
  color: #ffffff;
  background-color: #9c1722; 
}

.view-more{
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  margin-top: 30px;	
  clear: both;	
}
	
a.view-more{
  color: #9c1722;
  text-decoration: none;
  border: 1px solid #9c1722;
  padding: 10px;
  width: 32.29%;	
  clear: both;		
}

a.view-more:hover{
  color: #ffffff;
  background-color: #9c1722; 
}

.continue{
  color: #777777;
  text-decoration: none;
}

a.continue:hover{
  color: #9c1722;
  text-decoration: underline;
}

p.description{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}

.exhibition-header{
  padding-top: 80px;
  width: 100%;
  position: relative;
  text-align: center;
}

.pagination{
   font-size: 16px;
   text-align: center;
   justify-content: center;
   display: inline;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   margin-top: 30px;
   width: 100%;
   padding-bottom: 20px;
}

li.paginate{
   color: #9c1722;
   border: 1px solid #9c1722;
   padding: 10px;
   margin-left: 5px;
   display: inline;
   text-align: center;
   list-style-type: none;
}

.paginate:hover{
   background-color: #9c1722;
   color: #ffffff;
}

/*Footer*/
.footer-widget{
   background-color: #ffffff;
   box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.1);
   box-sizing: border-box;
   border-top: 1px solid #eaeaea;
   width: 100%;
   text-align: left;
   padding: 50px;
   margin-top: 60px;
}

.footer-widget .footer-left,
.footer-widget .footer-center,
.footer-widget .footer-right{
   display: inline-block;
   vertical-align: top;
}

/* Footer left */

.footer-widget .footer-left{
   width: 33%;
}

.footer-widget .footer-left p a{
   color: #777777; 
   text-decoration: none;
}

.footer-widget .footer-left p a:hover{
   color: #9c1722;
   text-decoration: underline;
}

.footer-widget .footer-right p a{
   color: #777777; 
   text-decoration: none;
}

.footer-widget .footer-right p a:hover{
   color: #9c1722;
   text-decoration: underline;
}

.footer-widget h3{
   color:  #000000;
   margin: 0;
}

/* Footer Center */

.footer-widget .footer-center{
   width: 33%;
}

.footer-widget .footer-center p{
   display: inline-block;
   color: #000000;
   vertical-align: middle;
   margin:0;
}

.footer-widget .footer-center p a{
   color: #777777; 
   text-decoration: none;
}

.footer-widget .footer-center p a:hover{
   color: #9c1722;
   text-decoration: underline;
}

/* Footer Right */

.footer-widget .footer-right{
   width: 33%;
   color:  #000000;
   font-size: 14px;
   font-weight: normal;
   margin: 0;
}

.footer-icons{
   margin-top: 25px;
   float: right;
}

.footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #000000;
	border-radius: 100%;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 7px;
	padding-top: 1px;
}

.footer-icons a:hover{
    background-color: #9c1722;
}

/* Footer links */

.footer-links{
	color:  #000000;
	margin: 7px 0;
	padding: 0;
	font-size: 14px;
}

.footer-links a{
	display:inline-block;
	text-decoration: none;
	color: #777777;
}

.copy{
	color:  #000000;
	font-size: 14px;
}

.artsy{
	color: #777777;
	text-decoration: none;
	font-size: 14px;
}

a.artsy:hover{
   	color: #9c1722;
	text-decoration: underline;
}

.footer-bottom{
	display: inline;
	width: 100%;
	background-color: #eaeaea;
	display: -ms-flexbox;
    display: flex;
   -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    padding: 20px 50px 10px 50px;
}

.logo-footer{
	max-width: 200px;
	width: 100%;
}

.bottom-right, .bottom-left{
	width: 45%;
}

.bottom-right{
	float: right;
}

.bottom-left{
	float: left;
}

/*Contact page*/

.contact-page{
	margin: 0 50px;
}

iframe{
	padding-top: 80px;
}

h2.contact-us{
	text-align: left;
	margin-top: 50px;
}

p.address{
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
	font-size: 16px;
}

input[type=submit] {
    border: 1px solid #9c1722;
	background-color: #ffffff;
    color: #9c1722;
    padding: 14px 22px;
    cursor: pointer;
	font-size: 16px;
	width: 150px;
	margin-bottom: 10px;
}

input[type=submit]:hover {
    background-color: #9c1722;
	color: #ffffff;
}

.contact {
	padding-top: 20px;
}

/*Art page*/

.art-row{
   padding-top: 20px;
   width: 80%;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   justify-content: center;
}

.art-row > .art-column {
   padding: 8px;
}

.art-row:after {
  content: "";
  display: table;
  clear: both;
}

.art-column {
  float: left;
  width: 25%;
}

.art-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  overflow: hidden;
}

.modal-content {
  position: absolute;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 850px;
  top: 40%;
  left: 50%;
  webkit-transform: translate(-50%, -40%);
 -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
}

.close {
  color: #ffffff;
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
  filter: alpha(opacity=100);
 -moz-opacity: 1;
  text-shadow: 0 0 0 #000000;
}

.close:hover,
.close:focus {
  color: #eeeeee;
  text-decoration: none;
  cursor: pointer;
}

.artSlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.art-prev,
.art-next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-shadow: 1px 1px 4px #000000;
}

.art-next {
  right: 0;
}

.art-prev:hover,
.art-next:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  border-radius: 0;
}

.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img{
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  padding: 2px 16px;
  color: #ffffff;
  padding-top: 15px;
  background-color: #000000;
  border-radius: 0;	
}

.art {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;	
}

.active,
.art:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;	
}

img.hover-shadow{
  transition: 0.3s;	
}

img.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 0.6;
  filter: alpha(opacity=60);
 -moz-opacity: 0.6;	
}

p.art-p{
  text-align: center;
  padding: 10px 50px;
}

/* ------------------------------------- 
     Styles for Smaller Devices Starts
   ------------------------------------- */
@media screen and (max-width: 1000px) {
	
/*Exhibitons*/	
   .row{
	  float: none;  
	}
	
    .column {
      -ms-flex: 55%;
      flex: 55%;
      max-width: 55%;
	  display: block;
	  margin: 5px;
	  margin-left: auto;
	  margin-right: auto;
	  float: none;	 
   }
	
	a.view-more{	
	  width: 55%;	
	  display: block;
	  margin: 30px 0 ;
	  margin-left: auto;
	  margin-right: auto;
	  float: none;	
   }
	
	.pagination{
	   width: 80%;
	   padding-bottom: 20px;
	}
	
	li.paginate{
	   display: inline-block;
	   position: relative;
	   margin-top: 10px;
	}
	
	
	/*Footer*/
	.footer-widget{
	   margin-top: 30px;
	}
	
	.footer-widget .footer-left,
	.footer-widget .footer-center,
	.footer-widget .footer-right{
	  display: block;
	  width: 100%;
	  margin-bottom: 40px;
	  text-align: center;
	}
	
	.footer-widget .footer-left,
	.footer-widget .footer-center{
	  margin-bottom: 40px;
	}
	
	.footer-widget .footer-right{
	  margin-bottom: 10px;
	}
	
	.footer-widget .footer-links,
	.footer-bottom,
	.logo-footer, .copy{
	  display: block;
	  margin: 0;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	  width: 100%;
	}
	
	.logo-footer{
		padding-top: 20px;
	}
	
	.footer-icons{
	   float: none;
	}
	
	.footer-bottom{
		padding: 20px 0px;
	}
	
    .bottom-right, .bottom-left{
	  display: inline-block;	
	  width: 80%;
	  float: none;	
	  margin: 0 ;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;	
    }
	
/* Art Page*/
	.art-row{
	  padding-bottom: 35px;
	  width: 90%;	
	}
	
    .art-column {
      width: 33%;
	  display: inline-block;	
	  float: none;	
    }
	
/* Contact page*/	
     input[type=submit] {
	   margin-bottom: 30px;  
     }	
	
}

@media (min-width: 768px) {
	
/*Nav bar*/	
  .nav-bar li {
    float: left;
  }
  .nav-bar li a {
    padding: 30px 15px;
  }
  .nav-bar .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .nav-bar .menu-icon {
    display: none;
  }
	
}


@media (max-width: 767px) {

/*Nav bar*/		
  .nav-bar li a:hover,
  .nav-bar .menu-btn:hover {
    background-color: #9c1722;
    color: #ffffff;	
  } 

  .top-line{
	border-top: 1px solid #9c1722;
  }	
	
/*Carousel*/			
  h1.caption{
	  font-size: 38px;
	  line-height: 38px;
	}
	
  .carousel-control .glyphicon-menu-left, 
  .carousel-control .glyphicon-menu-right{
     font-size: 30px;
  }
	
/* Art Page*/
	
  .art-column {
    width: 49.67%;
  }	
	
}

@media (max-width: 600px) {
  h2{
    font-size: 33px;
  }
	
/*Carousel*/			
  h1.caption{
	  font-size: 25px;
	  line-height: 25px;
	}
	
  .column {
    -ms-flex: 80%;
     flex: 80%;
     max-width: 80%;
   }	
	
  	a.view-more{	
	 width: 80%;	
   }
	
/* Art Page*/	
   .art-column {
     width: 100%;
   }

}



