/*--------------------------------------------------------------
## CSS THEME.CSS
## Author: mjd (M. Jurasovic)
## Author URI: https://mariojurasovic.com
## Theme URI: https://p9.mariojurasovic.com
## Version: 1.0.0
## Copyright (c)2015
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CSS THEME CSS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: none;
	font-weight: 300;
	line-height: 25px;
	color: rgba(88,88,88,0.80);
	overflow-x: hidden !important;
	text-align: left;
	position: relative;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: rgba(88,88,88,0.80);
	line-height: 25px;
	margin-bottom: 25px;
}
p:last-child {
	margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	color: #585858;
}
h1 {
	font-size: 55px;
	line-height: 70px;
	font-weight: 300;
}
h2 {
	font-size: 40px;
	line-height: 55px;
	font-weight: 300;
}
h3 {
	font-size: 25px;
	line-height: 45px;
	font-weight: 400;
}
h4 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
}
h5 {
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
}
h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.fa-small {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Heading, Headers, Light Text
--------------------------------------------------------------*/
.section-heading {
	color: rgba(88,88,88,0.95);
	display: inline-block;
	padding-bottom: 23px;
	margin: 0;
}
.section-header {
	margin-bottom: 70px;
	text-align: center;
}
.section-header .sub-heading {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: rgba(88,88,88,0.65);
	margin: 0;
}
.section-header.text-left,
.section-header.text-left * {
	text-align: left;
}
.section-header.text-right,
.section-header.text-right * {
	text-align: right;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6,
.light-text .btn * {
	color: #ffffff;
}
.light-text p,
.light-text span,
.light-text .sub-heading {
	color: rgba(255,255,255,0.70);
}
.vertical-middle {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:hover {
	color: #355dff;
}
a:focus {
	outline: 0 !important;
}
.read-more {
	font-size: 14px;
	text-decoration: none !important;
	display: inline-block;
	cursor: pointer;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navbar-top {
	border: 0px solid;
	top: 0px;
	padding-top: 25px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: transparent;
	z-index: 100;
}
.main-navbar-top .okayNav-header {
	background-color: transparent;
}
.main-navbar-top .navbar-brand {
	display: block;
	height: 77px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}
.main-navbar-top .navbar-brand img {
	display: block;
	height: 100%;
}
.main-navbar-top .navbar-brand .logo-1 {
	display: block;
}
.main-navbar-top .navbar-brand .logo-2 {
	display: none;
}
.main-navbar-top .navbar-toggle {
	padding: 19px 15px;
}
.main-navbar-top .navbar-toggle .icon-bar {
	background-color: #355dff;
}
.main-navbar-top ul li .btn-nav {
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-ms-border-radius: 50px 50px 50px 50px;
	-o-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	padding: 15px 15px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-right: 2px;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 1px solid;
	border-color: transparent;
}
.main-navbar-top ul li .btn-nav:focus {
	background-color: transparent !important;
}
.main-navbar-top ul li .btn-nav:hover {
	background-color: transparent;
	color: #ffffff;
}
.main-navbar-top ul li.active .btn-nav {
	color: #ffffff;
}
.main-navbar-top ul li:last-child a {
	margin-right: 0px;
}
.main-navbar-top .navbar-nav {
	padding-top: 5px;
}
.main-navbar-top .navbar-nav .btn-nav.btn-border {
	border-color: rgba(255,255,255,0.60);
}
.main-navbar-top .navbar-nav .btn-nav.btn-border:hover {
	border-color: #ffffff;
}
.main-navbar-top .okayNav__menu-toggle span {
	background-color: #ffffff;
}
.main-navbar-top .okayNav__nav--invisible {
	top: 95px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main-navbar-top .okayNav__nav--invisible .btn-nav {
	color: rgba(88,88,88,0.70);
	background-color: transparent;
}
.main-navbar-top .okayNav__nav--invisible .btn-nav:hover {
	color: #585858;
}
.main-navbar-top .okayNav__nav--invisible.active .btn-nav {
	color: #585858;
}
.main-navbar-top.navbar-home {
	padding-top: 0;
	background-color: #ffffff;
	-moz-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.10);
	-o-box-shadow: 0 1px 12px 0px rgba(0,0,0,0.10);
	box-shadow: 0 1px 12px 0px rgba(0,0,0,0.10);
}
.main-navbar-top.navbar-home .okayNav__menu-toggle span {
	background-color: #585858;
}
.main-navbar-top.navbar-home .okayNav__nav--invisible {
	top: 70px;
}
.main-navbar-top.navbar-home .navbar-brand .logo-1 {
	display: none;
}
.main-navbar-top.navbar-home .navbar-brand .logo-2 {
	display: block;
}
.main-navbar-top.navbar-home ul li .btn-nav {
	color: rgba(88,88,88,0.70);
	background-color: transparent;
}
.main-navbar-top.navbar-home ul li .btn-nav:hover {
	color: #355dff;
}
.main-navbar-top.navbar-home ul li.active .btn-nav {
	color: #355dff;
}
.main-navbar-top.navbar-home .navbar-nav .btn-nav.btn-border {
	border-color: rgba(88,88,88,0.70);
}
.main-navbar-top.navbar-home .navbar-nav .btn-nav.btn-border:hover {
	border-color: #585858;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-ms-border-radius: 50px 50px 50px 50px;
	-o-border-radius: 50px 50px 50px 50px;
	border-radius: 50px 50px 50px 50px;
	color: #ffffff;
	min-width: 200px;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-right: 15px;
	overflow: hidden;
	outline: 0;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn:last-child {
	margin-right: 0px !important;
}
.btn .icon {
	position: relative;
	top: 1px;
}
.btn.left-icon .icon {
	margin-right: 8px;
}
.btn.right-icon .icon {
	margin-left: 8px;
}
.btn.btn-fill,
.btn.btn-border {
	line-height: 58px;
	border: 1px solid;
	padding: 3px 30px;
}
.btn.btn-fill,
.btn.btn-border,
.btn.btn-fill .icon,
.btn.btn-border .icon,
.btn.btn-fill:hover,
.btn.btn-border:hover {
	color: #ffffff;
}
.btn.btn-fill:hover,
.btn.btn-border:hover {
	border-color: #002ee7;
	background-color: #002ee7;
}
.btn.btn-fill {
	background-color: #355dff;
	border-color: #355dff;
}
.btn.btn-border {
	background-color: transparent;
	border-color: #ffffff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}
.btn-text-link {
	padding: 50px 0 0 0;
	text-align: center;
}
.btn-text-link a {
	color: #355dff;
	margin-left: 10px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Margins and Paddings
--------------------------------------------------------------*/
.m-t-30 {
	margin-top: 30px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-l-30 {
	margin-left: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-r-40 {
	margin-right: 40px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-l-40 {
	margin-left: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-r-50 {
	margin-right: 50px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-l-50 {
	margin-left: 50px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-r-30 {
	padding-right: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-l-30 {
	padding-left: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-r-40 {
	padding-right: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-l-40 {
	padding-left: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-r-50 {
	padding-right: 50px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-l-50 {
	padding-left: 50px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections and Fixes
--------------------------------------------------------------*/
.fix {
	overflow: hidden;
}
.section-video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -1;
}
.section-video .bgvid {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.body-video-bg > .section-video {
	position: fixed;
	top: 0;
	left: 0;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Separators
--------------------------------------------------------------*/
.section-separator {
	display: block;
	padding-top: 145px;
	padding-bottom: 145px;
}
.section-separator.sp-top {
	padding-bottom: 0px;
}
.section-separator.sp-bottom {
	padding-top: 0px;
}
.section-separator-blog {
	display: block;
	padding-top: 10px;
	padding-bottom: 145px;
}
.section-separator-blog.sp-top {
	padding-bottom: 0px;
}
.section-separator-blog.sp-bottom {
	padding-top: 0px;
}
.section-separator-line {
	margin: 0;
	width: 100%;
	border-top: 1px solid;
	border-color: rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Hero
--------------------------------------------------------------*/
.bg-image-1 {
	background-color: #ffffff;
	background: url('../../../assets/bg/bg-main.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: initial;
	background-repeat: no-repeat;
}
.header-section-1 .logo-link {
	max-width: 50px;
	margin-bottom: 70px;
}
.header-section-1 .section-separator {
	padding-top: 187px;
}
.header-section-1 .title {
	color: #ffffff;
}
.header-section-1 .detail {
	margin-top: 40px;
}
.header-section-1 .detail p {
	color: rgba(255,255,255,0.70);
	font-size: 18px;
	line-height: 30px;
}
.header-section-1 .btn-form {
	margin-top: 70px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.background-light {
	background-color: #ffffff;
}
.background-semi-dark {
	background-color: #fafafa;
}
.background-dark {
	background-color: #18181b;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BG Overlays
--------------------------------------------------------------*/
.overlay-color {
	position: relative;
	background-color: rgba(0,0,0,0.80);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Heights
--------------------------------------------------------------*/
.display-full {
	display: table !important;
	width: 100%;
}
.display-full .left,
.display-full .right {
	display: table-cell;
	float: none !important;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.social-icon {
	margin-top: 15px;
	display: inline-block;
}
.social-icon li {
	list-style: none;
	float: left;
	margin-bottom: 0px;
}
.social-icon li a {
	font-size: 16px;
	text-align: center;
	width: 33px;
	height: 33px;
	padding: 2px;
	border-radius: 50%;
	margin-right: 15px;
	background-color: transparent;
	color: #ffffff;
	border: 2px solid;
	border-color: #ffffff;
}
.social-icon li a:hover,
.social-icon li a:focus {
	background-color: transparent;
	color: #ffffff;
	border-color: #ffffff;
}
.social-icon li:last-child a {
	margin-right: 0px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Subscription and Contact
--------------------------------------------------------------*/
.message .inner {
	background-color: #fafafa;
}
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
	font-size: 15px;
	display: none;
	text-align: center !important;
	padding: 10px !important;
}
.email-loading {
	color: #52B8FF;
}
.email-loading img {
	width: 15px;
	position: relative;
	top: -2px;
}
.subscription-failed,
.email-failed {
	color: #ff5252 !important;
}
.subscription-failed .icon,
.email-failed .icon {
	font-size: 20px;
	position: relative;
	top: 5px;
}
.subscription-success,
.email-success {
	color: #56CC35;
}
.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
	font-size: 20px;
	position: relative;
	top: 5px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.single-form {
	width: 100%;
	display: inline-table;
}
.single-form .form-control {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	border: 0px solid;
	border-bottom: 1px solid;
	border-bottom-color: rgba(88,88,88,0.90);
	box-shadow: 0 0 0 0 #fff;
	height: 55px;
	text-align: left;
	margin-bottom: 30px;
	padding: 0;
	background-color: transparent;
	color: #585858;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-ms-border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.single-form .form-control::-webkit-input-placeholder {
	color: rgba(88,88,88,0.85) !important;
}
.single-form .form-control:-moz-placeholder {
	color: rgba(88,88,88,0.85) !important;
}
.single-form .form-control::-moz-placeholder {
	color: rgba(88,88,88,0.85) !important;
}
.single-form .form-control:-ms-input-placeholder {
	color: rgba(88,88,88,0.85) !important;
}
.single-form .form-control:focus {
	border-color: #355dff;
}
.single-form textarea {
	height: 175px !important;
	padding: 10px 0 !important;
}
.single-form .select-outer {
	position: relative;
}
.single-form .select-outer::after {
	content: "";
	position: absolute;
	top: 19px;
	right: 15px;
	border-width: 7px 6px;
	border-style: solid;
	border-color: #ffffff transparent transparent;
}
.single-form select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
.single-form .btn {
	margin-top: 10px;
}
.single-form .form-group {
	margin: 0px;
}
.single-form .p-right {
	padding-left: 0px;
}
.single-form .p-left {
	padding-right: 0px;
}
.single-form .m-right {
	margin-right: 0px;
}
.single-form .m-left {
	margin-left: 0px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content Half
--------------------------------------------------------------*/
.content-half {
	position: relative;
}
.container-half {
	position: absolute;
	vertical-align: middle;
	top: 0;
	bottom: 0;
	width: 50%;
}
.container-half.pr30 {
	width: calc(50% - 30px);
}
.cover {
	background-size: cover;
	background-repeat: no-repeat;
}
.container-half-left {
	left: 0;
	background-position: top left;
}
.container-half-right {
	right: 0;
	background-position: top right;
}
@media (max-width: 991px) {
	.container-half-left,
	.container-half-right {
		display: none;
	}
}
@media (max-width: 767px) {
	h1,
	h2 {
		font-size: 45px;
		line-height: 65px;
		font-weight: 300;
	}
	html *,
	body,
	p {
		text-align: center;
	}
	.btn.btn-fill,
	.btn.btn-border {
		padding: 3px 15px;
		min-width: 120px;
	}
	.section-separator {
		display: block;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-header.text-left,
	.section-header.text-right,
	.section-header.text-left *,
	.section-header.text-right * {
		text-align: center;
	}
	.nav {
		display: inline-block;
	}
	ul,
	li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	li {
		display: inline-block;
	}
	.btn,
	.btn:last-child {
		margin: 10px !important;
	}
	.vertical-middle {
		display: block;
	}
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Icon
--------------------------------------------------------------*/
.features-section-1 .features-icon {
	font-size: 60px;
	display: block;
	margin-bottom: 55px;
}
.features-section-1 .title {
	margin-top: 0px;
}
.features-section-1 .detail {
	margin-top: 24px;
}
.features-section-1 .each-features .inner {
	margin-bottom: 30px;
	padding: 70px 55px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.features-section-1 .each-features .inner:hover {
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
}
@media (min-width: 1199px) {
	.features-section-1 .each-features:nth-last-child(-n + 3) .inner {
		margin-bottom: 0px;
	}
}
@media (min-width: 767px) {
	.features-section-1 .each-features:nth-last-child(-n + 2) .inner {
		margin-bottom: 0px;
	}
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# BG Image and Header
--------------------------------------------------------------*/
.bg-image-2 {
	background-color: #ffffff;
	background: url('../../../assets/bgs/bg-video.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: initial;
	background-repeat: no-repeat;
}
.features-section-2 .section-header {
	margin-bottom: 0px;
}
.btn-video .btn {
	min-width: 0;
	width: 115px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Client Testimonials
--------------------------------------------------------------*/
.features-section-3 .testimonial-wrapper .item {
	padding-top: 15px;
}
.features-section-3 .testimonial-wrapper .item .image-outer {
	display: inline-block;
	border: 5px solid;
	border-color: #ffffff;
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.10);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.10);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.10);
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
.features-section-3 .testimonial-wrapper .item .image-outer img {
	width: 150px;
	height: auto;
	-webkit-border-radius: 50% 50% 50% 50%;
	-moz-border-radius: 50% 50% 50% 50%;
	-ms-border-radius: 50% 50% 50% 50%;
	-o-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
.features-section-3 .testimonial-wrapper .item blockquote {
	border: 0px solid;
	margin: 40px 0 25px 0;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	font-style: italic;
	color: rgba(88,88,88,0.70);
}
.features-section-3 .testimonial-wrapper .item .name {
	margin-top: 40px;
}
.features-section-3 .testimonial-wrapper .item .profile-outer strong {
	font-weight: 400;
}
.features-section-3 .owl-controls {
	margin-top: 20px;
}
.features-section-3 .owl-controls .owl-pagination .owl-page span {
	width: 7px;
	height: 7px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.features-section-3 .owl-controls .owl-pagination .owl-page.active span {
	background-color: #355dff;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Pricing Tables
--------------------------------------------------------------*/
.pricing-table .each-table .inner {
	position: relative;
	padding: 30px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pricing-table .each-table .inner .meta-price {
	font-family: 'Lato', sans-serif;
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	margin-bottom: 0px;
	margin-top: 25px;
	color: #585858;
	text-align: left;
}
.pricing-table .each-table .inner .category {
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	text-align: right !important;
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	line-height: 61px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(88,88,88,0.15);
}
.pricing-table .each-table .inner .nav {
	padding-left: 0px;
	margin-top: 40px;
}
.pricing-table .each-table .inner .nav li {
	font-size: 16px;
	line-height: 32px;
	color: rgba(88,88,88,0.75);
	text-align: left;
}
.pricing-table .each-table .inner .btn-form {
	margin-top: 50px;
}
.pricing-table .each-table .inner .btn-form .btn {
	width: 100%;
	min-width: 100px;
}
.pricing-table .each-table .inner .btn-form .btn.normal {
	border-color: rgba(88,88,88,0.40);
}
.pricing-table .each-table .inner .btn-form .btn.normal,
.pricing-table .each-table .inner .btn-form .btn.normal .icon {
	color: rgba(88,88,88,0.50);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pricing-table .each-table .inner .btn-form .btn.normal:hover {
	background-color: #002ee7;
	border-color: #002ee7;
}
.pricing-table .each-table .inner .btn-form .btn.normal:hover,
.pricing-table .each-table .inner .btn-form .btn.normal:hover .icon {
	color: #ffffff;
}
.pricing-table .each-table .inner:hover {
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
}
.pricing-table .each-table .inner:hover .btn-form .btn.normal {
	border-color: #355dff;
}
.pricing-table .each-table .inner:hover .btn-form .btn.normal,
.pricing-table .each-table .inner:hover .btn-form .btn.normal .icon {
	color: #355dff;
}
.pricing-table .each-table .inner:hover .btn-form .btn.normal:hover {
	background-color: #002ee7;
	border-color: #002ee7;
}
.pricing-table .each-table .inner:hover .btn-form .btn.normal:hover,
.pricing-table .each-table .inner:hover .btn-form .btn.normal:hover .icon {
	color: #ffffff;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Features 5
--------------------------------------------------------------*/
.bg-image-3 {
	background-color: #ffffff;
	background: url('../../../assets/bgs/bg-contact.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: initial;
	background-repeat: no-repeat;
}
.features-section-5 .section-header {
	margin-bottom: 18px;
}
.features-section-5 .form-outer {
	padding: 70px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
}
.features-section-5 .form-outer:hover {
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.20);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.20);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.20);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Features 6
--------------------------------------------------------------*/
.features-section-6 .each-features {
	margin-bottom: 30px;
}
.features-section-6 .each-features img {
	width: 100%;
}
.features-section-6 .each-features .position,
.features-section-6 .each-features .title {
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}
.features-section-6 .each-features .title {
	color: rgba(255,255,255,0.85);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-transform: translateX(0) translateY(-30px) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0) translateY(-30px) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0) translateY(-30px) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0) translateY(-30px) translateZ(0) rotate(0deg) scale(1);
	transform: translateX(0) translateY(-30px) translateZ(0) rotate(0deg) scale(1);
}
.features-section-6 .each-features .name {
	margin: 0;
}
.features-section-6 .each-features .features-hover {
	position: relative;
}
.features-section-6 .each-features .detail {
	padding: 25px 10px;
}
.features-section-6 .each-features .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(53,93,255,0.85);
	opacity: 0;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.features-section-6 .each-features .mask .mask-inner {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
}
.features-section-6 .each-features .social-icon li {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-o-transform: translateX(0) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	transform: translateX(0) translateY(60px) translateZ(0) rotate(0deg) scale(1);
	opacity: 0;
}
.features-section-6 .each-features .social-icon li:nth-of-type(2) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.features-section-6 .each-features .social-icon li:nth-of-type(3) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.features-section-6 .each-features .social-icon li:nth-of-type(4) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.features-section-6 .each-features .social-icon li:nth-of-type(5) {
	-webkit-transition-delay: 400ms;
	-moz-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	transition-delay: 400ms;
}
.features-section-6 .each-features .inner:hover .mask {
	opacity: 1;
}
.features-section-6 .each-features .inner:hover .title {
	-o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
}
.features-section-6 .each-features .inner:hover .social-icon li {
	-o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	-webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
	opacity: 1;
}
.features-section-6 .each-features .inner:hover .position {
	color: #355dff;
}
@media (min-width: 767px) {
	.features-section-6 .each-features:nth-last-child(-n + 4) .inner {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.features-section-6 .each-features:nth-last-child(-n + 1) .inner {
		margin-bottom: 0px;
	}
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Features 7
--------------------------------------------------------------*/
.features-section-7 .section-heading {
	font-size: 35px;
	padding-bottom: 45px;
	color: #585858;
}
.features-section-7 .inner {
	padding-right: 55px;
}
.features-section-7 .detail p {
	font-weight: 400;
	color: rgba(88,88,88,0.65);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Features 8
--------------------------------------------------------------*/
.project-item .project-image {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	background-position: center;
}
.project-item .inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.project-item .section-heading {
	font-size: 35px;
	line-height: 50px;
	margin-bottom: 18px;
}
.project-item .btn-form {
	margin-top: 60px;
}
.project-item .each-project .each-project-inner {
	margin-bottom: 90px;
}
.project-item .each-project:last-child .each-project-inner {
	margin-bottom: 0px;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.features-section-blog .features-icon {
	font-size: 60px;
	display: block;
	margin-bottom: 55px;
}
.features-section-blog .title {
	margin-top: 0px;
}
.features-section-blog .detail {
	margin-top: 24px;
}
.features-section-blog .each-features .inner {
	margin-bottom: 30px;
	padding: 70px 55px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.features-section-blog .each-features .inner:hover {
	-moz-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-webkit-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	-o-box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
	box-shadow: 10px 17.321px 57px 0px rgba(0,0,0,0.08);
}
.fsb-image {
	text-align: center;
	display: block;
	margin: auto 0;
	padding: 0;
	margin-bottom: 20px;
	cursor: pointer;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.fsb-image:hover {
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.20);
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.20);
	-o-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.20);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.20);
}
@media (min-width: 1199px) {
	.features-section-blog .each-features:nth-last-child(-n + 3) .inner {
		margin-bottom: 0px;
	}
}
@media (min-width: 767px) {
	.features-section-blog .each-features:nth-last-child(-n + 2) .inner {
		margin-bottom: 0px;
	}
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Featured Posts
--------------------------------------------------------------*/
.featured-posts-carousel-wrapper {
    background-color: rgba(250,250,250,1.00);
	background-size: cover;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Google Maps
--------------------------------------------------------------*/
.background-toggler {
    background-color: rgba(250,250,250,1.00);
	background-size: cover;
}
#map {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
#map img {
    max-width: none;
}
.close-map {
    height: 0;
}
.open-map {
    height: 460px;
}
#map-btn-open-contain {
    width: 100%;
    background: rgba(255,255,255,0.00);/*#002ee7*/
	background-size: cover;
    background-repeat: repeat, repeat;
    background-position: left, center;
}
.open-map-button {
    background: rgba(255,255,255,0.00);
	background-size: cover;
    background-repeat: repeat, repeat;
    background-position: left, center;
}
a.gmap-btn.btn-show {
    display: block;
}
a.gmap-btn.btn-hide {
    display: none;
}
a.gmap-btn {
    font-family: 'Poppins', sans-serif;
	color: rgba(0,46,231,0.80);
	font-size: 16px;
	font-weight: 400;
    font-style: normal;
	line-height: 1.5;
    text-align: left ;
    background: 0 0;
	padding: 10px 0;
    margin: 0 auto ;
	height: auto;
    width: 125px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
a.gmap-btn.active,
a.gmap-btn:active,
a.gmap-btn:focus,
a.gmap-btn:hover {
	color: rgba(0,46,231,1.00);/*#002ee7*/
}
a.gmap-btn .fa-angle-down {
    padding-left: 5px;
}
.close-map-button,
.open-map-button {
    padding: 5px 0;
    opacity: 1;
}
#map #google-map {
    height: 460px;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    transition: all 700ms;
}
.close-map #google-map {
    opacity: 0;
}
.open-map #google-map {
    opacity: 1;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section .section-separator {
	padding: 70px 0;
}
.footer-section .copyright p,
.footer-section .copyright a {
	color: rgba(255, 255, 255, 0.32);
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Theme CSS Custom
--------------------------------------------------------------*/
.no-pm {
	padding: 0;
	margin: 0;
	padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.color-blue {
	color: #002ee7;
}
.color-blue-shadow {
	color: #002ee7;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.40), 
	             0px 8px 13px rgba(0,0,0,0.30), 
				 0px 18px 23px rgba(0,0,0,0.30);
}
.shadow {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.40), 
	             0px 8px 13px rgba(0,0,0,0.30), 
				 0px 18px 23px rgba(0,0,0,0.30);
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# WKSB Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {
	width: 0.70em;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
}
::-webkit-scrollbar-thumb {
    background: rgba(0,46,231,1.00);
	outline: 1px solid rgba(0,46,231,1.00);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.00);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.00); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.00); 
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Scroll To Top
--------------------------------------------------------------*/
#stt {
	font-size: 22px;
	line-height: 42px;
	color: #999999;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 2px;
	background-color: #002ee7;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	display: none;
	display: block;
	z-index: 99999;
	position: fixed;
	padding: 0 !important;
	opacity: 0.5;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.20), 
	            0px 8px 13px rgba(0,0,0,0.10), 
				0px 18px 23px rgba(0,0,0,0.10);
}
#stt:before {
	font-family: "FontAwesome";
	content: '\f106';
	font-size: 22px;
	line-height: 42px;
	color: #999999;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
#stthover:hover {
	font-size: 22px;
	line-height: 42px;
	color: #999999;
	border: 1px solid rgba(255,255,255,1.00);
	background-color: #002ee7;
	text-decoration: none;
	opacity: 1.0;
}
#stt:active,
#stt:focus {
	outline: none;
	text-decoration: none;
	opacity: 1.0;
}
#stt:hover {
	font-size: 22px;
	line-height: 42px;
	color: #999999;
	border: 1px solid rgba(255,255,255,1.00);
	background-color: #002ee7;
	text-decoration: none;
	opacity: 1.0;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# CSS Responsive Media Queries
--------------------------------------------------------------*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {}
/* Small Devices, Tablets */
@media only screen and (max-width: 767.98px) {}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/