@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700);

.netgen-calc-calendar-wrap
{
	border: none;
	margin: 0;
	font-size: 15px;
	color: #555555;
	font-family: "Raleway";
	border: 5px solid #f4f4f4;	
	margin-bottom: 15px;
}

.calendar-days > div
{
	border-right: 2px solid #f4f4f4;
	border-top: 2px solid #f4f4f4;
	float: left;
	width: 14.28%;
	height: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
}

.calendar-days-heading div
{
	border-right: 2px solid #f4f4f4;
	float: left;
	width: 14.28%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
}

.calendar-days .calendar-day-inactive
{
	background: #f9f9f9;
	color: rgba(85, 85, 85, 0.7);
}

.calendar-days-heading div:nth-child(7n+7),
.calendar-days div:nth-child(7n+7)
{
	border-right: none;
}

.netgen-calc-or
{
	font-size: 16px;
	color: #f14f38;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.netgen-calc-heading
{
	color: #f14f38;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	font-family: "Raleway";
	background: url(../images/bg-stripes.png);
	line-height: 18px;
	margin-bottom: 20px;
}
.netgen-calc-heading span
{
	display: inline-block;
	background: #fff;
	padding: 0 10px 0 0;
}
#netgen-calculator-1 .netgen-calc-1
{
	background: #f6f6f6;
	padding: 10px 20px 10px 20px;
	margin-bottom: 0;	
}
#netgen-calculator-1 .netgen-calc-1.last
{
	margin-bottom: 25px;
	padding: 10px 20px 25px 20px;
}
.netgen-calc-1 h6, .netgen-calc-1-results h6
{
	font-size: 16px;
	font-weight: 700;
	color: #555555;
	font-family: "Raleway";
	margin-bottom: 15px;
}

.netgen-calc-1-results h6
{
	margin-bottom: 10px;
}

.netgen-calc-1 label
{
	display: block;
	font-size: 11px;
	font-weight: 700;
	color: #555555;
	text-transform: uppercase;
	font-family: "Raleway";
	min-height: 1px;
}
.netgen-calc-1 select
{
	width: 100%;
	font-family: "Raleway";
	font-size: 15px;
	color: #555555;
	padding: 5px 5px;
	border: 1px solid #d0d0d0;
	height: 32px;
}
.netgen-calc-day-wrap
{
	float: left;
	width: 15%;
	margin: 0 15px 0 0;
}
.netgen-calc-month-wrap
{
	float: left;
	width: 20%;
	margin: 0 15px 0 0;
}
.netgen-calc-year-wrap
{
	float: left;
	width: 20%;
	margin: 0 15px 0 0;
}
.netgen-calc-cycle-wrap
{
	float: left;
	width: 15%;
}
.netgen-calc-submit
{
	width: 100%;
	font-family: "Raleway";
	font-size: 13px;
	color: #fff;
	background: #f14f38;
	font-weight: 500;
	padding: 8px 15px;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 32px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
.netgen-calc-submit-wrap
{
	float: right;
	width: calc(100% - 70% - 60px);
}
.netgen-calc-1-results-1 .netgen-calc-1-result:last-child
{
	margin-bottom: 40px;
}
.netgen-calc-1-results
{
	background: #dff0d8;
	padding: 10px 20px 10px 20px;
}
.netgen-calc-1-result
{
	margin-bottom: 12px;
}

.netgen-calc-1-result-icon
{
	width: 50px;
	height: 50px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	position: relative;
}
.netgen-calc-1-result-1 .netgen-calc-1-result-icon:before
{
	content:'';
	width: 30px;
	height: 31px;
	background: url(../images/icon-1.png) no-repeat;
	background-size: 30px 31px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}
.netgen-calc-1-result-2 .netgen-calc-1-result-icon:before
{
	content:'';
	width: 30px;
	height: 31px;
	background: url(../images/icon-2.png) no-repeat;
	background-size: 30px 31px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}
.netgen-calc-1-result-3 .netgen-calc-1-result-icon:before
{
	content:'';
	width: 30px;
	height: 31px;
	background: url(../images/icon-3.png) no-repeat;
	background-size: 30px 31px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}
.netgen-calc-1-result-4 .netgen-calc-1-result-icon:before
{
	content:'';
	width: 30px;
	height: 31px;
	background: url(../images/icon-4.png) no-repeat;
	background-size: 30px 31px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -12px;
}
.netgen-calc-1-result-content
{
	float: right;
	width: calc(100% - 65px);
	font-size: 15px;
	color: #555555;
	font-family: "Raleway";
	padding: 8px 0 0 0;
}

.netgen-calc-1-result-3 .netgen-calc-1-result-content
{
	padding: 0;
}
.netgen-calc-1-result-content p
{
	margin: 0;
	line-height: normal;
}

.netgen-calc-1-result-4 .netgen-calc-1-result-content p
{
	margin-bottom: 10px;
}

.netgen-calc-buttons .netgen-calc-button
{
	margin-bottom: 30px;
}

.netgen-calc-button
{
	display: inline-block;
	background: #f14f38;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	padding: 7px 20px;
	font-family: "Raleway";
}

.netgen-calc-button:hover
{
	color: #fff;
}

.netgen-calc-calendar-share
{
	background: #f6f6f6;
	padding: 10px 20px 10px 20px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #555555;
	font-family: "Raleway";
}

.netgen-calc-calendar-share h6
{
	float: left;
	margin: 0 55px 0 0;
}

.netgen-calc-calendar-sharing
{
	float: left;
	margin-top: 1px;
}

.netgen-calc-calendar-sharing a
{
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 10px 0 0;
}

.netgen-calc-calendar-sharing-f
{
	background: url(../images/social-f.png) no-repeat;
	background-size: 30px 30px;
}

.netgen-calc-calendar-sharing-g
{
	background: url(../images/social-g.png) no-repeat;
	background-size: 30px 30px;
}

.netgen-calc-calendar-sharing-t
{
	background: url(../images/social-t.png) no-repeat;
	background-size: 30px 30px;
}

.netgen-calc-calendar-sharing-w
{
	background: url(../images/social-w.png) no-repeat;
	background-size: 30px 30px;
}

.netgen-calc-calendar-sharing-p
{
	background: url(../images/social-p.png) no-repeat;
	background-size: 30px 30px;
}

.netgen-calc-calendar-legend
{
	background: #f6f6f6;
	padding: 10px 20px 10px 20px;
	margin-bottom: 25px;
	font-size: 13px;
	color: #555555;
	font-family: "Raleway";
}

.netgen-calc-calendar-legend h6
{
	margin-bottom: 15px;
}

.netgen-calc-legend-row
{
	float: left;
	width: 30%;
	margin-right: 5%;
}

.netgen-calc-legend-row:nth-child(3n+3)
{
	margin-right: 0;
}

.netgen-calc-legend-row:nth-child(3n+4)
{
	clear: left;
}

.netgen-calc-legend-row p{
	margin: 0;
	position: relative;
	padding: 7px 0 0 48px;
	min-height: 33px;
	margin-bottom: 8px;
}

.netgen-calc-legend-row p:before
{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 33px;
}

.netgen-calc-legend-row-1 p:before
{
	background: url(../images/calc-icon-1.png) no-repeat;
	/*left: 7px;*/
}
.netgen-calc-legend-row-2 p:before
{
	background: url(../images/calc-icon-3.png) no-repeat;
}
.netgen-calc-legend-row-3 p:before
{
	background: url(../images/calc-icon-6.png) no-repeat;
}
.netgen-calc-legend-row-4 p:before
{
	background: url(../images/calc-icon-5.png) no-repeat;
}
.netgen-calc-legend-row-5 p:before
{
	background: url(../images/calc-icon-2.png) no-repeat;
}
.netgen-calc-legend-row-6 p:before
{
	background: url(../images/calc-icon-7.png) no-repeat;
}
.netgen-calc-legend-row-7 p:before
{
	background: url(../images/calc-icon-4.png) no-repeat;
}
.netgen-calc-legend-row-8 p:before
{
	background: rgba(101, 194, 105, 0.7);
}
.netgen-calc-legend-row-9 p:before
{
	background: rgba(101, 194, 105, 0.39);
}

.netgen-calendar-event
{
	background-color: #e7e7e7;
}

 .netgen-calendar-event-ovulation,
 .netgen-calendar-event-ovulation.netgen-calendar-event-fertility
 {
 	background-color: rgba(101, 194, 105, 0.7);
 }

  .netgen-calendar-event-fertility
 {
 	background-color: rgba(101, 194, 105, 0.39);
 }

 .netgen-calendar-event-icons
 {
 	padding: 7px 0 0 0;
 	text-align: center;
 }

 .netgen-calendar-event-icons img
 {
 	display: inline-block;
 	margin: 0 2px;
 }

.float-left
{
	float: left;
}

.float-right
{
	float: right;
}
/* clear fix */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
* html .group {
	zoom: 1;
}
/* ie6 */
*:first-child+html .group {
	zoom: 1;
}


      a.netgen-calc-calendar-sharing-w { display: none; }
      .legende_mobile { display: none; }

@media 
screen 
and (min-width: 320px) 
and (max-width: 768px),       
screen
and (min-device-width : 320px) 
and (max-device-width : 768px){
      a.netgen-calc-calendar-sharing-w{ display: inline-block; }
      .legende_desktop { display: none; }
      .legende_mobile { display: block; }
      
      #netgen-calculator-2 .netgen-calc-day-wrap
       {
       width: 50%;
       margin: 0 0 10px 0;
       padding: 0 10px 0 0;   
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;
       }
       
       #netgen-calculator-2 .netgen-calc-month-wrap 
       {
       width: 50%;
       margin: 0 0 10px 0;   
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box;   
       }
       
       #netgen-calculator-2 .netgen-calc-year-wrap
       {
       width: 50%;
       margin: 0 0 10px 0;
       padding: 0 10px 0 0;   
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box; 
       }
       
       #netgen-calculator-2 .netgen-calc-cycle-wrap
       {
       width: 50%;
       margin: 0 0 10px 0;
       -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
       box-sizing: border-box; 
       }
       
       #netgen-calculator-2 .netgen-calc-submit-wrap label
       {
       display: none;
       }
       
       #netgen-calculator-2 .netgen-calc-blog-post-thumb
       {
       float: none;
       width: 100%;
       max-width: 100%;
       }
       
       #netgen-calculator-2 .netgen-calc-blog-post-content
       {
       float: none;
       width: 100%;
       }
       
       #netgen-calculator-2 .netgen-calc-submit-wrap
       {
       float: right;
       clear: left;
       width: auto;       
       }
       
       .netgen-calc-legend-row
       {
       width: 100%;
       margin: 0 !important;
       }
       
       .netgen-calc-legend-row:nth-child(2n+2)
       {
       margin-right: 0;
       }
       
       .netgen-calc-legend-row:nth-child(3)
       {
       margin-right: 5%;
       }
       
       .netgen-calc-legend-row:nth-child(2n+3)
       {
       clear: left;
       }
       
       .netgen-calc-legend-row:nth-child(3n+4)
       {
       clear: none;
       }
       
       .calendar-days > div
       {
       height: 120px;
       }
}