/* ------------------------------------------------------------------------------


  Template Name: Felix.
  Description: Felix. - Multipurpose Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Fields
      1.5 Buttons
      1.6 Icons
      1.7 Colors
      1.8 Backgrounds
      1.9 Content styles

  2.  Header 

      2.1 Brand
      2.2 Navigation
      2.3 Affix

  3.  Home
      3.1 Magnific popup
  4.  Features
  5.  Prices
  6.  Reviews
  7.  Partners

      7.1 Owl Carousel

  8. Contacts
  9. Blog
  10. Widgets
  11.  Footer
  12. Modals
  13. Responsive styles
      13.1 Min width 768px
      13.2 Min width 992px
      13.4 Min width 1200px

    
    
/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */




html{
  font-size: 87%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Lora', serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.62;
  color:#767676;
  overflow-x:hidden;
}



::selection{
  background-color:#ff7b7b;
  color:#fff;
}

-webkit-::selection{
    background-color:#ff7b7b;
    color:#fff;
}

::-moz-selection{
    background-color:#ff7b7b;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


/* 1.3 Typography */



h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 4.1em;
  line-height: 1.1;
  margin:0 0 0.3em;
  color:#343434;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  position: relative;
  font-size: 2.1em;
  line-height: 1.4;
  font-weight: 700;
  color: #343434;
  margin-bottom: 0.5em;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.45em;
  line-height: 1.25;
  font-weight: 700;
  color:#343434;
  margin-bottom: 0.8em;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35em;
  line-height:1.4;
  font-weight: 700;
  color:#343434;
  margin:0 0 0.5em 0;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  line-height:1.4;
  font-weight: 700;
  color:#343434;
  margin:0 0 0.5em 0;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  line-height:1.4;
  font-weight: 400; 
  color:#343434;
  margin:0 0 0.5em 0;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
   color:inherit;
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
   text-decoration:none;
}

ul,
ol {
  margin-top:0px;
  margin-bottom: 10px;
}

.inline-list li{

  margin-right: 20px;
}

p{ 
  margin:0 0 1.7em; 
}

a {
  color:#ff7b7b;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#ff7b7b;
  outline: none;
}

a:focus{
  text-decoration: none;
}

blockquote {
   border: 0 solid #1a1a1a;
   border-left-width: 3px;
   color: #686868;
   font-size: 1.1875rem;
   font-style: italic;
   line-height: 1.4;
   margin: 1.4em 0 1.4em;
   overflow: hidden;
   padding: 0 0 0 1.2em;
}

blockquote,
q{
   quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
   content: "";
}

blockquote p {
   margin-bottom: 1.4em;
}

blockquote cite,
blockquote small {
   color: #1a1a1a;
   display: block;
   font-size: 1rem;
   line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
   content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
   font-style: normal;
}

blockquote strong,
blockquote b {
   font-weight: 400;
}

blockquote > :last-child {
   margin-bottom: 0;
}

table,
th,
td {
   border: 1px solid #d1d1d1;
}

table {
   border-collapse: separate;
   border-spacing: 0;
   border-width: 1px 0 0 1px;
   margin: 0 0 1.75em;
   table-layout: fixed;
   /* Prevents HTML tables from becoming too wide */
   width: 100%;
}

caption,
th,
td {
   font-weight: normal;
   text-align: left;
}

th {
   border-width: 0 1px 1px 0;
   font-weight: 700;
}

td {
   border-width: 0 1px 1px 0;
}

th,
td {
   padding: 0.4375em;
}

img{
   max-width:100%;
   height:auto;
}



/* 1.4 Fields */


input:not([type="submit"]),
textarea,
select{
  width:100%;
  font-size: 1em;
  color: #9F9F9F;
  border-radius: 3em;
  padding: 1em 2em 1em;
  height: 3.2em;
  border: 1px solid #ccc;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

input:not([type="submit"]):focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #ff7b7b;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}

textarea{
  padding-top: 1em;
  border-radius: 1.5em;
  height: 7em;
  resize:none;
}

select{
   padding-top:0.5em;
   padding-bottom:0.5em;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.form-control.error{
  border-color: #ff7b7b;
}

.input-group-btn{
  font-size: inherit;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


label.error,
#mc-notification{
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: left;
  font-size: 0.9em;
  font-weight: 400;
  margin:10px 20px 0;
}

.felix_subscribe label.error{
	position:absolute;
	top:3.5em;
}

label.error .fa{
  margin-right: 4px;
  color:#ff7b7b;
}

.b-primary{
  border-color:#ff7b7b;
}

.form-group{
  margin-bottom:25px;
}



/* 1.5 Buttons */




.btn, 
button, 
input[type="button"],
input[type="submit"]{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  display: inline-block;
  background:#ff7b7b;
  border:2px solid #ff7b7b;
  padding:1.4em 3em 1.4em;
  border-radius: 3em;
  text-decoration: none;
  color:#fff;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}


.btn .fa{
  font-size: 1.3em;
  margin-right: 5px;
  color: #fff;
}

button:focus, 
input[type="submit"]:focus,
.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

button:hover, 
input[type="submit"]:hover,
.btn:hover,
button:focus,
input[type="submit"]:focus,
.btn:focus{
  border-color:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn:hover .fa{
  color: #ff7b7b;
}

.btn-b-primary{
  border-color:#ff7b7b;
  background-color:transparent;
  color: #ff7b7b;
}

.btn-b-primary:hover,
.btn-b-primary:focus{
  background:#ff7b7b;
  border-color:#ff7b7b;
  color:#fff;
}

.btn-b-gray{
  border-color: rgba(35, 35, 35, 0.1);
  border-width: 2px;
  background-color: transparent;
  color:#343434;
}


.btn-b-white{
  border-color:#fff;
  background-color:transparent;
}

.post-password-form label {
   color: #686868;
   text-transform: uppercase;
   display:block;
}

.post-password-form input[type="password"] {
   margin-top: 0.8em;
   display:block;
   width:auto;
}

.post-password-form input[type="submit"] {
   margin-top: 0.4375em;
}

.post-password-form > :last-child {
   margin-bottom: 0;
}

.search-form {
   position: relative;
}

.search-submit{
   position:absolute;
   right:1.3em;
   top:1em;
   width:auto;
   height:auto;
   background:none;
   padding:0;
   color:#ff7b7b;
   border:0;
}

.input-group .form-control{
	height:3.25em;
}

/* 1.6 Icons */



.icon{
  font-size: 3.8em;
  line-height: 1;
}



/* 1.7 Colors */



.text-white{
  color:#fff;
}

.text-opacity{
  opacity: 0.7;
}

.text-dark{
  color:#343434;
}

.text-primary{
  color:#ff7b7b;
}



/* 1.8 Backgrouns */



.bgc-white{
  background-color: #fff;
}

.bgc-light{
  background-color: #f7f7f7;
}

.bgc-primary{
  background-color:#ff7b7b;
}



/* 1.9 Content styles */



.primary p{
	font-size:1.2em;
	line-height:2.2;
}
.layout{
  overflow: hidden;
}

.row-columns{
  margin-top: -4em;
}

.column{
  margin-top: 4em;
}

.section{
  padding: 7em 0;
}

.section-sm{
  padding: 4em 0;
}

.section-body{
  margin-top: 6.5em;
}

.section-title{
  margin-top: 0;
}

.lead-text{
  font-size: 1.4em;
  line-height: 1.68em;
  margin-top: 0;
}

.error404 .lead-text{
  color:#3b3b3b;
}

.masked{
  position: relative;
}

.masked:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.rel-1{
  position: relative;
  z-index: 1;
}

.mobile *{
  background-attachment: scroll!important;
}

.pt-0{
  padding-top: 0;
}

.pb-0{
  padding-bottom: 0;
}

.top-space-sm{
  margin-top: 2.5em;
}




/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  padding:20px 0;
  margin:0;
  border:0;
  border-radius: 0;
}

.navbar-header{
  margin-left: 0!important;
}

.navbar-toggle{
	padding:0;
	border:0;
	margin-top:1em;
}

.navbar-toggle .icon-bar{
  background-color: #ff7b7b;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}


@media (max-height: 320px ){
  .navbar .navbar-collapse{
    max-height: 240px;
  }
}



/* 2.1 Brand */



.brand{
  margin-top: 1em;
  display: inline-block;
  text-align: center;
}

.brand:hover,
.brand:focus{
  text-decoration: none;
}

.brand-img-white{
  display: inline-block;
}

.brand-img{
  display: none;
}

.brand-text{
  display: inline-block;
  margin-top: 0.7rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.5rem;
}


/* 2.2 Navigation */



.navbar-nav{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 3em;
  margin:0;
}

.navbar-nav li{
  position: relative;
  margin-top: 0;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li a{
  color: #fff;
  text-decoration: none;
  padding:12px 20px;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav .active > a{
  background-color: transparent;

}

.navbar-nav > li > a:hover,
.navbar-nav > .active > a{
  background-color: #ff7b7b;
}

.navbar-nav li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-nav li li:last-child{
  border-bottom: 0;
}

.navbar-nav li li a{
  display: block;
  padding: 1em 2.2em;
  color:#3d3d3d;
}

.navbar-nav li li a:hover{
   color:#ff7b7b!important;
}

.navbar-nav li li a .fa{
  margin-right: 10px;
}

.navbar-nav li:hover{
  z-index: 1;
}

.navbar-nav li ul{
	position: absolute;
    z-index: 10;
    left: 0;
    top: 60%;
    visibility: hidden;
    min-width: 17em;
    padding: 0.6em 0;
    opacity: 0;
	padding-left:0;
	list-style:none;
    white-space: nowrap;
    background:rgba(255,255,255,0.95);
    letter-spacing: 0.2em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.navbar-nav li ul ul{
	left:100%;
	top:-0.6em;
}

.navbar-nav li:hover > ul{
   top:100%;
   visibility: visible;
   opacity: 1;
}

.navbar-nav li:hover ul ul{
	top:-0.6em;
}



/* 2.3 Affix */


.navbar-collapse{
	overflow-x:hidden;
}

.navbar.affix{
  position: fixed;
  top:0;
  background-color:rgba(255,255,255,0.95);
  padding:0.9em 0 0.9em;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.navbar.affix .brand{
  margin-top: 0;
}

.navbar.affix  .brand-text{
  margin-top: -0.15rem;
  color: #ff7b7b;
}

.navbar.affix .brand-img-white{
  display: none;
}

.navbar.affix .navbar-toggle{
  margin-top:0.5em;
}

.navbar.affix .brand-img{
  display: inline-block;
}

.navbar.affix .navbar-nav{
  padding-top: 0.6em
}

.navbar.affix .navbar-nav li a{
  color: #4B4B4C;
}



.navbar-nav li a:hover{
	color:#ff7b7b;
}


.navbar.affix .navbar-nav > li > a:hover, 
.navbar.affix .navbar-nav > .active > a{
  color: #fff;
}

.navbar.affix .navbar-toggle.collapsed .icon-bar{
  background-color: #ff7b7b;
}



/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  background: url(../img/bg/masthead.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.main-slideshow{
	background:none;
}


.masthead .btn:hover,
.masthead .btn:focus{
  color: #fff;
  background-color: #f65858;
  border-color: #f65858;
}

.masthead .lead-text{
  opacity: 0.9;
}

.masthead h1{
	color:#fff;
}

.video{
  position:absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.opener{
  display: table-cell;
  vertical-align: middle;
  color:#fff;
  padding: 13em 0 10em;
  width: 100000px;
  height: 100vh;
}

.control{
  margin-top:2.2em;
}

.play-home{
  opacity: .9;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.play-home:hover,
.play-home:focus{
  opacity: .5;
  text-decoration: none;
  color:#fff;
}

.play-home img{
  display: inline-block;
  width: 5em;
}

.play-home span{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.72em;
  letter-spacing: 0.1em;
  margin-left: 1em;
}

.content{
	background:#fff;
	position:relative;
}
.inner-page{
   color:#fff;
   padding: 14em 0 10em;
}
.content-inner{
	margin-top:5em;

}



/* 3.4 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px
  
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(60deg);
  -o-transform: rotateX(60deg);
  transform: rotateX(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: rotateX(0);
      -ms-transform: rotateX(0);
       -o-transform: rotateX(0);
          transform: rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
  
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  4. Features
/* ------------------------------------------------------------------------------- */


.about h3{
  font-size:1.1em;
}

.feature-img{
  margin:0 auto;
  max-width: 100%;
}

.col-feature-content{
  margin-top: 9em;
}

.col-feature-content h3{
  font-size:1.1em;
}

.col-feature-content h4{
  font-size:1em;
}

.feature-number{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size:3em;
  line-height: 1;
  width: 1.3em;
}



/* ------------------------------------------------------------------------------- */
/*  5. Prices
/* ------------------------------------------------------------------------------- */



.prices{
  text-align: center;
  background: url(../img/bg/prices.jpg) 50% no-repeat;
  background-size: cover;
}

.prices.masked:after{
  background-color: rgba(0,0,0,0.4);
}

.col-price{
  text-align: left;
  width: 100%;
  max-width: 500px;
  display:inline-block;
  position: relative;
  padding: 15px;
}

.price-box{
  position: relative;
  background-color: #fff;
}

.price-inner{
  padding-bottom: 40px;
}

.price-title{
  padding:2em 3em 1.7em;
  margin-bottom: 0;
  font-size:0.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f7f7f7;
}

.price{
  font-family: 'Montserrat', sans-serif;
  padding:2em 3em;
  line-height: 1;
  color: #343434;
  border-bottom: 1px solid #dddddd;

}

.price-currency{
  display: inline-block;
  vertical-align: top;
  font-size: 2em;
}

.price-amount{
  font-size: 4em;
}

.price-delimiter{
  font-size: 3em;

}

.price-period{
  font-size: 1em;
}

.price-features{
  padding:1em 3em;
}

.price-features ul{
  margin-top: 0;
  list-style:none;
  padding-left:0;
}

.price-features ul li{
  padding: 8px 0;
}

.col-price.leading{
  z-index: 1;
}

.col-price.leading .price-title{
  color: #fff;
  background-color: #ff7b7b;
}

.price-footer{
  padding:0 3em;
}



/* ------------------------------------------------------------------------------- */
/*  6. Reviews
/* ------------------------------------------------------------------------------- */



.review{
  padding: 0 1.5em;
}

.reviews h3{
  font-size:1.1em;
}

/* ------------------------------------------------------------------------------- */
/*  7. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding:4em 0;
}

.partners .owl-controls{
  position: absolute;
  left: 0;
  margin-top: 0;
}

.partner{
  opacity: 0.5;
  padding:2em 3em;

}

.partner img{
  margin:0 auto;
}



/* 7.1 Owl carousel */



.owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 2em;
}

.owl-controls .owl-pagination{
  text-align: center;
}

.owl-controls .owl-page{
  display: inline-block;
  margin:0 0.6em;
}

.owl-controls .owl-page span{
  display: inline-block;
  width: 1.7em;
  height: 0.3em;
  border-radius: 2px;
  background-color: #E0E0E0;
  -webkit-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;
}

.owl-controls .owl-page.active span, 
.owl-controls .owl-page:hover span{
  background-color:#ff7b7b;
}



/* ------------------------------------------------------------------------------- */
/*  8. Contacts
/* ------------------------------------------------------------------------------- */



.map{
  width: 100%;
  height: 30em;
  border: 0;
  text-align: center;
}

.map-info{
  text-align: left;
}

.map-address{
  display: block;
  margin-top:2em;
  width: 20em;
}

.map-address-row{
  margin-bottom:0.7em;
  overflow: hidden;
}

.map-address-row .fa{
  font-size: 1.2em;
  padding:2px 1px 1px;
  float: left;
  vertical-align: middle;
  margin:0.1em 0.5em 0 0;
}

.map-address-row .text{
  display: block;
  overflow: hidden;
}

.gmap-open{
  margin-top: 15px;
}



/* ------------------------------------------------------------------------------- */
/*  9. Blog
/* ------------------------------------------------------------------------------- */



.entry-content > :last-child, 
.entry-summary > :last-child, 
body:not(.search-results) 
.entry-summary > :last-child, 
.page-content > :last-child, 
.comment-content > :last-child, 
.textwidget > :last-child{
   margin-bottom:0;
}

.primary > article{
	margin-bottom:5em;
}



.breadcrumbs{
  padding:1.2em 0 1.1em;
  background: #f8f8f8;
}

.breadcrumbs ul{
  list-style:none;
  padding-left:0;
}

.breadcrumbs li{
  float:left;
  margin-right:15px;
}

.breadcrumbs li a{
  color:inherit;
  text-decoration:none;
}

.breadcrumbs a:hover,
.breadcrumbs .active a{
  color:#ff7b7b;
}

.post_pagination a{
   display: inline-block;
   margin:0 0.3em;
   padding: 0em 0.5em;
   color:#979797;
   border: 1px solid #d5d5d5;
   border-radius: 3px;
}

.post_pagination a:hover{
   color:#ff7b7b;
   text-decoration:none;
   border-color:#ff7b7b;
}

.post-entry .btn{
   margin-top:2em;
}

.post-thumbnail{
	margin-bottom:20px;
}

.sticky .post-header h2{
  color:#ff7b7b;
}

.post-meta{
   margin:0 0 30px;
   padding-left:0;
}

.post-meta li{
   display:inline-block;
   margin-right:30px;
}

.post-controls{
	margin-top:2em;
}

.post-share{
	float:left;
	clear:both;
}

.entry-comment{
   float:right;
   margin-top:4px;
}



/* Pagination */



.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #ff7b7b;
  border-color: #ff7b7b;
  cursor: default;
}

.pagination>li>a, 
.pagination>li>span{
  color:#ff7b7b;
}


/* Comments */


.comment-list{
   padding:0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
   font-size: 1.4375em;
   font-weight: 700;
   line-height: 1.3;
   padding-top: 1.2em;
   margin-bottom:1.5em;
}

.comments-title {
   margin-bottom: 1.2em;
}

.comment-list {
   list-style: none;
   margin: 0;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback{
   border-top: 1px solid #d1d1d1;
   padding: 1.75em 0;
}

.comment-list .children {
   list-style: none;
   margin: 0;
}


.comment-list .children > li {
   padding-left: 0.875em;
}

.comment-list .depth-4 .children{
	padding-left:0;
}

.comment-list .depth-3 .children > li{
	padding-left:0;
}


.comment-author {
   color: #1a1a1a;
   margin-bottom: 0.4375em;
}

.comment-author .avatar {
   float: left;
   height: 28px;
   margin-right: 0.875em;
   position: relative;
    width: 28px;
}

.bypostauthor > article .fn:after {
   content: "\f304";
   left: 3px;
   position: relative;
   top: 5px;
}

.comment-metadata,
.pingback .edit-link {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
}

.comment-metadata {
   margin-bottom: 2.153em;
}

.comment-metadata a,
.pingback .comment-edit-link {
   color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
   color: #ff7b7b;
   text-decoration:none;
}

.comment-metadata .edit-link,
.pingback .edit-link {
   display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
   content: "\002f";
   display: inline-block;
   opacity: 0.7;
   padding: 0 0.5em;
}

.comment-content ul,
.comment-content ol {
   margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
   margin-bottom: 0;
}

.comment-reply-link {
   border: 1px solid #d1d1d1;
   border-radius: 2px;
   border-color: #ff7b7b;
   color: #ff7b7b;
   display: inline-block;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1;
   margin-top: 2.16em;
   padding: 0.5em 0.5em 0.44em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
   background-color: #ff7b7b;
   color: #fff;
   outline: 0;
   text-decoration:none;
}

.comment-form {
   padding-top: 1.75em;
}

.comment-form label {
   color: #686868;
   display: block;
   font-size: 13px;
   font-size: 0.8125rem;
   letter-spacing: 0.076923077em;
   line-height: 1.6153846154;
   margin-bottom: 0.5384615385em;
   text-transform: uppercase;
}

.comment-list .comment-form {
   padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
   color: #686868;
   font-size: 13px;
   font-size: 0.8125rem;
   line-height: 1.6153846154;
   margin-bottom: 2.1538461538em;
}

.no-comments {
   border-top: 1px solid #d1d1d1;
   font-weight: 700;
   margin: 0;
   padding-top: 1.75em;
}

.comment-navigation + .no-comments {
   border-top: 0;
   padding-top: 0;
}

.form-allowed-tags code {
   font-family: Inconsolata, monospace;
}

.comment-reply-title small {
   font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  font-size: 0.6em;
  margin-top: 0.7em;
}
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
   color: #1a1a1a;
}


/* ------------------------------------------------------------------------------- */
/*  10. Widgets
/* ------------------------------------------------------------------------------- */



.widget{
   margin-bottom:2.6em;
}

.widget:last-child{
   margin-bottom:0;
}

.widget .widget-title {
   margin-bottom: 1.3125em;
}

.widget input, .widget select{
   width:100%;
}

.widget ul{
   margin-bottom:0;
   clear:left;
   list-style:none;
   padding-left:0;
   overflow:hidden;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li{
   text-align:right;
   overflow:hidden;
   color:#b9b9b9;
   margin-top:0.7em;
}

.widget_recent_comments li,
.widget_recent_entries li{
	margin-top:0.7em;
}

.widget_archive li ul,
.widget_categories li  ul,
.widget_pages li ul,
.widget_meta li ul,
.widget_recent_entries li ul,
.widget_nav_menu li ul{
	margin-left:1.2em;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a{
   color:inherit;
   float:left;
   color:#858585;
}

.widget_nav_menu li a,
.widget_recent_entries li a{
   color:inherit;
}

.widget_archive li a:hover,
.widget_categories li a:hover,
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_entries li a:hover,
.widget_nav_menu li a:hover{
   color:#ff7b7b;
   text-decoration:none;
}

.felix_Recent_posts li{
   margin-bottom:1.5em;
   overflow:hidden;
}
.felix_Recent_posts a{
   font-size:1em;
   float:left;
   color:#858585;
   font-weight:bold;
}

.felix_Recent_posts a:hover{
   color:#ff7b7b;
   text-decoration:none; 
}

.felix_Recent_posts .post-info{
	font-weight:400;
	font-size:0.8em;
	font-style:italic;
	
	margin-top:0.5em;
}

/* RSS widget */

.widget_rss li{
   margin-bottom:2em;
}

.widget_rss .rss-date,
.widget_rss cite {
   display: block;
   color: #686868;
   margin-bottom: 0.6em;
}

.widget_rss cite{
   font-weight:700;
}

/* Tag Cloud widget */

.tagcloud{
   display:inline-block;
}

.tagcloud a{
   border-radius: 2px;
   display: inline-block;
   line-height: 1;
   margin: 0 0.2em 0.4em 0;
   padding: 0.56em 0.43em 0.5em;
   color:inherit;
   background: #ededed;
   -webkit-transition:background 0.5s;
   transition:background 0.5s;
   text-decoration:none;
}

.tagcloud a:hover {
   background:#ff7b7b;
   color:#fff;
   text-decoration:none;
}

/* Calendar widget */

.widget.widget_calendar table {
   margin: 0;
}

.widget_calendar td,
.widget_calendar th {
   line-height: 2.5625;
   padding: 0;
   text-align: center;
}

.widget_calendar caption {
   font-weight: 900;
   margin-bottom: 1.2em;
}

.widget_calendar tbody a {
   background-color: #ff7b7b;
   color: #fff;
   display: block;
   font-weight: 700;
   text-decoration:none;
}




/* ------------------------------------------------------------------------------- */
/*  11. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:2em 0;
  margin-top:5em;
}

.footer .copy{
  margin-top: 1em;
}

.social a{
  font-size: 1.1em;
  display: inline-block;
  padding: 1px;
  margin:0 15px;
  color: #C2C2C2;
}

.social a:hover{
  color: #ff7b7b;
  text-decoration: none;
}


/* ------------------------------------------------------------------------------- */
/*  12. Modals
/* ------------------------------------------------------------------------------- */



body:not(.modal-open){
  padding-right:0!important;
}

.modal{
  text-align: center;
}

.modal label.error{
  color: #ff7b7b;
}

.modal.fade .modal-dialog{
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.modal-content{
  border-radius: 1em;
  border:0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition:.5s ease-out;
       -o-transition:.5s ease-out;
          transition:.5s ease-out;
}

.modal.fade.in .modal-content{
  opacity: 1;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
}

.modal-content{
  -webkit-box-shadow:none;
  box-shadow: none;
}

.modal-header{
  padding: 3em 1.2em;
  border:0;
  min-height: 0;
  text-align: center;
}

.close{
  display: inline-block;
  font-weight: 100;
  line-height: 1;
  color:#9F9F9F;
  text-align: center;
  text-shadow: none; 
  cursor: pointer;
  border-radius: 50%;
  opacity: 1;
  filter: alpha(opacity=1);
  -webkit-transition: all 0.2s linear;
       -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
}

.close:hover,
.close:focus {
  color: #ff7b7b;
  opacity:1;
  filter: alpha(opacity=1);
}

.modal-header .close{
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 20px;
  font-size: 2em;
}

.modal-title{
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 1.8em;
  color: #ff7b7b;
}

.modal-subtitle{
  font-size: 16px;
  font-weight: 300;
}

.modal-body{
  padding: 0 4.2em 3em;
}

.modal-body .form-group{
  margin-bottom: 30px;
}

.modal-message .modal-content{
  padding-top: 55px;
  padding-bottom: 55px;
}



/* ------------------------------------------------------------------------------- */
/*  13. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 13.1 Min width 768px */



@media (min-width: 768px){


  html{
    font-size: 94%;
  }



  /* Prices */



  .col-price{
    width: 45%;
  }


  /* Modals */



  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }

  .modal-dialog {
    width: 29em;
  }
}



/* 13.2 Min width 992px */



@media (min-width: 992px){

  html{
    font-size: 100%;
  }

  .text-right-md{
    text-align:right;
  }

  .text-left-md{
    text-align:left;
  }



  /* Navigation */



  .navbar-nav > li{
    border-bottom: 0;
    margin-left: 3em;
  }
  
  .navbar-nav > li > a{
	  margin-bottom:1.8em;
  }

  .navbar-nav li a{
    position: relative;
    padding:0;
    color:#fff;
  }

  .navbar-nav li a:hover,
  .navbar-nav li a:focus,
  .navbar-nav .active > a,
  .navbar-nav .active > a:hover{
    background-color: transparent;
  }

  .navbar.affix .navbar-nav li a:hover,
  .navbar.affix .navbar-nav .active a{
    color: #ff7b7b;
  }

  .col-price{
    width: 33%;
  }



  /* Footer */



  .footer .copy{
    margin-top: 0;
  }

}

/* 13.3 Max width 991px */



@media (max-width: 991px){
  .brand,
  .brand-text{
	  margin-top:0;
  }
	
}



