@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Sanchez);

/**
 * Default
 */
html
{
    font-size: 62.5%;
}

html, body
{
    width: 100%;
    height: 100%;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	left:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    color: #292929;
    background: #000;
}

#background
{
    background-attachment: fixed;
    background-image: url("../img/bg1.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: -2;
}

#overlay
{
    background-attachment: fixed;
    background-image: url("../img/overlays/02.png");
    background-position: left top;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

h1, h2, h3
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

a
{
    color: #9b9b9b;
}

a:hover
{
    color: #9b9b9b;
    text-decoration: none;
}

p, li, span
{
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.logores {
   width:150px;
	height:auto;
}
@media (min-width: 800px) {
  .logores {
    width:150px;
	height:auto;
  }
}
@media (min-width: 1000px) {
  .logores {
     width:150px;
	height:auto;
  }
}


#logo
{
    font-size: 31px;
    color: #fff;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#logo span{
    font-size:inherit;
    font-weight: 500;
}

/*Social Media Box*/
#social-media {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    display: block;
    height: 40px;
    position: fixed;
    width: 100%;
    z-index:9999;
}
.social-container{
    text-align: center
}
a[class^="s-icon"]{
    height:24px;
    width:24px;
    display:block;
    float: right;
    margin:8px 5px;
}
.s-icon-gplus{
   background: url('../img/icons/google_plus.png');
}
.s-icon-skype{
    background: url('../img/icons/skype.png');
}
.s-icon-stumbleupon{
    background: url('../img/icons/stumbleupon.png');
}
.s-icon-addthis{
    background: url('../img/icons/addthis.png');
}
.s-icon-appstore{
    background: url('../img/icons/apstore.png');
}
.s-icon-deviantart{
    background: url('../img/icons/deviantart.png');
}
.s-icon-digg{
    background: url('../img/icons/digg.png');
}
.s-icon-email{
     background: url('../img/icons/email.png');
}
.s-icon-facebook{
      background: url('../img/icons/facebook.png');
}
.s-icon-twitter{
       background: url('../img/icons/twitter.png');
}
.s-icon-linkedin{
       background: url('../img/icons/linkedin.png');
}
.s-icon-pinterest{
       background: url('../img/icons/pinterest.png');
}
.s-icon-reddit{
       background: url('../img/icons/reddit.png');
}
.s-icon-rss{
       background: url('../img/icons/rss.png');
}
.s-icon-vimeo{
       background: url('../img/icons/vimeo.png');
}
.s-icon-wp{
       background: url('../img/icons/wp.png');
}
.s-icon-youtube{
       background: url('../img/icons/youtube.png');
}


/**
 * Header
 */
#header {
    background: none repeat scroll 0 0 #000;
    display: inline-block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    height:70px;
}

#header .navbar {
    filter: none;
    margin-bottom: 10px;
    transition: all 600ms ease 0s;
}

#header .navbar-inner
{
    background: none;
    border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        -o-border-radius: none;
    border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
    box-shadow: none;
    background: none;
    filter: none;
}

#header .navbar .brand
{
    text-shadow: none;
    line-height: 80px;
}

#header .navbar .nav > li
{
    line-height: normal;
}

#header .navbar .nav > li > a {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 12px 25px;
    padding: 15px 0 9px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
{
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
    color: #9b9b9b;
    background: none;
    filter: none;
}
.navbar .brand {
   padding: 5px 20px;
}
/*Frontpage*/
.frontpage{
    text-align: center;
}

/**
 * Intro
 */
.logo-container{
    text-align: center;
}

@media (max-width: 800px) {
  .logo-container {
    width:100%;
	height:auto;
  }
}
@media (max-width: 1000px) {
  .logo-container {
     width:100%;
	height:auto;
  }
}


#intro h2 {
    color: #FFFFFF;
    font-family: 'Roboto',sans-serif;
    font-size: 7em;
    font-weight: 700;
    line-height: 90px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

#intro h3 {
    color: #FFFFFF;
    font-family: 'roboto',serif;
    font-size: 4rem;
    font-weight: 200;
    line-height: normal;
    text-align: center;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
}
#intro h6 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.3px;
    margin: 25px auto 40px;
    padding: 24px;
    text-align: center;
    width: 50%;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);

}
/**
 * Default page
 */
.header
{
    background-color: #888;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 45px 0;
       }

.header h2
{
    color: whitesmoke;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 90px;
    font-size: 9rem;
    margin: 25px 0;
    font-family: 'Roboto', sans-serif;
}

.header h3
{
    color: #9b9b9b;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto', serif;
}
.intro-btn-block{
    text-align: center;
}
.intro-btn{
    border-radius: 0;
    text-transform: uppercase;
    background: #FF7F00;
    border: none;
    color: #fff;
    text-shadow: none;
}
.content
{
    background: whitesmoke;
    padding: 90px;
    text-align: justify;
    text-justify: inter-word;

}

.pull-center
{
    text-align: center;
}

.line
{
    margin: 50px;
}

.quote
{
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    line-height: 40px;
}

.customer
{
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 40px;
}

/**
 * Features
 */
#features i[class^='icon']{
    color:#bbb;
    font-size: 5em;
    margin-top: 10px;
    -moz-transition: all 600ms;
    -webkit-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
}
#features li:hover i[class^='icon']{
    color:#3a3a3a;
}
#features ul li{
    text-align: center;
}
.feature
{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 64px;
    font-weight: 400;
}

.feature i
{
    color: #9b9b9b;
    margin-right: 7px;
}

/**
 * Box
 */
.box
{
    width: 100%;
    min-height: 100%;
}

/* Pricing Table
/* ========================================================================== */
.pricing .well {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius:0;
    margin-top:0px;
    margin-bottom:0px;
    background: none repeat scroll 0 0 #F7F5F5;
    padding: 9px;
    border:0;
}
@media (max-width: 767px) {
    .pricing .well {
        margin-bottom: 40px;
    }
}
.pricing .well .well {
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 20px 0;
    margin:0;
    border:0;
    box-shadow:none;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .featured .well {
    padding: 20px 0 20px;
}
.pricing .well:after {
    content: "";
    display: block;
    width: 94%;
    height: 1px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 3%;
}
.pricing .pricing-plan {
    height: 40px;
    margin:0;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B29844;
    color: #333333;
    font:100 18px/40px 'Droid Serif',arial,helvetica,sans-serif;
    border: 1px solid #dddcdc;
}
.pricing .pricing-price {
    height: 95px;
    margin:0;
    background: none repeat scroll 0 0 #F8F8F8;
    color: #B29844;
    font:100 25px/95px 'Droid Serif',arial,helvetica,sans-serif;
    text-shadow: 0 1px 1px #FFFFFF;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .pricing-price .package-currency {
    font-size: 16px;
    position: relative;
    top: -15px;
    top: -5px \9;
    color: #505050;
    font-size: 21px;
    position: relative;
}
.pricing .pricing-price .package-price {
    font-size: 48px;
    font-weight: 600;
    display: inline;
    font-size: 55px;
    font-size: 35px \9;
    font-style: normal;
    font-weight: bold;
}
.pricing .pricing-price sup{
    font-size: 17px;
    font-weight: bold;
    position: relative;
    top: -26px;
    top: -16px \9;
}
.pricing .pricing-price .package-time {
    color: #888888;
    font-size: 11px;
    margin-left: 0;
    position: relative;
    top: -5px;
    margin-left: -12px;
    font-style:italic;
}
.pricing .pricing-list {
    list-style-type: none;
    margin-left: 0;
    margin-bottom:0;
    border-bottom:0;
}
.pricing .pricing-list li {
    padding: 15px 0;
    background-color:#fff;
    border: 1px solid #dddcdc;
    border-top:0;
}
.pricing .pricing-list li:nth-child(2n) {
    background-color:#fff;
}
.pricing .featured {
    margin-top:0;
    margin-bottom:0;
}
.pricing  .featured .pricing-plan {
    background: none repeat scroll 0 0 #B29844;
    padding-top:0px;
    border-color: #54501A;
}
.pricing .featured .pricing-price {

}
.button {
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding: 7px 11px;
    position: relative;
    transition: all 0.2s linear 0s;
    text-transform:uppercase;
}
.white {
    background: none repeat scroll 0 0 #EAEAEA;
    color: #686868;
}
.white:hover {
    background: none repeat scroll 0 0 #d2d2d2;
    color: #686868;
}
.red {
    font:700 13px/32px "PT Sans",Arial,Helvetica,sans-serif;
    background-color:#B29844;
    background-image:#B29844;
    background-image: -moz-linear-gradient(center top , #12D8FF 0%, #B29844 100%);
    background-image: -webkit-linear-gradient(center top , #12D8FF 0%, #B29844 100%);
    background-image: -ms-linear-gradient(center top , #12D8FF 0%, #B29844 100%);
    background-image: -o-linear-gradient(center top , #12D8FF 0%, #B29844 100%);
    background-image: linear-gradient(center top , #12D8FF 0%, #B29844 100%);
    border: 1px solid #B29844;
    color: #333333;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 32px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.red:hover{
    background-image: linear-gradient(center top , #B29844 0%, #12D8FF 100%);
    background-image: -moz-linear-gradient(center top , #B29844 0%, #12D8FF 100%);
    background-image: -ms-linear-gradient(center top , #B29844 0%, #12D8FF 100%);
    background-image: -webkin-linear-gradient(center top , #B29844 0%, #12D8FF 100%);
    background-image: -o-linear-gradient(center top , #B29844 0%, #12D8FF 100%);
    color: #54501A;
}
/**
 * Portfolio
 */
.portfolio .item a
{
    width: 100%;
    height: 240px;
    background-size: cover;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.portfolio .item h3
{
    line-height: normal;
    margin: 20px 10px 5px 10px;
    font-size: 24px;
    font-size: 2.4rem;
}

.portfolio .item p
{
    line-height: normal;
    margin: 5px 10px 40px 10px;
    font-size: 16px;
    font-size: 1.6rem;
}

/**
 * Lightbox
 */

#lightbox
{
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 100;
}

#lightbox img
{
    max-width: 940px;
    margin-top: 40px;
}

/**
 * Google Maps
 */
#map_canvas
{
    height: 290px;
}

/**
 * Back to top
 */
#back-top
{
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

#back-top:hover
{
    text-decoration: none;
    background: #9b9b9b;
    background: rgba(58, 192, 254, 0.75);
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
}

/**
 * CSS Media Queries
 */

/* Large desktop */
@media (min-width: 1200px)
{
}

/* Normal desktop */
@media (min-width: 980px) and (max-width: 1199px)
{
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
    }

    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #9b9b9b;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #9b9b9b;
        border: none;
        background: none;
        filter: none;
    }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 15px;
    }

    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #9b9b9b;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #9b9b9b;
        border: none;
        background: none;
        filter: none;
    }
}
 
/* Landscape phones and down */
@media (max-width: 480px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

    .container
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    #header .navbar .nav.pull-right
    {
        margin-right: 10px;
    }

    #header .navbar-inner
    {
        padding-left: 0;
        padding-right: 0;
    }

    #header .brand
    {
        width: 160px;
    }
    
    #header .navbar .btn-navbar
    {
        margin-top: 33px;
        text-shadow: none;
        background: none;
        filter: none;
        *background-color: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        border: none;
        margin-right: 0;
    }

    #header .navbar .btn-navbar .icon-bar
    {
        background: #9b9b9b;
            -webkit-border-radius: none;
            -moz-border-radius: none;
        border-radius: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        box-shadow: none;
        width: 30px;
        height: 4px;
    }

    #header .navbar .nav > li
    {
        line-height: normal;
        text-align: right;
    }
    
    #header .navbar .nav > li > a
    {
        color: #fff;
        text-shadow: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 300;
        border: none;
    }
    
    #header .navbar .nav > li > a:hover, #header .navbar .nav > li > a.active
    {
        color: #9b9b9b;
        border: none;
        background: none;
        filter: none;
    }

    #intro h2
    {
        font-size: 40px;
        font-size: 4rem;
        margin: 0 0 10px 0;
        line-height: 40px;
    }

    #intro h3
    {
        font-size: 20px;
        font-size: 2rem;
        line-height: normal;
    }

    .header
    {
        padding: 15px 0;
    }

    .header h2
    {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        margin: 10px 0 0 0;
    }

    .header h3
    {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10px 0 0 0;
    }

    .content
    {
        padding: 20px;
    }

    #map_canvas
    {
        
		margin-bottom: 20px;
    }

    #back-top
    {
        bottom: 10px;
        right: 10px;
        padding: 5px 10px;
    }

}
