@font-face {
	font-family: 'WebSymbolsRegular';
	src: url('../webfonts/websymbols/websymbols-regular-webfont.eot');
	src: url('../webfonts/websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../webfonts/websymbols/websymbols-regular-webfont.woff') format('woff'),
		url('../webfonts/websymbols/websymbols-regular-webfont.ttf') format('truetype'),
		url('../webfonts/websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'SignikaL';
    src: url('../webfonts/signika/Signika-Light-webfont.eot');
    src: url('../webfonts/signika/Signika-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/signika/Signika-Light-webfont.woff') format('woff'),
        url('../webfonts/signika/Signika-Light-webfont.ttf') format('truetype'),
        url('../webfonts/signika/Signika-Light-webfont.svg#SignikaL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SignikaB';
    src: url('../webfonts/signika/Signika-Bold-webfont.eot');
    src: url('../webfonts/signika/Signika-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/signika/Signika-Bold-webfont.woff') format('woff'),
        url('../webfonts/signika/Signika-Bold-webfont.ttf') format('truetype'),
        url('../webfonts/signika/Signika-Bold-webfont.svg#SignikaB') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SignikaSB';
    src: url('../webfonts/signika/Signika-Semibold-webfont.eot');
    src: url('../webfonts/signika/Signika-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/signika/Signika-Semibold-webfont.woff') format('woff'),
        url('../webfonts/signika/Signika-Semibold-webfont.ttf') format('truetype'),
        url('../webfonts/signika/Signika-Semibold-webfont.svg#SignikaB') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'M1mregular';
    src: url('../webfonts/m1m/mplus-1m-regular-webfont.eot');
    src: url('../webfonts/m1m/mplus-1m-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/m1m/mplus-1m-regular-webfont.woff') format('woff'),
        url('../webfonts/m1m/mplus-1m-regular-webfont.ttf') format('truetype'),
        url('../webfonts/m1m/mplus-1m-regular-webfont.svg#M1mregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoBold';
    src: url('../webfonts/exo/Exo-Bold-webfont.eot');
    src: url('../webfonts/exo/Exo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/exo/Exo-Bold-webfont.woff') format('woff'),
        url('../webfonts/exo/Exo-Bold-webfont.ttf') format('truetype'),
        url('../webfonts/exo/Exo-Bold-webfont.svg#ExoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ExoMedium';
    src: url('../webfonts/exo/Exo-Medium-webfont.eot');
    src: url('../webfonts/exo/Exo-Medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/exo/Exo-Medium-webfont.woff') format('woff'),
        url('../webfonts/exo/Exo-Medium-webfont.ttf') format('truetype'),
        url('../webfonts/exo/Exo-Medium-webfont.svg#ExoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #333 url(../images/black-stripe.gif) repeat 0% 0%;
}
ul {
	list-style:none;
}
a {
	color: #333;
	text-decoration: none;
}

.container {
	position: relative;
	margin: 10px auto;
}

.mcc-header, .mcc-columns, .mcc-footers {
	position: relative;
	margin: 0 auto;
	width: 980px;
}
.mcc-header, .mcc-columns {
	background-color: #fff;
}
.mcc-header {
	height: 500px;
	border-radius: 15px 15px 0 0;
	border-color: #000;
	border-style: solid;
	border-width: 1px 1px 0 1px;
}
.mcc-logo {
	position: relative;
	float: left;
	margin: 20px 0 0 20px;
}
.mcc-menu {
	position: relative;
	text-align: right;
	width: 960px;
}
.mcc-columns {
	border-bottom: none;
	display: table;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	border-bottom: #000 solid 1px;

	-webkit-box-shadow: 0 10px 8px -3px rgba(0,0,0,0.8);
	   -moz-box-shadow: 0 10px 8px -3px rgba(0,0,0,0.8);
	        box-shadow: 0 10px 8px -3px rgba(30,30,30,0.6);
	z-index: 1200;
}

.mcc-column {
	position: relative;
	width: 300px;
	height: 240px;
	margin: 40px 0 0 20px;
	float: left;
	font-family: SignikaL, Arial, Sans-serif;
	color: #333;
	background-color: #fafafa;
	background-image: linear-gradient(left, rgb(250,250,250) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 85%, rgb(250,250,250) 100%);
	background-image: -o-linear-gradient(left, rgb(250,250,250) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 85%, rgb(250,250,250) 100%);
	background-image: -moz-linear-gradient(left, rgb(250,250,250) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 85%, rgb(250,250,250) 100%);
	background-image: -webkit-linear-gradient(left, rgb(250,250,250) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 85%, rgb(250,250,250) 100%);
	background-image: -ms-linear-gradient(left, rgb(250,250,250) 0%, rgb(255,255,255) 25%, rgb(255,255,255) 85%, rgb(250,250,250) 100%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, rgb(250,250,250)),
		color-stop(0.25, rgb(255,255,255)),
		color-stop(0.85, rgb(255,255,255)),
		color-stop(1, rgb(250,250,250))
	);

	border-left: rgb(245, 245, 245) solid 1px;
	border-right: rgb(245, 245, 245) solid 1px;
	color: transparent;
	text-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
	word-wrap: break-word;
}

.mcc-column > h3, .mcc-column > p, .mcc-column > a.readmore {
	padding: 10px 20px;
	font-weight: 700;
}
.mcc-column > h3 {
	padding: 10px 20px;
	text-shadow: 0 0 0;
}
.mcc-column > h3 {
	font-family: SignikaSB, "Times New Roman", "Times Roman", Arial;
	font-size: 24px;
	color: #bfb20c;
	opacity: 0.8;
}
.mcc-column > p {
	max-height: 105px;
	overflow: auto;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	opacity: 0.8;
}
.mcc-column > a.readmore {
	font-size: 12px;
	text-align: right;
	bottom: 0px;
	position: absolute;
	width: 260px;
	color: #076783; /* #bfb20c; */
	text-shadow: 1px 1px 1px #fff;
	opacity: 0.8;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.mcc-column > a.readmore span {
	font-family: "WebSymbolsRegular";
	font-size: 16px;
}
.mcc-column > a.readmore:hover {
	color: #333;
}
.mcc-column:hover {
	color: #333;
	text-shadow: 0 0 0;
}
.mcc-column:hover > a.readmore {
	-webkit-animation: moveReadmoreFromLeft 500ms ease;
	-moz-animation: moveReadmoreFromLeft 500ms ease;
	-ms-animation: moveReadmoreFromLeft 500ms ease;
}
.mcc-column:hover > h3 {
	-webkit-animation: moveTitleFromRight 500ms ease;
	-moz-animation: moveTitleFromRight 500ms ease;
	-ms-animation: moveTitleFromRight 500ms ease;
}
@-webkit-keyframes moveReadmoreFromLeft{
	from {
		-webkit-transform: translateX(-100%);
		-webkit-opacity: 0;
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0%);
		-webkit-opacity: 0.8;
		opacity: 0.8;
	}
}
@-moz-keyframes moveReadmoreFromLeft{
	from {
		-moz-transform: translateX(-100%);
		-moz-opacity: 0;
		opacity: 0;
	}
	to {
		-moz-transform: translateX(0%);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
}
@-ms-keyframes moveReadmoreFromLeft{
	from {
		-ms-transform: translateX(-100%);
		opacity: 0;
	}
	to {
		-ms-transform: translateX(0%);
		opacity: 0.8;
	}
}
@-webkit-keyframes moveTitleFromRight{
	from {
		-webkit-transform: translateX(100%);
		-webkit-opacity: 0;
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0%);
		-webkit-opacity: 0.8;
		opacity: 0.8;
	}
}
@-moz-keyframes moveTitleFromRight{
	from {
		-moz-transform: translateX(100%);
		-moz-opacity: 0;
		opacity: 0;
	}
	to {
		-moz-transform: translateX(0%);
		-moz-opacity: 0.8;
		opacity: 0.8;
	}
}
@-ms-keyframes moveTitleFromRight{
	from {
		-ms-transform: translateX(100%);
		opacity: 0;
	}
	to {
		-ms-transform: translateX(0%);
		opacity: 0.8;
	}
}

.mcc-socialmedia {
	width: 980px;
}

.mcc-footers {
	border-top: none;
	top: -1px;
	color: #380111;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	background-color: #380111;
	z-index: 900;
}
.mcc-footers-copyright {
	text-align: center;
	font-family: "M1mregular", Courier, Arial;
	font-size: 10px;
/*	letter-spacing: 1px;  */
	padding: 20px 0;
	margin-bottom: 20px;
	color: #aaa;
}
.mcc-footers ul {
	vertical-align: bottom;
	display: inline-block;
}
.mcc-footers li {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #830e30;
}
.mcc-footers li:first-child {
	border-left: none;
	padding-left: 0;
	color: #ddd;
}
.mcc-footers p {
	padding: 10px 20px;
	color: #c9c9c9;
}
.mcc-footers p.small {
	font-size: 10px;
}
.mcc-footers a {
	color: #aaa;
	text-decoration: none;
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.mcc-footers a:hover {
	color: #fff; /* #bfb20c; */
}

.mcc-footers-columns {
	background-color: #830e30;
	display: table;
	width: 100%;
}

.mcc-footer-column {
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 302px; /* 300px width + 2px border */
	font-family: 'Terminal Dosis', Arial, Sans-serif;
	line-height: 16px;
	letter-spacing: 1px;
	word-wrap: break-word;
}
.mcc-footer-column h4 {
	margin: 0 20px 0 20px;
	padding: 20px 20px 10px 0px;
	border-bottom: 2px dotted #380111;
	font-size: 15px;
	font-weight: 700;
	color: #c9c9c9; /* #bfb20c; */
}
.mcc-footer-column ul {
	margin: 10px 0 0 20px;
}
.mcc-footer-column li {
	float: none;
	margin: 0;
	padding: 0;
	border-left: none;
}

.mcc-footer-column a {
	color: #aaa; /* #c9c9c9; */
}