﻿/*
Theme Name: Muriel
Description: Responsive Coming Soon Template
Author: Bluminethemes
Theme URI: http://bluminethemes.com/preview/themeforest/html/muriel/
Author URI: http://themeforest.net/user/Bluminethemes
Version: 1.1.2
*/

/* ==================================================================
 * Table of Contents:
 *
 * 1.0 - CSS Reset
 * 2.0 - Bootstrap fix for WinPhone 8 and IE10 
 * 3.0 - Basic Document Styles
 * 4.0 - Typography
 * 5.0 - Basic Layout Styles
 * 6.0 - Forms
 * 7.0 - Preloader
 * 8.0 - Section Styles
 * 9.0 - Overlay Styles
 * 10.0 - Video Background
 * 11.0 - Home Section
 * 12.0 - Home Section
 * 13.0 - Counter
 * 14.0 - Dotstyle
 * 15.0 - Dotstyle Lines
 * 16.0 - OWL Carousel - Custom animation
 * 17.0 - Responsive
================================================================== */


/* ==================================================================
	1.0 CSS 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;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ==================================================================
	2.0 Bootstrap fix for WinPhone 8 and IE10 
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/* ==================================================================
	3.0 Basic Document Styles
================================================================== */

body {
	line-height: 1;
	color: #494949;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	background: #222222;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

input,
select,
textarea { font: 16px/32px "Open Sans", Helvetica, Arial, sans-serif; }


/* ==================================================================
	4.0 Typography
================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 1.2em;
}

h1 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 46px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 38px;
	text-transform: uppercase;
	position: relative;
}

h3 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 30px;
}

h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
}

h5 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
}

h6 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
}

p {
	margin-bottom: 10px;
}

p.lead {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 21px;
	padding: 0;
	font-weight: 300;
}

p.footer {
	font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	font-weight: 300;
	color: #999;
}
.section-title {
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    color: #ffffff;
    font-weight: 400;
	position: relative;
	letter-spacing: 0.1em;
}

a, a > * {
	color: #2a6496;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	color: #5AA9CE;
	font-weight: 700;
}

.color-white {
	color: #fff;
}

.footer {
	position: fixed;
	bottom: 0;
	left: 10px;
	z-index: 10000;
}

.footer a {
	color: #699;
	text-decoration: none;
}

.footer a:hover {
	color: #aaa;
}

/* ==================================================================
	5.0 Basic Layout Styles
================================================================== */

section {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.all-margin {
	margin: 20px !important;
}

.left-margin {
	margin-left: 20px !important;
}

.right-margin {
	margin-right: 20px !important;
}

.top-margin {
	margin-top: 20px !important;
}

.bottom-margin {
	margin-bottom: 20px !important;
}

.no-margin {
	margin: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-right-padding {
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

.csstransitions .animated,
.animated {
    visibility: hidden;
}

.csstransitions .visible {
    visibility: visible;
}

.video-container {
	width: 100%;
	height: 100%;
}

.img-rounded {
	border-radius: 100%;
}


/* ==================================================================
	6.0 Forms
================================================================== */

input, textarea, select {
	background: transparent;
	outline:none;
	-webkit-appearance: none;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding: 12px 20px;
	margin: 0px;
	font-style: italic;
	font-size: 16px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	        transition: background-color .3s ease, border .3s ease, color .3s ease;
}

textarea {
	width: 100%;
	padding: 10px 20px;
	resize: both;
	margin-top: 0px;
	font-style: italic;
	height: 150px;
}
	
input:hover, textarea:hover, select:hover {
	color: #fff;
}
	
input:focus, textarea:focus, select:focus {
	color: #fff;
}

input[type="text"], input[type="email"] {
	width: 100%;
	color: #ccc;
}

input[type="submit"], button {
	width: auto;
	font-style: normal;
	background: transparent;
	color: #ccc;
	cursor: pointer;
	border: 0px solid #fff;
	padding: 12px 20px;
	letter-spacing: 0.20em;
}

input[type="submit"]:hover, button:hover {
	color: #ffffff;
}

select, option {
	cursor: pointer;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input[type="radio"] {
	-webkit-appearance: radio;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #fff; }

input:-moz-placeholder, textarea:-moz-placeholder { color: #fff; }

input.placeholder, textarea.placeholder { color: #fff; }

#form {
	position: relative;
	overflow: hidden;
}

.form-container {
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}

.subscriptionForm {
	display: table;
	margin: 0 auto;
}

.form-note {
	color: #000;
	font-size: 1em;
	font-style: italic;
	margin: 24px 0;
}

#success-message {
	padding-top: 10px;
	color: #fff;	
	display: none;
}

#error-message {
	padding-top: 10px;
	color: #fff;
	display: none;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 100%;
}

.contact-form input, .contact-form textarea, .contact-form select {
	background: rgba(255,255,255,0.0);
	outline: none;
	-webkit-appearance: none;
	color: #fff;
	border: 0px solid #fff;
	padding: 12px 20px;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	font-style: italic;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
	-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
}

.contact-form input[type="submit"] {
	width: auto;
	font-style: normal;
	background: transparent;
	color: #fff;
	cursor: pointer;
	border: 0px solid #fff;
	padding: 12px 20px;
	letter-spacing: 0.20em;
	font-weight: 100;
}

.contact-form .input-error {
	border-bottom: 2px solid #ed5555;
}

.contact-form .response-message {
	margin: 20px 0 30px 0;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

/* WebKit browsers */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { 
    color: #ccc; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc; 
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc; 
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #CCC; 
}


/* ==================================================================
	7.0 Preloader
================================================================== */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    z-index: 10001;
}

#loading-animation {
    width: 120px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(images/loading-animation.gif); 
    background-repeat: no-repeat;
    background-position: center;
    margin: -60px 0 0 -64px;
}


/* ==================================================================
	8.0 Section Styles
================================================================== */

.section {
	padding: 90px 0;
	position: relative;
}


/* ==================================================================
	9.0 Overlay Styles
================================================================== */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(10,10,10,0.5) url(images/overlays/05.png);
	opacity: 0.75;
	filter: alpha(opacity=40);
	z-index: -1;
}


/* ==================================================================
	10.0 Video Background
================================================================== */

#video_background {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}


/*==================================================================
	11.0 Home Section
================================================================== */

.home {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 700px;
	display: table;
}

.home .container-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	overflow: hidden;
}

.home .container {
	margin: 0 auto;
	max-width: 890px;
	overflow: hidden;
}

.logo_header {
	margin-bottom: 50px;
	text-align: center;
}

.slider-container {
	width: 100%;
	position: relative;
	overflow: hidden;
}


/* ==================================================================
	12.0 Social icons
================================================================== */

.socials-icons {
	margin: 0 auto;
	text-align: center;
	position: fixed;
	top: 30px;
	left: 10px;
	display: block;
	width: 50px;
	height: 100%;
	margin-bottom: 40px;
	z-index: 10;
}
	
.socials-icons li {
	margin: 0 15px;
	display: inline-block;
}

.socials-icons li a {
	display: block;
	background: transparent;
	position: relative;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.socials-icons li a i.fa {
	color: #fff;
	line-height: 50px;
	font-size: 21px;
}


/* ==================================================================
	13.0 Counter
================================================================== */

#counter {
	color: #fff;
	overflow: hidden;
	margin-bottom: 50px;
}

.counter-container {
	display: table;
	margin: 0 auto;
}

#counter .counter-box {
	display: block;
	width: 190px;
	text-align: center;
	overflow: hidden;
	padding: 15px 35px;
	float: left;
	margin: 0px;
	border-right: 2px solid #fff;
}

#counter .last {
	border-right: 0px solid #fff;
}

#counter .number {
	font-size: 70px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

#counter span {
	display: block;
	font-size: 21px;
	text-align: center;
	font-weight: 400;
}


/* ==================================================================
	14.0 Dotstyle
================================================================== */

.dotstyle {
	overflow: hidden;
	padding: 31px;
	padding-top: 60px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-8 */
}

.dot-container {
	display: table;
	margin: 0 auto;
}

/* Common styles and resets */

.dotstyle ul {
	position: relative;
	display: table;
	margin: 0 16px;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 16px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

/* Tooltip */

.dotstyle-tooltip li {
	border: 3px solid #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
	position: relative;
	display:table;
}

.dotstyle-tooltip li a {
	top: auto;
	bottom: 250%;
	left: 50%;
	/*visibility: hidden;*/
	padding: 0 10px;
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: #fff;
	color: #494949;
	text-indent: 0;
	line-height: 2;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
}

.dotstyle-tooltip li a span { /* http: //cssarrowplease.com/ */
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #fff;
	content: '';
	pointer-events: none;
	top: 99%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.current a {
	z-index: 100;
	/*visibility: visible;*/
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(0%);
	transform: translateX(-50%) translateY(0%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-tooltip li.current {
	border-color: #fff;
}

.dotstyle-tooltip li:hover {
	z-index: 100;
}

.no-touch .dotstyle-tooltip ul:hover li.current a {
	opacity: 0.2;
}

.dotstyle-tooltip ul li.current:hover a {
	opacity: 1;
}


/* ==================================================================
	15.0 Dotstyle Lines
================================================================== */

.bottom-line-left {
	position: relative;
	width: 100px;
	height: 2px;
	background: #fff;
	float: left;
	margin-top: 8px;
}

.bottom-line-right {
	position: relative;
	width: 100px;
	height: 2px;
	background: #fff;
	float: left;
	margin-top: 8px;
}


/* ==================================================================
	16.0 OWL Carousel - Custom animation
================================================================== */

.custom-animations .owl-goDown-out {
  -webkit-animation: fadeOutUpBig 1.1s ease both;
  -moz-animation: fadeOutUpBig 1.1s ease both;
  animation: fadeOutUpBig 1.1s ease both;
}

.custom-animations .owl-goDown-in {
  -webkit-animation: fadeInDownBig 1.0s ease both;
  -moz-animation: fadeInDownBig 1.0s ease both;
  animation: fadeInDownBig 1.0s ease both;
}


/* ==================================================================
	17.0 Responsive
================================================================== */

@media(max-width:991px){
	
	.home {
		display: block;
		height: auto;
		padding: 90px 0;
	}
	
	.home .container {
		width: 100%;
	}
	
	.home .container-wrapper {
		display: block;
		margin: 0 auto;
	}
	
	#counter .counter-box {
		width: 170px;
		padding: 15px 15px;
	}
	
	.socials-icons {
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

}

@media(max-width:768px){	
	
	.counter-container {
		max-width: 100%;
		width: auto;
		margin: 0 auto;
		border-left: 0;
		border-right: 0;
		padding: 0px;
	}
	
	#counter .counter-box {
		width: 100%;
		float: none;
		border: none;
	}

	.socials-icons li {
		margin: 15px;
	}
	
	.bottom-line-right, .bottom-line-left {
		display: none;
		visibility: hidden;
	}
	
}
