/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
body {
	padding: 0!important;
	margin: 0!important;
	background-color: #f2f2f2;
}
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
::selection {
 background: #29B6F6;
 color: #FFF;
 text-shadow: none;
}
::-moz-selection {
 background: #29B6F6; /* Firefox */
 color: #FFF;
 text-shadow: none;
}
::-webkit-selection {
 background: #29B6F6; /* Safari */
 color: #FFF;
 text-shadow: none;
}
:active, :focus {
	outline: none !important;
}
/* Set default body */

 @-ms-viewport {
width:device-width
}
@-o-viewport {
width:device-width
}
@viewport {
width:device-width
}
 @-ms-viewport {
width:auto!important
}
/* Custom scrollbars for webkit browsers */
::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
background-color:#eaeaea
}
::-webkit-scrollbar-thumb {
background-color:#cecece
}
::-webkit-scrollbar-thumb:hover {
background-color:#aaa
}
::-webkit-scrollbar-track {
border-radius:0;
box-shadow:none;
border:0
}
::-webkit-scrollbar-thumb {
border-radius:0;
box-shadow:none;
border:0
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
	font-size: 14px !important;
	color: #333;
	line-height: 1.45;
	font-family: 'Open Sans', Arial, sans-serif;
	/*font-family: 'museo700';*/
	direction: ltr line
}
/* ----------------------------------------------------------------
	Headings
-----------------------------------------------------------------*/
h1, h2, h3 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'museo700';
	font-weight: 300;
	margin: 0 0 10px;
}
h4, h5, h6 {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'museo700';
	font-weight: 600;
	margin: 0 0 10px;
}
h1 {
	font-size: 60px;
	margin-bottom: 30px;
}
h2 {
	font-size: 48px;
	margin-bottom: 25px;
}
h3 {
	font-size: 36px;
	margin-bottom: 15px;
}
h4 {
	font-size: 24px;
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------
	Links
-----------------------------------------------------------------*/
a {
	color: #F68B1F;
}
a, a:active, a:focus, a:hover {
	outline: 0;
	text-decoration: none;
}
a:hover {
	color: #F68B1F;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
/* ----------------------------------------------------------------
	Fontawesome Icons
-----------------------------------------------------------------*/
.fontawesome-icon-list [class*=" fa-"], .fontawesome-icon-list [class^=fa-], li [class*=" fa-"], li [class^=fa-] {
 display: inline-block;
 width: 1.25em;
 text-align: center
}
.fontawesome-icon-list [class*=" fa-"].icon-large, .fontawesome-icon-list [class^=fa-].icon-large, li [class*=" fa-"].icon-large, li [class^=fa-].icon-large {
 width: 1.5625em
}
.fontawesome-icon-list .col-md-3 {
	height: 32px;
	line-height: 32px
}
/* ----------------------------------------------------------------
	Reset rounded corners for all elements
-----------------------------------------------------------------*/
a, button, code, div, img, input, label, li, p, pre, select, span, table, td, textarea, th, ul {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important
}
/* ----------------------------------------------------------------
	General utilities
-----------------------------------------------------------------*/
.font-small {
	font-size: 12px;
}
.font-larger {
	font-size: 18px;
}
.t300 {
	font-weight: 300 !important;
}
.t400 {
	font-weight: 400 !important;
}
.t500 {
	font-weight: 500 !important;
}
.t600 {
	font-weight: 600 !important;
}
.t700 {
	font-weight: 700 !important;
}
.ls0 {
	letter-spacing: 0px !important;
}
.ls1 {
	letter-spacing: 1px !important;
}
.ls2 {
	letter-spacing: 2px !important;
}
.ls3 {
	letter-spacing: 3px !important;
}
.ls4 {
	letter-spacing: 4px !important;
}
.ls5 {
	letter-spacing: 5px !important;
}
.noheight {
	height: 0 !important;
}
.nolineheight {
	line-height: 0 !important;
}
.font-body {
	font-family: 'Lato', sans-serif;
}
.font-primary {
	font-family: 'Raleway', sans-serif;
}
.font-secondary {
	font-family: 'Crete Round', serif;
}
.display-none, .display-hide {
	display: none;
}
.hidden {
	display: none !important;
}
.bold {
	font-weight: 700 !important;
}
.thin {
	font-weight: 300 !important;
}
ul li {
	line-height: 1.8;
}
.inline {
	display: inline;
}
.inline-block {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0
}
html .clearfix {
	zoom: 1
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.nott {
	text-transform: none !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}
.fright {
	float: right !important;
}
.fleft {
	float: left !important;
}
.fnone {
	float: none !important;
}
.ohidden {
	position: relative;
	overflow: hidden !important;
}
.noradius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}
.noabsolute {
	position: relative !important;
}
.noshadow {
	box-shadow: none !important;
}
.hidden {
	display: none !important;
}
.nothidden {
	display: block !important;
}
.inline-block {
	float: none !important;
	display: inline-block !important;
}
.center {
	text-align: center !important;
}

::-moz-selection {
color:#fff;
background:#F68B1F
}
::selection {
 color: #fff;
 background: #F68B1F
}
 @media (max-width:768px) {
.mobile-img {
 width: 100%;
 height: auto;
}
}
 @media (max-width:1024px) {
.mobile-img {
 width: 100%;
 height: auto;
}
}
.align-center {
	text-align: center;
}
/* ----------------------------------------------------------------
	Margin and padding utilities
-----------------------------------------------------------------*/
.no-padding {
	padding: 0!important
}
.no-margin {
	margin: 0!important
}
.no-bottom-space {
	padding-bottom: 0!important;
	margin-bottom: 0!important
}
.no-top-space {
	padding-top: 0!important;
	margin-top: 0!important
}
.no-space {
	margin: 0!important;
	padding: 0!important
}
.no-text-shadow {
	text-shadow: none!important
}
.narrow-text {
	font-family: 'PT Sans Narrow', sans-serif
}
.padding-top-5 {
	padding-top: 5px!important
}
.padding-top-10 {
	padding-top: 10px!important
}
.padding-top-15 {
	padding-top: 15px!important
}
.padding-top-20 {
	padding-top: 20px!important
}
.padding-top-25 {
	padding-top: 25px!important
}
.padding-top-30 {
	padding-top: 30px!important
}
.padding-top-35 {
	padding-top: 35px!important
}
.padding-top-40 {
	padding-top: 40px!important
}
.padding-top-45 {
	padding-top: 45px!important
}
.padding-top-50 {
	padding-top: 50px!important
}
.padding-top-60 {
	padding-top: 60px!important
}
.margin-bottom-0 {
	margin-bottom: 0!important
}
.margin-bottom-5 {
	margin-bottom: 5px!important
}
.margin-bottom-10 {
	margin-bottom: 10px!important
}
.margin-bottom-15 {
	margin-bottom: 15px!important
}
.margin-bottom-20 {
	margin-bottom: 20px!important
}
.margin-bottom-25 {
	margin-bottom: 25px!important
}
.margin-bottom-30 {
	margin-bottom: 30px!important
}
.margin-bottom-35 {
	margin-bottom: 35px!important
}
.margin-bottom-40 {
	margin-bottom: 40px!important
}
.margin-bottom-50 {
	margin-bottom: 50px!important
}
.margin-bottom-60 {
	margin-bottom: 60px!important
}
.margin-bottom-65 {
	margin-bottom: 65px!important
}
.margin-top-10 {
	margin-top: 10px!important
}
.margin-top-20 {
	margin-top: 20px!important
}
.margin-top-40 {
	margin-top: 40px!important
}
.margin-top-60 {
	margin-top: 60px!important
}
.margin-top-80 {
	margin-top: 80px!important
}
.margin-left-0 {
	margin-left: 0!important
}
.margin-right-0 {
	margin-right: 0!important
}
.margin-right-20 {
	margin-right: 20px!important
}
.margin-left-20 {
	margin-left: 20px!important
}
.padding-left-0 {
	padding-left: 0!important
}
.padding-right-0 {
	padding-right: 0!important
}
.padding-right-30 {
	padding-right: 30px!important
}
.margin-right-10 {
	margin-right: 10px!important
}
.allmargin {
	margin: 50px !important;
}
.leftmargin {
	margin-left: 50px !important;
}
.rightmargin {
	margin-right: 50px !important;
}
.topmargin {
	margin-top: 50px !important;
}
.bottommargin {
	margin-bottom: 50px !important;
}
.clear-bottommargin {
	margin-bottom: -50px !important;
}
.allmargin-sm {
	margin: 30px !important;
}
.leftmargin-sm {
	margin-left: 30px !important;
}
.rightmargin-sm {
	margin-right: 30px !important;
}
.topmargin-sm {
	margin-top: 30px !important;
}
.bottommargin-sm {
	margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
	margin-bottom: -30px !important;
}
.allmargin-lg {
	margin: 80px !important;
}
.leftmargin-lg {
	margin-left: 80px !important;
}
.rightmargin-lg {
	margin-right: 80px !important;
}
.topmargin-lg {
	margin-top: 80px !important;
}
.bottommargin-lg {
	margin-bottom: 80px !important;
}
.clear-bottommargin-lg {
	margin-bottom: -80px !important;
}
.nomargin {
	margin: 0 !important;
}
.noleftmargin {
	margin-left: 0 !important;
}
.norightmargin {
	margin-right: 0 !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.col-padding {
	padding: 60px;
}
.nopadding {
	padding: 0 !important;
}
.noleftpadding {
	padding-left: 0 !important;
}
.norightpadding {
	padding-right: 0 !important;
}
.notoppadding {
	padding-top: 0 !important;
}
.nobottompadding {
	padding-bottom: 0 !important;
}
/* ----------------------------------------------------------------
	IE8 & IE9 mode utilities
-----------------------------------------------------------------*/
.visible-ie8 {
	display: none;
}
.ie8 .visible-ie8 {
	display: inherit !important;
}
.visible-ie9 {
	display: none;
}
.ie9 .visible-ie9 {
	display: inherit !important;
}
.hidden-ie8 {
	display: inherit;
}
.ie8 .hidden-ie8 {
	display: none !important;
}
.hidden-ie9 {
	display: inherit;
}
.ie9 .hidden-ie9 {
	display: none !important;
}
/* ----------------------------------------------------------------
	Layout
-----------------------------------------------------------------*/
#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #F2f2f2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.line, .double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}
.line.line-sm {
	margin: 30px 0;
}
span.middot {
	display: inline-block;
	margin: 0 5px;
}
.double-line {
	border-top: 3px double #E5E5E5;
}
.emptydiv {
	display: block !important;
	position: relative !important;
}
.header-stick {
	margin-top: -50px !important;
}
.content-wrap .header-stick {
	margin-top: -80px !important;
}
.noborder {
	border: none !important;
}
.noleftborder {
	border-left: none !important;
}
.norightborder {
	border-right: none !important;
}
.notopborder {
	border-top: none !important;
}
.nobottomborder {
	border-bottom: none !important;
}
.bgcolor, .bgcolor #header-wrap {
	background-color: #29B6F6 !important;
}
.bgdark, .bgdark #header-wrap {
	background-color: #011b3a !important;
}
.bgblue, .bgblue #header-wrap {
	background-color: #29B6F6 !important;
}
.bgorange, .bgorange #header-wrap {
	background-color: #f08c00 !important;
}

.colorblue {
	color: #29B6F6 !important;
}
.border-color-blue {
	border-color: #29B6F6 !important;
}
.colororange {
	color: #f08c00 !important;
}
.border-color-orange {
	border-color: #f08c00 !important;
}
.colorwhite {
	color: #fff !important;
}
.color {
	color: #29B6F6 !important;
}
.colordark {
	color: #333 !important;
}
.border-color {
	border-color: #29B6F6 !important;
}
.nobg {
	background: none !important;
}
.nobgcolor {
	background-color: transparent !important;
}
.bgicon {
	display: block;
	position: absolute;
	bottom: -60px;
	right: -50px;
	font-size: 210px;
	color: rgba(0, 0, 0, 0.1);
}
 @media (min-width: 992px) and (max-width: 1199px) {
#wrapper {
 width: 1000px;
}
}
 @media (max-width: 991px) {
#wrapper {
 width: 100%;
 margin: 0;
 box-shadow: none;
}
}
/* ----------------------------------------------------------------
	Form 
-----------------------------------------------------------------*/
/* Input placeholder font color */
.form-control::-moz-placeholder {
color:#b3b3b3;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#b3b3b3
}
.form-control::-webkit-input-placeholder {
color:#b3b3b3
}
/* Form inputs */
.form-control {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eee
}
.form-control.height-auto {
	height: auto
}
/* Form input sizing */
.input-mini {
	width: 45px!important
}
.input-xsmall {
	width: 80px!important
}
.input-small {
	width: 145px!important
}
.input-medium {
	width: 240px!important
}
.input-large {
	width: 320px!important
}
.input-xlarge {
	width: 420px!important
}
.input-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle
}
.form-group .input-inline {
	margin-right: 5px
}
.input-sm {
	height: 28px;
	padding: 5px 10px;
	font-size: 13px
}
select.input-sm {
	height: 28px;
	line-height: 28px;
	padding: 2px 10px
}
select.input-sm.fix-width {
	width: 140px;
}
 @media (max-width:768px) {
.input-large {
 width: 250px!important
}
.input-xlarge {
 width: 300px!important
}
}
/* Input  groups */
.input-group .btn-default {
	border-color: #e5e5e5
}
.input-group .input-group-addon {
	border-color: #e5e5e5;
	background: #e5e5e5;
	min-width: 39px
}
.input-group .input-group-addon>i {
	color: #999
}
/* Form labels */
label {
	font-weight: 400;
	font-size: 14px
}
select.form-control {
	color: #5f6d7b;
	border-radius: 0;
	border-color: #e4e6e8;
	box-shadow: none
}
select.form-control:focus {
	box-shadow: none;
	border-color: #999
}
input.form-control, textarea.form-control {
	border-color: #dbdbdb;
	color: #777;
	font: 14px Arial, sans-serif;
	border-radius: 0;
	box-shadow: none
}
input.form-control:focus, textarea.form-control:focus {
	box-shadow: none;
	border: 1px solid #dbdbdb
}
/* content-form-page */
.content-form-page legend {
	border: none;
	font-size: 18px;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #333;
}
.content-form-page .control-label {
	font-weight: normal;
	padding-right: 5px;
	margin-left: -15px;
}
.require {
	color: #F68B1F;
}
.content-form-page input.form-control {
	border-color: #dbdbdb;
	color: #aaa;
	font: 14px Arial, sans-serif;
	border-radius: 0;
}
.content-form-page .form-control:focus {
	box-shadow: none;
	border: solid 1px #F68B1F;
}
 @media (max-width: 1200px) {
.content-form-page .control-label {
 padding-left: 30px;
 padding-bottom: 5px;
}
.content-form-page .col-md-offset-4 {
 margin-left: 15px;
}
.content-form-page .pull-right {
 float: left !important;
}
}

/* BEGIN max width 320px */
@media (max-width: 320px) {
.content-form-page .btn-default {
 margin-top: 10px;
}
}
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mobile-parallax, .video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.postcontent {
	width: 860px;
}
.postcontent.bothsidebar {
	width: 580px;
}
.sidebar {
	width: 240px;
}
.col_full {
	width: 100%;
}
.col_half {
	width: 48%;
}
.col_one_third {
	width: 30.63%;
}
.col_two_third {
	width: 65.33%;
}
.col_one_fourth {
	width: 22%;
}
.col_three_fourth {
	width: 74%;
}
.col_one_fifth {
	width: 16.8%;
}
.col_two_fifth {
	width: 37.6%;
}
.col_three_fifth {
	width: 58.4%;
}
.col_four_fifth {
	width: 79.2%;
}
.col_one_sixth {
	width: 13.33%;
}
.col_five_sixth {
	width: 82.67%;
}
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}
.postcontent, .sidebar {
	margin-right: 40px;
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}
.postcontent.col_last, .sidebar.col_last {
	float: right;
}
.col_last {
	margin-right: 0 !important;
	clear: right;
}
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
#top-bar {
	position: relative;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
}
#top-bar .col_half {
	width: auto;
}
/* Top Links
---------------------------------*/
.top-links {
	position: relative;
	float: left;
}
.top-links ul {
	margin: 0;
	list-style: none;
}
.top-links ul li {
	float: left;
	position: relative;
	height: 36px;
	border-left: 1px solid #EEE;
}
.top-links ul li:first-child, .top-links ul ul li {
	border-left: 0 !important;
}
.top-links li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	height: 36px;
	color: #666;
	line-height: 34px;
}
.top-links li i {
	position: relative;
	top: 1px;
}
.top-links li i.icon-angle-down {
	margin: 0 0 0 5px !important;
}
.top-links li i:first-child {
	margin-right: 3px;
}
.top-links li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}
.top-links li:hover {
	background-color: #EEE;
}
.top-links ul ul, .top-links ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 36px;
	left: 0;
	width: 140px;
	margin: 0;
	border-top: 1px solid #29B6F6;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
.top-links li:hover ul, .top-links li:hover div.top-link-section {
	pointer-events: auto;
}
.top-links ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}
.top-links ul ul li:hover {
	background-color: #F9F9F9;
}
.top-links ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}
.top-links ul ul a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}
.top-links ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.top-links ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}
.top-links ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}
.top-links .btn-group {
	font: 400 14px Arial, sans-serif;
}
.fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section {
	left: auto;
	right: 0;
}
.fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section {
	left: auto;
	right: 0;
}
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
	position: relative;
	background-color: #f2f2f2;
	border-bottom: 1px solid #eeeeee;
}
#header .container {
	position: relative;
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
	position: relative;
	float: left;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}
#logo a {
	display: block;
	color: #000;
}
#logo img {
	display: block;
	max-width: 100%;
}
#logo a.standard-logo {
	display: block;
}
#logo2 {
	position: absolute;
	top: 0;
	right: 15px;
	/*	font-size: 36px;
	line-height: 100%;*/
	margin-right: 0px;
	display: block;/*height:60px;*/
}
#logo2 a {
	display: block;
	height: 50px;
}
#logo2 img {
	display: block;
	max-height: 100%;
}
/*#logo2 a.standard-logo {
	display: block;
}*/ 

@media (max-width: 991pxpx) {
#logo2 {
 position: absolute;
 top: 10px;
 right: 0
}
#logo2 a {
 height:40px;
}
#logo2 img {
 max-height:100%;
}
}
 @media (max-width: 480px) {
#logo2 {
 position: absolute;
 top: 10px;
 right: 0
}
#logo2 a {
 height: 30px;
}
#logo2 img {
 max-height: 100%;
}
}
 @media (max-width: 320px) {
#logo2 {
 position: absolute;
 top: 10px;
 right: 0
}
#logo2 a {
 height: 20px;
}
#logo2 img {
 max-height: 100%;
}
}
#logo-btn {
	position: absolute;
	bottom: 0;
	right: 15px;
	margin-right: 0px;
	display: block;
}
#logo-btn a {
	display: block;
}
 @media (max-width: 991px) {
#logo-btn {
 position: absolute;
 bottom: -10!important;
 right: 15px;
 margin-right: 0px;
 display: block;
}
#logo-btn a {
 display: block;
 position: absolute;
	/*bottom: -40px!important;*/
	right: 15px;
}
}
 @media (max-width: 480px) {
#logo-btn {
 position: absolute;
 bottom: -10!important;
 right: 15px;
 margin-right: 0px;
 display: block;
}
#logo-btn a {
 display: block;
 position: absolute;
	/*bottom: -40px!important;*/
	right: 15px;
}
}
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
#primary-menu {
	float: right;
}
#primary-menu ul.mobile-primary-menu {
	display: none;
}
#primary-menu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
 -webkit-transition: opacity .3s ease;
 -o-transition: opacity .3s ease;
 transition: opacity .3s ease;
}
#primary-menu ul {
	list-style: none;
	margin: 0;
}
#primary-menu > ul {
	float: left;
}
#primary-menu ul li {
	position: relative;
}
#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}
#primary-menu > ul > li:first-child {
	margin-left: 0;
}
#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	/*padding: 39px 15px;*/
	padding: 6px 15px;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 26px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	border-bottom: 4px solid #F68B1F !important;
}
/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
#header, #header-wrap, #logo img {
	/*height: 100px;*/
	height: 100px;
 -webkit-transition: height .4s ease, opacity .3s ease;
 -o-transition: height .4s ease, opacity .3s ease;
 transition: height .4s ease, opacity .3s ease;
}
#primary-menu > ul > li > ul {
 -webkit-transition: top .4s ease;
 -o-transition: top .4s ease;
 transition: top .4s ease;
}
body:not(.top-search-open) #header-wrap #logo, body:not(.top-search-open) #primary-menu > ul, body:not(.top-search-open) #primary-menu > .container > ul {
 opacity: 1;
 -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
 -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
 transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}
#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-backface-visibility: hidden;
}
#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #F2f2f2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
 @media (max-width: 991px) {
#wrapper {
 width: 100%;
 margin: 0;
 box-shadow: none;
}
#header.full-header .container, .container-fullwidth {
 padding: 0 15px !important;
 margin: 0 auto;
 width: 750px !important;
}
.container.vertical-middle {
 width: 100% !important;
}
#header, #header-wrap {
 height: auto !important;
}
#header.sticky-header #header-wrap {
 position: relative;
}
#header-trigger, .top-advert, .header-extras {
 display: none;
}
#logo {
 display: block;
 height: 100px;
 float: none;
 margin: 0 auto 0 !important;
 max-width: none;
 text-align: center;
 border: 0 !important;
 padding: 0 !important;
}
#logo a.standard-logo {
 display: inline-block;
}
#primary-menu {
 display: block;
 float: none;
}
#primary-menu-trigger {
 opacity: 1;
 pointer-events: auto;
 top: 25px;
 margin-top: 0;
 left: 0;
 z-index: 1;
}
#primary-menu .container #primary-menu-trigger {
 top: 5px;
 left: 0;
}
#primary-menu > ul, #primary-menu > div > ul {
 display: none;
 float: none !important;
 border: 0 !important;
 padding: 0 !important;
 margin: 0 !important;
 -webkit-transition: none;
 -o-transition: none;
 transition: none;
}
#primary-menu > div > ul {
 margin-top: 60px !important;
}
body:not(.top-search-open) #primary-menu-trigger {
 opacity: 1;
 -webkit-transition: opacity .2s .2s ease, top .4s ease;
 -o-transition: opacity .2s .2s ease, top .4s ease;
 transition: opacity .2s .2s ease, top .4s ease;
}
#primary-menu ul li {
 float: none;
 margin: 0 !important;
 text-align: left !important;
 border-top: 1px solid #EEE;
}
#primary-menu ul li:first-child {
 border-top: 0;
}
#primary-menu ul > li > a {
 padding: 14px 5px !important;
 border: none !important;
 margin: 0 !important;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
#wrapper {
 width: 1000px;
}
}
 @media (max-width: 480px) {
/*#logo img {
    height: 60px;*/
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	/*padding-top: 19px;*/
	padding-top: 10px;
 padding-bottom: 6px;
}

/* Header
-----------------------------------------------------------------*/
@media (max-width: 991px) {
#logo {
 height: 60px !important;
}
}
 @media (max-width: 991px) {
#primary-menu-trigger {
 opacity: 1;
 pointer-events: auto;
 top: 0 !important;
 margin-top: 0;
 left: 0;
 z-index: 1;
}
#logo img {
 height: 60px !important;
 display: block;
 height: 100px;
 float: none;
 margin: 0 auto 0 !important;
 max-width: none;
 text-align: center;
 border: 0 !important;
 padding: 0 !important
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
 padding-top: 39px;
 padding-bottom: 19px;
}
}
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb a:hover {
	color: #29B6F6;
}
.breadcrumb i {
	width: auto !important;
}

/* ----------------------------------------------------------------
	Content
-----------------------------------------------------------------*/
#content {
	position: relative;
	overflow: hidden;
	background-color: #f2f2f2;
}
#content p {
	line-height: 1.8;
}
#content .container {
	position: relative;
}
.content-wrap {
	position: relative;
	/*padding: 80px 0;*/
	padding: 60px 0;
}
.content-wrap-s {
	position: relative;
	/*padding: 80px 0;*/
	padding: 40px 0;
}
.content-wrap-line {
	height: 10px;
	margin: 0;
	padding: 0
}
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	/*margin: 0 5px 5px 5px;*/
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #29B6F6;
	color: #FFF;
	font-weight: 600;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	border: none;
	text-shadow: none;
}

.button-s {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	/*margin: 0 5px 5px 5px;*/
	padding: 0 16px;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	
	color: #FFF;
	font-weight: 600;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	border: none;
	background: none ;
	text-shadow: none;
}
.button-dark {
	background-color: #444;
}
.button-light {
	background-color: #EEE;
	color: #333;
	text-shadow: none !important;
}
.button:hover {
	background-color: #444;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.button.button-dark:hover {
	background-color: #29B6F6;
}
.button.button-mini {
	padding: 0 14px;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}
.button.button-small {
	padding: 0 17px;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}
.button.button-large {
	padding: 0 26px;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
}
.button.button-xlarge {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px !important;
}
.button.button-desc {
	text-align: left;
	padding: 24px 34px;
	font-size: 22px;
	height: auto;
	line-height: 1;
	font-family: 'Raleway', sans-serif;
}
.button.button-desc span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	text-transform: none;
}
.button i {
	position: relative;
	top: 1px;
	line-height: 1;
	margin-right: 5px;
}
.button.tright i {
	margin: 0 0 0 5px;
}
.button-mini i {
	margin-right: 3px;
}
.button-mini.tright i {
	margin: 0 0 0 3px;
}
.button-small i {
	margin-right: 4px;
}
.button-small.tright i {
	margin: 0 0 0 4px;
}
.button-xlarge i {
	top: 2px;
	margin-right: 8px;
}
.button-xlarge.tright i {
	margin: 0 0 0 8px;
}
.button.button-desc i {
	top: 1px;
	font-size: 48px;
	width: 48px;
	text-align: center;
	margin-right: 12px;
}
.button.button-desc.tright i {
	margin: 0 0 0 12px;
}
.button.button-desc div {
	display: inline-block;
}
.button.button-rounded {
	border-radius: 3px;
}
/* Buttons - Border
-----------------------------------------------------------------*/
.button.button-border {
	border: 2px solid #444;
	background-color: transparent;
	color: #333;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}
.button.button-border-blue {
	border: 2px solid #29B6F6;
	background-color: transparent;
	color: #29B6F6;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}
.button.button-border-orange {
	border: 2px solid #F68B1F;
	background-color: transparent;
	color: #F68B1F;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}
.button.button-border-white {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	/*line-height: 36px;*/
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
}
.button-s.button-border-white {
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	/*line-height: 36px;*/
	line-height: 28px;
	font-weight: 600;
	text-shadow: none;
}
/* Buttons - Colors
-----------------------------------------------------------------*/
.button-blue {
	background-color: #29B6F6;
}
.button-blue:hover {
	background-color: #29B6F6 !important;
}
.button-orange {
	background-color: #F68B1F;
}
.button-orange:hover {
	background-color: #F68B1F !important;
}
.button-black {
	background-color: #111;
}
.button-black:hover {
	background-color: #111 !important;
}
.button-white {
	background-color: #F9F9F9;
}
.button-reveal.button-white:hover {
	background-color: #F9F9F9 !important;
}
/* Buttons - No Hover
-----------------------------------------------------------------*/
.button.button-nohover:hover {
	opacity: inherit !important;
	background-color: inherit !important;
	color: inherit !important;
	border-color: inherit !important;
}
/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/
.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	/*padding: 0 0 0 24px;*/
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.toggle .toggleta {
	font-weight: bold;
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none;
}
.toggle .toggleta i.toggle-open {
	display: block;
}
.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}
/* Toggle - with Title Background
-----------------------------------------------------------------*/
.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px;
}
.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-bg .togglec {
	padding: 12px 0 0 36px;
}
/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle.toggle-border {
	border: 1px solid #CCC;
	border-radius: 4px;
}
.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}
.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px;
}
/* ----------------------------------------------------------------
	24. Heading Styles
-----------------------------------------------------------------*/
.heading-block {
/*margin-bottom: 50px;*/
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	margin-bottom: 0;
	/*		font-weight: 700;
	text-transform: uppercase;*/
	font-weight: 400;
	letter-spacing: 1px;
	color: #333;
}
.heading-block h1 {
	font-size: 69px;
}
.heading-block h2 {
	font-size: 48px;
}
.heading-block h3 {
	font-size: 36px;
}
.heading-block h4 {
	font-size: 24px;
}
.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;    border-radius: 50% !important;
	background-color: #29B6F6;
	/*background-color: rgba(0, 0, 0, 0.3);*/
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 50px;
	cursor: pointer;
	
}
body:not(.device-touch) #gotoTop {
 transition: background-color .2s linear;
 -webkit-transition: background-color .2s linear;
 -o-transition: background-color .2s linear;
}
.stretched #gotoTop {
	bottom: 30px;
}
#gotoTop:hover {
	background-color: #29B6F6;
}
 @media (max-width: 767px) {
body {
 padding: 0 !important;
}
#wrapper {
 width: 100% !important;
}
h1 {
 font-size: 32px;
}
h2 {
 font-size: 28px;
}
h3 {
 font-size: 24px;
}
h4 {
 font-size: 16px;
}
#top-bar {
 height: auto;
}
#top-bar .col_half {
 width: 100%;
 margin-bottom: 0 !important;
}
.top-links, .top-links > ul > li {
 float: none !important;
}
.top-links > ul {
 text-align: center;
}
.top-links > ul > li {
 display: inline-block;
}
.top-links > ul > li {
 margin-right: -4px;
}
.top-links ul ul, .top-links ul div.top-link-section {
 text-align: left;
}
.top-links ul div.top-link-section {
 left: auto;
 right: 0;
 padding: 20px 15px;
}
.col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 50px !important;
}
form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
 margin-bottom: 25px !important;
}
 .heading-block h1 {
 font-size: 30px;
}
.heading-block h2 {
 font-size: 26px;
}
.heading-block h3 {
 font-size: 22px;
}
.heading-block h4 {
 font-size: 19px;
}
}
/* ----------------------------------------------------------------
	35. Bootstrap Specific
-----------------------------------------------------------------*/

.btn-link, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #29B6F6;
}
.btn-link:hover, .btn-link:focus {
	color: #222;
}
.img-circle {
	border-radius: 50% !important;
}
.img-block {
	display: block
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #29B6F6 !important;
	border-color: #29B6F6 !important;
}
label.checkbox {
	padding-left: 20px;
}
.input-group-lg > .input-group-addon {
	line-height: 1;
}
/* ----------------------------------------------------------------
	37. Stretched Layout
-----------------------------------------------------------------*/
.stretched #wrapper {
	width: 100%;
	margin: 0;
	box-shadow: none;
}
.content-wrap .header-stick {
	margin-top: -60px !important;
}
/* Footeer
-----------------------------------------------------------------*/
.content-footer {
	padding: 60px 0 0 0;
}
.footer .menu {
	text-align: center;
	font-family: Arial, sans-serif
}
.footer .menu ul {
	display: inline-table;
}
.footer .menu ul li {
	display: inline;
	color: #fff;
	font-size: 14px;
}
.footer .menu a {
	color: #fff;
	font-size: 16px;
	padding: 0 4px 0 4px;
	text-decoration: none;
}
.footer .desc {
	color: #fff;
	font-size: 12px;
	padding: 0 4px 0 4px;
	text-align: center;
}
.footer .desc a {
	color: #fff !important;
	font-size: 12px;
	text-decoration: underline !important;
}
.footer .desc a:hover {
	color: #fff;
	font-size: 12px;
	text-decoration: underline !important;
}
/* Homepage Banner
-----------------------------------------------------------------*/
.social-icon {
	width: 32px;
	height: 32px;
	font-size: 14px;
	line-height: 30px !important;
	color: #555;
	text-shadow: none;
	border: 1px solid #AAA;
	overflow: hidden;
}
.social-icon {
	display: block;
	float: left;
	margin: 4px 11px 7px 0;
	text-align: center !important;
	cursor: pointer;
	font-style: normal;
}
.social-icon i {
	display: block;
	position: relative;
}
/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 60px;
}
.feature-box:first-child {
	margin-top: 0;
}
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
}
.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.feature-box .fbox-icon a:hovor {
 color: #FFF;
}
.feature-box .fbox-icon i {
	border-radius: 50%;
	background-color: #29B6F6;
}
/*.feature-box .fbox-icon img {
	border-radius: 50%;
}*/

.feature-box .fbox-icon i {
	font-style: normal;
	font-size: 24px;
	text-align: center;
	line-height: 48px;
}
.feature-box h3 {
	font-size: 18px;
	font-weight: 700;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}
.feature-box p {
	margin: 8px 0 0 0;
	color: #6b6b6b;
}
.feature-box ul li {
	color: #6b6b6b;
}
.feature-box ul li strong {
	color: #333;
}
.feature-box .before-heading {
	font-size: 14px;
}
/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon {
	border-radius: 3px !important;
}
.feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img {
	border-radius: 3px !important;
}
.feature-box.fbox-plain .fbox-icon {
	border: none !important;
	height: auto !important;
}
.feature-box.fbox-blue .fbox-icon i {
	background-color: #29B6F6;
}
.feature-box.fbox-orange .fbox-icon i {
	background-color: #F68B1F;
}
/* Homepage Banner
-----------------------------------------------------------------*/

.entry-image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.parallax {
	width: auto;
	text-align: center;
	left: auto;
	right: auto;
	padding-top: 240px;
	font-size: 68px;
	font-weight: 400;
}
.content-wrap-img-get-started {
	width: 100%;
	z-index: 1;
	background: url(../img/banner-img-feature.jpg);
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #011b3a;
	padding: 60px 0;
}
.content-wrap-img-benefits {
	width: 100%;
	z-index: 1;
	background: url(../img/banner-img-benefits.jpg);
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #011b3a;
	padding: 200px 0;
}
/* Benifits Banner
-----------------------------------------------------------------*/
.heade-features h1 {
	font-size: 24px;
	color: #fff;
	font-family: 'museo700';
	font-weight: 300;
}
.heade-features h2 {
	font-size: 36px;
	color: #fff;
	font-family: 'museo700';
	font-weight: 300;
	margin-top: 100px;
}
 @media (max-width: 991px) {
.content-wrap {
 padding: 20px 0;
}
.heade-features h2 {
 margin-top: 0;
}
}
/* Get started Banner
-----------------------------------------------------------------*/
.get-started h1 {
	font-size: 36px;
	color: #fff;
	font-family: 'museo700';
	font-weight: 300;
	margin: 0 0 10px;
}
/* FAQ Banner
-----------------------------------------------------------------*/
.faq h1 {
	font-size: 36px;
	margin-bottom: 0;
}
/* products - table
-----------------------------------------------------------------*/
.product-item {
	position: relative;
	text-align: center;
	margin: 40px 0;
	color: #333;
	background: #fff;
	cursor: default;
	padding-bottom: 40px;
}
.product-item .sticker-hot {
	background: url(img/hot.png) no-repeat;
	left: auto;
	right: 0;
}
.product-item .sticker {
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	height: 63px;
}
.product-item.best {
	margin: 20px 0;
	border: 2px solid #29B6F6;
	padding-bottom: 60px;
}
.product-title {
	font-size: 21px;
	font-weight: 700;
	margin: 0;
	padding: 15px 10px;
	color: #fff;
	/*border-bottom: 2px solid #382628;*/
	background-color: #F68B1F;
}
.product-title span {
	font-style:italic; font-size:16px;
}

.product-title.best {
	padding: 20px 10px;
	background-color: #29B6F6;
}
.product-subtitle {
	/*margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 18px;*/
	margin: 0;
	padding-top: 10px;
	font-size: 16px
	background-color: #fff;
}
.product-subtitle.best {
	padding-top: 20px;
}
.product-sentence {
	margin: 0 0 10px 0;
	padding: 10px 20px;
	font-size: 14px;
	text-align: left;
	/*min-height: 140px;*/
	min-height: 160px;
}
.product-sentence.best {
	min-height: 160px;
}
.product-sentence.fr-nobest {
	min-height: 260px;
}
.product-sentence.es-nobest {
	min-height: 240px;
}
.product-sentence.de-nobest {
	min-height: 280px;
}
.contact h3 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #333;
}
/* Tool box section
-----------------------------------------------------------------*/
.toolbox {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	min-height: 1px;
	padding: 20px 15px;
}
.toolbox a i {
	font-size: 80px;
	color: #fff;
	margin:10px 0 20px;
}
.toolbox a:hovor i {
 color: #fff;
}
.toolbox img {
	display: block;
	margin: 20px auto;
}
.toolbox h5 {
	color: #fff;
}
.contact p {
	margin: 8px 0 0 0;
	color: #6b6b6b;
}
/* Vedio section
-----------------------------------------------------------------*/
.postcontent {
	width: 100%;
	margin-right: 0;
	float: none;
}
/* More and less
-----------------------------------------------------------------*/
.more-button {
	border-style: none;
	background: none;
	font: 16px;
	margin: 10px 0;
	color: #F68B1F;
	font-weight: 700;
}
.grow {
 -moz-transition: height .5s;
 -ms-transition: height .5s;
 -o-transition: height .5s;
 -webkit-transition: height .5s;
 transition: height .5s;
	height: 0;
	overflow: hidden;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #29B6F6;
}
.toggle .toggleta {
	font-weight: bold;
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none;
}
.toggle .toggleta i.toggle-open {
	display: block;
}
.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
	color: #6b6b6b;
	font-family: Arial, sans-serif;
}
.contact ul li {
	color: #6b6b6b;
	font-family: Arial, sans-serif
}
.contact h3 {
	font-size: 18px
}
.privacy {
	color: #6b6b6b;
	font-family: Arial, sans-serif
}
.privacy h1 {
	font-size: 24px;
	color: #333;
}
.privacy h3 {
	font-size: 18px;
	color: #333;
}
 @media (max-width: 767px) {
 .postcontent {
 width: 100%;
 margin-right: 0;
 float: none;
/*margin-bottom: 50px !important;*/
	}
}
.footer-input {width:220px; margin:auto;}
 @media (max-width: 767px) {
.footer-input  {
 margin-bottom: 10px;
	}
}

.resource-link {padding:20px;}
.bggray {
	background-color: #fafafa !important;
}