/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER TOP
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
	
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 0 0 0;
	}
	
	#header-top .widget:first-child {
		margin-top: 7px;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#header-top .widget-contact ul {
		text-align: center;
	}
	
	#header-top .widget-contact ul li {
		display: inline-block;
		padding-left: 30px;
		margin-bottom: 0;
		margin-right: 20px;
	}
	
	#header-top .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#header-top .widget-contact ul li i {
		top: 0;
	}
	
	#header-top .widget-social .social-media {
		text-align: right;
	}
	
	@media (max-width: 1199px) {
		
		#header-top .widget-contact ul li {
			padding-left: 0;
			margin-right: 10px;
		}
		
		#header-top .widget-contact ul li:last-child {
			margin-right: 0;
		}
		
		#header-top .widget-contact ul li i {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header {
		position: relative;
		z-index: 2;
		background-color: #da251c;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#header:after {
		position: absolute;
		/*z-index: -1;
		top: 0;
		right: 0;*/
		bottom: 0;
		width: 30%;
		background-color: #1f1a17;
		content: "";
	}
	
	@media (min-width: 1200px) {
		
		#header:after {
			width: 32%;
		}
		
	}
	
	@media (max-width: 991px) {
		
		#header [class^="col-"] {
			min-height: 0;
		}
		
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		padding: 5px 35px;
		margin: 5px 0;
		color: #fff;
		font-size: 12px;
		line-height: 24px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.menu > li > a {
		position: relative;
		padding: 15px;
		margin: 0;
		margin-right: 20px;
		font-size: 13px;
		line-height: 24px;
	}
	
	.menu > li > a:first-child {
		padding-left: 0;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 230px;
		border: 1px solid #212121;
		background-color: #201e1e;
	}
	
	.menu li.dropdown ul li a {
		position: relative;
	}
	
	.menu li.dropdown ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		border-left: 5px solid #da251c;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before {
		opacity: 1;
	}
	
	.menu li.dropdown ul ul {
		top: -6px;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		padding: 20px 0;
		width: 100%;
		border: 1px solid #212121;
		background-color: #003679;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		border-right: 1px solid #0e4fa0;
	}
	
	.megamenu-container .section:last-child {
		border-right: none;
	}
	
	.megamenu-container.col-2 .section { 
		width: 50%; 
	}
	
	.megamenu-container.col-3 .section { 
		width: 33.33333333%; 
	}
	
	.megamenu-container.col-4 .section { 
		width: 25%; 
	}
	
	.megamenu-container.col-5 .section { 
		width: 20%; 
	}
	
	.menu li.megamenu ul li a {
		position: relative;
	}
	
	.menu li.megamenu ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		border-left: 5px solid #f08614;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.megamenu ul li a:hover:before {
		opacity: 1;
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: -2px;
		font-family: "FontAwesome";
		content: "\f107";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after {}
		
	.sf-arrows ul .sf-with-ul:after {
		right: 15px;
		content: "\f105";
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after {}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a {
		color: #ffffff;
		text-decoration: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		position: absolute;
		top: -52px;
		right: 15px;
		display: none;
		font-size: 24px;
		line-height: 24px;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #003679;
	}

	#mobile-menu {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid #fff;
		color: #fff;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#mobile-menu > li > a {
		font-size: 14px;
		font-weight: 500;
	}

	#mobile-menu ul a {
		padding-left: 40px;
	}

	#mobile-menu ul ul a {
		padding-left: 60px;
	}

	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
	}

	#mobile-menu .megamenu-container .section {
		float: none;
		width: 100%;
		margin-bottom: -1px;
		padding: 0 20px 20px 20px;
	}

	#mobile-menu .megamenu-container .section ul {
		display: block;
		margin: 0 -25px -20px;
	}

	#mobile-menu .megamenu-container .section ul a {
		padding-left: 40px;
	}

	#mobile-menu .megamenu-container .section > ul li a:before {
		display: none;
	}

	#mobile-menu .megamenu-container .section ul li:last-child a {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li.dropdown > a,
	#mobile-menu li.megamenu > a { 
		position: relative;
	}
	
	#mobile-menu li.dropdown > a:after,
	#mobile-menu li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: 20px;
		font-family: "FontAwesome";
		font-size: 15px;
		content: "\f107";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\f106";
	}
	
	#mobile-menu li.search a {
		display: none;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#mobile-menu-button {
			display: block;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#mobile-menu-button {
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
 
	.menu li.search {
		float: right;
	}
	
	.menu li.search a {
		padding: 30px 10px;
		color: #fff;
	}
	
	.menu li.search a:hover {
		color: #003679;
	}
	
	#search-form {
		position: absolute;
		z-index: 10;
		top: 17px;
		right: 15px;
		display: none;
	}
	
	#search-submit { 
		display: none; 
	}
	
	#search-form #search {
		width: 0;
		height: 50px;
		padding: 0 40px 0 25px;
		border: 1px solid #838383;
		border-radius: 0;
		background-color: #fff;
		color: #838383;
		-webkit-transition: all 0.15s;
				transition: all 0.15s;
	}
	
	#search-form #search:focus {
		border-color: #0e4fa0;
	}
	
	#search-form.open #search {
		width: 430px;
	}
	
	#search-form a.close { 
		position: absolute;
		top: -20px;
		right: 5px;
		border-bottom: none;
		color: #838383;
		text-decoration: none;
		opacity: 1;
	}
	
	@media (max-width: 991px) {
		
		#mobile-menu li.search a {
			display: none;
		}
		
		#search-form-container {
			padding: 15px 20px;
			border-top: 1px solid #fff;
		}
	
		#search-form {
			position: relative;
			top: 0;
			right: 0;
			display: block;
			width: 100%;
		}
		
		#search-form #search {
			width: 100%;
			height: 50px;
			padding-right: 50px;
			margin-bottom: 0;
		}

		#search-form #search-submit {
			position: absolute;
			top: 4px;
			right: 15px;
			display: block;
			padding: 0;
			border: none;
			width: 30px;
			height: 45px;
			background: url(../images/search.png) no-repeat center center;
		}
		
	}
 
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #da251c;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	#header-sticky:after {
		position: absolute;
		z-index: -1;
		/*top: 0;
		right: 0;
		bottom: 0;*/
		width: 30%;
		background-color: #1f1a17;
		content: "";
	}
	
	#header-sticky.header-sticky-small .menu > li> a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	#header-sticky.header-sticky-small #search-form {
		top: 2px;
	}
	
	@media (min-width: 1200px) {
		
		#header-sticky:after {
			width: 32%;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#header-sticky {
			visibility: hidden;
		}
		
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	#page-content {
		padding-bottom: 50px;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		padding: 35px 0;
		border-bottom: 1px solid #e1e1e1;
		margin-bottom: 70px;
	}
	
	@media (max-width: 991px) {
		
		#page-header {
			border-top: 1px solid #e1e1e1;
		}
		
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
/***********************************************************************************
 *	 FOOTER
 ***********************************************************************************/
 