/************************************Links colors************************************/

a{
	text-decoration:none !important;
}

a.gold{
	color:#4369b2 !important;
}

a.goldGrey{
	color:#4369b2;
}
a.goldGrey:hover{
	color:#1d1e1e;
}

a.greyGold{
	color:#1d1e1e;
}
a.greyGold:hover{
	color:#4369b2;
}

a.whiteGold{
	color:#FFF;
}
a.whiteGold:hover{
	color:#4369b2;
}

a.whiteGrey{
	color:#FFF;
}
a.whiteGrey:hover{
	color:#1d1e1e;
}

a.blackGold{
	color:#1d1e1e;
}
a.blackGold:hover{
	color:#4369b2;
}

/************************************Font colors************************************/
input[type="button"]{
	padding:10px 50px;
	border:0px;
	border-radius:5px;
	outline:none;
	color:#FFF;
}

input[type="button"].blackGold{
	background:#565656;
}
input[type="button"].blueDarkGold:hover{
	background:#4369b2;
}

input[type="button"].goldBlack{
	background:#4369b2;
}
input[type="button"].goldBlack:hover{
	background:#565656;
}

input[type="button"].greyGold{
	background:#1d1e1e;
}
input[type="button"].goldBlueDark:hover{
	background:#4369b2;
}

input[type="button"].goldBtn{
	background:#4369b2;
}


/************************************Font colors************************************/
.grey{
	color:#1d1e1e;
}
.greyBg{
	background:#1d1e1e;
}

.greyLight{
	color:#cfcfcf;
}
.greyLightBg{
	background:#cfcfcf;
}

.gold{
	color:#4369b2;
}
.goldBg{
	background:#4369b2;
}

.white{
	color:#FFF;
}
.whiteBg{
	background:#FFF;
}

.black{
	color:#565656;
}
.blackBg{
	background:#565656;
}

/************************************Font sizes************************************/

@media(max-width:900px){
	.bigger{
		font-size:19px !important;
	}
	.big{
		font-size:17px !important;
	}
	.medium{
		font-size:15px !important;
	}
	.small{
		font-size:13px !important;
	}
	.tiny{
		font-size:11px !important;
	}
}
@media(min-width:900px){
	.bigger{
		font-size:1.5em !important;
	}
	.big{
		font-size:1.25em !important;
	}
	.medium{
		font-size:1em !important;
	}
	.small{
		font-size:0.8em !important;
	}
	.tiny{
		font-size:0.7em !important;
	}
}
	
/************************************Button************************************/

.select{
	padding:4px;
	border:1px solid transparent;
	outline:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background:#FFF url("../images/dpd-arrow.png") 97% no-repeat;
	-webkit-box-shadow: -1px 1px 2px 2px #E0E0E0;
	-moz-box-shadow: -1px 1px 2px 2px #E0E0E0;
	box-shadow: -1px 1px 2px 2px #E0E0E0;
}
input[type="text"]{
	border:1px solid transparent;
	outline:none;
	/*-webkit-box-shadow: -1px 1px 2px 2px #E0E0E0;
	-moz-box-shadow: -1px 1px 2px 2px #E0E0E0;
	box-shadow: -1px 1px 2px 2px #E0E0E0;*/
}

/************************************************************************/

@media(max-width:900px){
	.topSpacerTiny{
		margin-top:2px;
	}
	.topSpacerSmallest{
		margin-top:4px;
	}
	.topSpacerSmaller{
		margin-top:5px;
	}
	.topSpacerSmall{
		margin-top:10px;
	}
	.topSpacer{
		margin-top:20px;
	}
	.topSpacerBig{
		margin-top:20px;
	}
	.topSpacerBigger{
		margin-top:60px;
	}
	.topSpacerHuge{
		margin-top:80px;
	}

	.bottomSpacerSmall{
		margin-bottom:10px;
	}
	.bottomSpacer{
		margin-bottom:20px;
	}
	.bottomSpacerBig{
		margin-bottom:40px;
	}
	.bottomSpacerBigger{
		margin-bottom:60px;
	}

	.rightSpacerSmall{
		margin-right:5px;
	}
	.rightSpacer{
		margin-right:10px;
	}
	.rightSpacerBig{
		margin-right:20px;
	}
	.rightSpacerBigger{
		margin-right:30px;
	}

	.leftSpacerSmall{
		margin-left:5px;
	}
	.leftSpacer{
		margin-left:10px;
	}
	.leftSpacerBig{
		margin-left:20px;
	}
	.leftSpacerBigger{
		margin-left:30px;
	}
}
@media(min-width:900px){
	.topSpacerTiny{
		margin-top:2px;
	}
	.topSpacerSmallest{
		margin-top:4px;
	}
	.topSpacerSmaller{
		margin-top:5px;
	}
	.topSpacerSmall{
		margin-top:10px;
	}
	.topSpacer{
		margin-top:20px;
	}
	.topSpacerBig{
		margin-top:40px;
	}
	.topSpacerBigger{
		margin-top:60px;
	}
	.topSpacerHuge{
		margin-top:80px;
	}
	
	.bottomSpacerSmall{
		margin-bottom:10px;
	}
	.bottomSpacer{
		margin-bottom:20px;
	}
	.bottomSpacerBig{
		margin-bottom:40px;
	}
	.bottomSpacerBigger{
		margin-bottom:60px;
	}

	.rightSpacerSmall{
		margin-right:10px;
	}
	.rightSpacer{
		margin-right:20px;
	}
	.rightSpacerBig{
		margin-right:40px;
	}
	.rightSpacerBigger{
		margin-right:60px;
	}

	.leftSpacerSmall{
		margin-left:10px;
	}
	.leftSpacer{
		margin-left:20px;
	}
	.leftSpacerBig{
		margin-left:40px;
	}
	.leftSpacerBigger{
		margin-left:60px;
	}
}

/************************************************************************/

@media(max-width:900px){
	.mobileImageHidden{
		display:none;
	}
	.mobileTopMarginZero{
		margin-top:0px; 
	}
}
@media(min-width:900px){
	.DesktopTopMarginBig{
		margin-top:20px;
	}
	.desktopImageHidden{ 
		display:none;
	}
}

/************************************************************************/

.underline{
	text-decoration:underline !important;
}
.wordBreak{
	word-wrap: break-word;
}