$font-primary: 'Open Sans', Arial, sans-serif;


// Overrides
$grid-gutter-width: 40px !default; 
$border-radius-base:  4px !default;
$padding-base-vertical: 14px !default;

$brand-primary: #9B1Ed2 !default;

$brand-white: #fff;
$brand-black: #000;
$brand-darker: #444;
$brand-gray: #ccc;
$brand-lighter: #e9e9e9;
$brand-body-color: #818892;
$brand-selection-color: #f9f6f0;
$brand-overlay-color: #3b3d40;
$brand-bg-color: $brand-white;

$input-border-focus:  $brand-primary !default;
$form-group-margin-bottom:       30px !default;



// Mixin
@mixin translateX($translatex) {
	-moz-transform: translateX($translatex);
	-webkit-transform: translateX($translatex);
	-ms-transform: translateX($translatex);
	-o-transform: translateX($translatex);
	transform: translateX($translatex);
}
@mixin transition($transition) {
    -moz-transition:    all $transition ease;
    -o-transition:      all $transition ease;
    -webkit-transition: all $transition ease;
    -ms-transition: 		all $transition ease;
    transition:         all $transition ease;
}
@mixin inline-block() {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

@mixin border-radius($radius) {
  -webkit-border-radius: $radius;
     -moz-border-radius: $radius;
      -ms-border-radius: $radius;
          border-radius: $radius;
}
@mixin flex() {
	display: -webkit-box;      
  	display: -moz-box;         
  	display: -ms-flexbox;      
  	display: -webkit-flex;     
  	display: flex;             
}
@mixin flexwrap() {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; 
	-moz-flex-wrap: wrap; 
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?srf3rx');
	src:url('../fonts/icomoon/icomoon.eot?srf3rx#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.ttf?srf3rx') format('truetype'),
		url('../fonts/icomoon/icomoon.woff?srf3rx') format('woff'),
		url('../fonts/icomoon/icomoon.svg?srf3rx#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@mixin icomoon() {
	
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
}

// Import 
@import 'bootstrap/mixins';
@import 'bootstrap/variables';




/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

body {
	font-family: $font-primary;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #828282;
	background: #fff;
}
#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	@include transition(.5s);
	.offcanvas & {
		overflow: hidden;	
		position: absolute;
		
		&:after {
			@include transition(2s);
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 101;
			background: rgba(0,0,0,.7);
			content: "";
		}
	}
}
a {
	color: $brand-primary;
	@include transition(.5s);
	&:hover, &:active, &:focus {
		color: $brand-primary;
		outline: none;
		text-decoration: none;
	}
}
p {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: $brand-black;
	font-family: $font-primary;
	font-weight: 400;
	margin: 0 0 20px 0;
}
::-webkit-selection {
  color: $brand-white;
  background: $brand-primary;
}

::-moz-selection {
  color: $brand-white;
  background: $brand-primary;
}
::selection {
  color: $brand-white;
  background: $brand-primary;
}


#fh5co-aside {
	width: 38.2%;
	top: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	height: 100%;
	z-index: 555;
	background-color: $brand-primary;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	@media screen and (max-width: $screen-sm) {
		width: 100%;
		position: relative;
		height: 200px;
	}
	#fh5co-logo {
		padding-top: 20px;
		a {
			font-weight: 800;
			letter-spacing: -3px;
			color: $brand-white;
		}
	}
}
#fh5co-main-content {
	margin-left: 50%;
	position: relative;
	z-index: 999;
	min-height: 600px;
	padding-left: 70px;
	padding-right: 70px;
	@media screen and (max-width: $screen-sm) {
		margin-left: 0;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
}

.dt {
	display: table;
	.dtc {
		display: table-cell;
		vertical-align: middle;
	}
}
	
.simply-countdown-one {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	.simply-section {
		float: left;
		margin-right: 40px;
		margin-bottom: 10px;
		text-align: center;
		&:last-child {
			margin-right: 0;
		}
		.simply-amount {
			font-size: 100px;
			color: #1c1c1c;
			display: block;
			font-weight: 800;
			line-height: 100px;
			@media screen and (max-width: $screen-sm) {
				font-size: 30px;
				line-height: 30px;
			}
		}
		.simply-word {
			display: block;
			text-align: left;
			font-weight: 700;
			color: #a7a7a7;
		}
	}
}

.fh5co-intro {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	position: relative;
	h2 {
		margin-bottom: 10px;
		font-size: 40px;
		font-weight: 800;
		@media screen and (max-width: $screen-sm) {
			font-size: 20px;
		}
	}
}

#fh5co-subscribe {
	position: relative;
	.form-group {
		float: left;
		width: 100%;
		position: relative;
		.form-control {
			@include border-radius(100px);
			-webkit-box-shadow: none!important;
			-moz-box-shadow: none!important;
			-ms-box-shadow: none!important;
			-o-box-shadow: none!important;
			box-shadow: none!important;
			padding-right: 150px;

			padding-left: 30px;

			border: none!important;
			background: #eeeeee;
			height: 72px;
			font-size: 18px;
		}
		.btn {
			width: 100px;
			position: absolute;
			right: 0;
			top: 0;
			font-weight: 700;
			height: 72px;
			font-size: 14px;
			color: $brand-white;
			border: none!important;
			background: $brand-primary;
			color: $brand-white;
			text-transform: uppercase;
			border-top-right-radius: 100px;
			border-bottom-right-radius: 100px;
			@include transition(.3s);

			&:hover, &:active, &:focus {
				outline: none;
				box-shadow: none!important;
				background: lighten($brand-primary, 10%);
			}
		}	

		.tip {
			margin-top: 10px;
			margin-left: 30px;
			font-size: 12px;
			color: lighten($brand-black, 74%);
		}
	}
}

.fh5co-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

#fh5co-footer {
	position: absolute;
	bottom: 20px;
	left: 70px;
	right: 70px;
	padding-top: 50px;
	@media screen and (max-width: $screen-sm) {
		left: 15px;
		right: 15px;
		position: relative;
	}

	.fh5co-copyright {
		text-align: right;
		@media screen and (max-width: $screen-md) {
			text-align: left;
		}
		p {
			font-size: 13px;
			color: lighten($brand-black, 75%);
			&:last-child {
				margin-bottom: 0;
			}
		}
	}

}

#fh5co-social {
	padding: 0;
	margin: 0;
	li {
		list-style: none;
		padding: 0;
		margin: 0 20px 10px 0;
		@include inline-block;
		&:last-child {
			margin-right: 0;
		}
		a {
			font-size: 20px;
			color: lighten($brand-black, 75%);
			&:hover, &:active, &:focus {
				outline: none;
				color: $brand-primary;
			}
		}
	}
}
