@charset "utf-8";
@import "/theme/fafa/css/all.css";

/* Common styles */
.align-center { text-align: center !important; }
.align-left { text-align: left !important; }
.align-right { text-align: right !important; }
.left { float: left !important; }
.right { float: right !important; }
.relative { position: relative; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.white { color: #fff !important; }
.black { color: #111 !important; }
.color { color: #e41919 !important; }
.image-fullwidth img { width: 100%; }

.col-center {
    float: none;
    margin: 0 auto;
}

.col-portlet {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 3px #cccccc;
}

.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}

.round {
    border-radius: 5px !important;
}

::selection { color: #fff; background: #000; }

.animate, .animate * {
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.no-animate, .no-animate * {
    transition: none !important;
}

.shadow {
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}

.white-shadow {
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.clearlist li.user-menu { order: 1; }

.full-wrapper { margin: 0 2%; }

.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}

html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

.page { overflow: hidden; }

.body-masked {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url(../theme/images/loader.gif) no-repeat center center;
    z-index: 100000;
}

.mask-delay { animation-delay: 0.75s; }
.mask-speed { animation-duration: 0.25s !important; }

iframe { border: none; }

a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-outline-: none;
}

a:focus, a:active { outline: none; }

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

/* Page loader */
.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border: 1px solid rgba(0,0,0, 0.08);
    border-left-color: rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
    z-index: 100001;
}

@keyframes spinner {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Typography */
body {
    color: #111;
    font-size: 12px;
    font-family: "Exo", arial, sans-serif;
    line-height: 1.6;
}

a {
    color: #111;
    text-decoration: underline;
}

a:hover {
    color: #888;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 400;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h6 { font-weight: 700; }

p { margin: 0 0 2em 0; }
ul, ol { margin: 0 0 1.5em 0; }

blockquote {
    margin: 3em 0;
    padding: 0;
    border: none;
    background: none;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}

blockquote p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.6;
}

blockquote footer {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

dl dt { margin-bottom: 5px; }
dl dd { margin-bottom: 15px; }

pre {
    background-color: #f9f9f9;
    border-color: #ddd;
}

hr {
    background-color: rgba(255,255,255, .08);
}

hr.white {
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}

hr.black {
    border-color: rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.font-alt {
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.serif {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}

.normal { font-weight: normal; }
.strong { font-weight: 700 !important; }

.lead {
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}

.text {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    color: #111;
}

.dropcap {
    float: left;
    font-size: 3em;
    line-height: 1;
    padding: 2px 8px 2px 0;
}

/* ==============================
   Buttons
   ============================== */
  
.btn-mod,
a.btn-mod{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 13px;
    color: #fff;
    background: rgba(34,34,34, .9);
  border: 2px solid transparent;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
    
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
  font-weight: 400;
  color: rgba(255,255,255, .85);
    background: rgba(0,0,0, .7);
border-radius: 25px;
  text-decoration: none;
    outline: none;
    border-color: transparent;    
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-mod:active{
  cursor: pointer !important;
    outline: none !important;
border-radius: 25px;
}

.btn-mod.btn-small{
border-radius: 25px;
    height: auto;
    padding: 6px 17px;
  font-size: 11px;
    letter-spacing: 1px;
} 
.btn-mod.btn-medium{
border-radius: 25px;
    height: auto;
    padding: 8px 37px;
  font-size: 12px;
} 
.btn-mod.btn-large{
border-radius: 25px;
    height: auto;
    padding: 12px 45px;
  font-size: 13px;
} 

.btn-mod.btn-glass{
border-radius: 25px;
    color: rgba(255,255,255, .75);
    background: rgba(0,0,0, .40);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus{
border-radius: 25px;
    color: rgba(255,255,255, 1);
    background: rgba(0,0,0, 1);
}

.btn-mod.btn-border{
	width: 250px;
    color: #eee;
    border: 2px solid #eee;
    margin: 5px;
    border-radius: 25px;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
    color: #151515;
  border-color: transparent;
    background: #eee!important;
   border-radius: 25px;
}

.btn-mod.btn-border-c{
    color: #e41919;
  border: 2px solid #e41919;
    background: transparent;
border-radius: 25px;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus{
    color: #fff;
  border-color: transparent;
    background: #e41919;
border-radius: 25px;
}

.btn-mod.btn-border-w{
    color: #fff;
  border: 2px solid rgba(255,255,255, .75);
    background: transparent;
border-radius: 25px;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
    color: #111;
  border-color: transparent;
    background: #fff;
border-radius: 25px;
}

.btn-mod.btn-w{
    color: #111;
    background: rgba(255,255,255, .8);
    border-radius: 25px;
}
.btn-mod.btn-w:hover,
.btn-mod.btn-w:focus{
    color: #111;
    background: #fff;
    border-radius: 25px;
}

.btn-mod.btn-w-color{
    color: #e41919;
    background: #fff;
    border-radius: 25px;
}
.btn-mod.btn-w-color:hover,
.btn-mod.btn-w-color:focus{
  border-radius: 25px;
  color: #151515;
    background: #fff;
}

.btn-mod.btn-gray{
    border-radius: 25px;
    color: #777;
    background: #e5e5e5;
}
.btn-mod.btn-gray:hover,
.btn-mod.btn-gray:focus{
    color: #444;
    background: #d5d5d5;
    border-radius: 25px;
}

.btn-mod.btn-color{
    border-radius: 25px;
    color: #fff;
    background: #e41919;
}
.btn-mod.btn-color:hover,
.btn-mod.btn-color:focus{
    border-radius: 25px;
    color: #fff;
    background: #e41919;
    opacity: .85;
}

.btn-mod.btn-circle{
  border-radius: 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.btn-mod.btn-round{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn-icon{
  position: relative;
    border: none;
    overflow: hidden;
}
.btn-icon.btn-small{
  overflow: hidden;
}
.btn-icon > span{
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  font-size: 48px;
  opacity: .2;
  
  -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-icon:hover > span{
  opacity: 0;
    
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.btn-icon > span.white{
    color: #fff;
}
.btn-icon > span.black{
    color: #000;
}
.btn-full{
  width: 100%;
}


/* ==============================
   Forms fields
   ============================== */

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
    display: inline-block;
  height: 27px;
    vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0, .1);
    padding-left: 7px;
    padding-right: 7px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.form select{
    font-size: 12px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
  border-color: rgba(0,0,0, .2);
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
    
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 0 3px rgba(0,0,0, .3);
  box-shadow: 0 0 3px rgba(0,0,0, .3);
    outline: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
  height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}
.form input[type="text"].input-md,
.form input[type="email"].input-md,
.form input[type="number"].input-md,
.form input[type="url"].input-md,
.form input[type="search"].input-md,
.form input[type="tel"].input-md,
.form input[type="password"].input-md,
.form input[type="date"].input-md,
.form input[type="color"].input-md,
.form select.input-md{
  height: 37px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
  height: 31px;
    padding-left: 10px;
    padding-right: 10px;
}
.form textarea{
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  color: #777;
  border-color: rgba(0,0,0, .1);
    outline: none;
  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.form textarea:hover{
  border-color: rgba(0,0,0, .2);
}
.form textarea:focus{
  color: #111;
  border-color: rgba(0,0,0, .7);
  -webkit-box-shadow: 0 0 3px rgba(21,21,21, .3);
  -moz-box-shadow: 0 0 3px rgba(21,21,21, .3);
  box-shadow: 0 0 3px rgba(21,21,21, .3);
}

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

.form input.error{
    border-color: #e41919;
}
.form div.error{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228,25,25, .75);
    color: #fff;
}
.form div.success{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50,178,95, .75);
    color: #fff;
}

.form-tip{
    font-size: 11px;
    color: #aaa;
}
.form-tip .fa{
    font-size: 12px;
}


/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */

.home-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  background-repeat: no-repeat;
    background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-content{
  display: table;
  width: 100%;
  height: 700px;
  text-align: center;
}


/* Home content */


#home{
  color: white;
background-position: center bottom;
background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
/*background-image: url(/img/bgtop.png);
    background-color:#f8f9fa;
    background-size: cover;*/
/* min-height: 600px;*/
}

.home-content{
  position: relative;
}
.home-text{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

/* Scroll down icon */

@-webkit-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-moz-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@-o-keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}
@keyframes scroll-down-anim {
  0%{ bottom: 2px; }
  50%{ bottom: 7px; }
  100%{ bottom: 2px; }
}

.scroll-down{
  width: 40px;
  height: 40px;
  margin-left: -20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
    text-align: center;
    text-decoration: none;
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 

}

.scroll-down:before{
    display: block;
    content: "";
  width: 20px;
  height: 20px;
    margin: 0 0 0 -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    
    z-index: 1;
}

.scroll-down:hover:before{
    opacity: .6;
}


.scroll-down-icon{
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 4px;
  color: #111;
    font-size: 15px;

  -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite; 
    
   
   z-index: 2;
}

.hs-line-8{
    margin-top: 0;
    position: relative;
  font-size: 16px;
  font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    opacity: .75;
}
.hs-line-8.no-transp{
    opacity: 1;
}
.hs-line-14{
    margin-top: 0;
    position: relative;
  font-size: 48px;
  font-weight: 400;
    line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.6em;
}

.no-transp{
    opacity: 1 !important;
}

/* Logo (in navigation panel)*/

.nav-logo-wrap{
  float: left;
  max-width: 70%;
  max-height: 65px;
  overflow: hidden;
}
.nav-logo-wrap .logo{
  display: table-cell;
  /*vertical-align: middle;*/
  max-width: 400px;
    height: 75px;
    max-height: 75px;
  line-height: 50px;
    overflow: hidden;
  padding: 0;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.nav-logo-wrap .logo img{
/*  max-height: 77%;*/
    height: 50px;
    margin-top: 3px;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after{
  display: none;
}

a.logo {
  background: none;
}

.logo,
a.logo:hover{
    font-family: Dosis, arial, sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
    letter-spacing: 0.2em;
  text-decoration: none;
  color: #fafafa;
}

/*
 * Desktop nav
 */

.sticky-wrapper{
  background: rgba(0,0,0,0.7);
}
 
.main-nav{
  width: 100%;
  height: 75px !important;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  /* background-image: linear-gradient(-120deg, rgb(100, 0, 190), rgb(190, 0, 160), rgb(230, 0, 30)); */
  
  /* -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow:  0 0 10px rgba(0,0,0,0.5); */ 
  
  z-index: 1030;
    
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}




.small-height{
    height: 55px !important;
  padding: 0!important;
  background: rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
  box-shadow:  0 0 10px rgba(0,0,0,0.5);
}
.small-height .inner-nav ul li a{
  height: 55px !important;
  line-height: 55px !important;
}

@media (min-width: 1024px) {

.inner-nav{
  display: inline-block;
  position: relative;
  float: right;
}

}

@media (max-width: 1024px) {

.inner-nav{
 display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 15px;
    z-index: 100;
}

}

.inner-nav ul{
  float: right;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  list-style: none;
}
.inner-nav ul li {
    float: left;
    margin-left: 13px;
    position: relative;
}
.inner-nav ul li a{
  color: #eee;
    letter-spacing: 2px;
  display: inline-block;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{

}  
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
  color: #bbb;
  text-decoration: none;
}



/* Menu sub */

.mn-sub{
  display: none;
  width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: rgba(30,30,30, .97);
}
.mn-sub li{
  display: block;
  width: 100%;
  margin: 0 !important;
}
.inner-nav ul li .mn-sub li a{
  display: block;
  width: 100%;
  height: auto !important;
    line-height: 1.3 !important;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 5px;
    font-size: 13px;
  text-align: left;
    text-transform: none;    
  border-left: none;
  border-right: none;
    letter-spacing: 0;
  color: #b0b0b0 !important;
  cursor: pointer;
}

.mobile-on .mn-has-multi > li:last-child > a{
    border-bottom: 1px solid rgba(255,255,255, .065) !important;
}

.mn-sub li a:hover,
.inner-nav ul li .mn-sub li a:hover,
.mn-sub li a.active{
  background: rgba(255,255,255, .09);
  color: #f5f5f5 !important;
}

.mn-sub li ul{
    left: 100%;
  right: auto;
  top: 0;
    border-left: 1px solid rgba(255,255,255, .07);
}
.inner-nav > ul > li:last-child .mn-sub,
.inner-nav li .mn-sub.to-left{
  left: auto;
  right: 0;
}
.inner-nav li:last-child .mn-sub li ul,
.inner-nav li .mn-sub li ul.to-left{
  left: auto;
  right: 100%;
  top: 0;
    border-left: none;
    border-right: 1px solid rgba(255,255,255, .07);
}
.mobile-on .inner-nav li:last-child .mn-sub li ul{
  left: auto;
  right: auto;
  top: 0;
}

.mn-wrap{
    padding: 8px;
}

/* Menu sub multi */

.mn-has-multi{
    width: auto !important;
    padding: 0px;
    text-align: left;
    white-space: nowrap;
}
.mn-sub-multi{
    width: 210px !important;
    overflow: hidden;
    white-space: normal;
    float: none !important;
    display: inline-block !important;
    vertical-align: top;
}
.mn-sub-multi > ul{
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
}
.mn-group-title{
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
}
.mn-group-title:hover{
    background: none !important;
}

.mobile-on .mn-sub-multi > ul{
    left: auto;
    right: auto;
    border: none;
}
.mobile-on .mn-sub-multi{
    display: block;
    width: 100% !important;
}


.mobile-on .mn-sub-multi > ul > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub > li:last-child > a{
    border: none !important;
}
.mobile-on .mn-sub-multi:last-child > ul{
    border-bottom: none !important;
}

/*
 * Mobile nav
 */

.mobile-on .desktop-nav{
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 15px;
    
  z-index: 100; 
}
.mobile-on .full-wrapper .desktop-nav{
    padding: 0;
}


.mobile-on .desktop-nav ul{
  width: 100%;
    float: none;
  background: rgba(18,18,18, .97);
    position: relative;
    overflow-x: hidden;
    list-style: none;
    padding: 0;
}
.mobile-on .desktop-nav > ul{
    overflow-y: auto;
    padding: 0;
}
.mobile-on .desktop-nav ul li{
  display: block;
  float: none !important;
    overflow: hidden;
}
.mobile-on .desktop-nav ul li ul{
  padding: 0;
    border-bottom: 1px solid rgba(255,255,255, .1);
}
.mobile-on .desktop-nav ul li a{
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  position: relative;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(255,255,255, .065);
  color: #999;
    letter-spacing: 1px;
  cursor: pointer;
}
.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active{
  background: rgba(255,255,255, .03);
  color: #ddd;
}

/* Menu sub */

.mobile-on .mn-has-sub > .fa{
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-align: center;
  border: 1px solid rgba(255,255,255, .1);
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.def-text{
  text-transform: none !important;
}
.mobile-on .js-opened > .mn-has-sub > .fa{
    border-color: rgba(255,255,255, .4); /*border-color: rgba(255,255,255, .4);*/
    line-height: 14px; /*line-height: 14px;*/
}
.mobile-on .inner-nav li{
  margin: 0 !important;
}
.mobile-on .mn-sub{
  display: none;
  opacity: 0;
  position: relative;
    left: 0 !important;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: none !important;
    border-right: none !important;
    border-top: none ;
  z-index: 10;
}
.mobile-on .mn-sub li{
  padding-left: 10px;
}


.inner-nav li.js-opened .mn-sub{
  opacity: 1;
}

.copy-api:hover {
  cursor: pointer;
  color: #111;
}


.mobile-nav{
  color: #eee;
  display: none;
  float: right;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid rgba(0,0,0, .05);
  border-right: 1px solid rgba(0,0,0, .05);
  cursor: pointer;
  
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  -o-user-select: none;
  user-select: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  -webkit-transition-property: background, color;
    -moz-transition-property: background, color;
    -o-transition-property: background, color;
    transition-property:  background, color;
}
.mobile-nav:hover,
.mobile-nav.active{
  background: rgba(0, 0, 0, 0.35);
  color: #bbb;
}
.mobile-nav:active{
  -webkit-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
  -moz-box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
  box-shadow: 0 0 35px rgba(0,0,0,.05) inset;
}
.no-js .mobile-nav{
  width: 55px;
  height: 55px;
}
.mobile-on .mobile-nav{
  display: table;
}
.mobile-nav .fa{
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}

/* Menu sub multi */

.mobile-on .mn-has-multi{
    width: auto;
    padding: 0;
    text-align: left;
    white-space: normal;
    
}
.mobile-on .mn-sub{
    width: 100%;
    float: none;
    position: relative;
    overflow-x: hidden;
}

/*
 * Dark panel style
 */

.main-nav.dark{
  background-color: rgba(10,10,10, .95);
    
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
}
.main-nav.dark .inner-nav ul > li > a{
  color: rgba(255,255,255, .7);
}
.main-nav.dark .inner-nav ul > li > a:hover,
.main-nav.dark .inner-nav ul > li > a.active{
  color: #fff;
}

.main-nav.dark .mobile-nav{
  background-color: transparent;
  border-color: transparent;
  color: rgba(255,255,255, .9);
}
.main-nav.dark .mobile-nav:hover,
.main-nav.dark .mobile-nav.active{
  color: #fff;
}

.main-nav.mobile-on.dark .inner-nav{
  border-top: 1px solid rgba(100,100,100, .4);
}

.main-nav.dark .logo,
.main-nav.dark a.logo:hover{
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255, .9);
}

.main-nav.dark .mn-sub{    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow:  none;
}


/*
 * Transparent panel style
 */

.main-nav.transparent{
    background: transparent !important;
}
.main-nav.js-transparent{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.main-nav .tooltip{
    font-size: 12x;
    text-transform: none;
    letter-spacing: 0;
}


/* ==============================
   Fullscreen menu
   ============================== */
  
.fm-button{
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: .85;
    text-indent: -12345px;
    z-index: 1030;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
    -webkit-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button:hover{
    opacity: 1;
}
.fm-button span{
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    
    -webkit-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-button span:before,
.fm-button span:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: -6px;
    left: 0;

    -webkit-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -webkit-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -moz-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -moz-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -o-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -o-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    -ms-transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), -ms-transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
    transition: top 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), bottom 0.07s cubic-bezier(0.000, 0.000, 0.580, 1.000), transform 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000) 0.07s;
}
.fm-button span:after{
    top: auto;
    bottom: -6px;
}

/* Active menu button */

.fm-button.active{
    background: #222;
    z-index: 2001;
}
.fm-button.active span{
    background: transparent;
}
.fm-button.active span:before{ 
    top: 0;   
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fm-button.active span:after{    
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); 
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Menu wrapper */

.fm-wrapper{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(10,10,10, .97);
    z-index: 2000;
    
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fm-wrapper-sub{
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
    transform: translateY(30px);
    
    -webkit-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.1s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.fm-wrapper-sub.js-active{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
    transform: translateY(0);
}

.fm-wrapper-sub-sub{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.fm-menu-links,
.fm-menu-links ul{
  margin: 0;
  padding: 10px 0;
  line-height: 1; /*line-height: 1.3;*/
    text-align: center;
}
.fm-menu-links ul.fm-sub{
  padding: 0;
}
.fm-menu-links a{
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 20px;
  color: #999;
  font-size: 17px;
    letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
    
    -webkit-tap-highlight-color: rgba(255,255,255, .1); 
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  
  z-index: 11;
}
.no-touch .fm-menu-links a:hover,
.fm-menu-links a:active,
.fm-menu-links li.js-opened > a{
  color: #d5d5d5;
  text-decoration: none;
}

.no-touch .fm-menu-links li.js-opened > a:hover,
.fm-menu-links li.js-opened > a:active{
  color: #fff;
}

.fm-has-sub{
  
}
.fm-has-sub .fa{
  font-size: 14px;
}
.js-opened > .fm-has-sub > .fa{
    color: #fff;
}
.fm-sub{
  display: none;
  opacity: 0;
  position: relative;
}
.fm-sub > li > a{
  padding-left: 20px;
    padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
    font-weight: 400;
}

/* ==============================
   Sections styles
   ============================== */

/*
 * Common
 */

.page-section,
.small-section{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
  color:#333;
  
   /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-position: center center;
    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  padding: 100px 0 50px 0;
}

.inner-section{
    padding: 50px 0 !important;
}

#place {
  background: #333333;
padding-bottom: 0;
}
.small-section{
  padding: 30px 0;
}
.small-title{
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}
.section-icon{
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}
.small-title .serif{
    text-transform: none;
    font-weight: 400;
}
.small-title.white{
    color: #fff;
}
.bg-scroll{
  background-attachment: scroll !important;
  padding: 45px 0; 

background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
background-position: center;
background-size: cover;
box-shadow: inset 0 65px 15px -60px rgba(21, 21, 21, 0.57), inset 0 -65px 15px -60px rgba(21, 21, 21, 0.57);
}
.bg-pattern{
  background-repeat: repeat;
  background-size: auto;
}
.bg-pattern-over:before,
.bg-pattern-over .YTPOverlay:after{
    content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
    background-repeat: repeat;
  background-size: auto;
  background-image: url(../images/pattern-bg-2.png);
}
.bg-gray{
  background-color: #f4f4f4;
}
.bg-gray-lighter{
  background-color: #f8f8f8;
}
.bg-temt{
  background-color: black;
}
.bg-dark,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-alfa,
.bg-color,
.bg-color-lighter,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-alfa{
  color: #fff;
}
.bg-dark a,
.bg-dark-alfa-30 a,
.bg-dark-alfa-50 a,
.bg-dark-alfa-70 a,
.bg-dark-alfa-90 a,
.bg-dark-alfa a,
.bg-color a,
.bg-colorlighter a,
.bg-color-alfa-30 a,
.bg-color-alfa-50 a,
.bg-color-alfa-70 a,
.bg-color-alfa-90 a,
.bg-color-alfa a{
  color: rgba(255,255,255, .8);
    padding-bottom: 3px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.bg-dark a:hover,
.bg-dark-alfa-30 a:hover,
.bg-dark-alfa-50 a:hover,
.bg-dark-alfa-70 a:hover,
.bg-dark-alfa-90 a:hover,
.bg-dark-alfa a:hover,
.bg-color a:hover,
.bg-color-lighter a:hover,
.bg-color-alfa-30 a:hover,
.bg-color-alfa-50 a:hover,
.bg-color-alfa-70 a:hover,
.bg-color-alfa-90 a:hover,
.bg-color-alfa a:hover{
  color: rgba(255,255,255, 1);
    text-decoration: none;
}

.bg-color .text,
.bg-color-lighter .text,
.bg-color-alfa-30 .text,
.bg-color-alfa-50 .text,
.bg-color-alfa-70 .text,
.bg-color-alfa-90 .text,
.bg-color-alfa .text,
.bg-color .section-text,
.bg-color-lighter .section-text,
.bg-color-alfa-30 .section-text,
.bg-color-alfa-50 .section-text,
.bg-color-alfa-70 .section-text,
.bg-color-alfa-90 .section-text,
.bg-color-alfa .section-text{
  color: rgba(255,255,255, .75);
}

.bg-color .white,
.bg-color-lighter .whitet,
.bg-color-alfa-30 .white,
.bg-color-alfa-50 .white,
.bg-color-alfa-70 .white,
.bg-color-alfa-90 .white,
.bg-color-alfa .white{
  color: #fff;
}


.bg-dark{
  background-color: #111;
}
.bg-dark-alfa:before,
.bg-dark-alfa .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17,17,17, .97);
}
.bg-dark-alfa-30:before,
.bg-dark-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .3);
}
.bg-dark-alfa-50:before,
.bg-dark-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,34,34, .5);
}

.bg-dark-alfa-90:before,
.bg-dark-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3,3,3, 0.7);
}
.bg-light-alfa:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .97);
}
.bg-light-alfa-30:before,
.bg-light-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .30);
}
.bg-light-alfa-50:before,
.bg-light-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .50);
}
.bg-light-alfa-70:before,
.bg-light-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .7);
}
.bg-light-alfa-90:before,
.bg-light-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(252,252,252, .9);
}
.bg-color{
    background-color: #e41919;
}
.bg-colort-alfa:before,
.bg-colort-alfa .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .97;
}
.bg-color-alfa-30:before,
.bg-color-alfa-30 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .3;
}
.bg-color-alfa-50:before,
.bg-color-alfa-50 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .5;
}
.bg-color-alfa-70:before,
.bg-color-alfa-70 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .7;
}
.bg-color-alfa-90:before,
.bg-color-alfa-90 .YTPOverlay:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e41919;
    opacity: .9;
}

.section-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.4;
}
.section-line{
  width: 55px;
  height: 1px;
  margin: 30px auto;
  background: #111;
}
.section-text{
  font-size: 15px;
  font-weight: 300;
  color: #777;
  line-height: 1.7;
}
.section-text blockquote{
    margin-top: -5px;
}

.features-item{
  padding: 15px;
  text-align: center;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.features-icon{
  font-size: 48px;
  line-height: 1.3;
  color: rgba(255,255,255, .9);
}
.features-title{
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(255,255,255, .9);
}

.features-descr{
  font-size: 15px;
    font-weight: 300;
  color: rgba(255,255,255, .75);
}

.features-icon.black{
  color: rgba(0,0,0, .9);
}
.features-title.black{
  color: rgba(0,0,0, .9);
}
.features-descr.black{
  color: rgba(0,0,0, .75);
}

/* ==============================
   Testimonial
   ============================== */

.testimonial{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-family: "Open Sans", arial, sans-serif;
  font-size: 18px;
  font-style: normal;
    font-weight: 300;
  letter-spacing: 0;
    opacity: .85;
}
.testimonial p{
    font-size: 18px;
}
.testimonial-author{

}

/*
 * Contact form
 */

.cf-left-col{
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
}
.cf-right-col{
    width: 49.4%;
    float: left;
}
.contact-form .form-group{
    margin-bottom: 10px;
}



/* ==============================
   Google maps 
   ============================== */

.google-map{
    position: relative;
  background: #111;
}
#map-canvas{    
  height: 410px;
    position: relative;
  background-color: #111 !important;
    z-index: 1;
}
.map-section{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(17,17,17, .93);
    z-index: 2;
    cursor: pointer;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.map-section:hover{
    background: rgba(17,17,17, .90);
}
.map-toggle{
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    color: #fff;
    text-align: center;
}
.mt-icon{
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    position: relative;
    color: #111;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.mt-icon:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
}
.mt-icon i,
.mt-icon span{
    position: relative;
}
.mt-text{
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255,255,255, .75);
}
.mt-close{
    display: none;
}

/* Map opened */

.map-section.js-active{
    height: 50px;
    background: rgba(17,17,17, .75);
}
.map-section.js-active:hover{
    background: rgba(17,17,17, .85);
}
.map-section.js-active .mt-icon{
    opacity: 0;
}
.map-section.js-active .mt-text{
    position: relative;
    top: -20px;
}


/* ==============================
   Footer
   ============================== */

.footer {
text-align: center;
font-size: 12px;
background-color: black;
}

.footer a {
    color: #888;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1)
}

.footer a:hover {
    color: white;
}

.separator{
  margin: 0 5px;
}

/*
 * Pagination
 */

.pagination{
  font-size: 13px;
    font-family: "Open Sans", arial, sans-serif;
}
.pagination a{
  display: inline-block;
  min-width: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  padding: 7px 14px;
  border: 1px solid #eaeaea;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination .fa{
  margin-top: 1px;
  font-size: 16px;
}
.pagination a:hover{
    text-decoration: none;
    border-color: #bbb;
  color: #444;
}
.pagination a.active,
.pagination a.active:hover{
  border-color: #bbb;
  color: #444;
  cursor: default;
}
.pagination a.no-active,
.pagination a.no-active:hover{
  border-color: #efefef;
  color: #bbb;
  cursor: default;
}

.media-body{
    overflow: hidden;
}

/*
 * Sidebar
 */

.sidebar{
  margin-top: 10px;
}
.widget{
  margin-bottom: 60px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.widget-title{
  margin-bottom: 20px;
    padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
    font-weight: 400;
    color: #777;
    border-bottom: 1px solid #ccc;
}

.tags{
  
}
.tags a{
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tags a:hover{
  text-decoration: none;
  border-color: #333;
  color: #111;
}

/*
 * Owl Carousel
 */

.owl-carousel{
    overflow: hidden;
}
.owl-buttons{
  position: static;
}
.owl-prev,
.owl-next{
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
    
    z-index: 6;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-prev{
  left: -50px;
}
.owl-next{
  right: -50px;
}
.owl-prev:before,
.owl-next:before{
    content: "";
    display: block;
    width: 66%;
    height: 66%;
    position: absolute;
    top: 17px;
    left: 0;
    opacity: 0.22;
    
    background: #333333;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-next:before{
    left: auto;
    right: 0;
}
.owl-prev .fa,
.owl-next .fa{
    position: relative;
}
.owl-prev:hover,
.owl-next:hover{  
  -webkit-transition: 0 none !important;  
    -moz-transition: 0 none !important;  
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;    
    transition:0 none !important;  
}
.owl-prev:hover:before,
.owl-next:hover:before{
    opacity: 0.87;
}
.owl-prev:active:before,
.owl-next:active:before{  
  opacity: 0.6;
}
.owl-carousel:hover .owl-prev{
  opacity: 1;
  left: -35px;
}
.owl-carousel:hover .owl-next{
  opacity: 1;
  right: -35px;
}
.owl-pagination{
  display: block;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.owl-page{
  display: inline-block;
  padding: 6px 4px;
    position: relative;
}
.owl-page span{
  width: 6px;
  height: 6px;
  display: block;
  background: rgba(255,255,255, .7);
    position: relative;
    z-index: 1000 !important;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
  background: rgba(255,255,255, 1);
}
.owl-page.active span{    
  background: #3333;
    bordeR: 1px solid rgba(255,255,255, .8);
    
    -webkit-transform: scale(1.3333333);
    -moz-transform: scale(1.3333333);
    -o-transform: scale(1.3333333);
    -ms-transform: scale(1.3333333);
    transform: scale(1.3333333);
}

.item-carousel .owl-prev{
  left: -125px;
}
.item-carousel .owl-next{
  right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

.item-carousel{
    margin-bottom: -50px;
    padding-bottom: 50px;
}
.item-carousel .owl-pagination{
  bottom: 0;
}

.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
  bottom: 15px;
}

.single-carousel,
.small-item-carousel{
    margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
    position: relative;
    left: 0;
    top: 35px;
    margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
    background: rgba(0,0,0, .15);
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
    background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
  background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
    color: rgba(0,0,0, .2);
    text-shadow: none;
    
    -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
    color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
  left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
  right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
  opacity: 1;
  left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
  opacity: 1;
  right: -80px;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;  
  border: none;
}
.tpl-minimal-tabs > li{
  padding: 0 30px;
  background: none !important;
}
.tpl-minimal-tabs > li > a{
  padding: 6px 20px 5px;
  text-decoration: none;
  color: #000;
  background: none;
  border: 1px solid transparent;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tpl-minimal-tabs > li > a:hover{
  background: none;
  border-color: #e9e9e9;
  color: #777;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
  border: 1px solid #222 !important;
  background: none !important;
  color: #000;
  cursor: default;
}
.tpl-minimal-tabs-cont{
}

.alt-tabs-icon{
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0;
}
.tpl-minimal-tabs-cont{
}


/*
 * Alert messages
 */

.alert{
  margin: 0 auto 10px;
  padding: 14px 20px; 
    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    
  border: 1px solid #ddd;
  border-radius: 5px !important;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  
}
.success{
  border-color: #a9e2c2;
  color: #36a367;
}
.info{
  border-color: #9ecdfc;
  color: #297ad3;
}
.notice{
  border-color: #f9ce75;
  color: #e9a00a;
}
.error{
  border-color: #ffbbbb;
  color: #e33131;
}


/*
 * Toggle
 */

.toggle > dt{
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.toggle > dt > a{
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e5e5e5;
  
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a:hover{
  text-decoration: none;
  border-color: #ddd;
  background-color: #fcfcfc;  
  color: #444;
}
.toggle > dt > a.active{
  color: #000;
  border-color: #ddd;
  background-color: #fcfcfc;
}
.toggle > dt > a:after{
  content: "\f107";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after{
  content: "\f106";
  color: #111;
}
.toggle > dt > a:hover:after{
  color: #444;
}
.toggle > dd{
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #777;
}

.highlight pre{
    border-color: #eaeaea;
    background: #fcfcfc;
    color: #555;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.parallax { 
    /* The image used */
    background-image: url("../theme/img/parallax.jpg");

    /* Full height */
    height: 100%; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.usercom {
    text-decoration: none;
    border-bottom: 1px dashed #000080;
}
.beamer_defaultBeamerSelector {
position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #00d8a6;
    background-image: url(/img/icons/beamer.svg);
    border-radius: 50%;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    -webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    background-repeat: no-repeat;
    background-position: 50% 49%;
    z-index: 2147483000!important;
    -webkit-animation: beamer_pop-in .5s;
    -moz-animation: beamer_pop-in .5s;
    -ms-animation: beamer_pop-in .5s;
}

.beamer_icon, #beamerIcon {
	
    position: relative;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}
.beamer_icon.active, #beamerIcon.active {
	
	    display: inline-block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #ff5a5f;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 10px;
    font-family: arial;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    opacity: 1;
    -webkit-animation: beamer_bounce 1.5s linear infinite;
    animation: beamer_bounce 1.5s linear infinite;
}

.comments h3 {
font-size: 36px;
font-family: 'Exo 2 lighter', sans-serif;
font-weight: lighter;
margin-bottom: 50px;
text-align: center;
}
.comments img {
float: left;
border-radius: 100%;
height: 20%;
width: 20%;
}
.comments p {
float: left;
width: 75%;
height: 183px;
margin-left: 5%;
margin-top: 20px;
}
.logosrc {
	font-size: 52px;
color: #fff;
font-weight: 500;
}
.logosrc span {
font-weight: bold;
color: #ff3399;
}
#btnlogo {
	width: 70px;
}
.footer img {
margin: 10px 5px;
}
.mouse_btn {
width: 28px;
margin: 0 auto;
/* cursor: pointer; */
padding-top: 20px;

}
.mouse {
border: 2px solid #ffffff;
border-radius: 14px;
height: 46px;
top: 170px;
transform: none;
width: 28px;
}
.wheel {
	background: white none repeat scroll 0 0;
	border: 2px solid #ffffff;
	border-radius: 8px;
	display: block;
	height: 8px;
	margin: 5px auto;
	position: relative;
	width: 8px
}
.wheel {
	animation: 0.6s linear 0s normal none infinite running mouse-wheel}
@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0px)
	}
	100% {
		opacity: 0;
		transform: translateY(6px)
	}
}
@keyframes mouse-wheel {
	0% {
		top: 1px
	}
	25% {
		top: 2px
	}
	50% {
		top: 3px
	}
	75% {
		top: 2px
	}
	100% {
		top: 1px
	}
}
@keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}
@keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}
@keyframes mouse-scroll {
	0% {
		opacity: 0
	}
	50% {
		opacity: 0.5
	}
	100% {
		opacity: 1
	}
}

.m_scroll_arrows {
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	display: block;
	height: 18px;
	margin: 0 0 3px 5px;
	transform: rotate(45deg);
	width: 18px
}
.unu {
	margin-top: 1px
}
.unu, .doi, .trei {
	animation: 1s ease 0s normal none infinite running mouse-scroll}
.unu {
	animation-delay: 0.1s;
	animation-direction: alternate
}
.doi {
	animation-delay: 0.2s;
	animation-direction: alternate;
	margin-top: -6px
}
.trei {
	animation-delay: 0.3s;
	animation-direction: alternate;
	margin-top: -6px
}
.btn-grad {
	color: #fff;
background: linear-gradient(45deg, #6659c4 20%, #d25f9f 55%, #ed9e6b);
border-color: white;
}
.pay {
cursor: pointer;
}
.odd {

}
.headline {
margin: 20px 0;
padding: 5px 0 10px;
border-bottom: 1px solid #eee;
font-weight: 500;
}
.headline .line {
display: block;
height: 3px;
background: #3c8dbc;
margin-top: 7px;
margin-bottom: -10px;
width: 177px;
}

.block-6 {
margin-bottom: 40px;
}

.services {
width: 100%;
display: block;
padding: 30px;
background: #fff;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

.services .icon {
line-height: 1.3;
position: relative;
width: 80px;
height: 80px;
margin: 0 auto;
background: rgb(255,195,227);
background: -moz-linear-gradient(110deg, rgba(255,195,227,1) 0%, rgba(5,135,247,1) 100%);
background: -webkit-linear-gradient(110deg, rgba(255,195,227,1) 0%, rgba(5,135,247,1) 100%);
background: linear-gradient(110deg, rgba(255,195,227,1) 0%, rgba(5,135,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc3e3",endColorstr="#0587f7",GradientType=1);
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
-ms-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
-o-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
    padding-top: 16px;
}

.bgray {
    background-color:#f8f9fa;
}

.services .icon i {
    color: white;
font-size: 44px;
}

.infos_b {
    width: 100%;
font-size: 0;
text-align: center;
}

.infos {
    display: inline-block;
vertical-align: middle;
width: 33.3%;
position: relative;
}

.infos_in {
    display: inline-block;
vertical-align: middle;
padding-left: 93px;
position: relative;
}

.infos_in h4 {
font-size: 50px;
line-height: normal;
margin: 0;
}

.infos_in p {
    color: black;
font-size: 16px;
    margin: 0;
}

.infos:after {
content: "";
display: block;
width: 1px;
height: 104px;
opacity: .3;
background-color: #66aff1;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.infos:last-child:after {
    display: none
}

.infos_in .ico {
position: absolute;
left: 0;
top: 50%;
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
max-width: 65px;
max-height: 63px;
}

@media screen and (max-width:991px) {
     .infos_in .ico {
        max-width: 40px;
        max-height: 40px
    }
    
    .infos_in h4 {
font-size: 20px;
}
    .infos_in p {
font-size: 14px;
}
    
    .infos_in {
padding-left: 50px;
}
    
}

@media screen and (max-width:767px) {
        .infos_in {
width: 100%;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
    
    .infos_in .ico {
        display: block;
margin: 0 auto 10px;
position: relative;
top: 0;
-ms-transform: none;
-webkit-transform: none;
transform: none;
    }
    
      .infos_in p {
font-size: 10px;
}
}

.top-buff {
    padding-top: 10%;
    min-height: 400px;
}

.com {
    margin-bottom: 0;
}


.textcod {
  display: inline-block;
font-size: 13px;
background: #3483ff;
background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
background: linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
-webkit-background-clip: text;
color: transparent;
font-weight: 600;
}

.media-body .author {
  display: block;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
.media-body .metadata {
  display: block;
  color: #fff;
  font-size: .8125rem;
}
.title-comments {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5rem;
  color: rgba(0,0,0,.87);
  margin-bottom: 1rem;
  padding-bottom: .25rem;
  border-bottom: 1px solid rgba(34,36,38,.15); 
}
.media-left img {
  width: 50px;
}
.media {
  margin-top:0px;
}
.refbox {
  position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fafafa;
background-clip: border-box;
border: 1px solid rgba(72, 94, 144, 0.16);
border-radius: 0.25rem;
box-shadow: 0 0 10px rgba(28, 39, 60, 0.05);
}

.card-body {
  padding:20px;
}

.ipp {
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}

.bshadow {
    box-shadow: 0px 0px 5px #cccccc;
}

table {
    border-radius: 5px !important;
}

.payment_system_tab {
    display:none;
}
.payment_system {
    margin-bottom: 3px;
}
.payment_system label {
    cursor: pointer;
}
.payment_system_img {
    position: relative;
    top: -3px;
    width: 25px;
}

.task_acc_warning {
    font-weight: bold;
    color: red;
}

.task_acc_success {
    font-weight: bold;
    color: green;
}

.invoice_row {
    text-align: left;
    padding: 6px 14px;
    margin-top: 4px;
    padding-bottom: 10px;

}
.invoice_row:hover {
    background: #fff;
}
.invoice_row a {
    text-decoration: none;
    padding: 2px 4px;
}
.invoice_pay {
    float: right;
}
.invoice_pay:hover {
    color: #fff;
    background-color: #f0ad4e;
}
#invoice_pay_error {
    display: none;
    color: red;
    font-weight: bold;
}

.franchise_payment_block {
    width: 20%;
    height: 102px;
    margin-bottom: 48px;
    float: left;
    text-align: center;
    position: relative;
}
.franchise_payment_block img {
    width: 70px;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.franchise_payment_block div {
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
}

.list_th {
    padding: 10px 18px;
}

.list_th_s1 {
    min-width: 300px;
}

.list_th_s2 {
    min-width: 556px;
}

.list_th_s3 {
    min-width: 78px;
}

.list_th_s4 {
    min-width: 60px;
}

@media (max-width: 992px) {
    .franchise_payment_block {
        width: 33%;
    }
}
@media (max-width: 520px) {
    .franchise_payment_block {
        width: 50%;
    }
}