@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,300,600);
*
{
	font-family: 'Titillium Web', sans-serif;
	outline: 0 !important;
}
img
{
	max-width: 100%;
}
body
{
	background: #1E1E1F;
}
.link-dark
{
	color: #4a4a4a;
	font-weight: 600;
	text-decoration: none;
}
.link-dark:hover
{
	color: #CA7029;
	text-decoration: none;
}
.no-padding
{
	padding: 0;
}
.btn
{
	font-weight: 600;
	border: 0;
	padding: 5px 20px;
	text-decoration: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.btn-center
{
	display: table;
	margin: 0 auto;
}
.btn-extra
{
	padding: 10px 40px !important;
	font-size: 1.2em;
}
.btn-orange
{
	background: #CA7029;
	color: rgba(255,255,255,.6) !important;
	border-bottom: 3px solid #8A4D1C;
}
.btn-orange:hover
{
	color: rgba(255,255,255,1) !important;
}
.btn-green
{
	background: rgba(152, 201, 58, 1);
	color: rgba(41, 41, 43, .5) !important;
	border-bottom: 3px solid #85AF33;
}
.btn-green:hover
{
	color: rgba(41, 41, 43, 1) !important;
}
.btn-dark
{
	background: #2A2A2C;
	border: 0;
	color: rgba(255,255,255, .5) !important;
	border-bottom: 3px solid #19191A;
	cursor: pointer;
}
.btn-dark:hover
{
	color: white !important;
}
.btn-search
{
	padding: 12px 10px;
	margin: 10px 0;
	width: 100%;
}

.wrapper
{
	width: 100%;
}

.errors
{
	color: #ef0028;
	text-align: right;
	width: 100%;
	float: right;
}

#logo
{
	margin: 0 auto !important;
	display: table !important;
}
header
{
	padding: 5px 0 5px;
	background: rgba(0,0,0,.7);
	border-bottom: 3px solid #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header nav
{
	width: 100%;
	display: table;
	margin-top: 15px;
}
header nav#main a
{
	float: right;
	/*color: #2A2A2C;*/
	color: white;
	display: block;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	border-top: 3px solid transparent;
	font-weight: 600;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header nav#main a:hover,
header nav#main a.active
{
	background: #99C947;
	color: #fff;
	text-decoration: none;
}
header nav.social
{
	padding: 10px 15px;
	margin: 0;
}
header nav.social a
{
	text-decoration: none;
	float: right;
	display: block;
	font-size: 1.5em;
	margin: 0 5px;
	color: rgba(127, 127, 127, .7);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
header nav.social a:hover,
header nav.social a.active
{
	color: rgba(127, 127, 127, 1);
}
footer *
{
	color: rgba(255,255,255,1);
	font-size: .9em;
}
footer a,
footer a:hover
{
	color: rgba(255,255,255,.8);
	text-decoration: none;
}


.black
{
	background: #000;
	padding: 0;
	border-bottom: 5px solid #000;
}

.dark
{
	background: #1E1E1F;
	padding: 20px 0 50px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6
{
	color: rgba(152, 201, 58, 1);
}
.dark p
{
	color: white;
}



.green
{
	background: rgba(152, 201, 58, 1);
	border-bottom: 3px solid #85AF33;
	padding: 20px 0;
}
.green a
{
	margin-top: 15px;
}

.orange
{
	background: #CA7029;
	border-bottom: 3px solid #8A4D1C;
	padding: 20px 0;
}
.orange *
{
	color: rgba(41, 41, 43, 1);
}



.white
{
	background: white;
}



.gray
{
	background: #EFEFEF;
	border-bottom: 3px solid #D5D5D5;
}

.dark-grey
{
	background: #c8c8c8;
	border-bottom: 3px solid #a6a6a6;
}


@media (min-width: 1200px) {
	a.package:hover
	{
		margin-top: 40px;
	}
}
a.package
{
	background: #2A2A2C;
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	border: 2px solid #121213;
	border-bottom: 4px solid #121213;
	border-top: 4px solid #121213;
	padding: 20px 0 30px;
	text-decoration: none !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
a.package:last-child
{
	border-right: 4px solid #121213;
}
a.package:hover
{
	border: 4px solid #CA7029;
	color: #B06224;
}
a.package:hover button
{
	color: white;
}
a.package ul li
{
	background: transparent;
	padding: 10px;
}
a.package ul li:nth-child(odd)
{
	background: #424143;
}
a.package b
{
	color: white;
	font-weight: 300;
}
a.package h3
{
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #CA7029;
}
a.package span
{
	font-size: 2.5em;
	text-align: center;
	display: block;
	font-weight: 600;
	color: white;
	margin: 25px 0;
}
a.package span sup
{
	font-size: .4em;
	font-weight: 300;
	color: rgba(255,255,255,.5);
}



.service
{
	position: relative;
}
.service span
{
	padding: 10px;
	background: rgba(152, 201, 58, 1);
	color: #2A2A2C;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	font-size: 2.3em;
	top: 10px;
}
.service p,
.service h4
{
	margin-left: 60px;
}
.service h4
{
	padding-top: 15px;
	font-weight: 600;
}


.form-input,
form input[type="text"],
form input[type="password"],
form textarea
{
	border: 0;
	padding: 10px 10px;
	margin: 10px 0;
	width: 100%;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 3px solid #D5D5D5;
	resize: none;
}



#slider
{
	position: relative !important;
	display: table;
}
#slider div#search-form
{
	position: absolute;
	display: block;
	background: rgba(0,0,0,.5);
	margin: 0 auto !important;
	padding: 10px 0;
	width: 100%;
	bottom: 0;
	z-index: 9000;
}
@media (max-width: 768px) {
	#slider
	{
		margin-top: 50px;
	}
	#slider div#search-form
	{
		padding: 20px 0;
	}
	.package h3
	{
		font-size: .9em;
	}
	a.package span
	{
		font-size: 1.3em;
	}
}


#account-nav
{
	width: 100%;
	margin: 50px 0 100px;
	padding: 20px 0;
	border-right: 2px solid #ccc
}
#account-nav a
{
	display: block;
	width: 100%;
	text-align: left;
	text-decoration: none;
	padding: 10px 10px 10px 40px;
	position: relative;
	font-weight: 600;
	text-transform: uppercase;
	color: rgba(127, 127, 127, 1);
	border-bottom: 1px solid rgba(255,255,255,.6);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#account-nav a:last-child
{
	border-bottom: none;
}
#account-nav a:hover,
#account-nav a.active
{
	color: rgba(255, 255, 255, 1);
	background: rgba(127, 127, 127, 1);
}

#account-nav a span.icon
{
	position: absolute;
	left: 10px;
	top: 8px;
	border-radius: 50%;
	font-size: 1.5em;
}






.item-exp
{
	padding: 10px;
	cursor: pointer;
}
.item-exp img
{
	border: 2px solid rgba(127, 127, 127, 1);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.item-exp img:hover
{
	border: 2px solid rgba(41, 41, 43, 1);
}

.alert-success
{
	display: none;
}

.alert-danger
{
	display: none;
}

