*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: normal;
font-size: 13px;
word-spacing: normal;
color: #626262;
overflow-x: hidden;
height:100%;
}
body {
background-image: url('../img/bg1.png');
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.vid {
background:#000;
}

ol, ul {
list-style: none;
}
ol, ul, ul ol, ul ul, ol ol {
padding:0;
}
ul li {
display:inline-block;
}


input:hover {
	cursor:pointer;
}

section {
text-align:center;
}

h1 {
color: #1f1f1f;
font-weight: 300;
font-style: normal;
font-size: 28px;
margin: 28px 0;
position: relative;
text-transform:capitalize;
}

a{
color:#fff;
}
a:hover {
color:#ddd;
text-decoration:none;
}
p {
font-size:16px;

}

hr {
border-style: none;
height: 1px;
display: block;
position: relative;
border: none;
padding: 0;
margin: 2em auto !important;
width: 250px;
}

hr:before {
content: "";
width: 5px;
height: 5px;
position: absolute;
right: 100%;
margin-top: -2px;
border-radius: 50%;
}
hr:after{
content: "";
width: 5px;
height: 5px;
position: absolute;
left: 100%;
margin-top: -2px;
border-radius: 50%;}

.underline {
border-top: 1px #313249 solid;
width: 250px;
height: 2px;
margin: 0 auto;
display: block;
}

.slide.underline {
border-top: 1px #fff solid;
}


.hero-text {
font-family:'Lato',sans-serif;
font-size: 40pt;
color:#fff;
text-transform: capitalize;
font-weight: 300;
}
.hero-caption {
font-family:'Lato',sans-serif;
z-index: 10;
color: #fff;
bottom:50%;
position:relative;
}
.hero-caption hr, .hero-caption hr:before, .hero-caption hr:after {
background-color:#fff;
}

.hero-caption p {
font-size: 24px;
line-height: 36px;
font-family:'Lato',sans-serif;
font-weight: 100;
margin:10px 0;
}

#about {
text-align:center;
font-size:18px;
padding:4px;
border:1px solid #fff;
}

.miniDelayTwo {
-webkit-animation-duration: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-iteration-count: infinite;
}
.miniDelayThree{
-webkit-animation-duration: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-iteration-count: infinite;
}
.miniDelayFour{
-webkit-animation-duration: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-iteration-count: infinite;
}

.delay {
-webkit-animation-duration: 1s;
    -moz-animation-delay: 1s;
    -o-animation-iteration-count: infinite;
}

.delayTwo {
-webkit-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -o-animation-iteration-count: infinite;
}

.delayThree{
-webkit-animation-duration: 3s;
    -moz-animation-delay: 3s;
    -o-animation-iteration-count: infinite;
}

.delayFour{
-webkit-animation-duration: 4s;
    -moz-animation-delay: 4s;
    -o-animation-iteration-count: infinite;
}

.delayFive{
-webkit-animation-duration: 5s;
    -moz-animation-delay: 5s;
    -o-animation-iteration-count: infinite;
}

.mic {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 50px 0 70px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.mic:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.mic:before {
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.mic {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.mic:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}


.mic:hover {
	background: rgba(255,255,255,1);
	color: #3498db;
}

.mic:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.btn {
margin-bottom:20px;
}

#page {
position: relative;
margin: 0 auto 30px auto;
border: solid 1px rgba(0,0,0,0.3);
border-radius: 4px;
}

#page:before, #page:after {
display: table;
content: "";
}

#page-inner{
position: relative;
padding: 0 0 61px 0;
background: #fff;
border-radius: 4px;
}

#page-inner:before, #page-inner:after {
display: table;
content: "";
}

#page-inner:after {
clear: both;
}

#page-content:after {
clear: both;
}

#page-content:before, #page-content:after {
display: table;
content: "";
}
#page-content {
padding: 30px;
}

#page-content .section-title {
height: 20px;
font-size: 18px;
line-height: 20px;
}

#comments > li{
display:block;
padding: 0 0 30px 0;
border-bottom: dotted 1px #bbb;
margin-bottom: 10px;
display:block;
clear:both;
}
.author {
float: left;
text-align: center;
width: 75px;
margin-right: 30px;
}
.author img {
max-width: 60px;
border-radius: 100px;
}
.author-name {
margin: 0 auto;
font-size: 12px;
display: inline-block;
line-height: 16px;
color: #222222;
}

.role{
font-size: 11px;
font-style: italic;
line-height: 14px;
}

.reply-content {
min-height: 68px;
text-align: left;
overflow: hidden;
border-radius: 2px;
padding: 7px 20px;
border-style: solid;
border-width: 1px;
position: relative;
margin-left: 0;
margin-right: 0;
border-color: #e1e1e1;
}
.single .author:before {
width: 14px;
height: 14px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 160px;
left: 178px;
z-index: 100;
content: "";
border-left-style: solid;
border-bottom-style: solid;
border-left-width: 1px;
border-bottom-width: 1px;

background-color: #ffffff;
border-color: #e1e1e1;
}

.reply-content p {
color:#666666;
font-size:12px;
}

.check {
float:left;
padding: 0px 10px 10px;
margin: 8px;
font-size:30px;
}
.check a {

color:#ddd;
}
.check a:hover {
color: #666;
}
.checked a{
color:#ffd52f!important;
}

.share-this li {
margin: 5px;
}
.share-this a {
color:#428bca;
}

.ui360 {
margin-bottom:10px;
}

.bl_author .widget-body{
  position: relative;
  text-align: center;
}
.bl_author > img + .widget-body .bl_author_img + .bl_author_bio{
  padding-top: 50px;
}
.bl_author .bl_author_bio{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  color: #333;
}
.bl_author .bl_author_bio > h3{
  margin-top: 0;
}

#footer-body .bl_author .bl_author_bio{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.bl_author .bl_author_bio p{
  margin: 0;
}
.bl_author_img {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  height: 100px;
  width: 100px;
  background: #fff;
  padding: 5px;
  overflow:hidden;
}
.bl_author_img img{
-webkit-transition: all 150ms ease-in-out;
-moz-transition: all 150ms ease-in-out;
-o-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
}


.bl_author > img + .widget-body .bl_author_img {
  left: 50%;
  margin: 0 -50px;
  position: absolute;
  top: -45px;
  overflow: hidden;
}
.bl_author > img + .widget-body .bl_author_img img{
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  height: 90px;
  max-width: none;
  width: 90px;
}

.bl_author > img {
width: 100%;
-moz-border-radius: 2px 2px 0 0;
-webkit-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.pagination a {
color:#666;
}
