/****************
    - 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, font, 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 {
    margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*************************
    - Basic settings -
*************************/
html {
	overflow-x:hidden;
	padding:0 !important;
	margin:0 !important;
}

ol, ul {  
	list-style:none; 
}

a {	
	text-decoration:none;
	-webkit-transition:all .2s linear;
	   -moz-transition:all .2s linear;
			transition:all .2s linear;
}

a:hover {
	text-decoration:none;	
}

body {
	font-family:"Open Sans", sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:28px;
	color:#444;
	background:#fff;
	height:100%;
}

article, aside, details, dialog, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}

.clearfix:after {
	content:"."; 
	visibility:hidden;
	display:block; 
	clear:both; 
	height:0; 
	font-size:0;
}

.left-float {
	float:left;
}

.right-float {
	float:right;
}

.align-center {
	text-align:center;
}

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

hr {
    border:0;
    clear:both;
    margin:25px 0;
    height:1px;
    border-bottom:1px solid #d4d4d4;
}

img {
    max-width:100%;
    vertical-align:middle;
    border:0;
    -ms-interpolation-mode:bicubic;
    opacity:1;
}

.mb-30 {
	clear:both;
	height:30px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight:300;	
}

/* Paragraph */
p {
	margin-bottom:20px;
    color:#656565;
    font-weight:300;
}

/*****************
    - Header -
*****************/
header {
	position:relative;
	left:0;
	top:0;
	width:100%;
	min-height:120px;
	padding:120px 0;
	color:#fff;
	background:#f31e58;
	background:linear-gradient(90deg, #ff396f 0%, #f31e58 50%, #890025 100%);
}

/* Logo */
header .logo {
	clear:both;
    display:block;
	text-align:center;
    padding-bottom:30px;
}

/* Title */
header h1 {
    font-weight:300;
    font-size:24px;
    color:#eee;	
	letter-spacing:2px;
	text-align:center;
	text-transform:uppercase;
	margin:0 !important;
	padding-bottom:30px;
}

/* Button */
a.btn-buy {
	clear:both;
	display:inline-block;
	color:#fff !important;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	padding:10px 30px;
	border:1px solid #fff;
	background:transparent;
	text-decoration:none;
	-webkit-border-radius:36px;
	   -moz-border-radius:36px;
			border-radius:36px;
}

a.btn-buy:hover {
	color:#f31e58 !important;
	background:#fff;
	text-decoration:none;
}

/******************
    - Section -
******************/
section {
	position:relative;	
	padding:50px 0;
	background-color:#fff;
}

section:nth-child(even) {
    background:#f0f0f0;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
}

section h2 {
    position:relative;
	clear:both;
	margin-bottom:50px;
	color:#f31e58;
	font-size:24px;
	line-height:24px;
	font-family:"Poppins", sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}

section h3 {
    position:relative;
	clear:both;
	margin-bottom:10px;
	color:#444;
	font-size:14px;
	line-height:14px;
	font-family:"Poppins", sans-serif;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}

/* Selector */
.selecter {
	position:relative; 
	min-width:200px; 
	max-width:380px;
}

.button {
	height:30px;
	line-height:24px;
	padding:3px 15px;
	display:inline-block;
	position:relative;	
	font-family:"Poppins", sans-serif;
	font-size:11px;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
	color:#666;
	background-color:#ddd;
	letter-spacing:1px;
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
			border-radius:15px;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.button:hover {
	color:#fff;
	background-color:#333;
	text-decoration:none;
}

.button.selected {
	color:#fff;
	background-color:#f31e58;
}

/* Switch */
.switch {
	display:inline-block;
	vertical-align:middle;
}

.switch input {
	display:none;
	height:0;
	width:0;
	visibility:hidden;
}

.switch-light label {
	position:relative;
	display:block;
	cursor:pointer;
	width:60px;
	height:30px;
	margin:0;
	background:#999;
	border-radius:60px;
	text-indent:-9999px;
	transition:0.3s;
}

.switch-light label:after {
	content:'';
	position:absolute;
	top:2px;
	left:2px;
	width:26px;
	height:26px;
	background:#fff;
	border-radius:26px;
	transition:0.3s;
}

.switch-light input:checked + label:after {
	left:calc(100% - 2px);
	transform:translateX(-100%);
}

.switch-light label:active:after {
	width:40px;
}

.switch-light input:checked + label {
	background:#f31e58;
}

/* Icons */
.icons i {
	display:block;
	cursor:pointer;
	font-size:36px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

.icons i:hover,
.icons i.selected {
	color:#fff;
	background:#f31e58;
}

/* Footer */
footer {
	font-family:"Open Sans", sans-serif;
	background-color:#111;
	text-align:center;
	padding:50px 0;
}

footer span.copyright {
    color:#777;
    margin-top:0;
    margin-bottom:0;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:20px;
    font-weight:400;
}

footer span.copyright a {
	color:#f31e58;
	text-align:center;
	font-weight:700;
}
	
footer span.copyright a:hover {
	color:#fff; 
}

footer .social {
	display:block;
	clear:both;
	cursor:default;
	line-height:1;
	margin-top:20px;
}

footer .social a {
	padding:0 8px;
}

footer .social a i {
	font-size:18px;
	color:#999;
	-webkit-transition:all .3s;
	   -moz-transition:all .3s;
			transition:all .3s;
}

footer .social a:hover i {
	color:#fff;
}
.modal {
	/* display: none; Hidden by default */
	position: fixed; /* Stay in place */
	
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
	/* color: white; */
	float: right;
	font-size: 28px;
	font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal-header {
	padding: 2px 16px;
	/* background-color: #5cb85c; */
	/* color: white; */
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
	padding: 2px 16px;
	/* background-color: #5cb85c; */
	/* color: white; */
  }
/* Small Devices, Tablets */
@media (max-width:767px) {
	/* Margin */
	.res-margin {
		margin-bottom:30px;
	}
}

