body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.4em;
	overflow-x: hidden;
	color:#747474;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
p {
	font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 20px 0;
}
p.small {
  font-size: 14px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #6c9d7b;
  font-weight:bold;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
	font-weight: 700;
	color:#4a4a4a;
    margin-top: 0;
}
img {
    max-width: 100%;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: left;
  background: #18BC9C;
  color: white;
  min-height:500px;
  background-size:cover!important;
  -moz-background-size:cover!important;
  -webkit-background-size:cover!important;
}
header .container {
    padding-top: 180px;
    padding-bottom: 50px;
}
header .intro-text .name {
	display: block;
	text-transform: none;
	font-weight: 700;
	font-size: 48px;
    line-height: 1.4em;
}
header .intro-text h1, header .intro-text h2, header .intro-text h3, header .intro-text h4{
	color:#fff;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}

section.pagedata{
  padding: 0;
}
.row h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height:1.4em;
}
.row h3 {
  margin: 0 0 10px 0;
  font-size: 32px;
  line-height:1.4em;
}
.row h4 {
  margin: 0 0 10px 0;
  font-size: 26px;
  line-height:1.4em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #18BC9C;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
	color: white;
	background-color: #030303;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
	padding-top: 50px;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
	padding: 25px 0;
	background-color: #030303;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #18BC9C;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #18BC9C;
  border-color: #18BC9C;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #18BC9C;
  border-color: #18BC9C;
}
.btn-success .badge {
  color: #18BC9C;
  background-color: white;
}
.btn-social {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #18BC9C;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}


.navbar {
    min-height: 100px;
    background: #000;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.navbar-brand {
    height: 100px;
    padding: 0;
}
.navbar-nav>li>a {
    padding: 0 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0 10px;
}
.navbar-toggle .icon-bar {    
    background: #fff;
}
.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #526658;
	border:0;
}
.nav>li.button>a{
	border:1px solid #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 24px 0;
	line-height:50px;
	display:inline-block;
	background:transparent;
}
.nav>li.button>a:hover{
	
}
.navsep{
    margin: 33px;
	float:right;
	display:inline-block;
}
.caret{
	border:0;
	background:url(../img/nav-dropdown.png) no-repeat left top;
	width:11px;
	height:6px;
}
.navbar-toggle {
    margin-top: 30px;
}
.aligncenter{
	display:table;
	margin:0 auto;
	position:relative;
}
.margin40{
	margin:0 auto;
	padding:80px 0;
}
.fullimage{
  min-height:500px;
  background-size:cover!important;
  -moz-background-size:cover!important;
  -webkit-background-size:cover!important;
}
a.button, .wpProQuiz_button, .wpProQuiz_button:hover, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
	background:#526658!important;
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -webkit-border-radius: 5px!important;
	padding:15px!important;
	color:#fff!important;
	font-size:24px!important;
	text-decoration:none!important;
    display: inline-block!important;
}
a.button:hover, .wpProQuiz_button:hover,
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover{
	background:#030303!important;
	color:#fff!important;
	text-decoration:none!important;
}
.owl-carousel .owl-nav .owl-next{
    float: right;
    margin: 15px 0;
}
.owl-carousel .owl-nav .owl-prev{
    float: left;
    margin: 15px 0;
}

footer .footer-above ul, footer .footer-above ul li {
    position: relative;
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
}
footer .footer-above ul li{
	margin:0 0 10px 0;
}
footer .footer-above ul li a{
	color:#fff;
}
footer .footer-above ul li a:hover{
	text-decoration:underline;
}
.footer-below .alignleft{
	text-align:left;
	float:left;
    line-height: 60px;
    font-size: 14px;
}
.footer-below .alignright{
	text-align:right;
	float:right;
}
footer .footer-below .container{
	border-top:1px solid #fff;
}
.clearfix{
	display:block;
	clear:both;
}

main.graymain{
	background:#f6f8f9;
}
.sm-grid .grid-sm-boxes-in{
	opacity:1!important;
}
.sm-grid .grid-sm-boxes-in a, .sm-grid .grid-sm-boxes-in img {
    color: #4a4a4a;
}
.sm-grid-boxes-news .sm-meta-part, .sm-grid-boxes-news .sm-meta-part a {
    color: #99ab83!important;
    font-size: 14px;
}
.sm-grid-boxes-quote, .sm-grid-boxes-quote p{
	font-size:16px;
}
.smblog_masonry_numcol .sm-grid-boxes-caption {
    background: #fff;
    padding: 15px;
}

.single.single-post #main img.wp-post-image{
	max-width:100%;
	margin:0 auto 20px auto;
	display:table;
	text-align:center;
}
.single.single-post #main h3{
	text-align:center;
	color:#333;
}
.single.single-post #main h3{
	text-align:center;
	color:#333;
}
.single.single-post #main .sm-list-inline{
    text-align: center;
    margin: -8px 0 20px 0;
}
.wpusb {
    text-align: center;
}
.wpusb-default .wpusb-button span, .wpusb-square .wpusb-button span, .wpusb-rounded .wpusb-button span {
    display: none!important;
}

#main.homepage header{
	min-height:500px;
}
#main.homepage header .container {
    padding-top: 100px;
    padding-bottom: 0px;
}
#main.homepage header .container .row, #main.homepage header .container .col-lg-12{
	height:100%;
}
#main.homepage header .intro-text h1{
	font-size:80px;
	font-weight:bold;
}
#main.homepage header .intro-text h3{
    font-size: 32px;
	font-weight:bold;
}
#main.homepage header .downarrow{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-13px;
	width:27px;
	height:32px;
	background:url(../img/down-arrow.png) no-repeat left top;
}
.headerwithline{
    text-align: center;
    margin: 0 auto 100px auto!important;
    display: table;
    position: relative;
}
.headerwithline.textleft{
	text-align: left;
    margin: 0 0 100px 0!important;
}
.headerwithline:after{
	content:'';
	width:100px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	bottom:-10px;
	height:2px;
	background:#526658;
}
.headerwithline.textleft:after{
	/*left:0;
	margin-left:0;*/
}
.contentmax440{
	max-width:440px;
}

.counterdata{
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.counterdata span.js-counter{
    font-size: 50px;
    color: #81868e;
    margin: 40px 0 20px 0;
    display: block;
}
.carouseldata{
    margin: 120px auto 0 auto;
	position:relative;
	display:block;
	max-width:800px;
}
.carouseldata .owl-thumbs{
    position: absolute;
    left: 50%;
    top: -100px;
    margin-left: -142px;
}
.carouseldata .owl-thumbs div{
    max-width: 65px!important;
	margin:5px;
	display:inline-block;
    cursor: pointer;
}
.carouseldata .owl-thumbs div.active{
	max-width:75px!important;
}
.carouseldata .owl-thumbs div img{
    max-width: 100%;
    max-height: 100%;
}
.carouseldata .owl-carousel .owl-item{
    border: 1px solid #ccc;
    min-height: 150px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.sm-pagination {
    displaY: none!important;
}
.faq_item{
	border:0;
	background:transparent;
}
.faq_item.itemopen{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.faq_q{
	background:#f5f5f5;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding:16px 36px;
    color: #4a4a4a;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.faq_a {
    padding: 12px 36px;
}
.faq_q strong{

}
.faq_q.faq_is_open{
	background:transparent;
}
.faq_q:focus {
    outline: none;
    box-shadow: 0 0 0;
}
.faq_q:after{
	content:'';
	background:url(../img/faq-plus.png);
	width:21px;
	height:21px;
	position:absolute;
	left:7px;
	top:16px;
}
.faq_q.faq_is_open:after{
	content:'';
	background:url(../img/faq-min.png);
	width:21px;
	height:3px;
	position:absolute;
	left:7px;
	top:25px;
}

body.page-template-page-history .headerwithline.textleft{
    margin: 0 0 50px 0!important;
}
.contactsection{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    padding: 20px;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
}
#main.contactus{
	position:relative;
}
.exercises h3{
	font-size:24px;
	margin:10px 0 20px 0;
}
.exerciselist .liste{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
    background: #fff;
    padding: 5px 15px;
    margin: 0 0 20px 0;
    min-height: 400px;
}
.exerciselist .col-md-6 .liste{
	min-height:270px;
}
.exerciselist .liste h3{
    font-size: 14px;
    margin: 10px 0 20px 0;
}

#main.quizsection header{
display:none;
}
.wpProQuiz_content h2 {
    font-size: 48px;
}

.wpProQuiz_sectionleft {
	position:relative;
	width:73%;
	float:left;
}
.wpProQuiz_sectionright {
	position:relative;
	width:25%;
	float:right;
}
.wpProQuiz_sectionclear{
	position:relative;
	display:block;
	clear:both;
}
.bannertext{
	background:#333835;
	padding:30px;
	color:#fff;
	text-align:center;
	font-size:30px;
	margin:0 0 30px 0;
}
#sidebarquizbottom{
	margin:30px 0 0 0;
}
.wpProQuiz_listItem #check{
	display:none!important;
}
@media (min-width: 767px){
.navbar-nav>li>a {
    line-height: 100px;
}	
.topmin180{
    top: -180px;
}
.history1{
	margin-top:600px;
}
}
@media (min-width: 1200px){
/*#main.contactus:before{
	content:'';
	position:absolute;
	left:0;
	bottom:20%;
	width:310px;
	height:470px;
	background:url(../img/contact-1.jpg) no-repeat left top;
	z-index: -1;
}
#main.contactus:after{
	content:'';
	position:absolute;
	right:0;
	bottom:5%;
	width:280px;
	height:450px;
	background:url(../img/contact-2.jpg) no-repeat left top;
	z-index: -1;
}*/
}

@media (max-width: 1420px){
	.navbar-nav>li>a {
		font-size: 13px;
	}
}
@media (max-width: 1320px){
	.navbar-nav>li>a {
		font-size: 12px;
		padding: 0 6px;
		margin: 0 6px;
	}
}
@media (max-width: 1102px){
	.navbar-nav>li>a {
		font-size: 11px;
		padding: 0 4px;
		margin: 0 2px;
	}
	.row {
		margin-right: 15px;
		margin-left: 15px;
	}
}
@media (max-width: 980px){
	.navbar-nav>li>a {
		font-size: 7px;
		padding: 0 2px;
		margin: 0px;
	}
}
@media (max-width: 790px){
	.navbar-nav>li>a {
		font-size: 7px;
		padding: 0 2px;
		margin: 0px;
	}
}
.dropdown-menu>li>a {
    color: #333;
}	
@media (max-width: 768px){
.dropdown-menu>li>a {
    color: #fff;
}	

}
.nav>li>a.button {
    margin: 24px 0 0 24px;
}
.footer-below .alignleft, .footer-below .alignright{
	text-align:center;
	float:none;
	clear:both;
}
#main.homepage header .intro-text h1{
	font-size:40px;
	font-weight:bold;
}
#main.homepage header .intro-text h3{
    font-size: 22px;
	font-weight:bold;
}
.clearfixsection{
	clear:both;
	margin:0;
	padding:0;
	display:block;
}
.circles {
  margin-bottom: -10px;
}

.circle {
  width: 170px;
  height:170px;
  background:url(../img/circle-bg.jpg) no-repeat left top;
  margin: 0px auto 20px auto;
  display: table;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
vertical-align: top!important;
height: 160px!important;
width: 160px!important;
margin-top: 5px!important;
}
.second.circle, .hiddentimer{
	display:none;
}
.circle strong {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

.wpProQuiz_header.numbering {
    margin: 0!important;
    border: 2px solid #d7d7d7;
    padding: 5px 8px;
    border-radius: 50%;
    color: #d7d7d7;
    float: left;
}
.wpProQuiz_question {
    float: right;
    width: Calc( 100% - 50px );
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    padding: 15px;
    margin: 0 0 20px 0!important;
    border-radius: 5px;
}
#back.wpProQuiz_button{	
    padding: 0!important;
    border: 0!important;
    box-shadow: 0 0 0 #333!important;
	width:49px!important;
	height:49px!important;
	background:url(../img/quiz-prev.jpg) no-repeat left top!important;
    display: inline-block!important;
    margin: 0 auto!important;
	text-indent:-9999px!important;
}
#next.wpProQuiz_button{
    padding: 0!important;
    border: 0!important;
    box-shadow: 0 0 0 #333!important;
	width:49px!important;
	height:49px!important;
	background:url(../img/quiz-next.jpg) no-repeat left top!important;
    display: inline-block!important;
    margin: 0 auto!important;
	text-indent:-9999px!important;
}
.wpProQuiz_question_page, .wpProQuiz_content.modus3 .qfootersection {
    display: none!important;
}
.finishquiz{
	margin:0 10px;
}

body.single-quiz .wpusb-container-default{
	display:none;
}

header.woocommerce-products-header{
    background: transparent;
    color: white;
    min-height: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.woocommerce form .form-row select {
    padding: 6px;
}
.select2-container--default .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.qresults{
	position:relative;
	display:block;
    background: #f6f8f9;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.qresultsdata{
	position:relative;
	display:block;
	height:40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#ffffff;
	width:100%;
    margin-bottom: 15px;
}
.qresultsdata span.qresultsbar{
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#526658;
}
.qresultsdata span.qresultscat{
	position:absolute;
	left:10px;
    top: 10px;
	display:block;
	color:#fff;
    text-shadow: 0 1px 2px #000;
}
.qresultsdata span.qresultsval{
	position:absolute;
	right:10px;
    top: 10px;
	display:block;
	color:#526658;
    text-shadow: 0 1px 1px #929292;
}


.qresultsdata.pointtotal span.qresultsbar{
	background-color:#f06907;
}
.qresultsdata.pointtotal span.qresultsval{
	color:#f06907;
}
h4.qresultsheading{
    font-size: 26px;
    border-bottom: 2px solid;
    margin-bottom: 30px;
    display: inline-block;
    padding-bottom: 5px;
}
li.woocommerce-MyAccount-navigation-link--downloads,
li.woocommerce-MyAccount-navigation-link--edit-address{
	display:none;
}

table.abilities tr td{
	padding:10px;
    width: 33%;
}

#main.homepage header .intro-text h1 {
    line-height: 1.4em;
}
#main.homepage header .intro-text h3 {
    margin: 30px 0;
}
ol.listce {
    margin: 15px 0;
}
ol.listce li{
    margin: 0 0 10px 0;
}
.woocommerce ul.products li.product a img {
    display: none;
}
.sm-grid .grid-sm-boxes-in a, .sm-grid .grid-sm-boxes-in img {
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    width: 120%;
}
.smblog_masonry_numcol .sm-grid-boxes-caption{
    height: 220px;
    overflow: hidden;
}
.single.single-post #main img.wp-post-image{
    height: auto;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    display: none!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: auto;
    clear: both;
}
#coupon_code{
	min-width:140px;
}
footer h2.widget-title{
    font-size: 20px;
    color: #fff;
}
footer p.sendgrid_widget_text{
	margin:0;
}
input.sendgrid_mc_input {
    border-radius: 5px;
    border: 0px solid;
    padding: 6px;
}
input.sendgrid_mc_button {
    background: #526658!important;
    border: 0;
    -webkit-border-radius: 5px!important;
    padding: 8px 20px!important;
    color: #fff!important;
    font-size: 14px!important;
}
input.sendgrid_mc_button:hover {
    background: #030303!important;
    color: #fff!important;
    text-decoration: none!important;
}
@media (max-width: 768px){
	.intro-text{
		margin-left: -30px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.headerwithline {
		margin: 0 auto 50px auto!important;
	}
	.navbar-brand>img {
		display: block;
		max-width: 220px;
	}
	.navsep {
		margin: 0;
		display: none;
	}
	.navbar-brand {
		height: auto;
	}
	.navbar {
		min-height: 0;
	}
	.navbar-toggle {
		margin-top: 20px;
	}	
	header .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	header {
		min-height: 100px;
	}
	#main.homepage header .container {
		padding-top: 30px;
	}
	#main.homepage header .intro-text h1 {
		font-size: 20px;
		line-height: 1.2em;
	}
	#main.homepage header .intro-text h3 {
		font-size: 14px;
		margin: 10px 0;
	}
	#main.homepage header .downarrow{
		bottom: -40px;
	}
	table {
		width: 100%;
		max-width: 100%;
		font-size: 11px;
	}
	.faq_item table tr td{
		padding:10px;
		border:1px solid #ccc;
	}
	.row h3 {
		font-size: 28px;
	}
	.margin40 {
		margin: 0 auto;
		padding: 20px 0;
	}
	.fullimage {
		min-height: 120px;
	}
	img.history1{
		display:none;
	}
	footer .footer-col {
		margin-bottom: 0px;
	}
	section {
		padding: 15px 0;
	}
	.navbar-nav>li>a, .nav>li.button>a {
		font-size: 14px;
		padding: 5px 15px;
		margin: 0px;
	}
	.nav>li.button>a{
		margin:0 10px;
	}
	#main.homepage header {
    min-height: 360px!important;
    height: 360px!important;
	}
	.navbar-nav>li>.dropdown-menu {
		position: relative;
		float: none;
		display: block!important;
		clear: both;
		background: transparent;
		padding-left: 10px;
	}
}
ins.adsbygoogle{
	width:100%;
}