/*
@media (max-width: 767px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
*/

/* BANNER */
.purpleBox{
    background-color: #481560;
    background-image: url(/varna/images/bg-brains-beaker.gif);
    background-position: 0 0 ;
    background-repeat: repeat;
    padding: 1px 0px;
    margin-bottom: 20px;
}


/* Andy added 9/18/19 for Athens */
.purpleBox.athens{background-image: url(/sydney/images/bg-satellite-athens.jpg);}
.purpleBox.bannerImg{
    background-color: #481560;
    background-position: center ;    
	background-repeat: no-repeat;
	background-size: cover;
    padding: 1px 0px;
    margin-bottom: 20px;
}

/* Andy end */
/*BEGIN** ***/
.purpleBox.neuroScience{
    background-image: url(/neurosciencenext/images/bg-neuroscience-next-01.jpg);
}
/*END** ***/


@media (max-width: 767px) { 
	.purpleBox.bannerImg{
		background-position: center  center ;
	}
}
@media (min-width: 768px) { 
	.purpleBox.bannerImg{
		background-position: center  center ;
	}
}
@media (min-width: 992px) { 
	.purpleBox.bannerImg{
		background-position: center  center ;
	}
}
@media (min-width: 1200px) { 
	.purpleBox.bannerImg{
		background-position: center ;
	}
}

/**/

#banner{
    margin-top: 150px; 
    margin-bottom: 150px;
}
/*
.bulgaria #banner{
    margin-top: 230px; 
    margin-bottom: 230px;
}
*/

@media (max-width: 767px) { 
	.bannerImg #banner{
		margin-top: 20px;
    margin-bottom: 20px;
/*    max-height: 250px;*/
	}
}
@media (min-width: 768px) { 
	.bannerImg #banner{
		margin-top: 100px; 
		margin-bottom: 100px;
	}
}
@media (min-width: 992px) { 
	.bannerImg #banner{
		margin-top: 100px; 
		margin-bottom: 100px;
	}
}
@media (min-width: 1200px) { 
	.bannerImg #banner{
		margin-top: 100px; 
		margin-bottom: 100px;
	}
}






#banner p.tagline{
    font-size: 18px;
    font-size: 22px;
    color: #fff;
    font-family: 'medium-houschka';
	text-align: center; 
}

/* BODY */
/**COLLEFT**/
@media(min-width:100px){#colLeft{ padding-bottom: 0px;}}
@media(min-width:992px){#colLeft{ padding-bottom: 30px;}}
#colLeft ol, #colLeft ul{
    margin-bottom: 30px;   
}
#colLeft ol li, #colLeft ul li{
    margin-bottom: 4px; 
}
#colLeft p{
    margin-bottom: 10px;   
}

/**COLRIGHT**/
#colRight .grayBox{
    background-color: #f1f2f2;
    width: 100%;
    -moz-box-shadow:    1px 2px 3px 3px #dedede;
    -webkit-box-shadow: 1px 2px 3px 3px #dedede;
    box-shadow:         1px 2px 3px 3px #dedede;
    padding: 40px 30px 26px;
}
@media(min-width: 100px){#colRight .grayBox{margin-top: 20px;}}
@media(min-width: 992px){#colRight .grayBox{margin-top: 60px;}}


#colRight .grayBox hr{ 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

input.bttnGreen,
a.bttnGreen{
    color: #fff;
    background-color: #359A8e;
    padding: 12px 60px; 
    font-family: 'extra-houschka';
    background-image:none;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid #359A8e;
    /**/
    -webkit-border-radius: 10px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 10px; /* Firefox 1-3.6 */
    border-radius: 10px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    font-size: 14px; 
   text-transform: uppercase;
}
input.bttnGreen:hover,
a.bttnGreen:hover{
    color: #3eb4a6;
    background-color: #fff;
    border: 1px solid #359A8e;
}

@media (max-width: 767px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 45px; 
    }
    }
@media (min-width: 768px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 60px; 
    }
}
@media (min-width: 992px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 30px; 
    }
}
@media (min-width: 1200px) {
input.bttnGreen,
    a.bttnGreen{
        padding: 12px 60px; 
    }
}

@media (min-width: 1200px){
.container {
    width: 1204px;
}
}














