/* ------------------------------------------------------------------------------

  Template Name: Selena
  Description: Selena - Minimal Portfolio Template
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0
  
  1.  Global

      1.1 General
      1.2 Typography
      1.3 Fields
      1.4 Buttons
      1.5 Icons
      1.6 Loader
      1.7 Content styles
      1.8 Helpers

  2.  Header 

      2.1 Navbar
      2.2 Nav Desctop
      2.3 Nav Mobile
      2.4 Navbar Affix
      2.5 Navbar Left
      

  3.  Main
  4.  About
  5.  Partners
  6.  Portfolio

      6.1 Portfolio Details
	  
 7.  Blog

	  7.1 Comments
	  7.2 Pagination
	  7.3 Blog Single Post
	  7.4 Widgets
	  7.5 Widget Search
	  7.6 Widget Calendar
	  7.7 Widget Tags
	  7.8 Widget RSS
      
  8.  Contacts
  9.  Footer
  10.  Modals
  11.  Responsive styles

      11.1 Min width: 768px
      11.2 Min width 992px
      11.3 Min width 1200px
      11.4 Max width 1200 
      11.5 Max height 700

    
    
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */


html{
  font-size: 85%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Lora', serif;
  font-size: 1.1em;
  line-height: 2;
  color: #4b4b4b;
  overflow-x:hidden;
}



/* 1.2 Typography */



h1,
.h1{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 4.3em;
  line-height: 1.2;
  color: #3b3b3b;
  margin:0.6em 0;
}

h1 i,
.h1 i{
  display: inline-block;
  font-size: 1.1em;
  font-family: 'Playfair Display', serif;
}

h2,
.h2{ 
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  line-height: 1.2;
  color: #3b3b3b;
  margin:0.6em 0;
}

h2 i,
.h2 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 700;
  color: #3b3b3b;
}

h3 i,
.h3 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.65em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.3em 0;
}

h4 i,
.h4 i{
  font-family: 'Playfair Display', serif;
  font-size: 1.1em;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.4em 0;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin:1.4em 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 2em;
}

blockquote {
   border: 0 solid #1a1a1a;
   border-left-width: 3px;
   color: #686868;
   font-size: 1.1875rem;
   font-style: italic;
   line-height: 1.4;
   margin: 0 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 #d0d0d0;
}

table {
   border-collapse: separate;
   border-spacing: 0;
   border-width: 1px 0 0 1px;
   margin: 0 0 1.75em;
   table-layout: fixed;
   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;
}

dl dd{
   margin-bottom:2rem;
}

img{
   max-width:100%;
   height:auto;
}

a {
  color:#303030;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#303030;
  outline: none;
  text-decoration: underline;
}


a:focus{
  text-decoration: none;
}


::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #a0a0a0;
}

::selection{
  background-color:#292929;
  color:#fff;
}

-webkit-::selection{
    background-color:#292929;
    color:#fff;
}

::-moz-selection{
    background-color:#292929;
    color:#fff;
}


/* 1.3 Fields */



input[type='text'],
input[type='address'],
input[type='url'],
input[type='password'],
input[type='email'],
input[type="search"],
input[type="tel"],
textarea{
  display: inline-block;
  width:100%;
  font-size: 1.125em;
  border-radius: 0.75em;
  color: #3d3d3d;
  background-color:transparent;
  border:0;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding:0em 0 0.3em 0;
  height:2.5em;
  -webkit-box-shadow:none;
          box-shadow:none;
      -webkit-appearance: none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

textarea{
  height:7em;
  resize:none;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

input[type='text']:focus,
input[type='address']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus{
  border-color: #292929;
  border-right-width: 0;
  outline: 0;
  box-shadow: none;
}

input::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a7a7a7;
}

input::-webkit-input-placeholder {
  color: #a7a7a7;
}

textarea::-moz-placeholder{
  color: #a7a7a7;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #a7a7a7;
}

textarea::-webkit-input-placeholder {
  color: #a7a7a7;
}


input.input-round,
select{
  border-radius: 30px;
  background-color: #fff;
  padding:0.1em 1.5em 0.2em 1.5em;  
  height: 2.6em; 
  border:1px solid transparent;
}

input.input-round:focus{
  border-color: #292929;
}

textarea.input-round{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.input-group-btn{
  height: 100%;
  font-size:inherit;
}


.input-group .btn{
  position: relative;
  width:3.75em;
  border-radius: 0 30px 30px 0;
  height: 100%;
  padding: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.input-group .btn .arrow-right{
  top:50%;
  left: 0;
  margin: 0 0 0 1.1em;
  -webkit-transform: translateY(-50%)
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}

.input-group .btn .arrow-right:before{
  width: 1.28125em;
  height: 0.75em;
  opacity: 1;
  margin:0;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 3em;
}

.arrow-right{
  right:  3em;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}

.arrow-left:before,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width:2.5625em;
  height: 1.5em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 0.82em;
}

.arrow-right:before{
  background: url(https://berteau.ch/wp-content/themes/selena/img/img-icon/xnext.png.pagespeed.ic.yknB94D6Ud.png) 0 0 no-repeat;
  background-size: cover;
  margin-left: 0.72em;
}

.form-group{
  margin-bottom: 2.5em;
}

.mc-label .fa{
  font-size: 1.2em;
  margin-right: 0.2em;
  color:#292929;
}

input.error{
  border-color: #292929;
}

.mc-label,
label.error{
  font-size: 0.8em;
  font-weight: 400;
  margin: 0.5em 0 0 0;
  font-style: italic;
  color: #747474;
}



/* 1.4 Buttons */

 

.btn,
input[type="submit"]{
  font-family: 'Montserrat',sans-serif;
  line-height:1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.28em;
  position: relative;
  display: inline-block;
  border: 0;
  border-radius: 30px;
  padding: 1.2em 2.6em 1.2em;
  height: 3.5em;
  font-size: 0.8375em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  background-color: #292929;
  -webkit-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;  
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus{
  background-color:#323232;
  color: #fff;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn-dark{
  background-color:#292929;
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}



/* 1.5 Icons */



i.icon{
  display: inline-block;
  font-size: 3em;
  line-height: inherit;
  width:auto;
  height:auto;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #323232;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.7 Content styles */


.wrapper{
	background:#fff;
}
.container-fluid{
  padding:0 2em;
}

.row-base{
  margin:-4em -2em 0 -2em;
}

.col-base{
  padding:0 2em;
  margin-top:4em;
}

header p:last-child{
  margin-bottom: 0;
}

.section{
  position: relative;
  padding-top: 5.1em;
  padding-bottom: 5.1em;
}

.section-sm{
  position: relative;
  padding-top:4em;
  padding-bottom: 4em;
}

.section-static{
  position: static!important;
}

.section-content{
  margin-top: 4.8em;
}

.section-title{
  position: relative;
  margin-top: 0;
}

.bg-left-fluid,
.bg-left-md-fluid,
.bg-left-lg-fluid{
  margin-top: 5em;
  height: 30em;
  background-size: cover;
  background-position: 50% 0;
}

.bg-right-fluid,
.bg-right-md-fluid,
.bg-right-lg-fluid{
  margin-top: 5em;
  height: 30em;
  background-size: cover;
  background-position: 50% 0;
}

.lead{
  font-size: 1.275em;
  line-height: 2;
  margin:1em 0 1.8em;
}

.section-lead{
  font-size: 1.25em;
  margin:0;
}

.navbar-space{
  padding-top: 4em;
}

.navbar-sm-space{
  padding-top: 4.3em;
}



/* 1.8 Helpers */



.text-white{
  color:#fff;
}

.text-dark{
  color:#030203;
}

.text-muted{
  color: #9a9a9a;
}

.text-gray{
  color: #4b4b4b;
}

.bg-dark{
  background-color:#222222;
  color:#9a9a9a;
}

.bg-black{
  background-color: #1c1c1c;
}

.bg-light{
  background-color: #f7f7f7;
}

.pt-0{
  padding-top: 0!important;
}

.pb-0{
  padding-bottom:0!important;
}

.pb-sm{
  padding-bottom: 4em!important;
}

.pb-base{
  padding-bottom: 7.1em;
}

.pt-base{
  padding-top: 7.1em;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



/* 2.1 Navbar */



.navbar{ 
  position: absolute;
  z-index: 2;
  left:0;
  top:0;
  width:100%;
  padding: 1.3em 15px 1.1em;
  border-radius: 0;
  min-height:4.3em;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.navbar-white{
  background:#fff;
}

.brand{
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size:1.875em;
  font-weight: 700;
  line-height: 1;
  color: #303030;
}

.brand:hover,
.brand:focus{
  color: #303030;
  text-decoration: none;
}

.navbar .brand{
  float: left;
  margin-left: 15px;
  color: #fff;
  margin-top: -0.2em;
}

.navbar .social-list{
  text-align:center;
}

.social-list{
  margin-top: 0;
  margin-bottom: 0;
}

.social-list li{
  display: inline-block;
  margin:0  1.1em;
}

.social-list li:first-child{
  margin-left:0;
}

.social-list li:last-child{
  margin-right:0;
}

.social-list li a{
  font-size: 1em;
  color:#fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social-list li a:hover{
  text-decoration: none;
}



/* 2.2 Nav Desctop */



.nav-desctop-list{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 0.73em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0;
  font-weight: 500;
}

.nav-desctop-list li{
  position: relative;
  text-align: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.nav-desctop-list  li  a{
  text-decoration: none;
}

.nav-desctop-list  > li{
  display: inline-block;
  margin-left: 3em;
}

.nav-desctop-list > li > a{
  color: #fff;
  display: block;
  margin-top: 0.2em;
  margin-bottom: 1.8em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-desctop-list li > a:hover,
.nav-desctop-list .active > a{
  opacity: 0.7;
}

.nav-desctop-list li ul{
  position: absolute;
  z-index: 10;
  left: 0;
  top:60%;
  visibility: hidden;
  min-width: 16em;
  padding:1em 0;
  opacity: 0;
  white-space: nowrap;
  background:#f6f6f6;
  letter-spacing: 0.2em;
  list-style:none;
   box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-desctop-list > li > ul{
  left: -2em;
  margin-top: 0;
}

.nav-desctop-list li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.nav-desctop-list > li:hover > ul{
  top:100%;
}

.nav-desctop-list li li{
  position: relative;
  padding: 0.8em 2.5em 1em;
}

.nav-desctop-list li li a{
  position: relative;
  color: #3b3b3b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-desctop-list li li ul{
  left:100%;
}

.nav-desctop-list li li:hover > ul{
  top:-1em!important;
}


/* 2.3 Nav Mobile */



.nav-mobile{
  clear:both;
  font-size: 1em;
}

.navbar-collapse{
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.collapse{
  max-height: 80vh;
  overflow-y:auto;
}

.navbar-toggle{
  padding: 0;
  margin-top:0.3em;
  margin-bottom: 0;
  border-radius: 0;
  border:0;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px; 
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.nav-mobile-list{
  font-family: 'Montserrat', sans-serif;
  font-weight:500;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top:1.8em;
  margin-bottom: 0;
  padding-left:0;
  list-style:none;
}

.nav-mobile-list li{
  position: relative;
  border-top:1px solid rgba(0,0,0,0.07);
}

.nav-mobile-list li a{
  position: relative;
  display: block;
  padding: 1em 1em;
  text-decoration: none;
  color:#3b3b3b;
}

.nav-mobile-list li a:hover,
.nav-mobile-list li .active > a,
.nav-mobile-list .current  > a{
  color: #a5a5a5;
}

.nav-mobile-list > .active > a,
.nav-mobile-list > .active > a:hover{
  background-color: #303030;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}


.nav-mobile-list ul{
  display: none;
  font-size:0.9em;
  padding:0;
  list-style:none;
}

.nav-mobile-list li li a{
  color: #3b3b3b;
}



/* 2.4 Navbar Affix */



.navbar.white{
  position: absolute;
}

.navbar.affix{
  position: fixed;
  box-shadow:0 0 20px rgba(0,0,0,0.05);
}

.navbar.affix,
.navbar.light{
  top:0;
  z-index: 5;
  top:0;
  background-color: #f6f6f6;
}

.navbar.affix .nav-desctop-list li a,
.navbar.light .nav-desctop-list li a{
  color: #3b3b3b;
}


.navbar.affix .brand,
.navbar.light .brand{
  color:#303030;  
}

.navbar.affix .social-list li a,
.navbar.light .social-list li a{
  color:#3d3d3d;
}

.nav-desctop-list > li:first-child{
  margin-left: 0;
}

.navbar.affix .social-list li a:hover,
.navbar.light .social-list li a:hove{
  text-decoration: none;
  color:#303030;
}

.navbar.affix .navbar-toggle .icon-bar,
.navbar.light .navbar-toggle .icon-bar{
  background-color: #303030;
}



/* 2.5 Navbar Left */



.navbar-left{
  position: fixed;
  left:0;
  top:0;
  bottom: 0;
  width:19em;
  text-align: center;
  background: #f2f2f2;
  padding: 0;
  margin:0;
}

.navbar-left .brand-panel{
  padding: 1.5em;
  border-bottom:1px solid #e8e8e8;
}

.nav-left-list{
  position: absolute;
  padding:0 2em;
  top:12em;
  bottom:25em;
  right:0;
  left: 0;
  overflow-x: hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}

.nav-left-list a{
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.nav-left-list > li{
  display: block;
  margin-left: 0;
  text-align: center;
  margin-top:3.5em;
}

.nav-left-list > li:first-child{
  margin-top: 0;
}

.nav-left-list > li > a{
  color:#323232;
  margin-bottom: 0;
}

.nav-left-list  li  a:hover, 
.nav-left-list  .active > a,
.nav-left-list  .current > a{
  opacity: 0.5;
  text-decoration: none;
}

.nav-left-list  .current > a:after,
.nav-mobile-list .current > a:after{
  position: absolute;
  font-family: 'Linearicons';
  content: "\e93a";
  padding-left: 0.9em;
  font-size: 0.8em;
  margin-top: 0.2em;
}
  
.nav-left-list ul{
  display: none;
  font-size:0.9em;
  padding-top: 1.5em;
  padding-left:0;
  list-style:none;
}

.nav-left-list ul  li{
  margin-top: 2em;
}
.navbar-left address a{
  color:#595959;
}

.navbar-left address a:hover{
  color:#303030;
  text-decoration: none;
}


.navbar-left .social-list{
  float: none;
  position: absolute;
  bottom:4em;
  width: 100%;
  left: 0;
}

.navbar-left .social-list a{
  color:#595959;
}


.navbar-left .address-panel{
  left: 0;
  width: 100%;
  position: absolute;
  bottom:10em;
}

address{
  line-height: normal;
  margin-bottom:1em;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  color: #fff;
  text-align: center;
}

.main:before{
  content:'';
  position: absolute;
  z-index: 1;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: rgba(19,19,19,0.5);
}

.main .opener{
  position: relative;
  z-index: 1;
  padding:13em 0 13em;
  width: 10000px;
  display:table-cell;
  vertical-align: middle;
}

.main2 .opener{
  padding: 15em 0 13em;
}


.main-full .opener{
  height: 100vh;
}

.opener .lead{
   margin-bottom:0;
}

.opener .btn{
  margin-top:2em;  
}


.main h1{
  color: #fff;
}

main h1{
  margin-top: 0;
  margin-bottom: 0;
}

.main .social-list{
  margin-top: 1.8em;
}

.main .social-list li a:hover{
  color: #fff;
  opacity: 0.5;
}

.main-bg{
  background:url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-freelance.jpg.pagespeed.ic.p2AzlLSwHY.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-bg2{
  background:url(https://berteau.ch/wp-content/themes/selena/img/bg/bg-freelance2.jpg.pagespeed.ce.camV4a_58P.jpg) 50% 0 no-repeat;
  background-size:cover;
}

.main-bg-3{
  background:url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-freelance3.jpg.pagespeed.ic.XffTIGU4qB.jpg) 50% 0 no-repeat;
  background-size:cover;
  
}

.mouse-helper{
  z-index: 1;
  width: 26px;
  height: 38px;
  position: absolute;
  left:50%;
  bottom:3em;
  background:url(https://berteau.ch/wp-content/themes/selena/img/xmouse.png.pagespeed.ic.DOF3YU0a1t.png);
  background-size:cover;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}



/*-------------------------------------------------------------------------------
  4. About
-------------------------------------------------------------------------------*/



.main-about{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-about.jpg.pagespeed.ic.U1cJrc4Zqc.jpg) 50%  no-repeat;
  background-size:cover;
}

.main-about2{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-about2.jpg.pagespeed.ic.fo-zsv8faD.jpg) 50%  no-repeat;
  background-size:cover;
}

.bg-1{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-1.jpg.pagespeed.ic.uYLiuegp6B.jpg) 50%  no-repeat;
  background-size:cover;
}

.bg-2{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-2.jpg.pagespeed.ic.gte5hIj3DE.jpg) 50%  no-repeat;
  background-size:cover;
}

.bg-3{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-3.jpg.pagespeed.ic.XbsaboKyna.jpg) 0 0 no-repeat;
  background-size:cover;
}

.skills-bar{
  margin-top: 3em;
}

.progress {
  overflow: visible;
  height: 0.5em;
  margin-bottom: 2.7em;
  border-radius: 0;
  box-shadow: none;
  background: #f0f0f0;
}

.progress:last-child{
  margin-bottom: 0;
}

.progress-bar-title{
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 0.7em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #141414;
  margin-bottom: 0.5em;
}

.progress-bar {
  font-family: 'Montserrat',sans-serif;
  position: relative;
  background-color: #3b3b3b;
  color: #343434;
  width: 15%;
}

.progress-bar span {
  position: absolute;
  top: -30px;
  right: 0px;
}

.col-feature p:last-child{
  margin-bottom: 0;
}

.col-feature .icon{
  margin-top: -0.7em;
}

.col-feature h6{
  margin-top: 0.4em;
}

.main-services{
  background: url(https://berteau.ch/wp-content/themes/selena/img/bg/xbg-services.jpg.pagespeed.ic.ernF3wU0QV.jpg) 50%  no-repeat;
  background-size:cover;
}

.section-main-clients{
  padding-top: 4em!important;
}

.client{
  position: relative;
  float: left;
  padding: 4.2em 3.75em 0 3em;
}

.client .quote {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: -2rem;
  left: -2rem;
  font-size: 10em;
  line-height: 1;
  color: #eae9e9;
  font-style: italic;
}

.client-name{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  line-height: 1.35;
  font-weight: 700;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 1.4em 0;
}

.owl-dots{
  text-align: center;
  margin-top: 3.75em;
}

.owl-dot{
  display: inline-block;
  height: 5px;
  background-color: #e2e2e2;
  width: 25px;
  border-radius: 5px;
  margin:0 12px;
}

.owl-dot.active{
  background-color: #b0b0b0;
}

.statistic{
  position: relative;
  padding: 5em 0;
}


.col-stat .icon{
  margin-bottom: 0.5em;
}

.col-stat span{
  float: left;
  margin:0 1em 0 0;
  margin-right: 0.3em;
  display: block;
}


/*-------------------------------------------------------------------------------
  5. Partners
-------------------------------------------------------------------------------*/



.partners{
  text-align: center;
  padding:2em 0;
  margin:0 -5em;
}

.partner{
  display: inline-block;
  margin:3rem 5em;
}

.section-sm .partners{
  padding: 0;
}



/*-------------------------------------------------------------------------------
  6. Portfolio
-------------------------------------------------------------------------------*/



.filter{
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size:0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding:2.5em 0 0;
  margin-bottom: 4em;
}

.filter-top{
  margin-top: 3em;
}

.filter li{
  margin:1em 1.2em 0;
  display: inline-block;
  text-transform: uppercase;
}

.filter li a{
  color:#3b3b3b;
}

.filter li a:hover,
.filter .active a{
  color: #8e8e8e;
  text-decoration: none;
}

.portfolio-container{
  margin-top:7em;
}

.col-portfolio{
  padding: 0;
}

.showcase-item{
  position: relative;
  color: #fff;
  overflow: hidden;
}

.showcase-item-thumbnail img{
  display: block;
  width: 100%;
}

.showcase-item-hover{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  opacity: 0;
  text-align:center;
  color: #fff;
  background-color: rgba(14,14, 14,0.9);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover2{
  position: absolute;
  overflow: hidden;
  z-index: 1;
  top: 0;
  bottom:0;
  left: 0;
  right:0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover2:before{
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 40%,rgba(0,0,0,0.6) 100%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-hover2 .icon-plus{
  opacity: 0;
  font-size: 1.2em;
  position: absolute;
  z-index: 2;
  right:5%;
  top:5%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.showcase-item-info{
  position: absolute;
  top:50%;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0 2em;
  -webkit-transform:translateY(-50%));
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
  -webkit-transition: all  0.3s ease-in;
  -ms-transition:  all  0.3s ease-in;
  transition:  all  0.3s ease-in;
}

.showcase-item-info2{
  position: absolute;
  z-index: 1;
  left: 7%;
  bottom:7%;
  right:6em;
}

.showcase-item-info2 .showcase-item-category{
  margin-top: 0.7em;
}

.showcase-item-title{
  font-family: 'Playfair Display', serif;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 800;
}

.showcase-item-category{
  font-style: italic;
  margin-top: 0.4em;
  line-height: 1.6;
}

.showcase-item:hover .showcase-item-hover{
  opacity: 1;
}

.showcase-item:hover .showcase-item-info{
  opacity: 1;
}

.showcase-item-hover2:hover{
  background-color: rgba(14,14, 14,0.9);
}

.showcase-item-hover2:hover:before,
.showcase-item-hover2:hover .icon-plus{
  opacity: 1;
}

.mfp-image-holder .mfp-content{
  max-width: 92%;
}

.mfp-bottom-bar{
  margin-top: -30px;
}

.mfp-title{
  font-size: 0.9em;
  letter-spacing: 0.05em;
  font-style: italic;
}

.isotope-item{
  width: 100%;
}

.isotope-pad{
  margin:-0.84em;
}

.isotope-pad .isotope-item{
  padding: 0.84em;
}



/* 6.1 Portfolio Details */



.portfolio-meta{
  text-align: center;
}

.row-meta{
  margin-top: -2em;
}

.col-meta{
  margin-top: 2em;
  text-align: center;
}

.col-meta .icon{
  line-height: 1;
  font-size: 2.1em;
  margin-bottom: 0.6em;
}

.col-meta h6{
  margin:0 0 0.4em 0;
}

.col-meta span{
  font-style: italic;
}

.col-meta-horizontal{
  text-align: left;
 }

.col-meta-horizontal h6{
  padding-top: 0.15em;
  padding-right: 5px;
}

.project-details-info{
  padding-top: 10em;
}

.project-detail-item{
  max-height: 800px;
  background-size:cover;
  background-position: 50%;
}

.owl-prev,
.owl-next{
  position: absolute;
  top:50%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  background:rgba(0,0,0,0.4);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.owl-prev{
  left: 2em;
}

.owl-next{
  right: 2em;
}

.owl-prev:before{
  font-family: 'Linearicons';
  content: "\e93b";
}

.owl-next:before{
  font-family: 'Linearicons';
  content: "\e93c";
}

.owl-prev:hover,
.owl-next:hover{
  background:#313131;
}

.bg-project{
  background: url(../img/bg/bg-project.jpeg) 50% 0 no-repeat;
  background-size:cover;
}

.bg-project2{
  background: url(../img/bg/bg-project2.jpeg) 50% 0 no-repeat;
  background-size:cover;
}



/*-------------------------------------------------------------------------------
  7. Blog
-------------------------------------------------------------------------------*/



.blog{
  position: relative;
  background-color: #fff;
}

.col-blog{
  margin-bottom:30px;
}

.col-blog-home:hover .blog-thumbnail-img.grayscale{
  -webkit-filter:none;
   -moz-filter:none;
    -ms-filter:none;
     -o-filter:none;
        filter:none;
}

.col-blog-home:hover .blog{
  box-shadow: 0 0 30px rgba(0,0,0,0.07);
}

.blog{
  margin-bottom:4em;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.col-blog .blog{
  margin-bottom:0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail img{
  width: 100%;
}

.blog-thumbnail-img.grayscale{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
        filter: grayscale(100%);
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover; 
  background-position: 50%;
}

.blog-info{
  padding: 3em 3em 2em 3em;
}

.blog-rubric{
  font-family: 'Montserrat', sans-serif;
  color:#9a9a9a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 1em;
}

.blog-rubric:hover{
  text-decoration: none;
}

.blog-info .blog-title{
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.5;
  margin-top: 0;
}

.sticky .blog-info .blog-title{
	color:#f45d5d;
}

.col-blog .blog-title{
  font-size: 1.125em;
}

.blog-meta{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  color:#c1c1c1;
  overflow: hidden;
  padding-top: 1.5em;
  margin-top:4em;
  border-top: 1px solid #e9e9e9;
}

.col-blog .blog-info{
  padding: 1.1em 1.8em 1.1em;
}

.col-blog .blog-meta{
  padding-top:1em;
  margin-top:2.5em;
}

.author{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color:#afafaf; 
  font-weight: 700;
}

.author:hover{
  color:#303030;   
  text-decoration: none;
}

.secondary{
  margin-top:7em;
}


/* 7.1 Comments */



.section-add-comment{
  margin-top:3rem;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}

.comment-respond textarea{
   height:3em;
}

.comment-respond textarea:focus{
  height:7em;
}

.comments-title,
.comment-reply-title {
   line-height: 1.3;
   padding-top: 1.2em;
   margin-bottom:3rem;
}

.comments-title {
   margin-bottom: 1.2em;
}

.comment-list {
   list-style: none;
   margin: 0;
   padding:0;
}

.comment-list article{
   border-top: 1px solid #e9e9e9;
   padding: 1.75em 0;
}

.comment-list .children {
   list-style: none;
   margin: 0;
   padding-left:1.5em;
}



@media (max-width: 767px){
	.comment-list .depth-3 .children{
	   padding-left:0;
	}
	
	.comment-list .children > li {
	   padding-left: 0!important;
	}
}



.comment-author {
  font-family: 'Montserrat', sans-serif;
  color:#9a9a9a;
  margin-bottom: 0.4375em;
}

.comment-author .fn{
  color: #1a1a1a;
}

.comment-author .fn a{
  color:inherit;
}

.comment-author .avatar {
   float: left;
   margin-right: 0.875em;
   position: relative;
}

.bypostauthor > article .fn:after {
   content: "\f304";
   left: 3px;
   position: relative;
   top: 5px;
}

.comment-metadata,
.pingback .edit-link {
   color: #686868;
   line-height: 1.6153846154;
   font-style:italic;
}

.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: #6534ff;
   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 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em!important;
  display: inline-block;
  padding: 0.2em 1.3em 0.3em;
  color: #474747;
  background: #e9e9e9;
  border-radius: 20px
  transition:all 0.3s ease-in;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  color:#fff;
  background-color:#323232;
  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: 4.1538461538em;
}

.no-comments {
   border-top: 1px solid #e9e9e9;
   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:40%;
}
.comment-reply-title small a {
   float: right;
   margin-top: 1.6em;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
   color: #1a1a1a;
}

.form-comment{
  margin-bottom:4em;
}



/* 7.2 Pagination */



.pagination>li>a, 
.pagination>li>span{
  color:#474747;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
  background-color:#323232;
  border-color:#323232;
  color:#fff;
}

.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus{
   background-color:#e9e9e9;
  border-color:#e9e9e9;
  color:#474747;
  
}



/* 7.3 Blog Single Post */



.post-thumbnail{
  margin-bottom:2.3rem;
}

.post-thumbnail img{
  width:100%;
}

.post-meta{
  font-family: 'Montserrat', sans-serif;
  color:#afafaf;
  overflow: hidden;
  margin:0 0 2.1em;
}

.post-meta.has-rubric{
  text-align:center;
}

.post-rubric{
  color:#9a9a9a;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.2em;
  float:left;
  margin-left:0.7em;
}

.post-rubric:first-child{
   margin-left:0;
}

.post-author{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
}

.post-author .author{
  font-weight: bold;
}

.post-rubric:hover{
  text-decoration: none;
  color:#000;
}

.post-date{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em;
  float:right;
}

.post .post-title{
  color:#3d3d3d;
  font-size:1.375em;
  font-weight:700;
  margin-bottom: 1.5em;
}

.post-footer {
  clear:both;
  border-top:1px solid #e9e9e9;
  padding-top: 2em;
  margin-top:3em;
}

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* 7.4 Widgets */



.widget{
  margin-bottom: 3.4em;
}

.widget:last-child{
   margin-bottom:0;
}

.widget-title{
  font-size: 1em;
  color:#afafaf;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 3em;
  margin-top:0;
}

.widget input, .widget select{
   width:100%;
}

.widget ul{
   margin-bottom:0;
   padding-left:0;
   list-style:none;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_entries li,
.widget_nav_menu li{
   margin-top:0.5em;
}

.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_nav_menu 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{
   text-decoration:underline;
   color:#303030;
}

.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:0.8em;
}

.widget_recent_comments li{
  color:#a1a1a1;
}

.widget_recent_comments li a{
	color:#4b4b4b;
}



.widget_recent_comments li a:hover{
  color:#6534ff;
  text-decoration:none;
}



/* 7.5 Widget Search */



.widget_search .search-form{
  max-width:420px;
}



/* 7.6 Widget Calendar */



.widget.widget_calendar table {
   margin: 0;
   background:#fff;
   border-color:#e9e9e9;
   color:#4b4b4b;
}

.widget_calendar td,
.widget_calendar th {
   line-height: 2.5625;
   padding: 0;
   text-align: center;
   border-color:#e9e9e9;
}

.widget_calendar caption {
   font-weight: 900;
   margin-bottom: 1em;
}

.widget_calendar tbody a {
   background-color: #3b3b3b;
   color: #fff;
   display: block;
   font-weight: 700;
}



/* 7.7 Widget Tags */



.tagcloud{
  margin-top: -0.7em;
}

.tagcloud a{
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875em!important;
  display: inline-block;
  margin-top: 0.7em;
  padding: 0.2em 1.3em 0.3em ;
  color:#474747;
  background:#e9e9e9;
  border-radius:20px;
  transition:all 0.3s ease-in;
}

.tagcloud a{
  margin-right: 0.2em;
}

.tagcloud a:hover{
  color:#fff;
  background-color:#323232;
  text-decoration: none;
}



/* 7.8 Widget RSS */



.rss-widget-icon{
   position:relative;
   top:-0.15rem;   
}

.widget_rss li {
    margin-bottom: 2em;
}

.widget_rss cite {
   display: block;
   color: #000;
   margin-bottom: 0.6em;
   font-weight:700;
}

.widget_rss .rss-date{
  display:block;
  color:#969696;
  font-size:0.9em;
}

.widget_rss .rsswidget{
  color:#000;
  text-decoration:underline;
}

.widget_rss .widget-title .rsswidget{
	text-decoration:none;
}

.widget_rss .rsswidget:hover{
  text-decoration:none;
}



/* ------------------------------------------------------------------------------- */
/*  8. Contacts
/* ------------------------------------------------------------------------------- */



.address-item{
  text-align: center;
}

.map{
  width: 100%;
  height: 40em;
  border: 0;
  text-align: center;
}



/* ------------------------------------------------------------------------------- */
/*  9. Footer
/* ------------------------------------------------------------------------------- */



.footer{  
  padding-top:4.5em;
  color: #4b4b4b;
  background: #f7f7f7;
  overflow: hidden;
}

.footer,
.footer a{
  color: #4b4b4b;
}

.footer a:hover{
  text-decoration: none;
}

.footer .brand-info .brand{
  display: inline-block;
  font-size: 2em;
  color: #303030;
  margin-bottom: 20px;
}

.footer p{
  margin-bottom: 0;
}

.subscribe-title{
  line-height: 1.2;
  margin-bottom: 1.3em;
}

.subscribe-form{
  max-width: 300px;
}

.footer-bottom{
  font-family: 'Montserrat', sans-serif;
  color:#525252;
  font-weight: 400;
  margin-top:4.5em;
  padding: 1.7em 0;
  background-color: #1c1c1c;
  font-size:0.75em;
  background-color: #f2f2f2;
}


 
/* ------------------------------------------------------------------------------- */
/*  10. Modals
/* ------------------------------------------------------------------------------- */



.modal{
  text-align: center;
}

.modal-content{
  border-radius: 20px;
}

.modal-content p{
  margin-bottom: 0;
}

.modal-dialog{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 90%;
  margin:25px auto;
  border-radius: 0;
}


.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}


@media (min-width: 768px){
  .modal-dialog {
    width: 29em;
  }
}

.modal-content{
  border:0;
  -webkit-box-shadow: none;
   box-shadow:  none;
   border-radius: 0;
}

.modal-header{
  padding: 3em 1.2em;
  text-align: center;
  border-bottom: 0;
}

.modal-header .close{
  position: absolute;
  right:0.9em;
  top:0.9em;
}

.modal-title{
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size:1.8em;
  color:#323232;
}

.modal-info{
  color:#b0b0b0;
  font-size: 1.12em;
  margin:0.5em 0 0;
  line-height: 1.6;
}

.modal-body{
  font-size: 1em;
  padding: 0 4.2em 3em;
}

.modal-footer{
  text-align: center;
  padding: 0;
  border:0;
  margin-top:2em;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){

  html{
    font-size: 90%;
  }

  .section{
    position: relative;
    padding-top:5.1em;
    padding-bottom: 5.1em;
  }

  .section-content{
    margin-top: 4.8em;
  }



  /* Portfolio */



  .isotope .isotope-item{
    width: 50%;
  }
}




/* 11.2 Min width 992px */



@media (min-width: 992px){

  body{
    padding-left: 19em;
  }

  .body-no-sidebar{
    padding-left: 0;
  }

  html{
    font-size: 100%;
  }

  .container-fluid{
    padding:0 3em;
  }

  .text-left-md{
    text-align: left;
  }

  .text-right-md{
    text-align:right;
  }

  .md-hide{
    position: absolute;
    left: -9999999px;
  }

  .section,
  .section-md{
    position: relative;
    padding-top:6.1em;
    padding-bottom: 6.1em;
  }

  .section-content{
    margin-top: 5.8em;
  }
  
  .secondary {
    margin-top: 0!important;
	}



  /* Navbar */



  .navbar{
    padding-bottom: 0;
    padding-left: 2.2em;
    padding-right: 2.2em;
  }

  .navbar-responsive{
    padding-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar .social-list{
    float: right;
  }

  .navbar .brand{
    margin-left: 0;
  }

  .navbar-sm-space{
    padding-top: 0;
  }

  .container-left-md-fluid{
    padding-right: 4em;
  }

  .container-right-md-fluid{
    padding-left: 4em;
  }


  /* Portfolio */



  .bg-right-md-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-left-md-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }
}


/* 11.3 Min width 1200px */




@media (min-width: 1200px){
	
	
	
  .secondary{
	padding-left:4.5rem;
  }



  /* Helpers */



  .pull-right-lg{
    float: right;
  }

  .section,
  .section-lg{
    position: relative;
    padding-top:7.1em;
    padding-bottom: 7.1em;
  }

  .section-content{
    margin-top: 6.8em;
  }

  .bg-left-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-sm-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-right-lg-fluid{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .bg-left-lg-fluid{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    margin-top:0;
  }

  .container-fluid{
    padding:0 4em;
  }

  .container-left-lg-fluid{
    padding-right: 4em;
  }

  .container-right-lg-fluid{
    padding-left: 4em;
  }



  /* Navbar */



  .navbar{
    padding-left:4.7em;
    padding-right:4.7em;
  }



  /* Portfolio */


  .isotope .isotope-item{
    width: 33.33333333%;
  }
}


/* 11.4 Max width 1200 */



@media(max-width: 1200px){

  .pb-sm-0{
    padding-bottom: 0;
  }
}


/* 10.5 Max height 700 */


@media(max-height: 700px){

 .navbar-left .address-panel{
    display: none;
  }

 .nav-left-list{
   bottom: 12em;
 }

 .navbar-left .social-list{
  bottom: 3em;
 }
}




