/* 
    Document   : Quick - default
    Created on : Jul 22, 2014, 10:15:10 PM
    Author     : Design_mylife
    Description:Multi options one page creative theme for agencies
    Version    : V1.3
*/
html, body{
    height:100%;
    scroll-behavior: smooth;
}
body { 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:'Futura Md BT Medium';  
    color:#999999;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0 !important
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#00eaff;
    text-decoration:none;
}
strong,b{
    font-weight: 400;
    font-family:'Futura Md BT Bold';  
}
p{
    letter-spacing: 0.09em;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family: 'Montserrat', sans-serif;
}
label{
    font-weight: 400;
}

.section-padding{
    padding-top: 80px;
    padding-bottom: 50px;

}
.divided-50{
    height: 50px;
    width:100%;
}
.margin-btm-30{
    margin-bottom: 30px;
}
.margin-btm-50{
    margin-bottom: 50px;
}
::selection {
    background:#00eaff; /* Safari */
    color: #fff;
}
::-moz-selection {
    background:#00eaff; /* Firefox */
    color: #fff;
}
/**********bootstrap navigation overrides***********/
.navbar-default {
    background-color: rgba(255,255,255,0.9);  
    border-bottom: 2px solid #f5f5f5 !important;
    width:100%;
    min-height: 70px;
    padding: 10px 0;
}
.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav>li>a {
    font-size: 12px;
    color:#999999;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #00eaff;
    background-color: transparent;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    line-height: 20px;
    text-transform: uppercase;
    color:#999999 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
}
.img-responsive {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
/*****************home ********
******************************/
#home {
    background-attachment: fixed;
    background-color: #444;
    background-image: url("../img/foto-bg-home.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}

#atuacao {
    display: table;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    z-index: 2;
}
.home-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
.colored-text{
    color:#00eaff;
}
h2.slide-btm-text{

    text-align: center;
    margin: 30px 0;
    font-weight: 300;
    color:#fff;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.main-flex-slider{
    text-align: center;
    overflow: hidden;
}
.home-top-slide-text{
    display: inline-block;
    margin: 20px auto;
    padding: 10px 0px;
    border-bottom: 3px solid rgba(255,255,255,0.15);
    text-align: center;
      font-weight: 400;
    font-size: 15px;
    letter-spacing: .08em;
    color:#fff;
    text-transform: uppercase;
}
.main-flex-slider h1{
    font-size: 5em;
    color:#fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
    margin:0;
}
.home-link-btn{
    margin-top: 30px;
}
@media(max-width:767px){
    .main-flex-slider h1{
        font-size: 4em;
    }   
}
@media(max-width:420px){
    .main-flex-slider h1{
        font-size: 2.5em;
        margin-bottom: 30px;
    }   
    h2.slide-btm-text{
        display: none;
    }
    .home-link-btn{
        margin-top: 10px;
    }
  
}
/***************buttons*****************************/
.btn {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: none !important;
    -webkit-text-shadow:none !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    letter-spacing: 1px;
}
.btn:hover,.btn:focus{
    outline: none;
    color:#fff;
}
.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn-xs{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}
.btn-border-white{
    border: 1px solid #fff;
    color: #fff;
    background: #0097A7;
}

.btn-border-white:hover{
    color: #0097A7;
    border-color: #0097A7;
    background-color: #fff;
}

.btn-dark{
    background-color: #999;
    color:#fff;
}
.btn-dark:hover{
    color:#fff;
    background-color: #00eaff;
}
.btn-theme{
    background-color: #00eaff !important;
    color:#fff;
}
.btn-theme:hover{
    color:#fff;
    background-color: #999;
}
.btn-dark-2{
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(0,0,0,0.3);
    color: #999;
}
.btn-dark-2:hover{
    color: #fff;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgba(255,255,255,0);
}

/*heading center**/
.center-heading {
    margin-bottom: 40px
}
.center-heading h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    color: #999;
}
@media(max-width:533px){
    .center-heading h2{
        font-size: 30px;
        letter-spacing: 0.10em;
    }
}
.center-heading h2:first-letter{
    text-transform: uppercase;
}
.center-heading .icon {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    width: 130px;
    margin: 0 auto;
    position: relative;
    color:  #00eaff;
}
.center-heading .icon:before {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #00eaff;
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
}
.center-heading .icon:after {
    display: inline-block;
    content: "";
    border-bottom: 1px solid #00eaff;
    position: absolute;
    right: 0;
    top: 10px;
    width: 50px;
}

/*************parallax*************/
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/*************** HOME ******************/
.home-text{
    font-size: 20px;
    color:#fff;
    text-align: justify;
    font-family: 'FuturaBT Book';
}

.home-text-stores{
    font-family: 'Futura Md BT Medium';
    font-size: 18.69px;
    color: #fff;
}



.home-title {
    font-family: 'Futura Md BT Medium';
    color: #00eaff;
    font-size: 60px;
    line-height: 1.0;
}

.margin-left-55{
    margin-left: 55px;
}

.margin-top-50{
    margin-top: 50px;
}

/********* NOS **********/
.futebol, .volei, .basquete, .padel, .paintball, .tenis, .handebol{
    text-align: center;
}

.futebol i, .volei i, .basquete i, .padel i, .paintball i, .tenis i, .handebol i{
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.futebol:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_futebo_matchpal_blue.png");
}

.volei:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_volei_matchpal_blue.png");
}

.basquete:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_basquete_matchpal_blue.png");
}

.padel:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_padel_matchpal_blue.png");
}

.paintball:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_paintball_matchpal_blue.png");
}

.handebol:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_handebol_matchpal_blue.png");
}

.tenis:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    content: url("../img/ic_tenis_matchpal_blue.png");
}

.textNos{
    text-align: center;
    margin-top: 30px;
    font-family: 'FuturaBT Book';
    color: #999999;
    font-size: 20px;
}

.titleNos{
    margin-top: 30px;
    font-family: 'FuturaBT Book';
    color: #999999;
    font-size: 30px;
}

.siteGooglePlay{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    color: #999999;
}

.italic{
    font-style: italic;
}

/********* JOGADOR **************/
.jogador{
    background: #00BCD4;
    padding-top: 80px;
    padding-bottom: 30px;
}

.titleJogador{
    font-family: 'Hipster Script Pro Bold';
    font-weight: bold;
    margin-top: 100px;
    font-size: 72px;
    color:#FFF;
}

.textJogador{
    font-family: 'FuturaBT Book';
    margin-top: 60px;
    font-size: 20px;
    color:#FFF;
    margin-bottom: 40px;
}

.jogador .legenda{
    font-family: 'FuturaBT Book';
    text-align: center;
    margin-left: 5px;
    font-size: 20px;
    color:#FFF;
}

.containerJogador {
    overflow: auto;
}

.marginJogador{
    margin-left: auto;
    margin-right: auto;
}

.jogador .pagamentoAzul{
    color:#0095A8;
}

.bold{
    font-weight: bold;
}

.noPadding{
    padding: 0;
}

.divisor{
    width: 100%;
    margin: auto;
}

.img-responsive-custom{
  max-width: 100%;
  height: auto; 
}

.whatsapp {
    position: fixed;
    bottom:10px;
    right:10px;
    z-index: 999;
}

.btn {
    border-radius: 500px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #00EAFF;
    color: #000000;
}

/********* COMERCIANTE **************/
.comerciante{
    background: #e5e5e5;
    padding-top: 80px;
    padding-bottom: 30px;
}

.titleComerciante{
    font-family: 'Hipster Script Pro Bold';
    font-weight: bold;
    margin-top: 50px;
    font-size: 72px;
    color: #00BCD4;
}

.textComerciante{
    font-family: 'FuturaBT Book';
    margin-top: 60px;
    font-size: 20px;
    color: #00BCD4;
    margin-bottom: 40px;
}

.comerciante .legenda{
    font-family: 'FuturaBT Book';
    text-align: center;
    margin-left: 5px;
    font-size: 20px;
    color:#00BCD4;
}

.containerComerciante {
    overflow: auto;
}

.imgComerciante{
    margin-top: 200px;
}

.marginComerciante{
    margin-left: auto;
    margin-right: auto;
}

.quadroPlanoWeb {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
}

.tituloPlanoWeb {
    font-family: 'FuturaBT Book';
    margin-top: 20px;
    color: #00BCD4;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
}

.textPlanoWeb {
    font-family: 'FuturaBT Book';
    margin-top: 20px;
    font-size: 20px;
    color: #00BCD4;
    margin-bottom: 40px;
    text-align: center;
}

.imgPlanoWeb{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:991px){
    .imgComerciante{
        margin-top: 0px;
    }
    
    .quadroPlanoWeb {
        width: 95%;
        margin-top: 150px;
    }
}

@media(max-width:767px){    
    .quadroPlanoWeb {
        width: 95%;
        margin-top: 80px;
    }
}

/********* DOWNLOAD **********/
.download{
    background: url('../img/foto_download.png');
    padding: 100px 0;
    background-size: cover;
    background-position: center;
}

.bg-heading .center-heading h2{
    color:#fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.33);
}

.bg-heading .center-heading .icon {
    color:  #fff;
}

.bg-heading .center-heading .icon:before {
    border-color: #fff;
}

.bg-heading .center-heading .icon:after {
    border-color: #fff;
}

.download-btn{
    font-size: 31.04px;
}

.download-btn:hover{
    color: #0097A7;
}

/***** RODAPE ******/
.img-rodape{
    margin-left: 10px;
    margin-top: -30px;
}

.termosdeuso{
    margin-bottom: 5px;
    text-decoration: underline;
}

/************************image hover effect*******************/
.item-img-wrap{
    position: relative;
    text-align: center;
    overflow: hidden;

}
.item-img-wrap img{
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.item-img-overlay{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-img-overlay span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.item-img-wrap:hover .item-img-overlay span{
    opacity: 1;
}
.item-img-wrap:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}

/***contact***/
.address-info h3{
    font-weight: 400;
    color:#999999;
    margin-bottom: 20px;
    font-size: 17px;
}
.address-info p i{
    color:#00eaff;
    margin-right: 10px;
}
.address-info p{
    color:#777;
}
.social li a i{
    font-size: 20px;
    color:#777;
    width:40px;
    margin-bottom: 3px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f4f4f2;
    -webkit-transition:all 200ms linear; 
    -moz-transition:all 200ms linear; 
    -o-transition:all 200ms linear; 
    -ms-transition:all 200ms linear; 
    transition:all 200ms linear; 
}
.social li a i:hover{
    color:#fff;
    background-color: #00eaff;
}

.contact-form form .form-control{
    min-height: 45px;
}
/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    border:1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    font-size: 12px;
    color: #7a7a7a;

    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color: #bbb;
    background: #fbfbfb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1) inset;
}


/*********footer************/
#footer {
    position: relative;
    background: #353739;
    padding: 50px 0 10px 0;
    border-bottom: 1px solid #464647;
}

.widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-col p{
    color:#d5d5d5;
    margin-bottom: 30px;
}
.subscribe-form .form-control{
    height: 46px;
}
.footer-btm{
    background: #353739; 
}
.footer-nav{
    margin: 0px;
    padding: 30px 0 0;
}
.footer-nav  li:first-child:before {
    content: "";
    margin: 0;

}
.footer-nav li:before {
    content: "|";
    margin: 0 12px 0 6px;
    color:#d5d5d5;
}
.footer-nav li a{
    color:#bbb;
}
.copyright{
    padding-top: 45px;
    padding-bottom: 25px;
    color:#d5d5d5;
}
.copyright a{
    color:#00eaff;
}

.buttonWhats {
    background-color: #353739;  
}

/*************soical icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li a i{
    width:42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color:#fff;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}

/***************blog****************/
#blog form .form-control{
    width:260px;
}
.blog-desc h3{
    margin-top:12px;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 18px;
}
.blog-desc span{
    color:#777;
    font-size: 13px;
    display: block;
}
.blog-desc p{
    margin: 10px 0;
}
.blog-intro-text .center-heading h2{
    font-size: 50px;
    text-transform: uppercase;

}
.blog-intro-text h5{
    color:#fff;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 35px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 3px solid rgba(255,255,255,.3);
}
.blog-post-info h3{
    font-weight: 400;
    margin: 13px 0;
}

.blog-post-info p{
    font-size: 13px;
}
.blog-post-wrap{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.post-date{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.post-left-info{
    text-align: right;
}
.post-left-info p{
    margin: 5px 0;
    font-size: 12px;
}
.post-left-info p i{
    margin-right: 5px;
    color:#777;

}
iframe {
    border: none;
    width:100%;
}

/*sidebar**/
.post-sidebar-box{
    margin-bottom: 30px;
}
.post-sidebar-box h4{
    font-size: 17px;

}
.post-sidebar-box p{
    font-size: 13px;
}
.cat-list li{
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}
.cat-list li a{
    color:#888;
    margin-right: 10px;
    font-size: 12px;
}
.cat-list li i{
    color:#888;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.cat-list li:hover i{
    margin-left: 5px;
}
.cat-list li a:hover{
    color:#00eaff;
}
blockquote{
    color:#aaa;
}
.post-cmnt-wrap h4{
    margin-bottom: 25px;
}
.comment-list{
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
.comment-list h4{
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
}
.comment-list h4 a{
    color:#00eaff;
    margin-left: 8px;
}
.comment-list h4 a:hover{
    text-decoration: underline;
}
.comment-list h4 img{
    width:70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}
.comment-list p{
    overflow: hidden;
    font-size: 13px;
}
.comment-form{
    margin-top: 60px;
}
.comment-form h4{
    margin-bottom: 25px;
}

.goals-skills-wrap h2{
    font-weight: 300;
    margin-bottom: 30px;
}
/*progress bar*/
h3.heading-progress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 0px;
}
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #E9E9E9;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.progress-bar {
    line-height: 10px;
    background:#00eaff;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*******fun-facts****/
.fact-inner h1{
    color:#fff;
    font-size: 64px;
}
.fact-inner h3{
    color:#fff;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
}
.fullscreen{
    width:100%;
    height: 100%;
}
.project-single-wrap{
    padding-top: 100px;
}
.project-single-wrap h1{
    color:#fff;
}
.project-single-wrap p{
    color:#fff;
}
.center-line{
    display: block;
    margin: 30px auto;
    width:120px;
    height: 6px;
    border-top: 1px solid #00eaff;
    border-bottom: 1px solid #00eaff;
    line-height: 10px;
}
.project-desc h4{
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.project-desc p{
    color:#ddd;
    font-size: 14px;
}
.technologies p{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 35px;
}
.project-link{
    display: block;
}
.footer-project-single{
    padding: 30px 0;
}
.footer-project-single p{
    color:#fff;
}
.back-link{

    display: inline-block;
    color:#fff;
}
.back-wrap{
    padding: 14px 28px;
    border-bottom: 1px solid #ddd;
}
.back-link i{
    margin-right: 6px;
}


/**********back to top*************/
.scrollToTop{
    width:40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    text-align:center; 
    background: whiteSmoke;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position:fixed;
    bottom:0px;
    right:0px;
    z-index: 999999;
    display:none;
    background: #00eaff;
    opacity:0.5;
    transition: all 0.3s;
}
.scrollToTop:hover{
    text-decoration:none;
    opacity: 1;
    color:#fff;
}

@font-face {
    font-family: 'Futura Md BT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura Md BT Medium'), url('futura_medium_bt-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Futura Md BT Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Futura Md BT Medium Bold'), url('Futura_Md_BT_Bold.woff') format('woff');
}

@font-face {
    font-family: 'Hipster Script Pro Bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/HipsterScriptPro.otf');
}

@font-face {
    font-family: 'FuturaBT Book';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/FuturabtBook.otf');
}
