
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body{
	font-family: 'Open Sans', sans-serif;
	color:#444;
	font-size:13px;
	line-height:25px;
	-webkit-font-smoothing: antialiased;
	background:#fafafa url("/f/templates/hira/main-back.png") repeat;
}

h1,h2,h3,h4{
	font-family: 'Open Sans Condensed', sans-serif;
}

h5,h6{
	font-family: 'Open Sans', sans-serif;
}

p{
	margin:0;
	padding:0;
}

ul, ol{
	padding-left:15px;
}

a{
	color:#16cbe6;
	text-decoration:none;
}

a:hover{
	color:#0fa6bc;
	text-decoration:none;
	border-bottom:1px dotted #0fa6bc;
}

a:hover,a:active,a:focus {
	outline: 0;
}

strong{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:600;
}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.form *{
	font-size:13px;
}


.container{
	width:980px;
}

.color{
	color:#16cbe6;
}

.sep-bor{
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	margin:20px 0px;
	height:5px;
}

.sep{
	height: 5px;
	margin:20px 0px;
	background: url("/f/templates/hira/sep.png") repeat;
}

.blocky{
	margin:30px 0px;
}

.page-title{
	margin:10px 0px;
}

.page-title i{
	font-size:30px;
	margin-right:5px;
}

.page-title h2{
	font-size:35px;
}

.page-title small{
	font-size:21px;
	margin-left:5px;
}

.btn-blue{
	color:#fff !important;
	background:#16cbe6;
	border:1px solid #0fa6bc;
	border-bottom:2px solid #0fa6bc;
	font-size:13px;
}

.btn-blue:hover{
	color:#fff !important;
	background:#14b9d1;
	border:1px solid #0fa6bc;
	border-bottom:2px solid #0fa6bc;
	font-size:13px;
}

.cool-block{
	background:#fff;
	border:1px solid #bbb;
	box-shadow:0px 0px 1px #999;
	border-radius:3px;
}

.cool-block-bor{
	margin:3px;
	border:1px dashed #aaa;
	box-shadow:0px 0px 1px #999;
	border-radius:3px;
	padding:15px;
}

.header{
	height:70px;
	background:#16cbe6;
	border-top:4px solid #0fa6bc;
	border-bottom:1px solid #0fa6bc;
}

.header .logo h1{
	font-size:40px;
	margin:0px;
	padding:10px 0px;
}

.header .logo h1 a{
	color:#fff;
	font-family: 'Open Sans Condensed', sans-serif;
}

.header .logo h1 a:hover{
	color:#fff;
	text-decoration:none;
	border:0px;
}

.nav.navbar-nav {
	margin-top: 14px;
	float: right;
}

ul.navbar-nav li a {
	display: inline-block;
	color:#fff;
	background-color: transparent !important;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 0px;
	padding: 10px 12px;
}

#tab li a {
	font-weight: 600;
}

.cta{
	margin:10px 0px;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 0px 2px #ccc;
	border:1px solid #ddd;
	padding:25px 35px;
}

.cta h5{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:400;
	line-height:44px;
	margin:0px;
	padding:0px;
	color:#888;
}

.cta h5 i{
	display:inline-block;
	color:#fff;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	border-radius:100px;
	background:#16cbe6;
	font-size:25px;
	margin-right:5px;
}

.cta p{
	margin-top:10px;
	font-size:13px;
	color:#777;
	font-style:italic;
	font-weight:bold;
}

.cta .btn{
	text-shadow:0px 1px 1px #333;
	font-size:13px;
	font-weight:bold !important;
	text-transform:uppercase;
	padding:12px 20px;
	border-radius:4px;
}

.cta .btn-info{
	border-bottom:3px solid #39a0bf !important;
}

.cta .btn-danger{
	border-bottom:3px solid #b32722 !important;
}

.pricing .pricing-table{
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0px 0px 1px #ccc;
	border-radius:4px;
	color:#888;
	padding:20px 0px;
	margin:10px 0px;
}

.pricing h5{
	color:#777;
	font-size:23px;
	text-transform:uppercase;
}

.pricing .strike{
	text-decoration:line-through;
}

.pricing .pricing-meta{
	font-size:14px;
	font-style:italic;
	line-height:25px;
}

.pricing .price{
	background:#666;
	margin:20px 0px;
	padding:10px 0px;
	color:#fff;
	background:#16cbe6;
	border-top:1px solid #0fa6bc;
	border-bottom:1px solid #0fa6bc;
	font-size:23px;
}

.pricing .price small{
	font-size:13px;
}

.pricing .p-highlight{
	background:#0fa6bc;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
}

.pricing .plist{
	font-size:14px;
	margin:10px 0px;
	padding:10px 0px;
	border-bottom:1px dashed #eee;
	font-style:italic;
}

.pricing .btn-blue{
	margin-top:10px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:13px;
}

.scontact{
	background:#fff;
	padding:18px;
	border:1px solid #ddd;
	border-radius:10px;
}

.scontact h4{
	font-family:"Open Sans", sans-serif;
	font-weight:bold;
	color:#777;
}

.scontact p{
	margin-bottom: 7px;
}

.faq *{
	box-shadow:none !important;
}

.faq .panel-heading{
	padding:15px 10px;
}

.faq h4{
	font-family:"Open Sans", sans-serif;
	font-weight:600;
	font-size:13px;
}

.faq h4 a{
	color:#777;
	border:0px;
}

.components h5{
	font-weight:600;
}

.lp .lp-image{
	max-width: 489px;
	margin: 30px auto;
}

.lp h2{
	font-size:40px;
	line-height:50px;
	margin-top:30px;
}

.lp .lp-service i{
	font-size:40px;
	display:inline-block;
	margin:10px 0px;
}

.lp .big{
	font-size:17px;
}

.lp h4{
	font-size:16px;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	color:#777;
}

.lp-features h4{
	margin:0px;
	margin-bottom:8px;
}

.features1 i{
	font-size:40px;
	display:inline-block;
	margin:10px auto;
}

.features1 h4{
	font-size:16px;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	color:#777;
}

.features2 i{
	font-size:80px;
	margin-top:10px;
	display:inline-block;
}

.features2 h4{
	font-size:16px;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	color:#777;
}

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: #16cbe6; 
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

.awidget {
	max-width: 500px;
	background: #fff;
	margin: 10px auto;
	padding: 5px;
	border-radius: 10px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 3px solid #eee;
	border-right: 3px solid #eee;
}

.awidget .awidget-head {
	padding: 10px;
}

.awidget .awidget-head h3 {
	margin: 0px;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
}

.awidget .awidget-body {
	padding: 5px 24px;
	color: #444;
}

.awidget .awidget-body a.link {
	font-weight: 600;
}

.awidget.full-width {
	max-width: 100%;
}

footer{
	background:#333 url("/f/templates/hira/footer-back.png") repeat;
	border-top:3px solid #ddd; 
	box-shadow:inset 0px 0px 3px #111;
	color:#ccc;
	font-size:14px;
	line-height:25px;
	padding:35px 0px 10px 0px;
}

footer a{
	color:#eee;
	text-decoration:none;
	border-bottom:1px dotted #888;
}

footer a:hover{
	color:#aaa;
	text-decoration:none;
	border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
	font-size:13px;
	margin:15px 0px;
}

@media (max-width: 767px){
	.container{
		width:100% !important;
	}
	.header{
		height:auto;
		padding:15px 0px;
	}
	.header .logo{
		text-align:center;
		padding-bottom:10px;
	}
	.nav.navbar-nav {
		margin-top: 0px;
		float: left;
	}
	.nav.navbar-nav li a {
		padding: 0px 14px;
	}
	.cta h5{
		line-height:30px;
		margin-bottom:15px;
	}
	.cta .cta-buttons{
		float:none !important;
	}
	.cta .btn{
		margin-bottom:0px !important;
		max-width:150px;
	}
	.catchy .report-data{
		margin-bottom:15px;
		padding-bottom:15px;
		border-bottom:1px dashed #eee;
	}
}

@media (max-width: 991px){
	.container{
		width:85%;
	}
	.cta .btn{
		margin-bottom:10px;
	}
	.catchy .report{
		margin:20px 0px 0px 0px; 
	}
}

@media print {
	a[href]:after {
		content: "";
	}

	.btn-blue {
		color:#14b9d1 !important;
		background:transparent;
	}
}
