#popup_container{
	width: 800px;
	height: 580px;
	background: #FFFFFF;
	color: #38b9c5;
	margin: 0 auto;
	box-shadow: #CCCCCC 0 0 8px 0;
	position: relative;
}
#popup_container .row {
	margin: 0 !important;
}
#popup_container1{
	height: 100%;
	width: 100%;
}
.popup_close{
	color: #000;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;

	position: absolute;
	top: 25px;
	right: 25px;
	text-align: center;
}
.popup_close:hover{
    opacity: 0.5;
	cursor: pointer;
}
#popup_container1 > div:first-child{
	height: 270px;
	position: relative;
}
#popup_container1 > div:last-child{
	position: relative;
}
#popup_container1 .popup_h1{
	margin-top: 40px;
	font-size: 4.0rem;
}
#popup_container1 .popup_h2{
	font-size: 3.2rem;
}
#popup_container1 .popup_h3{
	font-size: 2.2rem;
	color: #6b63b9;
}
#popup_container1 .cube45{
	width: 45px;
	height: 45px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    background: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 245px;
    margin: 0 auto;
    z-index: 2;
}
#popup_container1 > div:last-child > div:first-child{
	height: 310px;
	background: #3cb9c4;
}
#popup_container1 > div:last-child > div:last-child{
	height: 310px;
	background: #7a5ead;
}
#popup_container1 > div:last-child  img{
	margin: 15px auto;
	display: block;
}
#popup_container1 > div:last-child .btn{
	background: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	width: auto;
	display: inline-block;
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
	padding: 0 10px;
}
#popup_container1 a.kabat:hover{
	background: #7a5ead !important;
}
#popup_container1 a.szoknya:hover{
	background: #3cb9c4 !important;
}

/**FAZIS 2**/
#popup_container2 {
	display: none;
	height: 100%;
	width: 100%;
}
#popup_container2 > div:first-child{
	padding-top: 25px;
	height: 190px;
	background: #3cb9c4;
	color: #FFFFFF;
	position: relative;
}
#popup_container2 > div:last-child{
	height: 390px;
	position: relative;
}
#popup_container2 .popup_h1{
	font-size: 3.0rem;
}
#popup_container2 .popup_h2{
	font-size: 1.8rem;
}
#popup_container2 .cube45{
	width: 45px;
	height: 45px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    background: #3cb9c4;
    position: absolute;
    left: 0;
    right: 0;
    top: 167px;
    margin: 0 auto;
    z-index: 2;
}
#popup_container2 > div:last-child{
	color: #aeb0b2;
	padding-top: 45px;
}
#popup_container2 input[type='text'],
#popup_container2 input[type='email'] {
	width: 340px;
	margin: 10px auto;
}
#popup_container2 .sexy_checkbox > div{
	position: absolute;
	left: 29%;
	font-size: 1.2rem;
	width: 360px;
}
#popup_container2 div.newsletter_subscribe_btn{
	width: auto;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#mymodal_zipcode_success #popup_container2 .sexy_checkbox > div{
	left: 22%;
}


#mymodal_sevices_popup .modal-dialog{
	width: 370px;
	min-height: 300px;
	height: auto;
}

#mymodal_sevices_popup .popup_quick_box{
	margin-top: 30px;
	margin-bottom: 30px;
}

#mymodal_sevices_popup h4{
	font-size: 2.5rem;
	color: #62c3cc;
}

#mymodal_sevices_popup .popup_box_title{
	text-align: center;
}

#mymodal_sevices_popup .popup_box_content ul{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 25px;
}

#mymodal_sevices_popup .popup_box_content ul li{
	font-size: 1.4rem;
	line-height: 25px;
}

#mymodal_sevices_popup .white_btn {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #62c3cc;
    color: #62c3cc;
    display: inline-block;
    font-size: 1.6rem;
    left: 50%;
    margin: 0 auto;
    padding: 10px 25px;
    position: relative;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: normal;
    width: auto;
}

#mymodal_sevices_popup .white_btn:hover, #mymodal_sevices_popup .white_btn:focus, #mymodal_sevices_popup .white_btn:active {
    background: #62c3cc none repeat scroll 0 0;
    color: #ffffff;
}

@media ALL and (max-width: 610px){

	#mymodal_zipcode_success #popup_container2 .sexy_checkbox > div{
		left: 19%;
	}
}

@media ALL and (max-width: 540px){

	#mymodal_zipcode_success #popup_container2 .sexy_checkbox > div{
		left: 14%;	
	}
}

@media ALL and (max-width: 440px){

	#mymodal_sevices_popup .modal-dialog{
		width: 95%;
	}
	#mymodal_zipcode_success #popup_container2 .sexy_checkbox > div{
		left: 15px;
		width: 280px
	}
}

@media ALL and (max-width: 320px){

	#mymodal_zipcode_success #popup_container2 .sexy_checkbox > div{
		left: 15px;
		width: 215px
	}
}