

/* Flexible Navigation 1 - works with: Expandable Nav Link or alone ========================================================= */

#nav { position:relative; }
#nav ul { 
	background:rgba(30, 132, 245, 0.25);
	float: left; 
	margin:0; 
	margin-right: 15px;
	padding: 0;  
	width: 100%; 
	display: block; 
	list-style: none; 
	}
#nav li { float:left; position:relative;   }
#nav a {
	/* color: #000; */
	width: 100%;
	white-space: nowrap;
	float: left;
	text-align: center;
	position:relative;
	/* border-right:2px solid rgba(30,132,245,0.5); */
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	}

#nav a:hover, #nav label:hover {/* text-shadow: -1px -1px 3px rgba(0,0,0,0.5), 1px 1px 3px rgba(0,0,0,0.5), 0px 0px 4px rgba(0,0,0,0.5); */ }

#nav label:hover {/* color:orange; text-shadow: -1px -1px 3px rgba(0,0,0,0.5), 1px 1px 3px rgba(0,0,0,0.5), 0px 0px 4px rgba(0,0,0,0.5); */ }

li > a:focus label:focus {
	/*background: #e0e0e0;*/
	background:#999; color:#fff !important;
	text-shadow: none; outline:none; text-decoration:underline;
}

/* Use to make each nav link a different color
li.nav1 > a:focus,
li.nav1 > a:hover { background:rgba(30, 132, 245, 0.5); }

li.nav2 > a:focus,
li.nav2 > a:hover { background:rgba(30, 132, 245, 0.5); }

li.nav3 > a:focus,
li.nav3 a:hover { background:rgba(30, 132, 245, 0.5); }

li.nav4 > a:focus,
li.nav4 a:hover { background:rgba(30, 132, 245, 0.5); }

li.nav5 > a:focus,
li.nav5 a:hover { background:rgba(30, 132, 245, 0.5); }

li.nav6 > a:focus,
li.nav6 a:hover { background:rgba(30, 132, 245, 0.5); }
*/

#nav,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.nav-box {
	float: left;
    width: 25.5%;
    margin-left: 50px;
    border: 1px solid rgba(0,0,0,0.25);
    padding: 0px 20px 10px 20px;
    border-radius: 0px 0px 20px 20px;
    margin-top: 0px;
	}
.nav-box h4{
	color: #d21515;
    text-align: center;
    font-size: 16px;
    margin-top: 8px;
    /* border-bottom: 1px solid #BC0000; */
    /* border-top: 1px solid #BC0000; */
    padding-bottom: 5px;
	}

/* end Flexible Navigation 1 //////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* Expandable Nav Link =============================================================================================================== */
/*
Color index
Nav: #F5F4ED
Nav-hover: #FFFDFE

nav inner hover: #800
*/

.menu-area input[type="radio"] {
  display: none;/*Needed for Navigation expand feature - hides radio buttons only in menu-area div*/
}

#nav .extras {
  display: none;/*Needed for auto shrink fixed header */
}

#menu .extras {
  display: none;/*Needed for auto shrink fixed header */
}

.menu-wrap {
    background: rgba(192,0,0,0.7);
    margin: 0 -40%;
	/* 
	background: url('../images/wood-1.jpg') repeat-x; 
	background-size: 1600px 70px;
    background-position: 0px -18px;
	*/
	/* background:rgba(192,0,0,0.7); navigation background*/
	}
	
.menu-wrap-admin {
    background:rgba(53, 87, 130, 0.7);
    margin: 0 -40%;
	padding: 0 40%;
	height: 36px;
	}

.menu-wrap .menu-bar {
	width:100%; 
	/* background:rgba(0,0,0,0.4);  */
	/* border-bottom:1px solid #000;  */
	z-index:100; 
	text-align:center;
	transition:0.5s;
}
.menu-bar-inner  {margin-bottom:0px;} /*adjust navi bg*/

.menu-wrap .menu-bar-inner  {/* width:95%; max-width:1024px; margin:0 auto; */}
.menu-bar ul {padding:0; margin:0 auto; list-style:none; display:inline-block; text-align:center; /* border-left: 1px solid orange; */}
.menu-bar ul li {
	display:inline-block; 
	position:relative; 
	/* border: 1px solid red; */
    /* padding: 5px 10px; mikli2*/
	/* margin:0 20px; */ 
	/* border-bottom:4px solid transparent; */
	}

.menu-wrap .menu-bar a, .menu-wrap .menu-bar label {display:block; color:#F5F4ED; cursor:pointer; text-decoration:none;}
.menu-wrap .menu-bar h1 {padding:10px 0 0 0; margin:0 0 0 0; font:400 28px/30px 'Lato', arial, sans-serif; color:#fff; display:inline-block;}
.menu-wrap .menu-bar h1 a {color:#fff; text-decoration:none; font:300 28px/30px 'Lato', arial, sans-serif;}
.menu-wrap .menu-bar h1 span {display:inline-block; background:#fff; color:#000; width:28px; text-align:center; margin:0 2px; font:900 28px/30px 'Lato', arial, sans-serif;}
.menu-wrap .menu-bar ul li label {display:block; cursor:pointer;}
.menu-wrap .menu-bar ul li label.close-menu {position:absolute; left:0; top:0; width:100%; height:100%; z-index:100; display:none;}

.close-menu {padding:5px;}
.close-menu:hover {color:white; border:1px solid red;}

.close-menu2 {padding:0px 0px; color:white; border-top:2px solid black;}

label.close-menu2 {
    margin: 0px;
    float: left;
    background: rgba(0,0,0,0.25);
    width: 80%;
    text-align: center;
    margin: 0px 10.0%;
    margin-top: 10px;
	font-size: 14px;
	border-top:1px solid rgba(0,0,0,0.5);
	}
	
.close-menu2:hover {color:red; border-top:1px solid #333; background:rgba(0,0,0,0.75);}
.close-menu2:hover > .close-menu-icon2 {
	background: url('../images/chevron-up-red.') no-repeat;
	background-size:16px 13px;
	}

.menu-wrap .menu-bar ul li:hover {
	/* background: blue; */
	/* border-bottom:4px solid #26231D; */
	background:rgba(1,2,3,1);
	}
.menu-wrap-bg{background:gray; width:100%; height:32px;}	
	
.menu-wrap .menu-bar ul a:hover {
	color:#FFFDFE;
	}

/*
.menu-sub {max-height:0; overflow:hidden; background:rgba(140,0,0,0.8);}
*/
.menu-sub {
	max-height:0; 
	overflow:hidden; 
	/* background:rgba(10,250,200,0.3); */
	background: #272727 url('../images/rock-tile-3m.jpg') repeat;
    background-size: 300px 300px;
    background-position: 4px 277px;
	}

.sub-inner {
	/* width: 93%;
    max-width: 1024px; */
    margin: 0 20%;
	}
	
.sub-inner ul {padding:0; margin:0; list-style:none;}
.sub-inner {
	/* -webkit-columns: 4 200px;
	-moz-columns: 4 200px;
	columns: 4 200px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid; */
	}
.sub-inner ul li a {
	color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    height: 25px;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
	}

.sub-inner ul li a:hover {background: rgba(227, 0, 0, 0.5); color:#fff;}

.menu-inputs:checked ~ .menu-wrap .menu-bar {/* background:#fff; */transition:0.5s;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner a {color:#ddd;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner h1 {color:#000;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner h1 a {color:#000;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner h1 span {background:#000; color:#fff;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner label {color:white;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner label:hover {color:#F5F4ED;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner a:hover {color:white;}
.menu-inputs:checked ~ .menu-wrap .menu-bar-inner li:hover {/* border-bottom:4px solid #26231D; */ background:rgba(1,2,3,0.4);}

.menu-wrap #sub-item2, .menu-wrap #sub-item1 {transition:0.4s;}

#item2:checked ~ .menu-wrap #sub-item2,
#item1:checked ~ .menu-wrap #sub-item1 {transition:0.6s 0.5s;}

#item2:checked ~ .menu-wrap #sub-item2,
#item1:checked ~ .menu-wrap #sub-item1 {max-height:2000px; padding:0px 0;}

#item2:checked ~ .menu-wrap .menu-bar ul li #item2-close,
#item1:checked ~ .menu-wrap .menu-bar ul li #item1-close {display:block;}

#item2:checked ~ .menu-wrap .menu-bar ul li.item2,
#item1:checked ~ .menu-wrap .menu-bar ul li.item1 {border-color:#000;background:#e90000;}

#sub-item1 {background:white;}
/* End Expandable Nav Link /////////////////////////////////////////////////////////////////////////////////////////////////////////////// */




/*Drop Down Navigation =================================================================================================================== */

.dda {
	line-height: 1.5em;
	}

.dda:hover {
	color: red;	
	}

/* admin */
#adminmenu {
	visibility: hidden;
	z-index: -2;
	/* margin: 0 0 0 140px; */
	padding: 0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.7);	
	}

#adminmenu:hover {
	visibility: visible;
	}

#admin:hover + #adminmenu {
	visibility: visible;	
	}



/* participants */
#custmenu {
	visibility: hidden;
	z-index: -2;
	/* margin: 0 0 0 340px; */
	padding: 0px 0px 0px 0px;
	background-color:rgba(255,255,255,0.7);	
	}

#custmenu:hover {
	visibility: visible;
	}

#cust:hover + #custmenu {
	visibility: visible;	
	}


/* vendor */
#vendmenu {
	visibility: hidden;
	z-index: -2;
	/* margin: 0 0 0 480px; */
	padding: 0;
	background-color:rgba(255,255,255,0.7);	
	}

#vendmenu:hover {
	visibility: visible;
	}

#vend:hover + #vendmenu {
	visibility: visible;
	}

/* products */
#prodmenu {
	visibility: hidden;
	z-index: -2;
	/* margin: 0 0 0 580px; */
	padding: 0;
	background-color:rgba(255,255,255,0.7);	
	}

#prodmenu:hover {
	visibility: visible;
	}

#prod:hover + #prodmenu {
	visibility: visible;
	}

/* orders */
#ordermenu {
	visibility: hidden;
	z-index: -2;
	/* margin: 0 0 0 680px; */
	padding: 0;
	background-color:rgba(255,255,255,0.7);	
	}

#ordermenu:hover {
	visibility: visible;
	}

#order:hover + #ordermenu {
	visibility: visible;	
	}
/* End Drop Down Navigation ///////////////////////////////////////////////////////////////////////////////////////////////////////// */





/* Parallax Slider v1 =============================================================================================================== */
/* For Slider Placement ================================================= */
.slider-wrapper{
	/* height:365px;
	background: url('../images/bg-shadow-slider.png') no-repeat;
	background-size: 86% 100%;
	background-position: top; */
	/* background: transparent url(../images/transition-bottom.png) repeat 0% 65%;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s; */
	}
	
.slide-text-bg{
	
	}

#slider-area {
	width:100%;
	height:265px;
	background:#eee;
	}
/* end For Slider Placement //////////////////////////////////////////// */

/* Parallax Slider =============================================================================================================== */
.da-slider{
	max-width: 1540px;/* Remove or make 75%ish for full width */
	height: 370px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	/* min-width: 500px; */
	/* margin-top: 20px; */
	/* border-top: 8px solid #3C84F5; */
	/* border-bottom: 8px solid #B8B5B0; */
	/* box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff; */
	
	/*Parallax Effecdt ----------*/
	/* background: transparent url(../images/slide-bg-1.jpg) repeat 0% 0%; */
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}


.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	/* left: 110%; */
	z-index:800;
}

.da-img {
	-webkit-box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 48px 0px rgba(0,0,0,0.75);
}

.da-slide h2,
.da-slide p{
	/* background: rgba(255,255,255,0.5); */
	background: url('../images/bgtext-light60.png') no-repeat;
    background-size: 100% 100%;
    background-position: 0px 0px;
	padding:80px 80px;
	color:black;
}
	
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
	z-index:900;
}

.da-slider-fb .da-slide .da-img{
	/* left: 60%; */
	opacity: 1;
}
.da-slide h2{
	font-size: 42px;
	width: 46%;
	top: -40px;
	line-height:38px;
	/* white-space: nowrap; */
	z-index: 900;
	text-shadow: -1px -1px 6px rgba(255,255,255,0.5), 3px 3px 6px rgba(255,255,255,0.5), -2px 2px 6px rgba(255,255,255,0.5);
	/* text-shadow: -1px -1px 0px #3C84F5, 3px 3px 1px #29CF73, 9px 10px 8px #000; */
	/* text-shadow: -1px -1px 0px #FFF, 3px 0px 0px #FFF, 3px 1px 30px #FFF; */
	  
	/* text-shadow: -1px 0px 5px #FFF, 3px 0px 0px #000, 0px 0px 30px #000; */
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
	}
.da-slide p{
	width: 46%;
    top: 45px;
	text-shadow: -1px -1px 6px rgba(255,255,255,0.5), 3px 3px 6px rgba(255,255,255,0.5), -2px 2px 6px rgba(255,255,255,0.5);
    /* letter-spacing: 0.5px; */
    /* text-shadow: -1px -1px 2px #FFF, 1px 2px 4px #FFF, -2px -2px 2px #FFF; */
    /* text-shadow: 1px 1px 1px #FFF, 0px -1px 0px #000, 0px 0px 40px #FFF; */
    /* text-shadow: 1px 3px 5px #000, 3px 0px 0px #000, 3px 3px 10px #000; */
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
    font-weight: 900;
   
	/* height: 365px;
    background: url('../images/bg-shadow-slider.png') no-repeat;
    background-size: 100% 100%;
    background-position: 0px -80px;
    padding: 0px 50px;
    padding-top: 50px;
	margin-left: -120px !important; */
	}
	
.da-img-div{
	height: 5px;
    margin: 0 auto;
    margin-right: 5%;
    position: relative;
    float: right;
	}

.da-slide .da-img{
	text-align: center;
	/* width: 30%; */
	top: 100px;
	line-height: 30px;
	/* left: 110%;  */
	}
.da-slide .da-link{
	top: 298px; /*placed at lower left corner - should be adjusted3 if slider height is changed*/
    border-radius: 0px;
    box-shadow: 0px 1px 20px #000;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border: 2px solid rgba(21, 104, 255, 0.8);
    padding: 1px 10px 0px 10px;
    font-size: 26px;
    text-align: center;
    background: rgba(21, 169, 255, 0.3);
	}
.da-slide .da-link:hover{
	background: rgba(255,255,255,0.3);
	}
.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
	}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #3C84F5;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	}
.da-dots span.da-dots-current:after{
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
	}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #3C84F5;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
	}
.da-slider:hover .da-arrows span{
	opacity: 1;
	}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
	}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
	}
.da-arrows span.da-arrows-prev{
	left: 15px;
	}
.da-arrows span.da-arrows-next{
	right: 15px;
	}

.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
    margin-left: -75px; /*mikli7 adjust p for max-width slider*/
	}
	
.da-slide-current h2,
.da-slide-current p{
	left: 10%;
	opacity: 1;
    margin-left: -155px; /*mikli7 adjust p for max-width slider*/
	}

/* da-img ////////////////////////////////////////*/	
.da-slide-current .da-img {
	left: 0.5%;
	opacity: 1;
	}

	
#da-slider .da-img {
	top: 0;
    position: relative;
    /* right: 0; */
    /* float: right; */
    /* width: 66%; */
    /* margin: 0 auto; */
    /* margin-left: -60%; */
    /* margin-left: -1175px; */
    z-index: -1;
	}
	
#da-slider .da-img img{
	width:auto;
	}
	
	
/* da-img1 ////////////////////////////////////////*/	

.da-slide .da-img1{
	background: transparent url(../images/slide-bg-1.jpg) no-repeat;
	position: absolute;
	background-position: 20% 0px;
	opacity: 0;
	z-index:100;
	/* margin-left: -55%; */
	z-index:-1;
	margin-top:0px;
	top:0;
	width:100%;
	height:340px;
	/* left: 55%; */
}	

#da-slider .da-img1 img{
	
	}
	
.da-slide-current .da-img1{
	opacity: 1;
}

#da-slider .da-text-bg {
	
	}


/* Animation classes and animations */

/* Slide in from the right*/

.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}


@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; z-index:0;}
	100%{ left: 0.5%; opacity: 1; z-index:0;}
}


@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; z-index:0;}
	100%{ left: 0.5%; opacity: 1; z-index:0;}
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; z-index:0;}
	100%{ left: 0.5%; opacity: 1; z-index:0;}
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; z-index:0;}
	100%{ left: 0.5%; opacity: 1; z-index:0;}
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 0%;  opacity: 1; }
	99%{ left: 0%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 5%;  opacity: 1; z-index:0;}
	99%{ left: 10%; opacity: 0; z-index:0;}
	100%{ left: 100%; opacity: 0; z-index:0;}
} 

@keyframes toRightAnim1{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 0%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 5%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 0.5%;  opacity: 1; z-index:0;}
	30%{ left: 55%;  opacity: 1; z-index:0;}
	100%{ left: 100%; opacity: 0; z-index:0;}
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: -40%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: -0%;  opacity: 1; z-index:0;}
	70%{ left: -70%;  opacity: 0; z-index:0;}
	100%{ left: -90%; opacity: 0; z-index:0;}
} 


@keyframes toLeftAnim1{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 0%;  opacity: 1; }
	30%{ left: 0%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 5%;  opacity: 1; }
	100%{ left: -40%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: -0%;  opacity: 1; z-index:0;}
	70%{ left: -70%;  opacity: 0; z-index:0;}
	100%{ left: -90%; opacity: 0; z-index:0;}
}


/* da-img1 ////////////////////////////////////////////////////////////////*/
/* Slide in from the right ////////////////*/

.da-slide-fromright .da-img1{
	-webkit-animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim5 0.6s ease-in-out 0.8s both;
}

@-webkit-keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromRightAnim5{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide in from the left*/

.da-slide-fromleft .da-img1{
	-webkit-animation: fromLeftAnim5 1.2s ease-in-out 0.3s both;
	animation: fromLeftAnim5 0.6s ease-in-out 0.6s both;
}

@-webkit-keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}

@keyframes fromLeftAnim5{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 0%; opacity: 1; }
}
/* Slide out to the right */

.da-slide-toright .da-img1{
	-webkit-animation: toRightAnim5 0.6s ease-in-out both;
	animation: toRightAnim5 0.6s ease-in-out both;
}

@-webkit-keyframes toRightAnim5{
	0%{ left: 0%;  opacity: 1; z-index:0;}
	30%{ left: 0%;  opacity: 1; z-index:0;}
	100%{ left: 100%; opacity: 0; z-index:0;}
}

@keyframes toRightAnim5{
	0%{ left: 0%;  opacity: 1; z-index:0;}
	30%{ left: 0%;  opacity: 1; z-index:0;}
	100%{ left: 100%; opacity: 0; z-index:0;}
}
/* Slide out to the left*/

.da-slide-toleft .da-img1{
	-webkit-animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim5 0.6s ease-in-out 0.5s both;
}

@-webkit-keyframes toLeftAnim5{
	0%{ left: 0%;  opacity: 1; z-index:0;}
	70%{ left: -30%;  opacity: 0; z-index:0;}
	100%{ left: -50%; opacity: 0; z-index:0;}
}

@keyframes toLeftAnim5{
	0%{ left: 0%;  opacity: 1; z-index:0;}
	70%{ left: -30%;  opacity: 0; z-index:0;}
	100%{ left: -50%; opacity: 0; z-index:0;}
}

/* End Parallax Slider ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */







	
/* Accordion =================================================================================================================== */	
.ac-container{
	width: 90%;
    padding: 15px;
	margin: 10px auto 30px auto;
	text-align: left;
	float:left;
	padding-right:20px;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #779DD8;
	color: #fff;
	/* text-align: center; */
	text-shadow: 0px 0px 0px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.6);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 205px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 365px;
}
.ac-container input:checked ~ article.ac-sacred{
	height: 450px;
}

/* my additions */
.ac-nav{
	list-style:none;
	margin-left:-22px;
	}

.ac-nav1{
	margin-right: 32px;
	}

.ac-nav1 a{
	padding:6px;
	width:100%;
	display:block;
	border:1px solid rgba(0,0,0,0.0);
	}
	
.ac-nav1 a:hover{
	color:#779DD8;
	/* background:#779DD8 */
	border:1px solid #779DD8;
	}
	
.ac-nav h3{
	color:#779DD8;
    border-top: 2px solid #779DD8;
    padding-top: 5px;
    margin-right: 20px;
	}
/* End Accordion   ///////////////////////////////////////////////////////////////////////////////////////////////////////////////// */



/* discount-table =================================================================================================================== */
	
.discount-table {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #9b9b9b;
	}
	
.discount-table table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	}
	
.discount-table td:hover {
	background-color:#fff;
	}

.discount-table td{
	vertical-align:middle;
	background-color:#e5e5e5;
	border:1px solid #9b9b9b;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:10px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	}
.discount-table tr:last-child td{
	border-width:0px 1px 0px 0px;
	}

.discount-table tr td:last-child{
	border-width:0px 0px 1px 0px;
	}

.discount-table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
	}

.discount-table tr:first-child td{
	background-color:#494949;
	border:0px solid #9b9b9b;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
	}
	
.discount-table tr:first-child:hover td{
	background-color:#494949;
	}

.discount-table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
	}

.discount-table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
	}
	
/* End discount-table ///////////////////////////////////////////////////////////////////////////////////////////////// */





/* pending delete this section Buttons and links =============================================================================================================== */

.link1 {
	color:#779DD8;
	}
	
.link1:hover {
	color:#fff;
	}

.link2 {
	display:block;
	color:#779DD8;
	font-weight:900;
	margin-bottom:15px;
	}
	
.link2:hover {
	color:#fff;
	}



.link-image-1 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	
	border:2px solid gray;
	
	transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	}	
	
	
.link-image-1:hover { 
	box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.8); 
	border:2px solid white;
	} 
	
.link-image-1:active { 
	border:2px solid #779DD8;
	transition:all 0.0s ease;
	} 
  
.link-1 {
	overflow:hidden;
	display:inline-block;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100%;
    
	color:white;
	text-decoration:none;
	}
    
.link-1:hover {
	color:white;
	}
  
.text-div{
	width:100%;
	height:55px;
	
	margin-left:400px;
	margin-top:0;
	
	transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	
	background: rgba(0, 0, 0, 0.8);
  
	position: absolute;
	
	}
	
.text-div h6{
	text-align:center;
	font-size:2em;
	text-shadow: -2px -2px 1px rgba(0,0,0,0.8), 2px 2px 1px rgba(0,0,0,0.8), 0px 0px 12px rgba(0,0,0,0.8);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
	}

.link-1:hover .text-div{
	margin-left:0px;
	}

.link-img {
	float:left; 
	width:110%; 
	height:110%; 
	/* margin-top:-75%;  */
	overflow:hidden;
	transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	}
	
.link-1:hover .link-img{
	width:130%; 
	height:130%;
	}

.button {
	float: left;
	position:relative;
	padding: 0px 10px 5px 10px;
    /* margin-top:20px; */
	width: auto;

	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.5);
	border-radius:4px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border:2px rgba(60, 132, 245,0.5) solid;
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	/* float:right; */
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
	}

.button:hover { 
	text-shadow: -1px -1px 3px rgba(0,0,0,1), 1px 1px 3px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}
	
.button-1{
	color:#fff;
	font-weight:bold;
	padding:10px 10px;
	margin:0 0px;
	border:1px solid black;
	background:rgba(240,0,0,0.8);;
	border-radius:5px
	}
.button-1:hover{
	color:white;
	border:1px solid white;
	background:rgba(0,0,0,1);
	box-shadow:0px 0px 10px rgba(0,0,0,0.8);
	}
	
/* End Buttons and links //////////////////////////////////////////////////////////////////////////////////////////////////////////// */







/* Buttons and links =============================================================================================================== */

.link1 {
	color:#779DD8;
	}
	
.link1:hover {
	color:#fff;
	}

.link2 {
	display:block;
	color:#779DD8;
	font-weight:900;
	margin-bottom:15px;
	}
	
.link2:hover {
	color:#fff;
	}



.link-image-1 { 
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	
	border:2px solid gray;
	
	transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	}	
	
	
.link-image-1:hover { 
	box-shadow: 0px 0px 25px 0px rgba(255,255,255,0.8); 
	border:2px solid white;
	} 
	
.link-image-1:active { 
	border:2px solid #779DD8;
	transition:all 0.0s ease;
	} 
  
.link-1 {
	overflow:hidden;
	display:inline-block;
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width:100%;
    
	color:white;
	text-decoration:none;
	}
    
.link-1:hover {
	color:white;
	}
  
.text-div{
	width:100%;
	height:55px;
	
	margin-left:400px;
	margin-top:0;
	
	transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	
	background: rgba(0, 0, 0, 0.8);
  
	position: absolute;
	
	}
	
.text-div h6{
	text-align:center;
	font-size:2em;
	text-shadow: -2px -2px 1px rgba(0,0,0,0.8), 2px 2px 1px rgba(0,0,0,0.8), 0px 0px 12px rgba(0,0,0,0.8);
	font-family: 'Economica', Arial, sans-serif;
	font-weight: 700;
	}

.link-1:hover .text-div{
	margin-left:0px;
	}

.link-img {
	float:left; 
	width:110%; 
	height:110%; 
	/* margin-top:-75%;  */
	overflow:hidden;
	transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	}
	
.link-1:hover .link-img{
	width:130%; 
	height:130%;
	}

.button {
	float: right;
	padding: 0px 20px 8px 20px;
	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border:2px rgba(60, 132, 245,0.5) solid;
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
	}

.button:hover { 
	text-shadow: -1px -1px 3px rgba(0,0,0,1), 1px 1px 3px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}

.button2 {
	float: right;
	padding: 8px;
    width: 18.7%;
	/* width: 5%; */
	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.5);
	/* border-radius:10px; */
	color: #fff;
	font-size: 16px;
	text-align: center;
	border:1px rgba(60, 132, 245,0.5) solid;
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	/* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52); */
	}

.button2:hover { 
	text-shadow: -1px -1px 3px rgba(0,0,0,1), 1px 1px 3px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}
	
.btn1-100 {
	width:100%;
	float:left;
	padding: 8px 0px 8px 0px;
    margin: 4px 0px;
	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	/* border:2px rgba(60, 132, 245,0.5) solid; */
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
	}

.btn1-100:hover { 
	text-shadow: -1px -1px 6px rgba(0,0,0,0.5), 1px 1px 6px rgba(0,0,0,0.5), 0px 0px 6px rgba(0,0,0,0.5); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}
	
.btn1-disabled {
	width:100%;
	float:left;
	padding: 8px 0px 8px 0px;
    margin: 4px 0px;
	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.3);
	border-radius:10px;
	color: #ddd	;
	font-size: 18px;
	text-align: center;
	}
.btn1-disabled:hover {color: #ddd; cursor:default;}
	
.button-1{
	color:#fff;
	font-weight:bold;
	padding:10px 10px;
	margin:0 0px;
	line-height: 50px;
	border:1px solid black;
	background:rgba(240,0,0,0.8);
	border-radius:5px;
	white-space:nowrap;
	}
.button-1:hover{
	color:white;
	border:1px solid white;
	background:rgba(0,0,0,1);
	box-shadow:0px 0px 10px rgba(0,0,0,0.8);
	}

.btn-login {
	float: right;
	padding: 0px 20px 8px 20px;
	white-space: nowrap;
	text-decoration:none;
	border:none;
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	border:2px rgba(60, 132, 245,0.5) solid;
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.52);
	}

.btn-login:hover { 
	text-shadow: -1px -1px 3px rgba(0,0,0,1), 1px 1px 3px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}
	
.btn-signup {
	float: right;
	padding: 2px 20px 8px 20px;
	white-space: nowrap;
	text-decoration:none;
	border:none;
	border-radius:10px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	-moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; transition: all 0.1s linear;
	}

.btn-signup:hover { 
	text-shadow: -1px -1px 3px rgba(0,0,0,1), 1px 1px 3px rgba(0,0,0,1), 0px 0px 4px rgba(0,0,0,1); 
	background:rgba(60, 132, 245, 0.5);
	cursor: pointer;
	color: #fff;
	}		

/* paginate ================================*/
#paginate {
	width: 100%;
	text-align: center;
	margin: 6px 0 6px 0;
}

#paginate-links {
	margin: 0 auto;
	padding: 4px;
}

#paginate-links a {
	padding: 4px 8px;
    border: 1px solid #ddd;
    transition: all 0.3s;
    background: #fff;
	transition: all 0.3s;
}

#paginate-links a:hover {
	background-color: #333;
	color: white;
}

a.currentpage {	
	font-weight: bold;
	color: color: rgb(0, 140, 240);
	background: #ccc;
}
/* End Paginate //////////////////////////// */

/* End Buttons and links //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
