@font-face {
    font-family: 'century_gothic_regular';
    src: url('CenturyGothic.eot');
    src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothic.woff') format('woff'),
         url('CenturyGothic.ttf') format('truetype'),
         url('CenturyGothic.svg#century_gothic_regular') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}

@font-face {
    font-family: 'century_gothic_bold';
    src: url('CenturyGothic-Bold.eot');
    src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothic-Bold.woff') format('woff'),
         url('CenturyGothic-Bold.ttf') format('truetype'),
         url('CenturyGothic-Bold.svg#century_gothic_bold') format('svg');
    font-weight: normal;
    font-style: normal;
    letter-spacing: 2px;
}

html {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	height: 100%;
}

*, *:before, *:after {
 	box-sizing: inherit;
}

body {
	height: 100%;
}

img.logo {
	max-width: 70%;
}

.login_hidden {
	display:none;
	position: absolute;
	left:0;
	top:0;
	background:#ff00b0;
	width:100%;
	text-align: center;
	padding:3% 5%;
	z-index: 100;
}

.member:before, .member:after {
	z-index: 10;
}

.login_hidden label {
	display: inline-block;
	float:none;
	color:white;
	background:none;
}

.login_hidden input[type="text"], .login_hidden input[type="password"], select {
	color:black;
}

input.button.common {
	display:block;
	outline:none;
	border:none;
	margin:0 auto;
	background: #0bb984;
	color:white;
	font-family: 'century_gothic_bold' , sans-serif;
	font-size: 30px;
	padding: 15px 0;
	color: #fff;
	text-transform: uppercase;
	width:80%;
	cursor: pointer;
}

.login_hidden a.second {
	display:block;
	margin:20px auto;
	width:60%;
	margin-left: 20%;
}

p.error {
	color:white;
	text-align: center;
}

.wrap {
	width: 586px;
	margin: 0 auto;
}

.bottom {
	padding-bottom: 30px;
}

header {
	display: flex;
	align-items: center;
	width: 550px;
	height: 145px;
	margin: 0 auto;
	background: rgba(75, 18, 39, .6);
	text-align: center;
}

.logo-link {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
}

.member {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: auto;
	padding:1% 0;
	z-index: 500;
	background: #ff00b0;
}

.member:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -18px;
	left: 0;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent #99015c transparent transparent;
}

.member:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -18px;
	right: 0px;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #99015c transparent transparent transparent;
}

.text-box {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.text-box h2, .text-box a {
	float: left;
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
}

.text-box h2 {
	line-height: 40px;
}

.text-box h2 span {
	font-family: sans-serif;
	margin-right: 10px;
}

.text-box a {
	text-decoration: none;
	background: #ad016a;
	padding: 5px 15px;
}

section {
	width: 550px;
	margin: 0 auto;
	background: rgba(255, 0, 156, .3);
}

.container {
	width: 550px;
	margin: 0 auto;
	background: rgba(255, 0, 156, .3);
	padding-top: 50px;
}

.slider-wrap {
	position: relative;
	top: 0;
}

.slider-wrap:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -18px;
	left: 1px;
	border-style: solid;
	border-width: 0 18px 18px 0;
	border-color: transparent rgba(255, 0, 156, .1) transparent transparent;
}

.slider-wrap:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -18px;
	right: 1px;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: rgba(255, 0, 156, .1) transparent transparent transparent;
}

section#fake {
	height: 180px;
}

.slider-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 180px;
	background: rgba(255, 0, 156, .5);
}

.owl-pagination {
	display: none;
}

a.nav_left, a.nav_right {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	width: 40px;
	height: 180px;
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

a.nav_left {
	left: 0;
}

a.nav_right {
	right: 0;
}

a.nav_left img, a.nav_right img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

#pictures {
	width: 496px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
}

#pictures img {
	width: 158px;
	margin: 11px 2px;
}

.text-push {
	padding: 30px 0;
	text-align: center;
}

.text-push h3 {
	font-family: 'century_gothic_bold' , sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
}

.form {
	margin: 0 10px;
	padding: 10px;
	background: #0bb984;
}

select, .customSelect {
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 23.5px;
	text-transform: uppercase;
	color: #0bb984;
	background: #fff;
	border: none;
	box-shadow: none;
	padding: 10px;
}

.customSelectInner {
	background:url(../images/drop_arrow.jpg) no-repeat center right;
}

select.gender {
	width: 100%;
}

.dates {
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}

label {
	float: left;
	padding: 10px;
	color: #0bb984;
	background: #07805b;
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 23.5px;
}

.selections {
	float: right;
	width: 65%;
	text-align: right;
}

.selections * {
	text-align: left;
}

select.date {
	width: 110px;
}

select.date.hasCustomSelect {
	width:110px!important;
	height:44px!important;
}

a.browse {
	display: block;
	margin: 30px 10px 0;
	font-family: 'century_gothic_bold' , sans-serif;
	font-size: 30px;
	padding: 15px 0;
	color: #fff;
	background: #ff0000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

a.browse h4 span {
	padding: 0 10px;
}

footer {
	width: 550px;
	padding: 20px 10px;
	margin: 0 auto;
	background: rgba(75, 18, 39, .6);
	text-align: center;
	color: #fff;
}

footer p {
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.tos {
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 12px;
	line-height: 16px;
    color: #fff;
    text-align: center;
}

.links {
	text-align: center;
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px 0;
}

.links a {
	text-decoration: none;
	color: white;
}

.links span {
	color: #ad016a;
}

.end_text {
	text-align: center;
	font-family: 'century_gothic_regular' , sans-serif;
	font-size: 12px;
	color: white;
	margin: 0 auto;
	padding-bottom: 20px;
}

.end_text p {
}

.row {
	display: block;
	float: left;
	margin: 0 1px;
}

/*******************************MEDIA QUERIES*******************************/


@media (min-width : 320px) and (max-width : 767px) {
    .wrap {
    	width: 95%;
    }

    header {
    	width: 90%;
    	height: auto;
    	padding: 15px 0;
    }

    .logo {
    	width: 90%;
    }

    .member {
    	height: auto;
    	padding: 10px 0;
    }

    .member:before, .member:after, .slider-wrap:before, .slider-wrap:after {
    	display: none;
    }

    .text-box h2, .text-box a {
    	font-size: 14px;
    }

    section, .container {
    	width: 90%;
    }

    .container {
    	padding-top: 25px;
    }

    section#fake, .slider-container {
    	height: 90px;
    }

    a.nav_left, a.nav_right {
    	width: 9%;
    	height: 90px;
    }

    div.owl-item {
    	width: 110px;
    }

    #pictures {
    	width: 80%;
    	height: auto;
    }

    #pictures img {
    	width: 80px;
    	margin: 5px 2px;
    }

    .text-push {
    	padding: 15px 0;
    }

    .text-push h3 {
    	font-size: 20px;
    	line-height: 27px;
    }

    select, .customSelect {
    	font-size: 17px;
    	padding: 8px;
    }

    label {
		float: none;
		padding: 8px;
		font-size: 17px;
		display: block;
		text-align: center;
	}

	.label {
		text-align: center;
		padding-bottom: 5px;
	}

	.selections {
		margin-top: 5px;
		float: none;
		width: 100%;
		text-align: left;
	}

	.selections * {
		text-align: left;
	}

	a.browse {
		display: block;
		margin: 20px 10px 0;
		font-family: 'century_gothic_bold' , sans-serif;
		font-size: 20px;
		padding: 10px 0;
	}

	a.browse h4 span {
		padding: 0 5px;
	}

	footer {
		width: 90%;

	}
	
	input[type="text"], input[type="password"] {
		width:100%!important;
	}
	
	label {
		float: none;
		padding: 8px;
		font-size: 17px;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
	
	select.date.hasCustomSelect {
		width: 235px !important;
	}
	
	div.step_two.second {
		height:auto!important;
	}
	
	.row {
		overflow: hidden;
		display:block;
		margin:10px auto;
		float:none;
	}

}

@media (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    select.date.hasCustomSelect {
		width: 440px !important;
	}
	
}

@media (min-width : 768px) and (max-width : 1199px) and (orientation : portrait) {
    
}

@media (min-width : 1200px) {

}

input[type="text"],input[type="password"] {
                width: 510px;                
                height: 48px;
                font-size: 23.5px;
                font-family: 'century_gothic_regular' , sans-serif;
                font-size: 23.5px;
                text-transform: uppercase;
                color: #0bb984;
                background: #fff;
                border: solid 2px transparent;
                box-shadow: none;
                padding: 10px;                
            }

            input[type="text"]::-webkit-input-placeholder {
                color: #0bb984 !important;
            }

            input[type="text"]:-moz-placeholder { /* Firefox 18- */
                color: #0bb984 !important;  
            }

            input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
                color: #0bb984 !important;  
            }

            input[type="text"]:-ms-input-placeholder {  
                color: #0bb984 !important;  
            }
            input[type="text"]:focus {  
                outline: none;
            }
            input[type="password"]::-webkit-input-placeholder {
                color: #0bb984 !important;
            }

            input[type="password"]:-moz-placeholder { /* Firefox 18- */
                color: #0bb984 !important;  
            }

            input[type="password"]::-moz-placeholder {  /* Firefox 19+ */
                color: #0bb984 !important;  
            }

            input[type="password"]:-ms-input-placeholder {  
                color: #0bb984 !important;  
            }
            input[type="password"]:focus {  
                outline: none;
            }

            #errors {
                 font-family: 'century_gothic_regular' , sans-serif;
                text-align: center;
                margin: 15px;
                color: #FFF;
            }
