@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,200,400,800,700,600,300);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url('https://fonts.googleapis.com/css?family=Caveat|Cormorant+Garamond:400,600i|Great+Vibes&display=swap');

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

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

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/background.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: hsl(24, 100%, 50%);
}

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;
}


#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: 60px;
    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: 600;
    text-transform: uppercase;
    margin: 12px 25px;
    padding: 15px 0 9px;
    text-shadow: none;
}

#header .navbar .nav > li > a:hover
{
        -moz-transition: all 600ms;
        -webkit-transition: all 600ms;
        -o-transition: all 600ms;
    transition: all 600ms;
    color: #ff6600;
	background: none;
    filter: none;
    text-shadow: none;
}

#header .navbar .nav > li > a.active {
    color: #ffffff;
	background: #ff6600;
    filter: none;
    text-shadow: none;
    padding: 4px 10px;
    margin-top: 22px;
}

.navbar .brand {
   padding: 5px 20px;
}
/*Frontpage*/
.frontpage{
    text-align: center;
}

/**
 * Intro
 */
.logo-container{
    text-align: center;
}
#intro h2 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 7em;
    font-weight: 200;
    line-height: 90px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

#intro h2 span {
	font-weight: 800;
    font-size: inherit;
    color: hsl(191, 100%, 41%);
}

#intro h3 {
    color: #000000;
    font-family: 'roboto',serif;
    font-size: 4rem;
    font-weight: 200;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
}

#intro h4 {
    color: hsl(191, 100%, 41%);
	font-family: 'Caveat', cursive;    
	font-size: 24px;
	font-size: 5rem;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: none;
}


#intro h6 {
    border-bottom: 1px solid #000000;
    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%;

}
/**
 * Default page
 */
.header
{
    background-color: #888;
    background-color: rgba(0, 171, 210, 0.8);
    border-radius: 16px;
    margin: 10px 0;
    padding: 14px 16px;
       }

.header h2
{
    color: whitesmoke;
    font-weight: 400;
    text-align: center;
    font-size: 90px;
    font-size: 7rem;
    margin: 25px 0;
    font-weight: 600;
}

.header h3
{
    color: #000;
    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: #ffffff;
    padding: 90px;
    text-align: center;
    border-radius: 16px;
    margin: 10px 0;

}

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

.line
{
    border-width: 0;}

.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: 24px;
    font-weight: 400;
}

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

div.cfg-validationmessage	{background-color: #ff6600;}

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

/* Pricing Table
/* ========================================================================== */
.pricing .well {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius:10px;
    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: #00abd2;
    color: #333333;
    border: 1px solid #dddcdc;
}
.pricing .pricing-price {
    height: 75px;
    margin:0;
    background: none repeat scroll 0 0 #F8F8F8;
    color: #00abd2;
    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: -1px;
    margin-left: -12px;
    font-style:italic;
    padding-left: 6px;
}
.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 #00abd2;
    padding-top:0px;
    border-color: #09aaef;
}
.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 "Source Sans",Arial,Helvetica,sans-serif;
    background-color:#ff6600;
    color: #ffffff;
    border-radius: 2px 2px 2px 2px;
    height: 32px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.red:hover{
	color: #ffffff;
    background-color: #00abd2;
}
/**
 * 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: 450px;
}

/**
 * Back to top
 */
#back-top
{
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 8px;
    color: #fff;
    background: #333;
    background: rgba(51, 51, 51, 0.5);
        -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;
}

/**
 * Perso
 */

.center {text-align: center;margin-top: 50px;}

.social-container {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    margin: 10px 25px;
    padding: 5px 0px;
}

.social-container img {max-width: 50px;padding-right: 10px;}

.nav-collapse {background: #ffffff;}

.margintop50 {margin-top: 50px;}
.margin {margin-top: 0px;}


h4.pricing-plan {
    color: #000;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-family: 'Roboto', serif;
    padding-top: 2rem;
}

a.chevron-over:hover, a.chevron-over:focus {color: #000;text-decoration: none;}
a:hover, a:focus {color: #fff;text-decoration: none;}

.message {
	background-color:#00abd2;
	color:#FFF;
	font-weight:900;
	padding:6px;
	width:50%;
}


#slide{
  position: fixed;
  background: #fff;
  width: 120px; 
  right: -120px;
  top: 100px;
  height: 50px;
  transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -webkit-transition: left 0.4s ease-in-out;
}
#toggle{
  position: absolute;
  width: 35px;
  height: 50px;
  right: 120px;
  top: 0px;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; 
}
.box1 {
  padding: 10px;
  background-color: #fff;
}
#slide:hover{
  right: 0px;
}

.padtop {padding-top: 0px;}
.padtop2 {padding-top: 3px;}

/**
 * CSS Media Queries
 */

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

/* Normal desktop */
@media (min-width: 980px) and (max-width: 1199px)
{
	#header .navbar-inner {
    padding-left: 0;
	}
	.onefm {    
    padding-right: 0px;}

}
 
/* 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: 20px;
        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: #000;
        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: #ff6600;
        border: none;
        background: none;
        filter: none;
        margin-top: 0;
    }
    
    .content {padding: 20px;}
    
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 860px)
{
    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: 20px;
        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: #000;
        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: #ff6600;
        border: none;
        background: none;
        filter: none;
    }
    	#header .navbar-inner {
    padding-left: 0;
	}
	.onefm {    
    padding-right: 0px;
    margin-left: 20px;
    }
    .navbar .brand {
   padding: 5px 0px 5px 5px;
	}
	#social-media {
    height: 90px;
	}
	.padtop {padding-top: 6px;}


}
 
/* Landscape phones and down */
@media (max-width: 480px)
{
    body
    {
        padding-left: 0;
        padding-right: 0;
    }

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

    #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: 16px;
        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: #000;
        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: #ff6600;
        border: none;
        background: none;
        filter: none;
        margin-top: 0px;
    }

    #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;
    }
	#intro h4 {
	font-size: 14px;
	font-size: 3rem;
	}
    .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
    {
	    max-width: 20px;
	    padding: 5px 12px 5px 4px;
	    right: 10px;
	    z-index: 99;    
    }
    
    .margintop50 {margin-top: 0px;}
    .margin {margin-top: 50px;}
	.header h3 {line-height: 20px;padding: 0;}
	#map_canvas
	{
	    height: 280px;
	}
	.social-container {
    margin: 0;
    padding: 9px 0;
	}
	#header .navbar-inner {
    padding-left: 0;
	}
	.onefm {    
    padding-right: 0px;}
    
    	#social-media {
    height: 100px;
	}
	.padtop2 {padding-top: 4px;}
}
