/* PREVENT METRONIC PADDING */
.page-content-wrapper, .page-content {padding:0px !important;}

body {
	overflow-x: hidden;
}

/* BACKGROUND COLORS */

.bg-white { background-color: #FFFFFF !important; }

.curl-bg {
	background: url('../images/bottom-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}




/* COLORS */

.edition { color: #d2b567; }
.yellow { color: #ffe163; }


.img-circle-bordered {
	border:2px solid #fff;
	width:180px;
	height:180px;
	border-radius:50%;
}

/** TYPOGRAPHY **/
.page-container h1, .page-container h2, .page-container h3, .page-container h4, .page-container h5, .page-container h6,
.page-container .h1, .page-container .h2, .page-container .h3, .page-container .h4, .page-container .h5, .page-container .h6 {
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	line-height: 1.1;
}

.page-container h1 small, .page-container h2 small, .page-container h3 small, .page-container h4 small, .page-container h5 small, .page-container h6 small,
.page-container  .h1 small, .page-container .h2 small, .page-container .h3 small, .page-container .h4 small, .page-container .h5 small, .page-container .h6 small {
	color: #e5e5e5;
}

.page-container h1, .page-container h2, .page-container h3 {
	margin-bottom: 20px;
	font-weight: 300;
}

.page-container h4, .page-container h5, .page-container h6 {
	margin-bottom: 15px;
	font-weight: 400;
}

.page-container h1, .page-container .h1 { font-size: 44px; }
.page-container h2, .page-container .h2 { font-size: 37px; }
.page-container h3, .page-container .h3 { font-size: 27px; }
.page-container h4, .page-container .h4 { font-size: 23px; }
.page-container h5, .page-container .h5 { font-size: 18px; }
.page-container h6, .page-container .h6 { font-size: 16px; }

.page-container p {
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
	color: #515157;
}

.page-container .lead {
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1.6;
	font-weight: 300;
}

.page-container small, .page-container .small {
	font-size: 80%;
	line-height: 2;
}

.page-container em { color: #ff6600; }

/* LINKS */

.page-container a { color: #1abc9c; }

.page-container a:hover {
	color: #16a085;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* LISTS */

.page-container ol {
	position: relative;
	padding-left: 22px;
}

.page-container ul {
    list-style: none;
	position: relative;
	padding-left: 22px;
}

.page-container ul li,
.page-container ol li {
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #515157;
	margin-bottom: 5px;
}

.page-container ul.circle li:before {
    font-family: 'fontawesome';
    content: '\f10c';
    font-size: 12px;
    color: #16a085;
    padding-top: 2px;
	margin-left: -20px;
	position: absolute;
}

/* TITLES */

.underlined-title {
	text-align: center;
	padding-bottom: 30px;
}

.underlined-title h1 {
	color: #2c3e50;
	margin: 0;
}

.underlined-title h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #95a5a6;
}

.underlined-title hr {
	width: 10%;
	border-width: 2px;
	border-color: #d2b567;
}


/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

.page-container .btn {
    color: #FFF;
    padding: 10px 20px;
	margin: 15px 0;
	font-family: 'Poiret One', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
	letter-spacing: 0.1em;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.page-container .btn-sm {
    padding: 7px 13px;
	font-size: 12px;
}

.page-container .btn-lg {
    padding: 16px 26px;
	font-size: 16px;
}

.page-container .btn-xl {
	padding: 18px 30px;
	font-size: 24px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.page-container h1 .btn,
.page-container h2 .btn,
.page-container h3 .btn,
.page-container h4 .btn,
.page-container p .btn {
	margin-left: 15px;
}

/* Button DEFAULT */
.page-container .btn.btn-default {
	background: #929fb0;
	box-shadow: 0 2px #114444;
	color: #fff;
}

.page-container .btn.btn-default:hover {
	background: #114444;
	color: #fff;
}


/* Button DANGER */
.page-container .btn.btn-danger {
	background: #d2b567;
	box-shadow: 0 2px #333333;
}

.page-container .btn.btn-danger:hover {
	background: #d2b567;
	color: #fff;
}

/* CONTENT BLOCK HOLDERS */

.page-container .content-block {
	width: 100%;
	padding: 60px 0 60px 0;
	z-index: 100;
	position: relative;
}

.page-container .content-block-nopad {
	width: 100%;
	z-index: 100;
	position: relative;
}


/*	HEADER 3
/*----------------------------------------------------*/

#header-3 {
    width: 100%;
}

#header-3 .hero {
	background: url('../images/top-bg.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 100px 0 120px 0;
	height: auto;
  
}

#header-3 .hero h1 {
	margin-top: 20px;
	font-size:72px;
	line-height:72px;
	font-weight: 400;
	color: #ffffff;
  text-align:left;
  font-family: 'Poiret One', Helvetica, Arial, sans-serif;
}

#header-3 .hero h2 {
	font-weight: 400;
	font-size:36px;
	color: #d2b567;
  text-align:left;
  font-family: 'Poiret One', Helvetica, Arial, sans-serif;
}

/* Small Devices, Tablets */
@media (max-width : 768px) {

	#header-3 .hero {
		padding: 50px 0 100px 0;
	}


	#header-3 .hero h1 {
		font-size:50px;
		line-height:50px;
	}

}


/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

/* Light */
.content-2-5-light {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media(max-width:768px) {
    .content-2-5-light {
        background: #ffffff;
    } 
}

.content-2-5-light h2 {
	color: #333333;
  line-height:1.4
}

.content-2-5-light h3 {
	color: #d2b567;
  line-height:1.4
}




/* CUSTOM BLOCKS
/*----------------------------------------------------*/


#blocks {
	padding:30px 0px;
}

#blocks h1 {
	color:#fff;
	font-size:110px;
	font-weight:600;
}

#blocks hr {
    width: 20%;
    margin: 10px auto;
    border-width: 2px;
    border-color: #ffe163;
}

#blocks h2 {
	color:#fff;
	font-size:30px;
	font-weight:400;
}

