/*
 Table Of Contents

 1.) Homepage
 ===============================================*/
/*
 1.) Homepage
 ----------------------------------------*/
.header-top .btn, .time-section .btn, .footer-buttons .btn
{
	background: #1D61A2;
	font-size: 1.1em;
	line-height: 26px;
	color: #FFF;
	text-transform: uppercase;
	padding: 0 13px;
	display: inline-block;
	font-weight: 300;
	margin-right: 12px;
	border-radius: 2px;
	border: none;
	vertical-align: top;
	text-decoration: none;
}
.anchor-links a.btn:hover
{
	opacity: 0.6;
}
.other-links img
{
	width: 100%;
}
.btn:hover, .btn:focus
{
	color: #FFF;
	border: none;
}
.btn.btn-2
{
	background: #7C9470;
}
.detail-section .details h1
{
	font-size: 2.4em;
	line-height: 0.975;
	margin: 0 0 0.2375em 0;
	color: #FFFFFF;
	font-weight: 700;
}
.detail-section p
{
	color: #FFFFFF;
}
/*Header Styles
 ------------------------------*/
.header .header-top
{
	padding: 13px 0 16px;
}
.header .header-logo
{
	float: left;
	margin-left: 5px;
	margin-top: 1px;
}
.header .anchor-links
{
	float: right;
	margin-top: 12px;
	margin-right: 4px;
}
.header .anchor-links .btn:nth-child(2)
{
	padding: 0 10px;
	margin-left: 4px;
}
.menu-name
{
	display: none;
}
.header .anchor-links .search-icon
{
	background: #565457;
	display: inline-block;
	padding: 0px 9px 3px 8px;
	border-radius: 2px !important;
	float: right;
}
.search-icon:before
{
	content: "\f002";
	font-family: fontawesome;
	color: #FFFFFF;
}
.header .header-nav
{
	background: #F1F1F1;
	padding: 0 0 1px 0 !important;
	margin-bottom: -5.5625px;
}
.header .header-nav ul
{
	margin: 0;
	padding: 0;
}
.header .header-nav li
{
	list-style: none;
	display: inline-block;
	margin-right: 49px;
}
.header .header-nav li:last-child
{
	margin-right: 0;
	padding-left: 3px;
}
.mobilebar
{
	display: none;
}
/*.header .header-nav LI A { font-family: 'Roboto', sans-serif; font-size: 2.1em; font-weight: 300; text-transform: uppercase; color: #424242; display: block; text-align: center; padding: 30px 0 20px; letter-spacing: -0.3px; }*/
@media only screen and (max-width: 650px)
{
	.mobilebar
	{
		background-color: #F2F2F2;
		text-align: center;
		padding: 7px;
		display: block;
	}
	.mobilebar:before
	{
		font-family: fontawesome;
		content: "\f10b";
		padding-right: 8px;
		font-size: 27px;
		vertical-align: bottom;
		color: #AD7171;
	}
	.mobilebar a
	{
		text-decoration: underline;
		color: #2A6A92;
	}
}
/*Bannner Styles
 ------------------------------*/
.banner-section
{
	border-top: 1px solid #FFF;
}
/*Content Styles
 ------------------------------*/
.time-section
{
	background: #1D61A2;
	padding: 13px 0 10px;
}
.time-section .first-day, .time-section .second-day
{
	padding-left: 120px;
	display: inline-block;
	font-size: 1.2em;
	color: #FFF;
	text-transform: capitalize;
	line-height: 23px;
	font-weight: 300;
	border-right: 1px solid #FFF;
	position: relative;
	padding-right: 16px;
	margin-right: 14px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	letter-spacing: -0.5px;
}
.time-section .second-day
{
	border: none;
	padding: 0;
	margin-right: 10px;
}
.time-section .first-day:before
{
	content: url("../images/watch.png");
	position: absolute;
	left: -15px;
	top: -52px;
	z-index: 9999;
}
.time-section .day
{
	color: #AFD3EE;
	font-weight: 700;
}
.btn.dir-btn
{
	background: #5089AC;
	float: right;
	line-height: 23px;
	margin: 0;
	border-radius: 0;
	margin-right: 20px;
	border-radius: 0;
	text-transform: capitalize;
	padding: 0 15px;
	text-decoration: none;
}
.container a.dir-btn:hover
{
	background-color: #393939;
}
.detail-section
{
	background: #393939;
	border-top: 1px solid #393939;
	border-bottom: 1px solid #393939;
}
.detail-section .container
{
	background: url("../images/banner-2.jpg") no-repeat -22% top;
	padding: 28px 0 22px;
}
.detail-section .details
{
	width: 60%;
	text-align: left;
}
.detail-section .details p
{
	padding-bottom: 25px;
	line-height: 1.5;
	font-size: 15px;
}
.detail-section .details .btn
{
	background: none;
	border: 1px solid #939292;
	color: #FFFEFF;
	font-size: 1.5em;
	line-height: 38px;
	border-radius: 10px;
	padding: 4px 15px 4px 12px;
	letter-spacing: 0.13px;
	font-weight: 500;
	text-decoration: none;
}
.detail-section .details a.btn:hover
{
	background-color: #2A6A92;
}
.other-links
{
	padding: 50px 0 67px;
}
.other-links .links
{
	float: left;
	margin-right: 40px;
}
.other-links .links .btn-lg, .other-links .links .btn-lg-2
{
	display: block;
	font-size: 1.4em;
	color: #FFF;
	line-height: 19px;
	background: #1D61A2;
	font-weight: 500;
	width: 307px;
	text-align: center;
	padding: 15px 0 16px;
	margin-bottom: 20px;
	text-decoration: none;
}
.other-links .links .btn-lg .tab-button
{
	display: none;
}
.other-links .links .btn-lg-2
{
	font-size: 1.3em;
}
.other-links .links .btn-lg-2 .single-block
{
	word-spacing: 0;
	padding-left: 19px;
	letter-spacing: 0px;
}
.other-links .links .btn-lg-2 .buttons
{
	padding-left: 19px;
	letter-spacing: 0.05px;
	display: block;
}
.other-links .links .btn-lg .first, .other-links .links .btn-lg-2 .first
{
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.82em;
	text-transform: uppercase;
	line-height: 30px;
	display: block;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	position: relative;
	padding-left: 62px;
	position: relative;
	word-spacing: -6px;
	text-align: left;
}
.other-links .links .btn-lg-2 .first
{
	font-size: 1.82em;
	padding-left: 71px;
}
.other-links .links .single-block
{
	display: block;
	letter-spacing: -0.3px;
	margin-top: 5px;
	font-size: 14px;
	text-align: left;
	padding-left: 22px;
}
.other-links .links .btn-lg span.first:before
{
	content: " ";
	background: url("../images/sprite.png") no-repeat -27px 0;
	height: 27px;
	width: 40px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 3px;
}
.other-links .links span.first span
{
	color: #C8C8C8;
	font-weight: 300;
}
.other-links .links .btn-lg-2
{
	background: #5A5A5A;
	padding: 12px 0 10px;
	letter-spacing: -1px;
	text-align: left;
}
.other-links .links .btn-lg-2 span.first:before
{
	content: " ";
	background: url("../images/sprite.png") no-repeat -82px 0;
	height: 27px;
	width: 40px;
	position: absolute;
	left: 21px;
	top: 2px;
}
.other-links .links .btn-lg-2 .btn:first-child
{
	margin-right: 8px;
	padding: 0 15px;
}
.other-links .links .btn-lg-2 .btn
{
	text-transform: capitalize;
	border-radius: 0;
	line-height: 23px;
	font-size: 0.85em;
	margin-right: 11px;
	padding: 0 14px;
}
.other-links .links .btn-lg-2 .single-block
{
	margin-bottom: 6px;
}
.other-links .links .btn-lg-2 .btn-color
{
	background: #818181;
}
.other-links .image-section
{
	float: left;
	width: 64%;
}
.other-links .image-section .fig
{
	position: relative;
	margin-right: 3.6%;
	display: inline-block;
	width: 30.5%;
}
.other-links .image-section .fig:last-child
{
	margin-right: 0;
}
.other-links .image-section .fig .image-title
{
	font-size: 1.4em;
	line-height: 33px;
	background: #7C9470;
	color: #EAEAEA;
	text-transform: uppercase;
	padding: 0 12px 0 7px;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*Footer Styles
 ------------------------------*/
.footer
{
	position: relative;
}
.footer .upper-section
{
	background: #E2E2E2;
	padding: 20px 0 18px;
	font-size: 7.3pt;
}
.footer .upper-section .address-section
{
	font-size: 1.3em;
	font-weight: 300;
	color: #222326;
}
.footer .upper-section .address-section .work-shop
{
	border-right: 1px solid #222326;
	display: inline-block;
	padding-right: 14px;
	padding-left: 21px;
	margin-right: 11px;
	position: relative;
	letter-spacing: 0.2px;
}
.footer .upper-section .address-section .office
{
	letter-spacing: 0.2px;
}
.footer .upper-section .address-section .work-shop:before
{
	background: url("../images/sprite.png") no-repeat -132px 0;
	height: 20px;
	width: 20px;
	content: " ";
	display: inline-block;
	position: absolute;
	left: -4px;
	top: -4px;
}
.footer .upper-section .address-section .mark
{
	font-weight: 700;
}
.footer .container
{
	position: relative;
}
.footer .footer-buttons
{
	position: absolute;
	right: -2px;
	top: -45px;
}
.footer .footer-buttons .btn
{
	border-radius: 0;
	padding: 0 15px 0 36px;
	position: relative;
	text-transform: none;
	line-height: 29px;
	font-size: 1em;
	margin-right: 11px;
	text-transform: capitalize;
}
.footer .footer-buttons .btn:first-child
{
	padding: 0 15px 0 40px;
}
.footer-buttons .btn:first-child:before, .footer-buttons .btn:nth-child(2):before
{
	background: url("../images/sprite.png") no-repeat -155px 0;
	height: 20px;
	width: 20px;
	content: " ";
	position: absolute;
	display: inline-block;
	left: 13px;
	top: 5px;
}
.footer-buttons .btn:first-child:before
{
	left: 15px;
	top: 6px;
}
.footer-buttons .btn:nth-child(2):before
{
	background: url("../images/sprite.png") no-repeat -180px 0;
	top: 4px;
}
