/*
Theme Name: Setup Theme
Theme URI: http://themeforest.net/user/milothemes/portfolio
Description: Setup is a Multi Business Pack that covers all financial fields from Banking to Broker or Consulting. Inside the pack you will find 6 different layouts to work with in building your website. The design is modern with a touch of classic. You can build your website in minutes, all you need is your will and creativity. The theme is easy to work with but if you have any problems on the way, we will gladly help you. Grab this theme right now and start building the website of your dreams!
Author: MiloThemes
Author URI: http://themeforest.net/user/milothemes
Text Domain: setup-theme
Domain Path: /languages
Version: 1.0.2
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready

License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License
*/ 

/*
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
  *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTER
 * 	+ STATISTICS
 *	+ PRICE PLAN
 * 	+ TIMELINE
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ FANCYBOX
 *	+ ANIMATIONS
 *	+ WIDGETS
 *	+ 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
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		font: 14px/26px "Open Sans", sans-serif;
		background-color: #fff;
		color: #838383;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-weight: 400;
	}
	
	h1 {
		margin-bottom: 16px;
		font-size: 48px;
		line-height: 64px;
	}
	
	h2 {
		margin-bottom: 14px;
		font-size: 36px;
		line-height: 48px;
	}
	
	h3 {
		margin-bottom: 12px;
		font-size: 24px;
		line-height: 36px;
	}
	
	h4 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 27px;
	}
	
	h5 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 24px;
	}
	
	h6 {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 21px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #212121;
		text-decoration: none;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #f08614;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
		font-size: 85%;
	}
	
	p { 
		margin-bottom: 20px; 
	}
        
        .first-p0 p:first-of-type {
            margin-bottom: 0; 
        }
	
	
	/* LINKS */
	a {
		color: #f08614;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #003679;
	}
	
	
	/* IMAGES */
	img {
                height: auto;
		max-width: 100%; 
	}
	
        figure { max-width: 100%; }
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
        
        /* TABLES */
        table>tbody>tr>td, 
        table>tbody>tr>th, 
        table>tfoot>tr>td, 
        table>tfoot>tr>th, 
        table>thead>tr>td, 
        table>thead>tr>th {
                padding: 8px;
                border: 1px solid #ddd;
        }
	
	/* FORMS */
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		height: 50px;
		padding: 5px 10px;
		border: 1px solid #d7d7d7;
		background-color: #fff;
		color: #838383;
		margin-bottom: 20px;
	}
	
	label {
		font-weight: normal;
	}
	
	textarea {
		height: auto;
	}
	
	select {
		width: 100%;
		height: 50px;
	}
	
	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 10px 20px;
	}
	
	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus {
		border-color: #f08614;
		box-shadow: none;
		outline: 0;
	}
	
	select:focus {
		outline: none;
	}
	
	.checkbox input[type="checkbox"], 
	.checkbox-inline input[type="checkbox"], 
	.radio input[type="radio"], 
	.radio-inline input[type="radio"] {
		margin-top: -11px;
	}
	
	.checkbox input[type="checkbox"]:focus, 
	.checkbox-inline input[type="checkbox"]:focus, 
	.radio input[type="radio"]:focus, 
	.radio-inline input[type="radio"]:focus {
		outline: none;
	}
	
	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		padding: 10px 48px;
		border: none;
		border-radius: 5px;
		background-color: #f08614;
		color: #fff;
		font-size: 12px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background-color: #212121;
	}
        
        .comment-form input[type="submit"]:hover {
                background-color: #003679;
        }
	
	button,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}
	
	::-moz-placeholder {
		color: #aaa;
		font-size: 12px;
		font-style: italic;
	}
	
	::-webkit-input-placeholder {
		color: #aaa;
		font-size: 12px;
		font-style: italic;
	}
	
	:-ms-input-placeholder {
		color: #aaa;
		font-size: 12px;
		font-style: italic;
	}
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #b4b4b4;
	}
	
	.text-default-color {
		color: #f08614;
	}
	
	.text-default-highlight {
		padding: 3px 10px;
		background-color: #f08614;
		color: #fff;
	}
	
	.text-black-highlight {
		padding: 3px 10px;
		background-color: #212121;
		color: #fff;
	}
	
	.text-big {
		color: #212121;
		font-size: 18px;
		line-height: 30px;
	}
        
        .text-large {
		font-size: 24px;
		line-height: 40px;
	}
	
	.dropcap {
		float: left;
		font-family: "Montserrat", serif;
		font-size: 36px;
		line-height: 48px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.bluring {
		-webkit-filter: blur(3px);
				filter: blur(3px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	
	@media (max-width: 767px) {
		
		.last {
			margin-bottom: 20px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		margin-bottom: 100px;
	}
	
	.headline:after {
		display: block;
		width: 25px;
		border: 3px solid #f08614;
		border-radius: 3px;
		margin-top: 15px;
		content: "";
	}
	
	.headline.text-center:after {
		margin: 15px auto 0;
	}
	
	.headline.text-right:after {
		float: right;
	}
	
	.headline p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.headline h2 {
		margin-bottom: 0;
		line-height: 36px;
		font-weight: 700;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #fff;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #838383;
	}

	.alert.alert-danger {
		background-color: #f30d39;
	}

	.alert.alert-success {
		background-color: #003689;
	}

	.alert.alert-warning {
		background-color: #f08615;
	}
	
	.error h1 {
		color: #f08614;
		font-size: 72px;
		line-height: 72px;
		text-align: right;
		text-transform: uppercase;
	}
	
	.error h1 small {
		display: block;
		font-size: 30px;
		letter-spacing: 4px;
	}
	
	@media (max-width: 767px) {
		
		.error h1 {
			margin-bottom: 30px;
			text-align: left;
		}
		
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	li > ul, 
	li > ol { 
		margin-bottom: 0; 
		margin-left: 20px; 
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	/* CHECK LIST */
	.check-list {
		color: #212121;
		font-weight: 600;
		list-style: none;
	}
	
	.check-list li {
		margin-bottom: 7px;
	}
	
	.check-list li:last-child {
		margin-bottom: 0;
	}
	
	.check-list li:before {
		margin-right: 20px;
		color: #f08614;
		font-family: "FontAwesome";
		content: "\f00c";
	}
	
	
	/* BULLET LIST */
	.bullet-list {
		color: #212121;
		font-weight: 600;
		list-style: none;
	}
	
	.bullet-list li {
		margin-bottom: 7px;
	}
	
	.bullet-list li:last-child {
		margin-bottom: 0;
	}
	
	.bullet-list li:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #f08614;
		content: "";
	}
	
	/* LOGOS LIST */
	.logos-list {
		margin-bottom: 20px;
		list-style: none;
	}
	
	.logos-list li a {
		float: left;
		display: block;
		height: 90px;
		padding: 0 20px;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
        .logos-list.col6 li a { width: 16.66%; }
        .logos-list.col5 li a { width: 20%; }
        .logos-list.col4 li a { width: 25%; }
        .logos-list.col3 li a { width: 33.33%; }
        .logos-list.col2 li a { width: 50%; }
        .logos-list.col1 li a { width: 100%; }
	
	.logos-list li a:hover {
		background-position: bottom center;
	}
	
	.logos-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
        @media (min-width: 768px) and (max-width: 991px) {
                
                .logos-list.col6 li a,
                .logos-list.col5 li a,
                .logos-list.col4 li a,
                .logos-list.col3 li a { width: 33.33%; }
        }
	
	@media (max-width: 767px) {
		
		.logos-list-list li a {
			float: none;
			margin-bottom: 30px;
		}
                .logos-list.col6 li a,
                .logos-list.col5 li a,
                .logos-list.col4 li a,
                .logos-list.col3 li a,
                .logos-list.col2 li a { width: 100%; }
		
		.logos-list li a:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 12px 30px;
		border: none;
		border-radius: 5px;
		margin-right: 10px;
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:last-child {
		margin-right: 0;
	}
	
	.btn:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 0;
		border-radius: 5px;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn:hover:after {
		width: 100%;
		opacity: 1;
	}
	
	.btn-xs {
		padding: 10px 25px;
		font-size: 12px;
	}
	
	.btn-lg {
		padding: 12px 50px;
	}
	
	
	/* DEFAULT BUTTON */
	.btn-default {
		background-color: #f08614;
		color: #fff;
	}
	
	.btn-default:after {
		background-color: #003679;
	}
	
	.btn-default, 
	.btn-default:hover, 
	.btn-default:focus,
	.btn-default:active,
	.btn-default:active:focus {
		background-color: #f08614;
		color: #fff;
	}
	
	.btn-default:hover {
		background-color: #003679;
		color: #fff;
	}
	
	
	/* DARK BUTTON */
	.btn-dark {
		background-color: #003679;
		color: #fff;
	}
	
	.btn-dark:after {
		background-color: #f08614;
	}
	
	.btn-dark:hover {
		background-color: #f08614;
		color: #fff;
	}
	
	.btn-dark:focus {
		color: #fff;
	}
	
	
	/* WHITE BUTTON */
	.btn-white {
		border: 1px solid #f08614;
		color: #f08614;
	}
	
	.btn-white:after {
		background-color: #f08614;
	}
	
	.btn-white:hover {
		background-color: #f08614;
		color: #fff;
	}
	    
    
    /* TRANSPARENT BUTTON */
	.btn-transparent {
		border: 2px solid #003679;
		color: #003679;
	}
	
	.btn-transparent:hover {
		border-color: #f08614;
		color: #f08614;
                -webkit-transition: color 0.2s;
                transition: color 0.2s;
	}
        
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top: 1px solid #ebebeb;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-top-color: #f08614;
	}
	
	.hr.black {
		border-top-color: #212121;
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
 
	.text-box {
		position: relative;
		z-index: 1;
		padding: 42px 40px;
		margin-bottom: 50px;
		background: no-repeat center center;
		background-color: #f2f6f8;
		-webkit-background-size: cover;
				background-size: cover;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.text-box-overlay {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #003679;
		opacity: 0.85;
	}
	
	.text-box.rounded {
		border-radius: 5px;
	}
	
	.text-box.bordered {
		border: 1px solid #ebebeb;
		background-color: transparent;
	}
	
	.text-box.bordered-default-color {
		border: 1px solid #f08614;
		background-color: transparent;
	}
	
	.text-box .text-box-title {
		margin-bottom: 20px;
	}
	
        .title-mode p:first-child,
	.text-box .text-box-title p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
        .title-mode h2:first-child {
                margin-bottom: 20px;
		font-weight: 700;
        }
        
	.text-box .text-box-title h2 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.text-box.default-color {
		background-color: #f08614;
		color: #fff;
	}
	
	.text-box.dark {
		background-color: #003679;
		color: #fff;
	}
	
	.text-box.dark a,
	.text-box.dark h1,
	.text-box.dark h2,
	.text-box.dark h3,
	.text-box.dark h4,
	.text-box.dark h5,
	.text-box.dark h6, 
	.text-box.default-color a,
	.text-box.default-color h1,
	.text-box.default-color h2,
	.text-box.default-color h3,
	.text-box.default-color h4,
	.text-box.default-color h5,
	.text-box.default-color h6 {
		color: inherit;
	}
	
	.text-box .headline {
		margin-bottom: 15px;
	}
	
	.text-box .btn {
		margin-top: 10px;
	}
	
	.text-box.dark .btn-white,
	.text-box.default-color .btn-white {
		border-color: #fff;
		color: #fff;
	}
	
	.text-box.default-color .btn-white:after {
		background-color: #003679;
	}
	
	.text-box.default-color .btn-white:hover {
		border-color: #003679;
		background-color: #003679;
	}
	
	.text-box.dark .btn-white:after {
		background-color: #f08614;
	}
	
	.text-box.dark .btn-white:hover {
		border-color: #f08614;
		background-color: #f08614;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	/* TEXT BOXES LIST */
	.text-boxes-list {
		margin-bottom: 100px;
		list-style: none;
	}
	
	.text-boxes-list > li {
		float: left;
		width: 33.33333%;
	}
	
	.text-boxes-list > li .text-box {
		padding: 20% 15%;
		margin-bottom: 0;
	}
	
	.text-boxes-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.text-box {
			padding: 42px 20px;
		}
		
		.text-boxes-list > li {
			float: none;
			width: 100%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.text-box {
			padding: 50px 20px;
		}
		
		.text-boxes-list > li {
			float: none;
			width: 100%;
		}
		
		.text-boxes-list > li .text-box {
			padding: 50px 20px;
		}
		
	}
	
/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
	
	/* IMAGE BOX STYLE 1 */
	.image-box.style-1 {
		margin-bottom: 50px;
	}
	
	.image-box.style-1 .image-box-thumbnail {
		position: relative;
		margin-bottom: 35px;
	}
	
	.image-box.style-1 h5 {
		margin-bottom: 35px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	
	/* IMAGE BOX STYLE 2 */
	.image-box.style-2 {
		position: relative;
		margin-bottom: 50px;
		background-color: #003679;
		color: #fff;
	}
	
	.image-box.style-2 h4 {
		color: #fff;
	}
	
	.image-box.style-2 > a {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 30px;
		margin-bottom: 0;
		background-color: #f08614;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.image-box.style-2 > a:hover {
		background-color: #212121;
		color: #fff;
	}
	
	.image-box.style-2 .image-box-content {
		position: absolute;
		top: 50%;
		right: 20px;
		text-align: right;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* IMAGE BOX STYLE 3 */
	.image-box.style-3 {
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}
	
	.image-box.style-3 .image-box-thumbnail img {
		display: block;
		width: 100%;
	}
	
	.image-box.style-3 .image-box-content {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 0 10px 20px;
		color: #fff;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.image-box.style-3 .image-box-content:before {
		position: absolute;
		z-index: -1;
		top: -35px;
		right: 0;
		bottom: -50px;
		left: 0;
		background-color: #f08614;
		content: "";
		-webkit-transform: skewY(-15deg);
			-ms-transform: skewY(-15deg);
				transform: skewY(-15deg);
		
	}
	
	.image-box.style-3 .image-box-content h3 {
		color: #fff;
	}
	
	.image-box.style-3 .image-box-content > *:last-child {
		margin-bottom: 0;
	}
	
	@media (max-width: 767px) {
		
		.image-box.style-3 .image-box-content:before {
			top: -15px;
			bottom: 0;
			-webkit-transform: skewY(0);
				-ms-transform: skewY(0);
					transform: skewY(0);
			
		}
		
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:focus {
		padding: 18px 45px 18px 20px;
		margin-bottom: 10px;
		background-color: #f8f8f8;
		color: #212121;
		font-family: "Open Sans", sans-serif;
                font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a .vc_tta-controls-icon {display:none !important;}
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:after {
                position: absolute;
                content: "+"; 
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
                content: "-";
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a:after,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover:after {
                color: #fff;
        }
        
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title>a:hover,
        .theme-accordion.vc_tta-color-grey.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title>a {
		background-color: #f08614;
		color: #fff;
	}
	
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 20px 25px 30px;
		border: none;
	}
	
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

	.theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab>a,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title>a {
                padding: 10px 25px;
		border: none;
		border-radius: 5px;
		background-color: #f2f6f8;
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
        }

        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab>a:focus,
        .theme-tabs.vc_tta-style-outline.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title>a:focus {
		border-color: transparent;
		background-color: transparent;
	}

        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab>a:hover,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title>a:hover,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab.vc_active>a,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab.vc_active>a:hover,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title>a:hover,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-tab.vc_active>a:focus,
        .theme-tabs.vc_tta-style-flat.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title>a:focus {
		border: none;
		background-color: #f08614;
		color: #fff;
	}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
 
	.map {
		height: 300px;
	}
	
	.map img { 
		max-width: none; 
	}
	
	@media (max-width: 767px) {
		
		.map {
			height: 400px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		margin-right: 20px;
		font-size: 18px;
		line-height: 32px;
		color: #838383;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media.bordered,
	.social-media.rounded {
		margin-top: -5px;
	}
	
	.social-media.bordered a {
		width: 25px;
		height: 25px;
		border: 1px solid #c7c7c7;
		border-radius: 50%;
		margin: 5px 15px 5px 0;
		font-size: 12px;
		line-height: 23px;
		text-align: center;
	}
	
	.social-media.rounded a {
		width: 34px;
		height: 34px;
		border-radius: 50%;
		margin: 5px 15px 5px 0;
		background-color: #636b75;
		color: #fff;
		font-size: 16px;
		line-height: 34px;
		text-align: center;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a.facebook:hover { color: #0e59a0 !important; }
	.social-media a.twitter:hover { color: #0ea4ff !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }
	.social-media a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !important; }
	.social-media a.envira:hover { color: #75bd3b !important; }
	.social-media a.gitlab:hover { color: #e24329 !important; }
	.social-media a.glide:hover { color: #00a7ff !important; }
	.social-media a.snapchat:hover { color: #efe200 !important; }
	.social-media a.viadeo:hover { color: #f4982b !important; }
	.social-media a.wpbeginner:hover { color: #ff6600 !important; }
	.social-media a.wpforms:hover { color: #b6581a !important; }
	
	.social-media.bordered a.facebook:hover { 
		color: #0e59a0 !important; 
		border-color: #0e59a0 !important; 
	}
	.social-media.bordered a.twitter:hover { 
		color: #0ea4ff !important; 
		border-color: #0ea4ff !important; 
	}
	.social-media.bordered a.dribbble:hover { 
		color: #ea73a0 !important; 
		border-color: #ea73a0 !important; 
	}
	.social-media.bordered a.pinterest:hover { 
		color: #d73532 !important; 
		border-color: #d73532 !important; 
	}
	.social-media.bordered a.google:hover { 
		color: #da4835 !important; 
		border-color: #da4835 !important; 
	}
	.social-media.bordered a.tumblr:hover { 
		color: #2a445f !important; 
		border-color: #2a445f !important; 
	}
	.social-media.bordered a.instagram:hover { 
		color: #82685a !important; 
		border-color: #82685a !important; 
	}
	.social-media.bordered a.rss:hover { 
		color: #f79638 !important; 
		border-color: #f79638 !important; 
	}
	.social-media.bordered a.linkedin:hover { 
		color: #018faf !important; 
		border-color: #018faf !important; 
	}
	.social-media.bordered a.skype:hover { 
		color: #00b0f6 !important; 
		border-color: #00b0f6 !important; 
	}
	.social-media.bordered a.flickr:hover { 
		color: #0061db !important; 
		border-color: #0061db !important; 
	}
	.social-media.bordered a.vimeo:hover { 
		color: #4cb2d9 !important; 
		border-color: #4cb2d9 !important; 
	}
	.social-media.bordered a.github:hover { 
		color: #3b3b3b !important; 
		border-color: #3b3b3b !important; 
	}
	.social-media.bordered a.youtube:hover { 
		color: #cc181e !important; 
		border-color: #cc181e !important; 
	}
	.social-media.bordered a.windows:hover { 
		color: #6dc2e9 !important; 
		border-color: #6dc2e9 !important; 
	}
	.social-media.bordered a.dropbox:hover { 
		color: #007ee5 !important; 
		border-color: #007ee5 !important; 
	}
	.social-media.bordered a.xing:hover { 
		color: #026566 !important; 
		border-color: #026566 !important; 
	}
	.social-media.bordered a.adn:hover { 
		color: #1ea076 !important; 
		border-color: #1ea076 !important; 
	}
	.social-media.bordered a.android:hover { 
		color: #98cb02 !important; 
		border-color: #98cb02 !important; 
	}
	.social-media.bordered a.apple:hover { 
		color: #a6b1b7 !important; 
		border-color: #a6b1b7 !important; 
	}
	.social-media.bordered a.behance:hover { 
		color: #2d9ad2 !important; 
		border-color: #2d9ad2 !important; 
	}
	.social-media.bordered a.bitbucket:hover { 
		color: #214f81 !important; 
		border-color: #214f81 !important; 
	}
	.social-media.bordered a.bitcoin:hover { 
		color: #f7931b !important; 
		border-color: #f7931b !important; 
	}
	.social-media.bordered a.codepan:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.css3:hover { 
		color: #3289ce !important; 
		border-color: #3289ce !important; 
	}
	.social-media.bordered a.delicious:hover { 
		color: #3399fe !important; 
		border-color: #3399fe !important; 
	}
	.social-media.bordered a.deviantart:hover { 
		color: #c8da30 !important; 
		border-color: #c8da30 !important; 
	}
	.social-media.bordered a.digg:hover { 
		color: #0080c2 !important; 
		border-color: #0080c2 !important; 
	}
	.social-media.bordered a.drupal:hover { 
		color: #0077b9 !important; 
		border-color: #0077b9 !important; 
	}
	.social-media.bordered a.empire:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.foursquare:hover { 
		color: #daecb0 !important; 
		border-color: #daecb0 !important; 
	}
	.social-media.bordered a.git:hover { 
		color: #f34f29 !important; 
		border-color: #f34f29 !important; 
	}
	.social-media.bordered a.gitti:hover { 
		color: #634c3e !important; 
		border-color: #634c3e !important; 
	}
	.social-media.bordered a.hacker-news:hover { 
		color: #f18642 !important; 
		border-color: #f18642 !important; 
	}
	.social-media.bordered a.html5:hover { 
		color: #e54c1f !important; 
		border-color: #e54c1f !important; 
	}
	.social-media.bordered a.joomla:hover { 
		color: #016fb9 !important; 
		border-color: #016fb9 !important; 
	}
	.social-media.bordered a.jsfiddle:hover { 
		color: #4679a4 !important; 
		border-color: #4679a4 !important; 
	}
	.social-media.bordered a.linux:hover { 
		color: #fece0e !important; 
		border-color: #fece0e !important; 
	}
	.social-media.bordered a.maxcdn:hover { 
		color: #f36f20 !important; 
		border-color: #f36f20 !important; 
	}
	.social-media.bordered a.openid:hover { 
		color: #fe6101 !important; 
		border-color: #fe6101 !important; 
	}
	.social-media.bordered a.pagelines:hover { 
		color: #3783e3 !important; 
		border-color: #3783e3 !important; 
	}
	.social-media.bordered a.pied-piper:hover { 
		color: #0c7b48 !important; 
		border-color: #0c7b48 !important; 
	}
	.social-media.bordered a.qq:hover { 
		color: #23286c !important; 
		border-color: #23286c !important; 
	}
	.social-media.bordered a.rebel:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.reddit:hover { 
		color: #cee3f8 !important; 
		border-color: #cee3f8 !important; 
	}
	.social-media.bordered a.renren:hover { 
		color: #0d81e4 !important; 
		border-color: #0d81e4 !important; 
	}
	.social-media.bordered a.share:hover { 
		color: #252525 !important; 
		border-color: #252525 !important; 
	}
	.social-media.bordered a.slack:hover { 
		color: #453744 !important; 
		border-color: #453744 !important; 
	}
	.social-media.bordered a.soundcloud:hover { 
		color: #fe4e00 !important; 
		border-color: #fe4e00 !important; 
	}
	.social-media.bordered a.spotify:hover { 
		color: #80bb41 !important; 
		border-color: #80bb41 !important; 
	}
	.social-media.bordered a.stack-exchange:hover { 
		color: #265a93 !important; 
		border-color: #265a93 !important; 
	}
	.social-media.bordered a.stackoverflow:hover { 
		color: #fea501 !important; 
		border-color: #fea501 !important; 
	}
	.social-media.bordered a.steam:hover { 
		color: #191919 !important; 
		border-color: #191919 !important; 
	}
	.social-media.bordered a.stumbleupon:hover { 
		color: #f04f23 !important; 
		border-color: #f04f23 !important; 
	}
	.social-media.bordered a.tencent-weibo:hover { 
		color: #0063a7 !important; 
		border-color: #0063a7 !important; 
	}
	.social-media.bordered a.trello:hover { 
		color: #226784 !important; 
		border-color: #226784 !important; 
	}
	.social-media.bordered a.vine:hover { 
		color: #00b081 !important; 
		border-color: #00b081 !important; 
	}
	.social-media.bordered a.vk:hover { 
		color: #50769d !important; 
		border-color: #50769d !important; 
	}
	.social-media.bordered a.wechat:hover { 
		color: #a4dc31 !important; 
		border-color: #a4dc31 !important; 
	}
	.social-media.bordered a.weibo:hover { 
		color: #d82828 !important; 
		border-color: #d82828 !important; 
	}
	.social-media.bordered a.wordpress:hover { 
		color: #454442 !important; 
		border-color: #454442 !important; 
	}
	.social-media.bordered a.yahoo:hover { 
		color: #4b04a8 !important; 
		border-color: #4b04a8 !important; 
	}
	.social-media.bordered a.ftpx:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.amazon:hover { 
		color: #ff9900 !important; 
		border-color: #ff9900 !important; 
	}
	.social-media.bordered a.angellist:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.btc:hover { 
		color: #f7931b !important; 
		border-color: #f7931b !important; 
	}
	.social-media.bordered a.black-tie:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.bluetooth:hover { 
		color: #0a3d91 !important; 
		border-color: #0a3d91 !important; 
	}
	.social-media.bordered a.buysellads:hover { 
		color: #ba0202 !important; 
		border-color: #ba0202 !important; 
	}
	.social-media.bordered a.cc-amex:hover { 
		color: #016dd2 !important; 
		border-color: #016dd2 !important; 
	}
	.social-media.bordered a.cc-diners-club:hover { 
		color: #0069aa !important; 
		border-color: #0069aa !important; 
	}
	.social-media.bordered a.cc-discover:hover { 
		color: #f88737 !important; 
		border-color: #f88737 !important; 
	}
	.social-media.bordered a.cc-jcb:hover { 
		color: #29166f !important; 
		border-color: #29166f !important; 
	}
	.social-media.bordered a.cc-mastercard:hover { 
		color: #fe9611 !important; 
		border-color: #fe9611 !important; 
	}
	.social-media.bordered a.paypal:hover { 
		color: #012069 !important; 
		border-color: #012069 !important; 
	}
	.social-media.bordered a.cc-stripe:hover { 
		color: #49b802 !important; 
		border-color: #49b802 !important; 
	}
	.social-media.bordered a.cc-visa:hover { 
		color: #1b4da2 !important; 
		border-color: #1b4da2 !important; 
	}
	.social-media.bordered a.chrome:hover { 
		color: #edcd16 !important; 
		border-color: #edcd16 !important; 
	}
	.social-media.bordered a.codepen:hover { 
		color: #1b1c1b !important; 
		border-color: #1b1c1b !important; 
	}
	.social-media.bordered a.codiepie:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.connectdevelop:hover { 
		color: #023cb0 !important; 
		border-color: #023cb0 !important; 
	}
	.social-media.bordered a.contao:hover { 
		color: #e4790f !important; 
		border-color: #e4790f !important; 
	}
	.social-media.bordered a.dashcube:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.edge:hover { 
		color: #2c74be !important; 
		border-color: #2c74be !important; 
	}
	.social-media.bordered a.expeditedssl:hover { 
		color: #2e2e2e !important; 
		border-color: #2e2e2e !important; 
	}
	.social-media.bordered a.firefox:hover { 
		color: #df731b !important; 
		border-color: #df731b !important; 
	}
	.social-media.bordered a.fonticons:hover { 
		color: #1d1e2a !important; 
		border-color: #1d1e2a !important; 
	}
	.social-media.bordered a.fort-awesome:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.forumbee:hover { 
		color: #85ac2f !important; 
		border-color: #85ac2f !important; 
	}
	.social-media.bordered a.get-pocket:hover { 
		color: #e84352 !important; 
		border-color: #e84352 !important; 
	}
	.social-media.bordered a.gg:hover { 
		color: #fd0002 !important; 
		border-color: #fd0002 !important; 
	}
	.social-media.bordered a.gratipay:hover { 
		color: #653614 !important; 
		border-color: #653614 !important; 
	}
	.social-media.bordered a.houzz:hover { 
		color: #9bc545 !important; 
		border-color: #9bc545 !important; 
	}
	.social-media.bordered a.internet-explorer:hover { 
		color: #00bcf2 !important; 
		border-color: #00bcf2 !important; 
	}
	.social-media.bordered a.ioxhost:hover { 
		color: #f6a814 !important; 
		border-color: #f6a814 !important; 
	}
	.social-media.bordered a.lastfm:hover { 
		color: #e2152b !important; 
		border-color: #e2152b !important; 
	}
	.social-media.bordered a.leanpub:hover { 
		color: #231f20 !important; 
		border-color: #231f20 !important; 
	}
	.social-media.bordered a.meanpath:hover { 
		color: #538dd6 !important; 
		border-color: #538dd6 !important; 
	}
	.social-media.bordered a.medium:hover { 
		color: #00ab6c !important; 
		border-color: #00ab6c !important; 
	}
	.social-media.bordered a.mixcloud:hover { 
		color: #040204 !important; 
		border-color: #040204 !important; 
	}
	.social-media.bordered a.modx:hover { 
		color: #8ed547 !important; 
		border-color: #8ed547 !important; 
	}
	.social-media.bordered a.odnoklassniki:hover { 
		color: #f68634 !important; 
		border-color: #f68634 !important; 
	}
	.social-media.bordered a.opencart:hover { 
		color: #00c1f2 !important; 
		border-color: #00c1f2 !important; 
	}
	.social-media.bordered a.opera:hover { 
		color: #e81617 !important; 
		border-color: #e81617 !important; 
	}
	.social-media.bordered a.optin-monster:hover { 
		color: #8ed31e !important; 
		border-color: #8ed31e !important; 
	}
	.social-media.bordered a.product-hunt:hover { 
		color: #d6573d !important; 
		border-color: #d6573d !important; 
	}
	.social-media.bordered a.reddit:hover { 
		color: #ff4500 !important; 
		border-color: #ff4500 !important; 
	}
	.social-media.bordered a.safari:hover { 
		color: #2973d9 !important; 
		border-color: #2973d9 !important; 
	}
	.social-media.bordered a.scribd:hover { 
		color: #382d29 !important; 
		border-color: #382d29 !important; 
	}
	.social-media.bordered a.sellsy:hover { 
		color: #006ca2 !important; 
		border-color: #006ca2 !important; 
	}
	.social-media.bordered a.shirtsinbulk:hover { 
		color: #dd3a26 !important; 
		border-color: #dd3a26 !important; 
	}
	.social-media.bordered a.simplybuilt:hover { 
		color: #322f34 !important; 
		border-color: #322f34 !important; 
	}
	.social-media.bordered a.skyatlas:hover { 
		color: #01aebe !important; 
		border-color: #01aebe !important; 
	}
	.social-media.bordered a.slideshare:hover { 
		color: #13999a !important; 
		border-color: #13999a !important; 
	}
	.social-media.bordered a.stack-overflow:hover { 
		color: #ef532a !important; 
		border-color: #ef532a !important; 
	}
	.social-media.bordered a.tripadvisor:hover { 
		color: #1e892f !important; 
		border-color: #1e892f !important; 
	}
	.social-media.bordered a.twitch:hover { 
		color: #6441a5 !important; 
		border-color: #6441a5 !important; 
	}
	.social-media.bordered a.usb:hover { 
		color: #000 !important; 
		border-color: #000 !important; 
	}
	.social-media.bordered a.viacoin:hover { 
		color: #2376a2 !important; 
		border-color: #2376a2 !important; 
	}
	.social-media.bordered a.whatsapp:hover { 
		color: #44c254 !important; 
		border-color: #44c254 !important; 
	}
	.social-media.bordered a.wikipedia:hover { 
		color: #0c0c0c !important; 
		border-color: #0c0c0c !important; 
	}
	.social-media.bordered a.y-combinator:hover { 
		color: #ff6501 !important; 
		border-color: #ff6501 !important; 
	}
	.social-media.bordered a.yelp:hover { 
		color: #bf311b !important; 
		border-color: #bf311b !important; 
	}
	.social-media.bordered a.email:hover { 
		color: #689c49 !important; 
		border-color: #689c49 !important; 
	}
	.social-media.bordered a.envira:hover { 
		color: #75bd3b !important; 
		border-color: #75bd3b !important; 
	}
	.social-media.bordered a.gitlab:hover { 
		color: #e24329 !important; 
		border-color: #e24329 !important; 
	}
	.social-media.bordered a.glide:hover { 
		color: #00a7ff !important; 
		border-color: #00a7ff !important; 
	}
	.social-media.bordered a.snapchat:hover { 
		color: #efe200 !important; 
		border-color: #efe200 !important; 
	}
	.social-media.bordered a.viadeo:hover { 
		color: #f4982b !important; 
		border-color: #f4982b !important; 
	}
	.social-media.bordered a.wpbeginner:hover { 
		color: #ff6600 !important; 
		border-color: #ff6600 !important; 
	}
	.social-media.bordered a.wpforms:hover { 
		color: #b6581a !important; 
		border-color: #b6581a !important; 
	}
	
	.social-media.rounded a:hover {
		color: #fff !important;
	}
	
	.social-media.rounded a.facebook:hover { background-color: #0e59a0 !important; }
	.social-media.rounded a.twitter:hover { background-color: #0ea4ff !important; }
	.social-media.rounded a.dribbble:hover { background-color: #ea73a0 !important; }
	.social-media.rounded a.pinterest:hover { background-color: #d73532 !important; }
	.social-media.rounded a.google:hover { background-color: #da4835 !important; }
	.social-media.rounded a.tumblr:hover { background-color: #2a445f !important; }
	.social-media.rounded a.instagram:hover { background-color: #82685a !important; }
	.social-media.rounded a.rss:hover { background-color: #f79638 !important; }
	.social-media.rounded a.linkedin:hover { background-color: #018faf !important; }
	.social-media.rounded a.skype:hover { background-color: #00b0f6 !important; }
	.social-media.rounded a.flickr:hover { background-color: #0061db !important; }
	.social-media.rounded a.vimeo:hover { background-color: #4cb2d9 !important; }
	.social-media.rounded a.github:hover { background-color: #3b3b3b !important; }
	.social-media.rounded a.youtube:hover { background-color: #cc181e !important; }
	.social-media.rounded a.windows:hover { background-color: #6dc2e9 !important; }
	.social-media.rounded a.dropbox:hover { background-color: #007ee5 !important; }
	.social-media.rounded a.xing:hover { background-color: #026566 !important; }
	.social-media.rounded a.adn:hover { background-color: #1ea076 !important; }
	.social-media.rounded a.android:hover { background-color: #98cb02 !important; }
	.social-media.rounded a.apple:hover { background-color: #a6b1b7 !important; }
	.social-media.rounded a.behance:hover { background-color: #2d9ad2 !important; }
	.social-media.rounded a.bitbucket:hover { background-color: #214f81 !important; }
	.social-media.rounded a.bitcoin:hover { background-color: #f7931b !important; }
	.social-media.rounded a.codepan:hover { background-color: #000 !important; }
	.social-media.rounded a.css3:hover { background-color: #3289ce !important; }
	.social-media.rounded a.delicious:hover { background-color: #3399fe !important; }
	.social-media.rounded a.deviantart:hover { background-color: #c8da30 !important; }
	.social-media.rounded a.digg:hover { background-color: #0080c2 !important; }
	.social-media.rounded a.drupal:hover { background-color: #0077b9 !important; }
	.social-media.rounded a.empire:hover { background-color: #000 !important; }
	.social-media.rounded a.foursquare:hover { background-color: #daecb0 !important; }
	.social-media.rounded a.git:hover { background-color: #f34f29 !important; }
	.social-media.rounded a.gitti:hover { background-color: #634c3e !important; }
	.social-media.rounded a.hacker-news:hover { background-color: #f18642 !important; }
	.social-media.rounded a.html5:hover { background-color: #e54c1f !important; }
	.social-media.rounded a.joomla:hover { background-color: #016fb9 !important; }
	.social-media.rounded a.jsfiddle:hover { background-color: #4679a4 !important; }
	.social-media.rounded a.linux:hover { background-color: #fece0e !important; }
	.social-media.rounded a.maxcdn:hover { background-color: #f36f20 !important; }
	.social-media.rounded a.openid:hover { background-color: #fe6101 !important; }
	.social-media.rounded a.pagelines:hover { background-color: #3783e3 !important; }
	.social-media.rounded a.pied-piper:hover { background-color: #0c7b48 !important; }
	.social-media.rounded a.qq:hover { background-color: #23286c !important; }
	.social-media.rounded a.rebel:hover { background-color: #000 !important; }
	.social-media.rounded a.reddit:hover { background-color: #cee3f8 !important; }
	.social-media.rounded a.renren:hover { background-color: #0d81e4 !important; }
	.social-media.rounded a.share:hover { background-color: #252525 !important; }
	.social-media.rounded a.slack:hover { background-color: #453744 !important; }
	.social-media.rounded a.soundcloud:hover { background-color: #fe4e00 !important; }
	.social-media.rounded a.spotify:hover { background-color: #80bb41 !important; }
	.social-media.rounded a.stack-exchange:hover { background-color: #265a93 !important; }
	.social-media.rounded a.stackoverflow:hover { background-color: #fea501 !important; }
	.social-media.rounded a.steam:hover { background-color: #191919 !important; }
	.social-media.rounded a.stumbleupon:hover { background-color: #f04f23 !important; }
	.social-media.rounded a.tencent-weibo:hover { background-color: #0063a7 !important; }
	.social-media.rounded a.trello:hover { background-color: #226784 !important; }
	.social-media.rounded a.vine:hover { background-color: #00b081 !important; }
	.social-media.rounded a.vk:hover { background-color: #50769d !important; }
	.social-media.rounded a.wechat:hover { background-color: #a4dc31 !important; }
	.social-media.rounded a.weibo:hover { background-color: #d82828 !important; }
	.social-media.rounded a.wordpress:hover { background-color: #454442 !important; }
	.social-media.rounded a.yahoo:hover { background-color: #4b04a8 !important; }
	.social-media.rounded a.ftpx:hover { background-color: #000 !important; }
	.social-media.rounded a.amazon:hover { background-color: #ff9900 !important; }
	.social-media.rounded a.angellist:hover { background-color: #000 !important; }
	.social-media.rounded a.btc:hover { background-color: #f7931b !important; }
	.social-media.rounded a.black-tie:hover { background-color: #000 !important; }
	.social-media.rounded a.bluetooth:hover { background-color: #0a3d91 !important; }
	.social-media.rounded a.buysellads:hover { background-color: #ba0202 !important; }
	.social-media.rounded a.cc-amex:hover { background-color: #016dd2 !important; }
	.social-media.rounded a.cc-diners-club:hover { background-color: #0069aa !important; }
	.social-media.rounded a.cc-discover:hover { background-color: #f88737 !important; }
	.social-media.rounded a.cc-jcb:hover { background-color: #29166f !important; }
	.social-media.rounded a.cc-mastercard:hover { background-color: #fe9611 !important; }
	.social-media.rounded a.paypal:hover { background-color: #012069 !important; }
	.social-media.rounded a.cc-stripe:hover { background-color: #49b802 !important; }
	.social-media.rounded a.cc-visa:hover { background-color: #1b4da2 !important; }
	.social-media.rounded a.chrome:hover { background-color: #edcd16 !important; }
	.social-media.rounded a.codepen:hover { background-color: #1b1c1b !important; }
	.social-media.rounded a.codiepie:hover { background-color: #000 !important; }
	.social-media.rounded a.connectdevelop:hover { background-color: #023cb0 !important; }
	.social-media.rounded a.contao:hover { background-color: #e4790f !important; }
	.social-media.rounded a.dashcube:hover { background-color: #000 !important; }
	.social-media.rounded a.edge:hover { background-color: #2c74be !important; }
	.social-media.rounded a.expeditedssl:hover { background-color: #2e2e2e !important; }
	.social-media.rounded a.firefox:hover { background-color: #df731b !important; }
	.social-media.rounded a.fonticons:hover { background-color: #1d1e2a !important; }
	.social-media.rounded a.fort-awesome:hover { background-color: #000 !important; }
	.social-media.rounded a.forumbee:hover { background-color: #85ac2f !important; }
	.social-media.rounded a.get-pocket:hover { background-color: #e84352 !important; }
	.social-media.rounded a.gg:hover { background-color: #fd0002 !important; }
	.social-media.rounded a.gratipay:hover { background-color: #653614 !important; }
	.social-media.rounded a.houzz:hover { background-color: #9bc545 !important; }
	.social-media.rounded a.internet-explorer:hover { background-color: #00bcf2 !important; }
	.social-media.rounded a.ioxhost:hover { background-color: #f6a814 !important; }
	.social-media.rounded a.lastfm:hover { background-color: #e2152b !important; }
	.social-media.rounded a.leanpub:hover { background-color: #231f20 !important; }
	.social-media.rounded a.meanpath:hover { background-color: #538dd6 !important; }
	.social-media.rounded a.medium:hover { background-color: #00ab6c !important; }
	.social-media.rounded a.mixcloud:hover { background-color: #040204 !important; }
	.social-media.rounded a.modx:hover { background-color: #8ed547 !important; }
	.social-media.rounded a.odnoklassniki:hover { background-color: #f68634 !important; }
	.social-media.rounded a.opencart:hover { background-color: #00c1f2 !important; }
	.social-media.rounded a.opera:hover { background-color: #e81617 !important; }
	.social-media.rounded a.optin-monster:hover { background-color: #8ed31e !important; }
	.social-media.rounded a.product-hunt:hover { background-color: #d6573d !important; }
	.social-media.rounded a.reddit:hover { background-color: #ff4500 !important; }
	.social-media.rounded a.safari:hover { background-color: #2973d9 !important; }
	.social-media.rounded a.scribd:hover { background-color: #382d29 !important; }
	.social-media.rounded a.sellsy:hover { background-color: #006ca2 !important; }
	.social-media.rounded a.shirtsinbulk:hover { background-color: #dd3a26 !important; }
	.social-media.rounded a.simplybuilt:hover { background-color: #322f34 !important; }
	.social-media.rounded a.skyatlas:hover { background-color: #01aebe !important; }
	.social-media.rounded a.slideshare:hover { background-color: #13999a !important; }
	.social-media.rounded a.stack-overflow:hover { background-color: #ef532a !important; }
	.social-media.rounded a.tripadvisor:hover { background-color: #1e892f !important; }
	.social-media.rounded a.twitch:hover { background-color: #6441a5 !important; }
	.social-media.rounded a.usb:hover { background-color: #000 !important; }
	.social-media.rounded a.viacoin:hover { background-color: #2376a2 !important; }
	.social-media.rounded a.whatsapp:hover { background-color: #44c254 !important; }
	.social-media.rounded a.wikipedia:hover { background-color: #0c0c0c !important; }
	.social-media.rounded a.y-combinator:hover { background-color: #ff6501 !important; }
	.social-media.rounded a.yelp:hover { background-color: #bf311b !important; }
	.social-media.rounded a.email:hover { background-color: #689c49 !important; }
	.social-media.rounded a.envira:hover { background-color: #75bd3b !important; }
	.social-media.rounded a.gitlab:hover { background-color: #e24329 !important; }
	.social-media.rounded a.glide:hover { background-color: #00a7ff !important; }
	.social-media.rounded a.snapchat:hover { background-color: #efe200 !important; }
	.social-media.rounded a.viadeo:hover { background-color: #f4982b !important; }
	.social-media.rounded a.wpbeginner:hover { background-color: #ff6600 !important; }
	.social-media.rounded a.wpforms:hover { background-color: #b6581a !important; }
	
	
	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		color: #f08614 !important;
	}
	
	.social-media.bordered.default-color a:hover {
		border-color: #f08614 !important;
		color: #f08614 !important;
	}
	
	.social-media.rounded.default-color a:hover {
		background-color: #f08614 !important;
		color: #fff !important;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-weight: 700;
		margin-top: -3px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details {
		color: #838383;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
		overflow: visible;
		height: 4px;
		border-radius: 2px;
		margin-bottom: 5px;
		background-color: #f2f6f8;
		box-shadow: none;
	}

	.progress-bar {
		position: relative;
		border-radius: 2px;
		background-color: #f08614;
		box-shadow: none;
	}

	.progress-bar span {
		position: absolute;
		top: 10px;
		right: 0;
		color: #838383;
		font-size: 12px;
	}

	.progress-bar-title {
		margin-bottom: 15px;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/
 
	.counter {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.counter-value {
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		line-height: 72px;
	}
	
	.counter-value:before {
		margin-right: 5px;
		content: attr(data-symbol-before);
	}
	
	.counter-value:after {
		margin-left: 5px;
		content: attr(data-symbol-after);
	}
	
	.counter-details {
		margin-top: 10px;
	}
	
	.counter-details h3 {
		margin-bottom: 0;
		font-size: 20px;
		font-weight: 700;
	}
	
	.counter-details p {
		margin-bottom: 0;
		color: #f08614;
	}
	
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
		margin-bottom: 50px;
	}
	
        .milo-linechart {
		padding: 10px 30px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
        .milo-barchart {
		padding: 30px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
	.milo-areachart {
		padding: 10px;
		border-radius: 5px;
		box-shadow: 0 24px 18px 0 rgba(0, 0, 0, 0.34);
	}
	
	@media (max-width: 767px) {
		
		.milo-linechart,
		.milo-areachart {
			padding: 0;
		}
		
		.milo-barchart {
			padding: 10px;
		}
		
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		position: relative;
		z-index: 1;
		padding: 80px 45px;
		border: 1px solid #d7d7d7;
		margin-bottom: 50px;
		background-color: #fff;
		color: #212121;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.price-plan:before,
	.price-plan:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: -2px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.price-plan:before {
		border-right: 2px solid #f08614;
		border-left: 2px solid #f08614;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.price-plan:after {
		border-top: 2px solid #f08614;
		border-bottom: 2px solid #f08614;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.price-plan-header {
		margin-bottom: 60px;
	}
	
	.price-plan-header h1 {
		font-size: 60px;
		line-height: 80px;
	}
	
	.price-plan-header h1 small {
		color: #838383;
		font-family: "Open Sans", sans-serif;
		font-size: 12px;
	}
	
	#page-content .price-plan .price-plan-header h6 {
		display: inline-block;
		padding: 4px 40px;
		border-radius: 12px;
		margin: 0 auto 20px;
		background-color: #f08614;
		color: #fff;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.price-plan ul {
		margin-bottom: 50px;
		color: #212121;
		font-size: 16px;
		list-style: none;
	}
	
	.price-plan ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 10px;
	}
	
	.price-plan ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.price-plan > *:last-child {
		margin-bottom: 0;
	}
	
	.price-plan:hover {
		border-color: #f08614;
	}
	
	.price-plan:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}
	.price-plan:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.price-plan {
			padding: 60px 20px;
		}
		
		.price-plan-header h6 {
			padding: 0 20px;
		}
		
	}
/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/

	.process-steps {
		position: relative;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.process-steps:before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		border-top: 2px solid #dbd5e0;
		content: "";
	}

	.process-steps .step {
		position: relative;
		float: left;
		width: 25%;
		padding-top: 30px;
		padding-right: 30px;
	}

	.process-steps .step:before {
		position: absolute;
		z-index: 2;
		top: -10px;
		left: 0;
		width: 20px;
		height: 20px;
		border: 2px solid #f08614;
		border-radius: 50%;
		background-color: #fff;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.process-steps .step:after {
		position: absolute;
		top: -3px;
		left: 7px;
		z-index: 1;
		width: 40px;
		height: 40px;
		border: 2px solid #f08614;
		border-radius: 50%;
		margin: -17px 0 0 -17px;
		background-color: #fff;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.process-steps.process-4-steps .step {
		width: 25%;
	}
	
	.process-steps.process-3-steps .step {
		width: 33.33333%;
	}
	
	.process-steps .step h2 {
		color: #f08614;
		font-size: 30px;
	}
	
	.process-steps .step h5 {
		color: #f08614;
		font-weight: 700;
		letter-spacing: 0.75px;
		text-transform: uppercase;
	}
	
	.process-steps .step h5:after {
		display: block;
		width: 75%;
		border-bottom: 1px solid #f08614;
		margin-bottom: 20px;
		content: "";
	}
	
	.process-steps .step:hover:before {
		background-color: #f08614;
	}

	.process-steps .step:hover:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}

	.process-steps:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.process-steps {
			margin-top: 0;
		}
		
		.process-steps:before {
			display: none;
		}
		
		.process-steps .step {
			float: none;
			padding-top: 0;
			margin-bottom: 40px;
		}
		
		.process-steps .step:before,
		.process-steps .step:after {
			display: none;
		}
		
		.process-steps .step:last-child {
			margin-bottom: 0;
		}
		
		.process-steps.process-3-steps .step,
		.process-steps.process-4-steps .step {
			width: 100%;
		}
		
	}
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
 
	.vertical-timeline {
		padding-top: 30px;
		border-left: 1px solid #d7d7d7;
		margin-bottom: 50px;
		list-style: none;
	}
	
	.vertical-timeline li {
		position: relative;
		margin-bottom: 40px;
	}
	
	.vertical-timeline li:before {
		position: absolute;
		z-index: 2;
		top: 7px;
		left: 0;
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid #d7d7d7;
		border-radius: 50%;
		margin-left: -1px;
		background-color: #fff;
		content: "";
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period {
		float: left;
		width: 150px;
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details {
		position: relative;
		padding-left: 180px;
	}
	
	.vertical-timeline li .period-details:before {
		position: absolute;
		z-index: 1;
		top: 10px;
		left: -1px;
		bottom: -45px;
		border-left: 1px solid transparent;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li:last-child .period-details:before {
		bottom: 0;
	}
	
	.vertical-timeline li .period-details h5 {
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details h5 a {
		display: inline-block;
		border-bottom: 1px solid transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.vertical-timeline li .period-details h5 a:hover {
		border-bottom-color: #f08614;
	}
	
	.vertical-timeline li:hover:before {
		top: 4px;
		width: 23px;
		height: 23px;
		border: 2px solid #f08614;
	}
	
	.vertical-timeline li:hover .period {
		color: #f08614;
		font-size: 30px;
	}
	
	.vertical-timeline li:hover .period-details:before {
		border-left-color: #f08614;
	}
	
	.vertical-timeline li:hover .period-details h5 {
		color: #f08614;
	}
	
	@media (max-width: 767px) {
		
		.vertical-timeline {
			border-left: none;
		}
		
		.vertical-timeline li .period {
			float: none;
			width: 100%;
			padding-left: 20px;
			margin-bottom: 20px;
			text-align: left;
		}
		
		.vertical-timeline li .period-details:before {
			top: -23px;
			bottom: -47px;
		}
		
		.vertical-timeline li .period-details {
			padding-left: 30px;
		}
		
	}
 
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	/* BLOCKQUOTES */
	blockquote {
		position: relative;
		padding: 0;
		padding-left: 20px;
		border: none;
		margin-bottom: 30px;
		font: inherit;
	}
	
	blockquote:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border: 2px solid #f08614;
		border-radius: 5px;
		content: "";
	}
	
	blockquote footer:before,
	blockquote small:before {
		content: none;
	}
	
	
	/* TESTIMONIALS */
	.testimonial {
		padding: 50px 15px 25px;
		margin-bottom: 50px;
		background-color: #f2f6f8;
		color: #838383;
		text-align: center;
	}
	
	.testimonial blockquote {
		padding-left: 0;
		margin-bottom: 40px;
		font-size: 15px;
		font-style: italic;
	}
	
	.testimonial blockquote:before {
		position: relative;
		display: block;
		border: none;
		margin-bottom: 10px;
		color: #f08614;
		font-size: 48px;
		font-style: normal;
		content: "\201c";
	}
	
	.testimonial > img {
		display: inline-block;
		border-radius: 50%;
		margin-bottom: 30px;
	}
	
	.testimonial > h5 {
		padding-top: 20px;
		border-top: 1px solid #d3d3d3;
		margin: 0 -15px;
	}
	
	.testimonial > h5 span {
		color: #f08614;
		font-weight: 500;
	}
	
	.testimonial > h5 small {
		display: block;
		margin-top: 5px;
		color: #838383;
		font-family: "Open Sans", sans-serif;
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-1 .isotope-item {
		width: 100%;
	}
        
	.isotope.col-2 .isotope-item {
		width: 50%;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 33.333333%;
	}
        
        .isotope.col-5 .isotope-item {
		width: 33.333333%;
	}
        
        .isotope.col-6 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.isotope.col-4 .isotope-item {
			width: 25%;
		}
                
                .isotope.col-5 .isotope-item {
                        width: 20%;
                }
                
                .isotope.col-6 .isotope-item {
                        width: 16.66%;
                }
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 50%;
		}
                
                .isotope.col-5 .isotope-item {
			width: 33.33%;
		}
                
                .isotope.col-6 .isotope-item {
			width: 33.33%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
                .isotope.col-2 .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item,
                .isotope.col-5 .isotope-item,
                .isotope.col-6 .isotope-item {
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 15px;
		text-align: center;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		display: block;
		text-decoration: none;
		padding: 4px 25px;
		border-radius: 20px;
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover,
	.filter li a.active {
		border-color: #f08614;
		background-color: #f08614;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 15px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
        .posts-pagination {
                position:relative;
                overflow: hidden;
        }
        
        .posts-pagination,
	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}
        
        .portfolio-nav .posts-pagination { display: inline-block; }
        
        .posts-pagination .nav-links a {
                text-decoration: none;
        }

	.pagination li {
		display: inline-block;
		margin-right: 3px;
	}
        
        .posts-pagination .nav-links .page-numbers {
                float: left;
                margin-right: 6px;
        }

        .posts-pagination .nav-links .page-numbers:last-child,
	.pagination li:last-child {
		margin-right: 0;
	}

        .posts-pagination .nav-links .page-numbers,
	.pagination li a {
		display: block;
		width: 38px;
		height: 38px;
		padding: 0;
		border: none;
		border-radius: 5px;
		background-color: #f1f1f1;
		color: #212121;
		font-size: 12px;
		line-height: 38px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
        .posts-pagination .nav-links .prev,
        .posts-pagination .nav-links .next,
	.pagination li.prev a,
	.pagination li.next a {
		background-color: #f5f8fa;
		color: #242424;
	}

        .posts-pagination .nav-links .current,
        .posts-pagination .nav-links .page-numbers:hover,
	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: #f08614;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.breadcrumb {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}

	.breadcrumb > li + li:before {
		padding: 0;
		margin: 0 10px 0 7px;
		color: #838383;
		font-family: "FontAwesome";
		content: "\f105";
	}

	.breadcrumb li a {
		color: #838383;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
	.breadcrumb li a:hover {
		
		text-decoration: none;
	}
        .breadcrumb li a:hover span {
            color: #f08614;
        }

	.breadcrumb li.item-current span {
		color: #f08614;
	}
        
	.breacrumbs-color .breadcrumb li a,
        .breacrumbs-color .breadcrumb > li + li:before {
                color: inherit;
        }
        
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.65;
	}
	
	.full-section-container {
		position: relative;
	}
	
	
	/* FULL SCREEN */
	.full-screen {
		margin-bottom: -50px;
	}
	
	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	
	/* PARALLAX */
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	
	/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
	.half-image-left,
	.half-image-right {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
	}
	
	.half-image-left {
		left: 0;
	}
	
	.half-image-right {
		right: 0;
	}
	
	.half-image-left img,
	.half-image-right img {
		display: none;
	}
        
        @media (min-width: 768px) and (max-width: 991px) {
		
		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}
		
		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}
		
	}
	
	
	@media (max-width: 767px) {
		
		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}
		
		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}
		
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 50px;
		right: 50px;
		display: none;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		background-color: #f08614;
		color: #fff;
		font-size: 24px;
		line-height: 42px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#scroll-up:hover {
		background-color: #003679;
	}
	
	@media (max-width: 767px) {
		
		#scroll-up {
			right: 20px;
			bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		margin-bottom: 100px;
		height: 650px;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #d7d7d7;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		background-color: #f08614;
	}
        
        /* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #f08614 no-repeat center center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #003679;
	}
	
	.tp-leftarrow.custom {}
	
	.tp-rightarrow.custom {}
        
        
        /* TYPOGRAPHY */
        .tp-caption.list-item:before {
		display: inline-block;
		width: 26px;
		height: 26px;
		border: 6px solid #f08614;
		border-radius: 50%;
		margin-right: 12px;
		vertical-align: middle;
		content: "";
	}


	/* TYPOGRAPHY */
	.tp-caption.title {
		color: #fff;
		font-size: 72px;
		line-height: 72px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.tp-caption.title-2 {
		color: #002047;
		font-size: 72px;
		line-height: 72px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.tp-caption.title-2 span {
		margin: 0 -15px;
		font-family: "Open Sans", sans-serif;
		font-size: 48px;
		font-weight: 300;
		text-transform: lowercase;
	}
	
	.tp-caption.title-small {
		color: #f08614;
		font-size: 36px;
		line-height: 48px;
		font-weight: 800;
		text-transform: uppercase;
	}
	
	.tp-caption.title-small-2 {
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		line-height: 72px;
		font-weight: 700;
	}
	
	.tp-caption.title-small-2 .text-light {
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
	}
	
	.tp-caption.title-small-2 .text-light span {
		color: #f08614;
	}
	
	.tp-caption.subtitle {
		color: #fff;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
	}
	
	.tp-caption.subtitle-2 {
		color: #f08614;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
	}
	
	.tp-caption.subtitle-3 {
		color: #f08614;
		font-family: "Montserrat", sans-serif;
		font-size: 32px;
		line-height: 42px;
	}
	
	.tp-caption.subtitle-4 {
		color: #f08614;
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		line-height: 36px;
	}
	
	.tp-caption.text {
		color: #fff;
		font-size: 16px;
		line-height: 26px;
	}
	
	.tp-caption.text-2 {
		color: #838383;
		font-size: 16px;
		line-height: 26px;
	}
	
	.tp-caption.link a {
		display: block;
		width: 460px;
		padding: 10px 50px;
		border-radius: 4px;
		background-color: #001631;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-caption.link a:hover {
		background-color: #f08614;
	}
	
	.tp-caption.rectangle {
		width: 755px;
		height: 320px;
		border-top: 3px solid #f08614;
		background-color: #00152e;
	}
	
	.tp-caption.rectangle-2 {
		width: 460px;
		height: 405px;
		border-radius: 20px;
		background-color: #23447f;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-caption.rectangle {
			width: 470px;
			height: 250px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 9px 25px;
			font-size: 10px;
		}
		
		.tp-caption.title-2 span {
			margin: 0 -5px;
		}
		
		.tp-caption.rectangle-2 {
			width: 350px;
			height: 300px;
		}
		
		.tp-caption.link a {
			width: 350px;
			padding-left: 35px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -30px !important;
		}
		
		.tp-caption.rectangle {
			width: 220px;
			height: 100px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 4px 15px;
			font-size: 4px;
		}
		
		.tp-caption.title-2 span {
			margin: 0;
			font-size: 20px;
		}
		
		.tp-caption.rectangle-2 {
			width: 150px;
			height: 120px;
			border-radius: 10px;
		}
		
		.tp-caption.link a {
			width: 150px;
			padding: 5px 15px;
			margin-top: 10px;
			font-size: 6px;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.rectangle {
			width: 300px;
			height: 150px;
			margin-left: 30px;
		}
		
		.tp-caption .btn {
			padding: 6px 20px;
			font-size: 6px;
		}
		
		.tp-caption.rectangle-2 {
			width: 250px;
			height: 180px;
		}
		
		.tp-caption.link a {
			width: 250px;
			padding: 8px 20px;
			font-size: 8px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel .owl-item img {
		display: inline;
		width: auto;
	}
	
	.owl-dots {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 5px;
		background-color: #ebebeb;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #f08614;
	}
	
	.owl-dot:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.owl-prev {
		left: -20px;
	}
	
	.owl-next {
		right: -20px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}
	
	.owl-prev:before {
		content: "\f104";
	}
	
	.owl-next:before {
		content: "\f105";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-prev {
		left: -40px;
	}
	
	.testimonials-slider .owl-next {
		right: -40px;
	}
	
	.testimonials-slider .owl-dots {
		bottom: -10px;
		display: none !important; 
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider {
		margin-bottom: 30px;
		text-align: center;
                list-style: none;
	}
	
	.logos-slider li a {
		display: block;
		height: 90px;
		padding: 0 20px;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-slider li a:hover {
		background-position: bottom center;
	}
	
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.testimonials-slider .owl-dots {
			display: block !important;
		}
		
		.testimonials-slider .owl-prev,
		.testimonials-slider .owl-next {
			display: none !important;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.owl-dots {
			bottom: 15px;
		}
		
		.testimonials-slider .owl-dots {
			display: block !important;
		}
		
		.testimonials-slider .owl-prev,
		.testimonials-slider .owl-next {
			display: none !important;
		}
		
	}
	
/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/
	
	.fancybox-overlay {
		background: rgba(0, 0, 0, 0.8);
	}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 75px;
	}
	
	.widget-title {
		margin-bottom: 35px;
		text-transform: uppercase;
	}
        
        .widget ul li { 
                list-style: none;
                margin-bottom: 10px; 
        }
	
	/* WIDGET TEXT */
	.widget_text {}
	
	.widget_text div > *:last-child {
		margin-bottom: 0;
	}
	
	.copyright {
		margin-top: 10px;
		text-align: center;
	}
	
	
	/* WIDGET SERACH */
	.widget_search {}
	
	.widget_search form {
		position: relative;
	}
	
	.widget_search .search-input {
		width: 100%;
		height: 45px;
		padding-right: 30px;
		border: none;
		border-bottom: 1px solid #ebebeb;
		background-color: transparent;
	}
	
	.widget_search .search-input:focus {
		border-color: #f08614;
	}
	
	.widget_search input[type="submit"] {
		width: 20px;
		height: 45px;
		padding: 0;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		background: url(././layouts/images/search.png) no-repeat center center;
	}
	
	
	/* WIDGET CATEGORIES */
	.widget_categories  {}
	
	.widget_categories  ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget_categories  ul li {
		margin-bottom: 15px;
	}
	
	.widget_categories  ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget_categories  ul li a {
		position: relative;
		display: inline-block;
		padding-left: 20px;
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_categories  ul li a:before {
		position: absolute;
		top: 10px;
		left: 0;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #f08614;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_categories  ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget_categories  ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget_categories -dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget_archive {}
	
	.widget_archive ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget_archive ul li {
		margin-bottom: 15px;
	}
	
	.widget_archive ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget_archive ul li a {
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_archive ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #f08614;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_archive ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget_archive ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget_archive-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget_pages {}
	
	.widget_pages ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget_pages ul li {
		margin-bottom: 15px;
	}
	
	.widget_pages ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget_pages ul li a {
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_pages ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #f08614;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_pages ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget_pages ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET METADATA */
	.widget_meta {}
	
	.widget_meta ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget_meta ul li {
		margin-bottom: 15px;
	}
	
	.widget_meta ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget_meta ul li a {
		color: #838383;
		font-weight: 500;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_meta ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #f08614;
		opacity: 0;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_meta ul li a:hover {
		color: #212121;
		text-decoration: none;
	}
	
	.widget_meta ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET TAGS */
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		position: relative;
		z-index: 1;
		overflow: hidden;
		display: inline-block;
		padding: 5px 18px;
		margin: 5px 5px 5px 0;
		background-color: #f1f1f1;
		color: #838383;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_tag_cloud a:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 20px;
		background-color: #f08614;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget_tag_cloud a:hover {
		border-color: #f08614;
		background-color: #f08614;
		color: #fff;
	}
	
	.widget_tag_cloud a:hover:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget_tag_cloud a {
			padding: 3px 12px;
			font-size: 12px;
		}
		
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter { position: relative; }
	
	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 44px;
		padding-right: 140px;
		padding-right: 140px;
		border-radius: 15px;
	}
	
	.widget-newsletter input[type="submit"] {
		position: absolute;
		top: 0;
		right: -1px;
		height: 44px;
		border-radius: 0 15px 15px 0;
		font-size: 12px;
                margin-right: 0;
	}
	
	.widget-newsletter input[type="submit"]:after {
		border-radius: 0;
	}
	
	.widget_mc4wp_form_widget form {
		border: 10px solid #f1f1f1;
		background-color: #f1f1f1;
	}
	
	.widget_mc4wp_form_widget form #newsletter-email {
		padding-right: 20px;
		border-radius: 0;
		margin-bottom: 10px;
	}
	
	.widget_mc4wp_form_widget form input[type="submit"] {
		position: relative;
		width: 100%;
		border-radius: 5px;
		margin-bottom: 0;
	}
	
	.widget_mc4wp_form_widget form input[type="submit"]:after {
		border-radius: 5px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.widget_mc4wp_form_widget form {
			padding: 0;
			border: none;
			background-color: transparent;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.widget-newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.widget-newsletter input[type="submit"] {
			position: relative;
			right: 0;
			border-radius: 15px;
		}
		
		.widget_mc4wp_form_widget form input[type="submit"] {
			border-radius: 5px;
		}
		
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li {
		margin-bottom: 20px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.widget-recent-posts ul li .post-title {
		color: #212121;
		font-family: "Montserrat", sans-serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-details {
		margin-top: 5px;
		font-size: 12px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-details a {
		display: inline-block;
		padding-right: 5px;
		border-right: 1px solid #838383;
		margin-right: 2px;
		color: #838383;
		line-height: 12px;
		text-decoration: none;
	}
	
	.widget-recent-posts ul li .post-details a:last-child {
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
	}
	
	.widget-recent-posts ul li .post-details a:before {
		position: relative;
		top: 2px;
		margin-right: 7px;
		font-family: "setup-icons";
		font-size: 14px;
	}
	
	.widget-recent-posts ul li .post-details a.author:before {
		content: "\e9ca";
	}
		
	.widget-recent-posts ul li .post-details a.date:before {
		content: "\e91c";
	}
	
	.widget-recent-posts ul li .post-title:hover {
		color: #f08614;
		text-decoration: none;
	}
	
	.widget-recent-posts ul li .post-date {
		font-size: 12px;
	}
	
	.widget-recent-posts ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-recent-posts ul li img {
			display: none;
		}
		
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget_recent_comments {}
	
	.widget_recent_comments ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget_recent_comments ul li {
		margin-bottom: 20px;
	}
	
	.widget_recent_comments ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CALENDAR */
	.widget_calendar {}
	
	.widget_calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget_calendar table th, 
	.widget_calendar table td {
		padding: 5px;
		border-top: 1px solid #ebebeb;
		border-left: 1px solid #ebebeb;
		text-align: center;
	}
	
	.widget_calendar table th:last-child, 
	.widget_calendar table td:last-child {
		border-right: 1px solid #ebebeb;
	}
	
	.widget_calendar table tr:last-child td {
		border-bottom: 1px solid #ebebeb;
	}
	
	.widget_calendar table tfoot td,
	.widget_calendar table tfoot td:last-child,
	.widget_calendar table tfoot tr:last-child td {
		border: none;
	}
	
	.widget_calendar table td#today {
		background-color: #f08614;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -2px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 2px;
	}
	
	.flickr_badge_image img {
		width: 64px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1200px) {
		
		.flickr_badge_image img {
			width: 80px;
		}
		
	}
	
	
	/* WIDGET INSTAGRAM */
	.widget-instagram {}
	
	#instafeed {
		margin: -2px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 72px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;
		padding: 2px;
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	@media (min-width: 1200px) {
		
		#instafeed a {
			width: 90px;
		}
		
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 40px;
		margin-bottom: 35px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 5px;
		left: 0;
		font-size: 24px;
		line-height: 24px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-contact ul li:hover i {
		color: #f08614;
	}
	
	.widget-contact ul li a {
		color: #838383;
	}
	
	.widget-contact ul li small {
		display: block;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-contact ul li {
			padding-left: 0;
		}
		
		.widget-contact ul li i {
			display: none;
		}
		
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
        
        
/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
		background-color: #fff; 
	}
	
	.boxed {
		background: #fff repeat top left;
	}
	
	.boxed #main-container {
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
		box-shadow: 0 0 5px #000;
	}
	
	.boxed #header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #main-container,
		.boxed #header-sticky {
			max-width: 1350px;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 20px 0 10px;
	}
	
	#header-top .widget:first-child {
		margin-top: 7px;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	.setup-header1 #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;
		}
		
	}
        
        @media (max-width: 1199px) {
                #header-top .widget-social .social-media,
                #header-top { text-align: center; }
        }
        
        
        .setup-header3 #header-top,
        .setup-header4 #header-top {
		padding: 5px 30px 4px;
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
        .setup-header3 #header-top a,
	.setup-header4 #header-top a {
		color: inherit;
	}
	
        .setup-header3 #header-top .widget-social .social-media a,
	.setup-header4 #header-top .widget-social .social-media a {
		border-color: inherit;
	}
	
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 	
        /* HEADER STYLE 1 */

	.setup-header1 #header {
		position: relative;
		z-index: 2;
		background-color: #003679;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.setup-header1 #header:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		background-color: #f08614;
		content: "";
	}
        
        .setup-header1 .header-site-title { color: #fff; }
        
	@media (min-width: 1200px) {
		
		.setup-header1 #header:after {
			width: 35%;
		}
		
	}
	
	@media (max-width: 991px) {
		
		.setup-header1 #header [class^="col-"] {
			min-height: 0;
		}
		
	}
        
        /* HEADER STYLE 2 */
        
        .setup-header2 #header {
		position: relative;
		padding: 0 30px;
	}
	
	.setup-header2 #header [class^="col-"] {
		position: static;
	}
	
	@media (min-width: 1200px) {
		
		.setup-header2 #header-container [class^="col-"] {
			position: relative;
		}
		
	}
	
	@media (max-width: 991px) {
		
		.setup-header2 #header {
			padding: 0;
		}
		
	}
        
        /* HEADER STYLE 3 */
        
        .setup-header3 #header-container  {
		position: absolute;
		z-index: 8080;
		top: 0;
		left: 0;
		right: 0;
	}
        
        .setup-header3 #header {
		position: relative;
		padding: 0 30px;
	}
	
	.setup-header3 #header [class^="col-"] {
		position: static;
	}
        
	@media (min-width: 1200px) {
		
		.setup-header3 #header-container [class^="col-"] {
			position: relative;
		}
		
	}
        
        @media (max-width: 767px) {
		
		.setup-header3 #header-container {
			position: relative;
                        background-color: #003679;
		}
		
	}
	
	@media (max-width: 991px) {
		
		.setup-header3 #header {
			padding: 0;
		}
		
	}
        
        /* HEADER STYLE 4 */
        
        .setup-header4 #header-container {
		position: absolute;
		z-index: 8080;
		top: 0;
		left: 0;
		right: 0;
	}
        
        .setup-header4 #header {
		position: relative;
		padding: 0 30px;
	}
	
	.setup-header4 #header [class^="col-"] {
		position: static;
	}
	
	@media (min-width: 1200px) {
		
		.setup-header4 #header-container [class^="col-"] {
			position: relative;
		}
		
	}
        
        @media (max-width: 767px) {
		
		.setup-header4 #header-container {
			position: relative;
                        background-color: #003679;
		}
		
	}
	
	@media (max-width: 991px) {
		
		.setup-header4 #header {
			padding: 0;
		}
		
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

        .setup-header1 .logo-column { float: right; }
        
        #logo {
		max-width: 100%;
		padding: 20px 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#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 > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		padding: 5px 30px;
		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;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
        
        .setup-header2 .menu > li > a { color: #212121; }
	
	.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: 260px;
		border: 1px solid #212121;
		background-color: #003679;
	}
	
	.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 #f08614;
		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: 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;
		content: "\f105";
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after {}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a,
        .menu li.current-menu-item > a,
        .menu li.current-menu-parent > a {
		color: #f08614;
		text-decoration: none;
	}
        
        .widget_nav_menu ul.menu li { background-color: #003679; }
        
        .widget_nav_menu ul.menu li a { padding: 10px 25px; }
        
	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
                 .widget_nav_menu ul.menu { display:block; }
		
	}
	
	@media (max-width: 767px) {
	
		.menu {
			display: none;
		}
                
                .widget_nav_menu ul.menu { display:block; }
		
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		position: absolute;
		top: -52px;
		right: 15px;
		display: none;
		font-size: 24px;
		line-height: 24px;
	}
        
        .setup-header3 #mobile-menu-button,
        .setup-header4 #mobile-menu-button {
            top: 30px;
            color: #000;
        }
        
        .setup-header2 #mobile-menu-button { top: 30px; }
	
	#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;
	}
        
        .setup-header1 .nav-menu-column .menu li.search { 
                float:none;
                display: inline-block;
        }
        
        .setup-header1 .nav-menu-column .menu li.search a:hover { color: #f08614; }
	
	.menu li.search a {
		padding: 30px 10px;
		color: #fff;
	}
	
        .setup-header2 .menu li.search a { color: #f08614; }
        
        .setup-header1 .menu li.search a:hover,
	.setup-header2 .menu li.search a:hover { color: #003679; }
        
        .setup-header3 .menu li.search a:hover,
	.setup-header4 .menu li.search a:hover { color: #f08614; }
	
	#search-form-container > .searchform {
		position: absolute;
		z-index: 10;
		top: 17px;
		right: 15px;
		display: none;
	}
	
	#search-form-container .search-submit { 
		display: none; 
	}
	
	#search-form-container > .searchform .search-input {
		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-container > .searchform .search-input:focus {
		border-color: #0e4fa0;
	}
	
	#search-form-container > .searchform.open .search-input {
		width: 430px;
	}
	
	#search-form-container > .searchform 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-container > .searchform {
			position: relative;
			top: 0;
			right: 0;
			display: block;
			width: 100%;
		}
		
		#search-form-container > .searchform .search-input {
			width: 100%;
			height: 50px;
			padding-right: 50px;
			margin-bottom: 0;
		}

		#search-form-container > .searchform .search-submit {
			position: absolute;
			top: 4px;
			right: 15px;
			display: block;
			padding: 0;
			border: none;
			width: 30px;
			height: 45px;
			background: url(././layouts/images/search.png) no-repeat center center;
		}
		
	}
 
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
        /* HEADER STICKY STYLE 1 */

	.setup-header1 #header-sticky [class^="col-"] {
		position: static;
	}
	
	.setup-header1 #header-sticky .container {
		position: relative;
	}

	.setup-header1 #header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		margin: 0 auto;
		background-color: #003679;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	.setup-header1 #header-sticky:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		width: 30%;
		background-color: #f08614;
		content: "";
	}
	
	.setup-header1 #header-sticky.header-sticky-small .menu > li> a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.setup-header1 #header-sticky.header-sticky-small #search-form-container > .searchform {
		top: 2px;
	}
	
        /* HEADER STICKY STYLE 2 */
        
        .setup-header2 #header-sticky [class^="col-"] {
		position: static;
	}
	
	.setup-header2 #header-sticky .container {
		position: relative;
	}

	.setup-header2 #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);
	}
	
	.setup-header2 #header-sticky.header-sticky-small #logo {
		padding: 10px 0;
	}
	
	.setup-header2 #header-sticky.header-sticky-small .menu > li> a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	
	.setup-header2 #header-sticky.header-sticky-small #search-form {
		top: 4px;
	}
	
        /* HEADER STICKY STYLE 3 */
        
        .setup-header3 #header-sticky [class^="col-"] {
		position: static;
	}
	
	.setup-header3 #header-sticky.header-sticky-small #logo {
		padding: 10px 0;
	}

	.setup-header3 #header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
		background-color: #003679;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	.setup-header3 #header-sticky.header-sticky-small .menu > li> a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	
	.setup-header3 #header-sticky.header-sticky-small #search-form {
		top: 4px;
	}
        
        /* HEADER STICKY STYLE 4 */
        
        .setup-header4 #header-sticky [class^="col-"] {
		position: static;
	}
	
	.setup-header4 #header-sticky.header-sticky-small #logo {
		padding: 10px 0;
	}

	.setup-header4 #header-sticky {
		position: fixed;
		z-index: 8000;
		top: 0;
		right: 0;
		left: 0;
		display: none;
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
		background-color: #003679;
		box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
	}
	
	.setup-header4 #header-sticky.header-sticky-small .menu > li> a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	
	.setup-header4 #header-sticky.header-sticky-small #search-form {
		top: 4px;
	}
	
        
        /* Common */
        
        .setup-header2 #header-sticky.header-sticky-small #logo,
        .setup-header3 #header-sticky.header-sticky-small #logo,
        .setup-header4 #header-sticky.header-sticky-small #logo {
		padding: 10px 0;
	}
        
        .setup-header2 #header-sticky.header-sticky-small .menu > li> a,
        .setup-header3 #header-sticky.header-sticky-small .menu > li> a,
        .setup-header4 #header-sticky.header-sticky-small .menu > li> a {
		padding-top: 17px;
		padding-bottom: 17px;
	}
	
        .setup-header2 #header-sticky.header-sticky-small #search-form,
        .setup-header3 #header-sticky.header-sticky-small #search-form,
	.setup-header4 #header-sticky.header-sticky-small #search-form {
		top: 4px;
	}
        
        @media (min-width: 1200px) {
		
		#header-sticky:after {
			width: 35%;
		}
		
                .setup-header3 #header-sticky [class^="col-"],
		.setup-header4 #header-sticky [class^="col-"] {
			position: relative;
		}
		
	}
	
	@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-header2,
	#page-header { 
                margin-bottom: 70px;
                border-bottom: 1px solid #e1e1e1;
        }
        
        #page-header2 { 
                color: #fff;
                background-color: #003679;
                padding-top: 150px; 
                padding-bottom: 35px;
        }
        
        #page-header {
                padding: 35px 0;
        }
        
	#page-header2 .page-header-title,
        #page-header .page-header-title { 
                color: #838383;
                margin-bottom: 0;
        }
        
        #page-header2 h3 + ol,
        #page-header h3 + ol { margin-top: 20px; }
        
	@media (max-width: 991px) {
		
                #page-header2,
		#page-header {
			border-top: 1px solid #e1e1e1;
		}
		
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
/***********************************************************************************
 *	 FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 80px 0;
		background-color: #000c1c;
		color: #fff;
		font-size: 14px;
		font-weight: 300;
	}
	
	#footer a {
		color: inherit;
	}
	
	#footer a:hover {
		color: #f08614;
	}
	
	#footer h1,
	#footer h2,
	#footer h3,
	#footer h4,
	#footer h5,
	#footer h6 {
		color: #fff;
	}
	
	#footer .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget-title {
		font-size: 18px;
		text-transform: none;
	}
	
	#footer .widget_tag_cloud a {
		color: #212121;
	}
	
	#footer .widget_tag_cloud a:hover {
		color: #fff;
	}
	
	#footer .widget_pages ul li,
	#footer .widget_archive ul li,
	#footer .widget_meta ul li,
	#footer .widget_categories  ul li {
		margin-bottom: 20px;
	}
	
	#footer .widget_pages ul li:last-child,
	#footer .widget_archive ul li:last-child,
	#footer .widget_meta ul li:last-child,
	#footer .widget_categories  ul li:last-child {
		margin-bottom: 0;
	}
	
	#footer .widget_pages ul li a:before,
	#footer .widget_archive ul li a:before,
	#footer .widget_meta ul li a:before,
	#footer .widget_categories  ul li a:before {
		opacity: 1;
	}
	
	#footer .widget-recent-posts ul li {
		padding-bottom: 5px;
		border-bottom: 1px solid #444;
		margin-bottom: 25px;
	}
	
	#footer .widget-recent-posts ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 0;
	}
	
	#footer .widget-recent-posts ul li .post-details a {
		color: #838383;
	}
	
	#footer .widget-recent-posts ul li .post-details a:hover {
		color: #f08614;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer .widget_pages ul li a,
		#footer .widget_archive ul li a,
		#footer .widget_meta ul li a,
		#footer .widget_categories  ul li a {
			padding-left: 0;
		}
		
		#footer .widget_pages ul li a:before,
		#footer .widget_archive ul li a:before,
		#footer .widget_meta ul li a:before,
		#footer .widget_categories  ul li a:before {
			display: none;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 50px;
		}
		
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
	
	#footer-bottom {
		padding: 20px 0;
		background-color: #000c1c;
		color: #636b75;
		font-size: 14px;
		font-weight: 300;
	}
	
	#footer + #footer-bottom {
		border-top: 1px solid #3c4450;
	}
	
	#footer-bottom a {
		color: inherit;
	}
	
	#footer-bottom a:hover {
		color: #f08614;
	}
	
	#footer-bottom h1,
	#footer-bottom h2,
	#footer-bottom h3,
	#footer-bottom h4,
	#footer-bottom h5,
	#footer-bottom h6 {
		color: #fff;
	}
	
	#footer-bottom .widget:last-child {
		margin-bottom: 0;
	}
	
	#footer-bottom .widget_tag_cloud a {
		color: #212121;
	}
	
	#footer-bottom .widget_tag_cloud a:hover {
		color: #fff;
	}
	
	#footer-bottom .widget-social .social-media.rounded a {
		color: #fff;
	}
	
	#footer-bottom .widget-social {
		margin-top: 5px;
		text-align: right;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#footer-bottom .copyright {
			text-align: left;
		}
		
		#footer-bottom .widget-social .social-media a {
			margin-right: 8px;
		}
		
		#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: 10px;
		}
		
		#footer-bottom .widget-social .social-media {
			text-align: center;
		}
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.about-me {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.about-me .about-me-thumbnail {
		position: relative;
		border-bottom: 3px solid transparent;
		margin-bottom: 30px;
	}
	
	.about-me .about-me-thumbnail:after {
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 0;
		border-bottom: 3px solid #f08614;
		content: "";
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.about-me h5 {
		margin-bottom: 0;
		font-weight: 700;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.about-me p {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.about-me:hover .about-me-thumbnail:after {
		width: 100%;
	}
	
	.about-me:hover h5 {
		color: #f08614;
	}
	
	
	/* TEAM LIST */
	.team-list {
		list-style: none;
	}
	
        .team-list li br:first-of-type {
		display: none;
	}
        
	.team-list li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 30px;
	}
	
	.team-list li:last-child {
		margin-bottom: 0;
	}
	
	.team-list img {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.team-list p {
		margin-bottom: 0;
	}
	
	.team-list h6 {
		margin-bottom: 0;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.team-list h6 + p {
		color: #f08614;
	}
	
	.team-list a {
		color: #737373;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.team-list li {
			padding-left: 0;
		}
		
		.team-list img {
			display: none;
		}
		
	}
 
/***********************************************************************************
 *	- 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: #212121;
		font-family: "Montserrat", sans-serif;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box .service-box-content > a:hover {
		color: #f08614;
	}
	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1 {}
	
	.service-box.style-1 > img,
	.service-box.style-1 > a img {
		display: block;
		margin-bottom: 30px;
	}
	
	.service-box.style-1 .service-box-content {}
	
	.service-box.style-1 .service-box-content h4 {
		margin-bottom: 15px;
		font-weight: 700;
	}
	
	.service-box.style-1 .service-box-content h4:before {
		display: inline-block;
		width: 11px;
		height: 11px;
		border: 2px solid #d7d7d7;
		border-radius: 50%;
		margin-right: 20px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-1:hover .service-box-content h4:before {
		border-color: #f08614;
	}
	
	
	/* 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%;
		background-color: #f4f8fd;
		color: #003679;
		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: #f08614;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-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 h4 {
		padding-top: 5px;
		margin-bottom: 20px;
		line-height: 26px;
		font-weight: 700;
	}
	
	.service-box.style-2:hover > i {
		background-color: #f08614;
		color: #fff;
	}
	
	.service-box.style-2:hover > i:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
        @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 2 */
	.service-box.style-2-border {}

	.service-box.style-2-border > i {
		position: relative;
		z-index: 1;
		float: left;
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		border: 2px solid #f08614;
		color: #f08614;
		font-size: 36px;
		line-height: 56px;
		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-border > i:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		display: block;
		width: 56px;
		height: 56px;
		border-radius: 50%;
		background-color: #f08614;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-2-border .service-box-content {
		margin-left: 80px;
	}

	.service-box.style-2-border .service-box-content h4 {
		padding-top: 5px;
		margin-bottom: 20px;
		line-height: 26px;
		font-weight: 700;
	}
	
	.service-box.style-2-border:hover > i {
		background-color: #f08614;
		color: #fff;
	}
	
	.service-box.style-2-border:hover > i:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
        
        @media (min-width: 768px) and (max-width: 991px) {
		
		.service-box.style-2-border > i {
			float: none;
			margin-bottom: 20px;
		}
		
		.service-box.style-2-border .service-box-content {
			margin-left: 0;
		}
		
	}
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3 {
		text-align: center;
	}
	
	.service-box.style-3 > i {
		display: block;
		margin-bottom: 10px;
		color: #f08614;
		font-size: 72px;
		line-height: 72px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-3 .service-box-content {}
	
	.service-box.style-3 .service-box-content h5 {
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.service-box.style-3:hover > i {
		color: #003679;
	}
	
        /* SERVICE BOX STYLE 4 */
        
        .service-box.style-4 {
		text-align: center;
	}
	
	.service-box.style-4 > i {
		display: inline-block;
		width: 60px;
		height: 60px;
		border: 2px solid #f08614;
		border-radius: 50%;
		margin-bottom: 30px;
		color: #f08614;
		font-size: 40px;
		line-height: 56px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-4 .service-box-content h4 {
		margin-bottom: 25px;
		font-weight: 700;
	}
	
	.service-box.style-4:hover > i {
		background-color: #f08614;
		color: #fff;
	}
	
	
	/* SERVICE BOX STYLE 5 */
	.service-box.style-5 {}
	
	.service-box.style-5 > i {
		float: right;
		margin-top: -18px;
		margin-left: 20px;
		color: #f08614;
		font-size: 60px;
		line-height: 60px;
	}
	
	.service-box.style-5 .service-box-content {
		margin-top: 35px;
		color: #b8b9b9;
	}
	
	.service-box.style-5 .service-box-content:before {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* SERVICE BOX STYLE 6 */
	.service-box.style-6 {
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	
	.service-box.style-6:first-child {
		margin-top: 20px;
	}
	
	.service-box.style-6.icon-right {
		text-align: right;
	}
	
	.service-box.style-6 > i {
		display: block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		font-size: 28px;
		line-height: 60px;
		background-color: #f08614;
		color: #fff;
		text-align: center;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.service-box.style-6 > i:after {
		position: absolute;
		top: 60px;
		bottom: 0;
		border-left: 2px solid #f08614;
		content: "";
	}
	
	.service-box.style-6.icon-right > i:after {
		right: 29px;
	}
	
	.service-box.style-6.icon-left > i:after {
		left: 29px;
	}
	
	.service-box.style-6:last-child > i:after {
		display: none;
	}
	
	.service-box.style-6.icon-left > i {
		float: left;
	}
	
	.service-box.style-6.icon-right > i {
		float: right;
	}	
	
	.service-box.style-6.icon-left .service-box-content { 
		margin-left: 85px;
	}
	
	.service-box.style-6.icon-right .service-box-content { 
		margin-right: 85px;
	}
	
	.service-box.style-6 .service-box-content h4 {
		padding-top: 3px;
		margin-bottom: 15px;
		font-weight: 700;
	}
	
	.service-box.style-6:hover > i {
		background-color: #003679;
	}
        
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 50px;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
	}
	
	.portfolio-item-details h5 {
		margin-bottom: 0;
		font-weight: 700;
	}
	
	.portfolio-item-details h5 + p {
		color: #f08614;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		text-align: center;
		margin: 40px 0;
	}
	
	.portfolio-item-hover {
		visibility: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 20px;
		text-align: center;
		background-color: rgba(240, 134, 20, 0.85);
		color: #fff;
		-webkit-transform: rotateX(90deg);
			-ms-transform: rotateX(90deg);
				transform: rotateX(90deg);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover a.zoom-action {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 25px;
		font-size: 32px;
		line-height: 32px;
		text-decoration: none;
		color: #fff;
	}
	
	.portfolio-item-hover a.zoom-action:before {
		position: absolute;
		top: 50%;
		left: 50%;
		font-family: "setup-icons";
		content: "\ea18";
		-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		visibility: visible;
		-webkit-transform: rotateX(0);
			-ms-transform: rotateX(0);
				transform: rotateX(0);
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		margin-bottom: 100px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 50px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-title {
		margin-bottom: 15px;
		font-weight: 700;
	}
	
        .blog-article .sticky,
	.blog-article .date {
		display: inline-block;
		padding: 0 20px;
		border-radius: 20px;
		margin-bottom: 15px;
		background-color: #f08614;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 12px;
		letter-spacing: 0.5px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
        .blog-article .sticky:hover,
	.blog-article .date:hover {
		background-color: #003679;
	}
	
	.blog-article-details {
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	h5.blog-article-title {
		margin-bottom: 0;
	}
	
	h5.blog-article-title + .blog-article-details {
		font-size: 12px;
	}
	
	.blog-article-details a {
		display: inline-block;
		padding-right: 8px;
		border-right: 1px solid #838383;
		margin-right: 3px;
		color: #838383;
		line-height: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-details a:last-child {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
	
	.blog-article-details a:before {
		margin-right: 3px;
		font-family: "setup-icons";
		font-size: 20px;
	}
	
	h5.blog-article-title + .blog-article-details a:before {
		font-size: 16px;
	}
	
	.blog-article-details a.author:before {
		position: relative;
		top: 3px;
		content: "\e9ca";
	}
	
	.blog-article-details a.comments:before {
		position: relative;
		top: 4px;
		content: "\e9ad";
	}
	
	.blog-article-details a:hover {
		color: #f08614;
		text-decoration: none;
	}
	
	.blog-article-content {}
	
	.blog-article-content > a {
		display: inline-block;
		color: #f08614;
		font-family: "Montserrat", sans-serif;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-article-content > a:hover {
		color: #212121;
	}
	
        .blog-article-content + .blog-article-details {
		padding-top: 15px;
		border-top: 1px solid #e1e1e1;
	}
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		text-transform: uppercase;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 70px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li > ul.children {
		margin-left: 100px;
	}
	
	.commentlist li {}
	
	.comment-body {
		position: relative;
		padding-left: 100px;
		margin-bottom: 65px;
	}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 50%;
	}
	
	.comment-author .fn {
		color: #212121;
		font-family: "Montserrat", sans-serif;
		font-size: 14px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.comment-author .fn:hover {
		color: #f08614;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 24px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	
	.comment-metadata a {
		color: #838383;
	}
	
	.comment-content {}
	
	.reply {}
	
	.reply a {
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.reply a:hover {
		border-color: #212121;
		color: #212121;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		text-transform: uppercase;
	}
	
	#commentform {
		margin: 70px 0 30px;
	}
	
	#commentform label {}
	
	#commentform textarea,
	#commentform input[type="url"],
	#commentform input[type="text"],
	#commentform input[type="email"] {}
	
	#commentform button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
	}
	
        @media (min-width: 768px) and (max-width: 991px) {
		
		.commentlist li > ul.children {
			margin-left: 35px;
		}
		
	}
        
	@media (max-width: 767px) {
		
		.commentlist li > ul.children {
			margin-left: 15px;
		}
                
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 	
 	
	#contact-form {
		margin-bottom: 50px;
	}
	
	#contact-form label {
		display: block;
	}
	
	#contact-form label.error {
		margin-bottom: 10px;
		color: #f30d39;
	}
	
	#contact-form textarea,
	#contact-form input[type="text"],
	#contact-form input[type="email"] {}
	
	#contact-form button[type="submit"] {
		margin-top: 40px;
		margin-bottom: 0;
	}
	
	.quick-contact-form {
		margin-top: 15px;
	}
	
	.quick-contact-form textarea {
		height: 140px;
	}
	
	.quick-contact-form#contact-form button[type="submit"] {
		float: right;
		margin-top: 10px;
	}
        
        .wpcf7-list-item input {
                display: inline-block;
                height: auto;
        }
        
        .wpcf7-list-item {
                display: block;
                margin-bottom: 10px;
        }
        
	.form-dark textarea,
	.form-dark input[type="text"],
	.form-dark input[type="email"] {
		border-color: #000c1c;
		background-color: #000c1c;
		color: #fff;
	}
        
        .form-dark input[type="submit"] { margin-top: 40px; }
	
/***********************************************************************************
 *	- 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%;
		}

	}
        
/***********************************************************************************
 *	- WORDPRESS
 ***********************************************************************************/ 

        .wp-caption {}
        .wp-caption-text {}
        .gallery-caption {}
        .bypostauthor {}
        
        .alignright {text-align: right;}
        .alignleft {text-align: left;}
        .aligncenter {text-align: center;}
        
        figure.alignright,
        img.alignright { margin-left: 10px;}
        
        figure.alignleft,
        img.alignleft { margin-right: 10px;}
        
        figure.alignright,
        img.alignright {float: right;}
        
        figure.alignleft,
        img.alignleft {float: left;}
        
        figure.aligncenter,
        img.aligncenter {
                display:block;
                margin-left:auto;
                margin-right:auto;
        }
        
        .screen-reader-text {
                clip: rect(1px, 1px, 1px, 1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
        }
        
        .pingback .comment-body { margin-bottom: 0; }
        
        #page-content .comments-area h5,
        #page-content .comments-area ul,
        #page-content .comment-form p {padding:0;}
        
        .comments-nav.navigation { margin-bottom: 70px; }
        
        .comments-nav.navigation .nav-previous,
        .comments-nav.navigation .nav-previous {
                margin-right: 20px;
                float: left;
        }
        
/***********************************************************************************
 *	- VISUAL COMPOSER MODIFIERS
 ***********************************************************************************/ 

        .vc_row-o-content-middle>.container {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
        }
        
        .vc_row-o-content-bottom>.container {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
        }
        
        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        .vc_row { 
            background: no-repeat center center;
            position:relative; 
        }
        
/***********************************************************************************
 *	- HELPERS
 ***********************************************************************************/        
        
        #main-container #page-content .hover-columns .vc_column-inner { padding: 135px 80px 85px; }

        #page-content .hover-columns .vc_column-inner:hover { 
                background-color: #f08614; 
                color: #fff;
                -webkit-transition: all 0.3s;
                    transition: all 0.3s;
        }
        
        @media (max-width: 767px){
            #main-container #page-content .hover-columns .vc_column-inner { padding: 85px 30px 35px; }
        }
        
        #page-content .hover-columns .vc_column-inner:hover a,
        #page-content .hover-columns .vc_column-inner:hover p,
        #page-content .hover-columns .vc_column-inner:hover i,
        #page-content .hover-columns .vc_column-inner:hover h1,
        #page-content .hover-columns .vc_column-inner:hover h2,
        #page-content .hover-columns .vc_column-inner:hover h3,
        #page-content .hover-columns .vc_column-inner:hover h4,
        #page-content .hover-columns .vc_column-inner:hover h5,
        #page-content .hover-columns .vc_column-inner:hover h6 {
                color: #fff;
                border-color: #fff;
                -webkit-transition: all 0.3s;
                    transition: all 0.3s;
        }

        #page-content .vc_col-has-fill>.vc_column-inner { padding-top:0; }

        .gradient-title {
		background: -webkit-linear-gradient(45deg, #894aca 20%, #15ccb9 50%);
		background: 		linear-gradient(45deg, #894aca 20%, #15ccb9 50%);
		color: transparent !important;
		-webkit-background-clip: text;
				background-clip: text;
		font-family: "Montserrat", sans-serif;
	}
        
        .for-negative-positioning {
                position: relative;
                z-index: 1;
        }
        
        .weight700,
        .weight700 i { font-weight: 700 !important; }

        .second-font { font-family: "Montserrat", sans-serif; }
        
        .accent-color2 { color: #f08614; }
        
        .button-white { 
                color: #fff !important;
                border-color: #fff !important; 
        }
        
        .white-link { 
                color: #fff !important; 
                text-decoration: none;
                border-bottom: 2px solid rgba(255, 255, 255, 0.5);
                -webkit-transition: all 0.3s;
                        transition: all 0.3s;
        }
        
        .white-link:hover { text-decoration: none; }
        
        .alt-font,
        .alt-font h1,
        .alt-font h2,
        .alt-font h3,
        .alt-font h4,
        .alt-font h5,
        .alt-font h6 { font-family: serif; }
        
        .letter-spacing2 { letter-spacing: 2px; }

        .clear {
		clear: both;
		display: block;
		overflow: hidden;
		visibility: hidden;
		width: 0;
		height: 0;
	}
        
        .utility-container {
                background: no-repeat center center;
                position: relative;
                margin-left: auto;
                margin-right: auto;
        }
        
        .utility-container>.utility-container-middle-h {
                position: absolute;
                left: 50%;
                transform: translate(-50%, 0);
        }
        
        .utility-container>.utility-container-middle-v {
                width: 100%;
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
        }
        
        .utility-container>.utility-container-middle {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
        }
        .utility-container>.utility-container-bottom {
                position: absolute;
                width: 100%;
                bottom: 0;
                transform: translate(0, 0);
        }
        
        .utility-container>.utility-container-bottom-h {
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 0);
        }

        .milo_loader_gif {
                display: none;
                margin: 0 auto;
        }

        .full-section .container > .row,
        .full-section.vc_row,
        .container .vc_row {
            margin-left: 0;
            margin-right: 0;
        }
        
        .recent-posts-container {
            margin-left: -15px;
            margin-right: -15px;
        }
        
        /* Container mlp helpers */
        
        .container {
            max-width:100%;
        }
        
        .setup-right {
            float: right;
        }
        
        .setup-left {
            float: left;
        }
        
        .setup-center {
            margin-left: auto;
            margin-right: auto;
        }
        
        .no-padding.container,
        .no-padding {
            padding: 0;
        }
        
        .vc_row.wpb_row.container {
                margin-right: auto;
                margin-left: auto;
        }
        
        .container-inner {
                position: relative;
                margin-right: auto;
                margin-left: auto;
        }
        
        @media (min-width: 768px){
            .container-inner {
                max-width: 750px;
            }
        }
        
        @media (min-width: 992px){
            .container-inner {
                max-width: 970px;
            }
        }
        
        @media (min-width: 1200px){
            .container-inner {
                max-width: 1170px;
            }
        }
        
        /* DEX mlp helpers */
        
        .setup-dex-10 .dex-container { top: 10%; }
        
        .setup-dex-20 .dex-container { top: 20%; }
        
        .setup-dex-30 .dex-container { top: 30%; }
        
        .setup-dex-40 .dex-container { top: 40%; }
        
        .setup-dex-60 .dex-container { top: 60%; }
        
        .setup-dex-70 .dex-container { top: 70%; }
        
        .setup-dex-80 .dex-container { top: 80%; }
        
        .setup-dex-90 .dex-container { top: 90%; }
        
        .full-section .dex-container,
        .container .dex-container,
        .container-fluid .dex-container,
        .container-inner .dex-container {
            max-width: 1170px;
        }
        
        
        @media (max-width: 480px) {
            .setup-post-col {
                padding-left: 0;
                padding-right: 0;
            }
        }
        
        
        /* ELEMENTS IN CUSTOM COLOR SECTION */
        
	.row-font-color a,
	.row-font-color h1,
	.row-font-color h2,
	.row-font-color h3,
	.row-font-color h4,
	.row-font-color h5,
	.row-font-color h6,
	.row-font-color .text-big {
		color: inherit;
	}
	
	.row-font-color a:hover {
		color: #f08614;
	}
	
	.row-font-color .check-list,
	.row-font-color .bullet-list {
		color: inherit;
	}
        
        .row-font-color .bullet-list li:before,
        .row-font-color .check-list li:before {
                background-color: #fff;
        }
	
	.row-font-color .btn-white {
		border: none;
		background-color: #fff;
		color: #212121;
	}
	
	.row-font-color .btn:hover {
		color: #fff;
	}
	
	.row-font-color .text-box {
		color: #212121;
	}
	
        .row-font-color .filter li a,
	.row-font-color .text-box.bordered,
	.row-font-color .text-box.bordered-default-color {
		color: inherit;
	}
	
	.row-font-color .text-box .btn-dark,
	.row-font-color .text-box .btn-default {
		color: inherit;
	}
	
	.row-font-color .text-box .btn-dark:hover,
	.row-font-color .text-box .btn-default:hover {
		color: #fff;
	}
	
	.row-font-color .text-box.dark,
	.row-font-color .text-box.default-color {
		color: #fff;
	}
        
        .row-font-color .text-box.dark,
	.row-font-color .text-box.default-color {
		color: #fff;
	}
        
        .row-font-color .btn-transparent {
		border-color: inherit;
		color: inherit;
	}
        
        .row-font-color .btn-transparent:hover {
		border-color: #f08614;
		color: #f08614;
	}
	
	.row-font-color .panel-title a,
	.row-font-color .panel-title a:focus {
		color: #212121;
	}
	
	.row-font-color .panel-title a:hover,
	.row-font-color .panel-title a[aria-expanded="true"] {
		color: #fff;
	}
	
	.row-font-color .nav-tabs > li > a {
		color: #212121;
	}
	
	.row-font-color .nav-tabs > li > a:hover,
	.row-font-color .nav-tabs > li.active > a {
		color: #fff;
	}
	
	.row-font-color .pie-chart-percent,
	.row-font-color .pie-chart-details {
		color: inherit;
	}
	
	.row-font-color .progress-bar span {
		color: inherit;
	}
	
	.row-font-color .counter-value {
		color: inherit;
	}
	
	.row-font-color .countdown > div { 
		color: inherit;
	}
	
	.row-font-color .price-plan-header h6 {
		color: #fff;
	}
	
	.row-font-color .price-plan .btn-dark,
	.row-font-color .price-plan .btn-default {
		color: #fff;
	}
	
	.row-font-color .vertical-timeline li .period {
		color: inherit;
	}
	
	.row-font-color .testimonial > h5 {
		color: #212121;
	}
	
	.row-font-color .filter li a:hover {
		color: #fff;
	}
	
	.row-font-color .pagination li a {
		color: #212121;
	}
	
	.row-font-color .pagination li a:hover,
	.row-font-color .pagination li.active a,
	.row-font-color .pagination li.active a:hover {
		color: #fff;
	}
	
        .row-font-color .service-box .service-box-content,
        .row-font-color .service-box .service-box-content p,
	.row-font-color .service-box .service-box-content > a {
		color: inherit;
	}
	
	.row-font-color .service-box .service-box-content > a:hover {
		color: #f08614;
	}
	
	.row-font-color .service-box.style-3:hover > i {
		color: inherit;
	}
	
	.row-font-color .portfolio-item-hover a.zoom-action {
		color: #fff;
	}
	
        .row-font-color .blog-article .sticky:hover,
	.row-font-color .blog-article .date:hover {
		color: #fff;
	}
	
	.row-font-color .widget_tag_cloud a {
		color: #838383;
	}
	
	.row-font-color .widget_tag_cloud a:hover {
		color: #fff;
	}
	
	.row-font-color .widget-recent-posts ul li .post-title {
		color: inherit;
	}
	
	.row-font-color .widget-recent-posts ul li .post-title:hover {
		color: #f08614;
	}
        
        .row-font-color .btn-dark:hover {
                color: #003679;
        }
        
        .row-font-color .btn-dark:after {
                background-color: #fff;
        }
        
        .setup-content .container.blog-default,
        .setup-content .container.blog-1-col,
        .setup-content .container.blog-2-cols,
        .setup-content .container.blog-3-cols {
            padding-left: 0;
            padding-right: 0;
        }
	.fa-green { 
	    color:green; 
	    width: 16px; 
	    height: 16px;
    }
	.footer-area2-row {
height: 220px; 
border-right: 2px solid black;
border-left: 2px solid black;
text-align: center;
padding-top: 20px;
}
a.footera{
	color: #FFF !important;
	text-decoration: none !important;
}