/* ==============================================================

Template name : Kerox responsive app landing page v1.0.0
Categorie : Landing page
Author : Nce18cex
Version : v1.0.0
Created : 28 January 2015
Last update : 03 February 2015

-----------------------------------------------------------------
CSS structure
-----------------------------------------------------------------

01. Typography
02. Image
03. Blockquote
04. Pagination
05. Modal
06. Alert
07. Tabs
08. Form
09. Button

============================================================== */

/*
Typography
=========================== */
body {
	background:#f8f8f8;
	font-family: 'open_sans';
	color:#646464;
	font-weight:400;
	font-size:13px;
	line-height:24px;
	padding:0;
	margin:0;
}

p{
	margin:0 0 15px 0;
}

a,
a:active,
a:focus,
a:hover{
 outline:none;
	outline:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover{
	text-decoration:underline;
}

h1,
h2,
h3,
h4,
h5,
h6{
	color:#424242;
	margin:0 0 15px 0;
	font-weight:700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
	font-weight:300;
}

h1{
	font-size:42px;
	line-height:56px;
}

h2{
	font-size:36px;
	line-height:48px;
}

h3{
	font-size:30px;
	line-height:42px;
}

h4{
	font-size:24px;
	line-height:38px;
}

h5{
	font-size:18px;
	line-height:30px;
}

h6{
	font-size:14px;
	line-height:24px;
	margin-bottom:10px;	
}

strong,
label{
	color:#424242;
}

ul{
	padding-left:15px;
}

ul.list{
	padding-left:0;
}

ul.list li{
	list-style:none;
}

.alignleft{
	float:left;
	margin:5px 20px 20px 0;
}

.alignright{
	float:right;
	margin:5px 0 20px 20px;
}

.light-text{
	font-weight:300;
}

.normal-text{
	font-weight:400;
}

.bold-text{
	font-weight:700;
}

code {
  border-radius: 2px;
  background:#fcfcfc;
  border:1px solid #dedede;
  padding-left:5px;
  padding-right:5px;
}

pre {
  border-radius: 2px;
  background:#fcfcfc;
  border:1px solid #dedede;
  padding:20px;
  color:#2f343a;
}

/*
Grid
=========================== */
.container{
	margin:0 auto;
	padding:0;
}

@media (min-width: 992px) {
	.container{
		width: 900px;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 900px;
	}
}

.row.boxed {
  margin-right:0;
  margin-left:0;
  padding:30px 15px 30px 15px;
}

.main{
	background:#fff;
}

/*
Image
=========================== */
.img-responsive{
	display:inline-block;
	max-width:100%;
	height:auto;
}

.img-rounded{
	border-radius:2px;
}

.img-circle{
	border-radius:50%;
}

.img-thumbnail{
	border-radius:2px;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   border:1px solid #ececec;;
}

.thumbnail{
	padding:0;
	border:none;
	border-radius:0;
	margin:0;
}

.thumbnail .caption{
	color:#727272;
	padding:40px 40px 20px 40px;
	font-weight:400;
	font-size:14px;
	line-height:30px;
}

/*
Blockquote
=========================== */
blockquote{
	background:url(../img/quote.png) no-repeat 0 0;
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	border:none;
	color:#424242;
	font-weight:400;
	font-size:13px;
	line-height:24px;
	font-style:italic;
}

 /*
Pagination
=========================== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 30px;
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #dedede;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #fcfcfc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #2f343a;
  cursor: default;
  background-color: #fcfcfc;
  border-color: #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
Modal
=========================== */
.modal {
  z-index: 99999;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none
}

.modal-body {
  position: relative;
  padding: 40px 30px 40px 30px;
}

/*
Alert
======================= */
.alert {
  padding:10px 30px 10px 30px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-radius:2px;
  background:none;
}

.alert-warning strong,
.alert-warning{
	border-color:#ffd99e;
	color:#c78a69;
	background:#ffeed4;
}

.alert-info strong,
.alert-info{
	border-color:#ccf1ff;
	color:#60a9c2;
	background:#f3fcff;
}

.alert-danger strong,
.alert-danger{
	border-color:#ffd0c8;
	color:#cf7668;
	background:#fff3f1;
}

.alert-success strong,
.alert-success{
	border-color:#dbf9bd;
	color:#8db764;
	background:#f9fff2;
}

/*
Accordion
======================= */
.panel,
.panel-title{
	border-radius:0;
}

.panel-default,
.panel-default .panel-heading{	
	border-radius:0;
	background:#fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-title,
.panel-title :active,
.panel-title :focus {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
  font-weight:400;
  text-decoration:none;
}

/*
Tabs
======================= */
.nav-tabs{
  border-bottom: 1px solid #d8d8d8;
  margin:0;
  padding:0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.nav-tabs > li {
  float: left;
  position: relative;
  margin-bottom: -1px;
  margin-right:6px;
}

.nav-tabs > li > a{
  position: relative;
  display: block;
  color:#8a8a8a;
  background-color: #fdfdfe;
  background-image: -moz-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfe), to(#f1f3f4));
  background-image: -webkit-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: -o-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: linear-gradient(to bottom, #fdfdfe, #f1f3f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfe', endColorstr='#fff1f3f41', GradientType=0);
  border:1px solid #d8d8d8;
  line-height: 18px;
  padding: 5px 15px 5px 15px;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.nav-tabs > li > a:hover{
  border:1px solid #d8d8d8;
}

.nav-tabs > li > a::after{
  content:'';
  position:absolute;
  z-index: 2;
  top: 0;
  right: -9px;  
  bottom: -1px;
  width: 15px;
  background-color: #fdfdfe;
  background-image: -moz-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfe), to(#f1f3f4));
  background-image: -webkit-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: -o-linear-gradient(top, #fdfdfe, #f1f3f4);
  background-image: linear-gradient(to bottom, #fdfdfe, #f1f3f4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfe', endColorstr='#fff1f3f41', GradientType=0);
  border-right:1px solid #d8d8d8;
  border-bottom:1px solid #d8d8d8;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;  
}

.nav-tabs .active > a{
  background:#fff;
  z-index: 100;
}

.nav-tabs .active > a::after{
  background:#fff;
  border-bottom:none;
}

.nav-tabs .active > a::after:hover,
.nav-tabs .active > a:hover{
  background:#fff;
}

.tab-content{
  background:#fff;
  border:1px solid #e8e8e8;
  border-top:none;
  padding:20px;
  margin:0 0 30px 0;
  height:100%;	
}

/*
Form
=========================== */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group{
	margin-bottom:30px;
}

.input-lg{
  height: 48px;
}
/*
Button
=========================== */
.btn,
.btn:active,
.btn:focus{
  font-size:13px;
  line-height:16px;
  border-radius:0;
  padding:10px 20px 10px 20px;
  font-weight:400;
  background:#fff;
  text-transform:uppercase;
  border:1px solid #fff;
  color:#646464;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:hover{
	color:#646464;
	background:#efefef;
}

.btn i{
	font-size:16px;
}

.btn .fa-right{
	margin-left:5px;
}

.btn .fa-left{
	margin-right:5px;
}

.btn-bordered,
.btn-bordered:focus,
.btn-bordered:active{
	background:none;
	color:#fff;
}

.btn-bordered:hover{
  color:#646464;
  background:#fff;
}

.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.btn-default:hover{
  color: #fff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.btn-default.btn-bordered,
.btn-default.btn-bordered:focus,
.btn-default.btn-bordered:active{
	background:none;
	color:#4c4c4c;
}

.btn-default.btn-bordered:hover{
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
  color: #fff;
}

.btn-primary.btn-bordered,
.btn-primary.btn-bordered:focus,
.btn-primary.btn-bordered:active{
	background:none;
}

.btn-primary.btn-bordered:hover{
  color: #fff;
}

.btn-success,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #56a556;
  border-color: #56a556;
}

.btn-success:hover{
  color: #fff;
  background-color: #4e924e;
  border-color: #4e924e;
}

.btn-success.btn-bordered,
.btn-success.btn-bordered:focus,
.btn-success.btn-bordered:active{
	background:none;
	color: #56a556;
}

.btn-success.btn-bordered:hover{
  color: #fff;
  background-color: #56a556;
  border-color: #56a556;
}

.btn-info,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #4ab1d0;
  border-color: #4ab1d0;
}

.btn-info:hover{
  color: #fff;
  background-color: #3fa2bf;
  border-color: #3fa2bf;
}

.btn-info.btn-bordered,
.btn-info.btn-bordered:focus,
.btn-info.btn-bordered:active{
	background:none;
	color: #4ab1d0;
}

.btn-info.btn-bordered:hover{
  color: #fff;
  background-color: #4ab1d0;
  border-color: #4ab1d0;
}

.btn-warning,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #eea43b;
  border-color: #eea43b;
}

.btn-warning:hover{
  color: #fff;
  background-color: #da932d;
  border-color: #da932d;
}

.btn-warning.btn-bordered,
.btn-warning.btn-bordered:focus,
.btn-warning.btn-bordered:active{
	background:none;
	color: #eea43b;
}

.btn-warning.btn-bordered:hover{
  color: #fff;
  background-color: #eea43b;
  border-color: #eea43b;
}

.btn-danger,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #d8423e;
  border-color: #d8423e;
}

.btn-danger:hover{
  color: #fff;
  background-color: #c43632;
  border-color: #c43632;
}

.btn-danger.btn-bordered,
.btn-danger.btn-bordered:focus,
.btn-danger.btn-bordered:active{
	background:none;
	color: #d8423e;
}

.btn-danger.btn-bordered:hover{
  color: #fff;
  background-color: #d8423e;
  border-color: #d8423e;
}

.btn-horizontal a{
	margin:0 5px 5px 0;
}

.btn-sm{
  font-size:12px;
  line-height:14px;
  border-radius:2px;
  padding:8px 15px 8px 15px;
}

.btn-lg{
	font-size:18px;
	line-height:20px;
	padding:15px 20px 15px 20px;
}

.btn-cta{
	text-transform:none;
	position:relative;
	text-align:left;
	line-height:24px;
	padding:20px 25px 20px 75px;
}

.btn-cta i{
	font-size:48px;
	line-height:42px;
}

.btn-cta .pull-left{
	float:none;
	position:absolute;
	margin-left:-50px;
}

.btn-cta span{
	display:block;
	font-weight:400;
}

.btn-rounded{
	border-radius:40px;
}
