/*
Theme Name: Chelsea Theme
Theme URI: http://themeforest.net/user/milothemes/portfolio
Description: Chelsea is a new and fresh business theme that will add a spicy touch to your company’s website. With a collection of portfolio pages Chelsea can be perfect for a creative business also. Inside the pack you will find a revolutionary multilayer parallax plugin , easy to use, to create a whole new universe for your business. Just let your imagination run wild and create a statement website for your business with Chelsea.
Author: MiloThemes
Author URI: http://themeforest.net/user/milothemes
Version: 1.0.1
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: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 *  + TYPOGRAPHY
 *  + DEFAULTS
 *  + HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOX
 *	+ IMAGE BOX
 *	+ ACCORDION
 *  + TABS
 *	+ GOOGLE MAPS
 *  + SOCIAL MEDIA
 *	+ PROCESS STEPS
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 *  + COUNTER
 *	+ STATISTICS
 *	+ PRICE PLAN
 *  + TESTIMONIALS
 *  + ISOTOPE
 *  + FILTER
 *  + PAGINATION
 *  + FULL SECTIONS
 *  + SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 *  + RESPONSIVE
 *	 - LARGE DISPLAY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 *	 - EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 
 *	+ PAGE WRAPPER
 *	+ HEADER
 *	 - 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
 *	+ RESPONSIVE
 *	 - LARGE DISPALY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES)
 */

	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
 	body {
                font: 400 14px "Open Sans",Arial,Helvetica,sans-serif;
                color: #777;
                line-height: 1.9;
		font-weight: 400;
		background-color: #fff;
                -webkit-font-smoothing: antialiased;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		font-weight: 700;
		color: #151f48;
	}
	
	h1 {
		font-size: 52px;
		line-height: 74px;
		font-weight: 800;
		margin-bottom: 16px;
	}
	
	h2 {
		font-size: 30px;
		line-height: 46px;
		margin-bottom: 14px;
	}
	
	h3 {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	
	h4 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	
	h5 {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 8px;
	}
	
	h6 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		text-decoration: none;
		color: #151f48;
		-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 {
		text-decoration: none;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small { 
		color: inherit; 
	}
	
	a {
		color: #45bbff;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #209fe8;
	}
	
	img {
		max-width: 100%; 
                height: auto;
	}
	
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	ul ul,
	ol ol,
	ul ol 
	ol ul {
		margin-left: 20px;
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	.last { 
		margin-bottom: 0; 
	}
	
	.no-margins {
		margin: 0;
	}
	
	.big {
		font-size: 24px;
		line-height: 34px;
	}
	
	.text-default-color {
		color: #45bbff;
	}
	
	.pull-left {
		margin-right: 20px;
	}
	
	.pull-right {
		margin-left: 20px;
	}
	
	blockquote {
		margin-bottom: 30px;
		border-left: none;
		font-size: 14px;
		font-style: italic;
		padding: 0;
		text-align: center;
	}
	
	blockquote:before {
		content: "\201c";
		font-size: 42px;
		font-weight: 400;
		font-style: italic;
	}
	
	blockquote  h4 {
		font-weight: 300;
		color: #45bbff;
	}
	
	label {
		font-weight: normal;
	}
	
	input,
	select,
	textarea {
		font-size: 13px;
		font-weight: 400;
		display: block;		
		max-width: 100%;
		padding: 10px 20px;
		margin-bottom: 20px;
		border-radius: 30px;
		border: 2px solid #d7d7d7;
		background-color: #fff;
		color: #4e515d;
	}
	
	select {
		width: 100%;
		border-radius: 0;
	}
	
	select:focus,
	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	{
		box-shadow: none;
		outline: 0;
		border-color: #ababab;
	}
	
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		padding: 10px 30px;
		border-color: #45bbff;
		background-color: #45bbff;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}
	
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		padding: 10px 30px;
		border-color: #209fe8;
		background-color: #209fe8;
	}
/***********************************************************************************
 *	+ WORDPRESS DEFAULT
 ***********************************************************************************/

        .wp-caption {
                margin-bottom: 1.6em;
                max-width: 100%;
                text-align: center;
        }

        .wp-caption-text {}

        .sticky {
            border: 2px solid #45bbff;
            padding: 8px;
        }

        /* Text meant only for screen readers. */
        .screen-reader-text {
                clip: rect(1px, 1px, 1px, 1px);
                position: absolute !important;
                height: 1px;
                width: 1px;
                overflow: hidden;
        }

        .screen-reader-text:focus {
                background-color: #f1f1f1;
                border-radius: 3px;
                box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
                clip: auto !important;
                color: #21759b;
                display: block;
                font-size: 14px;
                font-size: 0.875rem;
                font-weight: bold;
                height: auto;
                left: 5px;
                line-height: normal;
                padding: 15px 23px 14px;
                text-decoration: none;
                top: 5px;
                width: auto;
                z-index: 100000; /* Above WP toolbar. */
        }

        .gallery-caption {}

        .bypostauthor {}

        .alignleft {
                display: inline;
                float: left;
        }

        .alignright {
                display: inline;
                float: right;
        }
        
        .aligncenter {
                display: block;
                margin-right: auto;
                margin-left: auto;
        }
        
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		position: relative;
		margin-bottom: 100px;
	}
	
	.headline:before {
		content: "\e93c  \e93c  \e93c";
		font-family: "mt-icons";
		font-size: 8px;
                line-height: 24px;
		display: block;
		margin-bottom: 5px;
		color: #209fe8;
	}
	
	.headline:after {
		position: absolute;
		top: 8px;
		left: 0;
		width: 33px;
		height: 10px;
		content: "";
		background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
		background: 		linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
		-webkit-animation: headline-effect 2s linear infinite;
				animation: headline-effect 2s linear infinite;
	}
	
	@-webkit-keyframes headline-effect {
		50% {
			-webkit-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
					transform: rotateY(180deg);
		}
	}

	@keyframes headline-effect {
		50% {
			-webkit-transform: rotateY(180deg);
				-ms-transform: rotateY(180deg);
					transform: rotateY(180deg);
		}
	}
	
	.headline h6 {
		margin-bottom: 0;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #45bbff;
	}
	
	.headline h2 {
		margin-bottom: 0;
		line-height: 42px;
	}
	
	.headline.style-1 {
		text-align: left;
		margin-bottom: 50px;
	}
        
        .headline.style-3 {
		text-align: right;
		margin-bottom: 50px;
	}
	
	.headline.style-2 {
		text-align: center;
	}
	
	.headline.style-2:before {
		margin: 0 auto 5px;
	}
	
	.headline.style-2:after {
		right: 0;
		margin: 0 auto;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
		padding: 12px 30px;
		border: none;
		border-radius: 30px;
		color: #fff;
	}
	
	.alert:after {
		float: right;
		content: "x";
	}
	
	.alert.alert-info {
		background-color: #1a1e21;
	}
	
	.alert.alert-danger {
		background-color: #ff3333;
	}
	
	.alert.alert-success {
		background-color: #45bbff;
	}
	
	.alert.alert-warning {
		background-color: #209fe8;
	}
	
	h1.error {
		position: relative;
		margin-bottom: 100px;
		font-size: 310px;
		line-height: 210px;
		font-weight: 700;
		text-align: center;
		color: #2cacf5;
	}
	
	h1.error:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 300px;
		content: "";
		background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.8));
		background: 		linear-gradient(transparent, rgba(255, 255, 255, 0.8));
	}
	

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* BULLET LIST */
 	.bullet-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.bullet-list li:before {
		font-family: "mt-icons";
		font-size: 8px;
		content: "\e93c";
		position: relative;
		top: -1px;
		margin-right: 15px;
		color: #45bbff;
	}
	
	.bullet-list li a {
		color: #4e515d;
	}
	
	
	/* CHECK LIST */
 	.check-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.check-list li:before {
		font-family: "mt-icons";
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		content: "\e936";
		position: relative;
		top: 1px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-right: 15px;
		border-radius: 50%;
		border: 2px solid #45bbff;
		color: #45bbff;
	}
	
	.check-list li {
		margin-bottom: 5px;
	}
	
	.check-list li:last-child {
		margin-bottom: 0;
	}
	
	
	/* PROJECT DETAILS */
	.project-details {
		list-style: none;
	}
	
	.project-details li {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.project-details li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.project-details li strong {
		color: #151f48;
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
 	
	.btn {
		font-weight: 700;
		text-transform: uppercase;
		position: relative;
		padding: 10px 30px 10px 20px;
		margin-bottom: 20px;
		border: none;
		border-radius: 20px;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.btn + .btn { margin-left: 40px; }
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	
	/* DEFAULT BUTTON */
	.btn-default, 
	.btn-default:focus,
	.btn-default:active, 
	.btn-default:active:hover {
		background-color: #45bbff;
		color: #fff;
	}
	
	.btn-default:after,
	.btn-default:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 40px; 
		border-radius: 50%; 
	}
	
	.btn-default:before {
		right: 9px;
		box-shadow: 10px 0 0 0 #2cacf5;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-default:after {
		right: 0;
		box-shadow: 10px 0 0 0 #209fe8;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-default:hover {
		background-color: #45bbff;
		color: #fff;
		padding: 10px 30px;
	}
	
	.btn-default:hover:after, 
	.btn-default:hover:before {
		box-shadow: none;
	}
	
	
	/* GREY BUTTON */
	.btn-grey, 
	.btn-grey:focus,
	.btn-grey:active, 
	.btn-grey:active:hover {
		background-color: #d7d7d7;
		color: #fff;
	}
	
	.btn-grey:after,
	.btn-grey:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 40px;
		border-radius: 50%; 
	}
	
	.btn-grey:before {
		right: 9px;
		box-shadow: 10px 0 0 0 #c1c1c1;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-grey:after {
		right: 0;
		box-shadow: 10px 0 0 0 #a4a4a4;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn-grey:hover {
		background-color: #d7d7d7;
		color: #fff;
		padding: 10px 30px;
	}
	
	.btn-grey:hover:after, 
	.btn-grey:hover:before {
		box-shadow: none;
	}
	
	/* WHITE BUTTON */
	.btn-white, 
	.btn-white:focus,
	.btn-white:active, 
	.btn-white:active:hover {
		padding: 8px 20px 8px 20px;
		border: 2px solid #76777d;
		background-color: #fff;
		color: #4e515d;
	}
	
	.btn-white:hover {
		border-color: #45bbff;
                background-color: #45bbff;
		color: #fff;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		margin: 30px 0;
		border-top: 1px solid #d7d7d7;
		text-align: center;
	}
	
	.hr.default-color {
		border-color: #45bbff;
	}
	
	.hr .btn {
		margin-top: -20px;
	}
	
/***********************************************************************************
 *	+ TEXT BOX
 ***********************************************************************************/
	
	.text-box {
		margin-bottom: 40px;
		padding: 50px;
		background-color: #4e515d;
		color: #fff;
	}
	
	.text-box.rounded {
		border-radius: 20px;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}

	.text-box.default {
		background-color: #45bbff;
	}
	
/***********************************************************************************
 *	+ IMAGE BOX
 ***********************************************************************************/
	
	.image-box {
		margin-bottom: 50px;
		padding: 0 25px 10px;
		box-shadow: 7px 30px 20px 0 rgba(0, 0, 0, 0.3);
		background-color: #fff;
		color: #4e515d;
	}
	
	.image-box-thumbnail {
		margin: 0 -25px 20px;
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:focus {
		position: relative;
		overflow: hidden;
		display: block;
		text-decoration: none;
		padding: 15px 25px;
		margin-bottom: 15px;
		border-radius: 25px;
		background-color: #f5f5f5;
		color: #151f48;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a span {
                font-size: 16px;
                font-weight: 700;
        }
        
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat.vc_tta .vc_tta-controls-icon:before,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat.vc_tta .vc_tta-controls-icon:after {
                border-color: #151f48;
                border-width: 1px;
        }
	
	.chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover {
		background-color: #45bbff;
		color: #fff;
                background: -webkit-linear-gradient(90deg, #209fe8, #74ccff);
		background: 		linear-gradient(90deg, #209fe8, #74ccff);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
        
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:before,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after,
        .chelsea-accordion.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a:hover .vc_tta-controls-icon:after {
                border-color: #fff;
        }
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
 	

        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a,
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a {
                font-weight: 600;
		padding: 10px 30px;
		border-radius: 30px 30px 0 0;
		border: 2px solid #45bbff;
		background-color: #45bbff;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
         }
	
	.chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a,
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover,
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title>a,
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover {
		position: relative;
		border: 2px solid #d7d7d7;
		border-bottom-color: #fff;
		background-color: #fff;
                color: #151f48;
	}
	
	.chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a {
		padding-top: 26px;
	}
        
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab.vc_active>a span{ 
                position: relative;
                top: -8px;
        }
	
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
                border: 2px solid #d7d7d7 !important;
                border-radius: 0;
                background-color: #fff;
        }
        
        .chelsea-tabs.vc_tta-color-grey.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
                color: #4e515d;
                padding: 30px;
                border: none;
        }
	

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
 
 	.map {
		height: 700px;
	}
	
	.map img { 
		max-width: none; 
	}
        
        .chelsea-map-info { 
            text-align: center;
            margin: 10px 0 0;
        }
	
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
		margin-bottom: 20px;
	}
	
	.social-media a {
		display: inline-block;
		font-size: 18px;
		line-height: 32px;
		text-decoration: none;
		margin-right: 15px;
		color: #a4a4a4;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media.rounded a {
		width: 42px;
		height: 42px;
		line-height: 42px;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 50%;
		border: 2px solid #d7d7d7;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
        span.social-media.social-component a {
                margin-right: 15px;
        }
	
	.social-media a.adobe-reader:hover { color: #a42222 !important; }
	.social-media a.amazon:hover { color: #fe9608 !important; }
	.social-media a.android:hover { color: #a4c639 !important; }
	.social-media a.apple:hover { color: #d6d7cf !important; }
	.social-media a.badoo:hover { color: #f17834 !important; }
	.social-media a.behance:hover { color: #1e69e1 !important; }
	.social-media a.blogger:hover { color: #f26c37 !important; }
	.social-media a.blueetooth:hover { color: #0a3d91 !important; }
	.social-media a.chrome:hover { color: #ecc31d !important; }
	.social-media a.css:hover { color: #14a0dd !important; }
	.social-media a.deezer:hover { color: #ff0090 !important; }
	.social-media a.delicious:hover { color: #4088da !important; }
	.social-media a.deviantart:hover { color: #b6ca2a !important; }
	.social-media a.digg:hover { color: #006094 !important; }
	.social-media a.dribble:hover { color: #f26798 !important; }
	.social-media a.dropbox:hover { color: #007de4 !important; }
	.social-media a.drupal:hover { color: #3677ad !important; }
	.social-media a.email:hover { color: #000000 !important; }
	.social-media a.facebook:hover { color: #3b5998 !important; }
	.social-media a.firefox:hover { color: #3194cb !important; }
	.social-media a.flickr:hover { color: #0062dd !important; }
	.social-media a.google:hover { color: #c63427 !important; }
	.social-media a.html:hover { color: #f06129 !important; }
	.social-media a.instagram:hover { color: #a07459 !important; }
	.social-media a.internet-explorer:hover { color: #20bcee !important; }
	.social-media a.itunes:hover { color: #169bf0 !important; }
	.social-media a.java:hover { color: #e66e00 !important; }
	.social-media a.joomla:hover { color: #5aa526 !important; }
	.social-media a.last-fm:hover { color: #f73600 !important; }
	.social-media a.linkedin:hover { color: #0077b5 !important; }
	.social-media a.linux:hover { color: #000000 !important; }
	.social-media a.myspace:hover { color: #003399 !important; }
	.social-media a.opera:hover { color: #c10d0c !important; }
	.social-media a.outlook:hover { color: #0073c6 !important; }
	.social-media a.paypal:hover { color: #193866 !important; }
	.social-media a.picasa:hover { color: #8b689f !important; }
	.social-media a.pinterest:hover { color: #f71819 !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.rss:hover { color: #fb7629 !important; }
	.social-media a.safari:hover { color: #00a9ec !important; }
	.social-media a.share:hover { color: #010101 !important; }
	.social-media a.skype:hover { color: #00abeb !important; }
	.social-media a.soundcloud:hover { color: #ff3b00 !important; }
	.social-media a.spotify:hover { color: #9ac600 !important; }
	.social-media a.steam:hover { color: #020202 !important; }
	.social-media a.tumblr:hover { color: #34465d !important; }
	.social-media a.twitter:hover { color: #5ea9dd !important; }
	.social-media a.utorent:hover { color: #269036 !important; }
	.social-media a.vimeo:hover { color: #1ca7cc !important; }
	.social-media a.vine:hover { color: #02c594 !important; }
	.social-media a.vk:hover { color: #4c75a3 !important; }
	.social-media a.weibo:hover { color: #d52b2b !important; }
	.social-media a.weixin:hover { color: #f03c48 !important; }
	.social-media a.whatsapp:hover { color: #11ae09 !important; }
	.social-media a.wikipedia:hover { color: #363636 !important; }
	.social-media a.windows:hover { color: #00abf3 !important; }
	.social-media a.word:hover { color: #2a5699 !important; }
	.social-media a.wordpress:hover { color: #464646 !important; }
	.social-media a.xing:hover { color: #005d5e !important; }
	.social-media a.yahoo:hover { color: #44029a !important; }
	.social-media a.youtube:hover { color: #e22d24 !important; }
	
	.social-media.rounded a:hover {
		color: #fff !important;
	}
	
	.social-media.rounded a.adobe-reader:hover {
		border-color: #a42222 !important; 
		background-color: #a42222 !important; 
	}

	.social-media.rounded a.amazon:hover {
		border-color: #fe9608 !important; 
		background-color: #fe9608 !important; 
	}

	.social-media.rounded a.android:hover {
		border-color: #a4c639 !important; 
		background-color: #a4c639 !important; 
	}

	.social-media.rounded a.apple:hover {
		border-color: #d6d7cf !important; 
		background-color: #d6d7cf !important; 
	}

	.social-media.rounded a.badoo:hover {
		border-color: #f17834 !important; 
		background-color: #f17834 !important; 
	}

	.social-media.rounded a.behance:hover {
		border-color: #1e69e1 !important; 
		background-color: #1e69e1 !important; 
	}

	.social-media.rounded a.blogger:hover {
		border-color: #f26c37 !important; 
		background-color: #f26c37 !important; 
	}

	.social-media.rounded a.blueetooth:hover {
		border-color: #0a3d91 !important; 
		background-color: #0a3d91 !important; 
	}

	.social-media.rounded a.chrome:hover {
		border-color: #ecc31d !important; 
		background-color: #ecc31d !important; 
	}

	.social-media.rounded a.css:hover {
		border-color: #14a0dd !important; 
		background-color: #14a0dd !important; 
	}

	.social-media.rounded a.deezer:hover {
		border-color: #ff0090 !important; 
		background-color: #ff0090 !important; 
	}

	.social-media.rounded a.delicious:hover {
		border-color: #4088da !important; 
		background-color: #4088da !important; 
	}

	.social-media.rounded a.deviantart:hover {
		border-color: #b6ca2a !important; 
		background-color: #b6ca2a !important; 
	}

	.social-media.rounded a.digg:hover {
		border-color: #006094 !important; 
		background-color: #006094 !important; 
	}

	.social-media.rounded a.dribble:hover {
		border-color: #f26798 !important; 
		background-color: #f26798 !important; 
	}

	.social-media.rounded a.dropbox:hover {
		border-color: #007de4 !important; 
		background-color: #007de4 !important; 
	}

	.social-media.rounded a.drupal:hover {
		border-color: #3677ad !important; 
		background-color: #3677ad !important; 
	}

	.social-media.rounded a.email:hover {
		border-color: #000000 !important; 
		background-color: #000000 !important; 
	}

	.social-media.rounded a.facebook:hover {
		border-color: #3b5998 !important; 
		background-color: #3b5998 !important; 
	}

	.social-media.rounded a.firefox:hover {
		border-color: #3194cb !important; 
		background-color: #3194cb !important; 
	}

	.social-media.rounded a.flickr:hover {
		border-color: #0062dd !important; 
		background-color: #0062dd !important; 
	}

	.social-media.rounded a.google:hover {
		border-color: #c63427 !important; 
		background-color: #c63427 !important; 
	}

	.social-media.rounded a.html:hover {
		border-color: #f06129 !important; 
		background-color: #f06129 !important; 
	}

	.social-media.rounded a.instagram:hover {
		border-color: #a07459 !important; 
		background-color: #a07459 !important; 
	}

	.social-media.rounded a.internet-explorer:hover {
		border-color: #20bcee !important; 
		background-color: #20bcee !important; 
	}

	.social-media.rounded a.itunes:hover {
		border-color: #169bf0 !important; 
		background-color: #169bf0 !important; 
	}

	.social-media.rounded a.java:hover {
		border-color: #e66e00 !important; 
		background-color: #e66e00 !important; 
	}

	.social-media.rounded a.joomla:hover {
		border-color: #5aa526 !important; 
		background-color: #5aa526 !important; 
	}

	.social-media.rounded a.last-fm:hover {
		border-color: #f73600 !important; 
		background-color: #f73600 !important; 
	}

	.social-media.rounded a.linkedin:hover {
		border-color: #0077b5 !important; 
		background-color: #0077b5 !important; 
	}

	.social-media.rounded a.linux:hover {
		border-color: #000000 !important; 
		background-color: #000000 !important; 
	}

	.social-media.rounded a.myspace:hover {
		border-color: #003399 !important;  
		background-color: #003399 !important;  
	}

	.social-media.rounded a.opera:hover {
		border-color: #c10d0c !important; 
		background-color: #c10d0c !important; 
	}

	.social-media.rounded a.outlook:hover {
		border-color: #0073c6 !important; 
		background-color: #0073c6 !important; 
	}

	.social-media.rounded a.paypal:hover {
		border-color: #193866 !important; 
		background-color: #193866 !important; 
	}

	.social-media.rounded a.picasa:hover {
		border-color: #8b689f !important; 
		background-color: #8b689f !important; 
	}

	.social-media.rounded a.pinterest:hover {
		border-color: #f71819 !important; 
		background-color: #f71819 !important; 
	}

	.social-media.rounded a.reddit:hover {
		border-color: #ff4500 !important; 
		background-color: #ff4500 !important; 
	}

	.social-media.rounded a.rss:hover {
		border-color: #fb7629 !important; 
		background-color: #fb7629 !important; 
	}

	.social-media.rounded a.safari:hover {
		border-color: #00a9ec !important; 
		background-color: #00a9ec !important; 
	}

	.social-media.rounded a.share:hover {
		border-color: #010101 !important; 
		background-color: #010101 !important; 
	}

	.social-media.rounded a.skype:hover {
		border-color: #00abeb !important; 
		background-color: #00abeb !important; 
	}

	.social-media.rounded a.soundcloud:hover {
		border-color: #ff3b00 !important; 
		background-color: #ff3b00 !important; 
	}

	.social-media.rounded a.spotify:hover {
		border-color: #9ac600 !important; 
		background-color: #9ac600 !important; 
	}

	.social-media.rounded a.steam:hover {
		border-color: #020202 !important; 
		background-color: #020202 !important; 
	}

	.social-media.rounded a.tumblr:hover {
		border-color: #34465d !important; 
		background-color: #34465d !important; 
	}

	.social-media.rounded a.twitter:hover {
		border-color: #5ea9dd !important; 
		background-color: #5ea9dd !important; 
	}

	.social-media.rounded a.utorent:hover {
		border-color: #269036 !important; 
		background-color: #269036 !important; 
	}

	.social-media.rounded a.vimeo:hover {
		border-color: #1ca7cc !important; 
		background-color: #1ca7cc !important; 
	}

	.social-media.rounded a.vine:hover {
		border-color: #02c594 !important; 
		background-color: #02c594 !important; 
	}

	.social-media.rounded a.vk:hover {
		border-color: #4c75a3 !important; 
		background-color: #4c75a3 !important; 
	}

	.social-media.rounded a.weibo:hover {
		border-color: #d52b2b !important; 
		background-color: #d52b2b !important; 
	}

	.social-media.rounded a.weixin:hover {
		border-color: #f03c48 !important; 
		background-color: #f03c48 !important; 
	}

	.social-media.rounded a.whatsapp:hover {
		border-color: #11ae09 !important; 
		background-color: #11ae09 !important; 
	}

	.social-media.rounded a.wikipedia:hover {
		border-color: #363636 !important; 
		background-color: #363636 !important; 
	}

	.social-media.rounded a.windows:hover {
		border-color: #00abf3 !important; 
		background-color: #00abf3 !important; 
	}

	.social-media.rounded a.word:hover {
		border-color: #2a5699 !important; 
		background-color: #2a5699 !important; 
	}

	.social-media.rounded a.wordpress:hover {
		border-color: #464646 !important; 
		background-color: #464646 !important; 
	}

	.social-media.rounded a.xing:hover {
		border-color: #005d5e !important; 
		background-color: #005d5e !important; 
	}

	.social-media.rounded a.yahoo:hover {
		border-color: #44029a !important; 
		background-color: #44029a !important; 
	}

	.social-media.rounded a.youtube:hover {
		border-color: #e22d24 !important; 
		background-color: #e22d24 !important; 
	}

	.social-media.color-default a:hover { color: #45bbff !important; }
	
	.social-media.color-default.rounded a:hover {
		border-color: #45bbff !important; 
		background-color: #45bbff !important;
		color: #fff !important;
	}
	
/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/
	
	.process-steps {
		margin-bottom: 50px;
	}
	
	.process-steps .step {
		position: relative;
		float: left;
		width: 25%;
		text-align: center;
	}
	
	.process-steps.process-5-steps .step {
		width: 20%;
	}
	
	.process-steps.process-4-steps .step {
		width: 25%;
	}
	
	.process-steps.process-3-steps .step {
		width: 33.333333%;
	}
	
	.process-steps .step > i, 
	.process-steps .step > h1 {
		position: relative;
		display: block;
		width: 145px;
		height: 145px;
		font-size: 32px;
		line-height: 110px;
		text-align: center;
		margin: 0 auto;
		border-radius: 50%;
		border: 3px solid transparent;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: border-color 0.3s 0.3s;
				transition: border-color 0.3s 0.3s;
	}
	
	.process-steps .step > i:after, 
	.process-steps .step > h1:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: -3px;
		border-radius: 50%;
		border: 0 solid #45bbff;
	}

	.process-steps .step-details {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin-top: 10px;
		text-align: center;
	}
	
	.process-steps .step-details h4 {
		font-weight: 600;
	}
	
	.process-steps .step:hover > i, 
	.process-steps .step:hover > h1 {
		border-color: #45bbff;
	}
	 
	.process-steps .step:hover > i:after, 
	.process-steps .step:hover > h1:after {
		border-width: 3px;
		-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
				transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	}
	 
	.process-steps:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
 	
	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 50px;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-details {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details h3,
	.pie-chart-details h6 {
		margin-bottom: 0;
	}
	
	.pie-chart-details h6 {
		text-transform: uppercase;
		font-style: italic;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
 	.progress {
		overflow: visible;
		height: 5px;
		box-shadow: none;
		border-radius: 0;
		background-color: #ebebeb;
	}
	
	.progress-bar-title {
		font-weight: 600;
		margin-bottom: 12px;
	}
	
	.progress-bar {
		position: relative;
		background-color: #45bbff;
		background: -webkit-linear-gradient(90deg, #209fe8, #74ccff);
		background: 		linear-gradient(90deg, #209fe8, #74ccff);
	}
	
	.progress-bar span {
		position: absolute;
		top: -35px;
		right: 0;
		font-weight: 600;
		color: #151f48;
	}
	
/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/
 
	.counter {
		text-align: center;
		margin-bottom: 50px;
	}
	
	.counter-value {
		font-size: 48px;
		line-height: 52px;
		font-weight: 700;
	}
	
	.counter-details {
		font-weight: 700;
		font-style: italic;
		text-transform: uppercase;
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
		margin-bottom: 20px;
	}
	
	.legend {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.legend li {
		float: left;
		width: 50%;
		font-weight: 700;
	}
	
	.legend li:last-child {
		margin-right: 0;
	}
	
	.legend li:before {
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 15px;
		content: "";
		vertical-align: middle;
	}
	
	.legend li:nth-child(1):before {
		background-color: #74ccff;
	}
	
	.legend li:nth-child(2):before {
		background-color: #45bbff;
	}
	
	.legend li:nth-child(3):before {
		background-color: #209fe8;
	}
	
	.legend li:nth-child(4):before {
		background-color: #c7cd57;
	}
	
	.legend:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/
 
 	.price-plan {
		text-align: center;
		margin-bottom: 50px;
		padding: 50px 10px;
		border-radius: 20px;
		border: 2px solid #d7d7d7;
		-webkit-transition: box-shadow 0.3s, border-color 0.3s;
				transition: box-shadow 0.3s, border-color 0.3s;
	}
	
	.price-plan-header {
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: 600;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.price-plan-header small {
		display: block;
		margin-top: 5px;
		font-size: 14px;
		font-weight: 300;
		font-style: italic;
	}
	
	.price {
		margin-bottom: 50px;
		font-size: 50px;
		font-weight: 700;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}
	
	.price sup {
		font-size: 32px;
	}
	
	.price-plan  ul {
		list-style: none;
		margin-bottom: 60px;
	}
	
	.price-plan  ul li {
		margin-bottom: 20px;
	}
	
	.price-plan  ul li:last-child {
		margin-bottom: 0;
	}
	
	.price-plan .btn {
		margin-bottom: 0;
	}
	
	.price-plan:hover {
		border-color: #f5f5f5;
		box-shadow: 0 12px 15px 8px rgba(0, 0, 0, 0.1);
	}
	
	.price-plan:hover .price,
	.price-plan:hover .price-plan-header { color: #45bbff; }

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
 	
	.testimonial {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.testimonial img {
		border-radius: 50%;
		margin-bottom: 35px;
	}
	
	.testimonial blockquote {
		font-size: 18px;
		line-height: 30px;
		color: inherit;
	}
	
	.testimonial blockquote:before {
		display: none;
	}
	
	.testimonial h6 {
		text-transform: uppercase;
	}

	.testimonial h6 small {
		display: block;
		margin-top: 10px;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
	}
	
/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
 	
	.isotope {
		margin-bottom: 100px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 85px;
	}
        
        .isotope.gutter.p-classic-gutter {
                margin: 0;
        }
        
        .isotope.gutter.p-classic-gutter .isotope-item {
                padding: 0 0 60px;
        }
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
        
	.isotope.col-1 .isotope-item {
		width: 100%;
	}
        
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope-item.item-width-1 {
		width: 25%;
	}
	
	.isotope-item.item-width-2 {
		width: 50%;
	}
	
	.isotope .portfolio-item { 
		margin-bottom: 0; 
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
 	.filter {
		list-style: none;
		margin-bottom: 75px;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 25px;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		font-size: 16px;
		font-weight: 400;
		text-decoration: none;
		color: #4e515d;
		-webkit-transition: color 0.3s;;
				transition: color 0.3s;
	}
	
	.filter li a:hover,
	.filter li a.active {
		color: #45bbff;
	}
	
	.filter li a.active {
		font-style: italic;
	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
 	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}
	
	.pagination li {
		display: inline-block;
		margin-right: 7px;
	}
	
	.pagination li:last-child {
		margin-right: 0;
	}
	
	.pagination li a {
		display: block;
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-weight: 700;
		padding: 0;
		text-align: center;
		border-radius: 0;
		border: none;
		background-color: #f0f0f0;
		color: #151f48;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.pagination > li:last-child > a, 
	.pagination > li:first-child > a, 
	.pagination > li:last-child > span
	.pagination > li:first-child > span {
		border-radius: 0;
	}
	
	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: #45bbff;
		color: #fff;
	}
        
        .chelsea_loader_gif {
            margin-left: auto;
            margin-right: auto;
            display:none;
        }
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		overflow: hidden;
		z-index: 1;
		background: no-repeat center center;
	}
	
	.full-section .container-fluid {
		padding: 0;
	}
	
	.full-section-shadow-top {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		right: 0;
		height: 70px;
		opacity: 0.1;
		background: -webkit-linear-gradient(#000, transparent);
		background: 		linear-gradient(#000, transparent);
	}
	
	.full-section-shadow-bottom {
		position: absolute;
		z-index: 3;
		bottom: 0;
		left: 0;
		right: 0;
		height: 50px;
		opacity: 0.05;
		background: -webkit-linear-gradient(transparent, #000);
		background: 		linear-gradient(transparent, #000);
	}
	
	.full-section-container {
		position: relative;
		z-index: 4;
	}
	
	.parallax { 
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		z-index: 7000;
		display: none;
		overflow: hidden;
		position: fixed;
		bottom: 50px;
		right: 50px;
		width: 48px;
		height: 48px;
		border-radius: 50%;
		font-size: 20px;
		line-height: 48px;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		background-color: #45bbff;
		background: -webkit-linear-gradient(#74ccff, #209fe8);
		background: 		linear-gradient(#74ccff, #209fe8);
		color: #fff;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	#scroll-up:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
	}
	
	#scroll-up:hover {
		background-color: #74ccff;
	}
	
	#scroll-up:hover:after {
		opacity: 1;
		background: -webkit-linear-gradient(#209fe8, #74ccff);
		background: 		linear-gradient(#209fe8, #74ccff);
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
        
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 58px;
		height: 58px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		border-color: #45bbff;
		background-color: #45bbff;
	}
	
	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before {
		line-height: 54px;
		font-size: 24px;
	}
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		border-color: #45bbff;
		background-color: #45bbff;
	}
	
	
	/* TYPOGRAPHY */
	.tp-caption.title {
		font-size: 36px;
		line-height: 60px;
		font-weight: 800;
		text-transform: uppercase;
		color: #151f48;
	}
	
	.tp-caption.title span {
		font-weight: 300;
		font-style: italic;
	}
	
	.tp-caption.title-small {
		font-size: 14px;
		line-height: 24px;
		font-weight: 800;
		text-transform: uppercase;
		color: #151f48;
	}
	
	.tp-caption.subtitle {
		font-size: 24px;
		line-height: 32px;
		font-weight: 400;
		font-style: italic;
		color: #151f48;
	}
	
	.tp-caption.text {
		font-size: 14px;
		line-height: 24px;
	}
	
	.tp-caption.text-white {
		color: #fff;
	}
	
	/* OWL Carousel */
	
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-pagination {
		position: absolute;
		bottom: -50px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-page {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 5px;
		background-color: #d7d7d7;
	}
	
	.owl-page:hover,
	.owl-page.active {
		background-color: #45bbff;
	}
	
	.owl-page:last-child {
		margin-right: 0;
	}
	
	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -20px;
	}
	
	.owl-next {
		right: -20px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "mt-icons";
	}
	
	.owl-prev:before {
		content: "\e90e";
	}
	
	.owl-next:before {
		content: "\e911";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	
	.slider-navigation {}
	
	.slider-navigation span {
		display: inline-block;
		font-size: 12px;
		line-height: 32px;
		margin: 0 5px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.slider-navigation.rounded span {
		width: 42px;
		height: 42px;
		line-height: 40px;
		border-radius: 50%;
		border: 2px solid #45bbff;
		color: #45bbff;
	}
	
	.slider-navigation span:hover {
		cursor: pointer;
		opacity: 0.5;
	}
	
	.slider-navigation.rounded span:hover {
		opacity: 1;
		background-color: #45bbff;
		color: #fff;
	}
	
	
	/* TWITTER SLIDER */
	.chelsea-latest-tweets {
		margin: 0 -15px;
	}
	
	.chelsea-latest-tweets .owl-item {
		padding: 0 15px;
	}
	
	.chelsea-latest-tweets:hover {
		cursor: move;
	}
	
	
	/* PORTFOLIO CAROUSEL */
	.portfolio-carousel {
		margin-bottom: 0;
	}
	
	.portfolio-carousel:hover {
		cursor: move;
	}
	
	.portfolio-carousel .portfolio-item { 
		margin-bottom: 0; 
	}
	
	/* IMAGES SLIDER */
	.images-slider {
		margin-bottom: 80px;
		text-align: center;
	}
	
	.images-slider:hover {
		cursor: move;
	}
	
	
	/* IMAGES SLIDER */
	.logos-slider {
		text-align: center;
	}
	
	.logos-slider:hover {
		cursor: move;
	}
	
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-pagination {
		top: 50%;
		bottom: auto;
		left: auto;
		right: -50px;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.testimonials-slider .owl-pagination .owl-page {
		display: block;
		margin: 5px 0;
	}
	
        
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
 	
	.widget {
		margin-bottom: 70px;
	}
	
	.widget_title {
		text-transform: uppercase;
		margin-bottom: 50px;
	}
	
	/* WIDGET TEXT */
	.widget_text {}
	
	.widget_text *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget_search {}
	
	.widget_search .searchform {
		position: relative;
	}
	
	.widget_search input[type="search"] {
		width: 100%;
		height: 45px;
		padding-right: 45px;
	}
	
	.widget_search input[type="submit"] {
		height: 45px;
		border: none;
		position: absolute;
		top: 0;
		right: 2px;
		background: url(layouts/images/search.png) no-repeat center center;
	}
	
        .widget_search #searchsubmit:hover {
		padding: 10px 30px;
		border-color: #209fe8;
		background-color: #209fe8;
	}
	
	/* WIDGET CATEGORIES */
	.widget_categories {}
	
	.widget_categories ul {
		list-style: none;
		font-weight: 400;
		margin-bottom: 0;
	}
	
	.widget_categories ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.widget_categories ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_categories ul li:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		position: relative;
		top: -1px;
		margin-right: 15px;
		border-radius: 50%;
		background-color: #45bbff;
	}
	
	.widget_categories ul li a {
		color: #4e515d;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	.widget_categories ul li a:hover {
		text-decoration: none;
		color: #45bbff;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget_categories-dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget_archive {}
	
	.widget_archive ul {
		list-style: none;
		font-weight: 400;
		margin-bottom: 0;
	}
	
	.widget_archive ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.widget_archive ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_archive ul li:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		position: relative;
		top: -1px;
		margin-right: 15px;
		border-radius: 50%;
		background-color: #45bbff;
	}
	
	.widget_archive ul li a {
		color: #4e515d;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	.widget_archive ul li a span {
		color: #45bbff;
	}
	
	.widget_archive ul li a:hover {
		text-decoration: none;
		color: #45bbff;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget_archive-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		list-style: none;
		font-weight: 400;
		margin-bottom: 0;
	}
	
	.widget-pages ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.widget-pages ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget-pages ul li:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		position: relative;
		top: -1px;
		margin-right: 15px;
		border-radius: 50%;
		background-color: #45bbff;
	}
	
	.widget-pages ul li a {
		color: #4e515d;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	.widget-pages ul li a:hover {
		text-decoration: none;
		color: #45bbff;
	}
	
	
	/* WIDGET METADATA */
	.widget_meta {}
	
	.widget_meta ul {
		list-style: none;
		font-weight: 400;
		margin-bottom: 0;
	}
	
	.widget_meta ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.widget_meta ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_meta ul li:before {
		content: "";
		display: inline-block;
		width: 9px;
		height: 9px;
		position: relative;
		top: -1px;
		margin-right: 15px;
		border-radius: 50%;
		background-color: #45bbff;
	}
	
	.widget_meta ul li a {
		color: #4e515d;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	.widget_meta ul li a:hover {
		text-decoration: none;
		color: #45bbff;
	}
	
	
	/* WIDGET TAGS */
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		font-weight: 400;
		font-style: italic;
		text-decoration: none;
		display: inline-block;
		padding: 6px 20px 6px 20px;
		margin-bottom: 10px;
		margin-right: 10px;
		border-radius: 20px;
		border: 2px solid #d7d7d7;
		color: #d7d7d7;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.widget_tag_cloud a:hover {
		border-color: #45bbff;
		color: #45bbff;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter { position: relative;}
	
	.widget-newsletter input[type="email"] {
		width: 100%;
		height: 48px;
		padding-right: 70px;
	}
	
	.widget-newsletter input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 48px;
		padding: 10px 20px;
		border-radius: 0 20px 20px 0;
		font-size: 20px;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		list-style: none;
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li {
		position: relative;
		padding-left: 100px;
		margin-bottom: 30px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		position: absolute;
		top: 0;
		left: 0;
                max-width: 85px;
                max-height: 85px;
	}
	
	.widget-recent-posts ul li .post-title {
		font-weight: 600;
		color: #151f48;
	}
	
	.widget-recent-posts ul li .post-details {
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid #d7d7d7;
		color: #45bbff;
	}
	
	.widget-recent-posts ul li . {
		font-size: 12px;
		font-weight: 400;
		font-style: italic;
	}
	
	
	/* WIDGET RECENT COMMENTS */
	.widget_recent_comments {}
	
	.widget_recent_comments ul {
		list-style: none;
		font-weight: 400;
		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 caption {
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.widget_calendar table th, 
	.widget_calendar table td {
		padding: 5px;
		text-align: center;
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
	}
	
	.widget_calendar table th:last-child, 
	.widget_calendar table td:last-child {
		border-right: 1px solid #d7d7d7;
	}
	
	.widget_calendar table tr:last-child td {
		border-bottom: 1px solid #d7d7d7;
	}
	
	.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: #45bbff;
		color: #fff;
	}
	
	.widget_calendar table td#prev,
	.widget_calendar table td#next {
		font-weight: 600; 
		text-transform: uppercase;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -5px;
	}
	
	.flickr_badge_image {
		float: left;
		padding: 5px;
	}
	
	.flickr_badge_image:last-of-type {
		display: none;
	}
	
	.flickr_badge_image img {
		width: 80px;
		height: auto;
	}
	
	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	
	/* WIDGET INSTAGRAM */
	.widget-instagram {}
	
	#instafeed {
		margin: -5px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 90px;
		padding: 5px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;		
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	/* WIDGET TWITTER */
	.widget-twitter {}
	
	.chelsea-latest-tweets {
		text-align: center;
	}
	
	.chelsea-latest-tweets:before {
		content: "\ea4a";
		font-family: "mt-icons";
		font-size: 32px;
		line-height: 32px;
		display: inline-block;
		margin-bottom: 30px;
		color: #45bbff;
	}
	
	.chelsea-latest-tweets ul {
		list-style: none;
	}
	
	.chelsea-latest-tweets ul li {
		position: relative;
		text-align: center;
		word-wrap: break-word;
		min-height: 430px;
		padding: 45px 20px 60px;
		background-color: #fff;
		color: #4e515d;
	}
	
	.chelsea-latest-tweets ul li:last-child {
		margin-bottom: 0;
	}
	
	.chelsea-latest-tweets ul li a {
		color: #4e515d;
	}
	
	.chelsea-latest-tweets ul li img {
		margin-bottom: 20px;
		border-radius: 50%;
	}
	
	.chelsea-latest-tweets ul li .user span {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
	}
	
	.chelsea-latest-tweets ul li .user a > span[data-scribe] {
		display: none;
	}
	
	.chelsea-latest-tweets ul li .interact {
		display: none;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		list-style: none;
		margin-bottom: 0;
		font-weight: 400;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 15px;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 5px;
		left: 0;
		font-size: 16px;
		color: #45bbff;
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPLAY (>1200px)
 ***********************************************************************************/

	@media (min-width: 1200px) {
	
		.isotope.col-4 .isotope-item {
			width: 25%;
		}
	
		.flickr_badge_image:last-of-type {
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
	
	@media (min-width: 768px) and (max-width: 991px) {
	
		.nav-tabs > li > a {
			padding: 7px 15px;
		}
		
		.nav-tabs > li.active > a {
			margin-top: -15px;
			padding: 15px 15px;
		}
		
		.legend li {
			float: none;
			width: 100%;
		}
		
		.isotope-item.item-width-1 {
			width: 50%;
		}
		
		.tp-caption .btn {
			padding: 7px 20px 7px 10px;
			font-size: 10px;
		}
		
		.tp-caption .btn:hover {
			padding: 7px 20px;
		}
		
		.widget-recent-posts ul li {
			padding-left: 0;
		}
		
		.widget-recent-posts ul li img {
			display: none;
		}
		
		.flickr_badge_image img {
			width: 72px;
		}
		
		.widget-newsletter input[type="email"] {
			padding-right: 20px;
		}
		
		.widget-newsletter input[type="submit"] {
			position: relative;
			padding: 10px 30px;
			border-radius: 20px;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/
 
	@media (max-width: 767px) {
	
		.last {
			margin-bottom: 20px;
		}
		
		h1.error {
			font-size: 150px;
			line-height: 100px;
		}
		
		h1.error:after {
			height: 150px;
		}
		
		.nav-tabs > li {
			float: none;
		}
		
		.nav-tabs > li > a {
			margin-right: 0;
			border-radius: 0;
		}
		
		.nav-tabs > li.active > a {
			margin-top: 0;
			padding: 15px 30px;
		}
		
		.tab-content .pull-right,
		.tab-content .pull-left {
			float: none !important;
			margin: 0;
			margin-bottom: 20px;
		}
		
		.process-steps .step {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.process-steps .step:last-child {
			margin-bottom: 0;
		}
		
		.process-steps.process-3-steps .step,
		.process-steps.process-4-steps .step,
		.process-steps.process-5-steps .step {
			width: 100%;
		}
		
		.legend li {
			float: none;
			width: 100%;
		}
		
		.countdown > div {
			font-size: 36px;
			line-height: 36px;
		}
		
		.countdown > div:after {
			font-size: 24px;
		}
		
		.isotope .isotope-item {
			float: none;
			width: 100%;
		}
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 100%;
		}
		
		.isotope-item.item-width-1, 
		.isotope-item.item-width-2 {
			width: 100%;
		}
		
		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}
		
		.filter li:last-child {
			margin-bottom: 0;
		}
		
		.map {
			height: 350px;
		}
		
		.full-section .container-fluid {
			padding: 0 20px;
		}
		
		.video-details {
			display: none;
		}
		
		.tp-leftarrow.default,
		.tp-rightarrow.default {
			display: none;
		}
		
		.tp-caption .btn {
			padding: 3px 20px 3px 10px;
			font-size: 6px;
			line-height: 12px;
		}
		
		.tp-caption .btn:hover {
			padding: 3px 20px;
		}
		
		.tp-caption .btn:after,
		.tp-caption .btn:before {
			width: 20px; 
		}
		
		.tp-caption .btn:before {
			right: 14px;
		}
		
		.tp-caption .btn:after {
			right: 5px;
		}
		
		.testimonials-slider .owl-pagination {
			top: auto;
			bottom: -30px;
			left: 0;
			right: 0;
			width: 100%;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.owl-prev {
			left: -10px;
		}
		
		.owl-next {
			right: -10px;
		}
		
		.testimonials-slider .owl-pagination .owl-page {
			display: inline-block;
			margin: 0 5px;
		}
		
		#scroll-up {
			bottom: 20px;
			right: 20px;
		}
		
		.flickr_badge_image:last-of-type {
			display: block;
		}
		
	}
	
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/
 
 	@media only screen and (min-width: 480px) and (max-width: 767px) {
	
		.isotope .isotope-item {
			float: none;
			width: 50%;
		}
		
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			width: 50%;
		}
		
		.isotope-item.item-width-1, 
		.isotope-item.item-width-2 {
			width: 50%;
		}
		
	}
        

/***********************************************************************************
 *	+ PAGE WRAPPER
 ***********************************************************************************/
 
 	#main-container {
		overflow: hidden;
	}
	
	.boxed #main-container {
		margin: 0 auto;
		position: relative;
		max-width: 1200px;
		-webkit-box-shadow: 0px 0px 5px #323232;
				box-shadow: 0px 0px 5px #323232;
	}
	
	.boxed .header-sticky {
		max-width: 1200px;
	}
	
	@media (min-width: 1400px) {
			
		.boxed #main-container,
		.boxed .header-sticky {
			max-width: 1350px;
		}
		
	}
 
/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/
 
/***********************************************************************************
 *	- HEADER TOP
 ***********************************************************************************/
	
	#header-top {
		padding: 10px 0;
		border-bottom: 5px solid #2cacf5;
		background-color: #45bbff;
		color: #fff;
	}
	
	#header-top a {
		color: #fff;
	}
	
	#header-top a:hover {
		color: #151f48;
	}
	
	#header-top h1,
	#header-top h2,
	#header-top h3,
	#header-top h4,
	#header-top h5,
	#header-top h6 {
		color: #151f48;
	}
	
	#header-top .widget:last-child {
		margin-bottom: 0;
	}
	
	#header-top .widget-pages ul li:before,
	#header-top .widget_meta ul li:before,
	#header-top .widget_archive ul li:before,
	#header-top .widget_categories ul li:before {
		background-color: #fff;
	}
	
	#header-top .widget_tag_cloud a:hover {
		border-color: #fff;
		color: #fff;
	}
	
	#header-top .widget-contact ul li {
		display: inline-block;
		margin-bottom: 0;
		margin-right: 30px;
	}
	
	#header-top .widget-contact ul li:last-child {
		margin-right: 0;
	}
	
	#header-top .widget-contact ul li i {
		color: #fff;
	}
	
	#header-top .widget-social .social-media {
		text-align: right;
	}
	
	#header-top .widget-social .social-media.rounded a {
		line-height: 24px;
		font-size: 12px;
		width: 26px;
		height: 26px;
		margin-bottom: 0;
		border-color: #fff;
	}
	
/***********************************************************************************
 *	- HEADER
 ***********************************************************************************/
 	
	#header {
                background-color: #fff;
		position: relative;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#header [class^="col-"] {
		position: static;
	}
	
	#header .container {
		position: relative;
	}
	
/***********************************************************************************
 *	- LOGO
 ***********************************************************************************/

	#logo {
		max-width: 100%;
		margin: 25px 0;
	}
	
	#logo a {
		display: inline-block;
		max-width: 100%;
		text-align: center;
	}

/***********************************************************************************
 *	- MENU
 ***********************************************************************************/
 	
 	.menu,
	.menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.menu {
		float: right;
		margin-top: 36px;
	}
	
	.menu > li { 
		float: left; 
	}
	
	.menu li a {
		display: block;
		color: #4e515d;
		-webkit-transition: background-color 0.3s, color 0.3s;
				transition: background-color 0.3s, color 0.3s;
	}
	
	.menu > li > a {
		position: relative;
		margin-right: 15px;
		padding: 10px 15px 47px 15px;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		letter-spacing: 0.75px;
		text-decoration: none;
		text-transform: uppercase;
		color: #151f48;
	}
	
	.menu > li:last-child > a {
		margin-right: 0;
	}
	
	.menu li.dropdown ul {
		position: absolute;
		top: 100%;
		left: 10px;
		display: none;
		z-index: 2000;
		width: 215px;
		margin-top: -1px;
		border-bottom: none;
		border: 1px solid #f5f5f5;
		background-color: #fff;
	}
	
	.menu li.dropdown ul ul {
		top: 0;
		left: 100%;
	}
	
	.menu li.dropdown:hover > ul {
		display: block;
	}
	
	.menu li.dropdown ul li a {
		padding: 14px 30px;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.menu li.dropdown ul li:last-child a {
		border-bottom: none;
	}
	
	.menu li.dropdown ul li a:before {
		content: "\e911";
		font-family: "mt-icons";
		font-size: 10px;
		position: relative;
		top: -1px;
		left: -15px;
	}
	
	.menu li.megamenu .megamenu-container {
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		z-index: 2000;
		width: 100%;
		margin-top: -1px;
		border: 1px solid #f5f5f5;
		background-color: #fff;
	}
	
	.megamenu-container .section {
		float: left;
		width: 25%;
		padding: 20px;
	}
	
	.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%; 
	}
	
	.megamenu-container .section > ul {
		margin: -20px;
	}
	
	.megamenu-container .section > ul li a {
		padding: 15px 30px;
		border-bottom: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5;
	}
	
	.megamenu-container .section > ul li a:before {
		content: "\e911";
		font-family: "mt-icons";
		font-size: 10px;
		position: relative;
		top: -1px;
		left: -15px;
	}
	
	.megamenu-container .section > ul li:last-child a {
		border-bottom: none;
	}
	
	.megamenu-container .section:last-child > ul li a {
		border-right: none;
	}
	
	.menu li.megamenu:hover > .megamenu-container { 
		display: block; 
	}
	
	.sf-arrows .sf-with-ul:after {
		display: none;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		height: 0;
		margin-top: -21px;
		content: "";
		border: 5px solid transparent;
		border-top-color: #151f48;
	}
		
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > li.active > .sf-with-ul:after {
		border-top-color: #45bbff; 
	}
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		margin-top: -5px;
		margin-right: 10px;
		border-color: transparent;
		border-left-color: #4e515d;
	}
	
	.sf-arrows ul li:hover > .sf-with-ul:after { 
		border-left-color: #fff; 
	}
	
	.menu li a:hover, 
	.menu li.active > a, 
	.menu li.sfHover > a,
        .menu li.current-menu-parent > a {
		text-decoration: none;
		color: #45bbff;
	}
	
	.menu ul li > a:hover,
	.menu ul li.sfHover > a {
		background-color: #45bbff; 
		color: #fff;
	}
	
/***********************************************************************************
 *	- MOBILE MENU
 ***********************************************************************************/	
	
	#mobile-menu-button {
		float: right;
		display: none;
		font-size: 24px;
		line-height: 24px;
		padding: 9px 10px 6px;
		border-radius: 3px;
		margin-top: 30px;
		text-decoration: none;
		background-color: #45bbff;
		color: #fff;
		-webkit-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}
	
	#mobile-menu-button:hover {
		background-color: #209fe8;
	}
	
	#mobile-menu,
	#mobile-menu ul {
		list-style: none;
		display: none;
		margin: 0;
	}
	
	#mobile-menu {
		border-bottom: 1px solid #fff;
		background-color: #45bbff;
	}
	
	#mobile-menu li a {
		display: block;
		padding: 10px 20px;
		border-top: 1px solid #fff;
		text-decoration: none;
		color: #fff;
	}
	
	#mobile-menu > li > a {
		text-transform: uppercase;
		font-weight: 700;
	}
	
	#mobile-menu ul a {
		padding-left: 40px; 
	}
	
	#mobile-menu ul ul a {
		padding-left: 60px;
	}
	
	#mobile-menu .megamenu-container {
		display: none;
		margin-left: 0;
		border-top: 1px solid #fff;
	}
	
	#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;
		border-top: none;
	}
	
	#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: 17px;
		right: 25px;
		font-family: "mt-icons";
		font-size: 10px;
		line-height: 10px;
		font-weight: 400;
		content: "\e90c";
	}
	
	#mobile-menu li.dropdown > a.open:after,
	#mobile-menu li.megamenu > a.open:after {
		content: "\e912";
	}
	
/***********************************************************************************
 *	- SEARCH
 ***********************************************************************************/
		
	.menu li.search {}
	
	.menu li.search a {}
	
	#search-form {
		position: absolute;
		top: 50%;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	#search-form-container {
		position: fixed;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 30px 0 20px 0;
		text-align: center;
		background-color: #45bbff;
		background: -webkit-linear-gradient(#209fe8, #45bbff, #209fe8);
		background: 		linear-gradient(#209fe8, #45bbff, #209fe8);
		-webkit-transform: rotateX(90deg);
			-ms-transform: rotateX(90deg);
				transform: rotateX(90deg);
		-webkit-transform-origin: 0 0;
			-ms-transform-origin: 0 0;
				transform-origin: 0 0;
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	#search-form-container.open-search-form {
		z-index: 9999;
		-webkit-transform: rotateX(0);
			-ms-transform: rotateX(0);
				transform: rotateX(0);
	}
	
	#search-form {}
	
	#search-form #search {
		display: inline-block;
		width: 50%;
		height: 50px;
		padding: 10px 45px 10px 20px;
		margin: 0 auto;
		border-color: #fff;
		background-color: #fff;
	}
	
	#search-submit {
		display: inline-block;
		border: none;
		padding: 8px;
		margin-left: -40px;
		margin-bottom: 0;
		vertical-align: middle;
		background: url(layouts/images/search.png) no-repeat center center;
	}
	
	#search-form #s:focus { border-color: #c1c1c1; }
	
	#search-form-container a.search-form-close {
		position: absolute;
		top: 50px;
		right: 50px;
		display: inline-block;
		width: 32px;
		height: 32px;
		font-size: 18px;
		font-weight: 400;
		line-height: 25px;
		border-radius: 50%;
		border: 2px solid #fff;
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#search-form-container a.search-form-close:hover {
		border-color: #fff;
		background-color: #fff;
		color: #45bbff;
	}
        
        .chelsea-search-result {
                margin-bottom: 20px;
        }
	
/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/
 	
	#header-sticky [class^="col-"] {
		position: static;
	}
	
	#header-sticky .container {
		position: relative;
	}

	#header-sticky {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		z-index: 8000;
		background-color: #fff;
		box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
	}
	
	.header-sticky #logo {
		margin: 10px 0;
	}
		
	.header-sticky #logo img {
		max-width: 70%;
		display: inline-block;
		-webkit-transition: all 0.3s 0.01s;
				transition: all 0.3s 0.01s;
	}
	
	.header-sticky .menu {
		margin-top: 12px;
		-webkit-transition: all 0.3s 0.01s;
				transition: all 0.3s 0.01s;
	}
	
	.header-sticky .menu > li > a {
		padding-bottom: 23px;
		-webkit-transition: all 0.3s 0.01s;
				transition: all 0.3s 0.01s;
	}
	
	.header-sticky .sf-arrows .sf-with-ul:after {
		margin-top: -9px;
		-webkit-transition: all 0.3s 0.01s;
				transition: all 0.3s 0.01s;
	}
	
	.header-sticky .sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
	}
	
	#header-sticky #search-form-container {
		display: none;
	}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/
	
	#page-content {
		padding-bottom: 50px;
                background-color: #fff;
	}

/***********************************************************************************
 *	- PAGE HEADER
 ***********************************************************************************/
 	
	#page-header {
		margin-bottom: 80px;
		padding: 30px 0;
		text-align: center;
		background-color: #45bbff;
		color: #fff;
	}
	
	#page-header h4 {
		margin-bottom: 0;
		font-weight: 300;
		font-style: italic;
		color: #fff;
	}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/
 
/***********************************************************************************
 *	- FOOTER
 ***********************************************************************************/
 
 	#footer {
		padding: 85px 0;
		background-color: #1a1e21;
		color: #d1d1d1;
	}
	
	#footer a {
		color: #d3d3d3;
	}
	
	#footer a:hover {
		color: #45bbff;
	}
	
	#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;
		margin: 13px 0 70px;
	}
	
	#footer .widget-recent-posts ul li .post-title {
		font-style: italic;
		color: #fff;
	}
	
	#footer .widget-recent-posts ul li .post-details {
		border-bottom: none;
		margin-bottom: 0;
		font-weight: 300;
	}
	
	#footer .widget-recent-posts ul li .post-details:after {
		content: "";
		display: block;
		width: 15px;
		margin-top: 10px;
		border-bottom: 1px solid #909090;
	}
	
	#footer .widget-recent-posts ul li .post-details,
	#footer .widget-recent-posts ul li .post-details a {
		color: #45bbff;
	}
	
	#footer .widget-recent-posts ul li .read-more {
		color: #909090;
	}
	
	#footer .widget-newsletter input[type="email"] {
		border-color: #d1d1d1;
		background-color: transparent;
		color: #d1d1d1;
	}
	
/***********************************************************************************
 *	- FOOTER BOTTOM
 ***********************************************************************************/
 
 	#footer-bottom {
		font-size: 13px;
		padding: 40px 0;
		background-color: #111315;
		color: #fff;
	}
	
	#footer-bottom a {
		color: #c7c7c7;
	}
	
	#footer-bottom a:hover {
		color: #45bbff;
	}
	
	#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-pages ul {
		text-align: right;
	}
	
	#footer-bottom .widget-pages ul li {
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	
	#footer-bottom .widget-pages ul li:before {
		display: none;
	}
	
	#footer-bottom .widget-pages ul li:after {
		margin: 0 5px 0 7px;
		content: "|";
	}
	
	#footer-bottom .widget-pages ul li:last-child:after {
		display: none;
	}
	
/***********************************************************************************
 *	+ PAGES
 ***********************************************************************************/
/***********************************************************************************
 *	- INDEX
 ***********************************************************************************/
 


/***********************************************************************************
 *	- ABOUT
 ***********************************************************************************/
 
	.team {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.team > li {
		border-bottom: 1px solid #f0f0f0;
	}
	
	.team > li:last-child {
		border-bottom: none;
	}
	
	.team > li .about-me {
		float: left;
		width: 50%;
		padding: 50px 0;
		margin-bottom: 0;
	}
	
	.about-me { margin-bottom: 50px; }
	
	.about-me + .about-me {
		border-left: 1px solid #f0f0f0;
	}
	
	.about-me-image, 
	.about-me-details {
		float: left;
		width: 50%;
	}
	
	.about-me-details {
		padding: 30px 30px 0;
	}
	
	.about-me-details h4 {
		margin-bottom: 20px;
	}
	
	.about-me-details h4 small {
		display: block;
		margin-top: 8px;
		font-size: 14px;
		font-weight: 300;
		font-style: italic;
		color: #45bbff;
	}
	
	.about-me .social-media {
		margin-bottom: 0;
	}
	
	.team > li:after,
	.about-me:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
 
/***********************************************************************************
 *	- SERVICES
 ***********************************************************************************/
 	
	/* SERVICE BOX STYLE 1 */
	.service-box.style-1  {
		margin-bottom: 50px;
	}
	
	.service-box.style-1 > i {
		float: left;
		display: block;
		width: 78px;
		height: 78px;
		font-size: 32px;
		line-height: 78px;
		text-align: center;
		border-radius: 50%;
		border: 2px solid #2cacf5;
		color: #2cacf5;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.service-box.style-1 > i:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius: 50%;
		z-index: -1;
		background-color: #2cacf5;
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.service-box.style-1 .service-box-content { 
		margin-left: 100px;
	}
	
	.service-box.style-1 .service-box-content h4 {
		margin-bottom: 20px;
	}
	
	.service-box.style-1:hover > i {
		background-color: #2cacf5;
		color: #fff;
	}
	
	.service-box.style-1:hover > i:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	
	/* SERVICE BOX STYLE 2 */
	.service-box.style-2  {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.service-box.style-2 > i {
		display: inline-block;
		width: 42px;
		height: 42px;
		font-size: 18px;
		line-height: 42px;
		text-align: center;
		margin-bottom: 15px;
		border-radius: 50%;
		background-color: #2cacf5;
		color: #fff;
		-webkit-transition: all 0.5s;
				transition: all 0.5s;
	}
	
	.service-box.style-2 .service-box-content h5 {
		margin-bottom: 15px;
	}
	
	.service-box.style-2 .btn {
		font-weight: 400;
		font-style: italic;
		text-transform: none;
	}
	
	
	/* SERVICE BOX STYLE 3 */
	.service-box.style-3  {
		margin-bottom: 50px;
	}
	
	.service-box.style-3 > i {
		position: relative;
		float: left;
		display: block;
		font-size: 48px;
		line-height: 48px;
		color: #209fe8;
	}
	
	.service-box.style-3 > i:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.7));
		background: 		linear-gradient(transparent, rgba(255, 255, 255, 0.7));
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	
	.service-box.style-3 .service-box-content { 
		margin-left: 85px;
	}
	
	.service-box.style-3 .service-box-content h5 {
		padding-top: 12px;
		margin-bottom: 30px;
	}
	
	.service-box.style-3:hover > i:after {
		-webkit-transform: rotateX(180deg);
			-ms-transform: rotateX(180deg);
				transform: rotateX(180deg);
	}
	
	
	/* SERVICE BOX STYLE 4 */
	.service-box.style-4  {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.service-box.style-4 > i {
		display: block;
		width: 78px;
		height: 78px;
		font-size: 32px;
		line-height: 78px;
		margin: 0 auto 25px;
		border-radius: 50%;
		border: 2px solid #2cacf5;
		color: #2cacf5;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.service-box.style-4 > i:after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: "";
		border-radius: 50%;
		z-index: -1;
		background-color: #2cacf5;
		-webkit-transform: rotateX(90deg);
			-ms-transform: rotateX(90deg);
				transform: rotateX(90deg);
		-webkit-transition: all 0.4s;
				transition: all 0.4s;
	}
	
	.service-box.style-4 .service-box-content {}
	
	.service-box.style-4 .service-box-content h4 {
		margin-bottom: 20px;
	}
	
	.service-box.style-4 .btn {
		font-weight: 400;
		font-style: italic;
		text-transform: none;
	}
	
	.service-box.style-4:hover > i {
		background-color: #2cacf5;
		color: #fff;
	}
	
	.service-box.style-4:hover > i:after {
		-webkit-transform: rotateX(0);
			-ms-transform: rotateX(0);
				transform: rotateX(0);
	}
	
	
	/* SERVICE BOX STYLE 5 */
	.service-box.style-5  {
		text-align: center;
		padding: 75px 20px 10px;
		margin-bottom: 30px;
		border: 2px solid #4e515d;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5 > i {
		display: inline-block;
		margin-bottom: 15px;
		font-size: 42px;
		line-height: 42px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5 a {
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5 .service-box-content {
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.service-box.style-5 .service-box-content h6 {
		text-transform: uppercase;
	}
	
	.service-box.style-5:hover {
		cursor: pointer;
		padding: 45px 20px 40px;
		border-color: #45bbff;
		background-color: #45bbff;
		color: #fff;
	}
	
	.service-box.style-5:hover .service-box-content {
		opacity: 1;
	}
	
	.service-box.style-5:hover a {
		color: #fff;
	}
	
	
	/* SERVICES BOX STYLE 6 */
	.service-box.style-6 {
		margin-bottom: 50px;
	}
	
	.service-box.style-6.icon-right {
		text-align: right;
	}
	
	.service-box.style-6 > i {
		display: block;
		width: 42px;
		height: 42px;
		font-size: 18px;
		line-height: 42px;
		text-align: center;
		border-radius: 50%;
		background-color: #45bbff;
		color: #fff;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.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: 60px;
	}
	
	.service-box.style-6.icon-right .service-box-content { 
		margin-right: 60px;
	}
	
	.service-box.style-6 .service-box-content h4 {
		padding-top: 7px;
		margin-bottom: 15px;
	}
	
	.service-box.style-6:hover > i {
		-webkit-animation: icon-zoom 0.5s linear;
				animation: icon-zoom 0.5s linear;
	}
	
	@-webkit-keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}

	@keyframes icon-zoom {
		50% {
			-webkit-transform: scale(1.2);
				-ms-transform: scale(1.2);
					transform: scale(1.2);
		}
	}
	
	
	/* SERVICES LIST */
	.services-list {
		list-style: none;
		margin-bottom: 50px;
	}
	
	.services-list ul {
		margin-left: 0;
	}
	
	.services-list > li {
		border-bottom: 1px solid #d7d7d7;
	}
	
	.services-list > li:last-child {
		border-bottom: none;
	}
	
	.services-list > li .service-box {
		float: left;
		width: 50%;
		margin-bottom: 0;
		padding: 50px 30px;
	}
	
	.services-list > li .service-box:first-child {
		padding-left: 0;
	}
	
	.services-list > li .service-box:last-child {
		padding-right: 0;
	}
	
	.services-list > li .service-box + .service-box {
		border-left: 1px solid #d7d7d7;
	}
	
	.services-list > li .service-box *:last-child {
		margin-bottom: 0;
	}
	
	.services-list > li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
 
/***********************************************************************************
 *	- PORTFOLIO
 ***********************************************************************************/
	
	.portfolio-item {
		margin-bottom: 30px;
		overflow: hidden;
	}
	
	.portfolio-item-thumbnail {
		position: relative;
		overflow: hidden;
	}
	
	.portfolio-item-thumbnail img {
		width: 100%;
		display: block;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.portfolio-item-hover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		background-color: rgba(69, 187, 255, 0.78);
		color: #fff;
	}
	
	.portfolio-item-hover a {
		color: #fff;
	}
	
	.portfolio-item-hover a:hover {
		color: #151f48;
	}
	
	.portfolio-item-details {
		text-align: center;
	}
	
	.portfolio-item-details h4 {
		margin-bottom: 5px;
		font-weight: 600;
	}
	
	.portfolio-item-details h4 + p {
		font-size: 13px;
		font-style: italic;
	}
	
	.portfolio-item-details *:last-child {
		margin-bottom: 0;
	}
	
	.portfolio-item-hover .portfolio-item-details {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		opacity: 0;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.portfolio-item-thumbnail + .portfolio-item-details {
		margin: 30px 0;
	}
	
	a.zoom-action {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 32px;
		line-height: 32px;
		text-decoration: none;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.portfolio-item:hover .portfolio-item-hover {
		width: 100%;
		height: 100%;
	}
	
	.portfolio-item:hover .portfolio-item-hover .portfolio-item-details {
		opacity: 1;
	}
	
	.portfolio-item:hover a.zoom-action {
		opacity: 1;
	}
	
	.portfolio-item:hover .portfolio-item-thumbnail img {
		-webkit-transform: scale(1.2);
			-ms-transform: scale(1.2);
				transform: scale(1.2);
	}
	
	
	/* PORTFOLIO CLASSIC */
	.portfolio-item.portfolio-classic {}
	
	.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
		float: left;
		width: 50%;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details {
		text-align: left;
		float: left;
		width: 50%;
		margin-top: 0;
		padding: 0 50px;
	}
	
	.portfolio-item.portfolio-classic .portfolio-item-details h4 {
		text-transform: uppercase;
	}
	
	.portfolio-item.portfolio-classic:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	- BLOG
 ***********************************************************************************/
 	
	/* BLOG ARTICLE */
	.blog-article {
		position: relative;
		margin-bottom: 100px;
	}
	
	.blog-article-thumbnail {
		margin-bottom: 30px;
	}
	
	.blog-article-thumbnail img {}
	
	.blog-article-date  {
		position: relative;
		font-size: 28px;
		font-weight: 700;
		width: 75px;
		padding: 15px 0;
		margin-bottom: 50px;
		text-align: center;
		background-color: #45bbff;
		color: #fff;
	}
	
	.blog-article-date:after,
	.blog-article-date:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-bottom: 8px solid; 
	}
	
	.blog-article-date:after {
		border-bottom-color: #2cacf5;
	}
	
	.blog-article-date:before {
		bottom: -8px;
		border-bottom-color: #209fe8;
	}
	
	.blog-article-date small {	
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		display: block;
                text-transform: uppercase;
	}
	
	.blog-article-thumbnail + .blog-article-date {
		position: absolute;
		top: 0;
		left: 15px;
	}
	
	.blog-article > .blog-article-thumbnail + .blog-article-date {
		left: 0;
	}
	
	.blog-article-details {}
	
	.blog-article-details h4 {
		margin-bottom: 5px;
	}
	
	.blog-article-details h4 + p {
		font-size: 13px;
		font-weight: 600;
		color: #45bbff;
	}
	
	
	/* BLOG ARTICLE AUTHOR */
	.blog-article-author {
		margin-bottom: 100px;
	}
	
	.blog-article-author-img {
		float: left;
		width: 135px;
		padding: 30px 0;
		margin-bottom: 10px;
		border-radius: 30px 0 0 30px;
		text-align: center;
		background-color: #45bbff;
		background: -webkit-linear-gradient(90deg, #209fe8, #2cacf5, #45bbff);
		background: 		linear-gradient(90deg, #209fe8, #2cacf5, #45bbff);
	}
	
	.blog-article-author-img img {
		border-radius: 50%;
	}
	
	.blog-article-author h5 {
		font-weight: 600;
		font-style: italic;
		margin-bottom: 10px;
		color: #45bbff;
	}
	
	.blog-article-author-details {
		margin-left: 180px;
		padding-top: 30px;
	}
	
	.blog-article-author-details > *:last-child {
		margin-bottom: 0;
	}
	
	.blog-article-author:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
        
        .recent-posts-container-2 .blog-article { margin-bottom: 20px; }
        
	.recent-posts-container-2 .chelsea-post-col {
                padding-left: 0;
                padding-right: 0;
        }
        
        .recent-posts-container .col-sm-4,
        .recent-posts-container .col-sm-3,
        .recent-posts-container .col-sm-6,
        .recent-posts-container .col-sm-8,
        .recent-posts-container .col-sm-12 {
                vertical-align: top; 
                display: inline-block; 
                float: none;
        }
	
	/* BLOG POST COMMENT */
	.commentlist-title {
		text-transform: uppercase;
	}
	
	.commentlist,
	.commentlist ul {
		list-style: none;
	}
	
	.commentlist {
		margin: 50px 0 100px;
	}
	
	.commentlist ul {}
	
	.commentlist li {}
	
	.commentlist li > ul.children {
		margin-left: 90px;
	}
	
	.comment-body {
		position: relative;
		padding-left: 125px;
		margin-bottom: 50px;
	}
	
	.comment-meta {}
	
	.comment-author {}
	
	.comment-author .avatar {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.comment-author .fn {
		font-weight: 600;
		color: #151f48;
	}
	
	.comment-author .says {
		display: none;
	}
	
	.comment-metadata {
		margin-bottom: 20px;
	}
	
	.comment-metadata a {
		font-style: italic;
		color: #4e515d;
	}
	
	.comment-content {
		font-style: italic;
	}
        
        .comments-nav.navigation { margin-bottom: 70px; }
        
        .comments-nav.navigation .nav-previous,
        .comments-nav.navigation .nav-previous {
                margin-right: 20px;
                float: left;
        }
	
	.reply {}
	
	.reply a {
		font-weight: 400;
		font-style: italic;
		text-decoration: none;
		display: inline-block;
		padding: 6px 20px 6px 20px;
		border-radius: 20px;
		border: 2px solid #d7d7d7;
		color: #d7d7d7;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.reply a:hover {
		border-color: #45bbff;
		color: #45bbff;
	}
	
	
	/* BLOG POST COMMENT FORM */
	.commentform-title {
		text-transform: uppercase;
	}
	
	#commentform {
		margin: 50px 0;
	}
	
	#commentform label {}
	
	#commentform input[type="text"],
	#commentform textarea {}
	
	#commentform input[type="submit"] {
		padding: 8px 30px;
	}
        
        #commentform #submit {
                font-weight: 700;
                font-size: 14px;
                text-transform: uppercase;
        }


/***********************************************************************************
 *	- CONTACT
 ***********************************************************************************/ 		
        
        .wpcf7-list-item input {
            display: inline-block;
        }
        
        .wpcf7-list-item {
            display: block;
            margin-bottom: 10px;
        }
	
/***********************************************************************************
 *	- SHORTCODES
 ***********************************************************************************/
	
	.icons-list {
		list-style: none;
	}
	
	.icons-list li {
		text-align: center;
		display: inline-block;
		padding: 10px;
		width: 19%;
	}
	
	.icons-list li i,
	.icons-list li .glyphicon {
		font-size: 20px;
	}
	
	.icons-list li .icon-name {
		display: block;
	}
	
/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPALY (>1200px)
 ***********************************************************************************/
 	
	@media (min-width: 1200px) {
		
		.portfolio-item.portfolio-classic .portfolio-item-details { 
			padding: 50px; 
		}
		
		.icons-list li {
			width: 14%;
		}
	
	}
 
 
/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/
 
 	@media (min-width: 768px) and (max-width: 991px) {
	
		.menu {
			display: none;
		}
		
		#mobile-menu-button {
			display: block;
		}
		
		#search-form-container {
			position: relative;
			z-index: 1;
			padding: 15px 20px;
			text-align: left;
			border-top: 1px solid #fff;
			background: transparent;
			-webkit-transform: rotateX(0);
				-ms-transform: rotateX(0);
					transform: rotateX(0);
		}
		
		#search-form {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		#search-form #search {
			width: 100%;
			height: 40px;
		}
		
		#search-submit {
			position: absolute;
			top: 0;
			right: 15px;
		}
		
		#search-form-container a.search-form-close {
			display: none;
		}
                
		#header-sticky {
			visibility: hidden;
		}
		
		.team > li {
			border-bottom: none;
		}
		
		.team > li .about-me {
			float: none;
			width: 100%;
			border-bottom: 1px solid #d7d7d7;
		}
		
		.team > li .about-me + .about-me {
			border-left: none;
		}
		
		.team > li:first-child .about-me:first-child {
			padding-top: 0;
		}
		
		.team > li:last-child .about-me:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none;
		}
		
		.service-box.style-1 > i {
			float: none;
			margin-bottom: 20px;
		}
		
		.service-box.style-1 .service-box-content {
			margin-left: 0;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details { padding: 0 20px; }
		
		.blog-article-author-details {
			margin-left: 160px;
			padding-top: 20px;
		}
		
		.commentlist li > ul.children {
			margin-left: 30px;
		}
		
		.icons-list li {
			width: 24%;
		}
		
		#footer .widget_title {
			margin-bottom: 60px;
		}
		
	}
 
/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES)
 ***********************************************************************************/
	
	@media (max-width: 767px) {
	
		#header-top [class^="col-"] + [class^="col-"] {
			margin-top: 15px;
		}
		
		#header-top .widget-social .social-media {
			text-align: left;
		}
		
		#logo {
			margin-right: 80px;
		}
	
		.menu {
			display: none;
		}
		
		#mobile-menu-button {
			position: absolute;
			top: 8px;
			right: 20px;
			display: block;
		}
		
		#search-form-container {
			position: relative;
			z-index: 1;
			padding: 15px 20px;
			text-align: left;
			border-top: 1px solid #fff;
			background: transparent;
			-webkit-transform: rotateX(0);
				-ms-transform: rotateX(0);
					transform: rotateX(0);
		}
		
		#search-form {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		#search-form #search {
			width: 100%;
			height: 40px;
		}
		
		#search-submit {
			position: absolute;
			top: 0;
			right: 15px;
		}
		
		#search-form-container a.search-form-close {
			display: none;
		}
		
		#header-sticky {
			visibility: hidden;
		}
		
		.team > li {
			border-bottom: none;
		}
		
		.team > li .about-me {
			float: none;
			width: 100%;
			border-bottom: 1px solid #d7d7d7;
		}
		
		.team > li .about-me + .about-me {
			border-left: none;
		}
		
		.team > li:first-child .about-me:first-child {
			padding-top: 0;
		}
		
		.team > li:last-child .about-me:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none;
		}
		
		.about-me-image, 
		.about-me-details {
			float: none;
			width: 100%;
		}
		
		.about-me-details + .about-me-image {
			margin-top: 30px;
		}
		
		.about-me:last-child .about-me-details {
			padding-top: 0;
		}
		
		.services-list > li {
			border-bottom: none;
		}
		
		.services-list > li .service-box {
			float: none;
			width: 100%;
			padding: 0;
			padding-bottom: 30px;
			margin-bottom: 30px;
			border-bottom: 1px solid #d7d7d7;
		}
		
		.services-list > li:last-child .service-box:last-child {
			padding-bottom: 0;
			margin-bottom: 0;
			border-bottom: none;
		}
		
		.services-list > li .service-box  + .service-box {
			border-left: none;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details,
		.portfolio-item.portfolio-classic .portfolio-item-thumbnail {
			float: none;
			width: 100%;
		}
		
		.portfolio-item.portfolio-classic .portfolio-item-details {
			padding: 0;
			margin-top: 30px;
		}
		
		.blog-article-author-img {
			float: none;
		}
		
		.blog-article-author-details {
			margin-left: 0;
		}
		
		.commentlist li > ul.children {
			margin-left: 20px;
		}
		
		.comment-body {
			padding-left: 0;
		}
		
		.comment-author .avatar {
			position: relative;
			display: block;
			margin-bottom: 20px;
		}
		
		.icons-list li {
			width: 49%;
		}
		
		#footer .widget_title {
			margin-bottom: 40px;
		}
		
		#footer [class^="col-"] + [class^="col-"] {
			margin-top: 60px;
		}
		
		
		#footer-bottom [class^="col-"] + [class^="col-"] {
			margin-top: 20px;
		}
		
		#footer-bottom .widget-pages ul {
			text-align: left;
		}
		
	}
/***********************************************************************************
 *	- HELPERS
 ***********************************************************************************/        
        
        .vc_row-fluid.container-fluid {
            padding-left: 0;
            padding-right: 0;
        }
        
        .vc_row .container-inner .row {
            margin-right: 0;
            margin-left: 0;
        }

        .vc_row .wpb_content_element {
            margin-bottom: 0;
        }
        
        /* Container mlp helpers */
        
        .vc_row.wpb_row.container-inner {
                margin-right: auto;
                margin-left: auto;
        }
        
        .container-inner {
                padding-left: 15px;
                padding-right: 15px;
                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 */
        
        .chelsea-dex-10 .dex-container { top: 10%; }
        
        .chelsea-dex-20 .dex-container { top: 20%; }
        
        .chelsea-dex-30 .dex-container { top: 30%; }
        
        .chelsea-dex-40 .dex-container { top: 40%; }
        
        .chelsea-dex-60 .dex-container { top: 60%; }
        
        .chelsea-dex-70 .dex-container { top: 70%; }
        
        .chelsea-dex-80 .dex-container { top: 80%; }
        
        .chelsea-dex-90 .dex-container { top: 90%; }
        
        .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 a,
        .row-font-color ul li a,
        .row-font-color .headline:before,
        .row-font-color .panel-title a:hover,
        .row-font-color .panel-title a[aria-expanded="true"],
        .row-font-color .progress-bar span {
            color: inherit;
        }
        
	.row-font-color .process-steps .step:hover > i,
	.row-font-color .process-steps .step:hover > h1,
	.row-font-color .process-steps .step:hover > i:after,
	.row-font-color .process-steps .step:hover > h1:after {
		border-color: #fff;
	}
        
        ul.pagination li.active a {
            color: #fff;
        }

        ul.pagination li a {
            color: #151f48;
        }
	
	.row-font-color .owl-page:hover,
	.row-font-color .owl-page.active {
                    border: solid 1px;
                    border-color: inherit
	}
	
        .row-font-color .headline:after {
		display: none;
	}
        
        .chelsea-bg-bottom {
            background-position: bottom; 
        }
        
        .chelsea-rounded {
            border-radius: 20px;
        }
        
        .alignleft { float: left; }
        
        .row-font-color .btn-white {
            color: #d7d7d7;
        }
        
        .full-section .dex-container,
        .container-fluid .dex-container,
        .container-inner .dex-container {
            max-width: 1170px;
        }
        
        @media (min-width: 1200px) {
            
            .img-170 img {
                margin-top: -170px;
            }
        
        }
        
        @media (max-width: 480px) {
            .chelsea-post-col {
                padding-left: 0;
                padding-right: 0;
            }
        }
        