/*********************************[ HEADER ]*********************************/
#header {
	width: 100%;
	height: 220px;
	background-color: rgba(0,0,0,1.00);
}
.logo {
	position: absolute;
	margin: auto;
	left: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	vertical-align: middle;
	height: 190px;
	display: block;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}
.logo img {
	height: 100%;
}




/*********************************[ CONTENT ]*********************************/
#content {
	z-index: 1500;
	margin-bottom: 220px;
	padding: 0;
}


/*********************************[ FOOTER ]*********************************/
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../images/backColor.jpg);
	background-repeat: repeat;
	background-position: 0% center;
}
.footerCopy {
	text-align: center;
	font-size: small;
	color: rgba(255,255,255,1.00);
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dotted rgba(255,255,255,1.00);
	padding-top: 15px;
}
.footerNav {
	margin: 10px 0;
}
.footerNav ul {
	text-align: center;
	color: rgba(255,255,255,1.00);
}
.footerNav ul li {
	display: inline-block;
	font-size: medium;
	text-align: center;
	text-transform: uppercase;
}
.footerNav ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	border-right: 1px solid rgba(78,78,78,1.00);
	text-align: center;
	font-size: small;
	transition-timing-function: ease-in;
	transition: .5s;	
}
.footerNav ul li a:hover {
	transition-timing-function: ease-out;
	transition: .5s;
	color: rgba(222,203,101,1.00);	
}
.footerNav ul li:last-child a {
	border-right: none;
}


/*********************************[ LOGIN ]*********************************/
#login {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #BCA479;
	position: relative;
	height: 20px;
	text-align: right;
}
.logInUl {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1%;
	margin: auto 0;
	padding: 0;
	display: inline-table;
	width: 100%;
	vertical-align: middle;
	height: 100%;
}
.logInUl li {
	color: rgba(255,255,255,1.00);
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.logInUl li a {
	padding: 5px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1.00);
}



/*********************************[ SLIDE ]*********************************/


/*********************************[ UL Drop ]*********************************/

#ulDropBoxClick {
	display: none;
}
.ulDropBox li {
	position: relative;
}
.ulDropBox li a {
	display: block;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid rgba(78,52,28,1.00);
	color: rgba(222,203,101,1.00);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-align: left;
	position: relative;
	text-transform: uppercase;
}
.ulDropBox li a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background-color: rgba(188,164,121,1.00);
}

/*********************************[ BACK TOP ]*********************************/
#back-top {
	position: fixed;
	bottom: 150px;
	z-index: 5500;
	right: 10px;
}
#back-top a {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	margin: auto;
	vertical-align: middle;
	padding: 8px;
	text-align: center;
}
#back-top a:hover {
	color: rgba(1,169,240,1.00);
}
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	border-radius: 100%;
	background-color: #8E8E8E;
	border: 2px solid rgba(255,255,255,1.00);
	position: relative;
}
.imgCircle {
	border-radius: 100%;
	border: 3px solid transparent;
}
.imgCircle:hover {
	border: 3px solid rgba(180,234,0,1.00);
}
#back-top span:hover {
	border-color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
}


/*********************************[ SOCIAL ]*********************************/
.socials {
	display: block;
	position: absolute;
	top: 10px;
	right: 2%;
	text-align: right;
}
.socials ul {
}
.socials ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.socials ul li a {
	display: block;
	margin: 1px;
	text-align: center;
	font-size: small;
	color: rgba(255,255,255,1.00);
}
.socials ul li a img {
	width: 35px;

	
}

/*********************************[ GALLERY ]*********************************/


/*********************************[ FORM ]*********************************/
.lbl_frm {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	border: 1px solid rgba(208,208,208,1.00);
	color: #777777;
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: large;
}
.lbl_error {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	color: #848484;
	background-color: rgba(255,210,210,1.00) !important;
	background-image: url(../ajax/icon_del.gif);
	background-repeat: no-repeat;
	background-position: 98% 13px;
	border: 1px solid #FF0004;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: large;
}
.lbl_green {
	padding: 12px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	border-radius: 8px;
	color: #848484;
	background-color: rgba(196,255,201,1.00) !important;
	background-image: url(../ajax/tick.gif);
	background-position: 98% 13px;
	background-repeat: no-repeat;
	border: 1px solid #00E30B;
	overflow-x: hidden;
	overflow-y: hidden;
}

.btnMainBlock {
	color: #FFF;
	background-color: #BE0113;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 12px;
	border-radius: 6px;
	border: 3px solid transparent;
	text-decoration: none;
	font-size: x-large;
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.btnMain {
	color: #422914;
	background-color: #BCA479;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	border-radius: 6px;
	border: 3px solid transparent;
	text-decoration: none;
	font-size: large;
	display: inline-block;
}
.btnMain:hover, .btnMainBlock:hover {
	background-color: #422914;
	border-color: #BCA479;
	text-decoration: none;
	color: #BCA479;
}

.btnMain:disabled, .btnMain:disabled:hover {
	background-repeat: repeat;
	background: url(../images/icons/linesLoop.png);
	color: rgba(255,255,255,1.00);
	border-color: transparent;
}

#slider {

}

::-webkit-input-placeholder {
  color: #D0D0D0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #D0D0D0;
}
:-ms-input-placeholder {
  color: #D0D0D0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #D0D0D0;
}

/*********************************[ TABLE ]**********************************************/


/*********************************[ TABLE ]**********************************************/
.showItems {
	margin: 10px 15px 25px 15px;
	position: relative;
	height: 400px;
	padding: 0 5px;
}
.showImg {
	width: 100%;
	height: 180px;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: rgba(192,192,192,1.00);
}
.showImg img {
	width: 100%;
	margin: auto;
	display: inline-table;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.showTitle {
	text-align: center;
	font-size: 120%;
	color: rgba(65,40,19,1.00);
	font-family: voltaire;
	font-style: normal;
	margin: 5px 0;
	font-weight: 400;
	line-height: 130%;
}
.showTxt {
	text-align: justify;
	color: rgba(78,78,78,1.00);
	font-size: 83%;
	text-transform: none;
	line-height: 130%;
}
.showBtn {
	margin: 10px auto;
	padding: 10px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(65,40,19,1.00);
	border-radius: 6px;
	border: 3px solid transparent;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 80%;
}
.showBtn:hover {
	background-color: rgba(211,198,179,1.00);
	border-color: rgba(65,40,19,1.00);
	color: rgba(65,40,19,1.00);
}

/*********************************[ COMMON ]*********************************/
h1 {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: rgba(243,219,139,1.00);
	display: block;
	margin: 10px 0;
	text-align: center;
}
h2 {
	font-family: voltaire;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: rgba(210,210,210,1.00);
	margin: 8px 0;
	display: block;
	border-bottom: 1px solid rgba(106,104,101,1.00);
	padding-bottom: 8px;
}
h3 {
	font-weight: bold;
	margin: 8px 0;
	display: block;
}
p {
	color: rgba(249,249,249,1.00);
}
a {
	text-decoration: none;
	color: rgba(222,203,101,1.00);
}
a:hover {
	color: rgba(237,227,172,1.00);
}
img {
	margin: 0;
	padding: 0;
}
.warning {
	background-color: #FCFFBC;
	color: #FF0004;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	border: 1px solid #FFD600;
	border-radius: 8px;
	display: block;

}
.success {
    background-color: #BCFFC2;
    color: #00A403;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
    border: 1px solid #00BD3B;
    border-radius: 8px;
    display: block;
}
.outHref {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 8px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 50;
}

/********************************[ POPUP ]*****************************************/
#miniLoader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	padding: 10px;
	z-index: 5500;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
	border-radius: 24px;
	text-align: center;
	border-left: 3px solid #640102;
	border-right: 3px solid #640102;
	border-bottom: 8px solid #640102;
	border-top: 8px solid #640102;
	display: none;
	background-image: url(../images/bg_3.jpg);
	overflow-y: auto;
	width: 250px;
	height: 250px;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	padding: 30px;
	z-index: 5500;
	-webkit-box-shadow: 0px 0px 15px #000000;
	box-shadow: 0px 0px 15px #000000;
	border-radius: 24px;
	text-align: center;
	border-left: 3px solid #88110A;
	border-right: 3px solid #88110A;
	border-bottom: 8px solid #88110A;
	border-top: 8px solid #88110A;
	display: none;
	/*overflow-y: auto;*/
	max-width: 450px;
	min-width: 250px;
	width: 90%;
	overflow-x: auto;
	overflow-y: auto;
	background-color: rgba(255,255,255,1.00);
	min-height: 100px;
	max-height: 150px;
}



#loader > span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-table;
	padding: 5%;
	vertical-align: middle;
	width: 90%;
}
#loader > img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	
}
.btnClose {
	position: absolute;
	right: 5px;
	padding: 2px 10px;
	top: 55px;
	background-color: rgba(255,0,4,1.00);
	color: rgba(255,255,255,1.00);
	border-radius: 6px;
	font-weight: bold;
}
#backBlack {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.64);
	width: 100%;
	min-height: 100%;
	display: none;
	z-index: 2500;
}
body {
	background-color: rgba(70,70,70,1.00);
}
.divColor1 h1 {
	color: #4C4C4C;
}
.colotrTitle {
	text-align: center;
	padding: 15px 0;
	display: block;
	color: #FFFFFF;
}
.ulDots {
	margin-left: 45px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 18px;
}
.ulDots li {
	margin-bottom: 10px;
}
/***************** MENU SELECTIONS *********************/

.selOpc {
	display: block;
	margin: 0;
	padding: 10px 0px 6px 0px;
	text-align: center;
	border-top: 1px solid rgba(179,179,179,1.00);
	border-bottom: 1px solid rgba(179,179,179,1.00);	
}
.selOpc li {
	margin: 0;
	display: block;
	position: relative;
	background-color: rgba(219,219,219,1.00);
	text-align: center;
	border-bottom: 1px solid rgba(107,107,107,1.00);
	border-top: 1px solid rgba(239,239,239,1.00);
	color: rgba(117,117,117,1.00);
	height: 45px;
	width: 100%;
}
.selOpc li:hover {
	border-color: rgba(132,132,132,1.00);
	background-color: rgba(2,2,2,1.00);
	color: rgba(219,219,219,1.00);
}
.selOpc li a {
	padding: 8px 2px;
	display: inline-table;
	text-decoration: none;
	text-transform: uppercase;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: rgba(117,117,117,1.00);
	line-height: 1.2em;
	font-size: 0.9em;
	width: 100%;
	vertical-align: middle;
}
.selOpc li a:hover {
	color: rgba(219,219,219,1.00);
}

/*********************************[ SIDE BTNS ]*************************************/
#subOpt {
	text-decoration: none;
	text-transform: uppercase;
	font-size: small;
	text-align: center;
	color: rgba(98,98,98,1.00);
	display: none;
}


.showPics {
	float: left;
	width: 22%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	height: 140px;
	overflow-y: hidden;
	background-color: #FFFFFF;
	border: 3px solid rgba(255,255,255,1.00);
}
.showPics .img_gal {
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
}
.notes {
	color: rgba(161,161,161,1.00);
	font-size: small;
}
#close {
    background-color: rgba(255,255,255,1.00);
    color: rgba(255,0,4,1.00);
    text-align: center;
    font-weight: bold;
}













/***************************[ 769 ]*********************************/


@media screen and (max-width: 966px) {
.logo {
	padding-left: 75px;
	height: 85px;
}
.logo img {
	height: 85px;

}
/*********************************[ HEADER ]*********************************/
#header {
	height: 125px;
}
/*********************************[ SOCIAL ]*********************************/
.socials {
	top: 15px;
}
.socials ul {

}

/*********************************[ UL Drop ]*********************************/

#ulDropBoxClick {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0;
	cursor: pointer;
	background-color: rgba(188,164,121,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
}
	
.showPics { 
	width: 42%;
	height: 120px;
}
 
}



/***************************[ 480 ]*********************************/

@media screen and (max-width:480px){
/*********************************[ SOCIAL ]*********************************/
p {
	text-align: justify;
}
h1 {
	font-size: xx-large;
	line-height: 1em;
}

.socials {
	display: none;
}
.logo {
	min-width: 250px;
}
.selOpc li {
	margin: 0;
	display: block;
	width: 100%;
	position: relative;
	background-color: rgba(219,219,219,1.00);
	text-align: center;
	color: rgba(255,255,255,1.00) important;
	height: 35px;
	border-bottom: 1px solid rgba(107,107,107,1.00);

}

}
