/*

Template Name: Framer
Template Demo: http://awerest.com/demo/framer
Purchase: http://themeforest.net/user/awerest/portfolio?ref=awerest
Author: Awerest
Author website: http://awerest.com
Tags: Responsive, Framework, Components, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal, 
Photography, Portfolio, Business, Corporate, White, Modern, Blog, Fullscreen, Parallax

Version: 1.0

---------------

Table of Contents:

01) Typography
  - Typography Themes
    - Theme One
    - Theme Two

02) Buttons
  - Button styles
    - Default button
    - Ghost button
    - Link button
    - Underlined button
    - Fill up button
    - Lines button
    - Strong style buttons
    - Subscribe

03) Background colors

04) General
  - Parallax
  - Minimum height on elements
  - Section overlays
  - Floating elements

05) Specific sections styles
  - Footer
  - Logo grid section
  - Instagram feed
  - Timeline
  - Image hover effects
    - Shoot effect
    - SlideUp effect
    - Squares swap effect
    - Grayscale effect
  - Counter section
  - Slider plugin
  - Bootstrap carousel
  - Dividers
  - Team
  - Blog
    - Sticky sidebar
    - Video image fallback
    - Inner pages backgrounds
    - Blog styling
  - Masonry
  - Squared elements

07) Navigation
  - Transparent navbar
  - Fullwidth navbar
  - Tabs

08) Lightbox / Modal

09) SVG icons

10) Preloader

11) Content images

---------------

*/

@import url("animate.css");

/* ==== 01) Typography ==== */

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 1.5;
}

a, a:hover {
	color: #111;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

* {
	outline: none !important;
	text-decoration: none !important;
}

a:focus {
	color: inherit !important;
}

.light {
	color: #fff !important;
}

.smoke {
	color: #aaa !important;
}

.dark-smoke {
	color: #4e4e4e !important;
}

/* --- Typography Themes --- */


/* Theme Two */

.theme-two h1, .theme-two h2, .theme-two h3, .theme-two h4, .theme-two h5 {
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
	margin: 0 0 15px 0;
}

.theme-two h1 {
	font-size: 62px;
	color: #ccc;
	margin-top: -40px;
}

.theme-two h2 {
	font-size: 48px;
}

.theme-two h3 {
	font-size: 21px;
	font-weight: 300;
}

.theme-two h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.theme-two h5 {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}

.phoneText	{
	font-size: 22px;
	color: #fff;
	float: left;
	margin-right: 64%;
	margin-top: 20px;
	text-align: right;
	line-height: 24px;
	font-weight: bold;
}

.phoneText2	{
	width: 300px;
	font-size: 22px;
	color: #53c9da;
	float: left;
	margin-top: 10px;
	text-align: right;
	line-height: 24px;
	font-weight: bold;
}

.phoneText3	{
	width: 300px;
	font-size: 22px;
	color: #999;
	float: left;
	margin-right: 68%;
	margin-top: 0px;
	text-align: right;
	line-height: 24px;
	font-weight: 400;
}

.phoneText3 a:link	{
	color: #999;
	text-decoration: none;
}

.phoneText3 a:hover	{
	font-size: 24px;
	color: #ffbd24;
	line-height: 18px;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	transition: 0.1s;
}

.phoneImage	{
	margin-left: 0%;
	margin-top: -10px;
	width: 100%;
	
}



@media (max-width: 768px) {
	.theme-two h1 {
		font-size: 48px;
	}
	.theme-two h2 {
		font-size: 40px;
	}
	.phoneText	{
		font-size: 18px;
		text-align: center;
		line-height: 20px;
		float: left;
		margin-top: 20px;
		width: 100%;
	}
	
	.phoneImage	{
	margin-left: 0%;
	margin-top: -10px; 
	width: 100%;

	}
	
	.phoneText2	{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	
	}
	
.phoneText3	{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-left: -10px;
	}	
	
}

@media (max-width: 568px) {
	.theme-two h1 {
		font-size: 36px;
	}
	.theme-two h2 {
		font-size: 32px;
	}
	.phoneText	{
		font-size: 18px;
		text-align: center;
		line-height: 20px;
		float: left;
		margin-top: 20px;
		width: 100%;
	}
.phoneImage	{
	margin-left: 0%;
	margin-top: -15px;
	width: 100%;

	}
	
.phoneText2	{
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center;
	line-height: 20px;
	margin-top: 0px;
	margin-left: -10px;
	}
	
.phoneText3	{
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-left: -10px;
	}	

}

/* === 02) Buttons === */

/* --- Buttons styles --- */

.red {
	background: #e53935;
	color: #e53935;
	border: 1px solid #e53935;
	fill: #e53935;
}

.red:hover, .red:hover:after, .red.btn-fillup:after {
	background: #d32f2f;
	color: #d32f2f;
	border: 1px solid transparent;
}

.pink {
	background: #D81B60;
	color: #D81B60;
	border: 1px solid #D81B60;
	fill: #D81B60;
}

.pink:hover, .pink:hover:after, .pink.btn-fillup:after {
	background: #C2185B;
	color: #C2185B;
	border: 1px solid transparent;
}

.purple {
	background: #8E24AA;
	color: #8E24AA;
	border: 1px solid #8E24AA;
	fill: #8E24AA;
}

.purple:hover, .purple:hover:after, .purple.btn-fillup:after {
	background: #7B1FA2;
	color: #7B1FA2;
	border: 1px solid transparent;
}

.deep-purple {
	background: #5E35B1;
	color: #5E35B1;
	border: 1px solid #5E35B1;
	fill: #5E35B1;
}

.deep-purple:hover, .deep-purple:hover:after, .deep-purple.btn-fillup:after {
	background: #512DA8;
	color: #512DA8;
	border: 1px solid transparent;
}

.indigo {
	background: #3F51B5;
	color: #3F51B5;
	border: 1px solid #3F51B5;
	fill: #3F51B5;
}

.indigo:hover, .indigo:hover:after, .indigo.btn-fillup:after {
	background: #283593;
	color: #283593;
	border: 1px solid transparent;
}


.ah-blue {
	background: #53c9da;
	color: #53c9da;
	border: 1px solid #53c9da;
	fill: #53c9da;
}

.blue {
	background: #2196F3;
	color: #2196F3;
	border: 1px solid #2196F3;
	fill: #2196F3;
}

.blue:hover, .blue:hover:after, .blue.btn-fillup:after {
	background: #1E88E5;
	color: #1E88E5;
	border: 1px solid transparent;
}

.light-blue {
	background: #03A9F4;
	color: #03A9F4;
	border: 1px solid #03A9F4;
	fill: #03A9F4;
}

.light-blue:hover, .light-blue:hover:after, .light-blue.btn-fillup:after {
	background: #039BE5;
	color: #039BE5;
	border: 1px solid transparent;
}

.cyan {
	background: #00BCD4;
	color: #00BCD4;
	border: 1px solid #00BCD4;
	fill: #00BCD4;
}

.cyan:hover, .cyan:hover:after, .cyan.btn-fillup:after {
	background: #00ACC1;
	color: #00ACC1;
	border: 1px solid transparent;
}

.teal {
	background: #009688;
	color: #009688;
	border: 1px solid #009688;
	fill: #009688;
}

.teal:hover, .teal:hover:after, .teal.btn-fillup:after {
	background: #00796B;
	color: #00796B;
	border: 1px solid transparent;
}

.green {
	background: #4CAF50;
	color: #4CAF50;
	border: 1px solid #4CAF50;
	fill: #4CAF50;
}

.green:hover, .green:hover:after, .green.btn-fillup:after {
	background: #43A047;
	color: #43A047;
	border: 1px solid transparent;
}

.light-green {
	background: #8BC34A;
	color: #8BC34A;
	border: 1px solid #8BC34A;
	fill: #8BC34A;
}

.light-green:hover, .light-green:hover:after, .light-green.btn-fillup:after {
	background: #7CB342;
	color: #7CB342;
	border: 1px solid transparent;
}

.lime {
	background: #CDDC39;
	color: #CDDC39;
	border: 1px solid #CDDC39;
	fill: #CDDC39;
}

.lime:hover, .lime:hover:after, .lime.btn-fillup:after {
	background: #C0CA33;
	color: #C0CA33;
	border: 1px solid transparent;
}

.yellow {
	background: #FFEB3B;
	color: #FFEB3B;
	border: 1px solid #FFEB3B;
	fill: #FFEB3B;
}

.yellow:hover, .yellow:hover:after, .yellow.btn-fillup:after {
	background: #FDD835;
	color: #FDD835;
	border: 1px solid transparent;
}

.amber {
	background: #FFB300;
	color: #FFB300;
	border: 1px solid #FFB300;
	fill: #FFB300;
}

.amber:hover, .amber:hover:after, .amber.btn-fillup:after {
	background: #FFA000;
	color: #FFA000;
	border: 1px solid transparent;
}

.orange {
	background: #ffbd24;
	color: #ffbd24;
	border: 1px solid #ffbd24;
	fill: #ffbd24;
}

.orange:hover, .orange:hover:after, .orange.btn-fillup:after {
	background: #ffbd24;
	color: #ffbd24;
	border: 1px solid transparent;
}

.deep-orange {
	background: #E64A19;
	color: #E64A19;
	border: 1px solid #E64A19;
	fill: #E64A19;
}

.deep-orange:hover, .deep-orange:hover:after, .deep-orange.btn-fillup:after {
	background: #D84315;
	color: #D84315;
	border: 1px solid transparent;
}

.blue-gray {
	background: #455A64;
	color: #455A64;
	border: 1px solid #455A64;
	fill: #455A64;
}

.blue-gray:hover, .blue-gray:hover:after, .blue-gray.btn-fillup:after {
	background: #37474F;
	color: #37474F;
	border: 1px solid transparent;
}

.gray {
	background: #777;
	color: #777;
	border: 1px solid #777;
	fill: #777;
}

.gray:hover, .gray:hover:after, .gray.btn-fillup:after {
	background: #444;
	color: #444;
	border: 1px solid transparent;
}

.black {
	background: #000;
	color: #000;
	border: 1px solid #000;
	fill: #000;
}

.black:hover, .black:hover:after, .black.btn-fillup:after {
	background: #222;
	color: #222;
	border: 1px solid transparent;
}

.white {
	background: #fff;
	color: #fff;
	border: 1px solid #fff;
	fill: #fff;
}

.white:hover, .white:hover:after, .white.btn-fillup:after {
	background: #bbb;
	color: #bbb;
	border: 1px solid transparent;
}

/* --- Default button --- */

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
/*	padding: 6px 16px;*/
	padding: 12px 20px;
	margin: 15px 0;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}

.btn.white {
	color: #000;
	background: #fff;
}

.btn.white:hover {
	color: #000;
	background: #ddd;
}

/* --- Ghost button --- */

.btn-ghost {
	background: #fff;
	font-weight: 400;
	position: relative;
	display: inline-block;
	margin: 15px 0;
	padding: 12px 20px;
	border-radius: 3px;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-ghost:hover {
	color: #fff;
}

.btn-ghost.white:hover {
	background: #fff;
	color: #000;
}



/* --- Link button --- */

.btn-link, .btn-link:hover {
	background: transparent;
	border: 1px solid transparent;
}

/* --- Underlined button --- */

.btn-underline {
	background: transparent;
	font-weight: 300;
	position: relative;
	display: inline-block;
	margin: 15px 0;
	padding: 10px 0;
	border: 0px solid transparent;
	border-radius: 0;
}

.btn-underline:hover {
	background: transparent;
	border: 0px solid transparent;
}

.btn-underline:after {
	background: transparent;
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	bottom: 0;
	left: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-underline.btn-strong-style:after {
	height: 2px;
}

.btn-underline:hover:after {
	width: 100%;
	left: 0;
	border: 0px solid transparent !important;
}

/* --- Fill up button --- */

.btn-fillup {
	color: #fff;
	font-weight: 300;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	margin: 15px auto 0;
	overflow: hidden;
	zoom: 1;
	border: 0;
	text-decoration: none;
	-webkit-transition: background .5s ease !important;
	-moz-transition: background .5s ease !important;
	-o-transition: background .5s ease !important;
	transition: background .5s ease !important;
}

.btn-fillup.light {
	background: rgba(255, 255, 255, .4);
}

.btn-fillup.dark {
	background: rgba(0, 0, 0, .4);
}

.btn-fillup.light:hover, .btn-fillup.dark:hover {
	background: transparent;
	color: #fff;
	border: 0px solid transparent;
}

.btn-fillup:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 60px;
	width: 200px;
	height: 200px;
	margin: 0 0 0 -100px;
	border: 0;
	z-index: -1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.btn-fillup:hover:after {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

/* --- Lines button --- */

.btn-lines {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 37px;
	margin: 15px 0;
	border: 1px solid #eee;
	text-align: center;
}

.btn-lines.dark {
	color: #777;
	border: 1px solid #444;
}

.btn-lines small {
	line-height: 34px;
}

.btn-lines .line-top {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 1px;
	border: 0px solid transparent;
}

.btn-lines .line-right {
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 1px;
	height: 0;
	border: 0px solid transparent;
}

.btn-lines .line-bottom {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 1px;
	border: 0px solid transparent;
}

.btn-lines .line-left {
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 0;
	border: 0px solid transparent;
}

.btn-lines:hover .line-top, .btn-lines:hover .line-bottom {
	width: 100px;
}

.btn-lines:hover .line-right, .btn-lines:hover .line-left {
	height: 36px;
}

.btn-lines:hover .line-top,
.btn-lines:hover .line-bottom,
.btn-lines:hover .line-right,
.btn-lines:hover .line-left,
.btn-lines .line-top,
.btn-lines .line-bottom,
.btn-lines .line-right,
.btn-lines .line-left {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* --- Strong style buttons --- */

.btn-strong-style {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 14px 25px;
	border-radius: 0;
}

.btn-strong-style:hover {
	font-weight: 400;
	padding: 14px 25px;
}

.btn.btn-strong-style, .btn.btn-strong-style:active, .btn.btn-strong-style:active:focus {
	font-size: 12px;
	border: 0px solid transparent;
	padding: 15px 25px;
	line-height: 1;
}

/* --- Subscribe button and input field --- */

.btn-sub, .btn-sub:hover, .btn-sub:focus, .btn-sub:active, .btn-sub:active:focus {
	background: #eee;
	margin: 0;
	border: 1px solid #eee !important;
}

.dark-footer .btn-sub, .dark-footer .btn-sub:hover, .dark-footer .btn-sub:focus, .dark-footer .btn-sub:active, .dark-footer .btn-sub:active:focus {
	background: #4e4e4e;
	border: 1px solid #4e4e4e !important;
}

.btn-sub:focus, .btn-sub:active, .btn-sub:active:focus {
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.framer-sub-icon {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	fill: #555;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.dark-footer .framer-sub-icon {
	fill: #999;
}

.form-control, .form-control:focus {
	font-weight: 300;
	color: #fff;
	background-color: #eee;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-footer .form-control, .dark-footer .form-control:focus {
	color: #999;
	background-color: #4e4e4e;
}

.input-lg {
	height: 39px;
	font-size: 14px;
}

.form-transparent .form-control {
	background: rgba(0, 0, 0, .6);
}

.form-line .input-group {
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.form-line .form-control {
	background: transparent;
	color: #fff;
	height: 40px;
}

.form-line .btn, .form-line .btn, .form-line .btn:hover, .form-line .btn:focus, .form-line .btn:active, .form-line .btn:active:focus {
	background: transparent;
	margin: 0;
}

.input-group-btn .btn, .input-group-btn .btn:hover, .input-group-btn .btn:focus {
	padding: 6px 16px;
	margin: 0;
}

.form-line svg {
	fill: rgba(255, 255, 255, .8);
}

/* === 03) Background colors === */

.red-bg {
	background: #e53935;
}

.pink-bg {
	background: #D81B60;
}

.purple-bg {
	background: #8E24AA;
}

.deep-purple-bg {
	background: #5E35B1;
}

.indigo-bg {
	background: #3F51B5;
}

.ah-blue-bg {
	background: #53c9da;
}

.blue-bg {
	background: #2196F3;
}

.light-blue-bg {
	background: #03A9F4;
}

.cyan-bg {
	background: #00BCD4;
}

.teal-bg {
	background: #009688;
}

.green-bg {
	background: #4CAF50;
}

.light-green-bg {
	background: #8BC34A;
}

.lime-bg {
	background: #CDDC39;
}

.yellow-bg {
	background: #FFEB3B;
}

.amber-bg {
	background: #FFB300;
}

.orange-bg {
	background: #F57C00;
}

.deep-orange-bg {
	background: #E64A19;
}

.blue-gray-bg {
	background: #455A64;
}

.light-gray-bg {
	background: #eee;
}

.gray-bg {
	background: #777;
}

.dark-gray-bg {
	background: #191919;
}

.black-gray-bg {
	background: #121212;
}

.black-bg {
	background: #000;
}

.smoke-bg {
	background: #f5f5f5;
}

.dark-smoke-bg {
	background: #e3e3e3;
}

.white-bg {
	background: #fff;
}

/* === Footer === */

.light-footer a {
	color: #000;
}

.light-footer a:hover {
	color: #999;
}

.dark-footer a {
	color: #ccc;
}

.dark-footer a:hover {
	color: #fff;
}

hr.dark, .dark-footer hr, .dark-footer .separator {
	border-top: 1px solid;
	border-color: #202020;
}

body.sticky-footer {
	margin-bottom: 50px;
}

.sticky-footer footer {
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

/* === 04) General === */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
/*	position: relative;*/
}

::selection {
	background: #ff6446;
	color: #fff;
	-webkit-text-stroke-color: #fff;
}

::-moz-selection {
	background: #ff6446;
	color: #fff;
}

section {
	position: relative;
}

article {
	margin-top: 59px;
}

.wh, .wh-half, .wh-twothirds, .wh-onethird {
	position: relative;
}

.row {
	position: relative;
}

.img-responsive {
	margin: auto;
}

.video-hero {
	background: #000;
	overflow: hidden;
}

.alert {
	margin: 0;
	padding: 0;
}

#contact {
	position: relative;
}

#gmap {
	height: 300px;
}

.sticky-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.media {
	margin-top: 0;
}

.media .pull-left {
	margin-right: 20px;
	padding: 0;
}

ul, .indent {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}

.list-unstyled li {
	margin-bottom: 7px; 
}

@media (max-width: 767px) {
	.col-xs-pullit-6 {
		right: 50%;
	}
	.col-xs-pushit-6 {
		left: 50%;
	}
}

#offgrid-left {
	background: #fff url('../img/offgrid-left.jpg') no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

#offgrid-right {
	background: #fff url('../img/offgrid-right.jpg') no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

@media (max-width: 767px) {
	#offgrid-left, #offgrid-right {
		background: #fff;
	}
}

.testimonials h5 {
	margin: 0 0 10px 0;
}

.pricing-tables h1, .pricing-tables h2, .pricing-tables h3, .pricing-tables h4 {
	margin: 0;
}

.service h4 {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.service:hover h4 {
	font-weight: 700;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.v-align {
		float: none;
		vertical-align: middle;
		display: table-cell;
	}
}

.img-lefted {
	margin: 0;
}

.list-inline, .list-inline h4 {
	padding: 0;
	margin: 0;
}

.inline {
	display: inline-block;
	vertical-align: middle;
}

.video-thumb h3 {
	margin: 0;
	padding-left: 15px;
}

#hero {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

#big-video-wrap {
	position: absolute;
	overflow: hidden;
}

/* --- Parallax effect background fix --- */

.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

/* --- Minimum height of javascript given height on elements --- */

.wh {
	min-height: 450px;
}

.wh-half {
	min-height: 400px;
}

.wh-twothirds {
	min-height: 350px;
}

.wh-onethird {
	min-height: 300px;
}

/* --- Section overlays --- */

.section-overlay, .section-overlay-soft, .section-overlay-hard, .section-overlay-light {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
}

.section-overlay-soft {
	background: rgba(0, 0, 0, .2);
}

.section-overlay-hard {
	background: rgba(158, 228, 245, .7);
}

.section-overlay-light {
	background: rgba(255, 255, 255, .6);
}

/* --- Floating elements / Positioning element in center of parent element --- */

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.float-content-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
}

/* === 05) Specific sections styles === */

/* --- Logo grid section --- */

.logo-grid li {
	float: left;
	padding: 20px;
	text-align: center;
}

.logo-grid .first-row {
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.logo-grid .second-row {
	border-right: 1px solid #e6e6e6;
}

.logo-grid .first-row.last, .logo-grid .second-row.last {
	border-right: 1px solid transparent;
}

@media (max-width: 767px) {
	.logo-grid .second-row {
		border-bottom: 1px solid #e6e6e6;
	}
	.logo-grid .second-row.last {
		border-bottom: 1px solid transparent;
	}
	.logo-grid .second-last {
		border-bottom: 1px solid transparent;
	}
	.logo-grid .middle {
		border-right: 1px solid transparent;
	}
}

/* --- Instagram feed --- */

.instagram-lite a.load-more {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0;
}

.instagram-lite {
	margin: 0;
	padding: 0;
}

.instagram-lite li {
	padding: 0;
	list-style: none;
}

.il-photo img {
	opacity: .5;
}

.il-photo {
	background: #000;
}

.instagram-lite li img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Timeline --- */

.timeline {
	padding-left: 0;
	padding-right: 0;
}

.timeline ul {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
	list-style: none;
}

.timeline ul:after {
	position: absolute;
	background-color: #ccc;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	min-height: 100%;
	z-index: 1;
}

.timeline li {
	position: relative;
	width: 50%;
	margin-bottom: 30px;
	border-color: #fff;
	float: left;
	z-index: 2;
}

.timeline li .timesection {
	position: relative;
	background-color: #fff;
	margin-left: 25px;
	padding: 15px;
}

.timeline li.left .timesection {
	margin-left: auto;
	margin-right: 25px;
}

.timeline li.highlight .timesection {
	margin: auto;
}

.timeline li .timeline-content {
	display: block;
	margin-right: 35%;
	padding-right: 15px;
}

.timeline li.left .timeline-content {
	margin-left: 35%;
	margin-right: auto;
	padding-left: 15px;
}

.timeline li .timeline-img {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 2;
	overflow: hidden;
}

.timeline-img img {
	height: 100%;
	width: auto;
}

.timeline li.left .timeline-img {
	left: 0;
	right: auto;
}

.timeline li.right .timeline-img {
	text-align: right;
}

.timeline li.left {
	clear: left;
	float: left;
}

.timeline li.right {
	clear: right;
	float: right;
}

.timeline li:before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 8px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	z-index: 1;
}

.timeline li.left:before {
	left: auto;
	right: 15px;
	border-left: 10px solid;
	border-left-color: inherit;
}

.timeline li.right:before {
	left: 15px;
	border-right: 10px solid;
	border-right-color: inherit;
}

.timeline li.left + li.right:before {
	top: 30px;
}

.timeline li:after {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	margin-left: -4px;
	margin-right: -5px;
	top: 14px;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 0;
}

.timeline li.left + li.right:after {
	top: 36px;
}

.timeline li.left:after {
	left: auto;
}

.timeline li.right:after {
	right: auto;
}

.timeline li.history:after {
	display: none;
	visibility: hidden;
}

@media all and (max-width: 767px) {
	.timeline li {
		margin-bottom: 45px;
	}

	.timeline li.left .timesection,
	.timeline li.right .timesection {
		margin: auto;
	}

	.timeline li.left,
	.timeline li.right {
		clear: both;
		float: none;
		width: 100%;
	}

	.timeline li.left:before {
		margin-left: -10px;
		left: 50%;
		right: auto;
		top: -20px;
		border-bottom: 10px solid;
		border-bottom-color: inherit;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.timeline li.right:before {
		margin-left: -10px;
		left: 50%;
		right: auto;
		top: -20px;
		border-bottom: 10px solid;
		border-bottom-color: inherit;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.timeline li.right + li.left:before {
		top: -20px;
	}

	.timeline li.left + li.right:before {
		top: -20px;
	}

	.timeline li.left:after {
		margin-left: -4px;
		left: 50%;
		right: auto;
		top: -30px;
	}

	.timeline li.right:after {
		margin-left: -4px;
		left: 50%;
		right: auto;
		top: -30px;
	}

	.timeline li.right + li.left:after {
		top: -30px;
	}

	.timeline li.left + li.right:after {
		top: -30px;
	}
}

/* --- Showcase / Slider image hover effects --- */

/* Shoot effect */

.effect-shoot {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0;
	overflow: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.effect-shoot:hover h3, .effect-shoot:hover h4, .effect-shoot:hover h5 {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-shoot .thumb-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.effect-shoot img {
	position: relative;
	display: block;
	opacity: .3;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: translate3d(0,0,100px);
	-moz-transform: translate3d(0,0,100px);
	transform: translate3d(0,0,100px);
}

.effect-shoot:hover img {
	opacity: .7;
	-webkit-transform: translate3d(0,0,0px);
	-moz-transform: translate3d(0,0,0px);
	transform: translate3d(0,0,0px);
}

.effect-shoot .thumb-caption::before {
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: opacity 0.35s, width 0.5s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, width 0.5s, -moz-transform 0.35s;
	transition: opacity 0.35s, width 0.5s, transform 0.35s;
	-webkit-transform: translate3d(200px, 250px, 0) rotate(45deg);
	-moz-transform: translate3d(200px, 250px, 0) rotate(45deg);
	transform: translate3d(200px, 250px, 0) rotate(45deg);
}

.effect-shoot .thumb-caption::after {
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: opacity 0.35s, width 0.5s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, width 0.5s, -moz-transform 0.35s;
	transition: opacity 0.35s, width 0.5s, transform 0.35s;
	-webkit-transform: translate3d(-250px, 200px, 0) rotate(-45deg);
	-moz-transform: translate3d(-250px, 200px, 0) rotate(-45deg);
	transform: translate3d(-250px, 200px, 0) rotate(-45deg);
}

.effect-shoot:hover .thumb-caption::before {
	height: 1px;
	width: 40%;
	-webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
	-moz-transform: translate3d(-50%, 0, 0) rotate(45deg);
	transform: translate3d(-50%, 0, 0) rotate(45deg);
}

.effect-shoot:hover .thumb-caption::after {
	height: 1px;
	width: 40%;
	-webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
	-moz-transform: translate3d(-50%, 0, 0) rotate(-45deg);
	transform: translate3d(-50%, 0, 0) rotate(-45deg);
}

.effect-shoot:active .thumb-caption::before {
	height: 3px;
	width: 20%;
	opacity: 1;
}

.effect-shoot:active .thumb-caption::after {
	height: 3px;
	width: 20%;
	opacity: 1;
}

/* SlideUp effect */

.effect-slideup .thumb-caption::before {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50%,0);
	-moz-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.effect-slideup:hover .thumb-caption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-slideup h4 {
	color: #fff;
	position: absolute;
	width: 100%;
	top: 85%;
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-slideup:hover h4 {
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.effect-slideup h5 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-slideup:hover h5 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Squares swap effect */

.swap-square {
	overflow: hidden;
	padding: 0;
}

.swap-square h4 {
	margin: 0;
}

.swap-square-text {
	position: absolute !important;
	top: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.swap-square:hover > .swap-square-text {
	right: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.swap-square-arrow {
	font-size: 20px;
	text-align: center;
	position: absolute !important;
	top: 0;
	right: -50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.swap-square:hover > .swap-square-arrow {
	right: 0;
	opacity: 1;
}

#portfolio h3, #portfolio .squared h4, .squared-right h3 {
	margin: 15px;
}

.swap-square-img .squared-content {
	padding: 0;
}

.square-dark {
	background: rgba(0, 0, 0, .6);
}

.square-light {
	background: rgba(255, 255, 255, .5);
}

/* Grayscale effect */

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* --- Counter section --- */

.counter-section {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: scroll;
}

.counter-section div[class^="col-"] {
	z-index: 1;
}

.counter {
	height: 50px;
	position: absolute;
	left: 50%;
	margin-top: 15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.counter span {
	text-align: left!important;
	font-size: 42px;
	font-weight: 700;
}

.counter ul {
	margin: 0;
	padding: 0;
}

.counter-section h4 {
	margin-top: 75px;
}

/* --- Slider plugin --- */

#frame {
	width: 100%;
}

#frame .slidee {
	margin: 0;
	padding: 0;
	list-style: none;
}

#frame .slidee.bordered li {
	border-top: 6px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 6px solid #fff;
	border-right: 3px solid #fff;
}

#frame .slidee li {
	float: left;
	width: 290px;
}

@media (min-width: 1280px) {
	#frame .slidee li {
		width: 380px;
	}
}

@media (min-width: 1900px) {
	#frame .slidee li {
		width: 460px;
	}
}

.sly.carousel-control {
	background: rgb(51, 51, 51);
	color: #fff;
	opacity: .7;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	text-align: center;
	text-shadow: none;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left.sly.carousel-control {
	left: 23px;
}

.right.sly.carousel-control {
	right: 23px;
}

.sly.carousel-control span.fa{
	padding: 15px;
}

.thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.thumb-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.thumb-overlay .thumb-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slide-0 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-1 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-2 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-3 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-4 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-5 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-1 {
	
	background: #53c9da url("http://www.myactionhealth.com/insurance/img/150515_Hero_running_1400x900.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-2 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-3 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-content-1 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

/* --- Bootstrap carousel --- */

.wh .carousel {
	position: relative;
}

.wh .carousel-control.left, .wh .carousel-control.right {
	background-image: none;
	background: none;
	width: 10%;
	border: none;
	text-shadow: none;
	color: #fff;
	z-index: 3;
}

.product-slider .carousel-control, .portfolio-slider .carousel-control {
	top: 45%;
	bottom: 55%;
	color: #333;
	text-align: center;
	text-shadow: none;
}

.wh .carousel-control {
	position: relative;
}

.carousel-indicators li {
	border: 1px solid #666;
}

.carousel-indicators {
	margin: 0;
	padding-top: 10px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: relative;
}

.carousel-indicators .active {
	background-color: #666;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel-inner {
	overflow: inherit;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

/* --- Dividers, separators and <hr> element --- */

.divide-xxs {
	padding-top: 3px;
	padding-bottom: 3px;
}

.divide-xs {
	padding-top: 15px;
	padding-bottom: 15px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

.divide-h-sm {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.divide-sm {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.divide-lg {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.divide-xl {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.divide-h-sm {
		padding-left: 0;
		padding-right: 0;
	}
}

.separator {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

.separator-vertical {
	border-left: 1px solid #eee;
}

.separator.dark {
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
}

.separator-vertical.dark {
	border-left: 1px solid #202020;
}

.separator h4, .separator ul, .separator-vertical h4, .separator-vertical ul {
	padding-left: 15px;
}

.separator ul {
	margin-bottom: 0;
}

.separator:first-child, .separator-vertical:first-child {
	border-left: 1px solid transparent;
}

hr {
	max-width: 1140px;
}

hr.no-line {
	border-top: 1px solid transparent;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-line-margin {
	border-top: 1px solid transparent;
	margin-top: 0;
}

hr.no-margin-top {
	margin-top: 0;
	margin-bottom: 40px;
}

hr.no-margin-bottom {
	margin-top: 40px;
	margin-bottom: 0;
}

hr.content-divider {
	margin-top: 40px;
	margin-bottom: 40px;
}

hr.title-divider {
	border-width: 2px;
	max-width: 120px;
	margin-left: 0;
}

hr.title-divider-center {
	border-width: 2px;
	max-width: 160px;
}

hr.title-divider-thin {
	border-width: 1px;
	max-width: 80px;
	margin-left: 0;
}

hr.title-divider-center-thin {
	border-width: 1px;
	max-width: 160px;
}

hr.title-divider:hover, hr.title-divider-center:hover {
	border-width: 2px;
}

.horizontal-divider {
	display: inline-block;
	margin-left: 7px;
}

@media (min-width: 768px) {
	.squared-divider {
		border-left: 1px solid #f1f1f1;
	}
}

@media (max-width: 767px) {
	.squared-divider {
		border-top: 1px solid #f1f1f1;
	}
}

/* --- Team --- */

.caption h3, .caption h5, .caption .social {
	margin: 15px 0;
}

.caption .social {
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.thumbnail:hover > .caption .social {
	opacity: 1;
	filter: alpha(opacity=100);
}

.team-thumb {
	position: relative;
	padding: 0;
	overflow: hidden;
}

#team-member-1 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.team-member-single {
	height: 420px;
}

@media (max-width: 767px) {
	.team-member-single {
		height: 250px;
	}
}

/* --- Blog --- */

/* Sticky sidebar */

.affix {
	position: static
}

.affix-top {
	margin-top: 17px;
}

@media (min-width: 768px){
	.affix, .affix-bottom {
		width: 220px;
	}

	.affix {
		position: fixed;
		top: 149px;
	}

	.affix-bottom {
		position: absolute
	}
}

@media (min-width: 992px){
	.affix, .affix-bottom {
		width: 293px;
	}

	.affix {
		position: fixed;
		top: 149px;
	}

	.affix-bottom {
		position: absolute
	}
}

@media (min-width: 1200px) {
	.affix-bottom, .affix {
		width: 360px;
	}
}

/* Video image fallback */

.img-fallback {
	position: absolute;
	top: 0;
}

.portfolio-single img {
	width: 100%;
}

/* Inner pages headers and posts backgrounds */

#audio-post {
	background: url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-posts-1 {
	background-image: url("http://placehold.it/1400x550");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-posts-2 {
	background-image: url("http://placehold.it/768x1200");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-post-1 {
	background-image: url("http://placehold.it/1400x550");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-post-2 {
	background-image: url("http://placehold.it/768x1200");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

/* Blog styling */

.blog-posts-h-feed div[class^="col-"], .blog-posts-v-feed div[class^="col-"] {
	border-bottom: 1px solid #eee;
}

.blog-posts-h-feed div[class^="col-"]:last-child, .blog-posts-v-feed div[class^="col-"]:last-child {
	border-bottom: 0px solid #eee;
}

.blog-posts-v-header {
	padding: 0;
}

@media (min-width: 768px) {
	.blog-posts-v-header {
		position: fixed;
	}
	.blog-posts-v-feed {
		margin-top: 70px;
	}
}

.blog-posts-h-feed h3, .blog-posts-v-feed h3 {
	text-transform: capitalize;
}

.blog-posts-h-header h5, .blog-posts-v-header h5 {
	margin-bottom: 0;
}

.blog-posts-h-header {
	margin-top: 70px;
}

.blog-posts-title i {
	font-size: 36px;
}

blockquote.pull-left {
	max-width: 260px;
	margin-left: -15px;
}

blockquote.pull-right {
	max-width: 250px;
	margin-right: -15px;
	padding-left: 20px;
	padding-right: 20px;
}

/* --- Masonry --- */

.masons .section-overlay {
	pointer-events: none;
}

.masons div {
	padding-left: 0;
	padding-right: 0;
}

.masons .section-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.masons .col-sm-12 .squared {
	padding-top: 25%;
}

.masons .col-sm-8 .squared {
	padding-top: 38%;
}

.masons .col-sm-4 .squared {
	padding-top: 76%;
}

.masons .col-sm-3 .squared {
	padding-top: 100%;
}

.masons .col-sm-6 .squared {
	padding-top: 50%;
}

@media (max-width: 767px) {
	.masons .squared {
		padding-top: 50% !important;
	}
}

.masons h3 {
	font-weight: 700;
	margin: 0;
}

.masons p {
	font-style: italic;
	margin: 0 0 15px 0;
}

#masons-11 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-12 {
	background: url("http://placehold.it/600x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-13 {
	background: url("http://placehold.it/900x500") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-14 {
	background: url("http://placehold.it/450x450") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-15 {
	background: url("http://placehold.it/450x450") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-16 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-17 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-18 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.masons-more {
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #E64A19 transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}

.masons div:hover > .squared a .masons-more {
	bottom: 0;
	right: 0;
}

.masons-more i {
	color: #fff;
	position: absolute;
	right: -11px;
	bottom: -54px;
}

.masons div:hover > .squared a .masons-more i {
	right: 10px;
	bottom: -42px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

/* --- Squared elements --- */

.squared video {
	object-fit: cover;
	position: absolute;
	max-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1400px) {
	.squared {
		padding-top: 80%;
	}
}

.squared.fully-squared {
	padding-top: 100%;
}

.squared-no-padding, .squared-no-padding .squared-content {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 166%;
	}
}

.squared.half {
	padding-top: 50%;
}

@media (max-width: 767px) {
	.squared.half {
		padding-top: 100%;
	}
}

.squared.top-square {
	padding-top: 75%;
}

.squared.bottom-square {
	margin-right: -15px;
	margin-left: -15px;
}

.squared-content {
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.squared-content-bottom {
	position: absolute;
	bottom: 5px;
	left: 20px;
	right: 20px;
	z-index: 1;
}

.arrow-right:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -32px;
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
	border-left: 32px solid #fff;
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-left:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -32px;
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
	border-right: 32px solid #fff;
	left: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-right.arrow-dark:after {
	border-left: 32px solid #191919;
}

.arrow-left.arrow-dark:after {
	border-right: 32px solid #191919;
}

.arrow-right:hover:after {
	right: -32px;
}

.arrow-left:hover:after {
	left: -32px;
}

@media (max-width: 767px) {
	.arrow-left:after, .arrow-right:after {
		display: none;
	}
}

.arrow-bottom {
	overflow: visible;
}

.arrow-bottom:after {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -24px;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	border-top: 24px solid #fff;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-bottom.arrow-dark:after {
	border-top: 24px solid #191919;
}

.arrow-bottom:hover:after {
	bottom: -24px;
}

/* ==== Navigation ==== */

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.nav a, .navbar-default .navbar-nav>li>a {
	color: #111;
	font-size: 14px;
	text-align: center;
	font-weight: 300;
}

.nav a:hover, .nav .active a {
	color: #ffbd24 !important;
}

.nav a, .nav .active a:hover, .nav .active a:focus {
	background-color: transparent !important;
	padding: 19px 15px !important;
}

@media (max-width: 767px) {
	.nav a, .nav .active a:hover, .nav .active a:focus {
		background-color: transparent !important;
		padding: 10px 15px !important;
	}
	.navbar-default {
		background-color: #fff!important;
	}
}

.navbar-brand {
	position: relative;
	padding: 9px 15px !important;
	height: auto;
	line-height: 0;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 9px;
}

@media (max-width: 767px) {
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
	}
}

.navbar-nav {
	padding: 0;
}

.navbar-toggle {
	padding: 10px 10px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.fixed-navbar {
	margin-top: -59px;
}

.navbar-borderless {
	border: none;
}

/* --- Transparent navbar --- */

.navbar-transparent {
	background: transparent;
	margin-bottom: 0;
	z-index: 999;
}

/* --- Fullwidth navbar --- */

.navbar-fullwidth .navbar-brand {
	background: #aaa !important;
	padding: 16px !important;
	margin-bottom: -1px;
}

.navbar-fullwidth .nav a, .navbar-fullwidth .nav .active a:hover, .navbar-fullwidth .nav .active a:focus {
	font-weight: 300;
	padding: 26px 30px 25px 30px !important;
}

.navbar-fullwidth .navbar-toggle {
	margin-top: 17px;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.navbar-fullwidth .container .navbar-brand {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-fullwidth .container .navbar-brand {
		margin-left: 15px;
	}
}

/* --- Tabs --- */

@media (max-width: 768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
}

.nav-tabs a {
	border: none !important;
}

.nav-tabs .icon {
	margin: 20px 0;
}

.nav-tabs a:after {
	position: absolute;
	content: "";
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 80px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-tabs.nav-tabs-top a:after {
	border-top: 32px solid #fff;
	bottom: 0;
}

.nav-tabs.nav-tabs-top .active a:after {
	bottom: -31px;
	opacity: 1;
}

.nav-tabs.nav-tabs-bottom a:after {
	border-bottom: 32px solid #fff;
	top: 0;
}

.nav-tabs.nav-tabs-bottom .active a:after {
	top: -31px;
	opacity: 1;
}

.nav-tabs.nav-tabs-bottom.smoke-arrow a:after {
	border-bottom: 32px solid #f5f5f5;
}

.nav-tabs.nav-tabs-top.smoke-arrow a:after {
	border-top: 32px solid #f5f5f5;
}

.nav-tabs.nav-tabs-bottom.dark-arrow a:after {
	border-bottom: 32px solid #191919;
}

.nav-tabs.nav-tabs-top.dark-arrow a:after {
	border-top: 32px solid #191919;
}

#tab-1 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-2 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-3 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-4 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-5 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-6 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ==== Lightbox / Modal ==== */

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.modal-backdrop {
	background: transparent;
}

.ekko-lightbox .modal-backdrop {
	background: #000;
	opacity: .75;
}

.light-modal .modal-backdrop.in {
	background: #fff;
	opacity: 1;
}

.dark-modal .modal-backdrop.in {
	background: #000;
	opacity: .95;
}

.dark-modal hr {
	border-color: #202020;
}

.modal, .fade {
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}

.modal .modal-dialog {
	-webkit-transform: scale(.8, .8) !important;
	-moz-transform: scale(.8, .8) !important;
	transform: scale(.8, .8) !important;
}

.modal.in .modal-dialog {
	-webkit-transform: scale(1, 1) !important;
	-moz-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}

/* Modal close / X icon */

.close-icon {
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.close-icon:after, 
.close-icon:before {
	background-color: #000;
	display: block;
	content: '';
	height: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dark-modal .close-icon:after, 
.dark-modal .close-icon:before {
	background-color: #f5f5f5;
}

.close-icon:before {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-moz-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.close-icon:after {
	-webkit-transform: translateY(13px) rotate(45deg);
	-moz-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.close-icon:hover:before {
	-webkit-transform: translateY(15px) rotate(0deg);
	-moz-transform: translateY(15px) rotate(0deg);
	transform: translateY(15px) rotate(0deg);
}

.close-icon:hover:after {
	-webkit-transform: translateY(13px) rotate(0deg);
	-moz-transform: translateY(13px) rotate(0deg);
	transform: translateY(13px) rotate(0deg);
}

/* ==== SVG icons ==== */

.icon {
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: auto;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.icon:hover, .icon:hover:after {
	background: transparent;
	border: none;
}

.icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-draw {
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 1px;
	stroke-opacity: 1;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

.thumb-overlay:hover > .thumb-icons .icon-draw {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.icon-xs {
	width: 16px;
	height: 16px;
}

.icon-sm {
	width: 24px;
	height: 24px;
}

.icon-md {
	width: 32px;
	height: 32px;
}

.icon-lg {
	width: 48px;
	height: 48px;
}

.icon-xl {
	width: 64px;
	height: 64px;
}

.icon-xxl {
	width: 80px;
	height: 80px;
}

/* ==== Preloader ==== */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	width: 70px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #aaa;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	-moz-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	-moz-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	-moz-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 40% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* === Content images === */

#menu-1 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-2 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-3 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-4 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-1 {
	background: url(".http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-2 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-3 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-4 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* === mailchimp form === */
#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }


/* === untorch email === */
.panel {
	padding: 15px;
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
}

.email-capture {
	font-weight: bold;
}

.call-to-action {
	background-color: black;
	color: white;
}

.alert-message {
	background-color: rgb(255, 205, 205);
	border: 1px solid red;
	display: none;
}

.btn {
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 16px;
  line-height: 1.33;
}

.btn:visited {
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 16px;
  line-height: 1.33;
}

.btn-success {
  background: #3bbed4;
  
}
.btn-success:hover {
  background: #5ad6ea;
    border-radius: 4px;
      font-weight: bold;

  font-size: 18px;
  padding: 14px 16px;
  line-height: 1.33;
}

.btn-success:visited {
  background: #5ad6ea;
    border-radius: 4px;
      font-weight: bold;

  font-size: 18px;
  padding: 14px 16px;
  line-height: 1.33;
}

.button-inner {
  height: 46px;
  line-height: 46px;
  display: block;
  font-size: 18px;
  text-decoration: none;
  padding: 0px 80px 0px 79px;
}
.lg-section {
  padding: 0;
  width: 100%;
  overflow: auto;
}

.form-control {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #d9d9de;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #000;
}
.form-control:focus {
  border: 1px solid #6D6D6D;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #000000;
}
.container {
  margin: 0 auto;
}
.input-lg {
  border-radius: 4px;
  border: 1px solid #C4C4C4;
  box-shadow: none;
  font-size: 18px;
  height: 50px;
  padding: 10px 9px;
  
}

/* === added ====== */

#what-info {
  overflow: auto;
  padding: 90px 6%;
  margin: 0;
  background-color: #fff;
}

.lg-section {
  padding: 0;
  width: 100%;
  overflow: auto;
}

.split {
  width: 49%;
  display: inline-block;
}

@media (max-width: 1170px) {
  .left-split .inner-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}

#what-info .right-section {
    border: 0;
  }
  
    .right-split {
    display: block;
  }
  .right-split .inner-wrapper {
    width: 350px;
    margin: 0 auto;
  }
  .left-split {
    width: 450px;
    display: block;
    margin-bottom: 40px;
  }
}

#what-info {
  overflow: auto;
  padding: 90px 6%;
  margin: 0;
  background-color: #fff;
}
#what-info h2,
#what-info h4 {
  text-align: center;
}
#what-info h2 {
  margin-bottom: 50px;
}
#what-info h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
#what-info ul {
  padding: 20px;
}
#what-info li {
  list-style-type: none;
  margin-bottom: 8px;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #ADADAD;
  border-radius: 4px;
}
#what-info li p {
  margin: 0;
}
#what-info .flaticon {
  margin: 0 15px 0 0px;
  padding: 0;
  font-size: 19px;
  color: #63cede;
}
#what-info .left-section .flaticon {
  color: #ffcc33;
}
#what-info .right-section {
  border-left: 1px solid #d9d9de;
  float: right;
}
#what-info .right-section b {
  color: #63cede;
}
.split {
  width: 49%;
  display: inline-block;
}



@media screen and (max-width: 767px) {
.lg-section {
  padding: 0;
  width: 100%;
  overflow: auto;
}

#what-info {
  overflow: auto;
  padding: 90px 6%;
  margin: 0;
  background-color: #fff;
}
#what-info h2,
#what-info h4 {
  text-align: center;
}
#what-info h2 {
  margin-bottom: 50px;
}
#what-info h4 {
  text-transform: uppercase;
  margin-bottom: 25px;
}
#what-info ul {
  padding: 20px;
}
#what-info li {
  list-style-type: none;
  margin-bottom: 8px;
  margin-left: 20px;
  padding: 20px;
  border: 1px solid #ADADAD;
  border-radius: 4px;
}
#what-info li p {
  margin: 0;
}
#what-info .flaticon {
  margin: 0 15px 0 0px;
  padding: 0;
  font-size: 19px;
  color: #63cede;
}
#what-info .left-section .flaticon {
  color: #63cede;
}
#what-info .right-section {
  border-left: 1px solid #d9d9de;
  float: right;
  margin-top: 40px;
}
#what-info .right-section b {
  color: #63cede;
}
.split {
  width: 49%;
  display: inline-block;
}
}
@media (max-width: 1170px) {
  .left-split .inner-wrapper {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  #sell-it .create-account {
    width: 65%;
  }
  #what-info .right-section {
    border: 0;
  }

  .split {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  .split .card {
    margin: 0 auto;
  }
  .split .try-it {
    display: none;
  }
  .right-split {
    display: block;
  }
  .right-split .inner-wrapper {
    width: 350px;
    margin: 0 auto;
  }
  .left-split {
    width: 450px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 740px) {

  #featured {
    display: none;
  }
  #what-info {
    padding: 40px 20px;
  }
  #what-info ul {
    padding: 0;
  }
  #what-info ul li {
    margin: 0 0 10px 0;
    padding: 10px;
  }
  .card,
  .inner-wrapper,
  .left-split,
  .browser {
    max-width: 100% !important;
  }
 
}
