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

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:#fff;
	font-family: 'open_sans';
	color:#727272;
	font-weight:400;
	font-size:14px;
	line-height:28px;
	padding:0;
	margin:0;
}

p{
	margin:0 0 20px 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;
}

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

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

h1{
	font-size:60px;
	line-height:72px;
}

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

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

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

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

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

ul{
	padding-left:15px;
}

ul.list{
	padding-left:0;
}

ul.list li{
	list-style:none;
	font-size:16px;
}

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

.alignright{
	float:right;
	margin:5px 0 30px 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:#212121;
}

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

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

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

.img-thumbnail{
   -moz-box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
   -webkit-box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
   box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
}

.thumbnail{
	padding:10px;
   -moz-box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
   -webkit-box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
   box-shadow: 0 0 2px rgba(65, 65, 65, 0.1);
}

.thumbnail .caption{
	color:#727272;
	padding-top:20px;
	font-size:16px;
	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;
}

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

.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: #212121;
  cursor: default;
  background-color: #fcfcfc;
  border-color: #dddddd;
}

/*
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{
	border-color:#da9221;
	color:#da9221;
	background:#fae5b1;
}

.alert-info{
	border-color:#4092b1;
	color:#4092b1;
	background:#b8e3f3;
}

.alert-danger{
	border-color:#c43a23;
	color:#c43a23;
	background:#ffc7be;
}

.alert-success{
	border-color:#71a73d;
	color:#71a73d;
	background:#d2f4b0;
}

/*
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{
  background: none;
  border:none;
  border-bottom: 1px solid;
  border-color: #B6B6B6;
  border-radius: 0;
  height:38px;
  padding: 10px 0;
  color: #727272;
  font-size:14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
}

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

.form-control.form-white{
  border-color:#fff;
}

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

.form-control::-moz-placeholder {
  color: #727272;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #727272;
}
.form-control::-webkit-input-placeholder {
  color: #727272;
}

.form-control.form-white::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control.form-white:-ms-input-placeholder {
  color: #fff;
}
.form-control.form-white::-webkit-input-placeholder {
  color: #fff;
}

.input-lg{
  height:52px;
}

.input-center{
  text-align:center;
}

.form-inline .form-group{
	margin-right:10px;
}

/*
Button
=========================== */
.btn{
  font-size:14px;
  line-height:16px;
  border-radius:2px;
  padding:10px 15px 10px 15px;
  font-weight:400;
  background:#fff;
  text-transform:uppercase;
  border:1px solid #fff;
  color:#212121;
	-webkit-box-shadow: 0 4px 2px -2px rgba(33, 33, 33, 0.2);
	   -moz-box-shadow: 0 4px 2px -2px rgba(33, 33, 33, 0.2);
	        box-shadow: 0 4px 2px -2px rgba(33, 33, 33, 0.2);
}

.btn:hover{
   -moz-box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
   -webkit-box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
   box-shadow: 0 0 3px rgba(33, 33, 33, 0.4);
}

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

.btn-bordered:hover{
  background:#fff;
  border:1px solid #fff;
  color:#212121;
}

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

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

.btn-default.btn-bordered:hover{
  background:#212121;
  border:1px solid #212121;
  color:#fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-success{
  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-red,
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-success{
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}

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

.btn-red.btn-bordered:hover{
  background:#f44336;
  border:1px solid #f44336;
  color:#fff;
}

.btn-blue,
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue{
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.btn-blue.btn-bordered,
.btn-blue.btn-bordered:focus,
.btn-blue.btn-bordered:active{
  background:none;
	color:#2196F3;
}

.btn-blue.btn-bordered:hover{
  background:#2196F3;
  border:1px solid #2196F3;
  color:#fff;
}

.btn-teal,
.btn-teal:hover,
.btn-teal:focus,
.btn-teal.focus,
.btn-teal:active,
.btn-teal.active,
.open > .dropdown-toggle.btn-teal{
  color: #fff;
  background-color: #009688;
  border-color: #009688;
}

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

.btn-teal.btn-bordered:hover{
  background:#009688;
  border:1px solid #009688;
  color:#fff;
}

.btn-green,
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green{
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

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

.btn-green.btn-bordered:hover{
  background:#4CAF50;
  border:1px solid #4CAF50;
  color:#fff;
}

.btn-pink,
.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active,
.open > .dropdown-toggle.btn-pink{
  color: #fff;
  background-color: #E91E63;
  border-color: #E91E63;
}

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

.btn-pink.btn-bordered:hover{
  background:#E91E63;
  border:1px solid #E91E63;
  color:#fff;
}

.btn-purple,
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active,
.open > .dropdown-toggle.btn-purple{
  color: #fff;
  background-color: #E040FB;
  border-color: #E040FB;
}

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

.btn-purple.btn-bordered:hover{
  background:#E040FB;
  border:1px solid #E040FB;
  color:#fff;
}

.btn-indigo,
.btn-indigo:hover,
.btn-indigo:focus,
.btn-indigo.focus,
.btn-indigo:active,
.btn-indigo.active,
.open > .dropdown-toggle.btn-indigo{
  color: #fff;
  background-color: #3F51B5;
  border-color: #3F51B5;
}

.btn-indigo.btn-bordered,
.btn-indigo.btn-bordered:focus,
.btn-indigo.btn-bordered:active{
  background:none;
	color:#3F51B5;
}

.btn-indigo.btn-bordered:hover{
  background:#3F51B5;
  border:1px solid #3F51B5;
  color:#fff;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow{
  color: #fff;
  background-color: #FFC107;
  border-color: #FFC107;
}

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

.btn-yellow.btn-bordered:hover{
  background:#FFC107;
  border:1px solid #FFC107;
  color:#fff;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active,
.open > .dropdown-toggle.btn-orange{
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

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

.btn-orange.btn-bordered:hover{
  background:#FF9800;
  border:1px solid #FF9800;
  color:#fff;
}

.btn-deep-orange,
.btn-deep-orange:hover,
.btn-deep-orange:focus,
.btn-deep-orange.focus,
.btn-deep-orange:active,
.btn-deep-orange.active,
.open > .dropdown-toggle.btn-deep-orange{
  color: #fff;
  background-color: #FF5722;
  border-color: #FF5722;
}

.btn-deep-orange.btn-bordered,
.btn-deep-orange.btn-bordered:focus,
.btn-deep-orange.btn-bordered:active{
  background:none;
	color:#FF5722;
}

.btn-deep-orange.btn-bordered:hover{
  background:#FF5722;
  border:1px solid #FF5722;
  color:#fff;
}

.btn-cyan,
.btn-cyan:hover,
.btn-cyan:focus,
.btn-cyan.focus,
.btn-cyan:active,
.btn-cyan.active,
.open > .dropdown-toggle.btn-cyan{
  color: #fff;
  background-color: #00BCD4;
  border-color: #00BCD4;
}

.btn-cyan.btn-bordered,
.btn-cyan.btn-bordered:focus,
.btn-cyan.btn-bordered:active{
  background:none;
	color:#00BCD4;
}

.btn-cyan.btn-bordered:hover{
  background:#00BCD4;
  border:1px solid #00BCD4;
  color:#fff;
}

.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;
	border-radius:4px;
	font-weight:700;
	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;
}
