/*
Author : Sanal
Version: 1.0
Website: www.sanalmg.com
Primary Color: #6356a8;
Secondary Color: #3d3d3d;
*/

@import url(https://fonts.googleapis.com/css?family=raleway:400,200,300,500,700,600);
body, html{
	font-family: "Raleway", sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #3d3d3d;
	overflow: hidden;
       overflow: auto!important;
       overflow: scroll;
}
h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}
h3{
	font-size: 18px;
	font-weight: 900;
}
h4{
	text-transform: uppercase;
}
h5{
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p{
	font-family: 'Raleway', sans-serif;
}
a{ 
	color: #3d3dd3;
	outline: 0;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
button {
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus{
	text-decoration: none;
	color: #6356a8;
}
.clearfix:after {
	 visibility: hidden;
	 display: block;
	 font-size: 0;
	 content: " ";
	 clear: both;
	 height: 0;
 }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
ul, ol{
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.section-title {
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	color: #664fa4;
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
}
.section-title-white {
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
}
.section-title-sm {
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	color: #664fa4;
	text-transform: uppercase;
	font-size: 26px;
}
.section-title-sm-white {
	font-family: "Raleway",sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
}
.color-pl {
	color: #664fa4;
}
/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
@-webkit-keyframes spinnerRotate
{
    from{-webkit-transform:rotate(0deg);}
    to{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes spinnerRotate
{
    from{-moz-transform:rotate(0deg);}
    to{-moz-transform:rotate(360deg);}
}
@-ms-keyframes spinnerRotate
{
    from{-ms-transform:rotate(0deg);}
    to{-ms-transform:rotate(360deg);}
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(https://briacoin.com/img/misc/spinner.svg); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
}
/* Buttons */

.ghost-button-rounded {
    display: inline-block;
    width: 200px;
    padding: 8px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 30px;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.ghost-button-rounded:hover,
.ghost-button-rounded:active {
	background-color: #fff;
	color: #6356a8;
}
.ghost-button-colored {
    display: inline-block;
    width: 200px;
    padding: 10px;
    color: #fff;
    background-color: #6356a8;
    border: 1px solid #6356a8;
    border-radius: 30px;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
}
.ghost-button-colored:hover,
.ghost-button-colored:active {
	background-color: #725ab4;
	color: #fff;
}
.ghost-button-colored:focus {
   color:#fff;
}
.ghost-button-rounded:focus {
   color:#fff;
}

/* Navigation */

#am-menu {
	padding: 20px;
	transition: all 0.8s;
}
#am-menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#am-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
	position: relative;
    bottom: 5px;
}
#am-menu.navbar-default .navbar-nav > li > a {
	color: #eaeaea;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	font-weight: 500;
}
#am-menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.on {
	background-color: #6356a8 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
	font-weight: 500;
}
.navbar-toggle {
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff !important;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6356a8 !important;
}
.navbar-default .navbar-toggle:focus>.icon-bar {
	background-color: #6356a8 !important;
}
.navbar-default .navbar-toggle:active>.icon-bar {
	background-color: #6356a8 !important;
}
.navbar-collapse {
	text-align: center;
}

/* Home Section */

#home{
	background: url("https://briacoin.com/img/backgrounds/hero-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 680px;
	padding-top: 12%;
}
.hero-text {
	margin-top: 32px;
	font-family: "Raleway",sans-serif;
}
.hero-text h3 {
	color: #fff;
	font-weight: 200;
	font-size: 45px;
}
.hero-text p {
	color: #fff;
	font-weight: 300;
	font-size: 22px;
	margin-top: 25px;
}
.hero-text a {
	margin-top: 36px;
}
.down-scroll {
	font-size: 30px;
	margin-top: 50px;
}
.down-scroll a {
	color: #eaeaea;
}
.down-scroll a:hover {
	color: #fff;
}


/* About Section */

#about {
	width: 100%;
	min-height: 650px;
	background-color: #f7f7f9;
	padding-top: 80px;
}
.abt-feature {
	margin-top: 20px;
}
.abt-feature-desc p {
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	color: #3d3d3d;
	font-weight: 400;
	line-height: 28px;
	margin-top: 25px;
}
.abt-feature-desc p:first-of-type {
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	color: #3d3d3d;
	font-weight: 400;	
}
.abt-feature-desc a {
	margin-top: 25px;
}

/* Features Section */

#features {
	width: 100%;
	min-height: 650px;
	padding-top: 30px;
}
.features-content {
	margin-top: 50px;
}
.feature-box {
	text-align: center;
	padding: 40px 0 40px 0;
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.feature-box i {
	font-size: 45px;
}
.feature-box p {
	font-size: 25px;
	font-weight: 300;
	margin-top: 20px;
}
.feature-box:hover {
	background-color: #684ca2;
	color: #fff;
}
.download-cta {
	background-color: #f7f7f9;
	min-height: 280px;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
}
.cta-group h3 {
	font-size: 30px;
	font-weight: 400;
	color: #684ca2;
	text-transform: uppercase;
}
.cta-group h2 {
	font-size: 25px;
	font-weight: 700;
	color: #3d3d3d;
	text-transform: uppercase;
	margin-top: 25px;
}
.cta-group ul {
	list-style: none;
	margin-top: 30px;
}
.cta-group ul li {
	display: inline-block;
	margin-right: 20px;
}

/* Screens Section */

#screens{
	background: url("https://briacoin.com/img/backgrounds/screens-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #fff;
	min-height: 650px;
	padding-top: 20px;
}
.screens-content {
	margin-top: 20px;
}
.screen-img {
	width: 100%;
	text-align: center;
	border-right: 1px solid #fff;
	margin-top: 35px;
}
.screen-img img {
	margin: 0 auto;
}
.screen-desc {
	padding-top: 60px;
}
.screen-desc p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div {
	display: none;
}

/* Team Section */

#team{
	width: 100%;
	min-height: 650px;
	padding-top: 20px;
}
.team-desc {
	margin-top: 20px;
}
.team-desc p {
   font-size: 16px;
   color: #3d3d3d;
   font-weight: 400;
   line-height: 28px;
   text-align: center;
}
.team-grp {
	margin-top: 30px;
}
.team-block {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    background-color: #efefef;

	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
}
.team-img {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    background-color: #efefef;

    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.team-img img { width: 100%; }
.team-about {
    z-index: 1;
    padding: 15px;
    margin: 0 0 70px;
    position: relative;
    text-align: center;
}
.team-about p {
    opacity: 0;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
}
.team-about p:last-child { margin: 0; }
.team-info {
    z-index: 3;
    position: relative;
    text-align: center;
    padding: 16px 15px 13px;
    background-color: #222222;
}
.team-name h3 {
    color: #ffffff;
    margin: 0 0 8px 0;
    font-weight: 400;
    font-size: 18px;
}
.team-title { 
	letter-spacing: 1px; 
	color: #ccc;
    font-size: 14px;
    font-weight: 400;
}
.team-block:hover .team-img {
    top: calc(100% - 75px);
    background-color: transparent;
}
.team-block:hover .team-about p { opacity: 1; }

/* Reviews Section */

#reviews{
	width: 100%;
	min-height: 650px;
	padding-top: 20px;
}
.reviews-content {
	padding-top: 60px;
}
.reviews-content h3 {
	font-size: 18px;
	font-weight: 500;
}
.reviews-content h2 {
	font-size: 14px;
	font-weight: 500;
	color: #727272;
	text-transform: none;
}
.reviews-content p {
	font-size: 16px;
	font-weight: 400;
	color: #3d3d3d;
	text-transform: none;
	line-height: 28px;
	margin-top: 30px;
}
.owl-theme-1 .owl-controls .owl-page span {
	background-color: #664fa4 !important;
}

/* Contact Section */

#contact{
	width: 100%;
	padding-top: 20px;
	background: url("https://briacoin.com/img/backgrounds/screens-bg.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 630px;
}
.contact-content {
	margin-top: 20px;
}
.contact-content p {
	color: #fff;
	text-align: center;
	font-size: 16px; 
	font-weight: 400;
	line-height: 28px;
}
.c-form {
    margin-top: 30px;
}
.form-group {
	position: relative;
}
.form-group label {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	font-family: "Raleway",sans-serif;
}
.form-group label.error {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	text-transform: none;
}
.form-group .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	border-color: #fff;
	background:transparent;
}
.form-group .form-control:focus {
	border-color: #fff;
}
.form-group .form-control.input-lg {
	font-size: 14px;
	color: #fff;
}
.form-group .form-control.error, .form-group .form-control.error:focus {
	border: 1px solid #DEDEDE;
}
.form-group textarea {
	height: 218px;
	resize: vertical;
}
.form-button {
	margin-top: 20px;
}
.form-respond .content-message {
	margin: 0 0 50px 0;
	padding: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f5f5f5;
}
.form-respond .content-message i {
	color: #222;
}
.form-respond .content-message h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0px 0 0;
}
.form-control::-webkit-input-placeholder { color: #ccc; }
.form-control:-moz-placeholder { color: #ccc; }
.form-control::-moz-placeholder { color: #ccc; }
.form-control:-ms-input-placeholder { color: #ccc; }
.sm-icons{
	text-align: center;
	margin-top: 20px;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.social-network a.icoFacebook:hover {
	background-color:#fff;
	border: 1px solid #fff;
}
.social-network a.icoTwitter:hover {
	background-color:#fff;
	border: 1px solid #fff;
}
.social-network a.icoLinkedin:hover {
	background-color:#fff;
	border: 1px solid #fff;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoWeb:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#664fa4;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}
.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 47px;
	height: 47px;
	font-size:20px;
	background-color: #fff;   
	border: 1px solid #fff;
	background: transparent;
}
.social-circle li i {
	margin:0;
	line-height:47px;
	text-align: center;
	color: #fff;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
footer {
	min-height: 90px;
	margin-top: 30px;
	border-top: 1px solid #afabd3;	
	overflow: hidden;
}
footer p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 70px;
}

/*-----Back to Top-----*/

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background: rgb(61,61,61);
    color: #fff;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    opacity: 0;
}
#back-to-top:hover {
    background: rgba(61,61,61,0.7);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top i {
  line-height: 40px;
  font-size: 18px;
}