/* CSS Document */
/* MY CSS */
*
{
	margin: 0px;
	padding: 0px;
}

/* FIXED HEADER */
header
{
	background-color: #ff704d;
	width: 100%;
	max-height: 100px;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	z-index: 3;
}

#arad
{
	font-size: 28px;
}
/* /FIXED HEADER/ */

/* STICKY FOOTER */
html
{
	position: relative;
	min-height: 100%;
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-color: #262626;
	text-align: center;	
	font-size: 1.2em;
	z-index: 2;
}

.ads
{
  	text-align: right;
}

@media only screen and (max-width: 992px)
{
	.ads
	{
		text-align: center;
	}
}
/* /STICKY FOOTER/ */

/* FOOTER SITEMAP */
#footer_sitemap
{
	position: absolute;
	width: 100%;
	max-height: 500px;
	bottom: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ff704d;
	font-size: 1.2em;
	color: #FFFFFF;
}

#footer_sitemap li
{
	list-style: none;
}

@media only screen and (min-width: 768px)
{
	#footer_sitemap_social_icons
	{
		display: none;
	}
}
/* /FOOTER SITEMAP/ */

/* SIDE NAV */
.sideNav
{
	height: 100%;
	width: 240px;
	position: fixed;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #ff704d;
	overflow-x: hidden;
	margin-top: 100px;
	/*padding-top: 100px;*/
	padding-bottom: 80px;
	transition: 0.5s;
}

.sideNav li
{
	list-style: none;
}

.menuIcon
{
	height: auto;
	width: auto;
	float: left;
	margin: 9px 15px 9px 19px;
}

.sideNav a
{
	text-decoration: none;
	color: #fff;
	letter-spacing: 0.09em;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	padding: 13px 0px 13px 20px;
	border-bottom: 1px double #fff;
	height: 40px;
}

.sideNav a:hover
{
	background-color: #747474;
	color: #fff;
	transition: 1s;
}

.sideNav a:focus
{
	background-color: #ff704d;
	transition: 1s;
}

.sideNav a:not(:focus)
{
	transition: 1s;
}

.submenuUl
{
	display: none;
}

.submenuUl li
{
	background-color: #585858;
}

.submenu a
{
	padding: 13px 0px 13px 45px;
}

/*.subArrow
{
	/*content: '\e259';*/
	/*font-family: 'Glyphicons Halflings';
	font-size: 0.8em;
	float: right;
	margin-right: 12px;
	margin-left: 80px;
	transition: 1s;
}*/

/* SIDE NAV ICON */
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0px;
    transition: 0.5s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
/* /SIDE NAV ICON/ */

.lockScroll
{
	position: fixed;
	overflow: hidden;
}

@media only screen and (min-width: 992px)
{
	#headerIcon
	{
		display: none;
	}
	.sideNav
	{
		display: none;
	}
}

@media only screen and (max-width: 991px)
{	
	#navbar
	{
		display: none;
	}
	.displayNone
	{
		opacity: 0;
	}
	
	.sideNav
	{
		width: 0px;
	}
}

@media only screen and (max-width: 380px)
{
	#arad
	{
		font-size: 25px;
	}
}

@media only screen and (max-width: 360px)
{
	#arad
	{
		font-size: 20px;
	}
}
/* /SIDE NAV/ */

/* BODY */
#wrapper
{
	margin-top: 150px;
	margin-bottom: 330px;
	/*width: 100%;
	height: 100%;*/
}
/* /BODY/ */

.btn
{
	border-radius: 0px;
}

/* MENU */
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  height: 50px;
  width: 100px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar .active {
  background-color: #fff;
  color: #ff704d;
}
/* /MENU/ */

th
{
	text-align: center;
}

.event_name
{
	color: #ff704d;
	font-weight: bold;
}

/* SOCIAL ICONS */
.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-170px;
    top:250px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

@media only screen and (max-width: 768px)
{
	#sticky-container
	{
		display: none;
	}
}
/* /SOCIAL ICONS/ */

/* INDEX SLIDESHOW */
* {box-sizing: border-box;}
body {margin:0}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
	width: 100%;
	height: auto;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.read {
  color: #000000;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 360px;
	/*line-height: 0px;*/
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
	display: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	opacity: 1;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/* /INDEX SLIDESHOW/ */

.e_image img
{
	max-height: 180px;
	max-width: 150px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}

.image img {
  width: 30%;
}

.image {
  width: 100%;
  /*background: #777;*/
	background: #FFF;
  margin: 0 auto;
}