/*
 *
 *		PAGES-STYLE.CSS
 *
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - LOGO
 *	 - MENU
 *	 - MOBILE MENU
 *	 - SEARCH
 *	 - LOGIN
 *	 - STICKY
 *	+ PAGE CONTENT
 *	 - PAGE HEADER
 *	+ FOOTER
 *	 - FOOTER TOP
 *	 - FOOTER MIDDLE
 *	 - FOOTER BOTTOM
 *  + PAGES
 *	 - HOME
 *	 - ABOUT
 *	 - SERVICES
 *	 - PORTFOLIO
 *	 - BLOG
 *	 - CONTACT
 *	 - SHORTCODES
 */

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
		background-color: #fff; 
	}
	
	.boxed #main-container {
		margin: 20px;
	}
	
	.boxed.header-style-3 #header {
		top: 40px;
	}
	
	.boxed.header-style-3 #header-sticky {
		left: 20px;
		right: 20px;
		width: auto;
	}
	
	@media (min-width: 1200px) {
		
		.boxed #main-container {
			margin: 50px;
		}
		
		.boxed.header-style-3 #header {
			top: 70px;
		}
		
		.boxed.header-style-3 #header-sticky {
			left: 50px;
			right: 50px;
		}
		
	}
	
	@media (max-width: 991px) {
		
		.boxed #main-container {
			margin: 0;
		}
		
		.boxed.header-style-3 #header {
			top: 0;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
	#header-container {
		margin-bottom: 100px;
	}
	
	#header-container [class^="col-"] {
		min-height: 0;
	}
	
	#header {
		position: relative;
		z-index: 30;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container,
	#header .container-fluid {
		position: relative;
	}
	
	
	/* HEADER STYLE 1 */
	.header-style-1 #header {
		position: absolute;
		top: 20px;
		left: -30px;
		right: -30px;
		padding: 0 30px;
		background-color: #fff;
	}
	
	.header-style-1 #page-header {
		padding-top: 175px;
	}
	
	.header-style-1 #header-sticky .row {
		width: 1000px;
		margin: 0 auto;
	}
	
	
	/* HEADER STYLE 2 */
	.header-style-2 #header {}
	
	
	/* HEADER STYLE 3 */
	.header-style-3 #header {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
	}
	
	.header-style-3 #page-header {
		padding-top: 175px;
	}
	
	.header-style-3 .menu > li > a {
		color: #fff;
	}
	
	.header-style-3 .menu li a:hover, 
	.header-style-3 .menu li.active > a,
	.header-style-3 .menu li.sfHover > a {
		background-color: transparent;
	}
	
	.header-style-3 .menu li.login > a:hover {
		background-color: #212121;
	}
	
	.header-style-3 #header-sticky {
		background-color: #212121;
	}
	
	
	/* HEADER STYLE 4 */
	.header-style-4 #header-container {
		padding: 20px 20px 0 20px;
	}
	
	.header-style-4 #header {
		border-bottom: 1px solid #d7d7d7;
		margin: 0 -20px;
	}
	
	
	/* HEADER STYLE 5 */
	.header-style-5 #header {
		padding: 0 30px;
		margin: 0 -30px;
		background-color: #fff;
	}
	
	.header-style-5 #page-header,
	.header-style-5 .rev_slider_wrapper {
		position: relative;
		top: -41px;
		margin-bottom: -41px;
	}
	
	.header-style-5 #page-header {
		padding-top: 115px;
	}
	
	.header-style-5 #header-sticky .row {
		width: 970px;
		margin: 0 auto;
	}
	
	
	/* HEADER STYLE 6 */
	.header-style-6 #logo {
		text-align: center;
	}
	
	.header-style-6 .menu {
		float: none;
		text-align: center;
	}
	
	.header-style-6 .menu > li {
		float: none;
		display: inline-block;
		margin-right: -4px;
		text-align: left;
	}
	
	.header-style-6 .menu li a:hover, 
	.header-style-6 .menu li.active > a,
	.header-style-6 .menu li.sfHover > a {
		background-color: transparent;
		color: #212121;
	}
	
	.header-style-6 .menu li.search {
		float: right;
	}
	
	.header-style-6 #header-sticky #logo {
		display: none;
	}
	
	
	/* HEADER STYLE 7 */
	.header-style-7 #header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
	
	.header-style-7 #logo {
		text-align: center;
	}
	
	.header-style-7 .menu {
		float: none;
		text-align: center;
	}
	
	.header-style-7 .menu > li {
		float: none;
		display: inline-block;
		margin-right: -4px;
		text-align: left;
	}
	
	.header-style-7 .menu > li > a {
		color: #fff;
	}
	
	.header-style-7 .menu li a:hover, 
	.header-style-7 .menu li.active > a,
	.header-style-7 .menu li.sfHover > a {
		background-color: transparent;
	}
	
	.header-style-7 .menu li.search {
		float: right;
	}
	
	.header-style-7 #page-header {
		padding-top: 220px;
	}
	
	.header-style-7 #header-sticky {
		background-color: #212121;
	}
	
	.header-style-7 #header-sticky #logo {
		display: none;
	}
	
	
	/* HEADER STYLE 8 */
	.header-style-8 #header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 20, 25, 0.78);
	}
	
	.header-style-8 #logo {
		text-align: center;
	}
	
	.header-style-8 .menu {
		float: none;
		text-align: center;
	}
	
	.header-style-8 .menu > li {
		float: none;
		display: inline-block;
		margin-right: -4px;
		text-align: left;
	}
	
	.header-style-8 .menu > li > a {
		color: #fff;
	}
	
	.header-style-8 .menu li a:hover, 
	.header-style-8 .menu li.active > a,
	.header-style-8 .menu li.sfHover > a {
		background-color: transparent;
	}
	
	.header-style-8 .menu li.search {
		float: right;
	}
	
	.header-style-8 .menu li.search a {
		color: #fff;
	}
	
	.header-style-8 #page-header {
		padding-top: 235px;
	}
	
	.header-style-8 #header-sticky {
		background-color: #212121;
	}
	
	.header-style-8 #header-sticky #logo {
		display: none;
	}
	
	
	/* HEADER STYLE 9 */
	.header-style-9 #header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #0f1519;
	}
	
	.header-style-9 #logo {
		float: left;
		padding: 27px 25px 27px 10px;
	}
	
	.header-style-9 .menu {
		position: relative;
		float: none;
	}
	
	.header-style-9 .menu > li {
		width: 12.5%;
	}
	
	.header-style-9 .menu > li > a {
		border-right: 1px solid #838383;
		margin-right: 0;
		color: #fff;
		text-align: center;
	}
	
	.header-style-9 .menu > li:last-child > a {
		border-right: none;
	}
	
	.header-style-9 .menu > li:first-child > a {
		border-left: 1px solid #838383; 
	}
	
	.header-style-9 .menu li.search {
		float: right;
	}
	
	.header-style-9 #page-header {
		padding-top: 155px;
	}
	
	.header-style-9 #header-sticky {
		background-color: #0f1519;
	}
	
	
	/* HEADER STYLE 10 */
	.header-style-10 #header {
		position: absolute;
		top: 20px;
		left: 0;
		right: 0;
		padding: 0 20px;
	}
	
	.header-style-10 #page-header {
		padding-top: 175px;
	}
	
	.header-style-10 .menu > li > a {
		color: #fff;
	}
	
	.header-style-10 .menu li a:hover, 
	.header-style-10 .menu li.active > a,
	.header-style-10 .menu li.sfHover > a {
		background-color: transparent;
	}
	
	.header-style-10 #header-sticky {
		padding: 0 20px;
		background-color: #212121;
	}
	
	
	/* HEADER STYLE 11 */
	.header-style-11 #header {
		position: absolute;
		z-index: 8020;
		top: 20px;
		left: 0;
		right: 0;
	}
	
	.header-style-11 #header-sticky {
		background-color: #212121;
	}
	
	.header-style-11 #header-sticky .menu-slide-container {
		display: none;
	}
	
	.header-style-11 #page-header {
		padding-top: 175px;
	}
	
	
	/* HEADER STYLE 12 */
	.header-style-12 #header-container {
		padding: 20px 20px 0 20px;
	}
	
	.header-style-12 #header {
		position: absolute;
		top: 20px;
		left: 20px;
		right: 20px;
		padding: 0 20px;
	}
	
	.header-style-12 .menu > li > a {
		color: #fff;
	}
	
	.header-style-12 .menu li a:hover, 
	.header-style-12 .menu li.active > a,
	.header-style-12 .menu li.sfHover > a {
		background-color: transparent;
	}
	
	.header-style-12 #header-sticky {
		background-color: #212121;
		padding: 0 40px;
	}
	
	.header-style-12 #page-header {
		padding-top: 175px;
	}
	
	
	@media (min-width: 1200px) {
		
		.header-style-1 #header-sticky .row {
			position: relative;
			width: 1200px;
		}
		
		.header-style-4 #header-container {
			padding: 0px 50px 0 50px;
		}
		
		.header-style-4 #header {
			margin: 0 -50px;
		}
		
		.header-style-5 #header-sticky .row {
			position: relative;
			width: 1170px;
		}
		
		.header-style-9 #logo {
			padding: 27px 40px 27px 25px;
		}
		
		.header-style-10 #header [class^="col-"],
		.header-style-10 #header-sticky [class^="col-"] {
			position: relative;
		}
		
		.header-style-10 #header,
		.header-style-10 #header-sticky {
			padding: 0 30px;
		}
		
		.header-style-12 #header-container {
			padding: 50px 50px 0 50px;
		}
		
		.header-style-12 #header {
			position: absolute;
			top: 50px;
			left: 50px;
			right: 50px;
			padding: 0 50px;
		}
		
		.header-style-12 #header [class^="col-"],
		.header-style-12 #header-sticky [class^="col-"] {
			position: relative;
		}
		
		.header-style-12 #header-sticky {
			padding: 0 100px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.header-style-1 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
		}
		
		.header-style-1 #page-header {
			padding-top: 70px;
		}
		
		.header-style-1 #mobile-menu {
			margin-left: -25px;
			margin-right: -25px;
		}
		
		.header-style-3 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-3 #page-header {
			padding-top: 70px;
		}
		
		.header-style-4 #header-container {
			padding: 0;
		}
		
		.header-style-4 #header {
			margin: 0;
		}
		
		.header-style-5 #page-header,
		.header-style-5 .rev_slider_wrapper {
			margin-top: 0;
		}
		
		.header-style-5 #page-header {
			padding-top: 70px;
		}
		
		.header-style-5 #mobile-menu {
			margin-left: -25px;
			margin-right: -25px;
		}
		
		.header-style-6 #logo {
			text-align: left;
		}
		
		.header-style-6 #mobile-menu-button {
			position: absolute;
			top: -64px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-7 #header {
			position: relative;
			background-color: #212121;
		}
		
		.header-style-7 #logo {
			text-align: left;
		}
		
		.header-style-7 #mobile-menu-button {
			position: absolute;
			top: -64px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-7 #page-header {
			padding-top: 70px;
		}
		
		.header-style-8 #header {
			position: relative;
			background-color: #212121;
		}
		
		.header-style-8 #logo {
			text-align: left;
		}
		
		.header-style-8 #mobile-menu-button {
			position: absolute;
			top: -64px;
			right: 15px;
			margin-top: 0;
		}
		
		.header-style-8 #page-header {
			padding-top: 70px;
		}
		
		.header-style-9 #header {
			position: relative;
		}
		
		.header-style-10 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-10 #page-header {
			padding-top: 70px;
		}
		
		.header-style-12 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-12 #page-header {
			padding-top: 70px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.header-style-1 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
		}
		
		.header-style-1 #page-header {
			padding-top: 70px;
		}
		
		.header-style-1 #mobile-menu-button {
			right: 0;
		}
		
		.header-style-1 #mobile-menu {
			margin-left: -15px;
			margin-right: -15px;
		}
		
		.header-style-3 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-3 #page-header {
			padding-top: 70px;
		}
		
		.header-style-4 #header-container {
			padding: 0;
		}
		
		.header-style-4 #header {
			margin: 0;
		}
		
		.header-style-5 #page-header,
		.header-style-5 .rev_slider_wrapper {
			margin-top: 0;
		}
		
		.header-style-5 #page-header {
			padding-top: 70px;
		}
		
		.header-style-5 #mobile-menu-button {
			right: 30px;
		}
		
		.header-style-5 #mobile-menu {
			margin-left: -15px;
			margin-right: -15px;
		}
		
		.header-style-6 #logo {
			text-align: left;
		}
		
		.header-style-6 #mobile-menu-button {
			top: -64px;
		}
		
		.header-style-7 #header {
			position: relative;
			background-color: #212121;
		}
		
		.header-style-7 #logo {
			text-align: left;
		}
		
		.header-style-7 #mobile-menu-button {
			top: -64px;
		}
		
		.header-style-7 #page-header {
			padding-top: 70px;
		}
		
		.header-style-8 #header {
			position: relative;
			background-color: #212121;
		}
		
		.header-style-8 #logo {
			text-align: left;
		}
		
		.header-style-8 #mobile-menu-button {
			top: -64px;
		}
		
		.header-style-8 #page-header {
			padding-top: 70px;
		}
		
		.header-style-9 #header {
			position: relative;
		}
		
		.header-style-10 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-10 #page-header {
			padding-top: 70px;
		}
		
		.header-style-11 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-12 #header-container {
			padding: 0;
		}
		
		.header-style-12 #header {
			position: relative;
			top: 0;
			left: 0;
			right: 0;
			padding: 0;
			background-color: #212121;
		}
		
		.header-style-12 #page-header {
			padding-top: 70px;
		}
		
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 58%;
		padding: 10px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}
	
	@media (max-width: 767px) {
		
		#logo {
			margin-right: 60px;
		}
		
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
	/* MENU CLASSIC */
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: inline-block;
		padding: 0 20px;
		margin: 13px 0;
		color: #212121;
		font-size: 14px;
		line-height: 26px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		z-index: 1;
		display: block;
		padding: 28px 20px;
		margin: 0;
		margin-right: 1px;
		font-size: 15px;
		line-height: 26px;
		font-weight: 500;
		letter-spacing: 0.2px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu > li > a:before {
		display:none;
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		color: #00bae9;
		font: 42px/40px "Playfair Display", serif;
		text-align: center;
		opacity: 0;
		content: attr(data-symbol);
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		z-index: 2000;
		top: 100%;
		left: 0;
		display: none;
		width: 185px;
		border-top: 3px solid #00bae9;
		background-color: #fff;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	}
	
	.menu li.dropdown ul li a {
		display: block;
		position: relative;
	}
	
	.menu li.dropdown ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		border-left: 5px solid #00bae9;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.dropdown ul ul {
		top: -16px;
		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;
		width: 100%;
		border-top: 3px solid #00bae9;
		background-color: #fff;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
	}
	
	.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;
		display: block;
	}
	
	.menu li.megamenu ul li a:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		border-left: 5px solid #00bae9;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		display: none;
		right: 10px;
		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;
		display: block;
		content: "\f105";
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after {}
	
	.menu li a:hover, 
	.menu li.active > a,
	.menu li.sfHover > a {
		background-color: ;
		color: #7D0000;
		text-decoration: none;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		background-color: transparent; 
		color: #00bae9;
	}
	
	.menu li.dropdown ul li a:hover:before,
	.menu li.dropdown ul li.sfHover > a:before,
	.menu li.megamenu ul li a:hover:before {
		opacity: 1;
	}
	
	.menu > li > a:hover:before,
	.menu li.active > a:before,
	.menu li.sfHover > a:before {
		top: 45%;
		opacity: 1;
	}
	
	
	/* MENU SLIDE */
	a.menu-button {
		position: absolute;
		top: 26px;
		right: 15px;
		color: #fff;
		font-size: 42px;
		line-height: 30px;
		font-weight: 300;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu-button i {
		display: inline-block;
		font-size: 32px;
		line-height: 32px;
	}
	
	a.menu-button:hover {
		color: #00bae9;
	}
	
	.menu-slide-container {
		position: fixed;
		z-index: 9999;
		top: 50%;
		left: -230px;
		width: 230px;
		height: 700px;
		overflow-y: scroll;
		padding: 40px 15px 40px 40px;
		background-color: #fff;
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu-slide-container.menu-open {
		left: 0;
	}
	
	.menu-slide-container #logo {
		margin-bottom: 45px;
	}
	
	.menu-slide,
	.menu-slide ul {
		margin: 0;
		list-style: none;
	}
	
	.menu-slide ul {
		margin-left: 10px;
	}
	
	.menu-slide li a {
		position: relative;
		display: inline-block;
		margin-bottom: 5px;
		color: #212121;
		font-size: 14px;
		line-height: 26px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.menu-slide > li > a {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 26px;
		font-weight: 500;
	}
	
	.menu-slide > li:last-child > a {
		margin-bottom: 0;
	}
	
	.menu-slide li.dropdown > a:after,
	.menu-slide li.megamenu > a:after {
		position: absolute;
		top: 50%;
		right: -20px;
		font-family: "FontAwesome";
		content: "\f107";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.menu-slide li.dropdown > a.open:after,
	.menu-slide li.megamenu > a.open:after {
		content: "\f106";
	}
	
	.menu-slide li.dropdown ul,
	.menu-slide li.megamenu .megamenu-container {
		display: none;
	}
	
	.menu-slide li.megamenu .megamenu-container .section {
		float: none;
		width: 100%;
	}
	
	.menu-slide li a:hover,
	.menu-slide li.active > a {
		color: #00bae9;
	}
	
	@media (min-width: 1200px) {
		
		.menu > li > a {
			padding: 28px 20px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
		
		.menu-slide-container {
			top: 0;
			height: 100%;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.menu-slide-container #logo {
			margin-bottom: 20px;
		}
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		width: 50px;
		height: 48px;
		border-radius: 5px;
		background-color: #EEE;
		color: #222;
		font-size: 24px;
		line-height: 50px;
		text-align: center;
		text-decoration: none;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
		background-color: #EEE;
	}

	#mobile-menu {
		border-bottom: 1px solid #fff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid #fff;
		color: #222;
		font-size: 14px;
		text-decoration: none;
		text-align:right;
	}

	#mobile-menu > li > a {
		font-size: 15px;
		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";
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#mobile-menu-button {
			display: block;
			margin-top: 17px;
		}
		
		#mobile-menu li.login {
			border-top: 1px solid #fff;
		}
		
		#mobile-menu li.login .btn {
			display: inline-block;
			border-top: none;
			margin: 15px 20px;
			background-color: #121212;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
		
		#mobile-menu li.search a {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
	
		#mobile-menu-button {
			position: absolute;
			top: 17px;
			right: 15px;
			display: block;
		}
		
		#mobile-menu li.search a {
			display: none;
		}
		
		#mobile-menu li.login {
			border-top: 1px solid #fff;
		}
		
		#mobile-menu li.login .btn {
			display: inline-block;
			border-top: none;
			margin: 15px 20px;
			background-color: #121212;
			font-size: 12px;
			font-weight: 400;
			letter-spacing: 1px;
			text-transform: uppercase;
		}
		
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
	
	.menu li.search {}
	
	.menu li.search a {
		color: #bababa;
	}
	
	.menu li.search a:hover,
	.menu li.search.sfHover a {
		background-color: transparent;
		color: #00bae9;
	}
	
	#search-form-container {
		display: none;
		min-width: 1140px;
		padding: 0;
	}

	#search-form-container .fancybox-close-small {
		display: none;
	}

	#search-form #search {
		display: inline-block;
		width: 100%;
		height: 100px;
		padding: 10px 80px 10px 20px;
		margin: 0 auto;
		border-color: #fff;
		background-color: #fff;
		color: #212121;
		font-size: 18px;
	}
	
	#search-submit {
		position: absolute;
		top: 50%;
		right: 10px;
		display: inline-block;
		width: 50px;
		height: 50px;
		padding: 0;
		border: none;
		margin-bottom: 0;
		background: url(../images/search-big.png) no-repeat center center;
		vertical-align: middle;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	#search-form #search::-moz-placeholder {
		font-size: 18px;
	}
	
	#search-form #search::-webkit-input-placeholder {
		font-size: 18px;
	}
	
	#search-form #search:-ms-input-placeholder {
		font-size: 18px;
	}
	
	@media (max-width: 991px) {
		
		#search-form-container {
			display: block !important;
		}
		
		#search-form-container {
			position: relative;
			padding: 15px 20px;
			border-top: 1px solid #fff;
		}
		
		#search-form #search {
			height: 50px;
			padding-right: 50px;
			font-size: 15px;
		}
		
		#search-form #search::-moz-placeholder {
			font-size: 15px;
		}
		
		#search-form #search::-webkit-input-placeholder {
			font-size: 15px;
		}
		
		#search-form #search:-ms-input-placeholder {
			font-size: 15px;
		}
		
		#search-form #search-submit {
			background-image: url(../images/search.png);
		}
		
	}
	
/***********************************************************************************
 *	- LOGIN
 ***********************************************************************************/
	
	.menu li.login {
		padding: 23px 0;
	}
	
	.menu li.login a {
		padding: 5px 22px;
		font-size: 12px;
		font-weight: 400;
	}
	
	.menu li.login .btn-black,
	.menu li.login .btn-default {
		color: #fff;
	}
	
	#login-form-container {
		display: none;
		padding: 0 20px 30px;
		text-align: center;
	}
	
	#login-form-container h4 {
		padding: 20px 0;
		margin: 0 -20px 40px;
		border-bottom: 1px solid #d7d7d7;
	}
	
	#login-form-container a {
		margin-right: 15px;
	}
	
	#login-form-container a:last-child {
		margin-right: 0;
	}
	
	.login-form #email,
	.login-form #password {
		position: relative;
		z-index: 1;
	}
	
	.login-form .btn {
		margin-top: 10px;
	}
	
	.menu-slide li.login {
		margin-top: 60px;
		margin-bottom: 30px;
	}
	
	.menu-slide li.login a {
		padding: 5px 22px;
		font-size: 12px;
		font-weight: 400;
	}
	
	.menu-slide li.login .btn-black,
	.menu-slide li.login .btn-default {
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		#login-form-container h4 {
			margin-bottom: 30px;
		}
		
		#login-form-container a {
			margin-right: 0;
		}
		
		.login-form input {
			margin-bottom: 10px;
		}
		
		.menu-slide li.login {
			margin-top: 30px;
		}
		
	}
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container,
	#header-sticky .container-fluid {
		position: relative;
	}

	#header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	@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: 70px 0;
		background: #212121 no-repeat center center;
		color: #fff;
	}
	
	#page-header p {
		margin-bottom: 5px;
		font-size: 24px;
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
 
 	#footer-container {}

/***********************************************************************************
 *	- FOOTER TOP
 ***********************************************************************************/
	
	#footer-top {
		padding: 80px 0 85px;
	}
	
	#footer-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-top .widget-title {
		margin-bottom: 40px;
		font-weight: 400;
	}
	
	#footer-top .widget-pages ul li,
	#footer-top .widget-archives ul li,
	#footer-top .widget-metadata ul li,
	#footer-top .widget-categories ul li {
		position: relative;
		padding-left: 20px;
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 23px;
	}
	
	#footer-top .widget-pages ul li:last-child,
	#footer-top .widget-archives ul li:last-child,
	#footer-top .widget-metadata ul li:last-child,
	#footer-top .widget-categories ul li:last-child {
		margin-bottom: 0
	}
	
	#footer-top .widget-pages ul li:before,
	#footer-top .widget-archives ul li:before,
	#footer-top .widget-metadata ul li:before,
	#footer-top .widget-categories ul li:before {
		position: absolute;
		top: 10px;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #00bae9;
		content: "";
	}
	
	#footer-top .widget-contact ul li small {
		color: #999;
	}
 
 	/* FOOTER TOP STYLE 1 */
	.footer-style-1 #footer-top {
		background-color: #403F3E;
		color: #FFF;
	}
	
	.footer-style-1 #footer-top a {
		color: inherit;
	}
	
	.footer-style-1 #footer-top h1,
	.footer-style-1 #footer-top h2,
	.footer-style-1 #footer-top h3,
	.footer-style-1 #footer-top h4,
	.footer-style-1 #footer-top h5,
	.footer-style-1 #footer-top h6 {
		color: #fff;
	} 
	
	.footer-style-1 #footer-top .btn,
	.footer-style-1 #footer-top .btn:hover {
		color: #fff;
	}
	
	.footer-style-1 #footer-top a:hover {
		color: #FFF;
	}
	
	.footer-style-1 #footer-top .widget-title {
		font-size: 20px;
	}
	
	.footer-style-1 #footer-top .widget-title:before {
		position: relative;
		top: -6px;
		display: inline-block;
		height: 5px;
		width: 25px;
		border-radius: 5px;
		margin-right: 15px;
		background-color: #00bae9;
		content: "";
	}
	
	.footer-style-1 #footer-top .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	.footer-style-1 #footer-top .widget-recent-posts ul li .post-details a {
		color: #00bae9;
	}
	
	.footer-style-1 #footer-top .widget-recent-posts ul li .post-details a:after {
		border-right-color: #a8a8a8;
	}
	
	.footer-style-1 #footer-top .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	
	/* FOOTER TOP STYLE 2 */
	.footer-style-2 #footer-top {
		background-color: #fafbfc;
	}
	
	.footer-style-2 #footer-top .widget-title {
		font-size: 20px;
	}
	
	.footer-style-2 #footer-top .widget-title:before {
		position: relative;
		top: -6px;
		display: inline-block;
		height: 5px;
		width: 25px;
		border-radius: 5px;
		margin-right: 15px;
		background-color: #00bae9;
		content: "";
	}
	
	.footer-style-2 #footer-top .widget-pages ul li a,
	.footer-style-2 #footer-top .widget-archives ul li a,
	.footer-style-2 #footer-top .widget-metadata ul li a,
	.footer-style-2 #footer-top .widget-categories ul li a {
		color: inherit;
	}
	
	.footer-style-2 #footer-top .widget-pages ul li a:hover,
	.footer-style-2 #footer-top .widget-archives ul li a:hover,
	.footer-style-2 #footer-top .widget-metadata ul li a:hover,
	.footer-style-2 #footer-top .widget-categories ul li a:hover {
		color: #00bae9;
	}
	
	
	/* FOOTER TOP STYLE 3 */
	.footer-style-3 #footer-top {
		background-color: #212121;
		color: #fff;
	}
	
	.footer-style-3 #footer-top a,
	.footer-style-3 #footer-top h1,
	.footer-style-3 #footer-top h2,
	.footer-style-3 #footer-top h3,
	.footer-style-3 #footer-top h4,
	.footer-style-3 #footer-top h5,
	.footer-style-3 #footer-top h6 {
		color: inherit;
	} 
	
	.footer-style-3 #footer-top a:hover {
		color: #00bae9;
	}
	
	.footer-style-3 #footer-top .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	.footer-style-3 #footer-top .widget-recent-posts ul li .post-details a {
		color: #00bae9;
	}
	
	.footer-style-3 #footer-top .widget-recent-posts ul li .post-details a:after {
		border-right-color: #fff;
	}
	
	.footer-style-3 #footer-top .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	@media (max-width: 767px) {
		
		#footer-top [class^="col-"] + [class^="col-"] {
			margin-top: 50px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER MIDDLE
 ***********************************************************************************/
 
	#footer-middle {
		padding: 40px 0 45px;
		position: relative;
		background: #00bae9 no-repeat center center;
		color: #fff;
	}
	
	.footer-middle-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 0.35;
	}
	
	#footer-middle a,
	#footer-middle h1,
	#footer-middle h2,
	#footer-middle h3,
	#footer-middle h4,
	#footer-middle h5,
	#footer-middle h6 {
		color: inherit;
	} 
	
	#footer-middle a:hover {
		color: #00bae9;
	}
	
	#footer-middle .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-middle .widget-title {
		margin-bottom: 20px;
		font-size: 30px;
		line-height: 42px;
	}
	
	#footer-middle .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	#footer-middle .widget-recent-posts ul li .post-details a {
		color: #00bae9;
	}
	
	#footer-middle .widget-recent-posts ul li .post-details a:after {
		border-right-color: #fff;
	}
	
	#footer-middle .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	#footer-middle .widget-newsletter {
		text-align: center;
		font-size: 12px;
		line-height: 22px;
	}
	
	#footer-middle .widget-newsletter form {
		position: relative;
	}
	
	#footer-middle .widget-newsletter #newsletter-email {
		padding: 10px 205px 10px 20px;
		border-radius: 25px;
		margin-bottom: 15px;
		background-color: #fff;
		color: #838383;
	}
	
	#footer-middle .widget-newsletter #newsletter-email:focus {
		border-color: #00bae9;
	}
	
	#footer-middle .widget-newsletter input[type="submit"],
	#footer-middle .widget-newsletter button[type="submit"] {
		position: absolute;
		top: 0;
		right: -1px;
		height: 50px;
		border-radius: 0 25px 25px 0;
	}
	
	#footer-middle .widget-contact ul {
		margin-top: 35px;
	}
	
	#footer-middle .widget-contact ul li {
		float: left;
		width: 30%;
		padding: 50px 20px;
		margin-right: 45px;
		background-color: #000;
		color: #fff;
		text-align: center;
	}
	
	#footer-middle .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#footer-middle .widget-contact ul li i {
		position: absolute;
		top: 0;
		left: 50%;
		width: 64px;
		height: 64px;
		border-radius: 50%;
		font-size: 32px;
		line-height: 64px;
		background-color: #00bae9;	
		color: #fff;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	
	/* FOOTER MIDDLE STYLE 1 */
	.footer-style-1 .footer-middle-overlay {
		background-color: #000;
	}
	
	
	/* FOOTER MIDDLE STYLE 2 */
	.footer-style-2 .footer-middle-overlay {
		background-color: #00bae9;
	}
	
	@media (min-width: 1200px) {
		
		#footer-middle .widget-contact ul li {
			margin-right: 55px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer-middle .widget-contact ul li {
			margin-right: 35px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer-middle [class^="col-"] + [class^="col-"] {
			margin-top: 50px;
			margin-bottom: 15px;
		}
		
		#footer-middle .widget-newsletter form {
			margin-bottom: 20px;
		}
		
		#footer-middle .widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		#footer-middle .widget-newsletter input[type="submit"],
		#footer-middle .widget-newsletter button[type="submit"] {
			position: relative;
			border-radius: 25px;
			right: 0;
		}
		
		#footer-middle .widget-contact ul li {
			float: none;
			width: 100%;
			margin-right: 0;
			margin-bottom: 50px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 20px 0;
	}
	
 	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget-social .social-media {
		text-align: right;
	}
	
	#footer-bottom .widget-social .social-media a {
		background-color: #7D0000;
	}
	
	/* FOOTER BOTTOM STYLE 1 */
	.footer-style-1 #footer-bottom {
		background-color: #333;
		color: #636b75;
	}
	
	.footer-style-1 #footer-bottom a,
	.footer-style-1 #footer-bottom h1,
	.footer-style-1 #footer-bottom h2,
	.footer-style-1 #footer-bottom h3,
	.footer-style-1 #footer-bottom h4,
	.footer-style-1 #footer-bottom h5,
	.footer-style-1 #footer-bottom h6 {
		color: #fff;
	} 
	
	.footer-style-1 #footer-bottom a:hover {
		color: #00bae9;
	}
	
	.footer-style-1 #footer-bottom .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	.footer-style-1 #footer-bottom .widget-recent-posts ul li .post-details a {
		color: #00bae9;
	}
	
	.footer-style-1 #footer-bottom .widget-recent-posts ul li .post-details a:after {
		border-right-color: #fff;
	}
	
	.footer-style-1 #footer-bottom .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	.footer-style-1 #footer-bottom .copyright {
		color: #FFF;
	}
	
	
	/* FOOTER BOTTOM STYLE 2 */
	.footer-style-2 #footer-bottom {
		background-color: #fafbfc;
		color: #636b75;
	}
	
	
	/* FOOTER BOTTOM STYLE 3 */
	.footer-style-3 #footer-bottom {
		background-color: #0a0a0a;
		color: #636b75;
	}
	
	.footer-style-3 #footer-bottom a,
	.footer-style-3 #footer-bottom h1,
	.footer-style-3 #footer-bottom h2,
	.footer-style-3 #footer-bottom h3,
	.footer-style-3 #footer-bottom h4,
	.footer-style-3 #footer-bottom h5,
	.footer-style-3 #footer-bottom h6 {
		color: #fff;
	} 
	
	.footer-style-3 #footer-bottom a:hover {
		color: #00bae9;
	}
	
	.footer-style-3 #footer-bottom .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	.footer-style-3 #footer-bottom .widget-recent-posts ul li .post-details a {
		color: #00bae9;
	}
	
	.footer-style-3 #footer-bottom .widget-recent-posts ul li .post-details a:after {
		border-right-color: #fff;
	}
	
	.footer-style-3 #footer-bottom .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	.footer-style-3 .widget-contact ul li {
		margin-bottom: 20px;
		color: #a9a9a9;
		font-size: 14px;
	}
	
	.footer-style-3 .widget-contact ul li small {
		color: #404040;
	}
	
	.footer-style-3 .widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer-bottom .widget-social .social-media a {
			margin-right: 12px;
		}
		
		#footer-bottom .widget-social .social-media a:last-child {
			margin-right: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer-bottom {
			text-align: center;
		}
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 20px;
		}
		
		#footer-bottom .widget-social .social-media {
			text-align: center;
			
		}
		
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	/* ABOUT ME */
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me-thumbnail {
		position: relative;
		margin-bottom: 30px;
	}
	
	.about-me-hover a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border: 2px solid #7D0000;
		margin: 35px;
		background-color: rgba(0, 0, 0, 0.2);
		color: #fff;
		opacity: 0;
		-webkit-transform: scale(0.5);
			-ms-transform: scale(0.5);
				transform: scale(0.5);
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.about-me-hover span {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 48px;
		line-height: 48px;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.about-me h5 {
		margin-bottom: 0;
	}
	
	.about-me h5 + p {
		color: #8a8a8a;
		text-align:justify;
	}
	
	.about-me:hover .about-me-hover a {
		opacity: 1;
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	
	/* ABOUT LIST */
	.about-list {
		margin-bottom: 50px;
		list-style: none;
	}
	
	.about-list li {
		position: relative;
		padding-left: 125px;
		margin-bottom: 35px;
	}
	
	.about-list li:last-child {
		margin-bottom: 0;
	}
	
	.about-list li .counter {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.about-list li .counter .counter-value {
		color: #00bae9;
		font-size: 86px;
		font-weight: 700;
	}
	
	.about-list li h4 {
		margin-bottom: 0;
		color: #00bae9;
	}
	
	.about-list li h4 + p {
		color: #212121;
		font-size: 18px;
		font-weight: 500;
	}
	
	.about-list li > *:last-child {
		margin-bottom: 0;
	}
	
	@media (max-width: 767px) {
		
		.about-list li {
			padding-left: 0;
		}
		
		.about-list li .counter {
			position: relative;
			text-align: left;
		}
		
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	.service-box {
		margin-bottom: 50px;
	}
	
	.service-box-content {}
	
	.service-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	.service-box .service-box-content > a {
		display: inline-block;
		color: #838383;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box .service-box-content > a:after {
		position: relative;
		top: 7px;
		margin-left: 5px;
		font-family: "retta-icons";
		font-size: 28px;
		content: "\e9e5";
	}
	
	.service-box .service-box-content > a:hover {
		color: #00bae9;
	}
	
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {
		text-align: center;
	}
	
	.service-box.style-1 img {
		margin-bottom: 30px;
	}
	
	.service-box.style-1 > i {
		display: inline-block;
		margin-bottom: 20px;
		color: #00bae9;
		font-size: 38px;
		line-height: 38px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1 > h5 {
		margin-bottom: 10px;
		font-family: serif;
		font-size: 22px;
		letter-spacing: 0.5px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1 .service-box-content h5 {
		margin-bottom: 20px;
	}
	
	.service-box.style-1 .service-box-content h5 a {
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1:hover a,
	.service-box.style-1:hover > h5 {
		color: #00bae9;
	}
	
	.service-box.style-1:hover a:hover {
		color: #212121;
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2 {}

	.service-box.style-2 > i {
		position: relative;
		z-index: 1;
		float: left;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		color: #00bae9;
		font-size: 42px;
		line-height: 60px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-2 > i:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #f5f5f5;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-2 .service-box-content {
		margin-left: 80px;
	}

	.service-box.style-2 .service-box-content h5 {
		padding-top: 5px;
		margin-bottom: 10px;
		line-height: 26px;
	}
	
	.service-box.style-2:hover > i {
		background-color: #00bae9;
		color: #fff;
	}
	
	.service-box.style-2:hover > i:after {
		background-color: #00bae9;
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {}
	
	.service-box.style-3 > i {
		float: left;
		display: block;
		color: #00bae9;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-3 .service-box-content {
		margin-left: 70px;
	}
	
	.service-box.style-3 .service-box-content h5 {
		margin-bottom: 10px;
	}
	
	.service-box.style-3:hover > i {
		color: #212121;
		-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
				transform: scale(1.1);
	}
	
	
	/* SERVICE BOX STYLE 4 */
	.service-box.style-4 {
		position: relative;
		z-index: 1;
		padding-top: 55px;
		padding-left: 60px;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-4 > h1 {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		color: #00bae9;
		font-size: 136px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-4 .service-box-content h3 {
		font-size: 30px;
	}
	
	.service-box.style-4 .service-box-content h3 + p {
		margin-bottom: 10px;
		color: #212121;
		font-size: 18px;
		font-weight: 500;
	}
	
	.service-box.style-4:hover > h1 {
		opacity: 0.5;
	}
	
	
	/* SERVICE BOX STYLE 5 */
	.service-box.style-5 {}
	
	.service-box.style-5 > h1 {
		margin-bottom: 40px;
		color: #00bae9;
		font-size: 136px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5 .service-box-content h3 {
		font-size: 30px;
	}
	
	.service-box.style-5 .service-box-content h3 + p {
		margin-bottom: 10px;
		color: #212121;
		font-size: 18px;
		font-weight: 500;
	}
	
	.service-box.style-5:hover > h1 {
		color: #212121;
	}
	
	
	/* SERVICE BOX STYLE 6 */
	.service-box.style-6 {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 250px 40px 50px;
		background: #001419 no-repeat center center;
		color: #fff;
		background-size: cover;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.service-box.style-6 .service-box-overlay {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #001419;
		opacity: 0.7;
	}
	
	.service-box.style-6 > h1 {
		margin-left: -60px;
		margin-bottom: 20px;
		color: #fff;
		font-size: 110px;
	}
	
	.service-box.style-6 .service-box-content h3 {
		color: #fff;
		font-size: 30px;
	}
	
	.service-box.style-6 a {
		color: #fff;
	}
	
	.service-box.style-6 .service-box-content h3 + p {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 500;
	}
	
	
	/* SERVICE BOX STYLE 7 */
	.service-box.style-7 {
		padding: 40px 30px;
		background-color: #001419; 
	}
	
	.service-box.style-7 a {
		color: #fff;
	}
	
	.service-box.style-7 a:hover {
		color: #00bae9;
	}
	
	.service-box.style-7 > i {
		position: relative;
		z-index: 1;
		display: block;
		width: 60px;
		height: 60px;
		margin-bottom: 20px;
		border-radius: 50%;
		color: #fff;
		font-size: 42px;
		line-height: 60px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-7 > i:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background-color: #00bae9;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-7 > h5 {
		margin-bottom: 10px;
		font-family: serif;
		font-size: 22px;
		letter-spacing: 0.5px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-7 .service-box-content h5 {
		margin-bottom: 20px;
	}
	
	.service-box.style-7:hover > i {
		background-color: #fff;
		color: #212121;
	}
	
	.service-box.style-7:hover > i:after {
		background-color: #fff;
	}
	
	
	/* SERVICE BOX STYLE 8 */
	.service-box.style-8 {
		margin: 30px 30px 50px;
		padding: 0 30px 50px;
		border-radius: 5px;
		background-color: #fafbfc;
		color: #212121;
		text-align: center;
	}
	
	.service-box.style-8 a {
		color: #212121;
	}
	
	.service-box.style-8 a:hover {
		color: #00bae9;
	}
	
	.service-box.style-8 > i {
		display: block;
		width: 64px;
		height: 64px;
		border-radius: 50%;
		margin: 0 auto;
		font-size: 32px;
		line-height: 64px;
		background-color: #333;
		color: #fff;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.service-box.style-8 .service-box-content h5 {
		margin-bottom: 20px;
	}
	
	.service-box.style-8 .service-box-content > a:after {
		display: none;
	}
	
	@media (min-width: 1200px) {
		
		.service-box.style-7 {
			padding: 40px;
		}
		
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.service-box.style-2 > i {
			float: none;
			margin-bottom: 20px;
		}
		
		.service-box.style-2 .service-box-content {
			margin-left: 0;
		}
		
		.service-box.style-4 {
			padding-top: 45px;
			padding-left: 20px;
		}
		
		.service-box.style-4 > h1 {
			font-size: 72px;
		}
		
		.service-box.style-6 > h1 {
			margin-left: -40px;
		}
		
		.service-box.style-6 {
			padding: 150px 25px 50px;
		}
		
		.service-box.style-6 .service-box-content h3 {
			font-size: 24px;
			line-height: 30px;
		}
		
		.service-box.style-8 {
			margin: 30px 0 50px;
		}
		
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 30px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
		overflow: hidden;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: -100%;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		color: #fff;
		text-align: center;
	}
	
	.portfolio-item-hover a {
		color: #fff;
	}
	
	.zoom-action {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		color: #fff;
	}
	
	.zoom-action:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.zoom-action span {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 48px;
		line-height: 48px;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.portfolio-item-details {}
	
	.portfolio-item-details h5 {
		margin-bottom: 0;
		font-size: 16px;
	}
	
	.portfolio-item-details h5 + p {
		margin-bottom: 0;
		color: #00bae9;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.portfolio-item-hover .portfolio-item-details {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		padding: 40px 0;
		text-align: center;
	}
	
	.portfolio-item:hover .portfolio-item-thumbnail img {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	/* PROJECT DETAILS */
	.project-details {
		list-style: none;
	}
	
	.project-details li {
		margin-bottom: 10px;
	}
	
	.project-details li:last-child {
		margin-bottom: 0;
	}
	
	.project-details li span {
		display: inline-block;
		margin-bottom: 10px;
		color: #212121;
		font-family: "Playfair Display", serif;
		font-size: 16px;
		font-weight: 700;
	}
	
	.project-details li a {
		color: #838383;
	}
	
	
	/* PROJECTS NAVIGATION */
	.projects-navigation {
		margin: 50px 0;
		color: #212121;
		font: 700 18px/32px "Playfair Display", serif;
		list-style: none;
	}
	
	.projects-navigation li {
		float: left;
		width: 40%;
	}
	
	.projects-navigation li.all {
		width: 20%;
		padding-top: 15px;
		text-align: center;
	}
	
	.projects-navigation li.next {
		text-align: right;
	}
	
	.projects-navigation li.prev img {
		width: 50%;
		margin-right: 15px;
	}
	
	.projects-navigation li.next img {
		width: 50%;
		margin-left: 15px;
	}
	
	.projects-navigation li i {
		display: block;
		margin-bottom: 10px;
		font-size: 36px;
		line-height: 36px;
	}
	
	.projects-navigation li a {
		color: #212121;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.projects-navigation li a:hover {
		color: #00bae9;
	}
	
	.projects-navigation:after,
	.projects-navigation li:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.projects-navigation {
			font-size: 14px;
		}
		
		.projects-navigation li.all {
			padding-top: 0;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.projects-navigation li,
		.projects-navigation li.all {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.projects-navigation li:last-child {
			margin-bottom: 0;
		}
		
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		position: relative;
		margin-bottom: 70px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 35px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-title {
		margin-bottom: 0;
	}
	
	.blog-article-details {
		float: left;
		max-width: 75%;
		margin-bottom: 30px;
		color: #212121;
	}
	
	.blog-article-details a:after {
		position: relative;
		top: 1px;
		display: inline-block;
		height: 12px;
		padding-right: 8px;
		border-right: 1px solid #212121;
		margin-right: 3px;
		content: "";
	}
	
	.blog-article-details a:last-child:after {
		display: none;
	}
	
	.blog-article-thumbnail a.date {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 15px;
		padding: 10px 15px;
		background-color: #212121;
		color: #FFF;
		font-family: "Playfair Display", serif;
		font-size: 30px;
		line-height: 26px;
		font-weight: 700;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-thumbnail a.date:hover {
		color: #fff;
	}
	
	.blog-article-thumbnail a.date small {
		display: block;
		color: #fff;
		font-family: "Roboto", sans-serif;
		font-size: 11px;
		font-weight: 400;
	}
	
	.blog-article-thumbnail a.date small:first-child {
		margin-bottom: -10px;
	}
	
	.blog-article .social-media {
		margin-top: -15px;
		text-align: right;
	}
	
	.blog-article-content > a {
		display: inline-block;
		color: #838383;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a:after {
		position: relative;
		top: 7px;
		margin-left: 5px;
		font-family: "retta-icons";
		font-size: 28px;
		content: "\e9e5";
	}
	
	.blog-article-content > a:hover {
		color: #00bae9;
	}
	
	.blog-article-content:before {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (max-width: 767px) {
		
		.blog-article-details {
			float: none;
			max-width: 100%;
		}
		
	}
	
	
	/* BLOG POST COMMENT */
	.commentlist-title {}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 50px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 100px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-top: 30px;
		padding-left: 100px;
		margin-bottom: 35px;
	}
	
	.comment-author {
		display: inline-block;
	}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		color: #00bae9;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #212121;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		display: inline-block;
		font-size: 14px;
	}
	
	.comment-metadata a {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-metadata a:hover {
		color: #00bae9;
		text-decoration: none;
	}
	
	.comment-author:after,
	.comment-metadata:after {
		position: relative;
		top: 1px;
		display: inline-block;
		height: 12px;
		padding-right: 2px;
		border-right: 1px solid #212121;
		margin-right: 3px;
		content: "";
	}
	
	.comment-content {
		margin-top: 10px;
	}
	
	.reply {
		display: inline-block;
	}
	
	.reply a {
		color: #212121;
		font-size: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		color: #00bae9;
		text-decoration: none;
	}
	
	@media (max-width: 767px) {
		
		.commentlist li > ul.children {
			margin-left: 20px
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	#commentform input[type="submit"],
	#commentform button[type="submit"] {
		margin-top: 5px;
		margin-bottom: 0;
	}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		position: relative;
		top: -10px;
		margin-bottom: 10px;
		color: #f30d39;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {
		position: relative;
		z-index: 1;
	}
	
	#contact-form input[type="submit"],
	#contact-form button[type="submit"] {
		padding: 11px 35px;
		margin-top: 5px;
		margin-bottom: 0;
	}
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
 
	.icons-list {
		margin-bottom: 100px;
		list-style: none;
	}

	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 13.7%;
		min-height: 100px;
		vertical-align: top;
	}

	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}

	.icons-list li .icon-name {
		display: block;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {

		.icons-list li {
			width: 19%;
		}
		
	}
	
	@media (max-width: 767px) {

		.icons-list li {
			width: 49%;
		}
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {

		.icons-list li {
			width: 32%;
		}

	}