/* Fonts */
.t_menu {
	font-weight:bold !important;
}
.thin {
	font-family: 'Raleway', sans-serif;

	font-weight: 300;
}
input, body {
	font-family: 'Raleway', sans-serif;

	font-weight: 400;
}
strong {
	font-family: 'Raleway', sans-serif;

	font-weight: 700;
}
/* Global & Helpers */
body {
 	font-size: 16px;
	line-height:27px;
	background: #fff;
	margin: 0;
}
h1 {
	font-size: 48px;
	font-weight: 300;
	display: block;
}
h2 {
	font-size: 47px;
	font-weight: 300;
	display: block;
}
h3 {
	font-size: 34px;
	font-weight: 300;
	display: block;
}
h4 {
	font-size: 28px;
	font-weight: 300;
	display: block;
}
h5 {
	font-size: 24px;
	font-weight: 300;
	display: block;
}
h6 {
	font-size: 20px;
	font-weight: 700;
	display: block;
}
.h7 {
	font-size: 17px;
	font-weight: 700;
	display: block;
}
.highlight {
	color: #62b34f;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin-top: 20px;
}
h5, .h5, h6, .h6, .h7 {
	margin-top: 20px;
}
p {
	font-size: 16px;
	line-height: 23px;
	color: #1D1D1D;
}
small {
	font-weight: 300;
	font-size: 15px;
	line-height: 26px;
}
a {
	color: #62b34f;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #e9f6e4;
	text-decoration: none;
	outline: none;
}
::selection {
	background-color: #69c038;
	color: #fff;
}

#contactusform {
	color:gray;
}
hr {
	width: 100%;
	border-top: 1px solid #E9E9E9;
	display: inline-block;
}
textarea {
    resize: none;
}

#data_link {
	margin-bottom:30px;
}
.light {
	color:white;
	background: #fff;
}
.dark {
	color: #000;
	background: #fff;
}
.highlight {
	color: #62b34f;
}
.center {
	text-align:center;
}
.resp-center {
	text-align:center;
}
.btn {
	border: 1px solid #fff;
	font-size: 13px;
	border-radius: 3px;
	background: transparent;
	text-transform: uppercase;
	font-weight: 700;
	padding: 15px 25px;
	max-width: 100%;
}
.btn:Hover, .btn.hovered {
	border: 1px solid #fff;
}
.btn:Active, .btn.pressed {
	opacity: 1;
	border: 1px solid #fff;
	border-top: 3px solid #17ade0;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
.dropdown-toggle:Active, .dropdown-toggle.pressed {
	border-top: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	outline-offset: 0px;
}
.btn-default {
	background: #58bbe9;
	color: #fff;
	border: 1px solid #fff;
}
.btn-default:Hover, .btn-default.hovered {
	background: #58bbe9;
	color: #fff;
	border: 1px solid #58bbe9;
}
.btn-default:Active, .btn-default.pressed {
	background: #fff;
	color: #62b34f;
	border: 1px solid #fff;
}
.btn-primary {
	background: #62b34f;
	border:1px solid #62b34f;
	color: #fff;
}
.btn-primary:hover, .btn-primary.hovered {
	background: #62b34f;
	border:1px solid #62b34f;
	opacity:0.9;
}
.btn-primary:Active, .btn-primary.pressed {
	background: #62b34f;
	border:1px solid #62b34f;
}

dt {
font-weight:200;	
}

dd {
margin-left: 50px;
margin-top: 0px;
}


.btn-secondary {
	background-color: #5CBCE5;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-webkit-transition: border-color 0.3s linear, background-color 0.3s linear;
-moz-transition: border-color 0.3s linear, background-color 0.3s linear;
-o-transition: border-color 0.3s linear, background-color 0.3s linear;
transition: border-color 0.3s linear, background-color 0.3s linear;
font-family: 'Open Sans', sans-serif; font-size:10x;
	color: #FFF;
}
.btn-secondary:hover, .btn-secondary.hovered {
	background: #62b34f;
	border:1px solid #62b34f;
	color: #fff;
}
.btn-secondary:Active, .btn-secondary.pressed {
	background: #62b34f;
	border:1px solid #62b34f;
	color: #fff;
}
.btn-invert {
	background: #62b34f;
	color: #535353;
	border: 1px solid #dadfe3;
}
.btn-invert:Hover, .btn-invert.hovered {
	background: #dadfe3;
	color: #535353;
	border: 1px solid #dadfe3;
}
.btn-invert:Active, .btn-invert.pressed {
	background: #dadfe3;
	color: #535353;
	border: 1px solid #dadfe3;
}
.btn-lg {
	font-size: 18px;
	padding: 22px 40px;
}
.img-responsive-full {
	max-width: 100%;
	width: 100%;
}
.img-circle {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
}
.section {
	min-height: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	text-align: center;
}
.wrapper {
	width: 70%;
	margin: 0 auto;
}
.container {
	z-index: 1;
	position: relative;
}
.icon-active {
	color: #62b34f;
}
.gap {
	padding-bottom: 50px;
}
hr.no-margin {
	margin-top:0px;
}
article {
	text-align: left;
}
.hiding {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}
#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.sticky {
	position: fixed;
	top:0;
	display: block;
	width: 100%;
	z-index: 9;
}
.back-to-top {
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navigation {
	background: #fafafa;
	z-index: 2;
}
.navigation-brand {
	float: left;
}
.navigation-brand:after {
	content: '';
	display: table;
}
.navigation-brand .brand-logo {
	width:166px;
	height:50px;
}
.navigation-brand .brand-logo .logo {
	display:block;
	height: 30px;
	background:url(../img/logo.png) center center no-repeat;
}
.fixmenu-clone .brand-logo .logo {
	background:url(../img/logo-inverted.png) center center no-repeat;
}
.navigation-brand .brand-logo h4 {
	margin-top:15px;
}
.navigation-brand .brand-logo a {
	color:#fff;
}
.navigation-navbar {
	display: block;
}
.navigation-bar {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.navigation-bar-left {
	float: left;
}
.navigation-bar-right {
	float: right;
}
.navigation-bar > li {
	display: inline-block;
}
.navigation-bar > li a {
	display: inline-block;
	padding:15px;
}
.navigation-bar > li a:Hover, .navigation-bar > li.active a {
	color: #FFF;
	text-decoration: none;
}
.navigation-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin: 10px 15px;
	border-radius: 4px;
	border: 1px solid #62b34f;
	outline: none;
	background: transparent;
}
.navigation-toggle:after {
	content: '';
	clear: both;
	height: 1%;
}
.navigation-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #62b34f;
	opacity: 0.7;
}
.navigation-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
/* Elements */
.sub-title {
	font-weight: 300;
	color: #8D8D8D;
	padding: 0px 0px 8px 0px;
}
.well {
	border:none;
	border-top: 2px solid #62b34f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	padding-left: 60px;
}
.well h6 {
	color: #62b34f;
}
.well .icon {
	color: #62b34f;
	font-size: 50px;
	position: absolute;
	left: 5px;
	top: 40px;
}
.alert {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	font-size: 17px;
	line-height: 22px;
	padding: 16px;
	padding-left: 60px;
}
.alert .icon {
	font-size: 28px;
	position: absolute;
	left: 15px;
	top: 13px;
}
.alert-success {
	background-color: #d8f0e4;
	color: #68a74c;
}
.alert-info {
	background-color: #e2f6fa;
	color: #4c95a4;
}
.alert-warning {
	background-color: #faf3e2;
	color: #a68128;
}
.alert-danger {
	background-color: #fae2e2;
	color: #ad5254;
}
.close {
	font-weight: 300;
	font-size: 28px;
	color: inherit !important;
	opacity: .8;
}
.social-icons {
	margin-top: 25px;
}
.social-icons li {
	margin-bottom: 50px;
	width: 16%;
	width: 16.2%;
	text-align: center;
}
.social {
	color: #62b34f;
	font-size: 22px;
}

.size-40 {
font-size: 40px;
color: #33cc66;
vertical-align: top;
overflow: hidden;
padding-right: 10px;
margin-bottom: 0px;
position: absolute;
}

dt span {
padding-left: 50px;
font-family: 'Raleway', sans-serif;
font-size: 28px;
color: #33cc66;
}
dd div {
color: #33cc66;
font-family: 'Raleway', sans-serif;
font-size: 30px;
}
.title_box {
 padding-bottom: 0px;
margin-bottom: 0px;
color: #33cc66;
text-align: center;
  font: 2.3em "Crimson Text", serif;
  font-style: italic;
  text-transform:capitalize;
  letter-spacing: .0em;
}
.dropdown {
	font-size: 13px;
	line-height: 28px;
	text-align: left;
}
.dropdown .btn {
	padding: 14px 14px;
	border-top: 2px solid #62b34f;
}
.dropdown .caret {
	margin-left: 7px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	position: relative;
	top: -11px;
}
.dropdown .caret .fa {
	color: #62b34f;
	font-size: 16px;
}
.dropdown-menu {
	background: #dadfe3;
	border:none;
	border-bottom: 2px solid #62b34f;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-border-radius: 0 0 0 transparent;
	border-radius: 0 0 0 transparent;
	box-shadow: 0px 0px 0px transparent;
}
.dropdown-menu > li > a {
	font-size: 15px;
	padding: 14px 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: #62b34f;
	color: #fff;
}
.long-block {
	background: #62b34f;
	text-align: left;
}
.long-block h2 {
	margin-bottom: 0;
	letter-spacing: -1px;
}
.long-block .icon {
	font-size: 60px;
	position: relative;
	margin-right: 15px;
	margin-top: 20px;
}
.long-block .btn-default, .long-block input {
	margin-top: 35px;
}
.panel-group {
	text-align: left;
}
.panel-group .panel {
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.panel-group .panel > .panel-heading {
	border:none;
	padding: 0;
	border-bottom: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.panel-group .panel > .panel-heading a {
	background: #62b34f;
	color: #fff;
	width: 100%;
	display: block;
	font-size: 17px;
	line-height: 22px;
	padding: 15px;
	position: relative;
	padding-left: 50px;
}
.panel-group .panel > .panel-heading a.collapsed {
	color: #8e959c;
	background-color: #eff3f6;
}
.panel-group .panel > .panel-heading a.collapsed:Hover, .panel-group .panel > .panel-heading a:Hover {
	background: #dadfe4;
	color: #6b7681;
}
.panel-group .panel > .panel-heading a:before {
	position: absolute;
	content: '-';
	color: #fff;
	font-weight: 300;
	left: 10px;
	top: 15px;
	font-size: 26px;
	width: 30px;
	text-align: center;
}
.panel-group .panel > .panel-heading a.collapsed:before {
	content: '+';
	color: #8e959c;
}
.panel-group .panel > .panel-heading a:before::Hover {
color: #8e959c;
}
.panel-group .panel > .panel-heading+.panel-collapse .panel-body {
	border:1px solid #dadfe4;
	border-top: none;
	padding: 16px 30px;
}
.panel-group .panel+.panel {
	margin-top: 8px;
}
.nav-tabs > li.active a {
	-webkit-box-shadow: inset 0px 8px 0px -5px #96ce86;
	-moz-box-shadow: inset 0px 8px 0px -5px #96ce86;
	box-shadow: inset 0px 8px 0px -5px #96ce86;
}
.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #30353A;
	margin-right: 0px;
	background-color: #eff3f6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 60px;
	border-left: 0;
	border-right: 0;
}
.nav-tabs > li > a:Hover {
	background: #62b34f;
	color: #fff;
}
.tab-content .tab-pane {
	padding: 16px 30px;
	border: 1px solid #ddd;
	border-top: 0;
	text-align: left;
}
.thumb-wrapper {
	position: relative;
	display: table;
	width: 100%;
}
.thumb-wrapper .img-responsive {
	width: 100%;
	z-index: 0;
}
.thumb-wrapper .overlay {
	position: absolute;
	bottom:0;
	background: rgba(26, 198, 255, 0.5);
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	z-index: 1;
	display: table-cell;
	padding: 15px;
	top: auto;
	vertical-align: middle;
	font-weight: 300;
}
.thumb-wrapper:Hover > .overlay {
	top:0;
	cursor:url('../img/magnify-cur.cur');
	cursor:url('../img/magnify-cur.png') 20 20, auto;
}
blockquote {
	position: relative;
	display: block;
	padding: 0 100px;
	text-align: center;
	font-size: 20px;
	line-height: 33px;
	border: 0;
	font-weight: 300;
}
blockquote:before {
	font-family: "line-icons";
	position: absolute;
	color: #62b34f;
	content: url('../img/icon/quotes-a.png');
	left: 0;
	top:25%;
}
blockquote:after {
	font-family: "line-icons";
	position: absolute;
	color: #62b34f;
	content: url('../img/icon/quotes-b.png');
	right: 0;
	top:25%;
}
.progress-txt {
	text-align: center;
	color: #8e959c;
}
.progress {
	height: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	background-color: #f1f1f1;
}
.progress .progress-bar {
	background-color: #62b34f;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.table {
	border-color: #d1d8dd;
	text-align: left;
}
.table > thead > tr > th {
	background: #62b34f;
	color: #fff;
	border-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border-color: #d1d8dd;
}
.table > thead > tr > th, .table > tbody > tr > td {
	font-size: 15px;
	font-weight: 300;
	padding: 15px 20px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background: #fff;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
	background: #eff3f6;
}
.form .form-group {
	margin-bottom: 25px;
}
.form .form-group:after {
	content: '';
	display: block;
	clear: both;
}
.form .form-group+.form-group {
	margin-top: -10px;
}
.form .form-control {
	height: 50px;
	border: 1px solid #d1d8dd;
	border-radius: 0;
	box-shadow: 0px 0px 0px transparent;
	background: #fff;
	font-size: 17px;
	font-weight: 300;
}
.form .form-group label {
	text-align: right;
	line-height: 50px;
	margin-bottom: 0;
}
.countdown .stat-info {
	font-size: 14px;
	font-weight: 700;
	color: #62b34f;
	text-transform: uppercase;
}
.countdown .stat {
	font-size: 100px;
	color: #62b34f;
	font-weight: 300;
	line-height: 100px;
}
.countdown hr {
	border-top: 1px solid #d1d8dd;
	width: 90%;
	margin-bottom: 10px;
}
.countdown .counter {
	position: relative;
}
.countdown .counter:after {
	position: absolute;
	content: '\2022';
	color: #62b34f;
	right: -19px;
	top: 105px;
}
.countdown :last-child > .counter:after {
	display: none;
}
#title_h1 {
	color:white;
  	text-align:right;
	font-size:2.5rem;
	font-weight:bold;
 }
/* Alternative tab slider */
.alt.nav-tabs {
	margin-bottom: 10px;
	border:0;
	display: inline-block;
}
.alt.nav-tabs {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 3px;
}
.alt.nav-tabs li {
	border-right: 1px solid #ddd;
	margin-bottom:0;
}
.alt.nav-tabs > li.active {
	border-top: 0;
}
.alt.nav-tabs > li.active > a, .alt.nav-tabs > li.active > a:hover, .alt.nav-tabs > li.active > a:focus {
	font-weight: 400;
	color: #fff;
	background:#62b34f;
}
.alt.nav-tabs > li.active > a:hover {
	border:0;
}
.alt.nav-tabs > li > a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	color: #596068;
	margin-right: 0px;
	background-color: #fff;
	border:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 30px;
}
.alt.nav-tabs > li > a:Hover {
	background: #62b34f;
	color: #fff;
}
.alt.tab-content .tab-pane {
	padding: 0;
	border: 0;
	text-align: left;
}
.alt.tab-content .tab-pane .btn {
	margin-top:15px;
}
/* ShortCodes */
#shortcodes-page .container {
	width:960px;
}
#shortcodes-page .section {
	padding-bottom: 30px;
	padding-top: 30px;
}
#shortcodes-page .header-holder {
	background: url('../img/background/low_poly_background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: 85px;
	width: 100%;
}
#sc-heading {
	margin-top: 50px;
}
#sc-heading h1, #sc-heading h2, #sc-heading h3, #sc-heading h5, #sc-heading h6 {
	margin-bottom: 15px;
}
#sc-button ul.list-inline {
	margin-bottom: 30px;
}
#sc-button ul.list-inline > li {
	padding-left: 15px;
	padding-right: 15px;
}
#sc-gallery .wrapper {
	width: 90%;
}
#sc-skillbar .wrapper, #sc-table .wrapper, #sc-form .wrapper {
	width: 40%;
}
#sc-countdown .wrapper {
	width: 50%;
}
#sc-icons ul {
	padding: 10px 0 0;
}
#sc-icons li {
	margin: 0 7px;
}
#sc-icons .icon {
	font-size: 55px;
}
#sc-icons p a {
	text-decoration: underline;
	text-align: center;
	font-size: 13px;
	color: #3b3b3b;
	display: block;
	padding: 5px 0;
}
#sc-countdown {
	margin-bottom: 50px;
}
/* Navigation Header */
.navigation-header {
	position: absolute;
	top:0px;
	background:#6bc049;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}
.navigation-header .navigation-brand {
	margin-top: 1px;
}
.navigation-header .navigation-bar > li {
	padding: 15px 15px;
}
.navigation-header .navigation-bar > li > a {
	font-size: 13px;
	color:white;
	border-bottom: 2px solid transparent;
	padding: 10px 0;
	line-height: 13px;
	 
}
.navigation-header .navigation-bar > li > a:Hover {
	opacity: 0.9;
}
.navigation-header .navigation-bar > li.active > a {
	color: #FFF;
	border-bottom: 2px solid #FFF;
 
}
.navigation-header .navigation-bar > li.featured {
	padding: 15px 0;
}
.navigation-header .navigation-bar > li.featured > a {
	letter-spacing: 1.5px;
position: relative;
display: inline-block;
padding:13px 13px;
background-color: #5CBCE5;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
border-bottom:none;
font-family: 'Open Sans', sans-serif; font-size:11x;
   }
.navigation-header .navigation-bar > li.featured > a:Hover {    color:#fff;border-bottom:none; }
/* Hero section */
#hero .btn-primary:hover, #hero .btn-primary.hovered {
	background: rgba(26, 198, 255,0.9);
	border:1px solid #62b34f;
}
#hero .list-inline {
	margin:0;
}
.static-header {
	background: url('../img/background/low_poly_background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}
.text-heading {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	
	}
.text-heading p {
	font-size: 23px;
	font-weight: 300;
}
.static-header h4 {
	text-align: center;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 100%;
	margin-bottom: 0;
}
 
/* Header versions */
 
.register-version.static-header {
	background: url('../img/background/smb_owner.jpg') top center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	min-height: 1155px;
	position: relative;
}
 
.form-version {
}
.register-version#hero .btn-primary, .register-version .submit-wrap {
	width:auto;
}
.register-version .signup-wrapper {
	text-align:center;
	width:auto;
}
#color-landing-page .navigation-brand .brand-logo .logo {
	display:block;
	height: 60px;
	background:url(../img/logos/white_logo.png) top center no-repeat;
	margin-top:5px;
}
#color-landing-page .fixmenu-stick .navigation-brand .brand-logo .logo {
	background:url(../img/logos/color_logo.png) top center no-repeat;
	margin-top:5px;
}
#color-landing-page .long-block .btn-secondary {
	margin-top: 35px;
}
#color-landing-page .static-header {
	background-image:none;
	background-color:#62b34f;
}
#color-landing-page .navigation-header .navigation-bar > li.featured > a {
	color:#fff;
	border-color:#fff;
}
#color-landing-page .fixmenu-clone.navigation-header .barx {
	margin-left:90px;
}
#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a {
	color:#fff;
	border-color:#62b34f;
}
#color-landing-page blockquote:before {
	content: url('../img/icon/quotes-a-white.png');
}
#color-landing-page blockquote:after {
	content: url('../img/icon/quotes-b-white.png');
}
#color-landing-page .fixmenu-clone.navigation-header .navigation-bar > li.featured > a:hover {
	color:#fff;
}
#color-landing-page .navigation-toggle {
	border-color:#fff;
	width:44px !important
}
#color-landing-page .navigation-toggle .icon-bar {
	background:#fff;
}
#color-landing-page .fixmenu-stick .navigation-toggle {
	border-color:#62b34f;
}
#color-landing-page .fixmenu-stick .navigation-toggle .icon-bar {
	background:#62b34f;
}
#color-landing-page #guarantee.light p, #color-landing-page #guarantee {
	color:#62b34f;
}
#color-landing-page #guarantee, #color-landing-page #features {
	background-color:#f0f0f0;
}
#features_bg {
}
#color-landing-page .static-header {
}
#color-landing-page .inverted {
	background-color:#FFF;
}
#color-landing-page .inverted .btn-secondary {
	background-color:#69c038;
}
#color-landing-page .inverted .btn-secondary:hover {
	color:#FFF;
}
#color-landing-page .inverted h2 {
	color:#fff;
}
#color-landing-page .inverted .highlight {
	color:#fff;
}
#color-landing-page .inverted .footer-content a, #color-landing-page .inverted li .icon {
	color:#fff !important;
}
.form-register {
	background: #eff3f6;
	padding: 20px 20px;
	margin-top: 50px;
}
.form-register:after {
	content: '';
	display: block;
	clear: both;
}
.form-register .form-control {
	border-left: 3px solid #62b34f;
}
.form-register .form-group {
	margin-bottom: 45px;
	margin-top: 20px;
}
.form-register .form-group .checkbox {
	margin-bottom: -10px;
	margin-top: 0px;
}
.form-register .form-group .checkbox label {
	line-height: 1.42857143;
}
.agree-text {
	font-size: 13px;
	line-height: 21px;
	padding-top: 15px;
	text-align: center;
	margin-bottom: 100px;
}
label.error {
	color: #FF4040;
	line-height: 0px !important;
	margin-top: 10px;
	text-align: left;
	font-size: 10pt;
	display:block;
	width:200px !important;
	margin-left:10px;
}
.form-register-small label.error {
	display:block;
	position:absolute;
}
.form-register-small .form-group {
	margin-bottom: 5px;
	margin-top: 5px;
}
input[type=checkbox] {
	margin: 4px 15px 0 0;
	-webkit-border-radius:0;
	border-radius: 0;
	-webkit-appearance: button;
	border: 1px solid #d1d8dd;
	background-color: #fff;
	color: #000;
	width:19px;
	height:19px;
	cursor: pointer;
}
input[type=checkbox]:checked {
	color:#000;
}
input[type=checkbox]:checked::before {
	content: '\2713';
	position: relative;
	top:-2px;
	left: 3px;
	font-size: 17px;
	color: #333;
	text-align: center;
	line-height: 15px;
}
input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
	outline: none;
}
.form-register-small {
	margin:50px 0px 0px 0px;
	padding:15px 15px;
	background: rgba(0,0,0,0.3);
	border-radius: 3px;
	display: inline-block;
}
.form-register-small .form-control {
	height:45px;
	border-radius:0;
	border-left: 3px solid #62b34f;
}
.form-register-small .form-group {
	margin-right:10px;
}
#clients {
	background: #f0f0f0;
	text-align: center;
}
#clients ul.list-inline {
	margin: 23px -5px;
}
#clients ul.list-inline li {
	padding-left: 25px;
	padding-right: 25px;
}
#landing-page .static-header {
	min-height: 0px;
}
.static-header .text-heading {
 	z-index: 20;
	 
}
.static-header .text-heading p {
	color:#62b34f;
}
.static-header .video-wrapper {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.static-header .video-wrapper .container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.static-header .video-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 755px;
	z-index: 99;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	z-index: 9;
}
.embed-container .EDGE, .embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.embed-container iframe {
	border: 0;
}
.section {
	padding:3px;
}
.section .section-header {
	margin-top: 10px;
	margin-bottom: 20px;
}
.light .sub-heading {
	color: #fff;
}
.inverted h2 {
	color: #62b34f;
}
.inverted blockquote {
	color: #fff;
	opacity: 0.8;
}
.inverted .sub-heading {
	color: #fff;
	opacity:0.8
}
.inverted .fancy-line span:before, .inverted .fancy-line span:after {
	opacity: 0.3;
}
.inverted .fancy-line span {
	background:#fff;
	opacity:0.8;
}
.sub-heading {
	font-size: 19px;
	line-height: 28px;
	color: #6f6f6f;
	font-weight: 300;
}
.fancy-line {
	line-height: 0.5;
	text-align: center;
	margin-bottom: 30px;
}
.fancy-line span {
	display: inline-block;
	position: relative;
	background: #62b34f;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.fancy-line span:before, .fancy-line span:after {
	content: '';
	position: absolute;
	height: 5px;
	border-bottom: 2px solid #e4e4e4;
	top: -2px;
	width: 110px;
}
.fancy-line span:before {
	right: 100%;
	margin-right: 15px;
}
.fancy-line span:after {
	left: 100%;
	margin-left: 15px;
}
#steps .col-sm-4 {
	position: relative;
}
#steps p {
	color: #6f6f6f;
	font-size:16px;
	font-weight: 300;
}
#steps .col-sm-4 .icon {
	position: absolute;
	font-size: 50px;
	top: 10px;
	right: 0;
	margin-right: -25px;
	color: #DDDDDD;
}
#about {
	padding:60px 0px 0px 0px;
}
#process {
	padding:20px 0px 90px 0px;
}
.howitworks {
	font-size:81px;
	vertical-align: middle;
}
#feedback {
	background: url('../img/background/low_poly_background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
}
#feedback.section .section-header {
	margin-bottom: 30px;
}
#feedback-controls {
	background: #fff;
	padding: 10px 0px 0px 0px;
}
/* Testimonials slider */
.flexslider {
	margin-bottom:30px;
}
.flexslider ul, ol {
	list-style:none;
	padding: 0;
}
.flex-manual .wrap {
	padding: 0px;
}
.flex-manual .switch {
	padding: 15px 0px;
	margin: 0px 0px 0px 30px;
}
.flex-manual .switch {
	opacity:0.75;
	height:75px;
	text-align:left;
}
.flex-active > .img-circle {
	border-color:#fff;
}
.flex-manual .switch.flex-active, .flex-manual .switch:hover {
	opacity:1;
	cursor: pointer;
	cursor: hand;
}
.flex-manual .switch.flex-active .highlight, .flex-manual .switch:hover .highlight {
	opacity:1;
	cursor: pointer;
	cursor: hand;
	color:#62b34f;
}
.flex-manual .switch.flex-active p, .flex-manual .switch:hover p {
	opacity:1;
	cursor: pointer;
	cursor: hand;
	color:#525252;
}
.flex-manual, .flex-manual .switch {
	height:120px;
}
.flex-manual {
	margin-top: 15px;
	border-bottom:1px solid #E9E9E9;
}
.switch.flex-active {
	border-bottom:1px solid #62b34f;
}
.switch p, .switch .highlight {
	color:#dbdbdb;
}
.switch p {
	padding: 12px 0px 0px 80px;
	font-size:12pt;
}
.switch img {
	line-height:70px;
	vertical-align:middle;
}
.flex-manual .switch.flex-active .name {
	color: #62b34f;
}
.package-column, .package-details {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.package-column {
	border: 1px solid #F0F0F0;
}
.package-column, .package-details {
	height:237px;
	color: #fff;
}
.package-column {
	background: #62b34f;
}
.package-column > .package-detail ul li {
	border-color: rgba(255,255,255,0.3);
}
.package-column > .package-price .price, .package-column > .package-price .period, .package-column > .package-title, .package-column > .package-detail ul li {
	color: #fff;
}
.package-column.featured {
	background: #62b34f;
}
.package-column.featured > .package-price .price, .package-column.featured > .package-price .period, .package-column.featured > .package-title, .package-column.featured > .package-detail ul li {
	color: #fff;
	border-color: rgba(255,255,255,0.3);
}
.package-column.featured > .package-detail .btn.btn-secondary, .package-column:hover > .package-detail .btn.btn-secondary {
	color: #fff;
	border-color:#fff !important;
}
.package-detail .btn.btn-secondary:hover {
	color: #62b34f !important;
	background: #fff !important;
	border-color:#fff !important;
}
.package-column .package-title {
	font-size: 18px;
	padding-left: 10px;
	padding-top:20px;
	font-weight:700;
	width:85%;
	text-align:left;
	font-family: 'Raleway', sans-serif;

}
.package-column .package-price {
	padding-left: 10px;
	text-align:left;
	font-family: 'Raleway', sans-serif;

}
.package-column .package-price .price {
	font-size: 60px;
	font-weight: 300;
	line-height: 50px;
	position: relative;
}
.package-column .package-price .currency {
	font-size: 13px;
	line-height: 47px;
	font-weight: 300;
	position: relative;
	top:-40px;
}
.package-column .package-price .period {
	font-size: 15px;
}
.package-column .package-detail {
	padding: 30px 15% 50px;
}
.package-column .package-detail ul {
	margin-bottom: 3px;
}
.package-column .package-detail ul li {
	font-weight: 300;
	font-size: 16px;
	color: #47484c;
	border-bottom: 1px solid #dadfe3;
	padding: 15px 0;
}
.package-column .package-detail ul li:last-child {
	border-bottom: none;
}
/*
.package-column.featured { background: #f3f3f3; }
.package-column.featured .package-title { color: #47484c; }
.package-column.featured .package-price { background: #47484c; }
.package-column.featured .package-price .price { color: #62b34f; }
.package-column.featured .package-detail ul li { color: #47484c; }
*/
#image_holder {
	width:850px;
	 
}
.package-column.disabled {
	background: #fafafa;
}
.package-column.disabled .package-title {
	color: #8b8b8b;
}
.package-column.disabled .package-price {
	background: #e0e0e0;
}
.package-column.disabled .package-price .price {
	color: #afafaf;
}
.package-column.disabled .package-detail ul li {
	color: #8b8b8b;
}
.package-column.disabled .package-detail .btn {
	color: #dadfe3;
	background:transprarent;
	color:#A5A5A5;
	border:1px solid #A5A5A5;
}
#features {
	background: #f0f0f0;
	padding: 0px 0px 30px 0px;
	margin-bottom: 50px;
}
#featuredTab {
	position: relative;
	margin-top: 160px;
}
#featuredTab li {
	display: block;
	position: relative;
}
#featuredTab li > a {
	display: block;
}
#featuredTab li > a:after {
	content: '';
	clear: both;
	display: block;
}
#featuredTab li > a .tab-info {
	float: left;
	text-align: left;
	display: block;
	width: 346px;
	padding: 25px 28px;
	position: relative;
	z-index: 2;
}
#featuredTab li > a .tab-icon {
	float: right;
	text-align: right;
	display: block;
	width: 113px;
	position: relative;
	z-index: 2;
}
#featuredTab li > a .tab-info .tab-title {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	color: #62b34f;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#featuredTab li > a .tab-info .tab-desc {
	font-size: 15px;
	line-height: 28px;
	color:black;
	font-weight: 300;
	display: block;
}
#featuredTab li > a .icon {
	font-size: 50px;
	padding: 21px 7px;
	display: block;
	padding: 46px 28px;
}
#featuredTab li.active {
	margin-top: -1px;
	padding-bottom: 2px;
}
#featuredTab li.active > a .tab-info {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background: #62b34f;
}
#featuredTab li.active > a .tab-icon {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #62b34f;
}
#featuredTab li.active > a .tab-info .tab-title, #featuredTab li.active > a .tab-info .tab-desc, #featuredTab li.active > a .icon {
	color: #fff;
}
#featuredTab li a .tab-info:after, #featuredTab li a .tab-icon:after {
	content: '';
	width: 99%;
	border-bottom: 1px solid #dadfe3;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#featuredTab li a .tab-icon:after {
	left: 0;
	right: auto;
}
#featuredTab li:last-child a .tab-info:after, #featuredTab li:last-child a .tab-icon:after, #featuredTab li.active a .tab-info:after, #featuredTab li.active a .tab-icon:after {
	display: none;
}
#featuredTab .tab-content .tab-pane {
	border: none;
	padding: 0;
}
#features-list article {
	margin:0px 0px 60px 0px;
	padding: 0px 10px;
}
#features-list article .icon {
	font-size:3.3em;
}
#features-list article p {
	font-size:15px;
	color:#8A8A8A;
}
#features-list article:hover .icon {
	opacity:0.6;
}
#features-list .h7 {
	margin:12px 0px 13px 0px;
}
#newsletter {
	background: url('../img/background/low_poly_background.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
#subscribe input {
	margin-right: 8px;
}



form.contact label {
width:140px;
display:inline-block;
text-align:left;
font-family: 'Open Sans', sans-serif; font-size:13px;color:#999; font-weight:normal;
}

form.contact input {
font-family: 'Open Sans', sans-serif;   font-size:13px; padding-left:10px;
}
form.contact textarea {
width:100%; height:7em;font-family: 'Open Sans', sans-serif;   font-size:13px;padding-left:10px;
}
form.contact div {
margin-top:10px;
}
.red {
color:red;
}
#errorfailure {
padding:10px;
color:red;
text-align:center;
display:none;
}
#PIErrorBox {
 
color:red;
display:none;
 
 
}
#contact {
		width: 500px;
	}
	#contact label {
		width: 250px;
	}
	#contact label.error, #contact input.submit {
		margin-left: 253px;
	}
	.modal-header .close {
 text-align: right;
	}
	
	
	button.close {
		color: gray !important;
text-align: right;
font-size: 50px;
margin-top: -20px;
}

	
#response {
	display: block;
	text-align: center;
	position: absolute;
	margin-left: 7%;
}
#subscribe .form-control {
	border-left: 3px solid #62b34f;
}
#team .thumb-wrapper .overlay {
	background: rgba(26, 198, 255, 0.5);
	top: 0px;
}
#team .thumb-wrapper .socials {
	background: rgba(0, 0, 0, 0);
	opacity:0;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	z-index: 1;
	display: table-cell;
	padding: 15px;
	top: 43%;
	vertical-align: middle;
	font-weight: 300;
}
#team .thumb-wrapper .socials a {
	margin:0px 15px;
	font-size:30px;
	color:#fff;
}
#team .thumb-wrapper:hover .overlay {
	top: 0;
	cursor: pointer;
	background: rgba(26, 198, 255, 0);
	cursor: pointer 20 20, auto;
}
#team .thumb-wrapper:hover .socials {
	opacity:1;
}
#team .thumb-wrapper .socials a :hover {
	color:#62b34f;
}
#team .thumb-wrapper p {
	color: #696969;
}
#team .h7 {
	margin-top: 25px;
	margin-bottom: 0;
}
#awards {
	overflow: hidden;
	padding-top:0px;
}
#awards .list-inline > li {
	padding-left: 30px;
	padding-right: 30px;
}
#awards .list-inline > li a:hover {
	opacity: 0.7;
}
/* Footer */
.footer {
	background: #313234 !important;
	margin-top: 10px;
	color: #CCC;
	font-size: 12px;
	padding-bottom: 20px;
	width: 100%;
	color: #ababab;
	font-weight: 300;
	padding: 0px 0px 0px 0px;
}
.footer p, .footer li {
	color: #fff;
}
.footer p {
	font-size: 15px;
	line-height: 24px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .logo-wrapper {
	margin-bottom: 20px;
}
.footer .footer-content {
	padding: 10px 0 20px;
}
.footer .footer-title {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}
.footer .list-inline {
	text-align: center;
	margin: 0 auto;
}
.footer .list-inline li {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.footer .list-inline li .icon {
	color: #62b34f;
	font-size: 50px;
}
.footer .list-unstyled li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.footer .list-unstyled li .icon {
	position: absolute;
	left: 0;
	color: #62b34f;
	font-size: 20px;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 0px;
	font-weight: 300;
}
.footer .socials a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.rev-big {
	font-size: 58px;
	font-weight: 300;
	color: #fff;
}
.rev-normal {
	font-size: 23px;
	line-height: 27px;
	font-weight: 300;
	color: #fff;
}
.rev-big span, .rev-normal span {
	color: #62b34f;
}
.tp-caption a {
	color: #fff;
}
.tp-caption a:Hover {
	color: #fafafa;
}
.tp-caption .list-inline li {
	margin-left: 15px;
	margin-right: 15px;
}
 
#message h1 {
	font-size:13rem !important;
	color:#6bb845;
	font-family: 'Raleway', sans-serif;
}
#message ul {
	font-size:14rem;
	color:white;
	font-family: 'Raleway', sans-serif;
	float:left;
	text-align:left;
	width:100%;
	clear:both;
}
button {
	padding:8px 1px;
	width:110px !important;
}
.fixmenu-clone {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
	box-shadow: 0px 1px 5px 0px rgba(100,100,100,.3);
}
.fixmenu-stick {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.fixmenu-unstick {
}
.logo-inverted, .fixmenu-clone .logo {
	display: none;
}
.fixmenu-clone .logo-inverted {
	display: block;
}
.fixmenu-clone.navigation-header .navigation-bar > .featured > a {
	color: #62b34f;
}
.fixmenu-clone.navigation-header .navigation-bar > .featured > a:hover {
	color: #fff;
}
.fixmenu-clone.navigation-header .navigation-bar > li > a {
	color: gray;
}
.fixmenu-clone.navigation-header .open .navigation-bar > li > a {
	color: #62b34f;
}
.fixmenu-clone.navigation-header .open .navigation-bar > .featured > a {
	color: #62b34f;
}
.fixmenu-clone.navigation-header .navigation-bar > li > a:Hover, .fixmenu-clone.navigation-header .navigation-bar > li.active > a {
	color: #62b34f;
	border-bottom: 2px solid #62b34f;
}
.fixmenu-clone.navigation-header .navigation-brand {
	background: #fff;
	display: block;
	margin-left: -15px;
}
.fixmenu-clone.navigation-header .navigation-toggle {
	border: 1px solid #62b34f;
	opacity: 1;
}
.fixmenu-clone.navigation-header .navigation-toggle .icon-bar {
	background: #62b34f;
}
.btn_blue {
	cursor: pointer;
	background: #5cbce6;
	padding: 6px 12px;
	border: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	color: #FFFFFF;
	margin-bottom: 0px!important;
	box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
}
.container_wrap {
	font-size: 11px;
	margin-top: -1px;
	z-index: 1;
	background-color: #222222;
	color: #eeeeee;
	border-color: #373737;
	clear: both;
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
}
.container_wrap a {
	color: #69c245;
}
.span_1_of_5 {
	width:37%;
	padding-right: 20px !important;
	padding-left:2em !important;
}
.span_2_of_5 {
	width:14%;
	padding:0px;
}
.span_3_of_5 {
	width:14%;
	padding:0px;
}
.span_4_of_5 {
	width:14%;
	padding:0px;
}
.span_5_of_5 {
	width:10%;
	padding:0px;
}
#footer {
	background: #313234;
	margin-top:10px;
	color:#CCC;
	font-size:12px;
	padding-bottom:20px;
	width:100%;
	line-height:1.6em;
}
#footer .col {
	padding:1px;
}
.col strong {
	color:#999;
	margin-bottom:5px;
	display:block;
	font-size:12px;
	margin-top:15px;
	font-weight:normal;
}
#footer .col a {
	font-size:11px;
	color:#CCC;
}
#footer .col a:hover {
	color:#69c245;
	text-decoration:none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding:0px;
}
.link_footer {
	color:#69c245;
	font-size:14px;
	margin-top:10px;
}
.greenbtn {
	background: #6bb845;
}
.bluebtn {
	background: #1678c1;
}



/* Mobile device 767px */
@media (max-width: 767px) {
#color-landing-page .navigation-brand .brand-logo .logo {
	display:block;
	height: 30px;
	background:url(../img/logos/white_logo_s.png) top left no-repeat;
	margin-top:0px;
}
#color-landing-page .fixmenu-stick .navigation-brand .brand-logo .logo {
	background:url(../img/logos/color_logo_s.png) top left no-repeat;
	height: 30px;
	display:block;
}
#footer {
	display:none;
}
p {
	font-size: 14px;
	line-height: 25px;
}
.fixmenu-clone {
	background: transparent;
}
.static-header, #newsletter, #feedback, .footer {
	background-size: auto !important;
	background-size: auto !important;
	background-position: bottom left;
	background-attachment: scroll !important;
}
.list-inline img {
	max-width: 35%;
}
.navigation .container {
	padding:0;
}
.navigation-brand {
	float: none;
	margin-right: 0 !important;
}

.navigation-brand .brand-logo {
margin-left:0px;
}

.navigation-brand .brand-logo {
	padding: 10px 0px 0px 10px;
 	float: left;
}
.navigation-header .navigation-brand {
	margin:0px 0px 0px 0px;
}
.navigation-bar > li, .navigation-bar > li a {
	display: block;
}
.navigation-navbar {
	overflow: hidden;
	height: 0;
	display: block;
	background: rgba(11, 64, 95, 0.85);
	text-align: center;
}
.navigation-navbar.open {
	height: auto;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 0;
	border-top:3px solid #62b34f;
}
.navigation-brand:after {
	content: '';
	clear: both;
}
.navigation-bar-left, .navigation-bar-right {
	float: none;
}
.navigation-header .navigation-bar > li, .navigation-header .navigation-bar > li.featured {
	padding: 5px 15px;
}
.navigation-header .navigation-bar > li.featured > a {
	padding: 0px 25px;
}
.navigation-header .navigation-bar > li.featured > a:Hover {
	border-bottom: 1px solid #62b34f;
}
.navigation-header .navigation-bar > li > a {
	padding: 0px;
	z-index:999;
	display: block;
	position:relative;
	height: 30px;
	line-height: 30px;
}
.navigation-header .navigation-bar > li > a:Hover, .navigation-header .navigation-bar > li.active > a {
	color: #62b34f;
	border-bottom: 2px solid transparent;
}
.nav-tabs .btn {
	margin:0px 10px 25px 0px;
}
.wrapper {
	width: 100%;
}
.register-version .signup-wrapper {
	max-width:750px;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.register-version#hero .btn-primary {
	width:100%;
}
.form-register-small {
	display: block;
}
.form-register .form-group label.error {
	text-align:right;
}
.flex-manual, .flex-manual .switch {
	height:150px;
}
.switch p {
	padding-top:0;
}
#sc-gallery .wrapper {
	width: 100%;
}
#sc-skillbar .wrapper, #sc-table .wrapper, #sc-form .wrapper {
	width: 100%;
}
#sc-countdown .wrapper {
	width: 100%;
}
#sc-button ul.list-inline > li {
	display: block;
	margin-bottom: 8px;
}
.social-icons li {
	width: 15%;
}
#sc-dropsocial .row > :first-child {
	padding-bottom: 40px;
	text-align: center;
}
.dropdown .btn {
	width: 100%;
}
.dropdown-menu {
	position: relative;
	float: none;
	left: auto;
}
.social-icons {
	margin-top: 0;
}
.long-block {
	text-align: center;
}
.long-block .icon {
	top:0;
	margin-bottom: 20px;
	margin-right: 0;
	display: block;
}
.long-block .pull-left {
	float: none !important;
}
.long-block .btn.btn-default {
	margin-left: auto;
	margin-right: auto;
}
.table > thead > tr > th, .table > tbody > tr > td {
	padding: 15px;
}
.thumb-wrapper {
	width: 100%;
	margin-bottom: 5px;
}
blockquote:before {
	top: 10%;
}
blockquote:after {
	top: 90%;
}
 
.form-register {
	margin-top: 50px;
}
.form-register .form-group {
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}
.form-register .form-group label {
	line-height: 30px;
	margin-top: 15px;
	text-align: left;
}
.form-register-small label.error {
	display: inline-block;
	position:relative;
}
.form-register .form-group .checkbox {
	margin-bottom: 20px;
	margin-top: 30px;
}
.form-register-small .form-group {
	margin-left:0;
	margin-right:0;
}
.text-heading h1 {
	font-size: 44px;
}
.text-heading p {
	font-size: 18px;
	line-height: 24px;
}
.text-heading .btn {
	margin-bottom: 30px;
}
#landing-page .static-header {
	min-height: 850px;
}
.static-header .video-container {
	max-width: 98%;
}
.long-block h2 {
	font-size: 36px;
}
#steps .col-sm-4 .icon, .sub-heading br {
	display: none;
}
#steps .col-sm-4 article {
	padding-bottom: 30px;
}
.logos li {
	display:inline;
	padding:10px !important;
}
#process .pull-right {
	float: none !important;
}
#process article {
	padding-top: 0;
}
#process .col-sm-6 {
	padding-bottom: 0;
}
#featuredTab {
	margin-top: 0;
}
#featuredTab li {
	display: inline-block;
	width: 32%;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}
#featuredTab li.active {
	margin-top: 0;
	padding-bottom: 0;
}
 #featuredTab li > a:after, #featuredTab li a .tab-info:after, #featuredTab li a .tab-icon:after #featuredTab li.active > a:after {
display: none;
}
#featuredTab li > a .tab-info {
	width: 100%;
	padding: 15px;
	line-heigh: 18px;
}
#featuredTab li > a .tab-info .tab-desc {
	line-height: 22px;
}
#featuredTab li.active a .tab-info {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
#featuredTab li > a .tab-icon {
	display: none;
}
#featuredTab .tab-content {
	padding: 0;
	border: none;
	z-index: 1;
}
#featuredTab .tab-content .tab-pane {
	text-align: center;
}
.package-column {
	margin-bottom: 5px;
}
#team .thumb-wrapper .socials {
	top: 145%;
	padding:0;
	opacity:1;
}
#team .thumb-wrapper .socials a {
	margin: 0px 10px;
	font-size: 20px;
	color:#62b34f;
}
#team .thumb-wrapper .overlay {
	background: transparent;
}
.footer-content > div {
	margin-bottom: 30px;
}
.footer-content > div:last-child {
	margin-bottom: 0;
}
.footer .list-inline li .icon {
	font-size: 30px;
}
.footer .footer-title {
	text-align:left;
}
.footer .list-inline {
	text-align:left;
}
.social-wrap {
	display:block;
	height: 80px;
}
.social-wrap > ul {
	float:left;
}
.social-wrap:after {
	clear:both;
}
.list-inline {
	padding-left:80px !important;
}
}

/* Mobile device 540px */
@media (max-width: 540px) {
.revo #main-slider .list-inline {
	display: none !important;
}
.static-header, #newsletter, #feedback, .footer {
	background-size: auto !important;
	background-size: auto !important;
	background-position: top center;
	background-attachment: scroll !important;
}
}
 @media (max-width: 480px) {
.section {
	padding: 0px 0;
}
.revo #main-slider .rev-big, .revo #main-slider .rev-normal {
	display: none;
}
.static-header, #newsletter, #feedback, .footer {
	background-size: auto !important;
	background-size: auto !important;
	background-position: top center;
	background-attachment: scroll !important;
}
#landing-page .static-header {
	min-height: 320px;
}
#color-landing-page .static-header {
}
 

.list-inline {
	padding-left:0px !important;
}
button {
	padding:10px 8px !important;
	width:100px !important;
}
#message {
	padding:3px;
	margin:0px;
	float:right;
	width:100%;
}
 
.text-heading h1 {
 	font-size:12px;
	padding:10px;
}
#data_link {
	margin-bottom:1px;
}
.text-heading .btn {
	margin-bottom: 10px;
}
.plain-version .text-heading {
}
#about {
	padding: 40px 0px 0px 0px;
}
.alt.nav-tabs > li > a {
	padding: 6px 6px;
	font-size:10px;
}
.alt.tab-content .tab-pane {
	padding-bottom: 15px;
}
.alt.tab-content .tab-pane .btn {
	margin-top: 0px;
}
.countdown .stat {
	font-size: 40px;
	line-height: 40px;
}
.countdown .stat-info {
	font-size: 12px;
}
.countdown .counter:after {
	top: 45px;
}
.tab-content .btn {
	margin:0px 0px 15px 0px;
}
.logos li {
	display:inline;
	padding:10px !important;
}
.section-content article {
	text-align: center;
}
#featuredTab li.active > a .tab-info {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-radius: 0;
}
#featuredTab li > a .tab-info .tab-title {
	font-size: 15px;
}
#featuredTab li > a .tab-info .tab-desc {
	font-size:14px;
}
#features {
	margin-bottom: 0px;
}
.flex-manual .switch {
	margin: 0px 0px 0px 0px;
}
blockquote {
	padding:  0px 35px;
	font-size: 14px;
	line-height: 25px;
}
#subscribe input {
	margin-right: 0px;
}
#team .member {
	padding-bottom: 50px;
}
#team .thumb-wrapper .socials {
	top: 150%;
	padding:0;
	opacity:1;
}
#team .thumb-wrapper .socials a {
	margin: 0px 5px;
	font-size: 17px;
	color:#62b34f;
}
#team .h7 {
	margin-top: 7px;
}
.form .form-group {
	margin-bottom: 15px;
}
.long-block {
}
.long-block .btn-default, .long-block input {
	margin-top: 20px;
}
#response {
	margin-left: 22%;
	margin-top:5px;
	font-size: 80%;
}
#guarantee p {
	margin-top: 7px;
}
.footer .footer-title {
	text-align:left;
}
.footer .list-inline {
	text-align:left;
}
.social-wrap {
	display:block;
	height: 140px;
}
.social-wrap > ul {
	float:left;
}
.social-wrap:after {
	clear:both;
}
.flex-manual {
	border-bottom: 0px solid #E9E9E9;
}
.flex-manual, .flex-manual .switch {
	height: 100px;
}
.form-register-small .submit-wrap {
	text-align:center;
	margin-top:15px;
}
.form-register-small {
	padding: 15px 10px;
	display: block;
	margin-top: 30px;
}
.form-register-small .form-group {
	margin-left:0;
	margin-right:0;
}
.footer .footer-content {
	padding: 10px 0 20px;
}
}

/* Mobile device 340px */

@media (min-width: 320px) and (max-width: 414px) {
#image_holder {
	width:100% !important;
	margin-top: -14px !important;
 }
 
#message {
	margin-left:3px !important;  
	padding-left:20px !important;
}
#message ul li {
	font-size:14px;
	line-height:1.2em;
}
.button {
	width: 84px !important;
  font-size: 11px !important;
  padding: 4px !important;
	
}

 
 #portrait {
	margin-top:-20px; 
 }
.col-sm-3 {
padding-top: 0px !important; */	
}
.package-column {
  margin-bottom: 0px;
}

.list-inline {
	margin:0px !important;
	padding:0px;
	margin-right:4px !important;
}
}
 @media (max-width: 340px) {
#image_holder {
	width:100%;
 }
.navigation-brand .brand-logo {
	-webkit-transform : scale(0.8);
	-moz-transform : scale(0.8);
	-ms-transform : scale(0.8);
	transform : scale(0.8);
	margin-left: -10px;
}
.nav-tabs .btn {
	margin:0px 10px 25px 0px;
}
}

/* Tablet device Landscape 1024px and 768px */
@media (max-width: 1024px) and (min-width: 768px) {
	.col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

#image_holder {
	width:100%;
 }
p {
	font-size:14px;
	line-height:25px;
}
.navigation-header .navigation-brand {
	margin-right: 0;
	width: 100%;
	float: none;
	margin-bottom: -10px;
	margin-top:0;
}
.navigation-header .navigation-brand, .fixmenu .navigation-brand {
	display:none !important;
}
.navigation-header .navigation-bar > li {
	padding: 15px 5px;
}
#landing-page .plain-version.static-header {
}
#color-landing-page .static-header {
	height:19.2em;
}
 
.wrapper {
	width: 90%;
}
.static-header, #newsletter, #feedback, .footer {
	background-size: auto !important;
	background-size: auto !important;
	background-position: top center;
	background-attachment: scroll !important;
}
.list-inline img {
	max-width: 90%;
}
#clients ul.list-inline li {
	padding-left: 15px;
	padding-right: 15px;
}
#sc-gallery .wrapper {
	width: 100%;
}
#sc-skillbar .wrapper, #sc-table .wrapper, #sc-form .wrapper {
	width: 60%;
}
#sc-countdown .wrapper {
	width: 80%;
}
.register-version .signup-wrapper {
	max-width:750px;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.register-version .form-register-small {
	padding: 15px 15px;
}
.register-version#hero .btn-primary, .register-version .submit-wrap {
	width:100%;
}
.register-version .submit-wrap {
	width:100%;
	margin-top: 7px;
}
.register-version .signup-wrapper {
	text-align:left;
}
.register-version .signup-wrapper #fullname {
	width: 273px;
}
.register-version .signup-wrapper .password-wrapper {
	margin-right:0;
}
.register-version .signup-wrapper .password-wrapper .form-control {
	width: 177px;
}
.social-icons {
	margin-left: 25px;
}
.social-icons li {
	width: 15%;
}
.long-block {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 35px;
}
.long-block, .long-block article {
	text-align: center;
}
.long-block .icon {
	top:0;
	margin-bottom: 20px;
	margin-right: 0;
	display: block;
}
.long-block .pull-left {
	float: none !important;
}
.long-block .btn.btn-default {
	margin-left: auto;
	margin-right: auto;
}
.alt.tab-content .tab-pane {
	padding-bottom: 20px;
}
#landing-page .static-header h1 {
	font-size: 48px;
}
#landing-page .static-header {
	min-height: 775px;
}
.static-header .video-container {
	max-width: 442px;
}
#featuredTab {
	margin-top: 0;
}
#featuredTab li {
	display: inline-block;
	width: 33%;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 20px;
}
#featuredTab li.active {
	margin-top: 0;
	padding-bottom: 0;
}
 #featuredTab li > a:after, #featuredTab li a .tab-info:after, #featuredTab li a .tab-icon:after #featuredTab li.active > a:after {
display: none;
}
#featuredTab li > a .tab-info {
	width: 100%;
}
#featuredTab li.active > a .tab-info {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-radius: 0;
}
#featuredTab li > a .tab-icon {
	display: none;
}
#featuredTab .tab-content {
	padding: 0;
	border: none;
	z-index: 1;
}
#featuredTab .tab-content .tab-pane {
	text-align: center;
}
.package-column .package-detail {
	height: 400px;
}
.package-column .package-price .price {
	font-size:80px;
}
.switch p {
	padding: 0px 0px 0px 80px;
	font-size: 10pt;
}
#team .thumb-wrapper .socials {
	top: 145%;
	padding:0;
	opacity:1;
}
#team .thumb-wrapper .socials a {
	margin: 0px 10px;
	font-size: 20px;
	color:#62b34f;
}
#team .thumb-wrapper .overlay {
	background: transparent;
}
#response {
	margin-left: 40%;
}
#guarantee h2, #guarantee p {
	text-align: center;
}
}

/* Tablet device Portrait 1024px and 768px */


@media (max-width: 1024px) and (orientation:portrait) {
	.col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

#image_holder {
	width:850px;
 }
p {
	font-size:14px;
	line-height:25px;
}
.btn {
	padding: 15px 35px;
}
#team .thumb-wrapper .socials {
	top: 152%;
}
.footer .list-inline li .icon {
	font-size: 35px;
}
.register-version .signup-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
 
}
 @media (max-width: 768px) and (orientation:landscape) {
 }
 @media (max-width: 855px) {
#image_holder {
	width:100% !important;
}
 @media (min-width: 1024px) {
	 .col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

 #image_holder {
width:850px;
 }
 .static-header, #newsletter, #feedback, .footer {
background-size: auto !important;
background-size: auto !important;
background-position: top center;
background-attachment: scroll !important;
}
}

/* Desktop medium screen 992px and 1199px */
@media (min-width: 992px) and (max-width: 1440px) {
	.col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

#image_holder {
	width:850px;
 }
.package-column .package-detail {
	height: 425px;
}
.long-block, .long-block article {
	text-align: center;
}
.long-block .pull-left {
	float: none !important;
}
.long-block .icon {
	top: 0;
	margin-bottom: 20px;
	margin-right: 0;
	display: block;
}
.navigation-header .navigation-bar > li {
	padding: 16px 10px;
}
.long-block {
	padding-top: 10px;
	padding-bottom: 35px;
}
#sc-gallery .wrapper {
	width: 100%;
}
#sc-skillbar .wrapper, #sc-table .wrapper, #sc-form .wrapper {
	width: 60%;
}
#sc-countdown .wrapper {
	width: 60%;
}
.social-icons {
	margin-left: 25px;
}
.social-icons li {
	width: 15%;
	width: 15%;
}
#sc-longblock article {
	width: 80%;
}
.alt.tab-content .tab-pane {
	padding-bottom: 25px;
}
.alt.tab-content .tab-pane .btn {
	margin-top:-15px;
	margin-right:15px;
}
#landing-page .static-header {
	min-height: 800px;
}
#clients ul.list-inline li {
	padding-left: 15px;
	padding-right: 15px;
}
#response {
	margin-left: 40%;
}
.static-header .video-container {
	max-width: 595px;
}
#featuredTab {
	margin-top: 0;
}
#featuredTab li {
	display: inline-block;
	width: 33%;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: 20px;
	opacity:0.7;
}
#featuredTab li.active {
	margin-top: 0;
	padding-bottom: 0;
	opacity:1;
}
 #featuredTab li > a:after, #featuredTab li a .tab-info:after, #featuredTab li a .tab-icon:after #featuredTab li.active > a:after {
display: none;
}
#featuredTab li > a .tab-info {
	width: 100%;
}
#featuredTab li.active > a .tab-info {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0;
	border-radius: 0;
}
#featuredTab li > a .tab-icon {
	display: none;
}
#featuredTab .tab-content {
	padding: 0;
	border: none;
	z-index: 1;
}
#featuredTab .tab-content .tab-pane {
	text-align: center;
}
}


/* Desktop large screen 1200px */
@media (min-width: 1200px) {
	.col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

#image_holder {
	width:850px;
 }
.container {
	width: 850px;
}
.navigation-header .navigation-bar > li {
	padding: 15px 15px;
}
#sc-gallery .wrapper {
	width: 90%;
}
#sc-skillbar .wrapper, #sc-table .wrapper, #sc-form .wrapper {
	width: 40%;
}
#sc-countdown .wrapper {
	width: 50%;
}
.social-icons {
	margin-top: 25px;
}
.social-icons li {
	margin-bottom: 50px;
	width: 16%;
	width: 16.2%;
	text-align: center;
}
#landing-page .static-header {
	min-height: 974px;
}
#landing-page .plain-version.static-header {
	min-height: 700px;
}
.static-header .video-container {
	max-width: 755px;
}
#featuredTab {
	position: relative;
	margin-top: 115px;
}
#featuredTab li {
	display: block;
	position: relative;
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
	line-height: 0px;
}
#featuredTab li > a:after {
	content: '';
	clear: both;
	display: block;
	float:left;
}
#featuredTab li > a .tab-info {
	float: left;
	text-align: left;
	display: block;
	width: 345px;
	padding: 25px 28px;
	position: relative;
	z-index: 2;
}
#featuredTab li > a .tab-icon {
	float: right;
	text-align: right;
	display: block;
	width: 113px;
	position: relative;
	z-index: 2;
}
#featuredTab li > a .tab-info .tab-title {
	font-size: 17px;
	line-height: 21px;
	color: #62b34f;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-weight: 600;
}
#featuredTab li > a .tab-info .tab-desc {
	font-size: 16px;
	line-height: 22px;
	color: #666;
	font-weight: 300;
	display: block;
}
#featuredTab li > a .icon {
	font-size: 50px;
	padding: 21px 7px;
	display: block;
	padding: 46px 28px;
}
#featuredTab li.active > a .tab-info {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	background: #62b34f;
	float:left;
}
#featuredTab li.active > a .tab-icon {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background: #62b34f;
}
#featuredTab li a .tab-info:after, #featuredTab li a .tab-icon:after {
	content: '';
	width: 99%;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
#featuredTab li a .tab-icon:after {
	left: 0;
	right: auto;
}
#featuredTab li:last-child a .tab-info:after, #featuredTab li:last-child a .tab-icon:after, #featuredTab .tab-content {
	position: absolute;
	top: -60px;
	right: 0px;
	padding: 0;
	border: none;
	z-index: 1;
}
}
 



@media screen and (min-width: 240px) and (max-width: 320px), (min-device-width: 240px) and
(max-device-width: 320px) and (orientation : orientation : portrait) {
 
 
.navigation-toggle .icon-bar {
height: 1px;
}

.navigation-toggle {
  margin: 10px 10px 0px 0px !important;
}

 

 
#message {
margin-top:-7px;  
}
 
 
.list-inline {
margin-left:0px; 
}

 
#portrait {
  margin-top: -13px;
}

.package-column, .package-details {
height: 180px;
padding-left: 15px;
}

.col-sm-3 {
height: 180px;
}

.package-column .package-title {
  font-size: 14px;
  padding-top: 20px;
  line-height: 1em;
 }
 
.package-column .package-price .period{
font-size: 12px;

}

.container {
padding:0px;
}
#reviews_carousel p {
font-size:11px;
}
.title_box {
  font: 1.2em "Crimson Text", serif;
  font-style: italic;
}


}

@media screen and (max-width: 320px), (min-device-width: 320px) and (max-device-width: 480px) and (orientation : portrait) {

 
#message {
  padding-left: 10rem !important;
   
}
.btn_blue {
  padding: 2px 3px !important;
  width: 6.3rem !important;
  font-size: 8px !important;
}
#image_holder {
  width: 100%;
    
   }

 
}



@media (max-width:320px) and (max-height:240px) {
 #portrait {margin-top: -10px;
}
.container {
padding-left: 0px;
padding-right: 0px; 
}

.package-column, .package-details {
height: 180px;
padding-left: 15px;
}

.col-sm-3 {
height: 180px;
}
.title_box {
  font: 1.2em "Crimson Text", serif;
  font-style: italic;
}


.col-lg-6 {
padding-left: 10px !important;
}	
}

@media (max-width:320px) and (max-height:568px) {
	
	#portrait {
  margin-top: -15px;
}
.container {
padding:0px;	
}

	.fixmenu-clone.navigation-header .navigation-brand {
margin-left:0px;
}
  .package-column, .package-details {
   height: 180px;
   color: #fff;
  
 }
.package-column, .package-details, dl dt, dd {
	 padding-left:15px;
 }
 
 #reviews_carousel p {
   font-size: 11px;
   line-height: 1.3em;
 }
 .title_box
 {
   font: 1.2em "Crimson Text", serif;
    font-style: italic;
 }
dt span{
font-size: 18px;

}
 dd {
  line-height: 1em;
}
dd p {
line-height: 1.2em;

}
.phonenumber {
  font-size: 22px;
}
}

@media (max-width:568px) and (min-height:320px)  {
.container {
padding:0px;	
}

	.fixmenu-clone.navigation-header .navigation-brand {
margin-left:0px;
}
  .package-column, .package-details {
   height: 180px;
   color: #fff;
  
 }
.package-column, .package-details, dl dt, dd {
	 padding-left:15px;
 }
 
 #reviews_carousel p {
   font-size: 11px;
   line-height: 1.3em;
 }
 .title_box
 {
   font: 1.2em "Crimson Text", serif;
    font-style: italic;
 }
dt span{
font-size: 18px;

}
 dd {
  line-height: 1em;
}
dd p {
line-height: 1.2em;

}
.phonenumber {
  font-size: 22px;
}
 

}


@media (min-width:568px) and (max-height:256px) {
	 
.container {
padding:0px;
}
 
 #reviews_carousel p {
   font-size: 11px;
   line-height: 1.3em;
 }
 .title_box
 {
   font: 1.2em "Crimson Text", serif;
    font-style: italic;
 }
 
 dt, dd, .package-column {
	padding:15px; 
 }
 dt span{
font-size: 18px;

}
 dd {
  line-height: 1em;
}
dd p {
line-height: 1.2em;

}
.phonenumber {
  font-size: 22px;
}

.navigation-toggle .icon-bar {
height: 1px;
}

.navigation-toggle {
  margin: 10px 10px 0px 0px !important;
}

.fixmenu-clone.navigation-header .navigation-brand {
  margin-left: 0px;  
} 

 
 
}

 @media (max-width: 340px) and (min-width:322px) {
 
.fixmenu-clone.navigation-header .navigation-brand {
margin-left:0px;
}
.navigation-brand .brand-logo {
margin-left:0px;
}

 

li a button {
width: 90px !important;
font-size: 10px !important;
  padding: 10px !important;
}
 
  
 .col-sm-3 {
   padding-right: 5px !important;
 height: 180px;
 }
 
 .package-column, .package-details {
   height: 180px;
   color: #fff;
 }
 
 #reviews_carousel p {
   font-size: 11px;
   line-height: 1.3em;
 }
 .title_box
 {
   font: 1.2em "Crimson Text", serif;
    font-style: italic;
 }
dt span{
font-size: 18px;

}
 dd {
  line-height: 1em;
}
dd p {
line-height: 1.2em;

}
.phonenumber {
  font-size: 22px;
}
}




 @media (min-width: 360px) {
	 
	 
#color-landing-page .static-header {
	height:158px !important;
}

 
}
 @media (min-width: 375px) {

 
 
#color-landing-page .static-header {
	height:160px !important;
}
}
 @media (min-width: 384px) {
#color-landing-page .static-header {
	height:150px !important;
}
}
 @media (min-width: 414px) {
 
#color-landing-page .static-header {
	height:175px !important;
}
}
 @media (min-width: 424px) {
#color-landing-page .static-header {
	height:189px !important;
}
}
 @media (min-width: 480px) {
 
 
#color-landing-page .static-header {
	height:195px;
}
 
 

}
 @media (min-width: 533px) {
 
 
 
.static-header {
	height:268px !important;
}
 
 
#color-landing-page .static-header {
	height:208px !important;
}
 
}
 @media (min-width: 568px) {
 
#color-landing-page .static-header {
	height:214px !important;
}

.static-header {
	height:268px !important;
}
 
 
 
}
 @media (min-width: 569px) {
 .list-inline {
	float:right;
	 
}
}
 @media (min-width: 600px) {
 
.list-inline {
	float:right;
	 
}


 
}

 }
 @media (min-width: 640px) {
 
#color-landing-page .static-header {
	height:235px !important;
}
.list-inline {
	margin-top:10px !important;
	padding-left:0px !important;
}
}
 @media (min-width: 667px) {
 
 
 
.list-inline {
	margin-top:0px !important;
}
}

 @media (min-width: 720px) {
#color-landing-page .static-header {
	height:258px !important;
}
}

 @media (min-width: 736px) {
#color-landing-page .static-header {
	height:262px !important;
}
}
 @media (min-width: 768px) {
	 .col-sm-3 {
padding-top:5px !important;	
}
.desktop {
padding-right:5px !important;	
}

 
#color-landing-page .static-header {
	height:268px !important;
}
}
@media (min-width: 220px)  and (max-width:480px){
#image_holder {
height:10em;}

#title_h1 {
  font-size: 1.5rem;
  width:50%;float:right; margin-right:10px;
}
.list-inline {
	 float:right;
}

}

@media (min-width: 220px)  and (max-width:380px){
#image_holder {
height:6.3em;}
#title_h1 {
  font-size: 1.1rem;
  width:50%;float:right; margin-right:10px; margin-bottom:3px;
}
}


@media (min-width: 240px)  and (max-width:319px){
#image_holder {
height:5.1em;}
#title_h1 {
  font-size: 1rem;
  width:50%;float:right; margin-right:10px; margin-bottom:3px;
}
}


@media (min-width: 481px)  and (max-width:568px){
#image_holder {
height:11em;}
#title_h1 {
  font-size: 2rem;
  width:50%;float:right; margin-right:10px; margin-bottom:3px;
}
.list-inline {
	 float:right; margin-top:10px;
}

}

@media (min-width: 570px)  and (max-width:640px){
#image_holder {
height:11em;}
#title_h1 {
  font-size: 2.4rem;
  width:79%;float:right; margin-right:10px; margin-bottom:3px;
}
.list-inline {
	 float:right;
}
}


@media (min-width: 641px)  and (max-width:760px){
#image_holder {
height:13em;}
#title_h1 {
  font-size: 3rem;
  width:79%;float:right; margin-right:10px; margin-bottom:3px;
}
.list-inline {
	 float:right;
}
}



@media (min-width: 220px)  and (max-width:767px){
.small-screen {
	display:none;	
}
}

@media (min-width: 220px)  and (max-width:768px){
.s-screen {
	display:none;	
}
.list-inline {
padding-bottom:20px; margin-bottom:30px;	
}
}

  

 @media (min-width: 769px)  and (max-width:2560px) {
.col-lg-6 {
	width:45%;
	display:inline-block;
}
.list-inline {
margin-left:30px; float:right;
margin-bottom:40px;	
}

 #color-landing-page .static-header {
height:295px !important;	
}}


@media (min-width: 240px)  and (max-width:760px){
  form.contact div {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.2em;
}
form.contact input {
	  border: 1px solid #ccc;
}
form.contact label
{
	  font-family: 'Raleway', sans-serif !important;
	  width:120px !important;
}
button.close {
	margin-top: -20px !important;
}

.modal.in .modal-dialog {
margin-top:40px;	
}
	
}