/* Eric Meyer's Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	font-size: 11px;
	font-weight: 300;
	color: #5b5b60;
	margin: 22px 0 29px 0;
	float: right;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Global Typography */
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	margin: 0;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	overflow-y: scroll;
}
/* Font Face */
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global Headings */
h1, h2, h3, h4, h5, h6 {}
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.503rem;
}
h3 {
	font-size: 1.4rem;
}
h4 {
	font-size: 3.164rem;
}
h5 {
}
h6 {
}

/* General Text Formatting */
p {}
blockquote, cite, q, var, dfn {font-style: italic;}
small {font-size: 85.71429%;line-height: 1.75;}
img{max-width: 100%;height: auto;}

/* Global Link style */
a {text-decoration: none;outline: none;transition: all 0.5s;}
a:hover, a:focus {
	opacity: .7;
}

/* Global Button Styles */
.btn {
	display: inline-block;
	text-transform: uppercase;
	/*background-color: #9847b9;*/
	background-color: #0076ff;
	color: #ffffff;
	border-radius: 15px;
	padding: 8px 28px 8px 28px;
	letter-spacing: .3px;
	word-spacing: -1px;
	font-weight: 500;
	font-size: 1.162rem;
	border: 2px solid #0076ff;
}
.btn:hover, .btn:focus{
	border-color: #e0548d;
	color: #e0548d;
	background-color: #ffffff;
	opacity: 1;
}
/* Global Sprite Icons */
[class^="icon-"], [class*="icon-"] {
	/*background-image: url(../images/sprite.png);*/
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
[class^="myicon"], [class*="myicon"] {
	background-image: url(../images/sprite.png);
}
i.flag, span.flag{
	background-image: url(../images/flag-sprite.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	/* background-size: cover; */
	display: inline-block;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}
.bootstrap-select .glyphicon{
	display: inline-block;
	vertical-align: middle;
	width: 32px;
    height: 32px;
}

/* close commented backslash hack */

.container{
	max-width: 1157px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 12px;
}

input,button,textarea{outline:none;
	border:none;
	background:transparent;
	cursor:pointer;
}
input[type='text']{
	cursor: auto;
}
textarea{font-family: 'Roboto', sans-serif;}
::placeholder{
	color:#191919;
	font-family: 'Poppins', sans-serif;
}
:focus {outline:none;}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.form-content input[type='submit']{
	padding: 6px 51px;
	background-color: #e0548d;
	border-radius: 4px;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: capitalize;
	border: 1px solid transparent;
	transition: all 0.5s;
	font-family: 'Poppins', sans-serif;
}
.form-content input[type='submit']:hover{
	color: #e0548d;
	border-color: #e0548d;
	background-color: #ffffff;
}

.member{
	/* background:url(../images/member-mob.jpg) no-repeat; */
	/* background:url(../images/member-desktop.jpg) no-repeat; */
	/* background:url(../images/subscribe-mob.jpg) no-repeat; */
	/* background:url(../images/subscribe-desktop.jpg) no-repeat; */
	/* background:url(../images/escape-mob.jpg) no-repeat; */
	/* background:url(../images/profile2-desktop.jpg) no-repeat;  */
	/* background:url(../images/message-mob.jpg) no-repeat; */
	/* background:url(../images/message-open.jpg) no-repeat; */
	/* background:url(../images/message-open.jpg) no-repeat; */
	/* background:url(../images/message-desktop.jpg) no-repeat; */
	/* background:url(../images/message-opendesk.jpg) no-repeat; */
	/* background:url(../images/setting-mob.jpg) no-repeat; */
	/* background:url(../images/setting-mob-1.jpg) no-repeat; */
	/* background:url(../images/setting-desktop.jpg) no-repeat; */
	/* background:url(../images/bookmark-mob.jpg) no-repeat;  */
	/* background:url(../images/bookmark-desktop.jpg) no-repeat;  */
	/* background:url(../images/find-mob.jpg) no-repeat;  */
	/* background:url(../images/find-desktop.jpg) no-repeat;  */
}