/*
===============================================
--------------- 1. CSS Inits ------------------
===============================================
*/

body {
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../images/bg.jpg");
	background-position: center center;	
	font-family: "raleway", sans-serif;
	line-height: 26px;
	font-size: 14px;
	color: #f8f7ee;
    background: #29324e;
}

.flex-table {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.flex-table .flex-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
/* Main font size */
#flex_wrapper {
  font-size: 21px;
  font-family: 'raleway', serif;
  color: #333333;
}
@media (max-width: 768px) {
  #flex_wrapper {
    font-size: 15px;
  }
}
/* Links */
a {
  color: #00aeef;
  text-decoration: none;
  -webkit-transition: opacity 1.7s ease-out;
  -moz-transition: opacity 1.7s ease-out;
  -ms-transition: opacity 1.7s ease-out;
  -o-transition: opacity 1.7s ease-out;
  transition: opacity 1.7s ease-out;
}
a:hover,
a:focus {
  color: #00aeef;
  text-decoration: none;
  opacity: 0.6;
}
/* Section title */
.flex-section-title {
  font-size: 2.85em;
  font-family: 'raleway', sans-serif;
  font-weight: 300;
}
/* Section subtitle */
.flex-section-subtitle {
  font-size: 1.61em;
  font-weight: 400;
  font-family: 'raleway', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.flex-btn {
  /* reset */
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  width: auto;
  /* --- */
  display: inline-block;
  font-size: 1.42em;
  font-family: 'raleway', serif;
  padding: 20px 45px;
  color: white;
  border: solid 3px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* Hover animation */
  -webkit-transition: opacity 1.7s ease-out;
  -moz-transition: opacity 1.7s ease-out;
  -ms-transition: opacity 1.7s ease-out;
  -o-transition: opacity 1.7s ease-out;
  transition: opacity 1.7s ease-out;
}
.flex-btn:hover,
.flex-btn:focus {
  background: #009cd7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  opacity: 1;
}
#flex-header {
	width: 100%;
	height: 70vh;
	text-align: center;
	background-color: #00aeef;
	color: #ffffff;
	background-image: url(../images/elegant-blue-background.jpg);
}
#flex-header .container {
  height: 100%;
}
#flex-header.has-image {
  background: none;
  position: relative;
  overflow: hidden;
}
#flex-header.has-image .background-image {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -2;
  -webkit-background-size: cover;
  background-size: cover;
}
#flex-header.has-image .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-color: #222222;
  opacity: 0.4;
}
#flex-header p {
  margin: 0;
  margin-top: 45px;
}
#flex-header p:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  #flex-header {
    height: auto;
    position: relative;
    padding: 60px 0;
  }
}
#flex-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0;
  text-align: center;
  font-family: 'raleway', sans-serif;
  font-size: 0.8em;
}
#flex-footer p {
  margin: 0;
  margin-top: 7px;
}
#flex-footer p:first-child {
  margin-top: 0;
}
#flex-features {
  background-color: white;
  color: #333333;
  padding: 100px 0;
}
#flex-features .flex-feature {
  width: 100%;
  text-align: center;
}
#flex-features .flex-feature .feature-icon {
  color: #00aeef;
  margin: 0;
  margin-bottom: 7px;
  line-height: normal;
}
#flex-features .flex-feature .feature-title {
  color: #00aeef;
  font-size: 1.71em;
  font-family: 'raleway', sans-serif;
  font-weight: 300;
  margin: 0;
  margin-bottom: 10px;
}
#flex-buy {
  background-color: #333333;
  color: white;
  text-align: center;
  padding: 100px 0;
}
#flex-buy p {
  margin: 0;
  margin-top: 30px;
}
.comments-area {
  font-size: 14px;
}
.comments-area .comments-title {
  font-family: 'raleway', sans-serif;
  font-weight: 300;
  color: #00aeef;
  font-size: 2.1em;
  margin-bottom: 45px;
}
.comments-area ul {
  list-style: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
}
.comments-area .comment-list .comment {
  margin-bottom: 45px;
}
.comments-area .comment-list .comment .comment-author {
  margin-bottom: 15px;
}
.comments-area .comment-list .comment .comment-author .comment-author-link .url {
  margin-right: 7px;
}
.comments-area .comment-list .comment .comment-author .comment-author-link span {
  font-weight: 600;
}
.comments-area .comment-list .comment .comment-author .avatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 15px;
  display: inline-block;
}
.comments-area .comment-list .comment .comment-author .comment-meta {
  display: inline-block;
  font-size: 1.05em;
  color: #b5b5b5;
}
.comments-area .comment-list .comment .comment-content {
  position: relative;
  margin-top: 24px;
  font-family: 'raleway', serif;
  padding: 15px;
  background-color: #f5f5f5;
  color: #777;
  font-size: 1.32em;
  line-height: 1.6em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.comments-area .comment-list .comment .comment-content:before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  margin-left: -12px;
  position: absolute;
  left: 37px;
  top: -12px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.comments-area .comment-list .comment .comment-content .comment-reply-link {
  display: block;
  text-align: right;
  color: #b0b0b0;
  font-weight: 500;
}
.comments-area .comment-respond {
  font-family: 'raleway', sans-serif;
  font-size: 14px;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 2.3em;
  font-weight: 300;
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: 0.5em;
}
.comments-area .comment-respond .comment-reply-title small a {
  color: #333333;
}
.comments-area .comment-respond .comment-notes {
  font-size: 1.15em;
  font-weight: 300;
  color: #b0b0b0;
  padding: 7px 0;
}
.comments-area .comment-respond .required {
  color: red;
  font-size: 0.85em;
  font-weight: 500;
  margin: 7px 0;
  position: relative;
  top: 4px;
}
.comments-area .comment-respond label {
  font-size: 1.35em;
  font-weight: 300;
  color: #333;
  margin-right: 15px;
}
.comments-area .comment-respond input,
.comments-area .comment-respond textarea {
  margin-top: 7px;
  border: solid 1px #c0c0c0;
  padding: 12px;
  color: #a9a9a9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
.comments-area .comment-respond input:focus,
.comments-area .comment-respond textarea:focus {
  border-color: #00aeef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comments-area .comment-respond .submit {
  /* reset */
  border: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  text-decoration: none;
  width: auto;
  /* --- */
  display: inline-block;
  font-size: 1.42em;
  font-family: 'raleway', serif;
  padding: 20px 45px;
  color: white;
  border: solid 3px white;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* Hover animation */
  -webkit-transition: opacity 1.7s ease-out;
  -moz-transition: opacity 1.7s ease-out;
  -ms-transition: opacity 1.7s ease-out;
  -o-transition: opacity 1.7s ease-out;
  transition: opacity 1.7s ease-out;
  border-color: #00aeef !important;
  color: #00aeef !important;
  padding: 7px 12px;
  width: 100%;
}
.comments-area .comment-respond .submit:hover,
.comments-area .comment-respond .submit:focus {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  opacity: 0.60;
}
#flex-comments {
  padding: 60px 0;
  background-color: white;
}

/*
===============================================
--------------- 2. PRELOADER ------------------
===============================================
*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}
.preloader .spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}
.preloader .spinner .dot1,
.preloader .spinner .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2s infinite ease-in-out;
    animation: bouncee 2s infinite ease-in-out;
}
.preloader .spinner .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes rotatee {
    100% {
    -webkit-transform: rotate(360deg);
}
}
@keyframes rotatee {
    100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes bouncee {
    0%,
    100% {
    -webkit-transform: scale(0);
}
50% {
    -webkit-transform: scale(1);
}
}
@keyframes bouncee {
    0%,
    100% {
    transform: scale(0);
    -webkit-transform: scale(0);
}
50% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}

.preloader .spinner .dot1,
.preloader .spinner .dot2 {
    background: #00aeef;
}
