/*
Theme Name: Avada Plus
Theme URI: http://themewagon.com/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/
html * { scroll-behavior: auto; } 
* {outline: none !important;}

::selection {
  background-color: #475B6F;
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

body {
  color: #6a6a6a; 
  background: #ffffff;
}

p {
  margin: 0 0 5px 0;
    font-family: 'Open Sans', sans-serif;
  }

img {max-width: 100%;
    height: auto;
  
  
}

/*#refimg{
 -webkit-transform: scaleY(-1);
transform: scaleY(-1);
-webkit-transform: scaleX(-1);
transform: scale(-1); 
}*/
a {
  text-decoration: none;
  outline: none;
  font-family: 'Varela Round', sans-serif;

}

a{  
  color: #4da7ca;
  -o-transition: all .4s;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  color: #4290ae; 
}


h1, h2, h3, h4, h5, h6{   
  margin: 0 0 15px 0; 
  color: #3A4F52;
  font-family: 'Raleway';
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
    font-family: 'Varela Round', sans-serif;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
    
}
.btn.btn-o-white:hover {
    background: white !important;
    color: #6a6a6a; 
}
.btn.btn-o-white-lg {
  border: 1px solid white;
  color: white;
  background: transparent;
  font-size: 30px;
  
}
.btn.btn-o-white-lg:hover {
  background: white !important;
  color: #444040; 
  font-size: 30px;
}
.btn.btn-o-black {
  border: 1px solid black;
  color: black;
  background: transparent;
  
}
.btn.btn-o-black:hover {
  background: black !important;
  color: #ffffff; 
}

.title-page {
  display: inline-flex;
  margin-bottom: -20px;
  text-align: center;
}
p.main-header {
  font-size: 35px;
  font-family: 'Varela Round', sans-serif;
  font-weight: 500;
  text-align:center;
 
  padding: 15px;
  
  
}
p.main-header:after {
  content: " ";   
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 500;
}
p.sub-header {
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 100;
  margin-left: 10px;
}
p.sub-header:before {
  content: " ";
  font-size: 27px;
  font-family: 'Raleway';
  font-weight: 300;
}
li{
  list-style: none;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/
 
    

header.top-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(10, 9, 8, 0.9);
 
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
  
}


.shows {
 background: rgba(10, 9, 8, 0.5);
 transition: all .6s;
}
.shows .navbar-default {
  /* background-color: #f8f8f8; */
  /* border-color: #e7e7e7; */
  margin-bottom: 0px;
  transition: all .6s;
}


.shows .navbar-nav {
  float: right;
  margin: 15px 0 0;
  color: white;
}
.shows h1.logo {
  margin-top: 0px;
  color: #006c66;
  
}

h1.logo {
  margin-top: 11px;
  color: white;
  display: inline-flex;
  font-family: 'Varela Round', sans-serif;
  font-weight: 900;
  
}
#header{  
  position: relative;     
  text-align: center;
  padding: 0 !important;
}
.navbar-nav {
  float: right;
  margin: 21px 0 0;
  color: white;
}
#header .top {
  position:fixed;
  top:0;
  width: 100%;
  padding: 30px;
  height: auto;
  z-index: 500;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;  
  transition: all .5s;    
}
#header .top.solid {
    background: #0A0908;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
  margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
  font-family: 'Raleway',  sans-serif;
  color: white;
}
.logo-head{
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.logo:hover{
  text-decoration: none;
}

#header .slogan{
  font-size: 4em;
  margin-bottom: 15px;
  margin-top: 80px;
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-weight: bold;
  padding: 20px;
}

#header .secondary-slogan{
  font-size: 1.6em;
  color: rgba(255,255,255,.5);
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
  font-size: 18px;
  border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
  color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/

.content-block{
  background:#F2F4F3;
  -webkit-background-size:100%;
  -moz-background-size:100%;
  -o-background-size:100%;
  background-size:100%;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  overflow:hidden;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24)
}


.block-body {
  margin-top: 0px;
}

/* #header {
  background-image: url(../images/header-bg.jpg);
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.8); */
}
#services {
  background: #F2F4F3;
}
#parallax {
  /* background-image: url(../images/blue_mac2.jpg); */
  color: white;
  background: #444040;
}

.parallax{
  padding: 30px 0 30px 0;
}
#contact {
  background-image: url(../images/newsletter-bg.png);
  color: white;
  background-color: #F2F4F3;
}
#parallax h1{
  margin-bottom: 60px;
  color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    
    padding-bottom: 50%;
    background: #F2F4F3;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 5px;
    margin-top: 20px;
}

.referens {
  margin-bottom: 5px;

}

/* .recent-work span{
  margin-top: -18px;
  opacity: 0;
  position: relative;
  z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
  -ms-transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.recent-work:hover {
    background-size: 105%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
} */





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 23px;
    padding: 0 5px;
}
.bar:before{
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}

.bar:after {
  font-family: 'Raleway', sans-serif;
  content: "||| " ;
  font-size: 23px;
  font-weight: 100;
}
.service h2.service-head{
  font-family: 'Raleway', sans-serif;
  margin-top: 15px;
  font-weight: 100;
}
/*////////////////////////////////////////////////////////////////////////
//  About us
///////////////////////////////////////////////////////////////////////*/
.portfolio-sec ,.services-sec ,.blog-sec , .testimonial-sec{
  margin-top: 0px;
  
}
.about-sec {
  margin-top: 0px;
}

.about-us {
  background: #F2F4F3;
  padding: 0px 0px 20px 0px;
}


@media (min-width: 320px) and (max-width: 1024px) { 
      .about-us {
      background: #F2F4F3;
      padding: 0px 0px 20px 0px;
      
    }
}
@media (min-width: 990px){
.aboutus-item {
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid rgb(106, 106, 106);
  padding: 0 20px 10px 20px;
  background-color: rgb(236, 238, 236);
  min-height: 140px;
}
}
@media (max-width: 991px){

.aboutus-item {
  margin-bottom: 15px;
  margin-top: 10px;
  border: 1px solid rgb(106, 106, 106);
  padding: 0 20px 10px 20px;
  background-color: rgb(236, 238, 236);
 
}
}

i.aboutus-icon {
  /* border: 3px solid rgb(106, 106, 106); */
  border-radius: 50%;
  display: inline-block;
  font-size: 22px;
  width: 60px;
  height: 60px;
  line-height: 56px;
  vertical-align: middle; 
  text-align: center;
  color: rgb(106, 106, 106);
}

h4.aboutus-title {
  font-family: 'Raleway', sans-serif;
  margin: 10px 0 0 0;
  font-weight: 300;
  font-size: 22px;
  

}

p.aboutus-desc {
  padding-top: 5px;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
  text-align: center;
  /* text-decoration: underline; */
  text-transform: uppercase;
  
}
p.aboutus-desc2 {
  
  line-height: 20px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
  text-align: center; 
  padding:5px 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  min-height:57px;
  
  
}
p.aboutus-desc3 {
  
  line-height: 20px;
  letter-spacing: 0.4px;
  color: rgb(106, 106, 106);
  text-align: center; 
  margin-top: 5px;
  
  
}

.desclist {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  
  font-weight: bold;
}

ul#horizontal-list li {
  display: inline;
  
  
}

.list-middot > li:not(:last-child)::after {
  content: "\00b7";
  margin: 7px;
}



/*////////////////////////////////////////////////////////////////////////
//  Call to Action
///////////////////////////////////////////////////////////////////////*/

h3.call-action.pull-left {
  /*width: 90%; */
  font-size: 35px;
  color: white;
}
h3.call-action{
  /*width: 90%; */
  font-size: 35px;
  color: white;
  font-family: 'Varela Round', sans-serif;
}



/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


ol.carousel-indicators {
  margin-bottom: -50px;
}

#testimonials{
  text-align: center;
}
#testimonials .testimonial {
  padding: 25px;
}
.carousel {
  position: relative;
  margin: 50px 0;
}
.carousel h3 {
  margin: 47px 0 20px;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
  color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(255, 255, 255);
    /* color: black; */
    padding: 20px 16px !important;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ 
  background: #006c66; color: white; 
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 20px 0px 20px 0px;
}

h2.footer-block {
    color: white;
    font-family: 'Varela Round', sans-serif;
}
.form-control{
  border-radius: none !important;
  padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #db5252;
    border: none;
}
::-webkit-input-placeholder {
   color: #969595 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #969595 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #969595 !important; 
}

:-ms-input-placeholder {  
   color: #969595 !important;  
}
.footer-bottom {
  padding: 37px 0 30px;
}

.footer-bottom a{
  color:#c2b9b9;
}

.footer-bottom a:hover{
  color:rgb(255, 255, 255);;
}


.blog-post ul p{
  margin-left: 40px;
  color:#c2b9b9;
}
.blog-post ul a{
  color:#c2b9b9;
}
.blog-post ul a:hover{
  color:rgb(255, 255, 255);
}
.blog-post ul li .fa {
  border-radius: 33px 33px;
  background: #5E503F;
  width: 28px;
  /* height: 20px; */
  text-align: center;
  padding: 7px 7px;
  margin-right: 9px;
}
.blog-post ul {
  margin-left: -40px;
}
.blog-post .fa{
  background: #5E503F;
  width: 28px;
  text-align: center;
  padding: 7px 7px;
  cursor: pointer;
}
.blog-post .fa:hover{
  color: #5E503F;
  background:#F2F4F3;
  transition: all .6s;
}
.social {
  margin-left: 40px;
}
.social a i{
  color: #F2F4F3;
}
/*////////////////////////////////////////////////////////////////////////
//  11 - Responsive styles
///////////////////////////////////////////////////////////////////////*/


@media (max-width: 767px){
  .blog-post {
    margin-bottom: 40px;
  }

  .recent-work {
    background-position: center;
  }

  .recent-work:before {
    opacity: 1;
  }

  .recent-work span {
    opacity: 1;
  }
}

@media (max-width: 480px) {



  #drawer-right {
    padding: 10px 20px;
  }

  #drawer-right .nav-pills>li>a {
    font-size: 17px;
  }

  .nav-stacked>li+li {
    margin-top: 0;
  }

  .nav>li>a {
    padding: 8px 15px;
  }

  #drawer-right .social {
    margin-top: 5px;
  }

  #header {
    background-size: cover;
  }
  .service {
  text-align: center;
  }
}

button.navbar-toggle.collapsed {
    margin-top: 15px;
   
   
}


/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(20,20,20,0.8);
  min-height: 30px;
  font-size: 14px;
  color: #ccc;
  line-height: 30px;
  padding: 8px 0 8px 30px;
  margin-bottom: 0px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #558C89;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #D9853B;
  color: rgb(255, 255, 255);
  display: inline-block;
  border-radius: 0px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #e07c039d;
}
/*Cookie Consent End*/

