@charset "utf-8";
@font-face {
font-family: A;
src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
font-family: B;
src: url('../fonts/Swz721t.TTF');
	}
@font-face {
font-family: C;
src: url('../fonts/swis.TTF');
	}
@font-face {
font-family: D;
src: url('../fonts/OpenSans-Regular.ttf');
	}
@font-face {
font-family: E;
src: url('../fonts/tt0375m_.ttf');
	}
@font-face {
font-family: F;
src: url('../fonts/TheSans-Plain.otf');
	}
html { 
  background: url(../images/mianBackground.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	margin:0 auto;
	padding: 0;
	background-color:transparent;
	max-width: 1440px;
	}
.container-fluid {
	margin:0 auto;
	padding: 0;
	max-width: 1440px;
	}

#mainRow {
	padding: 0 0 0 0;
	margin: 0 auto;
	float: none;
	text-align: center;
	}
.logoIMG {
	float: none;
	margin: 150px auto 0 auto;
	display: block;
	text-align: center;
	height: 230px;
	width: auto;
	}
.donB {
	border-radius: 0px;
	margin-top: 80px;
	background: transparent;
	border: 1px solid #bca791;
	color: #dbcdc1;
	font-family: C;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
.donB:hover {
	background: rgba(79,60,47,0.5);
	color: #ede5df;
	border: 1px solid #875d3e;
	}
.emailT {
	color: #dbcdc1;
	font-family: C;
	font-size: 14px;
	letter-spacing: 1px;
	}

.emailT2 {
	color: #fff;
	font-family: D;
	font-size: 12px;
	letter-spacing: 5px;
	}





/*------------------------------------------------------------------------------------------------------- loginBar --*/

@media only screen and (max-width: 570px) {
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { /* iphone 5 */
	}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { /* iphone 5 */ 
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { /* iphone 6 */
	}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* iphone 6 */
	}
@media (min-width: 768px) and (max-width: 991px) { /* tab portrait*/
	}
@media (min-width: 992px) and (max-width: 1199px) { /* tab land */
	}