/*
Template Name: PaperPlane
Description: Responsive HTML5 Portfolio Template
Version: 1.0
Author: NestoLab
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(../fonts/fontawesome/css/font-awesome.min.css);
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    overflow-x: hidden;
    font-weight: normal;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased !important;
    background: url(../images/homebg.jpg) no-repeat center center;
    font: 16px/24px 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.browsehappy { margin: 0.2em 0; background-color: #cccccc; color: #000000; padding: 0.2em 0; }
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
#header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 100px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}
#header:after {
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.95;
    position: absolute;
    background-color: #21252b;
}
#header a.btn { color: #ffffff; }
#header a.btn:after { background-color: #ffffff; }
#header a.btn:hover {
    color: #323133;

    -webkit-border-color: #ffffff;
       -moz-border-color: #ffffff;
         -o-border-color: #ffffff;
            border-color: #ffffff;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
#logo {
    width: 100%;
    text-align: center;
    margin-bottom: 55px;
}
#logo a { margin-bottom: 0 !important; }
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
#message {
    padding: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.col-md-3 { overflow: hidden; }
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.main-title {
    width: 100%;
    color: #1f1f1f;
    font-size: 30px;
    padding: 100px 0;
    text-align: center;
}
/* ------------------------------------------------------------------------ */
.desc-title {
    width: 100%;
    color: #1f1f1f;
    font-size: 30px;
    overflow: hidden;
    padding: 0 0 30px;
    text-align: center;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
a {
    display: block;
    text-align: center;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.col-md-12 img {
    width: 100%;
    display: block;
    /*max-width: 460px;*/
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.dark {
    padding-bottom: 100px;
    background-color: #eeeeee;
}
.dark .main-title,
.dark .desc-title {
    color: #ffffff;
}
/* ------------------------------------------------------------------------ */
.light {
    padding-bottom: 100px;
    background-color: #ffffff;
}
.col-md-6 {
    padding-top: 100px;
}
/* ------------------------------------------------------------------------ */
.section-title {
    width: 100%;
    color: #323133;
    font-size: 40px;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    line-height: 50px;
    position: relative;
    margin: 70px auto 40px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.section-title:after {
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #323133;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.light:hover .section-title:after {
    width: 120px;
}
.btn-nesto-o,
.btn.btn-nesto-o {
    z-index: 1;
    color: #323133;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    line-height: 28px;
    padding: 10px 30px;
    position: relative;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    -webkit-border: 2px solid #e1e1e1;
       -moz-border: 2px solid #e1e1e1;
         -o-border: 2px solid #e1e1e1;
            border: 2px solid #e1e1e1;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto-o:after {
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    background-color: #323133;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
.btn-nesto-o:hover {
    color: #ffffff;

    -webkit-border-color: #323133;
       -moz-border-color: #323133;
         -o-border-color: #323133;
            border-color: #323133;
}
.btn-nesto-o:hover:after { height: 100%; }
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
.col-md-4 .section-title {
    margin-top: 100px;
    text-align: center;
}
.col-md-4 .section-title:after {
    left: 50%;
    margin-left: -40px;
}
.col-md-4 .button {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.dark:hover .col-md-4 .section-title:after {
    width: 120px;
    margin-left: -60px;
}
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {

    .section-title {
        margin-top: 0;
        text-align: center;
    }
    .section-title:after {
        left: 50%;
        margin-left: -40px;
    }
    .light:hover .section-title:after { margin-left: -60px; }
    .button {
        width: 100%;
        text-align: center;
    }
}

.cssreelbadge {
    left: 0;
    top: 20px;
    z-index: 9999;
    position: fixed;
}