/* ============================================================================
    Global Styling
============================================================================ */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
html, body {
	height: 100%;
}
body { 
	min-height: 100%;
	min-width: 1100px;
	font: normal 400 14px/28px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7c7c7c;
	background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font: normal 700 34px/40px "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
h2 {
	font-size: 30px;
	line-height: 36px;
}
h3 {
	font-size: 28px;
	line-height: 36px;
}
h4 {
	font-size: 26px;
	line-height: 32px;
}
h5 {
	font-size: 17px;
	line-height: 23px;
}
h6 {
	font-size: 16px;
	line-height: 22px;
}
p {
	margin: 0;
}
a {
	color: #ac956f;
	text-decoration: none;
}
i.fa {
	vertical-align: middle;
}
.pre {
	background: #000;
	color: #FFF;
	padding: 20px;
	font-size: 11px;
	line-height: 12px;
}
.Btn {
	display: inline-block;
	background: #9d2163;
	cursor: pointer;
	border: none;
	-webkit-box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px 0 0 rgba(0,0,0,0.2);
	color: #FFF;
	font: normal 15px/54px "Montserrat";
	padding: 0 25px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Btn:hover {
	-webkit-box-shadow: inset 0 -49px 0 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 -49px 0 0 rgba(0,0,0,0.1);
}
.Btn i {
	padding: 0 0 0 10px;
	position: relative;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Btn:hover i {
	left: 10px;
}
.pageLink i {
	padding: 0 0 0 10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.pageLink:hover i {
	padding: 0 0 0 20px;
}
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	line-height: 0;
	clear: both;
}
::selection { 
	/* background: #ac956f;  */
/* 	color: #FFF;  */
}
::-moz-selection { 
	/* background: #ac956f;  */
/* 	color: #FFF;  */
}
::-webkit-selection { 
	/* background: #ac956f;  */
/* 	color: #FFF;  */
}
/* ============================================================================
    Flexslider Globals
============================================================================ */
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-container a:active, .flex-container a:focus {
	outline: none;
}
.flexslider .slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider .slides {
	zoom: 1;
	position: relative;
	width: 100%;
	height: 100%;
}
.flexslider .slides:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
	display: block;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
/* ============================================================================
    Content
============================================================================ */
.content {
	padding: 30px 0;
}
.page-title {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 30px;
}
.columns > div {
	width: 500px;
}
.columnLeft {
	float: left;
}
.columnRight {
	float: right;
}
.columns .columnWide {
	width: 600px;	
}
.columns .columnNarrow {
	width: 380px;
}
.columns .columnMega {
	width: 800px;	
}
.columns .columnMini {
	width: 200px;
}
