/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Raleway:200,400,700');

* { 
	margin: 0;
	padding: 0px;
    font-family:"FlopDesignFONT",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif !important;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-weight: 100;
	font-size: 16px; 
	line-height: 26px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt30 {margin-top: 30px;}
.mt {margin-top: 50px;}
.mb30 {margin-bottom: 30px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}
.pb {padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #4183D7;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 5px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 5px;
	margin-top: 20px;
	background-color: #fff;
	opacity: 0.9;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 100%;
	text-align: left;
	margin-right: 2px;
}

@media screen and (max-width: 767px) {
	.subscribe-input {
		width: 100%;
	}
}

.subscribe-submit {
	right: 0;
}


/*Buttons Configuration */
.btn-conf {
	border-radius: 5px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 13px 28px 12px 28px;
	margin-top: 5px;
	width: 100%
	}	

.btn-go {
	background: #F9BF3B;
	color: white
}


/* HEADER SECTION */
#h {
	background: no-repeat center top;
	padding-top: 250px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h h1 {
	font-size: 10px;
	letter-spacing: 1px;
	color: #1abc9c;
}

#h h2 {
	font-size: 40px;
	font-weight: 200;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	color: #1abc9c;
}
#h h2 > span {
	font-size: 12px;
	letter-spacing: 1px;
}
#h h2 bold {
	font-weight: 700;
	font-size: 40px;
	letter-spacing: 1px;
}

#h h3 {
	font-weight: 200;
	font-size: 18px;
	letter-spacing: 0.8px;
	margin-bottom: 25px;
	color: #eb6877;
	line-height: 1.5em;
}


/* Grey Section */
#g {
	padding-bottom: 30px;
	padding-top: 30px;
}

#g h4 {
	font-weight: 100;
	font-size: 18px;
	letter-spacing: 0.8px;
	margin-bottom: 25px;
	color: #eb6877;
	line-height: 1.5em;
}

i {
	font-size: 60px;
}

/* FOOTER */

#f {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #D2527F;
	color: white;
	text-align: center;
}

#f p {
	padding: 0; 
	margin-bottom: 12px; 
	font-weight: 100;
	font-size: 14px; 
	line-height: 1.5rem;
	color: #fff; 
	margin-top: 10px; 
}
#f a{
 color: #fff; 
}
@media only screen and (max-width: 600px) {
   .br::before {
	     content: "\A" ;
	     white-space: pre ;
    }
}

.turq{
 color: #1abc9c;
}

.inter{
 color: #D2527F;
}
.btn-inter {
	background-color: transparent;
	border: 1px solid #D2527F;
	color: #D2527F;
}

.btn-inter:hover {
	background-color: #D2527F;
	border: 1px solid #D2527F;
	color: #fff;
}

.btn-transparent {
	background-color: transparent;
	border: 1px solid #03C9A9;
	color: #03C9A9;
}

.btn-transparent:hover {
	background-color: #03C9A9;
	border: 1px solid #03C9A9;
	color: #fff;
}
.just{
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
}
