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

Template name : Sonno - Multi purpose bootstrap landing page
Categorie : landing page
Author : Nce18cex
Version : v1.0.0
Created : 28 Juny 2015
Last update : 15 August 2015

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

01. Typography
02. Blockquote
03. Tooltip
04. Modal
05. Navigation
06. Form
07. Button
08. Progress Bar
	
============================================================== */

/*
Typography
=========================== */
body {
	background:#fff;
	font-family:'open_sans';
	font-size:14px;
	line-height:30px;
	color:#595959;
	padding-top: 120px;
}

a,
a:active,
a:focus,
a:hover{
	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:#0b0b0b;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 15px 0;
}

h1{
	font-size:48px;
	line-height:52px;
}

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

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

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

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

h6{
	font-size:14px;
	line-height:18px;
}
@media screen and (max-width: 480px){
    h1{
        font-size:32px;
        line-height:34px;
    }
    h2{
        font-size:26px;
        line-height:28px;
    }
    h3{
        font-size:20px;
        line-height:24px;
    }

    h4{
        font-size:18px;
        line-height:20px;
    }
}
p{
	margin-bottom:20px;
}

label{
	color:#0b0b0b;
    font-size: 16px;
}

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

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

.list-lg li{
	font-size:18px;
	line-height:26px;
	margin-bottom:10px;
}

.list-lg li i{
	margin-right:5px;
}

.relative{
	position:relative;
}

.absolute{
	position:absolute;
}

/*
Blockquote
=========================== */
blockquote{
    border: none;
    position: relative;
}

blockquote > p{
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    padding: 9px 0px 0px 49px;
}

blockquote > footer{
    font-style: normal;
    padding: 0px 0px 0px 48px;
    margin-top: -9px;
    margin-bottom: -12px;
    background: transparent;
}

blockquote > footer:before{
    content: "";
}

blockquote:before{
    font-family: Georgia, sans-serif;
    content:"“";
    font-size: 84px;
    position: absolute;
    left: 17px;
    top: 38px;
}

/*
Section
=========================== */
.section{
    padding: 100px 0;
    position: relative;
}   

.slide .section{
    padding: 0px
}

.section > .container{
    position: relative;
}

.dark{
    background: #0c0c0c;
    color: #fff;
	padding: 100px 0;
}

.section.gray{
    background: #f5f5f5;
}

.title-section{
    display: table;
    margin: 2px auto 85px;
    padding: 0;
    text-align: center;
    position: relative;
}

.title-section.small{
    margin-bottom:60px;
}

.title-section > h3{
	font-size:48px;
    font-weight: 300;
    padding: 0;
    line-height: 52px;
}

.title-section > h3 strong{
    font-weight: 900;
    font-size: 72px;
	line-height:68px;
    color: #1c1c1c;
    display: block;
    margin-top: 10px;
}

.title-section > h4{
    font-weight: 300;
    padding: 0;
    margin-top: -9px;
}

.title-section > h4 strong{
    font-weight: 700;
    font-size: 24px;
    color: #1c1c1c;
    display: block;
    margin-top: 8px;
    margin-bottom: -20px;
}

.title-section:after{
    content: "";
    position: absolute;
    border-bottom: solid 8px;
    width: 100px;
    bottom: -36px;
    left: 50%;
    margin-left: -50px;
}

.title-section.small:after{
    content: "";
    position: absolute;
    border-bottom: solid 4px;
    width: 60px;
    bottom: -32px;
    left: 50%;
    margin-left: -30px;
}

.title-icon-primary{
    border: solid 5px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 44px;
    padding-top: 13px;
    margin: 0 auto 32px;
}

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

.alert-warning{
	border-color:#f6e1c9;
	color:#917452;
	background:#ffeed9;
}

.alert-info{
	border-color:#d2f1f7;
	color:#6b9098;
	background:#e2faff;
}

.alert-danger{
	border-color:#f7cbcb;
	color:#945d5d;
	background:#ffdddd;
}

.alert-success{
	border-color:#cbf4d2;
	color:#547f5b;
	background:#e2ffe7;
}

/*
Pagination
=========================== */
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 4px solid #ddd;
	border-radius: 4px;
	color:#cecece;
    margin-right: 5px;
}
.pager li.next > a,
.pager li.next > span,
.pager li.previous > a,
.pager li.previous > span{
    margin: 0px!important;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active,
.pager li > span:hover,
.pager li > span:focus,
.pager li > span:active{
	color:#fff;
}

/*
Footer
=========================== */
footer{
    padding: 100px 0 70px;
    position: relative;
    background: #f5f5f5;
}   

/*
Navbar
=========================== */
.navbar{
	background:#fff;
	-webkit-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.2);	
}

.top-nav-collapse{
	background:rgba(255, 255, 255, 0.95);
	-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;
}

.top-nav-collapse:hover{
	background:rgba(255, 255, 255, 1);
}

.navbar-brand{
	padding-top:35px;
	padding-bottom:25px;
	-webkit-transition: background .8s ease-in-out,padding .8s ease-in-out;
	-moz-transition: background .8s ease-in-out,padding .8s ease-in-out;
	transition: background .8s ease-in-out,padding .8s ease-in-out;
}

.navbar-nav li a,
.navbar-nav li a:focus,
.navbar-nav li a:active{
	padding:50px 7px 50px 7px;
	margin:0;
	color:#5c5c5c;
	font-size:13px;
	line-height:13px;
	font-weight:700;
	text-transform:uppercase;
	border-top:5px solid transparent;
	-webkit-transition: background .8s ease-in-out,padding .8s ease-in-out;
	-moz-transition: background .8s ease-in-out,padding .8s ease-in-out;
	transition: background .8s ease-in-out,padding .8s ease-in-out;
}

.navbar-nav li.dropdown.selected{
	border-top:5px solid transparent;
}

.navbar-nav li.dropdown.selected a{
	border-top:none;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active,
.navbar-nav li.dropdown a:focus,
.navbar-nav li.dropdown a:active{
	background:none;
}

.dropdown-menu{
	margin:0;
	padding:0;
	min-width:200px;
}

.dropdown-menu > li{
	margin:0;
	padding:0;
	border-bottom:1px dashed #d6d6d6;
}

.navbar-nav .dropdown-menu > li > a{
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-top:5px solid transparent;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:active{
	background:#f7f8f9;
}

.navbar-right{
	float:right;
	margin:0;
	padding:0;
}

.navbar-right li{
	float:left;
	margin:0 0 0 5px;
	padding:35px 0 35px 0;
	list-style:none;
	-webkit-transition: background .8s ease-in-out,padding .8s ease-in-out;
	-moz-transition: background .8s ease-in-out,padding .8s ease-in-out;
	transition: background .8s ease-in-out,padding .8s ease-in-out;
}

.navbar-toggle{
    padding: 0px 0px;
    margin-top: 24px;
    margin-bottom: 14px;
	-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;
}

.navbar-toggle > .icon{
    margin: 0px;
    border: solid 5px #c0c0c0;
    font-size: 25px;
    padding:  5px 5px;
    color: #c0c0c0;
}

.top-nav-collapse .navbar-nav li a{
	padding:35px 7px 35px 7px;
}

.top-nav-collapse .navbar-brand{
	padding-top:20px;
	padding-bottom:10px;
}

.top-nav-collapse .navbar-right li{
	padding:20px 0 20px 0;
}
.top-nav-collapse .dropdown-menu > li > a{
	padding: 15px 20px;
}

.dropdown-menu>li {
	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}

.right-caret:after,.left-caret:after{
	position:absolute;
	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
	margin-top:-6px;
	top:50%;
	right:20px;
}

.right-caret:after{
	border-left: 4px solid #5c5c5c;
}

.left-caret:after{
	border-right: 4px solid #5c5c5c;
}

.dropdown-menu .sub-menu1, .dropdown-menu .sub-menu2 {left:100%;position:absolute;top:0;visibility:hidden;margin-top:-1px;}
.dropdown-menu li:hover .sub-menu1 {visibility:visible;}
.dropdown-menu li li:hover .sub-menu2 {visibility:visible;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #fff!important;
    color: #df2626;
}

/*
Button
=========================== */
.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.42857143;
  text-transform:uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-link{
	border:3px solid transparent;
	color:#5c5c5c;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active{
	border-color:#787878;
	text-decoration:none;
	color:#5c5c5c;
}

.btn-quaternary,
.btn-quaternary:hover,
.btn-quaternary:focus,
.btn-quaternary:active,
.btn-tertiary,
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
	color:#fff;
}

.btn-bavel{
	border:1px solid transparent;
	border-bottom:4px solid;
}

.btn-default.btn-bavel{
    background: #787878;
    color: #fff;
    border-bottom-color: #646464 !important;
}

.btn-x-lg{
    padding: 20px 40px 18px;
	font-size:24px;
}


.btn-bavel.btn-lg,
.btn-bavel.btn-lg:hover{
	border-bottom:5px solid;
}

.form-group .btn{
	margin-top:10px;
}

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

/*
Form Control
=========================== */
.form-control{
    font-style: italic;
    color: #b5b5b5;
    border: solid 5px #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
    display: block;
    padding: 0px 18px;
    height: 51px;
    font-size: 13px;
	-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;
}

.form-control:hover,
.form-control:focus{
    box-shadow: 0 0 0;
    border: solid 5px;
}

.form-control.input-lg{
    font-size: 16px;
    height: 82px;
    width: 100%;
}

textarea.form-control{
    padding: 10px 17px;
    font-size: 16px;
}

textarea.form-control.textarea-lg{
    padding-top: 25px;
    padding-bottom: 25px;
}

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

/*
Input Group
=========================== */
.input-group > .input-group-btn.left{
    padding-right: 6px;
}

.input-group > .input-group-btn.right{
    padding-left: 6px;
}

.input-group > .input-group-btn > .btn{
    padding-top:11px; 
    padding-bottom:11px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -o-border-radius: 2px; 
    border-radius: 2px; 
}

/*
Panel Group
=========================== */
.panel-group{
    margin-top: 16px;
}

.panel-group > .panel{
    background: transparent;
    box-shadow: 0px 0px 0px;
    border: none;
    margin-bottom: 10px;
}

.panel-group > .panel > .panel-heading,
.panel-group > .panel > .panel-collapse{
    border: solid 5px #c0c0c0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0px;
    background: #fff;
    position: relative;
	-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;
}

.panel-group > .panel > .panel-heading{
    margin-bottom: 5px;
}

.panel-group > .panel > .panel-heading > h4 > a{
    display: block;
    padding: 15px 15px 16px 69px;
}

.panel-group > .panel > .panel-heading > h4 > a:focus,
.panel-group > .panel > .panel-heading > h4 > a:hover{
    text-decoration: none;
}

.panel-group > .panel > .panel-heading .icon{
    position: absolute;
    border: solid 5px #c0c0c0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #fff;
    padding: 9px;
    top: -10px;
    left: -10px;
    font-size: 32px;
	-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;
}

.panel-group > .panel > .panel-collapse > .panel-body{
    padding: 20px 29px 5px;
    position: relative;
}