@import "reset.css";
@import "skeleton.css";
@import "font-awesome.css";
@import "superfish.css";


@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);

html {
	width: 100%;

}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
	min-width: 960px;
/*    background-color: #3e454c; */
    color: #333745;
    font: 14px/24px /*Arial, Helvetica, sans-serif*/;
    font-family: 'Open Sans', sans-serif;

}

strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 23px;
}

.p1 {
    margin-bottom: 11px;
}

.st1 {
    line-height: 21px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #3e454c;
}

h2 {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;

    text-align: center;
}

h3 {
    color: #333745;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    padding-top: 93px;
    margin-bottom: 36px;
}

/*h4 {
    font-size: 55px;
	font-weight: 500;
	text-shadow: 2px 2px #3e454c;
    line-height: 55px;
    text-transform: uppercase;
    text-align: center;
	color: #c32a25;
}*/

.page1 h3 {
    padding-top: 94px;
    margin-bottom: 32px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
    padding-top: 4px;
}


ul.list li {
    /* text-transform: uppercase;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif; */
    color: #333745;
    padding-left: 29px;
    background: url(../images/marker.png) 0 4px no-repeat;
}

ul.list li+li {
    margin-top: 6px;
}

ul.list.l1 {
    padding-top: 0;
    margin-top: -4px;
}

ul.list.l1 li+li {
    margin-top: 7px;
}

/****Links****/


a {
	text-decoration: none;
	color: #c32a25;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #c32a25;
}

a.btn {
    font: 300 15px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #c32a25;
    padding: 14px 30px 16px;
    display: inline-block;
    margin-top: 28px;
}

.page1 a.btn {
    margin-bottom: 96px;
}

a.btn:hover {
    background-color: #3e454c;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 7px;
}


.oh {
	overflow: hidden;
}
.fright {
	float: right;
	width: auto !important;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 7px;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}
/*header*/

header {
	display: block;
   /* remove scallops  background: url(../images/head_top.png) 0 0 repeat-x;  */
    padding-top: 89px;
}

header h1 {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}


header h1 a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

.main_color {
    background-color: #fff;
}

/**Content**/

.content {
    padding-bottom: 84px;
    background-color: #fff;

}
.page1  .content {
    padding-bottom: 80px;
}

.block1 {
    line-height: 23px;
    padding-top: 77px;
    text-align: center;
}

.block1 img {
    margin-bottom: 29px;
    border-radius: 500px;
}

.block1 .title {
    text-transform: uppercase;
    font: 300 30px/32px 'Open Sans', sans-serif;
    color: #c32a25;
    margin-bottom: 25px;
}

.block1 .title span {
    display: block;
    color: #363947;
    line-height: 26px;
    font-size: 20px;
}

.banner {
    position: relative;
    text-transform: uppercase;
    font: 300 25px/25px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    background: url(https://www.endangeredspeciescondoms.com/images/banner.jpg) center 0 no-repeat #3e454c;
}

.banner h2 {
    padding-top: 73px;
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 19px;
}

.banner  a.btn {
    margin-top: 48px;
    margin-bottom: 91px;
}


.banner:after {
	/* remove scallops  background: url(../images/bot_texture.png) 0 0 repeat-x;  */
    height: 10px;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.col1 {
    color: #c32a25;
}

.col1 a:hover {
    color: #333745;
}

.text1 {
    font: 20px/20px 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.video {
    margin-top: 3px;
    width: 100%;
    height: 100%;

}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**salsa forms**/

.salsa-container {
    position: relative;
    padding-bottom: 450%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.salsa-container iframe,
.salsa-container object,
.salsa-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.box {
    padding: 20px;
    background-color: #f4f4f4;
}

.box img {
    margin-bottom: 16px;
}

.box a.btn {
    margin-top: 27px;
}

.cl1 {
    height: 20px;
}

.gallery {
    text-align: center;
}

.gallery>div {
    margin-bottom: 40px;
}

a.gal  {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

a.gal span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
}

a.gal:hover span  {
    background-position: center center;
}

.gallery a.btn {
    margin-top: 27px;
}

a.gal img {
    width: 100%;
   /* disable circular images in gallery  border-radius: 500px;  */
}

.blog time {
    margin-right: 20px;
    /*padding: 7px 0 9px; */
	line-height: 150%;
    padding: 10px;
    display: block;
    text-align: left;
    background-color: #c32a25;
    float: left;
    margin-top: 4px;
    /* text-transform: uppercase;  */
    /* width: 60px;  */
    color: #fff;
    font: 28px 'Open Sans', sans-serif;
}

.blog h3 {
	border-bottom: 2px solid #BA2823;
}

.blog time span {
    font-size: 20px;
    display: block;
    padding-top: 4px;
}

.blog .links .col1 {
    display: block;
    float: right;
    margin-right: 5px;
}

.blog .text1 {
    position: relative;
    margin-bottom: 15px;
}

.blog .clear {
    height: 13px;
}

.blog a.btn {
    margin-top: 27px;
}

.blog {
    margin-top: -4px;
/*    overflow: hidden; */
}

.blog+.blog {
    margin-top: 36px;
}

.prv h3 {
    margin-bottom: 29px;
}

.prv .text1 {
    padding-top: 3px;
}

.prv p+.text1 {
    padding-top: 5px;
}

.prv p {
    margin-bottom: 24px;
}

/**Map**/

.map {
    overflow: hidden;
    position: relative;
    padding-bottom: 3px;
}
 

.map figure {
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 378px;
	max-width: 100%;
}
.map address {
    padding-top: 16px;
	display: block;
    float: left;
}

.map address+address {
    margin-left: 105px;
}

.map address dt {

}

 address dd span {
	min-width: 80px;
	display: inline-block;
	text-align: left;
}

.map address dd span.col1 {
	min-width: 0;
}

a.link-1 {
   color: #c32a25;
}



a.link-1:hover {
    color: #333745;
}


/**Forms**/
div.formRow {
    margin-top: 5px;
}

/**WFWG stuff**/
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

/**Footer**/

footer {
	display: block;
    padding: 0px 0 40px;
    color: #7b8997;
    /* remove scallops background: url(../images/footer_bg.png) 0 0 repeat-x;  */
    font-family: 'Open Sans', sans-serif;
}

.socials {
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 56px 0 47px;
    background-color: #f4f4f4;
}

.socials a {
    color: #fff;
    border-radius: 500px;
    line-height: 67px;
    width: 66px;
    height: 66px;
    font-size: 32px;
    background-color: #3e454c;
    display: inline-block;
}

.socials a.fa-facebook {
    font-size: 36px;
    line-height: 70px;
}

.socials a.fa-google-plus {
    font-size: 29px;
} 

.socials a.fa-twitter {
    font-size: 35px;
} 

.socials a+a {
    margin-left: 16px;
}

.socials a:hover {
    background-color: #c32a25;
}

.copy {
    text-align: center;
    padding-top: 45px;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.copy strong {
    font-weight: 600;
    text-transform: uppercase;
    color: #c32a25;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 58px;
    height: 58px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: right 0;
}



/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
 min-width: 768px;
}

h2 {
    font-size: 50px;
    line-height: 52px;
}

h2 span {
    display: block;
}


 .map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
 width: 100% !important;
 float: none !important;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}
 .extra_wrapper {
 overflow: visible;
}

.map figure {
	margin-bottom: 15px;
}

.map address + address {
    margin-left: 20px;
}

.nowrap {
    white-space: normal;
}
}


@media only screen and (max-width: 767px) {
body {
    min-width: 420px;
}

.cl1 {
    height: 0;
}

.box img {
    width: 100%;
}

.box {
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

.map address +address {
    margin-left: 0;
    float: none;
    margin-top: 20px;
}

header h1 {
	display: block;
	width: auto;
    position: relative;
	height: auto;
    margin-bottom: 40px;
}

.img_inner {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}

h1 a {
	max-width: 90%;
}

.img_inner img {
	width: 100%;
}

header h1 {
    float: none;
    text-align: center;
}

header h1 a {
 	width: auto;
 	display: inline-block;
    height: auto;
}


 .map {
 	padding-right: 0px !important;
 }

 .map figure iframe {
 width: 100%;
 height: 300px;
}
 .map address {
 	margin-right: 0;
}

.content .noresize {
 width: auto !important;
 float: left !important;
 margin-right: 20px !important;
 margin-top: 4px !important;
}

 .img_inner {
 margin-top: 30px;
}

.map address {
    float: none;
}

.banner {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    -ms-background-size: auto 100% !important;
    -o-background-size: auto 100% !important;
    background-size: auto 100% !important;
}

.block1 {
    padding-top: 0;
}

.page1 .content {
    padding-top: 60px;
}

.socials a + a {
    margin-left: 4px;
}

.banner h2 {
    font-size: 38px;
    line-height: 39px;
}

.banner h2 br {
    display: none;
}

}

@media only screen and (max-width: 479px) {
 body {
 min-width: 300px;
}


h2 {
    font-size: 30px;
    line-height: 35px;
}

}
