@charset "UTF-8";
/* css Document */

/*Font Syntax*/

@font-face {
	font-family:'Heavitas';
	src:url(../FONTS/Heavitas.ttf) format('truetype');
	}
	
@font-face {
	font-family:'Avenir-Heavy';
	src:url(../FONTS/Avenir-Heavy.ttf) format('truetype');
	}
	
@font-face {
	font-family:'Avenir-Book';
	src:url(../FONTS/Avenir-Book.ttf) format('truetype');
	}
	
@font-face {
	font-family:'Avenir-Next';
	src:url(../FONTS/AvenirNext-DemiBold.ttf) format('truetype');
	}
	
/*End of Font Syntax*/

* { margin:0; padding:0;} /*reset all default spacing*/

html {
	min-width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}


#container {
	width:100%;
	}
	
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

/*Mainnav*/
	
#mainnav {
	width:100%;
	height:120px;
	float:left;
	}
	
	
#logo {
	width:130px;
	height:100px;
	float:left;
	}
	
#logo a {
	float:left;
	padding:10px;
	}
	
#mainnav ul li {
	list-style:none;
	float:left;
	margin:30px 0px 0px 30px;
	width:140px;
	text-align:center;
	}
	
#mainnav ul li a {
	font-family:'Heavitas', sans-serif;
	color:#FFF;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	/*text-shadow: 0.5px 0.5px 1px #000000;*/
	}
	
#mainnav ul li a:hover {
	cursor:pointer;
	color:#ffe300;
	}
	
#mainnav ul li.special {
	width:135px;
	margin-top:37px;
	}
	
#mainnav ul li.special2 {
	width:120px;
	margin-left:10px;
	}
	
#mainnav ul li.special3 {
	width:110px;
	margin-left:10px;
	}
	
#mainnav ul li.special4 {
	width:150px;
	margin-left:20px;
	margin-top:37px;
	}
	
#mainnav ul li.special5 {
	width:40px;
	margin-left:0px;
	margin-top:37px;
	}
	

	
/*Search Bar*/	
	
#searchbar {
	width:300px;
	height:40px;
	float:right;
	margin:40px -20px 0px 0px;/*top right bottom left*/
	}
	
	
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-content p {
	float:left;
	color:#FFF;
	font-size:14px;
	font-family:'Avenir-Book', sans-serif;
	margin-top:50px;
	margin-left:50px;
	}

#searchbar button {
	font-family:'Heavitas', sans-serif;
	background:#ffd80e;
	color:#000;
	font-size:14px;
	width:260px;
	border:none;
	padding:11px 0px 10px 0px;
	transition:all ease 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	cursor:pointer;
	}
	
#searchbar button:hover {
	background:#000;
	color:#ffd80e;
	}
	
.navbar-iief {
  font-family:'Avenir-Book', sans-serif;
  font-size:14px;
  margin-top:-130px;
}

.navbar-iief h1.likert-header {
  padding-left:4.25%;
}
.navbar-iief form .statement {
  display:block;
  font-size: 14px;
  font-weight: bold;
  margin-top:80px;
}

.navbar-iief form .statement-top {
  display:block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom:10px;
}

.navbar-iief form .likert {
  list-style:none;
  width:80%;
  margin:0px 50px 50px 0px;
  display:block;
}
.navbar-iief form .likert:last-of-type {border-bottom:0;}
.navbar-iief form .likert:before {
  content: '';
  position:relative;
  top:11px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:78%;
}
.navbar-iief form .likert li {
  display:inline-block;
  width:19%;
  text-align:center;
  vertical-align: top;
}
.navbar-iief form .likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-6px;
  margin-top:-28px;
  
}


/* Modal Content/Box */
.modal-content {
    background-color: transparent;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 90%; /* Could be more or less, depending on screen size */
	height:950px;
}

/* The Close Button */
.close {
    color: #0db6ac;
    float: right;
    font-size: 28px;
    font-weight: bold;
	font-family:'Heavitas', sans-serif;
	transition:all ease 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
}

.close:hover,
.close:focus {
    color: #11d8cc;
    text-decoration: none;
    cursor: pointer;
}
	
#searchbar .cta {
	font-family:'Heavitas', sans-serif;
	width:400px;
	height:30px;
	color:#000;
	background-color:transparent;
	text-transform:uppercase;
	text-decoration:none;
	margin:20px 10px 0px -25px;
	font-size:23px;
	border:5px solid #000;
	cursor:pointer;
	padding:15px 10px 5px 10px;
	transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	letter-spacing:0.5px;
}

#searhbar a {
	text-decoration:none;
	}

#bob-subhead .cta:hover {
	background:#000;
	color:#FFF;
	}
	
	
/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../FONTS/icomoon/icomoon.eot');
	src:url('../FONTS/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../FONTS/icomoon/icomoon.woff') format('woff'),
		url('../FONTS/icomoon/icomoon.ttf') format('truetype'),
		url('../FONTS/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*End of Search Bar*/


/*Sticky Menu*/	
/* Float Panel : class="float-panel" */
.float-panel {
	position:fixed;
	width:100%;
	top:0;
	background:#0db6ac;
	z-index:9000;
	}
	
.float-panel .content-area {
	margin:10px auto;
	}
	
.float-panel .logo { 
 	position:absolute; left:0px; top:-4px;
	}
        
.float-panel a {
	font-size:16px;
	text-decoration:none;
	color:#444;
	display:inline-block;
	padding:16px 20px;
	}
    
.float-panel .may-hide  {
	display:inline-block;
	opacity:1;
	transform:translate(0px, 0px);
	transition:all 0.15s ease 0.1s;
		}

.float-panel .fa-gg {
	display:inline-block;
	font-size:35px; 
	color:#5CE600; 
	vertical-align:middle; 
	transform:translate(-3px, 0px);
	transition:all 0.15s ease 0.1s;
	}
	

/* Sticky Float Panel: class="float-panel fixed" */
.fixed { /*change here for after roll-over*/
	
	z-index:9998;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);
	background-color:#0db6ac;
	transition:all ease 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	}
	
        .fixed .may-hide  {opacity:0;transform:translate(0px, -20px);}
        .fixed .fa-gg {transform:translate(70px, 0px);}
        .fixed .logo-text {transform:translate(-58px, 0px); font-size:14px;}
		
		
/*Footer*/

#footer1 {
	width:100%;
	height:150px;
	float:left;
	background-color:#0ed2b5;
	}
	
#f-contactus {
	width:400px;
	height:150px;
	float:left;
	background-color:#0ed2b5;
	}
	
#f-contactus p {
	font-family:'Heavitas', sans-serif;
	color:#FFF;
	font-size:20px;
	margin:30px 0px 0px 80px;
	letter-spacing:1px;
	}
	
#f-contactus a {
	text-decoration:none;
	}
	
#f-contactus ul {
	list-style:none;
	color:#000;
	text-transform:uppercase;
	line-height:1.5em;
	float:left;
	margin:22px 1px 0px 80px;
	}
	
.contacttitle {
	font-family:'Avenir-Heavy', sans-serif;
	}
	
.email {
	text-transform:lowercase;
	font-family:'Avenir-Book', sans-serif;
	margin-left:-50px;
	}
	
.contactinfo {
	font-family:'Avenir-Book', sans-serif;
	margin-left:-50px;
	}
	
	
#f-socialmedia {
	width:300px;
	height:200px;
	float:left;
	}
	
#f-socialmedia p {
	font-family:'Heavitas', sans-serif;
	color:#FFF;
	font-size:20px;
	margin-top:30px;
	margin-left:5px;
	letter-spacing:1px;
	}
	
#f-socialmedia img {
	margin-left:10px;
	margin-top:15px;
	cursor:pointer;
	}
	
#f-socialmedia img:hover {
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	}
	
/*Mailing List*/
	
#mailinglist {
	font-family:'Heavitas', sans-serif;
	color:#FFF;
	font-size:20px;
	margin-top:30px;
	margin-left:5px;
	letter-spacing:1px;
	}
	
#mailinglist input[type="text"] {
	margin:18px 0px 0px 0px;/*top right bottom left*/
	border:none;
	height:35px;
	width:250px;
	background-color:white;
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	float:left;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	padding-left:10px;
	}
	
#mailinglist button {
	background-color:#000;
	border:none;
	margin:18px 10px 0px 0px;/*top right bottom left*/
	font-size:23px;
	color:#FFF;
	padding:6px;
	float:left;
	width:40px;
	height:35px;
	transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	}
	
	
#mailinglist ::placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist ::-webkit-input-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist :-moz-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist ::-moz-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist ::-o-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist ::-ms-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:14px;
	}
	
#mailinglist button:hover {
	color:#ffe300;
	}
	
#mailinglist input[type="text"]:focus {
	width:400px;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	}
	
#footer2 {
	width:100%;
	height:50px;
	float:Left;
	background-color:#54dfca;
	color:#485150;
	font-family:' Avenir-Book', sans-serif;
	text-align:center;
	letter-spacing:1px;
	}
	
#footer2 p {
	margin-top:20px;
	font-size:14px;
	}
	
/*Index Page*/
	
/*Section 1*/
	
#section1 {
	width:100%;
	float:left;
	height:620px;
	background:#0db6ac;
	}

	
#bob {
	width:100%;
	height:500px;
	float:left;
	margin-top:120px;
	z-index:1000;
	}
	
#bob-head {
	font-family:'Heavitas',sans-serif;
	font-size:44px;
	letter-spacing:1px;
	color:#FFF;
	position:absolute;
	margin:130px 0px 0px 263px;
	z-index:3000;
	}
	
#bob-subhead {
	font-family:'Heavitas', sans-serif;
	font-size:18px;
	letter-spacing:1px;
	color:#000;
	position:absolute;
	margin:180px 0px 0px 450px;
	z-index:3010;
	}
	
/*BOB IIEF Questionnaire*/


#bob-subhead .cta {
	font-family:'Heavitas', sans-serif;
	width:400px;
	height:30px;
	color:#000;
	background-color:#ffd80e;
	text-transform:uppercase;
	text-decoration:none;
	margin:20px 10px 0px -25px;
	font-size:23px;
	cursor:pointer;
	padding:15px 10px 5px 10px;
	transition:all ease-in-out 0.1s;
	-webkit-transition:all ease-in-out 0.1s;
	-moz-transition:all ease-in-out 0.1s;
	-o-transition:all ease-in-out 0.1s;
	-ms-transition:all ease-in-out 0.1s;
	letter-spacing:0.5px;
}

#bob-subhead .subhead {
	margin-left:-55px;
	margin-top:40px;
	}

#bob-subhead a {
	text-decoration:none;
	}

#bob-subhead .cta:hover {
	background:#000;
	color:#ffd80e;
	}	
	
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search p {
	color:#FFF;
	font-family:'Avenir-Heavy', sans-serif;
	position:absolute;
	margin-top:-300px;
	}

#bob-subhead a {
	text-deocoration:none;
	}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}

  
#search .close {
    position: fixed;
	margin-top:150px;
	margin-left:1220px;
	  opacity: 1;
	  font-size: 20px;
  	color: #fff;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
}

#search #scoretable {
	width:200px;
	height:100px;
	background-color:#FFF;
	position:absolute;
	margin-top:480px;
	margin-left:700px;
	color:#000;
	
	}
	
#search #scoretable p {
	font-family:'Avenir-Heavy', sans-serif;
	}
	
#search p {
	position:absolute;
	margin-top:480px;
	margin-left:680px;
	color:#FFF;
	font-size:14px;
	font-family:'Avenir-Book', sans-serif;
	}

#search .close:hover{
  color: #0db6ac;
  cursor: pointer;
}

.wrap {
	margin-left:70px;
	float:left;
	}
	
.wrap-right {
	margin-left:670px;
	float:left;
	margin-top:-593px;
	}


h1.likert-header {
  padding-left:4.25%;
  margin-top:140px;
  font-family:'Avenir-Book', sans-serif;
  color:#FFF;
  font-size:14px;
}
form .statement {
  display:block;
  font-size: 14px;
  padding: 30px 0 0 4.25%;
  margin-top:-10px;
  margin-bottom:20px;
  font-family:'Avenir-Book', sans-serif;
  color:#FFF;
  height:30px;
  width:700px;
}
	
form .statement-top {
  display:block;
  font-size: 14px;
  padding: 20px 0 0 4.25%;
  margin-bottom:10px;
  margin-bottom:20px;
  font-family:'Avenir-Book', sans-serif;
  color:#FFF;
  width:700px;
}

form .statement-long {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	margin-left:4.25%;
	margin-top:20px;
	font-size:14px;
	width:680px;
	margin-bottom:20px;
	text-align:justify;
	display:block;
	}

form .likert {
  list-style:none;
  width:60%;
  margin:0;
  display:block;
  font-family:'Avenir-Book', sans-serif;
  color:#FFF;
  font-size:12px;
  margin-bottom:10px;
}
form .likert:last-of-type {border-bottom:0;}
form .likert:before {
  content: '';
  position:relative;
  top:11px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:78%;
}
form .likert li {
  display:inline-block;
  width:19%;
  text-align:center;
  vertical-align: top;
}
form .likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  left:50%;
  margin-left:-10px;
  margin-bottom:5px;
  
}
form .likert li label {width:100%;}
form .buttons {
  margin:30px 0;
  padding:0 4.25%;
  text-align:right;
} 
form .buttons button {
  padding: 5px 10px;
  background-color: #67ab49;
  border: 0;
  border-radius: 3px;
}
form .buttons .clear {background-color: #e9e9e9;}
form .buttons .submit {background-color: #67ab49;} 
form .buttons .clear:hover {background-color: #ccc;}
form .buttons .submit:hover {background-color: #14892c;} 
	
/*End of IIEF Questionnaire*/
	
#man-left {
	width:400px;
	height:472px;
	background:url(../images/man-left.png);
	background-size:400px 472px;
	margin:28px 0px 0px 50px;/*top right bottom left*/
	float:left;
	position:absolute;
	}

#man-right {
	width:400px;
	height:472px;
	float:right;
	background:url(../images/man-right.png);
	background-size:400px 472px;
	margin:28px 50px 0px 800px;
	position:absolute;
	overflow:hidden;
	}	
	
#div1 {
	width:100%;
	height:1280px;
	float:left;
	background-color:#000;
	font-family: 'Heavitas', sans-serif;
    background:#FFF;
	}
	
#div2 {
	width:100%;
	height:900px;
	}
	
/*Section 2*/

#section2 {
	width:1260px;
	float:left;
	}


#man1 {
	width:240px;
	height:470px;
	float:left;
	margin:50px 0px 0px -70px;/*top right bottom left*/
	}
	
#man1-text {
	width:240px;
	height:400px;
	float:left;
	margin-left:0px;
	margin-top:30px;
	}
	
#man1-text p {
	font-size:16px;
	margin-left:0px;
	width:240px;	
	line-height:1.3em;
	text-align:justify;
	}
	
#man1-text h3 {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	}
	
#man2-text h3 {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	}
	
#girl1-text h3 {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	}
	
#girl2-text h3 {
	font-family:'Heavitas', sans-serif;
	text-align:center;
	}
	
#man1-text h4 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	}
	
#man2-text h4 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	}
	
#girl1-text h4 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	}
	
#girl2-text h4 {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	}
	
#man2 {
	width:240px;
	height:240px;
	float:left;
	margin:50px 0px 0px 50px;
	}
	
#man2-text {
	width:240px;
	height:200px;
	float:left;
	margin-left:0px;
	margin-top:30px;
	}
	
#man2-text p {
	font-size:16px;
	text-align:justify;
	margin-left:0px;
	width:240px;	
	line-height:1.3em;
	}
	
#girl1 {
	width:240px;
	height:240px;
	float:left;
	margin:50px 0px 0px 0px;
	}	
	
#girl1-text {
	width:240px;
	height:200px;
	float:left;
	margin-left:0px;
	margin-top:30px;
	}
	
#girl1-text p {
	font-size:16px;
	text-align:justify;
	margin-left:0px;
	width:240px;	
	line-height:1.3em;
	}
	
#girl2 {
	width:240px;
	height:240px;
	float:left;
	margin:50px -70px 0px 50px;
	}	
	
#girl2-text {
	width:240px;
	height:200px;
	float:left;
	margin-left:0px;
	margin-top:30px;
	}
	
#girl2-text p {
	font-size:16px;
	text-align:justify;
	margin-left:0px;
	width:240px;	
	line-height:1.3em;
	}


/*End of Index Page*/

/*About Us Page*/


/*Vision*/

#vision {
	width:100%;
	height:400px;
	background:url(../images/vision.png);
	background-size:100% 457px;
	padding-top:100px;
	margin-top:50px;
	float:left;
	}
	
#vision .visiontitle {
	color:#FFF;
	font-family:'Heavitas', sans-serif;
	font-size:35px;
	margin:100px 0px 0px 530px;
	float:left;
	}
	
#vision .visiontext {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	float:left;
	text-align:center;
	margin:20px 0px 0px 280px;
	line-height:1.3em;
	}
	
/*Mission*/
	
#mission {
	width:100%;
	height:800px;
	background-color:#f5f5f5;
	float:left;
	}
	
#mission p {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	text-transform:uppercase;
	text-align:center;
	margin-top:50px;
	}
	
#stigma {
	width:280px;
	height:550px;
	float:left;
	background-color:#FFF;
	margin:50px 0px 0px 150px;
	}
	
#stigma .m-title {
	font-family:'Heavitas', sans-serif;
	font-size:24px;
	color:#d8b818;
	letter-spacing:1px;
	margin:30px 0px 0px 0px;
	line-height:1.3em;
	}
	
#research .m-title {
	font-family:'Heavitas', sans-serif;
	font-size:22px;
	color:#d8b818;
	letter-spacing:1px;
	margin:30px 0px 0px 0px;
	line-height:1.3em;
	}
	
#educate .m-title {
	font-family:'Heavitas', sans-serif;
	font-size:24px;
	color:#d8b818;
	letter-spacing:1px;
	margin:30px 0px 0px 0px;
	line-height:1.3em;
	}
	
#research {
	width:280px;
	height:550px;
	float:left;
	background-color:#FFF;
	margin:50px 0px 0px 50px;
	}
	
#educate {
	width:280px;
	height:550px;
	float:left;
	background-color:#FFF;
	margin:50px 0px 0px 50px;
	}

#stigma img {
	margin:20px 0px 0px 55px;
	}
	
#research img {
	margin:20px 0px 0px 55px;
	}
	
#educate img {
	margin:18px 0px 0px 55px;
	}
	
	
#stigma .m-content {
	font-family:'Avenir-Next', sans-serif;
	font-size:14px;
	padding:0px 20px 0px 20px;
	line-height:1.5em;
	letter-spacing:1px;
	color:#000;
	text-align:justify;
	text-transform:none;
	}
	
#research .m-content {
	font-family:'Avenir-Next', sans-serif;
	font-size:14px;
	padding:0px 20px 0px 20px;
	line-height:1.5em;
	letter-spacing:1px;
	color:#000;
	text-align:justify;
	text-transform:none;
	}
	
#educate .m-content {
	font-family:'Avenir-Next', sans-serif;
	font-size:14px;
	padding:0px 20px 0px 20px;
	line-height:1.5em;
	letter-spacing:1px;
	color:#000;
	text-align:justify;
	text-transform:none;
	}
	
	
/*About Us*/

#aboutus {
	width:100%;
	height:920px;
	background-color:#FFF;
	float:left;
	}	
	
#aboutus #wwa-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	text-transform:uppercase;
	margin:70px 0px 0px 150px;
	}
	
#aboutus #wwa-subtitle {
	font-family:' Avenir-Book', sans-serif;
	font-size:18px;
	color:#000;
	margin:30px 0px 0px 300px;
	text-align:center;
	letter-spacing:1px;
	width:700px;
	}
	
#cass, #sofia, #gracia, #yuxiang {
	width:240px;
	height:240px;
	background-color:black;
	float:left;
	}
	
#cass {
	background:url(../images/cass.png);
	background-size:240px 240px;
	margin:0px 0px 50px 200px;
	}
	
#sofia {
	background:url(../images/sof.png);
	background-size:240px 240px;
	margin:0px 0px 0px 200px;
	}
	
#gracia {
	background:url(../images/gracia.png);
	background-size:240px 240px;
	margin-top:50px;
	}
	
#yuxiang {
	background:url(../images/yx.png);
	background-size:240px 240px;
	margin-right:200px;
	}
	
#cass .name {
	font-family:'Heavitas', sans-serif;
	color:#f4ca07;
	margin-left:-95px;
	margin-top:80px;
	font-size:24px;
	}
	
#gracia .name {
	font-family:'Heavitas', sans-serif;
	color:#f4ca07;
	margin-top:80px;
	margin-left:40px;
	font-size:24px;
	}
	
#yuxiang .name {
	font-family:'Heavitas', sans-serif;
	color:#f4ca07;
	margin-top:80px;
	margin-left:30px;	
	font-size:24px;
	}
	
#sofia .name {
	font-family:'Heavitas', sans-serif;
	color:#f4ca07;
	margin-left:-75px;
	margin-top:80px;
	font-size:22px;
	}
	
#cass .jobtitle {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:16px;
	margin:10px 0px 0px -138px;
	letter-spacing:1.5px;
	}
	
#sofia .jobtitle {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:16px;
	letter-spacing:1.5px;
	margin:10px 0px 0px -147px;
	}
	
#yuxiang .jobtitle {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:16px;
	letter-spacing:1.5px;
	margin:10px 0px 0px 60px;
	}
	
#gracia .jobtitle {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:16px;
	letter-spacing:1.5px;
	margin:10px 0px 0px 82px;
	}
	
#cass .jobemail {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px -92px;
	
	}
	
#cass .jobemail a {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px -92px;
	text-decoration:none;
	}
	
#cass .jobemail a:hover {
	text-decoration:underline;
	}
	
#sofia .jobemail {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px -85px;
	}
	
#sofia .jobemail a {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px -92px;
	text-decoration:none;
	}
	
#sofia .jobemail a:hover {
	text-decoration:underline;
	}
	
#gracia .jobemail {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px 40px;
	}
	
#gracia .jobemail a {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	}
	
#gracia .jobemail a:hover {
	text-decoration:underline;
	}
	
#yuxiang .jobemail {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px 50px;
	}
	
#yuxiang .jobemail a {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	font-size:14px;
	letter-spacing:1px;
	margin:10px 0px 0px 0px;
	text-decoration:none;
	}
	
#yuxiang .jobemail a:hover {
	text-decoration:underline;
	}

/*End of About Us Page*/

/*What is ED*/

#concern {
	width:100%;
	height:400px;
	background-color:#0db6ac;
	margin-top:120px;
	float:left;
	}
	
#concern img {
	margin-top:69px;
	margin-left:80px;
	float:left;
	}
	
#concern .c-title {
	font-family:'Heavitas', sans-serif; 
	font-size:48px;
	color:#FFF;
	width:700px;
	float:left;
	letter-spacing:1px;
	margin:90px 0px 0px 60px;
	}
	
#concern .c-words {
	font-family:'Avenir-Book', sans-serif;
	font-size:20px;
	color:#FFF;
	float:left;
	letter-spacing:0.7px;
	margin:10px 0px 0px 80px;
	width:600px;
	}
	
#video {
	width:100%;
	height:400px;
	float:left;
	background-color:#FFF;
	}
	
#video iframe {
	margin-left:390px;
	margin-top:40px;
	}
	
#video p {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	font-size:50px;
	color:#0db6ac;
	letter-spacing:1px;
	margin-top:35px;
	}
	
#symptoms {
	width:100%;
	height:450px;
	background-color:#FFF;
	float:left;
	}
	
#symptoms img {
	margin:90px 0px 0px 220px;
	float:left;
	}
	
#symptoms .s-title {
	font-family:'Heavitas', sans-serif;
	color:#0db6ac;
	float:left;
	font-size:40px;
	margin:130px 0px 0px 20px;
	}
	
#symptoms .s-words {
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	float:left;
	font-size:30px;
	width:400px;
	text-align:center;
	margin:200px 0px 0px -200px;
	}
	
#symptoms .highlight {
	color:#0db6ac;
	}
	
	
	
#effects {
	width:100%;
	height:700px;
	background-color:#FFF;
	float:left;
	}
	
#stats1 {
	width:100%;
	height:550px;
	background-color:#D8B9D7;
	float:left;
	margin-top:90px;
	margin-bottom:0px;
	background:url(../images/stats.png);
	}
	
#stats1 .top-title {
	font-family:'Heavitas', sans-serif;
	color:#0db6ac;
	font-size:42px;
	float:left;
	margin:90px 0px 0px 550px;
	}

#stats1 .top-words {
	font-family:'Avenir-Heavy', sans-serif;
	color:#000;
	font-size:36px;
	float:left;
	margin:10px 0px 0px 600px;
	}
	
#stats1 .white1 {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	margin-top:242px;
	margin:242px 0px 0px -930px;
	float:left;
	color:#FFF;
	letter-spacing:1.3px;
	}
	
#stats1 .white2 {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	margin:270px 0px 0px -930px;
	float:left;
	color:#FFF;
	letter-spacing:1.3px;
	}
	
#stats1 .yellow {
	font-family:'Heavitas', sans-serif;
	font-size:36px;
	color:#ffd215;
	float:left;
	margin:298px 0px 0px -930px;
	letter-spacing:1.3px;
	}
	
#stats1 .white3 {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	margin:333px 0px 0px -930px;
	float:left;
	color:#FFF;
	letter-spacing:1.3px;
	}
	
#effects .effectstitle {
	font-family:'Heavitas', sans-serif;
	font-size:36px;
	color:#0db6ac;
	text-align:center;
	margin-top:60px;
	}
	
#guyeffects {
	width:337px;
	height:530px;
	background:url(../images/effects-bg.png);
	background-size:337px 500px;
	float:left;
	margin:50px 0px 0px 270px;
	}
	
#girleffects {
	width:337px;
	height:530px;
	background:url(../images/effects-bg.png);
	background-size:337px 500px;
	float:left;
	margin:50px 0px 0px 50px;
	}
	
#guyeffects .photo {
	width:240px;
	height:240px;
	border-radius:240px;
	background-size:240px 240px;
	float:left;
	margin:20px 0px 50px 45px;
	}
	
#girleffects .photo {
	width:240px;
	height:240px;
	background:url(../images/effects-girl.png);
	border-radius:240px;
	background-size:240px 240px;
	float:left;
	margin:20px 0px 50px 45px;
	}
	
	
#effects .effects-text {
	text-align:justify;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	padding:0px 20px 0px 20px;
	margin:320px 0px 0px 0px;
	}
	
/*Hover*/

.hover12 figure {
	border-radius:240px;
	}

.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .3;	
}

/*Common Causes Slider*/

#commoncauses {
	width:100%;
	height:520px;
	float:left;
	background:url(../images/sliderbg.png);
	background-repeat:repeat;
	}
	
#commoncausestitle {
	width:100%;
	height:80px;
	background-color:#f5f5f5;
	float:left;
	}
	
#commoncausestitle p {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	color:#0db6ac;
	font-size:40px;
	margin-top:30px;
	}
	
/*Common Causes Slider*/

.da-slider{
	width: 100%;
	min-width: 520px;
	height: 420px;
	position: relative;
	margin: 30px auto;
	overflow: hidden;
	background: transparent url(../images/waves.gif) repeat 0% 0%;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #ffdb67;
	font-size: 30px;
	width: 50%;
	top: 60px;
	margin-top:40px;
	white-space: nowrap;
	z-index: 10;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-family: 'Heavitas', Arial, sans-serif;
}
.da-slide p{
	width: 45%;
	top: 155px;
	color: #FFF;
	font-size: 20px;
	line-height: 26px;
	height: 160px;
	overflow: hidden;
	font-family: 'Avenir-Book', Arial, sans-serif;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 70px;
	height: 256px;
	line-height: 320px;
	left: 110%; /*60%*/
}

.da-dots{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #0db6ac;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 50%;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background: #e4b42d;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
	-webkit-transition: opacity 0.4s ease-in-out-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out-out 0.2s;
	transition: opacity 0.4s ease-in-out-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.da-arrows span:hover:after{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.da-arrows span:active:after{
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 15px;
}
.da-arrows span.da-arrows-next{
	right: 15px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim1 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim2 0.6s ease-in-out 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
	animation: fromRightAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
	animation: fromRightAnim4 0.6s ease-in-out 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in-out 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in-out 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in-out 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in-out 0.6s both;
	animation: toRightAnim1 0.6s ease-in-out 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in-out 0.3s both;
	animation: toRightAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in-out both;
	-moz-animation: toRightAnim3 0.4s ease-in-out both;
	-o-animation: toRightAnim3 0.4s ease-in-out both;
	-ms-animation: toRightAnim3 0.4s ease-in-out both;
	animation: toRightAnim3 0.4s ease-in-out both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in-out both;
	-moz-animation: toRightAnim4 0.6s ease-in-out both;
	-o-animation: toRightAnim4 0.6s ease-in-out both;
	-ms-animation: toRightAnim4 0.6s ease-in-out both;
	animation: toRightAnim4 0.6s ease-in-out both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in-out both;
	-moz-animation: toLeftAnim1 0.6s ease-in-out both;
	-o-animation: toLeftAnim1 0.6s ease-in-out both;
	-ms-animation: toLeftAnim1 0.6s ease-in-out both;
	animation: toLeftAnim1 0.6s ease-in-out both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
	animation: toLeftAnim2 0.6s ease-in-out 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-moz-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-o-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	-ms-animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
	animation: toLeftAnim3 0.6s ease-in-out 0.6s both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-moz-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-o-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	-ms-animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
	animation: toLeftAnim4 0.6s ease-in-out 0.5s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	70%{ left: 30%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}


/*End of What is ED*/

/*Coping Methods Page*/

#copingmethods-banner {
	width:100%;
	height:400px;
	background-color:#0db6ac;
	padding-top:120px;
	float:left;
	}
	
#copingmethods-banner img {
	float:right;
	margin-top:-230px;
	}
	
#copingmethods-banner .man-right {
	margin:-140px 50px 0px -150px;
	float:right;
	}
	
#copingmethods-banner p {
	font-family:'Heavitas', sans-serif;
	font-size:50px;
	width:650px;
	color:#FFF;
	float:left;
	margin:70px 0px 0px 150px;
	line-height:1.5em;
	}
	
#cm-buttons {
	width:100%;
	height:120px;
	background-color:#FFF;
	float:left;
	}

#medication, #naturalremedies, #counselling, #implants, #penispump {
	width:150px;
	height:35px;
	background:#ffd80e;
	float:left;
	margin-top:30px;
	}
	
#naturalremedies, #counselling, #implants, #penispump {
	margin-left:30px;
	}
	
#medication {
	margin-left:200px;
	padding-top:20px;
	}
	
#medication a {
	margin-left:20px;
	}
	
#naturalremedies {
	margin-left:30px;
	padding-top:10px;
	height:45px;
	text-align:center;
	}
#counselling, #implants, #penispump {
	padding-top:20px;
	}
	
#cm-buttons a {
	font-family:'Heavitas', sans-serif;
	text-decoration:none;
	color:#000;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	text-align:center;
	}
	
#cm-buttons a:hover {
	color:#5e5e5e;
	background-color:#ffec87;
	}
	
/*Medication*/
	
#medication-content {
	width:100%;
	height:1320px;
	background:url(../images/faq-pattern.png);
	background-repeat:repeat;
	float:left;
	}
	
#medication-content .medication-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	margin:150px 0px 0px 180px;
	}
	
#medication-content .medication-box-title {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	color:#000;
	margin:50px 0px 0px 180px;
	float:left;
	}
	
#medication-content .medication-box-title2 {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	color:#000;
	margin:10px 0px 0px 180px;
	float:left;
	}
	
#inhibitors {
	width:900px;
	height:370px;
	background-color:#0db09d;
	float:left;
	margin:25px 0px 50px 180px;
	}
	
#inhibitors .whoisitfor {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	margin:30px 0px 0px 30px;
	font-size:14px;
	}
	
#inhibitors .firstline {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	margin:10px 0px 0px 40px;
	}
	
#inhibitors img {
	float:left;
	margin:70px 0px 0px 30px;
	}
	
#viagra {
	width:250px;
	height:300px;
	float:left;
	}
	
#viagra img {
	margin-top:-50px;
	}
	
#viagra p {
	font-family:'Heavitas', sans-serif;
	font-size:14px;
	color:#FFF;
	float:right;
	margin-top:-110px;
	text-align:center;
	width:200px;
	}
	
#viagratext {
	width:600px;
	height:300px;
	float:right;
	}
	
#viagratext .howrisks {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	float:left;
	font-size:14px;
	margin:30px 0px 0px 20px;
	}
	
#viagratext .howrisks-text {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	float:left;
	font-size:14px;
	width:600px;
	margin:15px 0px 0px 30px;
	}
	
#alprostadil {
	width:900px;
	height:370px;
	background-color:#0db09d;
	float:left;
	margin:25px 0px 60px 180px;
	}
	
#alprostadil .whoisitfor {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	margin:30px 0px 0px 30px;
	font-size:14px;
	}
	
#alprostadil .firstline {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	margin:10px 0px 0px 40px;
	}
	
#alprostadil img {
	float:left;
	margin:70px 0px 0px 30px;
	}
	
#injection {
	width:250px;
	height:300px;
	float:left;
	}
	
#injection img {
	margin-top:30px;
	margin-left:-3px;
	margin-bottom:20px;
	}
	
#injection p {
	font-family:'Heavitas', sans-serif;
	font-size:18px;
	color:#FFF;
	float:right;
	margin:0px 0px 0px 10px;
	margin-top:20px;
	text-align:center;
	line-height:1em;
	}
	
#injectiontext {
	width:600px;
	height:300px;
	float:right;
	}
	
#injectiontext .howrisks {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	float:left;
	font-size:14px;
	margin:30px 0px 0px 20px;
	}
	
#injectiontext .howrisks-text {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	float:left;
	font-size:14px;
	width:600px;
	margin:15px 0px 0px 30px;
	}
	
/*End of Medication*/

/*Natural Remedies*/

#nr-content {
	width:100%;
	height:1270px;
	background:#FFF;
	float:left;
	}
	
#nr-content .nr-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	margin:140px 0px 0px 180px;
	}
	
#nr-content .firstline {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	color:#000;
	font-size:20px;
	width:850px;
	margin:20px 0px 0px 180px;
	}
	
#nr-content .box1 {
	width:280px;
	height:400px;
	background-color:#0db6ac;
	float:left;
	margin:50px 0px 50px 150px;
	}
	
#nr-content .box1 .exercise {
	margin-left:20px;
	margin-top:70px;
	}
	
#nr-content .box1 .arginine {
	margin-left:70px;
	}
	
#nr-content .box2 .acupuncture {
	padding-left:70px;
	}
	
#nr-content .box3 .ginseng {
	padding-left:70px;
	}
	
#nr-content .box2 .dna {
	padding-left:60px;
	margin-top:-20px;
	}
	
#nr-content .box3 .flower {
	padding-left:50px;
	margin-top:-20px;
	}
	
#nr-content .box1 .boxtext {
	color:#FFF;
	font-family:'Avenir-Book', sans-serif;
	margin:30px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}
	
#nr-content .box1 .boxtext1 {
	color:#FFF;
	font-family:'Avenir-Book', sans-serif;
	margin:-65px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	line-height:1.2em;
	}
	
#nr-content .box2 .boxtext-dna {
	color:#FFF;
	font-family:'Avenir-Book', sans-serif;
	margin:-45px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	line-height:1.2em;
	}
	
#nr-content .box2 .boxtext {
	color:#FFF;
	font-family:'Avenir-Book', sans-serif;
	margin:-20px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}

#nr-content .box3 .boxtext {
	color:#FFF;
	font-family:'Avenir-Book', sans-serif;
	margin:0px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}	
	
#nr-content .box1 .supplements {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:20px;
	margin-top:-5px;
	}
	
#nr-content .box2 .supplements {
	font-family:'Avenir-Heavy', sans-serif;
	color:#FFF;
	font-size:16px;
	margin-top:0px;
	}
	
	
#nr-content .box1 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:25px;
	margin-top:10px;
	}
	
#nr-content .box2 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:25px;
	margin-top:10px;
	}
	
#nr-content .box3 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:25px;
	margin-top:10px;
	}
	
#nr-content .box2 {
	width:280px;
	height:400px;
	background-color:#0db6ac;
	float:left;
	margin:50px 0px 50px 50px;
	}
	
#nr-content .box3 {
	width:280px;
	height:400px;
	background-color:#0db6ac;
	float:left;
	margin:50px 0px 50px 50px;
	}

#counselling-content {
	width:100%;
	height:720px;
	background:#FFF;
	float:left;
	}
	

	
#implants-content {
	width:100%;
	height:920px;
	background:#FFF;
	float:left;
	}
	
#implants-content .implants-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	margin:140px 0px 0px 180px;
	}

	
/*End of Natural Remedies*/


/*Counselling*/

#psychotherapy {
	width:900px;
	height:370px;
	background-color:#0db09d;
	float:left;
	margin:25px 0px 0px 180px;
	}
	
#counselling-content .counselling-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	margin:140px 0px 0px 180px;
	}
	
#counselling-content .firstline {
	font-family:'Heavitas', sans-serif;
	font-size:25px;
	color:#000;
	margin:50px 0px 0px 180px;
	}
	
#counselling-text .firstline {
	font-size:16px;
	}
	
#psychotherapy .whoisitfor {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	margin:30px 0px 0px 30px;
	font-size:14px;
	}
	
#psychotherapy .firstline {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	margin:10px 0px 0px 40px;
	}
	
#psychotherapy img {
	float:left;
	margin:70px 0px 0px 30px;
	}
	
#calendar {
	width:250px;
	height:300px;
	float:left;
	}
	
#calendar img {
	margin-top:30px;
	margin-left:50px;
	margin-bottom:20px;
	}
	
	
#talking {
	width:600px;
	height:300px;
	float:right;
	}
	
#talking .howrisks {
	color:#ffd80e;
	font-family:'Heavitas', sans-serif;
	float:left;
	font-size:14px;
	margin:30px 0px 0px 0px;
	
	}
	
#talking .howrisks-text {
	color:#000;
	font-family:'Avenir-Heavy', sans-serif;
	float:left;
	font-size:14px;
	width:600px;
	margin:15px 0px 0px 30px;
	line-height:1.7em;
	}

/*End of Counselling*/

/*Penile Implants*/

#implants-content .firstline {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	color:#000;
	font-size:20px;
	width:850px;
	margin:20px 0px 0px 180px;
	}
	
#implants-content #implants-box1 {
	width:370px;
	height:500px;
	background-color:#0db09d;
	float:left;
	margin:50px 0px 0px 180px;
	}
	
#implants-content #implants-box1 img {
	margin:20px 0px 0px 25px;
	}
	
#implants-content #implants-box2 img {
	margin:-70px 0px -80px 70px;
	}
	
#implants-content #implants-box2 {
	width:370px;
	height:500px;
	background-color:#0db09d;
	float:left;
	margin:50px 0px 0px 90px;
	}
	
#implants-content #implants-box1 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:35px;
	margin-top:10px;
	}
	
#implants-content #implants-box2 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:35px;
	margin-top:10px;
	}
	
#implants-content #implants-box2 .boxtext {
	color:#FFF;
	font-family:'Avenir-Heavy', sans-serif;
	margin:20px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}
	
#implants-content #implants-box1 .boxtext {
	color:#FFF;
	font-family:'Avenir-Heavy', sans-serif;
	margin:25px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}

/*End of Penile Implants*/

/*Vacuum*/

#pp-content {
	width:100%;
	height:920px;
	background-color:#f4f4ee;
	float:left;
	}

#vacuum .vacuum-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#0db6ac;
	text-align:center;
	margin-top:140px;
	}

#vacuum .firstline {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	color:#000;
	font-size:20px;
	width:850px;
	margin:20px 0px 0px 170px;
	}
	
#vacuum #pp-box1 {
	width:370px;
	height:500px;
	background-color:#0db09d;
	float:left;
	margin:50px 0px 0px 210px;
	}
	
	
#vacuum #pp-box2 {
	width:370px;
	height:500px;
	background-color:#0db09d;
	float:left;
	margin:50px 0px 0px 90px;
	}
	
#vacuum #pp-box1 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:35px;
	margin-top:10px;
	}
	
#vacuum #pp-box2 p {
	font-family:'Avenir-Heavy', sans-serif;
	text-align:center;
	color:#ffd80e;
	font-size:35px;
	margin-top:10px;
	}
	
#vacuum #pp-box2 .boxtext {
	color:#ffd80e;
	font-family:'Avenir-Heavy', sans-serif;
	margin:20px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}

#vacuum #pp-box1 .boxtext {
	color:#FFF;
	font-family:'Avenir-Heavy', sans-serif;
	margin:20px 30px 0px 30px;
	font-size:16px;
	text-align:justify;
	}
	
#vacuum #pp-box2 #caution {
	width:330px;
	height:200px;
	background-color:#FFF;
	margin:20px 0px 0px 20px;
	}
	
#vacuum #pp-box2 #caution .cautiontitle {
	font-family:'Heavitas', sans-serif;
	font-size:30px;
	text-align:center;
	color:#000;
	}

#caution .cautiontitle {
	padding-top:20px;
	}
	
#vacuum #pp-box2 #caution .cautiontext {
	font-family:'Avenir-Book', sans-serif;
	font-size:20px;
	text-align:center;
	color:#000;
	}


/*Warning*/

#warning {
	width:100%;
	height:350px;
	background-color:#FFF;
	float:left;
	}
	
#warningbox {
	width:750px;
	height:280px;
	background:#000;
	float:left;
	border:7px solid #0db09d;
	margin-left:200px;
	}
	
#warningbox .warningtitle {
	font-family:'Heavitas', sans-serif;
	font-size:30px;
	text-align:center;
	color:#ffe252;
	margin-top:50px;
	}
	
#warningbox .warningtext {
	font-family:'Avenir-Book', sans-serif;
	font-size:20px;
	text-align:center;
	color:#FFF;
	width:600px;
	margin:30px 0px 0px 80px;
	}
	

/*Back To Top Button*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #0db6ac url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  margin-right:50px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #13e3d7;
  opacity: 1;
}

/*End of Back To Top Button*/

	
/*End of Coping Methods*/

/*Contact Us*/

#contactus {
	float:left;
	width:100%;
	height:350px;
	background-color:#0db6ac;
	margin-top:120px;
	}
	
#contactus img {
	margin:-40px 0px 0px 120px;
	float:left;
	}

#contactus .cu-title {
	font-family:'Heavitas', sans-serif;
	font-size:40px;
	color:#FFF;
	float:left;
	margin:30px 0px 0px 230px;
	}
	
#contactus ul {
	font-family:'Avenir-Book', sans-serif;
	color:#FFF;
	float:left;
	list-style:none;
	margin:9px 0px 0px 30px;
	}
	
#contactus .cu-info {
	line-height:3.8em;
	font-size:23px;
	}
	
#contactus .cu-icons {
	color:#FFF;
	font-size:45px;
	margin:10px 0px 0px 230px;
	line-height:2em;
	float:left;
	}
	
#contactus .cu-info a {
	text-decoration:none;
	color:#FFF;
	transition:all ease-in-out 0.25s;
	}
	
#contactus .cu-info a:hover {
	text-decoration:underline;
	color:#FFF;
	}
	
#getintouch {
	float:left;
	width:100%;
	height:425px;
	background-color:#F7F7F7;
	}
	
#getintouch-right img {
	float:right;
	margin-top:-340px;
	}
	
#getintouch-right {
	background-color:#F7F7F7;
	width:50%;
	float:right;
	height:400px;
	}
	
#getintouch-right .getintouch-title {
	font-family:'Heavitas', sans-serif;
	color:#363636;
	font-size:40px;
	margin:70px 0px 0px 50px;
	}
	
#getintouch-right .getintouch-text {
	font-family:'Avenir-Book', sans-serif;
	color:#363636;
	font-size:18px;
	width:280px;
	margin:30px 0px 0px 50px;
	text-align:justify;
	}

#enquiryform {
	height:400px;
	width:50%;
	float:left;
	margin-top:20px;
	background-color:#F7F7F7;
	font-family:'Avenir-Book', sans-serif;
	}
	
#enquiryform .formtitle1 {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:50px 0px 0px 70px;
	}
	
#enquiryform .formtitle2 {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 50px;
	}
	
#enquiryform .email {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 75px;
	}
	
#enquiryform .subject {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 85px;
	}
	
#enquiryform .message {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 75px;
	}
	
#enquiryform input[type="text"] {
	font-size:12px;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	width:138px;
	height:20px;
	background-color:#ffdb67;
	float:left;
	border:none;
	padding:5px;
	}

	
#enquiryform ::placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform ::-webkit-input-placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform :-moz-placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform ::-moz-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform ::-o-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform ::-ms-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#enquiryform #salutation {
	font-family:'Avenir-Book', sans-serif;
	margin:50px 0px 0px 20px;
	}
	
#enquiryform #name {
	font-family:'Avenir-Book', sans-serif;
	margin:50px 0px 0px 20px;
	}
	
#enquiryform #number {
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}
	
#enquiryform #email {
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}	
	
#enquiryform #subject {
	width:430px;
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}
	
#enquiryform textarea {
	width:430px;
	height:100px;
	resize:none;
	float:left;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	background-color:#ffdb67;
	padding:5px;
	font-size:14px;
	border:none;
	margin:25px 0px 0px 20px;
	}
	
#enquiryform input[type="button"] {
	width:70px;
	height:25px;
	float:left;
	color:#363636;
	background-color:#ffdb67;
	border:none;
	padding-top:1px;
	padding-bottom:1px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	font-family:'Avenir-Heavy', sans-serif;
	cursor:pointer;
	margin:20px 0px 0px 163px;/*top right bottom left*/
	}
	
#enquiryform input[type="button"]:hover {
	color:#ffdb67;
	background-color:#363636;
	}
	
/*End of Contact Us*/

/*FAQ Page*/

#faq {
	float:left;
	width:100%;
	height:480px;
	background-color:#0db6ac;
	margin-top:120px;
	}
	
#faq img {
	float:left;
	margin-left:200px;
	}
	
#faq .faq-title {
	font-family:'Heavitas', sans-serif;
	font-size:50px;
	color:#FFF;
	line-height:1em;
	width:600px;
	float:left;
	margin:150px 0px 0px 50px;
	}
	
#faq .faq-text {
	float:left;
	font-family:'Avenir-Book', sans-serif;
	font-size:25px;
	color:#FFF;
	margin:10px 0px 0px 50px;
	letter-spacing:1px;
	width:550px;
	}
	
#qanda {
	float:left;
	width:100%;
	background-color:#F7F7F7;
	}
	
/*Accordion*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	border-radius:3px;
	background:none;
	width:100%;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	display:inline-block;
	background:#ffdb67;
	/* Type */
	font-size:1.200em;
	font-family:'Avenir-Book', sans-serif;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.5px;
	color:#000; /*can change color*/
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	text-align:center;
}

.accordion-section-title.active, .accordion-section-title:hover {
}

.accordion-section-title:hover {
	color:#4A4A4A;
	background-color:#fee69a;
	}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	width:100%;
	padding:15px;
	
	display:none;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	font-size:20px;
	text-align:justify;
	background:url(../images/faq-pattern.png);
	
}

.accordion-section-content p {
	width:900px;
	margin-left:200px;
	}

.accordion-section-content a {
	color:#0db6ac;
	text-decoration:none;
	}
	
/*End of FAQ*/

/*E.D Anonymous*/

#anonheader {
	width:100%;
	height:300px;
	background-color:#0db6ac;
	float:left;
	padding-top:120px;
	}
	
#anonheader img {
	float:left;
	margin:0px 0px 0px 200px;
	}
	
#anonheader .anontitle {
	font-size:50px;
	font-family:'Heavitas', sans-serif;
	float:left;
	color:#FFF;
	margin:50px 0px 0px 50px;
	}
	
#anonheader .anontext {
	font-size:25px;
	font-family:'Avenir-Book', sans-serif;
	float:left;
	color:#FFF;
	margin:20px 0px 0px 50px;
	}

#ed-content {
	width:100%;
	height:1000px;
	background-color:#FFF;
	float:left;
	}
	
#ed-content .ed-title {
	font-family:'Heavitas', sans-serif;
	font-size:45px;
	color:#0db6ac;
	float:left;
	margin:50px 0px 0px 180px;
	}
	
#ed-content .ed-statement {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	font-size:23px;
	color:#000;
	margin:30px 0px 0px 180px;
	float:left;
	}
	
#ed-content .para1 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	font-size:22px;
	color:#000;
	margin:70px 0px 0px 330px;
	float:left;
	}
	
#ed-content .para2 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	font-size:22px;
	color:#000;
	margin:50px 0px 0px 300px;
	float:left;
	}
	
#ed-content .para3 {
	text-align:center;
	font-family:'Avenir-Heavy', sans-serif;
	font-size:22px;
	color:#000;
	margin:50px 0px 0px 300px;
	float:left;
	}
	
#meeting {
	width:600px;
	height:210px;
	float:left;
	margin:70px 0px 0px 340px;
	background-color:#ffd923;
	padding:20px 0px 20px 0px;
	}
	
#meeting .meeting-title {
	font-size:30px;
	color:#FFF;
	text-align:center;
	font-family:'Heavitas', sans-serif;
	}
	
#meeting .meeting-info {
	font-family:'Avenir-Heavy', sans-serif;
	font-size:25px;
	color:#000;
	text-align:center;
	margin-top:50px;
	}
	
#formcontainer {
	height:380px;
	width:100%;
	float:left;
	margin-top:20px;
	background-color:#F7F7F7;
	font-family:'Avenir-Book', sans-serif;
	}
	
#formcontainer .fc-title {
	text-align:center;
	font-family:'Heavitas', sans-serif;
	color:#0db6ac;
	font-size:40px;
	margin-top:30px;
	}
	
#signupform {
	height:350px;
	width:50%;
	float:left;
	background-color:#F7F7F7;
	font-family:'Avenir-Book', sans-serif;
	margin:0px 0px 0px 300px;
	}
	
#signupform .formtitle1 {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:50px 0px 0px 70px;
	}
	
#signupform .formtitle2 {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 50px;
	}
	
#signupform .email {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 75px;
	}
	
#signupform .subject {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 109px;
	}
	
#signupform .message {
	float:left;
	font-size:15px;
	text-transform:none;
	letter-spacing:0.2px;
	margin:30px 0px 0px 75px;
	}
	
#signupform input[type="text"] {
	font-size:12px;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	width:138px;
	height:20px;
	background-color:#ffdb67;
	float:left;
	border:none;
	padding:5px;
	}

	
#signupform ::placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform ::-webkit-input-placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform :-moz-placeholder {
	color:#363636;
	font-family:'Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform ::-moz-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform ::-o-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform ::-ms-placeholder {
	color:#363636;
	font-family:' Avenir-Book', sans-serif;
	font-size:12px;
	}
	
#signupform #salutation {
	font-family:'Avenir-Book', sans-serif;
	margin:50px 0px 0px 20px;
	}
	
#signupform #name {
	font-family:'Avenir-Book', sans-serif;
	margin:50px 0px 0px 20px;
	}
	
#signupform #number {
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}
	
#signupform #email {
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}	
	
#signupform #subject {
	width:40px;
	font-family:'Avenir-Book', sans-serif;
	margin:25px 0px 0px 20px;
	}
	
#signupform textarea {
	width:430px;
	height:100px;
	resize:none;
	float:left;
	font-family:'Avenir-Book', sans-serif;
	color:#000;
	background-color:#ffdb67;
	padding:5px;
	font-size:14px;
	border:none;
	margin:25px 0px 0px 20px;
	}
	
#signupform input[type="button"] {
	width:70px;
	height:25px;
	float:left;
	color:#363636;
	background-color:#ffdb67;
	border:none;
	padding-top:1px;
	padding-bottom:1px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:12px;
	transition:all ease-in-out 0.25s;
	-webkit-transition:all ease-in-out 0.25s;
	-moz-transition:all ease-in-out 0.25s;
	-o-transition:all ease-in-out 0.25s;
	-ms-transition:all ease-in-out 0.25s;
	font-family:'Avenir-Heavy', sans-serif;
	cursor:pointer;
	margin:90px 0px 0px -52px;/*top right bottom left*/
	}
	
#signupform input[type="button"]:hover {
	color:#ffdb67;
	background-color:#363636;
	}