 @media screen and (min-width: 768px) {
p.intro {
    font-size: 3.75rem;
    line-height: 5rem;
    text-align: center;
}
}
 @media only screen and (max-width: 768px) {
p.intro {
    font-size: 37px;
    line-height: 5rem;
    text-align: center;
}
}



.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto;
}


/*---------------------------------------
   2.4 BUTTONS
-----------------------------------------*/

.standard-button {
	padding: 18px 40px 18px 40px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
}

.secondary-button {
	padding: 20px 35px 20px 35px;
	border: none;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	color: #fff;
	background: transparent;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
}

.secondary-button:hover {
	border-color: #fff;
	background: transparent;
}

.secondary-button-dark {
	padding: 20px 35px 20px 35px;
	border: none;
	border-color: rgba(39, 39, 39, 0.5);
	border-radius: 3px;
	color: #272727;
	background: transparent;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
}

.secondary-button-dark:hover {
	border-color: #272727;
	color: #272727;
	background: transparent;
}

.navbar-register-button {
	border: none;
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
}


/*---------------------------------------
   2.5 BORDER AND LINE
-----------------------------------------*/

.border-right {
	border-right: 1px solid #eaeaea;
}

.border-left {
	border-left: 1px solid #eaeaea;
}

.colored-line-left,
.colored-line-right,
.colored-line,
.white-line,
.grey-line {
	display: block;
	width: 80px;
	height: 2px;
}

.white-line {
	margin: auto;
	background: #fff;
}

.grey-line {
	background: #eaebec;
}

.grey-line-short {
	display: block;
	width: 40px;
	height: 2px;
	background: #eaebec;
}

.white-text {
	color: #fff;
}

.white-bg-border {
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	background: #fff;
}

.white-bg {
	background: #fff;
}

.grey-bg {
	border-top: 1px solid #eaebec;
	border-bottom: 1px solid #eaebec;
	background: #f7f8fa;
}

.dark-bg {
	background: #2e3336;
}

.colored-line-left {
	float: left;
}

.colored-line-right {
	float: right;
}

.colored-line {
	margin: auto;
}

.parallax-one-top-margin-5px {
	margin-top: 5px !important;
}


/*---------------------------------------
   2.6 SECTION HEADERS
-----------------------------------------*/

.section-header {
	margin-bottom: 60px;
	text-align: center;
}

.section-header h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 2.4rem;
	line-height: 3.125rem;
}

.sub-heading {
	margin-top: 20px;
}

#parallax_move .layer {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover;
}

.header {
	overflow: hidden;
	position: relative;
}

.overlay-layer-wrap {
	position: relative;
	z-index: 3;
}


/*---------------------------------------
   2.7 FORM ELEMENTS
-----------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px 30px 10px 30px;
	border: none;
	border: none;
	border-radius: 3px;
	color: #fff;
	background-color: #00a5f9;
	background-image: url(images/tr-btn.png);
	background-repeat: repeat-x;
	background-size: contain;
	text-shadow: none;
	font-size: 12px;
	
	line-height: 1.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: none;
	transition: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: inherit;
	background: #008ed6;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="datetime-local"],
input[type="datetime"],
input[type="date"],
input[type="color"],
textarea,
select {
	padding: 5px;
	border: 1px solid #dedede;
	border-radius: 3px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
	height: auto;
	min-height: 150px;
	padding: 10px;
}

.input-box,
.textarea-box {
	margin-bottom: 15px;
	border: 0;
	border: 1px solid #dedede;
	border-radius: 3px;
	outline: 0;
	color: #999;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: auto;
}

.input-box {
	min-height: 45px;
}

.textarea-box {
	padding-top: 5px;
	padding-bottom: 5px;
}

textarea.form-control {
	min-height: 100px;
}

.input-box:active,
.textarea-box:active,
.input-box:focus,
.textarea-box:focus {
	color: #272727;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	line-height: normal;
}

label {
	padding-right: 5px;
	vertical-align: middle;
}


/* --------------------------------------
=========================================
   3. SECTION STYLES
=========================================
-----------------------------------------*/

.sub-heading,
.single-service,
.content-section,
.testimonials-box {
	font-weight: 300;
}


/*---------------------------------------
   3.1 SECTION: HOME / HEADER
-----------------------------------------*/

.paralax_one_only_customizer {
	display: none !important;
}

.whole-video-bg {
	overflow: hidden;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 1260px;
	height: 911px;
	opacity: 1;
}

.whole-page-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 1260px;
	height: 911px;
}

.header .overlay-layer {
	height: auto;
	padding-top: 84px;
	padding-bottom: 195px;
}

h1.site-title {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 1.5rem;
	line-height: 1.5rem;
}

p.site-description {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 1rem;
}

.navbar-brand {
	height: auto;
}

.header-logo-wrap {
	padding: 4px 10px;
	text-align: center;
}

/* STICKY NAVIGATION AND LOGO */
#menu-primary {
	float: right;
}

.appear-on-scroll {
	opacity: 0;
}

header .navbar-brand {
	height: 70px;
	padding: 7px 7px 7px 0;
	line-height: 52px;
}

.navbar-brand > img {
	display: inline-block;
	max-height: 56px;
}

.sticky-navigation {
	min-height: 70px;
	margin-bottom: 0 !important;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
	font-weight: 400;
	-webkit-backface-visibility: hidden;
}

.sticky-navigation .navbar-brand img {
	-webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation {
	margin-top: 0;
}

.sticky-navigation .main-navigation li a {
	margin: 26px 18px;
	padding: 0;
	line-height: 18px;
	text-transform: uppercase;
}

.sticky-navigation .main-navigation .sub-menu li a {
	margin: 0;
}

.menu-align-center  .main-navigation li a {
	margin: 0;
}

.sticky-navigation .main-navigation a {
	display: block;
	color: #313131;
	text-align: left;
	text-decoration: none;
}

.sticky-navigation .main-navigation ul ul a {
	width: 200px;
	padding: 10px;
}

.dropdownmenu {
	position: absolute;
	z-index: -1;
	top: 23px;
	right: 0;
	line-height: 28px;
}

.sticky-navigation-open .sticky-navigation {
	top: 0;
	opacity: 1;
}

.main-navigation {
	font-family: Montserrat, sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	margin: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 0.84375em 0;
	color: #1a1a1a;
	line-height: 1.3125;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #007acc;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #e8e8e8;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 50px;
}

.site-header-menu {
	display: none;

	-webkit-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.primary-menu:before,
.primary-menu:after {
	display: table;
	content: "";
}

.primary-menu:after {
	clear: both;
}

.menu-item-has-children a:after,
.dropdown-toggle:after {
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	text-decoration: inherit;
	text-transform: none;

	speak: none;
}

.menu-item > a:focus {
	outline: 1px dotted #008ed6;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}
.main-navigation ul .toggled-on {
	display: block;
}

.dropdown-toggle {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 0;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	background: #999;
}

.dropdown-toggle:after {
	font-family: stamp-icons!important;
	font-weight: 400!important;
	font-style: normal!important;
	font-variant: normal!important;
	-webkit-font-smoothing: antialiased;
	line-height: 25px;
	text-transform: none!important;
	content: "\e0d4";

	speak: none;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	z-index: 1;
	color: #fff;
	background-color: #008ed6;
}

.dropdown-toggle.toggled-on,
.dropdown-toggle.toggled-on:hover,
.dropdown-toggle.toggled-on:focus {
	z-index: 1;
	color: #fff;
	background-color: #008ed6;
}

.dropdown-toggle.toggled-on:after {
	font-family: stamp-icons!important;
	content: "\e0d4";
}

.dropdown-toggle.toggled-on:after {
	font-family: stamp-icons!important;
	content: "\e0d4";
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.admin-bar .sticky-navigation-open .sticky-navigation {
	top: 32px;
	opacity: 1;
}

.sticky-navigation-open {
	min-height: 70px;
	background: transparent;
}

.primary-menu {
	width: auto;
}

.menu-align-center .navbar-header,
.menu-align-center .navbar-collapse {
	width: 100%;
	text-align: center;
}

.menu-align-center .navbar-header > a {
	display: inline-block;
	float: none;
}

.menu-align-center .primary-menu {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

.menu-align-center .primary-menu > li {
	display: inline-block;
	float: none;
}

.menu-align-center .primary-menu > li a {
	padding: 5px 8px;
}

.menu-align-center .primary-menu > li.menu-item-has-children a {
	padding: 5px 18px 5px 8px;
}

.menu-align-center .primary-menu > li.menu-item-has-children > .dropdownmenu {
	top: 4px;
}

.menu-align-center .no-menu > li > a {
	padding: 5px 8px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background-color: #008ed6;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle {
	margin-right: 5px;
	padding: 13px 10px;
}

/* ONLY LOGO */
.centered-logo {
	width: 100%;
	text-align: center;
}

.centered-logo .navbar-brand > img {
	display: inline-block;
}

.centered-logo .navbar-brand {
	float: none;
}

.centered-logo .navbar-brand a {
	padding: 0;
}

.centered-logo .navbar-brand img {
	margin: 18px 15px 10px 15px;
}

.only-logo .navbar-header {
	float: none;
	margin: auto;
	text-align: center;
}

.only-logo .navbar {
	min-height: 10px;
}

.header-layer-one {
	background-position: 0 0;
	background-size: cover!important;
}

.header-layer-two {
	background-position: 0 0;
	background-size: cover!important;
}

/* INTRO */
.intro-section {
	margin-top: 67px;
	text-align: center;
}

.intro-section h5 {
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.5;
	line-height: 28px;
	text-align: center;
}

.imac-image img {
	width: 85%;
	margin-top: 70px;
}

.header-parallax-effect-mobil {
	background-position: top center;
}

/* header style [1] */
.header-style-one .intro-section {
	margin-top: 70px;
}
.header-style-one .intro-section h5 {
	margin-top: 13px;
	margin-bottom: 70px;
}

/* header style [2] */
.header-style-two .intro-section {
	margin-top: 110px;
}
.header-style-two .vertical-registration-form {
	float: right;
	margin-top: 84px;
	padding: 15px 32px 32px 32px;
	border-radius: 3px;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 0 #000;
	box-shadow: 0 0 3px 0 #000;
}
.header-style-two .vertical-registration-form form button {
	width: 100%;
	margin-top: 2px;
}
.header-style-two .intro-section .btn-primary {
	padding: 10px 20px 10px 20px;
}
.header-style-two .intro-section p {
	margin-top: 30px;
	margin-bottom: 40px;
}
.header-style-two .vertical-registration-form .form-heading {
	margin-bottom: 25px;
}

/* header style [3] */
.header-style-three .intro-section {
	margin-top: 100px;
	margin-bottom: 55px;
}
.header-style-three .overlay-layer {
	height: auto;
	padding-top: 60px;
	padding-bottom: 0 !important;
}
.header-style-three .intro-section h5 {
	margin-top: 15px;
	margin-bottom: 60px;
}
.header-style-three .browser-image img {
	max-width: 80%;
	margin-bottom: -5px;
}

/* header style [4] */
.header-style-four .intro-section {
	margin-top: 80px;
}
.header-style-four .intro-section h5 {
	margin-top: 15px;
	margin-bottom: 45px;
}
.header-style-four .horizontal-subscribe-form .input-box {
	width: 350px;
	min-height: 65px;
	margin: 0;
	font-size: inherit;
}
.header-style-four .horizontal-subscribe-form {
	display: inline-block;
	padding: 25px 25px 25px 25px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.45);
}

/* header style [5] */
.header-style-five .intro-section {
	margin-top: 70px;
}


/*---------------------------------------
   3.2 SECTION: CLIENTS LIST
-----------------------------------------*/

.client-logos {
	z-index: 1;
	margin-bottom: 0;
	text-align: center;
}

.client-logos li {
	display: inline-block;
	margin: 25px 25px 25px 25px;
	vertical-align: middle;
}

.client-logos li a {
	display: block;
	padding: 5px;
}

.client-logos li img {
	max-height: 50px;
	opacity: 0.6;

	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.client-logos li img:hover {
	opacity: 1;

	-webkit-filter: initial;
	filter: initial;
}

.clients {
	border-bottom: 1px solid #dadfe3;
	background: rgba(255, 255, 255, 0.9);
}


/*---------------------------------------
   3.3 SECTION: SERVICES
-----------------------------------------*/

.services-wrap {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}

.services {
	border-bottom: 1px solid #eaebec;
	background-color: #f7f8fa;
}

.single-service {
	height: 450px;
	padding: 40px 35px 40px 35px;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.services-wrap .service-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.single-service > h3 > a:hover,
.service-icon > a:hover {
	text-decoration: none;
}

.services-wrap > .service-box {
	width: 23%;
	margin-bottom: 30px;
	vertical-align: top;
	margin-left: auto;
}

.services-wrap > .service-box:nth-child(3n+1) {
	clear: left;
	margin-left:auto;
}

.services-wrap > .service-box:nth-child(3n) {
	clear: right;
	margin-right: 0;
}

.single-service .service-icon {
	margin-bottom: 35px;
	font-size: 60px;
}

.single-service h3 {
	margin-bottom: 15px;
	padding-top: 5px;
}

.galcolumn .single-service {
	width: 100%;
}

.display-none {
	display: none !important;
}

.parallax_one_grid_col_4 > div,
.parallax_one_grid_col_3 > div,
.parallax_one_grid_col_2 > div,
.parallax_one_grid_col_1 > div {
	margin-bottom: 30px;
	text-align: center;
}

.parallax_one_grid_col_4 {
	float: left;
	width: 23%;
	margin: 0 1.25% 0 1.25%;
}

.parallax_one_grid_col_3 {
	float: left;
	width: 31.5%;
	min-height: 1px;
	margin: 0 1.25% 0 1.25%;
}

.parallax_one_grid_col_2 {
	float: left;
	width: 48%;
	margin: 0 1.75% 0 1.75%;
}

.parallax_one_grid_col_1 {
	float: left;
	width: 100%;
}

.parallax_one_grid_first {
	margin-left: 0;
	padding-left: 0;
}

.parallax_one_grid_last {
	margin-right: 0;
	padding-right: 0;
}


/*---------------------------------------
   3.4 SECTION: APP BRIEF
-----------------------------------------*/

.brief {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

.brief .section-overlay-layer {
	padding-top: 80px;
	padding-bottom: 115px;
}

.brief .content-section {
	margin-top: 15px;
}

.brief h2 {
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 2.4rem;
	line-height: 3.125rem;
}

.brief p {
	margin-top: 40px;
}

.brief .brief-image-right {
	margin-top: 20px;
}

.brief .brief-image-right img {
	float: right;
	width: 92%;
}

.brief .brief-image-left {
	overflow: hidden;
	margin-top: 25px;
}

.brief .brief-image-left img {
	float: left;
	width: 95%;
}

.feature-list {
	margin-top: 15px;
}

.feature-list li {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.feature-list li:before {
	position: absolute;
	top: 8px;
	left: 0;
	color: #008ed6;
	font-size: 36px;
	content: "\2022";
}

.feature-list li span {
	margin-right: 10px;
}

.brief-content-one {
	float: left;
}

.brief-content-one {
	float: right;
}

.brief-left .brief-content-one {
	float: left;
}

.brief-left .brief-content-two {
	float: right;
}

.brief-right .brief-content-one {
	float: right;
}

.brief-right .brief-content-two {
	float: left;
}

.brief-content-text {
	clear: both;
	margin-top: 40px;
}

/* ACCORDION */
.panel-default {
	display: block;
	margin-top: 35px;
	border: 0;
	border-radius: 3px;
	text-align: left;
}

.panel-body {
	border-top: 4px solid #f7f8fa !important;
}

.panel-heading {
	padding: 0;
	border: none;
	background-color: #fff !important;
}

.panel-group .panel + .panel {
	margin-top: 15px;
}

.panel-heading .title-text {
	line-height: 40px;
}

.panel-title a:hover {
	text-decoration: none;
}

.panel-title .icon-container {
	display: inline-block;
	float: left;
	height: 40px;
	margin-right: 10px;
	padding-top: 1px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-left-radius: 3px;
	font-size: 16px;
	line-height: 40px;
	text-align: !important;
	vertical-align: middle;
}


/*---------------------------------------
   3.6 SECTION: UNIQUE FEATURES
-----------------------------------------*/

.unique-features {
	padding-bottom: 100px;
}

.ipad-image {
	margin: auto;
}

.ipad-image img {
	width: auto;
	max-width: 100%;
	text-align: center;
}

.feature {
	overflow: hidden;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 25px;
	padding-right: 0;
	padding-left: 10px;
}

.feature .icon-container {
	float: left;
	margin-right: 10px;
	padding-top: 18px;
}

.feature .icon-container span {
	font-size: 30px;
}

.feature .description {
	float: right;
	width: 85%;
}

.feature .description p {
	margin-top: 20px;
}

.unique-features-cols-one .unique-features-col {
	width: 100%;
}

.unique-features-cols-one .feature .description {
	width: 100%;
	padding-left: 110px;
}

.unique-features-cols-one .feature {
	position: relative;
}

.unique-features-cols-one .icon-container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	text-align: center;
}

.unique-features-cols-two .unique-features-col {
	width: 50%;
}


/*---------------------------------------
   3.7 SECTION: PRICING TABLE
-----------------------------------------*/

.pricing {
	padding-bottom: 30px;
}

.pricing-table {
	padding-right: 30px;
	padding-left: 30px;
}

.single-pricing {
	margin-bottom: 80px;
	padding: 20px;
	padding-bottom: 25px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.package-title h3 {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
	line-height: 60px;
}

.price {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ececec;
}

.price .superscript {
	font-size: 25px;
	vertical-align: super;
}

.price .month {
	display: block;
	margin-top: 0;
	font-size: inherit;
	font-size: 14px !important;
	font-weight: 300;
	line-height: 1;
}

.package-list {
	margin-bottom: 25px;
	padding-top: 10px;
}

.package-list li {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eaeaea;
}

.package-list li span {
	margin-right: 8px;
}

.single-pricing .button {
	margin-bottom: 20px;
}

.highlighted {
	margin-top: -24px;
}

.highlighted .package-title h3 {
	line-height: 84px;
}


/*---------------------------------------
   3.8 SECTION: SCREENSHOTS
-----------------------------------------*/

.features {
	background: transparent;
	background-size: cover;
}

.features .overlay-layer-2 {
	padding-bottom: 84px;
}

.single-feature {
	margin-bottom: 58px;
}

.left-side .single-feature {
	padding-right: 18px;
}

.right-side .single-feature {
	padding-left: 18px;
}

.screenshot img {
	display: block;
	width: 100%;
	height: auto;
}

.screenshot img:hover {
	cursor: crosshair;
}

.owl-theme .owl-controls .owl-page span {
	background: #fff;
}


/*---------------------------------------
   3.9 VERTICAL TIMELINE
-----------------------------------------*/

.latest-news {
	border-bottom: 1px solid #eaebec;
	background-color: #f7f8fa;
}

.latest-news .section-overlay-layer {
	padding-top: 80px;
	padding-bottom: 80px;
}

.vertical-timeline {
	margin: 0;
	padding: 0;
}

.timeline-section {
	padding: 0;
	padding-left: 180px;
}

.timeline h2 {
	padding-right: 110px;
}

.timeline-box-wrap {
	float: left;
	overflow: visible;
	position: relative;
	width: 100%;
	min-height: 180px;
	margin: 0;
	padding: 1em 1em 1em 0;
	border-left: 2px solid #eaeaea !important;
	list-style-type: none;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.timeline-box-wrap .date {
	display: inline-block;
	float: left;
	position: absolute;
	top: 70px;
	left: -50px;
	max-width: 55px;
	margin-top: 35px;
	margin-left: -100px;
	font-family: "Open Sans", Helvetica Neue, Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.timeline-box-wrap .icon-container {
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-top: 30px;
	margin-left: -75px;
	padding-top: 0;
	border-radius: 50%;
	background: rgb(240, 240, 240);
	line-height: 150px;
}

.timeline-box-wrap .icon-container img {
	float: left;
}

.timeline-box-wrap .info {
	min-height: 150px;
	margin-left: 0;
	padding: 0 10px;
	padding-left: 100px;
	background: #fff;
	font-size: 14px;
	text-align: left;
}

.timeline-box-wrap .info:hover {
	border-bottom-color: #008ed6;
}

.timeline-box-wrap .info h3 {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 20px;
	line-height: 22px;
}

.timeline-box-wrap .info h3 a {
	color: #454545;
	font-family: "Cabin", Helvetica Neue, Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 26px;
}

.timeline-box-wrap .info h3 a:hover {
	color: #008ed6;
	text-decoration: none;
}

.timeline-box-wrap .info h3:after {
	display: block;
	width: 80px;
	height: 2px;
	margin-top: 5px;
	background: #008ed6;
	content: "";
}

.timeline-box-wrap .info .entry-content p {
	float: left;
	width: 100%;
	margin: 0;
	margin-bottom: 5px;
	padding: 2px 0;
	color: #313131;
	font-family: "Open Sans", Helvetica Neue, Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-align: justify;
}

.timeline-box-wrap .info .entry-meta {
	float: left;
	width: 100%;
	padding: 5px 0 2px;
	font-family: "Open Sans", Helvetica Neue, Sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	line-height: 28px;
}

.timeline-box-wrap .read-more {
	font-family: "Open Sans", Helvetica Neue, Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
}

.parallax-slider-whole-wrap {
	float: left;
	position: relative;
	width: 100%;
}

#parallax_slider {
	overflow: hidden;
	position: relative;
	margin: 20px auto 0 auto;
	border-radius: 4px;
}

#parallax_slider > ul {
	position: relative;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#parallax_slider > ul > li {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

button.control_next {
	display: block;
	position: absolute;
	z-index: 999;
	top: -70px;
	right: 60px;
	width: auto;
	height: auto;
	padding: 0;
	opacity: 0.8;
	color: #008ed6;
	background: none;
	font-size: 70px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

button.control_next:active,
button.control_next:focus,
button.control_prev:active,
button.control_prev:focus {
	outline: 1px dotted #008ed6;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.control_prev {
	display: block;
	position: absolute;
	z-index: 999;
	top: -70px;
	right: 0;
	width: auto;
	height: auto;
	padding: 0;
	opacity: 0.8;
	color: #008ed6;
	background: none;
	font-size: 70px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

button.control_prev:hover,
button.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
}

button.control_prev {
	border-radius: 0 2px 2px 0;
}

button.control_prev.fade-btn,
button.control_next.fade-btn {
	opacity: 0.1 !important;
}


/*---------------------------------------
   3.10 SECTION: TEAM
-----------------------------------------*/

.team {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

.team .section-overlay-layer {
	padding-bottom: 50px;
}

.team-member {
	overflow: hidden;
	position: relative;
	min-height: 100px;
	margin-bottom: 25px;
	border: 5px solid #fff;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
	border-radius: 3px;
}

.team-member .social-icons {
	position: relative;
	margin-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.team-member .social-icons li {
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.team-member .social-icons li a {
	opacity: 0.9;
}

.team-member .social-icons li a:hover {
	opacity: 1;
	text-decoration: none;
}

.team-member:hover .social-icons {
	opacity: 1;
}

.member-pic {
	border: none;
	border-radius: 0;
}

.member-pic img {
	width: 100%;
}

.member-details {
	display: table;
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: 266px;
	color: #fff;
	background: rgba(0,0,0,0);
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.member-details h5 {
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
}

.team-member-wrap {
	text-align: center;
}

.team-member-wrap .team-member-box {
	display: inline-block;
	float: none;
	margin-right: -4px;
	vertical-align: top;
}

.member-details-inner {
	display: table-cell;
	vertical-align: middle;
}



@media (max-width: 992px) {
	.woocommerce .products.columns-1 .parallax_one_grid_col_2,
	.woocommerce-page .products.columns-1 .parallax_one_grid_col_2 {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.woocommerce .products[class*="columns-"] .parallax_one_grid_col_2,
	.woocommerce-page .products[class*="columns-"] .parallax_one_grid_col_2 {
		width: 48%;
	}
	.woocommerce .products.columns-1 .parallax_one_grid_col_2,
	.woocommerce-page .products.columns-1 .parallax_one_grid_col_2 {
		width: 100%;
	}
}
@media (max-width: 477px) {
	.woocommerce .products[class*="columns-"] .parallax_one_grid_col_1,
	.woocommerce-page .products[class*="columns-"] .parallax_one_grid_col_1 {
		width: 100%;
	}
}



@media (min-width: 1200px) {
	.header-style-two .vertical-registration-form {
		width: 80%;
	}
}


/*---------------------------------------
   6.1a FIXES FOR >= 1200PX SCREENS
-----------------------------------------*/

@media (max-width: 1200px) {
	.woocommerce ul.products li.product a.added_to_cart {
		width: auto !important;
		margin-top: 10px;
		padding: 6px 15px 6px 15px;
		border-radius: 3px;
	}
}


/*---------------------------------------
   6.2 FIXES FOR 992PX to <= 1199PX SCREENS
-----------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {

}


/*---------------------------------------
   6.3 FIXES FOR <= 1024PX SCREENS
-----------------------------------------*/

@media (max-width: 1024px) {
	.header .overlay-layer {
		padding-bottom: 85px;
	}

	.header,
	.features,
	.stats {
		background-attachment: scroll !important;
	}

	.vertical-registration-form,
	.header-style-two .vertical-registration-form {
		float: none;
		width: 100%;
	}

	.header .overlay-layer {
		padding-top: 60px;
	}

	.intro-section,
	.header-style-two .intro-section,
	.header-style-three .intro-section {
		margin-top: 60px;
	}

	.header-style-one .intro-section,
	.header-style-four .intro-section {
		margin-top: 20px;
	}

	.feature .icon-container {
		margin-right: 0;
		padding-top: 14px;
	}

	.wow {
		-webkit-transform: translateZ(0);
	}
}


/*---------------------------------------
   6.4 FIXES FOR <= 991PX SCREENS
-----------------------------------------*/

@media (max-width: 991px) {


	.browser-image img {
		width: 100%;
	}

	.client-logos li {
		margin: 15px 15px 15px 15px;
	}

	.client-logos li img {
		max-width: 60px;
		opacity: 0.6;
	}

	.pull-left,
	.pull-right {
		float: none !important;
		margin: auto !important;
	}

	.text-left,
	.text-right {
		text-align: center;
	}

	.timeline-box-wrap .info h3:after {
		margin-right: auto;
		margin-left: auto;
		content: "";
	}

	#latestnews .timeline-text .text-left {
		text-align: left;
	}

	#latestnews .timeline-text .colored-line-left {
		float: left;
	}

	.brief .section-overlay-layer {
		padding-bottom: 40px;
	}

	.colored-line-left {
		float: none;
		margin: auto;
	}

	.brief .brief-image-right,
	.brief .brief-image-left {
		max-width: 430px;
		margin: auto;
		margin-top: 20px;
		padding-bottom: 40px;
	}

	.brief .brief-image-right img,
	.brief .brief-image-left img {
		float: none;
		width: 90%;
	}

	.border-right-colored,
	.border-left-colored,
	.border-left,
	.border-right {
		border: none !important;
	}

	.features {
		background-image: none;
	}

	.single-feature {
		float: left;
		width: 33%;
		margin-bottom: 28px;
	}

	.left-side .single-feature,
	.right-side .single-feature {
		padding-right: 15px;
		padding-left: 15px;
	}

	.feature .icon-container {
		float: none;
	}

	.feature .description {
		float: none;
		width: auto;
	}

	.pricing-table {
		padding-right: 0;
		padding-left: 0;
	}

	.header-style-four .horizontal-subscribe-form .input-box {
		width: inherit;
		width: 100%;
		margin-bottom: 5px;
	}

	.header-style-four .horizontal-subscribe-form .standard-button {
		width: 100%;
	}

	.header-style-four .horizontal-subscribe-form {
		width: 100%;
		margin: auto;
	}

	.header-style-five .intro-section {
		margin-top: 20px;
	}

	.unique-features-cols-two .unique-features-col {
		width: 100%;
	}

	.brief-left .brief-content-two,
	.brief-right .brief-content-two {
		float: none;
	}

	.feedback {
		padding-bottom: 45px;
	}

	.feature-list li {
		text-align: left;
	}

	.timeline h2 {
		padding-right: 0;
	}

	.parallax-slider-whole-wrap {
		padding-top: 20px;
	}

	a.control_next,
	a.control_prev {
		display: inline-block;
		position: relative;
		top: 0;
		width: 0;
	}

	#parallax_slider {
		margin: 0 auto 0 auto;
	}

	.testimonials-wrap .testimonials-box {
		width: 100%;
	}

	.team-member-wrap .team-member-box {
		max-width: 300px;
	}

	.controls-wrap {
		text-align: center;
	}

	#sidebar-secondary {
		width: 100%;
		margin: 0;
		padding-top: 50px;
		padding-left: 15px;
		border-top: 1px solid #e7e7e7;
		border-left: 0;
	}

	#primary,
	#sidebar-secondary {
		float: left;
		width: 100%;
	}

	.entry-header .colored-line-left {
		float: left;
	}

	.service-box {
		width: 100%;
	}

	#sidebar-secondary .colored-line-left {
		float: left;
	}

	.content-page > .col-md-6 {
		padding: 0;
	}

	.gridalicious .galcolumn {
		width: 50% ;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: left;
		width: 48%;
		margin: 0 1.75% 0 1.75%;
		margin-bottom: 30px;
	}

	.woocommerce ul.products li.product:nth-child(2n+1),
	.woocommerce-page ul.products li.product:nth-child(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n) {
		clear: right;
		margin-right: 0;
	}

	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product {
		float: left;
		width: 48%;
		margin: 0 1.75% 0 1.75%;
		margin-bottom: 30px;
	}

	.woocommerce-page .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul li.product:nth-child(2n+1),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n+1),
	.woocommerce .related ul li.product:nth-child(2n+1),
	.woocommerce .related ul.products li.product:nth-child(2n+1),
	.woocommerce-page .related ul li.product:nth-child(2n+1),
	.woocommerce-page .related ul.products li.product:nth-child(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.woocommerce-page .upsells.products ul li.product:nth-child(2n),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce .upsells.products ul li.product:nth-child(2n),
	.woocommerce .upsells.products ul.products li.product:nth-child(2n),
	.woocommerce .related ul li.product:nth-child(2n),
	.woocommerce .related ul.products li.product:nth-child(2n),
	.woocommerce-page .related ul li.product:nth-child(2n),
	.woocommerce-page .related ul.products li.product:nth-child(2n) {
		clear: right;
		margin-right: 0;
	}
}


/*---------------------------------------
   6.5 FIXES FOR => 768PX to <= 991PX SCREENS
-----------------------------------------*/

@media (max-width: 782px) {
	.admin-bar .sticky-navigation-open .sticky-navigation {
		top: 46px;
	}
	.contact-links .contact-link-box {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu {
		border: 0;
	}

	.main-navigation li {
		float: left;
		border: 0;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #007acc;
	}

	.main-navigation ul ul {
		display: block;
		float: left;
		position: absolute;
		z-index: 99999;
		top: 100%;
		left: -999em;
		margin: 0;
		padding: 0;
		background: #fff;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		list-style: none;
	}

	.main-navigation ul ul ul {
		top: 0;
		left: -999em;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.main-navigation ul ul a {
		width: 15em;
		white-space: normal;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
	}

	.main-navigation .menu-item-has-children > a:after {
		position: absolute;
		z-index: -1;
		top: 23px;
		right: 0;
		font-family: stamp-icons!important;
		line-height: 24px;
		content: "\e0d4";
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		top: 0;
		right: 10px;
		line-height: 38px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.no-menu > li {
		display: inline-block;
		float: none;
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.menu-align-center .primary-menu,
	.menu-align-center .no-menu {
		width: 100%;
		margin-bottom: 10px;
		padding: 0;
		text-align: center;
	}

	.menu-align-center .primary-menu > li,
	.menu-align-center .no-menu > li {
		display: inline-block;
		float: none;
	}

	.menu-align-center .primary-menu > li a {
		padding: 5px 8px;
	}

	.menu-align-center .primary-menu > li.menu-item-has-children a {
		padding: 5px 18px 5px 8px;
	}

	.menu-align-center .primary-menu > li.menu-item-has-children a:after,
	.sticky-navigation .no-menu > li.page_item_has_children > a:after {
		top: 0;
		line-height: 28px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.sticky-navigation {
		min-height: 70px;
	}

	.sticky-navigation .main-navigation > li.has_children > a {
		padding: 26px 18px;
		line-height: 34px;
		line-height: 18px;
	}

	.sticky-navigation .login-register {
		margin-top: 3px;
	}

	.ipad-image {
		max-width: 500px;
	}
}


/*---------------------------------------
   6.6 FIXES FOR <= 768PX SCREENS
-----------------------------------------*/

@media (max-width: 767px) {


	.navbar-toggle {
		font-size: 30px !important;
	}

	.navbar-inverse .navbar-toggle {
		border: 0 !important;
	}

	.navbar-inverse .navbar-toggle,
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.sticky-navigation .main-navigation li a {
		padding: 10px;
		line-height: inherit;
	}

	.border-right-colored,
	.border-left-colored {
		border: none;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: rgba(49, 49, 49, 0.1);
	}

	.sticky-navigation {
		min-height: 60px;
	}

	.nav > li {
		display: inline-block;
		display: inline-block;
		width: 100%;
		padding-left: 15px;
		text-align: left;
	}

	.container > .navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.menu-align-center .navbar-header > a {
		float: left;
	}

	.brief {
		padding-top: 65px;
		padding-bottom: 0;
	}

	.brief .section-overlay-layer {
		padding-bottom: 0;
	}

	.section-header {
		margin-bottom: 50px;
	}

	.features .overlay-layer-2 {
		padding-bottom: 50px;
	}

	.pricing-table {
		padding-top: 0;
		padding-right: 30px;
		padding-left: 30px;
	}

	.highlighted {
		margin-top: 0;
	}

	.single-pricing {
		margin-bottom: 40px;
	}

	.single-stats .icon-container {
		margin-bottom: 20px;
	}

	.single-stats .icon-container span {
		font-size: 50px;
	}

	.team-member {
		max-width: 270px;
		margin-bottom: 25px;
	}

	.contact-info .contact-links a {
		padding-top: 0;
		padding-bottom: 0;
	}

	.footer-widget-wrap .widget-box {
		width: 50%;
	}

	.jspVerticalBar {
		margin-right: 8px;
	}

/* fixed header */
	.sticky-navigation {
		position: relative !important;
		top: 0 !important;
		opacity: 1 !important;
	}

	.sticky-navigation .main-navigation ul,
	.sticky-navigation .main-navigation ul ul,
	.sticky-navigation .main-navigation ul ul ul {
		position: relative;
		left: 0;
		left: auto;
	}

	.sticky-navigation .main-navigation ul,
	.sticky-navigation .main-navigation ul li,
	.sticky-navigation .main-navigation ul a {
		width: 100%;
	}

	.sticky-navigation .main-navigation ul li:hover > ul {
		left: 0;
	}

	.sticky-navigation .main-navigation ul {
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.sticky-navigation .primary-menu ul li {
		padding-left: 7%;
	}

	.sticky-navigation .main-navigation ul .dropdownmenu,
	.dropdownmenu {
		position: absolute;
		z-index: 9;
		top: 5px;
		right: 0;
		width: 25px;
		height: 25px;
		margin: 0;
		padding: 0;
		border-radius: 2px;
		background: #999;
	}

	.sticky-navigation .main-navigation ul .this-open > .dropdownmenu,
	.this-open > .dropdownmenu {
		background: #008ed6;
	}

	.dropdownmenu:before {
		float: left;
		width: 25px;
		height: 25px;
		color: #fff;
		line-height: 26px !important;
		text-align: center;
		text-align: center;
		content: "";
	}

	.this-open > a {
		color: #008ed6 !important;
	}

	.has_children > ul {
		display: none;
	}

	.has_children.this-open > ul {
		display: block;
	}

	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 2000px;
	}

	#menu-primary {
		float: none;
		width: 100%;
		margin: 0;
	}
	.menu-align-center #menu-primary > ul {
		margin-left: 0;
	}
	.nav > li {
		margin-left: 0;
		padding-left: 0;
	}
	#header_layer_one,
	#header_layer_two {
		background-position: top center !important;
	}

/* woocommerce */
	.woocommerce div.product .woocommerce-tabs {
		padding: 80px 0 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		text-align: center;
	}

	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce-page .related ul.products li.product {
		float: left;
		clear: both;
		width: 48%;
		margin: 0 0 2.992em;
	}

	.woocommerce-page .upsells.products ul li.product:nth-child(even),
	.woocommerce-page .upsells.products ul.products li.product:nth-child(even),
	.woocommerce .upsells.products ul li.product:nth-child(even),
	.woocommerce .upsells.products ul.products li.product:nth-child(even),
	.woocommerce .related ul li.product:nth-child(even),
	.woocommerce-page .related ul.products li.product:nth-child(even) {
		float: right;
	}

	.woocommerce .cart_item .quantity .qty {
		width: 40px;
	}

	.woocommerce .order_details li {
		width: 100%;
		padding: 10px 5px;
		border-right: none;
		border-bottom: 1px dashed #d3ced2;
	}

	.comment-list .comment-author img {
		left: -45px;
		width: 32px;
		height: 32px;
		border: 3px solid #e4e4e4;
	}

	.comment-list .comment > article {
		margin-left: 45px;
	}

	.comment-list ol.children {
		margin-left: 30px;
	}

	.services-wrap > .service-box {
		clear: left;
		clear: right;
		width: 100%;
		margin: 0;
		margin-right: 0;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.testimonials-wrap > .testimonials-box {
		clear: left;
		clear: right;
		width: 100%;
		margin: 0;
		margin-right: 0;
		margin-bottom: 30px;
		margin-left: 0;
	}
	.navbar-collapse .main-navigation li a {
		margin: 0;
		line-height: 25px;
	}
	.call-to-action {
		background-attachment: initial;
		background-position: center;
		background-size: cover;
	}
}

@media (max-width: 680px) {
	.single-feature {
		float: none;
		width: auto;
	}
}


/*---------------------------------------
   6.7 FIXES FOR MOBILE SCREENS
-----------------------------------------*/

@media (max-width: 580px) {

	.single-stats {
		display: block;
		width: 100%;
	}

	.contact-links .row[class^="col-xs"],
	.contact-links .row[class*=" col-xs"] {
		margin-bottom: 10px;
	}

	.section-header {
		margin-bottom: 25px;
	}

	.header .overlay-layer {
		padding-top: 55px;
	}

	.header-style-two .overlay-layer {
		padding-bottom: 0;
	}

	.header .overlay-layer .pull-right {
		padding: 0;
	}

	.vertical-registration-form,
	.header-style-two .vertical-registration-form {
		width: 100%;
		margin-top: 34px;
		padding: 7px 16px 16px 16px;
		border-radius: 0;
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.intro-section,
	.header-style-two .intro-section {
		margin-top: 40px;
	}

	.header-style-three .intro-section {
		margin-top: 30px;
	}

	.intro-section h5,
	.header-style-one .intro-section h5,
	.header-style-three .intro-section h5 {
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.header-style-four .horizontal-subscribe-form {
		max-width: 100%;
		margin: auto;
		padding: 5px;
	}

	.header-style-four .horizontal-subscribe-form .input-box {
		min-height: 55px;
	}

	.pricing-table {
		padding-right: 0;
		padding-left: 0;
	}

	.standard-button {
		padding: 15px 35px 15px 35px;
	}

	.timeline-section {
		padding-left: 0;
	}

	.timeline-box-wrap {
		padding-left: 1em;
	}

	.timeline-section li .icon-container {
		float: none;
		margin: 0 auto;
		margin-bottom: -80px;
	}

	.timeline-section li .date {
		display: none;
	}

	.timeline-section li .info {
		padding-top: 90px;
		padding-left: 15px;
	}

	.timeline-section li {
		padding: 1em;
	}

	.timeline-section li .info {
		border-left: none;
		text-align: center;
	}

	.list-post-entry-meta {
		float: left;
		position: relative;
		margin: 15px 0 0;
		padding: 0;
	}
	.blog-post-wrap .list-post-entry-meta {
		margin: 0;
		padding: 14px;
	}

	.timeline-box-wrap .info h1:after {
		margin-right: auto;
		margin-left: auto;
		content: "";
	}

	.brief {
		padding-top: 0;
		padding-bottom: 0;
	}

	.brief .section-overlay-layer {
		margin-bottom: 0;
		padding-bottom: 80px;
	}

	.post-author {
		float: left;
		padding-left: 14px;
		font-size: 12px;
	}

	.post-author i {
		font-size: 10px;
		line-height: 20px;
	}

	.posted-in {
		float: left;
		padding-left: 14px;
		font-size: 12px;
	}

	.posted-in i {
		font-size: 10px;
		line-height: 20px;
	}

	.post-comments {
		float: left;
		padding-left: 15px;
		font-size: 12px;
	}

	.post-comments i {
		font-size: 10px;
	}

	.post-list h1.entry-title {
		clear: left;
	}

	.post-date {
		min-width: 80px;
		min-height: 80px;
		padding: 10px;
	}
	.footer-widget-wrap .widget-box {
		width: 100%;
	}

/* woocommerce */
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
	}

	.woocommerce ul.products li.product a:nth-child(1) {
		width: 100%;
		height: auto !important;
	}

	.woocommerce .products ul,
	.woocommerce ul.products {
		text-align: center;
	}

	.woocommerce-ordering {
		width: 100%;
		margin: 10px 15px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		width: 100%;
		border-bottom: 1px solid rgb(236, 236, 236);
	}

	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce .related ul li.product,
	.woocommerce-page .related ul.products li.product {
		display: inline-block;
		float: none !important;
		width: 100%;
		max-width: 300px;
	}

	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		width: 32px;
	}

	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin: 0 0 0 50px;
	}

	.woocommerce .commentlist .star-rating {
		display: block;
		float: none;
		clear: left;
		margin-bottom: 10px;
	}

	.woocommerce .cart-collaterals .cross-sells ul.products li,
	.woocommerce-page .cart-collaterals .cross-sells ul.products li {
		width: 100%;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		float: left;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		margin-right: 0;
		margin-left: 0;
	}

/* contact page */
	.comment-form p {
		padding-left: 0;
	}

	.comment-form label {
		position: relative;
		line-height: 15px;
	}

	.comment-form input {
		width: 100%;
	}
}



@media (max-width: 580px) {
	#prompt-comment-subscribe input {
		width: auto;
	}

	#prompt-comment-subscribe {
		padding: 0;
	}
}




@media (max-width: 992px) {
	.contact-form.commentsblock textarea {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.testimonial-entry {
		padding-top: 180px !important;
		padding-left: 0 !important;
	}
	.testimonial-featured-image {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.portfolio-entry-mobile-first-item-row,
	.portfolio-entry-mobile-last-item-row {
		width: 100% !important;
	}
}



@media (max-width: 992px) {
	.edd_download a.edd-add-to-cart.button.red.edd-submit.edd-has-js {
		padding: 10px;
		color: #fff;
		font-size: 12px;
	}
	.edd_download a.edd-add-to-cart.button.red.edd-submit.edd-has-js span {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.edd_download {
		width: 100% !important;
	}
}




@media (max-width: 600px) {
	.wppr-rating-wrap {
		top: 0;
		left: 97px;
	}
}
@font-face {
	font-family: stamp-icons;
	src: url(fonts/stamp-icons.woff) format("woff"), url(../fonts/stamp-icons.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
}

.colored-text {
	color: #00a5f9;
}	