﻿
a.btn-custom{color: #eeeeee;
             /*letter-spacing: 2px;*/
             float: left;margin-top: 5px;}
a.btn-custom{text-transform: none;text-decoration: none;font-size: 16px; position: relative; padding: 10px 0;}

a.btn-custom:hover{padding: 10px 30px;color:#fff;}
a.btn-custom{
	-webkit-transition: padding 0.15s ease-out 0.6s;
  			transition: padding 0.15s ease-out 0.6s;
}
a.btn-custom:hover{
	-webkit-transition: padding 0.15s ease-out 0.15s;
  			transition: padding 0.15s ease-out 0.15s;
}
a.btn-custom:before, a.btn-custom:after{
	content: '';
	display: block;
	box-sizing: border-box;
	border: 1px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
}
a.btn-custom:before {
  top: 0;
  left: 0;
}
a.btn-custom:after {
  bottom: 13px;
  right: 0;
  border-bottom-color: #d56008;
  width: 100%;
}
a.btn-custom:hover:before, a.btn-custom:hover:after{
	width: 100%;
	height: 100%;
}
a.btn-custom:before {
  -webkit-transition: border-color 0.1s ease-out 0.1s, width 0.1s ease-out 0.1s, height 0.1s ease-out;
  transition: border-color 0.1s ease-out 0.1s, width 0.1s ease-out 0.1s, height 0.1s ease-out;
}
a.btn-custom:hover:before {
  border-top-color: #d56008;
  border-right-color: #d56008;
  -webkit-transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
  transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
}
a.btn-custom:after {
	-webkit-transition: border-color 0.1s ease-out 0.2s, height 0.1s ease-out 0.2s, bottom 0.1s ease-out 0.3s;
	transition: border-color 0.1s ease-out 0.2s, height 0.1s ease-out 0.2s, bottom 0.1s ease-out 0.3s;
}
a.btn-custom:hover:after {
	bottom: 0;
	border-bottom-color: #d56008;
	border-left-color: #d56008;
	-webkit-transition: height 0.1s ease-out 0.1s, bottom 0.1s ease-out;
	transition: height 0.1s ease-out 0.1s, bottom 0.1s ease-out;
}
#home_intro {
    position: relative;
}

    #home_intro .container {
        padding-top: 180px;
        background-color: transparent !important;
        background-image: none;
    }
#home2 {
    position: relative;
    background:url(../img/sky.jpg) no-repeat;
}

    #home2 .container {
        padding-top: 100px;
        background-color: transparent !important;
        background-image: none;
    }
/********** INTRO HOME **********/
.item-trades {
    margin-top: 10px;
    margin-bottom: 15px;
}
/******* Background Animated *********/
#home_intro > #sakura {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

div.btnbg {
    position: fixed;
    left: 0;
    top: 0;
}
/* background 2 */
.bg-intro-2 {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

#bg-intro-2 {
    background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg');
}

    #bg-intro-2 .demo-canvas {
        z-index: 999;
    }

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #f9f1e9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.demo-1 .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}
.hotline_top{text-align:right !important; width:auto; text-align:right;height:30px; color:#D9AC4D;font-size:15px; line-height:30px; font-weight:bold;}
.hotline_top a{font-size:15px; line-height:30px; color:#D9AC4D;}
@media only screen and (max-width : 768px) {
    
    .demo-1 .main-title {
        font-size: 3em;
    }
    .menu-trigger.left{
   left: 3px;

}

.menu-trigger.right{
   right: 3px;
}
}
/****** background intro 3 ******/
.bg-intro-3 {
    position: relative;
    width: 100%;
    background: #111;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

    .bg-intro-3 .bg-intro-3-canvas {
        z-index: 999;
        position: absolute;
    }

.bg-intro-3-out .bg-intro-3 {
    background-image: url("https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg");
}

.content-intro-3 {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.bg-intro-3-out .content-intro-3 {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.content-intro-3 .thin {
    font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .bg-intro-3-out .content-intro-3 {
        font-size: 3em;
    }
}

#bg-intro-2-canvas {
    background-image: url('../img/cloud/7.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
     animation: animatedclouds 40s linear infinite;
    -ms-animation: animatedclouds 40s linear infinite;
    -moz-animation: animatedclouds 40s linear infinite;
    -webkit-animation: animatedclouds 40s linear infinite;
}
#bg-intro-3-cloud {
    width:100%;
    height:100%;
    background-image: url('../img/cloud/3.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
     animation: animatedclouds 40s linear infinite;
    -ms-animation: animatedclouds 40s linear infinite;
    -moz-animation: animatedclouds 40s linear infinite;
    -webkit-animation: animatedclouds 40s linear infinite;
}
#bg-intro-4-cloud {
 width:100%;
    height:100%;
    background-image: url('../img/cloud/5.png');
    background-position: 0px 0px;
    background-repeat: repeat-x;
     animation: animatedclouds 40s linear infinite;
    -ms-animation: animatedclouds 40s linear infinite;
    -moz-animation: animatedclouds 40s linear infinite;
    -webkit-animation: animatedclouds 40s linear infinite;
}
@keyframes animatedclouds {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 100% 0;
    }
}

.october-leaf {
    position: absolute;
    background-color: transparent;
    background-image: url('../img/leaves.png');
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
}
/********** client-bottom-slider **********/
#clients-fix{position:fixed; bottom:0px; left:0px; width:100%; background:#333; height:90px;padding:5px;z-index:9999}
#clients-fix .logo-footer{height:80px; padding:5px;width:100%;}
.owl-client-fix{position:relative;}
.owl-client-fix .item img{max-width:100%;}
.owl-client-fix .owl-nav{position:absolute !important;top:0% !important;left:0px; height:40px; width:100%;font-size:35px;}
.owl-client-fix .owl-nav button, .owl-client-fix .owl-nav button:hover{background:none; color:#fff;}
.owl-client-fix .owl-nav .owl-next{position:absolute;right:0px;background:none !important; color:#fff !important;}
.owl-client-fix .owl-nav .owl-prev{position:absolute;left:0px;background:none !important; color:#fff !important;}

.logo-footer a{max-width:100%;height:80px; vertical-align:middle !important;}
.logo-footer a img{max-height:80px; max-width:100%;margin:auto 0px;}
/*********** gritter *************/
.gritter-item-wrapper {
    background-image: none !important;
    box-shadow: 0 2px 10px rgba(50,50,50,.5);
    background: rgba(50,50,50,.92);
    z-index: 999999;
}

    .gritter-item-wrapper.gritter-info {
        background: rgba(49,81,133,.92);
    }

    .gritter-item-wrapper.gritter-error {
        background: rgba(153,40,18,.92);
    }

    .gritter-item-wrapper.gritter-success {
        background: rgba(0,153,204,.92);
    }

    .gritter-item-wrapper.gritter-warning {
        background: rgba(190,112,31,.92);
    }

    .gritter-item-wrapper.gritter-light {
        background: rgba(245,245,245,.95);
        border: 1px solid #BBB;
    }

        .gritter-item-wrapper.gritter-light.gritter-info {
            background: rgba(232,242,255,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
                color: #4A577D;
            }

        .gritter-item-wrapper.gritter-light.gritter-error {
            background: rgba(255,235,235,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
                color: #894A38;
            }

        .gritter-item-wrapper.gritter-light.gritter-success {
            background: rgba(239,250,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
                color: #416131;
            }

        .gritter-item-wrapper.gritter-light.gritter-warning {
            background: rgba(252,248,227,.95);
        }

            .gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
                color: #946446;
            }

.gritter-item p {
    line-height: 1.8;
}

.gritter-top, .gritter-bottom, .gritter-item {
    background-image: none;
}

.gritter-close {
    left: auto;
    right: 3px;
    background-image: none;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 16px;
    color: #E17B67;
}

    .gritter-close:before {
        font-family: FontAwesome;
        font-size: 16px;
        content: "\f00d";
    }

.gritter-info .gritter-close {
    color: orange;
}

.gritter-error .gritter-close, .gritter-success .gritter-close, .gritter-warning .gritter-close {
    color: #FFEA07;
}

.gritter-close:hover {
    color: #FFF !important;
}

.gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close {
    background-image: none;
    color: #444;
}

.gritter-light .gritter-title {
    text-shadow: none;
}

.gritter-light .gritter-close:hover {
    color: #8A3104 !important;
}

.gritter-center {
    position: fixed;
    left: 33%;
    right: 33%;
    top: 33%;
}

.gritter-item {
    font-size: 13px;
    color: #e5e5e5;
}

    .gritter-item a {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
    }

.box-captcha {
    position: relative;
    width: 90px;
    height: 40px;
    text-align: center;
    float: left;
}

    .box-captcha .bg-glass {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        color: #e60000;
        background: url("../images/bg-captcha.png") repeat;
        opacity: 0.3;
        filter: alpha(opacity=30);
        z-index: 2;
    }

    .box-captcha label {
        position: relative;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        line-height: 40px;
        color: #ff5a00;
        border: 0;
        cursor: help;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
    }

.txt-captcha {
    color:#eee;
    width: 130px;
    padding: 5px;
    font-size: 22px;
    line-height: 30px;
    background:rgba(19, 19, 22, 0.6);
}
