@charset "utf-8";
/* CSS Document */
@-ms-viewport {
 width: device-width;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imgresponsive {
  max-width: 100%;
  height: auto;
}
.clearfix {
  clear: both;
  margin: 0;
}
H1 {
  font-size:220%;
  margin-bottom:.3em;
}
H2 {
  font-size:170%;
  margin-bottom:.5em;
}
H3 {
  font-size:130%;
  margin-bottom:.8em;
}
p {
  line-height:1.7em;
  margin-bottom:1em;
}
section { padding:40px 0px; background:#FFFFFF; }
.red { color: red;}
.white { color: white;}
.blue { color:#005382;}
.lightblue { color:#7bd0e0;}
.yellow-bg {
  background:#FFFF00;
}
.red {
  color:red;
}
.float-img-right {
  float:right;
  max-width:100%;
  height:auto;
}
body {
   background:#fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  color: #363636;
}
.container {
  min-height: calc(100vh - 100px);
}

/*.content-fw {
  background:#ffffff url(../images/ContentGrad.jpg) repeat-x top;
}
.content-wrap {
  background:#ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}*/
.content_o {
  max-width:960px;
  margin:0 auto; padding:0 20px;
}
.content-price {
  width:95%;
  margin:0 auto;
}
footer {
  height:50px;
  background:#191919;
  padding-top:20px;
  text-align:center;
  color:#ffffff;
}
.header-logo {
  max-width: 500px;
  height:auto;
  margin:0 auto;
	  padding:40px 0px 0px;
}

.logo-sub {
	max-width:800px;
	margin:0 auto;
	text-align:center; 
	font-family: 'Roboto Condensed', sans-serif; font-weight400; 
	font-size:19px;
	line-height:24px;
	 color:#f9f5a7;
	padding:0px 90px 40px;
	
}
.header-wrap {
  background:#;
  background:url(../images/header-bg.png) top left repeat;
}
.slant {
  background:url(../images/slant.png) top left repeat;
}
.logo {
  width:100%;
  padding:20px;
}
.logo img {
  display:block;
  margin:0 auto;
}
.footer-wrap {
  height: 100px;
  background: #3f4346;
  color:#fff;
  font-size:15px;
  padding:13px;
  text-align:center;
}
.footer-nav ul {
  list-style: none;
display: flex;
justify-content: center;
border-bottom: 1px #292a2c solid;
margin-bottom: 13px;
}
.footer-nav ul li {
 padding:10px;
}
.footer-nav ul li a {
  color:#fff;
  text-decoration:none;
} 
.footer-nav ul li a:hover {
  color: #ffa3a3;
}
.swipes h3 {
    margin: 40px 0 10px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.course h1, .course h2{ text-align:center}
.course p{ text-align:center}
.course p.pcenter{ text-align:center}
.course ul { list-style-type:none; font-style:italic; margin-left:30px; margin-bottom:30px;}
.course ul li{line-height:2em}


/*Accordion*/
a.accordion {
  display:block;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 1s;
  font-size:20px;
  font-weight:300;
  background:#f1f1f1;
}
a.accordion::before{
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

a.accordion.active::before{
   content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}
div.panel {
  border-bottom: 1px #e7e7e7 solid;
  padding: 0px 40px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .8s ease-out;
  border-left: 10px #f1f1f1 solid;
  border-right: 10px #f1f1f1 solid;
}
div.panel ul{ margin-left:30px;
}
div.panel ul li { margin-bottom:15px;
}
.contact-form-box {
  text-align:center;
  padding:20px;
  width:60%;
  height:auto;
  margin:0 auto;
  margin-bottom:20px;
  margin-top:20px;
}
.aff-gen-form-box {
  width:60%;
  height:auto;
  margin:0 auto;
}
.contact-form-box input[type=text],
.contact-form-box input[type=password],
.contact-form-box textarea, 
.aff-signup input[type=text],
.members-form-box input[type=text],
.members-login input[type=text], 
.members-login input[type=password],
.aff-gen-button input[type=text]
 {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 5px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family:inherit;
}
.contact-form-box input[type=submit],
.members-login input[type=submit],
.aff-signup input[type=submit],
.members-form-box input[type=button],
.aff-gen-button input[type=submit]{
  width:100%;
  background: #880d0d;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
  color:#fff;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size: 16px;
  padding:15px;
  outline: none;
  text-align: center !important;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  margin-top:5px;
}
.members-login input[type=submit]:hover,
.contact-form-box input[type=submit]:hover,
.aff-signup input[type=submit]:hover,
.act-now a:hover,
.members-form-box input[type=button]:hover,
.watch-vid-btn:hover,
.aff-gen-button input[type=submit]:hover  {
   background: #9e1010;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  color: #fff;
}
.toggle-nav {
  display:none;
  background: #8c0f0f;
}
.aff-nav {
  margin:0 auto;
  margin-bottom: 0px;
  margin-top: 25px;
  border-bottom:2px solid #a41f18;
}
.menu ul {
  display:flex;
  justify-content: center;
  /*padding-bottom: 20px;*/
  max-width: 1060px;
  margin: 0 auto;
  background: #a41f18;
  z-index:1;
}
.menu ul li {
  display: flex;
  list-style:none;
  flex: 1 1 auto;
}
.menu ul li a {
  display: block;
  width: 100%;
  text-align: center;
}
.menu ul li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
}
.menu ul li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
}
.menu a:hover { 
  background: #8c0f0f;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.menu a {
  text-decoration: none;
  color: #fff;
  padding: 20px 30px;
  font-size: 15px;
  background: #a41f18;
  /*-webkit-border-top-right-radius: 3px;*/
  /*-moz-border-radius-topright: 3px;*/
  /*border-top-right-radius: 3px;*/
  /*-webkit-border-top-left-radius: 3px;*/
  /*-moz-border-radius-topleft: 3px;*/
  /*border-top-left-radius: 3px;*/
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.aff-imgs-flex {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-around;
  align-items:center;
}


.aff-imgs-flex div {
  width:50%;
  text-align:center;
  }
   .aff-imgs-flex div img {
   max-width:100%;
   height:auto;
 }
.toggle-nav:hover,  .menu a:hover {
  text-decoration:none;
}
.imgfloatr {float:right}
.ocFlex {
	display:flex;
}
.ocFlex div{
	width:50%;
  	text-align:center;
	justify-content: center;
	overflow-wrap: break-word;
	margin:0 20px;
	margin-bottom:10px;
}

h3.och3 {font-weight:300; text-align:center; margin-bottom:5px;}
h1.light{ font-weight: normal;margin-bottom:20px;}
.ocFlex div ul {text-align:left;}
.ocFlex div ul li{margin-bottom: 25px;}
.ocgreen { color:#1f8715;}

.contact-flex {
  display:flex;
  justify-content:center;
}
.contact-flex p {
  width:50%; margin:0 10px;line-height:15px;
}
.contact-flex p strong {
  line-height:25px;
}
.contact-flex span.psmall {font-size:14px; font-style:italic; line-height:-20px;
}
.hoplinks-flex  {
  display:block;
  padding:20px 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hoplinks-flex div{
  width: ;
  text-align:center;
  justify-content: center;
  overflow-wrap: break-word; margin-top:25px;
}
.hoplinks-flex p{
  margin-bottom:5px; margin-top:30px;
}
.keywords-flex, .banner-flex {
  display:flex;
  justify-content: space-around;
  flex-wrap:wrap;
  padding:10px 0px;
}
.banner-flex div, .keywords-flex div{
  width:45%;
  text-align:center;
  justify-content: center;
  overflow-wrap: break-word;
  margin-bottom:30px;
}
.banner-flex div img {
  max-height:300px;
  width:auto;
}

.keywords-flex div textarea {
  font-family: 'Roboto', sans-serif;
  color: #363636;
  padding:10px;
  line-height:1.5em;
  font-size:14px;
  height:150px;
  width:100%;
  border: 1px solid #F0F0F0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  resize:none;
}
.banners-flex {
  width:100%;
  text-align:center;
  overflow-wrap: break-word;
}
.steve-feature3, .mob-show {
    display:none;
}
.aff-prog-logo {
  display:flex;
  justify-content:center;
}
.aff-prog-logo img {
  margin:15px;
}
.aff-check-bul ul {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  list-style:none;
  width:80%;
  margin:0 auto;
}
.aff-check-bul ul li {
  width:100%;
  background:url(../images/check-icon.png) no-repeat;
  background-position:0% 50%;
  padding:20px 10px 20px 50px;
}
.new-update {
  border:#F30004 solid thick;
  font-size:24px;
  font-weight:bold;
  line-height:.05em !important;
  width:30%;
}
.update-bade-flex {
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
}
.update-bade-flex img {
  margin:0px 10px;
}
.sched-date-flex {
  display:flex;
  justify-content:center;
  margin-top:30px;
}
.sched-date-flex div{
  flex:1 0 30%;
}
.pricing-info-flex {
  display:flex;
  justify-content:center;
}
.pricing-info-flex h2 {
  line-height:.8em;
}
.desk-bg {
  background:#2A2A2A  url(../images/desk-ipad-calendar.jpg) bottom fixed;
}
.sec-pad {
  padding:70px 0px;
}
/*SPLASH PAGE*/
.splash-btn-flex {
  display:flex;
  justify-content: space-around;
}
.splash-item {
  width:45%;
  text-align:center;
}
.watch-vid-btn {
  display:block;
  text-decoration:none;
  background: #ab0303;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  box-sizing: border-box;
  color:#fff;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  font-size: 16px;
  padding:15px;
  outline: none;
  position: relative;
  text-align: center !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
	-moz-appearance: none;
  margin-top:15px;
}
.brand-pdf {
    display: flex; 
    justify-content: center;
    align-items: center;
}
.brand-pdf div {
    width: 50%;
    text-align: center;
}
.brand-pdf a {
    display: block;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    text-decoration: none;
    background: #8c0f0f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 15px;
    outline: none;
    position: relative;
    text-align: center !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 15px;
}
.brand-pdf a:hover {
    background:#9e1010;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    color: #fff;
}
/*banner set---------------------------------------------------------*/
.bannerset {
    display: flex;
    justify-content: center;
    align-items: center; margin-bottom:40px; padding:15px 0;
}
.bannerset div {
    width: 32%;
    text-align: center;
}
.bannerset a {
    display: block;
    width: 80%;
    margin: 0 auto;
        margin-top: 0px;
    text-decoration: none;
    background: #8c0f0f;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    color: #fff;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 10px;
    outline: none;
    position: relative;
    text-align: center !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-top: 15px;
}
.bannerset a:hover {
    background: #9e1010;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    color: #fff;
}
input[type="text"] {
    border: 1px solid #9e1010; margin-top:1px;
    padding: 8px;
    font-size: .9em; width:85%; color:#666;
}
.tooltip {
    position: relative;
    display: inline-block;
	width:70%
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 50%;
    left: 66%;
    margin-left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 45px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
button {
    background: #ce8585;
    display: inline-block;
    padding: 9px 14px;
    border: 1px solid #9e1010;
    text-decoration: none;
    cursor: pointer;
    color: #9e1010;margin-top: 5px;
}
button:hover{
    border-color: #9e1010
}
@media screen and (max-width : 489px ) {
H1 {
  font-size:130%;
  margin-bottom:.3em;
}
H2 {
  font-size:120%;
  margin-bottom:.5em;
}
.header-logo {
	  max-width: 300px;
	  padding:20px 0px;
}

.logo-sub { 
	font-size:25px;
	padding:0px 20px 30px;
}
	button {margin-top:5px;}
	.aff-gen-form-box {width:100%;}
    body { font-size:14px;}
    .content_o, .content-price {
       width: 100%;
       margin:0 auto;
       padding:0 10px;
    }
    .footer-nav ul {
      display:block;
      justify-content: center;
    }

    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:100%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    div.panel {
      padding: 0px 15px;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
	
    .hoplinks-flex, .keywords-flex  {
      display:block;
      justify-content: space-around;
      padding:0px;
    }
    .hoplinks-flex div, .keywords-flex div {
      width:100%;
      text-align:center;
      padding:10px 0px;
      overflow-wrap: break-word;
    }
	.hoplinks-flex div p { margin-bottom:3px;}
    .mob-hid {
      display:none;
    }
    .mob-show {
      display:block;
      margin:0 auto;
    }
    .contact-flex {
      display:block;
    }
    .contact-flex p {
      width:90%;
    }
    .aff-check-bul ul {
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      list-style:none;
      width:90%;
      margin:0 auto;
    }
    .aff-check-bul ul li {
      width:100%;
      background:url(../images/check-icon.png) no-repeat;
      background-position:0% 50%;
      padding:20px 10px 20px 50px;
    }
    .aff-prog-logo {
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
    }
    .update-bade-flex {
      display:block;
      flex-direction:row-reverse;
    }
    .update-bade-flex img {
      margin:10px 0px;
    }
	
	.brand-pdf {
	 display: block;
	}
	.brand-pdf div {
    width: 100%;
    text-align: center;
	}
	.aff-imgs-flex {
  		display:block; width:100%; margin: 0 auto;
  		align-items:center;
	}

	.bannerset {
    	display: block;
	}
	.bannerset div {
    	width: 90%; margin:0 auto;
    	text-align: center;
	}
	.ocFlex {
	display:block;
}
	.ocFlex div{ width:90%;}
	.pricing-section__title {
	font-size: 2em;
	font-weight: 700;
	margin: 1em .4em 1em;
	flex: none;
}
.imgfloatr {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }

}
@media screen and (min-width : 490px ) and (max-width : 634px ) {
H1 {
  font-size:180%;
  margin-bottom:.3em;
}
H2 {
  font-size:140%;
  margin-bottom:.5em;
}	
	.imgfloatr {
    display:block;max-width:330px;float: none; text-align:center; margin:0 auto;
}
    body { font-size:15px;}
    .content, .content-price {
       width: 100%;
       margin:0 auto;
    }
    .main-vid {
      padding:0px;
    }
.header-logo {
	  max-width: 400px;
	  padding:20px 0px;
}
.logo-sub { font-size:19px;}	
    .aff-signup {
      display:block;
      justify-content:center;
      align-items:center;
      margin:20px 0px;
    }
    .aff-ready {
      width:100%;
      height:auto;
      display:block;
      margin:0 auto;
      text-align:center;
    }
    .aff-signup-form, .members-login-form {
      text-align:center;
      padding:20px 10px;
      width:100%;
      height:auto;
      border-right:none;
      border-bottom:1px #DDDDDD solid;
      margin:0 auto;
      margin-bottom:20px;
    }
    .aff-resouces {
      display:block;
      justify-content:center;
      align-items:flex-start;
      margin:20px 0px;
    }
    .aff-resouces img {
      max-width:80%;
      height:auto;
      display:block;
      margin:0 auto
    }
    .aff-resouces-det {
      width:100%;
      height:auto;
      margin:0 auto;
    }
    .float-img-right {
      float:none;
      display:block;
      margin:0 auto;
      max-width:100%;
      height:auto;
    }
    .mob-hid {
      display:none;
    }
    .mob-show {
      display:block;
      margin:0 auto;
    }
    .contact-flex {
      display:block;
    }
    .contact-flex p {
      width:100%;
    }
}
@media only screen and (min-width : 635px ) and (max-width : 767px) {
  body { font-size:16px;}
  .content,.content-price {
       width: 100%;
       margin:0 auto;
    }
   .aff-ready {
      width:30%;
      height:auto;
      display:block;
      margin:0 auto;
      text-align:center;
    }
    .aff-signup-form, .members-login-form {
      text-align:center;
      padding:20px 10px;
      width:60%;
      height:auto;
      margin:0 auto;
    }
	.aff-nav {
      width:100%;
      margin-bottom: 0px; margin-top:0px;
    }
	
}
@media only screen and (max-width:768px) {
.header-logo {
    max-width: 95%;
    padding: 30px 0px 0px;
}
.logo-sub {
    font-size: 16px;
	padding: 0px 5px 30px;
	line-height:20px;
}

    .content-wrap, .content, .content-price {
      width:100%;
      margin:0 auto;
    }
     {
    }
    .vid-wrap {
      width:95%;
      margin:0 auto;
    }
    .footer-wrap {
      height: 100%;
    }
    .footer-nav ul {
      justify-content: center;
    }
    .footer-nav ul li {
     padding: 8px 5px;
    }
    .footer-nav ul li a {
      color:#fff;
      text-decoration:none;
    }
    .aff-nav {
      width:100%;
      margin-bottom: 0px; margin-top:0;
    }
    .menu {
      position:relative;
      display:inline-block;
      left:10px;
    }
    .menu ul.active {
      display:none;
    }
    .menu ul {
      width:250px;
      display:block;
      position:absolute;
      top:120%;
      left:0px;
      padding:0px 0px;
      box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    }
    .menu ul:after {
      width:0px;
      height:0px;
      position:absolute;
      top:0%;
      left:22px;
      content:'';
      transform:translate(0%, -100%);
      border-left:7px solid transparent;
      border-right:7px solid transparent;
      border-bottom: 7px solid #8c0f0f;
    }
    .menu ul li {
      margin:0px;
      float:none;
      display:block;
      -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
    }
    .menu a {
      display:block;
       margin-bottom: -4px;
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    background: #a41f18;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
    }
    .toggle-nav {
      padding:15px;
      float:left;
      display:inline-block;
      -webkit-border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      -moz-border-radius-topleft: 10px;
      -moz-border-radius-topright: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      color:#777;
      font-size:20px;
      transition:color linear 0.15s;
    }
}
@media screen and (min-width : 490px ) and (max-width : 812px ) {
 
    .content-wrap, .content, .content-price {
      width:100%;
      margin:0 auto;
    }
.header-logo {
	  max-width: 400px;
	  padding:15px 0px 0px;
}

.logo-sub { 
	font-size:19px;
	padding:0px 50px 30px;
	line-height:25px;
}
    .vid-wrap {
      width:95%;
      margin:0 auto;
    }
    .footer-wrap {
      height: 100%;
    }
    .footer-nav ul {
      justify-content: center;
    }
    .footer-nav ul li {
     padding: 8px 5px;
    }
    .footer-nav ul li a {
      color:#fff;
      text-decoration:none;
    }
    .aff-nav {
      width:100%;
      margin-bottom: 0px; margin-top:0;
    }
    .menu {
      position:relative;
      display:inline-block;
      left:10px;
    }
    .menu ul.active {
      display:none;
    }
    .menu ul {
      width:250px;
      display:block;
      position:absolute;
      top:120%;
      left:0px;
      padding:0px 0px;
      box-shadow:0px 1px 1px rgba(0,0,0,0.15);
	  z-index:1;
    }
    .menu ul:after {
      width:0px;
      height:0px;
      position:absolute;
      top:0%;
      left:22px;
      content:'';
      transform:translate(0%, -100%);
      border-left:7px solid transparent;
      border-right:7px solid transparent;
      border-bottom: 7px solid #650e0e;
    }
    .menu ul li {
      margin:0px;
      float:none;
      display:block;
      -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
    }
    .menu a {
      display:block;
       margin-bottom: -5px;
    text-decoration: none;
    color: #fff;
    padding: 20px 30px;
    font-size: 15px;
    background: #a41f18;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    
    }
    .toggle-nav {
      padding:15px;
      float:left;
      display:inline-block;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -moz-border-radius-topleft: 2px;
      -moz-border-radius-topright: 2px;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      color:#777;
      font-size:20px;
      transition:color linear 0.15s;
    }
	.imgfloatr {
    display:block;max-width:100%;float: none; text-align:center; margin:0 auto;
}
}
@media only screen and (min-width:813px) and (max-width:890px) {
.aff-nav  {
      width:100%;
      margin:0 auto;
      margin-bottom: 0px;
      margin-top: 20px;
    }
.menu a {
      padding:20px 16px;
    }
.header-logo {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0px 0px;
}


}
@media only screen and (min-width:891px) and (max-width:1024px) {
    .content-wrap {
      width:100%;
      margin:0 auto;
      margin-bottom: 20px;
    }
    .aff-nav  {
      width:100%;
      margin:0 auto;
      margin-bottom: 0px;
      margin-top: 20px;
    }
    .content, .content-price {
      width:100% !important;
      margin:0 auto;
    }
    .menu ul {
    /*padding-bottom: 20px;*/
    }
    .menu a {
      padding:20px 20px;
    }
}
@media screen and (min-width : 981px) {
    .content-wrap {
      width:100%;
      margin: 0 auto;
      background:#FFFFFF;
    }
     #header-nav {
      width: 960px;
      margin: 0 auto;
    }
	.header-logo {
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    /*padding: 40px 0px 0px;*/
}

}

.testimony-title {
	margin-bottom: 20px;
	font-size: 18px;
}

.testimonial {
	max-width: 700px;
	margin: 15px auto;
	padding: 0!important;
}

.testimonial .item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
	margin-top: 10px;
	padding: 0;
}

.testimonial .img {
    width: 30%;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}
.testimonial img {
	display: block;
	max-width: 100%;
}

.testimonial .desc {
    width: 100%;
    box-sizing: border-box;
	text-align: left;
	line-height: 1.5em;
	margin-top: 0;
	padding: 0;
}

@media screen and (min-width: 768px ) {
	
.testimony-title {
	font-size: 35px;
}
.testimonial .item {
    display: flex;
		flex-direction: row;
	}
	.testimonial .img {
		width: 15%;
		margin-bottom: 0;
	}
	
	.testimonial .desc {
		width: 85%;
    	padding: 0 0 0 15px;
	}
}