*{
	margin:0;
	padding:0;
}


html { 
	scroll-behavior: smooth;
}

body{
	font-family: 'Josefin Sans';
	font-size:14px;
	background:#222;
	color:white;
	/*text-shadow:1px 1px 1px #fff;
	overflow-x:hidden;*/
}
h1{
	font-size:56px;
	color:#ccc;
	margin: 10px;
	padding: 0px;
}
h2 {
	font-size:15px;
	background-color: #9F6353;
	width: 180px;
	padding:9px 0px 5px 9px;
	margin:15px 0px 0px 0px;
	border-radius: 15px 50px;
}

a{
	color:white;
	text-decoration:none;
}
a:hover{
	color:grey;
}

.contacts{
	text-align:right;
	color: #aba4a4;
	font-size:20px;
	font-color: #000;
	width:100%;
	padding:40px 0px 0px 0px;
	clear:both;
	margin-top:30px;
}

.contacts a{
	margin:0px 20px;
	
}
/*.textbox1 {
	position: absolute;
	top: 220px;
	left: 1360px;
	background-color: #395129;
	clear: both;
	z-index:1;
	margin: 20px auto;
	padding: 20px;
	width: 24%;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	opacity: 0.7;
	animation: mymove 3s ;
	animation-fill-mode: forwards;
}*/

/*@keyframes mymove {
from {right: -60px;}
  to {right: 100px;}
}*/


.textbox1 p {
	font-size: 17px;
	line-height: 30px;
	
}

.pink {
      color: pink;
}



#section1 .boldtitle {
	position: absolute;
	top: 190px;
	right: 80px;
	text-align: center;
	color: white;
	background-color: #91976c;
	padding:10px;
	font-weight:bold;
	font-size: 23px;
	margin: 0 0 0 40px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	opacity: 2;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #91976c, 0 0 40px #91976c, 0 0 50px #91976c, 0 0 60px #91976c, 0 0 70px #91976c;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #91976c, 0 0 40px #ff4da6, 0 0 50px #91976c, 0 0 60px #91976c, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


a: hover {
	color: blue;
	text-decoration: none;}



/*#section1 .boldtitle a:hover{
	color:grey;
	text-decoration: none;
}*/





#section2 {
 
}


.textbox2 {
	position: relative;
	top: 310px;
	left: 660px;
	background-color: #395129;
	clear: both;
	z-index:1;
	margin: 20px auto;
	padding: 20px;
	width: 20%;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	opacity: 0.7;
	
}


.wrapper{
	width:960px;
	margin:20px auto;
	
}

	
	
.clear{
	clear:both;
}

#aside {
	text-align:center;
	font-size: 18px;
	font-color: #000;
	width:90%;
	margin:40px 20px 40px 40px;
	padding: 30px;
	padding: /*20px 0px 70px 0px;*/
	clear:both;
	background-color: #395129;
	
	/*margin: 20px auto;*/
	/*padding: 20px;*/
	/*width: 24%;*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}



.footer{
	clear:above;
	text-align:center;
	color: #aba4a4;
	font-size: 14px;
	font-color: #000;
	width:100%;
	padding:20px 0px 70px 0px;
	clear: both;
	margin-top:40px;
}

.copyright {
	text-align: center
	font-size: 5px;
	position: relative;
	bottom: 20px;
	right: 0px;
	padding: 0 0 15px 855px;
}

.smallcopyright {
	font-size: 5px;
}


.footer a{
	margin:0px 20px;
}


/* Slider Style */
.pxs_container{
	width:100%;
	height:420px;
	position:relative;
	border-top:7px solid #333;
	border-bottom:7px solid #333;
	overflow:hidden;
	-moz-box-shadow:0px 0px 7px #000;
	-webkit-box-shadow:0px 0px 7px #000;
	box-shadow:0px 0px 7px #000;
}


.pxs_bg{
	background:transparent url(../images/bg.png) repeat top left;
}

.pxs_bg div{
	position:absolute;
	top:0px;
	left:0px;
	width:7584px; /*1264px window width times number of images*/
	height:420px;
	background-repeat:repeat;
	background-position:top left;
	background-color:transparent;
}


.pxs_bg .pxs_bg1{
	background-image:url(../images/bg1.png);
	/*left negative 1/8 of ww*/
}
.pxs_bg .pxs_bg2{
	background-image:url(../images/bg2.png);
	/*left negative 1/4 of ww*/
}
.pxs_bg .pxs_bg3{
	background-image:url(../images/bg3.png);
	/*left negative 1/2 of ww*/
}
.pxs_slider_wrapper{
	display:none;
}
.pxs_container ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.pxs_slider{
	position:absolute;
	left:0px;
	top:0px;
	height:420px;
	
}
ul.pxs_slider li{
	height:420px;
	float:left;
	position:relative;
	
}


ul.pxs_slider li img{
	display:block;
	margin:35px auto 0px auto;
	-moz-box-shadow:0px 0px 7px #222;
	-webkit-box-shadow:0px 0px 7px #222;
	box-shadow:0px 0px 7px #222;
	border: 8px solid transparent;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


ul.pxs_thumbnails{
	height:35px;
	position:absolute;
	top:320px;
	left:50%;
}

ul.pxs_thumbnails li{
	position:absolute;
	display:block;
}

ul.pxs_thumbnails li img{
	border: 5px solid #FFFFFF;
	-moz-box-shadow:1px 1px 7px #555;
	-webkit-box-shadow:1px 1px 7px #555;
	box-shadow:1px 1px 7px #555;
	cursor:pointer;
	display:block;
	opacity:0.9;
}

ul.pxs_thumbnails li.selected img {
	opacity:1.0;
	
}


.pxs_navigation span{
	position:absolute;
	width:30px;
	height:60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	top:145px;
	opacity:0.6;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
}
.pxs_navigation span:hover{
	opacity:0.9;
}
.pxs_navigation span.pxs_prev{
	background:#000 url(../images/prev.png) no-repeat center center;
}
.pxs_navigation span.pxs_next{
	background:#000 url(../images/next.png) no-repeat center center;
}
.pxs_loading{
	color:#fff;
	font-size:20px;
	padding:15px 15px 15px 50px;
	position:absolute;
	background:#333 url(../images/ajax-loader.gif) no-repeat 10px 50%;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	opacity:0.7;
	width:180px;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-90px;
}

