/* Custom CSS */

@media only screen and ( min-width:981px ) {
       /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 500px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 500px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important;
    }
    
    .et_pb_slider .et_pb_slide_description {
    text-align: center;
    top: 15%;
    border: 0px solid red;
    margin-right: 50px;
	}
	
	.et_pb_slide_image {
    width: 400px;
    margin-bottom: 50px;
	}
	
	.et_pb_slide_description h2 {
		font-size: 40px;
		margin-bottom: 35px;
	}
}

@media only screen and ( max-width: 980px ) {
       /* Set the slider height */
    .et_pb_slider, .et_pb_slider .et_pb_container { 
        height: 500px !important; 
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 500px; 
    }
    .et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 15%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important;
    }
    	
	.et_pb_slide_image {
		display: block;
    	width: 400px;
    	margin-bottom: 50px;
	}
	
	.et_pb_slide_description h2 {
		font-size: 40px;
		margin-bottom: 25px;
	}
	.et-social-icons {
		display: none;
	}
	
}

@media only screen and (max-width: 767px){
	    /* Set the slider height */
    .et_pb_slider .et_pb_container { 
        height: 700px !important;
        width: 450px;
        border: 0px solid red;
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 450px;
        border: 0px solid red;
    }
	.et_pb_slide_image, .et_pb_slide_video {
		display: block !important;
		position: absolute;
		width: 100px !important;
		left: 37%;
		top: 20px;
	}
	.et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%;
        margin: 0 auto;
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important;
        border: 0px solid red;
        display: block;
    }
    .et_pb_slide_description h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.et-social-icons {
		display: none;
	}
.et_pb_media_alignment_center .et_pb_slide_image {
top: 0;
}
}

@media only screen and (max-width: 479px){
    /* Set the slider height */
    .et_pb_slider .et_pb_container { 
        height: 700px !important;
        width: 300px;
        border: 0px solid red;
    }
    .et_pb_slider, .et_pb_slider .et_pb_slide { 
        max-height: 600px;
        border: 0px solid red;
    }
	.et_pb_slide_image, .et_pb_slide_video {
		display: block !important;
		position: absolute;
		width: 100px !important;
		left: 35%;
		top: 20px;
	}
	.et_pb_slider .et_pb_slide_description { 
        position: relative; 
        top: 25%;
        margin: 0 auto;
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important;
        border: 0px solid red;
        display: block;
    }
    .et_pb_slide_description h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.et-social-icons {
		display: none;
	}
}

.text-logo {
	padding-top: 10px;
	display: inline;
}

#subscribe_popup {
	display: none;
	clear: both;
	position: absolute;
	left: 50px;
	right: 50px;
	top: 10%;
	border: 1px solid red;
	z-index: 100;
}

#subscribe_module {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.subscribe-button {
	background: #ffffcc;
	width: 60%;
	color: #333333;
	padding: 20px 30px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Oswald', 'Helvetica', 'sans-serif';
	text-align: center;
	border-radius: 3px;
}

.subscribe-button:hover {
        background: #ffff99;
}

.et-social-icon a {
	font-size: 18px !important;
}

.et_pb_row {
	padding: 0;
}

/* End Custom CSS */

/* Mailchimp Customization */

#mc_embed_block {
	background: black !important;
	border: 5px solid #ffffcc;
	text-align: center;
	padding: 10px 20px 20px 20px;
	color: #ffffff;
	mar
}

#mc_embed_signup {
	background: black !important;
}

#mc-embedded-subscribe-form {
	text-align: center;
	background: black;
	padding: 50px;
}

#mc_embed_signup label {
	text-align: center;
	font-size: 30px !important;
	margin-top: 10px;
}

.popup-title {
	text-align: center;
	font-weight: bold !important;
	font-size: 20px !important;
	padding-top: 10px;
}
.popup-text {
	text-align: center;
	padding-top: 10px;
	margin-bottom: -20px;
}

.ujimodal a.close-modal {
	margin-right: 14px;
	margin-top: 17px;
}

#mc_embed_signup input {
	margin: 0 auto !important;
	margin-top: 10px !important;
	height: 30px;
	font-size: 18px;
}

#mc_embed_signup input.button {
	background: #ffffcc;
	color: #333333;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 0px !important;
	line-height: 50px;
	width: 60% !important;
	height: 50px !important;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
}

#mc_embed_signup input.button:hover {
        background: #ffff99;
}

.sliderheight {
        height: 300px !important;
}