@charset "UTF-8";
/* CSS Document */

:root {
	
	--colblue : #0047bb;
	--colred : #fd4239;
	}

/*

COLORS
MAIN STYLE
HEADER
CONTENTSECTION
GRADIENT
CONTACT FORM
STRUCTURE 
SECTIONS
BUTTONS

*/


/*
/////////////////
//////////////
////////////
COLORS
/////////
//////////



	/*
	6.#d51b8a
	5 #48b749
	4 #1dbcc2
	3
	2
	1
	*/

/*
///////////
//////////
/////////
MAIN STYLE
////////
//////
////
*/

html, body {
  overflow-x: hidden;
  background:#fff;
}

body{
	color:#666;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:400;
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
	padding-top:1px;
}

/* ROOT FONT STYLES */

* {

  line-height: 1.5;
}

/*
/////////////////////
//// HEADER ////////
///////////////////
*/

.site-header {
	position: fixed;
	color: #FFF;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
	z-index: 900;
}

header {
	padding:30px;
	background-color:#000;

}

#ImgMenu {
	z-index: 9999;
	cursor: hand;
}

/*
/////////////////
////////////////
///////////////
CONTENTSECTION
/////////////
////////////
///////////
*/

#content section {

	}

#content section {

	background-color: #ffffff;
}


#content2 {
	min-height: 300px;
	}

.content {
	padding: 1em 3em;
}

height-section-head {
	min-height: 500px;
}
height-section-1 {
	min-height: 700px;
}
height-section-2 {
	min-height: 700px;
}

height-section-3 {
	min-height: 700px;
}
height-section-4 {
	/* //
	!important;min-height: 500px;
	*/
}
height-section-5 {
	min-height: 100px;
}

/* 
//////////////////
/////////////////
GRADIENT //////

https://cssgradient.io/

///////////
//////////
/////////
*/


#section-head {
margin-top: 130px;
background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(238,226,225,1) 100%);
}
#section-1 {
background: linear-gradient(180deg, rgba(238,226,225,1) 2%, rgba(0, 71, 187, 0.50) 100%);
}
#section-2 {
background: linear-gradient(180deg, rgba(0, 71, 187, 0.50) 10%, rgba(255,255,255,1) 87%);
}
.space-height {
	min-height: 100px;
	}
/*
///////////////
//////////////
/////////////
CONTACT FORM
///////////
//////////
/////////
*/

.name {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	font-size:0.813em;
	color:#CCC;
	margin:.45em 0;
	padding:10px 3px;

	}
.send {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	font-size:0.813em;
	color:#000;
	background-color:#FFF;
	margin:.45em 0;
	padding:10px 3px;

	}
.form {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif;
	font-size:0.813em;
	color:#000;
	background-color:#FFF;
	margin:.45em 0;
	padding:10px 3px;
	height:10px;
	min-width:85%m;

	}
/*
/////////////////
STRUCTURE //////
///////////////
*/

#Logo {
	width: 85%;
    min-height: 500px;
    overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
}
.row {
	width: 100%;
	margin-top:20px;
	padding:20px 15px;
	margin-bottom:40px;
}

.row2{
	border-bottom: solid 1px #1c9ca6;
	color:#999;
	text-align: center;
	margin-top:20px;
	padding:20px 15px;
}

.row3{
	margin-top:20px;
	padding:20px 15px;
	margin-bottom:40px;
}

.row3{
	margin-left: auto;
    margin-right: auto;
}

.grid_4 {
	margin-bottom:2px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    height: 450px;



}
.column-color{

	background-color:#fff;
	border:2px;
	border-color:#06C;}

/*/////////////
/////////////
SECTIONS
///////////
///////////
//////////
///////
//////
//
*/

#section-4 {

    width: 100%;

}

#LocationDetail {
	margin-top: 40px;
}



/*
/////////
/////////
BUTTONS//////
//////////
/////////////
///////
*/

.button{

    cursor:pointer;
    border: none;
	color: #fff;
	background-color: #7ea6d8;
	font-size:1em;
	height:20%;

	}

#button { 
	text-decoration: non; border:none; 
}

.exhibition-buttons{
    padding: 5px;
}

.btn-ghost2:link,
.btn-ghost2:visited {

    color: var(--ArtIndexColor);
	display: inline-block;

    font-weight: 300;
	font-size:1em;
    text-decoration: none;



    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;

}


.btn-ghost2:hover,
.btn-ghost2:active {

    color: #000000;
	background-color:#fff;
	text-decoration:underline;
}

.btn-ghost3:link,
.btn-ghost3:visited {

    color: #7ea6d8;
	display: inline-block;

    font-weight: 300;
	font-size:0.85em;
    text-decoration: none;



    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;

}


.btn-ghost3:hover,
.btn-ghost3:active {

    color:  var(--colblue);
	background-color:#fff;
	text-decoration:underline;
}

/* 
/////////////////////
//// TYPOGRAPHY ////
///////////////////
*/



p{ margin:0 0 1.5em;
font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; font-weight:300; }




h8 {
	font-weight:300;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;
  
}

h12 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#000;
  

}


h15 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #fff;
  
}

h17 {
	font-weight:300;
	font-style:italic;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color: #000;
  
}

.background-color5 {
	
	background-color:#7ea6d8;
	}

/*//////////////
///////////////
ART CENTRAL FONTS & PADDING
/////////////
////////////
//////////
////////
///////
/////
////
//
/
*/

h19 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.5em;
  color:#000;

}
h20 {
	font-weight:200;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.2em;
  color:#000;

}
h21 {
   font-weight:400;
   font-family: 'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1em;
  color:#fff;
  line-height: 1.7em;
   z-index: 100;
   /*padding:4px;*/
}
h21 a {
	text-decoration: none;
	color:#fff;
   display: block;

}
h21 a:hover {
		/* color: var(--colred);	*/	
}
.galeriebox {
  border-style: solid;
  border-color: #ffffff;
}
.galeriebox:hover {
  background-color: #000;
  border-color: #000;
}

h22 {
	font-weight:600;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.5em;
  color:#000;

}

h23 {
	font-weight:400;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
  font-size:1.2em;
  color:#000;
  

}
h24 {
	font-weight:200;
	font-family:'Lato', sans-serif, Arial, Helvetica, sans-serif; 
	font-size:1.5em;
	color:#000;

}



.padding-top-60 {
padding-top: 60px;
  
}


/*
/////////////////////////
////////////////////////
///////////////////////
PADDING
//////////////
/////////////////
////////////
*/

.padding-h {
padding-bottom: 60px;
  
}
.padding-h2 {
padding-bottom: 80px;
  
}
.padding-p {
padding-bottom: 20px;
  
}
.padding-10-10 {
padding-bottom: 10px;
	padding-top: 10px;
  
}
.padding-50 {
padding-bottom: 50px;
  
}
.padding-30 {
padding-bottom: 30px;
  
}
.padding-40 {
padding-bottom: 30px;
  
}
.padding-10 {
padding-bottom: 10px;
  
}
.padding-70 {
padding-bottom: 70px;
  
}
.margin-h {
margin-bottom: 50px;
  
}
.padding-to-80 {
padding-top: 80px;
  
}
.floating-box {
	display: inline-block;
	width: 50%;
	height: 1em;
	margin: 10px;
	border: 3px solid #333;  
	
	}

/* 
	
	galeries menu
	
*/	


	
/* 
 form
 */
 
.Error {
	background-color: #ffd57b;
	color: #823d00;
}

.success


/*
End
*/

.artindexcredit a {
  color: #ffffff;
  text-decoration: none;
}


/*-----------STICKY HISTORY BACK-------------------*/

.sticky-container {
    padding:0px;
    margin:0px;
    position:fixed;
    left:-10px;
    top:130px;
    width:80px;
    z-index: 1800;
}
.sticky li {
    list-style-type:none;
    background-color:#7ea6d8;
    color: #7ea6d8;
    height:43px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-right:-15px;
	 background-color:#7ea6d8;
}

.sticky li img {
    float:left;
	size:50%;
	margin-left:40px;
    margin-top:10px;
}
.sticky li p {
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a {
    text-decoration:none;
    color:#fc6a21;
}
.sticky li p a:hover {
    text-decoration:underline;
}


/*///////////////
//////////////////
FOOTER
//////////////
////////////
*/

footer {
	clear:both;
	font-size:80%;
	padding-top:40px;
    margin: auto;
    text-align: center;
	background: var(--colblue);
	color:#fff;
	height:100px;
}
footer ul{
	margin:auto;
	padding:0;
}

footer ul{
	margin:0 0 0 8%;
}

footer a{
color: #ffffff;
text-decoration: underline;
}

footer a:hover {
	color: var(--colblue)!important;
	background-color: #ffffff;
	text-decoration: none;
}


/*////////////////////
////SOCIAL MEDIA/////
////////////////////
///////////////////
*/


.socialmedia {
	height:100px;
	padding-bottom:20px;
	padding-top:20px;
	text-align: center;
}
.background-color-socialmedia {
	background-color:#e7f8ff;
}
.sponsors {
	padding-bottom:40px;
}
/*
/////////////////////
//// RESPONSIVE ////
///////////////////
*/

@media only screen and (min-width: 810px)  and ( orientation : landscape){ /* 960px */
.menu-img {
	padding-top: 15px;
	 margin: 0px;
}
}

/*  ///////////////////////////////////////
////////////////////////////////////
////////////////////////////
//////////////////////////////
////////////////////////

/////////
CHANGING THE ART INDEX LOGO POSITION IN THE MANU


	! -------->  ve-menu.js line 230 :     if (screenWidth <= 791)


	////////////////////////////////
	//////////////////////
	//////////////
	//////////

*/

@media only screen and (max-width: 810px) { /* 960px */

	#ImgMenu {
		margin-top: 0px;
		margin-right: 60px;
	    width: 84px;
	    float: left;
	    cursor: hand;
		/* position: fixed; /* Make it stick/fixed */
		top: 0; /* Stay on top */
		-webkit-transition: bottom 0.3s;
		transition: top 0.3s; /* Transition effect when sliding down (and up) */

	}

	.fix {
	    height: 60px;
	}

	.ve-menuValign {
	    margin-top: 9px;
	}

	#Events-all-menu {
		margin-top: 50px;
		margin-bottom: 20px;
	}


	#content {
		min-height: 200px;

	}

/* class for resizing the image for each gallery */

	.Expoimage {
		width: 100%;
	}

}

@media only screen and (max-width: 1030px) and (min-width: 811px){ /* 960px */


	#ImgMenu {
		margin-top: 0px;
		margin-right: 60px;
	    width: 84px;
	    float: right;
	    cursor: hand;
		/* position: fixed; /* Make it stick/fixed */
		top: 0; /* Stay on top */
		-webkit-transition: bottom 0.3s;
		transition: top 0.3s; /* Transition effect when sliding down (and up) */

	}

	    .fix {
	    height: 60px;
	    }

	.ve-menuValign {
	    margin-top: 3px;
	}

	#Events-all-menu {
		margin-top: 50px;
		margin-bottom: 20px;

	}

/* class for resizing the image for each gallery */

	.Expoimage {
		width: 70%;
		max-width: 700px;
	}


}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

	#ImgMenu {
		margin-top: 0px;
		margin-right: 60px;
	    width: 84px;
	    float: right;
	    cursor: hand;
		/* position: fixed; /* Make it stick/fixed */
		top: 0; /* Stay on top */
		-webkit-transition: bottom 0.3s;
		transition: top 0.3s; /* Transition effect when sliding down (and up) */

	}

	#columnsdemo {
		width:90%;
		margin-left:10%;
	}

	.grid_4 {

         width: 33.33%;
    }

	.wrapper5{

    	margin-left: 12%;
		margin-right: auto;
		margin-top: 125px;
		width: 75%;
		padding: 20px;
	}

/* class for resizing the image for each gallery */

	.Expoimage {
		width: 70%;
		max-width: 700px;
	}

}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1491px) {

    #columnsdemo {
	width:100%;
	margin-left:10%;
	}

    #content {
		float:left;
		width:100%;
    }


    h1{
        font-size:0.5em;
    }

.wrapper5 {
    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;
    width: 75%;
    padding: 20px;
}


}
@media only screen and (min-width: 1519px) {

    #columnsdemo{
	width:100%;
	margin-left:10%;
	}

    .row{
        width: 100%;
    }

.wrapper5{


    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;
    width: 75%;
    padding: 20px;
}


}


/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {

}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {


}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; -webkit-filter:none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
